*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
a{
    text-decoration: none;
}
.head{width:100%;  height:110px; position:fixed;
    display: flex;
    justify-content:center;
	z-index:9999;
	left:0;
	top:0;
	background:rgba(0,0,0,0.6);
}

.head_middle{height:110px; position: fixed; display: flex; justify-content:center; }
.head_contetn{
    width: 1400px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.head_content_logo{ float:left; width:110px; height:100%; display:flex; align-items:center;}
.head_content_logo img{width:100px; height:100px; cursor:pointer; transition: all 0.8s; }
.head_content_logo img:hover{transform: scale(1.2);}

.head_content_logoname{float:left; margin-top:15px; width:325px; height:70px;}
.head_content_logoname .dname{float:left; width:325px; height:50px; text-align:left; line-height:50px; font-size:26px; font-weight:bold; text-shadow:#000 1px 2px 4px; color:#FFFFFF; overflow:hidden;}
.head_content_logoname .xname{float:left; width:325px; font-size:12px; text-align:left; color:#FFFFFF; text-shadow:#000 1px 2px 4px; overflow:hidden;}

.head_content_text{
    width:850px;
    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; }
.head_active{padding-bottom: 10px !important;}