html,
body,
ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

body,
html {
	font-size: 14px;
	color: #000;
	font-family: "微软雅黑";
}

ul,
li {
	list-style: none;
}

a,
u {
	text-decoration: none;
}

img {
	border: 0;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 100;
}

em,
i {
	font-style: normal;
}

b,
strong {
	font-weight: 100;
}
p{
	margin-bottom:10px;
}