.footer_table {
    width:100%;
    min-width: 1200px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.footer_table .f_bottom{
    width:100%;
    text-align: center;
    color:#fff;
    background: #000;
    height:100px;
    line-height: 100px;
    font-weight: bold;
    font-size: 14px;
    /* max-width: 1920px; */
    margin: 0 auto;
}
.footer_table .f_top {
    padding: 40px 5px 40px;
    box-sizing: border-box;
    width:80%;
    max-width: 1450px;
    min-width: 1200px;
    margin:0 auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.footer_table .f_top .f_top_cell {
    height:208px;
}
.footer_table .f_top .f_top_cell.last_cell {
    width:480px;
}
.footer_table .f_top .f_top_cell .f_top_cell_l{
    margin-right: 52px;
    font-size: 14px;
    line-height: 52px;
    color:#666;
}
.footer_table .f_top .f_top_cell .f_top_cell_info{
    font-size: 14px;
    line-height: 52px;
    color:#666;
}
.footer_table .f_top .f_top_cell.last_cell{
    display: flex;
    width:480px;
    justify-content: end;
}
.footer_table .f_top .f_top_cell.last_cell .f_top_cell_pic {
    height:208px;
}
.footer_table .f_top .f_top_cell.last_cell .f_top_cell_pic .name {
    text-align: center;
    font-size: 14px !important;
    text-indent: 0em;
    line-height: inherit;
}
@media screen and (max-width: 1230px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .footer_table .f_top .f_top_cell .f_top_cell_l {
        margin-right: 20px;
    }
}
