﻿/*一级菜单导航样式*/
.home_nav{
	clear: both;
	padding-top: 13px;
}
.home_nav ul {
	height: 40px;
	line-height: 40px;
	list-style-type: none;
	text-align: center;
	width: 1024px;
}
.home_nav ul li {
	display: inline;
	font-size: 12px;
	line-height: 40px;
}
.main_nav a{
    color: #fff;
    font-family: 宋体;
    font-weight: bold;
    font-size:14px;
    line-height: 35px;
    padding: 0px 11px 0px 20px;
    text-decoration: none;
}
.navActived a{
	background: url(/images/menu_left.gif) no-repeat;
	color: #000;
}
.navActived a:HOVER{
	color: #000;
	text-decoration: none;
}
.navActived a,.navActived span{
	height: 40px;
	display:inline-block;
	line-height: 40px;
}
.navActived span{
	background: url(/images/menu_right.gif) no-repeat right top;
	width: 10px;
  color: #fdb900;
	vertical-align:top;
}
/*一级菜单导航样式*/

/*二级级菜单导航样式*/
.home_nav .second_nav{
	background: url(../images/second_nav_bg.png) top left no-repeat;
	line-height: 40px;
	height: 40px;
	clear: both;
}
.second_nav ul li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
}
.second_nav ul li a {
	background-image:url(../images/golden_line.gif);
	background-repeat:repeat-y;
	background-position:right;
	color: #191919;
	line-height: 40px;
	padding: 0px 30px;
}
.second_nav ul li a:HOVER{
	color: #990000;
}
.second_nav ul li .last,#home_body #fast_nav ul .last,#top-wrapper #footer ul#footer_nav li .last{
	border: medium none;
	background: none;
}
/*二级级菜单导航样式*/

/*快速菜单导航样式*/

#home_body #fast_nav {
	background: url('../images/fast_nav_bg.gif') top left repeat-x;
	line-height: 47px;
	height: 47px;
	clear: both;
}
#home_body #fast_nav ul {
	display: block;
	height: 33px;
	float: left;
	line-height: 33px;
	list-style-type: none;
	text-align: center;
	width: 1024px;
}
#home_body #fast_nav ul li a {
	background-image:url("../images/line_fast.gif");
	background-repeat:repeat-y;
	background-position:right;
	color: #42200A;
	line-height: 33px;
	font-weight: bold;
	font-family: 宋体;
	padding: 0px 35px;
}
#fast_nav ul li a:HOVER{
	color: #746C63;
}
#home_body #fast_nav ul li {
	display: inline;
	font-size: 14px;
	line-height: 37px;
}
.dept_channel {
    background-color: #FFC002;
    margin-left: 252px;
    margin-top: -40px;
    position: absolute;
    width: 285px;
    padding: 7px 0 10px 7px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    z-index:9999;
}
.dept_channel a{
    color:#191919;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
}
.dept_channel a:HOVER{
    color:#990000;
}
/*快速菜单导航样式*/
