@import url("index.css");
@import url("zqcom.css");
@import url("page.css");
@import url("icon.css");
body{
	font-size: 12px;
	color: rgba(0,0,0,.8);
	font-weight: normal;
	font-family: "微软雅黑";
	/*background: #f6f6f6;*/
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
}
a{
	text-decoration: none;
}
li{
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
}
.paging-title{
	font-size: 24px;
	height: 84px;
	margin-top: 20px;
	line-height: 84px;
}
.paging-title a{
	float: right;
	font-size: 16px;
	color: #008942;;
}
p{
	margin: 0;
}
*{padding:0;margin:0;}
.clify a{
	color: #fff;
}
input, button, textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 0;
}
select{
	outline: none;
	margin: 0;
	padding: 0;
}
.fl{float: left}
.fr{float: right}
