﻿
/* 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 {
	font-size: 12px;
	font-family: "微软雅黑", Arial, sans-serif;
	color: #727272;
	background: #fff;
}
a {
	color: #727272;
	text-decoration: none;
}
a:hover {
	color: #007bda;
	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: 8.0556em;
	position: relative;
}
.logo {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -0.7778em;
	left:30%;
	margin-left: -6.0833em;
	z-index: 1;
}
.logo img {
	width: 12.1667em;
	height: 1.5556em;
}
.focus {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	font-size: 1em;
}
.focus .hd {
	width: 100%;
	height: 2.7778em;
	position: absolute;
	z-index: 1;
	bottom: 0em;
	text-align: center;
	background: url(../image/bg_01.png) repeat;
}
.focus .hd ul {
	display: inline-block;
	height: 0.5556em;
	vertical-align: top;
	position: absolute;
	right: 0.5556em;
	bottom: 1.1111em;
}
.focus .hd ul li {
	display: inline-block;
	width: 0.5556em;
	height: 0.5556em;
	background: url(../image/bg_13.png) center center no-repeat;
	background-size: 100% auto;
	margin: 0 0.2778em;
	vertical-align: top;
	overflow: hidden;
	text-indent: -2em;
}
.focus .hd ul .on {
	background: url(../image/bg_12.png) center center no-repeat;
}
.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 {
	font-size: 1em;
	width: 100%;
	height: 9em;
	padding-top: 2em;
	line-height: 2em;
	text-align: center;
	color: #a2a2a2;
	overflow: hidden;
	background: url(../image/bg_14.jpg) left top repeat-x #282828;
}
