article {
    padding: 60px 0 0;
    background: no-repeat center center/cover;
}

.common-title {
    margin: 0 4px;
    text-align: center;
    background: #ca0000;
}

.common-title span {
    display: block;
    padding: 10px 0;
    font: 400 20px/1 '微软雅黑';
    color: #fff;
}

.bread {
    margin: 0 4px 10px;
    padding: 5px;
    font: 400 12px/18px '微软雅黑';
    color: #000;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}

.bread a {
    color: #000;
}

.common-main {
    padding: 12px;
}

.common-box {
    min-height: 420px;
    margin: 0 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.common-ad {
    padding: 0 16px;
    text-align: right;
}
.common-ad img{
    width: 160px;
}

@media (min-width: 1200px) {
    article {
        padding: 120px 0 500px 140px;
    }

    .common-main {
        width: 1200px;
        margin: 0 auto;
        padding: 30px 0 0;
        background: rgba(255, 255, 255, 0.8);
    }

    .common-top {
        position: relative;
    }

    .common-title {
        position: absolute;
        left: 30px;
        top: -50px;
        width: 146px;
        height: 202px;
        padding: 60px 15px 0;
        background: url(../images/com_title_bg.png) no-repeat 0 0;
    }

    .common-title div {
        height: 160px;
        background: url(../images/ds.png) no-repeat 0 56px;
    }

    .common-title span {
        display: block;
        width: 50px;
        padding: 24px 0 0;
        font: 400 24px/1 '微软雅黑';
        color: #fff;
        background: url(../images/com_line.png) no-repeat 0 0;
    }

    .bread {
        margin: 0;
        padding: 20px 0 50px 210px;
        font: 400 12px/18px '微软雅黑';
        color: #000;
        text-align: left;
        background: none;
    }

    .bread a {
        color: #000;
    }

    .common-box {
        padding: 0;
        background: none;
    }

    .common-ad {
        width: 1200px;
        margin: 45px auto 0;
        padding: 0;
        text-align: right;
    }

    .common-ad img {
        width: auto;
    }
}


/* 二级导航 */

.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: 0;
        background: rgba(255, 255, 255, 0.8) url(../images/com_nav_bg.png) no-repeat 98% center;
    }

    .common-nav ul {
        display: flex;
        padding-left: 180px;
    }

    .common-nav ul li {
        width: auto;
        height: 84px;
        padding: 5px 20px 0;
    }

    .common-nav ul li a {
        display: block;
        padding: 25px 0 0;
        font: 400 16px/24px "微软雅黑";
        text-align: center;
        color: #000;
        background: none;
        transition: 0.3s;
    }

    .common-nav ul li span {
        display: block;
        padding: 0 10px 10px;
        background: no-repeat center bottom;
        transition: 0.3s;
    }

    .common-nav ul li a:hover {
        color: #a3000c;
        transform: translate3d(0, -5px, 0);
    }

    .common-nav ul li a:hover span {
        background-image: url(../images/com_nav_ds.png);
    }

    .common-nav ul li.active a {
        color: #a3000c;
        background: none;
        transform: translate3d(0, -5px, 0);
    }

    .common-nav ul li.active a span {
        background-image: url(../images/com_nav_ds.png);
    }

}



/* 网站页脚 */
.public {
    padding: 70px 10px 10px;
    background: url(../images/public_bg.png) no-repeat 10% 0/cover;
    border-bottom: 3px solid #a3000c;
}

.public-main {
    display: block;
}

.public-name {
    padding: 0 0 0.2rem;
    font: 400 16px/30px '微软雅黑';
    color: #000;
}

.public-li {
    display: flex;
    align-items: center;
    padding: 0 0 5px;
}

.public-li i {
    display: block;
}

.public-li i img {
    width: 0.5rem;
}

.public-li-font {
    padding: 0 0 0 5px;
}

.public-li-ch {
    font: 400 14px/1 '微软雅黑';
    color: #000;
}

.public-li-en {
    display: none;
}

.public-detail {
    padding: 0.2rem 0;
    font: 400 14px/18px '微软雅黑';
    color: #b40008;
}

.public-ewm {
    display: none;
}

footer {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0.4rem;
    font: 400 14px/20px '微软雅黑';
    color: #000;
    background: url(../images/part_line.png) no-repeat 0 10px/10px;
}

footer p {
    padding: 0 10px 0 0;
}

footer a {
    padding: 0 10px 0 0;
    color: #000;
}

@media (min-width: 1200px) {
    .public {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 460px;
        padding: 190px 0 0;
        background: url(../images/public_bg.png) no-repeat center 0;
        border-bottom: 6px solid #a3000c;
    }

    .public-main {
        display: flex;
        justify-content: space-between;
        width: 1000px;
        margin: 0 auto;
    }

    .public-left {
        width: 520px;
    }

    .public-name {
        padding: 0 0 45px;
        font: 400 30px/36px '微软雅黑';
        color: #000;
    }

    .public-ul {
        text-align: left;
    }

    .public-li {
        display: flex;
        padding: 0 0 10px;
    }

    .public-li i {
        display: block;
    }
    .public-li i img {
        width: auto;
    }

    .public-li-font {
        padding: 0 0 0 10px;
    }

    .public-li-ch {
        font: 400 18px/1 '微软雅黑';
        color: #000;
    }

    .public-li-en {
        font: 400 14px/16px '微软雅黑';
        color: #b40008;
        text-transform: uppercase;
        opacity: 0.3;
    }

    .public-right {
        position: relative;
        width: 520px;
    }

    .public-detail {
        padding: 30px 0 50px;
        font: 400 14px/18px '微软雅黑';
        color: #b40008;
    }

    .public-ewm {
        display: flex;
        align-items: center;
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
    }

    .public-ewm-font {
        padding: 0 20px 0 0;
        font: 400 14px/20px '微软雅黑';
        text-align: right;
    }

    .public-ewm i {
        display: block;
        padding: 2px;
        border: 2px solid #000;
    }

    .public-ewm i img {
        width: 92px;
    }

    footer {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 0 30px;
        font: 400 14px/20px '微软雅黑';
        color: #000;
        background: url(../images/com_icon.png) no-repeat 0 8px/18px 5px;
    }

    footer p {
        padding: 0 10px 0 0;
    }

    footer a {
        padding: 0 10px 0 0;
        color: #000;
    }
}

@media (min-width: 1480px) {
    .public-main {
        width: 1200px;
    }
}




/* 网站翻页 */

.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;
    border: 1px solid #333;
}

.pages-right a.page-num {
    color: #fff;
    background: #a3000c;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        padding: 60px 30px 30px;
    }

    .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: #a3000c;
        border-color: #a3000c;
    }
}