@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%
}

.home {
    padding-top: 6.19792vw
}

.home .banner img {
    width: 100%;
    display: block;
    object-fit: cover
}

.home .section1 {
    margin: 0 6.25vw;
    margin-top: -10.41667vw
}

.home .section1 .top {
    position: relative;
    z-index: 1;
    padding: 5.20833vw 8.85417vw 6.45833vw 8.85417vw;
    background: #fff
}

.home .section1 .top .text {
    width: 69.58333vw;
    margin: 0 auto 4.16667vw;
    color: #000;
    text-align: center;
    line-height: 150%
}

.home .section1 .top .more {
    width: fit-content;
    padding: .52083vw 1.5625vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.08333vw auto 0;
    transition: all 600ms;
    border-radius: .20833vw;
    background: #2E2E5A
}

.home .section1 .top .more:hover {
    background: #6666C4
}

.home .section1 .top .more p {
    color: #FFF;
    line-height: 1.5
}

.home .section1 .top .more svg {
    width: .9375vw;
    display: block;
    margin-left: .52083vw
}

.home .section1 .top .figure {
    display: flex;
    justify-content: space-between;
    margin: 4.16667vw 0 0 0
}

.home .section1 .top .figure .item {
    text-align: center
}

.home .section1 .top .figure .item span {
    color: #000;
    font-weight: 600;
    display: block;
    min-width: 8.33333vw
}

.home .section1 .top .figure .item p {
    margin: .52083vw 0 0 0;
    color: #000;
    line-height: 150%;
    text-transform: capitalize
}

.home .section1 .bottom .img {
    width: 100%;
    position: relative
}

.home .section1 .bottom .img .prev {
    left: 3.125vw
}

.home .section1 .bottom .img .next {
    right: 3.125vw
}

.home .section1 .bottom .img .prev, .home .section1 .bottom .img .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9
}

.home .section1 .bottom .img .prev:hover svg circle, .home .section1 .bottom .img .next:hover svg circle {
    opacity: 1
}

.home .section1 .bottom .img .prev svg, .home .section1 .bottom .img .next svg {
    width: 3.125vw;
    height: fit-content
}

.home .section1 .bottom .img .prev svg circle, .home .section1 .bottom .img .next svg circle {
    opacity: .5;
    transition: all 600ms
}

.home .section1 .bottom .img .imgSwiper {
    width: 100%
}

.home .section1 .bottom .img .imgSwiper .swiper-slide img {
    width: 100%
}

.home .section1 .bottom .flex {
    background: #F8F6F4;
    padding: 3.75vw 8.85417vw 3.54167vw 8.69792vw;
    display: flex;
    justify-content: space-between
}

.home .section1 .bottom .flex .item {
    display: flex
}

.home .section1 .bottom .flex .item .icon {
    width: 2.60417vw;
    height: 2.60417vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1.45833vw 0 0
}

.home .section1 .bottom .flex .item .icon img {
    object-fit: contain
}

.home .section1 .bottom .flex .item .pick {
    width: 16.35417vw
}

.home .section1 .bottom .flex .item .pick .p1 {
    color: #000;
    font-weight: 500;
    margin: 0 0 .83333vw
}

.home .section1 .bottom .flex .item .pick .p2 {
    color: #8C8C8C;
    line-height: 150%
}

.home .section3 {
    padding: 5.20833vw 6.25vw
}

.home .section3 .content {
    margin: 3.125vw 0 0 0;
    display: flex;
    justify-content: space-between
}

.home .section3 .content .item {
    width: 21.09375vw;
    height: 27.39583vw;
    border-radius: .52083vw;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden
}

.home .section3 .content .item .text {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    height: 4.16667vw;
    display: flex;
    align-items: center;
    padding: 0 1.04167vw;
    color: #fff;
    font-weight: 500
}

.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 .625vw auto
}

.home .section2 .p2 {
    color: #FFF;
    margin: 0 0 2.60417vw
}

.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 .section4 {
    background: #F9F9F9;
    padding: 12.23958vw 15.10417vw 4.58333vw 15.41667vw
}

.home .section4 .content {
    width: 61.45833vw;
    position: relative;
    z-index: 52;
    margin: 0 auto 10.88542vw
}

.home .section4 .content .position {
    color: #999;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: absolute
}

.home .section4 .content .position span {
    color: #000
}

.home .section4 .content .position.position1 {
    top: -3.95833vw;
    right: -7.23958vw
}

.home .section4 .content .position.position2 {
    top: 15.57292vw;
    left: -4.94792vw
}

.home .section4 .content .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31.25vw;
    max-width: unset;
    max-height: unset;
    z-index: -1
}

