﻿.home-bottom {
    width:100%;
    text-align:center;
    background:#d6d6d6;
    color:#656565;
    height:47px;
    line-height:48px;
    /*position:absolute;*/
    bottom:0;
}
.home-bottom-in {
    position:initial;
}
.home-bottom a,.home-bottom a:visited,.home-bottom a:hover{
    color:#656565;
}
.home-bottom1 {
    width:100%;
    height:20px;
    clear:both;
    overflow:hidden;
}

@media screen and (max-width: 670px) {
    .home-bottom {
        line-height:150%; height:auto;padding:5px 0;
    }
}
