/*------css基础------*/
html{ 
	background-color:#000;
	}
body{ 
	margin:0px auto;
	font-size:14px;
	color:#fff;
	font-family:"微软雅黑";
	width:100%;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
*{ padding:0;
	margin:0;
	}
li{ list-style:none;}
a{ cursor:pointer;font-family:"微软雅黑";}
header,footer,article,aside,section,nav,menu,hgroup,details,dialog,figure,figcaption{display:block}
.clearfloat{ clear:both;}
p{ font-size:14px; line-height:180%; text-indent:29px;}

footer{ background-color:#00000094; position:relative; bottom:-48px; width:100%; height:40px; text-align:center; color:#fff; line-height:40px;}