.home .section4 .content .t1 {
    position: absolute;
    width: 7.29167vw;
    top: -3.48958vw;
    left: -5.20833vw
}

.home .section4 .content .t2 {
    position: absolute;
    top: 9.89583vw;
    right: -3.54167vw;
    width: 7.29167vw
}

.home .section4 .content p {
    background: linear-gradient(274deg, #2E2E5A 82.45%, #6262C0 93.05%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500
}

.home .section4 .content p span {
    font-size: 2.70833vw
}

.home .section4 .content2 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.home .section4 .content2 .swiper1 {
    width: 53.22917vw
}

.home .section4 .content2 .swiper1 .swiper-slide {
    border-radius: .52083vw;
    overflow: hidden
}

.home .section4 .content2 .swiper1 .swiper-slide:hover img {
    transform: scale(1.1)
}

.home .section4 .content2 .swiper1 .swiper-slide img {
    height: 8.38542vw;
    transition: .6s ease
}

.home .section4 .content2 .prev, .home .section4 .content2 .next {
    cursor: pointer
}

.home .section4 .content2 .prev:hover svg circle, .home .section4 .content2 .next:hover svg circle {
    opacity: 1
}

.home .section4 .content2 .prev svg, .home .section4 .content2 .next svg {
    width: 3.125vw;
    height: fit-content
}

.home .section4 .content2 .prev svg circle, .home .section4 .content2 .next svg circle {
    opacity: .5;
    transition: all 600ms
}

.home .section5 {
    padding: 5.20833vw 1.82292vw 5.20833vw 6.25vw;
    position: relative;
    z-index: 1
}

.home .section5 .po1 {
    width: 63.02083vw;
    position: absolute;
    top: -.52083vw;
    left: -.78125vw;
    z-index: -1
}

.home .section5 .content {
    display: flex;
    justify-content: space-between
}

.home .section5 .content .l {
    width: 18.75vw
}

.home .section5 .content .l .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
}

.home .section5 .content .l .p1 span {
    font-size: 1.97917vw
}

.home .section5 .content .l .p2 {
    margin: 1.25vw 0 2.5vw 0;
    color: #666;
    line-height: 150%
}

.home .section5 .content .l .more {
    width: fit-content;
    padding: .52083vw 1.5625vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 600ms;
    border-radius: .20833vw;
    background: #2E2E5A
}

.home .section5 .content .l .more:hover {
    background: #6666C4
}

.home .section5 .content .l .more p {
    color: #FFF;
    line-height: 1.5
}

.home .section5 .content .l .more svg {
    width: .9375vw;
    display: block;
    margin-left: .52083vw
}

.home .section5 .content .r {
    width: 69.53125vw;
    position: relative;
    cursor: none
}

.home .section5 .content .r .prev {
    position: absolute;
    left: -1.82292vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    cursor: pointer
}

.home .section5 .content .r .prev svg {
    width: 3.4375vw
}

.home .section5 .content .r .next {
    position: absolute;
    right: -1.82292vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    cursor: pointer
}

.home .section5 .content .r .next svg {
    width: 3.4375vw
}

.home .section5 .content .r .big_next {
    width: 5.20833vw;
    position: absolute;
    right: 18.48958vw;
    top: -2.60417vw;
    z-index: 5;
    cursor: pointer
}

.home .section5 .content .r .big_next img {
    width: 100%
}

.home .section5 .content .r .rSwiper {
    width: 100%
}

.home .section5 .content .r .rSwiper .swiper-slide .item {
    border-radius: .52083vw;
    overflow: hidden;
    background: rgba(46, 46, 90, 0.1);
    transition: .6s
}

.home .section5 .content .r .rSwiper .swiper-slide .item:hover {
    background: #2E2E5A
}

.home .section5 .content .r .rSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.home .section5 .content .r .rSwiper .swiper-slide .item:hover .text .p1, .home .section5 .content .r .rSwiper .swiper-slide .item:hover .text .time {
    color: #fff
}

.home .section5 .content .r .rSwiper .swiper-slide .item .img {
    height: 26.04167vw;
    border-radius: .52083vw;
    overflow: hidden
}

.home .section5 .content .r .rSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.home .section5 .content .r .rSwiper .swiper-slide .item .text {
    padding: 1.5625vw 1.30208vw 1.04167vw 1.30208vw;
    transition: .6s ease
}

.home .section5 .content .r .rSwiper .swiper-slide .item .text .p1 {
    color: #000;
    line-height: 150%;
    transition: .6s ease
}

.home .section5 .content .r .rSwiper .swiper-slide .item .text .time {
    text-align: right;
    color: #666;
    transition: .6s ease
}

