





/* banner */

.banner {
  width: 100%;
  height: 100%;
  position: relative;
}


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



.banner .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/bannerR.png) no-repeat center;
  right: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/bannerL.png) no-repeat center;
  left: 4%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

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

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
  background: #fff;
  width: 0.1rem;
  height: 0.1rem;
  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: #75230e;
}



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

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


  .banner .swiper-pagination {
    bottom: 0.1rem;
  }


}


/* title */

.title{
  margin: 0 auto;
  overflow: hidden;
}

.title .title_l{
  float: left;
}

.title .title_l span{
  display: inline-block;
  background: url(../images/titleico.png) no-repeat  right 0.3rem;
  padding-right: 0.95rem;
}

.title .title_l span img{
  display: block;
  margin: 0 auto;
}

.title .title_l i{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #999999;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  margin: -0.23rem auto 0 auto;

}

.title .titlemore{
  float: right;
  background: url(../images/more.png) no-repeat  center;
  width: 1.44rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-top: 0.35rem;
}

.title .titlemore a{
  display: block;
  text-align: center;
  font-size: 0.16rem;
  color: #666666;
  text-transform: capitalize;
}



@media (max-width: 980px){

  
  .title .title_l{
    float: none;
    width: 100%;
    text-align: center;
  }
  
  .title .title_l span{
    display: inline-block;
    background: url(../images/titleico.png) no-repeat  right 0.15rem;
    padding-right: 0.25rem;
    background-size: 20%;
  }
  
  .title .title_l span img{
    width: 52%;
  }
  
  .title .title_l i{
    font-size: 0.14rem;
    margin: -0.05rem auto 0 auto;
  
  }
  
  .title .titlemore{
    float: none;
    background: url(../images/more.png) no-repeat  center;
    width: 1.44rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin: 0.15rem auto 0 auto;
  }
  
  .title .titlemore a{
    font-size: 0.14rem;
  }

}


/* fw */

.fwbg{
  width: 100%;
  margin: 0 auto;
  background: #f4f4f4;
  overflow: hidden;
  padding-bottom: 1rem;
}

.fwbg .fw{
  margin: 0 auto;
  padding-top: 0.65rem;
}


.fwbg .fw .title .title_l i{
  position: relative;
  left: 0.12rem;

}


.fwbg .fw .fwbox{
  margin: 0.35rem auto 0 auto;
}


.fwbg .fw .fwbox ul li{
  float: left;
  width: 23.3%;
  height: 5.38rem;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-right: 1.9%;
  position: relative;

}

.fwbg .fw .fwbox ul li:last-child{
  margin-right: 0;
}

.fwbg .fw .fwbox ul li .txt{
  position: relative;
  margin: 0 12%;
  padding-top: 0.7rem;

}

.fwbg .fw .fwbox ul li .txt h5{
  font-size: 0.24rem;
  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;
}

.fwbg .fw .fwbox ul li:hover .txt h5{
  color: #7a220a;
}

.fwbg .fw .fwbox ul li .txt h5 i{
  display: block;
  font-size: 0.16rem;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0.05rem;
}

.fwbg .fw .fwbox ul li .txt ol{
  margin: 0.4rem auto 0.3rem auto;

}

.fwbg .fw .fwbox ul li .txt ol span{
  display: block;
  font-size: 0.18rem;
  color: #333;
}

.fwbg .fw .fwbox ul li .txt ol em{
  display: block;
  font-size: 0.18rem;
  color: #5e1912;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  background: url(../images/fwico.png) no-repeat  center;
  width: 1.24rem;
  height: 0.33rem;
  line-height: 0.33rem;
  margin-top: 0.1rem;
  
}

.fwbg .fw .fwbox ul li .txt img{
  position: absolute;
  right: 12%;
  top: 0.25rem;

}

.fwbg .fw .fwbox ul li .pic{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.14rem;

}

.fwbg .fw .fwbox ul li .pic img{
  width: 100%;
  height: 100%;
}



@media (max-width: 1440px){

  .fwbg .fw .fwbox ul li .pic {
    height: 0.8rem;
}

}


