*,html{	margin: 0px;
	padding: 0px;}
body {
	margin: 0px;
	padding: 0px;
	font-family: "宋体";
	font-size: 14px;
	background-color: #001818;
	color: #e3fff9;
	line-height: 22px;
}
/*layout*/
#pagecontainer{
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
#header{}
#index-main img{
	float: left;
}
#nav{
	width: 915px;
	float: left;
	background-image: url(images/nav1-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 394px;
}
#nav1{
	height: 158px;
}
#nav2{
	height: 236px;
	background-image: url(images/nav2-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

}
#main{
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#mainbody{
	height: 119px;
	background-image: url(images/main-hdbg.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	font-size: 14px;
}
#footer{}
/*style*/
#main img{
	vertical-align: bottom;
}
#main p{
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 10px;
	text-align: left;
}
.imgboder{
	border: 2px groove #fff8c0;
	margin-bottom: 15px;
	margin-right: 3px;
	margin-left: 3px;
}
.p28px{
	text-indent: 28px;
}
h5{
	background-color: #103442;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	font-size: 12px;
}
table{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #218EC6;
	border-bottom-color: #218EC6;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.tabletitle{
	background-color: #0A2534;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #218EC6;
}
h2{
	text-align: left;
	margin-left: 80px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.imp{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF9C;
}
ol,ul{
	margin-left: 150px;
	text-align: left;
	margin-right: 100px;
	list-style-type: disc;
}
li{
	margin-bottom: 10px;
}

