@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: #060001;
	background: #fff;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ed1d25;
	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;
}
.header_nav {
	width: 100%;
	height: 8em;
	position: relative;
	background: #fff;
}
.logo {
	display: block;
	width: auto;
	max-width: 82.8125%;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0px;

	z-index: 1;
}
.logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
/*导航*/
.nav_button {
	font-size: 1em;
	width: 18.1875%;
	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: #009ada;
	overflow: hidden;
}
.menu ul li a {
	display: block;
	position: relative;
	color: #fff;
	outline: none;
}
/*轮播图*/
.focus {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	font-size: 1em;
}
.focus .hd {
	width: 100%;
	height: 1.1111em;
	position: absolute;
	z-index: 1;
	bottom: 0.6111em;
	

}
.focus .hd ul {
	display: inline-block;
	height: 1.1111em;
	vertical-align: top;
	position: absolute;
	bottom: 0px;
	left:45%;
	z-index:9999;
	
}
.focus .hd ul li {
	display: inline-block;
	width:0.8em;
	height: 0.8em;
	background:url(../images/dot1.png) center center no-repeat;
	background-size: 100%;
	margin: 0 0.2778em;
	vertical-align: top;
	overflow: hidden;
	text-indent: -2em;
	cursor: pointer;
}
.focus .hd ul .on {
	background:url(../images/dot2.png) center center no-repeat;
	background-size: 100%;
}
.focus .bd {
	position: relative;
	z-index: 0;
}
.focus .bd li img {
	width: 100%;
	height: auto;
}
.focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*底部*/
.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #009ada;
}
.footer_contact {
	width: 86.875%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	color: #fff;
	padding: 0.5em 0 1em;
	text-align:center;
}
.footer_contact a{
	color:#fff;
}
.footer_contact h1 {
	display: block;
	width: 100%;
	font-size: 1.45em;
	height: 2.5em;
	line-height: 2.5em;
	overflow: hidden;	
	text-align:center;
}
.line{
	background:#80cded;
	width:100%;
	height:1px;
	display:block;
}
.footer_contact h1 span {
	font-family: "宋体";
	font-weight: bold;
}
.footer_contact p {
	font-size: 1.25em;
	width: 100%;
	height: auto;
	line-height: 2em;
	overflow: hidden;
}
.footer_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.footer_img img {
	width: 100%;
}
.footer_link {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 99999;
}
.footer_link img {
	width: 100%;
	position: relative;
}
.footer_link a {
	display: block;
	width: 25%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0px;
}
