* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  overflow-x: hidden;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  font-size: 0.14rem;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}


.clear{
  clear: both;
}




/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  top: -1.11rem;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.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;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
  object-fit: cover;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}


.banner .swiper-button-next {
  position: relative;
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/bannerright.png) no-repeat center;
  right: 0%;
  top: 0%;
  z-index: 5;
  float: right;
  cursor: pointer;
  display: none;
}

.banner .swiper-button-prev {
  position: relative;
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/bannerleft.png) no-repeat center;
  left: 0%;
  top: 0%;
  float: left;
  z-index: 5;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}

.banner .swiper-pagination {
  width: 100%;
  bottom: 0.6rem;
  left: 0%;
  text-align: center;
  position: absolute;
  z-index: 5;
  
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #fff;
  width: 9px;
  height: 9px;
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: inline-block;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #da251c;
}



.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 {
  content: 'next';
  display: none;
}






@media (max-width: 980px) {

  .banner{
    top: 0;
  }

  .banner .swiper-button-next {
    display: none;
  }

  .banner .swiper-button-prev {
    display: none;
  }

  .banner .swiper-pagination {
    width: 100%;
    bottom: 0.1rem;
    left: 0%;
    text-align: center;
    position: absolute;
    z-index: 5;
    display: block;
  }


}




/* title */

.title{

}

.title span{
  display: block;
  font-size: 0.46rem;
  color: #da251c;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.36rem;
}

.title h3{
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
  position: relative;
  z-index: 5;
  line-height: 0.36rem;
  margin-top: 0.15rem;

}

.title h3 a{
  display: block;
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  

}

.title i{
  font-size: 0.16rem;
  color: #333333;
  margin-left: 0.2rem;
}





@media (max-width: 980px) {
  .title{
    margin: 0 auto;
    text-align: center;

  }
  
  .title span{
    display: block;
    font-size: 0.24rem;
  }
  
  .title h3{
    font-size: 0.18rem;
    margin-top: 0rem;
  
  }
  
  .title h3 a{
    font-size: 0.18rem;
    
  
  }
  
  .title i{
    font-size: 0.14rem;
    color: #333333;
    margin-left: 0.1rem;
  }
  
  
}


/* about */

.aboutbg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/aboutbg.jpg) no-repeat top center;
  overflow: hidden;
}

.aboutbg .about{
  margin: 0 auto;
}

.aboutbg .about .ab_nr{
  overflow: hidden;
  float: left;
  width: 37%;
  margin-top: 0.8rem;
  margin-left: 8%;
}


.aboutbg .about .ab_nr .txt .abxq h5{
  font-size: 0.34rem;
  color: #fff;
  font-weight: bold;
}

.aboutbg .about .ab_nr .txt .abxq span{
  font-size: 0.22rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  opacity: 0.5;
  margin: 0.15rem 0 0 0;
}

.aboutbg .about .ab_nr .txt .abxq p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.45rem;
  height: 2.25rem;
  margin-top: 0.45rem;
  overflow: hidden;
}

.aboutbg .about .ab_nr .txt .abxq .more{
  display: block;
  width: 1.88rem;
  height: 0.75rem;
  background: url(../images/abmore.png) no-repeat center;
  margin-top: 0.45rem;
}

.aboutbg .about .ab_nr .txt .abxq .more i{
  display: block;
  font-size: 0.16rem;
  color: #004326;
  padding: 0.32rem 0 0 0.5rem;
}



.aboutbg .about .abimg{
  float: right;
  width: 50%;
  height: 7.15rem;
}


.aboutbg .about .abimg img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutbg .about .abimg iframe{
  width: 100%;
  height: 100%;
}

