@charset "utf-8";
/* CSS Document */
/* 以下是全局定义 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
	color: #666;
	line-height: 150%;
}
.red {
	color: #F00;
}
/* 以下是header部分 */
#header {
	background-image: url(../images/hbg.jpg);
	height: 88px;
	width: 100%;
}
#h-1 {
	height: 88px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/* 以下是main部分 */
#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#mleft {
	float: left;
	width: 215px;
}
#mright {
	float: left;
	width: 785px;
	margin-top: 5px;
}
/* 以下是left部分 */
#ul-left-1 {
	height: 70px;
	width: 200px;
	margin-bottom: 5px;
	padding-top: 5px;
	float: left;
	margin-left: 0px;
}
#ul-left-2 {
	height: 300px;
	width: 200px;
	margin-bottom: 5px;
	padding-top: 5px;
	float: left;
	margin-left: 0px;
}
#ul-left-2 ul {
	margin: 0px;
	list-style-type: none;
	font-size: 14px;
	padding: 0px;
	float: left;
	}
#ul-left-2 ul a {
	display:block;
	line-height: 31px;
	text-decoration: none;
	height: 31px;
	width: 170px;
	text-indent: 50;
	background-color: #FFF;
	background-image: url(../images/ul2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color:#900;
	padding-left: 30px;
	}
#ul-left-2 ul a:hover {
	display:block;
	line-height: 31px;
	text-decoration: none;
	height: 31px;
	width: 170px;
	text-indent: 50;
	background-color: #FFF;
	background-image: url(../images/ul2-.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	padding-left: 30px;
	}
/* 以下是foot部分 */
#foot {
	background-image: url(../images/fbg.jpg);
	height: 92px;
	width: 100%;
}
#f-1 {
	height: 92px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
