﻿body{
	overflow-x: hidden;
}
.topmain{
	position: relative;
}

.headtop{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	margin:auto;
	right:0;
	z-index: 9;
}
.headers{
	width:100%;
	background:url(../img/header_bg1.png) no-repeat center center;
	background-size:100% 100%;
	height: 90px;
}
.title{
	font-size: 26px;
	color: #f6fbff;
	margin-left:23px;
	height: 90px;
    line-height: 90px;
    display: inline-block;
    vertical-align: top;
}
.search{
	width: 291px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 18px;
	padding:0 10px;
	box-sizing: border-box;
	display: table;
	vertical-align: middle;
	position: relative;
}
.search input{
	height: 100%;
	line-height: 100%;
	border-radius:10px;
	text-indent: 5px;
	display: inline-block;
	font-size: 14px;
	width:100%;
	padding-right: 20px;
}
.search img{
	vertical-align: middle;
	position: absolute;
	right: 15px;
	top: 8px;
	height: 20px;
	width:20px;
}
.main{
	display: table;
	vertical-align: middle
}
.left,.right{
	display: table-cell;
    vertical-align: middle;
}
.left img{
	display: inline-block;
	margin-top: 16px;
}


/*导航*/
.navList {
	width: 100%;
	height: 56px;
	background-color: #005199;
	/*opacity: 0.84;*/
}
.navList ul{
	font-size: 0;
}
.navList ul li{
	width: 14.285%;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	vertical-align: top;
	color: #fff;
	line-height: 56px;
}
.navList ul li .child{
	width: 100%;
	height: auto;
	background-color: #05549a;
	box-shadow: 0px 5px 5px 0px
		rgba(13, 5, 9, 0.75);
	opacity: 0.74;
	font-size: 18px;
}
.navList ul li .child .child_tiem{
	line-height: 60px;
}
.navList ul li .child .child_tiem a{
	display: block;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.navList ul li .child .child_tiem a.active{
	color: #ffba00;
}
.navList ul li .child .child_tiem a:last-child{
	border-bottom:none;
}

.bannermain{
	width: 100%;
	overflow: hidden;
}
.child{
	display: none;
}



/*尾部*/
.footers{
	height: 43px;
	background-color: #005bac;
	text-align: center;
	line-height: 43px;
}
.footers .main{
	display: inline-block;
    height: 43px;
}
.footers p{
	font-size: 14px;
	display: inline-block;
	color: #fff;
	padding:0 10px;
}