* {
	padding: 0px;
	margin: 0px;
}

body{min-width:1200px}
.header {
	width: 100%;
	height: 360px;
	background-image: url(../img/cq.jpg);
	background-repeat: no-repeat;
    background-position: center;
}
.header_banner{width: 1200px;
    margin: 0 auto;
    padding-top: 100px;}
.header img {
	padding-left:30px;
}

.nav_main {
	width: 100%;
	height: 45px;
	background-color: #1475c6;
}
.nav_main ul {
	height: 45px;
	float: left;
}
.nav_main ul li {
	width: 91px;
	height: 45px;
	float: left;
	list-style: none;
	padding-left: 15px;
}
.nav_main ul li a {
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
}
.nav_main ul li:hover {
	background-color: #0e528a;
}

.xxx{
	float: left;
	margin-top: 8px;
}
.xxx .form_k {
	height: 30px;
	line-height: 30px;
	border-radius:5px;
}
.xxx .btn_s {
	width: 50px;
	height: 30px;
	line-height: 20px;
	border-radius:5px;
}



.footer {
	width: 100%;
background-color: #005bac;
	margin-top: 16px;
color: #fff;
}
.footer a{color: #fff;}
.end {
	height: 150px;
	text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}
.end li {
	list-style: none;
	padding-top: 20px;
	font-size: 14px;
}


.nav_main .xxx{
	
	
	float: right;


}
.nav_main .xxx .search{
	width:284px;
	height:30px;
	float: left;
	display: block;
	background: none;
	border-radius: 12px;
}
.nav_main .xxx .search .input{
	width:232px;
	height:30px;
	background: white;
	border: none;
	line-height: 30px;
	border-radius: 12px 0px 0px 12px;
	outline: none;
	display: block;
	float: left;
	font-size: 13px;
	text-indent: 18px;
}
.nav_main .xxx .search .sub{
	width:52px;
	height:30px;
	line-height: 30px;
	background:url(../img/input.png) no-repeat 15px 5px #00baff;
	border: none;
	border-radius:0 12px 12px 0px;
	outline: none;
	display: block;
	float: left;
	font-size: 13px;
}
.nav_main .xxx .link{
	width:104px;
	height:32px;
	margin-left: 20px;
	float: left;
}
.nav_main .xxx .link li{
	width:32px;
	height: 32px;
	float: left;
	cursor: pointer;
	position: relative;
}
.nav_main .xxx .link li.one{
	background:url(../img/bgwx.png) no-repeat;
}
.nav_main .xxx .link li.two{
	margin:0 4px;
	background:url(../img/bgtel.png) no-repeat;
}
.nav_main .xxx .link li.three{
	background:url(../img/bgphone.png) no-repeat;
}
.nav_main .xxx .link li.one:hover{
	background:url(../img/wxa.png) no-repeat;
}
.nav_main .xxx .link li.two:hover{
	margin:0 4px;
	background:url(../img/tela.png) no-repeat;
}
.nav_main .xxx .link li.three:hover{
	background:url(../img/phonea.png) no-repeat;
}
.nav_main .xxx .link li img{
	position: absolute;
	display:none;
	width:100px;
	height:100px;
	left: -30px;
	top:35px;
}
.nav_main .xxx .link li:hover img{
	display: block;
}
