article {
    padding: 30px 0 32px;
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px;
}

.common-top {
    width: 6.4rem;
    margin: 0 auto 0.6rem;
    color: #fff;
}

.common-en {
    font: 400 0.75rem/1 '微软雅黑';
    opacity: 0.37;
}

.common-ch {
    margin: 0.2rem 0 0;
    font: 400 0.4rem/0.6rem '微软雅黑';
}

.common-title {
    width: 6.3rem;
    font: 400 0.4rem/1 '微软雅黑';
    background: url(../images/com_title_icon.png) no-repeat right bottom/0.2rem;
}

.common-box {
    min-height: 420px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {
    /* .logo-color {
        position: absolute;
        right: 50px;
        top: 50px;
    } */

    header {
        display: block;
    }

    .head-btn span {
        background: #fff;
    }

    .head-btn .nav-font {
        color: #fff;
    }

    .active .nav-font {
        color: #fff;
    }

    .head-btn.active .nav-font {
        color: #000;
    }

    article {
        padding: 125px 0 100px;
    }

    .common-main {
        width: 1200px;
        margin: 0 auto;
        padding: 100px 0 0;
    }

    .common-top {
        width: 580px;
        margin: 0 auto;
    }

    .common-en {
        font: 400 72px/1 '微软雅黑';
    }

    .common-ch {
        margin: 10px 0 0;
        font: 400 30px/36px '微软雅黑';
    }

    .common-title {
        width: 400px;
        font: 400 30px/36px '微软雅黑';
        background: url(../images/com_title_icon.png) no-repeat right bottom;
    }

    .common-box {
        padding: 0;
    }
}


/* 二级导航 */

.common-nav {
    padding: 2px 0 10px;
}

.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 0.4rem/0.72rem "微软雅黑";
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}

.common-nav ul li.active a {
    background: #c50413;
}

.bread {
    padding: 10px 0 0;
    font: 400 14px/24px "微软雅黑";
    color: #fff;
}

.bread a {
    color: #fff;
}

@media (min-width: 1200px) {
    .common-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 80px 0 0;
        padding: 0 25px;
        background: rgba(0, 0, 0, 0.35) url(../images/com_nav_bg.jpg) repeat-x 0 0;
        border-left: 3px solid #fff;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #e60014;
    }


    .common-nav ul {
        display: flex;
    }

    .common-nav ul li {
        width: auto;
        padding: 0 10px;
    }

    .common-nav ul li a {
        display: block;
        padding: 3px 10px 0;
        font: 400 18px/48px "微软雅黑";
        text-align: center;
        color: #fff;
        background: none;
    }

    .common-nav ul li a:hover {
        color: #fff;
        background: #e60014;
    }

    .common-nav ul li.active a {
        color: #fff;
        background: #e60014;
    }

    .bread {
        padding: 0;
        font: 400 14px/30px "微软雅黑";
        color: #fff;
        text-align: center;
    }

    .bread a {
        color: #fff;
    }
}


/* 网站页脚 */
footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #a8000f;
}

.foot-box {
    position: relative;
    width: 100%;
    padding: 0 10px;
}

.foot-left {
    display: flex;
    padding: 10px 0;
    font: 400 14px/24px '微软雅黑';
    color: #fff;
}

.foot-left p {
    display: none;
}

.foot-left p:nth-child(2) {
    display: block;
}

.foot-right {
    display: flex;
    align-items: flex-end;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.foot-right i {
    padding: 0 5px;
}

.foot-right i img {
    width: 64px;
}

@media (min-width: 1200px) {
    footer {
        border-top: 10px solid #fff;
    }

    .foot-box {
        width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .foot-left {
        padding: 20px 0;
        font: 400 14px/24px '微软雅黑';
    }

    .foot-left p {
        display: block;
    }

    .foot-right {
        right: 20px;
        bottom: 20px;
    }

    .foot-right i {
        padding: 0 10px;
    }

    .foot-right i img {
        width: auto;
    }
}


/* 网站翻页 */

.pages {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    color: #2a4347;
    background: #fff;
}

.pages-left {
    display: none;
}

.pages-right {
    display: flex;
}

.pages-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    margin: 0 1px;
    font: 400 14px/30px "微软雅黑";
    color: #000;
    border: 1px solid #000000;
}

.pages-right a.page-num {
    color: #fff;
    background: #c50413;
    border-color: #c50413;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        margin: 10px 0 0;
        padding: 15px 60px;
    }

    .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: #c50413;
        border-color: #c50413;
    }
}