/* 翻页样式 */

.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: #fff;
    border: 1px solid #fff;
}

.pages-right a.page-num {
    color: #fff;
    background: #c8050f;
    border: 1px solid #fff;
}

.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;
        color: #fff;
    }
    .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: #c8050f;
        border-color: #c8050f;
    }
}

article {
    padding: 60px 0 10px;
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px;
}

.common-title {
    text-align: center;
}

.common-title img {
    width: 5.6rem;
}

.bread {
    padding: 0.2rem 0 0.4rem;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}

.bread a {
    color: #fff;
}

.common-box {
    margin: 0 4px;
    padding: 10px;
    background: rgba(117, 1, 6, 0.6);
}

@media (min-width: 1200px) {
    article {
        padding: 135px 0 60px;
    }
    .common-main {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    .common-title {
        text-align: center;
    }
    .common-title img {
        width: 32vw;
    }
    .bread {
        padding: 1vw 0 2vw;
        font-size: 0.9vw;
        line-height: 1vw;
        color: #fff;
        text-align: center;
    }
    .bread a {
        color: #fff;
    }
    .common-box {
        padding: 1.5vw;
        background: rgba(117, 1, 6, 0.6);
    }
}


/* 二级导航 */

.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: #970008;
}

@media (min-width: 1200px) {
    .common-nav {
        padding: 0;
    }
    .common-nav ul {
        display: flex;
        justify-content: center;
    }
    .common-nav ul li {
        width: auto;
        padding: 0 1.2vw;
    }
    .common-nav ul li a {
        display: block;
        padding: 0 0 3vw;
        background: none;
    }
    .common-nav ul li a span {
        display: block;
        width: 8vw;
        height: 8vw;
        padding: 2.2vw 2vw 0;
        font-size: 1.5vw;
        line-height: 1.6vw;
        text-align: center;
        color: #fff;
        background: url(../images/com_nav_li.png) no-repeat center 0/8vw;
    }
    .common-nav ul li a:hover {
        background: url(../images/three.png) no-repeat center bottom/2.4vw;
    }
    .common-nav ul li.active a {
        color: #fff;
        background: url(../images/three.png) no-repeat center bottom/2.4vw;
    }
}


/* 底部 */

.public-main {
    position: relative;
    width: 100%;
}

.public-title {
    position: absolute;
    z-index: 10;
    left: 0.2rem;
    top: 0;
}

.public-title img {
    width: 1.5rem;
}

.public-slide {
    position: absolute;
    z-index: 10;
    right: 0.2rem;
    top: 0;
    width: 2.8rem;
}

.public-ad img {
    width: 2.9rem;
}

.public-ul {
    display: flex;
    padding: 0.2rem 0 0;
}

.public-li {
    padding: 0 0.1rem 0 0;
}

.public-li img {
    width: 0.64rem;
}

.public-box {
    padding: 0.4rem 0.2rem 0.2rem 1rem;
    background: url(../images/part6_box.png) no-repeat center 0/cover;
}

.public-tel {
    margin-left: -0.64rem;
    padding-left: 0.64rem;
    color: #fff;
    background: url(../images/part6_tel.png) no-repeat 0 center/0.6rem;
}

.public-tel span {
    font-size: 12px;
    line-height: 12px;
}

.public-tel p {
    font-size: 0.36rem;
    line-height: 0.4rem;
}

.public-name {
    margin-top: 0.1rem;
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #fff;
}

.public-p {
    padding: 0.2rem 0 0;
    font-size: 0.3rem;
    line-height: 0.45rem;
    color: #fff;
}

.public-center {
    padding: 0.7rem 0;
    background: url(../images/mpart6_jiu.png) no-repeat 0 center/4rem;
}

.public-say {
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #fff;
}

.public-say i {
    display: block;
    padding: 0 0.04rem;
}

.public-say i img {
    width: 0.5rem;
}

.public-join {
    padding: 0.1rem 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

footer {
    display: none;
}

@media (min-width: 1200px) {
    .public-main {
        position: relative;
    }
    .public-box {
        display: flex;
        justify-content: space-between;
        padding: 0 17.5vw 3vw;
        background: url(../images/part6_box.png) no-repeat center 0/cover;
    }
    .public-left {
        width: 18vw;
        padding: 2vw 0 0;
    }
    .public-tel {
        margin-left: 0;
        padding-left: 3.2vw;
        color: #fff;
        background: url(../images/part6_tel.png) no-repeat 0 center/3vw;
    }
    .public-tel span {
        font-size: 0.9vw;
        line-height: 1vw;
    }
    .public-tel p {
        font-size: 1.8vw;
        line-height: 2vw;
    }
    .public-ul {
        display: flex;
        justify-content: center;
        padding: 1.2vw 0 0;
    }
    .public-li {
        padding: 0 0.5vw;
    }
    .public-li img {
        width: auto;
    }
    .public-center {
        width: 20vw;
        padding: 3vw 0 6.4vw;
        text-align: center;
        background: url(../images/part6_jiu_bg.png) no-repeat right bottom/14vw;
    }
    .public-say {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.9vw;
        line-height: 1vw;
        color: #fff;
    }
    .public-say i {
        display: block;
        padding: 0 0.2vw;
    }
    .public-say i img {
        width: 2.5vw;
    }
    .public-join {
        padding: 0.4vw 0 0;
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #fff;
    }
    .public-right {
        width: 16vw;
        padding: 2vw 0 0;
    }
    .public-name {
        font-size: 1.2vw;
        line-height: 1.8vw;
        color: #fff;
    }
    .public-p {
        padding: 1vw 0 0;
        font-size: 0.9vw;
        line-height: 1.5vw;
        color: #fff;
    }
    footer {
        display: flex;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        font-size: 14px;
        line-height: 3vw;
    }
    footer p {
        padding: 0 5px;
        color: #fff;
    }
    footer a {
        padding: 0 5px;
        color: #fff;
    }
}