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

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

img {
    object-fit: cover
}

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

.item_hover {
    overflow: hidden
}

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

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

.home {
    position: relative
}

.home .dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 100
}

.home .dialog .close {
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
    z-index: 100
}

.home .dialog .close img {
    width: 50px
}

.home .dialog .content {
    width: 100%
}

.home .dialog .content video {
    width: 80%;
    height: 80vh;
    object-fit: cover;
    display: block;
    margin: 0 auto
}

.home .banner {
    position: relative;
    overflow: hidden
}

.home .banner img,
.home .banner video {
    width: 100%;
    display: block;
    object-fit: cover;
    animation: pic_big 8s forwards linear;
    height: 33.75vw
}

.home .banner .text {
    left: 15.625vw;
    position: absolute;
    bottom: 10.72917vw
}

.home .banner .text h1 {
    color: white
}

.home .banner .text .tag {
    color: white;
    line-height: 1.56;
    margin-top: 1.14583vw
}

.home .types {
    background: #FFF;
    box-shadow: 0px 5px 9px 0px rgba(49, 48, 89, 0.05);
    padding: 0 15.625vw;
    position: sticky;
    left: 0;
    top: 3.95833vw;
    z-index: 10
}

.home .types .items {
    display: flex;
    cursor: pointer
}

.home .types .items .item {
    width: 12.5vw;
    display: flex;
    justify-content: center
}

.home .types .items .item a {
    line-height: 3.75vw;
    position: relative;
    text-align: center
}

.home .types .items .item a::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: .10417vw;
    background: #313059;
    transition: all 600ms
}

.home .types .items .item.on a::after,
.home .types .items .item:hover a::after {
    width: 5.41667vw
}

.home .section1 {
    position: relative;
    z-index: 1;
    padding: 8.59375vw 0 5.10417vw;
    text-align: center
}

.home .section1 .title {
    color: #313059;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 2.86458vw
}

.home .section1 .p1 {
    width: 44.375vw;
    color: #313059;
    font-style: normal;
    font-weight: 400;
    line-height: 1.40625vw;
    margin: auto
}

.home .section1 .video {
    margin: 4.42708vw auto 0;
    width: 20.78125vw;
    height: 13.125vw;
    border-radius: .57292vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.home .section1 .video .play {
    width: 5.98958vw;
    cursor: pointer
}

.home .section2 {
    padding: 4.58333vw 19.01042vw 3.64583vw 19.01042vw
}

.home .section2 .title {
    color: #12141D;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 1.14583vw
}

.home .section2 .p1 {
    color: #636E80;
    text-align: center;
    font-weight: 400
}

.home .section2 .cut {
    margin: 1.875vw 0 1.40625vw 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #EBEBEB
}

.home .section2 .cut .list {
    padding: 0 0 .78125vw;
    text-align: center;
    width: 11.77083vw;
    color: #313059;
    font-weight: bold;
    position: relative;
    cursor: pointer
}

.home .section2 .cut .list:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .10417vw;
    background: #313059;
    transform: scaleX(0);
    transform-origin: left;
    transition: .6s ease
}

.home .section2 .cut .list.on:after {
    transform: scaleX(1)
}

.home .section2 .content .matter {
    z-index: 1;display: none;
}

.home .section2 .content .matter.on {
    display: block !important;
    animation: yAnimate .6s ease forwards
}

.home .section2 .content .matter .c1 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27.65625vw
}

.home .section2 .content .matter .c1 .list {
    color: #313059;
    text-align: center
}

.home .section2 .content .matter .c1 .list:not(:last-child) {
    margin: 0 0 1.35417vw
}

.home .section2 .content .matter .c2 {
    display: flex;
    height: 28.95833vw;
    margin: 3.54167vw .83333vw 0 .83333vw;
    justify-content: space-between;
    position: relative;

}

.home .section2 .content .matter .c2 .swiper-pagination {
    bottom: -2vw;
    width: 100%;
}

.home .section2 .content .matter .c2 .swiper-pagination span {
    width: 8px;
    height: 8px;
    opacity: 1 !important;
    transition: .6s ease;
    margin: 0 12px 0 0;
    background: #BBBECA
}

.home .section2 .content .matter .c2 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #7767E6
}

.home .section2 .content .matter .c2 .c2Swiper {
    width: 100%
}

.home .section2 .content .matter .c2 .c2Swiper .swiper-slide .c2_item {
    display: flex;
    justify-content: space-between
}

