/*
 * @Author panzhongqiang panzq@bjrrtx.com
 * @QQ:59510603
 * @Date:2011-05-30
 */
@charset "utf-8";

/*-- header--*/
#header {clear: both;height: 104px;background-image: url(cssImages/body_bg.gif);background-repeat: repeat-x;}
.top{height:104px;width:960px;margin: 0 auto 0 auto;}
.topLogo{width:164px;height:94px;float:left;background: url(cssImages/logo.gif) no-repeat;margin-left: 20px;}
.toptit{float:left;font:bold 16px/24px "微软雅黑";height: 24px;padding-top: 51px;padding-left: 16px;}
.topTxt{float:right;line-height:20px;padding: 55px 20px 0px 0px;}
.topTxt span{padding: 0px 2px 0px 2px;}
/*-- header--*/


/*------------------------菜单导航style-------------------------*/
.nav_top {height: 61px;width: 960px;clear: both;}
.nav_bg{width: 960px;height: 37px;clear: both;margin-right: auto;margin-left: auto;background: url(cssImages/nav_bg.gif)  repeat-x;}
.nav_leftbg {background:  url(cssImages/nav_left_bg.gif); no-repeat;float: left;height: 37px;width:15px;}
.nav_rightbg {background: url(cssImages/nav_right_bg.gif) no-repeat;float: right;height: 37px;width:15px;}
.nav_gap {
	float: left;
	height: 22px;
	width: 2px;
	overflow: hidden;
	margin:0px 10px;
	background: url(cssImages/nav_x_bg.gif) no-repeat;
	margin-top: 5px;
}
.menu {height: 37px;width: 840px;float: left;padding-left: 40px;}
.menu_list {float: left;height: 37px;overflow:hidden;line-height: 37px;text-align: center;width: 89px;}
#hover_a{text-align: center;background: url(cssImages/nav_bt_bg.gif) repeat;display: block;color: #9e052a;}

.menu_list a:link {text-align: center;width: 88px;color:#FFFFFF;text-decoration: none;font:bold 13px/37px "宋体";}
.menu_list a:visited {text-align: center;width: 88px;color:#FFFFFF;text-decoration: none;font:bold 13px/37px "宋体";}
.menu_list a:hover {text-align: center;width: 88px;color:#9e052a;;text-decoration: none;font:bold 13px/37px "宋体";
	background:url(cssImages/nav_bt_bg.gif) repeat;
	display: block;
	}
.menu_list a:active {text-align: center;width: 88px;color:#FFFFFF;text-decoration: none;font:bold 13px/37px "宋体";}
/*--------------------------------------菜单导航styl----------------------------------------------------e-*/


