@charset "utf-8";
*{
	padding:0;
	margin:0;
	font-family: 'Microsoft YaHei';
	background-repeat: no-repeat;
}
img{
	border:none;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,b,strong{
	font-weight: normal;
}
h3{
	color: #333;
}
em,i{
	font-style: normal;
}
i{
	display: inline-block;
}
ol,ul,li{
	list-style: none;
}
body {
	overflow: scroll;
	overflow-x: hidden;
}
table { border-collapse: collapse; border-spacing: 0; }