.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 .section {
    margin: 4.16667vw 13.54167vw 6.25vw 13.54167vw
}

.home .section .t {
    color: #000;
    font-size: 1.66667vw;
    font-weight: 600;
    line-height: 1.27;
    text-align: center;
    margin-bottom: 4.16667vw
}

.home .section .box {
    margin-bottom: 5.20833vw
}

.home .section .box .st {
    display: flex;
    color: #000;
    font-size: 1.25vw;
    line-height: 1.5;
    align-items: center;
    margin-bottom: 1.71875vw
}

.home .section .box .st::before {
    content: '';
    display: block;
    width: .41667vw;
    height: 1.77083vw;
    border-radius: .98958vw;
    background: #E6001A;
    margin-right: 1.25vw
}

.home .section .box .pbox {
    margin-bottom: 1.71875vw
}

.home .section .box .pbox .st2 {
    display: flex;
    color: #000;
    font-size: .9375vw;
    line-height: 1.5;
    align-items: center;
    margin-left: 1.5625vw
}

.home .section .box .pbox .partners {
    position: relative;
    overflow: hidden
}

.home .section .box .pbox .partners:after {
    background-image: -webkit-linear-gradient(right, #fff 20%, rgba(235, 237, 240, 0));
    content: "";
    height: 120%;
    position: absolute;
    right: -15px;
    top: -10px;
    width: 7.8125vw;
    z-index: 2
}

.home .section .box .pbox .partners:before {
    background-image: -webkit-linear-gradient(right, #fff 20%, rgba(235, 237, 240, 0));
    content: "";
    height: 120%;
    position: absolute;
    left: -15px;
    top: -10px;
    width: 7.8125vw;
    z-index: 2;
    transform: rotate(180deg)
}

.home .section .box:nth-child(2) .pbox:nth-child(3) .partners .animate_box{
    animation-duration: 30s;
}

.home .section .box:nth-child(3) .pbox .partners .animate_box{
    animation-duration: 50s;
}

.home .section .box .pbox .partners .animate_box {
    display: flex;
    width: max-content;
    animation: ani-loop 20s linear infinite;
    animation-play-state: running;
    padding: 2.08333vw 0;
    background: url(../images/bgs.png) no-repeat;
    background-size: cover;
}

.home .section .box .pbox .partners .animate_box:hover {
    animation-play-state: paused
}

.home .section .box .pbox .partners .animate_box .flex-xb {
    display: flex;
    flex-wrap: wrap
}

.home .section .box .pbox .partners .animate_box .flex-xb .pic {
    width: 10.41667vw;
    height: 4.16667vw;
    display: flex;
    align-items: center;
    margin: 0 .52083vw;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.06);
}

.home .section .box .pbox .partners .animate_box .flex-xb .pic img {
    max-width: 80%;
    display: block;
    object-fit: contain;
    max-height: 80%
}

@keyframes ani-loop {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

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

    .home .banner .text {
        padding: 0 5%;
        bottom: 20px
    }

    .home .banner .text .p1 {
        font-size: 24px
    }

    .home .banner .text .des {
        font-size: 16px;
        margin-top: 10px
    }

    .home .nav_menu {
        padding: 0;
        width: 100%;
        overflow-x: scroll;
         display: inline-block;
         white-space: nowrap;
        /* flex-wrap: wrap */
    }

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

    .home .nav_menu span {
        height: 10px
    }

    .home .section {
        margin: 40px 5%
    }

    .home .section .t {
        font-size: 24px;
        margin-bottom: 30px
    }

    .home .section .box {
        margin-bottom: 40px
    }

    .home .section .box .st {
        font-size: 18px;
        margin-bottom: 15px
    }

    .home .section .box .st::before {
        height: 15px;
        width: 3px;
        margin-right: 10px
    }

    .home .section .box .pbox .st2 {
        font-size: 16px;
        margin-left: 12px
    }

    .home .section .box .pbox .partners .scroll-container .animate_box {
        padding: 20px 0;
        /* animation-play-state: running */
    }

    .home .section .box .pbox .partners .scroll-container .animate_box .flex-xb .pic {
        width: 120px;
        height: 56px;
        margin-left: 10px
    }
     .home .section .box:nth-child(2) .pbox:nth-child(2) .partners .scroll-container .animate_box {
            animation-duration:20s;
     }
    .home .section .box:nth-child(3) .pbox  .partners .scroll-container .animate_box {
        animation-duration: 50s;
    }
}