header{
	width: 100%;
	background: rgba(0, 0, 0, 0.87);
}
.login-header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
}
.login-heade {
	width: 100%;
	margin: 25px auto;
}

.login-heade1 {
	height: 85px;
	display: block;
}

.login-heade1 img {
	height: 100%;
	display: block;
}
.heafds{
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.header{
	width: 100%;
	height: 85px;
	display: inline-block;
}
.logo{
	height: 55px;
	display: block;
	float: left;
	margin-top: 15px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	width: calc(100% - 220px);
	float: left;
	display: inline-block;
}
.heade1{
	width: 100px;
	height: 35px;
	float: left;
	margin-top: 25px;
	background: #F9790D;
	border-radius: 35px;
	text-align: center;
	padding: 0 10px;
	display: block;
	font-size: 16px;
	color: white;
}
.heade1 img{
	width: 15px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
}
.heade1 div{
	max-width: calc(100% - 22px);
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.heade2{
	width: calc(100% - 150px);
	float: left;
	margin-right: 50px;
	text-align: right;
}
.heade2 li{
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.heade2 li:last-child{
	margin-right: 0;
}
.heade2_1{
	width: 80px;
	height: 85px;
	display: flex;
	position: relative;
}
.heade2_2{
	border: 2px solid white;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin: auto;
	margin-top: 20px;
	position: relative;
}
.heade2_2 img{
	max-width: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.heade2_3{
	width: 100%;
	background: white;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	color: #333333;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1001;
}
.heade2_1.on{
	background: #F9790D;
}
.heade2_1:hover{
	background: #F9790D;
}
.heade2_1:hover .heade2_3{
	display: block;
}
.heade2 li:hover .heade3{
	display: block;
}
.heade3{
	width: 475px;
	background: white;
	padding: 15px;
	text-align: left;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1001;
}
.heade3_1{
	width: 100%;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.heade3_2{
	border-top: 1px solid #EBEBEB;
	width: 100%;
	display: inline-block;
	padding: 10px 0;
}
.heade3_2:last-child{
	border-bottom: 1px solid #EBEBEB;
}
.heade3_2_1{
	width: 23.5%;
	float: left;
	margin: 5px 0;
	margin-right: 2%;
	display: block;
	font-size: 14px;
	color: #666666;
	text-align: left;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.heade3_2_1:nth-child(4n){
	margin-right: 0;
}
.heade3_2_1:hover{
	color: #F9790D;
}