@charset ;
/* CSS Document */

@charset ;
/* CSS Document */

/* ---html、body100%--- */
html, body {}
/* ---默认字体9pt--- */
div, table {
	font-size: 12px;}
/* ---div居中、div背景--- */
* {
	padding:0;
	margin:0;}

body, td, th, div, input, ul, li {
	font-family:"微软雅黑", "宋体";
	font-size: 12px;
	color: #333333;}
body {}
p {
	line-height:150%;}


a {
	color:#676767;}
a:link {
	
	text-decoration: none;}
a:visited {
	
	text-decoration: none;}
a:hover {}
a:active {
	
	text-decoration: none;}
h1 {
	color:#000000;
	line-height:150%;
	font-size:24px;}
li {
	list-style:none;}
.sk {
	width:1000px;
	margin-left:auto;
	margin-right:auto;}