.header{
	width: 100%;
    height: 126px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(250, 252, 255, 0.7);
	
}  
.header_nav:hover{
	background-color: #941B20;
	color:#fff
}
.header_nav:hover span{
	color:#fff
}
a{
	text-decoration:none;
}
.logo{
    float: left;
    width: 12.656%;
    height: 126px;
    /* line-height: 126px; */
    margin-left: 2.7%;
}
.logo img{
	width: 243px;
	height: 52px;
	margin-top: 37px;
}
.nav{
	float: left;
	min-width: 76%;
} 
.nav ul{
	float: left;
	margin-left: 50%;
}
.nav ul li{
	float: left;
	width: 95px;
	height: 126px;
	line-height: 126px;
	text-align: center;
}
.nav a {
	text-decoration:none;
	color:#181818;
	width: 95px;
    height: 126px;
}
#background{
	background-color: #941B20;
} 
#background_span{
	color: #FFF ;
}
.language{
	float: left;
	width: 95px;
	height: 126px;
	line-height: 126px;
	text-align: center;
}

