﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, i, dl, dt, dd, ol, ul, li, label, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 14px;
	font-family: Microsoft YaHei;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	padding: 0px;
	margin: 0px;
	outline: none;
	border: none;
}
a {
	color: #000000;
}
a:link, a:visited {
	text-decoration: none;
}
img {
	display: block;
}
.clearfix {
	clear: both;
}
em, i {
	font-style: normal;
}


#outer{
	width: 1200px;
	 background-color: #f2f2f2; 
	 margin: 0 auto;
}
/*页头*/


/*页脚*/
.footerbox {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	background: #006eab;
	padding-bottom: 25px;
	
}

.auto-bnt{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	background: #006eab;
}
.footer {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	color: white;
	border-bottom: 2px solid #074574;
}
.footer .foot-list {
	width: 1200px;
	height: 80px;
}
.footer .foot-list ul{
	height: 80px;
}
.footer .foot-list ul li{
	text-align: center;
	margin: 15px auto;
	width:225px ;
	/* width: calc((100% - 0px)/4); */
	height: 50px;
	display: inline-block;
	line-height: 50px;
	border: 1px solid #fff;
	font-size: 16px;
}
.footer .foot-list .li-2{
	margin-left: 90px;
	margin-right: 90px;
}
.footer .foot-list .li-3{
	margin-right:90px;
}
.footer .foot-list ul li:hover{
	background-color: #007ac7;
	border: 1px solid #007ac7;
}











#foot{
	width: 100%;
	margin: 0 auto;
	background: #006eab;
}
.foot-buttom{
	background: #006eab;
	width: 1200px;
	margin: 0 auto;
	height: 150px;
}
.buttom-left{
	width: 50%;
	float: left;
	height: 130px;	
	margin-top: 20px;
}
.buttom-left div{
	float: left;
}
.buttom-left img{
	vertical-align: middle;
}
.buttom-rg{
width: 50%;
float: left;
height: 130px;
margin-top: 20px;
line-height: 26px;
}

.buttom-rg p{
	
	color: #fff;
}
.buttom-rg a{
	color: #fff;
}



.onhh{
	position: absolute;
	left: 0;
	top: 70px;
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	display: none;
	overflow: hidden;
}
.onhh:hover{
	display: block;
}
.onhh2:hover{
	display: block;
}.onhh3:hover{
	display: block;
}.onhh4:hover{
	display: block;
}
.onhh ul li{
	float: left;
	padding-left: 24px;
	line-height: 20px;
	width: 215px;
}
.onhh ul li:hover{
	color: red;
}

.onhh2{
	position: absolute;
	left: 0;
	top: 80px;
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	display: none;
	overflow: hidden;
}
.onhh2 ul li{
	float: left;
	padding-left: 24px;
	line-height: 33px;
	width: 215px;
}
.onhh2 ul li:hover{
	color: red;
}
.onhh3{
	position: absolute;
	left: 0;
	top: 80px;
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	display: none;
	overflow: hidden;
}
.onhh3 ul li{
	float: left;
	padding-left: 24px;
	line-height: 33px;
	width: 215px;
}
.onhh3 ul li:hover{
	color: red;
}
.onhh4{
	position: absolute;
	left: 0;
	top: 80px;
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	display: none;
	overflow: hidden;
}
.onhh4 ul li{
	float: left;
	padding-left: 24px;
	line-height: 33px;
	width: 215px;
}
.onhh4 ul li:hover{
	color: red;
}


















.headerbannertop{
	width: 100%;
	height: 20px;
position:absolute;
top:5px;
}
.headerbannertop ul li{
	list-style: none;
	font-size: 16px;
	
	float: right;
	line-height: 20px;
	margin: 10px 10px 0 10px;
	padding: 0 10px 0 10px;
	border: 1px solid #898f93;
	border-radius: 18px;
	background-color:#006eab;
}
.headerbannertop ul li a{
	color: #FFFFFF;
	display:inline !important;
}