@charset "utf-8";
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 {
	font:12px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
	color:#444;
}
ul, ol {
	list-style:none;
}
em {
	font-style:normal;
}
.clearfix:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height:0;
	font-size:0
}
.clearfix {
*zoom:1
}
/* global */
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#c00;
	text-decoration:underline;
}
.wrapper {
	margin:0 auto;
}
/* bg */
/* topbar */
.topbar {
	background:#f6f6f6;
	border-bottom:1px solid #ededed;
	font:12px/29px "Arial";
	position:relative;
	zoom:1;
	z-index:1001;
	height:30px;
}
