.footer_box {
    position: relative;
    width: 100%;
    height: 130px;
    background-color: #607d8b;
    z-index: 1;
}

.footer_box a {
    color: #ffffff;
}

.footer_content {
    width: 80%;
    height: 100%;
    margin: auto;
}

.footer_left {
    width: 80%;
    height: 40px;
    margin: 35px 0 0 0;
}

.footer_left, .footer_right span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    font-size: 13px;
}

.footer_text {
    margin-left: 8px;
}

.footer_beian {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    margin: 10px 0 0 8px;
}

.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;
}