@charset "utf-8";
/* CSS Document */
div, p, ul, dl, dt, dd, h2, h3 {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style: none;
}
img {
	border: none;
	width: 100%;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:link, a:visited {
	color: #555;
}
a:hover, a:active {
	color: #555;
}
.clearFloat:after {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
}
.clearFloat {
	zoom: 1;
}
body {
	width: 100%;
	background-color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*网页开始*/
.header {
	width: 100%;
	margin: 0 auto;
	background-color:#004ea2;
}
.header img {
	float: left;
}
.logo {
	float: left;
	width: 1.85rem;
	height: 0.22rem;
	margin: 0.15rem;
}
.nav_btn {
	float: right;
	width: 0.26rem;
	height: 0.2rem;
	margin-right: 0.12rem;
	margin-top: 0.16rem;
}
/*banner*/
.banner {
	width: 100%;
	/*height: 1.74rem;*/
	font-size:0;
}
/*版权*/
.copyright {
	width: 100%;
	overflow: hidden;
	background-color: #8094af;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.copyright li {
	width: 100%;
	line-height: 0.20rem;
	font-size: 0.13rem;
	color: #d8e3fd;
	text-align: center;
}
.copyright li a {
	width: 100%;
	line-height: 0.20rem;
	font-size: 0.13rem;
	color: #d8e3fd;
	text-align: center;
	text-decoration: none;
}