@charset "utf-8";
*{ font-family:"微软雅黑";}
body{
	margin:0;
	background:#fff;
	font-size:12px;
	line-height:14px;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	
}

form,ul,ol,h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	list-style:none;
}

input,textarea,select,button{
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

address,cite,small{
	color:#999;
	font-style:normal;
}
