header{
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
	/*position: absolute;*/
	 position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.fdhea{
	background: white;
}
.fdhea2{
	background: white;
}
.header-hide{
    position: fixed;
    top: -100px;
    height: 0;
}
.fixed{
    position: fixed;
    top: 0;
}
.header{
	width: 100%;
	height: 100px;
	display: inline-block;
}
.logo{
	height: 50px;
	display: block;
	margin-top: 25px;
	float: left;
}
.logo img{
	height: 100%;
	display: block;
}
.heade1{
	float: left;
	font-size: 18px;
	color: #1466AE;
	margin-top: 37px;
}
.heade1 img{
	height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.heade1 span{
	display: inline-block;
	vertical-align: middle;
}
.heade2{
	width: 45px;
	float: left;
	margin-top: 40px;
	margin-left: 35px;
	font-size: 18px;
	color: #1466AE;
	text-align: center;
	border: none;
	outline: none;
	background: none;
	  appearance: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  background-image: url(/public/static/css/../img/down_1.png);
	  background-position: center right;
	  background-repeat: no-repeat;
	  background-size: 10px auto;
}
.heade2 option{
	text-align: center;
}
.heade3{
	width: calc(100% - 357px);
	float: left;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}
.heade3 li{
	display: inline-block;
	margin-right: 6%;
}
.heade3 li:last-child{
	margin-right: 0;
}
.heade3_1{
	line-height: 100px;
	font-size: 18px;
	color: #333333;
}
.heade3_1:hover{
	color: #1466AE;
}
.heade3_1.on{
	color: #1466AE;
}