.banner-wrap {
  position: relative;
  height: calc(100vh - 5.3646vw);
}
.banner-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-wrap p {
  margin: unset;
}
@media screen and (max-width: 640px) {
  .banner-wrap {
    position: relative;
    height: unset;
  }
  .banner-wrap img {
    width: 100%;
    height: unset;
    object-fit: contain;
    display: block;
  }
}

.main.pc .content {
  width: 62.5vw;
  margin: 0 auto;
}
.p1-wrap h3 {
  font-size: 1.875vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #014099;
  margin: 4.1667vw 0 2.0833vw;
}
.p1-wrap p {
  font-size: 0.8333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1.7;
}
.p1-wrap .module-wrap {
  padding-top: 3.5833vw;
}

.p1-wrap .swiper {
  text-align: center;
  padding-top: 2.9167vw;
  /* width: 85%; */
}
.p1-wrap .swiper .cover {
  width: 5.6771vw;
  height: 180px;
  margin: 0 auto;
}
.p1-wrap .swiper .cover:hover > img {
  transform: scale(1.1);
}
.p1-wrap .swiper .cover > img {
  height: 100%;
  object-fit: contain;
  transition: all .3s ease;
}
.p1-wrap .swiper h4 {
  font-size: 1.25vw;
  font-weight: 700;
  margin: 1.7188vw 0 0.4813vw;
  color: rgba(0, 53, 146, 1);
}
.p1-wrap .swiper p {
  margin: unset;
}


.p2-wrap {
  background: url(../assets/images/q1ac.png) no-repeat center;
  margin-top: 2.2708vw;
  padding-bottom: 1.5625vw;
}
.p2-wrap .tab-wrap {
  display: flex;
  justify-content: center;
  margin: 2.0833vw 0 3.3854vw;
}
.p2-wrap .tab-wrap .tab:hover,
.p2-wrap .tab-wrap .tab.active {
  background: #014099;
  color: #fff;
}
.p2-wrap .tab-wrap .tab {
  display: flex;
  align-items: center;
  width: unset;
  border: 2px solid #014099;
  border-radius: 1.1458vw;
  padding: 0.2083vw 1.0417vw 0.2083vw 0.2083vw;
  cursor: pointer;
  transition: all .3s ease;
  font-size: 1.0417vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #014099;
}
.p2-wrap .tab-wrap .tab + .tab {
  margin-left: 0.7813vw;
}
.p2-wrap .tab-wrap .tab .icon {
  width: 1.7708vw;
  height: 1.7708vw;
  margin-right: 4px;
}
.p2-wrap .tab-wrap .tab img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p2-wrap .tab-wrap .tab img:first-child {
  display: block;
}
.p2-wrap .tab-wrap .tab img:last-child {
  display: none;
}
.p2-wrap .tab-wrap .tab:hover img:first-child,
.p2-wrap .tab-wrap .tab.active img:first-child {
  display: none;
}
.p2-wrap .tab-wrap .tab:hover img:last-child,
.p2-wrap .tab-wrap .tab.active img:last-child {
  display: block;
}
.p2-wrap .cons {
  display: none;
  width: 62.5vw;
  text-align: center;
  padding: 10px;
}
.p2-wrap .cons.active {
  display: block;
}
.p2-wrap .cons img {
  max-height: 9.5313vw;
  object-fit: contain;
  transition: all .3s ease;
}

