:root {
    --color: #71009E
}

.home {
    background: #FAFAFA url(../images/rbg.png) no-repeat;
    background-size: 100% 100%
}

.home .cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 5vw;
    opacity: 0;
    pointer-events: none
}

.home .cursor.on {
    opacity: 1
}

.home .cursor img {
    width: 100%
}

.home .item_hover {
    overflow: hidden
}

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

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

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

.home .common_title.center {
    text-align: center
}

.home .common_title .p1 {
    color: rgba(51, 51, 51, 0.2);
    font-family: 'ReadexPro-Bold';
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.5vw
}

.home .common_title .p2 {
    margin: 1.04167vw 0 0 0;
    color: #333;
    font-style: normal;
    font-weight: 600
}

.home .container .sec1 {
    padding: 15.20833vw 13.75vw 5.52083vw 13.75vw;
    text-align: center
}

.home .container .sec1 .t {
    font-family: 'GlutenRightLeaning-Bold';
    background: linear-gradient(90deg, #71009E .52%, rgba(113, 0, 158, 0.4) 50%, rgba(113, 0, 158, 0.7) 99.47%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 3s linear infinite, blink 1.5s ease-in-out infinite alternate
}

@keyframes gradientMove {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -200% 0
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0.8
    }
}

.home .container .sec1 .t2 {
    margin: 1.5625vw 0;
    color: #666;
    line-height: 1;
    display: flex;
    justify-content: center
}

.home .container .sec1 .t2 div {
    color: #FFAB3C;
    font-weight: 600;
    position: relative
}

.home .container .sec1 .t2 div span:nth-child(1) {
    position: relative;
    z-index: 1;
    opacity: .8
}

.home .container .sec1 .t2 div span:nth-child(2) {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8.85417vw;
    height: 2.86458vw;
    transform: translate(-50%, -50%) rotate(-30deg);
    border-radius: 70px;
    background: #FFEAD0;
    animation: show 1s forwards linear;
    animation-delay: 1s;
    opacity: 0
}

@keyframes show {
    to {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(-3.96deg)
    }
}

.home .container .sec1 .t3 {
    color: #999;
    text-align: center;
    line-height: 1.3
}

.home .container .sec2 .t {
    display: flex;
    justify-content: center;
    align-items: center
}

.home .container .sec2 .t span {
    color: #FFAB3D;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'DIN-BlackItalic'
}

.home .container .sec2 .t .icons {
    display: flex;
    margin-left: .78125vw
}

.home .container .sec2 .t .icons .pic {
    border: 2px solid white;
    border-radius: 50%
}

.home .container .sec2 .t .icons .pic:not(:first-child) {
    margin-left: -.78125vw
}

.home .container .sec2 .t .icons .pic img {
    width: 2.13542vw;
    height: 2.13542vw;
    border-radius: 50%
}

.home .container .sec2 .t2 {
    text-align: center;
    color: #333;
    margin-top: .52083vw;
    font-weight: 600
}

.home .container .sec2 #carousel {
    width: 100%
}

.home .container .sec2 #carousel .swiper {
    padding: 5.20833vw 0
}

.home .container .sec2 #carousel .swiper .swiper-slide {
    width: 20.83333vw
}

.home .container .sec2 #carousel .swiper .swiper-slide img {
    display: block;
    width: 95%;
    border-radius: 20px;
    height: 23.4375vw;
    object-fit: cover
}

.home .container .sec3 {
    margin: 4.16667vw 0;
    overflow: hidden
}

.home .container .sec3 .title {
    text-align: center
}

.home .container .sec3 .title .en {
    color: rgba(51, 51, 51, 0.2);
    line-height: 0.67;
    text-transform: uppercase;
    margin-bottom: 1.04167vw;
    font-family: 'ReadexPro-Bold'
}

.home .container .sec3 .title .cn {
    color: #333;
    font-weight: 600;
    line-height: 1.5
}

.home .container .sec3 .des {
    width: 52.08333vw;
    margin: 1.5625vw auto;
    color: #666;
    text-align: center;
    line-height: 1.75
}

.home .container .sec3 .content {
    margin: 6.25vw 0 0 0
}

.home .container .sec3 .content .go {
    width: max-content;
    display: flex;
    animation: goAnimate 40s linear infinite;
    pointer-events: none
}

.home .container .sec3 .content .go:hover {
    animation-play-state: paused
}

