header{
	border-top: 4px solid #0084FF;
	width: 100%;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header{
	width: 100%;
	height: 140px;
	display: inline-block;
}
.logo{
	display: block;
	float: left;
	margin-top: 20px;
}
.logo1{
	height: 100px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.logo2{
	display: inline-block;
	vertical-align: middle;
}
.logo2_1{
	width: 100%;
	font-size: 32px;
	color: #333333;
	font-weight: bold;
}
.logo2_2{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #333333;
	position: relative;
}
.logo2_2 span{
	background: #E9F5FF;
	padding: 0 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.logo2_2::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.heade{
	float: right;
	margin-top: 29px;
}
.heade1{
	width: 100%;
	text-align: right;
	position: relative;
}
.heade1_1{
	height: 20px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.heade1_2{
	height: 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.heade1_2 img{
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.heade1_2 select{
	border: none;
	outline: none;
	width: 100%;
	height: 100%;
	padding-left: 25px;
	padding-right: 20px;
	font-size: 16px;
	color: #333333;
	background-color: transparent;
	-webkit-appearance: none; /* Chrome, Safari, Opera */
	  -moz-appearance: none;    /* Firefox */
	  appearance: none;         /* 标准 */
	  background-color: transparent;
	  background-image: url(../img/select_1.png);
	  background-position: center right;
	  background-repeat: no-repeat;
	  background-size: 10px auto;
	position: relative;
	z-index: 1;
}
.heade1_3{
	width: 300px;
	height: 45px;
	border-radius: 45px;
	background: white;
	display: none;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 30px;
	z-index: 1;
}
.heade1_3 div{
	width: 100%;
	height: 100%;
	display: flex;
}
.heade1_3 input{
	border: none;
	outline: none;
	width: calc(100% - 55px);
	height: 100%;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
}
.heade1_3 button{
	border: none;
	outline: none;
	width: 55px;
	height: 100%;
	background-color: white;
	background-image: url(../img/search_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px auto;
}
.heade2{
	width: 100%;
	margin-top: 35px;
	display: flex;
}
.heade2 li{
	margin-right: 55px;
}
.heade2 li:last-child{
	margin-right: 0;
}
.heade2_1{
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: 700;
}