body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
ul,ol,li{
	list-style: none;
}
span figcaption {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
}

a:hover,
a:link,
a:visited,
a:hover {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.clear_float:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
	font-style: normal;
}

ol,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
.lf{
	float: left;
}
.rt{
	float: right;
}
.clear{
	clear: both;
}