.home .section2 .content .matter .c2 .r {
    width: 29.375vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.home .section2 .content .matter .c2 .r .item {
    width: 100%;
    border-radius: .41667vw;
    background: #D9D9D9;
    height: 14.0625vw;
    overflow: hidden;
    position: relative
}

.home .section2 .content .matter .c2 .r .item .img {
    width: 100%;
    height: 100%
}

.home .section2 .content .matter .c2 .r .item .img img {
    width: 100%;
    height: 100%
}

.home .section2 .content .matter .c2 .r .item .text {
    position: absolute;
    width: 100%;
    height: 4.375vw;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    bottom: 0;
    left: 0;
    padding: .78125vw 1.04167vw;
    color: #313059;
    line-height: 1.45833vw
}

.home .section2 .content .matter .c2 .l {
    width: 29.375vw;
    height: 100%;
    border-radius: .41667vw;
    background: #D9D9D9;
    overflow: hidden;
    position: relative
}

.home .section2 .content .matter .c2 .l .img {
    width: 100%;
    height: 100%
}

.home .section2 .content .matter .c2 .l .img img {
    width: 100%;
    height: 100%
}

.home .section2 .content .matter .c2 .l .text {
    position: absolute;
    width: 100%;
    height: 7.8125vw;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    bottom: 0;
    left: 0;
    padding: 1.30208vw;
    color: #313059;
    line-height: 1.45833vw
}

.home .section2 .content .matter .c3 {
    margin: 5.20833vw 0 0 0
}

.home .section2 .content .matter .c3 .swiper1 .swiper-slide {
    height: auto
}

.home .section2 .content .matter .c3 .swiper1 .swiper-slide .item {
    border-radius: 1.25vw;
    border: 1px solid rgba(49, 48, 89, 0.26);
    display: flex;
    width: 99%;
    height: 100%;
    padding: 3.33333vw 0;
    flex-direction: column;
    align-items: center;
    gap: .625vw
}

.home .section2 .content .matter .c3 .swiper1 .swiper-slide .item>.p1 {
    color: #1D2130;
    text-align: justify;
    font-weight: 600;
    line-height: 150%;
    height: 7.96875vw;
    padding: 0 2.03125vw
}

.home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .pic {
    width: 2.91667vw;
    height: 2.91667vw;
    border-radius: 50%;
    margin: .625vw auto
}

.home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .pic img {
    width: 100%;
    height: 100%
}

.home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .title {
    color: #1D2130;
    text-align: center;
    font-weight: 500;
    margin: 0 0 .625vw
}

.home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .text {
    padding: 0 .98958vw
}

.home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .text .p1,
.home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .text .p2 {
    color: #1D2130;
    font-size: .625vw;
    line-height: .9375vw;
    text-align: center
}

.home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .text .p1 {
    font-size: .52083vw
}

.home .section3 {
    padding: 4.89583vw 15.625vw 8.125vw 15.625vw
}

.home .section3 .title {
    color: #12141D;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 1.14583vw
}

.home .section3 .p1 {
    color: #636E80;
    text-align: center;
    font-weight: 400
}

.home .section3 .cut {
    margin: 2.70833vw 0 0 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #EBEBEB
}

.home .section3 .cut .list {
    padding: 0 0 .78125vw;
    text-align: center;
    width: 11.77083vw;
    color: #313059;
    font-weight: bold;
    position: relative;
    cursor: pointer
}

.home .section3 .cut .list:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .10417vw;
    background: #313059;
    transform: scaleX(0);
    transform-origin: left;
    transition: .6s ease
}

.home .section3 .cut .list.on:after {
    transform: scaleX(1)
}

.home .section3 .content {
    margin: 4.42708vw 0 0 0
}

.home .section3 .content .matter {
    z-index: 1
}

.home .section3 .content .matter.on {
    display: block !important;
    animation: yAnimate .6s ease forwards
}

.home .section3 .content .matter .swiper2 .swiper-slide .item {
    width: 100%
}

.home .section3 .content .matter .swiper2 .swiper-slide .item .img {
    border-radius: .625vw;
    background: #DEE2E7;
    width: 100%;
    height: 20.9375vw;
    overflow: hidden
}

.home .section3 .content .matter .swiper2 .swiper-slide .item .img:hover img {
    transform: scale(1.1)
}

.home .section3 .content .matter .swiper2 .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.home .section3 .content .matter .swiper2 .swiper-slide .item .text {
    margin: 1.19792vw 0 0 .625vw
}

.home .section3 .content .matter .swiper2 .swiper-slide .item .text .text_p1 {
    color: #313059;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 .26042vw
}

.home .section3 .content .matter .swiper2 .swiper-slide .item .text .text_p2 {
    color: #8A8A8A;
    font-style: normal;
    font-weight: 400
}

