.headWrap{
	background: #d1eafa;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: right;
}
.headWrap a{
	color: #070002;
	font-size: 16px;
	margin: 0 15px;
}
.headWrap a:hover{color: #f00;}
.header{
	overflow: hidden;
	clear: both;
	margin: 10px auto;
}
.header .logo{
	float: left;
	margin-left: 35px;
}
.header .logo img{
	width: 273px;
	height: 104px;
}
.header .search{
	float: left;
	margin-left: 85px;
	margin-right: 0;
}
.header .search .search_con{
	border: 1px solid #0096ff;
	line-height: 30px;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
}
.header .search .search_con .inp{
	width: 410px;
	float: left;
	background: url(../image/icon01.png) no-repeat 6px center;
	padding-left: 30px;
	border: none;
	outline: none;
	line-height: 36px;
}
.header .search .search_con .btn{
	width: 90px;
	float: right;
	line-height: 36px;
	background: #0096ff;
	color: #fff;
	font-size: 16px;
	outline: none;
	border: none;
	cursor: pointer;
}
.header .search .search_txt01{
    text-align: center;
    font-size: 18px;
    font-family: KaiTi;
    font-weight: 400;
    color: #FE0101;
}
.header .search .search_txt01 span{margin-right: 40px;}
.header .code{
	float: right;
	width: 180px;
}
.header .code ul li{
	display: inline-block;
	text-align: center;
	color: #333;
}
.header .code img{
	width: 77px;
	height: 77px;
	margin-bottom: 10px;
}
.header .tel{
	float: right;
	margin-right: 25px;
    margin-top: 26px;
}
.header .menu{
	margin-left: 85px;
	float: left;
	margin-top: 20px;
}
.header .menu ul{
	display: block;
	overflow: hidden;
	clear: both;
}
.header .menu ul li{
	float: left;
	margin-right: 50px;
}
.header .menu ul li:last-child{margin-right: 0;}
.header .menu ul li a{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.header .menu ul li:hover a,.header .menu ul li.on a{color: #0096ff;}