
.head{width:100%; height:100px;position: fixed;
    display: flex;
    justify-content:center;
	z-index:9999;
	left:0;
	top:0;
	background:rgba(255,255,255,255);
	border-bottom:1px #e8e8e8 solid;
}
.head_contetn{margin:0 auto; width:1300px; height:100px; overflow:hidden;}

.head_content_logo{float:left; width:132px; margin-top:15px; overflow:hidden;}
.head_content_logo img{ width:132px; height:71px;}

.head_content_logoname{float:left; margin-top:18px; width:250px; height:69px; padding-left:10px; overflow:hidden;}

.head_content_logoname .dname{ float:left; width:245px; height:40px; line-height:40px; font-size:38px; font-weight:bold; /*text-shadow:#000 1px 1px 8px;*/ color:#111111; overflow:hidden;}
.head_content_logoname .xname{ float:left; width:245px; font-size:16px; color:#777777; height:30px; line-height:30px; /*text-shadow:#000 1px 1px 8px;*/ overflow:hidden;}

.head_content_text{
    width:950px;
    height: 100%;
    display: flex;
	float:right;
}
.head_active {
    border-bottom: 2px solid #e84c3d !important;
    padding-bottom: 10px !important;
}

.head_consult{
    display: flex;
    align-items: center;
    height: 100px;
    width: 204px;
    justify-content: space-between;
    font-size: 12px;
	margin-right:80px;
}
.head_consult div a{
    color: #fff;
}
.head_consult span{
    width: 2px;
    height: 12px;
    background-color: #fff;
    
}