:root {
    --gradient--hover-gradient-fill: radial-gradient(65.63% 63.74% at 91.94% 0%,
            rgba(128, 128, 255, 0.15) 0%,
            rgba(128, 128, 255, 0) 100%);
}

.section-1 {
    position: relative;
    padding: 79px 0;
    margin-top: 98px;
    overflow: hidden;
    background: #000;
}

.section-1 .container {
    position: relative;
    z-index: 2;
}

.section-1 .bg-banner {
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.section-1 .logo-num {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
}

.section-1 .btn {
    background: #fff;
    border-radius: 4px;
    padding: 8px 24px;
    display: inline-block;
    color: #000;
    font-weight: 700;
}

.section-1 a:hover .btn {
    background: #0056FF;
    color: #fff;
}

.section-1 .swiper {
    width: 100%;
    height: 100%;
    padding-right: 180px;
}

.section-1 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-1 .swiper-slide img {
    display: block;
    object-fit: cover;
    max-width: 100%;
    margin-bottom: 16px;
}

.section-1 .swiper-slide .swiper-box {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.section-1 .swiper-title {
    margin: 90px 0 24px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
}

.section-1 .swiper-title .left {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}

.section-1 .swiper-title .right,
.section-2 .swiper-title .right {
    position: absolute;
    right: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.section-1 .swiper-button-prev,
.section-1 .swiper-button-next,
.section-2 .swiper-button-prev,
.section-2 .swiper-button-next {
    width: 32px;
    height: 32px;
    left: unset;
}

.section-1 .swiper-button-prev,
.section-2 .swiper-button-prev {
    right: 65px;
}

.section-1 .swiper-button-next.swiper-button-disabled,
.section-1 .swiper-button-prev.swiper-button-disabled,
.section-2 .swiper-button-next.swiper-button-disabled,
.section-2 .swiper-button-prev.swiper-button-disabled {
    opacity: .65 !important;
}

.section-1 .swiper::after {
    content: '';
    width: 160px;
    height: 100%;
    position: absolute;
    right: 0;
    background: url('../img/homeimg/right-shower.svg');
    background-size: cover;
    top: 0;
    z-index: 1;
}

.section-1 .swiper.active::after {
    display: none;
}

.section-2 .swiper-title {
    margin: 0 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    color: #000;
    font-weight: 700;
    font-size: 26px;
}

.section-2 .swiper-box {
    max-width: 342px;
    border: 1px solid #E0E0E0;
    background: #F5F5F5;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.section-2 .swiper-box img {
    max-width: 72px;
    height: 72px;
    margin: 24px 24px 4px;
}

.section-2 .swiper-box:hover {
    background: #fff;
    background: var(--gradient--hover-gradient-fill), #f9f9f9;

}

.section-2 .swiper-box:hover .title-icon {
    color: #0056FF;
    transform: translateX(4px);
}

.section-2 .swiper-box h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
}

.section-2 .swiper-box p {
    font-size: 16px;
    color: #666;
    margin-bottom: 16px;
    /* min-height: 90px; */
}

.section-2 .title-content {
    padding: 20px 24px 0 20px;
}

.section-2 .title-icon {
    padding: 0 0 24px 24px;
    font-size: 12px;
    color: #333;
    display: flex;
    align-items: center;
}

.section-2 .title-icon svg {
    margin-right: 4px;
}

.section-2 {
    padding: 64px 0;
    overflow: hidden;
}

.section-2 .container {
    position: relative;
}

.section-2 .swiper {
    /* position: relative; */
    width: 100%;
    height: 100%;
    padding-right: 180px;
}

.section-2 .swiper::after {
    content: '';
    width: 160px;
    height: 100%;
    position: absolute;
    right: 0;
    background: url('../img/homeimg/shadow.svg');
    background-size: cover;
    top: 0;
    z-index: 1;
}

.section-2 .swiper.active::after {
    display: none;
}

.section-3 {
    background: #F2F2F2;
    padding: 64px 0;
}

.section-3 .qlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 88px;
}

.section-3 .qlist:last-child {
    margin-bottom: 0;
}


.section-3 .qlist .qleft {
    max-width: 632px;
    position: relative;
}

.section-3 .qlist:nth-of-type(1) .qleft.img-size::after {
    content: '';
    width: 180px;
    height: 180px;
    background: url('../upload/pic/ssnew/home-icon-1.png');
    background-size: 100% 100%;
    position: absolute;
    left: -10%;
    bottom: -2%;
}

.section-3 .qlist:nth-of-type(2) .qleft.img-size::after {
    content: '';
    width: 180px;
    height: 180px;
    background: url('../upload/pic/ssnew/home-icon-2.png');
    background-size: 100% 100%;
    position: absolute;
    right: 7%;
    bottom: -2%;
}

.section-3 .qlist:nth-of-type(3) .qleft.img-size::after {
    content: '';
    width: 120px;
    height: 180px;
    background: url('../upload/pic/ssnew/home-icon-3.png');
    background-size: 100% 100%;
    position: absolute;
    left: -7%;
    bottom: -2%;
}

.section-3 .qlist .qleft:last-child {
    max-width: 690px;
}

.section-3 .qlist .qright {
    max-width: 632px;
}

.section-3 .shead {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 16px;
    color: #333;
}

.section-3 .stent {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
    line-height: 24px;
}

.section-3 .btn {
    border: 1px solid #333333;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 24px;
}

.section-3 .btn:hover {
    background: #0056FF;
    color: #fff;
    border-color: #0056FF;
}

.section-3 .qlist img {
    width: 80%;
    /* width: 690px;
    max-height: 460px; */
}

.section-4 {
    /* background-image: url(../img/homeimg/list-banner.png);
    background-size: 100% 100%; */
    /* padding: 90px 0; */
    background: #000;
}

.section-4 .btn {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
}

.section-4 .btn:hover {
    background: #0056FF;
    color: #fff;
    border-color: #0056FF;
}

.section-4 .list-banner {
    display: flex;
    flex-direction: row;
    gap: 24px;
    overflow: hidden;
}

.section-4 .box {
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    border: 1px solid #ffffff7a;
    padding: 15px 10px;
    margin: 0 auto;
    border-radius: 8px;
}

.section-4 .box:hover .title-icon {
    transform: translateX(4px);
}

.section-4 .box img {
    max-width: 440px;
    max-height: 290px;
}

.section-4 .swiper-button-prev,
.section-4 .swiper-button-next {
    width: 40px;
    height: 40px;
    background-image: none;
    box-shadow: 0px 6.4px 16px rgba(0, 0, 0, 0.05);
    color: #000;
    background: #fff;
    border-radius: 50%;
}

.section-4 .swiper-button-next svg,
.section-4 .swiper-button-prev svg {
    width: unset;
    height: unset;
}

.section-4 .box .box-title {
    color: #fff;
    padding: 0 35px 0 24px;
}

.section-4 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.section-4 .rgt {
    max-width: 780px;
}

.section-4 h2 {
    font-size: 26px;
    margin-bottom: 8px;
}

.section-4 p {
    font-size: 16px;
    margin-bottom: 16px;
}

.section-4 .title-icon {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
}

.section-5 {
    padding: 80px 0 100px;
    background: #F2F2F2;
}

.section-5 .left {
    max-width: 690px;
}

.section-5 .right {
    max-width: 632px;
    color: #333;
}

.section-5 .right .shead {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 16px;
}

.section-5 .right .stent {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
    line-height: 24px;
}

.section-5 .right .btn {
    border: 1px solid #333333;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
}

.section-5 .right .btn:hover {
    background: #0056FF;
    color: #fff;
    border-color: #0056FF;
}

.section-5 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-6 {
    background: #F2F2F2;
    padding: 0 0 80px;
    color: #333;
}

.section-6 h2 {
    font-size: 26px;
    margin-bottom: 16px;
    min-height: 70px;
}

.section-6 p {
    font-size: 14px;
    color: #666;
    min-height: 44px;
}

.section-6 .box .module {
    background: #000000B2;
    padding: 3px 16px;
    color: #fff;
    font-size: 14px;
    bottom: 10%;
    right: 7%;
    line-height: 24px;
    border-radius: 2px;
}

.section-6 .box-title {
    padding-bottom: 40px;
    border-bottom: 1px solid #E0E0E0;
}

.section-6 .box-link {
    padding-top: 24px;
    font-size: 12px;
    color: #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    transition: transform 0.3s ease;
}

.section-6 .box-link svg {
    margin-right: 5px;
}

.section-6 .box {
    max-width: 464px;
    border-radius: 8px;
    background: #fff;
    height: 100%;
    cursor: pointer;
}

.section-6 .box:hover {
    background: #eee;
}

.section-6 .box:hover .box-link {
    transform: translateX(4px);
    color: #0056FF;
}

.section-6 .box img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 464px;
}

