 

#footer {
    position: fixed;
    width: 100%;
    height: 40px;
    bottom: 0;
    z-index: 201;
    background: #f7f7f7;
    clear: both;
}
#footer a{
text-decoration:none;
}

#footer a:hover{
text-decoration:none;
}

.hao123-footer {
    width: 955px;
    height: 40px;
    margin: 0 auto;
}
.hao123-footer .item {
    margin-right: 20px;
    height: 40px;
    font: 400 12px/40px "Microsoft YaHei";
    /*float: left;*/
    color: #9195A3;
}

.hao123-footer .item:hover {
    color: #333;
}
 