.banner .content img,
.banner .content video {
    height: 26.04vw;
}

.banner .content .text {
    bottom: 3.41667vw;
}

body .home .container .sec1 {
    padding:  3.6458333333vw 10.41667vw 1.35417vw 7.60417vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

body .home .container .sec1 .pic {
    width: 31.04167vw
}

body .home .container .sec1 .pic img {
    width: 100%;
    border-radius: 8.22917vw
}

body .home .container .sec1 .text {
    width: 45.3125vw
}

body .home .container .sec1 .text .p1 {
    font-weight: 700;
    padding-bottom: 1.5625vw;
    border-bottom: 2px solid #000;
    line-height: 1;
    position: relative
}

body .home .container .sec1 .text .p1::after {
    content: '';
    display: block;
    position: absolute;
    right: -1.5625vw;
    bottom: -2.44792vw;
    width: 7.91667vw;
    height: 7.91667vw;
    background: rgba(241, 241, 241, 0.4);
    border-radius: 50%;
    z-index: -1
}

body .home .container .sec1 .text .des {
    margin-top: 1.5625vw;
    text-align: justify;
    line-height: 2
}

body .home .container .sec2 {
    position: relative
}



body .home .container .sec2 .bg {
    width: 100%;
    height: 28.125vw;
    object-fit: cover
}

body .home .container .sec2 .content {
    position: absolute;
    left: 0;
    top: 5.41667vw;
    color: white;
    text-align: center;
    width: 100%
}

body .home .container .sec2 .content .p1 {
    line-height: 1;
    font-weight: 500
}

body .home .container .sec2 .content .btns {
    display: flex;
    justify-content: center;
    gap: 9.79167vw;
    margin-top: 5.05208vw
}

body .home .container .sec2 .content .btns a {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: .9375vw 1.5625vw .9375vw 5.26042vw;
    display: flex;
    border-radius: 10px;
    align-items: center;
        position: relative;
    z-index: 5;
    overflow: hidden
}

body .home .container .sec2 .content .btns a .ct {
    position: absolute;
    left: 0;
    top: 0;
    width: 9.11458vw;
    opacity: 0;
    transition: all 600ms;
    z-index: -1
}

body .home .container .sec2 .content .btns a .cb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9.11458vw;
    opacity: 0;
    transition: all 600ms;
    z-index: -1
}

body .home .container .sec2 .content .btns a .icon {
    transition: all 600ms
}

body .home .container .sec2 .content .btns a .icon img {
    width: 2.08333vw;
    display: block
}

body .home .container .sec2 .content .btns a p {
    color: #000;
    text-shadow: 0 1px 4.8px rgba(255, 255, 255, 0.05);
    font-weight: 500;
    margin: 0 3.125vw 0 1.82292vw;
    transition: all 600ms;
    line-height: 1
}

body .home .container .sec2 .content .btns a .jt {
    transition: all 600ms;
    width: 2.08333vw;
    display: block
}
body .home .container .sec2 .content .btns a:hover .ct,
body .home .container .sec2 .content .btns a:hover .cb {
    opacity: 1
}

body .home .container .sec2 .content .btns a:hover .icon,
body .home .container .sec2 .content .btns a:hover p {
    transform: translateX(-.52083vw)
}

body .home .container .sec2 .content .btns a:hover .jt {
    transform: translateX(.52083vw)
}

/* body .home .container .sec2 {
    position: relative
}

body .home .container .sec2 .bg {
    width: 100%;
    height: 28.125vw;
    object-fit: cover
}

body .home .container .sec2 .content {
    position: absolute;
    left: 0;
    top: 5.41667vw;
    color: white;
    text-align: center;
    width: 100%
}

body .home .container .sec2 .content .p1 {
    line-height: 1;
    font-weight: 500
}

body .home .container .sec2 .content .btns {
    display: flex;
    justify-content: center;
    gap: 8.64583vw;
    margin-top: 4.6875vw
}

body .home .container .sec2 .content .btns a {
    background: linear-gradient(180deg, rgba(4, 4, 4, 0.7) -13.4%, rgba(193, 193, 193, 0.7) 89.18%);
    border: 1px solid #fff;
    padding: .78125vw 8.22917vw .78125vw 3.17708vw;
    display: flex;
    gap: 3.02083vw;
    border-radius: 10px;
    align-items: center
}

body .home .container .sec2 .content .btns a .icon img {
    width: 4.73958vw
} */

