*{
    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.7);
}

.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:130px; height:100%; display:flex; align-items:center;}
.head_content_logo img{width:130px; height:110px;}

.head_content_logoname{float:left; margin-top:15px; width:385px; height:70px;}
.head_content_logoname .dname{float:left; width:385px; height:50px; line-height:50px; font-size:34px; font-weight:bold; text-shadow:#000 1px 2px 4px; color:#FFFFFF; overflow:hidden;}
.head_content_logoname .xname{float:left; width:385px; font-size:16px; color:#FFFFFF; text-shadow:#000 1px 2px 4px; overflow:hidden;}

.head_content_text{
    width:830px;
    height: 100%;
    display: flex;
	float:right;
}
.head_active {
    border-bottom: 2px solid #e84c3d !important;
    padding-bottom: 10px !important;
}
/*
.head_content_text div{
    flex: 1;
    text-align: center;
    line-height: 100px;
    font-weight: 600;
    font-size: 16px;
}
.head_content_text div a{
    color: #fff;
}
*/
.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{
    /* border-bottom: 2px solid #e84c3d !important; */
    padding-bottom: 10px !important;
} /*
@media screen and (min-width:1700px) and (max-width:1800px){
    .head_contetn{margin-left:360px ;}
  }
  @media screen and (min-width:1600px) and (max-width:1700px){
    .head_contetn{margin-left:180px ;}
  }
  @media screen and (min-width:1400px) and (max-width:1600px){
    .head_contetn{
        margin-left:120px ;
    }
  }
  @media screen and (min-width:1400px) and (max-width:1400px){

    .head_contetn{
        margin-left: 0 ;
    }
  }
  @media screen and (min-width:1300px) and (max-width:1400px){
    .head{
        width: 100%;
    }
    .head_contetn{
        margin-left: 0 ;
    }
	.head_consult{
		width:240px;
		margin-right:22px;
	}
  }
  @media screen and (min-width:1200px) and (max-width:1300px){
    .head{
        width: 100%;
    }
    .head_contetn{
        margin-left: 0 ;
        width: 973px;
    }
    .head_content_text{
        width: 700px;
    }
    .head_consult{
        width: 220px;
    }

  }*/