article {
    padding: 60px 0 10px;
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px;
}

.common-name {
    font: 400 24px/30px '微软雅黑';
    text-align: center;
    color: #ad0001;
}

.bread {
    padding: 20px 0;
    font: 400 12px/16px '微软雅黑';
    color: #000;
    text-align: center;
}

.bread a {
    color: #000;
}


.common-box {
    min-height: 420px;
    margin: 0 4px;
    padding: 10px;
    background: rgba(173, 0, 1, 0.8);
}

@media (min-width: 1200px) {
    article {
        padding: 200px 0 80px;
    }

    .common-main {
        width: 1200px;
        margin: 0 auto;
    }

    .common-name {
        font: 400 36px/36px '微软雅黑';
        text-align: center;
        color: #ad0001;
    }

    .bread {
        padding: 20px 0 60px;
    }

    .common-box {
        margin: 0;
        padding: 0 0 1px;
        background: rgba(173, 0, 1, 0.8);
        border-radius: 0 0 30px 30px;
    }
}


/* 二级导航 */

.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 {
        position: relative;
        z-index: 1;
        height: 155px;
        padding: 0;
        background: url(../images/com_nav.png) no-repeat center 0/100% 100%;
        border-radius: 30px 30px 0 0;
    }

    .common-nav ul {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 5;
        padding: 0 4vw;
    }

    .common-nav ul li {
        width: auto;
        min-width: 100px;
        padding: 50px 0 0;
    }

    .common-nav ul li a {
        display: block;
        padding: 0 0 60px;
        font: 400 18px/24px "微软雅黑";
        text-align: center;
        color: #000;
        background: none;
        transition: 0.3s;
    }

    .common-nav ul li span {
        position: relative;
    }

    .common-nav ul li span::before {
        content: '';
        position: absolute;
        left: 50%;
        top: -90px;
        width: 140px;
        height: 90px;
        margin-left: -70px;
        background: url(../images/com_logo.png) no-repeat center 0;
        opacity: 0;
        transition: 0.3s;
    }

    .common-nav ul li a:hover {
        color: #de0001;
        background: url(../images/com_arrow.png) no-repeat center bottom;
        transform: translate3d(0, -10px, 0);
    }

    .common-nav ul li a:hover span::before {
        opacity: 1;
    }

    .common-nav ul li.active a {
        color: #de0001;
        background: url(../images/com_arrow.png) no-repeat center bottom;
        transform: translate3d(0, -10px, 0);
    }

    .common-nav ul li.active a span::before {
        opacity: 1;
    }
}


.public-bottom {
    padding: 0.4rem;
    background: url(../images/public_bottom.png) no-repeat center 0/cover;
}
.public-bottom-main {
    width: 100%;
}

.public-title {
    color: #ad0001;
}

.public-title .ch {
    font: 400 18px/20px '微软雅黑';
}

.public-title .en {
    font: 400 12px/16px '微软雅黑';
}

.public-p {
    margin-top: 0.4rem;
    color: #000;
}

.public-p p {
    padding: 0 0 5px;
    font: 400 14px/20px '微软雅黑';
}

.public-right {
    padding: 0.4rem 0 0;
}

.public-ewm ul {
    display: flex;
}

.public-ewm ul li {
    width: 2rem;
    margin-right: 0.2rem;
    padding: 2px;
    border: 1px solid #000;
}

.public-ewm ul li i {
    display: block;
}

.public-ewm ul li img {
    width: 100%;
}

.public-ewm ul li p {
    font: 400 12px/20px '微软雅黑';
    color: #000;
    text-align: center;
}

footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.4rem;
    font: 400 12px/20px '微软雅黑';
}

footer p {
    padding-left: 2px;
    color: #000;
}

footer a {
    padding-left: 2px;
    color: #000;
}

@media (min-width: 1200px) {
    .public-bottom {
        width: 100%;
        padding: 4vw 0 3vw;
        background: url(../images/public_bottom.png) no-repeat center 0/cover;
    }

    .public-bottom-main {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin: 0 auto;
    }

    .public-left {
        width: 400px;
    }

    .public-title {
        color: #ad0001;
    }

    .public-title .ch {
        font: 400 24px/24px '微软雅黑';
    }

    .public-title .en {
        font: 400 12px/16px '微软雅黑';
    }

    .public-p {
        margin-top: 2vw;
        color: #000;
    }

    .public-p p {
        padding: 0 0 10px;
        font: 400 14px/24px '微软雅黑';
    }

    .public-right {
        width: 540px;
        padding: 0;
    }

    .public-ewm ul {
        display: flex;
        justify-content: flex-end;
    }

    .public-ewm ul li {
        width: 140px;
        margin-left: 25px;
        padding: 6px;
        border: 1px solid #000;
    }

    .public-ewm ul li i {
        display: block;
    }

    .public-ewm ul li img {
        width: 100%;
    }

    .public-ewm ul li p {
        font: 400 14px/30px '微软雅黑';
        color: #000;
        text-align: center;
    }

    footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 2vw;
        font: 400 14px/20px '微软雅黑';
    }

    footer p {
        padding-left: 10px;
        color: #000;
    }

    footer a {
        padding-left: 10px;
        color: #000;
    }

}


/* 网站翻页 */

.pages {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.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: #c50413;
    background: #fff;
}

.pages-right a.page-num {
    color: #fff;
    background: #c50413;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        margin: 0 20px 20px;
        padding: 0;
    }

    .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;
    }

}