@media (max-width: 980px){

  .aboutbg{
    width: 100%;
    margin: 0rem auto 0 auto;
    background: url(../images/aboutbg.jpg) no-repeat top left;
    overflow: hidden;
  }
  
  .aboutbg .about{
    margin: 0 auto;
  }
  
  .aboutbg .about .ab_nr{
    overflow: hidden;
    float: none;
    width: 92%;
    margin: 0.4rem auto 0 auto;
    text-align: center;
  }
  
  
  .aboutbg .about .ab_nr .txt .abxq h5{
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
  }
  
  .aboutbg .about .ab_nr .txt .abxq span{
    font-size: 0.16rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: block;
    opacity: 0.5;
    margin: 0.1rem 0 0 0;
  }
  
  .aboutbg .about .ab_nr .txt .abxq p{
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.3rem;
    height: 1.5rem;
    margin-top: 0.25rem;
    overflow: hidden;
  }
  
  .aboutbg .about .ab_nr .txt .abxq .more{
    display: block;
    width: 1.68rem;
    height: 0.55rem;
    background: url(../images/abmore.png) no-repeat center;
    margin: 0.1rem auto 0 auto;
    background-size: contain;
  }
  
  .aboutbg .about .ab_nr .txt .abxq .more i{
    display: block;
    font-size: 0.14rem;
    color: #004326;
    padding: 0.22rem 0 0 0.45rem;
    text-align: left;
  }
  
  
  
  .aboutbg .about .abimg{
    float: none;
    width: 100%;
    height: 2.3rem;
    margin: 0.3rem auto 0 auto;
  }
  

  

  

}


/*hotpro*/


.hotprobg{
  margin: -1.11rem auto 0 auto;
  width: 100%;
  background: url(../images/probg.jpg) no-repeat top center;
  background-size: cover;
  height: 5rem;
}


.hotprobg .hotproduct{
  margin: 0 auto;
  padding-top: 0.65rem;
  position: relative;
}

.hotprobg .hotproduct .swiper-slide{
  position: relative;

}

.hotprobg .hotproduct .swiper-slide .txt{
  float: left;
  margin-left: 10%;
  margin-top: 0.35rem;
  width: 36%;
}