@media (max-width: 980px){

  .fwbg{
    padding-bottom: 0.3rem;
  }
  
  .fwbg .fw{
    margin: 0 auto;
    padding-top: 0.35rem;
  }
  
  
  .fwbg .fw .title .title_l i{
    position: relative;
    left: 0.12rem;
  
  }
  
  
  .fwbg .fw .fwbox{
    margin: 0.35rem auto 0 auto;
  }
  
  
  .fwbg .fw .fwbox ul li{
        float: left;
        width: 98%;
        height: auto;
        margin-right: 0%;
        margin-bottom: 0.15rem;
        position: relative;
        padding-bottom: 1.35rem;
  
  }
  
  .fwbg .fw .fwbox ul li .txt{
    position: relative;
    margin: 0 12%;
    padding-top: 0.3rem;
  
  }
  
  .fwbg .fw .fwbox ul li .txt h5{
    font-size: 0.18rem;
  
  }
  
  .fwbg .fw .fwbox ul li .txt h5 i{
    display: block;
    font-size: 0.15rem;
  }
  
  .fwbg .fw .fwbox ul li .txt ol{
    margin: 0.2rem auto 0.2rem auto;
  
  }
  
  .fwbg .fw .fwbox ul li .txt ol span{
    display: block;
    font-size: 0.18rem;
    color: #333;
  }
  
  .fwbg .fw .fwbox ul li .txt ol em{
    display: block;
    font-size: 0.16rem;
    
  }
  
  .fwbg .fw .fwbox ul li .txt img{
    position: absolute;
    right: 0%;
    top: 0.25rem;
  
  }
  
  .fwbg .fw .fwbox ul li .pic{
    height: 1.25rem;
  
  }
  
  .fwbg .fw .fwbox ul li .pic img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        left: 0;
         bottom: 0;
}
  

}






/* product */

.probg{
  margin: 0 auto;
  width: 100%;
  background: url(../images/probg.jpg) no-repeat top center;
  overflow: hidden;
  padding-top: 0.7rem;
  background-size: cover;

}


.probg .product{
  margin: 0rem auto 0 auto;
}

.probg .product .title i{
  color: #fff;
  opacity: 0.3;
  position: relative;
  left: 0.18rem;
}


.probg .product .titlemore{
  margin-top: 0.5rem;
  background: url(../images/promore.png) no-repeat center;
} 

.probg .product .titlemore a{
  color: #fff;
}


.probg .product .probox{
  margin: 0.41rem auto 0 auto;
}

.probg .product .probox .prolist{
  float: left;
  width: 10%;
  height: 4.39rem;
  background: #b5936e;
}

.probg .product .probox .prolist ul li{
  margin: 0.3rem auto 0 auto;

}

.probg .product .probox .prolist ul li a{
  display: block;
  text-align: center;
}

.probg .product .probox .prolist ul li a img{
  display: block;
  margin: 0 auto;
  width: 0.49rem;
  height: 0.42rem;

}

.probg .product .probox .prolist ul li a i{
  display: block;
  font-size: 0.18rem;
  color: #350a07;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.probg .product .probox .prolist ul li.on a i{
  font-weight: bold;
}


.probg .product .probox .proshow{
  float: right;
  width: 90%;
}

.probg .product .probox .proshow .swiper-slide{
  position: relative;
}

.probg .product .probox .proshow .swiper-slide .pic{
  float: left;
  width: 61%;
  height: 5.1rem;
  overflow: hidden;
}

.probg .product .probox .proshow .swiper-slide .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.probg .product .probox .proshow .swiper-slide .txt{
  float: left;
  background: url(../images/prolist.jpg) no-repeat top center;
  width: 29.5%;
  height: 4.39rem;
  padding: 0 4.5%;
  background-size: cover;

} 


.probg .product .probox .proshow .swiper-slide .txt h5{
  margin-top: 0.65rem;
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
}

.probg .product .probox .proshow .swiper-slide .txt h5 i{
  font-size: 0.16rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-left: 0.1rem;
}

.probg .product .probox .proshow .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  height: 1.5rem;
  overflow: hidden;
  margin-top: 0.35rem;

}

.probg .product .probox .proshow .swiper-slide .txt .more{
  display: block;
  width: 1.44rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: url(../images/more2.png) no-repeat center;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  text-transform: capitalize;
  margin-top: 0.5rem;
}



@media (max-width: 1440px){



}


