  body{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.section{
	width: 100%;
	float: left;
}
.label{
	width: 100%;
	background: #09f;
	text-align: center;
	margin-top: 30px;
	color: white;
}
.kuang{
	width: 100%;
	background: #ae5;
}
.item{
	width: 24%;
	float: left;
	height: 80px;
	background: #eee;
	margin: 0.5%;
}
.item a{
	cursor: pointer;
}
 @media  (max-width:800px){
	.item{
		width: 48%;
		float: left;
		height: 80px;
		background: #eee;
		margin: 1%;
	}
 }
.item a{
	text-decoration: none;
	color: #000;
}
.item div{
	width: 100%;
	text-align: center;
}
.item p{
	font-size: 12px;
	color: #999;
	float: left;
	margin: none;
	padding: none;
}
</style>
<style>
    .kefuall {
	    color: #000;
	    font-size: 14px;
	}
	.kefuall button {
	    font-size: 14px;
	    background: none;
	    border: none;
	    color: #000;
	    margin: 0;
	    padding: 0;
	}
	@media (min-width: 750px){
		.pckefu {
		    width: 50px;
		    height: 240px;
		    position: fixed;
		    top: 30%;
		    right: 0;
		}
		.pckefu aside {
		    height: 23%;
		    margin-top: 2%;
		    background: #000;
		    position: relative;
		}
		.footkuai {
		    width: 100%;
		    height: 100%;
		}
		.kefu {
		    display: none;
		}
		.footkuai {
		    width: 100%;
		    height: 100%;
		}
		.pckefu .footzhan {
		    position: absolute;
		    width: 223px;
		    right: 60px;
		    top: 0;
		}
		.wxkefu .i {
		    width: 100%;
		    height: 100%;
		    background-image: url(/common/images/wxkefu.png);
		    background-repeat: no-repeat;
		    background-size: 100% 100%;
		}
		.zxkefu .i {
		    width: 100%;
		    height: 100%;
		    background-image: url(/common/images/zxkefu.png);
		    background-repeat: no-repeat;
		    background-size: 100% 100%;
		}
		.wxwaikefu .arrow {
		    position: absolute;
		    width: 8px;
		    height: 12px;
		    background: url(/common/images/side_bg_arrow.png) no-repeat;
		    right: -8px;
		    top: 31px;
		}
		.wxwaikefu .inner-box {
		    padding: 8px 22px 12px;
		}
	}