    /* box2 */
    .section2 {
        position: relative;
    }

    .Box2 {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .lt2 {
        width: 26%;
    }

    .lt2 .text2 {
        margin-top: 60px;
    }

    .lt2 .text2 h1 {
        font-size: 14px;
    }

    .lt2 .text2 h2 {
        font-size: 16px;
        font-weight: bold;
    }

    .desc2 h1 {
        margin: 45px 0;
        color: #333;
        font-size: 36px;
        font-weight: bold;
    }

    .desc2 p {
        font-size: 14px;
        line-height: 34px;
        text-align: justify;
        color: #333;
    }


    .desc2 a {
        margin-top: 30px;
        display: block;
        color: #333;
    }

    .rt2 {
        width: 74%;
        padding-left: 60px;
    }

    .NavList2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .NavList2 a {
        width: 100%;
        height: 60px;
        font-size: 16px;
        color: rgb(51, 51, 51);
        display: none;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .NavList2 a:nth-child(-n + 3) {
        display: flex;
    }

    .NavList2 a:last-child {
        display: flex;
    }

    .NavList2 a:first-child {
        color: #f79646;
    }

    .NavList2 a:hover {
        color: #f79646;
        border-bottom: 1px solid #f79646;
    }

    .Swiper2 {
        margin-top: 45px;
        width: 100%;
    }

    .Slide2 {
        width: 100%;
        height: auto;
    }

    .Slide2 img {
        width: 100%;
    }

    .Slide2 h1 {
        font-size: 16px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 56px;
        background-color: #f2f2f2;
    }


    @media (max-width: 1440px) {
        .lt2 {
            width: 30%;
        }

        .rt2 {
            width: 70%;
            padding-left: 60px;
        }

        .desc2 p {
            line-height: 1.5;
        }
    }

    @media (max-width: 1200px) {
        .lt2 {
            width: 100%;
        }

        .lt2 .text2 {
            margin-top: 15px;
        }

        .desc2 h1 {
            margin: 15px 0;
            font-size: 26px;
        }

        .desc2 a {
            margin-top: 15px;
        }

        .rt2 {
            width: 100%;
            padding-left: 0px;
            padding-top: 30px;
        }
    }

    @media (max-width: 720px) {
        .NavList2 {
            display: none;
        }
    }

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

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