.footer_box {
    width: 100%;
    margin: 0 auto;
    background: url("../image/footer_bg.png");
    background-size: cover;
    position: relative;
    background-color: #1663b3;
    background-blend-mode: multiply;
}

.footer_content_box {
    max-width: 1440px;
    margin: 0 auto;
    color: #fff;
    padding-top: 40px;
}

.footer_change_box {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    box-sizing: border-box;
}

.footer_info_content_box {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    box-sizing: border-box;
    align-items: center;
}

/* .footer_logo_box {
    text-align: center;
    margin-top: 102px;

} */

.select_box_diy {
    display: flex;
    justify-content: space-between;
    width: 300px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 12px;
    background-color: #1357aa;
    padding: 0 26px;
    line-height: 48px;
    cursor: pointer;
    font-size: 14px;
}

.select_box_diy div span {
    position: relative;
    top: 17px;
}

.footer_nav_item {
    font-size: 14px;
    background-color: #134695;
    max-height: 520px;
    /* max-width: 360px; */
    border-radius: 6px;
    position: absolute;
    left: 0;
    bottom: 52px;
    text-align: left;
    padding: 12px;
    box-sizing: border-box;
    z-index: 99;
    display: none;
    overflow: auto;
}

.display_block {
    display: block;
}

.select_box_diy2 {
    font-size: 18px;
}

.footer_nav_item_div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
    flex-direction: row;
    gap: 30px;
}

.footer_nav_item_div>div {
    padding: 6px 0;
    height: 36px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_nav_item_div>div:hover {
    background-color: #1663b3;
    border-radius: 8px;
    cursor: pointer;
}

.footer_info_box {
    width: 34%;
}

.call_me_box {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer_max_box {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
}

.phone_box {
    padding: 3px 0;
    font-size: 14px;
    width: 210px;
}

.footer_code_box {
    text-align: center;
    display: flex;
    font-size: 14px;
}

.footer_code_box img {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
}

.footer_select_box_max {
    display: block;
    position: relative;
}

.pc_top_img_box {
    display: block;
}

.link_box {
    margin-top: 18px;
    font-size: 14px;
}

.select_box_min {
    display: none;
}

/* 底部版权 */
.footer_copyright_box {
    width: 100%;
    height: 40px;
    background-color: #104e97;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    font-size: 14px;
}

@media (max-width: 992px) {
    .footer_info_content_box {
        display: block;
        padding: 0 0 40px 0;
        display: flex;
        flex-direction: column;
    }

    /* 底部 */
    .footer_code_box {
        display: flex;
        margin-top: 20px;
    }

    .footer_change_box {
        display: block;
        padding: 20px 20px 0px;
    }

    .footer_content_box {
        display: block;
        position: relative;
    }

    .footer_box,
    .footer_content_box {
        width: 100%;
    }

    .footer_logo_box {
        padding: 10px 20px;
        margin-top: 0px;
        /* margin-left: 40px; */
        text-align: left;
    }

    .phone_box {
        padding: 2px 0;
        font-size: 14px;
    }

    /* 友情链接   */
    .footer_select_box_max2 {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .footer_nav_item_div {
        flex-wrap: wrap;
        gap: 0px 20px;
    }

    .footer_nav_item_div>div {
        height: 30px;
    }

    .footer_select_box_max {
        display: none;
    }

    .select_box_min {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    #dType {
        background-color: #134695;
        border: none;
        color: #fff;
        width: 100%;
        height: 36px;
        padding: 0 8px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    #dType1 {
        background-color: #134695;
        border: none;
        color: #fff;
        width: 100%;
        height: 36px;
        padding: 0 8px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    #dType2 {
        background-color: #134695;
        border: none;
        color: #fff;
        width: 100%;
        height: 36px;
        padding: 0 8px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    /* 2025年12月31号改版的底部信息栏样式 */

    .link_box {
        margin-top: 6px;
        font-size: 14px;
    }

    .footer_info_box {
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
    }
}