
.footer {
    width: 100%;
    background: #063E77;
    /*background: #000;*/
    /*padding-bottom: 20px;*/
    padding-bottom: 0!important;
}

.footer_left_box {
    float: left;
    width: 52%;
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;

    padding: 32px 0 15px 40px;
    text-align: left;
    line-height: 18px;
}

.footer_left_box a {
    color: #ffffff;
}

.footer_left_box a:hover {
    color: #ffffff;
}

.picture {
    display: block;
    width: 14px;
    height: 16px;
    background: url(/static/image/img.png) no-repeat center;
    margin-left: 2px;
    float: left;
}

.beian_link {
    padding-left: 8px;
}

.beian_link a {
    line-height: 16px;
}

.beian_link a:hover {
    text-decoration: underline;

}

.footer_content {
    width: 100%;
    height: 94px;
    max-width: 1200px;
    margin: 0 auto;
    color: #a1a4b3;

    background-image:  url(../image/footer-icon.png)  ;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size:  auto 100%;

}


.right_link_box {
    float: left;
    width: 48%;
    margin: 0;
    text-align: center;
    color: #747474;
    line-height: 50px;
    padding-top: 14px;
}

.footer_content .right_link_box a {
    color: #fff;
    margin: 0 12px;
    font-size: 14px;
}

.footer_content .right_link_box a:hover {
    color: #ffffff;
}
