/*--------------------------------------------------*/
/*导航样式*/
/*--------------------------------------------------*/

#menu{ width:100%; height:60px; background:url(../images/index_10.jpg)}
.nav{
	width: 1400px;
	height: 60px;
}
.nav li{
	position: relative;
	float: left;
}

.nav li a{
	line-height: 60px;
	width: calc(1400px/7 - 1px);
	text-align:center;
	float:left;
	height:60px;
	font-size:18px;
}

.nav li .nav-w {
	z-index:2;
	position:absolute;
	display:none;
	float:left;
	clear:both;
	overflow:hidden;
	top:60px;
	background:#003171;
	left:0;

}
.nav li:hover a{color:#fff; background:#003171}
.nav li .section-nav1{height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
	position:static;
	padding:0px;
	margin:0px;
	width: calc(1400px/7 - 1px);
	overflow:hidden;

}
.nav li .section-nav1 ul li {
	position:static;
	padding:0px;
	width:100%;
	background:none;
	float:left;
	overflow:hidden;
}
.nav li .section-nav1 ul li a {
	text-align:left;
	line-height:50px;
	float:left;
	height:50px;
	width:100%;
	color:#fff;
	text-align:center;
	font-size:15px;
	overflow:hidden;
	cursor:pointer;
	border-bottom:1px solid #02285a;

}
.nav li .section-nav1 ul li a:hover {
	background:#e60012;
	color: #fff;
}
.nav .cert{ width:1px; height:60px; background:url(../images/cert.png) center; float:left}