    .section4 {
        width: 100%;
        overflow: hidden;
        padding-bottom: 60px;
        background: #F9F9F9;
    }



    .Box4 {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .text4 {
        width: 250px;
        height: auto;
        background: #51311a;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .text4 h1 {
        color: #fff;
        font-weight: bold;
        font-size: 30px;
        padding: 10px 0;
        text-align: center;
    }

    .text4 h2 {
        text-align: center;
        font-size: 14px;
        color: #fff;
    }

    .Swiper4 {
        width: calc(100% - 260px);
    }


    .slide4 {
        width: 40%;
        border: 5px solid #ddd6cc;
    }

    .slide4:hover {
        border-color: #e87518;
    }

    .slide4 img {
        width: 100%;
    }

    @media (max-width:1200px) {
        .Box4 {
            display: flex;
            flex-wrap: wrap;
        }

        .text4 {
            width: 100%;
        }

        .Swiper4 {
            padding-top: 15px;
            width: 100%;
        }
    }

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