.main.pc .banner-wrap {
  height: calc(100vh - 103px);
}
.main.pc .banner-wrap .swiper-pagination {
  bottom: 1.4583vw;
  z-index: 1;
}
.main.pc .banner-wrap .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transition: all .3s ease;
}
.main.pc .banner-wrap .swiper-pagination-bullet-active {
  width: 40px;
  height: 14px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 7px;
}
.main.pc .banner-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}





.main.pc .product-wrap {
  /* height: 996px; */
  background: url(../assets/images/product_bg.png) no-repeat center;
  background-size: cover;
}
.main.pc .product-wrap .content {
  margin: 0 auto;
  padding: 0 7.7417vw 2.0833vw 10.7813vw;
}
.main.pc .product-wrap .tab-wrap {
  margin: 2.9688vw auto 3.5417vw;
  text-align: center;
}
.main.pc .product-wrap .tab-wrap .tab {
  display: inline-flex;
  align-items: center;
  font-size: 1.0417vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(1, 64, 153, 1);
  cursor: pointer;
  border: 0.1042vw solid #014099;
  border-radius: 1.4583vw;
  padding: 0.2083vw 0.7813vw 0.2083vw 0.2083vw;
  text-align: center;
  transition: all .3s ease;
}
.main.pc .product-wrap .tab-wrap .tab.active,
.main.pc .product-wrap .tab-wrap .tab:hover {
  background: #014099;
}
.main.pc .product-wrap .tab-wrap .tab + .tab {
  margin-left: 1.8229vw;
}
.main.pc .product-wrap .tab-wrap .tab.active,
.main.pc .product-wrap .tab-wrap .tab:hover {
  color: #fff;
}
.main.pc .product-wrap .tab-wrap .icon {
  width: 1.8229vw;
  height: 1.8229vw;
  margin-right: 0.5208vw;
}
.main.pc .product-wrap .tab-wrap .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
.main.pc .product-wrap .tab-wrap .icon > img:first-child {
  display: block;
}
.main.pc .product-wrap .tab-wrap .icon > img:last-child {
  display: none;
}
.main.pc .product-wrap .tab-wrap .tab:hover .icon img:first-child,
.main.pc .product-wrap .tab-wrap .tab.active .icon img:first-child {
  display: none;
}
.main.pc .product-wrap .tab-wrap .tab:hover .icon img:last-child,
.main.pc .product-wrap .tab-wrap .tab.active .icon img:last-child {
  display: block;
}
.main.pc .product-wrap .cons {
  display: none;
  justify-content: space-between;
}
.main.pc .product-wrap .cons.active {
  display: flex;
}
.main.pc .product-wrap .aside {
  width: 27.2917vw;
  height: 32.2396vw;
  border: 0.2604vw solid #FFFFFF;
  box-shadow: 0px 0.3125vw 0.7292vw 0px rgba(0,0,0,0.1);
  border-radius: 1.0417vw;
}
.main.pc .product-wrap .aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.pc .product-wrap .cv {
  flex: 1;
  margin-left: 6.7708vw;
  padding: 0 30px;
}
.main.pc .product-wrap .cv .swiper-slide {
  text-align: center;
}
.main.pc .product-wrap .cv .swiper-controller {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .main.pc .product-wrap .cv {
    padding: unset;
  }
  .main.pc .product-wrap .cv .swiper-controller {
    opacity: 0;
  }
}
.main.pc .product-wrap .cv .swiper-controller .prev,
.main.pc .product-wrap .cv .swiper-controller .next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #1d42ab;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
}
.main.pc .product-wrap .cv .swiper-controller .prev:hover,
.main.pc .product-wrap .cv .swiper-controller .next:hover {
  background: #1d42ab;
}

.main.pc .product-wrap .cv .swiper-controller .prev i,
.main.pc .product-wrap .cv .swiper-controller .next i {
  color: #1d42ab;
}

.main.pc .product-wrap .cv .swiper-controller .prev:hover i,
.main.pc .product-wrap .cv .swiper-controller .next:hover i {
  color: #fff;
}

