.ban-swiper {
  height: 900px;
  overflow: hidden;
  position: relative;
}
.ban-swiper .swiper-btn{
  position: absolute;

  top:50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 99;
  width: 40px;
  height: 60px;
}

.ban-swiper .swiper-btn.ban-left{
  left:10px;
}
.ban-swiper .swiper-btn.ban-right{
  right: 10px;
}
.ban-swiper video {
  object-fit: fill
}
.ban-swiper .swiper-pagination{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
    box-sizing: border-box;
}
.ban-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50px;
  background: #F1F1F1;
  opacity: 1;
  transition: all 0.6s;
  margin: 0 4px 0 0;
}

.ban-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #00B050;
  border-radius: 50px;

}



@media (max-width: 1440px) {
  .ban-swiper {
    height: 680px;
    overflow: hidden;
  }

}
@media (max-width: 1400px) {
  .ban-swiper {
    height: 650px;
    overflow: hidden;
  }

}


@media (max-width: 767px) {
  .ban-swiper {
    height: 300px;
    overflow: hidden;
  }

  .ban-swiper .swiper-pagination{
    display: none;
  }
.ban-swiper .swiper-btn {
  
    width: 25px;
    height: 30px;
}

}

.banner{
  position: relative;
  width: 100%;
}
.banner video{
  width: 100%;
}
.banner-mask{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  box-sizing: border-box;

}
.banner-mask .banner-text{

  width: 100%;
  height:auto;
  color: #fff;
  text-align: center;
  margin-bottom: 120px;

}
.banner-mask .banner-text img{
  margin-bottom: 20px;
}
.banner-mask .banner-text .banner-title{ 
   font-size: 40px;
}
.banner-mask .banner-text .banner-tpl{
  margin-top: 80px;
}
.banner-mask .banner-text .banner-tpl a{
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  padding: 15px 40px;
  margin: 0 20px;
   transition: all .3s;
}
 .banner-mask .banner-text .banner-tpl a:hover{
  color: #00B050;
  background-color: #fff;
 } 
@media screen and  (max-width: 1024px) {
    .banner-mask .banner-text{
      margin-bottom: 0;
    }
    .banner-mask .banner-text img{
      width: 20%;
      margin-bottom: 5px;
    }
    .banner-mask .banner-text .banner-title{ 
      font-size: 18px;
    }
    .banner-mask .banner-text .banner-tpl{
      margin-top: 10px;
    }
    .banner-mask .banner-text .banner-tpl a{

      padding: 8px 15px;
      margin: 0 20px;
    }
}

