body,
ul,
ol,
dl,
dt,
dd,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
table,
tr,
td,
select,
textarea {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "宋体";
	line-height: 1.5;
	background: #fff;
}

img {
	border: none;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

input {
	vertical-align: middle;
}

ul li {
	list-style: none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.clearfix {
	zoom: 1
}
