/*公用样式*/
html{
	font-size: 12px;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
legend,
button,
submit,
input,
textarea,
select,
table,
tr,
th,
td,
hr,
pre,
sup,
address,
cite,
dfn,
em,
var,
blockquote {
	margin: 0;
	padding: 0
}
a{
	text-decoration: none;
	color:#121212;
}
img{
	border: none;
	padding: 0;
	margin: 0;
}
body{
	font-family: "微软雅黑","黑体",arial;
}
ul,li{
	list-style: none;
}

.clear{
	clear: both;
}
