@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	/*max-width: 640px;
	margin: 0 auto;*/
	font-size: 12px;
	font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	font-weight: 100;
	color: #656565;
	background: #fff;
}
a {
	color: #656565;
	text-decoration: none;
}
/*a:hover {
	color: #006cb8;
	text-decoration: none;
}*/
img {
	border: 0 none;
}
ol, ul, li {
	list-style: none;
}
div, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input[type="submit"] {
	cursor: pointer;
}
button {
	cursor: pointer;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ov {
	overflow: hidden;
}

@media screen and (min-width:320px) {
body {
	font-size: 75%;
}
}

@media screen and (min-width:360px) {
body {
	font-size: 85%;
}
}

@media screen and (min-width:480px) {
body {
	font-size: 110.5%;
}
}

@media screen and (min-width:568px) {
body {
	font-size: 129%;
}
}

@media screen and (min-width:639px) {
body {
	font-size: 150%;
}
}
/*头部*/
.header {
	width: 100%;
	height: auto;
	font-size: 1em;
	border-top:0.6em solid #014489;
}
.header_nav {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;

}
.logo {
	display: block;
	width: auto;
	max-width: 35.16%;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0.27778em;
	z-index: 1;
}
.logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
/*广告语*/
.header_welcome {
	font-size: 1.666em;
	width: 47.66%;
	height: 3.4em;
	position: absolute;
	left: 36.5%;
	top: 50%;
	margin-top: -1.7em;
	z-index: 2;
}
.header_welcome span {
	display: block;
	width: 100%;
	height: 1.7em;
	line-height: 1.7em;
	overflow: hidden;
	color:#014489;
}
.header_welcome span a {
	font-size: 1.3em;
	font-weight: 400;
	color: #cf000d;
}
/*导航*/
.nav_button {
	font-size: 1em;
	width: 15.625%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/bg_00.jpg) center center no-repeat;
	background-size: contain;
	z-index: 2;
	outline: none;
}
.menu {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 99999;
}
.menu ul li {
	font-size: 1.5em;
	height: 2.4185em;
	line-height: 2.4185em;
	text-align: center;
	margin-bottom: 1px;
	background: #014489;
	overflow: hidden;
}
.menu ul li a {
	display: block;
	position: relative;
	color: #fff;
	outline: none;
}

/*底部*/
.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #014489;
	font-size:1em;

}
.footer_contact {
	width: 95%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	color:#60adfd;
	padding: 2em 0 3em;
}

.footer_contact p {	
	width: 100%;
	height: auto;
	line-height: 2em;
	overflow: hidden;
	text-align:center;

}
.footer_contact p a{
	color:#60adfd;	
	}
