* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: 14px "微软雅黑 , PingFang SC Regular , Arial";
  color: #333;
  background-color: #fff;
}

a,
a:visited {
  color: #333;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.main {
  min-height: 1000px;
  padding-bottom: 80px;
}

.main .header_h5 {
  display: none;
}

.main .header {
  height: 368px;
  background-image: url("header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main .slogan {
  position: relative;
  margin-top: 30px;
  padding: 10px 20px 20px;
  background-color: #0090ff;
  border-radius: 10px;
  font-weight: bold;
}

.main .slogan a {
  color: #fff;
}

.main .slogan .policies {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
  width: 300px;
  padding: 5px 10px;
  background-color: #f4f4ff;
  border-radius: 8px;
  font-size: 20px;
}

.main .slogan .policies a {
  color: #333;
}

.main .slogan .headline {
  line-height: 1.8;
  margin-top: 10px;
  text-align: center;
  font-size: 28px;
  padding: 0 110px;
  display: block;
}

.main .slogan::before {
  display: block;
  content: "";
  width: 54px;
  height: 112px;
  background-image: url("zcfb.png");
  background-size: 100% 100%;
  position: absolute;
  top: -6px;
  left: 30px;
}

.main .box1 {
  margin-top: 20px;
  box-shadow: 0 0 20px #d3d8db;
  border-radius: 10px;
  padding: 30px 20px 20px;
  display: flex;
  justify-content: space-between;
}

.main .box1 .list {
  width: 48%;
}

.main .box1 .list-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.main .box1 .list-head-name {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.main .box1 .list-head-name::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -12px;
  width: 100%;
  background-color: #fd7e22;
  height: 4px;
  border-radius: 2px;
}

.main .box1 .list-head-more {
  font-size: 16px;
  color: #444;
}

.main .box1 .list ul {
  color: #444;
  font-size: 18px;
  line-height: 36px;
}

.main .box1 .list ul li {
  padding-left: 30px;
  position: relative;
}

.main .box1 .list ul li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.main .box1 .list ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #0376cf;
}

.main .box2 {
  margin-top: 50px;
}

.main .box2 .title {
  text-align: center;
  position: relative;
}

.main .box2 .title::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 270px;
  transform: translateY(-50%);
  width: 202px;
  height: 6px;
  background-image: url("linedot.png");
  background-size: 100% 100%;
}

.main .box2 .title::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 270px;
  transform: translateY(-50%) rotate(180deg);
  width: 202px;
  height: 6px;
  background-image: url("linedot.png");
  background-size: 100% 100%;
}

.main .enter-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.main .enter-list-item {
  width: 230px;
  height: 140px;
  margin-bottom: 10px;
  position: relative;
}

.main .box2 .enter-list .enter-list-item .enter-list-item-text {
  position: absolute;
  background-color: #D5E2FE;
  padding: 10px;
  border-radius: 4px;
  z-index: 1;
  width: 472px;
  height: 290px;
  text-indent: 2em;
  line-height: 1.6;
  display: none;
  font-size: 13px;
}

.main .enter-list-item:nth-of-type(1) {
  background-image: url("enter01.png");
  background-size: 100% 100%;
}

.main .enter-list-item:nth-of-type(2) {
  background-image: url("enter02.png");
  background-size: 100% 100%;
}

.main .enter-list-item:nth-of-type(3) {
  background-image: url("enter03.png");
  background-size: 100% 100%;
}

.main .enter-list-item:nth-of-type(4) {
  background-image: url("enter04.png");
  background-size: 100% 100%;
}

.main .enter-list-item:nth-of-type(5) {
  background-image: url("enter05.png");
  background-size: 100% 100%;
}

.main .enter-list-item:nth-of-type(6) {
  background-image: url("enter06.png");
  background-size: 100% 100%;
}

.main .enter-list-item:nth-of-type(7) {
  background-image: url("enter07.png");
  background-size: 100% 100%;
}

.main .enter-list-item:nth-of-type(8) {
  background-image: url("enter08.png");
  background-size: 100% 100%;
}

