<style>.g_foot_box *,
.g_links_box * {
    box-sizing: content-box;
}

.g_foot_box .m_foot_box {
    height: 180px;
    background: #bd1a2d;
    border-top: 1px solid #8f1322;
}

.g_foot_box .m_foot_box .m_foot {
    width: 1200px;
    margin: 0 auto;
}

.g_foot_box .m_organization {
    float: left;
    width: 50px;
    padding: 50px 55px 0 90px;
}

.g_foot_box .m_jiucuo {
    float: left;
    padding: 75px 95px 0 0;
}

.g_foot_box .m_foot_info {
    float: left;
    margin-top: 30px;
}

.g_foot_box .m_foot_info li {
    float: left;
    margin-left: 3px;

    font-size: 14px;
}

.g_foot_box .m_foot_info li a {
    color: #fff;
}

.g_foot_box .m_info1 {
    width: 162px;

    height: 120px;
}

.g_foot_box .m_info1 a {
    float: left;
    margin: 12px 47px 11px;
}

.g_foot_box .m_info2 {
    width: 240px;
    padding: 10px 20px 20px;
    height: 120px;
}

.g_foot_box .m_info2 p {
    font-size: 14px;
    color: #fff;
    line-height: 44px;
}

.g_foot_box .m_info3 {
    width: 180px;
    padding: 25px 15px;
    height: 100px;
}

.g_foot_box .m_info3 p {
    float: left;
    width: 80px;
    text-align: center;
    font-size: 12px;
    margin: 0 5px;
    color: #fff;
}

.g_foot_box .m_info3 p img {
    padding-bottom: 5px;
}

.g_foot_box .m_foot_txt {
    height: 55px;
    line-height: 55px;
    background: #dabb85;
}

.g_foot_box .m_foot_txt .foot_txt {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    
}

.g_foot_box .m_foot_txt .foot_txt p {
    float: left;
    font-size: 14px;
    color: #000;
    margin:15px 70px;
}

.g_foot_box .m_foot_txt .foot_txt p.u_mar0 {
    margin: 0;
}

.working_txt {
    display: none;
}

.m_organization {
    font-size: 14px;
    color: #fff;
}

.noPC {
    display: none;
}

@media only screen and (max-width: 640px) {

    .m_jiucuo,
    .m_info1,
    .m_info2,
    .qr_weibo {
        display: none;
    }

    .working_txt {
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .g_foot_box .m_foot_box {
        height: auto;
    }

    .g_foot_box .m_foot_box .m_foot {
        width: 100%;
    }

    .g_foot_box .m_organization,
    .g_foot_box .m_jiucuo {
        width: 50%;
        margin: 0;
        padding: 15px 0;
        text-align: center;
    }

    .noPC {
        display: block;
    }

    .g_foot_box .m_foot_info {
        margin: 0;
        width: 50%;
    }

    .g_foot_box .m_foot_info li.m_info3 {
        background: 0;
        width: 100%;
        padding: 25px 0 0;
        text-align: center;
        margin: 0;
    }

    .g_foot_box .m_info3 p {
        width: 100%;
        margin: 0;
    }

    .g_foot_box .m_info3 p img {
        width: 55px;
    }
}

.g_links_box {
    height: 60px;
    background: #757575;
}

.g_links_box .m_links_box {
    width: 1200px;
    margin: 0 auto;
    line-height: 60px;
}

.g_links_box .m_links_box .m_links_module {
    float: left;
    margin: 0 10px;
    color: #fff;
    position: relative;
}

.g_links_box .m_links_box .m_links_module span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 180px;
    text-align: center;
    cursor: pointer;
}

.g_links_box .m_links_box .m_links_module1 span {
    width: 235px;
}



.g_links_box .m_links_box .m_links_module i {
    height: 60px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 60px;
    color: #fff;
    font-style: normal;
    padding-left: 10px;
}

.g_links_box .m_links_box .m_links_module ul {
    position: absolute;
    top: -252px;
    left: 0;
    border: 1px solid #ccc;
    width: 200px;
    height: 250px;
    z-index: 99999;
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    overflow-y: auto;
    display: none;
}

.g_links_box .m_links_box .m_links_module1 ul {
    left: 20px;
}

.g_links_box .m_links_box .m_links_module:hover ul {
    display: block;
}

.g_links_box .m_links_box .m_links_module li {
    padding: 0 10px;
    line-height: 28px;
}

.g_links_box .m_links_box .m_links_module li a {
    display: block;
}

.g_links_box .m_links_box .m_links_module li:hover {
    background: #ccc;
}

@media only screen and (max-width: 640px) {
    .g_links_box .m_links_box {
        width: 100%;
    }

    .m_links_module1,
    .m_links_module2,
    .m_links_module5,
    .g_links_box .m_links_box .m_links_module4 i {
        display: none;
    }

    .g_links_box .m_links_box .m_links_module {
        margin: 0;
        width: 50%;
    }

    .g_links_box .m_links_box .m_links_module span {
        background: 0;
        width: 98%;
    }

    .g_links_box .m_links_box .m_links_module i {
        width: 2%;
        padding: 0;
    }

    .g_links_box .m_links_box .m_links_module ul {
        width: 99%;
    }

    .g_foot_box {
        background: #bd1a2d;
        border-top: 1px solid #8f1322;
        overflow: hidden;
        border-bottom: 10px solid #dabb85;
        padding-bottom: 10px;
    }

    .m_info3,
    .m_organization .noPC,
    .working_txt,
    .foot_txt .u_mar0 {
        display: none;
    }

    .g_foot_box .m_foot_box {
        background: 0;
        border: 0;
    }

    .m_links_extend {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 15px 0;
    }

    .m_links_extend a {
        color: #fff;
        margin: 0 20px;
    }

    .m_foot_box {
        float: left;
        width: 20%;
    }

    .m_foot_box img {
        width: 40px;
    }

    .g_foot_box .m_organization,
    .g_foot_box .m_jiucuo {
        width: 100%;
        overflow: hidden;
    }

    .g_foot_box .m_foot_txt {
        float: left;
        width: 80%;
        background: 0;
        height: auto;
        line-height: inherit;
    }

    .g_foot_box .m_foot_txt .foot_txt {
        width: 100%;
    }

    .g_foot_box .m_foot_txt .foot_txt p {
        float: none;
        margin: 0;
        font-size: 12px;
        line-height: 2em;
        color: #dabb85;
    }

    .g_foot_box .m_foot_txt .foot_txt p a {
        color: #dabb85;
    }

    .g_links_box .m_links_box .m_links_module:hover span {
        background: 0;
    }
}

</style>