@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.max1400 {
  max-width: 1400px;
  margin: 0 auto;
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
}

@media(max-width:1430px){
    .max1400{
      padding:0 15px;
    }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.head-index {
  padding: 20px 0;
  align-items: center;
}

.head-index .logo {
  width: 30%;
}

.head-index .logo img {
  max-width: 75%;
}

.head-index .menu {
  width: calc(100% - 9%);
  padding-top: 2%;
}

/**/
@media (max-width: 767px) {
  .about-bg {
    display: block;
  }
}

.about-bg .aboutleft {
  width: 62.39583333333333%;
  background: url(../images/bdba73129ca0e28b8eb9c223042574a69b76d398.png) no-repeat top center;
  background-size: 100% 100%;
  padding-left: 13.54166666666667%;
  align-items: center;
  display: flex;
}
@media (max-width: 1600px){
   .about-bg .aboutleft{
       padding-left:30px;
   }
}


@media (max-width: 767px) {
  .about-bg .aboutleft {
    display: block;
    width: 100%;
    padding-left: 0;
    padding: 0 15px;
    margin-top: 5%;
  }
}

.about-bg .aboutleft .ab-con {
  width: 96.9%;
}

@media (max-width: 767px) {
  .about-bg .aboutleft .ab-con {
    width: 100%;
  }
}

.about-bg .aboutleft .ab-con h3 {
  color: #1857c1;
  font-weight: bold;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .about-bg .aboutleft .ab-con h3 {
    font-size: 26px;
  }
}

.about-bg .aboutleft .ab-con h4 {
  color: #333333;
  font-size: 1.5rem;
  padding-top: 1rem;
}

@media (max-width: 767px) {
  .about-bg .aboutleft .ab-con h4 {
    font-size: 16px;
    padding-top: 5px;
  }
}

.about-bg .aboutleft .ab-con .a1 {
  margin-top: 1.5rem;
}

@media (max-width: 1600px) {
  .about-bg .aboutleft .ab-con .a1{
    margin-top: 1rem;
    }
}


@media (max-width: 767px) {
  .about-bg .aboutleft .ab-con .a1 {
    margin-top: 20px;
  }
}

.about-bg .aboutleft .ab-con .a1 p {
  color: #3f3f3f;
  font-size: 0.8rem;
  line-height: 2.25;
  text-indent: 2em;
}

@media (max-width: 767px) {
  .about-bg .aboutleft .ab-con .a1 p {
    font-size: 14px;
  }
}

.about-bg .aboutleft .ab-con .more {
  border: 1px solid #1857c1;
  width: 135px;
  height: 41px;
  margin-top: 3.4rem;
}

@media (max-width: 1600px) {
    .about-bg .aboutleft .ab-con .more{
    margin-top:0;
}

}

.about-bg .aboutleft .ab-con .more a {
  display: block;
  color: #1857c1;
  font-size: 0.8rem;
  line-height: 39px;
  text-align: center;
}

.about-bg .aboutright {
  width: calc(100% - 62.39583333333333%);
}

@media (max-width: 767px) {
  .about-bg .aboutright {
    width: 100%;
  }
}

.about-bg .aboutright img {
  width: 100%;
}

/**/
.ys-bg {
  margin-top: -5%;
  position: relative;
  z-index: 999;
}

.ys-bg .max1400 {
    position: relative;
    z-index: 20;
}

.ys-bg .max1400:before {
    content: "";
    display: block;
    width: calc(100% + (100vw - 100%) / 2);
    height: 100%;
    background: url("../images/a9646c1fe1682d90d42036a64708fedfe5a918c1.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    left: calc((100% - 100vw) / 2);
    top: 0;
    z-index: -1;

}

@media (max-width: 1430px) {
    .ys-bg .max1400:before {
        width:100vw;
    }
}

@media (max-width: 767px) {
  .ys-bg {
    background: url(../images/a9646c1fe1682d90d42036a64708fedfe5a918c1.jpg) no-repeat top center;
    padding-bottom: 5%;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .ys-bg .ys-index {
    display: block;
  }
}

.ys-bg .ys-index .yst {
  width: 24.28571428571429%;
  padding-top: 4.6rem;
}

@media (max-width: 767px) {
  .ys-bg .ys-index .yst {
    width: 100%;
    padding-top: 5%;
  }
}

.ys-bg .ys-index .yst h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .ys-bg .ys-index .yst h3 {
    font-size: 26px;
  }
}

.ys-bg .ys-index .yst h4 {
  color: #ffffff;
  font-size: 1.5rem;
  padding-top: 12px;
}

@media (max-width: 767px) {
  .ys-bg .ys-index .yst h4 {
    font-size: 16px;
  }
}

.ys-bg .ys-index .ys-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
  width: calc(100% - 24.28571428571429%);
  border: 1px solid #fff;
  border-bottom: none;
}

@media (max-width: 767px) {
  .ys-bg .ys-index .ys-list {
    width: 100%;
    margin-top: 5%;
  }
}

.ys-bg .ys-index .ys-list li {
  width: 33.333%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 1.75rem;
  padding-top: 6.1rem;
  padding-bottom: 2.8rem;
}

@media (max-width: 767px) {
  .ys-bg .ys-index .ys-list li {
    padding: 30px 20px;
  }
}

.ys-bg .ys-index .ys-list li .dd {
  transition: 0.5s;
}

.ys-bg .ys-index .ys-list li .img1 img {
  max-width: 100%;
}

.ys-bg .ys-index .ys-list li .wz .w1 {
  color: #ffffff;
  font-size: 1rem;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .ys-bg .ys-index .ys-list li .wz .w1 {
    font-size: 14px;
  }
}

.ys-bg .ys-index .ys-list li .wz .w2 {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6;
  opacity: 0;
  height: 0;
}

.ys-bg .ys-index .ys-list li:hover {
  background: #1756c1;
}

.ys-bg .ys-index .ys-list li:hover .dd {
  transform:translateY(-60px);
}

.ys-bg .ys-index .ys-list li:hover .wz .w2 {
  opacity: 1;
}

@media (max-width: 767px) {
  .ys-bg .ys-index .ys-list li:hover .wz .w2 {
    opacity: 0;
  }
}

/**/
.product-index {
  margin-top: 4.5rem;
}

@media (max-width: 767px) {
  .product-index {
    margin-top: 5%;
  }
}

.product-index .pt {
  align-items: flex-end;
}

@media (max-width: 767px) {
  .product-index .pt {
    display: block;
  }
}

.product-index .pt .pt1 h3 {
  color: #1857c1;
  font-weight: bold;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .product-index .pt .pt1 h3 {
    font-size: 26px;
  }
}

.product-index .pt .pt1 h4 {
  color: #333333;
  font-size: 1.5rem;
  padding-top: 12px;
}

@media (max-width: 767px) {
  .product-index .pt .pt1 h4 {
    font-size: 16px;
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  .product-index .pt .pt2 {
    margin-top: 5%;
  }
}

.product-index .pt .pt2 ul {
  font-size: 0;
}

.product-index .pt .pt2 ul li {
  display: inline-block;
  margin-left: 3.3rem;
}

@media (max-width: 767px) {
  .product-index .pt .pt2 ul li {
    margin-left: 0;
    width: 50%;
    margin-bottom: 10px;
  }
}

.product-index .pt .pt2 ul li a {
  display: block;
  color: #666666;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .product-index .pt .pt2 ul li a {
    font-size: 14px;
  }
}

.product-index .pt .pt2 ul li:hover a {
  color: #1857c1;
}

.swiper-product {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3%;
  margin-top: 3.5%;
}
.swiper-product .swiper-slide{
    margin: 15px 0;
}
.swiper-product .swiper-slide:hover{
    box-shadow:0px 15px 30px rgba(0, 0, 0, 0.1);

}
.swiper-product .swiper-slide .img1 img {
  width: 100%;
}

.swiper-product .swiper-slide .wz {
  background: #f8f8f8;
  text-align: center;
  padding: 1rem 1.3rem;
}

.swiper-product .swiper-slide .wz .w1 {
  color: #333333;
  font-size: 16px;
}

@media (max-width: 767px) {
  .swiper-product .swiper-slide .wz .w1 {
    font-size: 14px;
  }
}

.swiper-product .swiper-slide .wz .w2 {
  color: #999999;
  font-size: 14px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .swiper-product .swiper-slide .wz .w2 {
    font-size: 12px;
  }
}

.swiper-product .sw {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
  width: 14%;
}

@media (max-width: 767px) {
  .swiper-product .sw {
    display: none;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
  width: 50px;
  position: relative;
  left: 0;
  height: auto;
  margin: 0;
  font-size: 16px;
  color: #333333;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  width: 50px;
  position: relative;
  left: 0;
  height: auto;
  margin: 0;
  font-size: 16px;
  color: #333333;
}

.swiper-product .swiper-pagination {
  position: relative;
}

.swiper-product .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #333333;
}

/**/
.news-bg {
  /*background: url(../images/0e1b2ba797ceb39c4fdd9bdcd9279ac79f5e4c10.jpg) no-repeat top center;*/
  background-size: 100% 100%;
  margin-top: 1.5rem;
  /*padding: 0% 0;*/
  position: relative;
}

.news-bg::before {
  /*content: "";*/
  /*position: absolute;*/
  /*width: 86.45833333333333%;*/
  /*background: #fff;*/
  /*right: 0;*/
  /*top: 10%;*/
  /*bottom: 10%;*/
}

@media (max-width: 767px) {
  .news-bg::before {
    display: none;
  }
}

.news-bg .max1400{
    position: relative;
    z-index: 20;
}

@media (max-width: 767px) {
  .news-bg .max1400 {
    background: #fff;
  }
}
.news-bg .max1400:before{
       content: "";
    display: block;
    width: calc(100% + (100vw - 100%) / 2);
    height: 100%;
    background:#fff;
    background-size: cover;
    position: absolute;
    right: calc((100% - 100vw) / 2);
    top: 0;
    z-index: -1;
}


.news-bg .news-index {
  position: relative;
  z-index: 999;
  padding: 5% 0;
  padding-left: 50px;
}

@media (max-width: 767px) {
  .news-bg .news-index {
    padding-left: 0;
  }
}

.news-bg .news-index .nt {
  align-items: flex-end;
}

.news-bg .news-index .nt .pt1 h3 {
  color: #1857c1;
  font-weight: bold;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .news-bg .news-index .nt .pt1 h3 {
    font-size: 26px;
  }
}

.news-bg .news-index .nt .pt1 h4 {
  color: #333333;
  font-size: 1.5rem;
  padding-top: 12px;
}

@media (max-width: 767px) {
  .news-bg .news-index .nt .pt1 h4 {
    font-size: 16px;
    padding-top: 5px;
  }
}

.news-bg .news-index .nt .pt2 {
  width: 125px;
  height: 45px;
  background: #1857c1;
}

.news-bg .news-index .nt .pt2 a {
  display: block;
  color: #fff;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .news-bg .news-index .nt .pt2 a {
    font-size: 14px;
  }
}