.main .enter-list-item:nth-of-type(9) {
  background-image: url("enter09.png");
  background-size: 100% 100%;
}

.main .enter-list-item:nth-of-type(10) {
  background-image: url("enter10.png");
  background-size: 100% 100%;
}

.main .fullwidth {
  padding: 20px 0;
  margin: 30px 0;
  height: 490px;
  background-image: url("bg.png");
  background-size: 100% 100%;
  background-position: center 0;
  background-repeat: no-repeat;
}

.main .box3 {
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}

.main .box3 .box {
  width: 48%;
  height: 410px;
}

.main .box3 .box-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.main .box3 .box-head-name {
  font-size: 30px;
  font-weight: bold;
  color: #0593ff;
}

.main .box3 .box-head-more {
  font-size: 16px;
  color: #444;
}

.main .box3 .box .img-box {
  height: 300px;
  font-size: 0;
  position: relative;
  display: block;
}

.main .box3 .box:first-of-type .img-box::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("icon_play.png");
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main .box3 .box .img-box img {
  width: 100%;
  height: 100%;
}

.main .box3 .box .img-box p {
  line-height: 40px;
  background-color: rgba(125, 129, 133, 0.8);
  font-size: 18px;
  padding: 0 20px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.main .box4 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.main .box4 .head-name {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.main .box4 .head-name p {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.main .box4 .head-name p::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -12px;
  width: 100%;
  background-color: #fd7e22;
  height: 4px;
  border-radius: 2px;
}

.main .box4 .boxAB {
  width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main .box4 .boxAB .boxA .box,
.main .box4 .boxAB .boxB .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main .box4 .boxAB .boxA .box-item,
.main .box4 .boxAB .boxB .box-item {
  margin-top: 10px;
  padding: 0 5px 0 32px;
  width: 49%;
  line-height: 54px;
  background-color: rgba(186, 193, 201, 0.2);
  position: relative;
  display: block;
  font-size: 18px;
}

.main .box4 .boxAB .boxA .box-item::before,
.main .box4 .boxAB .boxB .box-item::before {
  display: block;
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

.main .box4 .boxAB .boxA .box-item::before {
  background-image: url("icon01.png");
  background-size: 100% 100%;
}

.main .box4 .boxAB .boxB .box-item::before {
  width: 16px;
  background-image: url("icon02.png");
  background-size: 100% 100%;
}

.main .box4 .boxC {
  width: 670px;
}

.main .box4 .boxC .enters {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 10px;
  background-color: #f5f8fd;
  line-height: 54px;
}

.main .box4 .boxC .enters .enter {
  width: 70px;
  padding-left: 22px;
  position: relative;
  font-size: 16px;
}

.main .box4 .boxC .enters .enter::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main .box4 .boxC .enters .enter:nth-of-type(1)::before {
  width: 18px;
  height: 16px;
  background-image: url("icon03.png");
  background-size: 100% 100%;
}

.main .box4 .boxC .enters .enter:nth-of-type(2)::before {
  width: 20px;
  height: 17px;
  background-image: url("icon04.png");
  background-size: 100% 100%;
}

.main .box4 .boxC .enters .enter:nth-of-type(3)::before {
  width: 19px;
  height: 19px;
  background-image: url("icon05.png");
  background-size: 100% 100%;
}

.main .box4 .boxC .enters .enter:nth-of-type(4)::before {
  width: 13px;
  height: 16px;
  background-image: url("icon06.png");
  background-size: 100% 100%;
}

.main .box4 .boxC .enters .enter:nth-of-type(5)::before {
  width: 13px;
  height: 17px;
  background-image: url("icon07.png");
  background-size: 100% 100%;
}

.main .box4 .boxC .enters::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 224px;
  height: 23px;
  background-image: url("12345.png");
  background-size: 100% 100%;
}

.main .box4 .boxC ul {
  color: #444;
  font-size: 18px;
  line-height: 50px;
}

.main .box4 .boxC ul li {
  padding-left: 30px;
  position: relative;
}

.main .box4 .boxC ul li a {
  display: flex;
  justify-content: space-between;
}

.main .box4 .boxC ul li a p {
  width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.main .box4 .boxC ul li:nth-of-type(even) {
  background-color: #f5f8fd;
}

.main .box4 .boxC ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #0376cf;
}

@media screen and (max-width: 414px) {
  .main {
    padding-bottom: 30px;
  }

  .main .header {
    display: none;
  }

  .main .header_h5 {
    display: block;
    width: 100%;
  }

  .main .fullwidth {
    height: auto;
    background: none;
    margin: 0;
    padding: 0;
  }

  .main .w1200 {
    width: 100%;
  }

  .main .slogan {
    border-radius: 0;
    padding: 10px 20px;
    margin-top: 20px;
  }

  .main .slogan .policies {
    width: 50%;
    font-size: 14px;
  }

  .main .slogan .headline {
    font-size: 18px;
    padding: 0 20px;
  }

  .main .slogan::before {
    display: block;
    content: "";
    width: 36px;
    height: 79px;
    background-image: url(zcfb.png);
    background-size: 100% 100%;
    position: absolute;
    top: -4px;
    left: 10px;
  }

  .main .box1 {
    margin: 10px;
    display: block;
    padding: 20px;
  }

  .main .box1 .list {
    width: 100%;
  }

  .main .box1 .list-head-name {
    font-size: 18px;
  }

  .main .box1 .list-head-more {
    font-size: 14px;
  }

  .main .box2 {
    margin: 20px 10px;
  }

  .main .box2 .title {
    width: 100%;
  }

  .main .box2 .title::before {
    left: 10px;
    width: 101px;
    height: 3px;
  }

  .main .box2 .title::after {
    right: 10px;
    width: 101px;
    height: 3px;
  }

  .main .box2 .enter-list .enter-list-item {
    width: 48%;
    height: 100px;
    background-size: 100% 100%;
  }

  .main .box2 .enter-list .enter-list-item .enter-list-item-text {
    width: calc(100vw - 20px);
    height: 420px;
    line-height: 1.6;
    text-align: justify;
  }

  .main .box3 {
    width: 100%;
    display: block;
    padding: 0 10px;
  }

  .main .box3 .box-head-name {
    font-size: 18px;
  }

  .main .box3 .box-head-more {
    font-size: 14px;
  }

  .main .box3 .box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .main .box3 .box .img-box {
    height: auto;
  }

  .main .box3 .box .img-box p {
    font-size: 14px;
    padding: 0 10px;
    line-height: 2;
  }

  .main .box3 .box:first-of-type .img-box::after {
    width: 40px;
    height: 40px;
  }

  .main .box4 {
    padding: 0 10px;
    display: block;
  }

  .main .box4 .boxAB .boxA .box-item,
  .main .box4 .boxAB .boxB .box-item {
    line-height: 2.8;
  }

  .main .box4 .boxA,
  .main .box4 .boxB {
    margin-bottom: 10px;
  }

  .main .box4 .head-name p {
    font-size: 18px;
  }

  .main .box4 .boxAB .boxA .box,
  .main .box4 .boxAB .boxB .box {
    display: block;
  }

  .main .box4 .boxAB .boxA .box .box-item,
  .main .box4 .boxAB .boxB .box .box-item {
    padding-left: 50px;
    width: 100%;
  }

  .main .box4 .boxC,
  .main .box4 .boxAB {
    width: 100%;
  }

  .main .box4 .boxC .head-name {
    position: relative;
  }

  .main .box4 .boxC .head-name::after {
    display: block;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 20px;
    background-image: url("12345.png");
    background-size: 100% 100%;
  }

  .main .box4 .boxC .enters {
    line-height: 2.8;
    justify-content: space-around;
  }

  .main .box4 .boxC .enters::before {
    display: none;
  }

  .main .box4 .boxC ul {
    font-size: 16px;
    line-height: 2.8;
  }

  .main .box4 .boxC ul li a p {
    width: 70%;
  }
}