/* css初始化 */
body,dd,dl,form,h1,h2,h3,h4,h5,h6,input,ol,p,ul{
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: "Microsoft YaHei";
}
a,a:hover{
	text-decoration: none;
	outline: none;
}
li {
	list-style: none;
}
em,i {
	font-style: normal;
}
img {
	border: none;
	vertical-align: middle;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear:after {
	content: "";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
input {
	outline: none;
	border: none;
	background: transparent;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}