body .home .container .sec3 {
    padding: 10.625vw 0 12.03125vw 0
}

body .home .container .sec3 .t {
    text-align: center;
    font-weight: 700;
    line-height: 1
}

body .home .container .sec3 .content {
    overflow: hidden;
    margin-top: 5.72917vw
}

body .home .container .sec3 .content .flex {
    display: flex;
    width: max-content;
    animation: goA 20s infinite linear;
    gap: 1.04167vw
}

body .home .container .sec3 .content .flex.flex2 {
    animation-direction: reverse;
    margin-top: 1.5625vw
}

body .home .container .sec3 .content .flex .pics {
    display: flex;
    gap: 1.04167vw
}

body .home .container .sec3 .content .flex .pics .pic {
    width: 25.41667vw;
    overflow: hidden
}

body .home .container .sec3 .content .flex .pics .pic img {
    width: 100%;
    height: 16.66667vw;
    object-fit: cover;
    transition: all 600ms
}

body .home .container .sec3 .content .flex .pics .pic:hover img {
    transform: scale(1.05)
}

@keyframes goA {
    100% {
        transform: translateX(-50%)
    }
}

@-webkit-keyframes goA {
    100% {
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 768px) {
    body .home .container .sec1 {
        padding: 30px 5%;
        flex-direction: column;
        gap: 30px
    }

    body .home .container .sec1 .pic {
        width: 100%
    }

    body .home .container .sec1 .pic img {
        border-radius: 20px
    }

    body .home .container .sec1 .text {
        width: 100%
    }

    body .home .container .sec1 .text .p1 {
        font-size: 24px;
        padding-bottom: 20px
    }

    body .home .container .sec1 .text .des {
        margin-top: 10px;
        line-height: 1.7;
        font-size: 16px
    }

    /* body .home .container .sec2 .bg {
        height: 200px
    }

    body .home .container .sec2 .content {
        top: 30px
    }

    body .home .container .sec2 .content .btns {
        gap: 20px;
        margin-top: 30px
    }

    body .home .container .sec2 .content .btns a {
        padding: 8px 20px;
        gap: 15px;
        font-size: 16px
    }

    body .home .container .sec2 .content .btns a .icon img {
        width: 25px
    } */

        body .home .container .sec2 .bg {
        height: 200px
    }

    body .home .container .sec2 .content {
        top: 30px
    }

    body .home .container .sec2 .content .btns {
        gap: 20px;
        margin-top: 30px
    }

    body .home .container .sec2 .content .btns a {
        padding: 9px 15px 9px 20px;
        font-size: 16px
    }

        body .home .container .sec2 .content .btns a .ct,
    body .home .container .sec2 .content .btns a .cb {
        width: 100px
    }

    body .home .container .sec2 .content .btns a .icon img {
        width: 20px
    }

    body .home .container .sec2 .content .btns a .jt {
        width: 20px
    }

    body .home .container .sec2 .content .btns a p {
        margin: 0 10px 0 8px
    }

    body .home .container .sec2 .content .btns a:hover .icon,
    body .home .container .sec2 .content .btns a:hover p {
        transform: translateX(-5px)
    }

    body .home .container .sec2 .content .btns a:hover .jt {
        transform: translateX(5px)
    }

    body .home .container .sec3 {
        padding: 40px 0 60px 0
    }

    body .home .container .sec3 .content {
        margin-top: 40px
    }

    body .home .container .sec3 .content .flex {
        gap: 10px
    }

    body .home .container .sec3 .content .flex.flex2 {
        margin-top: 10px
    }

    body .home .container .sec3 .content .flex .pics {
        gap: 10px
    }

    body .home .container .sec3 .content .flex .pics .pic {
        width: 240px
    }

    body .home .container .sec3 .content .flex .pics .pic img {
        height: 160px
    }
}