@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, form, label, legend, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
.center {
	width: 1200px;
    margin:0 auto;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
}
img {
	max-width: 100%;
	border: none;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
    color: #333333;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
input {
	outline: none;
}
.clearfix:before {
    content: "";
    display: block;
    height: 0px;
    width: 100%;
    clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	width: 100%;
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}