@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;
}

.wd1200 {
  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;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1560{
    max-width: 1590px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* head */
.head-index{
  align-items: center;
}

.head-index .logo{
  width: 22%;
}

.head-index .logo img{
  max-width: 100%;
}

.head-index .tnav{
  width: 75.64%;
}

@media(max-width: 1300px){
  .head-index .tnav{
    width: 80.64%;
  }
}


/* about */
.ab-bg{
  background: url("../../../../45efcd51/23/09/f0a7b7575bd5f6db197e1e7b4525daf944d6e4b9.jpg") no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.42708333333333vw;
  padding-bottom: 3.64583333333333vw;
}

.abl{
  width: 47.11%;
}

.at{
  position: relative;
}

.at::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url("../../../../45efcd51/23/09/5b67385f6da3dd37065cf620e5129a0f8dc11010.png") no-repeat top center;
  width: 86px;
  height: 86px;
  background-size: 100% 100%;
}

.at h3{
  color: #333333;
  font-size: 48px;
}

.at h3 b{
  color: #128CB3;
}

.at h4{
  color: #333333;
  font-size: 24px;
  padding: 1vw 0;
}

.at h5{
  width: 90px;
  height: 5px;
  background: #128CB3; margin-top:10px
}

.aw{
  margin-top: 2vw;
  padding-right: 1.3vw;
}

.aw p{
  color: #333333;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
}

.amore{
  width: 178px;
  height: 54px;
  border-radius: 26px;
  background: #128CB3;
  margin-top: 2.6vw;
}

.amore a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 54px;
}

.amore a img{
  margin-left: 15px;
}

.abr{
  position: relative;
  width: 47.75%;
}

.abr::before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../../../../45efcd51/23/09/3b0b9810daae48e9b325db3256b4275938747692.png") no-repeat top center;
  background-size: 100% 100%;
  width: 388px;
  height: 420px;
  z-index: -1;
}

.abr::after{
  content: '';
  position: absolute;
  bottom: 30px;
  right: 0;
  background: url("../../../../45efcd51/23/09/86f53f0bbbc1ebb9331c08d6752b15ea63a58823.png") no-repeat top center;
  background-size: 100% 100%;
  width: 58px;
  height: 376px;
}

.abr img{
  max-width: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
}

.num-index{
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 4.0625vw;
}

.nlist li{
  background: url("../../../../45efcd51/23/09/e571e21d31e3f38adf6dd34b6f9929d8de26c2f0.png") no-repeat left center;
  padding-left: 1.1vw;
  width: 25%;
}

.nlist li .num1{
  font-weight: 600;
  color: #333333;
  font-size: 60px;
  font-family: "Impact";
  line-height: 1;
}

.nlist li .num2{
  color: #666666;
  font-size: 16px;
  padding: 0.78125vw 0;
}

@media(max-width: 1300px){
	.at{ text-align:center}
	.at h5{ margin:auto; margin-bottom:20px}
  .at h3{
    font-size: 40px;
  }
  .at h4{
    font-size: 20px;
  }
  .nlist li .num1{
    font-size: 48px;
  }
}

@media(max-width: 1024px){
  .aw p{
    font-size: 15px;
  }
  .ab-index{
    align-items: center;
  }
  .abr img{

  }
  .abr::before{
    width: 240px;
    height: 330px;
  }
  .abr::after{
    width: 29px;
    height: 176px;
  }
}