@media (max-width: 980px){

  .probg{
    padding-top: 0.3rem;
  
  }
  
  
  .probg .product .titlemore{
    margin-top: 0.2rem;
    background: url(../images/promore.png) no-repeat center;
  } 
  

  .probg .product .probox{
    margin: 0.4rem auto 0 auto;
  }
  
  .probg .product .probox .prolist{
    float: none;
    width: 100%;
    height: 0.6rem;
    background: #b5936e;
    padding: 0.2rem 0;
  }
  
  .probg .product .probox .prolist ul li{
    margin: 0rem auto 0 auto;
    float: left;
    width: 25%;
  
  }
  
  .probg .product .probox .prolist ul li a img{
    width: 0.39rem;
    height: 0.32rem;
  
  }
  
  .probg .product .probox .prolist ul li a i{
    font-size: 0.16rem;

  }
  
  
  .probg .product .probox .proshow{
    float: none;
    width: 100%;
    margin: 0.2rem auto 0 auto;
  }
  
  
  .probg .product .probox .proshow .swiper-slide .pic{
    float: none;
    width: 100%;
    height: 2.3rem;
  }
  
  
  .probg .product .probox .proshow .swiper-slide .txt{
    float: none;
    background: url(../images/prolist.jpg) no-repeat top center;
    width: 91%;
    height: 3rem;
    padding: 0 4.5%;
    margin: 0 auto ;
    background-size: 100%;
  
  } 
  
  
  .probg .product .probox .proshow .swiper-slide .txt h5{
    margin-top: 0rem;
    font-size: 0.2rem;
    padding-top: 0.25rem;
  }
  
  .probg .product .probox .proshow .swiper-slide .txt h5 i{
    font-size: 0.15rem;
  }
  
  .probg .product .probox .proshow .swiper-slide .txt p{
    font-size: 0.14rem;
    color: #666;
    line-height: 0.3rem;
    height: 1.5rem;
    margin-top: 0.15rem;
  
  }
  
  .probg .product .probox .proshow .swiper-slide .txt .more{
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  
  

}



/* ys */

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

}

.ysbg .hotpro{
  margin: 0 auto;
}

.ysbg .hotpro .hotpro_t{
  float: left;
  position: relative;
  height: 2.5rem;
}

.ysbg .hotpro .hotpro_t span{
  display: block;
}

.ysbg .hotpro .hotpro_t span img{
  display: block;
}

.ysbg .hotpro .hotpro_t i{
  display: block;
  font-size: 0.16rem;
  color: #999999;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0.65rem;
  left: 0.35rem;
}

.ysbg .hotpro .hotprobox{
  float: right;
  width: 90%;
}


.ysbg .hotpro .hotprobox .swiper-slide{
  position: relative;

}

.ysbg .hotpro .hotprobox .swiper-slide .pic{
  position: relative;
  width: 100%;
  padding-top: 73%;
  overflow: hidden;
}

.ysbg .hotpro .hotprobox .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ysbg .hotpro .hotprobox .swiper-slide .txt{
  margin: 0 auto;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #fff;

}

.ysbg .hotpro .hotprobox .swiper-slide .txt a{
  display: block;
  width: 90%;
  margin: 0 auto;
}

