@charset "utf-8";
body {
	background-color: #FCFDFF;
	
}

#box {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#top {
	background-image: url(../images/top-bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 338px;
	position: relative;
}
#logo {
	width: 286px;
	position: absolute;
	left: 58px;
	top: 16px;
}

#menu li {
	list-style-type: none;
	display: block;
	float: left;
	padding-bottom: 5px;
	padding-top: 3px;
}
#menu {
	float: right;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 285px;
	padding-left: 6px;
	padding-top: 3px;
	color: #FFFFFF;
	position: absolute;
	right: 55px;
}
#menu a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	font-family: "黑体";
}
#menu a:hover {
	color: #FF9900;
}
#footer {
	background-attachment: fixed;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 1000px;
	position: relative;
	height: 900px;
	z-index: -1;
}
#contain {
	width: 940px;
	position: absolute;
	height: auto;
	left: 11px;
	top: 304px;
	z-index: 1000;
	padding-left: 10px;
}
#left ul {
	padding-bottom: 18px;
	padding-top: 5px;
}
#left h2 {
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	padding-top: 5px;
	width: 245px;
}

#left li {
	font-size: 13px;
	line-height: 25px;
	list-style-type: none;
}
#left h1 {
	color: #006699;
	font-size: 18px;
	background-image: url(../images/dian.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	font-family: "黑体";
	font-weight: normal;
	padding-left: 35px;
	padding-bottom: 6px;
}
#left {
	width: 300px;
	background-image: url(../images/jiangzu_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding-left: 35px;
}

#right ul {
	padding-bottom: 17px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-top: 5px;
}
#left a {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
#left a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

#right a {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
#right a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
#right {
	float: left;
	width: 580px;

}

#right li {
	font-size: 13px;
	line-height: 30px;
	width: 300px;
}
#right h1 {
	color: #006699;
	font-size: 18px;
	background-image: url(../images/dian.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	font-family: "黑体";
	font-weight: normal;
	padding-left: 35px;
	padding-bottom: 6px;
}
#contain #left {
	float: left;
}
#contain #right {
	float: right;
}


#footer p {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}


#box #top #menu .sy {
	background-image: url(../images/sy.gif);
	width: 80px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 2px;
}
