@charset "gbk";
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font: 12px/1.5 "Microsoft YaHei", arial, verdana, sans-serif;
}
body{
	background-color: #F5F5F4;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style: none;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before, q:after {
	content: '';
}
button, input, select, textarea {
	font-size: 100%;
}
legend {
	color: #000;
}
small {
	font-size: 12px;
}
hr {
	border: none;
	height: 1px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	clear: both;
}
