@charset "utf-8";
/* CSS Document */

/*layout*/
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family:arial, helvetica, sans-serif;
	text-align:center;
	color:#000;
	line-height:24px;
	font-size:14px;
	padding-top:10px;
	background:#f9f9f9 url(bodybg.gif) repeat-x top;
}
img {
	border:0;
}
a {
	color:#666;
}
a:hover {
	color:#a00;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
/**/
.topnav{
	width:880px;
	height:20px;
	line-height:20px;
	margin:0 auto;
	text-align:right;
	font-size:12px;
}
.banner{
	width:910px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	clear:both;}
.menu{
	width:900px;
	padding:3px 5px 0 5px;
	height:37px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:url(menubg.gif) no-repeat;
}
.menu ul{
	float:left;
	width:875px;
	height:35px;
	overflow:hidden;
	padding-left:25px;
	border-bottom:2px #c00 solid;}
.menu ul li{
	width:175px;
	height:35px;
	float:left;
	overflow:hidden;
	margin-right:1px 
	}
.menu ul li a{
	float:left;
	width:175px;
	height:35px;
	overflow:hidden;
	background: url(menulibg.gif) no-repeat;
	line-height:38px;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-weight:700;
	text-decoration:none;}
.menu ul li a:hover,.menu ul li.cur a{
	background:url(menulibgcur.gif) no-repeat;
	}
.main{
	width:850px;
	height:auto;
	overflow:hidden;
	padding:5px 30px;
	background:url(mainbg.gif) repeat-y;
	margin:0 auto;
	}
/**/
.box01{
	float:left;
	width:820px;
	height:80px;
	overflow:hidden;
	background:url(boxbg01.gif) no-repeat;
	margin-top:10px;
	text-align:left;
	padding:10px 15px;
	color:#666;}
.box01 b{
	color:#a00;}
/**/
.tit01{
	float:left;
	width:850px;
	height:auto;
	overflow:hidden;
	line-height:30px;
	margin-top:20px;
	text-align:left;
	font-size:22px;
	font-weight:700;
	font-family: "微软雅黑";
	color:#a00;}
.tit02{
	float:left;
	width:830px;
	padding:0 10px;
	line-height:25px;
	background:#a00;
	text-align:left;
	font-weight:700;
	margin-top:10px;
	color:#fff;
	}
.cont01{
	float:left;
	width:830px;
	height:auto;
	padding:0 10px;
	overflow:hidden;
	line-height:24px;
	margin-top:5px;
	text-align:left;
}	
.cont01 p{
	margin-top:8px;
	font-family:"宋体";}
.cont01 table.s0{
	float:left;
	width:830px;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:22px;}
.cont01 table.s0 th,.cont01 table.s0 td{
	padding:3px 0 0 2px;
	}
.cont01 table.s0 th b{
	color:#a00;}

.cont01 table.s0 td {
	color:#999;}
.cont01 table.s0 td input{
	line-height:20px;
	height:20px;
	font-size:14px;
	color:#333;}
.cont01 table.s0 td input.btn{
	color:#000;
	line-height:22px;
	height:25px;
}
.cont01 table.s1{
	float:left;
	width:830px;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:22px;
	margin-top:10px;}
.cont01 table.s1 th,.cont01 table.s1 td{
	padding:3px 0 0 2px;
	font-family:"宋体";
	}
.cont01 table.s1 th{
	color:#a00;
	line-height:25px;
	text-align:left;
	}

.cont01 table.s1 td {
	color:#000;
}
.cont01 table.s2{
	float:left;
	width:830px;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:22px;
	margin-top:10px;}
.cont01 table.s2 th,.cont01 table.s1 td{
	font-family:"宋体";
	}
.cont01 table.s2 th{
	color:#000;
	line-height:22px;
	text-align:left;
	padding:0px 5px;
	background:#f3f3f3;}

.cont01 table.s2 td {
	color:#000;
	padding:3px 5px;
	line-height:25px;
}
/**/
.foot{
	width:900px;
	height:30px;
	line-height:30px;
	padding-top:20px;
	text-align:center;
	font-size:12px;
	color:#999;
	margin:0 auto;
	clear:both;
	background:url(footbg.gif) no-repeat top;}
