/* CSS Document */

html{width:100%; height:100%; overflow:hidden;}

*{margin:0; padding:0}

ul{list-style-type:none}

a img{border:none}

a{color:#000;text-decoration:none;}

a:hover{ color:#F00}

.clear{ clear:both}

.float{float:left}


body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 16px;
    background: url(../images/bj.jpg) no-repeat top center;
    background-size: 100% 100%;
}



.nav{/*width:538px;*/ margin:150px auto 0px;padding:10px; overflow:hidden}
.nav ul li{ float:left; width:50%; height:32px; line-height:32px; text-align:center; margin-bottom:8px;}
.nav a{ width:96%; display:block; float:left; background:#FFF; color:#999;filter:alpha(opacity=80);opacity:0.8;}
.nav a.bspace{}

.foot{ position:fixed; width:100%; bottom:15px;overflow:hidden;text-align:center; margin:0 auto ;}

.foot a{ font-size:14px; color:#FFF}