.home .section3 .content .matter .swiper3 .swiper-slide .item {
    width: 100%
}

.home .section3 .content .matter .swiper3 .swiper-slide .item .img {
    border-radius: 50%;
    width: 11.14583vw;
    height: 11.14583vw;
    margin: auto;
    overflow: hidden
}

.home .section3 .content .matter .swiper3 .swiper-slide .item .img:hover img {
    transform: scale(1.1)
}

.home .section3 .content .matter .swiper3 .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.home .section3 .content .matter .swiper3 .swiper-slide .item .text {
    margin: 1.5625vw 0 0 0;
    text-align: center
}

.home .section3 .content .matter .swiper3 .swiper-slide .item .text .text_p1 {
    color: #313059;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 1.875vw;
    margin: 0 0 1.04167vw
}

.home .section3 .content .matter .swiper3 .swiper-slide .item .text .text_p2 {
    color: #313059;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.home .section4 {
    background: #FAFBFD;
    padding: 4.89583vw 0 7.44792vw
}

.home .section4 .title {
    text-align: center
}

.home .section4 .title .p1 {
    color: #12141D;
    font-style: normal;
    font-weight: bold
}

.home .section4 .title .p2 {
    color: #636E80;
    margin: .98958vw 0 0 0
}

.home .section4 .content {
    margin: 3.38542vw 0 0 0;
    display: flex;
    justify-content: center;
    gap: 2.08333vw
}

.home .section4 .content .item {
    width: 17.34375vw;
    text-align: center
}

.home .section4 .content .item .icon {
    width: 3.80208vw;
    height: 3.80208vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F8FA;
    margin: 0 auto 1.25vw
}

.home .section4 .content .item .p1 {
    color: #2B2D33;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 .83333vw
}

.home .section4 .content .item .p2 {
    color: #555A65;
    font-style: normal;
    font-weight: 400
}

.home .section5 {
    padding: 4.58333vw 20.3125vw 4.16667vw 20.3125vw
}

.home .section5 .top {
    display: flex;
    justify-content: space-between
}

.home .section5 .top .title {
    color: #313059;
    font-style: normal;
    font-weight: bold
}

.home .section5 .top .more {
    display: flex;
    width: 8.33333vw;
    height: 2.08333vw;
    justify-content: center;
    align-items: center;
    border-radius: .20833vw;
    background: #313059;
    color: #fff;
    font-style: normal
}

.home .section5 .content {
    margin: 1.92708vw 0 0;
    position: relative;
}

.home .section5 .content .swiper-pagination {
    bottom: -2vw;
    width: 100%;
}

.home .section5 .content .swiper-pagination span {
    width: 8px;
    height: 8px;
    opacity: 1 !important;
    transition: .6s ease;
    margin: 0 12px 0 0;
    background: #BBBECA
}

.home .section5 .content .swiper-pagination span.swiper-pagination-bullet-active {
    background: #7767E6
}