@media(max-width: 767px){
  .ab-bg{
    padding: 40px 0;
  }
  .ab-index{
    flex-wrap: wrap;
  }
  .abl{
    width: 100%;
  }
  .at::before{
    width: 40px;
    height: 40px;
  }
  .at h3{
    font-size: 24px;
  }
  .at h4{
    font-size: 14px;
    padding: 10px 0;
  }
  .amore{
    height: 45px;
  }
  .amore a{
    font-size: 14px;
    line-height: 45px;
  }
  .abr{
    width: 100%;
    margin-top: 20px;
  }
  .abr::before{
    width: 100%;
    height: 100%;
  }
  .abr img{
    padding: 15px;
  }
  .num-index{
    padding-top: 30px;
  }
  .num-index ul{
    flex-wrap: wrap;
  }
  .nlist li{
    width: 50%;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .nlist li .num1{
    font-size: 24px;
  }
  .nlist li .num2{
    font-size: 14px;
  }
}
/* product */
.pro-bg{
  background: url("../../../../45efcd51/23/09/22a1032f03c75f165f1eb5aa6caa77b3c2025697.jpg") no-repeat top center;
  background-size: 100% 100%;
  padding: 4.16666666666667vw 0;
}

.pro-index{

}

.put{
  text-align: center;
}

.put .put1{
  font-weight: 600;
  color: #333333;
  font-size: 48px;
  line-height: 1;
}

.put .put1 b{
  color: #128CB3;
}

.put .put2{
  color: #666666;
  font-size: 18px;
  margin-top: 1vw;
}

.pro-index1{
  width: 78.79%;
  margin: 0 auto;
  border: 4px solid #128CB3;
  margin-top: 2vw;
  align-items: center;
}

.pro-index1 .pro1l{
  width: 19.23%;
  background: #128CB3;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 82px;
}

.pro-index1 .pro1l img{
  margin-right: 1vw;
}

.pro-index1 .pro1r{
  width: calc(100% - 19.23%);
  background: #fff;
  
}

.pro-index1 .pro1r ul{
  justify-content: center;
}

.pro-index1 .pro1r ul li{
  margin: 0 2.34375vw;
}

.pro-index1 .pro1r ul li a{
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 82px;
  color: #333333;
  font-size: 17px;
}

.pro-index1 .pro1r ul li a:hover{
  color: #128CB3;
}

.pro-roll{
  margin-top: 3.95833333333333vw;
}

.proSwiper{
  overflow: hidden;
  width: 100%;
}

.proSwiper .swiper-slide a{
  display: block;
  border: 1px solid #dedede;
  background: #fff;
  padding: 1.5625vw 0;
  margin: 5px;
}

.proSwiper .swiper-slide a .img1 img{
  width: 100%;
}

.proSwiper .swiper-slide a .wz1{
  color: #333333;
  font-size: 18px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 1.1vw;
}

.proSwiper .swiper-slide a .wz2{
  color: #888888;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}

.proSwiper .swiper-slide a:hover{
  border-color: #128CB3;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,80,0,.2);
  
}

.proSwiper .swiper-slide a:hover .wz1{
  font-weight: 600;
  color: #128CB3;
}

.puxian img{
  width: 100%;
}

@media(max-width: 1300px){
  .put .put1{
    font-size: 40px;
  }
}

@media(max-width: 1024px){
  .pro-index1{
    width: 100%;
  }
  .pro-index1 .pro1r ul li a{
    font-size: 16px;
  }
}

@media(max-width: 767px){
  .pro-bg{
    padding: 40px 0;
  }
  .put .put1{
    font-size: 24px;
  }
  .put .put2{
    font-size: 14px;
    margin-top: 5px;
  }
  .pro-index1{
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .pro-index1 .pro1l{
    width: 100%;
    font-size: 14px;
    line-height: 40px;
  }
  .pro-index1 .pro1r{
    width: 100%;
  }
  .pro-index1 .pro1r ul{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pro-index1 .pro1r ul li{
    margin: 1%;
    width: 48%;
  }
  .pro-index1 .pro1r ul li a{
    font-size: 14px;
    line-height: 35px;
  }
  .pro-roll{
    margin-top: 30px;
  }
  .proSwiper .swiper-slide a .wz1{
    font-size: 14px;
  }
  .proSwiper .swiper-slide a .wz2{
    font-size: 12px;
    padding-top: 5px;
  }
}


/* 持续创新·与众不同 */
.different-bg{
  margin-top: 4.16666666666667vw;
}

.different-index .list2 {
  display: flex;
  justify-content: space-between;
  margin-top: 3.38541666666667vw;
}

.different-index .list2 li {
  width: 12.4%;
  overflow: hidden;
  position: relative;
  transition-duration: .5s;
}

.different-index .list2 li .img1{
  position: relative;
  height: 550px;
}

.different-index .list2 li .img1 > img{
  max-width: 100%;
  object-fit: cover;
  height: 550px;
}

.different-index .list2 li .wz{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0,0,0,0.34);
}

.different-index .list2 li .wz .wz1 img{
  max-width: 88px;
  width: 100%;
  text-align: center;
}

.different-index .list2 li .wz .wz2{
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-top: 2.6vw;
}

.different-index .list2 li .wzh{
  display: none;
  background: #128CB3;
}

.different-index .list2 li.on{
  width: 37.76%;
}

.different-index .list2 li.on .wz{
  display: none;
}

.different-index .list2 li.on a .img1{
  display: flex;
  flex-direction: row-reverse;
}

.different-index .list2 li.on a .img1 > img{
  width: calc(100% - 32.83%);
}

.different-index .list2 li.on .wzh{
  display: block;
  width: 32.83%;
}

.different-index .list2 li.on .wzh .wzh2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz1 img{
  max-width: 88px;
  width: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz2{
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-top: 2.6vw;
}

.different-index .list2 li.on .wzh .wzh2 .wz3{
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-top: 6.25vw;
}


@media(max-width: 1300px){
  .different-index .list2 li .wz .wz2{
    font-size: 20px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz2{
    font-size: 20px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz3{
    font-size: 16px;
  }
}

@media(max-width: 1024px){
  .different-index .list2 li .wz .wz2{
    font-size: 16px;
  }
  .different-index .list2 li .wz .wz1 img{
    max-width: 50px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz1 img{
    max-width: 50px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz2{
    font-size: 16px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz3{
    font-size: 14px;
    margin-top: 40px;
  }
}

@media(max-width: 767px){
  .different-bg{
    margin-top: 40px;
  }
  .different-index .list2{
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .different-index .list2 li{
    width: 50%;
  }
  .different-index .list2 li.on{
    width: 50%;
  }
  .different-index .list2 li.on .wz{
    display: flex;
  }
  .different-index .list2 li.on .wzh{
    display: none !important;
  }
  .different-index .list2 li.on .wzh .wzh2{
    display: none;
  }
  .different-index .list2 li.on a .img1 > img{
    width: 100%;
  }
  .different-index .list2 li .img1{
    height: 200px;
  }
  .different-index .list2 li .img1 > img{
    height: 200px;
    width: 100%;
  }
}

/* 技术优势及特点 */
.ys-index{
   padding-top: 5.2vw;
   background:url(../../../../../images/ab5_bj.jpg); background-size:cover;
}

.tab-con { position: relative;}
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;}

.ys-wrap{

}

.ys-wrap .img1{
  width: 50%;
}

.ys-wrap .img1 img{
  width: 100%;
  border-radius: 5px;
}

.ys-wrap .wz{
  width: 45.19%;
  padding-top: 1.3vw;
}

.ys-wrap .wz .wz1{
  font-weight: 600;
  color: #128CB3;
  font-size: 48px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.ys-wrap .wz .wz1 img{
  max-width: 100%;
  margin-left: 2vw;
}

.ys-wrap .wz .wz2{
  margin-top: 2vw;
}

.ys-wrap .wz .wz2 p{
  color: #333333;
  font-size: 16px;
  margin-bottom: 1.5625vw;
  position: relative; line-height:30px;
}


.ys-index{
  position: relative;
}

.tab-li{
  position: absolute;
  bottom: 5px;
  right: 2%;
  width: 45.19%;
}

.tab-li ul li{
  width: 31.21%;
}

.tab-li ul li .img1{
  border: 3px solid transparent;
  border-radius: 5px;
  
}

.tab-li ul li .img1 img{
  width: 100%;
}

.tab-li ul li.active .img1{
   border: 3px solid #128CB3;
   box-shadow: 0 0 10px rgba(0,80,45,.5);
}

@media(max-width: 1300px){
  .ys-wrap .wz .wz1{
    font-size: 30px;
  }
  .ys-wrap .wz .wz2 p{
    font-size: 16px;
  }
}

@media(max-width: 1024px){
  .ys-wrap .wz .wz1{
    font-size: 24px;
  }
  .ys-wrap .wz .wz1 img{
    max-width: 20px;
    width: 100%;
  }
  .ys-wrap .wz .wz2 p{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .tab-li{
    bottom: 10px;
  }
  .ys-wrap .wz .wz2 p::before{
    width: 80px;
  }
}

@media(max-width: 767px){
  .ys-index{   
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .ys-wrap{
    flex-wrap: wrap;
   
  }
  .ys-wrap .img1{
    width: 100%;
  }
  .ys-wrap .wz{
    width: 100%;
    padding-top: 20px;
  }
  .ys-wrap .wz .wz1{
    font-size: 26px;
  }
  .tab-li{
    position: relative;
    width: 100%;
    bottom: 0;
  }
  .tab-li ul li .img1 img{
    border-radius: 20px;
  }
}

/* case */
.case-bg{
  background: url("../../../../45efcd51/23/09/01edfc155a6f781a4c1df680c2ca312a8fcca2c7.jpg") no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.64583333333333vw;
  padding-bottom: 5.20833333333333vw;
}

.case-roll{
  margin-top: 2.60416666666667vw;
  position: relative;
}

.casenext{
  position: absolute;
  background: url("../../../../45efcd51/23/09/b9e5432fde98d7afb828b741a5e4f16fb1554ae9.png") no-repeat top center;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  left: 5.2%;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.casenext:hover{
  background: url("../../../../45efcd51/23/09/3a0ba36cd9d2381b4ee04be8d8f9edcce2a764a8.png") no-repeat top center;
}

.caseprev{
  position: absolute;
  background: url("../../../../45efcd51/23/09/2cdbc946d43adb39b5e3c6feac9fc22121094675.png") no-repeat top center;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  right: 5.2%;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.caseprev:hover{
  background: url("../../../../45efcd51/23/09/92a64a8d84eef28632580637aee386dd7b016a29.png") no-repeat top center;
}



.caseSwiper{
  overflow: hidden;
  width: 100%;
}

.caseSwiper .swiper-slide a{
  display: block;
  padding: 1vw;
  border: 1px solid #eeeeee;
  background: #fff;
}

.caseSwiper .swiper-slide .img1 img{
  width: 100%;
}

.caseSwiper .swiper-slide .wz1{
  color: #666666;
  font-size: 18px;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.3vw;
}

.caseSwiper .swiper-slide a:hover{
  background: #128CB3;
  border: 1px solid #128CB3;
}

.caseSwiper .swiper-slide a:hover .wz1{
  color: #fff;
}

@media(max-width: 1300px){
  .caseSwiper .swiper-slide .wz1{
    font-size: 16px;
  }
}

@media(max-width: 767px){
  .case-bg{
    padding: 40px 0;
  }
  .case-roll{
    margin-top: 20px;
  }
  .caseSwiper .swiper-slide .wz1{
    font-size: 14px;
    padding: 10px 5px;
  }
  .casenext{
    display: none;
  }
  .caseprev{
    display: none;
  }
}


/* news */
.tt11{
  display: none;
}

.news-index{
  margin-top: 4.16666666666667vw;
  margin-bottom: 6.25vw;
}

.news-index1{
  border-bottom: 2px solid #dbdbdb;
  padding: 1.30208333333333vw 0;
  margin-top: 1.30208333333333vw;
  align-items: center;
}

.nsort{
  width: 80%;
  justify-content: flex-start;
}

.nsort li{
  background: #fff;
  width: 174px;
  height: 54px;
  border-radius: 40px;
  
}

.nsort li a{
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
}

.nsort li.cur{
  background: #128CB3;
  box-shadow: 0px 14px 14px 0px rgba(6, 115, 68, 0.2);
}

.nsort li.cur a{
  color: #fff;
}

.nmore a{
  display: block;
  color: #999999;
  font-size: 16px;
}

.news-wrap{
  margin-top: 3.22916666666667vw;
}

.newsl{
  width: 46.92%;
}

.newslist1 li .img1 img{
  width: 100%;
}

.newslist1 li .wz{
  padding-left: 95px;
  position: relative;
}

.newslist1 li .wz::before{
  content: '';
  position: absolute;
  left: 56px;
  top: -56px;
  width: 8px;
  height: 138px;
  background: #128CB3;
}

.newslist1 li .wz .wz1{
  color: #999999;
  font-size: 16px;
  font-family: "Arial";
  padding-top: 1.3vw;
}

.newslist1 li .wz .wz2{
  color: #333333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.78125vw;
}

.newslist1 li .wz .wz3{
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
  margin-top: 1vw;
}

.newslist1 li:hover .wz .wz2{
  color: #128CB3;
}

.newsr{
  width: 47.82%;
}

.newslist2 li{
  border-bottom: 1px solid #dcdcdc;
  padding: 2vw;
}

.newslist2 li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newslist2 li a .date{
  width: 15%;
  text-align: center;
}

.newslist2 li a .date .d1{
  color: #333333;
  font-size: 71px;
  font-weight: 600;
  line-height: 1;
  font-family: "Arial";
}

.newslist2 li a .date .d2{
  color: #999999;
  font-size: 16px;
  font-family: "Arial";
}

.newslist2 li a .wz{
  width: calc(100% - 20%);
}

.newslist2 li a .wz .wz1{
  color: #333333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newslist2 li a .wz .wz2{
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  margin-top: 0.52083333333333vw;
  overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}

.newslist2 li:hover{
  background: #128CB3;
}

.newslist2 li:hover .date .d1{
  color: #fff;
}

.newslist2 li:hover .date .d2{
  color: #fff;
}

.newslist2 li:hover .wz .wz1{
  color: #fff;
}

.newslist2 li:hover .wz .wz2{
  color: #fff;
}

@media(max-width: 1300px){
  .newslist2 li a .date .d1{
    font-size: 50px;
  }
}

@media(max-width: 1024px){
  .newslist1 li .wz .wz2{
    font-size: 18px;
  }
  .newslist2 li a .wz .wz1{
    font-size: 18px;
  }
}

@media(max-width: 767px){
  .news-index{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .news-index1{
    margin-top: 20px;
  }
  .nsort{
    width: 100%;
  }
  .nsort li{
    width: 33%;
    height: 35px;
  }
  .nsort li a{
    font-size: 14px;
    line-height: 35px;
  }
  .nmore a{
    display: none;
  }
  .news-wrap{
    flex-wrap: wrap;
  }
  .newsl{
    width: 100%;
  }
  .newslist1 li .wz::before{
    left: 10px;
    top: -40px;
    width: 8px;
    height: 80px;
  }
  .newslist1 li .wz{
    padding-left: 20px;
  }
  .newslist1 li .wz .wz2{
    font-size: 16px;
  }
  .newslist1 li .wz .wz3{
    font-size: 14px;
  }
  .newsr{
    width: 100%;
    margin-top: 20px;
  }
  .newslist2 li a .date .d1{
    font-size: 30px;
  }
  .newslist2 li a .date .d2{
    font-size: 14px;
  }
  .newslist2 li a .wz .wz1{
    font-size: 16px;
  }
  .newslist2 li a .wz .wz2{
    font-size: 14px;
  }
}



/* foot */
.foot-bg{
  background: url("../../../../45efcd51/23/09/5dfefd4aca681df975c289b47082bf16c473a139.jpg") no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.64583333333333vw;
}

.foot-index{

}

.foot-index .footl{
  width: 30%;
}

.foot-index .footl .flogo img{
  max-width: 100%;
}

.foot-index .footl .flx{
  margin-top: 2.34375vw;
}

.foot-index .footl .flx p{
  font-size: 15px;
  color: rgba(255,255,255,.6);
  line-height: 30px;
}

.foot-index .footr{
  width:68%;
}

.foot-index .footr .fnav{
  width: 100%;
} 

.foot-index .footr .fnav dl{
  width: 18%;
}
.foot-index .footr .fnav dl:nth-child(3){ width:30%}
.foot-index .footr .fnav dl dt{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.foot-index .footr .fnav dl dd a{
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,.6);
  line-height: 34px;
}

.foot-index .footr .fnav dl dd a:hover{
  color: #128CB3;
}

.foot-index .footr .ferq img{
    max-width: 128px;
    width: 100%;
}

.foot-index .footr .ferq p{
  text-align: center;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  margin-top: 0.78125vw;
}

.cop-bg{
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 2.86458333333333vw;
  padding: 1.9vw 0;
}

.cop-index{
  color: rgba(255,255,255,.6);
  font-size: 14px;
}

.cop-index a{
  color: rgba(255,255,255,.6);
}

.cop-index a:hover{
  color: #128CB3;
}

.cop-index .copl{
  width: 48%;
}

.cop-index .copr{
  width: 48%;
}

.c-link{ 
  color: #fff; float:right
}

.c-link span{
  background: url("../../../../45efcd51/23/09/c6e777afe62b5ea7c0e625974f01ffca5ad343bb.png") no-repeat left center;
  padding-left: 15px;
}

.c-link a{
  color: rgba(255,255,255,.6); display:table
}

@media(max-width: 767px){
  .foot-bg{
    padding-top: 40px;
  }
  .foot-index{
    flex-wrap: wrap;
  }
  .foot-index .footl{
    width: 100%;
  }
  .foot-index .footl .flogo img{
    max-width:200px;
    width: 100%;
  }
  .foot-index .footr{
    width: 100%;
    flex-wrap: wrap;
  }
  .foot-index .footr .fnav{
    display: none;
  }
  .ferq{
    margin-top: 10px;
  }
  .cop-bg{
    margin-top: 20px;
    padding: 20px 0;
  }
  .cop-index{
    flex-wrap: wrap;
  }
  .cop-index .copl{
    width: 100%;
    text-align: center;
  }
  .cop-index .copr{
    width: 100%;
    text-align: center;
  }
}





.bb3ht{
    margin-top: 0;
}
.bb3ht .bb2htwz h2{
    font-size: 42px;
    font-weight: normal;
    line-height: 42px;
}
.bb3ht .bb2htwz h3{
 	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
	color: #ffffff;
    padding: 0 10%;
}

.bb3x{
    margin-top: 5.5vw;
    background-color: #f9f9f9;
    padding-bottom: 62px;
}
.bb3nr{margin-top: 3.8vw;}

/* css */
.bb3bd { position: relative; }
.bb3bd li { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.bb3bd li { opacity: 0; visibility: hidden; transition: all .5s ease; }
.bb3bd li.on {position: static;opacity: 1;visibility: visible;}


.bb3hd{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: 1px solid #ededed;
}
.bb3hd li{
    width: 11.36%;
    text-align: center;
}
.bb3hd li h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #333333;
}
.bb3hd li.on h2{
    border-bottom: 1px solid #128CB3;
    color: #128CB3;
}



.bb3bd{
    margin-top: 46px;
}
.bb3bd li{
    background-color: #ffffff;
}
.bb3bd li .bb3wz{
    width: 39.4%;
    float: left;
    padding-left: 3.7vw;
    padding-top: 4vw;
    padding-right: 6%;
}
.bb3bd li .bb3wz h2{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #128CB3;
}
.bb3bd li .bb3wz h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
}
.bb3bd li .bb3wz h4{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #128CB3;
    margin-top: 4vw;
}
.bb3bd li .img{
    width: 60.6%;
    float: right;
    overflow: hidden;
    position: relative;
}
.bb3bd li .img img{
    width: 100%;
}

.bb3bd li .img:before{content: '';width: 24px;height: 40px;position: absolute;left: 0;top: 50%;margin-top: -20px;
background: url(../../../../../images/f0ee3d9c239760250a4efaf76b29a5ce7952eca0.png) no-repeat;} 


.bb3gd{
    background-color: #fff;
    margin: 54px auto 0;
}

ul, ol, li {
    list-style-type: none;
}










@media (max-width: 1200px) {  
.bb3ht .bb2htwz h2{font-size: 34px;}
  .bb3ht .bb2htwz h3{
    font-size: 16px;
    line-height: 23px;
    margin-top: 14px;
  }

.bb3hd li{width: 12%;}
.bb3hd li h2{font-size: 16px;}
.bb3bd li .bb3wz{
    width: 39.4%;
    float: left;
    padding-left: 2.7vw;
    padding-top: 3vw;
    padding-right: 4%;
}
.bb3bd li .bb3wz h3{ margin-top: 31px;}
.bb3bd li .bb3wz h4{margin-top: 3vw;}



}

@media (max-width: 992px) { 
.bb3ht .bb2htwz h2{font-size: 22px;}
.bb3x{margin-top: 55px;padding-bottom: 40px;}
.bb3ht .bb2htwz h3{display: none;}
.bb3hd li{width: 48%;}
.bb3bd li .bb3wz{width: 100%; padding: 20px;}
.bb3bd li .img{width: 100%; margin-top: 20px;}
.bb3gd{    margin: 35px auto 0;}

}



.bb2gd{
    width: 258px;
    height: 65px;
    background-color: #128CB3;
    margin: 34px auto 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 65px;
    letter-spacing: 0px;
    color: #fff;
    text-align: center;
}






/**/


.p2 {
    position: relative;
    margin-top: 3.15rem;
}


.p2-title {
    position: absolute;
    left: 8rem;
    top: 5.1rem;
    z-index: 999;
}

.p2-title h3 {
    font-family: "Arial";
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 1.4rem;
}

.p2-title h4 {
    font-size: 2.2rem;
    color: #0162bb;
}

.p2a .cont {
    position: absolute;
   
    font-weight: normal;
    color: #ffffff;
    width:100%;
    top: 13.1rem;
	 text-align:center;
    line-height: 2.2;
}

.p2a .cont b{ font-size: 40px;text-shadow: 2px 2px 5px #333;}
.p2a .cont p{ font-size:18px; line-height:30px;text-shadow: 2px 2px 3px #333;}
.p2a .img {
    overflow: hidden;
}

.p2a .img img {
    display: block;
    width: 100%;
    transition: all ease 1s;
}

.p2a .img:hover img {
    transform: scale(1.1);
}


.p2b {
    position: absolute;
    top: 17.6rem;
    left: 7.9rem;
    justify-content: flex-start;
}

.p2b li {
    width: 5.35rem;
    height: 5.35rem;
    border-radius: 1rem;
    border: solid 1px #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease .3s;
}

.p2b li+li {
    margin-left: 2.2rem;
}

.p2b li div.img {
    height: 2.15rem;
    line-height: 2.15rem;text-align: center;
}

.p2b li div.img img {
    max-width: 100%;
}

.p2b li h3 {
    color: #ffffff;
    margin-top: 0.5rem;
    font-size: 0.8rem;
}

.p2b li:hover {
    background-color: #0162bb;
    border: solid 1px #0162bb;
}




.p2c {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
 
   
}
.p2 .flex{align-items: end;}
.p2c li {
    width: 12.5%;    border: 1px solid rgba(255,255,255,0.2);
}

.p2c li a {
    display: block;
    position: relative;
}

.p2c li a div.img {
    overflow: hidden;
    position: relative;
    z-index: 1; display:none
}
.p2c li:hover a .img{ display:block}
.p2c li a div.img img {
    display: block;
    width: 100%;
    opacity: 0;
    transition: all ease 1s;
}

.p2c li:hover a div.img img {
    transform: scale(1.1);
}

.p2c li a .cont {
   width: 100%;
    height: 400px;
    transition: all 0.5s;
    padding-top:50px;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    position: relative; background: rgba(0,0,0,0.27);
    backdrop-filter: blur(10px);
	 text-align:center; }
	 

.p2c li a .cont .num{position: absolute;bottom:20px;left: 0;width: 100%;text-align: center;font-family:gs;color:#F5F5F5;opacity:0.2;transition:all 0.5s;padding:0 70px; font-size:60px;}



.p2c li a .cont h3 {
    font-size:24px;
    color: #fff;
    margin-bottom: 1.1rem;
}
.p2c li a .cont .icon11{ margin-bottom:20px;}
.p2c li a .cont p {
    font-size: 15px;
    line-height: 1.85;
    color: #ffffff;display:none
}

.p2c li:hover a .cont p{ display:block; color:#333}
.p2c li:hover a .cont .num{ color:#a5a5a5}
/*.p2c li.on a .cont {
    transform: translateY(-100%);
    background-image: linear-gradient(0deg,
            #0162bb 0%,
            #0073dd 100%),
        linear-gradient(#000000,
            #000000);
    background-blend-mode: normal,
        normal;
}

.p2c li.on a .cont::after {
    opacity: 1;
}

.p2c li.on a .cont h3 {
    color: #fff;
}

.p2c li.on a div.img img {
    opacity: 1;
}*/



.p2c li:hover a .cont {
   background:#fff
}

.p2c li:hover a .cont::after {
    opacity: 1;
}

.p2c li:hover a .cont h3 {
    color: #333;
}

.p2c li:hover a div.img img {
    opacity: 1;
}

@media(max-width: 1600px) {
    .p2-title {
        top: 2.1rem;
    }

    .p2-title h3 {
        margin-bottom: 0.4rem;
    }

    .p2a .cont {
        width: 83.7%;
        top: 9.1rem;
    }

    .p2b {
        top: 13.6rem;
    }

    .p2c li a .cont {
        padding: 1.05rem 0.2rem 1rem 0.7rem;
    }

}

@media(max-width: 1440px) {
    .p2-title {
        left: 2rem;
    }

    .p2-title h3 {
        font-size: 2rem;
    }

    .p2-title h4 {
        font-size: 2rem;
    }
        .p2c li a .cont {
            padding: 0.6rem 0.2rem 1rem 0.7rem;
        }
        .p2c li a .cont p {
            line-height: 1.5;
        }
    .p2a .cont {
        left: 2rem;
    }

    .p2b {
        left: 2rem;
    }

    .p2c li a .cont h3 {
        margin-bottom: 0.5rem;
    }

    .p2c {
        padding: 0 3rem 0 1.2rem;
    }
}

@media(max-width: 1024px) {
    .p2c li a .cont p {
        line-height: 1.6;
    }
}

@media(max-width: 768px) {
    .p2-title {
        position: initial;
        text-align: center;
        margin-bottom: 6%;
    }

    .p2-title h3 {
        color: #000;
    }

    .p2a {
        position: relative;
    }

    .p2a .cont {
        width: 90%;
        line-height: 1.6;
        top: 6%;
    }
.p2a .cont b{ font-size:24px; text-shadow:none}
.p2a .cont p{ font-size:16px;  text-shadow:none;}
    .p2c {
        position: initial;
        background: #000;
        padding: 0 15px;
    }

    .p2c li {
        width: 50%;
    }

    .p2c li a .cont {
        transition: initial; height:100px;
    }
	.p2c li a .cont .icon11{ width:100%}
.p2c li a .cont .icon11 img{ width:40px}
.p2c li a .cont .num{ display:none}
    .p2c li.on a .cont {
        background: initial;
    }

    .p2c li.on a .cont {
        transform: initial; background:#fff
    }
.p2c li.on a .cont h3{ color:#333}
    .p2c li.on a .cont::after {
        opacity: 0;
    }

    .p2c li.on a div.img img {
        opacity: 1;
    }

  .p2c li:hover a .img,.p2c li:hover a .cont p{ display:none}

    /* .p2c li.on a .cont h3{
        color: #000;
    }
    .p2c li.on a .cont p{
        color: #000;
    } */
}





@media(max-width: 767px) {
    .p2a .cont {
        font-size: 14px;
        width: 100%;
        position: initial;
        color: #000;
        padding: 0 15px;
        margin: 4% 0;

    }

    .p2b {
        display: none;
    }

    .p2c {
        background: initial;
    }

    .p2c li a .cont p {
        display: none;
    }

    .p2c li a .cont {
        background-image: linear-gradient(0deg, #4db3d2 0%, #ffffff 100%);
        background-blend-mode: normal,normal;      
    }

    .p2c li a .cont h3 {
        font-size: 18px;
        color: #fff;
    }

   
}


/*  */
.box3{margin: 6.2% 0 4%;}
.box3 .wh{max-width: 1750px;}
.box3 .amore a{background-color: #128CB3;margin-top: 25px;}
.nbt dd{color: #333333;font-size: 2.9166vw;font-family: 'Arial';text-transform: uppercase;line-height: 1;}
.nbt dt{color: #333333;font-size: 30px;}
.con-cont{margin-top: 3.2%;display: flex;
    align-items: center;}
.con-cont .con-l {
 width: 50%;
 transition: all 0.8s ease 0s;
}
.con-cont .con-l h2{ font-size:24px; line-height:60px; color:#128CB3}
.con-cont .con-r {
 width: 24%;
 transition: all 0.8s ease 0.3s;
}
.con-cont .con-r .list li {
color: #666666;
    line-height: 50px;
    height: 50px;
    border-radius: 30px;
    font-family: hr;
    width: 90%;
    margin: 20px auto;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	
}
.con-cont .con-r .list li .date .b {
 font-size: 48px;font-family: 'Arial';
 border-top: 1px solid #efefef;
 color: #333333;
}
.con-cont .con-r .list li .con-tt {
 width: 90%; margin:auto
}
.con-cont .con-r .list li .con-tt h4 {
 font-size: 18px;color: #333333;font-weight: normal;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
 margin-bottom:1rem; line-height:50px;
}
.tab2 .img img{max-width: 100%;}
.zinum{color: #666666;font-size: 16px;font-family: 'Arial';}
.con-cont .con-r .list li .con-tt p {
 font-size: 14px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 color: #888888;
 line-height: 20px;
}
.con-cont .con-r .list li:hover {
background-color: #0085AD;font-size: 18px;color: #ffffff;box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}
.con-cont .con-r .list li.cur .zinum,.con-cont .con-r .list li.cur .con-tt h4{color: #fff !important;}

.con-cont .con-r .list li:hover a{
 color: #fff !important;
}
.con-cont .con-r .list li:hover .date .b {
 color: #fff !important;
 border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.con-cont .con-r .list li:hover .con-tt p {
 color: #fff !important;
}
.con-cont .con-r .list li.cur {
 background: #128CB3;
 color: #fff !important;
}
.con-cont .con-r .list li.cur a{
 color: #fff !important;
}
.con-cont .con-r .list li.cur .date .b {
 color: #fff !important;
 border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.con-cont .con-r .list li.cur .con-tt p {
 color: #fff !important;
}
.con-cont .con-r .list li:last-child {
 margin-bottom: 0;
}
.detail {
 width: 4.25rem;
 height: 1.25rem;
 display: flex;
 align-items: center;
 justify-content: space-between;
 background: #bbb;
 font-size: 14px;
 color: #fff;
 padding: 0 0.5rem;
}
.detail i {
 width: 6px;
 height: 10px;
 background: url("../images/arrow-r2.png") no-repeat center center;
 background-size: contain;
}
.mdetail {
 display: none;
}
.detail.bo {
 bottom: 2rem;
}
.tab2{display: none;}

@media(max-width: 1024px){
   
}

@media(max-width: 768px){
	.con-cont{flex-wrap: wrap;}
    .nbt dd{font-size: 30px;}
    .nbt dt{font-size: 20px;}
    .box3 .amore a{margin-top: 15px;}
    .con-cont .con-l{margin-bottom: 20px;}
    .con-cont .con-l,.con-cont .con-r{float: none;width: 100%;}

    
}
@media(max-width: 640px){

    .box3 .amore a{display: none;}
    .nbt dd{font-size: 26px;}
    .con-cont .con-r .list li .date .b{font-size: 36px;}
    .con-cont .con-r .list li .con-tt h4{font-size: 16px;}
}





.box2{background:url(../../../../../images/d2b2cd3b3cb1de5de4d019042c50501927f5917c.jpg) no-repeat;background-size:100% 100%;padding:7vw 0 3vw;margin-top:-1px;}
.b2cont{position:relative;}
.pinz{width:47.53%;position:absolute;z-index:99;left:0;top:0;}
.pintt{color:#128CB3;font-size:48px;line-height:60px; font-weight:bold}

.pbg{background:#ffffff;margin-top:4.2vw;padding:3vw 0;} 
.pbg .nr{width:82%;margin:0 auto;overflow: hidden;}

.prolist{border-bottom: 1px solid #CDCDCD;}
.prolist li{ cursor: pointer; position: relative;text-align:center;height:100px;}
.prolist li .img{ display:block; margin: 0 auto;height: 2.5vw; margin-bottom:14px; text-align:center}
.prolist li .img img{max-width:100%;display:block; margin:auto}

.prolist li h3{ font-size: 16px; font-weight: normal;color:#333333}
.prolist li::before{content:""; display: block; width: 0; z-index: 1;height: 2px; position: absolute; left: 50%; bottom: -1px;  transition: ease 1s; background: #0390be;}
.prolist li.cur::before{ width: 100%; left: 0;}


.proimg {
opacity: 0;
visibility: hidden;
overflow: hidden;
height: 0px;
}
.proimg p{ font-size:24px; font-weight:bold; line-height:50px;margin-top:20px; color:#128CB3}
.proimg.active{opacity: 1;visibility: visible;height: 100%;}
.proimg li{}
.proimg li .wz{color:#666666;font-size:16px;line-height:24px;margin-top:20px;}
.proimg.active{animation: scaleUpDown 0.5s  linear .65s;   animation-delay:0s;     animation-fill-mode: forwards;  }
  @keyframes scaleUpDown {
        0% { transform: translateX(-100px); opacity:0;}
        100% {transform: translateX(0px);opacity:1;transition: all .8s ease;}
    }
.pimg{width:67.6%;}
.pimg img{width:100%;display:block;}



/* äº§å“ä¸­å¿ƒ */

.product {
    background: url(../../../../../images/probj.jpg)no-repeat center;
    padding-top: 80px;
    padding-bottom: 90px; background-size: cover
}

.product .title {
    display: none;
}

.product .title h3 {
    color: #128CB3;
}

.product .title p {
    color: #128CB3;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.pro-tit {
    float: left;
    width: 10.42%;
    overflow: hidden;
}

.pro-tit img {
    max-width: 100%;
}

.pro-cfn {
    float: left;
    width: 24%;
}

.pro-cfn ul li {
    margin-top: 10px;
}

.pro-cfn ul li:first-child {
    margin-top: 0;
}

.pro-cfn ul li a {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    align-items: center;
    max-width:90%;
    border: solid 1px #ddd;
    padding-left: 40px;
    transition: all .5s ease;
}

.pro-cfn ul li a .pro-ico {
    max-height: 26px;
    max-width: 26px;
    overflow: hidden;
}

.pro-cfn ul li a .pro-ico img {
    max-width: 100%;
    transition: all .3s ease;
}

.pro-cfn ul li a h3 {
    font-size: 16px;
    line-height: 50px;
    color: #333;
    transition: all 0s ease;
}

.pro-cfn ul li.cur {
    position: relative;
}

.pro-cfn ul li.cur a {
    background: #128CB3;
    border: solid 1px #128CB3;
    max-width: 100%;
}

.pro-cfn ul li.cur::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 52px;
    background: url(../../../../../images/967afd76047def697b5ec46430396f5503eeb20b.png)no-repeat center;
    top: 0;
    right: 25px;
}

.pro-cfn ul li.cur a h3 {
    color: #fff;
}

.pro-cfn ul li.cur a .pro-ico img {
    margin-top: -26px;
}

.pro-list {
    float: right;
    width: 74%;
    padding-top: 40px;
}

.pro-list ul li {
    display: none;
}

.pro-list ul li .pro-img {
    float: left;
    width: 50%;
}

.pro-list ul li .pro-img img {
    max-width: 100%;
}

.pro-list ul li .pro-text {
    float: left;
    width: 50%;
    display: flex;
    justify-content: left; padding-left:20px;
}
.pro-list ul li .pro-text h2{ color:#128CB3}
.pro-list ul li .pro-text .pro-exp p {
 font-size:16px; line-height:36px;
}

.pro-list ul li .pro-text .pro-exp p:nth-child(2) {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    font-weight: 400;
    padding-top: 10px;
}

.pro-list ul li .pro-text a {
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
    border: solid 1px #128CB3;
    width: 108px;
    margin-top: 50px;
    transition: all .3s ease;
}

.pro-list ul li .pro-text a:hover {
    background-color: #128CB3;
    color: #fff;
}
/* äº§å“ä¸­å¿ƒè‡ªé€‚åº” */

@media(max-width: 1440px) {
    .pro-cfn {
        width: 24%;
    }
    .pro-list {
        width: 74%;
        padding-top: 80px;
    }
}

@media(max-width: 1199px) {
    .pro-cfn {
        margin-left: 3%;
    }
    .pro-cfn ul li a {
        max-width: 160px;
        padding-left: 20px;
    }
    .pro-cfn ul li a h3 {
        line-height: 50px;
    }
    .pro-cfn ul li.cur::after {
        height: 57px;
        right: 10px;
    }
    .pro-list ul li .pro-text {
        padding-left: 30px;
    }
    .pro-list ul li .pro-text .pro-exp p {
        font-size: 16px;
    }
  
    .pro-list ul li .pro-text a {
        margin-top: 20px;
    }
    .pro-tit {
        width: 8%;
    }
    .product {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

@media(max-width: 991px) {
	.page-wrap img{ max-width:100%}
    .pro-cfn ul li a {
        max-width: 150px;
    }
    .pro-cfn ul li a h3 {
        font-size: 14px;
        line-height: 44px;
    }
    .pro-cfn {
        width: 25%;
    }
    .pro-cfn ul li.cur::after {
        height: 46px;
        background-size: 15px 15px;
        width: 15px;
    }
    .pro-list {
        width: 58%;
    }
    .product {
        background-size: 1440px 555px;
    }
    .pro-list ul li .pro-text {
        margin-top: 40px;
    }

    .pro-list ul li .pro-text a {
        font-size: 12px;
        line-height: 28px;
        width: 100px;
    }
}

@media(max-width: 768px) {
    .product .title {
        display: block; text-align:center
    }
    .pro-tit {
        display: none;
    }
    .pro-cfn {
        margin-left: 0;
    }
    .title h3 {
        font-size: 32px;
    }
    .product .title p {
        font-size: 18px;
        line-height: initial;
        margin-top: 5px;
    }
    .product {
        padding-top: 40px;
        padding-bottom: 60px;
        background-size: cover;
    }
    .pro-show {
        /* margin-top: 30px; */
    }
    .pro-list {
        width: 65%;
        padding-top: 60px;
    }
	.foot-bg .flexed{ display:inherit}
}

@media(max-width: 767px) {
    .pro-cfn ul li a {
        max-width: 100%;
    }
    .pro-cfn {
        width: 21%;
    }
    .pro-cfn ul li.cur::after {
        display: none;
    }
    .pro-cfn ul li a h3 {
        margin-left: 15px;
    }
    .pro-cfn ul li a {
        padding-left: 0;
        justify-content: center;
    }
    .pro-list {
        width: 68%;
    }
}

@media(max-width: 600px) {
    .pro-cfn {
        float: none;
        width: 100%;
    }
    .pro-cfn ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .pro-cfn ul li {
        width: 47%;
        margin: 5px 1%;
    }
	.pro-list ul li .pro-img{ width:100%}
    .pro-cfn ul li:first-child {
        margin-top: 5px;
    }
    .pro-show {
        margin-top: 20px;
    }
    .pro-list {
        float: none;
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
        border-top: solid 1px #ddd;
    }
    .pro-list ul li .pro-text {
       width:100%
    }
    .title {
        padding: 0;
    }
}

@media(max-width: 425px) {
    .pro-list ul li .pro-text {
        padding-top: 0;
    }
    .pro-cfn ul li a h3 {
        margin-left: 8px;
    }
    .pro-cfn ul li a .pro-ico {
        max-width: 20px;
        max-height: 20px;
    }
    .pro-cfn ul li a h3 {
        line-height: 35px;
        font-size: 12px;
    }
    .product {
        padding-bottom: 40px;
    }
}

@media(max-width: 375px) {
    .pro-list ul li .pro-text {
        margin-top: 30px;
        padding-left: 10px;
    }
    .pro-list ul li .pro-text .pro-exp p {
        font-size: 16px;
    }
    .pro-list ul li .pro-text .pro-exp p:nth-child(2) {
        font-size: 14px;
        font-weight: initial;
        line-height: 24px;
    }
}

@media(max-width: 320px) {
    .pro-cfn ul li a h3 {
        margin-left: 5px;
    }
    .pro-list ul li .pro-text .pro-exp p {
        font-size: 18px;
    }
    .pro-list ul li .pro-text .pro-exp p:nth-child(2) {
        font-size: 12px;
        line-height: 18px;
    }
    .pro-list ul li .pro-text a {
        line-height: 26px;
        width: 90px;
    }
    .pro-list ul li .pro-text {
        margin-top: 20px;
    }
}

.c1 {
  position: relative;
  overflow: hidden;
  background-color: #eff0f2; padding:0!important}
  .c1 .con .c1-1 {  
    padding: 50px 0;
    width: 36.12%; }
    @media (max-width: 1610px) {
      .c1 .con .c1-1 {
        padding-bottom: 8.56vw; } }
    @media (max-width: 1450px) {
      .c1 .con .c1-1 {
        padding-top: 8.11vw;
        padding-bottom: 7.56vw; } }
    @media (max-width: 780px) {
      .c1 .con .c1-1 {
        width: 100%; } }
    @media (max-width: 480px) {
      .c1 .con .c1-1 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .c1 .con .c1-1 h2 {
      font-size: 14px;
      color: #333333;
      font-weight: 500; }
    .c1 .con .c1-1 h3 {
      margin-top: 2.1875vw;
      font-size: 30px;
      color: #128CB3;
      margin-bottom: 2.8125vw;
      width: 82%; }
      @media (max-width: 1025px) {
        .c1 .con .c1-1 h3 {
          font-size: 22px; } }
      @media (max-width: 480px) {
        .c1 .con .c1-1 h3 {
          margin-top: 20px;
          margin-bottom: 20px; } }
    .c1 .con .c1-1 dd {
      font-size: 14px;
      line-height: 24px;
      color: #666666;
      border-bottom: 2px solid #333333;
      padding-bottom: 1.979vw;
      margin-bottom: 2.4vw; }
      @media (max-width: 480px) {
        .c1 .con .c1-1 dd {
          margin-bottom: 20px;
          padding-bottom: 20px; } }
    .c1 .con .c1-1 .zi {
      font-size: 18px;
      line-height: 24px;
      color: #333333;
      margin-top: 1.04vw; }
	  .c1 .con .c1-1 .zi b{ color:#128CB3}
      @media (max-width: 480px) {
        .c1 .con .c1-1 .zi {
          margin-top: 12px; } }
    .c1 .con .c1-1 a.ck {
      margin-top: 8.3vw;
      position: relative;
      width: 140px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 10px;
      border-bottom: 2px solid #053f91;
      color: #053f91; }
      @media (max-width: 480px) {
        .c1 .con .c1-1 a.ck {
          width: 100px; } }
  .c1 .con .c1-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 44.824%; }
    @media (max-width: 1025px) {
      .c1 .con .c1-2 {
        width: 57%; } }
    @media (max-width: 780px) {
      .c1 .con .c1-2 {
        width: 100%;
        position: static; } }
    .c1 .con .c1-2 img {
      max-width: 100%; }
	  
	  

.bb5bt{
    text-align: center;
    background-image: linear-gradient(165deg, #21c2d1 0%, #128CB3 100%);
    padding: 6vw 0;
}
.bb5bt h2{
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #ffffff;
}
.bb5bt h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    max-width: 1035px;
    margin: 30px auto 0;
}

.bb5nr{position: relative;}
.bb5nr .img1{
    width: 50%;
    float: left;
    overflow: hidden;
}
.bb5nr .img1 img{
    width: 100%;
}
.bb5nr .img2{
    width: 50%;
    float: right;
    overflow: hidden;
}
.bb5nr .img2 img{
    width: 100%;
}

.bb5nrwz{
    width: 100%;top: -115px;
    z-index: 9;
    position: relative;
}
.bb5jj{
    max-width: 1320px;
    margin: 0 auto;  
   background-color: #efefef;
    padding: 54px;
    margin-bottom: 20px;
}
.bb5jjz{
    width: 72%;
    float: left;
}
.bb5jjz h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #128CB3;
}
.bb5jjz h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #888888;
    margin-top: 30px;
}
.bb5jjgd{
    width: 259px;
    height: 66px;
    background-color: #f6f6f6;
    float: right;
    margin-top: 19px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 66px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}





@media (max-width: 1320px) { 
.bb5nrwz{bottom: -140px;}
}

@media (max-width: 1200px) { 
.bb5bt h2{font-size: 36px;  line-height: 44px; }
.bb5bt h3{font-size: 13px; line-height: 23px;}
.bb5nrwz{position: relative;bottom: 0;float: left;}
.bb5jj{
    padding: 30px;
    height: auto;
}
.bb5jjz{
    width: calc(100% - 315px);
}
.bb5jjz h3{
    margin-top: 15px;
}
.bb5jjgd{
    width: 220px;
    height: 55px;
    line-height: 55px;
}

    

}

@media (max-width: 992px) { 
.bb5bt{
    padding: 45px 0;
}
.bb5bt h2{
    font-size: 22px;
    line-height: 33px;
}
.bb5bt h3{
    padding: 0 2%;
    font-size: 12px;
    line-height: 21px;
    margin: 20px auto 0;
}
.bb5jj{
    padding: 23px 15px;
}
.bb5jjz{
    width: 100%;
}

.bb5jjgd{
    float: left;
    width: 60%;
    line-height: 50px;
    height: 50px;
}
.bb5jjz h2{
    line-height: 25px;
}
.bb5jjz h3{
    line-height: 25px;
}


}




/* c3_con */
.c3_con{position: relative;}
.list_pp{position: relative;}
.list_pp li{position: relative;width: 31%; display:inline-block; margin:20px 1%}
.list_pp li a{display: block;}
.list_pp li .com-img img{display: block;width: 100%; height:330px;}
.list_pp li .spp{background: url(../../../../../images/fc0632508ba69079b1db181cf1ec712fce415545.jpg) no-repeat center;background-size: cover;padding: 1.5625vw;transition: all .3s ease;-webkit-transition: all .3s ease;}
.list_pp li .spp h3{font-size: 0.9375vw;color:#128CB3;font-weight: bold;margin-bottom: 15px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.list_pp li .spp div{font-size: 14px;color: #777777;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;}
.list_pp li .spp span{display: block;font-size: 14px;color: #999999;margin-top: 1.302083vw;}
.list_pp li:hover .spp{background: #128CB3;}
.list_pp li:hover .spp h3,
.list_pp li:hover .spp div,
.list_pp li:hover .spp span{color: #fff;}



.zty22w1600{max-width:1630px;margin:0 auto;padding:20px 15px; background:#fff;margin-top: -50px;}
.zty221x{background-color:#f7f7f7;padding-bottom:5vw}
.zty221z{background-color:#fff;width:65.8%;float:left;padding-left:48px;padding-top:3.8vw;padding-bottom:35px}
.zty221z1{width:65%;float:left}
.zty221z1 h2{font-size:34px;font-weight:700;font-stretch:normal;letter-spacing:0;color:#128CB3}
.zty221z1 h3{font-size:18px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#666;margin-top:22px}
.zty221z1 h4{width:40px;height:2px;background-color:#666;margin-top:30px}
.zty221z1 h5{font-size:18px;font-weight:400;font-stretch:normal;line-height:36px;letter-spacing:0;color:#555;margin-top:43px}
.zty221z2{width:35%;float:left;margin-top:48px}
.zty221z2 h2{font-size:18px;font-weight:400;font-stretch:normal;line-height:18px;letter-spacing:0;color:#444}
.zty221z2 h3{width:40px;height:2px;background-color:#666;margin-top:45px}
.zty221z2 h4{margin-top:50px}
.zty221z2 h4 li{width:100%;float:left;position:relative}
.zty221z2 h4 li .img{max-width:135px;float:left;border:solid 2px #e9e9e9;margin-bottom:14px}
.zty221z2 h4 li .img img{width:100%}
.zty221z2 h4 li dd{font-size:16px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#555;float:left;line-height:125px;margin-left:20px}
.zty221y{width:34.2%;float:right;height:556px;overflow:hidden}
.zty221y img{width:100%}
.zty222x{padding-top:6.4vw;padding-bottom:6vw}
.zty222z{width:39.4%;float:left}
.zty222zbt h2{font-size:38px;font-weight:bolder;font-stretch:normal;letter-spacing:0;color:#128CB3}
.zty222zbt h3{font-size:18px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#666;margin-top:20px}
.zty222zbt h4{font-size:18px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#666;margin-top:54px}
.zty222zbt h5{height:1px;background-color:#000;opacity:.2;width:100%;margin-top:30px}
.zty222lx{margin-top:60px;border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:25px}
.zty222lx li{width:50%;float:left}
.zty222lx li h2{font-size:18px;font-weight:400;font-stretch:normal;letter-spacing:0;color:#666}
.zty222lx li h3{font-size:18px;font-weight:700;font-stretch:normal;letter-spacing:0;color:#333;margin-top:20px}
.zty222y{width:46.75%;float:right}
.zty222y form li.li{display:flex;justify-content:space-between;flex-wrap:wrap}
.zty222y form li.li dd{width:49%;float:left}
.zty222y form li{margin-bottom:12px}
.zty222y form li input{height:58px;background-color:#f5f6f7;padding:0;padding-left:29px;border:none;outline:0;box-shadow:none}
.zty222y form li textarea{background-color:#f5f6f7;padding:0;padding-left:29px;border:none;outline:0;box-shadow:none;padding-top:10px;line-height:35px}
.zty222y form li #checkcode{width:49%!important}
.zty222y form li .btn{width:156px;height:57px;background-color:#128CB3;padding:0;font-size:22px}
@media (max-width:1630px){.zty22w1600{max-width:1430px}
.zty221z2{margin-top:30px}
.zty221z2 h4{margin-top:30px}
.zty221z{padding-top:2.7vw}
.zty221y{height:490px;overflow:hidden}
}
@media (max-width:1430px){.zty22w1600{max-width:1230px}
.zty221z2{margin-top:21px}
.zty221z2 h4{margin-top:30px}
.zty221z{padding-top:2.7vw;padding-left:30px}
.zty221z1 h2{font-size:28px}
.zty221z1 h3{font-size:13px}
.zty221z1 h5{font-size:16px;line-height:30px}
.zty221z2 h4 li .img{max-width:100px}
.zty221z2 h4 li dd{line-height:100px}
.zty221y{height:417px}
}
@media (max-width:1230px){.zty22w1600{max-width:992px}
.zty221z2{margin-top:21px}
.zty221z2 h4{margin-top:22px}
.zty221z{padding-top:2.7vw;padding-left:15px;padding-bottom:17px}
.zty221z1 h2{font-size:23px}
.zty221z1 h3{font-size:12px;margin-top:11px}
.zty221z1 h5{font-size:14px;line-height:27px;margin-top:30px}
.zty221z2 h4 li .img{max-width:85px}
.zty221z2 h4 li dd{line-height:85px;font-size:14px;margin-left:10px}
.zty221z1 h4{margin-top:20px}
.zty221z2 h3{margin-top:24px}
.zty222y form li input{height:50px}
.zty222y form li textarea{line-height:26px}
.zty222y form li .btn{height:50px;font-size:18px}
.zty221y{height:334px}
}
@media (max-width:992px){.zty22w1600{padding:0 2%; margin:0}
.zty221y{width:100%}
.zty221z1{width:100%}
.zty221z2{margin-top:21px;width:100%}
.zty221z{padding-top:2.7vw;padding-left:10px;padding-bottom:17px;width:100%}
.zty222z{width:100%}
.zty222zbt h2{font-size:28px}
.zty222zbt h3{font-size:16px;margin-top:13px}
.zty222zbt h4{font-size:16px;margin-top:28px}
.zty222lx{padding-bottom:20px;margin-top:43px}
.zty222lx li h2{font-size:16px}
.zty222lx li h3{font-size:16px;margin-top:13px}
.zty222y{width:100%;margin-top:25px}
.zty222y form li input{padding-left:15px}
.zty222y form li textarea{padding-left:15px}

 .pintt{ font-size:16px;}
  .pintt img{ max-width:20px}
  
   .z_index_about .infobox{width:100%;margin-left:0;}
 .z_index_about .imgbox{width:100%;margin-top:20px;}
 .pinz{position:static;width:100%;}
 .pimg{width:100%;margin-top:20px;}
 .pbg .nr{width:92%;}
 .proimg li .wz{height:auto;}
 .prolist li{height:60px;}
 .prolist li .img{height:30px;} 
 .prolist li .img img{ height:30px}

}


@media (max-width:428px) { .z_index_tit{font-size:25px;}
  .pintt{font-size:26px;line-height:33px;}
    .bt{font-size:16px;}
  .bt p{font-size:18px;}
  .prolist li .img{height:22px; width:60%; }
}

.n_title {padding: 0;position: relative;background: rgba(0, 0, 0, 0.3);position: absolute; width: 100%; margin-top: -70px;z-index: 999;} 
.n_title .m { position: relative; display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.n_nav { position: relative; }
.n_nav li{display: block; font-size: 15px; color: #fff; float: left;line-height:75px;z-index: 1; position: relative; font-weight:bold; margin-right:20px;}
.n_nav li a{ display: block; border-radius: 5px;height: 36px;
    line-height: 36px;
    margin: 17px 0;
    padding: 0 15px;color: #fff;} 
/*.n_nav li:before {content: "";width: 100%;height: 3px;position: absolute;background:#128CB3; bottom:0; left:0; margin-left: -1px; transform: scaleX(0); transform-origin: top; transition: 0.3s ease-in-out; opacity: 0; z-index: -1;}*/
/*.n_nav li.on:before, .n_nav li:hover:before {  opacity: 1; transform: scaleX(1);}   */
.n_nav li.on a, .n_nav li:hover a{ color: #fff !important;background:#128CB3;  border-radius: 5px;height: 36px;
    line-height: 36px;
    margin: 17px 0;
    padding: 0 15px}
.position {left: 0;bottom: 0;font-size: 14px;color: #fff; display: flex;align-items: center;}
.position>svg{ vertical-align: middle; margin-bottom: 3px; margin-right: 5px;}
.position span, .position a, .position i {font-size: 14px; color:#fff;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.position i{margin:.25rem .5rem 0;font-style: normal;width: 12px;height: 12px;display: flex;align-items: center;}
.position span { color: #128CB3;font-style: normal;}
.position em { color: #171717;font-style: normal;}
.position a:hover {color: #128CB3;}
/*====移动端导航====*/
#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9; width: 100%; background: #128CB3;}
#bnt_back { position: absolute; left: 1rem; top: 0; }
#bnt_back svg { fill: #fff; height: 50px; vertical-align: middle; width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: #fff; text-align: center; margin: 0; line-height: 50px; }
#bnt_sub_nav { position: absolute; right: 1rem; top: 0; cursor: pointer; color: #fff; font-size: 18px; }
#bnt_sub_nav svg {fill: #fff;height: 50px;vertical-align: middle;width: 20px;}
#bnt_sub_nav img { display: block; height: 15px; }
#bnt_sub_nav.on img { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
#sub_nav_content {background: #f0f3f5;display: none;box-shadow: 0 0 5px #999;z-index: 9;}
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0; }
#sub_nav_content ul li a { display: block; border-left: 2px solid #128CB3; height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: #535455; }
#sub_nav_content ul li.on a { color: #128CB3; }
#sub_nav_content dl { font-size: 0; overflow: hidden; background: #fff; padding: 10px 0; }
#sub_nav_content dt { position: relative; background: #fff; z-index: 999; width: 33.333333%; display: inline-block; margin-bottom: 0; float: left; text-align: center; }
#sub_nav_content dt a { margin: 0 20px; display: block; color: #5b5349; line-height: 30px; font-size: 14px; font-weight: 400; vertical-align: top; }
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0; opacity: 0; filter: alpha(opacity=0); display: none; }
#sub_nav_content dt a { }
#sub_nav_content dt.title { background: #fafafb; }
#sub_nav_content dt.title i { opacity: 1; filter: alpha(opacity=100); }
#sub_nav_content dt.title_on { background: #fafafb; }
#sub_nav_content dt.title_on a { color: #128CB3; border-top: 1px solid #fff; }
#sub_nav_content dt.title_on a i { color: #128CB3; }
#sub_nav_content dt.last a { border-top: 1px solid #f8f8f8; }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #128CB3;}
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px 0px 0px 0px; }
#sub_nav_content dd a { padding: 0 25px; line-height: 30px; border-top: 1px solid #e7e7e7; font-size: 12px; color: #5b5349; display: block; height: 30px; }
#sub_nav_content dd a.on { color: #128CB3; }

@media (max-width: 1200px)
{
#nav{ margin-right:1.5rem;}
#header{ display:none;}
#m_header{ display:block; }
#nav_btn_box{ display: block;}
.n_title{ display:none}
#m_n_nav{ display:block}
.web{ display:none;}
.wap{ display:block;}
}


.c-link {
    font-size: 14px;
    color: #333;;
}
.c-link .con {
    position: relative;width:192px;
}
.c-link span {
    cursor: pointer;
    display: block;color:#fff;font-size:14px;width:100%;line-height:42px;border:1px solid #fff;padding-left:10px;background:url(../../../../images/2e74713d8a9d8b5d180214405b0d8373f0e94578.png) no-repeat 95% center;
}
.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:192px;
    z-index: 999;
}

.c-link a {
    color: #333;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}


.page-wrap{ margin-top:50px; font-size:16px; line-height:36px;}
.ferq img{ max-width:150px;}
.ferq{ color:#fff; margin-top:20px; line-height:36px;}



/* 合作伙伴 */
.partner{
    padding:5vh 0 2vh;
}
.par-list{
    margin-left:-9px;
    margin-right:-9px;
}
.parli{
    padding:20px 9px;
}
.parli .img img{
    border:1px solid #e6ebf6;
    transition: all 0.3s; background:#fff
}
.parli:hover .img img{
    border:1px solid transparent;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

 .abr .xx {
      cursor: pointer;
      width: 51px;
      height: 51px;
      position: absolute;
      top:50%;
      transform: translateY(-50%);
      z-index: 12;
      background-size: 100% !important; }
      @media (max-width: 480px) {
        .abr .xx {
          width: 40px;
          height: 40px;
          background-size: 100% !important; } }


 .abr .xx.zb {
        background: url("../../../../../images/pd3_prev.png") no-repeat 50%;
        left: 8px; }
        .abr .xx.zb:hover {
          background: url("../../../../../images/p_prev1.png") no-repeat 50%; }
      .abr .xx.yb {
        background: url("../../../../../images/pd3_next.png") no-repeat 50%;
        right: 8px; }
        .abr .xx.yb:hover {
          background: url("../../../../../images/p_next1.png") no-repeat 50%; }
    .abr .list2 {
      position: relative;
      z-index: 2; margin-top:90px; }
      .abr .list2 li {
        padding-bottom: 48px;
        position: relative; }
        @media (max-width: 780px) {
			.abr .list2{ margin-top:10px}
          .abr .list2 li {
            padding-bottom: 34px; } }
        @media (max-width: 480px) {
          .abr .list2 li {
            padding-bottom: 20px; } }
        .abr .list2 li .su {
          color: #fff;
          width: 117px;
          height: 160px;
          background-color: #1464df;
          position: absolute;
          text-align: center;
          bottom: 0;
          left: 2.03vw;
          padding-top: 20px; }
          @media (max-width: 1025px) {
            .abr .list2 li .su {
              padding-top: 14px;
              height: 140px; } }
          @media (max-width: 480px) {
            .abr .list2 li .su {
              height: 108px; } }
          .abr .list2 li .su b {
            font-family: Impact;
            font-size: 36px;
            color: #ffffff;
            font-style: italic; }
            @media (max-width: 1025px) {
              .abr .list2 li .su b {
                font-size: 32px; } }
            @media (max-width: 480px) {
              .abr .list2 li .su b {
                line-height: 1; } }
          .abr .list2 li .su p {
            font-size: 20px;
            font-weight: 600;
            margin-top: 3px; }
            @media (max-width: 1025px) {
              .abr .list2 li .su p {
                font-size: 16px; } }
          .abr .list2 li .su span {
            display: block;
            font-size: 14px;
            margin-top: 8px; }
            @media (max-width: 1025px) {
              .abr .list2 li .su span {
                font-size: 13px; } }
            @media (max-width: 480px) {
              .abr .list2 li .su span {
                margin-top: 2px; } }
	
.x-banner img{transform: scale(1);transition: 3s;}		
.x-banner img:hover{transform: scale(1.1);}