.ysbg .hotpro .hotprobox .swiper-slide .txt a i{
  float: left;
  width: 70%;
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ysbg .hotpro .hotprobox .swiper-slide .txt a em{
  display: block;
  float: right;
  background-size: 100%;
  background: url(../images/promore1.png) no-repeat  center;
  width: 0.32rem;
  height: 0.32rem;
  margin-top: 0.19rem;
}

.ysbg .hotpro .hotprobox .swiper-slide:hover .pic img{
  transform: scale(1.1);
}

.ysbg .hotpro .hotprobox .swiper-slide:hover .txt a i{
  color: #75230e;
}



.ysbg .ys{
  margin: 1.2rem auto 0 auto;
}


.ysbg .ys .title{
  margin: 0rem auto 0 auto;
}

.ysbg .ys .title .title_l{
  float: none;
  margin: 0 auto;
  text-align: center;
}

.ysbg .ys .title .title_l span{
  margin: 0 auto;
  background: url(../images/titleico.png) no-repeat right 0.15rem;
}

.ysbg .ys .title .title_l i{
  margin: -0.35rem auto 0 auto;
  position: relative;
  left: 0.22rem;
}

.ysbg .ys .ysbox{
  margin: 0.7rem auto 0 auto;
  padding: 0.3rem 0;
}

.ysbg .ys .ysbox ul li{
  float: left;
  width: 20%;
  height: 6.3rem;
  background: url(../images/yslist1.png) repeat top center;
  position: relative;
  z-index: 5;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ysbg .ys .ysbox ul li::after{
  position: absolute;
  left: 0;
  top: -0.3rem;
  content: "";
  z-index: -1;
  background: url(../images/yslist.png) no-repeat top center;
  width: 100%;
  height: 0.3rem;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ysbg .ys .ysbox ul li::before{
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  content: "";
  z-index: -1;
  background: url(../images/yslist.png) no-repeat bottom center;
  width: 100%;
  height: 0.3rem;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.ysbg .ys .ysbox ul li .ysimg{
  margin: 0.65rem auto 0 auto;
  width: 2.01rem;
  height: 2.01rem;
  border-radius: 50%;
  border: 1px solid #d1ad8e;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ysbg .ys .ysbox ul li .ysimg img{
  width: 1.77rem;
  height: 1.77rem;
  border-radius: 50%;
  margin: 0.12rem;
} 


.ysbg .ys .ysbox ul li .txt{
  margin: 0.4rem auto 0 auto;
  text-align: center;
  width: 56%;

}

.ysbg .ys .ysbox ul li .txt h5{
  font-size: 0.26rem;
  color: #000000;
  font-family: "simsun";
  font-weight: bold;
  writing-mode: vertical-rl;
  display: inline-block;
  float: right;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ysbg .ys .ysbox ul li .txt span{
  display: block;
  font-size: 0.15rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  writing-mode: vertical-rl;
  display: inline-block;
  float: right;
}

.ysbg .ys .ysbox ul li .txt p{
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  writing-mode: vertical-rl;
  display: inline-block;
  height: 3rem;
  float: right;
  text-align: left;
  margin-right: 0.1rem;
}



.ysbg .ys .ysbox ul li:hover{

  background: url(../images/yslist1_on.png) repeat top center;
  background-size: 100%;

}

.ysbg .ys .ysbox ul li:hover::after{

  background: url(../images/yslist_on.png) no-repeat top center;
  background-size: 100%;

}

.ysbg .ys .ysbox ul li:hover::before{
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  content: "";
  z-index: -1;
  background: url(../images/yslist_on.png) no-repeat bottom center;
  width: 100%;
  height: 0.3rem;
  background-size: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ysbg .ys .ysbox ul li:hover .txt h5{
  color: #fff;

}

.ysbg .ys .ysbox ul li:hover .txt span{
  color: #fff;
  opacity: 0.8;

}


.ysbg .ys .ysbox ul li:hover .txt p{
  color: #fff;
  opacity: 0.8;
}



@media (max-width: 1440px){

  .ysbg .ys .ysbox ul li .txt {
    width: 80%;
}

}


@media (max-width: 980px){

  .ysbg{
    padding-top: 1rem;
  
  }
  
  
  .ysbg .hotpro .hotpro_t{
    float: none;
    position: relative;
    height: auto;
  }
  
  .ysbg .hotpro .hotpro_t span{
    display: block;
    background: url(../images/hotpro_t1.png) no-repeat center;
    width: auto;
    height: 0.36rem;
    background-size: contain;
  }
  
  .ysbg .hotpro .hotpro_t span img{
    display: none;
  }
  
  .ysbg .hotpro .hotpro_t i{
    font-size: 0.14rem;
    writing-mode:inherit;
    position: relative;
    top: 0rem;
    left: 0rem;
    text-align: center;
  }
  
  .ysbg .hotpro .hotprobox{
    float: none;
    width: 98%;
    margin: 0.2rem auto 0 auto;
  }
  
  .ysbg .hotpro .hotprobox .swiper-slide .txt{
    margin: 0 auto;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #fff;
  
  }
  
  
  .ysbg .hotpro .hotprobox .swiper-slide .txt a i{
    font-size: 0.16rem;
  }
  
  .ysbg .hotpro .hotprobox .swiper-slide .txt a em{
    display: block;
    float: right;
    background-size: 100%;
    background: url(../images/promore1.png) no-repeat  center;
    width: 0.32rem;
    height: 0.32rem;
    margin-top: 0.09rem;
  }
  
  
  
  
  .ysbg .ys{
    margin: 0.5rem auto 0 auto;
  }
  
  
  .ysbg .ys .title .title_l span{
    margin: 0 auto;
    background: url(../images/titleico.png) no-repeat right 0.05rem;
    background-size: 20%;
  }

  .ysbg .ys .title .title_l span img{
    width: 58%;
  }
  
  .ysbg .ys .title .title_l i{
    margin: -0.15rem auto 0 auto;
    position: relative;
    left: 0.22rem;
  }
  
  .ysbg .ys .ysbox{
    margin: 0.4rem auto 0 auto;
    padding: 0.3rem 0;
    width: 92%;
  }
  
  .ysbg .ys .ysbox ul li{
    height: 5rem;
  }
  

  .ysbg .ys .ysbox ul li .ysimg{
    margin: 0.25rem auto 0 auto;
  }
  
  .ysbg .ys .ysbox ul li .ysimg img{
    width: 1.77rem;
    height: 1.77rem;
    border-radius: 50%;
    margin: 0.12rem;
  } 
  
  
  .ysbg .ys .ysbox ul li .txt{
    margin: 0.3rem auto 0 auto;
    width: 60%;
  }
  
  .ysbg .ys .ysbox ul li .txt h5{
    font-size: 0.2rem;
    color: #000000;
    font-family: "simsun";
    font-weight: bold;
    writing-mode: vertical-rl;
    display: inline-block;
    float: right;
  }
  
  .ysbg .ys .ysbox ul li .txt span{
    display: block;
    font-size: 0.15rem;
  }
  
  .ysbg .ys .ysbox ul li .txt p{
    font-size: 0.15rem;
    height: 2.2rem;
  }
  
  
  
  .ysbg .ys .ysbox ul li:hover .ysimg{
    margin: 0.45rem auto 0 auto;
  }
  
  

}



/* about */

.aboutbg{
  width: 100%;
  margin: 1rem auto 0 auto;
  overflow: hidden;
}

.aboutbg .about{
  margin: 0 auto;
  position: relative;
}

.aboutbg .about .title{
  position: absolute;
  left: 0;
  top: 0.1rem;
}

.aboutbg .about .aboutbox{
  position: relative;
  height: 7.19rem;
}

.aboutbg .about .aboutbox .ab_nr{
  float: left;
  margin-top: 1.38rem;
  background: url(../images/ablist.png) no-repeat top center;
  width: 51%;
  height: 5.81rem;
  position: relative;
  z-index: 5;
  padding: 0 5%;

}

.aboutbg .about .aboutbox .ab_nr h5{
  padding-top: 0.75rem;
  font-size: 0.3rem;
  color: #333;
  font-family: "simsun";
  font-weight: bold;
}


.aboutbg .about .aboutbox .ab_nr h5 i{
  font-size: 0.16rem;
  color: #666666;
  font-family: "simsun";
  font-weight: bold;
  margin-left: 0.1rem;
}

.aboutbg .about .aboutbox .ab_nr p{

  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  margin-top: 0.35rem;
  height: 3rem;
  overflow: hidden;
}

.aboutbg .about .aboutbox .ab_nr .more{
  display: block;
  width: 1.44rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: url(../images/more2.png) no-repeat center;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  text-transform: capitalize;
  margin-top: 0.1rem;
}

.aboutbg .about .aboutbox .abimg{
  position: absolute;
  right: -17%;
  top: 0;
  width: 81%;
  height: 7.19rem;
} 

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





@media (max-width: 1440px){



}


@media (max-width: 980px){

  .aboutbg{
    width: 100%;
    margin: 0.4rem auto 0 auto;
  }
  
  
  .aboutbg .about .title{
    position: relative;
    left: 0;
    top: 0rem;
  }
  
  .aboutbg .about .aboutbox{
    position: relative;
    height: auto;
  }
  
  .aboutbg .about .aboutbox .ab_nr{
    float: none;
    margin-top: 0.1rem;
    background: url(../images/ablist.png) no-repeat center bottom;
    width: 90%;
    height: 4.5rem;
    position: relative;
    z-index: 5;
    padding: 0 5%;
    background-size: cover;
  
  }
  
  .aboutbg .about .aboutbox .ab_nr h5{
    padding-top: 0.5rem;
    font-size: 0.2rem;
  }
  
  
  .aboutbg .about .aboutbox .ab_nr h5 i{
    font-size: 0.14rem;
    margin-left: 0.05rem;
  }
  
  .aboutbg .about .aboutbox .ab_nr p{
  
    font-size: 0.15rem;
    color: #666666;
    line-height: 0.25rem;
    margin-top: 0.2rem;
    height: 2.5rem;
    overflow: hidden;
  }
  
  .aboutbg .about .aboutbox .ab_nr .more{
    font-size: 0.14rem;
    margin-top: 0.15rem;
  }
  
  .aboutbg .about .aboutbox .abimg{
    position: relative;
    right: 0%;
    top: 0;
    width: 100%;
    height: 2.5rem;
  } 
  
  
  

}

/* lc */

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

}


.lcbg .lc{
  margin: 0rem auto 0 auto;
}


.lcbg .lc .lcbox{
  margin: 0.45rem auto 0 auto;
  background: #fff;
  height: 5.32rem;
}



.lcbg .lc .lcbox .lc_r{
  width: 100%;
} 


.lcbg .lc .lcbox .lc_r ul li{
  float: left;
  text-align: center;
  width: 18.9%;
  height: 2.65rem;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 3%;
  position: relative;
}

.lcbg .lc .lcbox .lc_r ul li:nth-child(4n){
  border-right: none;
}


.lcbg .lc .lcbox .lc_r ul li .lcnr img{
  display: block;
  margin: 0.5rem auto 0 auto;
  width: 0.68rem;
  height: 0.68rem;
}

.lcbg .lc .lcbox .lc_r ul li .lcnr  h5{
  margin: 0.3rem auto 0 auto;
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;

}

.lcbg .lc .lcbox .lc_r ul li .lcnr  p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  margin: 0.05rem auto 0 auto;
}

.lcbg .lc .lcbox .lc_r ul li .lcnr  span{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
  background: url(../images/lcxt1.png) no-repeat  center;
  width: 0.45rem;
  height: 0.54rem;
  line-height: 0.64rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  overflow: hidden;
  padding-left: 0.1rem;

}


.lcbg .lc .lcbox .lc_r ul li .lc_on{
  position: absolute;
  left: 0;
  top: 0;
  width: 84%;
  height: 0rem;
  background: #7a220a;
  padding: 0 8%;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 99;
} 

.lcbg .lc .lcbox .lc_r ul li.on .lc_on{
  opacity: 1;
  height: 5.32rem;
}

.lcbg .lc .lcbox .lc_r ul li:nth-child(5) .lc_on,
.lcbg .lc .lcbox .lc_r ul li:nth-child(6) .lc_on,
.lcbg .lc .lcbox .lc_r ul li:nth-child(7) .lc_on,
.lcbg .lc .lcbox .lc_r ul li:nth-child(8) .lc_on{
  top: auto;
  bottom: 0;
}


.lcbg .lc .lcbox .lc_r ul li .lc_on img{
  display: block;
  margin: 0.4rem auto 0 auto;
  width: 1.14rem;
  height: 1.14rem;
}

.lcbg .lc .lcbox .lc_r ul li .lc_on h5{
  margin: 0.2rem auto 0.1rem auto;
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  font-weight: bold;
  font-family: "simsun";
}

.lcbg .lc .lcbox .lc_r ul li .lc_on i{
  font-size: 0.16rem;
  color: #eddcdc;
  line-height: 0.3rem;
}

.lcbg .lc .lcbox .lc_r ul li .lc_on p{
  font-size: 0.15rem;
  color: #eddcdc;
  line-height: 0.28rem;
  text-align: left;
  margin-top: 0.2rem;
  position: relative;
  z-index: 9;
}

.lcbg .lc .lcbox .lc_r ul li .lc_on em{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
  background: url(../images/lcxt.png) no-repeat  center;
  width: 1.04rem;
  height: 0.9rem;
  overflow: hidden;
}

.lcbg .lc .lcbox .lc_r ul li .lc_on em span{
  display: block;
  line-height: 1.1rem;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  padding-left: 0.2rem;
}


@media (max-width: 1440px){

  
.lcbg .lc .lcbox .lc_r ul li .lc_on{
  width: 90%;
  padding: 0 5%;
} 


.lcbg .lc .lcbox .lc_r ul li .lcnr img {
  display: block;
  margin: 0.3rem auto 0 auto;
}

.lcbg .lc .lcbox .lc_r ul li .lc_on img {
    margin: 0.3rem auto 0 auto;
    width: 1rem;
    height: 1rem;
}

.lcbg .lc .lcbox .lc_r ul li .lcnr h5 {
  margin: 0.2rem auto 0 auto;
  font-size: 0.18rem;
}

.lcbg .lc .lcbox .lc_r ul li .lcnr p {
  line-height: 0.25rem;

}

}


@media (max-width: 980px){

  .lcbg{
    padding-top: 0.35rem;
    background-size: cover;
  
  }
  

  
  .lcbg .lc .lcbox{
    margin: 0.4rem auto 0 auto;
    background: #fff;
    height: auto;
  }
  
 
  
  
  .lcbg .lc .lcbox .lc_r{
    float: none;
    width: 100%;
  } 
  
  
  .lcbg .lc .lcbox .lc_r ul li{
    width: 41.3%;
    height: 2.65rem;
    border: 1px solid #d8d8d8;
    padding: 0 4%;
    position: relative;
  }
  
  .lcbg .lc .lcbox .lc_r ul li .lcnr img{
    display: block;
    margin: 0.25rem auto 0 auto;
    width: 0.48rem;
    height: 0.48rem;
  }
  
  .lcbg .lc .lcbox .lc_r ul li  .lcnr h5{
    margin: 0.15rem auto 0.1rem auto;
    font-size: 0.16rem;
  
  }
  
  .lcbg .lc .lcbox .lc_r ul li  .lcnr p{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.24rem;
  }


  
.lcbg .lc .lcbox .lc_r ul li .lc_on{
  width: 90%;
  padding: 0 5%;

} 



.lcbg .lc .lcbox .lc_r ul li .lc_on img{
  margin: 0.25rem auto 0 auto;
  width: 0.8rem;
  height: 0.8rem;
}

.lcbg .lc .lcbox .lc_r ul li .lc_on h5{
  margin: 0.15rem auto 0.15rem auto;
  font-size: 0.16rem;
}

.lcbg .lc .lcbox .lc_r ul li .lc_on i{
  font-size: 0.15rem;
  color: #eddcdc;
  line-height: 0.28rem;
}

.lcbg .lc .lcbox .lc_r ul li .lc_on p{
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin-top: 0.1rem;

}

.lcbg .lc .lcbox .lc_r ul li .lc_on em{
  background: url(../images/lcxt.png) no-repeat top center;
  width: 0.94rem;
  height: 0.8rem;
  background-size: 100%;

}

.lcbg .lc .lcbox .lc_r ul li .lc_on em span{
  line-height: 1rem;
}

  
.lcbg .lc .lcbox .lc_r ul li:nth-child(5) .lc_on h5{
  font-size: 0.14rem;
}

.lcbg .lc .lcbox .lc_r ul li:nth-child(5) .lc_on i{
  font-size: 0.14rem;
  color: #eddcdc;
  line-height: 0.26rem;
}

.lcbg .lc .lcbox .lc_r ul li:nth-child(5) .lc_on,
.lcbg .lc .lcbox .lc_r ul li:nth-child(6) .lc_on{
  bottom: auto;
  top: 0;
}

}

/* news */

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

  background-size: cover;
}


.newsbg .news{
  margin: 0rem auto 0 auto;
}

.newsbg .news .newsbox{
  margin: 0.5rem auto 0 auto;
}

.newsbg .news .newsbox ul li{
  float: left;
  height: 7.1rem;
  width: 8.5%;
  background: url(../images/newslist.png) no-repeat  center;
  margin-right: 2.5%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.newsbg .news .newsbox ul li:last-child{
  margin-right: 0;
}

.newsbg .news .newsbox ul li .txt{
  position: relative;
  width: 50%;
  margin: 0 auto;
  height: 3.5rem;

}

.newsbg .news .newsbox ul li .txt span{
  display: block;
  font-size: 0.16rem;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  padding-top: 1.25rem;
  text-align: right;
  line-height: 0.2rem;
}

.newsbg .news .newsbox ul li .txt span i{
  display: block;
  font-size: 0.2rem;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}

.newsbg .news .newsbox ul li .txt .nr{
  margin: 0.45rem auto 0 auto;

}

.newsbg .news .newsbox ul li .txt .nr p{
  float: left;
  font-size: 0.16rem;
  color: #666;
  writing-mode: vertical-rl;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-top: 0.3rem;
  margin-right: 0.05rem;


}

.newsbg .news .newsbox ul li .txt .nr a{
  float: right;
  font-size: 0.18rem;
  color: #333;
  writing-mode: vertical-rl;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding-top: 0.3rem;
  background: url(../images/newsico.png) no-repeat top center;
}

.newsbg .news .newsbox ul li .txt_on{
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  padding: 0 5%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
} 

.newsbg .news .newsbox ul li .txt_on .time{
  padding-top: 1.25rem;

}

.newsbg .news .newsbox ul li .txt_on .time span{
  display: block;
  font-size: 0.16rem;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-align: right;
  line-height: 0.2rem;
}

.newsbg .news .newsbox ul li .txt_on .time span i{
  display: block;
  font-size: 0.16rem;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-align: right;
  line-height: 0.2rem;
}

.newsbg .news .newsbox ul li .txt_on .nr_on{
  margin-top: 0.55rem;
  padding-top: 0.2rem;
  background: url(../images/newsico.png) no-repeat top left;
} 

.newsbg .news .newsbox ul li .txt_on .nr_on h5 a{
  font-size: 0.3rem;
  color: #7a220a;
  font-weight: bold;
  font-family: "simsun";
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsbg .news .newsbox ul li .txt_on .nr_on p{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  height: 1.5rem;
  overflow: hidden;
  margin-top: 0.3rem;
}

.newsbg .news .newsbox ul li .txt_on .nr_on .more{
  display: block;
  width: 1.44rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background: url(../images/more2.png) no-repeat center;
  text-align: center;
  font-size: 0.16rem;
  color: #fff;
  text-transform: capitalize;
  margin-top: 0.6rem;
}

.newsbg .news .newsbox ul li.on{
  width: 43%;
  background: none;
  border: none;
}

.newsbg .news .newsbox ul li.on .txt{
  opacity: 0;
}


.newsbg .news .newsbox ul li.on .txt_on{
  opacity: 1;
} 



@media (max-width: 1600px){

  .newsbg .news .newsbox ul li{
    background-size: cover;
  }

  .newsbg .news .newsbox ul li .txt {
    width: 80%;
}

.newsbg .news .newsbox ul li{

  border: 1px solid #cfbeac;

}

.newsbg .news .newsbox ul li .txt span {

  text-align: center;

}

}


@media (max-width: 980px){

  .newsbg{
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    background: url(../images/newsbg.jpg) no-repeat top center;
    background-size: cover;
  }
  
  
  .newsbg .news{
    margin: 0rem auto 0 auto;
  }
  
  .newsbg .news .newsbox{
    margin: 0.4rem auto 0 auto;
  }
  
  .newsbg .news .newsbox ul li{
    float: none;
    height: auto;
    width: 100%;
    background: none;
    background-size: cover;
    margin-right: 0%;
    border: 1px solid #cfbeac;
    margin-bottom: 0.15rem;
    padding-bottom: 0.2rem;
  }
  
  .newsbg .news .newsbox ul li:last-child{
    margin-right: 0;
  }
  
  .newsbg .news .newsbox ul li .txt{
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: auto;
  
  }
  
  .newsbg .news .newsbox ul li .txt span{
    display: block;
    font-size: 0.16rem;
    padding-top: 0.2rem;
    text-align: left;
    line-height: 0.2rem;
  }
  
  .newsbg .news .newsbox ul li .txt span i{
    display: inline-block;
    font-size: 0.2rem;
    color: #333;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
  }
  
  .newsbg .news .newsbox ul li .txt .nr{
    margin: 0.15rem auto 0 auto;
  
  }
  
  .newsbg .news .newsbox ul li .txt .nr p{
    float: none;
    font-size: 0.15rem;
    color: #666;
    writing-mode:inherit;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    margin-top: 0.15rem;
    margin-right: 0rem;
  
  
  }
  
  .newsbg .news .newsbox ul li .txt .nr a{
    float: none;
    font-size: 0.16rem;
    color: #333;
    writing-mode:inherit;
    text-align: left;
    padding-top: 0.15rem;
    background: url(../images/newsico.png) no-repeat top left;
  }
  
  .newsbg .news .newsbox ul li .txt_on{
    display: none;
  }

  .newsbg .news .newsbox ul li .txt_on .time{
    padding-top: 0.3rem;
  
  }
  
  .newsbg .news .newsbox ul li .txt_on .time span{
    display: block;
    font-size: 0.16rem;
    color: #333;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: right;
    line-height: 0.2rem;
  }
  
  .newsbg .news .newsbox ul li .txt_on .time span i{
    display: block;
    font-size: 0.16rem;
    color: #333;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: right;
    line-height: 0.2rem;
  }
  
  .newsbg .news .newsbox ul li .txt_on .nr_on{
    margin-top: 0.55rem;
    padding-top: 0.2rem;
    background: url(../images/newsico.png) no-repeat top left;
  } 
  
  .newsbg .news .newsbox ul li .txt_on .nr_on h5 a{
    font-size: 0.3rem;
    color: #7a220a;
    font-weight: bold;
    font-family: "simsun";
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .newsbg .news .newsbox ul li .txt_on .nr_on p{
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    height: 1.5rem;
    overflow: hidden;
    margin-top: 0.3rem;
  }
  
  .newsbg .news .newsbox ul li .txt_on .nr_on .more{
    display: block;
    width: 1.44rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: url(../images/more2.png) no-repeat center;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0.6rem;
  }
  
  .newsbg .news .newsbox ul li.on{
    width: 100%;
    background: none;
    border: 1px solid #cfbeac;
  }
  
  .newsbg .news .newsbox ul li.on .txt{
    opacity: 1;
  }
  
  
  .newsbg .news .newsbox ul li.on .txt_on{
    opacity: 0;
  } 

}