.home .section5 .content .top {
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.home .section5 .content .top .item {
    width: 100%;
    height: 14.42708vw;
    border-radius: .41667vw
}

.home .section5 .content .bottom {
    margin: .52083vw 0 0 0;
    display: flex;
    justify-content: space-between
}

.home .section5 .content .bottom .item {
    width: 19.32292vw;
    height: 9.53125vw;
    border-radius: .41667vw
}

@media screen and (max-width: 1480px) {
    .home .section2 .content .matter .c2 .l .text{
        height: auto;
    }
    .home .section2 .content .matter .c3 .swiper1 .swiper-slide .item>.p1{
        height: auto;
    }
    .home .types .items .item a {
        font-size: 14px
    }

    .home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .text .p1,
    .home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .text .p2 {
        font-size: 14px;
        line-height: 1.2;
    }

    .home .section5 .top .more {
        font-size: 14px;
    }

    .home .section2 .content .matter .c2 .r .item .text{
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .home .dialog .close {
        top: 80px
    }

    .home .dialog .close img {
        width: 30px
    }

    .home .dialog .content video {
        width: 90%;
        height: auto
    }

    .home .banner img,
    .home .banner video {
        height: 350px
    }

    .home .banner .text {
        left: 5%;
        bottom: 60px;
        width: 80%
    }

    .home .banner .text .tag {
        margin-top: 11px
    }

    .home .types {
        padding: 0 5%;
        top: 60px;
        overflow-x: scroll;
        position: static
    }

    .home .types .items {
        width: max-content
    }

    .home .types .items .item {
        width: 120px
    }

    .home .types .items .item a {
        line-height: 36px;
        font-size: 11px
    }

    .home .types .items .item a::after {
        height: 2px
    }

    .home .types .items .item.on a::after,
    .home .types .items .item:hover a::after {
        width: 52px
    }

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

    .home .section1 .title {
        margin: 0 0 25px
    }

    .home .section1 .p1 {
        width: 100%;
        line-height: 29px
    }

    .home .section1 .video {
        width: 100%;
        height: 230px;
        border-radius: 12px
    }

    .home .section1 .video .play {
        width: 70px
    }

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

    .home .section2 .title {
        margin: 0 0 15px
    }

    .home .section2 .cut {
        gap: 20px;
        margin: 20px 0
    }

    .home .section2 .cut .list {
        width: fit-content;
        padding: 0 0 15px
    }

    .home .section2 .content .matter .c1 {
        height: 275px
    }

    .home .section2 .content .matter .c1 .list:not(:last-child) {
        margin: 0 0 10px
    }

    .home .section2 .content .matter .c2 {
        height: auto;
        flex-direction: column;
        border-radius: 10px;

    }


    .home .section2 .content .matter .c2 .c2Swiper .swiper-slide .c2_item {
        height: auto;
        flex-direction: column
    }

    .home .section2 .content .matter .c2 .l {
        width: 100%;
        border-radius: 10px
    }

    .home .section2 .content .matter .c2 .l .text {
        width: 100%;
        height: auto;
        padding: 15px 5%;
        line-height: 30px
    }

    .home .section2 .content .matter .c2 .r {
        width: 100%;
        margin: 15px 0 0 0
    }

    .home .section2 .content .matter .c2 .r .item {
        border-radius: 10px;
        height: 375px
    }

    .home .section2 .content .matter .c2 .r .item:not(:last-child) {
        margin: 0 0 15px
    }

    .home .section2 .content .matter .c2 .r .item .text {
        width: 100%;
        height: auto;
        padding: 15px 5%;
        line-height: 30px
    }

    .home .section2 .content .matter .c3 .swiper1 .swiper-slide .item {
        padding: 25px 5%;
        gap: 15px
    }

    .home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .p1 {
        height: auto;
        padding: 0
    }

    .home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .pic {
        width: 55px;
        height: 55px;
        margin: 0 auto 15px
    }

    .home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .title {
        margin: 0 0 10px
    }

    .home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .text .p1,
    .home .section2 .content .matter .c3 .swiper1 .swiper-slide .item .text .p2 {
        font-size: 14px;
        line-height: 25px
    }

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

    .home .section3 .title {
        margin: 0 0 15px
    }

    .home .section3 .cut {
        gap: 20px;
        margin: 20px 0
    }

    .home .section3 .cut .list {
        width: fit-content;
        padding: 0 0 15px
    }

    .home .section3 .content {
        margin: 25px 0 0 0
    }

    .home .section3 .content .matter .swiper2 .swiper-slide .item .img {
        height: auto
    }

    .home .section3 .content .matter .swiper2 .swiper-slide .item .text {
        margin: 10px 0
    }

    .home .section3 .content .matter .swiper2 .swiper-slide .item .text .p1 {
        margin: 0 0 5px
    }

    .home .section3 .content .matter .swiper3 .swiper-slide .item .img {
        width: 45vw;
        height: 45vw
    }

    .home .section3 .content .matter .swiper3 .swiper-slide .item .text {
        margin: 15px 0 0 0
    }

    .home .section3 .content .matter .swiper3 .swiper-slide .item .text .text_p1 {
        margin: 0 0 15px
    }

    .home .section4 {
        padding: 50px 0
    }

    .home .section4 .title .p2 {
        margin: 15px 0 0 0
    }

    .home .section4 .content {
        margin: 25px 0 0 0;
        flex-direction: column;
        gap: 35px
    }

    .home .section4 .content .item {
        width: 100%
    }

    .home .section4 .content .item .icon {
        width: 55px;
        height: 55px
    }

    .home .section4 .content .item .p1 {
        margin: 0 0 15px
    }

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

    .home .section5 .top .more {
        width: fit-content;
        height: 40px;
        border-radius: 6px;
        font-size: 13px;
        padding: 0 20px
    }

    .home .section5 .content {
        margin: 25px 0 0 0
    }

    .home .section5 .content .top {
        flex-direction: column
    }

    .home .section5 .content .top .item {
        height: 250px;
        border-radius: 7px
    }

    .home .section5 .content .bottom {
        margin: 15px 0 0 0;
        flex-direction: column;
        gap: 15px
    }

    .home .section5 .content .bottom .item {
        width: 100%;
        height: 250px;
        border-radius: 7px
    }
}