@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* ---html、body100%--- */
html, body {}
/* ---默认字体9pt--- */
div, table {
	font-size: 12px;}
/* ---div居中、div背景--- */
* {
	padding:0;
	margin:20;}
ul li{
 list-style-type:none;  
list-style-image: url(images/icon.gif);}
body, td, th, div, input, ul, li {
	font-family:"微软雅黑", "宋体";
	font-size: 14px;
	color: #333333;}
body {
	background:url(../images/body_bj.jpg) top repeat-x #fff;}
p {
	line-height:180%;}
a{
font-size:13px;}

a:link {
	color: #000000;
	text-decoration: none;}
a:visited {
	color: #000000;
	text-decoration: none;}
a:hover {
	color: #ff0000;}
a:active {
	color: #000000;
	text-decoration: none;}
h1 {
	color:#000000;
	line-height:150%;
	font-size:24px;}
ul,li{
padding:0;
margin:60;}
.sk {
	width:1000px;
	margin-left:auto;
	margin-right:auto;}