/* navi_01导航样式  
--------------------------------------------------------------------*/
.navBar {
	margin-top:20px;
	width:100%;
	float:left;
	position: relative;
	z-index: 1;
	height:35px;
	line-height:35px;
}

/*nav*/
.nav {
	width:1000px;
	float:left;
}
.nav h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 14px;
}
.nav .m {
	position: relative;
	float: left;
	width: 100px;
	/*margin: 0 10px;*/
	display: inline;
	text-align: center;
}
.nav .m h3 i {/*箭头*/
	display: inline-block;
	zoom: 1;
	width: 7px;
	height: 4px;
	background: url("ico_2_w.gif")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/ico_2_w.gif*/ no-repeat center center;
	overflow: hidden;
	margin: -2px 0 0 5px;
	vertical-align: middle;
	/**display:inline;*/
	display:none;
}

.nav h3 a:link, .nav h3 a:visited {
	zoom: 1;
	width: 100px;
	height: 35px;
	line-height: 35px;
	display: block;
	color:#333; /*一级导航颜色*/
	text-align:center;
}

/*当前状态*/
.nav .cur h3 a:link, .nav .cur h3 a:visited {
	color:#e4007f;
	background:url("nav_hover.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/nav_hover.png*/ top center no-repeat;
}
.nav .on h3 a:link, .nav .on h3 a:visited {
	color:#e4007f;
	background:url("nav_hover.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/nav_hover.png*/ top center no-repeat;
}
.nav .on h3 a i {
}

/*一级*/
.nav .sub {
	display: none; /*默认隐藏*/
	width: 200px;
	padding:15px;
	position: absolute;
	left: -60px;
	top: 60px;
	float: left;
	line-height: 45px;
	overflow:visible;
	_width:500%;
	_border-bottom:none;
	background:url("sub_bg.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/sub_bg.png*/ 0 0 repeat;
}
.nav .sub li {
	text-align: left;
}

.nav .sub .sub_top {
	position:absolute;
	height:10px;
	width:200px;
	padding-left:15px;
	padding-right:15px;
	top:-10px;
	left:0px;
	background:url("sub_top_bg.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/sub_top_bg.png*/ top center repeat;
}
.nav .sub .sub_bottom {
	position:absolute;
	bottom:-16px;
	left:0px;
	height:16px;
	width:200px;
	padding-left:15px;
	padding-right:15px;
	background:url("sub_bottom_bg.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/sub_bottom_bg.png*/ top center repeat;
}

.nav .sub li a:link, .nav .sub li a:visited {
	text-align:center;
	color:#666;
	display: block;
	zoom: 1;
	border-bottom:1px dashed #CCC;
	_width:120px;
	_float:left;
	_display:inline-block;
}
.nav .sub li a:hover {
	background: #e4007f;/*副色*/
	color: #FFF;
}


/*二级*/
.nav .m2 {
	position: relative;
	width: 100%;
	display:inline-block;
	text-align: left;
	*float:left;
	*display:block;
}
.nav .sub2 {
	display: none; /*默认隐藏*/
	width: 200px;
	position: absolute;
	z-index: 3;
	left:100%;
	top: 0px;
	line-height: 30px;
	background:url("sub_bg.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/sub_bg.png*/ 0 0 repeat;
	_left: 120px;
}

.nav #m5 .sub2 {
	width:200px;
}

/*三级*/
.nav .m3 {
	position: relative;
	width: 100%;
	display:inline-block;
	text-align: left;
	*float:left;
	*display:block;
}
.nav .sub3 {
	display: none; /*默认隐藏*/
	width: 120px;
	position: absolute;
	z-index: 3;
	left: 100%;
	top: 0px;
	line-height: 30px;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	_left: 120px;
}

/*自定义下拉*/
.nav #m100 .sub {
	z-index: 1;
	background:#eee;
	width: 980px;
	left: -806px;
}
.nav .sub dl {
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	padding: 15px 29px;
	line-height: 26px;
	*display:inline;
}
.nav .sub dl a:hover {
	color: #1b5eb1;
}
.nav .sub dl dt a:link, .nav .sub dl dt a:visited  {
	color: #000;
}
.nav .sub dl dd a:link, .nav .sub dl dd a:visited {
	color: #999;
	padding-left: 7px;
	background: url("icon.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/icon.png*/ 0 -332px no-repeat;
}