.home .container .sec3 .content .go .flex {
    display: flex
}

.home .container .sec3 .content .go .flex .img {
    width: 12.5vw;
    pointer-events: auto;
    height: 19.375vw;
    border-radius: 1.25vw;
    overflow: hidden;
    position: relative;
    cursor: none;
    margin: 0 1.66667vw 0 0
}

.home .container .sec3 .content .go .flex .img:nth-child(8n+1) {
    margin-top: 4.63542vw
}

.home .container .sec3 .content .go .flex .img:nth-child(8n+3) {
    margin-top: 4.63542vw
}

.home .container .sec3 .content .go .flex .img:nth-child(8n+4) {
    margin-top: 10.78125vw
}

.home .container .sec3 .content .go .flex .img:nth-child(8n+5) {
    margin-top: 7.8125vw
}

.home .container .sec3 .content .go .flex .img:nth-child(8n+6) {
    margin-top: 4.63542vw
}

.home .container .sec3 .content .go .flex .img:nth-child(8n+8) {
    margin-top: 4.63542vw
}

.home .container .sec3 .content .go .flex .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: .6s ease
}

.home .container .sec3 .content .go .flex .img .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.16667vw;
    height: 4.16667vw;
    z-index: 5;
    transition: .6s ease;
    opacity: 0
}

.home .container .sec3 .content .go .flex .img .play svg {
    width: 4.16667vw;
    height: 4.16667vw
}

.home .container .sec3 .content .go .flex .img img,
.home .container .sec3 .content .go .flex .img video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home .container .sec4 {
    background: url(../images/ybg.png) no-repeat;
    background-size: cover;
    padding: 8.33333vw 0 8.33333vw 8.33333vw;
    overflow: hidden
}

.home .container .sec4 .common_evaluation {
    padding: 8.33333vw 8.33333vw 0 0
}

.home .container .sec4 .swiper-container {
    overflow: hidden
}

.home .container .sec4 .young {
    display: flex;
    justify-content: space-between
}

.home .container .sec4 .young .lbox {
    width: 23.4375vw
}

.home .container .sec4 .young .lbox .title .en {
    color: rgba(51, 51, 51, 0.2);
    text-transform: uppercase;
    margin-bottom: 1.04167vw;
    font-family: 'ReadexPro-Bold'
}

.home .container .sec4 .young .lbox .title .cn {
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    margin: 1.04167vw 0
}

.home .container .sec4 .young .lbox .title .des {
    color: #666;
    width: 20vw;
    line-height: 1.75
}

.home .container .sec4 .young .lbox .btns {
    display: flex;
    margin-top: 8.85417vw
}

.home .container .sec4 .young .lbox .btns div {
    width: 4.16667vw;
    height: 4.16667vw;
    border-radius: 50%;
    border: 2px solid #71009E;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 600ms
}

.home .container .sec4 .young .lbox .btns div svg {
    max-width: 100%
}

.home .container .sec4 .young .lbox .btns div svg path {
    transition: all 600ms
}

.home .container .sec4 .young .lbox .btns div:hover {
    background: #71009E
}

.home .container .sec4 .young .lbox .btns div:hover svg path {
    fill: #fff
}

.home .container .sec4 .young .lbox .btns .next {
    margin-left: 1.5625vw
}

.home .container .sec4 .young .rbox {
    width: calc(100% - 28.4vw);
    overflow: hidden
}

.home .container .sec4 .young .rbox .swiper1 {
    width: 100%
}

.home .container .sec4 .young .rbox .swiper1 .swiper-slide .item {
    position: relative;
    cursor: none
}

.home .container .sec4 .young .rbox .swiper1 .swiper-slide .item video {
    width: 100%;
    height: 35.41667vw;
    border-radius: 24px;
    object-fit: cover;
    display: block
}

.home .container .sec4 .young .rbox .swiper1 .swiper-slide .item .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    opacity: 0;
    transition: all 600ms
}

.home .container .sec4 .young .rbox .swiper1 .swiper-slide .item .play img {
    width: 4.16667vw
}

.home .container .sec4 .young .rbox .swiper1 .swiper-slide .item:hover .play {
    opacity: 1
}

.home .container .sec5 {
    padding: 6.25vw 8.33333vw 1.5625vw 8.33333vw
}

.home .container .sec5 .title {
    text-align: center
}

