.header{
	height: 45px;
	background: ;
	font-size: 16px;
}
.header .nav{
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	position: relative;
	z-index: 111;
}
.header .nav li{
	font-size: 16px;
	float: left;
	width: 11%;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.header .nav > li:hover{
	background: rgba(57,123,191,.8);
}
.header .nav li a{
	color: #fff;
	font-size: 16px;
}
.header .nav li .second-nav{
	width: 100%;
	display: none;
	position: relative;
}
.header .nav li .second-nav li{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(57,123,191,.8);
	border-top: 0px solid #F17100;
}
.header .nav li .second-nav li .third-nav{
	/*position: absolute;*/
	width: 180px;
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -40px;
}
.header .nav li .second-nav li:hover{
	background: #143788;
}
.header .nav li .second-nav li:hover a,.header .nav li .second-nav li a:hover{
	color:#ff0;	
}
