.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 18.75vw 8.22917vw 18.75vw
}

.home .container .t {
    font-size: 1.66667vw
}

.home .container .content {
    margin-top: 3.125vw;
    /* display: flex;
    align-items: center */
}

.home .container .content .l {
    display: flex;
    justify-content: space-between;
}

.home .container .content .l .pic {
    /* margin-right: .52083vw; */
    overflow: hidden;
    position: relative;
    width: 24.5%;
}

.home .container .content .l .pic img {
    width: 100%;
    height: 25vw;
    transition: all 600ms;
    object-fit: cover
}
.home .container .content .l .pic p,.home .container .content .l .pics .pic1 p{
    position: absolute;
    left: 1vw;
    bottom:1vw;
    font-size: 0.83vw;
    color:white;
    z-index: 10;
}

.home .container .content .l .pic:hover img {
    transform: scale(1.05)
}

.home .container .content .l .pics {
    /* margin-right: .52083vw; */
    width: 24.5%;
}

.home .container .content .l .pics .pic1 {
    overflow: hidden;
    position: relative;
}

.home .container .content .l .pics .pic1:not(:last-child) {
    margin-bottom: .52083vw
}

.home .container .content .l .pics .pic1 img {
    width: 100%;
    height: 12.23958vw;
    transition: all 600ms
}

.home .container .content .l .pics .pic1:hover img {
    transform: scale(1.05)
}

.home .container .content .rt {
    margin-top: 2vw;
    /* margin-left: 2.60417vw */
}

.home .container .content .rt .p1 {
    color: #000;
    font-size: 1.25vw;
    margin-bottom: 1.04167vw
}

.home .container .content .rt .des {
    color: #666;
    font-size: .83333vw;
    font-weight: 500;
    line-height: 1.5
}

@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 .t {
        font-size: 24px
    }

    .home .container .content {
        margin-top: 30px;
        flex-direction: column
    }

    .home .container .content .l {
        flex-direction: column;
        width: 100%
    }

    .home .container .content .l .pic {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .home .container .content .l .pic img {
        width: 100%;
        height: 200px
    }

    .home .container .content .l .pics {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .home .container .content .l .pic p, .home .container .content .l .pics .pic1 p{
        font-size: 16px;
        left: 20px;
        bottom:20px;
    }

    .home .container .content .l .pics .pic1:not(:last-child) {
        margin-bottom: 20px
    }

    .home .container .content .l .pics .pic1 img {
        width: 100%;
        height: 200px
    }

    .home .container .content .rt {
        margin-left: 0
    }

    .home .container .content .rt .p1 {
        font-size: 18px
    }

    .home .container .content .rt .des {
        font-size: 14px
    }
}