* {
    padding: 0;
    margin: 0;
}
li {
    list-style-type:none
}
.footer_space {
    width: 100%;
    height: 200px;
}
.footer_box {
    width: 100%;
    height: 100px;
    background: #333;
    margin-top: 40px;
    /* position: fixed;
    bottom: 0;
    z-index: 99; */
}
.footer {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.f_tabs {
    display: flex;
    margin-top: 30px;
    /*width: 360px;*/
    justify-content: space-between;
}
.f_tab {
    /*width: 56px;*/
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.f_tab a {
    color: #fff;
}
.address {
    margin-top: 15px;
    margin-right: 80px;
}
.word {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}
