    .section5 {
        display: block;
        padding-top: 0;
    }

    .section5 .indexTitle {
        text-align: center;
    }

    .Nav5 {
        margin-top: 60px;
        margin-bottom: 60px;
        width: 100%;
        border-bottom: 1px solid #E5E5E5;
        display: flex;
        justify-content: center;
        grid-gap: 120px;
    }

    .Nav5 a {
        color: #333;
        font-size: 16px;
        padding-bottom: 20px;
        border-bottom: 2px solid #fff;
    }

    .Nav5 a:hover {
        color: var(--color2);
        border-bottom: 2px solid var(--color2);
    }

    .Box5 {
        display: block;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .Swiper5 {
        width: 100%;
        overflow: visible;
        padding-bottom: 120px;
    }

    .Slide5 {
        width: 90%;
        padding: 10px 45px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .img5 {
        width: 55%;

    }

    .img5 img {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .img5 span {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .img5 span::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: #D9D9D9;
    }

    .img5 span h1 {
        background: #fff;
        color: #333;
        font-size: 18px;
        padding-right: 30px;
    }

    .img5 span h2 {
        background: #fff;
        color: #333;
        font-size: 9px;
        padding-right: 30px;
    }

    .text5 {
        width: calc(45% - 20px);
        background: #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
        padding: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        grid-gap: 15px;
    }

    .text5 p {
        color: #666;
        font-size: 16px;
    }

    .text5 h1 {
        color: #333;
        font-size: 24px;
    }

    .text5 h2 {
        color: #666;
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .text5 a {
        width: 148px;
        height: 50px;
        border-radius: 25px;
        border: 1px solid #DDD;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 15px;
        color: #999;
        text-align: center;
        font-size: 14px;
    }

    .text5 a i {
        font-size: 24px;
        color: #999;
    }

    .pagination5 {
        bottom: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 30px;
    }

    .pagination5 span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        color: #fff0;
    }

    .pagination5 span.swiper-pagination-bullet-active {
        color: var(--color2);
        width: 50px;
        height: 50px;
        background: #fff;
        border: 1px solid var(--color2);
    }

    @media (max-width: 1440px) {
        .Slide5 {
            padding: 10px 30px;
        }

        .text5 {
            padding: 30px;
        }

        .text5 h1 {
            font-size: 18px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .text5 h2 {
            font-size: 14px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
    }

    @media (max-width: 1200px) {
        .Nav5 {
            margin: 30px 0;
        }

        .Swiper5 {
            padding-bottom: 60px;
        }

        .Slide5 {
            width: 95%;
            padding: 10px 20px;
        }

        .text5 a {
            width: 120px;
            height: 40px;
        }

        .pagination5 span.swiper-pagination-bullet-active {
            width: 30px;
            height: 30px;
        }

        .img5 span h1,
        .img5 span h2 {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .text5 {
            padding: 20px;
            grid-gap: 10px;
        }
    }

    @media (max-width: 720px) {
        .section5 {
            padding-top: 30px;
        }

        .Nav5 {
            grid-gap: 0;
            justify-content: space-around;
        }

        .Swiper5 {
            padding-bottom: 45px;
        }

        .Slide5 {
            width: 90%;
            flex-wrap: wrap;
            grid-gap: 15px;
            padding: 10px;
        }

        .img5 {
            width: 100%;
        }

        .text5 {
            width: 100%;
        }

        .pagination5 {
            grid-gap: 15px;
        }

        .pagination5 span {
            font-size: 14px;
        }

        .img5 img {
            margin-top: 0;
        }
    }

    @media (max-width: 460px) {}

    @media (max-width: 380px) {}