.home .container .sec5 .title .en {
    color: rgba(51, 51, 51, 0.2);
    line-height: 0.67;
    text-transform: uppercase;
    margin-bottom: 1.04167vw;
    font-family: 'ReadexPro-Bold'
}

.home .container .sec5 .title .cn {
    color: #333;
    font-weight: 600;
    line-height: 1.5
}

.home .container .sec5 .cut {
    display: flex;
    justify-content: center;
    gap: 1.25vw;
    margin: 3.125vw 0
}

.home .container .sec5 .cut .list {
    width: 8.125vw;
    height: 2.34375vw;
    border-radius: 2.08333vw;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    color: #999;
    cursor: pointer;
    transition: .6s ease
}

.home .container .sec5 .cut .list.on {
    color: var(--color);
    background: #fff
}

.home .container .sec5 .content .matter {
    display: none
}

.home .container .sec5 .content .matter .grid_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.08333vw
}

.home .container .sec5 .content .matter .grid_box .item {
    padding: 2.08333vw;
    width: 100%;
    display: block;
    border-radius: 1.25vw;
    background: #FFF;
    overflow: hidden
}

.home .container .sec5 .content .matter .grid_box .item .img {
    width: 100%;
    height: 13.38542vw;
    border-radius: .83333vw;
    background: #D9D9D9
}

.home .container .sec5 .content .matter .grid_box .item .text {
    margin: 2.08333vw 0 0 0
}

.home .container .sec5 .content .matter .grid_box .item .text .p1 {
    color: #000;
    font-weight: bold;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 3.4375vw;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 .83333vw
}

.home .container .sec5 .content .matter .grid_box .item .text .p2 {
    color: #333
}

.home .container .sec5 .content .matter .grid_box .item .text .label {
    gap: .52083vw;
    display: flex;
    margin: .52083vw 0
}

.home .container .sec5 .content .matter .grid_box .item .text .label .list {
    width: fit-content;
    padding: 0 .625vw;
    height: 1.35417vw;
    border-radius: .20833vw;
    border: 1px solid var(--color);
    color: var(--color);
    display: flex;
    align-items: center;
    justify-content: center
}

.home .container .sec5 .content .matter .grid_box .item .text .p3 {
    color: #666;
    line-height: 1.14583vw;
    -webkit-line-clamp: 2;
    height: 2.29167vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.home .container .sec5 .content .matter .pager {
    display: flex;
    justify-content: center;
    margin: 3.125vw 0 5.52083vw 0;
    align-items: center
}

.home .container .sec5 .content .matter .pager .prev svg,
.home .container .sec5 .content .matter .pager .next svg {
    width: 2.60417vw;
    display: block
}

.home .container .sec5 .content .matter .pager .nums {
    display: flex;
    margin: 0 .72917vw
}

.home .container .sec5 .content .matter .pager .nums a {
    margin: 0 .52083vw;
    width: 2.1875vw;
    height: 2.1875vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color);
    transition: all 600ms
}

.home .container .sec5 .content .matter .pager .nums a.on,
.home .container .sec5 .content .matter .pager .nums a:hover {
    color: white;
    background: var(--color)
}

.home .container .sec5 .content .matter.on {
    display: block
}

.home .container .sec5 .notice {
    text-align: center;
    color: #999;
    line-height: 1.5
}

