.zbwh_banner img{
	width: 100%;
}
.wh_list_box_bg{
	background: url(../images/qywh_bg.png) no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: .9rem 0 .34rem 0;
}
.wh_list_box_bg .item{
	text-align: center;
	width: 4rem;
	height: 2.12rem;
	border-radius: 0 20px 0 0;
	background: #fff;
	float: left;
	padding: .25rem 0;
	box-sizing: border-box;
	color: #333;
	margin:0 .5rem .5rem 0;
}

.wh_list_box_bg .item.n-r{
	margin:0 0 .5rem 0;
}
.wh_list_box_bg .item i{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	/*background: red;*/
	display: block;
}
.wh_list_box_bg .item h4{
	font-size: .22rem;
	font-weight: bold;
	/*color: #333;*/
	padding: .2rem 0;
}
.wh_list_box_bg .item p{
	font-size: .18rem;
	line-height: .28rem;
	/*color: #333;*/
}
.wh_list{
	overflow: hidden;
}

.wh_list_box_bg .item .icon1{
	background: url(../images/qywh_icon1_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item .icon2{
	background: url(../images/qywh_icon2_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item .icon3{
	background: url(../images/qywh_icon3_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item .icon4{
	background: url(../images/qywh_icon4_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item .icon5{
	background: url(../images/qywh_icon5_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item .icon6{
	background: url(../images/qywh_icon6_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item .icon7{
	background: url(../images/qywh_icon7_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item .icon8{
	background: url(../images/qywh_icon8_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item .icon9{
	background: url(../images/qywh_icon9_on.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover{
	background: #006db8;
	color: #fff;
}
.wh_list_box_bg .item:hover .icon1{
	background: url(../images/qywh_icon1.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover .icon2{
	background: url(../images/qywh_icon2.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover .icon3{
	background: url(../images/qywh_icon3.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover .icon4{
	background: url(../images/qywh_icon4.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover .icon5{
	background: url(../images/qywh_icon5.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover .icon6{
	background: url(../images/qywh_icon6.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover .icon7{
	background: url(../images/qywh_icon7.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover .icon8{
	background: url(../images/qywh_icon8.png) no-repeat;
	background-size: 30px 30px;
}
.wh_list_box_bg .item:hover .icon9{
	background: url(../images/qywh_icon9.png) no-repeat;
	background-size: 30px 30px;
}
.zbwh_content .tab_header ul{
	padding:.5rem  .4rem 0 .4rem;
	box-sizing: border-box;
	/*display: flex;*/

	text-align: justify;
	text-align-last: justify;
	border-bottom: 1px solid #dedede;
}
.zbwh_content .tab_content .l_img img{
	width: 5.94rem;
	height: 4.29rem;
}
.zbwh_content .tab_content{
	overflow: hidden;
}
.zbwh_content .tab_content .l_img{
	float: left;
}
.zbwh_content .tab_content .r_t{
	float: right;
	width: 5.9rem;
	padding: .2rem 0 .32rem 0;
}
.zbwh_content .tab_content .item{
	display: none;
}
.zbwh_content .tab_content .item.show{
	display: block;
}
.zbwh_content .tab_content .r_t p{
	font-size: .16rem;
	color: #333;
	line-height: .24rem;
	padding-bottom: .24rem;
}
.zbwh_content .tab_header li{
	/*flex: 1;*/
	position: relative;
	cursor: pointer;
	display: inline-block;
	font-size: .26rem;
	color: #333;
	font-weight: bold;
	/*padding:0 .4rem;*/
	line-height: .86rem;
	box-sizing: border-box;
}
.zbwh_content .tab_header li.on{
	color: #006db8;
}
.zbwh_content .tab_header li.on:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	width: 45px;
	height: 5px;
	left: 50%;
	margin-left: -22.5px;
	background:#006db8;
}
.zbwh_content .tab_content{
	padding-top: .4rem;
}
.commit_new_list_box{
	background: #f1f8fd;
}
.zbwh_content .commit_new_list_box .commit_main_title{
	padding:.6rem 0 .3rem 0;
}
.zbwh_content .commit_new_list_box .commit_main_title h3{
	border-bottom: 1px solid #eee;
}
.zbwh_content .commit_new_list_box .commit_main_title .line{
	position: relative;
	top: -2px;
}

@media screen and (max-width: 1024px) {
	.zbwh_content .tab_content .r_t p{
		font-size: 12px;
		line-height: 22px;
	}
}
@media screen and (max-width: 768px) {
	.zbwh_content .tab_content .l_img{
		float: none;
		width: 100%;
	}
	.zbwh_content .tab_content .r_t{
		float: none;
		width: 100%;
	}
	.wh_list_box_bg .item{
		height: auto;
		width: 100%;
		margin: 0px!important;
		padding: 20px 0;
		margin-bottom: 20px!important;
	}
	.wh_list_box_bg .item h4{
		font-size: 14px;
	}
	.wh_list_box_bg .item p{
		font-size: 12px;
		line-height: 18px;
	}
	.zbwh_content .commit_new_list_box .commit_main_title{
	    padding: 15px 0;
	 }

}
@media screen and (max-width: 414px) {
	.zbwh_content .tab_content .l_img img{
		height: auto;
		width: 100%;
	}
	.zbwh_content .tab_content .r_t{
		padding:30px 0;
	}
	.zbwh_content .tab_header ul{
		padding: 25px 20px 0 20px;
		border-bottom: 0;
	}
	.zbwh_content .tab_header li{
		font-size: 12px;
		line-height: 28px;
	}
	.zbwh_content .tab_header li.on:after{
	    bottom: -1px;
	    width: 100%;
	    height: 2px;
	    left: 0;
	    margin-left: 0;
	}
}