.p2-wrap .cons a:hover img {
  transform: scale(1.1);
}
.p2-wrap .cons h3 {
  font-size: 1.25vw;
  color: #014099;
  margin: 0.3021vw 0 0.5208vw;
}
.p2-wrap .cons p {
  font-size: 0.9375vw;
  color: rgba(51, 51, 51, 1);
  margin: 0 0 2.125vw;
}
.p1-wrap .swiper-controller,
.p2-wrap .swiper-controller,
.p3-wrap .swiper-controller,
.p4-wrap .swiper-controller,
.p8-wrap .swiper-controller,
.p5-wrap .swiper-controller,
.p7-wrap .swiper-controller{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.p1-wrap .swiper-controller .focus,
.p2-wrap .swiper-controller .focus,
.p3-wrap .swiper-controller .focus,
.p4-wrap .swiper-controller .focus,
.p8-wrap .swiper-controller .focus,
.p5-wrap .swiper-controller .focus,
.p7-wrap .swiper-controller .focus {
  flex: 1;
  margin: 0 1.0417vw;
  display: flex;
  align-items: center;
}
.p1-wrap .swiper-controller .focus span,
.p2-wrap .swiper-controller .focus span,
.p3-wrap .swiper-controller .focus span,
.p4-wrap .swiper-controller .focus span,
.p8-wrap .swiper-controller .focus span,
.p5-wrap .swiper-controller .focus span,
.p7-wrap .swiper-controller .focus span{
  display: block;
  width: 0.8333vw;
  height: 0.8333vw;
  border-radius: 41% 58% 0% 100% / 45% 100% 0% 61% ;
  background: #003592;
  border: #003592;
  opacity: 1;
  transform: rotateZ(-135deg);
  opacity: .4;
}
.p1-wrap .swiper-controller .focus span + span,
.p2-wrap .swiper-controller .focus span + span,
.p3-wrap .swiper-controller .focus span + span,
.p4-wrap .swiper-controller .focus span + span,
.p8-wrap .swiper-controller .focus span + span,
.p5-wrap .swiper-controller .focus span + span,
.p7-wrap .swiper-controller .focus span + span{
  margin-left: 0.5208vw;
}
.p1-wrap .swiper-controller .focus span.swiper-pagination-bullet-active,
.p2-wrap .swiper-controller .focus span.swiper-pagination-bullet-active,
.p3-wrap .swiper-controller .focus span.swiper-pagination-bullet-active,
.p4-wrap .swiper-controller .focus span.swiper-pagination-bullet-active,
.p8-wrap .swiper-controller .focus span.swiper-pagination-bullet-active,
.p5-wrap .swiper-controller .focus span.swiper-pagination-bullet-active,
.p7-wrap .swiper-controller .focus span.swiper-pagination-bullet-active{
  opacity: 1;
}
.p1-wrap .swiper-controller .prev,
.p1-wrap .swiper-controller .next,
.p2-wrap .swiper-controller .prev,
.p2-wrap .swiper-controller .next,
.p3-wrap .swiper-controller .prev,
.p3-wrap .swiper-controller .next,
.p4-wrap .swiper-controller .prev,
.p4-wrap .swiper-controller .next,
.p8-wrap .swiper-controller .prev,
.p8-wrap .swiper-controller .next,
.p7-wrap .swiper-controller .prev,
.p7-wrap .swiper-controller .next{
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #014099;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #014099;
  cursor: pointer;
  transition: all .3s ease;
}
.p1-wrap .swiper-controller .prev:hover,
.p1-wrap .swiper-controller .next:hover,
.p2-wrap .swiper-controller .prev:hover,
.p2-wrap .swiper-controller .next:hover,
.p3-wrap .swiper-controller .prev:hover,
.p3-wrap .swiper-controller .next:hover,
.p4-wrap .swiper-controller .prev:hover,
.p4-wrap .swiper-controller .next:hover,
.p8-wrap .swiper-controller .prev:hover,
.p8-wrap .swiper-controller .next:hover,
.p7-wrap .swiper-controller .prev:hover,
.p7-wrap .swiper-controller .next:hover{
  background: #003592;
  color: #fff;
}
.p2-wrap .swiper-controller .prev i,
.p2-wrap .swiper-controller .next i {
  font-size: 0.9375vw;
}

.p3-wrap h2 {
  margin-bottom: 2vw;
}
.p3-wrap .content {
  text-align: center;
  padding: 30px 0;
}
.p3-wrap .content img {
  max-height: 183px;
  object-fit: contain;
  pointer-events: all;
  transition: all .3s ease;
}
.p3-wrap .content img:hover {
  transform: scale(1.05);
}
.p3-wrap .content h3 {
  font-size: 1.25vw;
  color: #014099;
  margin: 0.3021vw 0 0.5208vw;
}
.p3-wrap .content p {
  font-size: 0.9375vw;
  color: rgba(51, 51, 51, 1);
  margin: 0 0 2.125vw;
}






.p7-wrap h2 {
  margin-bottom: 2vw;
}
.p7-wrap .content {
  text-align: center;
  padding: 30px 0;
}
.p7-wrap .content img {
  max-height: 183px;
  object-fit: contain;
  pointer-events: all;
  transition: all .3s ease;
}
.p7-wrap .content img:hover {
  transform: scale(1.05);
}
.p7-wrap .content h3 {
  font-size: 1.25vw;
  color: #014099;
  margin: 0.3021vw 0 0.5208vw;
}
.p7-wrap .content p {
  font-size: 0.9375vw;
  color: rgba(51, 51, 51, 1);
  margin: 0 0 2.125vw;
}





.p4-wrap,
.p8-wrap {
  background: url(../assets/images/q2ac.png) no-repeat center;
  background-size: cover;
  padding-bottom: 30px;
}
.p4-wrap h2,
.p8-wrap h2 {
  margin-bottom: 2vw;
}
.p4-wrap .content,
.p8-wrap .content {
  text-align: center;
  padding: 30px 0;
}
.p4-wrap .content img,
.p8-wrap .content img{
  max-height: 183px;
  object-fit: contain;
  pointer-events: all;
  transition: all .3s ease;
}
.p4-wrap .content img:hover,
.p8-wrap .content img:hover{
  transform: scale(1.05);
}
.p4-wrap .content h3,
.p8-wrap .content h3 {
  font-size: 1.25vw;
  color: #014099;
  margin: 0.3021vw 0 0.5208vw;
}
.p4-wrap .content p,
.p8-wrap .content p {
  font-size: 0.9375vw;
  color: rgba(51, 51, 51, 1);
  margin: 0 0 2.125vw;
}



.p5-wrap h2 {
  margin-bottom: 2vw;
}
.p5-wrap .content {
  text-align: center;
  padding: 30px 0;
}
.p5-wrap .content img {
  max-height: 183px;
  object-fit: contain;
  pointer-events: all;
  transition: all .3s ease;
}
.p5-wrap .content img:hover {
  transform: scale(1.05);
}
.p5-wrap .content h3 {
  font-size: 1.25vw;
  color: #014099;
  margin: 0.3021vw 0 0.5208vw;
}
.p5-wrap .content p {
  font-size: 0.9375vw;
  color: rgba(51, 51, 51, 1);
  margin: 0 0 2.125vw;
}


.main.pc {
  display: block;
}
.main.mobile {
  display: none;
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .main.pc {
    display: none;
  }
  .main.mobile {
    display: block;
  }
  .main.pc .content {
    width: 90%;
  }
  .p1-wrap h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .p1-wrap p {
    font-size: 12px;
  }
  .p1-wrap .swiper h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    margin: 15px 0 8px;
  }
  .p1-wrap .content {
    width: 90%;
    margin: 0 auto;
  }
  .p1-wrap p {
    font-size: 16px;
  }
  .p1-wrap .swiper {
    padding: 15px 0 30px;
  }
  .p1-wrap .swiper .cover {
    width: 120px;
  }
  .p1-wrap .swiper h4 {
    font-size: 16px;
  }
  .p1-wrap .swiper p {
    font-size: 12px;
  }

  .p1-wrap .cons,
  .p2-wrap .cons,
  .p3-wrap .cons,
  .p4-wrap .cons,
  .p8-wrap .cons,
  .p5-wrap .cons {
    width: 90%;
    padding: 15px 0 30px;
  }
  .p1-wrap .swiper-controller, .p2-wrap .swiper-controller, .p3-wrap .swiper-controller, .p4-wrap .swiper-controller, .p5-wrap .swiper-controller {
    padding-top: 20px;
  }
  .p1-wrap .swiper-controller .focus span,
  .p2-wrap .swiper-controller .focus span,
  .p3-wrap .swiper-controller .focus span,
  .p4-wrap .swiper-controller .focus span,
  .p8-wrap .swiper-controller .focus span,
  .p5-wrap .swiper-controller .focus span,
  .p7-wrap .swiper-controller .focus span {
    width: 10px;
    height: 10px;
  }
  /*.p2-wrap .swiper-controller {*/
  /*  margin-top: 15px;*/
  /*}*/
  .p2-wrap .cons h3 {
    margin: 15px 0 8px;
    font-size: 16px;
  }
  .p5-wrap .content {
    padding: 15px 0 30px;
  }

  .p7-wrap .swiper-controller .next,
  .p7-wrap .swiper-controller .prev {
    opacity: 0;
  }


  .p2-wrap .cons img {
    max-height: 180px;
  }
  .p2-wrap .tab-wrap {
    margin-top: 15px;
  }
  .p2-wrap .cons h3 {
    font-size: 18px;
  }
  .p2-wrap .cons p {
    font-size: 14px;
    line-height: 1.4;
  }
  .p2-wrap .tab-wrap .tab {
    font-size: 14px;
    border-radius: 20px;
    padding: 3px 5px;
  }
  .p2-wrap .tab-wrap .tab .icon {
    width: 20px;
    height: 20px;
  }

  .p3-wrap .content h3,
  .p4-wrap .content h3,
  .p8-wrap .content h3,
  .p5-wrap .content h3,
  .p7-wrap .content h3 {
    font-size: 18px;
    margin: 15px 0 8px;
  }
  .p3-wrap .content p,
  .p4-wrap .content p,
  .p8-wrap .content p,
  .p5-wrap .content p,
  .p7-wrap .content p {
    font-size: 14px;
  }
  .p2-wrap .swiper-controller .prev, .p2-wrap .swiper-controller .next {
    display: none;
  }
}