@media screen and (max-width: 768px) {
    .home .common_title.center {
        text-align: center
    }

    .home .common_title .p1 {
        line-height: 1.3;
        color: rgba(51, 51, 51, 0.2);
        font-family: 'ReadexPro-Bold';
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase
    }

    .home .common_title .p2 {
        margin: 10px 0 0 0;
        color: #333;
        font-style: normal;
        font-weight: 600
    }

    .home .container .sec1 {
        padding: 100px 5% 40px 5%
    }

    .home .container .sec1 .t {
        font-size: 26px
    }

    .home .container .sec1 .t2 {
        margin: 30px 0
    }

    .home .container .sec1 .t2 div span:nth-child(2) {
        width: 120px;
        height: 50px
    }

    .home .container .sec2 .t span {
        font-size: 30px
    }

    .home .container .sec2 .t .icons {
        margin-left: 15px
    }

    .home .container .sec2 .t .icons .pic:not(:first-child) {
        margin-left: -7px
    }

    .home .container .sec2 .t .icons .pic img {
        width: 40px;
        height: 40px
    }

    .home .container .sec2 .t2 {
        margin-top: 10px
    }

    .home .container .sec2 #carousel {
        width: 100%
    }

    .home .container .sec2 #carousel .swiper {
        padding: 30px
    }

    .home .container .sec2 #carousel .swiper .swiper-slide {
        width: 100%
    }

    .home .container .sec2 #carousel .swiper .swiper-slide img {
        height: 400px;
        width: 90%;
        margin: 0 auto
    }

    .home .container .sec3 {
        margin: 30px 0
    }

    .home .container .sec3 .title .en {
        margin-bottom: 10px;
        line-height: 1
    }

    .home .container .sec3 .des {
        width: 90%;
        margin: 15px auto
    }

    .home .container .sec3 .content {
        margin: 30px 0 0 0
    }

    .home .container .sec3 .content .go .flex .img {
        width: 150px;
        border-radius: 10px;
        height: 150px;
        margin: 0 20px 0 0
    }

    .home .container .sec3 .content .go .flex .img:nth-child(n) {
        margin-top: 0 !important
    }

    .home .container .sec3 .content .go .flex .img .play {
        width: 40px;
        height: 40px
    }

    .home .container .sec3 .content .go .flex .img .play svg {
        width: 40px;
        height: 40px
    }

    .home .container .sec4 {
        padding: 40px 5%
    }

    .home .container .sec4 .young {
        flex-direction: column
    }

    .home .container .sec4 .young .lbox {
        width: 100%
    }

    .home .container .sec4 .young .lbox .title .en {
        margin-bottom: 10px
    }

    .home .container .sec4 .young .lbox .title .cn {
        margin: 10px 0
    }

    .home .container .sec4 .young .lbox .title .des {
        width: 100%
    }

    .home .container .sec4 .young .lbox .btns {
        margin-top: 30px
    }

    .home .container .sec4 .young .lbox .btns div {
        width: 40px;
        height: 40px
    }

    .home .container .sec4 .young .lbox .btns div svg {
        width: 20px
    }

    .home .container .sec4 .young .lbox .btns .next {
        margin-left: 15px
    }

    .home .container .sec4 .young .rbox {
        width: 100%;
        margin-top: 20px
    }

    .home .container .sec4 .young .rbox .swiper1 .swiper-slide .item video {
        height: 380px
    }

    .home .container .sec4 .young .rbox .swiper1 .swiper-slide .item .play img {
        width: 60px
    }

    .home .container .sec5 {
        padding: 60px 5% 20px 5%
    }

    .home .container .sec5 .title .en {
        margin-bottom: 10px;
        line-height: 1
    }

    .home .container .sec5 .cut {
        gap: 15px;
        flex-wrap: wrap
    }

    .home .container .sec5 .cut .list {
        width: 140px;
        height: 40px;
        padding: 0 20px;
        border-radius: 25px
    }

    .home .container .sec5 .content .matter .grid_box {
        display: block
    }

    .home .container .sec5 .content .matter .grid_box .item {
        padding: 15px;
        border-radius: 15px;
        margin-bottom: 20px
    }

    .home .container .sec5 .content .matter .grid_box .item .img {
        width: 100%;
        height: 210px;
        border-radius: 15px
    }

    .home .container .sec5 .content .matter .grid_box .item .text {
        margin: 15px 0 0 0
    }

    .home .container .sec5 .content .matter .grid_box .item .text .p1 {
        height: 50px;
        margin: 0 0 10px
    }

    .home .container .sec5 .content .matter .grid_box .item .text .label {
        margin: 20px 0;
        gap: 10px
    }

    .home .container .sec5 .content .matter .grid_box .item .text .label .list {
        border-radius: 7px;
        height: 35px;
        padding: 0 20px;
        width: fit-content
    }

    .home .container .sec5 .content .matter .grid_box .item .text .p3 {
        height: auto;
        line-height: 25px
    }

    .home .container .sec5 .content .matter .pager {
        margin: 30px 0
    }

    .home .container .sec5 .content .matter .pager .prev svg,
    .home .container .sec5 .content .matter .pager .next svg {
        width: 30px
    }

    .home .container .sec5 .content .matter .pager .nums {
        margin: 0 10px
    }

    .home .container .sec5 .content .matter .pager .nums a {
        margin: 0 5px;
        width: 30px;
        height: 30px
    }
}