article {
    padding: 60px 0 0;
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px 12px 16px;
}

.common-info {
    padding: 0.2rem 0;
    text-align: center;
}

.com-hxdj img {
    width: 3.6rem;
}

.bread {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-align: center;
}

.bread a {
    color: #000;
}

.common-box {
    min-height: 420px;
    margin: 0 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-top: 3px solid #a00100;
}

@media (min-width: 1200px) {
    article {
        padding: 0;
    }
    .common-main {
        width: 62.5vw;
        margin: 0 auto;
        padding: 0;
    }
    .common-top {
        display: flex;
        justify-content: center;
        height: 295px;
        padding: 150px 0 0;
        background: url(../images/com_line.png) no-repeat center 0;
    }
    .common-info {
        width: 50%;
        padding: 1.2vw 0 0 2.5vw;
        text-align: left;
    }
    .com-hxdj img {
        width: 13vw;
    }
    .bread {
        margin: 20px 0 0;
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #000;
        text-align: left;
    }
    .bread a {
        color: #000;
    }
    .common-box {
        margin: 4vw 0 0;
        padding: 0;
        background: none;
        border-top: 0.8vw solid #a00100;
    }
}


/* 二级导航 */

.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 {
        width: 50%;
        padding: 0;
    }
    .common-nav ul {
        display: flex;
        justify-content: flex-end;
        padding-right: 2vw;
    }
    .common-nav ul li {
        width: auto;
        padding: 0;
    }
    .common-nav ul li a {
        display: block;
        width: 5.8vw;
        height: 5.8vw;
        padding: 2vw 1.6vw 0;
        font-size: 0.9vw;
        line-height: 1vw;
        text-align: center;
        color: #000;
        background: url(../images/com_nav_shape.png) no-repeat center center/4.8vw;
    }
    .common-nav ul li a:hover {
        color: #fff;
        background-image: url(../images/com_nav_shapea.png);
    }
    .common-nav ul li.active a {
        color: #fff;
        background: url(../images/com_nav_shapea.png) no-repeat center center/100%;
    }
}


/* 网站页脚 */

.public {
    padding: 0.4rem 0;
    background: url(../images/public_bg.jpg) no-repeat center 0/cover;
}

.public-main {
    position: relative;
    width: 100%;
    padding: 0 0.2rem;
}

.public-name {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.public-detail {
    padding: 0.2rem 0 0.4rem;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.public-tel {
    padding-left: 0.5rem;
    background: url(../images/24h_w.png) no-repeat 0 center/0.4rem;
}

.public-tel .ch {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.public-tel .en {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.public-num {
    padding: 0.1rem 0;
    font-size: 0.6rem;
    line-height: 0.8rem;
    color: #fff;
}

.public-adress {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.public-box ul {
    display: flex;
    padding: 0.2rem 0;
}

.public-box ul li {
    padding: 0 0.2rem 0 0;
}

.ewm-img {
    width: 1.8rem;
    border: 1px solid #000;
}

.ewm-img img {
    width: 100%;
}

.ewm-p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-align: center;
    background: #fff;
}

footer {
    display: flex;
    flex-wrap: wrap;
    padding: 3vw 0 0;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    padding-right: 5px;
    color: #fff;
}

footer a {
    padding-right: 5px;
    color: #fff;
}

@media (min-width: 1200px) {
    .public {
        padding: 4vw 0 3vw;
        background: url(../images/public_bg.jpg) no-repeat center 0/cover;
    }
    .public-main {
        position: relative;
        width: 62.5vw;
        margin: 0 auto;
    }
    .public-dc {
        position: absolute;
        z-index: 50;
        right: 2vw;
        top: -8vw;
    }
    .public-name {
        font-size: 1.8vw;
        line-height: 2vw;
        color: #fff;
    }
    .public-detail {
        padding: 1.2vw 0 1.8vw;
        font-size: 0.8vw;
        line-height: 1vw;
        color: #fff;
    }
    .public-box {
        display: flex;
        justify-content: space-between;
    }
    .public-left {
        width: 26vw;
    }
    .public-tel {
        padding-left: 2.5vw;
        background: url(../images/24h_w.png) no-repeat 0 center/2vw;
    }
    .public-tel .ch {
        font-size: 0.9vw;
        line-height: 1vw;
        color: #fff;
    }
    .public-tel .en {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
    }
    .public-num {
        padding: 1vw 0;
        font-size: 2.4vw;
        line-height: 3vw;
        color: #fff;
    }
    .public-adress {
        font-size: 14px;
        line-height: 20px;
    }
    .public-right {
        width: 22vw;
    }
    .public-right ul {
        padding: 0;
    }
    .public-right ul li {
        padding: 0 0.2vw;
    }
    .ewm-img {
        width: 7vw;
        border: 2px solid #000;
    }
    .ewm-p {
        font-size: 14px;
        line-height: 24px;
    }
    footer {
        padding: 3vw 0 0;
    }
    footer p {
        padding-right: 10px;
    }
    footer a {
        padding-right: 10px;
    }
}


/* 网站翻页 */

.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: #c20b17;
    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;
        padding: 1.5vw 1vw;
    }
    .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: #c20b17;
        border-color: #c20b17;
    }
}