.header{
	width: 100%;
	height: 100px;
	background: #fff;
}
.nav{
	width: 1200px;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.logo{
	display: block;
	float: left;
	width: 358px;
	height: 64px;
	margin-top: 18px;
}
.nav_ul{
	height: 100px;
	overflow: hidden;
	float: right;
}
.nav_ul li{
	float: left;
	width: 130px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 20px;
}
.nav_ul li a{
	width: 130px;
	height: 100px;
	display: block;
}
.language{
	font-size: 16px;
	color: #808080;
	position: absolute;
	right:24px;
	bottom: 10px;
}