.news-bg .news-index .nlist1 {
  margin-top: 5%;
}

@media (max-width: 767px) {
  .news-bg .news-index .nlist1 {
    flex-wrap: wrap;
  }
}

.news-bg .news-index .nlist1 li{
    width: 24%;
}

@media (max-width: 767px) {
  .news-bg .news-index .nlist1 li {
    width: 48%;
    margin-bottom: 5%;
  }
}

.news-bg .news-index .nlist1 li:hover .img1{
    box-shadow:0px 15px 30px rgba(0, 0, 0, 0.1);
}

.news-bg .news-index .nlist1 li a {
  display: block;
}

.news-bg .news-index .nlist1 li a .date {
  color: #c3cbda;
  font-size: 0.9rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .news-bg .news-index .nlist1 li a .date {
    font-size: 14px;
  }
}

.news-bg .news-index .nlist1 li a .w1 {
  color: #333333;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 8px;
}

@media (max-width: 767px) {
  .news-bg .news-index .nlist1 li a .w1 {
    font-size: 14px;
  }
}

.news-bg .news-index .nlist1 li a .w2 {
  color: #999999;
  font-size: 0.7rem;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .news-bg .news-index .nlist1 li a .w2 {
    font-size: 12px;
    padding-top: 10px;
  }
}

