header{
	width: 100%;
	background: #F8F9FA;
	    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
}
.header{
	width: 100%;
}
.header_top{
    width: 100%;
    padding: 10px 0;
    display: inline-block;
}
.header_top1{
    float: right;
    display: inline-block;
}
.header_down{
    width: 100%;
}
.logo{
	height: 70px;
	display: block;
	float: left;
	/*margin-top: 32.5px;*/
}
.logo img{
	height: 100%;
	display: block;
}
.heade1{
	    width: 240px;
	    height: 40px;
	    border-radius: 40px;
		background: white;
		overflow: hidden;
		margin-top: 15px;
		display: flex;
		float: left;
}
.heade1 input{
	border: none;
	outline: none;
	width: calc(100% - 50px);
	height: 100%;
	padding: 0 15px;
	font-size: 14px;
}
.heade1 button{
	border: none;
	outline: none;
	width: 50px;
	height: 100%;
	background-color: white;
	background-image: url(../img/search_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.heade2{
    margin-top: 22.5px;
	margin-left: 50px;
	float: left;
	position: relative;
}
.heade2_1{
	height: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.heade2_2{
	border: none;
	outline: none;
	width: 145px;
	height: 25px;
	line-height: 25px;
	padding-left: 35px;
	font-size: 20px;
	color: #0059B3;
	background: inherit;
	position: relative;
	z-index: 1;
	 -webkit-appearance: none; /* Chrome, Safari, Edge, Opera */
	  -moz-appearance: none;    /* Firefox */
	  appearance: none;        /* 标准的属性 */
}
.heade2_3{
    	width: 145px;
	height: 25px;
	line-height: 25px;
	padding-left: 35px;
	font-size: 16px;
	color: #0059B3;
	display: flex;
	position: relative;
	z-index: 1;
}
.heade2_3 span{
    margin: 0 5px;
}
.heade3{
	/*width: calc(100% - 370px);*/
	/*height: 100%;*/
	/*float: left;*/
	/*padding: 0 45px;*/
	width: 100%;
	    box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.heade3 li{
		/*max-width: 14.285%;*/
	}
.heade3_1{
	width: 100%;
	display: block;
	/*height: 100%;*/
	/*line-height: 135px;*/
	font-size: 16px;
	color: #999999;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*overflow: hidden;    */
	/*text-overflow: ellipsis;    */
	/*white-space: nowrap;*/
}
.heade3_1.on{
	font-weight: bold;
	color: #0059B3;
}
.heade3_1:hover{
	font-weight: bold;
	color: #0059B3;
}