@charset "utf-8";
/* CSS Document */
.top{margin:0 auto; background-image:url(../images/all/bg01.gif); background-repeat:repeat-y; width:940px; overflow:hidden;}
.top01{width:935px; padding:0 3px 0 2px; overflow:hidden;}
.t_top{float:left; width:244px; height:24px; background:url(../images/index/t_bg01.gif) repeat-x; padding-left:690px; line-height:24px;border-bottom:1px solid #ebebeb; margin-left:1px;}
.t_mid{float:left; padding:8px 7px 8px 15px; width:915px;}
.t_mid01{float:left; height:55px; width:185px;}
.t_mid02{float:left; height:30px; padding-top:25px; width:120px; padding-left:10px;}
.t_mid03{float:left; height:55px; width:290px; padding-left:10px;}
.city{ font-family:"黑体"; font-size:28px; font-weight:bold; color:#666;}
.t_nav{ float:left;width:930px; padding:0 3px 0 2px; background:url(../images/index/nav_bg01.gif) repeat-x; height:33px; border-left:1px solid #70bc3c; border-right:1px solid #70bc3c;}
/*ad*/
.t_mid002{float:left; height:55px; width:158px; padding-left:10px;}
.t_mid003{float:left; height:55px; width:530px; padding-left:30px;}

/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	margin:0;
}
#menu_out{
	width:935px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/menu_left01.gif) no-repeat left top;
}
#menu_in{
	background:url(../images/menu_right01.gif) no-repeat right top;
}
#menu{
	background: url(../images/index/nav_bg01.gif) repeat-x;
	height:33px;
}
.menu_line{
	background: url(../images/index/nav_line01.gif) no-repeat ;
	width:4px; height:33px; padding:0;
}
#nav{ padding:0;
padding-left:85px;
margin:0;
}
#nav li{
	float:left;
	display:inline;
	height:33px; padding:0 20px 0 0px;
	list-style:none;
}
#nav li a{
	float:left;
	display:block;
	height:33px;
	background:url(../images/menu_on_left01.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	padding:9px 0px 10px 0px;
	line-height:14px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none; width:94px;text-align:center;}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
text-align:center;}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background:url(../images/index/menu_on01.gif);
	color:#333333;
	text-decoration:none;
	width:94px; text-align:center;}