
/* navi_01导航样式  
--------------------------------------------------------------------*/
.navBar {
	z-index: 1;
	color: #fff;
	height:55px;
	line-height:55px;
	background:#3a3a3a;
	position:relative;
}
.navBar .nav li.first{
	height:40px;
	width:6px;
	background:url(/pyfile/images/nav_bg.gif) no-repeat left 0px;
	float:left;
}
.navBar .nav li.last{
	height:40px;
	width:6px;
	background:url(/pyfile/images/nav_bg.gif) no-repeat right -40px;
	float:right;
}

/*nav*/
.nav {
	width: 1200px;
	margin: 0 auto;
	background:#000;
}
.nav h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
}
.nav .m {
	float: left;
	/*margin: 0 10px;*/
	display: inline;
	text-align: center;
}
.nav .m h3 i {/*箭头*/
	display: inline-block;
	zoom: 1;
	width: 7px;
	height: 4px;
	background: url(/pyfile/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;
	padding: 0 42px;
	height: 55px;
	line-height: 55px;
	display: block;
	color: #fff;
	text-align:center;
}

/*当前状态*/
.nav .cur h3 a:link, .nav .cur h3 a:visited {
	background:#0f5895;
	color: #fff;
	line-height: 55px;
	text-decoration: none;
}
.nav .on h3 a:link, .nav .on h3 a:visited, .nav h3 a:hover {
	background:#0f5895;
	color: #fff;
	line-height: 55px;
	text-decoration: none;
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.nav .on h3 a i {
}
.navBar .nav li .sub{
	width:100%;
	height:50px;
	position:absolute;
	top:55px;
	left:0;
	background:url(/pyfile/images/sub_bg.png) repeat-x;
	display:none;
	z-index:5; 
}
.navBar .nav li .sub_list {
	width: 1200px;
	margin: 0 auto;

}
.navBar .nav li#m3 .sub_list {
	padding-left: 340px;

}
.navBar .nav li#m4 .sub_list {
	padding-left: 380px;

}
.navBar .nav li#m5 .sub_list {
	padding-left: 580px;
}
.navBar .nav li#m6 .sub_list {
	padding-left: 580px;

}
.navBar .nav li#m7 .sub_list {
	padding-left: 730px;

}
.navBar .nav li#m8 .sub_list {
	padding-left: 820px;

}
.navBar .nav li .sub li{
	width:auto;
	height: 50px;
	margin: 0 25px;
	float: left;
}
.navBar .nav li .sub a {
	display:block;
	height:50px;
	float:left;
	color:#fff;
	line-height:50px;
	border:none;
	background:none;
	font-size: 14px;
}
.navBar .nav li .sub a:hover{
	text-decoration:none;
	color:#dab96b;
}








