.header_new{
	background: #000;
}
.hea-topcont{
	width: auto;
	height: 100%;
	font-size: 0;
	margin-left:  -135px;
}
.hea-topcont .hea-logo {
    vertical-align: middle;
    margin: 10px 0;
    height: 30px;
}
.hea-nav{
    width: 1000px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    line-height: 57px;
    margin: 0 auto;
}
.hea-nav ul{
	overflow: hidden;
	float: left;
}
.hea-nav ul li {
    float: left;
    font-size: 16px;
    padding: 0 12px;
}
.hea-nav ul li:nth-child(1),.hea-nav ul li:nth-child(1) a{
	padding-left: 0;
}
.hea-nav ul li a {
    padding: 0 12px;
    display: block;
    color: #fff !important;
    cursor: pointer;
}
.hea-nav ul li a:hover{
	color: #ef343c !important;
        text-decoration: none;
}
.hea-nav ul li.nav-active a {
    color: #ef343c !important;
    border-bottom: 3px solid #ef343c;
}
.fl{float: left;}
.fr{float: right;}
.hea-user{height: 100%;overflow: hidden;}
.hea-user .hea-userImg{
	height: 100%;
	float: left;
	font-size: 0;
}
.hea-user a img{
	vertical-align: middle !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.hea-user .hea-loginout{
	color: #fff;
	font-size: 16px;
	padding-left: 8px;
        float:left;
}

.hea-username{
	padding-left: 8px ;
	font-size: 16px;
	color: #fff;
	float: left;
        max-width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
}
.hea-username span{
	padding-left:  8px;
}
.hea-username:hover{
    color:#ef343c;
    text-decoration: none;
    cursor:pointer;
}
.hea-loginout:hover{
    color:#ef343c;
    text-decoration: none;
}
.hea-loginout:hover {
    color: #ef343c !important;
    text-decoration: none;
}
.hea_span_line{
    padding-left:8px;
    float:left;
    font-size:16px;
}