.news-bg .news-index .nlist1 li a .img1 {
  margin-top: 20px;
}

.news-bg .news-index .nlist1 li a .img1 img {
  max-width: 100%;
}

/**/
.fnav-bg {
  background: #181819;
  border-bottom: 1px solid #666666;
}

.fnav-bg .fnav {
  padding: 1.6rem 0;
}

.fnav-bg .fnav ul li a {
  display: block;
  color: #8c8c8c;
  font-size: 16px;
}

.foot-bg {
  background: #181819;
  padding: 3.25rem 0;
}

@media (max-width: 767px) {
  .foot-bg {
    padding-bottom: 15%;
  }
}

@media (max-width: 767px) {
  .foot-bg .foot-index {
    display: block;
  }
}

@media (max-width: 767px) {
  .foot-bg .foot-index .foot1 {
    width: 100%;
  }
}

.foot-bg .foot-index .foot1 h4 {
  width: 44px;
  height: 1px;
  background: #8c8c8c;
  margin-bottom: 18px;
}

.foot-bg .foot-index .foot1 h3 {
  color: #8c8c8c;
  font-size: 1.1rem;
  margin-bottom: 1.7rem;
}

@media (max-width: 767px) {
  .foot-bg .foot-index .foot1 h3 {
    font-size: 18px;
  }
}

.foot-bg .foot-index .foot1 .ct {
  background: url(../images/6b2719978ba4e0b0e95b05dbeacf4cbda4007fc4.png) no-repeat left center;
  padding-left: 2.5rem;
}

@media (max-width: 767px) {
  .foot-bg .foot-index .foot1 .ct {
    padding-left: 50px;
  }
}

.foot-bg .foot-index .foot1 .ct p {
  color: #8c8c8c;
  font-size: 14px;
}

.foot-bg .foot-index .foot1 .ct p:nth-of-type(2) {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Imapact";
  color: #fff;
}

@media (max-width: 767px) {
  .foot-bg .foot-index .foot2 {
    margin-top: 5%;
  }
}

.foot-bg .foot-index .foot2 h4 {
  width: 44px;
  height: 1px;
  background: #8c8c8c;
  margin-bottom: 18px;
}

.foot-bg .foot-index .foot2 h3 {
  color: #8c8c8c;
  font-size: 1.1rem;
  margin-bottom: 1.7rem;
}

@media (max-width: 767px) {
  .foot-bg .foot-index .foot2 h3 {
    font-size: 18px;
  }
}

.foot-bg .foot-index .foot2 .lx p {
  color: #8c8c8c;
  font-size: 14px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .foot-bg .foot-index .foot3 {
    margin-top: 5%;
  }
}

.foot-bg .foot-index .foot3 h4 {
  width: 44px;
  height: 1px;
  background: #8c8c8c;
  margin-bottom: 18px;
}

.foot-bg .foot-index .foot3 h3 {
  color: #8c8c8c;
  font-size: 1.1rem;
  margin-bottom: 1.7rem;
}

@media (max-width: 767px) {
  .foot-bg .foot-index .foot3 h3 {
    font-size: 18px;
  }
}

.foot-bg .foot-index .foot3 img {
  max-width: 100%;
}

.footer {
  border-top: 1px solid #666666;
  background: #181819;
  text-align: center;
  color: #8c8c8c;
  font-size: 12px;
  padding: 10px 0;
}

.footer a {
  color: #8c8c8c;
}

/*phone底部导航*/
li {
  list-style: none;
}

.q_d_m {
  float: left;
  width: 100%;
  height: 50px;
}

.pf_down {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  background: #191919;
  z-index: 999;
  border-top: 1px solid #fff;
}

.pf_down li {
  width: 33.333333%;
  float: left;
  text-align: center;
  padding: 7px 0 4px 0;
  border-right: 1px solid #fff;
}

.pf_down li .ico7 {
  width: 100%;
  float: left;
  height: 20px;
}

