﻿﻿/*定义全局样式*/
body {
	margin: 0px;
	padding: 0px 0 0 0px;
	font-size: 12px;
}
ul, ol, li, img {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
	vertical-align: top;
}
/*scrollNav Css*/
.nav {
	width: 1000px;
	margin: auto;
	background: url(scrollNav_res/navbg.png);
	height: 40px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.nav ul.ulBox {
	display: block;
	width: 100%;
	height: 40px;
	position: relative;
	z-index: 2;
}
.nav ul.ulBox li {
	display: block;
	width: 109px;
	height: 40px;
	float: left;
	position: relative;
	line-height: 40px;
}
.nav ul.ulBox li.l {
	background: url(scrollNav_res/navline.png) no-repeat left center;
	width: 2px;
	height: 40px;
}
.nav ul.ulBox li a {
	display: block;
	width: 100%;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
}
.nav ul.ulBox li a:hover {
	color: #fff;
}
.nav ul.ulBox li ul {
	display: none;
	overflow:hidden;
	width: 100%;
	background: #0098e5;
	position: absolute;
	z-index: 99999;
	top: 39px;
	left: 0;
}
.nav ul.ulBox li ul li {
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #238eec;
	background: #0098e5;
}
.nav ul.ulBox li ul li a {
	height: 40px;
	line-height: 40px;
}
.nav ul.ulBox li ul li a:hover {
	background: #60b3f4;
	height: 40px;
	line-height: 40px;
	color: #fff;
}


.ulBox .navli:hover ul {display:block !important;}
