.main.pc .product-wrap h3 {
  font-size: 1.25vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #014099;
  margin: 0.8854vw 0 1.9792vw;
}
.main.pc .product-wrap .cv .swiper-slide .logo {
  opacity: 0;
}
.main.pc .product-wrap .cv .swiper-slide .logo img {
  width: 60px;
  object-fit: contain;
}
.main.pc .product-wrap .cv .swiper-slide h3 {
  opacity: 0;
}
.main.pc .product-wrap .cv .swiper-slide.swiper-slide-active .logo {
  opacity: 1;
}
.main.pc .product-wrap .cv .swiper-slide.swiper-slide-active h3 {
  opacity: 1;
}
.main.pc .product-wrap .cv .swiper-slide {
  transform: scale(0.65);
  opacity: .6;
  transition: all .3s ease;
}
.main.pc .product-wrap .cv .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.main.pc .product-wrap .cv .swiper-slide a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6vw;
  height: 1.875vw;
  border: 0.0521vw solid #014099;
  font-size: 0.8333vw;
  font-weight: 400;
  color: #014099;
  margin-top: 49px;
  opacity: 0;
  transition: all .3s ease;
}
.main.pc .product-wrap .cv .swiper-slide.swiper-slide-active a {
  opacity: 1;
}
.main.pc .product-wrap .cv .swiper-slide a:hover {
  background: #014099;
  color: #fff;
}
.main.pc .product-wrap .cv .swiper-slide .cvs img {
  display: block;
  max-width: 100%;
  height: 290px;
  object-fit: contain;
}

.main.pc .desc-wrap {
  background: url(../assets/images/desc-bg.png) no-repeat center;
  background-size: cover;
}
.main.pc .desc-wrap .content {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 5vw;
}
.main.pc .desc-wrap .content p {
  font-size: 0.7292vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin: 2.0229vw 0 1.5625vw;
  line-height: 1.7;
}
.main.pc .desc-wrap .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25vw;
  height: 1.875vw;
  border: 1px solid #CCCCCC;
  border-radius: 0.9375vw;
  font-size: 0.7292vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #014099;
  transition: all .3s ease;
  margin: 0 auto 1.4063vw;
}
.main.pc .desc-wrap .content a:hover {
  background: #014099;
  color: #fff;
}
.main.pc .desc-wrap .cover img {
  max-width: 100%;
}
.main.pc .desc-wrap .row {
  margin: 2.8646vw -0.7813vw 0;
}
.main.pc .desc-wrap .row .wrap:hover {
  background: #014099;
}
.main.pc .desc-wrap .row .wrap {
  height: 6.25vw;
  background: rgba(255, 255, 255, 0.6);
  transition: all .3s ease;
  display: flex;
  align-items: center;
}
.main.pc .desc-wrap .row .icon {
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 1.5104vw;
}
.main.pc .desc-wrap .row .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main.pc .desc-wrap .row .icon img:first-child {
  display: block;
}
.main.pc .desc-wrap .row .icon img:last-child {
  display: none;
}
.main.pc .desc-wrap .row .wrap:hover .icon img:first-child {
  display: none;
}
.main.pc .desc-wrap .row .wrap:hover .icon img:last-child {
  display: block;
}
.main.pc .desc-wrap .row .wrap {
  padding: 0 1.5625vw;
}
.main.pc .desc-wrap .row .wrap:hover .desc {
  color: #fff;
}
.main.pc .desc-wrap .row .wrap .desc {
  color: rgba(1, 64, 153, 1);
  transition: all .3s ease;
  line-height: 1.7;
  font-size: 0.7292vw;
}
.main.pc .desc-wrap .row .wrap .desc b {
  font-size: 0.9375vw;
}



