

/* 框架 */
#b {
	width:1100px;
	padding:0 12px;
	background-color:#FFF;
	position:relative;
}


/* 全站导航 */
#f_nav {
	font:13px/1.3 "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "宋体";
	background-image:url(../../images_new/nav_bg.jpg);
	height:58px;
}
#daohang {
	background-image:url(../images/nav_bg.jpg);
	margin: 0 auto;
	width:980px;
	height:58px;	
	margin-bottom:2px;
	position:relative;
	z-index:99;
}
.home {
	margin-left:16px;
}
.tab {
	position:relative;
	display:block;
	float:left;
	cursor:pointer;
}
.tab .tablink {
	position:relative;
	padding:1px 12px;
	line-height:56px;
	display:block;
	height:56px;
	color:#fff;
	font-size:14px;
	z-index:99;
	float:left;
	background: url(../images/nav_line.jpg) right no-repeat;	
}
.tab .tablink a {
	line-height:56px;
	color:#FFF;
	text-decoration:none;
}
.tab:hover {
	/*background-color:#e02c35;/*导航hover背景色*/
}
.tab:hover .tablink {
	color:#FFF;
	border-right: 1px solid #a9181b;
	border-left: 1px solid #a9181b;
	padding:0 11px;
	text-decoration:none;
	height:58px;
}
.tab:hover .tablink a {
	color:#ffbb05;
}
.dropdown:hover .arwlink {	
	border-left:1px solid #a9181b;
	height:58px;
	background:url(../images/bird.png) bottom no-repeat;
}
.dropdown ul {
	display:none;
}
.dropdown:hover ul {
	position:absolute;
	display:block;
	margin-left:-1px;
	top:57px;
	left:1px;
	z-index:9;
	background-color:#7f1114;
}
.subnav {
	width:160px;
	color:#FFF;
}
.subnav a {
	font:13px/1.3 "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "宋体";
	padding:4px 0 4px 10px;
	line-height:25px;
	width:143px;
	display:block;
	white-space:nowrap;
	color:#FFF;
	float:left;
	background:url(../images/bottom.gif) bottom no-repeat;
}
.subnav :hover {
	text-decoration:none; 
	font-weight: bold;
}
.dropdown .subnav {
	background-color:#FFF;
	border:1px solid #a9181b;
	padding:8px;
}
/* 其他 */
.hot {
	width:22px;
	height:12px;
	background:url(../images/a.png) no-repeat -111px -40px;
	position:absolute;
	right:22px;
	top:-9px;
	z-index:999;
}
.new {
	width:22px;
	height:12px;
	background:url(../images/a.png) no-repeat -85px -40px;
	position:absolute;
	right:22px;
	top:-9px;
	z-index:999;
}