.section-6 .box .line {
    padding: 24px;
}

.section-6 .box-list {
    display: flex;
}

.section-6 .box-list .box {
    margin-right: 24px;
}

.section-6 .box-list .box:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1366px) {
    .section-1 {
        padding: 76px 0;
        margin-top: 93px;
    }

    .section-3 .qlist img {
        /* width: 490px; */
        width: 80%;
    }

    .section-3 .qlist .qleft:last-child {
        max-width: 490px;
    }

    .section-5 .left {
        max-width: 490px;
    }

}

@media screen and (max-width: 996px) {
    .section-6 .box img {
        width: 100%;
    }
    .section-4 .box img {
        max-height: 240px;
    }

    .section-4 .box .box-title {
        margin-bottom: 30px;
    }

    .section-4 .box {
        flex-direction: column;
    }

    .section-4 .list-banner {
        flex-direction: column;
    }

    .section-4 .swiper-button-prev,
    .section-4 .swiper-button-next {
        display: none;
    }

    .section-1 .swiper,
    .section-2 .swiper {
        padding-right: 0;
    }

    .section-1 .swiper::after {
        display: none;
    }

    .section-1 {
        background: url(../img/homebanner.png) no-repeat;
        background-size: cover;
        margin-top: 0;
    }

    .section-1 .bg-banner {
        display: none;
    }

    .section-1 .swiper-title .right,
    .section-2 .swiper-title .right {
        display: none;
    }

    .section-2 .swiper-box {
        margin: 0 auto;
    }

    .section-3 .qlist:nth-of-type(2) .qleft {
        order: 2;
        margin: 20px 0 0;
    }

    .section-3 .qlist {
        margin-bottom: 40px;
        flex-direction: column;
        background: #fff;
        padding: 15px;
        border-radius: 10px;
    }

    .section-3 .qlist .qleft {
        margin-bottom: 20px;
    }

    .section-3 .qlist img {
        width: 100%;
    }

    .section-4 {
        padding: 40px 0 0;
    }

    .section-4 .container {
        flex-direction: column;
    }

    .section-4 .rgt {
        margin-top: 40px;
    }

    .section-4 .right {
        display: none;
    }

    .section-2 .swiper::after {
        display: none;
    }

    .section-5 {
        padding: 60px 0;
    }

    .section-5 .container {
        flex-direction: column;
        background: #fff;
        border-radius: 10px;
        padding: 15px;
    }

    .section-6 .box-list {
        flex-direction: column;
    }

    .section-6 .box-list .box {
        margin: 0 10px 10px 10px !important;
    }
}