header {
	width: 100%;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
	background: white;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

.header {
	width: 100%;
	height: 60px;
	display:flex;
	justify-content: space-between;
}

.logo {
	height: 50px;
	float: left;
	margin-top: 5px;
	display: block;
}

.logo img {
	height: 100%;
	display: block;
}

.heade1 {
	float: left;
	display: flex;
}

.heade1_1 {
	display: block;
	margin-right: 20px;
}

.heade1_1 {
	font-size: 16px;
	font-weight: 400;
	color: #333332;
}

.heade1_1 img {
	height: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.heade1_1 span {
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.heade1_2 {
	position: relative;
}

.heade1_2_1 {
	font-size: 16px;
	font-weight: 400;
	color: #333332;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.heade1_2_2 {
	height: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.heade1_2_3 {
	width: 9px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.heade1_2_4 {
	width: 100%;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
	padding: 10px 0;
	background: white;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 1;
}

.heade1_2_5 {
	width: 100%;
	height: 30px;
	padding: 0 10px;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #333332;
	line-height: 30px;
}

.heade1_2:hover .heade1_2_4 {
	display: block;
}

.heade2 {
	/*width: calc(100% - 341px);*/
	width: calc(100% - 495px);
	float: left;
	text-align: center;
}

.heade2 li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.heade2 li:last-child {
	margin-right: 0;
}

.heade2_1 {
	line-height: 60px;
	display: block;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 500;
	color: #333332;
}

.heade2_1:hover {
	background: #EDFAFF;
}

.heade2_2 {
	width: 200px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	background: white;
	padding: 10px 0;
	text-align: left;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
}

.heade2_3 {
	width: 100%;
	padding: 10px 15px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #333332;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.heade2 li:hover .heade2_2{
	display: block;
}