.main.pc .prod-wrap {
  display: flex;
  justify-content: space-between;
  padding: 4.1667vw 4.8438vw 3.5937vw 4.6875vw;
  height: 38.4896vw;
  background: url(../assets/images/ac1-bg.png) no-repeat center;
}
.main.pc .prod-wrap small {
  font-size: 4.7917vw;
  font-family: Impact;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.1;
}
.main.pc .prod-wrap h2 {
  font-size: 2.0833vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin: -2.6042vw 0 3.125vw;
}
.main.pc .prod-wrap .left p {
  width: 80%;
  font-size: 0.8333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FEFEFE;
  line-height: 1.7;
  margin-bottom: 4.9479vw;
}
.main.pc .prod-wrap .left {
  width: 50vw;
}
.main.pc .prod-wrap .left .cover {
  width: 6.9792vw;
  height: 6.9792vw;
  background: #FFFFFF;
  border: 0.2083vw solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
}
.main.pc .prod-wrap .left .cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.pc .prod-wrap .left .swiper {
  width: 80%;
  margin: 0;
  padding-bottom: 3.125vw;
}
.main.pc .prod-wrap .left .swiper-slide {
  width: 6.9792vw !important;
  margin-right: 3.4896vw;
}
.main.pc .prod-wrap .left .swiper-slide span {
  font-size: 0.8333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FEFEFE;
  display: block;
  text-align: center;
  margin-top: 1.0938vw;
}
.main.pc .prod-wrap .left .swiper-slide.active .cover {
  border-color: #014099;
}
.main.pc .prod-wrap .swiper-controller {
  width: 77%;
  display: flex;
  justify-content: space-between;
}
.main.pc .prod-wrap .swiper-controller .prev,
.main.pc .prod-wrap .swiper-controller .next {
  width: 1.875vw;
  height: 1.875vw;
  border: 1px dashed #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.main.pc .prod-wrap .swiper-controller .prev:hover,
.main.pc .prod-wrap .swiper-controller .next:hover {
  background: #fff;
  color: #003592;
}
.main.pc .prod-wrap .swiper-controller .focus {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main.pc .prod-wrap .swiper-controller .focus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #fff;
}
.main.pc .prod-wrap .swiper-controller .focus span {
  display: block;
  width: 0.8333vw;
  height: 0.8333vw;
  border-radius: 41% 58% 0% 100% / 45% 100% 0% 61% ;
  border: 2px solid #FFFFFF;
  background: #fff;
  opacity: 1;
  transform: rotateZ(-135deg);
}
.main.pc .prod-wrap .swiper-controller .focus span + span {
  margin-left: 0.5208vw;
}
.main.pc .prod-wrap .swiper-controller .focus span.active {
  background: #003592;
}
.main.pc .prod-wrap .right {
  width: 50%;
  text-align: center;
  display: none;
}
.main.pc .prod-wrap .right.active {
  display: block;
}
.main.pc .prod-wrap .right .cover {
  width: 23.2292vw;
  height: 17.7083vw;
  border: 0.3125vw solid #FFFFFF;
  border-radius: 1.0417vw;
  margin: 0 auto;
}
.main.pc .prod-wrap .right .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.pc .prod-wrap .right h3 {
  font-size: 1.25vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #003592;
  margin: 1.7708vw 0 1.8229vw;
}
.main.pc .prod-wrap .right p {
  margin: unset;
  font-size: 0.7292vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1.7;
}
.main.pc .prod-wrap .right a {
  width: 6.25vw;
  height: 1.875vw;
  border: 1px solid #CCCCCC;
  border-radius: 0.9375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 0.7292vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #014099;
  transition: all .3s ease;
  margin-top: 2.1875vw;
}
.main.pc .prod-wrap .right a:hover {
  background: #003592;
  color: #fff;
}



.main.pc .word-wrap {
  background: #F2F2F2;
  overflow: hidden;
}
.main.pc .word-wrap .content {
  width: 90.4688vw;
  height: 33.8542vw;
  background: url(../assets/images/ac2-1.png) no-repeat center;
  background-size: cover;
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.2);
  border-radius: 1.0417vw;
  margin: 91px auto;
  padding: 4.1667vw 5.1042vw 0;
}

.main.pc .word-wrap .row {
  margin-top: 30px;
}
.main.pc .word-wrap .cover {
  width: 14.4792vw;
  height: 14.5313vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.main.pc .word-wrap .cover img {
  max-width: 100%;
}
.main.pc .word-wrap .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4583vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #053991;
}
.main.pc .word-wrap .bottom i {
  font-size: 80px;
  font-family: SimSun;
  font-weight: 400;
}
.main.pc .word-wrap .bottom .text {
  width: 5.8333vw;
}












