/**{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
a{
    text-decoration: none;
}*/
.head{
    width: 100%; 
    height: 75px;
    position: fixed;
    display: flex;
    justify-content:center;
	z-index:9999;
	left:0;
	top:0;
	background:rgba(0,0,0,0.6);
}
.head_contetn{margin:0 auto; width:1340px; height:75px; overflow:hidden;}

.head_content_logo{float:left; width:175px; margin-top:5px; overflow:hidden;}
.head_content_logoname{float:left; margin-top:21px; width:250px; height:39px; border-left:1px #666666 solid; padding-left:15px; overflow:hidden;}

.head_content_logoname .dname{ float:left; width:245px; height:18px; line-height:18px; font-size:16px; font-weight:bold; /*text-shadow:#000 1px 1px 8px;*/ color:#FFFFFF; overflow:hidden;}
.head_content_logoname .xname{ float:left; width:245px; font-size:12px; color:#FFFFFF; /*text-shadow:#000 1px 1px 8px;*/ overflow:hidden;}

/*
.head_content_logo .logo{width:302px;}
a:hover {text-decoration: none;}*/
.head_content_text{
    width:950px;
    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: 75px;
    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;
}
@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:1500px) and (max-width:1600px){
    .head_contetn{
        margin-left:120px ;
    }
  }
  @media screen and (min-width:1400px) and (max-width:1500px){

    .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;
    }

  }
  */