@keyframes yAnimate {
    0% {
        transform: translateY(60px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.item_hover {
    overflow: hidden
}

.item_hover:hover img {
    transform: scale(1.05)
}

.item_hover img {
    width: 100%;
    transition: .6s ease;
    height: 100%
}

.lenis_scroll::-webkit-scrollbar {
    width: 0 !important;
    display: none
}

.home {
    padding-top: 6.19792vw
}

.home .home5 {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 40;
    height: 100vh;
    width: 100%;
    user-select: none;
    overflow: hidden
}

.home .home5 .title_box {
    padding: 5.20833vw 0 0 0;
    margin: 0
}

.home .swiper {
    padding-top: 3.125vw;
    margin: 0 15.10417vw
}

.home .swiper .swiper-slide .item .pic {
    width: 100%
}

.home .swiper .swiper-slide .item .pic img {
    height: 13.54167vw;
    border-radius: .52083vw;
    width: 100%;
    object-fit: cover
}

.home .swiper .swiper-slide .item .des {
    margin-top: 1.5625vw;
    color: #000;
    max-height: 5.20833vw;
    overflow-y: scroll
}

.home .swiper .swiper-slide .item .des::-webkit-scrollbar {
    width: 0
}

.home .swiper .swiper-slide .item .year {
    display: none
}

.home .line-group {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -8vh
}

.home .line-group .wrap {
    position: relative;
    height: 40vh;
    padding-top: 1.562vw;
    transform: translateX(-14px)
}

.home .line-group .wrap .ev {
    position: absolute;
    transform: translateX(20px);
    padding: 0 0.572vw;
    transition: all linear .2s
}

.home .line-group .wrap .ev .line1 {
    margin-top: 1.562vw
}

.home .line-group svg {
    display: block;
    width: 0.364vw;
    height: auto;
    transition: all linear .2s
}

.home .line-group svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.home .line-group .ev.on svg:nth-child(2) {
    opacity: 1
}

.home .line-group .ev.line1 {
    margin-top: 1.562vw
}

.home .year-big-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%
}

.home .year-big-wrap .year-big {
    color: #A57A5B;
    line-height: 1;
    font-size: 3.54167vw;
    font-weight: 600
}

.home .section1 {
    padding: 6.77083vw 0 7.5vw 0
}

.home .section1 .content {
    display: flex;
    align-items: center
}

.home .section1 .content .l {
    width: 72.34375vw;
    margin: 0 0 0 -3.90625vw
}

.home .section1 .content .l .lSwiper {
    width: 100%
}

.home .section1 .content .l .lSwiper .swiper-slide {
    left: 48.22917vw
}

.home .section1 .content .l .lSwiper .swiper-slide.swiper-slide-active .item {
    transform: scale(1)
}

.home .section1 .content .l .lSwiper .swiper-slide .item {
    width: 100%;
    height: 30.9375vw;
    border-radius: .52083vw;
    overflow: hidden;
    transform: scale(0.86);
    transition: 1s;
    transform-origin: left
}

.home .section1 .content .l .lSwiper .swiper-slide .item img {
    width: 100%;
    height: 100%
}

.home .section1 .content .r {
    width: 19.47917vw;
    margin: 0 0 0 6.09375vw
}

.home .section1 .content .r .flex .list {
    display: none
}

.home .section1 .content .r .flex .list.on {
    display: block;
    animation: yAnimate 1s ease forwards
}

.home .section1 .content .r .flex .list .p1 {
    background: linear-gradient(278deg, #2E2E5A 89.63%, #6262C0 92.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    margin: 0 0 1.25vw
}

.home .section1 .content .r .flex .list .p2 {
    color: #666
}

.home .section1 .content .r .other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2.5vw 0 0 0
}

.home .section1 .content .r .other .line {
    width: 10.10417vw;
    height: .05208vw;
    background: #EAEAEE
}

.home .section1 .content .r .other .button {
    display: flex;
    gap: 1.5625vw
}

.home .section1 .content .r .other .button .circle {
    cursor: pointer
}

.home .section1 .content .r .other .button .circle:hover circle {
    opacity: 1
}

.home .section1 .content .r .other .button .circle svg {
    width: 3.125vw;
    height: fit-content
}

.home .section1 .content .r .other .button .circle svg circle {
    opacity: .5;
    transition: all 600ms
}

.home .section2 {
    background: url(../images/sbg.png) no-repeat;
    background-size: cover;
    padding: 4.6875vw 0 4.32292vw 0;
    text-align: center
}

.home .section2 .p1 {
    color: #FFF;
    font-weight: 600;
    max-width: 60.15625vw;
    margin: 0 auto 4.47917vw auto
}

.home .section2 .btns {
    display: flex;
    justify-content: center
}

.home .section2 .btns a {
    padding: .52083vw 1.5625vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1.04167vw;
    transition: all 600ms
}

.home .section2 .btns a p {
    color: #FFF;
    line-height: 1.5
}

.home .section2 .btns a svg {
    width: .9375vw;
    display: block;
    margin-left: .52083vw
}

.home .section2 .btns .btn1 {
    border-radius: 4px;
    background: #2E2E5A
}

.home .section2 .btns .btn1:hover {
    background: #6666C4
}

.home .section2 .btns .btn2 {
    border-radius: 4px;
    background: #A57A5B
}

.home .section3 {
    padding: 5.20833vw 6.25vw
}

.home .section3 .content {
    display: flex;
    justify-content: space-between;
    position: relative
}

.home .section3 .content .positionImg {
    position: absolute;
    bottom: -3.38542vw;
    left: -8.17708vw;
    z-index: -1;
    width: 54.6875vw;
    height: auto
}

.home .section3 .content .l {
    width: 25.36458vw;
    margin: 4.58333vw 0 0 0
}

.home .section3 .content .l .p1 {
    color: #2E2E5A;
    margin: 0 0 .41667vw
}

.home .section3 .content .l .p2 {
    background: linear-gradient(278deg, #2E2E5A 89.63%, #6262C0 92.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    font-weight: 500;
    margin: 0 0 1.25vw
}

.home .section3 .content .l .p3 {
    color: #666;
    line-height: 150%
}

.home .section3 .content .r {
    width: 47.08333vw;
    position: relative;
    height: 28.85417vw;
    overflow: hidden;
    overflow-y: scroll
}

.home .section3 .content .r:after {
    content: '';
    position: absolute;
    top: -.625vw;
    left: -7.70833vw;
    width: .41667vw;
    height: 30.10417vw;
    background: linear-gradient(180deg, #6262C0 0%, #2E2E5A 100%)
}

.home .section3 .content .r .list:not(:last-child) {
    margin: 0 0 3.64583vw
}

.home .section3 .content .r .list .p1 {
    width: fit-content;
    margin: 0 0 1.04167vw;
    font-weight: 500;
    background: linear-gradient(278deg, #2E2E5A 89.63%, #6262C0 92.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.home .section3 .content .r .list .p2 {
    color: #666;
    line-height: 150%
}

.home .section3 .content2 {
    margin: 6.875vw 0 0 0;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.home .section3 .content2 .left {
    width: 19.47917vw
}

.home .section3 .content2 .left .p1 {
    color: #2E2E5A;
    margin: 0 0 .41667vw
}

.home .section3 .content2 .left .p2 {
    background: linear-gradient(278deg, #2E2E5A 89.63%, #6262C0 92.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    line-height: 150%
}

.home .section3 .content2 .right {
    display: flex;
    border-radius: .52083vw;
    overflow: hidden
}

.home .section3 .content2 .right .item {
    position: relative;
    z-index: 1;
    width: 21.875vw;
    height: 15.625vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.home .section3 .content2 .right .item:hover .text {
    opacity: 0
}

.home .section3 .content2 .right .item:hover .position {
    opacity: 1
}

.home .section3 .content2 .right .item .text {
    color: #FFF;
    font-weight: 500;
    transition: 1s
}

.home .section3 .content2 .right .item .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: linear-gradient(0deg, rgba(23, 23, 46, 0.85) 0%, rgba(23, 23, 46, 0.85) 100%);
    padding: 2.60417vw 3.125vw 0 2.08333vw;
    opacity: 0;
    transition: 1s
}

.home .section3 .content2 .right .item .position .p1 {
    color: #C28F6A;
    font-weight: 500
}

.home .section3 .content2 .right .item .position .p2 {
    color: #FFF;
    line-height: 150%;
    margin: .83333vw 0 0 0
}

@media screen and (max-width: 768px) {
    .home {
        padding-top: 60px
    }

    .home .homeaaa {
        height: auto !important
    }

    .home .home5 {
        height: auto;
        position: static
    }

    .home .home5 .title_box {
        padding: 45px 0 0 0
    }

    .home .year-big-wrap {
        display: none
    }

    .home .line-group {
        display: none
    }

    .home .swiper {
        padding-top: 35px;
        margin: 0 5%
    }

    .home .swiper .swiper-slide .item .pic {
        height: auto
    }

    .home .swiper .swiper-slide .item .pic img {
        height: auto
    }

    .home .swiper .swiper-slide .item .des {
        margin: 20px 0 0 0;
        max-height: 95px
    }

    .home .section1 {
        padding: 50px 5%
    }

    .home .section1 .content {
        flex-direction: column
    }

    .home .section1 .content .l {
        width: 100%;
        margin: 0
    }

    .home .section1 .content .l .lSwiper .swiper-slide {
        left: 0
    }

    .home .section1 .content .l .lSwiper .swiper-slide .item {
        height: 250px;
        border-radius: 10px
    }

    .home .section1 .content .r {
        width: 100%;
        margin: 15px 0 0 0
    }

    .home .section1 .content .r .other {
        margin: 25px 0 0 0
    }

    .home .section1 .content .r .other .line {
        width: 70%
    }

    .home .section1 .content .r .other .button {
        gap: 15px
    }

    .home .section1 .content .r .other .button .circle {
        height: fit-content
    }

    .home .section1 .content .r .other .button .circle svg {
        width: 30px
    }

    .home .section2 {
        padding: 45px 0
    }

    .home .section2 .p1 {
        max-width: 90%;
        margin: 0 auto 30px auto
    }

    .home .section2 .btns a {
        padding: 10px 30px;
        margin: 0 5px
    }

    .home .section2 .btns a svg {
        width: 18px;
        margin-left: 10px
    }

    .home .section3 {
        padding: 50px 5%
    }

    .home .section3 .content {
        flex-direction: column
    }

    .home .section3 .content .l {
        width: 100%;
        margin: 25px 0 0 0
    }

    .home .section3 .content .l .p1 {
        margin: 0 0 10px
    }

    .home .section3 .content .l .p2 {
        margin: 0 0 10px
    }

    .home .section3 .content .r {
        margin: 30px 0 0 0;
        width: 100%;
        height: auto;
        overflow: unset
    }

    .home .section3 .content .r .list .p1 {
        margin: 0 0 10px
    }

    .home .section3 .content2 {
        flex-direction: column;
        align-items: unset
    }

    .home .section3 .content2 .left {
        width: 100%
    }

    .home .section3 .content2 .left .p1 {
        margin: 0 0 5px
    }

    .home .section3 .content2 .right {
        margin: 20px 0 0 0;
        border-radius: 10px;
        flex-direction: column;
        gap: 15px
    }

    .home .section3 .content2 .right .item {
        width: 100%;
        height: 250px;
        border-radius: 10px
    }

    .home .section3 .content2 .right .item .position {
        padding: 25px 5%
    }
}