.home .banner {
    position: relative
}

.home .banner::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

.home .banner img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 33vh
}

.home .banner .text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 1.5625vw;
    color: white;
    padding: 0 10.41667vw
}

.home .banner .text .p1 {
    font-size: 1.5625vw;
    font-weight: 600;
    line-height: 1
}

.home .banner .text .des {
    font-size: 1.04167vw;
    margin-top: 1.04167vw;
    line-height: 1.3;
    font-weight: 200
}

.home .nav_menu {
    background: #F5F5F5;
    padding: 0 10.41667vw;
    display: flex;
    align-items: center
}

.home .nav_menu a {
    display: block;
    padding: 1.04167vw 2.29167vw;
    color: #222;
    font-size: .88542vw;
    line-height: 1.2;
    transition: all 600ms;
    cursor: pointer
}

.home .nav_menu a:hover {
    background: #FFF;
    color: #E6001A
}

.home .nav_menu .on {
    background: #FFF;
    color: #E6001A
}

.home .nav_menu span {
    width: 1px;
    height: .52083vw;
    background: #CCC
}

.home .container {
    margin: 3.125vw 10.41667vw 10.41667vw 10.41667vw
}

.home .container .t {
    font-size: 1.66667vw;
    text-align: center;
    margin-bottom: 3.125vw
}

.home .container .section1 {
    text-align: center;
    margin-bottom: 5.20833vw
}

.home .container .section1 img {
    max-width: 100%
}

.home .container .section2 .pics {
    display: flex;
    justify-content: center;
    gap: 4vw;
}

/* .home .container .section2 .pics .pic {
    width: 48%
} */

.home .container .section2 .pics .pic img {
    max-width: 100%;
    object-fit: contain
}

@media screen and (max-width: 1024px) {
    .home .banner img {
        height: 300px
    }

    .home .nav_menu {
        padding: 0
    }

    .home .nav_menu a {
        padding: 15px 10px;
        font-size: 14px
    }

    .home .nav_menu span {
        height: 10px
    }

    .home .container {
        margin: 30px 5%
    }

    .home .container .section1 {
        margin-bottom: 60px
    }

    .home .container .section1 .t {
        font-size: 18px;
        margin-bottom: 30px
    }

    .home .container .section2 {
        margin-bottom: 60px
    }

    .home .container .section2 .t {
        font-size: 18px;
        margin-bottom: 30px
    }

    .home .container .section2 .pics {
        flex-direction: column
    }

    .home .container .section2 .pics .pic {
        width: 100%;
        margin-bottom: 20px
    }
}