﻿/* CSS Document */
* {
	font-size: 12px;
	color: #171717;
	padding: 0;
	margin: 0;
}
ul {
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img {
	border:none;
}
body {
	margin: 0 auto;
	padding: 0px 8px;
	width:950px;
	font-family: "宋体";
	background:#f3f3f3 url(../images/bodybg.gif) center top repeat-y;
}
.clear {
	clear:both;
}
#ft_news {
	width: 950px;
	height: 30px;
	line-height: 30px;
	background:url(../images/news_bg.gif) repeat-x;
}

#ft_news #new_f_l {
	float: left;
	display: block;
	width: 650px;
	height: 30px;
	overflow: hidden;
	background:url(../images/news_bg_l.gif) no-repeat left center;
}

#ft_news #new_f_r {
	letter-spacing: 1px;
	word-spacing: 3px;
	float: right;
	display: block;
	width: 300px;
	height: 30px;
	background: url(../images/news_bg_r.gif) no-repeat right top;
}

#ft_news #new_f_r a:link,a:visited {
	text-decoration: none;
}

#ft_news #new_f_r a:hover {
	text-decoration: underline;
}

#top {
	width: 950px;
	height: 102px;
}

#top #logo {
	display: block;
	width: 247px;
	height: 102px;
	float: left;
}

#top #banner {
	display: block;
	float: right;;
	max-width: 670px;
	height: 90px;
	padding: 5px 12px;
}
#nav {
	width: 950px;
	height: 35px;
	float:left;
}

#nav ul {
	width: 950px;
	background: url(../images/menu1.gif) repeat-x;
	list-style: none;
	margin: 0px;
	float:left;
}

#nav li {
	background: none;
	padding: 0px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	float: left;
}

#nav a {
	display: block;
	width: 95px;
	height: 35px;
	text-decoration: none;
	background: url(../images/menu1.gif);
	color: #fcf54c;
	text-transform: lowercase;
	font-size: 14px;
	float: left;
	text-align: center;
}

#nav a:hover {
	text-decoration: none;
	color: #fcf54c;
	background-image: url(../images/menu2.gif);
}

#slide_top {
	width: 950px;
	height: 200px;
	float:left;
}
#items {
	width: 950px;
	height: 72px;
	background: url(../images/menub.gif) no-repeat;
	margin-bottom: 2px;
	overflow: hidden;
}

#items ul {
	list-style: none;
	margin: 0px;
}

#items li {
	display: block;
	overflow:hidden;
	width: 316px;
	padding: 0px;
	height: 24px;
	line-height: 24px;
	float: left;
}

#items li span {
	margin-left: 5px;
	padding-left: 10px;
	background: url(../images/li.gif) no-repeat left center;
	display: block;
	width: 65px;
	font-weight: bold;
	float: left;
	color: #824493;
	font-size: 13px
}
#items li span a {
	display: block;
	width: 65px;
	color:#824493;
}
#items a {
	margin-right: 4px;
	display: block;
	overflow:hidden;
	height: 24px;
	width:50px;
	font-size: 12px;
	float: left;
	text-align: center;
}
#items a:hover {
	text-decoration:underline;
}
/*--------页脚--------*/
#footer {
	height:50px;
	width:950px;
	margin-top:5px;
}
#footer #footer_nav {
	text-align:center;
	height:30px;
	line-height:30px;
	background:#733e90;
	font-size:14px;
	color:#fff;
}
#footer #footer_nav a {
	font-weight:bold;
	color:#fff;
}
#footer #legalnotices{
	text-align:center;
	font-weight:bold;
	margin-top:5px;
}
#footer #footinfo{
	text-align:center;
	margin-top:5px;
}
#footer #footinfo .finfo_l {
	width:450px;
	text-align:right;
	height:20px;
	line-height:20px;
	color:#611b74;
	float:left;
}
#footer #footinfo .finfo_r {
	width:450px;
	text-align:left;
	height:20px;
	line-height:20px;
	color:#611b74;
	float:right;
}
#footer #footerkwd{
	text-align:center;
	line-height:18px;
	height:18px;
}
