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


.wxgzh_main .gzh_kffw{
 padding-top:1.5rem;
}
.wxgzh_main .gzh_kffw h2{
  font-size: 1.8rem;
  font-weight: inherit;
  text-align: center;
  color: #434343;
}
.wxgzh_main .gzh_kffw h2{
	color:#F49801
}
.wxgzh_main .gzh_kffw .tit_desc{
  font-size: 1.3rem;
  color: #434343;
  width: 90%;
  margin: auto;
  text-align: center;
  line-height: 1.5;
  margin-top: .5rem;
  border-bottom: 1px dashed #F49801;
  padding-bottom: 1rem;
}

.wxgzh_main .gzh_kffw ul{
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top:2rem;
}
.wxgzh_main .gzh_kffw ul li{
  width: 48%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
  margin-bottom: 4%;
  padding: 1rem;
  box-sizing: border-box;
  border-radius:3px;
}
.wxgzh_main .gzh_kffw ul li img{}
.wxgzh_main .gzh_kffw ul li .names{
  font-size: 1.5rem;
  color: #434343;
  margin-top:1rem;
}
.wxgzh_main .gzh_kffw ul li .desc{
  color: #888;
  margin-top: .5rem;
  font-size: 12px;
  line-height: 1.5; 
  text-align:left;
}
.wxtype_item{
  background-color: #EBF2FA;
  padding: 1rem;
  padding-top:1.5rem;
}
.wxtype_item .tit_div{
  text-align: center;
  font-size: 1.8rem;
  color: #F49801;
  position:relative;
}
.wxtype_item .tit_div::before{
  content:'';
  position: absolute;
  width: 5rem;
  height: 1px;
  background: #F49801;
  left: 0px;
  top: 50%;
}
.wxtype_item .tit_div::after{
  content:'';
  position: absolute;
  width: 5rem;
  height: 1px;
  background: #F49801;
  right: 0px;
  top: 50%;
}

.wxtype_item .tsgn_bj ul{
  display: flex;
  flex-wrap: wrap;
  padding:.5rem 0px;
}
.wxtype_item .tsgn_bj ul li{
  text-align: center;
  margin-top: 1.5rem;
  width: 25%
}
.wxtype_item .tsgn_bj ul li img{
 width:5rem;height:5rem;
}
.wxtype_item .tsgn_bj ul li p{
  color: #666;
  font-size:1.4rem;
}

.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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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%;
}