.services-page {
    background: #222;
    color: #d6d6d6;
    padding-bottom: 75px;
}

.services-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.services-hero {
    min-height: 230px;
    display: flex;
    align-items: center;
    background: #111 url("../../images/xiaobanner1.jpg") center/cover no-repeat;
    text-align: center;
}

.services-hero .services-container {
    margin-top: 120px;
    margin-bottom: 120px;
}

.services-hero h1 {
    font-family: "Oswald-Regular", Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.services-hero h1 {
    font-size: 42px;
    line-height: 1.2;
}

.services-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 15px;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
}

.services-breadcrumb a {
    color: #fff;
}

.services-section-head h2 {
    font-size: 38px;
    color: var(--yellow);
    font-family: 'Oswald-Regular';
    font-weight: normal;
    position: relative;
}

.services-section-head h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 4px;
    background-color: var(--yellow);
    margin-left: -20px;
}

.services-section {
    padding-top: 15px;
}

.services-section-head {
    text-align: center;
}

.services-wide-slider {
    width: min(1920px, calc(100% - 80px));
    margin: 0 auto;
    position: relative;
}

.services-customized {
    padding-top: 60px;
}

.services-wide-slider .swiper-pagination {
    bottom: 0;
}

.services-wide-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #000;
}

.services-wide-slider .swiper-pagination-bullet-active {
    background-color: #248fc8;
}

.services-swiper .swiper-slide {
    background: #fff;
}

.services-swiper img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.services-text-block {
    font-size: 16px;
    line-height: 1.7;
    color: #d6d6d6;
}

.has-arrows {
    padding: 0 40px;
    margin-bottom: 30px;
}

.has-arrows .swiper-container {
    padding-bottom: 30px;
}

.has-arrows .swiper-button-white {
    background-size: 18px;
}

.has-arrows .swiper-button-prev {
    left: 0;
}

.has-arrows .swiper-button-next {
    right: 0;
}

.services-slider-arrow,
.services-customized-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(120, 135, 130, .55);
    cursor: pointer;
    transform: translateY(-50%);
}

.services-drawing-prev,
.services-news-prev,
.services-customized-prev {
    left: 0;
}

.services-drawing-next,
.services-news-next,
.services-customized-next {
    right: 0;
}

.services-slider-arrow::before,
.services-customized-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    color: rgba(255, 255, 255, .78);
    border-top: 3px solid currentColor;
}

.services-drawing-prev::before,
.services-news-prev::before,
.services-customized-prev::before {
    left: 15px;
    border-left: 3px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
}

.services-drawing-next::before,
.services-news-next::before,
.services-customized-next::before {
    right: 15px;
    border-right: 3px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.services-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    gap: 42px;
    align-items: center;
}

.services-split .services-text-block {
    margin-top: 0;
}

.services-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.services-image-grid img,
.service-news-card img {
    width: 100%;
    object-fit: cover;
    background: #fff;
}

.services-image-grid img {
    aspect-ratio: 1 / 1;
}

.services-after-sales .services-container {
    width: min(1520px, calc(100% - 40px));
}

.services-after-sales .services-section-head {
    margin-bottom: 8px;
}

.services-after-sales-grid {
    grid-template-columns: minmax(0, .72fr) minmax(520px, 1fr);
    gap: 44px;
    align-items: start;
}

.services-after-sales-copy {
    padding-top: 14px;
    font-size: 16px;
    line-height: 1.58;
}

.services-after-sales-copy p {
    margin: 0;
}

.services-after-sales-image img {
    display: block;
    width: 100%;
    height: auto;
}

.services-advantages-layout {
    display: grid;
    grid-template-columns: minmax(0, 580px) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-top: 40px;
}

.services-advantages-left img {
    display: block;
    width: 100%;
    height: auto;
}

.services-advantages-right .services-section-head {
    margin-bottom: 12px;
}

.services-advantages-right .services-section-head h2 {
    font-size: 38px;
}

.services-advantages-copy {
    color: #bdc3c7;
    font-size: 16px;
    line-height: 1.55;
}

.services-advantages-copy p {
    margin: 0;
}

.services-advantages-left .services-advantages-copy {
    margin-top: 66px;
}

