.seo-page-h1 {
    margin: 0 0 12px;
    color: inherit;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
}

.seo-pagination {
    clear: both;
    padding: 32px 0 42px;
    text-align: center;
}

.seo-pagination a,
.seo-pagination span {
    display: inline-block;
    min-width: 88px;
    box-sizing: border-box;
    margin: 0 6px;
    padding: 11px 22px;
    border: 1px solid #e60012;
    border-radius: 7px;
    background: #e60012;
    color: #fff;
    line-height: 22px;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.seo-pagination a:hover {
    border-color: #bd0010;
    background: #bd0010;
    color: #fff;
    transform: translateY(-1px);
}

.seo-pagination .page-number,
.seo-pagination .active {
    min-width: 42px;
    padding-right: 0;
    padding-left: 0;
}

.seo-pagination .page-number {
    background: #fff;
    color: #e60012;
}

.seo-pagination .page-number:hover,
.seo-pagination .active {
    border-color: #e60012;
    background: #e60012;
    color: #fff;
}

.seo-pagination .disabled {
    border-color: #e2e2e2;
    background: #f5f5f5;
    color: #aaa;
    cursor: not-allowed;
}

.news01-bt {
    box-sizing: border-box;
    padding: 30px 20px !important;
    background: #f6f7f9 !important;
}

#conter {
    scroll-margin-top: 96px;
}

.news01-bt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    box-sizing: border-box;
    width: min(1120px, 100%) !important;
    height: auto !important;
    margin: 0 auto;
    padding: 14px;
    border: 1px solid #eceef1;
    border-radius: 10px;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(20, 27, 38, .06);
}

.news01-bt ul li,
.news01-bt li.active {
    float: none !important;
    width: auto !important;
    min-width: 150px;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    line-height: normal !important;
}

.news01-bt ul li a {
    display: block;
    padding: 13px 24px;
    border-radius: 7px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.news01-bt ul li a:hover {
    background: #fff1f2;
    color: #e60012;
}

.news01-bt li.active a {
    background: #e60012;
    color: #fff;
    box-shadow: 0 6px 16px rgba(230, 0, 18, .2);
}

.news01-nr-text h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.news01-nr-text h2 a:hover {
    color: #e60012;
}

.neirong-we h3 {
    height: auto !important;
    min-height: 64px;
    margin: 0 0 12px !important;
    overflow: visible;
    font-size: 22px;
    line-height: 1.45 !important;
}

.neirong-we p {
    margin: 0;
    padding-bottom: 18px !important;
    line-height: 24px;
}

.neirong ul li .neirong-we .h4 {
    height: 48px !important;
    line-height: 48px !important;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide > img {
    display: block;
    width: 100%;
    height: auto;
}

.home-banner-copy {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: max(calc((100% - 1260px) / 2), 7%);
    width: 520px;
    color: #fff;
    transform: translateY(-44%);
    text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}

.home-banner-copy > span {
    display: block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 4px;
    opacity: .76;
}

.home-banner-copy > span::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 2px;
    margin-right: 14px;
    background: #e60012;
    vertical-align: middle;
}

.home-banner-copy h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 2px;
}

.home-banner-copy p {
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .84);
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 2px;
}

.home-banner-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .55);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    transition: background-color .2s ease, border-color .2s ease;
}

.home-banner-copy a:hover {
    border-color: #e60012;
    background: #e60012;
    color: #fff;
}

.home-banner-copy a i {
    margin-left: 7px;
    font-size: 17px;
}

@media (min-width: 769px) {
    .case-box {
        overflow: visible !important;
    }

    .case {
        display: flow-root;
        overflow: visible !important;
    }

    #sidebar {
        position: sticky !important;
        top: 64px;
        height: calc(100vh - 84px) !important;
        max-height: 1000px;
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
        overscroll-behavior: contain;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, .48) transparent;
    }

    #sidebar::-webkit-scrollbar {
        width: 5px;
    }

    #sidebar::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(255, 255, 255, .48);
    }
}

@media (min-width: 769px) and (max-width: 1399px) {
    .home-banner-copy {
        width: 580px;
    }

    .home-banner-copy h2 {
        font-size: 46px;
    }
}

@media (max-width: 768px) {
    .banner .swiper-slide > img {
        height: 280px !important;
        object-fit: cover;
        object-position: 58% center;
    }

    .home-banner-copy {
        left: 6%;
        width: 62%;
        transform: translateY(-42%);
    }

    .home-banner-copy > span {
        margin-bottom: 10px;
        font-size: 9px;
        line-height: 16px;
        letter-spacing: 1.5px;
    }

    .home-banner-copy > span::before {
        width: 22px;
        margin-right: 8px;
    }

    .home-banner-copy h2 {
        margin-bottom: 9px;
        font-size: 22px;
        line-height: 1.35;
        letter-spacing: 0;
    }

    .home-banner-copy p {
        margin-bottom: 16px;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .home-banner-copy a {
        min-width: 88px;
        height: 32px;
        padding: 0 12px;
        font-size: 12px;
        line-height: 30px;
    }

    .seo-page-h1 {
        font-size: 24px;
    }

    .seo-pagination a,
    .seo-pagination span {
        min-width: 68px;
        margin: 0 2px;
        padding: 9px 10px;
    }

    .seo-pagination .page-number,
    .seo-pagination .active {
        min-width: 34px;
        padding-right: 0;
        padding-left: 0;
    }

    .news01-bt {
        padding: 18px 12px !important;
    }

    #conter {
        scroll-margin-top: 68px;
    }

    .news01-bt ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
    }

    .news01-bt ul li,
    .news01-bt li.active {
        min-width: 0;
    }

    .news01-bt ul li a {
        padding: 10px 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .news01-nr-text h2 {
        margin: 10px 0 6px;
        font-size: 16px;
    }

    .neirong-we h3 {
        min-height: 48px;
        margin-bottom: 10px !important;
        font-size: 16px;
        line-height: 1.5 !important;
    }

    .neirong-we p {
        padding-bottom: 14px !important;
        line-height: 22px;
    }

    .neirong ul li .neirong-we .h4 {
        height: 42px !important;
        line-height: 42px !important;
    }
}
