* {
  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;
}

/*banner*/


.banner {
  position: relative;
  overflow: hidden;
}

.banner  .swiper-slide{
  position: relative;
}

.banner  .swiper-slide span{
  display: block;
  position: absolute;
  left: 8%;
  top: 75%;
  z-index: 5;
  font-size: 0.14rem;
  color: #ebebeb;
  font-family: Arial, Helvetica, sans-serif;
  writing-mode: tb-rl;
  background: url(../images/banner_xt.png) no-repeat top center;
  padding-top: 0.5rem;
}



.banner img {
  width: 100%;
  display: block;
  font-size: 0.15rem;
}
.banner .bannerL {
  color: #fff !important;
  z-index: 999999999;
  position: absolute;
}
.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
  right: 0.4rem;
}
.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
  left: 0.4rem;
}
.banner .bannerR {
  color: #fff !important;
}
.bannerBg {
  position: absolute;
  bottom: 0rem;
  left: 0;
  height: 1.25rem;
  width: 100%;
  z-index: 2;
  background: url(../images/banner_bg.png) no-repeat center bottom;
}
.bannerBg .bannerAddPage {
  position: absolute;
  z-index: 3;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
}
.bannerBg .bannerAddPage span {
  background: url(../images/banner_ico1.png) no-repeat center !important;
  opacity: 1;
  margin: 0 10px;
  width: 21px;
  height: 21px;
  display: block;
  border: 0;
}
.bannerBg .bannerAddPage span.swiper-pagination-bullet-active {
  background: url(../images/banner_ico2.png) no-repeat center !important;
}


@media (max-width: 1440px) {
  .banner  .swiper-slide span{
    top: 70%;
  }


}

@media (max-width: 1200px) {

  .bannerBg {
    background-size: contain;
}
.bannerBg .bannerAddPage {
  bottom: 0.65rem;
}

.banner .bannerL, .banner .bannerR {
  display: none;
}

.bannerBg .bannerAddPage span {
  width: 15px;
  height: 15px;
  background-size: contain !important;
}

.banner  .swiper-slide span{
  display: none;
}

}

@media (max-width: 768px){
  .bannerBg .bannerAddPage {
    bottom: 0.25rem;
  }
}




/*title*/

.title{
  margin: 0 auto;
  text-align: center;
}

.title h3{
  text-align: center;
}

.title h3 span{
  display: inline-block;
  font-size: 0.71rem;
  color: #2c2c2c;
  line-height: 0.75rem;
  background: url(../images/title.png) no-repeat bottom center;
  padding-bottom: 0.15rem;
  width: 3.27rem;
  position: relative;
  top: -0.25rem;
}

.title h3 p{
  display: inline-block;
  text-align: left;
  margin-left: 0.2rem;
}

.title h3 p i{
  display: block;
  font-size: 0.4rem;
  color: #c1c1c1;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 0.3rem;
}

.title h3 p em{
  display: block;
  font-size: 0.22rem;
  color: #4d4d4d;
  line-height: 0.27rem;
  margin-top: 3px;
}


/*hotproduct*/

.pro_hot_bg{
  width: 100%;
  margin: 0 auto;
}

.pro_hot_bg .pro_hot{
  margin: 0 auto;
}


.pro_hot_bg .pro_hot .hotpro_t{

}


.pro_hot_bg .pro_hot .hotpro_t h3{
  display: inline-block;
  font-size: 0.45rem;
  color: #404040;
  font-weight: bold;
  background: url(../images/pro_ico.png) no-repeat right center;
  line-height: 0.47rem;
  padding-right: 0.7rem;
}


.pro_hot_bg .pro_hot .hotpro_t i{
  display: block;
  font-size: 0.27rem;
  color: #c0bfbf;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 0.05rem;
}

.pro_hot_bg .pro_hot .hotpro_box{
  margin: 0.5rem auto 0 auto;
  position: relative;
} 

.pro_hot_bg .pro_hot .hotpro_box .hot_list{

}

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li{
  width: 20%;
  height: 1.51rem;
  background: #f3f3f3;
  position: relative;
  margin-bottom: 0.26rem;
  z-index: 5;


}

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #fbad03;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li:nth-child(2n){
  float: right;
  margin-top: -1.76rem;
}

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li a{
  display: inline-block;
  width: 94%;
  height: 1.29rem;
  margin: 0.11rem 0 0 3%;
  background: url(../images/pro_list.png) no-repeat  center;
}

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li .pic{
  width: 0.84rem;
  height: 0.84rem;
  border: 3px solid #ffffff;
  border-radius: 50%;
  float: left;
  margin-left: 0.1rem;
  margin-top: 0.2rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li .pic img{
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  object-fit: cover;
}


.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li span{
  display: block;
  float: right;
  width: 60.5%;
  margin-top: 0.35rem;
} 

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li span i{
  font-size: 0.24rem;
  color: #272727;
  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;
  line-height: 0.3rem;
  letter-spacing: 1px;
}

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li span em{
  font-size: 0.18rem;
  color: #585858;
  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;
}


.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li.on::after{
  width: 100%;

}

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li.on a{

  background: url(../images/pro_list1.png) no-repeat  center;
}

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li.on  span i{
  color: #131313;

}

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li.on  span em{
  color: #634400;
}




.pro_hot_bg .pro_hot .hotpro_box .hotproduct{
  position: absolute;
  top: 0px;
  left: 23.5%;
  width: 54%;
  height: 5.08rem;
  overflow: hidden;
}

.pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide{
  position: relative;
}

.pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .pic{
  width: 100%;
  height: 100%;
  position: relative;

}

.pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 90%;
  height: 1.38rem;
  background: rgba(0, 0, 0, 0.88);
  padding: 0 5%;

} 


.pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt h5{
  margin: 0.2rem auto 0 auto;
  height: 0.3rem;
  

}

.pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt h5 a{
  display: block;
}

.pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt h5 a span{
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.24rem;
  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;
  background: url(../images/buttom1.png) no-repeat bottom left;
  float: left;
  letter-spacing: 1px;
  width: 29%;
  height: 0.3rem;
}

.pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt h5 a i{
  font-size: 0.16rem;
  color: #fff;
  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;
  float: right;
  line-height: 0.3rem;
  width: 69%;
}

.pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #cacaca;
  line-height: 0.28rem;
  height: 0.56rem;
  overflow: hidden;
  margin-top: 0.1rem;

}

.pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt em{
  font-size: 0.16rem;
  color: #fbad03;
}


.pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-next{
  position: absolute;
  right: 5px;
  top: 40%;
  background: url(../images/pro_right.png) no-repeat center;
  background-size: contain;
  width: 0.66rem;
  height: 0.72rem;
  z-index: 5;
  cursor: pointer;
}



@media (max-width: 1600px){
  .pro_hot_bg .pro_hot .hotpro_box .hot_list ul li span {
    width: 55%;

}

}




@media (max-width: 1440px){
  .pro_hot_bg .pro_hot .hotpro_box .hot_list ul li span {
    width: 50%;

}

}



@media (max-width: 1200px){

  .pro_hot_bg .pro_hot .hotpro_t{
    text-align: center;
  }

  .pro_hot_bg .pro_hot .hotpro_t h3{
    display: inline-block;
    font-size: 0.24rem;
    color: #404040;
    font-weight: bold;
    background: url(../images/pro_ico.png) no-repeat right center;
    line-height: 0.47rem;
    padding-right: 0.7rem;
  }
  
  
  .pro_hot_bg .pro_hot .hotpro_t i{
    display: block;
    font-size: 0.16rem;
  }

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li .pic{
  width: 0.64rem;
  height: 0.64rem;
  margin-top: 0.3rem;

}

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li .pic img{
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  object-fit: cover;
}


.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li span{
  display: block;
  float: right;
  width: 48%;
  margin-top: 0.35rem;
} 

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li span i{
  font-size: 0.18rem;
}

.pro_hot_bg .pro_hot .hotpro_box .hot_list ul li span em{
  font-size: 0.14rem;
}


}


