/*网站前台总的CSS样式*/
body{cursor:url(../images/mouse.cur),auto;margin:0px;background-image:url(../images/back.gif);background-repeat:repeat-x;background-color:#ffffff;font-size:9pt;line-height: 20px;} 
ul,dl,dd,h1,h2,h3,h4,h5,h6,form{ padding:0; margin:0;}
ul{ list-style:none;}
img{ border:0px;}
a:link,a:visited {text-decoration:none;color:#000000;}
a:hover {text-decoration:underline;color:#000000;}

/*网站前台上部和下部共用CSS样式*/
#main{width: 980px;margin:0px auto;}
		
	#banner{width:980px;height:200px;}
		
	#daohang{width:981px;height:30px; padding-left:-1px;}
	
		#daohang a:link {color:#093b76;}
		#daohang a:visited {color:#093b76;}
	
		#daohang li{ width:109px;float:left; text-align:center; font-size:14px; font-weight:bold; line-height: 30px;}
		
	#rights{ background-color:#093b76; margin-top:10px;width:980px;height:30px; text-align:center; line-height:30px; color:#ffffff;}

		#rights a:link {color:#ffffff;}
		#rights a:visited {color:#ffffff;}
/*各页面共享的CSS样式*/
.sbutton{BORDER-RIGHT: #BDE0F6 1px solid; BORDER-TOP: #BDE0F6 1px solid; FONT-SIZE: 12px; WIDTH: 50px; BACKGROUND: #dff4fd; BORDER-LEFT: #BDE0F6 1px solid; COLOR: #964700; BORDER-BOTTOM: #BDE0F6 1px solid; HEIGHT: 20px;}

/*栏目标题*/
.lmbt{ font-size:13px; font-weight:bold;color: #093b76;}
/*栏目标题更多左右、中间隔*/
.lmlrjg{ margin-right:140px;}
.lmejg{ margin-right:240px;}