*{margin:0; padding:0; font-family: "Microsoft YaHei";}
a{text-decoration: none;}
.head{
    width:100%; 
    height:120px;
    position:fixed;
    display:flex;
    justify-content:center;
	z-index:9999;
	left:0;
	top:0;
	background:rgba(0,0,0,0.7);
}

.head_fot{
    width:100%; 
    height:120px;
    position:fixed;
    display:flex;
    justify-content:center;
	z-index:9999;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.6);
}


/*
.head_middle{
    height: 100px;
    position: fixed;
    display: flex;
    justify-content: center;
}
.head_contetn{
    margin: 0 auto;
    width: 1200px;
    height: 100px;
	overflow:hidden;
}
.head_content_logo{ float:left;
    width: 262px;
    height: 54px;
    
}
.head_content_logoname{float:left; margin-top:15px;
    width: 200px;
    height:70px;
}

.head_content_logoname .dname{ float:left; width:200px; height:50px; line-height:50px; font-size:30px; font-weight:bold; text-shadow:#000 1px 2px 4px; color:#FFFFFF; overflow:hidden;}
.head_content_logoname .xname{ float:left; width:200px; font-size:16px; color:#FFFFFF; text-shadow:#000 1px 2px 4px; overflow:hidden;}

.head_content_logo .logo{width:302px;}
a:hover {text-decoration: none;}
.head_content_text{
    width: 850px;
    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: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;
    }

  }
  */