header {
    position: relative;
}

.m-top {
    position: relative;
}

.public-ewm {
    display: none;
}

@media (min-width: 1200px) {
    header {
        position: relative;
    }

    .public-ewm {
        display: block;
        position: fixed;
        z-index: 99;
        left: 5%;
        bottom: 24%;
        font: 400 14px/24px '微软雅黑';
        text-align: center;
        color: #fff;
    }
}

article {
    background: #fff no-repeat center center/cover;
}

.common-main {
    padding: 0 0 10px;
}

.common-box {
    min-height: 420px;
    margin: 10px 10px 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}


@media (min-width: 1200px) {
    article {
        position: relative;
        padding: 70px 0 0;
        overflow: hidden;
    }

    .common-main {
        position: relative;
        z-index: 10;
        width: 1200px;
        margin: 0 auto;
        margin-top: -30%;
        padding: 0;
        transform: scale(0.7);
        transform-origin: center bottom;
    }

    .common-box {
        min-height: 650px;
        margin: 0;
        padding: 0 20px 360px;
    }
}

@media (min-width:1380px) {
    article {
        padding: 75px 0 0;
    }

    .common-main {
        margin-top: -25%;
        transform: scale(0.75);
    }
}

@media (min-width:1480px) {
    article {
        padding: 100px 0 0;
    }

    .common-main {
        margin-top: 0;
        transform: scale(1);
    }
}


/* 二级标题 */
.common-title {
    text-align: center;
}

.common-title {
    padding: 20px 0 10px;
}

.common-title span {
    display: block;
    width: 100px;
    margin: 0 auto;
    font: 400 16px/36px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #5ea65a;
    border-radius: 25px;
}

@media (min-width: 1200px) {
    .common-title {
        padding: 28px 0 42px;
        background: url(../images/com_title_bg.png) no-repeat center 0;
    }

    .common-title span {
        width: 110px;
        font: 400 18px/42px '微软雅黑';
        border-radius: 25px;
    }
}


/* 二级导航 */
.common-nav {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 4px;
}

.common-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.common-nav ul li {
    width: 33.3%;
    padding: 2px;
}

.common-nav ul li a {
    display: block;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}

.common-nav ul li.active a {
    background: #5ea65a;
}

@media (min-width: 1200px) {
    .common-nav {
        margin: 54px 0;
    }

    .common-nav ul {
        justify-content: center;
        padding: 0;
    }

    .common-nav ul li {
        width: auto;
        padding: 0 45px;
    }


    .common-nav ul li a {
        width: 134px;
        padding-right: 5px;
        font: bold 20px/142px '微软雅黑';
        color: #000;
        text-align: right;
        background: url(../images/com_nav_li.png) no-repeat center 0;
        transition: 0.6s;
    }

    .common-nav ul li a:hover {
        color: #5ea65a;
        background-color: none;
        background-image: url(../images/com_nav_lia.png);
    }

    .common-nav ul li.active a {
        color: #5ea65a;
        background: url(../images/com_nav_lia.png) no-repeat center 0;
    }
}



/* 二级公共 */
.public {
    padding: 5px 0;
    background: #ecca53;
}

.public div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.public div p {
    padding: 0 5px;
    font: 400 12px/18px '微软雅黑';
    color: #000;
}

@media (min-width: 1200px) {
    .public {
        position: absolute;
        z-index: 10;
        left: 50%;
        bottom: 0;
        width: 1920px;
        height: 340px;
        margin-left: -960px;
        padding-top: 200px;
        padding-bottom: 0;
        background: url(../images/public_bg.png) no-repeat center 0;
        transform: scale(0.7);
        transform-origin: center bottom;
    }

    .public div p {
        padding: 5px 0;
        font: 400 14px/24px '微软雅黑';
    }
}

@media (min-width:1380px) {
    .public {
        transform: scale(0.75);
    }
}

@media (min-width:1480px) {
    .public {
        transform: scale(1);
    }
}


/* 网站翻页 */

.pages {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    color: #000;
}

.pages-left {
    display: none;
}

.pages-right {
    display: flex;
}

.pages-right a {
    margin: 0 2px;
    padding: 0 10px;
    font: 400 14px/30px '微软雅黑';
    color: #666666;
    border: 1px solid #707070;
}

.pages-right a.page-num {
    color: #fff;
    background: #5ea65a;
    border-color: #5ea65a;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width:1200px) {
    .pages {
        justify-content: center;
        padding: 25px 0 0;
        color: #000;
    }

    .pages-left {
        display: block;
        padding-right: 10px;
    }

    .pages-left span {
        font: 400 14px/36px '微软雅黑';
    }

    .pages-right a {
        margin: 0 2px;
        padding: 0 14px;
        font: 400 14px/36px '微软雅黑';
        border-radius: 5px;
    }

    .pages-right a:first-child,
    .pages-right a:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pages-right a:hover {
        color: #fff;
        background: #5ea65a;
        border-color: #5ea65a;
    }
}