@charset "utf-8";

html{
	color:#000;
	background: #FFF;
	font: 12px '宋体';
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img{
	margin: 0;
	padding: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}
em,
u,
i,
strong{
	font-style: normal;
	font-weight: normal;
}
ol,
ul,
li{
	list-style: none;
}
h1,
h2,
h3{
	font-size: 100%;
	font-weight: normal;
}
input,
textarea,
select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}
img{
	border: 0 none;
}