.main.pc .news-wrap {
  padding: 3.6458vw 4.8438vw;
}
.main.pc .news-wrap .ac1 {
  padding-right: 4.2188vw;
}
.main.pc .news-wrap .ac1 small {
  font-size: 92px;
  font-family: Impact;
  font-weight: 400;
  color: #053991;
  opacity: 0.1;
}
.main.pc .news-wrap .ac1 h2 {
  font-size: 2.0833vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #003592;
  margin: -2.6vw 0 0.9vw;
}
.main.pc .news-wrap .ac1 a {
  font-size: 0.8333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 2.45vw;
  display: flex;
  justify-content: space-between;
}
.main.pc .news-wrap .ac1 a b {
  color: #003592;
  margin-right: 5px;
}
.main.pc .news-wrap .ac1 a:hover span {
  color: #003592;
}
.main.pc .news-wrap .ac1 a span {
  color: rgba(77, 77, 77, 1);
  margin-left: 5px;
}
.main.pc .news-wrap .ac1 a .time {
  font-size: 0.7292vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.main.pc .news-wrap .ac1 a span:first-child {
  width: 80%;
}
.main.pc .news-wrap .ac2 {
  height: 500px;
}
.main.pc .news-wrap .ac2 .swiper-slide {
  position: relative;
}
.main.pc .news-wrap .ac2 .swiper-slide .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 3.125vw;
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 1.0417vw;
}
.main.pc .news-wrap .ac2 .swiper-slide .mask div {
  width: 80%;
}
.main.pc .news-wrap .ac2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.pc .news-wrap .ac2 .swiper-controller {
  position: absolute;
  bottom: 0;
  right: 1.0417vw;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 3.125vw;
}
.main.pc .news-wrap .ac2 .swiper-controller i {
  font-size: 24px;
  cursor: pointer;
}
.main.pc .news-wrap .ac3 .wrap {
  position: relative;
  overflow: hidden;
}
.main.pc .news-wrap .ac3 .col {
  padding: 10px;
}
.main.pc .news-wrap .ac3 .wrap img {
  display: block;
  max-width: 100%;
  transition: all .3s ease;
}
.main.pc .news-wrap .ac3 .wrap:hover img {
  transform: scale(1.1);
}
.main.pc .news-wrap .ac3 .wrap .mask {
  position: absolute;
  bottom: 1.6146vw;
  left: 0;
  right: 0;
  font-size: 1.6667vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.main.pc .news-wrap .video {
  padding: 10px;
}
.main.pc .news-wrap .video .wrap {
  height: 21.6vw;
  background: #003592;
  position: relative;
}
.main.pc .news-wrap .video .wrap .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main.pc .news-wrap .video .wrap .mask > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.pc .news-wrap .video .wrap .mask .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.main.pc .news-wrap .video .wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.pc .news-wrap .desc {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21.6vw;
}
.main.pc .news-wrap .desc .text {
  font-size: 1.5625vw;
  color: rgba(0, 53, 146, 1);
  line-height: 1.7;
}
.main.pc .news-wrap .desc .text span {
  color: rgba(246, 163, 0, 1);
}
.main.pc .news-wrap .desc p {
  font-size: 22px;
  color: rgba(102, 102, 102, 1);
}



























.main.mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .main.pc {
    display: none;
  }
  .main.mobile {
    display: block;
  }
}

.main.mobile .module-wrap {
  padding-top: 6.1333vw;
}
.main.mobile .module-wrap h2 {
  font-size: 6.4vw;
  margin-top: -6.8vw;
}
.main.mobile .module-wrap small {
  font-size: 12.2667vw;
}




.main.mobile {
  padding-top: 60px;
}
.main.mobile .banner-wrap {
  height: 133.3333vw;
}
.main.mobile .banner-wrap .swiper-pagination {
  bottom: 4vw;
}
.main.mobile .banner-wrap .swiper-pagination-bullet {
  width: 1.8667vw;
  height: 1.8667vw;
  border: 0.2667vw solid #FFFFFF;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transition: all .3s ease;
}
.main.mobile .banner-wrap .swiper-pagination-bullet-active {
  width: 5.3333vw;
  height: 1.8667vw;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 7px;
}
.main.mobile .banner-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}