.services-advantages-right .services-advantages-copy {
    padding-left: 0;
}

.faq-list details,
.service-news-card {
    border: 1px solid #666;
    background: #252525;
}

.faq-list {
    display: grid;
    gap: 10px;
    font-size: 16px;
}

.faq-list details {
    padding: 20px;
}

.faq-list summary {
    position: relative;
    padding: 0 30px 5px 0;
    color: var(--yellow);
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    padding-left: 25px;
}

.faq-list summary span {
    position: absolute;
    right: 0px;
    top: 8px;
    width: 14px;
    height: 14px;
    background-color: #ffe70c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-list summary span::after {
    content: '+';
    font-size: 16px;
    font-weight: bold;
}

.faq-list summary::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: 0;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list details.is-open summary span::after {
    content: '-';
}

.faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .42s ease;
    line-height: 1.75;
    color: #d6d6d6;
    position: relative;
    padding-left: 25px;
}

.faq-panel i {
    position: absolute;
    left: 0;
    top: 5px;
}

.services-news {
    padding-top: 60px;
}

.services-news .services-news-prev {
    left: -60px;
}

.services-news .services-news-next {
    right: -60px;
}

.services-news-wrap {
    position: relative;
    padding: 0;
    width: min(1420px, calc(100% - 40px));
    margin-top: 20px;
}

.service-news-card {
    height: 100%;
    border: 0;
    background: #f4f4f4;
    color: #202020;
    display: block;
    position: relative;
}

.service-news-card .pic {
    overflow: hidden;
    position: relative;
    padding-top: 65%;
}

.service-news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.service-news-body {
    padding: 38px 20px 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-news-card h3 {
    color: #1f2933;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

.service-news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.service-news-card time {
    display: block;
    color: #2b2f33;
    font-size: 15px;
}

.service-news-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    color: #d0d0d0;
    font-size: 26px;
}

.services-news-swiper .swiper-pagination {
    display: none;
    bottom: 0;
}

.services-news-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ddd;
}

.services-news-swiper .swiper-pagination-bullet-active {
    background-color: #efa93f;
}

@media (min-width: 1025px) {
    .services-breadcrumb a:hover,
    .service-news-card:hover h3,
    .service-news-more:hover {
        color: var(--yellow);
    }
    .services-customized-arrow:hover {
        background-color: #000;
    }
    .services-news .swiper-slide:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .services-news .swiper-slide:hover .service-news-more {
        background-color: var(--gold);
        border-color: var(--gold);
    }
    .services-news .swiper-slide:hover .service-news-more i {
        color: #FFF;
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .services-hero {
        min-height: 190px;
    }
    .services-hero .services-container {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .services-hero h1 {
        font-size: 34px;
    }
    .services-wide-slider {
        width: min(100% - 40px, 1200px);
    }
    .services-split,
    .services-advantages-layout {
        grid-template-columns: 1fr;
    }
    .services-after-sales-grid {
        gap: 24px;
    }
    .services-after-sales-copy {
        padding-top: 0;
    }
    .services-news .services-news-next,
    .services-news .services-news-prev {
        display: none;
    }
    .services-news-swiper {
        padding-bottom: 30px;
    }
    .services-news-swiper .swiper-pagination {
        display: block;
    }
    .services-text-block,
    .services-advantages-copy,
    .faq-list details,
    .faq-list summary {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .services-container,
    .services-wide-slider {
        width: min(100% - 30px, 1200px);
    }
    .services-hero {
        min-height: 155px;
    }
    .services-hero h1 {
        font-size: 28px;
    }
    .services-breadcrumb {
        font-size: 14px;
    }
    .services-section {
        padding-top: 42px;
    }
    .services-section-head h2 {
        font-size: 25px;
    }
    .has-arrows {
        padding: 0 34px;
    }
    .services-news-wrap {
        padding: 0;
    }
    .services-image-grid {
        grid-template-columns: 1fr;
    }
    .services-advantages-left .services-advantages-copy {
        margin-top: 24px;
    }
    .services-advantages-right .services-section-head h2 {
        font-size: 25px;
    }
    .faq-list details {
        padding-left: 16px;
        padding-right: 16px;
    }
    .service-news-body {
        min-height: 200px;
    }
}