﻿*
{
	padding: 0;
	margin: 0;
}

body
{
	font: 12px tahoma,宋体,sans-serif;
	background: #fff url(images/bg.jpg) repeat-x;
	color: #001ca6;
}

a
{
	text-decoration: none;
}
a, a:visited
{
	color: #001CA6;
	background: inherit;
}

dt
{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 0 15px;
}
dd
{
	margin: 0 0 0 15px;
}
h4
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-align: center;
}
p
{
	margin: 0;
	padding: 0 0 0 18px;
}
p a, p a:visited
{
	color: #00f;
	background: inherit;
}

h2
{
	font-size: 12px;
}

li
{
	list-style: none;
}

#page
{
	width: 950px;
	margin: 0px auto;
	padding: 9px 0px 0px 10px;
	background: #fff;
}

#header
{
	clear: both;
	margin-bottom: 5px;
	position:relative;
	z-index:1000;
}

#topbar
{
	position:absolute;
	color:#fff;
	left:20px;
	top:10px;
}
#topbar a
{
	color:#fff;
	margin:0 4px;
}
#topbar li 
{
	display:inline;
	
}
#topbar .weather
{
	float:right;
	display:none;
}


#bainder
{
	width: 940px;
	height: 259px;
	background: url(images/bainder.jpg) no-repeat;
	margin-bottom: 2px;
}

#menubar ul li
{
	display: inline;
}

#menutop
{
	position: absolute;
	left: 135px;
	top: -32px;
}
#menutop a
{
	color: #fff;
}
#menutop li
{
	float: left;
	margin: 0 15px;
	height: 30px;
}






#footer
{
}
*html #footer
{
	margin-top: 0px;
}

#footline
{
	clear: both;
}
#footmenu
{
	display: none;
}
#footcontent
{
	background: url(images/bottom.jpg) no-repeat;
	height: 157px;
	color: #fff;
	padding: 18px 0 0 44px;
}
#footcontent .footcopyl
{
	line-height: 22px;
}
#footcontent a
{
	color: #fff;
}
#footcontent .footcopyr
{
	display: none;
}





/*
#menubottom ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menubottom li
{
	float: left;
	width:70px;
}
#menubottom .ml
{
	width:1px;
}
#menubottom ul li a
{
	display: block;
	font-size: 12px;
	border: 1px solid #ccc;
	margin-top: 2px;
	margin-left: 3px;
	padding: 3px;
	text-decoration: none;
	color: #777;
}
#menubottom ul li a:hover
{
	background-color: #ddd;
}
#menubottom li ul
{
	display: none;
	top: 20px;
}
#menubottom li:hover ul, li.over ul
{
	display: block;
}

*/
#menubottom
{
	width: 940px;
	height: 33px;
	background: url(images/menu2_bg.jpg) repeat-x;
	line-height: 29px;
}

#nav
{
	color: #fff;
	margin-left: 30px;
}


#nav .menuLine
{
	background: #fff;
}

#nav a
{
	display: block;
	width: 70px;
	text-align: center;
}

#nav a:link
{
	color: #fff;
	text-decoration: none;
}
#nav a:visited
{
	color: #fff;
	text-decoration: none;
}
#nav a:hover
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#nav li
{
	float: left;
}
#nav .ml
{
	width: 1px;
}

#nav li a:hover
{
}
#nav li ul
{
	line-height: 22px;
	list-style-type: none;
	text-align: left;
	left: -999em;
	width: 180px;
	position: absolute;
	z-index:1;
}

#nav li ul li
{
	float: left;
	width: 120px;
	background: #F6F6F6;
	filter:alpha(opacity=85);
	opacity:0.85;
}

#nav li ul a
{
	display: block;
	width: 156px;
	text-align: left;
	padding-left: 15px;
}

#nav li ul a:link
{
	color: #333;
	text-decoration: none;
}
#nav li ul a:visited
{
	color: #333;
	text-decoration: none;
}
#nav li ul a:hover
{
	color: #F3F3F3;
	text-decoration: none;
	font-weight: normal;
	background: #C00;
}
li.line
{
	width: 5px;
}
#nav li:hover ul
{
	left: auto;
}
#nav li.sfhover ul
{
	left: auto;
}
