.footer_box {
    position: relative;
    width: 100%;
    height: 130px;
    background-color: #5e795f;
    z-index: 20;
}

.footer_content {
    width: 80%;
    height: 100%;
    margin: auto;
}

.footer_content a {
    color: #FFFFFF;
}

.footer_left {
    width: 80%;
    height: 40px;
    margin: 35px 0 0 10px;
}

.footer_left, .footer_right span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 13px;
}

.footer_left > img {
    margin-top: 10px;
}

.footer_text {
    margin-left: 8px;
}

.footer_beian {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    margin: 10px 0 0 8px;
}

.footer_beian_ {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    float: left;
    margin: 10px 0 0 2px;
}

.footer_divider {
    margin-left: 10px;
}

.footer_right {
    width: 67px;
    height: 90px;
    margin: 25px 0 0 0;
}

.footer_right span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer_right img {
    width: auto;
    height: auto;
}

.footer_content > img {
    width: 50px;
    height: 50px;
    margin-top: 31px;
}