.main.mobile .product-wrap {
  /* height: 996px; */
  background: url(../assets/images/mobile_product_bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 6.4vw;
}
.main.mobile .product-wrap .tab-wrap {
  margin: 4.2667vw auto 3.5417vw;
  text-align: center;
}
.main.mobile .product-wrap .tab-wrap .tab {
  display: inline-flex;
  align-items: center;
  font-size: 3.7333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(1, 64, 153, 1);
  cursor: pointer;
  border: 0.1042vw solid #014099;
  border-radius: 5.3333vw;
  padding: 0.6667vw 2.6667vw 0.6667vw 0.6667vw;
  text-align: center;
  transition: all .3s ease;
  margin-bottom: 3vw;
}
.main.mobile .product-wrap .tab-wrap .tab.active {
  background: #014099;
}
.main.mobile .product-wrap .tab-wrap .tab + .tab {
  margin-left: 2vw;
}
.main.mobile .product-wrap .tab-wrap .tab.active {
  color: #fff;
}
.main.mobile .product-wrap .tab-wrap .icon {
  width: 6.4vw;
  height: 6.4vw;
  margin-right: 2vw;
}
.main.mobile .product-wrap .tab-wrap .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
.main.mobile .product-wrap .tab-wrap .icon > img:first-child {
  display: block;
}
.main.mobile .product-wrap .tab-wrap .icon > img:last-child {
  display: none;
}
.main.mobile .product-wrap .tab-wrap .tab.active .icon img:first-child {
  display: none;
}
.main.mobile .product-wrap .tab-wrap .tab.active .icon img:last-child {
  display: block;
}
.main.mobile .product-wrap .cons {
  display: none;
  justify-content: space-between;
}
.main.mobile .product-wrap .cons.active {
  display: flex;
}
.main.mobile .product-wrap .cv {
  flex: 1;
}
.main.mobile .product-wrap .cv .swiper-slide {
  text-align: center;
}
.main.mobile .product-wrap h3 {
  font-size: 4.2667vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #014099;
  margin: 1.4667vw 0 5.0667vw;
}
.main.mobile .product-wrap .cv .swiper-slide .logo {
  opacity: 0;
}
.main.mobile .product-wrap .cv .swiper-slide h3 {
  opacity: 0;
}
.main.mobile .product-wrap .cv .swiper-slide.swiper-slide-active .logo {
  opacity: 1;
}
.main.mobile .product-wrap .cv .swiper-slide.swiper-slide-active h3 {
  opacity: 1;
}
.main.mobile .product-wrap .cv .swiper-slide {
  transform: scale(0.65);
  opacity: .6;
  transition: all .3s ease;
}
.main.mobile .product-wrap .cv .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.main.mobile .product-wrap .cv .swiper-slide a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31.6vw;
  line-height: 9.6vw;
  border: 1px solid #014099;
  border-radius: 5.3333vw;
  font-size: 3.7333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #014099;
  transition: all .3s ease;
  margin-top: 6vw;
  opacity: 0;
  transition: opacity .3s ease;
}
.main.mobile .product-wrap .cv .swiper-slide.swiper-slide-active a {
  opacity: 1;
}
.main.mobile .product-wrap .cv .swiper-slide a:hover {
  background: #014099;
  color: #fff;
}
.main.mobile .product-wrap .cv .swiper-slide .cvs img {
  max-height: 200px;
  width: 100%;
}

.main.mobile .product-wrap .cv .swiper-slide .kbs img {
  height: 200px;
}



