/* css reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
body, button, input, select, textarea { font-size:12px;
	
}
body{ background:#f5f4f4; color:#333;font-family: "微软雅黑"}

ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img{ border:0}
h2, h3, h4 {
	font-family: "微软雅黑"
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, button, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	vertical-align: middle;
*font-size:100%;
}
address, caption, cite, code, dfn, em, i, b, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
small {
	font-size: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
a {
	text-decoration: none;
	color: #666
}
a:hover {
	color: #ff3933
}