/* 
* @Author: Marte
* @Date:   2018-04-11 10:27:56
* @Last Modified by:   Marte
* @Last Modified time: 2018-05-28 17:35:27
*/
.footer-bg{
    background:#57bc54;
    min-height:100px;
    padding:20px 0px;
    box-sizing: border-box;
    line-height: 60px;
}
.footer-bg{
text-align: center;

}
.footer-bg ul{
    display: inline-block;
    /*width:100%;*/
    text-align: center;
}
.footer-bg ul li {
    float: left;
    color:#fff;
    font-size: 14px;
    margin:0 10px;
    cursor: pointer;
}
.footer-bg div{
    font-size: 12px;
    color:#96e493;
}

.beianImg {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 10px;
    margin-right: 4px;
}