﻿ul{
	list-style: none;}
a{
	text-decoration: none;}
.header{
	height: 45px;
	background: #005BAC;}
.header .nav{
	width: 1199px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	position: relative;
	z-index: 111;}
.header .nav li{
	float: left;
	width: 99px;
	height: 45px;
	line-height: 45px;
	text-align: center;}
.header .nav li a{
	  color:#fff; line-height: 45px; overflow: hidden; text-decoration: none; display: block; cursor: pointer;font-size:18px;font-family:"Helvetica Neue","Hiragino Sans GB","Verdana","Microsoft YaHei","Arial","sans-serif";}
.header .nav li a:hover {
width: 100%;color:#005BAC;font-size:18px;font-family:"Helvetica Neue","Hiragino Sans GB","Verdana","Microsoft YaHei","Arial","sans-serif"; background: #fff;}
.header .nav li .second-nav{
	width: 140px;
	display: none;
	position: relative;
	margin-left:0px;}
.header .nav li .second-nav li{
    
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;}
.header .nav li .second-nav li a {
	width: 100%; height: 40px; color:#005BAC; line-height: 40px; overflow: hidden; text-decoration: none; display: block; cursor: pointer;font-size:16px;}
.header .nav li .second-nav li a span {
	width: 100%; height: 40px; text-align:center; line-height: 40px; display: block;font-size:16px;}
.header .nav li .second-nav li a:hover {
width: 100%;  color:#fff;font-size:16px;background: #005BAC;}
.header .nav li .second-nav li .third-nav{
	/*position: absolute;*/
	width: 150px;
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -50px;}