article {
    padding: 60px 0 10px;
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px;
}

.common-top {
    display: flex;
    justify-content: center;
    padding: 60px 0 30px;
    background: url(../images/com_circle.png) no-repeat center 0/6rem;
}

.common-format {
    text-align: center;
}

.common-ch {
    display: flex;
    justify-content: center;
    font: 400 18px/30px '微软雅黑';
    color: #fff000;
    background: url(../images/com_icon_w.png) no-repeat center center;
}

.common-ch span {
    padding: 0 0.4rem;
}

.common-en {
    font: 400 14px/24px '微软雅黑';
    color: #fff;

}

.bread {
    font: 400 14px/24px '微软雅黑';
    color: #fff;
    text-align: center;
}

.bread a {
    color: #fff;
}

.common-box {
    min-height: 420px;
    margin: 0 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.com-jiu {
    display: none;
}

@media (min-width: 1200px) {
    article {
        position: relative;
        z-index: 1;
        padding: 120px 0;
    }

    .common-main {
        width: 1200px;
        margin: 0 auto;
    }

    .common-top {
        display: flex;
        justify-content: center;
        padding: 120px 0 0;
        background: url(../images/com_circle.png) no-repeat center 0;
    }

    .common-format {
        text-align: left;
    }

    .common-ch {
        display: flex;
        justify-content: flex-start;
        font: 400 36px/42px '微软雅黑';
        color: #fff000;
        background: url(../images/com_icon_w.png) no-repeat 80px center;
    }

    .common-ch span {
        padding: 0 30px 0 0;
    }

    .common-en {
        font: 400 14px/24px '微软雅黑';
        color: #fff;
    }

    .bread {
        font: 400 14px/24px '微软雅黑';
        color: #fff;
        text-align: center;
    }

    .bread a {
        color: #fff;
    }

    .common-box {
            min-height: 800px;
        margin: 0;
        padding: 0;
        background: none;
    }

    .com-jiu {
        display: block;
        position: absolute;
        z-index: 1;
        left: 1%;
        bottom: -70px;
    }
}


/* 二级导航 */

.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 {
        padding: 60px 0 30px;
    }

    .common-nav ul {
        display: flex;
        justify-content: center;
    }

    .common-nav ul li {
        width: auto;
        padding: 0 10px;
    }

    .common-nav ul li a {
        display: block;
        width: 123px;
        padding: 15px 10px;
        font: 400 18px/36px "微软雅黑";
        text-align: center;
        color: #fff;
        background: url(../images/com_nav_li.png) no-repeat center center;
    }

    .common-nav ul li a span {
        display: block;
        transition: 0.6s;
    }

    .common-nav ul li a:hover {
        text-align: left;
        color: #fff;
        background: url(../images/com_nav_lia.png) no-repeat center center;
    }

    .common-nav ul li a:hover span {
        transform: translate3d(0, -10px, 0);
    }

    .common-nav ul li.active a {
        text-align: left;
        color: #fff;
        background: url(../images/com_nav_lia.png) no-repeat center center;
    }

    .common-nav ul li.active a span {
        transform: translate3d(0, -10px, 0);
    }
}


/* 网站页脚 */

footer {}


.foot-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding: 10px 5px;
    background: #000;
}

.com-ewm {
    display: none;
}

.foot-main p {
    padding: 0 2px;
    font: 400 14px/18px "微软雅黑";
    color: #fff;
}

.foot-main a {
    padding: 0 2px;
    font: 400 14px/18px "微软雅黑";
    color: #fff;
}

@media (min-width: 1200px) {
    footer {
        position: relative;
        z-index: 50;
        padding: 30px 0;
        background: #004672;
    }

    .foot-main {
        position: relative;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 1200px;
        margin: 0 auto;
        padding: 0 700px 0 35px;
        background: url(../images/foot_line.png) no-repeat 0 5px;
    }

    .com-ewm {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .com-ewm-font {
        width: 72px;
        text-align: right;
    }

    .com-ewm-font p {
        padding: 0;
        font: 400 14px/18px '微软雅黑';
        color: #fff;
        text-align: right;
    }

    .com-ewm-img {
        width: 100px;
        margin-left: 12px;
    }

    .com-ewm-img img {
        width: 100%;
    }

    .foot-main {
        display: flex;
    }

    .foot-main p {
        padding: 0 2px;
        font: 400 16px/18px "微软雅黑";
        color: #fff;
    }

    .foot-main a {
        padding: 0 2px;
        font: 400 16px/18px "微软雅黑";
        color: #fff;
    }
}


/* 网站翻页 */

.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: #333;
    background: #fff;
    border: 1px solid #bfbfbf;
}

.pages-right a.page-num {
    color: #fff;
    background: #004672;
    border-color: #004672;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        padding: 30px 20px;
    }

    .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: #004672;
    }

}