.pf_down li .d_name {
  width: 100%;
  float: left;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.pf_down li.l1 .ico7 {
  background: url(../images/2af1745405fd8db7986d313208d9020cd4c79878.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
  background: url(../images/c34c0e9d3bf8a2786fda7369f396478a25121232.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
  background: url(../images/c3934b9e8ddb2d4bddf0e5cd027883a2e397162e.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
  border: none;
}

.indexPage {
  background-color: #f4f7fe;
  /*padding-bottom: 80px;*/
}

.indexPage > .indexBanner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.indexPage > .indexBanner > video {
  display: block;
  width: 100%;
}

.indexPage > .indexBanner > .bannerText {
  width: 33.3333%;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: column;
  padding-right: 40px;
}

.indexPage > .indexBanner > .bannerText > h3 {
  color: #fff;
  font-family: "SimHei";
  font-size: 30px;
  margin-bottom: 28px;
  text-align: right;
}

.indexPage > .indexBanner > .bannerText > p {
  font-size: 16px;
  color: #fff;
  font-family: "SimHei";
  max-width: 418px;
  line-height: 28px;
  margin-bottom: 24px;
  white-space: pre-wrap;
  text-align: right;
}

.indexPage > .indexBanner > .bannerText > .btnBox > a {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  margin-top: 20px;
}

.indexPage > .bannerBox {
  width: 100%;
  height: 100%;
  background-color: #f4f7fe;
}

.indexPage > .bannerBox > .bannerShow {
  width: 100%;
  height: 100%;
}

.indexPage > .bannerBox > .bannerShow > .imglist {
  width: 100%;
  height: auto;
}

.indexPage > .bannerBox > .bannerShow > .imglist > img {
  display: block;
  width: 100%;
  /* height: 100%; */
  /* max-height: 814px; */
}

.indexPage > .bannerBox > .bannerShow > .imglist > video {
  display: block;
  width: 100%;
}

.indexPage > .bannerBox > .bannerShow > .imglist > .bannerText {
  width: 33.3333%;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: column;
  padding-right: 40px;
}

.indexPage > .bannerBox > .bannerShow > .imglist > .bannerText > h3 {
  color: #fff;
  font-family: "SimHei";
  font-size: 30px;
  margin-bottom: 28px;
  text-align: right;
}

.indexPage > .bannerBox > .bannerShow > .imglist > .bannerText > p {
  font-size: 24px;
  color: #fff;
  font-family: "SimHei";
  max-width: 418px;
  line-height: 28px;
  margin-bottom: 24px;
  white-space: pre-wrap;
  text-align: right;
}

.indexPage > .bannerBox > .bannerShow > .imglist > .bannerText > .btnBox > a {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  margin-top: 20px;
}

.indexPage > .bannerBox .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
}

.indexPage > .bannerBox .swiper-pagination-bullet-active {
  color: #fff;
  background: #004388;
}

@media screen and (max-width: 1200px) {
  .indexPage > .indexBanner > .hero__wing {
    display: none;
  }
  .indexPage > .indexBanner > .bannerText {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-image: none;
    background-color: #fff;
    padding-right: 0;
    display: block;
  }
  .indexPage > .indexBanner > .bannerText > h3 {
    color: #004388;
    margin-bottom: 8px;
    width: auto;
    text-align: center;
  }
  .indexPage > .indexBanner > .bannerText > p {
    font-size: 16px;
    color: #666;
    max-width: 100%;
    padding: 0 24px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
  }
  .indexPage > .indexBanner > .bannerText > .btnBox {
    width: 100%;
  }
  .indexPage > .indexBanner > .bannerText > .btnBox > a {
    margin: 0 auto;
    color: #fff;
    border: 1px solid #004388;
    background-color: #004388;
    margin-top: 20px;
  }

  .indexPage > .bannerBox > .bannerShow > .imglist > .hero__wing {
    display: none;
  }
  .indexPage > .bannerBox > .bannerShow > .imglist > .bannerText {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-image: none;
    background-color: #fff;
    padding-right: 0;
    display: block;
  }
  .indexPage > .bannerBox > .bannerShow > .imglist > .bannerText > h3 {
    color: #004388;
    margin-bottom: 8px;
    width: auto;
    text-align: center;
  }
  .indexPage > .bannerBox > .bannerShow > .imglist > .bannerText > p {
    font-size: 16px;
    color: #666;
    max-width: 100%;
    padding: 0 24px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
  }
  .indexPage > .bannerBox > .bannerShow > .imglist > .bannerText > .btnBox {
    width: 100%;
  }
  .indexPage > .bannerBox > .bannerShow > .imglist > .bannerText > .btnBox > a {
    margin: 0 auto;
    color: #fff;
    border: 1px solid #004388;
    background-color: #004388;
    margin-top: 20px;
  }


}

@media screen and (max-width: 750px) {
  .indexPage > .indexBanner > .bannerText {
    padding: .2rem 0;
  }
  .indexPage > .indexBanner > .bannerText > h3 {
    font-size: .3rem;
    margin-bottom: .08rem;
  }
  .indexPage > .indexBanner > .bannerText > p {
    padding: 0 .24rem;
    font-size: .24rem;
    line-height: .34rem;
  }
  .indexPage > .indexBanner > .bannerText > .btnBox > .aBtn {
    width: 2.4rem;
    height: .8rem;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .indexPage > .bannerBox > .bannerShow > .imglist > .bannerText {
    padding: .2rem 0;
  }
  .indexPage > .bannerBox > .bannerShow > .imglist > .bannerText > h3 {
    font-size: .3rem;
    margin-bottom: .08rem;
  }
  .indexPage > .bannerBox > .bannerShow > .imglist > .bannerText > p {
    padding: 0 .24rem;
    font-size: .24rem;
    line-height: .34rem;
  }
  .indexPage > .bannerBox > .bannerShow > .imglist > .bannerText > .btnBox > .aBtn {
    width: 2.4rem;
    height: .8rem;
    font-size: .24rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.indexPage > .indexServiceBox {
  padding: 115px 0;
}

.indexPage > .indexServiceBox > .container > .indexService {
  display: flex;
}

.indexPage > .indexServiceBox > .container > .indexService > .left {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.indexPage > .indexServiceBox > .container > .indexService > .left > img {
  display: none;
}

.indexPage > .indexServiceBox > .container > .indexService > .left > h3 {
  color: #004388;
  font-family: "SimHei";
  font-size: 30px;
  margin-bottom: 12px;
}

.indexPage > .indexServiceBox > .container > .indexService > .left > p {
  max-width: 456px;
  font-size: 16px;
  font-family: "SimHei";
  color: #666;
  line-height: 34px;
  word-wrap: break-word;
}

.indexPage > .indexServiceBox > .container > .indexService > .left > a {
  margin-top: 40px;
}

.indexPage > .indexServiceBox > .container > .indexService > .right {
  flex: 1;
}

.indexPage > .indexServiceBox > .container > .indexService > .right > img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .indexPage > .indexServiceBox > .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 850px) {
  .indexPage > .indexServiceBox {
    background-color: #fff;
    margin-top: 40px;
    padding: 0;
  }
  .indexPage > .indexServiceBox > .container {
    padding: 24px 28px;
    box-sizing: border-box;
  }
  .indexPage > .indexServiceBox > .container > .indexService {
    display: flex;
    flex-flow: column;
  }
  .indexPage > .indexServiceBox > .container > .indexService > .left {
    display: block;
  }
  .indexPage > .indexServiceBox > .container > .indexService > .left > img {
    width: 100%;
    display: block;
  }
  .indexPage > .indexServiceBox > .container > .indexService > .left > h3 {
    text-align: center;
    margin-bottom: 2px;
    margin-top: 15px;
  }
  .indexPage > .indexServiceBox > .container > .indexService > .left > p {
    max-width: 100%;
  }
  .indexPage > .indexServiceBox > .container > .indexService > .left > a {
    display: none;
  }
  .indexPage > .indexServiceBox > .container > .indexService > .right {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .indexPage > .indexServiceBox {
    margin-top: .4rem;
  }
  .indexPage > .indexServiceBox > .container {
    padding: .24rem;
  }
  .indexPage > .indexServiceBox > .container > .indexService > .left > h3 {
    margin-bottom: .08rem;
    margin-top: .2rem;
    font-size: .3rem;
  }
  .indexPage > .indexServiceBox > .container > .indexService > .left > p {
    font-size: .24rem;
    line-height: .34rem;
  }
}

.indexPage .indexBox2 .index3Con {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.indexPage .indexBox2 .index3Con > a {
  display: block;
  height: 100%;
}

.indexPage .indexBox2 .index3Con > a > .bg_img {
  width: 100%;
  height: 100%;
}

.indexPage .indexBox2 .index3Con > a > .bg_img > img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.indexPage .indexBox2 .index3Con > a > .bg_img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.indexPage .indexBox2 .index3Con > a > .text {
  position: absolute;
  top: 0;
  left: 0;
}

.indexPage .indexBox2 .index3Con > a > .text > h3 {
  font-size: 30px;
  font-family: "SimHei";
  color: #fff;
  padding: 20px 0 0 20px;
}

.indexPage .indexBox2 .index3Con > a > .text > p {
  padding: 15px 40px 0 20px;
  font-family: "SimHei";
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.indexPage .indexBox2 .index3Con > a:hover > .bg_img > img {
  transform: scale(1.2);
}

.indexPage .indexBox2 .index3Con.index3Con1 > a {
  cursor: default;
}

.indexPage .indexBox2 > .box1 {
  display: flex;
}

.indexPage .indexBox2 > .box1 > .left {
  flex: 2;
}

.indexPage .indexBox2 > .box1 > .right {
  flex: 1;
}

.indexPage .indexBox2 > .box1 > .right > .index3Con {
  height: 50%;
}

.indexPage .indexBox2 > .box2 {
  display: flex;
}

.indexPage .indexBox2 > .box2 > .index3Con {
  flex: 1;
}

@media screen and (max-width: 850px) {
  .indexPage .indexBox2 .index3Con {
    width: calc(100% - 50px);
    margin: 2px 25px;
  }
  .indexPage .indexBox2 > .box1 {
    display: block;
  }
  .indexPage .indexBox2 > .box1 > .left {
    flex: 2;
  }
  .indexPage .indexBox2 > .box1 > .right {
    flex: 1;
  }
  .indexPage .indexBox2 > .box1 > .right > .index3Con {
    height: 50%;
  }
  .indexPage .indexBox2 > .box2 {
    display: block;
  }
  .indexPage .indexBox2 > .box2 > .index3Con {
    flex: 1;
  }
}

@media screen and (max-width: 750px) {
  .indexPage .indexBox2 {
    padding: 0 0.24rem;
    margin-top: 0.2rem;
  }
  .indexPage .indexBox2 .index3Con {
    width: 100%;
    margin: 0;
    margin-bottom: .04rem;
  }
  .indexPage .indexBox2 .index3Con > a > .text > h3 {
    font-size: .36rem;
    padding: .2rem 0 0 .2rem;
  }
  .indexPage .indexBox2 .index3Con > a > .text > p {
    font-size: .24rem;
    padding: 0 .2rem;
  }
}

.indexPage .indexNewsList {
  padding: 70px 0;
  background-color: #f4f7fe;
}

.indexPage .indexNewsList > .container > .newsTabNav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.indexPage .indexNewsList > .container > .newsTabNav > div {
  font-size: 28px;
  color: #333;
  font-family: "SimHei";
  margin-left: 50px;
  cursor: pointer;
  position: relative;
  transition: all .3s;
  line-height: 50px;
}

.indexPage .indexNewsList > .container > .newsTabNav > div:first-child {
  margin-left: 0;
}

.indexPage .indexNewsList > .container > .newsTabNav > div:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #f4f7fe;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s;
}

.indexPage .indexNewsList > .container > .newsTabNav > div.active {
  font-weight: bold;
  color: #004388;
}

.indexPage .indexNewsList > .container > .newsTabNav > div.active:after {
  background-color: #004388;
}

.indexPage .indexNewsList > .container > .newsList {
  display: flex;
}

.indexPage .indexNewsList > .container > .newsList > .left {
  width: 50%;
}

.indexPage .indexNewsList > .container > .newsList > .left > .newsCon {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}

.indexPage .indexNewsList > .container > .newsList > .left > .newsCon > a {
  display: block;
}

.indexPage .indexNewsList > .container > .newsList > .left > .newsCon > a > .img {
  width: 100%;
  height: 309px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexPage .indexNewsList > .container > .newsList > .left > .newsCon > a > .img img {
  width: 100%;
}

.indexPage .indexNewsList > .container > .newsList > .left > .newsCon > a > .text {
  padding: 14px 24px;
  height: 129px;
  box-sizing: border-box;
}

.indexPage .indexNewsList > .container > .newsList > .left > .newsCon > a > .text > .title {
  display: flex;
}

.indexPage .indexNewsList > .container > .newsList > .left > .newsCon > a > .text > .title > h3 {
  font-size: 20px;
  font-family: "SimHei";
  color: #333;
  line-height: 30px;
  height: 60px;
  flex-basis: 88%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


.p3 {
    margin-top: 1.9rem;
}

.p3a {
    width: 50%;
    overflow: hidden;
}

.p3a img {
    width: 100%;
    transition: all ease .3s;
}

.p3a:hover img {
    transform: scale(1.1);
}



.p3b {
    width: 50%;
    background-color: #041d38;
    padding: 4.1rem 17.5% 5.5rem 4.65rem;
    position: relative;
}


.p3b .p3b1 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #ffffff;
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 1.5rem;

}

.p3b .p3b1::before {
    content: "";
    width: 1.5rem;
    height: 2px;
    background-color: #53b4b3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.p3b .p3b2 h3 {
    font-size: 2.4rem;
    line-height: 1.3;
    color: #ffffff;
}

.p3b .p3b3 {
    font-size: 15px;
    line-height: 1.733;
    color: #ffffff;
    margin-top: 2.35rem;
}


.p3b4 a {
    display: block;
}

.p3b4 a img {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}



@media(max-width: 1440px) {
    .p3b {
        padding: 4.1rem 6% 5.5rem 4.6rem;
    }
}


@media(max-width: 768px) {

    .p3a {
        width: 100%;
        background: initial;
    }

    .p3b {
        width: 100%;
        padding: 5rem 15px;
    }

    .p3b4 a img {
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}



@media(max-width: 767px) {
    .p3b .p3b1 {
        font-size: 14px;
    }

    .p3b .p3b3 {
        font-size: 14px;
    }

}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* c4_index */
.c4_index{
    position: relative;
    padding: 4.6875vw 0;
    background: url(../images/20230610083547.jpg) no-repeat;
    background-size: cover;
}
.c4_index .flex{
    align-items: center;
}
.c4_left{
    position: relative;
}
.c4_left h2{
    font-size: 3.125vw;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}
.c4_left>span{
    display: block;
    font-size: 1.875vw;
    line-height: 1.5;
    color: #fff;
}
.c4_left .abbtxt{
    padding: 2.60416vw 0;
    line-height: 2;
    font-size: 1.0416vw;
    color: #fff;
}
.c4_left .ab_more{
    display: inline-block;
    position: relative;
    border: 2px solid #999;
    border-radius: 35px;
    margin-top: 20px;
}
.c4_left .ab_more a{
    display: block;
    font-size: 0.9375vw;
    padding: 0.78125vw 3.125vw;
    color: #fff;
}

/* c4_right */
.c4_right{position: relative;}
.c4_right>a{margin: 15px 0;display: block;}
.c4_right>a img{display: block;max-width: 100%;}

.max1300 {
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* c5_index */
.c5_index{position: relative;padding: 80px 0;}
.c5_index h2{text-align: center;color: #000;font-size: 3.125vw;margin-bottom: 4.1666vw;line-height: 1.3;}
.c5_index ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.c5_index ul li{position: relative;text-align: center;}
.c5_index ul li a{display: block;}
.c5_index ul li .ooimg{text-align: center;}
.c5_index ul li .ooimg img{max-width: 100%;display: inline-block;}
.c5_index ul li h3{font-weight: normal;padding: 1.5635vw 0;font-size: 1.25vw;color: #000;}
/*.c5_index ul li:hover .ooimg img{filter: invert(40%) sepia(40%) saturate(863%) hue-rotate(175deg) brightness(90%) contrast(101%);}*/
.c5_index ul li:hover h3{color: #004388;}

/* c6_index */
.c6_index{position: relative;background: #e9f6fe;padding: 4.1666vw 0;}
.c6_index h2{text-align: center;color: #000;font-size: 2.08333vw;margin-bottom: 4.1666vw;line-height: 1.3;}
.c6_list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.c6_list li{position: relative;width: 31.33%;}
.c6_list li a{display: block;}
.c6_list li .qximg{box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);border-radius: 10px;}
.c6_list li .qximg img{width: 100%;display: block;}
.c6_list li .qxa{display: flex;align-items: center;padding-top: 30px;}
.c6_list li .qxa span{display: block;font-size: 0.8333vw;color: #999999;}
.c6_list li .qxa span:nth-child(1){font-weight: bold;margin-right: 20px;}
.c6_list li h3{font-weight: bold;font-size: 1.25vw;color: #000000;margin: 15px 0;transition: .3s;  text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.c6_list li .qxw{font-size: 0.8333vw;color: #333333;line-height: 1.7; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.c6_list li .xqing{width: 100px;line-height: 45px;background: #2d80c4;text-align: center;color: #fff;font-size: 13px;font-weight: bold;border-radius: 30px;margin-top: 2.60416vw;
transition: .3s;}
.c6_list li:hover h3{color: #004388;}
.c6_list li:hover .xqing{background: #004388;}



/* msg */
.msg{position: relative;background: #000;padding: 2.60416vw 0 4.6875vw;}
.msg .flex{align-items: center;}
.msg_left{position: relative;width: 49%;}
.msg_left h3{color: #fff;font-size: 40px;line-height: 1.5;font-weight: bold;
background: url(../images/d3a2f7d5f0f153677d171207304bfb8d463d9b3c.png) no-repeat left bottom;padding-bottom: 40px;}

/*  */
.msg_right{position: relative;width: 49%;}
.x-message-wrap2 {margin-left: 0px;margin-right: 0px}
.x-message-wrap2 .row{margin-left: -0px;font-size: 0;margin-right: -0px;}
.x-message-wrap2 div[class^='col-'] {padding-left: 15px;padding-right: 15px;position: relative;}
.x-message-wrap2 input[type='text'],
.x-message-wrap2 textarea {width: 100%;height: 55px;border: none;padding: 0 5px;font-size: 14px;color: rgba(255,255,255,.7);background:none;outline: none;
margin-bottom: 1.822916vw;border-bottom: 1px solid rgba(255,255,255,.3);}
.x-message-wrap2 input[type='text']::-webkit-input-placeholder,
.x-message-wrap2 textarea::-webkit-input-placeholder {color: rgba(255,255,255,.7)}
.x-message-wrap2 input[type='text']:-ms-input-placeholder,
.x-message-wrap2 textarea:-ms-input-placeholder {color: rgba(255,255,255,.7)}
.x-message-wrap2 input[type='text']::-ms-input-placeholder,
.x-message-wrap2 textarea::-ms-input-placeholder {color: rgba(255,255,255,.7)}
.x-message-wrap2 input[type='text']::placeholder,.x-message-wrap2 textarea::placeholder {color: rgba(255,255,255,.7);}

.x-message-wrap2 .hxx {border-bottom: 1px solid rgba(255,255,255,.3);padding: 0px 0px 15px;margin: 0 15px;width: calc(50% - 30px);display: flex;justify-content: space-between;}
.x-message-wrap2 textarea {padding-top: 15px;height: 165px;resize: none}
.x-message-wrap2 #checkcode {float: left;width: 62.29813665%;margin-bottom: 0;border: none;height: 35px;}
.x-message-wrap2 #codeimg2 {float: right;display: block;text-align: center;width: 32.39130435%;height: 35px;font-size: 0;background: #e7e4e4;padding: 0px;}
.x-message-wrap2 .x-submit {width: 100%;height: 45px;background: #004388;color: #fff;font-size: 16px;border: none;outline: none;border-radius:3px;
-webkit-transition: all .5s ease;transition: all .5s ease;}
.x-message-wrap2 .x-submit:hover {background: #004388}
.x-message-wrap2 .n-default .x-textarea .msg-wrap{top: 10px;}

/* foot_wap */
.foot_wap{position: relative;padding: 25px 0;}
.foot_wap .flex{align-items: center;}

/* ft_aa */
.ft_aa{position: relative;border-right: 1px solid #e4e4e4;padding-right: 15px;padding-top: 30px;padding-bottom: 30px;}
.ft_aa a{display: block;}
.ft_aa a img{display: block;max-width: 100%;}

/* ft_bb */
.ft_bb{position: relative;padding: 10px 0;}
.ft_bb .foot_nav{display: flex;margin-bottom: 15px;}
.foot_nav li{position: relative;padding-right: 2.60416vw;}
.foot_nav li a{display: block;font-size: 15px;color: #010101;font-weight: bold;line-height: 1.7;transition: .2s;}
.foot_nav li a:hover{color: #004388;}

.ft_lxwm{line-height: 2;font-size: 14px;color: #000000;}
.ft_banq{font-size: 14px;color: #000000;line-height: 2;}
.ft_banq a{color: #000000;transition: .2s;}
.ft_banq a:hover{color: #004388;}

/* ft_cc */
.ft_cc{position: relative;padding: 10px;}
.ft_cc .ft_ewm{text-align: center;line-height: 35px;color: #666666;font-size: 14px;}


@media (max-width: 1300px){
    .msg_left h3{font-size: 30px;}
}

@media (max-width: 992px){
    .c4_left .abbtxt{font-size: 14px;}
    .c5_index{padding: 40px 0;}
    .c5_index ul li{width: 22%;}
    .c5_index ul li h3{font-size: 15px;}

    .x-message-wrap2 .hxx{width: calc(100% - 30px);margin-bottom: 15px;}
    .ft_aa{border-right: none;}
    .foot_nav li{width: 20%;padding-right: 0;}
    .foot_nav li a{font-size: 14px;}
}

@media (max-width: 768px){
    .msg_left h3{font-size: 22px;}
    .msg .flex>div{width: 100%;}
    .msg_left{margin-bottom: 20px;}
    .x-message-wrap2 div[class^='col-']{padding-left: 0px;padding-right: 0px;}
    .c4_right{margin-top: 15px;}
    .c4_right>a img{max-width: 80px;}
    .c4_left h2{font-size: 20px;}
    .c4_left>span{font-size: 16px;}
    .c4_left .ab_more a{font-size: 14px;padding: 5px 25px;}
    .c5_index h2{font-size: 20px;}
    .c5_index ul li h3{font-size: 13px;}
    .c6_index h2{font-size: 20px;}
    .c6_list li{width: 100%;margin-bottom: 20px;}
    .c6_list li .qxa span{font-size: 14px;}
    .c6_list li h3{font-size: 18px;}
    .c6_list li .qxw{font-size: 14px;}
    .c6_list li .xqing{line-height: 30px;font-size: 12px;}
}

@media (max-width: 480px){
    .tit_aa h3{font-size: 20px;}
    .tit_aa p{font-size: 14px;}
    .le_txt{margin-bottom: 20px;}
    .le_txt .hd li{font-size: 18px;}
    .morex a{font-size: 14px;}
    .le_txt .hd{padding-top: 20px;}
}

.p2 {
    padding-top: 2.4rem;
}

.p2a {
    margin-top: 4.6rem;
}

.p2a li {
    width: 30.73%;
    border: solid 1px #eeeeee;
    transition: all ease .3s;
}

.p2a li a {
    display: block;
    padding-bottom: 1rem;
}

.p2a li a div.img {
    overflow: hidden;
}

.p2a li a div.img img {
    width: 100%;
    transition: all ease .3s;
}

.p2a li:hover a div.img img {
    transform: scale(1.1);
}

.p2a li a h3 {
    font-size: 1.3rem;
    font-weight: normal;
    color: #041d38;
    padding: 0 2%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3;
}


.p2a li:hover {
    box-shadow: 0rem 0.05rem 0.6rem 0rem rgba(4, 29, 56, 0.1);
}


.p2 a.more {
    display: block;
    width: 185px;
    line-height: 61px;
    background-color: #53b4b3;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin: 3.1rem auto 0;
}

.p2 a.more::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 12px;
    top: 12px;
}


@media(max-width: 768px) {
    .p2a {
        margin-top: 3rem;
    }

    .p2a li {
        width: 32%;
    }

    .p2a li a {
        padding-bottom: 0;
    }
}

@media(max-width: 767px) {
    .p2a li {
        width: 100%;
        margin-bottom: 2%;
    }

    .p2a li a h3 {
        font-size: 16px;
    }

    .p2 a.more {
        width: 140px;
        line-height: 49px;
    }

}

.wh1240 {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}

.index-title {
    text-align: center;

}

.c7{
    background: #004388;
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.szgd{}

.szgd li{
    width: 25%;
    text-align: center;
    color: #fff;

}
.szgd li .counter{
    font-family: Impact;
    font-size: 3.6rem;
}
.szgd li .span2{
    font-family: Impact;
    font-size: 3.6rem;
}
.szgd li .span1{
    display: inline-block;
    border-radius: 50%;
    font-size: 14px;
    background-color: #fff;
    color: #23acc3;
    width: 20px;
    height: 20px;
        transform: translateY(-2.5vw);
    -ms-transform: translateY(-2.5vw);
    -webkit-transform: translateY(-2.5vw);
    margin-left: -0.6vw;
    line-height: 20px;
}
.szgd li:last-child .span1{display: none;}
.szgd li p{
    font-size: 16px;
    color: #ffffff;
}

/*应用行业领域*/

.x-apply {
    padding: 6.6vh 0 8.8vh;
}

.x-apply-list {
    margin-left: -11px;
    margin-right: -11px;
}

.x-apply-list li {
    list-style-type: none;
    float: left;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding-top: 50px;
    width: calc(25% - 22px);
}

.x-apply-list li img {
    max-width: 100%;
}

.x-apply-list li h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(71,134,188,0.5);
    padding: 10px;
    text-align: center;
    color: #fff;
    font: 600 18px/70px "Microsoft yahei";
    border-bottom-right-radius: 80px;
    width: 103%;
}

.x-apply-list li h3 img {
    margin-right: 8px;
}

.x-apply-list li:hover h3 {
    background-color: #549cce;
}


@media(max-width:1442px){
      .x-apply-list li h3 {
       border-bottom-right-radius: 50px;
    }
}
@media(max-width:1040px){
    .x-apply-list li h3 {
       border-bottom-right-radius: 60px;
    }
}
@media(max-width:768px) {
    body{
        overflow-x: hidden;
    }
    .x-apply-list li {
        width: calc(50% - 22px);
        margin-top: 2vh;
    }
    .x-apply-list li h3 {
        font: 400 14px/30px "Microsoft yahei";
        top:50%;
        height: 30px;
        padding: 0;
        border-bottom-right-radius:0;

    }
    .x-apply-list li h3 img {
        display: none;
    }
}

/* 标题 */

.x-title {
    position: relative;
    text-align: center;
}

.x-title h3 {
    color: #0158cb;
    font: 600 38px/52px "Microsoft yahei";
}

.x-title h3 span {
    color: #333333;
    font-weight: 400;
}

.x-title p {
    color: #000000;
    font: 400 16px/44px "Microsoft yahei";
    text-transform: uppercase;
    margin-bottom: 4.4vh;
}

.x-title a:hover {
    background: #000;
}

@media (max-width: 1024px) {
    .x-title h3 {
        font: 600 22px/40px "Microsoft yahei";
    }
    .x-title p {
        font: 400 13px/20px "Microsoft yahei";
        margin-bottom: 2vh;
    }
    .x-title a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.x-title.white {
    color: #fff;
}

.x-title.white a {
    border: 1px solid #fff;
    background: transparent;
    opacity: .8;
}

.x-title.white a:hover {
    background: #fff;
}

.xuqiu {
    margin-top: -2px;
    padding-bottom: 74px;
    background-color: #e9f6fe;
}

.xuqiu .p1 {
    padding-top: 50px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.xuqiu .p2 {
    font-size: 21px;
    line-height: 47px;
    color: #333333;
    /*text-align: center;*/
    /*margin-top: 38px;*/
}

.xuqiu .p3 {
    display: block;
    width: 114px;
    margin: 0 auto;
    background: url(../images/bded0f547937bdb5eded413aae43b7b671e40327.png)no-repeat left center;
    line-height: 20px;
    font-size: 18px;
    text-align: right;
    color: #0099ff;
    transition: all 0.5s;
    margin-top: 36px;
}

.xuqiu .p3:hover {
    width: 90px;
}

.xuqiu .p4 {
    max-width: 870px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;

}

.xuqiu .p4 p {
    margin-top: 28px;
    font-size: 24px;
    color: #666666;
    line-height: 24px;
    transition: all 0.5s;
}

.xuqiu .p4 .p4img {
    text-align: center;
}

.xuqiu .p4 .p4tb:hover p {
    color: #005cac;
}

.xuqiu .p4 .p4tb {
    cursor: pointer;
    transition: all 0.5s;

}

.xuqiu .p4 .p4tb:hover {
    transform: translateY(-10px);
}

@media (max-width:550px) {
    .xuqiu .p1 {
        font-size: 30px;
        line-height: 30px;
    }

    .xuqiu {
        margin-top:0px;
        padding-bottom: 38px;
    }

    .xuqiu .p2 {
        font-size: 16px;
        line-height: 32px;
        color: #333333;
        text-align: center;
        margin-top: 13px;
    }

    .xuqiu .p4 .p4img {
        width: 76px;
        margin: 0 auto;
    }

    .xuqiu .p4 .p4img img {
        width: 100%;
    }

    .xuqiu .p4 p {
        font-size: 16px;
        line-height: 16px;
    }

    .xuqiu .p3 {
        margin-top: 30px;
    }

    .xuqiu .p4 {
        margin-top: 25px;
    }
}

.hero__wing {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

 .bannerText {
  width: 33.3333%;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-flow: column;
  padding-right: 40px;
}

 .bannerText > h3 {
  color: #fff;
  font-family: "SimHei";
  font-size: 30px;
  margin-bottom: 28px;
  text-align: right;
   margin-right: 30%;
}

.bannerText > p {
  font-size: 24px;
  color: #fff;
  font-family: "SimHei";
  max-width: 418px;
  line-height: 28px;
  margin-bottom: 24px;
  white-space: pre-wrap;
  text-align: right;
}

.bannerText > .btnBox > a {
  color: #fff;
  border: 0px solid #fff;
  background-color: transparent;
  margin-top: 20px;
}

.aBtn{
	display: block;
	width: 130px;
	height: 40px;
	border-radius: 6px;
	background-color: #004388;
	color: #fff;
	text-align: center;
	line-height: 38px;
	box-sizing: border-box;
	border: 1px solid #004388;
}

.aBtn > span{
	margin-left: 6px;
}

