html, body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* .swiper-slide{
  position: relative;
  overflow: hidden;
} */


.swpier_box{
  height: 7rem;
}
.swiper-container_2{
  width:7.6rem;
  height: 4.1rem;
}



/* swiper1 */
#button_x_next{
  background-image: url('../img/箭头.png') !important;
  transform: rotate(180deg);
  margin-right: 0.7rem;
}
#button_x_prev{
  background-image: url('../img/箭头.png') !important;
  margin-left: 0.7rem;
}



.swiper-pagin .swiper-pagination-bullet{
    width: 0.2rem;
    height: 0.08rem;
    /*background: #FFFFFF;*/
    background: rgba(255,255,255,1);
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    /*opacity: 0.5;*/
}
.swiper-pagin .swiper-pagination-bullet-active{
    width: 0.55rem;
    height: 0.08rem;
    background: rgba(255,255,255,1);
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
}

/* swiper2 */

#page .swiper-pagination-bullet{
  background: #929597;
}
#page .swiper-pagination-bullet-active{
  background: #F08300;
}

/* swwiper3 */

/* .swiper-container_3{
  overflow: unset !important;
} */

.swiper-pagination-progress .swiper-pagination-progressbar{
  background: #F08300 !important;
}
.coniter{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.51rem;
}
.coniter_btn2{
  display: flex;
  padding-left: 0.01rem;
}
.swpier-slide_3{
  /* width: 4.6rem !important; */
  height: 5.2rem !important;
  background: #FFFFFF;
  box-shadow: 0.01rem 0.01rem 0.06rem 0.01rem rgba(119,119,119,0.16);
  border-radius: 0rem 0rem 0rem 0rem;
}
#page_line{
  width: 11.15rem;
  height: 0.01rem;
  position: static; 

}
#clear_both_next,#clear_both_prev{
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../img/swiper_rl_18021.png);
  /* background-position: bottom; */
  position: static;
  background-size: 100%;
  margin-top: 0 ;
}
#clear_both_prev{
  transform: rotate(180deg);
  margin-left: 0.1rem;
}
.swiper-button-prev.swiper-button-disabled{
  filter: brightness(0.1);
 
}
.swiper-button-next.swiper-button-disabled{
  filter: brightness(0.1);
}

/* hot pro */

.Hot_Products{
  width: 100%;
  background-image: url(../img/bg_281.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 0.5rem;
  
}
.hot_pro_tit{
  width: fit-content;
  position: relative;
  margin: 0 auto;
  padding-top: 0.6rem;
}
/* .hot_pro_tit1{
  
} */
.hot_pro_tit>:nth-of-type(1){

  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.6rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  opacity: 0.1;
}

.hot_pro_tit>:nth-of-type(2){
white-space: nowrap;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%,0);
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 0.4rem;
color: #333333;
font-style: normal;
text-transform: none;
}
.h_line{
  width: 1.06rem;
  height: 0.05rem;
  background: #E77918;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  margin: 0 auto;
  margin-top: 0.27rem;
  margin-bottom: 0.5rem;
 
}


/* pubuliu  */



/* more */
.in_more{
  width: 1.68rem;
  height: 0.46rem;
  background: #F08300;
  border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
  display: flex;
  /* text-align: center; */
  align-items: center;
  justify-content: center;
  margin: 0 auto;
    /*margin-bottom: 0.5rem;*/
    /*padding-bottom: 0.5rem;*/
}
.in_more a{

  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
}
.in_more_btn{
  width: 0.18rem;
  height: 0.08rem;
  margin-left: 0.1rem;
}
/* .publ{
  padding: 0.5rem 0;
} */



/* SOLUTION */
.SOLUTION{
  background-color: #fff;
  /* padding: 0.5rem  0; */
}

