@charset "gb2312";
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ol, ul, li {
	list-style: none;
}
img {
	border: 0;
	max-width: 100%;
}
p {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	color: #333;
	font-family: "STHeiti", "Arial", "宋体", "Tahoma", "Helvetica", "sans-serif";
repeat-x #fff;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #d00;
}
.clear {
	border: 0;
	line-height: 0;
	height: 0;
	clear: both;
	font-size: 0;
}