@charset "utf-8";
/* CSS Document */
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dt,dd,span,i,em,strong,input,textarea,select,option,img{padding:0; margin:0;}
a{
	color:#000;
	text-decoration:none;
}
li{ list-style:none;}
body{
	font-size:12px;
	line-height:100%;
	font-family:'微软雅黑';
}
b,strong,h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
i,em{ font-style:normal;}
img{
	vertical-align:top;
	 border:none;
	}
.clearfix:after{
	display: block;
	clear:both;
	content:'';
}
.clearfix{zoom:1;}
.fl{ float:left}
.fr{ float:right}
.fn{float:none;}