article {
    padding: 60px 0 1.4rem;
    background: no-repeat center center/cover;
}

.slide-ad {
    display: none;
}

.common-main {
    padding: 12px;
}

.common-title {
    padding: 0.2rem 0 0;
    color: #fff;
    background: url(../images/com_logo.png) no-repeat 1.6rem 0/0.3rem;
}

.common-ch {
    font-size: 0.36rem;
    line-height: 0.4rem;
}

.common-en {
    padding: 0.1rem 0;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.bread {
    padding: 0 0 0.1rem;
    font-size: 14px;
    line-height: 20px;
}

.bread a {
    color: #fff;
}

.common-box {
    min-height: 420px;
    margin: 0 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.tel {
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: 50px;
    width: 4rem;
    height: 1.36rem;
    padding: 0.6rem 0 0 0.2rem;
    color: #fff;
    background: url(../images/tel_bg.png) no-repeat 0 0/100% 100%;
}

.tel-box {
    padding-left: 0.6rem;
    background: url(../images/tel.png) no-repeat 0 center/0.5rem;
}

.tel-box span {
    display: block;
    font-size: 0.24rem;
    line-height: 0.3rem;
}

.tel-box p {
    font-size: 0.36rem;
    line-height: 0.4rem;
}

@media (min-width: 1200px) {
    article {
        position: relative;
        padding: 10vw 0 8vw;
    }

    .slide-ad {
        display: block;
        position: absolute;
        z-index: 10;
        right: 3vw;
        top: 8.4vw;
    }

    .slide-ad img {
        width: 1.5vw;
    }

    .common-main {
        width: 60vw;
        margin: 0 auto;
        padding: 0;
    }

    .common-top {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 10;
        height: 14vw;
        padding: 3vw 3vw 0;
        background: url(../images/com_nav.png) no-repeat center 0/100% 100%;
    }

    .common-title {
        padding: 1vw 0 0;
        color: #fff;
        background: url(../images/com_logo.png) no-repeat 8vw 0/1.6vw;
    }

    .common-ch {
        font-size: 1.8vw;
        line-height: 2vw;
    }

    .common-en {
        padding: 0.6vw 0;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .bread {
        padding: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .bread a {
        color: #fff;
    }

    .common-box {
        position: relative;
        z-index: 1;
        margin-top: -4vw;
        padding: 4vw 0 0;
    }

    .tel {
        position: absolute;
        z-index: 50;
        left: 0;
        bottom: 0;
        width: 17.2vw;
        height: 6.8vw;
        padding: 3.4vw 0 0 1.5vw;
        color: #fff;
        background: url(../images/tel_bg.png) no-repeat 0 0/100% 100%;
    }

    .tel-box {
        padding-left: 3vw;
        background: url(../images/tel.png) no-repeat 0 center/2.5vw;
    }

    .tel-box span {
        display: block;
        font-size: 0.9vw;
        line-height: 1vw;
    }

    .tel-box p {
        font-size: 1.5vw;
        line-height: 1.8vw;
    }
}

/* 二级导航 */

.common-nav {
    padding: 2px;
}

.common-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    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: 1vw 0 0;
    }

    .common-nav ul li {
        width: auto;
        padding: 0 0 0 1.6vw;

    }

    .common-nav ul li a {
        display: block;
        height: 8vw;
        padding: 0.2vw 0 0 0.5vw;
        font-size: 1vw;
        line-height: 1;
        color: #fff;
        text-align: left;
        writing-mode: vertical-lr;
        background: none;
    }

    .common-nav ul li a:hover {
        color: #fff;
        background: url(../images/com_nav_li.png) no-repeat 0 0/1.4vw;
    }

    .common-nav ul li.active a {
        color: #fff;
        background: url(../images/com_nav_li.png) no-repeat 0 0/1.4vw;
    }
}


/* 网站页脚 */

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
    background: #000;
}

footer p {
    padding: 0 5px;
    color: #fff;
}

footer a {
    padding: 0 5px;
    color: #fff;
}

@media (min-width: 1200px) {
    footer {
        display: flex;
        justify-content: center;
        padding: 0.8vw 0;
        font-size: 0.8vw;
        line-height: 1.4vw;
        background: #fff;
        border-bottom: 0.5vw solid #c50413;
    }

    footer p {
        padding: 0 5px;
        color: #000;
    }

    footer a {
        padding: 0 5px;
        color: #000;
    }
}


/* 网站翻页 */

.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 #333;
}

.pages-right a.page-num {
    color: #fff;
    background: #ce0d0d;
    border: 1px solid #000;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        margin: 1vw 0 0;
        padding: 1.2vw 2.4vw;
        background: rgba(255, 255, 255, 0.8);
    }

    .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: #ce0d0d;
        border-color: #ce0d0d;
    }
}