@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
img, input, select, button {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Microsoft YaHei', Arial;
	min-width: 1200px;
	font-size: 16px;
}
img {
	border: 0;
}
input, button {
	outline: none;
	border: none;
}
li {
	list-style: none;
}
a {
	font-family: 'Microsoft YaHei', Arial;
	text-decoration: none;
	color: #000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear::after {
	content: ' ';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	zoom: 1;
	overflow: hidden\9;
}
.clear-n {
	zoom: 1;
}
.container {
	width: 100%;
}
.el {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.space {
	padding: 0 10px;
}