.hotprobg .hotproduct .swiper-slide .txt h5 a{
  font-size: 0.28rem;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hotprobg .hotproduct .swiper-slide .txt i{
  display: block;
  font-size: 0.14rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0.05rem;
}

.hotprobg .hotproduct .swiper-slide .txt em{
  display: block;
  width: 1px;
  height: 0.51rem;
  background: #cccccc;
  margin: 0.15rem 0 0.1rem 0;
}

.hotprobg .hotproduct .swiper-slide .txt p{
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.28rem;
  height: 0.84rem;
  overflow: hidden;
}

.hotprobg .hotproduct .swiper-slide .txt .more{
  margin-top: 0.4rem;
  width: 1.88rem;
  height: 0.75rem;
  background: url(../images/titlemore1.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hotprobg .hotproduct .swiper-slide .txt .more a{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  padding: 0.32rem 0 0 0.5rem;
}

.hotprobg .hotproduct .swiper-slide .pic{
  position: relative;
  float: right;
  width: 50%;
  height: 3.55rem;

} 

.hotprobg .hotproduct .swiper-slide .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hotprobg .hotproduct .swiper-slide:hover .txt h5 a{
  color: #da251c;
}

.hotprobg .hotproduct .swiper-slide:hover .txt .more{
  background: url(../images/titlemore.png) no-repeat center;
}

.hotprobg .hotproduct .pro-next{
  cursor: pointer;
  position: absolute;
  right: 1.5%;
  top: 50%;
  background: url(../images/proright.png) no-repeat center;
  width: 0.1rem;
  height: 0.26rem;
  background-size: 100%;
  z-index: 5;

}


.hotprobg .hotproduct .pro-prev{
  cursor: pointer;
  position: absolute;
  z-index: 5;
  left: 1.5%;
  top: 50%;
  background: url(../images/proleft.png) no-repeat center;
  width: 0.1rem;
  height: 0.26rem;
  background-size: 100%;
}


@media (max-width: 980px){

  .hotprobg{
    height: auto;
    margin: 0 auto;
    display:none;
  }
  
  
  .hotprobg .hotproduct{
    margin: 0 auto;
    padding-top: 0.3rem;
    position: relative;
  }
  
  
  .hotprobg .hotproduct .swiper-slide .txt{
    float: none;
    margin: 0rem auto;
    width: 90%;
    text-align: center;
  }
  
  .hotprobg .hotproduct .swiper-slide .txt h5 a{
    font-size: 0.2rem;
  }
  
  .hotprobg .hotproduct .swiper-slide .txt i{
    display: block;
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
  
  .hotprobg .hotproduct .swiper-slide .txt em{
    display: block;
    width: 1px;
    height: 0.51rem;
    background: #cccccc;
    margin: 0.15rem auto 0.1rem auto;
  }
  
  
  .hotprobg .hotproduct .swiper-slide .txt .more{
    margin: 0.2rem auto 0 auto;
    width: 1.8rem;
    height: 0.54rem;
    background-size: contain;
  }
  
  .hotprobg .hotproduct .swiper-slide .txt .more a{
    display: block;
    font-size: 0.14rem;
    padding: 0.21rem 0 0 0.5rem;
    text-align: left;
  }
  
  .hotprobg .hotproduct .swiper-slide .pic{
    position: relative;
    float: none;
    width: 70%;
    margin: 0 auto;
    height: 3rem;
  
  } 
  
  
  .hotprobg .hotproduct .pro-next{
    cursor: pointer;
    position: absolute;
    right: 5%;
  
  }
  
  
  .hotprobg .hotproduct .pro-prev{
    left: 5%;
  }



}





/*product*/

.probg{
  width: 100%;
  margin: 0rem auto 0 auto;
  overflow: hidden;
  padding-top: 0.8rem;
}

.probg .product{
  margin: 0 auto;
}

.probg .product .pro_t{
  overflow: hidden;
  position: relative;
}

.probg .product .pro_t .title{
  float: left;
}

.probg .product .pro_t .prolist{
  float: right;
  margin-top: 0.25rem;
}


.probg .product .pro_t .prolist ul{
  float: left;
}

.probg .product .pro_t .prolist ul li{
  float: left;
  width: 1.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  margin-left: 0.35rem;
  position: relative;
  z-index: 5;
}

.probg .product .pro_t .prolist ul li a{
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .product .pro_t .prolist ul li::after{
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  background: #da251c;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .product .pro_t .prolist ul li.on::after{
  width: 100%;
}

.probg .product .pro_t .prolist ul li.on a{
  color: #fff;
}


.probg .product .pro_t .prolist .promore{
  float: left;
  width: 1.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  margin-left: 0.35rem;
  position: relative;
  z-index: 5;
}

.probg .product .pro_t .prolist .promore a{
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.probg .product .probox{
  margin: 0.65rem auto 0 auto;
  width: 100%;
  height:6.6rem;
  overflow:height;
}

.probg .product .probox ul li{
  float: left;
  width: 24%;
  height: 3.17rem;
  border: 1px solid #d9d9d9;
  margin: 0 0 0.15rem 1.2%;
}

.probg .product .probox ul li .pic{
  position: relative;
  width: 99%;
  height: 2.7rem;
  margin: 0.03rem auto 0 auto;
  overflow: hidden;

}

.probg .product .probox ul li .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .product .probox ul li .txt{
  width: 95%;
  margin: 0 auto;
  height: 0.4rem;
  line-height: 0.4rem;

}

.probg .product .probox ul li .txt a{
  display: block;

}

.probg .product .probox ul li .txt a span{
  float: left;
  font-size: 0.16rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 70%;
}

.probg .product .probox ul li .txt a span i{
  display: block;
  float: left;
  width: 2px;
  height: 0.15rem;
  background: #004326;
  margin-right: 0.1rem;
  margin-top: 0.14rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.probg .product .probox ul li .txt a em{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat center;
  width: 0.28rem;
  height: 6px;
  margin-top: 0.16rem;
}





.probg .product .probox ul li:first-child{
  float: left;
  width: 49.2%;
  height: 6.5rem;
  border: 1px solid #d9d9d9;
  margin-left: 0;
}

.probg .product .probox ul li:first-child .pic{
  position: relative;
  width: 99%;
  height: 5.94rem;
  margin: 0.03rem auto 0 auto;

}


.probg .product .probox ul li:first-child .txt{
  width: 99%;
  margin: 0 auto;
  height: 0.53rem;
  line-height: 0.53rem;

}

.probg .product .probox ul li:first-child .txt a span i{
  margin-top: 0.2rem;

}

.probg .product .probox ul li:first-child .txt a em{
  margin-top: 0.23rem;
}

.probg .product .probox ul li:hover .pic img{
  transform: scale(1.1);
}

.probg .product .probox ul li:hover .txt a{
  color: #da251c;
}

.probg .product .probox ul li:hover .txt a span i{
  background: #da251c;
}

@media (max-width: 1660px){
  .probg .product .pro_t .prolist ul{
    float: none;
    display: flex;
  }

  .probg .product .probox ul li {
    margin: 0 0 0.15rem 1.1%;
}

.probg .product .pro_t .prolist ul li {
  width: 1.5rem;
  margin-left: 1%;

}

.probg .product .pro_t .prolist .promore {
  width: 1.5rem;
  margin-left: 1%;
  float: left;
}

}


@media (max-width: 1440px){



}



@media (max-width: 980px){

  .probg{
    padding-top: 0.3rem;
  }
  
  
  .probg .product .pro_t .title{
    float: none;
  }
  
  .probg .product .pro_t .prolist{
    float: none;
    margin: 0.1rem auto 0 auto;
    position: relative;
  }
  
  
  .probg .product .pro_t .prolist ul{
    float: none;
    display: inherit;
  }
  
  .probg .product .pro_t .prolist ul li{
    float: left;
    width: 47%;
    height: 0.45rem;
    line-height: 0.45rem;
    margin: 0 1% 0.1rem 1%;
    position: relative;
    z-index: 5;
  }
  
  .probg .product .pro_t .prolist ul li a{
    display: block;
    text-align: center;
  }
  
 
  
  
  .probg .product .pro_t .prolist .promore{
    display: none;
  }
  
  
  
  
  .probg .product .probox{
    margin: 0.2rem auto 0 auto;
    width: 94%;
  height: auto;
  }
  
  .probg .product .probox ul li{
    float: left;
    width: 48%;
    height: auto;
    border: 1px solid #e6e6e6;
    margin: 0 2.74% 0.18rem 0;
  }

  .probg .product .probox ul li:nth-child(3),
  .probg .product .probox ul li:nth-child(5),
  .probg .product .probox ul li:nth-child(7),
  .probg .product .probox ul li:nth-child(9){
    margin-left: 0;
    margin-right: 0;
  }
  
  .probg .product .probox ul li .pic{
    position: relative;
    width: 95%;
    height: auto;
    margin: 0.05rem auto 0 auto;
    padding-top: 68%;
  
  }
  
  
  .probg .product .probox ul li .txt{
    width: 95%;
    margin: 0 auto;
    height: 0.4rem;
    line-height: 0.4rem;
  
  }
  
  .probg .product .probox ul li .txt a span{
    font-size: 0.14rem;
  }
  
  
  
  
  
  .probg .product .probox ul li:first-child{
    float: left;
    width: 99%;
    height: auto;
    border: 1px solid #e6e6e6;
    margin-left: 0;
  }
  
  .probg .product .probox ul li:first-child .pic{
    position: relative;
    width: 97%;
    height: auto;
    margin: 0.05rem auto 0 auto;
    padding-top: 65%;
  
  }
  
  
  .probg .product .probox ul li:first-child .txt{
    width: 97%;
    margin: 0 auto;
    height: 0.5rem;
    line-height: 0.5rem;
  
  }
  
  


}



/*trait*/

.traitbg{
  width: 100%;
  margin: 0.45rem auto 0 auto;
  background: url(../images/traitbg.jpg) no-repeat top center;
  background-size: cover;
  height: 2.81rem;
  overflow: hidden;
}

.traitbg .trait{
  margin: 0 auto;

}

.traitbg .trait .trait_l{
  float: left;
  width: 70%;
  margin-top: 0.45rem;
}

.traitbg .trait .trait_l span{
  display: block;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.traitbg .trait .trait_l span i{
  font-size: 0.5rem;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.traitbg .trait .trait_l p{
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;

}

.traitbg .trait .trait_l em{
  display: block;
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.1rem;
}

.traitbg .trait .trait_img{
  float: right;
  margin-top: 0.6rem;
  width: 28.5%;
} 

.traitbg .trait .trait_img img{
  width: 100%;
  height: auto;
  display: block;

}


@media (max-width: 980px){

  .traitbg{
    margin: 0.2rem auto 0 auto;
    height: auto;
    padding-bottom: 0.2rem;
  }
  
  .traitbg .trait{
    margin: 0 auto;
  
  }
  
  .traitbg .trait .trait_l{
    float: none;
    width: 100%;
    margin-top: 0rem;
    text-align: center;
    padding-top: 0.2rem;
  }
  
  .traitbg .trait .trait_l span{
    display: block;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .traitbg .trait .trait_l span i{
    font-size: 0.2rem;
  }
  
  .traitbg .trait .trait_l p{
    font-size: 0.16rem;

  
  }
  
  .traitbg .trait .trait_l em{
    display: block;
    font-size: 0.14rem;
    color: #fff;
    margin-top: 0.1rem;
  }
  
  .traitbg .trait .trait_img{
    float: none;
    margin: 0.2rem auto 0rem auto;
    width: 40%;
  } 
  




}




/*reason*/

.reasonbg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.reasonbg .reason{
  margin: 0 auto;
  padding-top: 0.7rem;
  position: relative;
}

.reasonbg .reason .title{
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0.7rem;
}

.reasonbg .reason .ystel{
  position: absolute;
  right: 0px;
  top: 1.1rem;
  z-index: 5;
  background: url(../images/tel1.png) no-repeat left center;
  padding-left: 0.45rem;
}

.reasonbg .reason .ystel i{
  display: block;
  font-size: 0.15rem;
  color: #004326;
}

.reasonbg .reason .ystel span{
  display: block;
  font-size: 0.28rem;
  color: #da251c;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.25rem;
}


.reasonbg .reason .reasonbox{
  margin: 0.45rem auto 0 auto;
  position: relative;
}
.reasonbg .reason .reasonbox ul li{
  width: 100%;
  overflow: hidden;

}

.reasonbg .reason .reasonbox ul li .txt{
  float: left;
  width: 50%;
  position: relative;
  z-index: 5;
}

.reasonbg .reason .reasonbox ul li:first-child .txt{
  margin-top: 1.45rem;
}

.reasonbg .reason .reasonbox ul li .txtico{
  float: left;
  width: 12.8%;

}


.reasonbg .reason .reasonbox ul li .txtico img{
  display: block;
  width: 100%;
  object-fit: contain;
}

.reasonbg .reason .reasonbox ul li .txtnr {
  float: left;
  width: 76%;
  margin-left: 3%;
}


.reasonbg .reason .reasonbox ul li .txtnr  dl{
  overflow: hidden;
  margin-bottom: 0.3rem;


}

.reasonbg .reason .reasonbox ul li .txtnr  dl dt{
  height: 0.78rem;
  border-bottom: 1px solid #e6e6e6;

}

.reasonbg .reason .reasonbox ul li .txtnr  dl dt h5{
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;

}

.reasonbg .reason .reasonbox ul li .txtnr  dl dt i{
  display: block;
  font-size: 0.14rem;
  color: #999999;
  text-transform: uppercase;
  margin-top: 0.05rem;
}

.reasonbg .reason .reasonbox ul li .txtnr  dl dd{
  font-size: 0.16rem;
  color: #4c4c4c;
  line-height: 0.33rem;
  margin-top: 0.1rem;

}

.reasonbg .reason .reasonbox ul li .ysimg{
  float: right;
  width: 50%;
  text-align: center;

} 

.reasonbg .reason .reasonbox ul li .ysimg img{
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
  width: 100%;
}


.reasonbg .reason .reasonbox ul li:nth-child(2) .ysimg{
  float: left;

}

.reasonbg .reason .reasonbox ul li:nth-child(2) .txt{
  float: right;
}


@media (max-width: 980px){

   .reasonbg{
       display:none;
   }
  .reasonbg .reason{
    padding-top: 0.3rem;
  }
  
  .reasonbg .reason .title{
    position: relative;
    z-index: 5;
    left: 0;
    top: 0rem;
    margin: 0 auto;
    text-align: center;
  }
  
  .reasonbg .reason .ystel{
    position: relative;
    right: 0px;
    top: 0em;
    z-index: 5;
    background: url(../images/tel1.png) no-repeat left center;
    padding-left: 0.45rem;
    display: inline-block;
  }
  
  .reasonbg .reason .ystel i{
    display: block;
    font-size: 0.14rem;
    color: #004326;
  }
  
  .reasonbg .reason .ystel span{
    display: block;
    font-size: 0.2rem;
  }
  
  
  .reasonbg .reason .reasonbox{
    margin: 0.45rem auto 0 auto;
    position: relative;
  }
  .reasonbg .reason .reasonbox ul li{
    width: 100%;
    overflow: hidden;
  
  }
  
  .reasonbg .reason .reasonbox ul li .txt{
    float: none;
    width: 100%;
    position: relative;
    z-index: 5;
  }
  
  .reasonbg .reason .reasonbox ul li:first-child .txt{
    margin-top: 0rem;
  }
  
  .reasonbg .reason .reasonbox ul li .txtico{
    float: left;
    width: 12.8%;
    display: none;
  
  }
  
  
  .reasonbg .reason .reasonbox ul li .txtnr {
    float: none;
    width: 100%;
    margin-left: 0%;
  }
  
  
  .reasonbg .reason .reasonbox ul li .txtnr  dl{
    margin-bottom: 0.3rem;
  
  
  }
  
  .reasonbg .reason .reasonbox ul li .txtnr  dl dt{
    height: auto;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.1rem;
  
  }
  
  .reasonbg .reason .reasonbox ul li .txtnr  dl dt h5{
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
  
  }
  
  .reasonbg .reason .reasonbox ul li .txtnr  dl dt i{
    display: block;
    font-size: 0.14rem;
    color: #999999;
    text-transform: uppercase;
    margin-top: 0.05rem;
  }
  
  .reasonbg .reason .reasonbox ul li .txtnr  dl dd{
    font-size: 0.14rem;
    line-height: 0.28rem;
    margin-top: 0.1rem;
  
  }
  
  .reasonbg .reason .reasonbox ul li .ysimg{
    float: none;
    width: 70%;
    text-align: center;
    margin: 0 auto;
  
  } 
  
  
  
  .reasonbg .reason .reasonbox ul li:nth-child(2) .ysimg{
    float: none;
  
  }
  
  .reasonbg .reason .reasonbox ul li:nth-child(2) .txt{
    float: none;
  }


}






/*case*/

.casebg{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/casebg.jpg) no-repeat top center;
  padding-bottom: 0.4rem;
}

.casebg .case{
  padding-top: 0.8rem;
}

.casebg .case .case_t{
  overflow: hidden;
  height: 1.45rem;
}

.casebg .case .case_t .title{
  float: left;
}

.casebg .case .case_t .more{
  float: right;
  margin-top: 0.15rem;
  width: 1.88rem;
  height: 0.75rem;
  background: url(../images/titlemore.png) no-repeat center;
}

.casebg .case .case_t .more a{
  display: block;
  font-size: 0.16rem;
  color: #fff;
  padding: 0.32rem 0 0 0.5rem;
}


.casebg .case .casebox{
  margin: 0rem auto 0 auto;
  width: 99%;
} 

.casebg .case .casebox2{
    display:none;
}

.casebg .case .casebox .swiper-slide{
  position: relative;
}


.casebg .case .casebox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 71%;
  overflow: hidden;

}

.casebg .case .casebox .swiper-slide .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.casebg .case .casebox .swiper-slide .txt{
  width: 100%;
  height: 0.5rem;
  background: #fafafa;
} 

.casebg .case .casebox .swiper-slide .txt a{
  display: block;
  width: 96%;
  margin: 0 auto;
}

.casebg .case .casebox .swiper-slide .txt a span{
  float: left;
  font-size: 0.16rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-left: 2px solid #15ab47;
  height: 0.2rem;
  line-height: 0.18rem;
  margin-top: 0.15rem;
  padding-left: 0.12rem;
  width: 75%;


}

.casebg .case .casebox .swiper-slide .txt a em{
  display: block;
  float: right;
  background: url(../images/more.png) no-repeat  center;
  width: 0.28rem;
  height: 0.06rem;
  margin-top: 0.22rem;
  background-size: 100%;

}

.casebg .case .casebox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.casebg .case .casebox .swiper-slide:hover .txt a span{
  color: #da251c;
}


.casebg .case .casebox .case_button{
  margin: 0.52rem auto 0 auto;
  text-align: center;
}

.casebg .case .casebox .case_button .swiper-case-next{
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: url(../images/caseleft.png) no-repeat  center;
  width: 0.1rem;
  height: 0.18rem;
  background-size: 100%;
  margin: 0;
}



.casebg .case .casebox .case_button .swiper-case-prev{
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: url(../images/caseright.png) no-repeat  center;
  width: 0.1rem;
  height: 0.18rem;
  background-size: 100%;
  margin: 0;

}


.casebg .case .casebox .case_button .swiper-case{
  display: inline-block;
  margin: 0 0.17rem;
  position: relative;
  top: -0.05rem;
}


.casebg .case .casebox .case_button .swiper-case .swiper-pagination-bullet{
  width: 0.08rem;
  height: 0.08rem;
  background: #cccccc;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.14rem;
}


.casebg .case .casebox .case_button .swiper-case .swiper-pagination-bullet-active{

  background: #15ab47;
}

@media (max-width: 980px){

  
  .casebg .case{
    padding-top: 0.3rem;
  }
  
  .casebg .case .case_t{
    height: auto;
  }

  .casebg .case .case_t .title{
    float: none;
  }
  
  .casebg .case .case_t .more{
    float: none;
    margin: 0rem auto 0 auto;
    width: 1.6rem;
    height: 0.44rem;
    background-size: contain;
  }
  
  .casebg .case .case_t .more a{
    display: block;
    font-size: 0.14rem;
    padding: 0.15rem 0 0 0.4rem;
  }
  
  
  .casebg .case .casebox{
    margin: 0.3rem auto 0 auto;
    width: 96%;
  } 

  .casebg .case .casebox1{
    display:none;
}

  .casebg .case .casebox2{
    display:block;
}

  .casebg .case .casebox2 .swiper-slide{
       width: 48%;
        margin: 0 1% 0.15rem 1%;
float: left;

  }
  .casebg .case .casebox .swiper-slide .txt a span{
    float: left;
    font-size: 0.14rem;
    height: 0.2rem;
    line-height: 0.18rem;
    padding-left: 0.12rem;
    width: 90%;
  
  
  }
  
  .casebg .case .casebox .swiper-slide .txt a em{
    display: none;
  
  }
  
  
  
  .casebg .case .casebox .case_button{
    margin: 0.35rem auto 0 auto;
    text-align: center;
  }
  
  
  
  .casebg .case .casebox .case_button .swiper-case{
    display: inline-block;
    margin: 0 0.17rem;
    position: relative;
    top: -0.02rem;
  }
  

  


}


/*news*/

.newsbg{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/newsbg.jpg) no-repeat top center;
  overflow: hidden;
}

.newsbg .news{
  padding-top: 0.65rem;
}

.newsbg .news .news_t{
  overflow: hidden;
}

.newsbg .news .news_t .title{
  float: left;
}

.newsbg .news .news_t .newslist{
  float: right;
  margin-top: 0.45rem;
}

.newsbg .news .news_t .newslist ul li{
  float: left;
  height: 0.45rem;
  line-height: 0.45rem;
  background: url(../images/newsxt.png) no-repeat right center;
  position: relative;
  z-index: 5;
  width: 1.85rem;
}

.newsbg .news .news_t .newslist ul li:last-child{
  background: none;
}

.newsbg .news .news_t .newslist ul li a{
  display: block;
  text-align: center;
  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;
}


.newsbg .news .news_t .newslist ul li::after{
  position: absolute;
  left: 25%;
  bottom: 0px;
  content: "";
  z-index: -1;
  width: 0;
  height: 2px;
  background: #da251c;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .news_t .newslist ul li.on::after{
  width: 50%;
}

.newsbg .news .news_t .newslist ul li.on a{
  color: #da251c;
  font-weight: bold;

}

.newsbg .news .newsbox{
  margin: 0.6rem auto 0 auto;
  position: relative;
} 

.newsbg .news .newsbox .swiper-container{
  padding-bottom: 0.2rem;

}

.newsbg .news .newsbox .swiper-slide{
  position: relative;
  background: #fff;

}


.newsbg .news .newsbox .swiper-slide .pic{
  position: relative;
  width: 98%;
  padding-top: 67%;
  overflow: hidden;
  margin: 0 auto;

}

.newsbg .news .newsbox .swiper-slide .pic img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}



.newsbg .news .newsbox .swiper-slide .txt{
  -webkit-box-shadow: 0 8px 8px 0px rgba(0, 0, 0, .09);
  box-shadow: 0 8px 8px 0px rgba(0, 0, 0, .09);
  background: #fff;
  width: 80%;
  height: 1.75rem;
  padding: 0 9%;
  margin: 0 auto;
} 

.newsbg .news .newsbox .swiper-slide .txt span{
  display: block;
  font-size: 0.14rem;
  color: #666;
  padding: 0.3rem 0 0.1rem 0;
}

.newsbg .news .newsbox .swiper-slide .txt h5 a{
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .swiper-slide .txt p{
  font-size: 0.14rem;
  color: #808080;
  line-height: 0.26rem;
  height: 0rem;
  overflow: hidden;
  margin-top: 0.1rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox .swiper-slide .txt .more{
  display: inline-block;
  font-size: 0.14rem;
  color: #666;
  background: url(../images/more1.png) no-repeat right center;
  padding-right: 0.3rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  margin-top: 0.4rem;
}


.newsbg .news .newsbox .swiper-slide:hover .txt p{
  height: 0.52rem;

}

.newsbg .news .newsbox .swiper-slide:hover .txt .more{
  opacity: 0;
  margin-top: 0rem;
}

.newsbg .news .newsbox .swiper-slide:hover .txt h5 a{
  color: #004326;

}

.newsbg .news .newsbox .swiper-slide.on .txt p{
  height: 0.52rem;

}

.newsbg .news .newsbox .swiper-slide.on .txt .more{
  opacity: 0;
  margin-top: 0rem;
}


.newsbg .news .newsbox .news-next{
  cursor: pointer;
  position: absolute;
  right: -0.95rem;
  top: 37%;
  background: url(../images/newsright.png) no-repeat center;
  width: 0.59rem;
  height: 0.59rem;
  background-size: 100%;

}


.newsbg .news .newsbox .news-prev{
  cursor: pointer;
  position: absolute;
  left: -0.95rem;
  top: 37%;
  background: url(../images/newsleft.png) no-repeat center;
  width: 0.59rem;
  height: 0.59rem;
  background-size: 100%;
}
.newsbg .news .list{
  margin: 0rem auto 0 auto;
  display: none;
}

.newsbg .news .list ul li{
  line-height: 0.4rem;

}

.newsbg .news .list ul li a{
  float: left;
  width: 70%;
  font-size: 0.16rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.newsbg .news .list ul li i{
  display: block;
  float: right;
  font-size: 0.14rem;
  color: #333333;
}

.newsbg .news .list ul li:hover a{
  color: #da251c;
}

@media (max-width: 980px){

  .newsbg{
    width: 100%;
    margin: 0rem auto 0.2rem auto;
    overflow: hidden;
  }
  
  .newsbg .news{
    padding-top: 0.3rem;
  }
  
  
  .newsbg .news .news_t .title{
    float: none;
  }
  
  .newsbg .news .news_t .newslist{
    float: none;
    margin: 0.25rem auto 0 auto;
  }
  
  .newsbg .news .news_t .newslist ul li{
    float: left;
    width: 33%;
  }
  
  
  .newsbg .news .news_t .newslist ul li a{
    font-size: 0.16rem;
  }
  
  
  .newsbg .news .newsbox{
    margin: 0.3rem auto 0 auto;
    position: relative;
    padding-bottom: 1rem;
  } 
  
  .newsbg .news .newsbox .swiper-slide{
    position: relative;
    background: #fff;
  
  }
  
  
  
  
  .newsbg .news .newsbox .swiper-slide .txt{
    width: 86%;
    height: 1.5rem;
    padding: 0 7%;
  } 
  
  .newsbg .news .newsbox .swiper-slide .txt span{
    display: block;
    font-size: 0.14rem;
    color: #808080;
    padding: 0.2rem 0 0.1rem 0;
  }
  
  .newsbg .news .newsbox .swiper-slide .txt h5 a{
    font-size: 0.16rem;
  }
  
  .newsbg .news .newsbox .swiper-slide .txt p{
    font-size: 0.14rem;
    color: #808080;
    line-height: 0.26rem;
  }
  
  .newsbg .news .newsbox .swiper-slide .txt .more{
    margin-top: 0.2rem;
  }
  
  .newsbg .news .newsbox .news-next{
    cursor: pointer;
    position: relative;
    right: 35%;
    top: 0%;
    margin: 0.2rem 0 0 0;
    float: right;
    width: 0.42rem;
    height: 0.42rem;
  
  }
  
  
  .newsbg .news .newsbox .news-prev{
    cursor: pointer;
    position: relative;
    left: 35%;
    top: 0%;
    margin: 0.2rem 0 0 0;
    float: left;
    width: 0.42rem;
    height: 0.42rem;
  }

.newsbg .news .list{
  display: block;
}
}


/* links */

.links{
  margin: 0.4rem auto 0 auto;
  line-height: 0.36rem;
  padding-bottom: 0.4rem;
}

.links .links_box{
  margin: 0 auto;
  overflow: hidden;
}

.links .link_t{
  float: left;
  font-size: 0.14rem;
  color: #666666;
}

.links .link_t span{
  font-size: 0.32rem;
  color: #004326;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  float: left;
  display: block;
  margin-right: 0.15rem;

}

.links .yq{
  float: left;
  width: 85%;
  margin-left: 0.1rem;
} 

.links .yq a{
  display: block;
  float: left;
  font-size: 0.14rem;
  color: #666666;
  margin-right: 0.2rem;
}


@media (max-width: 980px){
  .links{
    display: none;
  }
}