@charset "utf-8";
/* CSS Document */
#header,#among{
	width:1002px;
	margin:auto;
	clear:both;
}
#top{
	background:url(../images/top.jpg);
	height:125px;
}
#top a{
	color:#FFFFFF;
}
#top a:hover{
	color:#FFFF00;
}
#nav{
	width:847px;
	margin:85px 0 0 0;
	float:left;
}
#nav ul li{
	float:left;
}
#nav ul li img{
	vertical-align:top;
}
#li{
	width:100px;
	height:38px;
	text-align:center;
}
#li a{
	line-height:38px;
}
#among{
	background:url(../images/bg.jpg) repeat-y left;
}
#content{
	width:1002px;
	background:url(../images/bg1.jpg) no-repeat left bottom;
}
#sidebar{
	float:left;
	width:238px;
	margin:8px 0 96px 6px;
	*display:inline;
	text-align:center;
}
#right{
	float:right;
	width:747px;
	text-align:center;
}
.td_on,.td_off{
	width:80px;
	padding:6px 0 0 0;
	float:left;
	display:block;
	line-height:20px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#F87D13;
}
.td_on{
	background:url(../images/n.jpg) no-repeat 0 0;
}
.tb{
	clear:both;
	display:none;
	width:370px;
	margin:10px auto auto auto;
}
#footer{
	width:747px;
	height:52px;
	float:right;
	text-align:center;
	background-color: #F4F4F4;
	background-image: url(../images/dbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#g{
	background:url(../images/arrow.gif) no-repeat 4px 9px;
	border-bottom:1px solid #1B1B1B;
	font-weight:bold;
	width:730px;
	padding:6px 0 0 18px;
	margin:auto;
}
#g1{
	width:720px;
	margin:9px auto;
}
/*头部下拉菜单==============================*/
#Layer,#Layer1,#Layer2,#Layer3,#Layer4{
	position:absolute;
	width:100px;
	margin:26px 0 0 -26px;
	padding:5px 0 4px 0;
	z-index:2;
	visibility: hidden;
	background:#333333;
	filter:Alpha(Opacity=85);
	line-height:24px;
	color:#FFFFFF;
}
#Layer a,#Layer1 a,#Layer2 a,#Layer3 a,#Layer4 a{
	line-height:24px;
}
#nav_list{
	background:url(../images/arrow1.gif) no-repeat 12px 8px;
	padding:0 12px 0 24px;
}