html,body,textarea,div,ul,ol,dl,li,h1,h2,h3,h4,h5,h6,p,a,span,dd,dt,header,section,input{
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}
html,body{
	width: 100%;
	/*height: 100%;*/
}
a{ 
	color:#323232;
	text-decoration: none;
}
li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
.clear{
	clear:both;
}
input{
	outline: none;
	border:none;
}
img{
	display: block;
}