@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: #555555;
	background: #fff;
}
a {
	color: #555555;
	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%;
}
}


@media screen and (min-width:720px) {
body {
	font-size: 187.5%;
}
}




/*头部*/
.header {
	width: 100%;
	height: auto;
	font-size: 1em;
}
.header_nav {
	width: 100%;
	height: auto;
	position: relative;
	background: #012a6c;
}
.logo {
	display: block;
	width: auto;
	max-width: 58.19444%;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0.27778em;
	z-index: 1;
}
.logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

/*导航*/
.nav_button {
	font-size: 1em;
	width: 12.778%;
	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: #013e7f;
	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: 1.6667em;
	text-align: center;
}
.focus .hd ul {
	display: inline-block;
	height: 1.1111em;
	vertical-align: top;
	position: absolute;
	right: 0;
	bottom: 0px;
}
.focus .hd ul li {
	display: inline-block;
	width: 1.1111em;
	height: 1.1111em;
	background: url(../images/dot2_03.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/dot1_03.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: 15em;
	overflow: hidden;
	background: #555555;
}
.footer_contact {
	width: 95%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	color: #fff;
	padding: 0.5em 0 1em;
}

.footer_contact p {
	font-size: 1.25em;
	width: 100%;
	height: auto;
	line-height: 2em;
	overflow: hidden;
	text-align:center;
}
.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;
}
.footer_contact span{
	display:block;
	float:left;
	margin-left:1em;

}
.footer_contact span img{
	width:50%;
}
.footer_contact i{
	font-style:normal;
	float:left;
	margin-left:-1em;
	margin-top:0.5em;
}

.footer_contact font{
	float:left;
	width:10em;
	margin-top:1em;
}
.footer_contact font img{
	float:left;
	width:100%;
}
.footer_contact p a{
	color:#bdbdbd;
}
.footer_contact p a:hover{
	color:#c8000a;
}