.fangan_f{
  width: 100%;
  /* height: 100%; */
  height: 9.6rem;
  background-image: url(../img/fa_5_282.png);
  background-size: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.fa_5{
  background:rgba(0,0,0,0.56);
  height: 100%;
  padding: 0 0.52rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  /* transition: all 1s; */
}
.fa_5 a{
    text-align: center;
}
.fa_5:hover{

  background: rgba(240,131,0,0.8);
  border-radius: 0rem 0rem 0rem 0rem;
  
  /* opacity: 0.8; */
}
.fa_5:hover .fa_5_txt{
height: fit-content;
  /* transition: all 1s; */
}
.fa_5_txt{
  height: 0;
  overflow: hidden;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.34rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  /* display: none; */
  }


.fa_5_img{
  width: 0.96rem;
  height: 0.96rem;
}
.fa_5_img img{
  display: block;
}

.fa_5_tit{

font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 0.24rem;
color: #FFFFFF;
font-style: normal;
text-transform: none;
margin-top: 0.5rem;
margin-bottom: 0.3rem;
}



/* we */

.gywe{
  width: 100%;
  background-color: #fff;
}
.we_box{
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-evenly;
}
.num_scoll{
  text-align: center;
}

.num>:nth-of-type(1){

  font-family: MiSans, MiSans;
  font-weight: bold;
  font-size: 0.5rem;
  color: #F08300;
  font-style: normal;
  text-transform: none;
}
.num>:nth-of-type(2){
 
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.14rem;
color: #222222;
font-style: normal;
text-transform: none;
}
.num_txt{

font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.18rem;
color: #222222;
font-style: normal;
text-transform: none;
margin-top: 0.09rem;
}
.jia::after {
  content: '+';

  /* font-family: Microsoft YaHei, Microsoft YaHei; */

  color: #F08300;
  position: absolute;
  font-weight: bold;
  margin-top: 0.14rem;
  margin-right: 0;
  /* margin-bottom: 50%; */
}
.gywe_box_tit1{
    /*position: absolute;*/
    top:0.28rem;
    left: 0;
    z-index: 1;
    overflow: hidden;
}
.gywe_box_tit1_we,.gywe_box_tit1_wegonsi{
  width: fit-content;
}
.gywe_box_tit1_we{

font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 0.4rem;
color: #222222;
text-align: left;
font-style: normal;
text-transform: none;
}
.gywe_box_tit1_wegonsi{
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.28rem;
color: #666666;
/* letter-spacing: 0.8rem; */
text-align: left;
font-style: normal;
text-transform: none;
margin-top: 0.15rem;
}
.loukong{
    width: fit-content;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 1rem;
    color: transparent;
    /* line-height: 0rem; */
    /* text-stroke: 0px #707070; */
    /*text-align: center;*/
    font-style: normal;
    text-transform: none;
    /* -webkit-text-stroke: 0.01rem red; */
    -webkit-text-stroke: 0.01rem #e7e7e7;
    white-space: nowrap;
    position: absolute;
    top: -5rem;
    right: 0;
    padding-top: 5rem;
    z-index: -1;
}


.gywe_box_tit{
    /*display: flex;*/
    
    /*justify-content: flex-end;*/
    margin-bottom: 0.32rem;
    position: relative;
}

.gywe_box_about{
  display: flex;
  align-items: center;
}
.gywe_box_aboutImg{
  width: 7.2rem;
  height: 4.2rem;
      box-shadow: 0px 0px 20px 0px #dedede;
}
.gywe_box_aboutImg_txt{
  margin-left: 0.6rem;
}
.gywe_box_aboutImg_txt1{
  width: 6.6rem;

font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.16rem;
color: #333333;
line-height: 0.34rem;
text-align: left;
font-style: normal;
text-transform: none;
margin-bottom: 0.5rem;
}
.gywe_box{
  padding-top: 0.79rem;
  padding-bottom: 0.91rem;
  overflow: hidden;
  
}
.gtwe_bbox{
    background: url(../img/16206.png);
    background-repeat: no-repeat;
    background-position: left top;
   position: relative; 
   z-index: 0;
  /* background: #F8F8F8; */
  /* background-size: 870px 726px; */
  margin-top: 0.7rem;
  overflow: hidden;
}
/* .gtwe_bbox::after{
  display: block;
  content: ' ';
  width: 8.7rem;
  height: 7.26rem;
  background: #F8F8F8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} */





/* ji shu fu wu  */
.jsfw{
  /* position: relative; */
  padding-bottom: 1.1rem;
  background-image: url(../img/right_369.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.swiper-slide{
  position: relative;
  overflow: hidden;
}
.swiper_slide_content{
  position: absolute;
  left: 0;
  bottom: 0;
  padding:0.2rem 0 ;
  padding-left: 0.25rem;
  width: 100%;
  /* width: 7.6rem; */
  /* height: 0.64rem; */
  background: rgba(240,131,0,0.92);
  border-radius: 0rem 0rem 0rem 0rem;
  box-sizing: border-box;




  font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.18rem;
color: #FFFFFF;
text-align: left;
font-style: normal;
text-transform: none;

}
#page{
  bottom: 0.7rem;
  left: unset;
  right: 0;
  width: fit-content;
  padding-right: 0.19rem;
}
.jsfu_tit{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.jsfw_en_cn{
  position: relative;
}
.jsfw_en_cn .service_en{
  width: fit-content;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.6rem;
  color: rgba(51,51,51,0.1);
  font-style: normal;
  text-transform: none;
}
.jsfw_en_cn .service_cn{
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.4rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.jsfw_line{
  margin-top: 0.27rem;
  width: 1.06rem;
  height: 0.05rem;
  background: #E77918;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}

.jsfw{
  width: 100%;
  background-color: #fff;
}

.guangyan{
  width: 3.25rem;

  background: #FFFFFF;
  box-shadow: 0.01rem 0.01rem 0.06rem 0.01rem rgba(119,119,119,0.16);
  border-radius: 0rem 0rem 0rem 0rem;
 }
 .gy_img{
  height: 2rem;
 }

.gy_img img{
  width: 100%;
  height: 100%;
  display: block;
}
.gy_cont{
  padding: 0 0.25rem;
}
.gy_time{

font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.14rem;
color: #929597;
font-style: normal;
text-transform: none;
margin-top: 0.14rem;
}
.gy_tit{
  margin-top: 0.08rem;
  margin-bottom: 0.15rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
}
.gy_txt{

font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.16rem;
color: #666666;
font-style: normal;
text-transform: none;
}
.in_more_jt{
  width: 0.16rem;
  height: 0.16rem;

}
.in_more_jt img{
  width: 100%;
  /* height: 100%; */
  display: block;
}
.in_more_jt{
  margin-top: 0.24rem;
}
.guangyan+.guangyan{
  margin-left: 0.15rem;
}
.swpar{
  margin-top: 0.5rem;
}
.swpar_t_r{
  margin-left: 0.15rem;
  display: flex;
}
.swpar_top{
  display: flex;

}
.swpar_bott{
  margin-top: 0.26rem;
  display: flex;
  /*justify-content: space-between;*/
}
.xxpx{
  padding-top:0.15rem ;
  padding-bottom: 0.15rem;
  padding-left: 0.15rem;
  padding-right: 0.25rem;
  background: #FFFFFF;
  box-shadow: 0.01rem 0.01rem 0.06rem 0.01rem rgba(119,119,119,0.16);
  border-radius: 0rem 0rem 0rem 0rem;
  display: flex;
  align-items:center;
}
.xxpx_img{
  width: 1.4rem;
  height: 1.3rem;
}
.xxpx_img img{
object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.xxpx_more_jt{
  width: 0.16rem;
  height: 0.1rem;
}
.xxpx_more_jt img{
  width: 100%;
  display: block;
}
.xxpx_time{
 
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.14rem;
color: #929597;
font-style: normal;
text-transform: none;
}
.xxpx_tit{
width: 2.65rem;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.16rem;
color: #333333;
font-style: normal;
text-transform: none;
margin-top: 0.1rem;
margin-bottom: 0.2rem;

}
.xxpx_cont{
  margin-left: 0.25rem;
}
.xxpx+.xxpx{
  margin-left: 0.15rem;
}

.xwzx{
  background-image: url(../img/图像\ 64.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 1.03rem;
 }
 .readMore_box{
  width:1.54rem;
  
 }
 .readMore{
  

  width: 0.46rem;
  height: 0.46rem;
  background: #F08300;
  border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
  display: flex;
  align-items: center;
  padding:0 0.22rem;
  box-sizing: border-box;
  transition: all 1s;
 }
 .readMore a{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;

  font-style: normal;
  text-transform: none;
  white-space: nowrap;
  transition: all 1s;
 }
 .readMore img{
  width: 0.18rem;
  height: 0.08rem;
  margin-left: 0.08rem;
  transition: all 0.5s;
 }
 .readMore:hover{
  width: 1.54rem;
  
 }
 .readMore:hover .h_jt{
  filter: brightness(0) invert(1);
 }

 .readMore:hover a{
  color: #FFFFFF;
 }

.swp_sl_3_tit{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: bold;
font-size: 0.18rem;
color: #333333;
text-align: left;
font-style: normal;
text-transform: none;
}
.swp_sl_3_txt{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.16rem;
text-align: left;
color: #666666;
font-style: normal;
text-transform: none;
}
.swp_sl_3_time{
  display: none;
  align-items: center;
}
.swp_sl_3_time>:nth-of-type(1) img{
    display:block;
}
 .swp_sl_3_time>:nth-of-type(2){
  
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.14rem;
color: #666666;
font-style: normal;
text-transform: none;
margin-left: 0.05rem;
 }
 .swp_sl_3_time>:nth-of-type(1){
  width: 0.18rem;
  height: 0.18rem;
  display: block;
 }
 .swiper-wrapper_4{
     margin-top: .5rem;
 }
 .swp_sl_4_time{
     display: none;
     margin: .2rem 0;
  /*display: flex;*/
}
 .swp_sl_4_time>:nth-of-type(2){
  
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 0.14rem;
color: #666666;
font-style: normal;
text-transform: none;
margin-left: 0.05rem;
 }
 .swp_sl_4_time>:nth-of-type(1){
  width: 0.18rem;
  height: 0.18rem;
  display: block;
 }
 .swp_sl_3_cont_more>:nth-of-type(1){

  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
}
/* .swp_sl_3_cont_more a{
  display: flex;
} */
 .swp_sl_3_cont_more a img{
  width: 0.18rem;
  height: 0.08rem;
  /* display: block; */
  filter: brightness(0);
 }
 
 
  .swp_sl_4_cont_more>:nth-of-type(1){

  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  font-style: normal;
  text-transform: none;
}
/* .swp_sl_3_cont_more a{
  display: flex;
} */
 .swp_sl_4_cont_more a img{
  width: 0.18rem;
  height: 0.08rem;
  /* display: block; */
  filter: brightness(0);
 }
 
 
 .swp_sl_3_tit_img{
     margin-top: 0.2rem;
  width: 4.1rem;
  height: 2.4rem;
 }
 .swp_sl_3_tit_img img{
  width: 100%;
  height: 100%;
  /* display: block; */
 }
 /* .swpier-slide_3{
  transition: all 1s;
 } */
 .swpier-slide_3:hover .swp_sl_3_tit{
  color: #F08300;
  transition: all 0.5s;
 }
 .swpier-slide_3:hover .swp_sl_3_cont_more>:nth-of-type(1){
  color: #F08300;
  transition: all 0.5s;
 }
 .swpier-slide_3:hover .swp_sl_3_cont_more a img
 {
  filter:invert(0);
  transition: all 0.5s;
 }
  .swpier-slide_4:hover .swp_sl_4_cont_more>:nth-of-type(1){
  color: #F08300;
  transition: all 0.5s;
 }
 .swpier-slide_4:hover .swp_sl_4_cont_more a img
 {
  filter:invert(0);
  transition: all 0.5s;
 }
 /* .swpier-slide_3:hover */
 .swpier-slide_3_li{
  width: 100%;
  height: 100%;
  padding-left:0.25rem;
  padding-right: 0.16rem;
  padding-top: 0.4rem;
  padding-bottom: 0.35rem;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
 }
 .swpier-slide_4_li{
     background: #eee;
     width: 100%;
  height: 100%;
  padding-left:0.25rem;
  padding-right: 0.16rem;
  padding-top: 0.4rem;
  padding-bottom: 0.35rem;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
 }
#container{
    /*margin-top: 0.89rem ;*/
    padding-bottom: 0.4rem;
}
.item{
    margin-bottom: 0.25rem;
    float: left;
    width: calc(100% / 3);
    padding: 0 0.1rem;
    box-sizing: border-box;
    cursor: pointer;
    /*overflow: hidden;*/
}
.item_img{
    max-width: 100%;
    max-height: 100%;
    /*display: flex;*/
    /*margin-bottom: 0.24rem;*/
    /*border-radius: 0.2rem;*/
    overflow: hidden;
}
.item_img img{
    transition: all .3s linear;
}
.item:hover img{
    transform: scale(1.1);
    
}
.container_txt{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0.38rem;
    padding-left: 0.4rem;
    box-sizing: border-box;
}

.container_txt1{

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
    
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.container_txt2{

    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.06rem;
}
.pbl_box1 a{
    height: 100%;
}
/**/
.pbl_box1_img{
    height: 100%;
 position: relative;   
}
.pbl_box1_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pbl_box{
    display: flex;
        align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    /*justify-content: space-between;*/
    margin-bottom: .4rem;
}
/*.pbl_box1{*/
/*    width: 32%;*/
/*    margin-right: 2%;*/
/*}*/
/*.pbl_box1:nth-child(3n){*/
/*    margin-right: 0;*/
/*}*/

.pbl_box-left,.pbl_box-center{
    margin-right: 0.2rem;
}
.pbl_box-left .pbl_box1:nth-child(1){
    width: 4.6rem;
    height: 4.05rem;
}
.pbl_box-center .pbl_box1:nth-child(1){
    width: 4.8rem;
    height: 5.1rem;
}
.pbl_box-right .pbl_box1:nth-child(1){
    width: 4.6rem;
    height: 3.3rem;
}
.pbl_box-left .pbl_box1:nth-child(2){
    margin-top: 0.2rem;
    width: 4.6rem;
    height: 4.05rem;
}
.pbl_box-center .pbl_box1:nth-child(2){
     margin-top: 0.2rem;
    width: 4.8rem;
    height: 3rem;
}
.pbl_box-right .pbl_box1:nth-child(2){
     margin-top: 0.2rem;
    width: 4.6rem;
    height: 4.8rem;
}
.pbl_box1_img{
    width: 100%;
}
.pbl_box1+.pbl_box1{
/*margin-left: .2rem;*/
}
/*.pbl_box1_img+*/
.pbl_box1_img{
    margin-top: .2rem;
    
}
/**/




#waterfall-loading{
    display: none;
}
.cblan{
    position: fixed;
    right: 0;
    bottom: 2rem;
    z-index: 2;
}
.kefu,
.backtop{
    width: 0.7rem;
    height: 0.7rem;
    background: #F08300;
    padding-top: 0.1rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    padding-bottom: 0.08rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.backtop{
    margin-top: 0.04rem;
}
.kefu a{
    width: 0.32rem;
    height: 0.32rem;
    display: block;
   
}
.kefu span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.backtop span{
     font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.backtop a{
    display: block;
    width: 0.24rem;
    height: 0.3rem;

   
}
/*.kefu a img{*/
/*    display: block;*/
/*}*/
/*.backtop a img{*/
/*    display: block;*/
/*}*/