
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}




/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .swiper-slide span{
  display: block;
  position: absolute;
  bottom: 0.8rem;
  right: 25%;
  font-size: 0.16rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 1.2rem;
  background: url(../images/xt.png) no-repeat left center;

}

.banner .swiper-pagination {
  width: 100%;
  bottom: 0.2rem;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
  background-color: #fff;
  width: 30px;
  height: 6px;
  opacity: 1;
  border-radius: 0;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #006d60;
}


/* title */

.title{
  overflow: hidden;
}

.title h3{
  float: left;
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.3rem;

}

.title h3 i{
  display: block;
  font-size: 0.16rem;
  color: #666666;
  margin-top: 0.15rem;
}

.title .more{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat left center;
  width: 1.79rem;
  height: 0.46rem;
  line-height: 0.46rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.title .more i{
  display: block;
  font-size: 0.16rem;
  color: #333;
  padding-left: 0.85rem;
}

.title .more:hover{
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}

.title1{
  margin: 0 auto;
  text-align: center;
  background: url(../images/title1.png) no-repeat  center;
}

.title1 h3{
  font-size: 0.36rem;
  color: #333;
}


/* product */

.product{
  margin: 0.8rem auto 0 auto;
  width: 89%;
  overflow: hidden;

}

.product .pro_box{
  margin: 0.5rem auto 0 auto;
}

.product .pro_box .pro_l{
  float: left;
  background: url(../images/pro_list.jpg) no-repeat  center;
  height: 7.34rem;
  width: 18%;

}

.product .pro_box .pro_l ul{
 
}

.product .pro_box .pro_l ul li{
  height: 0.98rem;
  line-height: 0.98rem;
  border-bottom: 2px solid #007769;
  margin: 0 auto;
  width: 94%;
  position: relative;
  z-index: 5;

}

.product .pro_box .pro_l ul li a{
  display: block;
}

.product .pro_box .pro_l ul li a span{
  float: left;
  width: 58%;
  font-size: 0.16rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 0.3rem;
  margin-left: 0.2rem;
  position: relative;
}

.product .pro_box .pro_l ul li a span::after{
  position: absolute;
  left: 0%;
  top: 48px;
  content: "";
  width: 0.16rem;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box .pro_l ul li a i{
  display: block;
  float: right;
  background: url(../images/more1.png) no-repeat center;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.28rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box .pro_l ul li::after{
  position: absolute;
  left: -3%;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #1a7c70;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pro_box .pro_l ul li.on::after{
  width: 113%;

}

.product .pro_box .pro_l ul li.on a i{
  background: #fdb54d url(../images/more1.png) no-repeat center;
}


.product .pro_box .pro_l .more{
  width: 82%;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 45px;
  border: 1px solid #338a80;
  margin: 0.4rem auto 0 auto;

}

.product .pro_box .pro_l .more a{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}

.product .pro_box .pro_r{
  width: 80%;
  float: right;
}

.product .pro_box .pro_r ul li{
  float: left;
  width: 30%;
  margin-left: 3%;
  margin-bottom: 0.25rem;
}

.product .pro_box .pro_r ul li .pic{
  border: 1px solid #dddddd;
  width: 99%;
  padding-top: 76%;
  position: relative;

}

.product .pro_box .pro_r ul li .pic img{
  width: 96%;
  height: 94%;
  position: absolute;
  left: 2%;
  top: 3%;

}

.product .pro_box .pro_r ul li .txt{
  height: 0.5rem;
  line-height: 0.5rem;

} 

.product .pro_box .pro_r ul li .txt h5 a{
  font-size: 0.18rem;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  width: 80%;
}

.product .pro_box .pro_r ul li .txt .more{
  display: block;
  float: right;
  font-size: 0.14rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-left: 0.25rem;

}

.product .pro_box .pro_r ul li .txt .more::after{
  position: absolute;
  left: 0%;
  top: 0.24rem;
  content: "";
  background: #006d60;
  width: 0.16rem;
  height: 2px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.product .pro_box .pro_r ul li:hover .txt h5 a{
  color: #006d60;
}
.product .pro_box .pro_r ul li:hover .txt .more{
  color: #006d60;
}


/* peijian */

.peijian{
  width: 88%;
  margin: 0.8rem auto 0 auto;
}

.peijian .peijian_box{
  width: 100%;
  margin: 0.5rem auto 0 auto;
  height: 4.1rem;
}

.peijian .peijian_box .peijian_list{
  float: left;
  width: 50%;
  height: 4.1rem;
  position: relative;
}

.peijian .peijian_box .peijian_list ul li{
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.peijian .peijian_box .peijian_list ul li.active{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.peijian .peijian_box .peijian_list ul li a{
  display: block;
}

.peijian .peijian_box .peijian_list ul li .txt_l{
  float: left;
  margin-left: 10%;
  margin-top: 0.4rem;
  width: 37%;


}

.peijian .peijian_box .peijian_list ul li .txt_l span{
  display: block;
  font-size: 0.24rem;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.peijian .peijian_box .peijian_list ul li .txt_l i{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0.05rem 0 0.3rem 0;

}
.peijian .peijian_box .peijian_list ul li .txt_l em{
  display: block;
  width: 0.23rem;
  height: 0.14rem;
  background: url(../images/more4.png) no-repeat  center;
}

.peijian .peijian_box .peijian_list ul li img{
  display: block;
  float: right;
  width: 45%;
  height: auto;
  margin-right: 5%;
  margin-top: 0.3rem;
}


.peijian .peijian_box .peijian_list ul li.p1{
  width: 58%;
  height: 2rem;
  background: #e5f0ef;
  position: absolute;
  left: 0px;
  top: 0px;


}

.peijian .peijian_box .peijian_list ul li.p2{
  width: 58%;
  height: 2rem;
  background: #eeeeee;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.peijian .peijian_box .peijian_list ul li.p3{
  width: 40%;
  height: 2.4rem;
  background: #006d60;
  position: absolute;
  right: 0px;
  top: 0px;
}

.peijian .peijian_box .peijian_list ul li.p3 .txt_l{
  width: 80%;
}

.peijian .peijian_box .peijian_list ul li.p3 .txt_l span{
  color: #fff;

}

.peijian .peijian_box .peijian_list ul li.p3 .txt_l i{
  color: #fff;
}

.peijian .peijian_box .peijian_list ul li.p3 .txt_l em{
  background: url(../images/more5.png) no-repeat left center;
}

.peijian .peijian_box .peijian_list ul li.p3 img{
  position: absolute;
  right: 1%;
  bottom: 0.2rem;
  width: 50%;

}


.peijian .peijian_box .peijian_list ul li.p4{
  width: 40%;
  height: 1.6rem;
  background: #cccccc;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.peijian .peijian_box .peijian_list ul li.p4 .txt_l{
  margin-top: 0.25rem;
}

.peijian .peijian_box .peiCenterTobox{
  float: right;
  width: 49.5%;
}

.peijian .peijian_box .peiCenterTobox .swiper-slide{

}

.peijian .peijian_box .peiCenterTobox .swiper-slide .pic{
  width: 100%;
  padding-top: 50%;
  position: relative;
}

.peijian .peijian_box .peiCenterTobox .swiper-slide .pic img{
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}


/* hz */


.hz_bg{
  width: 100%;
  margin: 0.8rem auto 0 auto;
  height: auto;
  background: #fafafa;
  overflow: hidden;
  padding: 0.75rem 0 0.55rem 0;
}


.hz_bg .hz_box{
  margin: 0.15rem auto  0 auto;
  width: 88%;
  overflow: hidden;
  position: relative;
}

.hz_bg .hz_box .mySwiper{
  width: 92%;
  margin: 0 auto;
  overflow: hidden;
}

.hz_bg .hz_box .mySwiper .swiper-slide{
  position: relative;
  margin: 0.2rem 0;

}

.hz_bg .hz_box .mySwiper .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 80%;
  background: #fff;
}

.hz_bg .hz_box .mySwiper .swiper-slide .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.hz_bg .hz_box .mySwiper .swiper-slide:hover .pic{
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.hz_bg .hz_box .swiper-button-next{
  width: 3%;
  right: 0;
  top: 0.2rem;
  background: #006d60 url(../images/hz_right.png) no-repeat center;
  height: 83%;
}

.hz_bg .hz_box .swiper-button-prev{
  width: 3%;
  left: 0;
  top: 0.2rem;
  background: #fdb54d url(../images/hz_left.png) no-repeat center;
  height: 83%;
}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;
}


.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  display: none;
  content: 'next';

}

:root {
  --swiper-navigation-size: 0px;
}



/* ys */


.ys_bg{
  width: 100%;
  margin: 0.8rem auto 0 auto;
}

.ys_bg .ys{
  width: 88%;
  margin: 0 auto;
}

.ys_bg .ys .title1{
  background: none;

}

.ys_bg .ys .title1 h3{
  background: url(../images/ys_t.png) no-repeat center;
}

.ys_bg .ys .title1 span{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}


.ys_bg .ys .ys_box{
  width: 100%;
  margin: 0.6rem auto 0 auto;
  position: relative;
  overflow: hidden;
}

.ys_bg .ys .ys_box .ysCenterTobox{
  overflow: hidden;
  position: relative;
  width: 99%;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide{

}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .ys_img{
  position: relative;
  height: 4.5rem;
  width: 51%;
  float: left;

}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .ys_img img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt{
  float: right;
  width: 41%;
  margin-right: 1%;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt h5{
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  position: relative;
  height: 0.6rem;
  margin-bottom: 0.8rem;

}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt h5 i{
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 5;
  margin: 0.1rem 0 0 0.5rem;
  display: block;
  float: left;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt h5 span{
  font-size: 0.8rem;
  color: #006d60;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.6rem;
  display: block;
  float: left;
  position: relative;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt h5 span::after{
  position: absolute;
  left: 0px;
  top: -0.7rem;
  width: 2.01rem;
  height: 2.01rem;
  content: "";
  background: url(../images/buttom7.png) no-repeat left center;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #333;
  line-height: 0.36rem;
  padding-left: 0.3rem;
  background: url(../images/buttom6.png) no-repeat left 0.16rem;
  position: relative;
  z-index: 6;
}


.ys_bg .ys .ys_box .ys_list{
  margin: 0.4rem 1% 0 3%;

}

.ys_bg .ys .ys_box .ys_list ul li{
  float: left;
  width: 23%;
  height: 1rem;
  line-height: 1rem;
  background: #eeeeee;
  transform: skew(-45deg);
  margin: 0 0.5%;
  position: relative;
  z-index: 5;
}

.ys_bg .ys .ys_box .ys_list ul li h5{
  text-align: center;
  transform: skew(45deg);
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .ys_list ul li h5 span{
  vertical-align: middle;
  width: 0.38rem;
  height: 0.38rem;
  display: inline-block;
  margin-right: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .ys_list ul li.ys1 h5 span{
  background: url(../images/ys_ico1.png) no-repeat center;
}

.ys_bg .ys .ys_box .ys_list ul li.ys2 h5 span{
  background: url(../images/ys_ico2.png) no-repeat center;
}

.ys_bg .ys .ys_box .ys_list ul li.ys3 h5 span{
  background: url(../images/ys_ico3.png) no-repeat center;
}


.ys_bg .ys .ys_box .ys_list ul li.ys4 h5 span{
  background: url(../images/ys_ico4.png) no-repeat center;
}

.ys_bg .ys .ys_box .ys_list ul li::after{
  position: absolute;
  left: 50%;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #006d60;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: skew(0deg);
}

.ys_bg .ys .ys_box .ys_list ul li.active::after{
  width: 100%;
  left: 0;

}


.ys_bg .ys .ys_box .ys_list ul li.active h5{
  color: #fff;
}

.ys_bg .ys .ys_box .ys_list ul li.ys1.active h5 span{
  background: url(../images/ys_ico11.png) no-repeat center;
}

.ys_bg .ys .ys_box .ys_list ul li.ys2.active h5 span{
  background: url(../images/ys_ico22.png) no-repeat center;
}

.ys_bg .ys .ys_box .ys_list ul li.ys3.active h5 span{
  background: url(../images/ys_ico33.png) no-repeat center;
}


.ys_bg .ys .ys_box .ys_list ul li.ys4.active h5 span{
  background: url(../images/ys_ico44.png) no-repeat center;
}


.ys_bg .ys .ys_box .zx{
  position: absolute;
  top: 330px;
  right: 0;
  width: 42%;
  z-index: 5;
}


.ys_bg .ys .ys_box .zx .qq{
  float: left;
  width: 0.98rem;
  height: 0.98rem;

}

.ys_bg .ys .ys_box .zx .tel{
  float: left;
  margin-left: 5%;
  margin-top: 0.2rem;
}

.ys_bg .ys .ys_box .zx .tel span{
  display: block;
  font-size: 0.16rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.25rem;
  background: url(../images/tel3.png) no-repeat left center;
}

.ys_bg .ys .ys_box .zx .tel i{
  display: block;
  font-size: 0.24rem;
  color: #006d60;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 0.15rem;
}





/* fw */


.fw_bg{
  width: 100%;
  margin: 0.8rem auto 0 auto;
  padding: 0.75rem 0 0.6rem 0;
  background: #fafafa;
}

.fw_bg .fw{
  width: 94%;
  margin: 0 auto;
}

.fw_bg .fw .fw_box{
  margin: 0.35rem auto 0 auto;
}

.fw_bg .fw .fw_box ul li{
  float: left;
  width: 12.5%;
  text-align: center;
}

.fw_bg .fw .fw_box ul li span{
  display: block;
  background: url(../images/lc_list.png) no-repeat center;
  width: 100%;
  height: 0.46rem;
  padding: 0.45rem 0 0.55rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fw_bg .fw .fw_box ul li span i{
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fw_bg .fw .fw_box ul li em{
  display: block;
  margin: 0.1rem auto 0.18rem auto;
  width: 1px;
  height: 0.2rem;
  background: #aaaaaa;
}

.fw_bg .fw .fw_box ul li p{
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fw_bg .fw .fw_box ul li.fw1 span i{
  background: url(../images/lc1.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw2 span i{
  background: url(../images/lc2.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw3 span i{
  background: url(../images/lc3.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw4 span i{
  background: url(../images/lc4.png) no-repeat center;
}


.fw_bg .fw .fw_box ul li.fw5 span i{
  background: url(../images/lc5.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw6 span i{
  background: url(../images/lc6.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw7 span i{
  background: url(../images/lc7.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw8 span i{
  background: url(../images/lc8.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.on span{
  background: url(../images/lc_list1.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.on p{
  font-weight: bold;
  color: #006d60;
}

.fw_bg .fw .fw_box ul li.fw1.on span i{
  background: url(../images/lc11.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw2.on span i{
  background: url(../images/lc22.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw3.on span i{
  background: url(../images/lc33.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw4.on span i{
  background: url(../images/lc44.png) no-repeat center;
}


.fw_bg .fw .fw_box ul li.fw5.on span i{
  background: url(../images/lc55.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw6.on span i{
  background: url(../images/lc66.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw7.on span i{
  background: url(../images/lc77.png) no-repeat center;
}

.fw_bg .fw .fw_box ul li.fw8.on span i{
  background: url(../images/lc88.png) no-repeat center;
}



/* case */

.case{
  width: 100%;
  margin: 0.8rem auto 0 auto;
}

.case .title{
  width: 88%;
  margin: 0 auto;
}

.case .case_box{
  width: 92%;
  margin: 0.3rem auto 0 auto;
}

.case .case_box ul li{
  float: left;
  width: 20%;
  border: 1px solid #dddddd;
  margin: 0.2rem 2.4%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box ul li .pic{
  width: 94%;
  padding-top: 59%;
  position: relative;
  margin: 0.1rem 3% 0 3%;

}

.case .case_box ul li .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;

}

.case .case_box ul li .txt{
  margin: 0.25rem auto 0.2rem auto;
  text-align: center;
  width: 94%;
} 

.case .case_box ul li .txt h5 a{
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box ul li .txt p{
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  margin: 0.17rem auto 0.28rem auto;
}

.case .case_box ul li .txt .more{
  display: block;
  border: 1px solid #dddddd;
  border-radius: 45px;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.3rem;
  height: 0.3rem;
  width: 35%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case .case_box ul li:hover{
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}

.case .case_box ul li:hover .txt h5 a{
  color: #006d60;

}

.case .case_box ul li:hover .txt .more{
  background: #006d60;
  color: #fff;
  border: 1px solid #006d60;
}


/*about*/

.ab_bg{
  width: 100%;
  height: 8rem;
  margin: 0.6rem auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat  center;
  overflow: hidden;
}

.ab_bg .about{

}

.ab_bg .about .ab_l{
  float: left;
  margin-left: 6%;
  width: 42%;
  margin-top: 1rem;
}

.ab_bg .about .ab_l .txt{
  overflow: hidden;
}

.ab_bg .about .ab_l .txt h5 {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;

}
.ab_bg .about .ab_l .txt h5 i{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0.1rem;
}

.ab_bg .about .ab_l .txt p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.4rem;
  height: 1.6rem;
  overflow: hidden;
  opacity: 0.8;
  margin-top: 0.4rem;
}

.ab_bg .about .ab_l .txt .more{
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #fff;
  display: block;
  position: relative;
}

.ab_bg .about .ab_l .txt .more::after{
  position: absolute;
  right: 0px;
  top: 0.13rem;
  content: "";
  background: #1a7c70;
  width: 90%;
  height: 1px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ab_bg .about .ab_l .zx{
  margin-top: 1rem;
  float: left;
  width: 66%;
}

.ab_bg .about .ab_l .zx .qq{
  float: left;
  width: 0.98rem;
  height: 0.98rem;

}

.ab_bg .about .ab_l .zx .tel{
  float: left;
  margin-left: 5%;
  margin-top: 0.2rem;
}

.ab_bg .about .ab_l .zx .tel span{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 0.25rem;
  background: url(../images/tel2.png) no-repeat left center;
}

.ab_bg .about .ab_l .zx .tel i{
  display: block;
  font-size: 0.24rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 0.15rem;
}

.ab_bg .about .ab_l .ry{
  float: right;
  background: url(../images/ry_bg.png) no-repeat left center;
  width: 2.13rem;
  height: 1.61rem;
  margin-top: 0.6rem;
}

.ab_bg .about .ab_l .ry img{
  width: 1.78rem;
  height: 1.26rem;
  margin: 0.18rem 0 0 0.18rem;

}

.ab_bg .about .ab_r{
  width: 49%;
  float: right;
}

.ab_bg .about .ab_r ul li{
  height: 4rem;
  width: 100%;
}

.ab_bg .about .ab_r ul li .txt{
  width: 50%;
  float: left;
  text-align: center;
  background: #fafafa;
  height: 4rem;
}

.ab_bg .about .ab_r ul li .txt a{
  display: block;
}

.ab_bg .about .ab_r ul li .txt a span{
  display: block;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.32rem;
  padding-top: 0.7rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.ab_bg .about .ab_r ul li .txt a i{
  display: block;
  font-size: 0.12rem;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_r ul li .txt a em{
  display: block;
  width: 2px;
  height: 0.35rem;
  background: #006d60;
  margin: 0.15rem auto 0.25rem auto;
}

.ab_bg .about .ab_r ul li .txt p{
  font-size: 0.12rem;
  color: #999;
}
.ab_bg .about .ab_r ul li .txt b{
  display: block;
  margin: 0.7rem auto 0 auto;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: url(../images/more3.png) no-repeat center;
  border: 1px solid #dedede;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r ul li .pic{
  width: 50%;
  height: 4rem;
  position: relative;
  float: left;

} 

.ab_bg .about .ab_r ul li .pic img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;

}

.ab_bg .about .ab_r ul li:hover .txt a span{
  font-weight: bold;
}

.ab_bg .about .ab_r ul li:hover .txt a b{
  background: #006d60 url(../images/more2.png) no-repeat center;
  border: 1px solid #006d60;
}


/*news*/

.news{
  width: 88%;
  margin: 0 auto;
  padding-top: 0.8rem;
  padding-bottom: 0.7rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.news dl{
  float: left;
  width: 28%;
  margin-right: 8%;
}

.news dl:last-child{
  margin-right: 0;
}

.news dl dt{

}

.news dl dt h3 a{
  display: block;
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  padding-left: 0.4rem;
  background: url(../images/news_ico.png) no-repeat left center;
}

.news dl dd{
  margin-top: 0.35rem;

}

.news dl dd .nr{
  overflow: hidden;

}

.news dl dd .nr .news_img{
  position: relative;
  width: 100%;
  padding-top: 59%;
  overflow: hidden;

}

.news dl dd .nr .news_img img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news dl dd .nr .news_img img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news dl dd .nr .txt{
  margin-top: 0.2rem;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.3rem;

  overflow: hidden;

} 

.news dl dd .nr .txt .time{
  float: left;
  width: 17%;
  border-right: 1px solid #dddddd;
  text-align: left;
  margin-top: 0.05rem;
}

.news dl dd .nr .txt .time span{
  display: block;
  font-size: 0.56rem;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.4rem;
  text-align: left;
}

.news dl dd .nr .txt .time i{
  display: block;
  font-size: 0.16rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0.08rem;
}

.news dl dd .nr .txt .txt_r{
  float: right;
  width: 75%;
  margin-right: 3%;

}

.news dl dd .nr .txt .txt_r a{
  font-size: 0.16rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news dl dd .nr .txt .txt_r p{
  font-size: 0.14rem;
  color: #666;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  margin-top: 0.1rem;
}

.news dl dd .nr:hover .txt .txt_r a{
  color: #006d60;

}

.news dl dd .nr:hover .txt .time span {
  color: #006d60;
}


.news dl dd .list{
  margin-top: 0.25rem;

}

.news dl dd .list ul li{

  height: 0.45rem;
  line-height: 0.45rem;

}


.news dl dd .list ul li a{
  float: left;
  width: 60%;
  font-size: 0.16rem;
  color: #545454;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 0.3rem;
  background: url(../images/buttom2.png) no-repeat left center;
}

.news dl dd .list ul li span{
  display: block;
  float: right;
  font-size: 0.14rem;
  color: #8b8b8b;
}

.news dl dd .list ul li:hover a{
  color: #3c8571;
  background: url(../images/buttom1.png) no-repeat left center;
}

.news::after{
  position: absolute;
  left: 32%;
  top: 0px;
  content: "";
  z-index: -1;
  background: #eeeeee;
  width: 1px;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news::before{
  position: absolute;
  left: 68%;
  top: 0px;
  content: "";
  z-index: -1;
  background: #eeeeee;
  width: 1px;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/*message*/

.message_bg {
  width: 100%;
  margin: 0 auto;
  background: #eeeeee;
  height: auto;
}

.message_bg .message {
  width: 88%;
  margin: 0 auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  overflow: hidden;
}

.message_bg .message .form-group1{
  float: left;
  width: 17%;
  height: 0.5rem;
  background: #ffffff;
}

.message_bg .message .form-group1 input{
  width: 100%;
  height: 0.5rem;
  font-size: 0.14rem;
  color: #999999;
  text-indent: 0.4rem;
  background: url(../images/m1.png) no-repeat 0.1rem center;
}

.message_bg .message .form-group2{
  float: left;
  width: 17%;
  height: 0.5rem;
  background: #ffffff;
  margin: 0 0.08rem;
}

.message_bg .message .form-group2 input{
  width: 100%;
  height: 0.5rem;
  font-size: 0.14rem;
  color: #999999;
  text-indent: 0.4rem;
  background: url(../images/m2.png) no-repeat 0.1rem center;
}

.message_bg .message .form-group3{
  float: left;
  width: 28.5%;
  height: 0.5rem;
  background: #ffffff;
}

.message_bg .message .form-group3 textarea{
  width: 100%;
  height: 0.35rem;
  font-size: 0.14rem;
  color: #999999;
  text-indent: 0.4rem;
  padding-top: 0.15rem;
  background: url(../images/m3.png) no-repeat 0.1rem center;
}

.message_bg .message .form-group4{
  float: left;
  width: 20%;
  height: 0.5rem;
  background: #ffffff;
  margin: 0 0 0 0.08rem;
}

.message_bg .message .form-group4 input{
  width: 65%;
  height: 0.5rem;
  font-size: 0.14rem;
  color: #999999;
  text-indent: 0rem;
  background: none;
  float: right;
}

.message_bg .message .form-group4 .imgcode{
  float: left;
  width: 27%;
  height: 0.36rem;
  margin: 0.07rem 0 0 0.07rem;
  
}

.message_bg .message .anniu {
  float: right;
  width: 15%;
  height: 0.5rem;
}

.message_bg .message .anniu button {
  cursor: pointer;
  border: none;
  font-size: 0.16rem;
  color: #fff;
  background: #006d60;
  width: 100%;
  height: 0.5rem;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.message_bg .message .anniu button:hover{
  border-radius: 45px;
}



.button {

  float: right;

  background: #006d60;

  --color: #fff;

  --background: #006d60;

  --height: 0.5rem;

  --width: 100%;

  --icon: #fff;

  padding: 0;

  cursor: pointer;

  text-align: center;

  position: relative;

  border: none;

  outline: none;

  background: none;

  -webkit-appearance: none;

  -webkit-tap-highlight-color: transparent;

  width: var(--width);

  font-size: 18px;

  color: var(--color);

  line-height: var(--height);

}

.submit-btn{
  width: 15%;
  position: relative;
}

.button:before, .button:after {

  content: '';

  display: block;

  position: absolute;

  top: 50%;

  left: 50%;

}

.button:before {

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  width: var(--before-w, var(--width));

  height: var(--before-h, var(--height));

  border-radius: var(--before-r, 0px);

  background: var(--background);

  -webkit-transform-origin: 50% 50%;

          transform-origin: 50% 50%;

  transition: width .3s, height .3s, border-radius .2s;

  transition-delay: .2s;

}

.button:after {

  width: 16px;

  height: 16px;

  margin: -8px 0 0 -8px;

  background: var(--icon);

  z-index: 2;

  border-radius: 50%;

  -webkit-transform: scale(0);

          transform: scale(0);

}

.button span {

  z-index: 1;

  display: block;

  position: relative;

  opacity: var(--span-o, 1);

  -webkit-transform: scale(var(--span-s, 1));

          transform: scale(var(--span-s, 1));

  transition: opacity .3s, -webkit-transform .2s;

  transition: opacity .3s, transform .2s;

  transition: opacity .3s, transform .2s, -webkit-transform .2s;

  transition-delay: .2s;

}

.button svg {

  width: 15px;

  height: 13px;

  display: block;

  position: absolute;

  left: 50%;

  top: 50%;

  stroke: var(--icon);

  stroke-width: 2px;

  stroke-linecap: round;

  stroke-linejoin: round;

  fill: none;

  -webkit-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

  stroke-dasharray: 17px;

  stroke-dashoffset: var(--svg-o, 17px);

  transition: stroke-dashoffset .3s ease;

}

.button.processing {

  --before-w: 41px;

  --before-h: 41px;

  --before-r: 22px;

  --span-o: 0;

  --span-s: .6;

  --after-s: 1;

  --svg-o: 34px;

}

.button.processing:before {

  -webkit-animation: pulse 3s linear forwards;

          animation: pulse 3s linear forwards;

}

.button.processing:after {

  -webkit-animation: dot 3s linear forwards;

          animation: dot 3s linear forwards;

}

.button.processing svg {

  transition-delay: 3s;

}



@-webkit-keyframes pulse {

  4% {

    -webkit-transform: translate(-50%, -50%) scaleX(1.1);

            transform: translate(-50%, -50%) scaleX(1.1);

  }

  8% {

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);

  }

  24%,

    56%,

    88% {

    -webkit-transform: translate(-50%, -50%) scale(0.8);

            transform: translate(-50%, -50%) scale(0.8);

  }

  40%,

    72% {

    -webkit-transform: translate(-50%, -50%) scale(1.2);

            transform: translate(-50%, -50%) scale(1.2);

  }

}



@keyframes pulse {

  4% {

    -webkit-transform: translate(-50%, -50%) scaleX(1.1);

            transform: translate(-50%, -50%) scaleX(1.1);

  }

  8% {

    -webkit-transform: translate(-50%, -50%);

            transform: translate(-50%, -50%);

  }

  24%,

    56%,

    88% {

    -webkit-transform: translate(-50%, -50%) scale(0.8);

            transform: translate(-50%, -50%) scale(0.8);

  }

  40%,

    72% {

    -webkit-transform: translate(-50%, -50%) scale(1.2);

            transform: translate(-50%, -50%) scale(1.2);

  }

}

@-webkit-keyframes dot {

  8% {

    -webkit-transform: scale(0);

            transform: scale(0);

  }

  16% {

    -webkit-transform: scale(1) rotate(30deg) translateX(48px);

            transform: scale(1) rotate(30deg) translateX(48px);

  }

  95% {

    -webkit-transform: scale(1) rotate(1000deg) translateX(48px);

            transform: scale(1) rotate(1000deg) translateX(48px);

  }

  100% {

    -webkit-transform: scale(0.125) rotate(1050deg) translate(52px, -6px);

            transform: scale(0.125) rotate(1050deg) translate(52px, -6px);

  }

}

@keyframes dot {

  8% {

    -webkit-transform: scale(0);

            transform: scale(0);

  }

  16% {

    -webkit-transform: scale(1) rotate(30deg) translateX(48px);

            transform: scale(1) rotate(30deg) translateX(48px);

  }

  95% {

    -webkit-transform: scale(1) rotate(1000deg) translateX(48px);

            transform: scale(1) rotate(1000deg) translateX(48px);

  }

  100% {

    -webkit-transform: scale(0.125) rotate(1050deg) translate(52px, -6px);

            transform: scale(0.125) rotate(1050deg) translate(52px, -6px);

  }

}

.restart {

  display: table;

  position: absolute;

  bottom: 15px;

  right: -90px;

  -webkit-transform: translateX(-50%);

          transform: translateX(-50%);

  text-decoration: none;

  line-height: 23px;

  color: #009d50;

  font-size: 14px;

  font-weight: 500;

opacity: 0.5;

}

.restart svg {

  margin: 4px 4px 0 0;

  width: 16px;

  height: 16px;

  display: inline-block;

  vertical-align: top;

}

/*links*/

.links_bg {
  width: 100%;
  margin: 0 auto;
  background: #fafafa;
  height: auto;
  overflow: hidden;
}

.links_bg .links {
  width: 88%;
  margin: 0 auto;
  padding-top: 0.55rem;
  padding-bottom: 0.2rem;
  overflow: hidden;
}

.links_bg .links  .links_t{
  float: left;

}

.links_bg .links  .links_t span{
  display: block;
  font-size: 0.36rem;
  color: #333333;
  font-family: 'Times New Roman', Times, serif;
  text-transform: capitalize;
  line-height: 0.3rem;
}

.links_bg .links  .links_t i{
  display: inline-block;
  font-size: 0.16rem;
  color: #333333;
  background: url(../images/links.png) no-repeat right center;
  padding-right: 0.35rem;
}


.links_bg .links .yq{
  float: right;
  width: 90%;
  border-bottom: 1px solid #dddddd;
  height: 0.4rem;
}

.links_bg .links .yq a{
  margin: 0 0.15rem;
  font-size: 0.14rem;
  color: #666666;
  background: url(../images/buttom3.png) no-repeat right center;
  padding-right: 0.35rem;

}

.link-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 0;
  width: 10%;
  float: left;
}

.link-one::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #006d60;

  clip-path: circle(0% at 50% calc(50%));
  transition: clip-path 1s cubic-bezier(0.65, 0, 0.35, 1);
}

.link-one::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 80%;
    height: 100%;
    top: 0;
    right: 10%;
    background: #fff;
    opacity: 0.2;
  
    clip-path: polygon(
      40% 0%,
      60% 0%,
      60% 0%,
      40% 0%,
      40% 100%,
      60% 100%,
      60% 100%,
      40% 100%
    );
    transition: clip-path 1s cubic-bezier(0.65, 0, 0.35, 1);
  }

  .links:hover .link-one::before {
  clip-path: circle(100% at 50% 50%);
}

.links:hover .link-one::after {
    clip-path: polygon(
      40% 10%,
      60% 10%,
      60% 35%,
      40% 35%,
      40% 90%,
      60% 90%,
      60% 65%,
      40% 65%
    );
  }


  .links:hover .links_t span{
    color: #fff;
}

.links:hover .links_t i{
    color: #fff;
}


@media (max-width: 1440px){
  .product .pro_box .pro_l ul li a span{
    float: left;
    width: 88%;
    margin-left: 0rem;
  }
  
  .product .pro_box .pro_l ul li a i{
    display: none;
  }

  .news dl dd .nr .txt .time {
    float: left;
    width: 20%;
    border-right: 1px solid #dddddd;
    text-align: left;
    margin-top: 0.05rem;
  }
  
  .news dl dd .nr .txt .time span {
    font-size: 0.46rem;
  }
  
  .news dl dd .nr .txt .txt_r {
    float: right;
    width: 70%;
    margin-right: 3%;
  }

  .news::after{
    display: none;
  }
  
  .news::before{
    display: none;
  }

  .message_bg .message .form-group3{
    float: left;
    width: 28%;
    height: 0.5rem;
    background: #ffffff;
  }

  .ab_bg .about .ab_l .zx {
    margin-top: 0.2rem;
    float: none;
    width: 100%;
    overflow: hidden;
  }

  .ab_bg .about .ab_l .ry {
    float: none;
    background: url(../images/ry_bg.png) no-repeat left center;
    width: 2.13rem;
    height: 1.61rem;
    margin-top: 0.2rem;
  }

  .ab_bg .about .ab_l .zx .qq {
    float: left;
    width: 0.78rem;
    height: 0.78rem;
  }

  .ab_bg .about .ab_l .zx .qq img{
    width: 0.78rem;
    height: 0.78rem;
  }

}




@media (max-width: 1200px){
  .banner .swiper-slide span{
    display: none;
  
  }

  .banner .swiper-pagination {
    bottom: 0.1rem;
  }
  
  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    width: 10px;
    height: 3px;
    opacity: 1;
    border-radius: 0;
  }


/* title */


.title h3{
  float: left;
  font-size: 0.24rem;

}

.title h3 i{
  font-size: 0.14rem;
  margin-top: 0;
}

.title .more{
  display: block;
  float: right;
  background: url(../images/m_more.png) no-repeat right center;
  width: 1.3rem;
  height: 0.31rem;
  line-height: 0.31rem;
}

.title .more i{
  display: block;
  font-size: 0.14rem;
  color: #333;
  padding-left: 0.55rem;
}



.title1{
  margin: 0 auto;
  text-align: center;
}

.title1 h3{
  font-size: 0.24rem;
}


/* product */

.product{
  margin: 0.5rem auto 0 auto;
  width: 94%;

}

.product .title{
  margin: 0 auto;
}

.product .pro_box{
  margin: 0.3rem auto 0 auto;
}

.product .pro_box .pro_l{
  float: none;
  background: url(../images/pro_list.jpg) no-repeat center;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding: 0.2rem 0;
  background-size: cover;
}

.product .pro_box .pro_l ul{
  overflow: hidden;
 
}

.product .pro_box .pro_l ul li{
  height: 0.48rem;
  line-height: 0.48rem;
  border-bottom: 2px solid #007769;
  width: 50%;
  float: left;

}

.product .pro_box .pro_l ul li a{
  display: block;
}

.product .pro_box .pro_l ul li a span{
  float: left;
  width: 70%;
  font-size: 0.16rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 0.1rem;
  margin-left: 0rem;
  position: relative;
}

.product .pro_box .pro_l ul li a span::after{
  display: none;
}

.product .pro_box .pro_l ul li a i{
  background: url(../images/m_more1.png) no-repeat center;
  width: 0.17rem;
  height: 0.1rem;
  margin-top: 0.2rem;
  margin-right: 0.1rem;
  border-radius: 0%;
  display: block;
}

.product .pro_box .pro_l ul li::after{
  display: none;
}

.product .pro_box .pro_l ul li.on a i {
  background: url(../images/m_more1.png) no-repeat center;
}

.product .pro_box .pro_l .more{
  width: 40%;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 45px;
  border: 1px solid #338a80;
  margin: 0.2rem auto 0 auto;

}


.product .pro_box .pro_r{
  width: 100%;
  float: none;
  margin: 0.2rem auto;
}

.product .pro_box .pro_r ul li{
  float: left;
  width: 44%;
  margin: 0 3% 0.25rem 3%;
}


.product .pro_box .pro_r ul li .txt{
  height: 0.5rem;
  line-height: 0.5rem;

} 

.product .pro_box .pro_r ul li .txt h5 a{
  font-size: 0.16rem;
  width: 60%;
}

.product .pro_box .pro_r ul li .txt .more{
  padding-left: 0.15rem;

}

.product .pro_box .pro_r ul li .txt .more::after{
  top: 0.24rem;
  width: 0.1rem;
}




/* hz */


.hz_bg{
  margin: 0.3rem auto 0 auto;
  overflow: hidden;
  padding: 0.35rem 0 0.25rem 0;
}


.hz_bg .hz_box{
  margin: 0.2rem auto  0 auto;
  width: 94%;
}

.hz_bg .hz_box .mySwiper{
  width: 100%;
}

.hz_bg .hz_box .mySwiper .swiper-slide{
  position: relative;
  margin: 0rem 0;

}

.hz_bg .hz_box .swiper-button-next{
  display: none;
}

.hz_bg .hz_box .swiper-button-prev{
  display: none;
}



/* fw */


.fw_bg{
  width: 100%;
  margin: 0.3rem auto 0 auto;
  padding: 0.35rem 0 0.3rem 0;
  background: #fafafa;
}

.fw_bg .fw{
  width: 94%;
  margin: 0 auto;
}

.fw_bg .fw .fw_box{
  margin: 0.35rem auto 0 auto;
}

.fw_bg .fw .fw_box ul li{
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 0.2rem;
}


.fw_bg .fw .fw_box ul li em{
  display: block;
  margin: 0rem auto 0.1rem auto;
}

.fw_bg .fw .fw_box ul li p{
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



/* case */

.case{
  width: 100%;
  margin: 0.3rem auto 0 auto;
}

.case .title{
  width: 94%;
  margin: 0 auto;
}

.case .case_box{
  width: 100%;
  margin: 0.1rem auto 0 auto;
}

.case .case_box ul li{
  float: left;
  width: 44%;
  margin: 0.1rem 2.4%;
}

.case .case_box ul li .pic{
  width: 94%;
  padding-top: 59%;
  position: relative;
  margin: 0.1rem 3% 0 3%;

}

.case .case_box ul li .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;

}

.case .case_box ul li .txt{
  margin: 0.2rem auto 0.15rem auto;
  text-align: center;
  width: 94%;
} 


.case .case_box ul li .txt p{
  margin: 0.1rem auto 0.2rem auto;
}

.case .case_box ul li .txt .more{
  line-height: 0.3rem;
  height: 0.3rem;
  width: 65%;

}


/*news*/

.news{
  width: 94%;
  margin: 0 auto;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  position: relative;
}

.news dl{
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 0.2rem;
}

.news dl dd {
  margin-top: 0.2rem;
}

.news dl dd .nr .txt {
  padding-bottom: 0.2rem;
}

.news dl dd .nr .txt .time {
  float: left;
  width: 20%;
  border-right: 1px solid #dddddd;
  text-align: left;
  margin-top: 0.05rem;
}

.news dl dd .nr .txt .time span {
  font-size: 0.46rem;
}

.news dl dd .nr .txt .txt_r {
  float: right;
  width: 70%;
  margin-right: 3%;
}
  
.news dl dd .list {
  margin-top: 0.15rem;
}

.news dl dd .list ul li {
  height: 0.4rem;
  line-height: 0.4rem;
}


/*message*/


.message_bg .message {
  width: 94%;
  margin: 0 auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  overflow: hidden;
}


.message_bg .message .m_nr {
  height: 0.5rem;
  margin-bottom: 0.1rem;
}


.message_bg .message .form-group1{
  float: left;
  width: 48%;
  height: 0.5rem;
  background: #ffffff;
}


.message_bg .message .form-group2{
  float: right;
  width: 48%;
  height: 0.5rem;
  background: #ffffff;
  margin: 0;
}


.message_bg .message .form-group3{
  float: none;
  width: 100%;
  height: 0.5rem;
  background: #ffffff;
  margin-bottom: 0.1rem;

}


.message_bg .message .form-group4{
  float: left;
  width: 48%;
  height: 0.5rem;
  background: #ffffff;
  margin: 0;
}

.message_bg .message .form-group4 input{
  width: 55%;
}

.message_bg .message .form-group4 .imgcode{
  width: 40%;
  
}

.message_bg .message .anniu {
  float: right;
  width: 48%;
  height: 0.5rem;
}

/*links*/

.links_bg {
  display: none;
}


/*about*/

.ab_bg{
  width: 100%;
  height: auto;
  margin: 0.3rem auto 0 auto;
  background: url(../images/ab_bg.jpg) no-repeat top center;
  overflow: hidden;
}

.ab_bg .about{
  width: 94%;
  margin: 0 auto;

}

.ab_bg .about .ab_l{
  float: none;
  margin-left: 0%;
  width: 100%;
  margin-top: 0.3rem;
}

.ab_bg .about .ab_l .txt{
  overflow: hidden;
}

.ab_bg .about .ab_l .txt h5 {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;

}

.ab_bg .about .ab_l .txt p{

  margin-top: 0.2rem;
}

.ab_bg .about .ab_l .txt .more{
  margin-top: 0.3rem;
}

.ab_bg .about .ab_l .txt .more::after{
  width: 70%;

}

.ab_bg .about .ab_l .zx{
  margin-top: 0.3rem;
  float: none;
  width: 100%;
}

.ab_bg .about .ab_l .zx .qq{
  float: left;
  width: 0.58rem;
  height: 0.58rem;

}
.ab_bg .about .ab_l .zx .qq img{
  width: 0.58rem;
  height: 0.58rem;
}

.ab_bg .about .ab_l .zx .tel{
  float: left;
  margin-left: 5%;
  margin-top: 0.2rem;
}


.ab_bg .about .ab_l .zx .tel i{
  font-size: 0.2rem;
}

.ab_bg .about .ab_l .ry{
  display: none
}


.ab_bg .about .ab_r{
  width: 100%;
  float: none;
  margin: 0.3rem auto 0 auto;
}

.ab_bg .about .ab_r ul li{
  height: 2.5rem;
  width: 100%;
}

.ab_bg .about .ab_r ul li .txt{
  width: 50%;
  float: left;
  text-align: center;
  background: #fafafa;
  height: 2.5rem;
}

.ab_bg .about .ab_r ul li .txt a{
  display: block;
}

.ab_bg .about .ab_r ul li .txt a span{
  font-size: 0.2rem;
  line-height: 0.32rem;
  padding-top: 0.2rem;

}


.ab_bg .about .ab_r ul li .txt a em{
  height: 0.25rem;
  margin: 0.15rem auto 0.15rem auto;
}

.ab_bg .about .ab_r ul li .txt p{
  font-size: 0.14rem;
  color: #999;
  width: 90%;
  margin: 0 auto;
}

.ab_bg .about .ab_r ul li .txt b{
  display: block;
  margin: 0.2rem auto 0 auto;
  width: 0.35rem;
  height: 0.35rem;
}

.ab_bg .about .ab_r ul li .pic{
  height: 2.5rem;
} 


/* ys */


.ys_bg{
  width: 100%;
  margin: 0.3rem auto 0 auto;
}

.ys_bg .ys{
  width: 96%;
  margin: 0 auto;
}

.ys_bg .ys .title1{
  background: none;

}

.ys_bg .ys .title1 h3{
  background: url(../images/title1.png) no-repeat center;
}



.ys_bg .ys .ys_box{
  width: 100%;
  margin: 0.3rem auto 0 auto;
}

.ys_bg .ys .ys_box .ysCenterTobox{
  width: 100%;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .ys_img{
  position: relative;
  height: 2rem;
  width: 100%;
  float: none;

}


.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt{
  float: none;
  width: 100%;
  margin-right: 0%;
  margin-top: 0.1rem;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt h5{
  font-size: 0.24rem;
  margin-bottom: 0.1rem;

}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt h5 i{
  font-size: 0.2rem;
  margin: 0.1rem 0 0 0.2rem;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt h5 span{
  font-size: 0.36rem;
  color: #006d60;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.6rem;
  display: block;
  float: left;
  position: relative;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt h5 span::after{
  display: none;
}

.ys_bg .ys .ys_box .ysCenterTobox .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #333;
  line-height: 0.3rem;
}


.ys_bg .ys .ys_box .ys_list{
  margin: 0.3rem 0% 0 0%;
  overflow: hidden;

}

.ys_bg .ys .ys_box .ys_list ul li{
  float: left;
  width: 48%;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #eeeeee;
  transform: skew(0deg);
  margin: 0 1% 0.15rem 1%;
  position: relative;
  z-index: 5;
}

.ys_bg .ys .ys_box .ys_list ul li h5{
  text-align: center;
  transform: skew(0deg);
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .ys_list ul li h5 span{
  margin-right: 0.1rem;

}

.ys_bg .ys .ys_box .ys_list ul li.ys1 h5 span{
  background: url(../images/ys_ico1.png) no-repeat center;
}

.ys_bg .ys .ys_box .ys_list ul li.ys2 h5 span{
  background: url(../images/ys_ico2.png) no-repeat center;
}

.ys_bg .ys .ys_box .ys_list ul li.ys3 h5 span{
  background: url(../images/ys_ico3.png) no-repeat center;
}


.ys_bg .ys .ys_box .ys_list ul li.ys4 h5 span{
  background: url(../images/ys_ico4.png) no-repeat center;
}

.ys_bg .ys .ys_box .ys_list ul li::after{
  position: absolute;
  left: 50%;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #006d60;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: skew(0deg);
}

.ys_bg .ys .ys_box .ys_list ul li.active::after{
  width: 100%;
  left: 0;

}


.ys_bg .ys .ys_box .ys_list ul li.active h5{
  color: #fff;
}

.ys_bg .ys .ys_box .ys_list ul li.ys1.active h5 span{
  background: url(../images/ys_ico11.png) no-repeat center;
}

.ys_bg .ys .ys_box .ys_list ul li.ys2.active h5 span{
  background: url(../images/ys_ico22.png) no-repeat center;
}

.ys_bg .ys .ys_box .ys_list ul li.ys3.active h5 span{
  background: url(../images/ys_ico33.png) no-repeat center;
}


.ys_bg .ys .ys_box .ys_list ul li.ys4.active h5 span{
  background: url(../images/ys_ico44.png) no-repeat center;
}


.ys_bg .ys .ys_box .zx{
  position: relative;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 5;
  margin: 0.2rem auto 0 auto;
}


.ys_bg .ys .ys_box .zx .qq{
  float: left;
  width: 0.58rem;
  height: 0.58rem;

}
.ys_bg .ys .ys_box .zx .qq img{
  width: 0.58rem;
  height: 0.58rem;
}

.ys_bg .ys .ys_box .zx .tel{
  float: left;
  margin-left: 5%;
  margin-top: 0.2rem;
}


.ys_bg .ys .ys_box .zx .tel i{
  font-size: 0.2rem;
}




/* peijian */

.peijian{
  width: 94%;
  margin: 0.2rem auto 0 auto;
}

.peijian .peijian_box{
  width: 100%;
  margin: 0.3rem auto 0 auto;
  height: auto;
}

.peijian .peijian_box .peijian_list{
  float: none;
  width: 100%;
  height: auto;
  position: relative;
}

.peijian .peijian_box .peijian_list ul li{
  width: 46%;
  float: left;
  margin: 0 2% 0.2rem 2%;
}



.peijian .peijian_box .peijian_list ul li a{
  display: block;
}

.peijian .peijian_box .peijian_list ul li .txt_l{
  float: none;
  width: 90%;
  margin: 0 5%;
  padding: 0.2rem 0;


}

.peijian .peijian_box .peijian_list ul li .txt_l span{
  display: block;
  font-size: 0.2rem;
  color: #333333;
}

.peijian .peijian_box .peijian_list ul li .txt_l i{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0.05rem 0 0.1rem 0;

}
.peijian .peijian_box .peijian_list ul li .txt_l em{
  display: block;
  width: 0.23rem;
  height: 0.14rem;
  background: url(../images/more4.png) no-repeat  center;
}

.peijian .peijian_box .peijian_list ul li img{
  display: block;
  float: none;
  width: 60%;
  height: auto;
  margin: 0rem auto 0.1rem auto; 
}


.peijian .peijian_box .peijian_list ul li.p1{
  width: 46%;
  height: 2rem;
  background: #e5f0ef;
  position: relative;
  left: 0px;
  top: 0px;


}

.peijian .peijian_box .peijian_list ul li.p2{
  width: 46%;
  height: 2rem;
  background: #eeeeee;
  position: relative;
  left: 0px;
  bottom: 0px;
}

.peijian .peijian_box .peijian_list ul li.p3{
  width: 46%;
  height: 2rem;
  background: #006d60;
  position: relative;
  right: 0px;
  top: 0px;
}

.peijian .peijian_box .peijian_list ul li.p3 .txt_l{
  width: 90%;
}

.peijian .peijian_box .peijian_list ul li.p3 .txt_l span{
  color: #fff;

}

.peijian .peijian_box .peijian_list ul li.p3 .txt_l i{
  color: #fff;
}

.peijian .peijian_box .peijian_list ul li.p3 .txt_l em{
  background: url(../images/more5.png) no-repeat left center;
}

.peijian .peijian_box .peijian_list ul li.p3 img{
  position: relative;
  right: 0%;
  bottom: 0rem;
  width: 60%;

}


.peijian .peijian_box .peijian_list ul li.p4{
  width: 46%;
  height: 2rem;
  background: #cccccc;
  position: relative;
  right: 0px;
  bottom: 0px;
}

.peijian .peijian_box .peijian_list ul li.p4 .txt_l{
  margin-top: 0rem;
}

.peijian .peijian_box .peiCenterTobox{
  float: none;
  width: 96%;
  margin: 0.2rem auto 0 auto;
  overflow: hidden;
}

.peijian .peijian_box .peiCenterTobox .swiper-slide{

}

.peijian .peijian_box .peiCenterTobox .swiper-slide .pic{
  width: 100%;
  padding-top: 50%;
  position: relative;
}

.peijian .peijian_box .peiCenterTobox .swiper-slide .pic img{
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}





}
