body,ul,h3{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	font-family:"微软雅黑";
}
.clear{
	clear:both;
}
/*头部logo*/
h1{
	margin-top:150px;
}
h1 a{
	display:block;
	width:238px;
	height:80px;
	margin:0 auto;
	background:url(logo.gif) no-repeat;
	text-indent:-9999px;
	position:relative;
	
}
 
/*提交表单*/
#website{
	border:1px solid #CCC;
	border-top-color:#666;
	width:400px;
	height:30px;
	font-weight:bold;

	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;

	font-size:20px;
	line-height:30px;
	color:#333;
}
#chapr{
	font-family:"微软雅黑";
	margin:10px 0;
	font-size:15px;
}


/*other内*/
#other{
	font-size:13px;
	color:#666;
}
#other a{
	color:#245FA5;
}
#other a:hover{
	color:#6DA7E7;
}
.pr_info{
	background:#eee;
	width:500px;
	margin:10px auto;
	padding:10px 0px 10px 100px;

	font-size:23px;
	text-align:left;
	position:relative;
}
.pr_info b{
	color:#2F9BCD;
}
/*toppr*/
#toppr_con{
	position:absolute;
	top:130px;
	width:100%;
	display:none;
}
#toppr{
	margin:0 auto;
	position:relative;

	width:400px;
	background:#fff;
	border:#94B7DB solid 5px;

}
#close{
	position:absolute;
	top:5px;
	right:5px;
	padding:0 5px;
	border:0!important;
	background:#94B7DB;
	color:#fff;
}
#toppr p{
	font-size:12px;
}
#toppr div{
	border:#1F376D solid 2px;

}
#toppr div.clear{
	border:0;
}
#toppr h2{
	font-size:20px;
}
#toppr h2 span{
	font-size:11px;
	font-weight:normal;
}
.pr_list{
	width:50%;
	background:#eee;
	float:left;
}
.pr_list li{
	text-align:left;
	border-top:1px solid #fff;
	list-style-type:decimal;
	margin-left:28px;
	font-size:13px;
	line-height:20px;
	height:20px;
}
.pr_list li:hover{
	background:#000;
	color:#ccc;
}
.pr_list li span{
	font-size:18px;
	color:green;
	padding:0 5px;
	float:right;
}