header{
	width: 100%;
	position: relative;
    z-index: 1001;
}
.alcshea .heade1.on {
    border-bottom: 4px solid #006DE3;
    color: #006DE3;
}
.alcshea .heade1:hover {
    border-bottom: 4px solid #006DE3;
    color: #006DE3;
}
.alcshea .heade2_1:hover::after{
	content: '';
	width: 5px;
	height: 100%;
	background: #006DE3;
	position: absolute;
	left: -10px;
	top: 0;
}
.header{
	width: 100%;
	height: 94px !important;
	display: inline-block;
}
.logo{
	height: 60px;
	display: block;
	float: left;
	margin-top: 17px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	height: 50px;
	float: right;
	display: inline-block;
	margin-top: 22px;
}
.heade li{
	float: left;
	padding: 0 10px;
	position: relative;
}
.heade1{
	 display: block;
	 line-height: 50px;
	 /*font-size: 18px;*/
	 /*font-family: 'DIN, DIN';*/
	     font-size: 16px;
	 font-weight: 400;
	 color: #808080;
}
.heade1.on{
	border-bottom: 4px solid #00B8DE;
	color: #00B8DE;
	/*border-bottom: 4px solid #006DE3;*/
	/*color: #006DE3;*/
}
.heade1:hover{
		border-bottom: 4px solid #00B8DE;
	color: #00B8DE;
}
.heade2{
	width: 215px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
	padding: 0 10px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1001;
}
.heade2_1{
	border-bottom: 1px solid rgba(112, 112, 112, .15);
	width: 100%;
	height: 40px;
	display: block;
	font-size: 16px;
	/*font-family: 'DIN, DIN';*/
	font-weight: 400;
	color: #808080;
	line-height: 40px;
	position: relative;
}
.heade2_1 div{
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.heade2_1:hover::after{
	content: '';
	width: 5px;
	height: 100%;
	background: #00B8DE;
	position: absolute;
	left: -10px;
	top: 0;
}
.heade li:hover .heade2{
	display: block;
}