@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Microsoft YaHei", 微软雅黑;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	color: #464646;
	font-size: 14px;
	background: #EDEEF4;
}
#container {
	margin: 0 auto;
	min-width: 1500px;
	text-align: left;
}
img {
	vertical-align: top;
}
#main {
	margin: 0 auto 6px;
	width: 1480px;
}
* html #main {
	zoom: 1;
}
*+html #main {
	zoom: 1;
}
#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.floatL {
	float: left !important;
}
.floatR {
	float: right !important;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
#header {
	margin-bottom: 43px;
	padding: 19px 0 17px;
	background: #373C63;
}
#header .hInner {
	margin: 0 auto;
	width: 1480px;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
#footer {
	padding: 25px 0 28px;
	background: #1F213A;
}
#footer p {
	color: #fff;
	font-size: 18px;
	text-align: center;
}