header{
	width: 100%;
	background-image: url(../img/bg_5.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.header{
	width: 100%;
	height: 155px;
	display: inline-block;
}
.logo{
	height: 105px;
	display: block;
	float: left;
	margin-top: 25px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	float: right;
	display: flex;
	margin-top: 55px;
}
.heade1{
	width: 100px;
	height: 45px;
	background: white;
	border-radius: 3px;
	overflow: hidden;
	display: flex;
	margin-left: 15px;
}
.heade1_1{
	width: 50%;
	height: 100%;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: #333333;
	display: block;
}
.heade1_1.on{
	background: #F4A417;
	color: white;
}
.heade2{
	display: flex;
}
.heade2 li{
	margin-right: 5px;
	position: relative;
}
.heade2 li:last-child{
	margin-right: 0;
}
.heade2_1{
	min-width: 90px;
	height: 45px;
	padding: 0 15px;
	display: block;
	background: #FFFFFF;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.heade2_1 div{
	width: 10px;
	display: inline-block;
	vertical-align: middle;
}
.heade2_1 div img{
	width: 100%;
}
.heade2_1_1{
	display: block;
}
.heade2_1_2{
	display: none;
}
.heade2_1 span{
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}
.heade3{
	width: 100%;
	border-radius: 3px;
	background: white;
	padding: 0 15px;
	padding-bottom: 20px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
}
.heade3_1{
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	display: block;
	   white-space: nowrap; /* 防止文本换行 */
	    overflow: hidden;    /* 隐藏溢出的内容 */
	    text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}
.heade3_1:hover{
	color: #F4A417;
}
.heade2_1.on{
	background: #F4A417;
	color: white;
}
.heade2_1.on .heade2_1_1{
	display: none;
}
.heade2_1.on .heade2_1_2{
	display: block;
}
.heade2 li:hover .heade2_1{
	background: #F4A417;
	color: white;
}
.heade2 li:hover .heade2_1 .heade2_1_1{
	display: none;
}
.heade2 li:hover .heade2_1 .heade2_1_2{
	display: block;
}
.heade2 li:hover .heade3{
	display: block;
}