header{
	width: 100%;
	/*background: #003399;*/
	background: white;
}
.header{
	width: 100%;
	height: 77px;
	display: inline-block;
}
.logo{
	height: 53px;
	display: block;
	float: left;
	margin-top: 12px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	max-width: calc(100% - 195px);
	float: right;
	display: inline-block;
	position: relative;
}
.heade1{
	height: 28px;
	display: block;
	float: left;
	margin-top: 24px;
}
.heade2{
	width: calc(100% - 28px);
	float: left;
	display: inline-block;
}
.heade2 li{
	float: left;
	margin-right: 50px;
}
.heade2_1{
	height: 77px;
	line-height: 77px;
	display: block;
	/*font-size: 14px;*/
	/*color: white;*/
	font-size: 12px;
	color: #003399;
	font-weight: bold;
}
.heade2_1.on{
	/*border-bottom: 4px solid white;*/
	border-bottom: 4px solid #003399;
}
.heade3{
	width: 300px;
	height: 40px;
	background: white;
	border-radius: 60px;
	box-shadow: 0 0 8px rgba(0,0,0, 0.3);
	display: none;
	overflow: hidden;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.heade3 div{
	width: 100%;
	height: 100%;
	display: flex;
}
.heade3 input{
	border: none;
	outline: none;
	width: calc(100% - 40px);
	height: 100%;
	padding: 0 20px;
	font-size: 14px;
	color: #333333;
}
.heade3 button{
	border: none;
	outline: none;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: white;
	background-image: url(../img/seach_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px auto;
}