#header{
	width: 100%;
	background: #000;
	height: 120px;
	overflow: hidden;
	line-height: 120px;
}

.language{
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1000;
	height: 0px;
}


#header .w{
	width: 90%;
	margin: 0 auto;
	height: 100%;
	min-width: 1200px;
	max-width: 1700px;

}



#header .w  .logo{
	width: 24%;
	float: left;
}
#header .w  .logo img{
	width: 100%;
	vertical-align: middle;
}
#header .w  .nav{
	display: flex;
	position: relative;
}
#header .w  .nav  a{
color: #cccccc;
font-size: 16px;
padding:0 20px;
	white-space: nowrap;
}

#header .w  .nav{
	width: 70%;
	height: 100%;
	float: right;
	min-width: 970px;
}

#header .w  .nav  a.active{
	background: #503af7;
	color: #fff;
}
#header .w  .nav  a:not(.active):hover{
	color:#503af7
}



@media  screen and (max-width:1700px){
	#header .w  .nav{
		min-width: 900px;
	}


	#header .w  .nav  a{
		color: #cccccc;
		font-size: 14px;
		padding:0 16px;
	}
}


@media  screen and (max-width:1500px){
	#header .w  .nav{
		min-width: 900px;
	}


	#header .w  .nav  a{
		color: #cccccc;
		font-size: 14px;
		padding:0 14px;
	}
}