.common-banner {
    position: relative;
}

.common-banner i {
    display: block;
}

.common-banner i img {
    width: 100%;
}

.common-font {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8rem;
    height: 36px;
    margin-top: -18px;
    margin-left: -4rem;
}

.common-font p {
    font: 400 18px/36px '微软雅黑';
    color: #fff;
}

.common-font.b p {
    color: #000;
}

.comon-logo {
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -30px;
}

.comon-logo img {
    width: 60px;
}

.bread {
    padding: 40px 0 10px;
    font: 400 14px/20px '微软雅黑';
    color: #000;
    text-align: center;
}

.bread a {
    color: #000;
}

.common-main {
    padding: 12px;
}

.common-box {
    min-height: 420px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {

    .common-banner {
        position: relative;
        padding: 0 3%;
    }

    .common-font {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1200px;
        height: 42px;
        margin-top: -21px;
        margin-left: -600px;
    }

    .common-font p {
        font: 400 36px/42px '微软雅黑';
        color: #fff;
    }

    .common-font.b p {
        color: #000;
    }

    .comon-logo {
        position: absolute;
        left: 50%;
        bottom: -60px;
        margin-left: -60px;
    }

    .comon-logo img {
        width: auto;
    }

    article {
        padding: 0 3%;
    }

    .bread {
        padding: 100px 0 50px;
        font: 400 16px/24px '微软雅黑';
        color: #000;
        text-align: center;
    }

    .bread a {
        color: #000;
    }

    .common-main {
        padding: 0;
        background: #edf0f7;
    }

    .common-box {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
        background: none;
    }
}

@media (min-width: 1480px) {
    article {
        padding: 0 6.25%;
    }

    .common-banner {
        padding: 0 6.25%;
    }
}

/* 二级导航 */

.common-nav {
    padding: 2px;
}

.common-nav ul {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
}

.common-nav ul li {
    width: 50%;
    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: #c50413;
}

@media (min-width: 1200px) {
    .common-nav {
        display: flex;
        justify-content: center;
        padding: 60px 0;
    }

    .common-nav ul {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .common-nav ul::before {
        content: '';
        position: absolute;
        z-index: 10;
        left: -3px;
        top: -3px;
        width: 7px;
        height: 7px;
        background: url(../images/plus.png) no-repeat 0 0;
    }

    .common-nav ul::after {
        content: '';
        position: absolute;
        z-index: 10;
        right: -3px;
        bottom: -3px;
        width: 7px;
        height: 7px;
        background: url(../images/plus.png) no-repeat 0 0;
    }

    .common-nav ul li {
        position: relative;
        width: 300px;
        padding: 0;
    }

    .common-nav ul li::before {
        content: '';
        position: absolute;
        z-index: 10;
        right: -3px;
        top: -3px;
        width: 7px;
        height: 7px;
        background: url(../images/plus.png) no-repeat 0 0;
    }

    .common-nav ul li::after {
        content: '';
        position: absolute;
        z-index: 10;
        left: -3px;
        bottom: -3px;
        width: 7px;
        height: 7px;
        background: url(../images/plus.png) no-repeat 0 0;
    }

    .common-nav ul li a {
        display: block;
        justify-content: space-between;
        position: relative;
        z-index: 5;
        padding: 22px 0;
        font: 400 16px/30px '微软雅黑';
        color: #000;
        text-align: center;
        background: none;
        border: 1px solid #dedede;
        border-left: 0;
    }

    .common-nav ul li:nth-child(1) a {
        border-left: 1px solid #dedede;
    }

    .common-nav ul a p {
        padding: 0 10px;
        background: url(../images/arrow_next.png) no-repeat -100% center;
        transition: 0.6s;
    }

    .common-nav ul a:hover {
        background: #eff2f8;
    }

    .common-nav ul a:hover p {
        transform: translate3d(-50px, 0, 0);
        background-position: 260px center;
    }
}



/* 网站翻页 */

.pages {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    color: #2a4347;
}

.pages-left {
    display: none;
}

.pages-right {
    display: flex;
}

.pages-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    margin: 0 1px;
    font: 400 14px/30px "微软雅黑";
    color: #000;
    border: 1px solid #000;
}

.pages-right a.page-num {
    color: #fff;
    background: #1c6148;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        padding: 50px 50px;
    }

    .pages-left {
        display: block;
        padding-right: 10px;
        font: 400 14px/30px "微软雅黑";
    }

    .pages-right a:first-child,
    .pages-right a:last-child {
        display: flex;
        width: auto;
        padding: 0 12px;
        justify-content: center;
        align-items: center;
    }

    .pages-right a:hover {
        color: #fff;
        background: #1c6148;
        border-color: #1c6148;
    }

}