.num-main{
  width: 100%;
  background: url('../images/bj1.jpg') no-repeat center center;
  background-position: center center;
  background-size: 100% 100%;
  color: #fff;
  padding: 50px 0;
}
.num-main .num-title{
  text-align: center;
  margin-bottom: 50px;
  font-size: 28px;

}
.num-main .num-box{
  width: 100%;
  padding: 30px 0;
}
.num-main .num-box .num-item{ 
  width: 33.33%;
  text-align: center;
}
.num-main .num-box .num-item .counter-number{
  font-size: 45px;
}
.num-main .num-box .num-item .text{
  font-size: 18px;
}
@media screen and  (max-width: 1024px) {
  .num-main{

  padding: 30px 0;
}
  .num-main .num-title{
    margin-bottom: 20px;
    font-size: 22px;

  }
  .num-main .num-box{
  width: 100%;
  padding: 15px 0;
}
  .num-main .num-box .num-item .counter-number{
  font-size: 40px;
}
.num-main .num-box .num-item .text{
  font-size: 12px;
}
}
.series-main{
  width: 100%;
  padding: 60px 0;
}
.series-main .series-title{ 
   text-align: center;
  margin-bottom: 2px;
  font-size: 32px;
  color: #018B75;
  font-weight: bolder;
}
.series-main .series-dec{ 
   text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  color: #018B75;
    font-weight: bolder;
}
.series-main  .series-box{

}
.series-main  .series-box .series-item{
  width: 48%;
    margin-bottom: 20px;
}
.series-main  .series-box .series-item .series-img{
  width: 100%;
  height: 320px;
  overflow: hidden;
 
}
.series-main  .series-box .series-item .series-img img{ 
  width: 100%;
   transition: all .3s;
}
.series-main  .series-box .series-item .series-img:hover img{ 
  transform: scale(1.1);
}
.series-main  .series-box .series-item .series-tit{ 
   color: #018B75;
   padding: 15px 0;
   font-size: 28px;
}
.series-main  .series-box .series-item .series-list{
  width: 100%;

}
.series-main  .series-box .series-item .series-list div{ 
  position: relative;
  color: #868686;
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.series-main  .series-box .series-item .series-list div::before{
  content: '';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background: url('../images/i6.png') no-repeat center center;
  background-size: 100% 100%;
  background-position: center center;
}
@media screen and  (max-width: 1024px) {
  .series-main{
    padding: 30px 0;
  }
  .series-main .series-title{ 
  margin-bottom: 2px;
  font-size: 20px;
  color: #018B75;
}
.series-main .series-dec{ 
  margin-bottom: 30px;
  font-size: 18px;
  color: #018B75;
  
}
.series-main  .series-box .series-item{
  width: 49%;
    margin-bottom: 10px;
}
.series-main  .series-box .series-item .series-img{
  width: 100%;
  height: 103px;
  overflow: hidden;
 
}
.series-main  .series-box .series-item .series-tit{ 
   color: #018B75;
   padding: 10px 0;
   font-size: 22px;
}

}
.about-main {
  width: 100%;
  padding: 60px 0;
    background: url('../images/bj2.jpg') no-repeat center center;
  background-size: 100% 100%;
  background-position: center center;
}
.about-main .about-box{ 
  width: 100%;
}
.about-main .about-box .about-img{
  width:38%;
}
.about-main .about-box .about-img img{ 
  width: 100%;
}
.about-main .about-box .about-info{
  width: 58%;
}
.about-main .about-box .about-info .about-title{ 
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
.about-main .about-box .about-info .about-inline{
  font-size: 30px;
  color: #fff;
    margin-bottom: 20px;
}
.about-main .about-box .about-info .about-dec{ 
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.about-main .about-box .about-info a{
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  padding: 15px 40px;
  transition: all .3s;
  cursor: pointer;
}
.about-main .about-box .about-info a:hover{
  background-color: #fff;
  color: #00B050;
}
@media screen and  (max-width: 1024px) {
  .about-main{
    padding: 30px 0;
    background-size: cover;
  }
  .about-main .about-box .about-img{
  width:100%;
}
.about-main .about-box .about-info{
  width: 100%;
}
.about-main .about-box .about-info .about-title{
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}
}
.banner-m{
  width: 100%;
  position: relative;
  height:400px;
}
.banner-m .tit{
  color: #fff;
  text-align: center;
  
}
.banner-m .tit h2{
  font-size: 26px;
}

@media screen and  (max-width: 1024px) { 
   .banner-m .tit{
    padding: 0 40px;
   }
  .banner-m .tit h2{
  font-size: 22px;
}
}
.main .about-top{
  text-align: center;
  padding: 80px 0;
}
.main .about-top img{
  width: 175px;
}
.main .about-top .about-title{
  font-size: 32px;
  color: #018B75;
  font-weight: bolder;
  margin-top: 20px;
}
.main .about-top .about-dec{
  font-size: 30px;
  margin-bottom: 5px;
  color: #018B75;
  font-weight: bolder;
}
.main .about-top .about-text{
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
}
.main .about-center{ 
   background: url('../images/bj3.jpg') no-repeat center center;
  background-size: 100% 100%;
  background-position: center center;
  padding: 80px 0;
}
.main .about-center li{
  width: 30%;
  text-align: center;
}
.main .about-center li img{
  width: 90px;
  height: 90px;
}
.main .about-center li .about-title{
  font-size: 28px;
  color: #018B75;
  font-weight: bolder;
  margin-bottom: 20px;
}
.main .about-center li .about-dec{
  font-size: 16px;
  color: #696969;

}
.main .about-bottom{
  padding: 80px 0;
}
.main .about-bottom h1{
  text-align: center;
  font-size: 32px;
  color: #018B75;
}
.main .about-bottom h2{
  text-align: center;
  font-size: 32px;
  color: #018B75;
}
.main .about-bottom .area-swiper{
  margin-top: 50px;
  position: relative;
}
.main .about-bottom .area-swiper .swiper-btn {
  width: 50px;
  height: 50px;
  font-size: 23px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-color: #018B75;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);  
  z-index: 999;
}
.main .about-bottom .area-swiper .swiper-btn.btn-left{
  left: 0;
}
.main .about-bottom .area-swiper .swiper-btn.btn-right{
  right: 0;
}
.main .about-bottom .area-swiper .swiper-slide{
  transition: 300ms;
	  transform: scale(0.8);
}
.main .about-bottom .area-swiper .swiper-slide-active,.main .area-swiper .swiper-slide-duplicate-active{
  transform: scale(1);
}
.main .about-bottom .area-swiper .swiper-slide .slide-img{
  width: 100%;
  position: relative;
  display: block;
}
.main .about-bottom .area-swiper .swiper-slide .slide-img img{
  width: 100%;
}
.main .about-bottom .area-swiper .swiper-slide .slide-img .slide-txt{
  color: #253745;
  width: 100%;
  padding: 8px 0;
  font-size: 16px;
  text-align: center;
}

@media screen and  (max-width: 1024px) { 
  .main .about-top{
    padding: 30px 0;
  }
  .main .about-top img{
    width: 150px;
  }
  .main .about-top .about-title{
    font-size: 22px;

  }
  .main .about-top .about-dec{
    font-size: 22px;

  }
  .main .about-center{
    padding: 30px 0;
  }
   .main .about-center li{
    width: 100%;
    margin-bottom: 20px;
  }
  .main .about-center li .about-title{
    margin-bottom: 10px;
  }
 .main .about-bottom{
   padding: 30px 0;
 }
 .main .about-bottom h1{
  font-size: 22px;
 }
  .main .about-bottom h2{
  font-size: 22px;
 }
}
.main .product-main .product-list{
  padding: 80px 0;
}
.main .product-main .product-list .product-item{
  width: 48%;
  border-bottom: 1px solid #BCD0BE;
  padding: 30px 0;
}
.main .product-main .product-list .product-item .product-img{
  width: 100%;
  height: 300px;
  overflow: hidden;
  
}
.main .product-main .product-list .product-item .product-img img{ 
  width: 100%;
  transition: all .3s;
}
.main .product-main .product-list .product-item .product-img:hover img{ 
  transform: scale(1.1);
}
.main .product-main .product-list .product-item .product-tit{
color: #018B75;
font-size: 28px;
padding: 15px 0;
font-weight: bolder;
}
.main .product-main .product-list .product-item  .product-txt .item{
margin-bottom: 10px;
}
.main .product-main .product-list .product-item  .product-txt .item .dot{
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #018B75;
}
.main .product-main .product-list .product-item  .product-txt .item .dec{
  color: #868686;
  margin-left: 10px;
  font-size: 16px;
}
.main .product-main .product-list .product-item  .product-txt .item i{
color: #018B75;
}
@media screen and  (max-width: 1024px) {
  .main .product-main .product-list{
    padding: 30px 0;
  }
  .main .product-main .product-list .product-item{ 
    width: 49%;
    padding: 15px 0;
  } 
  .main .product-main .product-list .product-item .product-img {
    width: 100%;
    height: 104px;
    overflow: hidden;
}
  .main .product-main .product-list .product-item .product-tit{
    font-size: 22px;
  }
  .main .product-main .product-list .product-item .product-txt .item .dec {
    color: #868686;
    margin-left: 5px;
    font-size: 12px;
}
}
.main .new-top{
  padding: 80px 0;

}
.main .new-tit{ 
  color: #018B75;
  font-size: 32px;
  text-align: center;
  font-weight: bolder;
}
.main .new-dec{ 
  color: #868686;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
}
.main .new-top .text{
  margin-top: 30px;
}
.main .new-center{
  padding: 80px 0;
  background-color: #F9F9F9;
}
.main .new-center .item{
  width: 32%;
}
.main .new-center .item .tit-box{
  background-color: #fff;
  text-align: center;
  height: 150px;
}
.main .new-center .item .tit-box .tit{
  font-size: 22px;
  color: #018B75;
  font-weight: bolder;
  margin-bottom: 10px;
}
.main .new-center .item .tit-box .dec i{
  color: #018B75;
  font-size: 28px;
}
.main .new-center .item .img{
  width: 100%;
  height: 280px;
}
.main .new-bottom{
  padding: 80px 0;
  background: url('../images/bj1.jpg') no-repeat center center;
  background-size: cover;
  background-position: center center;
}
.main .new-bottom .new-list{
  margin-top: 30px;
}
.main .new-bottom .items{ 
  width: 33.33%;
  text-align: center;
}
.main .new-bottom .items img{ 
  width: 80px;
  height: 80px;
}
.main .new-bottom .items .name{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media screen and  (max-width: 1024px) { 
  .main .new-top,.main .new-center,.main .new-bottom{
    padding: 30px 0;
  }
  .main .new-list .item{
    width: 100%;
    margin-bottom: 10px;
  }
  .main .new-center .item .tit-box{
    height: 100px;
  }
  .main .new-bottom .new-list{
    margin-top: 15px;
  }
    .main .new-list .items{
      width: 100%;
      margin-bottom: 10px;
    }
    .main .new-list .items img{ 
      width: 60px;
      height: 60px;
    }
    .main .new-list .items .name{
      font-size: 18px;
    }
}

.main .hot-main .hot-list{
  padding: 80px 0;
}
.main .hot-main .hot-list .hot-item{
  width: 32.5%;
  border-bottom: 1px solid #BCD0BE;
  padding: 30px 0;
  
}
.main .hot-main .hot-list .hot-item:nth-child(3n+2){
 
  margin: 0 1%;
}
.main .hot-main .hot-list .hot-item .hot-img{
  width: 100%;
  height: 250px;
  overflow: hidden;
  
}
.main .hot-main .hot-list .hot-item .hot-img img{ 
  width: 100%;
  transition: all .3s;
}
.main .hot-main .hot-list .hot-item .hot-img:hover img{ 
  transform: scale(1.1);
}
.main .hot-main .hot-list .hot-item .hot-tit{
color: #018B75;
font-size: 28px;
padding: 15px 0;
font-weight: bolder;
}
.main .hot-main .hot-list .hot-item .hot-dec{
color: #868686;
font-size: 16px;
}
.page-box{
  text-align: center;
  margin-bottom: 60px;
}
.page-box .page-prev,.page-box .page-next{ 
   padding: 10px 0;
   background-color: #F6F6F6;
   color: #DDDDDD;
   width: 120px;
}
.page-box .page-item{ 
  color: #555555;
  font-size: 16px;
  background-color: #F3F3F3;
  padding: 10px 15px;
  margin: 0 5px;
}
.page-box .page-item.on{
  background-color: #D7D7D7;
}
@media screen and  (max-width: 1024px) {
  .main .hot-main .hot-list{
    padding: 30px 0;
  }
  .main .hot-main .hot-list .hot-item{ 
    width: 49%;
    padding: 15px 0;
  } 
  .main .hot-main .hot-list .hot-item .hot-img {
    width: 100%;
    height: 120px;
    overflow: hidden;
}
  .main .hot-main .hot-list .hot-item .hot-tit{
    font-size: 22px;
  }
  .main .hot-main .hot-list .hot-item .hot-dec{
    color: #868686;
    margin-left: 5px;
    font-size: 14px;
}
.page-box{
  text-align: center;
  margin-bottom: 30px;
}
}
.contact-main{
  padding: 80px 0;
}
.contact-top{
  box-sizing: border-box;
  padding: 40px;
  border-radius: 10px;
  background-color: #F9F9F9;
}
.contact-top .contact-left{
  width: 48.5%;
  box-sizing: border-box;
}
.contact-top .contact-left h1{
  font-size: 32px;
  color: #018B75;
}
.contact-top .contact-left .contact-ul{
  margin-top: 20px;
}
.contact-top .contact-left .contact-ul li{
  padding: 20px 0;
  border-bottom: 1px solid #E7E7E7;
}
.contact-top .contact-left .contact-ul li img{
  width: 30px;
  height: 30px;
}
.contact-top .contact-left .contact-ul li .text{
  font-size: 14px;
}
.contact-top .contact-left .contact-ewm{
  display: inline-block;
  width: 150px;
  text-align: center;
  padding: 20px 0;
}
.contact-top .contact-left .name{
  margin-top: 20px;
}
.contact-top .contact-right{
  width: 48.5%;
}
.contact-top .contact-right .form .form-item{
border-radius: 8px;
border: 1px solid #E7E7E7;
background-color: #fff;
margin-bottom: 10px;
width: 49%;
box-sizing: border-box;
  padding:10px 20px;
  box-sizing: border-box;

}
.contact-top .contact-right .form .form-item textarea{
  width: 100%;
  height: 150px;

  font-size: 16px;
}
.contact-top .contact-right .form .form-item input{
  height: auto;
  font-size: 16px;
  width: 100%;
}
.contact-top .contact-right  .form-btn{
background-color: #1F8878;
color: #fff;
width: 100%;
height: 45px;
text-align: center;
line-height: 45px;
border-radius: 8px;
}

.address-box{
  margin-top: 30px;
    box-sizing: border-box;
}
.address-box .address-item{ 
  width: 49%;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.address-box .address-item .address-left{
  width: 150px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.address-box .address-item .address-left img{
  width: 100%;
}
.address-box .address-item .address-right{
  margin-left: 20px;
}
.address-box .address-item .address-right .address-tit{
  font-size: 22px;
  color: #000;
  font-weight: bolder;
  margin-bottom: 20px;
}
.address-box .address-item .address-right li{
  margin-bottom: 10px;
}
.address-box .address-item .address-right li img{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.address-box .address-item .address-right .address-web{
  margin-top: 20px;
}
.address-box .address-item .address-right .address-web a{
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  position: relative;
}
.address-box .address-item .address-right .address-web a img{ 
  width: 100%;
}
.address-box .address-item .address-right .address-web a .web-text{
  position: absolute;
  width: 90px;
  height: 90px;
  top: -95px;
  left: -30px;
  display: none;
}

.map-box{
  margin-top: 30px;
    box-sizing: border-box;
}
.map-box .map-item{
    width: 48.5%;
      box-sizing: border-box;
} 
.map-box .inline{
  background-color: #EEEFF1;
  width: 1px;
  height: 150px;
}
.map-box .map-item .map-img{ 
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.map-box .map-item .map-text{
  box-sizing: border-box;
  padding:0 10px;
  height: 60px;
}
.map-box .map-item .map-text img{
  width: 30px;
  height: 30px;
}
.map-box .map-item .map-text div{
  font-size: #333333;
  margin-left: 10px;
  font-size: 17px;
}
@media screen and  (max-width: 1024px) { 
  .contact-main{
    width: 100%;
    padding: 30px 0;
  }
  .contact-top{
    width: 100%;
    padding: 20px;
  }
  .contact-top .contact-left{ 
    width: 100%;
  }
  .contact-top .contact-left h1{
    font-size: 26px;
  }
  .contact-top .contact-left .contact-ul{
    margin-top: 10px;
  }
  .contact-top .contact-right{ 
    width: 100%;
  }
  .address-box{
    margin-top: 15px;
  }
  .address-box .address-item{ 
    width: 100%;
    margin-bottom: 15px;
  }
  .address-box .address-item .address-left{ 
    height: 160px;
  }
  .address-box .address-item .address-right{ 
    margin-left: 8px;
  }
  .address-box .address-item .address-right .address-tit{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .address-box .address-item .address-right .address-web{
    margin-top: 10px;
  }
  .address-box .address-item .address-right .address-web a{
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
  .map-box{
    margin-top: 15px;
  }
   .map-box .inline{ 
    display: none;
  }
  .map-box .map-item{ 
    width: 100%;
    margin-bottom: 15px;
  }
  .map-box .map-item .map-img{ 
    height: 170px;
  }
  .map-box .map-item .map-text div{
    font-size: 15px;
  }
}