article {
    padding: 60px 0 10px;
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px;
}

.common-title {
    text-align: center;
}

.common-title .ch {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #e70012;
}

.common-title .ch span {
    font-weight: 400;
    color: #000;
}

.common-title .en {
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
}

.bread {
    padding: 10px 0;
    font-size: 14px;
    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);
}

@media (min-width: 1200px) {
    article {
        padding: 10vw 0 5vw;
    }
    .common-main {
        width: 62.5vw;
        margin: 0 auto;
        padding: 0;
    }
    .common-title {
        text-align: center;
    }
    .common-title .ch {
        font-weight: bold;
        font-size: 1.8vw;
        line-height: 2vw;
        color: #e70012;
    }
    .common-title .ch span {
        font-weight: 400;
        color: #000;
    }
    .common-title .en {
        padding: 0.2vw 0 0;
        font-size: 1.2vw;
        line-height: 1.6vw;
        color: #000;
        text-transform: uppercase;
    }
    .bread {
        padding: 1.5vw 0 3vw;
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #000;
        text-align: center;
    }
    .bread a {
        color: #000;
    }
    .common-box {
        margin: 0;
        padding: 0;
    }
}


/* ¶þ¼¶µ¼º½ */

.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;
}

.common-detail {
    display: none;
}

@media (min-width: 1200px) {
    .common-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1vw;
        background: #e70012;
    }
    .common-nav ul {
        display: flex;
    }
    .common-nav ul li {
        width: auto;
        padding: 0 0.5vw 0 0;
    }
    .common-nav ul li a {
        display: block;
        padding: 1.2vw 0.6vw;
        font-size: 0.9vw;
        line-height: 1.2vw;
        text-align: center;
        color: #fff;
        background: none;
    }
    .common-nav ul li a:hover {
        color: #b91a19;
        background: #fff;
    }
    .common-nav ul li.active a {
        color: #b91a19;
        background: #fff;
    }
    .common-detail {
        display: block;
        padding-right: 3.5vw;
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #fff;
        background: url(/images/com_line.png) no-repeat right center/3.2vw;
    }
}


/* ÍøÕ¾Ò³½Å */

.public {
    padding: 10px;
    border-top: 3px solid #e70012;
}

.public-yz {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.public-yz .red {
    color: #e70012;
}

.public-yz .black {
    color: #333;
}

.public-li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.public-li-name {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.public-li-p {
    padding: 0.1rem 0 0;
}

.public-li-ch {
    padding-top: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.public-li-en {
    font-size: 12px;
    color: #dddddd;
    text-transform: uppercase;
}

.public-ewm {
    display: none;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.2rem 0 1.8rem;
    font-size: 14px;
    line-height: 20px;
}

footer p {
    padding: 0 5px;
    color: #000;
}

footer a {
    padding: 0 5px;
    color: #000;
}

@media (min-width: 1200px) {
    .public {
        display: flex;
        justify-content: space-between;
        padding: 4vw 8vw;
        border-top: 0.5vw solid #e70012;
    }
    .public-yz {
        display: block;
        width: 7vw;
        font-size: 1.2vw;
        line-height: 1.5vw;
    }
    .public-yz .red {
        color: #e70012;
    }
    .public-yz .black {
        color: #333;
    }
    .public-ul {
        display: flex;
        justify-content: space-between;
        width: 64vw;
    }
    .public-li {
        width: 20%;
        padding: 0 0.5vw;
        border: 0;
    }
    .public-li-name {
        font-size: 1.2vw;
        line-height: 1.4vw;
        color: #000;
    }
    .public-li-p {
        padding: 1vw 0 0;
    }
    .public-li-ch {
        padding: 0.2vw 0 0;
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #000;
    }
    .public-li-en {
        font-size: 12px;
        color: #dddddd;
        text-transform: uppercase;
    }
    .public-ewm {
        display: block;
        width: 5.2vw;
    }
    .public-ewm i {
        display: block;
        padding: 3px;
        border: 1px solid #333;
    }
    .public-ewm i img {
        width: 100%;
    }
    .public-ewm p {
        padding: 0.2vw;
        font-size: 0.9vw;
        line-height: 1vw;
        color: #000;
        text-align: center;
    }
    footer {
        display: flex;
        justify-content: center;
        padding: 2.4vw 0 1vw;
        font-size: 14px;
        line-height: 20px;
        background: url(/images/foot_shadow.png) no-repeat center 0/62.5vw;
    }
    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: #e70012;
    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: 0.5vw 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: #e70012;
        border-color: #e70012;
    }
}

.fixed-slide {
    display: none;
}

@media (min-width: 1200px) {
    .fixed-slide {
        display: block;
        position: fixed;
        z-index: 99;
        right: 0;
        top: 35%;
        display: block;
    }
    .fixed-slide a {
        display: block;
        margin: 0 0 20px;
    }
    .fixed-slide a:nth-of-type(2) {
        display: none;
    }
    .fixed-slide a span {
        position: relative;
        z-index: 10;
        display: block;
        width: 120px;
        margin: -10px auto 0;
        padding: 8px 0;
        text-align: center;
        background: #e70012;
        border-radius: 20px;
    }
}<!--ºÄÊ±1759506076.9309Ãë-->