.main.mobile .desc-wrap {
  background-size: cover;
}
.main.mobile .desc-wrap .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3.7333vw;
  padding-bottom: 5vw;
}
.main.mobile .desc-wrap .content p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin: 5.4667vw 0 7.7333vw;
  line-height: 1.7;
}
.main.mobile .desc-wrap .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.6vw;
  height: 9.6vw;
  border: 1px solid #014099;
  border-radius: 5.3333vw;
  font-size: 3.7333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #014099;
  transition: all .3s ease;
  margin: 0 0 10vw;
}
.main.mobile .desc-wrap .cover img {
  max-width: 100%;
}
.main.mobile .desc-wrap .row {
  margin: 6.9333vw -0.7813vw 0;
}
.main.mobile .desc-wrap .row .col {
  padding: 1.3333vw 0;
}
.main.mobile .desc-wrap .row .wrap {
  height: 23.8667vw;
  background: #014099;
  transition: all .3s ease;
  display: flex;
  align-items: center;
}
.main.mobile .desc-wrap .row .icon {
  width: 9.6vw;
  height: 9.6vw;
  margin-right: 5.8667vw;
}
.main.mobile .desc-wrap .row .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main.mobile .desc-wrap .row .icon img:first-child {
  display: none;
}
.main.mobile .desc-wrap .row .icon img:last-child {
  display: block;
}
.main.mobile .desc-wrap .row .wrap {
  padding: 0 6vw;
}
.main.mobile .desc-wrap .row .wrap .desc {
  color: #fff;
  transition: all .3s ease;
  line-height: 1.7;
  font-size: 3.2vw;
  flex: 1;
}
.main.mobile .desc-wrap .row .wrap .desc b {
  font-size: 4vw;
}





.main.mobile .prod-wrap {
  background: url(../assets/images/mobile_ac1_bg.png) no-repeat center;
  padding: 0 4vw;
}
.main.mobile .prod-wrap small {
  font-size: 12.2667vw;
  font-weight: 400;
  color: #fff;
  opacity: 0.1;
}
.main.mobile .prod-wrap h2 {
  color: #fff;
  margin-top: -8vw;
}
.main.mobile .prod-wrap > p {
  font-size: 3.7333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 10.5333vw;
}
.main.mobile .prod-wrap .swiper {
  padding-bottom: 19.4667vw;
}
.main.mobile .prod-wrap .swiper-slide {
  border: 0.8vw solid #FFFFFF;
  border-radius: 2.6667vw;
  overflow: hidden;
  background: #fff;
}
.main.mobile .prod-wrap .swiper-slide .cover {
  height: 66.6667vw;
  margin-bottom: 6.8vw;
}
.main.mobile .prod-wrap .swiper-slide .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.mobile .prod-wrap .swiper-slide h3 {
  font-size: 4.8vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #003592;
  text-align: center;
  margin: unset;
}
.main.mobile .prod-wrap .swiper-slide p {
  margin: 3.7333vw 4.6667vw 8.5333vw;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1.7;
}
.main.mobile .prod-wrap .swiper-controller {
  /* width: 77%; */
  display: flex;
  justify-content: space-between;
  margin-top: 8vw;
}
.main.mobile .prod-wrap .swiper-controller .prev,
.main.mobile .prod-wrap .swiper-controller .next {
  width: 6.9333vw;
  height: 6.9333vw;
  border: 1px dashed #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.main.mobile .prod-wrap .swiper-controller .prev:hover,
.main.mobile .prod-wrap .swiper-controller .next:hover {
  background: #fff;
  color: #003592;
}
.main.mobile .prod-wrap .swiper-controller .focus {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: unset;
}
.main.mobile .prod-wrap .swiper-controller .focus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #fff;
}
.main.mobile .prod-wrap .swiper-controller .focus span {
  display: block;
  width: 3.0667vw;
  height: 3.0667vw;
  border-radius: 41% 58% 0% 100% / 45% 100% 0% 61% ;
  border: 2px solid #FFFFFF;
  background: #fff;
  opacity: 1;
  transform: rotateZ(-135deg);
}
.main.mobile .prod-wrap .swiper-controller .focus span + span {
  margin-left: 0.5208vw;
}
.main.mobile .prod-wrap .swiper-controller .focus span.swiper-pagination-bullet-active {
  background: #003592;
}