@media (max-width: 768px){

  .pro_hot_bg{
    margin: 0.2rem auto 0 auto;
  }
  .pro_hot_bg .pro_hot .hotpro_box{
    margin: 0.2rem auto 0 auto;
    position: relative;
  } 
  
  .pro_hot_bg .pro_hot .hotpro_box .hot_list{
    overflow: hidden;
  
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hot_list ul li{
    width: 48%;
    height: 0.6rem;
    background: #f3f3f3;
    position: relative;
    margin: 0 1% 0.1rem 1%;
    z-index: 5;
    float: left;
  
  }
  
  
  .pro_hot_bg .pro_hot .hotpro_box .hot_list ul li:nth-child(2n){
    float: left;
    margin-top: 0rem;
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hot_list ul li a{
    display: inline-block;
    width: 94%;
    height: auto;
    margin: 0rem 0 0 3%;
    background: none;
    
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hot_list ul li .pic{
    display: none;
  }
  

  
  .pro_hot_bg .pro_hot .hotpro_box .hot_list ul li span{
    display: block;
    float: none;
    width: 100%;
    margin: 0.05rem auto 0 auto;
    text-align: center;
  } 
  
  .pro_hot_bg .pro_hot .hotpro_box .hot_list ul li span i{
    font-size: 0.15rem;
    color: #272727;
    line-height: 0.24rem;
    letter-spacing: 1px;
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hot_list ul li span em{
    font-size: 0.13rem;
  }
  
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct{
    position: relative;
    top: 0px;
    left: 0%;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0.1rem auto 0 auto;
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide{
    position: relative;
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .pic{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 85%;
  
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .pic img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 90%;
    height: 1rem;
    background: rgba(0, 0, 0, 0.88);
    padding: 0 5%;
  
  } 
  
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt h5{
    margin: 0.1rem auto 0 auto;
    height: 0.25rem;
    
  
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt h5 a{
    display: block;
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt h5 a span{
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.2rem;
    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;
    background: url(../images/buttom1.png) no-repeat bottom left;
    float: left;
    letter-spacing: 1px;
    width: 40%;
    height: 0.25rem;
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt h5 a i{
    font-size: 0.14rem;
    color: #fff;
    float: right;
    line-height: 0.3rem;
    width: 50%;
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt p{
    font-size: 0.14rem;
    color: #cacaca;
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
    margin-top: 0.05rem;
  
  }
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-slide .txt em{
    font-size: 0.14rem;
    color: #fbad03;
  }
  
  
  .pro_hot_bg .pro_hot .hotpro_box .hotproduct .swiper-next{
    display: none;
  }
  


}





/*porduct*/

.pro_bg{
  width: 100%;
  margin: 0.7rem auto 0 auto;
}

.pro_bg .product{
  margin: 0 auto;
}

.pro_bg .product .title{
  margin: 0 auto;
  text-align: center;
}


.pro_bg .product .product_list{
  margin: 0.65rem auto 0 auto;
  text-align: center;
  height: 0.47rem;
}


.pro_bg .product .product_list ul li{
  display: inline-block;
  margin: 0 0.35rem;
  border: 2px solid #bababa;
  width: 1.55rem;
  height: 0.43rem;
  line-height: 0.43rem;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .product_list ul li a{
  font-size: 0.2rem;
  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;
}

.pro_bg .product .product_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #fbad03;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_bg .product .product_list ul li.on{
  border: 2px solid #fbad03;
}

.pro_bg .product .product_list ul li.on::after{
  width: 100%;
}

.pro_bg .product .product_list ul li.on a{
  color: #1c1c1c;
}


.pro_bg .product .pro_box{
  margin: 0.65rem auto 0 auto;
  position: relative;
}

.pro_bg .product .pro_box ul li{
  position: relative;
  float: left;
  width: 22%;
  height: 4.66rem;
  margin: 0 0 0.3rem 1.5%;
}

.pro_bg .product .pro_box ul li:nth-child(1){
  width: 29%;
  height: 8.37rem;
  margin-left: 0;
}


.pro_bg .product .pro_box ul li:nth-child(5){
  height: 3.4rem;
}



.pro_bg .product .pro_box ul li:nth-child(6){
  width: 45.5%;
  height: 3.4rem;
}


.pro_bg .product .pro_box ul li .pic{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;

}

.pro_bg .product .pro_box ul li .pic img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  object-fit: cover;
}


.pro_bg .product .pro_box ul li .txt{
  width: 94%;
  height: 0%;
  position: absolute;
  left: 3%;
  top: 3%;
  background: rgba(0, 0, 0, 0.82);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
} 

.pro_bg .product .pro_box ul li:hover .txt{
  opacity: 1;
  height: 94%;
}

.pro_bg .product .pro_box ul li .txt a{
  position: absolute;
  width: 90%;
  height: 94%;
  left: 3%;
  top: 3%;
  text-align: center;
  padding: 0 2%;
}

.pro_bg .product .pro_box ul li .txt a::after{
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/buttom2.png) no-repeat  center;
  width: 0.29rem;
  height: 0.35rem;
  content: "";
}

.pro_bg .product .pro_box ul li .txt a::before{
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/buttom3.png) no-repeat  center;
  width: 0.29rem;
  height: 0.35rem;
  content: "";
}

.pro_bg .product .pro_box ul li .txt a em{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;

}

.pro_bg .product .pro_box ul li .txt a em::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(../images/buttom4.png) no-repeat  center;
  width: 0.29rem;
  height: 0.35rem;
  content: "";
}

.pro_bg .product .pro_box ul li .txt a em::before{
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/buttom5.png) no-repeat  center;
  width: 0.29rem;
  height: 0.35rem;
  content: "";
}


.pro_bg .product .pro_box ul li .txt a h5{
  font-size: 0.2rem;
  color: #fff;
  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;
  margin: 40% auto 0 auto;
}

.pro_bg .product .pro_box ul li .txt a p{
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.24rem;
  height: 0.72rem;
  overflow: hidden;
  margin: 0.1rem auto 0.2rem auto;

}

.pro_bg .product .pro_box ul li .txt a i{
  background: url(../images/more.png) no-repeat  center;
  width: 0.39rem;
  height: 0.39rem;
  margin: 0 auto;
  display: block;
}



.pro_bg .product .pro_box ul li:nth-child(5) .txt a h5{
  margin: 30% auto  0 auto;
}

.pro_bg .product .pro_box ul li:nth-child(6) .txt{
  width: 96%;
  left: 2%;
}

.pro_bg .product .pro_box ul li:nth-child(6) .txt a h5{
  margin: 12% auto  0 auto;

}



@media (max-width: 1440px){

  .pro_bg .product .product_list ul li{
    margin: 0 0.25rem;
  }
}


@media (max-width: 1200px){

  .pro_bg{
    width: 100%;
    margin: 0.3rem auto 0 auto;
  }
  
  .pro_bg .product{
    margin: 0 auto;
  }
  
  .pro_bg .product .title{
    margin: 0 auto;
    text-align: center;
  }
  
  
  .pro_bg .product .product_list{
    margin: 0.25rem auto 0 auto;
    text-align: center;
    height: auto;
    overflow: hidden;
  }
  

  .pro_bg .product .product_list ul li{
    display: block;
    margin: 0 1% 0.1rem 1%;
    width: 30%;
    height: 0.43rem;
    line-height: 0.43rem;
    position: relative;
    z-index: 5;
    float: left;

  }
  
  .pro_bg .product .product_list ul li a{
    font-size: 0.18rem;
    color: #2c2c2c;
  
  }

  
  .pro_bg .product .pro_box{
    margin: 0.15rem auto 0 auto;
    position: relative;
  }
  
  .pro_bg .product .pro_box ul li{
    position: relative;
    float: left;
    width: 48%;
    height: 1rem;
    margin: 0 1% 0.15rem 1%;
  }
  
  .pro_bg .product .pro_box ul li:nth-child(1){
    height: 2.15rem;
    width: 48%;
    margin-left: 1%;
  }
  
  
  .pro_bg .product .pro_box ul li:nth-child(5){
    height: 1rem;
  }
  
  
  
  .pro_bg .product .pro_box ul li:nth-child(6){
    width: 48%;
    height: 1rem;
    display: none;
  }
  
  
  .pro_bg .product .pro_box ul li .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
  
  }
  

  
  
  .pro_bg .product .pro_box ul li .txt{
    width: 94%;
    height: 0.32rem;
    position: absolute;
    left: 3%;
    top: auto;
    bottom: 3%;
    background: rgba(0, 0, 0, 0.82);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
  } 
  
  .pro_bg .product .pro_box ul li:hover .txt{
    opacity: 1;
    height: 94%;
  }
  
  .pro_bg .product .pro_box ul li .txt a{
    position: absolute;
    width: 90%;
    height: 94%;
    left: 3%;
    top: 3%;
    text-align: center;
    padding: 0 2%;
  }
  
  .pro_bg .product .pro_box ul li .txt a::after{
    display: none;
  }
  
  .pro_bg .product .pro_box ul li .txt a::before{
    display: none;
  }
  
  .pro_bg .product .pro_box ul li .txt a em{
    display: none;
  
  }
  
  
  
  .pro_bg .product .pro_box ul li .txt a h5{
    font-size: 0.14rem;
    color: #fff;
    margin: 0% auto 0 auto;
    line-height: 0.32rem;
  }
  
  .pro_bg .product .pro_box ul li .txt a p{
    display: none;
  
  }
  
  .pro_bg .product .pro_box ul li .txt a i{
    background: url(../images/more.png) no-repeat  center;
    width: 0.39rem;
    height: 0.39rem;
    margin: 0 auto;
    display: none;
  }
  
  
  
  .pro_bg .product .pro_box ul li:nth-child(5) .txt a h5{
    margin: 0% auto  0 auto;
  }

  .pro_bg .product .pro_box ul li:hover .txt{
    height: 0.32rem;

  }
  

}



/*about*/


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


.ab_bg .about{
  margin: 0 auto;
  padding-top: 1.2rem;

}

.ab_bg .about .title h3 span{
  color: #fff;

}

.ab_bg .about .title h3 p{
  margin-left: 0rem;
}

.ab_bg .about .title h3 p em{
  color: #9e9e9e;
}

.ab_bg .about .ab_box{
  margin: 1rem auto 0 auto;
  overflow: hidden;
  background: #fbad03;
  padding-bottom: 0.1rem;
}

.ab_bg .about .ab_box .ab_l{
  float: left;
  margin-left: 2%;
  margin-top: 0.4rem;
  width: 52%;
}

.ab_bg .about .ab_box .ab_l .ab_t{
  margin: 0 auto;
  text-align: center;

}

.ab_bg .about .ab_box .ab_l .ab_t h5{
  font-size: 0.39rem;
  color: #2c2c2c;

}

.ab_bg .about .ab_box .ab_l .ab_t h5 i{
  font-size: 0.22rem;
  color: #2c2c2c;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  line-height: 0.18rem;
  margin-left: 0.1rem;
  position: relative;
  top: 5px;

}

.ab_bg .about .ab_box .ab_l .ab_t span{
  display: block;
  font-size: 0.51rem;
  color: #2c2c2c;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 0.4rem;
  margin-top: 0.05rem;
}

.ab_bg .about .ab_box .ab_l .ab_img{
  width: 100%;
  height: 7.14rem;
  background: url(../images/ab_img_bg.png) no-repeat top center;
  margin-top: 0.4rem;

} 


.ab_bg .about .ab_box .ab_l .ab_img iframe {
  width: 99% !important;
  margin: 0px 0 0 2px;
  height: auto;
}


.ab_bg .about .ab_box .ab_l .ab_img img{
  width: 99%;
  margin: 0px 0 0 2px;
  height: 5.17rem;

}

.ab_bg .about .ab_box .ab_r{
  float: right;
  width: 40%;
  margin-right: 2%;
  margin-top: 0.8rem;
}


.ab_bg .about .ab_box .ab_r .ab_title{
  text-align: center;

}

.ab_bg .about .ab_box .ab_r .ab_title h5{
  font-size: 0.39rem;
  color: #2c2c2c;
}

.ab_bg .about .ab_box .ab_r .ab_title h5 i{
  font-size: 0.22rem;
  color: #8c6000;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  line-height: 0.18rem;
  margin: 0rem 0 0 5px;
  position: relative;
  top: 0.05rem;
  text-align: left;
}

.ab_bg .about .ab_box .ab_r .ab_title span{
  display: block;
  width: 3.96rem;
  height: 0.52rem;
  margin: 0 auto;


}

.ab_bg .about .ab_box .ab_r .ab_title span img{
  display: block;
  width: 3.96rem;
  height: 0.52rem;
}

.ab_bg .about .ab_box .ab_r .ab_list{
  text-align: center;
  margin: 0.45rem auto 0 auto;

}

.ab_bg .about .ab_box .ab_r .ab_list ul li{
  display: inline-block;
  width: 39%;
  height: 1.08rem;
  background: #ffe9ba;
  border-radius: 10px;
  margin: 0 3%;
  position: relative;
  padding-top: 0.4rem;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li::after{
  position: absolute;
  left: 1.5%;
  bottom: 0px;
  width: 97%;
  height: 4px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #343434;
  content: "";
}

.ab_bg .about .ab_box .ab_r .ab_list ul li a{
  display: block;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li a img{
  display: block;
  float: left;
  width: 0.62rem;
  height: 0.66rem;
  margin: 0 8%;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li span{
  display: block;
  float: left;
  font-size: 0.29rem;
  color: #2c2c2c;
  line-height: 0.27rem;
  margin-top: 0.1rem;
  width: 50%;
}

.ab_bg .about .ab_box .ab_r .ab_list ul li span i{
  display: block;
  font-size: 0.14rem;
  color: #2c2c2c;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.ab_bg .about .ab_box .ab_r .txt{
  margin: 0.3rem auto 0 auto;

}

.ab_bg .about .ab_box .ab_r .txt p{
  font-size: 0.16rem;
  color: #181818;
  line-height: 0.35rem;
  height: 2.8rem;
  overflow: hidden;

}

.ab_bg .about .ab_box .ab_r .txt .more{
  margin: 0.3rem auto 0 auto;
  border-radius: 45px;
  width: 1.79rem;
  height: 0.33rem;
  line-height: 0.33rem;
  background: #151515;
  display: block;
  text-align: center;

}

.ab_bg .about .ab_box .ab_r .txt .more i{
  display: inline-block;
  font-size: 0.16rem;
  color: #fbad03;

}

.ab_bg .about .ab_box .ab_r .txt .more img{
  display: inline-block;
  background: url(../images/ab_more.png) no-repeat  center;
  width: 0.47rem;
  height: 0.09rem;
  margin-left: 3px;
}


@media (max-width: 1440px){

  .ab_bg .about .ab_box .ab_r .ab_list ul li {
    display: inline-block;
    width: 39%;
    height: 1.28rem;
    background: #ffe9ba;
    border-radius: 10px;
    margin: 0 3%;
    position: relative;
    padding-top: 0.2rem;
}

  .ab_bg .about .ab_box .ab_r .ab_list ul li a img{
    display: block;
    float: none;
    width: 0.42rem;
    height: 0.46rem;
    margin: 0 auto;
  }
  
  .ab_bg .about .ab_box .ab_r .ab_list ul li span{
    display: block;
    float: none;
    font-size: 0.2rem;
    color: #2c2c2c;
    line-height: 0.27rem;
    margin-top: 0.1rem;
    width: 100%;
    text-align: center;
  }
  
  .ab_bg .about .ab_box .ab_r .ab_list ul li span i{
    display: block;
    font-size: 0.14rem;
    color: #2c2c2c;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }

}



@media (max-width: 768px){
  
.ab_bg{
  width: 100%;
  margin: 0.2rem auto 0 auto;
  background: #1c1c1c url(../images/ab_bg.jpg) no-repeat top center;
  overflow: hidden;
}


.ab_bg .about{
  margin: 0 auto;
  padding-top: 0.3rem;

}

.ab_bg .about .ab_box{
  margin: 0.3rem auto 0 auto;
  overflow: hidden;
  background: #fbad03;
  padding-bottom: 0.1rem;
}

.ab_bg .about .ab_box .ab_l{
  float: none;
  margin-left: 0%;
  margin-top: 0.3rem;
  width: 100%;
}

.ab_bg .about .ab_box .ab_l .ab_t{
  margin: 0 auto;
  text-align: center;

}

.ab_bg .about .ab_box .ab_l .ab_t h5{
  font-size: 0.24rem;
  color: #2c2c2c;

}

.ab_bg .about .ab_box .ab_l .ab_t h5 i{
  font-size: 0.16rem;
  color: #2c2c2c;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  line-height: 0.18rem;
  margin-left: 0.1rem;
  position: relative;
  top: 5px;

}

.ab_bg .about .ab_box .ab_l .ab_t span{
  display: block;
  font-size: 0.3rem;
  color: #2c2c2c;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 0.4rem;
  margin-top: 0rem;
}

.ab_bg .about .ab_box .ab_l .ab_img{
  width: 90%;
  height: auto;
  background: none;
  margin: 0.2rem  auto 0 auto;
  object-fit: contain;

} 

.ab_bg .about .ab_box .ab_l .ab_img img{
  width: 100%;
  margin: 0px auto;
  height: auto;

}

.ab_bg .about .ab_box .ab_r{
  float: none;
  width: 100%;
  margin: 0.3rem auto 0 auto;
}


.ab_bg .about .ab_box .ab_r .ab_title{
  text-align: center;

}

.ab_bg .about .ab_box .ab_r .ab_title h5{
  font-size: 0.24rem;
  color: #2c2c2c;
}

.ab_bg .about .ab_box .ab_r .ab_title h5 i{
  font-size: 0.16rem;
  color: #8c6000;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  line-height: 0.18rem;
  margin: 0rem 0 0 5px;
  position: relative;
  top: 0.05rem;
  text-align: left;
}

.ab_bg .about .ab_box .ab_r .ab_title span{
  display: block;
  width: 2.96rem;
  height: auto;
  margin: 0 auto;


}

.ab_bg .about .ab_box .ab_r .ab_title span img{
  display: block;
  width: 2.96rem;
  height: auto;
}

.ab_bg .about .ab_box .ab_r .ab_list{
  text-align: center;
  margin: 0.3rem auto 0 auto;

}



.ab_bg .about .ab_box .ab_r .txt{
  margin: 0.3rem auto 0 auto;
  width: 94%;

}

.ab_bg .about .ab_box .ab_r .txt p{
  font-size: 0.16rem;
  color: #181818;
  line-height: 0.35rem;
  height: 2.8rem;
  overflow: hidden;

}

.ab_bg .about .ab_box .ab_r .txt .more{
  margin: 0.2rem auto 0.1rem auto;
  border-radius: 45px;
  width: 1.79rem;
  height: 0.33rem;
  line-height: 0.33rem;
  background: #151515;
  display: block;
  text-align: center;

}

}


/*fc*/

.fc_bg{
  
  margin: 0.5rem auto 0 auto;
}

.fc .fc_list{
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.fc .fc_list .swiper-slide{
  position: relative;
  z-index: 5;
  width: 1.88rem ;
  height: 0.52rem;
  display: inline-block;
  text-align: center;
  margin: 0 0.26rem;
  background: #ffe9ba;
}

.fc .fc_list .swiper-slide a{
  position: relative;
  z-index: 5;
  width: 1.88rem ;
  height: 0.52rem;
  line-height: 0.52rem;
  display: block;
  margin: 0 auto;
}

.fc .fc_list .swiper-slide::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #fbad03;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fc .fc_list .swiper-slide a i{
  display: block;
  text-align: center;
  font-size: 0.24rem;
  color: #1c1c1c;
}

.fc .fc_list .swiper-slide.on::after{
  width: 100%;
}

.fc .fc_list .swiper-slide.on a i{
  color: #2c2c2c;
}

.fc .fc_box{
  margin: 0.5rem auto 0 auto;
}

.fc .fc_box .fcTobox{
  overflow: hidden;
}

.fc .fc_box .fcTobox .swiper-slide{
  position: relative;

}

.fc .fc_box .fcTobox .swiper-slide ul li{
  width: 19%;
  margin: 0 1% 0 0;
  float: left;
}


.fc .fc_box .fcTobox .swiper-slide ul li:last-child{
  margin-right: 0;
}

.fc .fc_box .fcTobox .swiper-slide .pic{
  width: 100%;
  height: 2.17rem;
  background: url(../images/fc_list.png) no-repeat  center;
  position: relative;


}

.fc .fc_box .fcTobox .swiper-slide .pic img{
  width: 96%;
  height: 2.03rem;
  margin: 0.07rem 2%;
  object-fit: cover;
}




@media (max-width: 1440px){
  .fc .fc_box .fcTobox .swiper-slide .pic {
    background: none;
    border: 1px solid #765409;
}

}



@media (max-width: 768px){
  .fc_bg{
  
    margin: 0.3rem auto 0 auto;
  }
  
  
  .fc .fc_list .swiper-slide{
    position: relative;
    z-index: 5;
    width: 40% ;
    height: 0.52rem;
    display: inline-block;
    text-align: center;
    margin: 0 2%;
    background: #ffe9ba;
  }
  
  .fc .fc_list .swiper-slide a{
    position: relative;
    z-index: 5;
    width: 100% ;
    height: 0.52rem;
    line-height: 0.52rem;
    display: block;
    margin: 0 auto;
  }
  
  
  .fc .fc_list .swiper-slide a i{
    display: block;
    text-align: center;
    font-size: 0.18rem;
    color: #1c1c1c;
  }
  
  
  .fc .fc_box{
    margin: 0.3rem auto 0 auto;
  }
  
  
  .fc .fc_box .fcTobox .swiper-slide ul li{
    width: 47%;
    margin: 0 3% 0.1rem 0;
    float: left;
  }
  
  
  .fc .fc_box .fcTobox .swiper-slide .pic{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 60%;
  
  
  }
  
  .fc .fc_box .fcTobox .swiper-slide .pic img{
    width: 96%;
    height: 94%;
    object-fit: cover;
    position: absolute;
    left: 2%;
    top: 3%;
    margin: 0 auto;
  }

  .fc .fc_box .fcTobox .swiper-slide ul li:nth-child(5){
    display: none;
  }

}



/*team*/

.team_bg{
  margin: 0 auto;
  width: 100%;
  background: #1c1c1c;
}


.team_bg .team{
  margin: 0 auto;
  padding-top: 0.85rem;
  padding-bottom: 0.8rem;
}

.team_bg .team .title{

}

.team_bg .team .title h3 span{
  padding-bottom: 0.1rem;
}
.team_bg .team .title h3 span b{
  display: block;
  font-size: 0.71rem;
  color: #2c2c2c;
  font-weight: normal;
  background: linear-gradient(to bottom, #fff 30%, #fff 60%, #1c1c1c 78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




.team_bg .team .title h3 p em{
  color: #9e9e9e;
  
}

.team_bg .team .team_box{
  margin: 1rem auto 0 auto;
}

.team_bg .team .team_box .mySwiper{
  overflow: hidden;
}

.team_bg .team .team_box .mySwiper .swiper-slide{

}

.team_bg .team .team_box .mySwiper .swiper-slide .pic{
  background: url(../images/team_list.png) no-repeat top  center;
  width: 100%;
  padding-top: 0.2rem;
  background-size: contain;

}

.team_bg .team .team_box .mySwiper .swiper-slide .pic a{
  display: block;
  width: 86%;
  padding-top: 126%;
  margin: 0 auto;
  position: relative;
}

.team_bg .team .team_box .mySwiper .swiper-slide .pic img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  object-fit: cover;

}

.team_bg .team .team_box .mySwiper .swiper-slide .txt{
  
  margin: 0.08rem auto 0 auto;
  text-align: center;

}

.team_bg .team .team_box .mySwiper .swiper-slide .txt h5 a{
  font-size: 0.18rem;
  color: #8b5501;
  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;
  line-height: 0.3rem;

}

.team_bg .team .team_box .mySwiper .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #979797;
  line-height: 0.21rem;
  height: 0.63rem;
  overflow: hidden;

}

.team_bg .team .team_box .mySwiper .swiper-slide .txt .more{
  display: block;
  background: url(../images/more1.png) no-repeat  center;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.1rem auto 0 auto;

}

.team_bg .team .team_box .mySwiper .swiper-slide:nth-child(2n) .txt {
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0rem auto 0 auto;
}

.team_bg .team .team_box .mySwiper .swiper-slide:nth-child(2n) .pic {
  position: absolute;
  top: 1.45rem;
  left: 0;
}




@media (max-width: 768px){

  .team_bg .team {
    margin: 0 auto;
    padding-top: 0.45rem;
    padding-bottom: 0.35rem;
}


  .team_bg .team .team_box {
    margin: 0.3rem auto 0 auto;
}

.team_bg .team .team_box .mySwiper .swiper-slide .txt h5 a {
  font-size: 0.16rem;
}

.team_bg .team .team_box .mySwiper .swiper-slide .txt p {
  font-size: 0.14rem;
}

}


/*gg*/


.gg_bg{
  margin: 0rem auto 0 auto;
  overflow: hidden;
  background: #1c1c1c url(../images/gg_bg.png) no-repeat  center;
  height: 2.72rem;

}

.gg_bg .gg_cont{
  margin: 0 auto;
  padding-top: 0.8rem;
}


.gg_bg .gg_cont .cont_l{
  float: left;
  width: 50%;
}

.gg_bg .gg_cont .cont_l h5{
  height: 0.7rem;
  overflow: hidden;

}

.gg_bg .gg_cont .cont_l h5 span{
  display: block;
  font-size: 0.31rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  float: left;
  margin-top: 0.13rem;
  padding-top: 0.13rem;
  background: url(../images/buttom6.png) no-repeat left top;
  width: 1.54rem;


}
.gg_bg .gg_cont .cont_l h5 i{
  display: block;
  font-size: 0.79rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  float: left;
  line-height: 0.65rem;
  margin-left: 0.1rem;

}

.gg_bg .gg_cont .cont_l p{
  font-size: 0.12rem;
  color: #636363;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  width: 80%;
}

.gg_bg .gg_cont .cont_r{
  float: right;
  width: 50%;
  text-align: right;
}

.gg_bg .gg_cont .cont_r span{
  display: block;
  font-size: 0.3rem;
  color: #e5e5e5;
  line-height: 0.32rem;
  letter-spacing: 3px;
}

.gg_bg .gg_cont .cont_r p{
  margin: 0.15rem auto 0 auto;

}

.gg_bg .gg_cont .cont_r em{
  display: inline-block;
  width: 1.2rem;
  height: 1px;
  background: #fff;
  opacity: 0.25;
  position: relative;
  top: -0.05rem;
}

.gg_bg .gg_cont .cont_r i{
  display: inline-block;
  font-size: 0.2rem;
  color: #9c9c9c;
  margin: 0 5px;
}


@media (max-width: 768px){
  .gg_bg{
    margin: 0 auto;
    overflow: hidden;
    background: #1c1c1c url(../images/gg_bg.png) no-repeat top center;
    height: auto;
  }
  
  .gg_bg .gg_cont{
    margin: 0 auto;
    padding: 0.2rem 0;
  }
  
  
  .gg_bg .gg_cont .cont_l{
    float: none;
    width: 100%;
  }
  
  .gg_bg .gg_cont .cont_l h5{
    height: 0.6rem;
    overflow: hidden;
  
  }
  
  .gg_bg .gg_cont .cont_l h5 span{
    display: block;
    font-size: 0.24rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    float: left;
    margin-top: 0.13rem;
    padding-top: 0.05rem;
    background: url(../images/buttom6.png) no-repeat left top;
    width: 1.54rem;
  
  
  }
  .gg_bg .gg_cont .cont_l h5 i{
    display: block;
    font-size: 0.4rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    float: left;
    line-height: 0.65rem;
    margin-left: 0.1rem;
  
  }
  
  .gg_bg .gg_cont .cont_l p{
    font-size: 0.12rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 100%;
    opacity: 0.2;
  }
  
  .gg_bg .gg_cont .cont_r{
    float: none;
    width: 100%;
    text-align: center;
    margin: 0.2rem auto 0 auto;
  }
  
  .gg_bg .gg_cont .cont_r span{
    display: block;
    font-size: 0.18rem;
    color: #e5e5e5;
    line-height: 0.32rem;
    letter-spacing: 0px;
  }
  
  .gg_bg .gg_cont .cont_r p{
    margin: 0.05rem auto 0 auto;
  
  }
  
  .gg_bg .gg_cont .cont_r em{
    display: inline-block;
    width: 0.5rem;
    height: 1px;
    background: #fff;
    opacity: 0.25;
    position: relative;
    top: -0.05rem;
  }
  
  .gg_bg .gg_cont .cont_r i{
    display: inline-block;
    font-size: 0.14rem;
    color: #9c9c9c;
    margin: 0 5px;
  }

}



/*ys*/

.ys_bg{
  width: 100%;
  margin: -0.55rem auto 0 auto;
  position: relative;
  z-index: 5;
}

.ys_bg .ys{
  margin: 0 auto;
  position: relative;
}

.ys_bg .ys .title{
  position: absolute;
  right: 0px;
  top: 1.35rem;
  z-index: 5;
}

.ys_bg .ys .title span{
  background: url(../images/ys_t.png) no-repeat bottom center;
  background-size: contain;
}

.ys_bg .ys .ys_img{
  float: left;
  width: 45%;
  height: 1226px;
  position: relative;
}

.ys_bg .ys .ys_img img{
  width: 100%;
  height: auto;
}


.ys_bg .ys .ys_r{
  float: right;
  width: 50%;
  margin-top: 2.9rem;
}

.ys_bg .ys .ys_r ul li{
  width: 100%;
  height: 1.7rem;
  background: url(../images/ys_xt.png) no-repeat bottom center;
  overflow: hidden;
  margin-bottom: 0.6rem;
  background-size: contain;
}

.ys_bg .ys .ys_r ul li span{
  display: block;
  float: left;
  margin-top: 0.15rem;
  width: 12%;
}

.ys_bg .ys .ys_r ul li span img{
  width: 100%;
  height: auto;
}

.ys_bg .ys .ys_r ul li h5{
  float: right;
  width: 86%;
}

.ys_bg .ys .ys_r ul li  h5 i{
  display: block;
  font-size: 0.43rem;
  color: #2c2c2c;
  line-height: 0.45rem;
}

.ys_bg .ys .ys_r ul li h5 em{
  display: block;
  font-size: 0.19rem;
  color: #2c2c2c;
  line-height: 0.28rem;
  margin-top: 0.1rem;
}




@media (max-width: 1440px){
  .ys_bg .ys .title{
    position: absolute;
    right: 0px;
    top: 0.95rem;
    z-index: 5;
    width: 51%;
  }


  .ys_bg .ys .ys_r ul li{
    margin-bottom: 0rem;
  }

  .ys_bg .ys .ys_r ul li  h5 i{
    display: block;
    font-size: 0.3rem;
    color: #2c2c2c;
    line-height: 0.45rem;
  }
  
  .ys_bg .ys .ys_r ul li h5 em{
    display: block;
    font-size: 0.16rem;
    color: #2c2c2c;
    line-height: 0.28rem;
    margin-top: 0.1rem;
  }

  .ys_bg .ys .ys_r {
    margin-top: 3.2rem;
}
}



@media (max-width: 1200px){

  .ys_bg{
    width: 100%;
    margin: 0.3rem auto 0 auto;
  }
  .ys_bg .ys .title{
    position: relative;
    right: 0px;
    top: 0rem;
    z-index: 5;
    width: 100%;
  }

  .ys_bg .ys .title span{
    padding-bottom: 0.15rem;
  }
  
  .ys_bg .ys .ys_img{
    float: none;
    display: none;
    width: 100%;
    margin: 0 auto;
  }
  

  .ys_bg .ys .ys_r{
    float: none;
    width: 100%;
    margin-top: 0.3rem;
  }
  
  .ys_bg .ys .ys_r ul li{
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
    margin-bottom: 0.1rem;

  }

  .ys_bg .ys .ys_r ul li span img{
    width: auto;
    height: auto;
  }
  
  .ys_bg .ys .ys_r ul li  h5 i{
    display: block;
    font-size: 0.2rem;
    color: #2c2c2c;
    line-height: 0.3rem;
  }

  .ys_bg .ys .ys_r ul li  h5 em{
    line-height: 0.24rem;
    margin-top: 0.05rem;
    font-size: 0.14rem;
  }
  

}


@media (max-width: 768px){
  .ys_bg .ys .ys_r ul li span img{
    width: 100%;
    height: auto;
  }

}


/*case*/


.page_center{
  margin: 0 auto;
  width: 84%;
  max-width: 1600px;
}

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

.case_bg .case{
  margin: 0 auto;
  padding-top: 1.25rem;
}

.case_bg .case .case_list{
  margin: 0.45rem auto 0 auto;
  text-align: center;
  height: 0.47rem;
}

.case_bg .case .case_list ul li{
  display: inline-block;
  margin: 0 0.16rem;
  border: 2px solid #aaaaaa;
  width: 1.88rem;
  height: 0.43rem;
  line-height: 0.43rem;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_list ul li a{
  font-size: 0.24rem;
  color: #2c2c2c;
  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;
}

.case_bg .case .case_list ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #fbad03;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_list ul li.on{
  border: 2px solid #fbad03;
}

.case_bg .case .case_list ul li.on::after{
  width: 100%;
}


.case_bg .case .case_box{
  margin: 0.75rem  auto 0 auto;
}


.case_bg .case .case_box .swiper-container{
  overflow: hidden;
}


.case_bg .case .case_box .swiper-container .swiper-slide{

}

.case_bg .case .case_box ul li{
  float: left;
  width: 23.5%;
  position: relative;
  margin: 0 2% 0.34rem 0;
}

.case_bg .case .case_box ul li:nth-child(4n){
  margin-right: 0;
}

.case_bg .case .case_box ul li .pic{
  position: relative;
  width: 100%;
  padding-top: 145%;
}

.case_bg .case .case_box ul li .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.case_bg .case .case_box ul li .txt{
  position: absolute;
  left: 6%;
  top: 6%;
  width: 88%;
  height: 0%;
  background: rgba(0, 0, 0, 0.73);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
} 


.case_bg .case .case_box ul li .txt a{
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 40%;

}


.case_bg .case .case_box ul li .txt a span{
  font-size: 0.28rem;
  color: #fefbec;
  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;
}

.case_bg .case .case_box ul li .txt a i{
  font-size: 0.21rem;
  color: #fefbec;
  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;
}

.case_bg .case .case_box ul li:hover .txt{
  height: 88%;
  opacity: 1;
}



@media (max-width: 1200px){



.title h3 span{
  display: block;
  font-size: 0.38rem;
  color: #2c2c2c;
  line-height: 0.32rem;
  background: url(../images/ys_t.png) no-repeat bottom center;
  width: 3rem;
  position: relative;
  top: 0rem;
  margin: 0 auto;
  background-size: contain;
}

.title h3 p{
  display: block;
  text-align: center;
  margin: 0.1rem auto 0 auto;
}

.title h3 p i{
  display: block;
  font-size: 0.3rem;
  color: #c1c1c1;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 0.3rem;
}

.title h3 p em{
  display: block;
  font-size: 0.18rem;

}




.page_center{
  margin: 0 auto;
  width: 94%;
}

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

.case_bg .case{
  margin: 0 auto;
  padding-top: 0.85rem;
}

.case_bg .case .case_list{
  margin: 0.25rem auto 0 auto;
  text-align: center;
  height: auto;
}

.case_bg .case .case_list ul li{
  display: inline-block;
  margin: 0 1% 0.1rem 1%;
  border: 2px solid #aaaaaa;
  width: 46%;
  height: 0.43rem;
  line-height: 0.43rem;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.case_bg .case .case_list ul li a{
  font-size: 0.18rem;
  color: #2c2c2c;

}


.case_bg .case .case_box{
  margin: 0.15rem  auto 0 auto;
}




.case_bg .case .case_box .swiper-container .swiper-slide{

}

.case_bg .case .case_box ul li{
  float: left;
  width: 48%;
  position: relative;
  margin: 0 1% 0.2rem 1%;
}




.case_bg .case .case_box ul li .txt{
  position: absolute;
  left: 4%;
  top: auto;
  bottom: 4%;
  width: 92%;
  height: 32%;
  background: rgba(0, 0, 0, 0.73);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
} 


.case_bg .case .case_box ul li .txt a{
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 4%;

}


.case_bg .case .case_box ul li .txt a span{
  font-size: 0.16rem;
  color: #fefbec;
  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;
}

.case_bg .case .case_box ul li .txt a i{
  font-size: 0.14rem;
  color: #fefbec;
  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;
}

.case_bg .case .case_box ul li:hover .txt{
  height: 92%;
  opacity: 1;
}


}

@media (max-width: 768px){
  .case_bg {
    background: url(../images/case_bg.jpg) no-repeat center top;
    background-size: cover;
    margin: -0.35rem auto 0 auto;

}


.title h3 span{
  display: block;
  font-size: 0.26rem;
  background: url(../images/title.png) no-repeat bottom center;
  padding-bottom: 0.1rem;
  width: auto;
}

.team_bg .team .title h3 span b{
  font-size: 0.26rem;
}

.title h3 p{
  display: block;
  text-align: center;
  margin: 0.1rem auto 0 auto;
}

.title h3 p i{
  display: block;
  font-size: 0.2rem;
  color: #c1c1c1;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 0.3rem;
}

.title h3 p em{
  display: block;
  font-size: 0.15rem;

}


}



/*Student*/

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

.Student_bg .Student{
  margin: 0 auto;
  padding-top: 0.9rem;
}

.Student_bg .Student .title{

}

.Student_bg .Student .title h3 span b{
  display: block;
  font-size: 0.71rem;
  color: #2c2c2c;
  font-weight: normal;
  background: linear-gradient(to bottom, #fff 30%, #fff 60%, #1c1c1c 78%);
    background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Student_bg .Student .title p em{
  color: #9e9e9e;
}


.Student_bg .Student .student_box{
  margin: 0.65rem auto 0 auto;
  position: relative;
}


.Student_bg .Student .student_box .gallery-top{
  float: left;
  width: 74%;
  overflow: hidden;
}

.Student_bg .Student .student_box .gallery-top .swiper-slide{
  position: relative;
}

.Student_bg .Student .student_box .gallery-top .swiper-slide .pic{
  float: left;
  width: 30%;
  height: 4.4rem;
  position: relative;

}


.Student_bg .Student .student_box .gallery-top .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.Student_bg .Student .student_box .gallery-top .swiper-slide .txt{
  position: absolute;
  right: 0px;
  top: 0.65rem;
  width: 61%;
  height: 3.13rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 6%;

} 

.Student_bg .Student .student_box .gallery-top .swiper-slide .txt a{
  font-size: 0.22rem;
  color: #1c1c1c;
  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.3rem;
}

.Student_bg .Student .student_box .gallery-top .swiper-slide .txt span{
  display: block;
  font-size: 0.18rem;
  color: #555555;
  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.03rem;
}

.Student_bg .Student .student_box .gallery-top .swiper-slide .txt p{
  font-size: 0.16rem;
  color: #585858;
  line-height: 0.36rem;
  height: 1.08rem;
  overflow: hidden;
  margin-top: 0.15rem;
}


.Student_bg .Student .student_box .gallery-thumbs{
  float: right;
  width: 22%;
  height: 4.6rem;
  margin-top: 0.1rem;
  overflow: hidden;
}

.Student_bg .Student .student_box .gallery-thumbs .swiper-wrapper{
  display: block;

}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide{
  position: relative;
  z-index: 5;

}


.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .nr{
  width: 100%;
  height: 1.26rem;
  background: #fff;
  position: relative;
  z-index: 5;
}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .pic{
  float: left;
  width: 0.79rem;
  height: 0.79rem;
  border-radius: 50%;
  margin: 0.23rem 0.15rem 0 0.35rem;

}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .pic img{
  width: 0.79rem;
  height: 0.79rem;
  border-radius: 50%;
}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt{
  float: left;
  width: 60%;
  margin-top: 0.4rem;

}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt a{
  display: block;
  float: left;
  width: 70%;
}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt a span{
  font-size: 0.18rem;
  color: #1c1c1c;
  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;
}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt a i{
  font-size: 0.16rem;
  color: #9c9c9c;
  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;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt em{
  display: block;
  font-size: 0.46rem;
  color: #1c1c1c;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.4rem;
  float: right;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}


.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .nr::after{
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #fbad03;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}


.Student_bg .Student .student_box .gallery-thumbs .swiper-slide-active .nr::after{
  width: 100%;
}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide-active .txt em{
  opacity: 1;
}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt a i{
  color: #1c1c1c;

}


.Student_bg .Student .student_box .swiper-button-next{
  cursor: pointer;
  background: #fbad03 url(../images/right.png) no-repeat center;
  width: 0.21rem;
  height: 0.86rem;
  position: absolute;
  top: 1.75rem;
  left: 72.7%;
  margin: 0;
  z-index: 3;
}



.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  content: 'next';
  display: none;
}


@media (max-width: 1440px){
  .Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt em{
    display: none;
  }


.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .pic{
  float: left;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  margin: 0.3rem 0.15rem 0 0.15rem;

}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .pic img{
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt{
  float: left;
  width: 60%;
  margin-top: 0.4rem;

}

}


@media (max-width: 1200px){


.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .pic{
  float: left;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  margin: 0.3rem 0.15rem 0 0.15rem;

}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .pic img{
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
}

.Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt{
  float: left;
  width: 60%;
  margin-top: 0.4rem;

}

}

@media (max-width: 768px){
  .Student_bg{
    padding-bottom: 0.3rem;
  }
  
  .Student_bg .Student{
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  
  
  .Student_bg .Student .title h3 span b{
    font-size: 0.26rem;
  }

  
  .Student_bg .Student .student_box{
    margin: 0.35rem auto 0 auto;
    position: relative;
  }
  
  
  .Student_bg .Student .student_box .gallery-top{
    float: left;
    width: 60%;
    overflow: hidden;
  }

  
  .Student_bg .Student .student_box .gallery-top .swiper-slide .pic{
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 70%;
  
  }
  
  
  
  .Student_bg .Student .student_box .gallery-top .swiper-slide .txt{
    position: relative;
    right: 0px;
    top: 0rem;
    width: 88%;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.3rem 6% ;
  
  } 
  
  .Student_bg .Student .student_box .gallery-top .swiper-slide .txt a{
    font-size: 0.18rem;
    color: #1c1c1c;
    margin-top: 0rem;
  }
  
  .Student_bg .Student .student_box .gallery-top .swiper-slide .txt span{
    display: block;
    font-size: 0.16rem;
    color: #555555;
  }
  
  .Student_bg .Student .student_box .gallery-top .swiper-slide .txt p{
    font-size: 0.14rem;
    color: #585858;
  }
  
  
  .Student_bg .Student .student_box .gallery-thumbs{
    float: right;
    width: 35%;
    height: 4.5rem;
    margin-top: 0rem;
    overflow: hidden;
  }
  
  .Student_bg .Student .student_box .gallery-thumbs .swiper-wrapper{
    display: block;
  
  }
  
  .Student_bg .Student .student_box .gallery-thumbs .swiper-slide{
    position: relative;
    z-index: 5;
  
  }
  
  
  .Student_bg .Student .student_box .gallery-thumbs .swiper-slide .nr{
    width: 100%;
    height: 1.2rem;
    background: #fff;
    position: relative;
    z-index: 5;
    padding-top: 0.2rem;
  }
  
  .Student_bg .Student .student_box .gallery-thumbs .swiper-slide .pic{
    float: none;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    margin: 0rem auto 0 auto;
  
  }
  
  .Student_bg .Student .student_box .gallery-thumbs .swiper-slide .pic img{
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
  }
  
  .Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt{
    float: none;
    width: 100%;
    margin: 0.1rem auto 0 auto;
    text-align: center;
  
  }
  
  .Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt a{
    display: block;
    float: none;
    width: 100%;
  }
  
  .Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt a span{
    font-size: 0.16rem;

  }
  
  .Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt a i{
    font-size: 0.14rem;

  }
  
  .Student_bg .Student .student_box .gallery-thumbs .swiper-slide .txt em{
    display: none;
  }
  

  
  .Student_bg .Student .student_box .swiper-button-next{
    display: none;
  }
}





/*hz*/

.hz{
  margin: 0 auto;
}

.hz .hz_t{

}

.hz .hz_t h3{
  display: inline-block;
  font-size: 0.42rem;
  color: #404040;
  font-weight: bold;
  background: url(../images/hz_ico.png) no-repeat right center;
  line-height: 0.54rem;
  padding-right: 0.6rem;
}


.hz .hz_t i{
  display: block;
  font-size: 0.21rem;
  color: #c0bfbf;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 0.05rem;
}

.hz .hz_box{
  margin: 0.25rem auto 0 auto;
} 


.hz .hz_box .mySwiper{
  overflow: hidden;
}


.hz .hz_box .mySwiper .swiper-slide{
  position: relative;

}

.hz .hz_box .mySwiper .swiper-slide  .pic{
  width: 100%;
  padding-top: 59%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;

}

.hz .hz_box .mySwiper .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;
  
}

.hz .hz_box .mySwiper .swiper-slide  .txt{
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  margin: 0 auto;

}

.hz .hz_box .mySwiper .swiper-slide  .txt a{
  font-size: 0.16rem;
  color: #404040;
  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;

}

.hz .hz_box .mySwiper .swiper-slide:hover  .pic img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}


@media (max-width: 768px){

.hz{
  padding-top: 0.3rem;

}

.hz .hz_t{
  text-align: center;
}

.hz .hz_t h3{
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.54rem;
  padding-right: 0.6rem;

}


.hz .hz_t i{

  display: block;
  font-size: 0.16rem;
}


.hz .hz_box{
  margin: 0.15rem auto 0 auto;
} 


}


/*news*/

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

.news_bg .news{
  margin: 0 auto;
  padding-top: 0.9rem;
}


.news_bg .news .news_list{
  margin: 0.2rem auto 0 auto;
  height: 0.48rem;
}

.news_bg .news .news_list ul{
  float: right;
}

.news_bg .news .news_list ul li{
  float: left;
  width: 1.46rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #e1e1e1;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  margin-left: 0.6rem;
}


.news_bg .news .news_list ul li a{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  color: #1c1c1c;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


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


.news_bg .news .news_list ul li.on::after{
  width: 100%;
}

.news_bg .news  .news_list ul li.on a{
  color: #fff;
}

.news_bg .news .news_box{
  margin: 0.35rem auto 0 auto;

}


.news_bg .news .news_box .mySwiper{
  overflow: hidden;
}

.news_bg .news .news_box .mySwiper .news_top{
  overflow: hidden;
}

.news_bg .news .news_box .mySwiper .news_top .news_l{
  float: left;
  width: 48%;
}

.news_bg .news .news_box .mySwiper .news_top .news_l ul li{
  width: 100%;
  margin-bottom: 0.3rem;
  height: 1.62rem;

}

.news_bg .news .news_box .mySwiper .news_top .news_l ul li:last-child{
  margin-bottom: 0;
}

.news_bg .news .news_box .mySwiper .news_top .news_l ul li .news_img{
  float: left;
  width: 26.5%;
  height: 1.62rem;
  position: relative;

}

.news_bg .news .news_box .mySwiper .news_top .news_l ul li .news_img img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.news_bg .news .news_box .mySwiper .news_top .news_l ul li .txt{
  float: right;
  width: 70%;
  height: 1.5rem;
  border-bottom: 1px solid #e4e4e4;
} 

.news_bg .news .news_box .mySwiper .news_top .news_l ul li .txt h5 a{
  font-size: 0.18rem;
  color: #252525;
  line-height: 0.28rem;
  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;
}

.news_bg .news .news_box .mySwiper .news_top .news_l ul li .txt p{
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.25rem;
  height: 0.5rem;
  overflow: hidden;
  margin: 0.15rem 0 0.2rem 0;
}

.news_bg .news .news_box .mySwiper .news_top .news_l ul li .txt span{
  display: block;
  font-size: 0.14rem;
  color: #666666;
}


.news_bg .news .news_box .mySwiper .news_top .news_l ul li:hover .txt h5 a{
  color: #fbad03;

}


.news_bg .news .news_box .mySwiper .news_top .news_r{
  float: right;
  width: 49%;
}


.news_bg .news .news_box .mySwiper .news_top .news_r ul li{
  width: 100%;
  height: 1rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;

}

.news_bg .news .news_box .mySwiper .news_top .news_r ul li .txt{
  float: left;
  width: 90%;
  

}

.news_bg .news .news_box .mySwiper .news_top .news_r ul li .txt a{
  background: url(../images/buttom7.png) no-repeat left center;
  font-size: 0.18rem;
  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;
  padding-left: 0.25rem;
  margin-left: 0rem;
  line-height: 0.24rem;
}

.news_bg .news .news_box .mySwiper .news_top .news_r ul li .txt p{
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.19rem;
  height: 0.38rem;
  overflow: hidden;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
}

.news_bg .news .news_box .mySwiper .news_top .news_r ul li .time{
  float: right;
  width: 10%;
  text-align: right;
} 

.news_bg .news .news_box .mySwiper .news_top .news_r ul li .time span{
  display: block;
  font-size: 0.16rem;
  color: #999999;
}

.news_bg .news .news_box .mySwiper .news_top .news_r ul li .time em{
  display: block;
  background: url(../images/more2.png) no-repeat  center;
  width: 0.28rem;
  height: 0.09rem;
  float: right;
  margin-top: 0.35rem;
}


.news_bg .news .news_box .mySwiper .news_top .news_r ul li:hover .txt a{
  color: #fbad03;

}

.news_bg .news .news_box .mySwiper .list{
  margin: 0 auto;
}

.news_bg .news .news_box .mySwiper .list ul li{
  float: left;
  width: 48%;
  height: 0.58rem;
  line-height: 0.58rem;
  border-bottom: 1px dashed #d2d2d2;
  margin-right: 4%;

}

.news_bg .news .news_box .mySwiper .list ul li:nth-child(2n){
  margin-right: 0;
}

.news_bg .news .news_box .mySwiper .list ul li a{
  float: left;
  width: 70%;
  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;
}

.news_bg .news .news_box .mySwiper .list ul li a i{
  display: block;
  float: left;
  width: 0.2rem;
  height: 3px;
  background: #a9a9a9;
  margin: 0.28rem 0.15rem 0 0;
  

}

.news_bg .news .news_box .mySwiper .list ul li span{
  display: block;
  font-size: 0.14rem;
  color: #999;
  float: right;
}

.news_bg .news .news_box .mySwiper .list ul li:hover  a{
  color: #fbad03;

}



@media (max-width: 768px){

  .news_bg{
    margin: 0 auto 0 auto;
    width: 100%;
    background: url(../images/news_bg.jpg) no-repeat top center;
    overflow: hidden;
  }
  
  .news_bg .news{
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  
  
  .news_bg .news .news_list{
    margin: 0.3rem auto 0 auto;
    height: 0.48rem;
  }
  
  .news_bg .news .news_list ul{
    float: none;
  }
  
  .news_bg .news .news_list ul li{
    float: left;
    width: 30%;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #e1e1e1;
    border-radius: 5px;
    position: relative;
    z-index: 5;
    margin: 0 1.5%;
  }
  
  
  .news_bg .news .news_list ul li a{
    font-size: 0.16rem;

  }
  
 
  
  .news_bg .news .news_box{
    margin: 0.3rem auto 0 auto;
  
  }
  
  
  .news_bg .news .news_box .mySwiper{
    overflow: hidden;
  }
  
  .news_bg .news .news_box .mySwiper .news_top{
    overflow: hidden;
  }
  
  .news_bg .news .news_box .mySwiper .news_top .news_l{
    float: none;
    width: 100%;
  }
  
  .news_bg .news .news_box .mySwiper .news_top .news_l ul li{
    width: 100%;
    margin-bottom: 0.15rem;
    height: 1.42rem;
  
  }
  
  .news_bg .news .news_box .mySwiper .news_top .news_l ul li:last-child{
    margin-bottom: 0.15rem;
  }
  
  .news_bg .news .news_box .mySwiper .news_top .news_l ul li .news_img{
    float: left;
    width: 30%;
    height: 1.42rem;
    position: relative;
  
  }
  
  
  .news_bg .news .news_box .mySwiper .news_top .news_l ul li .txt{
    float: right;
    width: 65%;
    height: 1.4rem;
    border-bottom: 1px solid #e4e4e4;
  } 
  
  .news_bg .news .news_box .mySwiper .news_top .news_l ul li .txt h5 a{
    font-size: 0.16rem;
    color: #252525;
  }
  
  .news_bg .news .news_box .mySwiper .news_top .news_l ul li .txt p{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.25rem;
    height: 0.5rem;
    overflow: hidden;
    margin: 0.1rem 0 0.1rem 0;
  }
  
  .news_bg .news .news_box .mySwiper .news_top .news_l ul li .txt span{
    display: block;
    font-size: 0.14rem;
    color: #666666;
  }
  
  
  
  
  .news_bg .news .news_box .mySwiper .news_top .news_r{
    float: none;
    width: 100%;
    margin: 0.2rem auto 0 auto;
  }
  
  
  .news_bg .news .news_box .mySwiper .news_top .news_r ul li{
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px dashed #d2d2d2;
    overflow: hidden;
  
  }
  
  .news_bg .news .news_box .mySwiper .news_top .news_r ul li .txt{
    float: left;
    width: 80%;
    
  
  }
  
  .news_bg .news .news_box .mySwiper .news_top .news_r ul li .txt a{
    background: url(../images/buttom7.png) no-repeat left center;
    font-size: 0.18rem;
    color: #333333;
    padding-left: 0.25rem;
    margin-left: 0rem;
    line-height: 0.24rem;
  }
  
  .news_bg .news .news_box .mySwiper .news_top .news_r ul li .txt p{

    margin-top: 0.1rem;
    margin-left: 0.25rem;
  }
  
  .news_bg .news .news_box .mySwiper .news_top .news_r ul li .time{
    float: right;
    width: 20%;
    text-align: right;
  } 
  
  .news_bg .news .news_box .mySwiper .news_top .news_r ul li .time span{
    display: block;
    font-size: 0.14rem;
    color: #999999;
  }
  

  
  
  .news_bg .news .news_box .mySwiper .news_top .news_r ul li:hover .txt a{
    color: #fbad03;
  
  }
  
  .news_bg .news .news_box .mySwiper .list{
    margin: 0 auto;
  }
  
  .news_bg .news .news_box .mySwiper .list ul li{
    float: none;
    width: 100%;
    height: 0.48rem;
    line-height: 0.48rem;
    border-bottom: 1px dashed #d2d2d2;
    margin-right: 0%;
  
  }
  
  
  .news_bg .news .news_box .mySwiper .list ul li a i{
    display: block;
    float: left;
    width: 0.15rem;
    height: 3px;
    background: #a9a9a9;
    margin: 0.28rem 0.15rem 0 0;
    
  
  }
  


}



/*f_cont*/

.f_cont{
  margin: 0.9rem auto 0 auto;
  padding-bottom: 0.6rem;
  overflow: hidden;
}

.f_cont ul li{
  float: left;
  width: 24.7%;
  height: 2rem;
  background: #fff;
  border-radius: 10px;
  margin-right: 0.4%;
}

.f_cont ul li:last-child{
  margin-right: 0;
}

.f_cont ul li .nr{
  border: 2px solid #cecece;
  border-radius: 10px;
  width: 95%;
  height: 1.82rem;
  margin: 0.07rem auto;
}

.f_cont ul li p{
  height: 1.15rem;
  border-bottom: 1px solid #c3c3c3;
  width: 86%;
  margin: 0 auto;

}

.f_cont ul li p span{
  display: block;
  float: left;
  margin-top: 0.4rem;
  width: 75%;
}

.f_cont ul li p span i{
  display: block;
  font-size: 0.33rem;
  color: #1c1c1c;
  line-height: 0.3rem;

}

.f_cont ul li p span em{
  display: block;
  font-size: 0.2rem;
  color: #727272;
  line-height: 0.25rem;
  margin-top: 0.03rem;
}

.f_cont ul li p img{
  display: block;
  float: right;
  margin-top: 0.4rem;
  width: 0.68rem;
  height: 0.68rem;

}

.f_cont ul li b{
  display: block;
  font-size: 0.16rem;
  color: #1c1c1c;
  font-weight: normal;
  margin: 0.1rem auto 0 auto;
  width: 86%;
}



.f_cont ul li:nth-child(2) .nr{
  border: 2px solid #363636;
  background: #363636;
}


.f_cont ul li:nth-child(2) .nr p{

  border-bottom: 1px solid #505050;

}

.f_cont ul li:nth-child(2) .nr p span i{
  color: #fbad03;
}

.f_cont ul li:nth-child(2) .nr p span em{
  color: #fbad03;
}

.f_cont ul li:nth-child(2) .nr b{
  color: #fbad03;
}

.f_cont ul li:nth-child(3) .nr p{

  border-bottom: 1px solid #fff;

}


.f_cont ul li:nth-child(4) .nr{
  border: 2px solid #fbaf02;
  background: #fbaf02;
}

.f_cont ul li:nth-child(4) .nr p{
  margin: 0.5rem auto 0 auto;
  border-bottom: none;
  font-size: 0.29rem;
  color: #363636;
  text-align: center;
  line-height: 0.3rem;
  width: 100%;
  height: auto;
}

.f_cont ul li:nth-child(4) .nr a{
  display: block;
  margin: 0.12rem auto 0 auto;
  width: 50%;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #f0f0f0;
  border-radius: 10px;
  text-align: center;
  font-size: 0.2rem;
  color: #3a3a3a;
}


@media (max-width: 1600px){

  .f_cont ul li p{
    width: 96%;
  
  }
  
  .f_cont ul li p span{
    display: block;
    float: left;
    margin-top: 0.4rem;
    width: 75%;
  }
  
  .f_cont ul li p span i{
    font-size: 0.24rem;
    color: #1c1c1c;
  
  }
  
  .f_cont ul li p span em{
    font-size: 0.16rem;
  }
  
  .f_cont ul li p img{
    width: 0.45rem;
    height: 0.45rem;
  
  }
  
  .f_cont ul li b{
    font-size: 0.14rem;
    width: 96%;
  }
  
  .f_cont ul li:nth-child(4) .nr p{
    font-size: 0.24rem;
    width: 90%;

  }
}



@media (max-width: 980px){

  .f_cont{
    margin: 0.3rem auto 0 auto;
    padding-bottom: 0.2rem;
  }
  
  .f_cont ul li{
    width: 50%;
    height: 1.7rem;
    margin: 0 0% 0.05rem 0%;
  }
  
  .f_cont ul li:last-child{
    margin: 0 0% 0.05rem 0%;
  }
  
  .f_cont ul li .nr{
    border: 2px solid #cecece;
    border-radius: 10px;
    width: 95%;
    height: 1.52rem;
    margin: 0.07rem auto;
  }
  
  .f_cont ul li p{
    height: 1rem;
    border-bottom: 1px solid #c3c3c3;
    width: 96%;
  
  }
  
  .f_cont ul li p span{
    display: block;
    float: left;
    margin-top: 0.2rem;
    width: 75%;
  }
  
  .f_cont ul li p span i{
    display: block;
    font-size: 0.18rem;
    color: #1c1c1c;
    line-height: 0.25rem;
  
  }
  
  .f_cont ul li p span em{
    display: block;
    font-size: 0.14rem;
    color: #727272;
    line-height: 0.25rem;
    margin-top: 0rem;
  }
  
  .f_cont ul li p img{
    display: block;
    float: right;
    margin-top: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
  
  }
  
  .f_cont ul li b{
    display: block;
    font-size: 0.14rem;
    margin: 0.05rem auto 0 auto;
    width: 96%;
  }
  
  
  
  .f_cont ul li:nth-child(2) .nr{
    border: 2px solid #363636;
    background: #363636;
  }
  
  
  .f_cont ul li:nth-child(4) .nr p{
    margin: 0.5rem auto 0 auto;
    border-bottom: none;
    font-size: 0.16rem;
    color: #363636;
    text-align: center;
    line-height: 0.3rem;
    width: 100%;
    height: auto;
  }
  
  .f_cont ul li:nth-child(4) .nr a{
    display: block;
    margin: 0.12rem auto 0 auto;
    width: 50%;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #f0f0f0;
    border-radius: 10px;
    text-align: center;
    font-size: 0.14rem;
    color: #3a3a3a;
  }


  .ab_bg .about .ab_box .ab_l .ab_img iframe {
    width: 100% !important;
    height: 2.2rem !important;
  }
  
}