.footer_box_container {
    width: 100%;
    background-color: #1984d4;
}

.footer_box {
    width: 100%;
    margin: 0 auto;
}

.footer_top_box {
    width: 1440px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin:0 auto;
    padding:48px 0;
    box-sizing:border-box;
}

.footer_bottom_box {
    text-align: center;
    color: #fff;
    font-size: 14px;
    height:48px;
    line-height:48px;
     background-color: #1474c8;
}

.footer_left_img {
    display: flex;
    font-size: 12px;
    color: #FFF;
    text-align: center;
}

.footer_left_img_item {
    height: 76px;
    margin-left: 20px;
}

.footer_left_img_item img {
    width: 76px;
    height: 76px;
}

.footer_center_logo {
    box-sizing: border-box;
    padding-top: 26px;
}

.footer_center_logo img {
    height: 56px;
}

.footer_right_address {
    color: #fff;
    box-sizing: border-box;
    font-size: clamp(12px, 1vw, 14px);
}

.footer_right_address>div>img {
    position: relative;
    top: 3px;
    height: 14px;
    width: 14px;
}

.footer_bottom_line {
    margin: 15px 0;
    background: #999;
    display: block;
    height: 1px;
    width: 100%;
}