.section {
    width: 100%;
    height: auto;
    float: left;
}

.focus_main {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 50px;
    position: relative;
}

.focus_pic {
    width: 100%;
    height: 500px;
    float: left;
    background-image: url('../images/pic/banner1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.focus_ceng {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 70px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
    display: block;
}

.tab_main {
    width: 1000px;
    height: auto;
    display: table;
    margin: 0 auto;
}

.tab_ul {
    width: 100%;
    height: 50px;
    float: left;
    background-color: var(--color-3e3e3e);
    border-radius: 6px;
    padding-left: 10px;
}

.tab_ul p {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    float: left;
    font-family: var(--font-family);
    font-size: 1.35rem;
    font-weight: bold;
    color: var(--color-3e3e3e);
    background-color: var(--color-ffffff);
    margin: 10px auto;
    border-radius: 6px;
}

.tab_ul li {
    width: 26px;
    height: 26px;
    line-height: 26px;
    float: left;
    background-color: var(--color-ffffff);
    font-family: var(--font-family);
    font-size: 1rem;
    color: var(--color-3e3e3e);
    text-align: center;
    border-radius: 13px;
    margin: 12px 10px;
    cursor: pointer;
}

.focus {
    background-color: var(--color-cf0a33) !important;
    color: #ffffff !important;
}

.tab_box {
    width: 100%;
    height: auto;
    float: left;
    display: none;
}

.new_title {
    width: 100%;
    height: 40px;
    float: left;
    margin: 20px auto 5px auto;
}

.new_title img {
    width: 20px;
    height: 20px;
    float: left;
    margin: 10px 10px 10px 0;
}

.new_title a {
    width: auto;
    height: 40px;
    line-height: 42px;
    font-family: var(--font-family);
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--color-3e3e3e);
    float: left;
}

.new_main {
    width: 100%;
    height: auto;
    float: left;
}

.new_main p {
    width: 100%;
    height: auto;
    float: left;
    line-height: 30px;
    font-family: var(--font-family);
    font-size: 1.15rem;
    color: var(--color-3e3e3e);
    background-color: var(--color-f5f5f5);
    padding: 10px 20px;
    border-radius: 6px;
}

.new_main img {
    width: 90%;
    height: auto;
    float: left;
    margin: 15px 5%;
    border-radius: 6px;
}

.firm_main {
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 60px;
}

.firm_title {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
    background-color: #3e3e3e;
    padding: 30px 0;
}

.firm_title a {
    width: 1000px;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
}

.firm_title img {
    width: auto;
    height: 30px;
    float: left;
    margin: 5px 5px 5px 0;
}

.firm_tilp {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-family: var(--font-family);
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color-ffffff);
    float: left;
}

.firm_tilp b {
    color: var(--color-ffffff);
    margin-left: 10px;
}

.firm_text {
    width: 1000px;
    height: auto;
    display: table;
    margin: 0 auto;
    line-height: 30px;
    font-family: var(--font-family);
    font-size: 1.15rem;
    color: var(--color-ffffff);
    box-shadow: 0 0 0 1px #ffffff;
    padding: 10px 20px;
    border-radius: 6px;
}

.firm_box {
    width: 1000px;
    height: auto;
    display: table;
    margin: 0 auto;
}

.firm_box img {
    width: 90%;
    height: auto;
    float: left;
    margin-top: 15px;
    margin-left: 5%;
    border-radius: 6px;
}


@media (max-width: 600px) {
    .section {
        width: 100%;
        height: auto;
        float: left;
    }

    .focus_main {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 20px;
        position: relative;
    }

    .focus_pic {
        width: 100%;
        height: 200px;
        float: left;
        background-image: url('../images/pic/banner2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .focus_ceng {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 10px;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
        display: block;
    }

    .tab_main {
        width: 96%;
        height: auto;
        display: table;
        margin: 0 auto;
    }

    .tab_ul {
        width: 100%;
        height: 40px;
        float: left;
        background-color: var(--color-3e3e3e);
        border-radius: 6px;
        padding-left: 10px;
    }

    .tab_ul p {
        width: auto;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        float: left;
        font-family: var(--font-family);
        font-size: 1.35rem;
        font-weight: bold;
        color: var(--color-3e3e3e);
        background-color: var(--color-ffffff);
        margin: 5px auto;
        border-radius: 6px;
    }

    .tab_ul li {
        width: 26px;
        height: 26px;
        line-height: 26px;
        float: left;
        background-color: var(--color-ffffff);
        font-family: var(--font-family);
        font-size: 1rem;
        color: var(--color-3e3e3e);
        text-align: center;
        border-radius: 13px;
        margin: 7px 7px;
        cursor: pointer;
    }

    .focus {
        background-color: var(--color-cf0a33) !important;
        color: #ffffff !important;
    }

    .tab_box {
        width: 100%;
        height: auto;
        float: left;
        display: none;
    }

    .new_title {
        width: 100%;
        height: 40px;
        float: left;
        margin: 10px auto 5px auto;
    }

    .new_title img {
        width: 20px;
        height: 20px;
        float: left;
        margin: 10px 10px 10px 0;
    }

    .new_title a {
        width: auto;
        height: 40px;
        line-height: 42px;
        font-family: var(--font-family);
        font-size: 1.4rem;
        font-weight: bold;
        color: var(--color-3e3e3e);
        float: left;
    }

    .new_main {
        width: 100%;
        height: auto;
        float: left;
    }

    .new_main p {
        width: 100%;
        height: auto;
        float: left;
        line-height: 30px;
        font-family: var(--font-family);
        font-size: 1.25rem;
        color: var(--color-3e3e3e);
        background-color: var(--color-f5f5f5);
        padding: 10px 20px;
        border-radius: 6px;
    }

    .new_main img {
        width: 100%;
        height: auto;
        float: left;
        margin: 15px 0%;
        border-radius: 6px;
    }

    .firm_main {
        width: 100%;
        height: auto;
        display: table;
        margin: 0 auto;
        margin-top: 30px;
    }

    .firm_title {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 5px;
        background-color: #3e3e3e;
        padding: 30px 0;
    }

    .firm_title a {
        width: 96%;
        height: auto;
        display: table;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .firm_title img {
        width: auto;
        height: 30px;
        float: left;
        margin: 5px 5px 5px 0;
    }

    .firm_tilp {
        width: auto;
        height: 40px;
        line-height: 40px;
        font-family: var(--font-family);
        font-size: 1.8rem;
        font-weight: bold;
        color: var(--color-ffffff);
        float: left;
    }

    .firm_tilp b {
        color: var(--color-ffffff);
        margin-left: 10px;
    }

    .firm_text {
        width: 92%;
        height: auto;
        display: table;
        margin: 0 auto;
        line-height: 30px;
        font-family: var(--font-family);
        font-size: 1.15rem;
        color: var(--color-ffffff);
        box-shadow: 0 0 0 1px #ffffff;
        padding: 10px 2%;
        border-radius: 6px;
    }

    .firm_box {
        width: 100%;
        height: auto;
        display: table;
        margin: 0 auto;
    }

    .firm_box img {
        width: 96%;
        height: auto;
        float: left;
        margin-top: 5px;
        margin-left: 2%;
        border-radius: 6px;
    }
}