﻿.header{
	width: 100%;
	height: 90px;
	background: #0e6eb8;
	min-width: 1200px;
}
.header_con{
	width: 1200px;
	height: 100%;
	margin: auto;
}
.logo{
	width: 177px;
	height: 100%;
	float: left;
}
.menu{
	width: 950px;
	height: 100%;
	float: left;
}
.menu a{
	font-size: 16px;
	color: white;
	line-height: 90px;
	float: left;
	display: block;
	width: 116px;
	height: 90px;
	text-align: center;
}
.menu a:hover{
	background: #1b8ee7;
}
.header .change{color: #fff;line-height: 90px;float: right;}
.header .change a{line-height: 90px;font-size: 16px;color: #fff;}
.header .change a:hover{text-decoration: underline;}
