.clearfix {/*兼容*/zoom: 1;}
.fr {float: right;}
.fl {float: left;}
.cf:after {display: block;clear: both;content: ""; visibility: hidden; height: 0;}
.cf {zoom: 1}
a {color: #333333;}    
/* 通用样式结束 */
.banner {
	background: url(rczhfwpt_banner_pc.png) no-repeat center top;
	height: 400px;
    margin-bottom: 40px;
}
.w1200{
    width: 1200px;
    margin:0 auto;
}
.zhfw_title{
    height: 40px;
	margin-top: 45px;
	margin-bottom: 45px;
	background: url(title_pc.png)no-repeat center;
}
.zhfw_title_ul.cf {
    margin-bottom: 148px;
}
.zhfw_title_ul li a{
    display: block;
    width: 242px;
    height: 120px;
    font-size: 22px; 
    color: #333333;
    padding-left: 26px;
    padding-top: 26px;
}
.zhfw_title_ul li a:hover{
    color: #1677ff;
}

.zhfw_title_ul li{
    width: 380px;
    height: 120px;
    margin-right: 30px;
    box-shadow: 0 2px 15px 0 rgb(153 153 153 / 25%);
}
.zhfw_title_ul li:nth-child(1){
    background:url(1-icon.png) no-repeat 318px 66px;
}
.zhfw_title_ul li:nth-child(2){
    background:url(2-icon.png) no-repeat 318px 66px;
}
.zhfw_title_ul li:nth-child(3){
    background:url(3-icon.png) no-repeat 318px 66px;
}
.zhfw_title_ul li:nth-child(4){
    background:url(4-icon.png) no-repeat 318px 66px;
    margin-top: 30px;
}
.zhfw_title_ul li:nth-child(5){
    background:url(5-icon.png) no-repeat 318px 66px;
    margin-top: 30px;
}
.zhfw_title_ul li:nth-child(6){
    background:url(6-icon.png) no-repeat 318px 66px;
    margin-top: 30px;
}
.zhfw_title_ul li:hover{
    border: 1px solid #bcd9f6;
}
.zhfw_title_ul li:nth-child(3),
.zhfw_title_ul li:nth-child(6){
    margin-right: 0px;    
}

.shadow {
    box-shadow: 0 2px 15px 0 rgb(153 153 153 / 25%);
}

/* ============================================媒体查询移动端样式============================================ */
@media screen and (max-width:768px) {
	.banner {
        background: url(rczhfwpt_banner_mobile.png) no-repeat center top;
        height: 3.2rem;
        margin-bottom: 0.4rem;
        background-size: 100%;
    }	
    .w1200 {
        width: 100%;
        padding:0  0.24rem;
    }	
    .zhfw_title{
        height: 0.4rem;
        margin-top: 0.45rem;
        margin-bottom: 0.45rem;
        background: url(title_mobile.png)no-repeat center;
        background-size: 100%;
    }
    .zhfw_title_ul li{
        width: 7.02rem;
        height: 0.98rem;
        margin-right: 0.3rem;
        box-shadow: 0 0.02rem 0.15rem 0 rgb(153 153 153 / 18%);
        margin-bottom: 0.24rem;
        background-size: 0.4rem 0.32rem !important;
    }
    
    .zhfw_title_ul li a{
        display: block;
        width: 100%;
        height: 0.98rem;
        padding-left: 0.98rem;
        padding-top: 0px;
        line-height: 0.98rem;
        font-size: 0.3rem;
    }
    .zhfw_title_ul li:nth-child(1){
        background:url(1-icon-mobile.png) no-repeat 0.36rem 0.3rem ;
        
    }
    .zhfw_title_ul li:nth-child(2){
        background:url(2-icon-mobile.png) no-repeat 0.36rem 0.3rem ;
    }
    .zhfw_title_ul li:nth-child(3){
        background:url(3-icon-mobile.png) no-repeat 0.36rem 0.3rem ;
    }
    .zhfw_title_ul li:nth-child(4){
        background:url(4-icon-mobile.png) no-repeat 0.36rem 0.3rem ;
        margin-top: 0px;
    }
    .zhfw_title_ul li:nth-child(5){
        background:url(5-icon-mobile.png) no-repeat 0.36rem 0.3rem ;
        margin-top: 0px;
    }
    .zhfw_title_ul li:nth-child(6){
        background:url(6-icon-mobile.png) no-repeat 0.36rem 0.3rem ;
        margin-top: 0px;
        margin-bottom: 0rem;
    }
    .zhfw_title_ul.cf{
        margin-bottom: 0.4rem;
    }
}