.main.mobile .word-wrap {
  background: #F2F2F2;
  overflow: hidden;
}
.main.mobile .word-wrap .content {
  width: 90.4688vw;
  /* height: 33.8542vw; */
  background: url(../assets/images/ac2-1.png) no-repeat center;
  background-size: cover;
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.2);
  border-radius: 2.6667vw;
  margin: 12vw auto;
  padding: 12vw 0 12.4vw;
}
.main.mobile .word-wrap .content img {
  width: 100%;
}






.main.mobile .news-wrap {
  padding: 3.6458vw 4.8438vw;
}
.main.mobile .news-wrap h2 {
  text-align: left;
}
.main.mobile .news-wrap small {
  text-align: left;
}
.main.mobile .news-wrap .ac2 {
  height: 53.3333vw;
  border-radius: 1.3333vw;
  margin-top: 5.3333vw;
}
.main.mobile .news-wrap .ac2 .swiper-slide {
  position: relative;
}
.main.mobile .news-wrap .ac2 .swiper-slide .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 9.0667vw;
  background: rgba(0, 0, 0, 0.6);
  font-size: 3.7333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 4vw;
}
.main.mobile .news-wrap .ac2 .swiper-slide .mask div {
  width: 70%;
}
.main.mobile .news-wrap .ac2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.mobile .news-wrap .ac2 .swiper-controller {
  position: absolute;
  bottom: 0;
  right: 1.0417vw;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 9.0667vw;
}
.main.mobile .news-wrap .ac2 .swiper-controller i {
  font-size: 24px;
  cursor: pointer;
}

.main.mobile .news-wrap .ac1 a {
  font-size: 0.8333vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  padding: 5.3333vw 0;
  display: block;
  border-bottom: 1px solid #E6E6E6;
}
.main.mobile .news-wrap .ac1 a b {
  color: #003592;
  margin-right: 5px;
}
.main.mobile .news-wrap .ac1 a:hover span {
  color: #003592;
}
.main.mobile .news-wrap .ac1 a span {
  color: rgba(77, 77, 77, 1);
  margin-left: 5px;
}
.main.mobile .news-wrap .ac1 a span:first-child {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
.main.mobile .news-wrap .ac1 a span:last-child {
  font-size: 3.2vw;
  color: #999999;
}
.main.mobile .news-wrap > a {
  display: block;
  width: 31.6vw;
  height: 9.6vw;
  border: 1px solid #014099;
  border-radius: 4.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.7333vw;
  color: #003592;
  margin: 8vw auto;
}

.main.mobile .news-wrap .ac3 {
  margin: 0 -1.3333vw;
}
.main.mobile .news-wrap .ac3 .col {
  padding: 1.3333vw;
}
.main.mobile .news-wrap .ac3 .wrap img {
  display: block;
  max-width: 100%;
  height: 45.0667vw;
  transition: all .3s ease;
}
.main.mobile .news-wrap .ac3 .wrap .mask {
  position: absolute;
  bottom: 5.3333vw;
  left: 0;
  right: 0;
  font-size: 3.4667vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.main.mobile .news-wrap .ac4 {
  padding: 1.3333vw 0;
}
.main.mobile .news-wrap .ac4 .wrap {
  height: 45.0667vw;
  background: #003592;
  position: relative;
}
.main.mobile .news-wrap .ac4 .wrap .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main.mobile .news-wrap .ac4 .wrap .mask > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.mobile .news-wrap .ac4 .wrap .mask .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.8);
  cursor: pointer;
}
.main.mobile .news-wrap .ac4 .wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main.mobile .news-wrap .ac5 {
  padding: 10px 0;
  margin-top: 6vw;
}
.main.mobile .news-wrap .ac5 .text {
  font-size: 6.4vw;
  color: rgba(0, 53, 146, 1);
  line-height: 1.7;
  margin-bottom: 8vw;
}
.main.mobile .news-wrap .ac5 .text span {
  color: rgba(246, 163, 0, 1);
}
.main.mobile .news-wrap .ac5 p {
  font-size: 4.8vw;
  color: rgba(102, 102, 102, 1);
}
.main.mobile .product-wrap .cv .swiper-slide .logo {
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
}
.main.mobile .product-wrap .cv .swiper-slide .logo img {
  width: 100%;
  object-fit: contain;
}Q

