header{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.header{
	width: 100%;
	height: 115px;
	display: inline-block;
}
.logo{
	height: 65px;
	display: block;
	float: left;
	margin-top: 25px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade1{
	float: left;
	font-size: 18px;
	color: white;
	font-weight: bold;
}
.heade1 img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.heade1 span{
	line-height: 115px;
	display: inline-block;
	vertical-align: middle;
}
.heade2{
	width: calc(100% - 351px);
	float: left;
	text-align: center;
}
.heade2 li{
	margin-right: 50px;
	display: inline-block;
}
.heade2 li:last-child{
	margin-right: 0;
}
.heade2_1{
	height: 115px;
	display: block;
	line-height: 115px;
	font-size: 16px;
	color: white;
	/*font-weight: bold;*/
}
.heade2 li:hover .heade2_1{
	position: relative;
}
.heade2 li:hover .heade2_1::after{
	content: '';
	width: 45px;
	height: 3px;
	background: #00CCFF;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.heade2 li:hover .heade3{
	display: block;
}
.heade3{
	width: 100%;
	background: white;
	text-align: left;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
}
.heade4{
	width: 100%;
	margin: 20px auto;
	display: inline-block;
}
.heade5{
	width: 16%;
	float: left;
	margin-right: 5%;
}
.heade5:nth-child(5n){
	margin-right: 0;
}
.heade5_1{
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	padding: 20px 0;
	display: block;
	font-size: 18px;
	color: #333333;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden; /* 隐藏溢出的内容 */
	  text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.heade5_2{
	width: 100%;
	margin-top: 20px;
}
.heade5_3{
	width: 100%;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	color: #666666;
	white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden; /* 隐藏溢出的内容 */
	  text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
}
.heade5_3:last-child{
	margin-bottom: 0;
}