/**
 *功能作用： 
 *作者：鲁源
 *时间：2019/7/29 22:36
 **/
body{
    padding: 0;
    margin: 0;
}


#footer{
    position: fixed;
    width: 100%;
    max-width: 100%;
    margin:0;
    bottom: 0;
    background-color: black;
}
ul{
    padding: 0;
    margin: 0;
}
ul li {

    list-style: none;
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    display: inline;
    /*background: url(XXX.gif) no-repeat;*/
}

#footer ul li a{
    display: block;
    color: whitesmoke;
    text-decoration: none;
    text-align: center;
}
#footer ul li a:hover{
    color: white;
    background-color: #ddab21;
}

.upraise{
    height: 6em;
}

.bottomSpace{
    height: 6em;
    background: url("../img/5.gif") repeat;
}

.footLi{
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
}

.footUl{
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
}