.home .cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 5.20833vw;
    height: 5.20833vw;
    pointer-events: none;
    z-index: 9999999
}

.home .cursor.on .scale {
    transform: scale(1)
}

.home .cursor .scale {
    width: 100%;
    height: 100%;
    transition: .3s ease;
    transform: scale(0)
}

.home .cursor .scale img {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 768px) {
    .home {
        padding-top: 60px
    }

    .home .cursor {
        display: none
    }

    .home .section1 {
        margin: 0 5%;
        margin-top: -40px
    }

    .home .section1 .top {
        padding: 40px 5%
    }

    .home .section1 .top .text {
        width: 100%;
        margin: 0 auto 25px
    }

    .home .section1 .top .more {
        padding: 10px 30px;
        margin: auto
    }

    .home .section1 .top .more svg {
        width: 18px;
        margin-left: 10px
    }

    .home .section1 .top .figure {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        gap: 10px 20px;
        margin: 50px 0 0 0
    }

    .home .section1 .top .figure .item p {
        margin: 10px 0 0 0
    }

    .home .section1 .bottom .img .prev {
        left: 5%
    }

    .home .section1 .bottom .img .next {
        right: 5%
    }

    .home .section1 .bottom .img .prev svg, .home .section1 .bottom .img .next svg {
        width: 30px
    }

    .home .section1 .bottom .img .imgSwiper .swiper-slide img {
        height: 150px
    }

    .home .section1 .bottom .flex {
        padding: 50px 5%;
        flex-direction: column;
        gap: 40px
    }

    .home .section1 .bottom .flex .item {
        flex-direction: column
    }

    .home .section1 .bottom .flex .item .icon {
        width: 30px;
        height: 30px;
        margin: 0 0 10px 0
    }

    .home .section1 .bottom .flex .item .pick {
        width: 100%
    }

    .home .section1 .bottom .flex .item .pick .p1 {
        margin: 0 0 5px
    }

    .home .section3 {
        padding: 50px 5%
    }

    .home .section3 .content {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 35px 0 0 0;
        gap: 15px
    }

    .home .section3 .content .item {
        width: 100%;
        height: auto;
        border-radius: 10px
    }

    .home .section3 .content .item .common_bg {
        position: static
    }

    .home .section3 .content .item .text {
        position: absolute;
        bottom: 0;
        height: 60px;
        padding: 0 5%;
        left: 0
    }

    .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 .section4 {
        padding: 50px 5%
    }

    .home .section4 .content {
        width: 100%;
        margin: 0 0 60px
    }

    .home .section4 .content .t1 {
        width: 29px;
        top: -23px;
        left: -19px
    }

    .home .section4 .content .t2 {
        bottom: -19px;
        top: unset;
        right: 10px;
        width: 29px
    }

    .home .section4 .content p span {
        font-size: 30px
    }

    .home .section4 .content2 .prev svg, .home .section4 .content2 .next svg {
        width: 30px
    }

    .home .section4 .content2 .swiper1 {
        width: 60vw
    }

    .home .section4 .content2 .swiper1 .swiper-slide a {
        width: 100%;
        border-radius: 7px;
        display: block
    }

    .home .section4 .content2 .swiper1 .swiper-slide a img {
        height: auto
    }

    .home .section4 .position {
        display: none
    }

    .home .section5 {
        padding: 50px 5%
    }

    .home .section5 .content {
        flex-direction: column
    }

    .home .section5 .content .l {
        width: 100%
    }

    .home .section5 .content .l .p1 span {
        font-size: 28px
    }

    .home .section5 .content .l .p2 {
        margin: 10px 0 20px
    }

    .home .section5 .content .l .more {
        padding: 10px 30px;
        margin: auto
    }

    .home .section5 .content .l .more svg {
        width: 18px;
        margin-left: 10px
    }

    .home .section5 .content .r {
        width: 100%;
        margin: 25px 0 0 0
    }

    .home .section5 .content .r .big_next {
        display: none
    }

    .home .section5 .content .r .prev svg, .home .section5 .content .r .next svg {
        width: 33px
    }

    .home .section5 .content .r .prev {
        left: -15px
    }

    .home .section5 .content .r .next {
        right: -15px
    }

    .home .section5 .content .r .rSwiper .swiper-slide .item {
        border-radius: 20px
    }

    .home .section5 .content .r .rSwiper .swiper-slide .item .img {
        height: 418px;
        border-radius: 20px
    }

    .home .section5 .content .r .rSwiper .swiper-slide .item .text {
        padding: 15px 5%
    }
}
