
.web{width:100%;height:100%;padding-bottom:90px;}
.web_banner{width:100%;height:15rem;overflow:hidden;}
.web_banner img{width:100%;height:100%;object-fit:cover}

.wxxcx_kffw{
 padding-top:1.5rem;
}

.wxxcx_kffw h2{
  text-align: center;
  font-size: 1.8rem;
  font-weight: inherit;
  color: #434343;
}
.wxxcx_kffw h2 span{
  color:#F49801
}
.wxxcx_kffw .desc{
  margin-top: .5rem;
  text-align: center;
  color: #434343;
  font-size: 1.4rem;
}

.yellow_h{
  width:90%;margin:auto;margin-top:1rem;border-bottom:1px dashed #F49801;
}

.wxxcx_kffw ul{padding: 1.5rem;}
.wxxcx_kffw ul li{display: flex;margin-bottom: 1rem;}
.wxxcx_kffw ul li img{width:50px;height: 50px;margin-right: 1.5rem;display:block}
.wxxcx_kffw ul li .r .tit_div{color:#444;font-size:1.6rem;display:flex;align-items:center;}
.wxxcx_kffw ul li .r .s{width:2px;height:20px;display:block;border-radius 20px;margin-right:.5rem;}
.wxxcx_kffw ul li .r .red_s{background:#FF5E5E;}
.wxxcx_kffw ul li .r .orange_s{background:#F87827}
.wxxcx_kffw ul li .r .green_s{background:#4BB840}
.wxxcx_kffw ul li .r .yellow_s{background:#FCB802}
.wxxcx_kffw ul li  .text_details{
    margin-top:.5rem;color:#666;font-size:1.3rem;line-height:1.5;
}


.gzh_case{padding-top:1.5rem;background-color:#F5F5F5}
.gzh_case .title{
  text-align: center;
  color: #FF9200;
  font-size: 1.8rem;
}

.gzh_case .desc{
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  margin-top: .5rem;
}
.gzh_case .desc span{
   color:#FF9200
}

.gzh_case ul{
  padding: 2rem 1rem;
  overflow: hidden;
}
.gzh_case ul li{
  width: 48%;
  float: left;
  position: relative;
  margin-bottom:4%;
}
.gzh_case ul li:nth-child(2n){float:right}
.gzh_case ul li img{
    width: 100%;
    height: 140px;
    display: block;
}
.gzh_case ul li p{
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}
.kf_lc{
  padding-top: 1.5rem;
}
.kf_lc .title{
    text-align: center;
    font-size: 1.8rem;
    color: #FF9200;
    height: 3.5rem;
    border-bottom: 1px dashed #FF9200;
    margin: 0px 1rem;
}
.kf_lc .lc_bj{
  height: 230px;
  background-image: url(/assets/mobile/images/wxgzh/lc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 1rem auto 0rem auto;
  background-position: center;
  width: 95%;
}
.item_box{
    padding:20px 0px;
}
.item_box h2{
    text-align: center;
    font-size: 22px;
}
.item_box .plate_box{
    display: flex;
    flex-wrap: wrap;
    padding: 12px 5px;
    margin-top: 10px;
    justify-content: space-between;
}
.item_box .plate_box .item{
    width: calc(100% / 3);
    text-align: center;
    font-size: 14px;
    color: #333; 
    background: #009BD9;
    color:#fff;
    padding:15px 0px;
} 

.item_box .plate_box .item:nth-child(2){
    background: #009741;
}
.item_box .plate_box .item:nth-child(3){
    background: #080808; 
}
.item_box .plate_box .item:nth-child(4){
    background: #FE373D
}
.item_box .plate_box .item:nth-child(5){
    background: #3689FD; 
}
.item_box .plate_box .item:nth-child(6){
    background: #CC4168; 
} 
.item_box .plate_box .item .pic img{
    width: 30px;
}