.banner {
    height: 225vh;
    position: relative;
    z-index: 1
}

.banner.load_end .fist .wrap .joke {
    opacity: 1 !important
}

.banner.load_end .animate_circle {
    opacity: 1 !important
}

.banner .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden
}

.banner .fix.on .fist {
    pointer-events: none
}

.banner .fix.on .animate_circle .more {
    transform: scale(1)
}

.banner .fix.on .animate_circle span:first-child {
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.banner .fix.on .animate_circle span:nth-child(2) {
    border: 1px solid rgba(86, 211, 242, 0.7)
}

.banner .fix.on .animate_circle span:nth-child(3) {
    border: 1px solid var(--color)
}

.banner .fix.on .last {
    pointer-events: auto
}

.banner .fix.on .last .wrap .l .p1, .banner .fix.on .last .wrap .l .p2, .banner .fix.on .last .wrap .l .p3 {
    opacity: 1;
    transform: translateY(0);
    transition: 1s
}

.banner .fix.on .last .wrap .l .p2 {
    transition-delay: .3s
}

.banner .fix.on .last .wrap .l .p3 {
    transition-delay: .5s
}

.banner .fix.on .last .wrap .figure {
    display: grid
}

.banner .fix .fist {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    clip-path: unset;
    z-index: 10
}

.banner .fix .fist .down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.banner .fix .fist .down p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.banner .fix .fist .down .line {
    height: 50px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 19px auto 0
}

.banner .fix .fist .down .line div {
    width: 1px;
    height: 100%;
    background: #fff;
    transform: scaleY(0.23);
    transform-origin: top;
    animation: lineAnimate 2s ease infinite
}

.banner .fix .fist .wrap {
    text-align: center
}

.banner .fix .fist .wrap .joke {
    opacity: 0;
    transition: .6s ease;
}

.banner .fix .fist .wrap .p1 {
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    margin: 0 0 30px
}

.banner .fix .fist .wrap .p1 span{
    color: var(--color)
}

.banner .fix .fist .wrap .p2 {
    font-family: 'Alimama FangYuanTi VF', sans-serif;
    font-weight: normal;
    font-size: 52px;
    color: #fff
}

.banner .fix .fist .wrap .p2 span {
    color: var(--color)
}

.banner .fix .animate_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: .6s ease
}

.banner .fix .animate_circle .more {
    position: absolute;
    bottom: 45px;
    right: 8px;
    z-index: 5;
    transform: scale(0);
    transition: .6s ease;
    pointer-events: auto
}

.banner .fix .animate_circle .more .more_joke {
    width: 116px;
    height: 116px;
    background: var(--color);
    box-shadow: 2px 3px 20px 0px rgba(0, 59, 147, 0.51);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.banner .fix .animate_circle .more > div p {
    font-weight: 400;
    font-size: 18px;
    color: #F5F5F5
}

.banner .fix .animate_circle .more > div .iconfont {
    margin: 4px 0 0 0;
    font-size: 20px;
    color: #FFFFFF
}

.banner .fix .animate_circle span {
    width: 557px;
    height: 557px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: block;
    animation: spin 6s infinite linear;
    transform-origin: 50% 49%;
    transition: .6s ease
}

.banner .fix .animate_circle span:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.banner .fix .animate_circle span:nth-child(2) {
    animation: spin2 10s infinite linear;
    transform-origin: 47% 47%
}

.banner .fix .animate_circle span:nth-child(3) {
    transform-origin: 48% 49%
}

@keyframes spin {
    100% {
        transform: rotate(1turn)
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn)
    }
}

.banner .fix .last {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none
}

.banner .fix .last .wrap {
    display: flex;
    justify-content: space-between;
    width: 1600px;
    margin: auto
}

.banner .fix .last .wrap .l {
    width: 390px
}

.banner .fix .last .wrap .l .p1 {
    font-weight: bold;
    font-size: 32px;
    color: var(--color);
    opacity: 0;
    transform: translateY(30px)
}

.banner .fix .last .wrap .l .p2 {
    font-weight: bold;
    font-size: 36px;
    color: #1A1A1A;
    line-height: 50px;
    margin: 55px 0 0 0;
    opacity: 0;
    transform: translateY(30px)
}

.banner .fix .last .wrap .l .p3 {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 36px;
    margin: 71px 0 0 0;
    opacity: 0;
    transform: translateY(30px)
}

.banner .fix .last .wrap .figure {
    width: fit-content;
    height: fit-content;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px 10px;
    margin: 43px 0 0 0;
    display: none
}

.banner .fix .last .wrap .figure .item {
    width: 230px;
    height: fit-content;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 27px 0 37px 40px;
    transition: .6s ease
}

.banner .fix .last .wrap .figure .item:hover {
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.03)
}

.banner .fix .last .wrap .figure .item .pick {
    font-weight: 400;
    font-size: 16px;
    color: #666666
}

.banner .fix .last .wrap .figure .item .dis {
    margin: 31px 0 0 0;
    display: flex
}

.banner .fix .last .wrap .figure .item .dis span {
    font-family: 'MiSans', sans-serif;
    font-weight: 600;
    font-size: 60px;
    color: var(--color);
    line-height: 54px;
    min-width: fit-content;
    display: block
}

.banner .fix .last .wrap .figure .item .dis .s1 {
    font-family: 'MiSans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--color);
    margin: 0 0 0 7px
}

.index1 {
    height: 300vh;
    margin-top: -30vh
}

.index1.on .fix .wrap .l .eng {
    opacity: 0
}

.index1.on .fix .wrap .l .title {
    opacity: 0
}

.index1 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.index1 .fix .last {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.index1 .fix .last.on .text {
    opacity: 1
}

.index1 .fix .last .text {
    text-align: center;
    opacity: 0;
    transition: .6s ease
}

.index1 .fix .last .text .img {
    width: 453px;
    margin: 0 auto 55px;
    display: block
}

.index1 .fix .last .text .p1 {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    margin: 0 0 27px;
}

.index1 .fix .last .text .p2{
    font-weight: 400;
    font-size: 24px;
    color: var(--color);
}

.index1 .fix .last .down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.index1 .fix .last .down p {
    font-weight: 400;
    font-size: 16px;
    color: var(--color)
}

.index1 .fix .last .down .line {
    height: 50px;
    width: 1px;
    background: rgba(1, 61, 151, 0.2);
    margin: 19px auto 0
}

.index1 .fix .last .down .line div {
    width: 1px;
    height: 100%;
    background: var(--color);
    transform: scaleY(0.23);
    transform-origin: top;
    animation: lineAnimate 2s ease infinite
}

.index1 .fix .wrap {
    width: 1600px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.index1 .fix .wrap .l {
    position: relative;
    display: flex;
    align-items: flex-end
}

.index1 .fix .wrap .l .eng {
    position: absolute;
    top: -129px;
    left: 0;
    font-family: 'MiSans', sans-serif;
    font-weight: 800;
    font-size: 112px;
    color: rgba(0, 107, 225, .1);
    line-height: 140px;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 8px;
    transition: .6s ease
}

.index1 .fix .wrap .l .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 48px;
    transition: .6s ease
}

.index1 .fix .wrap .r {
    width: 1211px;
    position: relative;
    z-index: 5
}

.index1 .fix .wrap .r .max {
    width: max-content;
    display: flex
}

.index1 .fix .wrap .r .max .img {
    width: 516px;
    height: 375px;
    overflow: hidden;
    margin: 0 48px 0 0
}

.index1 .fix .wrap .r .max .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index2 {
    height: 100vh;
    position: relative
}

.index2 .indexSwiper {
    height: 100%
}

.index2 .indexSwiper .swiper-slide {
    overflow: hidden
}

.index2 .indexSwiper .swiper-slide.swiper-slide-active img {
    transform: scale(1)
}

.index2 .indexSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s
}

.index2 .left {
    position: absolute;
    left: 0;
    top: 0;
    width: 472px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5
}

.index2 .left .cut .list {
    display: flex;
    align-items: center;
    line-height: 66px;
    cursor: pointer;
    width: fit-content
}

.index2 .left .cut .list.on p {
    color: #fff
}

.index2 .left .cut .list.on .iconfont {
    opacity: 1;
    transform: translateX(0)
}

.index2 .left .cut .list:hover p {
    color: #fff
}

.index2 .left .cut .list p {
    font-weight: 800;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.2);
    transition: .6s ease
}

.index2 .left .cut .list .iconfont {
    margin: 0 0 0 25px;
    color: #fff;
    font-size: 25px;
    transform: translateX(-10px);
    transition: 1s;
    opacity: 0
}

.index2 .left .more {
    width: 148px;
    height: 48px;
    background: var(--color);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 138px 0 0 0
}

.index2 .left .more p {
    font-weight: 400;
    font-size: 16px;
    color: #F5F5F5
}

.index2 .left .more .iconfont {
    margin: 0 0 0 9px;
    font-size: 15px;
    color: #fff
}

.index2 .left .line {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden
}

.index2 .left .line div {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.index2 .left .line div.on {
    animation: 7s divAnimate linear forwards
}

.index2 .r {
    position: absolute;
    top: 50%;
    right: 160px;
    transform: translateY(-50%);
    z-index: 5
}

.index2 .r .matter {
    width: 450px;
    padding: 44px 34px;
    border-radius: 10px;
    position: relative;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms;
    transform: translate3d(0, 20px, 0);
    z-index: 1;
}
.index2 .r .matter:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;

    z-index: -1;
}

.index2 .r .matter.on {
    pointer-events: auto;
    opacity: 1;
    transition-delay: 300ms;
    transform: translate3d(0%, 0, 0)
}

.index2 .r .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.index2 .r .matter .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #888888
}

.index2 .r .matter .p2 {
    font-weight: 600;
    font-size: 32px;
    color: #1A1A1A;
    margin: 15px 0 0 0
}

.index2 .r .matter .img {
    margin: 37px 0 0 0;
    width: 100%;
    height: 222px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.index2 .r .matter .img:hover img {
    transform: scale(1.05)
}

.index2 .r .matter .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index2 .r .matter .p3 {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 26px;
    margin: 36px 0 0 0
}

.index2 .r .matter .dis {
    margin: 57px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.index2 .r .matter .dis a {
    width: fit-content;
    padding: 0 23px;
    height: 38px;
    background: #F2F2F2;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    transition: .6s ease;
    border: 1px solid transparent
}

.index2 .r .matter .dis a:hover {
    background: var(--color) !important;
    color: #fff !important;
    border: 1px solid transparent !important
}

.index2 .r .matter .dis a.more {
    background: transparent;
    border: 1px solid #CFCFCF
}

.index3 {
    background: #F8F8F8;
    padding: 106px 0 86px
}

.index3 .wrap {
    width: 1600px;
    margin: auto
}

.index3 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 97px;
    text-align: center
}

.index3 .wrap .content {
    width: 100%
}

.index3 .wrap .content .index2Swiper {
    width: 100%
}

.index3 .wrap .content .index2Swiper .swiper-slide .item {
    width: 100%;
    height: 520px;
    background: #FFFFFF;
    padding: 27px;
    display: block;
    position: relative;
    z-index: 1;
    transition: .6s ease;
    overflow: hidden
}

.index3 .wrap .content .index2Swiper .swiper-slide .item:hover {
    border-radius: 8px
}

.index3 .wrap .content .index2Swiper .swiper-slide .item:hover:after {
    clip-path: inset(0 0 0% 0);
}

.index3 .wrap .content .index2Swiper .swiper-slide .item:hover .img {
    opacity: 0;
}

.index3 .wrap .content .index2Swiper .swiper-slide .item:hover .y {
    transform: translateY(-214px)
}

.index3 .wrap .content .index2Swiper .swiper-slide .item:hover .y .time, .index3 .wrap .content .index2Swiper .swiper-slide .item:hover .y .p1 {
    color: #fff
}

.index3 .wrap .content .index2Swiper .swiper-slide .item:hover .y .p2 {
    opacity: 1;
    transition-delay: .2s;
    transition: .6s ease
}

.index3 .wrap .content .index2Swiper .swiper-slide .item:hover .more {
    color: #fff
}

.index3 .wrap .content .index2Swiper .swiper-slide .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color);
    z-index: -1;
    transition: .6s ease;
    clip-path: inset(0 0 100% 0);
}

.index3 .wrap .content .index2Swiper .swiper-slide .item .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    transition: .6s ease;
}

.index3 .wrap .content .index2Swiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%
}

.index3 .wrap .content .index2Swiper .swiper-slide .item .y {
    margin: 32px 0 0 0;
    transition: .6s ease
}

.index3 .wrap .content .index2Swiper .swiper-slide .item .y .time {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    transition: .6s ease
}

.index3 .wrap .content .index2Swiper .swiper-slide .item .y .p1 {
    font-weight: 500;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 32px;
    margin: 14px 0 0 0;
    transition: .6s ease;
    height: 64px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.index3 .wrap .content .index2Swiper .swiper-slide .item .y .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    transition: .2s ease;
    margin: 84px 0 0 0;
    opacity: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.index3 .wrap .content .index2Swiper .swiper-slide .item .more {
    color: #888888;
    font-size: 20px;
    transition: .6s ease;
    position: absolute;
    bottom: 40px;
    left: 38px
}

.index3 .wrap .content .button {
    display: flex;
    justify-content: center;
    margin: 56px 0 0 0;
    gap: 0 34px
}

.index3 .wrap .content .button .circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #CBCBCB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .6s ease
}

.index3 .wrap .content .button .circle:hover {
    border: 1px solid var(--color)
}

.index3 .wrap .content .button .circle:hover .iconfont {
    color: var(--color)
}

.index3 .wrap .content .button .circle:first-child .iconfont {
    transform: rotate(180deg)
}

.index3 .wrap .content .button .circle .iconfont {
    color: #CBCBCB;
    font-size: 18px;
    transition: .6s ease
}

.index4 {
    padding: 96px 0 182px 0
}

.index4 .wrap {
    width: 1600px;
    margin: auto
}

.index4 .wrap .title {
    text-align: center
}

.index4 .wrap .title .p1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 26px
}

.index4 .wrap .title .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #666666
}

.index4 .wrap .content {
    margin: 75px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 28px 32px
}

.index4 .wrap .content .img {
    width: 240px;
    height: 118px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.index4 .wrap .content .img:hover:after {
    border: 1px solid #194E9D
}

.index4 .wrap .content .img:hover img {
    transform: scale(1.07);
    filter: none
}

.index4 .wrap .content .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    transition: .6s ease
}

.index4 .wrap .content .img img {
    object-fit: contain;
    transition: .6s ease;
    filter: grayscale(100%)
}

@keyframes divAnimate {
    100% {
        transform: translateY(0)
    }
}

@keyframes lineAnimate {
    0% {
        opacity: 1
    }
    90%, 100% {
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes showAnimate {
    100% {
        opacity: 1
    }
}

@keyframes hideAnimate {
    100% {
        opacity: 0
    }
}

@keyframes next_before {
    100% {
        transform: translateY(-50%) scale(0.9)
    }
}

@keyframes next_small {
    100% {
        transform: translateX(-33px) scale(0.175)
    }
}

@keyframes hide_y {
    100% {
        transform: translate(-33px, -15px) scale(0.175)
    }
}

@keyframes center_y {
    100% {
        transform: translateY(-15px)
    }
}

@keyframes mix {
    100% {
        mix-blend-mode: screen
    }
}

@keyframes scale1Animate {
    100% {
        transform: translate(-50%, -50%) scale(40)
    }
}

.loading {
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center
}

.loading.start .wrap .fist {
    opacity: 1
}

.loading.on {
    animation: mix .6s 3.2s ease forwards
}

.loading.on .fist {
    animation: hideAnimate .6s ease forwards
}

.loading.on .next {
    animation: showAnimate .6s ease forwards, next_small .8s .8s ease forwards, hideAnimate 1s 1.8s ease forwards, hide_y .6s 2.2s ease forwards
}

.loading.on .next:before {
    animation: next_before .6s .2s ease forwards
}

.loading.on .center {
    animation: showAnimate 1s 1.5s ease forwards
}

.loading.on .center .y {
    animation: center_y .6s 2.2s ease forwards, hideAnimate .6s 2.8s ease forwards
}

.loading.on .scale {
    animation: showAnimate .6s 3.3s ease forwards, scale1Animate 3s 3.5s ease forwards
}

.loading .wrap {
    position: relative
}

.loading .wrap .fist {
    width: 480px;
    height: 480px;
    border-radius: 50%;
    border: 1px solid #C6C6C6;
    position: relative;
    opacity: 0;
    transition: .6s ease
}

.loading .wrap .fist svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 123%;
    height: 123%;
    transition: 0.6s
}

.loading .wrap .fist svg path {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: var(--color);
    stroke-miterlimit: 10;
    stroke-width: 0.1px
}

.loading .wrap .next {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .6s ease
}

.loading .wrap .next:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background:  var(--color);
    z-index: 2
}

.loading .wrap .next:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%) scale(1);
    right: 0;
    border-radius: 50%;
    background: #fff;
    z-index: 3;
    transform-origin: right
}

.loading .wrap .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0
}

.loading .wrap .center .s1 {
    width: 152px;
    object-fit: contain
}

.loading .wrap .center .s2 {
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0);
    top: 112%
}

.loading .wrap .scale {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #000;
    opacity: 0
}

@media screen and (max-width: 1919px) {
    .banner .fix .fist .down p{
        font-size: 0.8333333333vw;
    }
    .banner .fix .fist .down .line{
        height: 2.6041666667vw;
        margin: 0.9895833333vw auto 0px;
    }
    .banner .fix .fist .wrap .p1{
        font-size: 2.0833333333vw;
        margin: 0px 0px 1.5625vw;
    }
    .banner .fix .fist .wrap .p2{
        font-size: 2.7083333333vw;
    }
    .banner .fix .animate_circle .more{
        bottom: 2.34375vw;
        right: 0.4166666667vw;
    }
    .banner .fix .animate_circle .more .more_joke{
        width: 6.0416666667vw;
        height: 6.0416666667vw;
        box-shadow: rgba(0, 59, 147, 0.51) 0.1041666667vw 0.15625vw 1.0416666667vw 0px;
    }
    .banner .fix .animate_circle .more > div p{
        font-size: 0.9375vw;
    }
    .banner .fix .animate_circle .more > div .iconfont{
        margin: 0.2083333333vw 0px 0px;
        font-size: 1.0416666667vw;
    }
    .banner .fix .animate_circle span{
        width: 29.0104166667vw;
        height: 29.0104166667vw;
    }
    .banner .fix .last .wrap{
        width: 83.3333333333vw;
    }
    .banner .fix .last .wrap .l{
        width: 20.3125vw;
    }
    .banner .fix .last .wrap .l .p1{
        font-size: 1.6666666667vw;
        transform: translateY(1.5625vw);
    }
    .banner .fix .last .wrap .l .p2{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
        margin: 2.8645833333vw 0px 0px;
        transform: translateY(1.5625vw);
    }
    .banner .fix .last .wrap .l .p3{
        font-size: 0.9375vw;
        line-height: 1.875vw;
        margin: 3.6979166667vw 0px 0px;
        transform: translateY(1.5625vw);
    }
    .banner .fix .last .wrap .figure{
        gap: 1.0416666667vw 0.5208333333vw;
        margin: 2.2395833333vw 0px 0px;
    }
    .banner .fix .last .wrap .figure .item{
        width: 11.9791666667vw;
        border-radius: 0.5208333333vw;
        padding: 1.40625vw 0px 1.9270833333vw 2.0833333333vw;
    }
    .banner .fix .last .wrap .figure .item:hover{
        box-shadow: rgba(0, 0, 0, 0.03) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    }
    .banner .fix .last .wrap .figure .item .pick{
        font-size: 0.8333333333vw;
    }
    .banner .fix .last .wrap .figure .item .dis{
        margin: 1.6145833333vw 0px 0px;
    }
    .banner .fix .last .wrap .figure .item .dis span{
        font-size: 3.125vw;
        line-height: 2.8125vw;
    }
    .banner .fix .last .wrap .figure .item .dis .s1{
        font-size: 0.8333333333vw;
        margin: 0px 0px 0px 0.3645833333vw;
    }
    .index1 .fix .last .text .img{
        width: 23.59375vw;
        margin: 0px auto 2.8645833333vw;
    }
    .index1 .fix .last .text .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 1.40625vw;
    }
    .index1 .fix .last .text .p2{
        font-size: 1.25vw;
    }
    .index1 .fix .last .down p{
        font-size: 0.8333333333vw;
    }
    .index1 .fix .last .down .line{
        height: 2.6041666667vw;
        margin: 0.9895833333vw auto 0px;
    }
    .index1 .fix .wrap{
        width: 83.3333333333vw;
    }
    .index1 .fix .wrap .l .eng{
        top: -6.71875vw;
        font-size: 5.8333333333vw;
        line-height: 7.2916666667vw;
        letter-spacing: 0.4166666667vw;
    }
    .index1 .fix .wrap .l .title{
        font-size: 2.1875vw;
        line-height: 2.5vw;
    }
    .index1 .fix .wrap .r{
        width: 63.0729166667vw;
    }
    .index1 .fix .wrap .r .max .img{
        width: 26.875vw;
        height: 19.53125vw;
        margin: 0px 2.5vw 0px 0px;
    }
    .index2 .left{
        width: 24.5833333333vw;
    }
    .index2 .left .cut .list{
        line-height: 3.4375vw;
    }
    .index2 .left .cut .list p{
        font-size: 1.25vw;
    }
    .index2 .left .cut .list .iconfont{
        margin: 0px 0px 0px 1.3020833333vw;
        font-size: 1.3020833333vw;
        transform: translateX(-0.5208333333vw);
    }
    .index2 .left .more{
        width: 7.7083333333vw;
        height: 2.5vw;
        border-radius: 1.25vw;
        margin: 7.1875vw 0px 0px;
    }
    .index2 .left .more p{
        font-size: 0.8333333333vw;
    }
    .index2 .left .more .iconfont{
        margin: 0px 0px 0px 0.46875vw;
        font-size: 0.78125vw;
    }
    .index2 .r{
        right: 8.3333333333vw;
    }
    .index2 .r .matter{
        width: 23.4375vw;
        padding: 2.2916666667vw 1.7708333333vw;
        border-radius: 0.5208333333vw;
        backdrop-filter: blur(1.0416666667vw);
        transform: translate3d(0px, 1.0416666667vw, 0px);
    }
    .index2 .r .matter::after{
        border-radius: 0.5208333333vw;
    }
    .index2 .r .matter .p1{
        font-size: 0.9375vw;
    }
    .index2 .r .matter .p2{
        font-size: 1.6666666667vw;
        margin: 0.78125vw 0px 0px;
    }
    .index2 .r .matter .img{
        margin: 1.9270833333vw 0px 0px;
        height: 11.5625vw;
        border-radius: 0.5208333333vw;
    }
    .index2 .r .matter .p3{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 1.875vw 0px 0px;
    }
    .index2 .r .matter .dis{
        margin: 2.96875vw 0px 0px;
        gap: 0.3645833333vw;
    }
    .index2 .r .matter .dis a{
        padding: 0px 1.1979166667vw;
        height: 1.9791666667vw;
        border-radius: 0.9895833333vw;
        font-size: 0.8333333333vw;
    }
    .index3{
        padding: 5.5208333333vw 0px 4.4791666667vw;
    }
    .index3 .wrap{
        width: 83.3333333333vw;
    }
    .index3 .wrap .title{
        font-size: 2.1875vw;
        margin: 0px 0px 5.0520833333vw;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item{
        height: 27.0833333333vw;
        padding: 1.40625vw;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item:hover{
        border-radius: 0.4166666667vw;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item:hover .y{
        transform: translateY(-11.1458333333vw);
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item .img{
        height: 12.5vw;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item .y{
        margin: 1.6666666667vw 0px 0px;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item .y .time{
        font-size: 0.8333333333vw;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item .y .p1{
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
        margin: 0.7291666667vw 0px 0px;
        height: 3.3333333333vw;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item .y .p2{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 4.375vw 0px 0px;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item .more{
        font-size: 1.0416666667vw;
        bottom: 2.0833333333vw;
        left: 1.9791666667vw;
    }
    .index3 .wrap .content .button{
        margin: 2.9166666667vw 0px 0px;
        gap: 0px 1.7708333333vw;
    }
    .index3 .wrap .content .button .circle{
        width: 2.9166666667vw;
        height: 2.9166666667vw;
    }
    .index3 .wrap .content .button .circle .iconfont{
        font-size: 0.9375vw;
    }
    .index4{
        padding: 5vw 0px 9.4791666667vw;
    }
    .index4 .wrap{
        width: 83.3333333333vw;
    }
    .index4 .wrap .title .p1{
        font-size: 2.1875vw;
        margin: 0px 0px 1.3541666667vw;
    }
    .index4 .wrap .title .p2{
        font-size: 0.9375vw;
    }
    .index4 .wrap .content{
        margin: 3.90625vw 0px 0px;
        gap: 1.4583333333vw 1.6666666667vw;
    }
    .index4 .wrap .content .img{
        width: 12.5vw;
        height: 6.1458333333vw;
        border-radius: 0.5208333333vw;
    }
    .index4 .wrap .content .img::after{
        border-radius: 0.5208333333vw;
    }

    .loading .wrap .fist{
        width: 25vw;
        height: 25vw;
    }
    .loading .wrap .fist svg path{
        stroke-dashoffset: 8.1770833333vw;
    }
    .loading .wrap .center .s1{
        width: 7.9166666667vw;
    }
    .loading .wrap .scale{
        width: 7.8125vw;
        height: 7.8125vw;
    }
}
@media screen and (max-width: 1024px) {
    .banner .fix .fist{
        clip-path: unset!important;
    }
    .banner .fix .fist .wrap{
        opacity: 1!important;
    }
    .banner .fix .fist .wrap .p1{
        font-size: 28px;
        margin: 0 0 10px;
    }
    .banner .fix .fist .wrap .p2{
        font-size: 24px;
    }
    .banner .fix .animate_circle{
        display: none;
    }
    .banner{
        height: auto;
    }
    .banner .fix{
        position: static;
        height: auto;
    }
    .banner .fix .last{
        position: static;
        pointer-events: auto;
        height: auto;
        padding: 50px 0;
    }
    .banner .fix .last .wrap .l .p1, .banner .fix .last .wrap .l .p2, .banner .fix .last .wrap .l .p3{
        opacity: 1;
        transform: translate(0);
    }
    .banner .fix .last .wrap{
        width: 90%;
        flex-direction: column;
    }
    .banner .fix .last .wrap .l {
        width: 100%;
    }
    .banner .fix .last .wrap .l .p1{
        font-size: 22px;
    }
    .banner .fix .last .wrap .l .p2{
        margin: 15px 0 0 0;
        font-size: 24px;
        line-height: 35px;
    }
    .banner .fix .last .wrap .l .p3{
        font-size: 13px;
        line-height: 26px;
        margin: 15px 0 0 0;
    }
    .banner .fix .fist .down p {
        font-size: 13px;
    }
    .banner .fix .fist .down .line{
        height: 30px;
        margin: 15px auto 0;
    }

    .banner .fix .last .wrap .figure .item .dis span {
        font-size: 27px;
        line-height: 30px;
    }
    .banner .fix .last .wrap .figure {
        display: flex;
        gap: 20px;
        margin: 30px 0 0 0;
        flex-wrap: wrap;
        width: 100%;
    }
    .banner .fix .last .wrap .figure .item{
        width: 18%;
        border-radius: 0;
        padding: 0;
    }
    .banner .fix .last .wrap .figure .item .pick{
        font-size: 12px;
    }
    .banner .fix .last .wrap .figure .item .dis .s1 {
        font-size: 12px;
        margin: 0 0 15px;
    }
    .index1{
        height: auto;
        margin-top: 0;
        padding: 20px 0 40px;
    }
    .index1 .fix .wrap .l{
        flex-direction: column;
        align-items: unset;
    }
    .index1 .fix .wrap .l .eng{
        position: static;
    }
    .index1 .fix{
        height: auto;
    }
    .index1 .fix .wrap{
        width: 90%;
        flex-direction: column;
    }
    .index1 .fix .wrap .l .title {
        font-size: 24px;
        line-height: 34px;
        margin: 15px 0 0 0;
    }
    .index1 .fix .wrap .l .title br{
        display: none;
    }
    .index1 .fix .wrap .r{
        width: 100%;
        margin: 30px 0 0;
    }
    .index1 .fix .wrap .r .max{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 16px;
        transform: none!important;
    }
    .index1 .fix .wrap .r .max .img{
        width: 100%;
        height: auto;
    }
    .index1 .fix .last .down{
        display: none;
    }
    .index2 .indexSwiper,.index2 .left{
        display: none;
    }
    .index2{
        padding: 69px 0 30px;
        height: auto;
    }
    .index2 .r{
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        width: 90%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .index2 .r .matter .dis a.more{
        color: #fff;
        border: 1px solid #fff;
    }
    .index2 .r > .matter{
        display: none;
    }
    .index2 .r .sj_matter{
        display: block!important;
        width: 90vw;
    }
    .index2 .r .sj_matter .sjSwiper{
        width: 100%;
        overflow: unset!important;
    }



    .index2 .r .sj_matter .sj_title{
        font-size: 24px;
        line-height: 34px;
        margin:0 0 50px 0;
        font-weight: bold;
        color: #fff;
    }

    .index2 .indexSwiper{
        display: block!important;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .index2 .r .matter .p2{
        color: #fff;
    }
    .index2 .r .matter .p3{
        color: #fff;
    }

    .index2 .r .matter{
        width: 100%;
        padding: 25px 15px;
        /*background: rgba(0,0,0,.1);*/
        backdrop-filter: blur(20px);
        position: static!important;
        opacity: 1!important;
        transform: translate(0) !important;
        margin: 0 0 15px;
        pointer-events: auto;
    }
    .index2 .r .matter .p2{
        font-size: 22px;
        margin: 0;
    }
    .index2 .r .matter .img{
        margin: 15px auto 0;
        border-radius: 7px;
        height: auto;
        width: 100%;
    }
    .index2 .r .matter .p3{
        font-size: 13px;
        margin: 15px 0 0 0;
        line-height: 24px;
    }
    .index2 .r .matter .dis{
        margin: 30px 0 0 0;
        gap: 10px;
    }
    .index2 .r .matter .dis a{
        height: 32px;
        padding: 0 15px;
        font-size: 12px;
    }
    .index3{
        padding: 60px 0;
    }
    .index3 .wrap .title{
        font-size: 28px;
        margin: 0 0 22px;
    }
    .index3 .wrap {
        width: 90%;
    }
    .index3 .wrap .content .index2Swiper {
        width: 100%;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item{
        height: auto;
        padding: 15px;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item .img{
        height: auto;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item:after{
        display: none;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item:hover .img{
        opacity: 1;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item:hover .y{
        transform: translateY(0);
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item:hover .y .time{
        color: #888;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item .y .p1{
        color: #111!important;
        width: 100%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index3 .wrap .content .index2Swiper .swiper-slide .item .y .time{
        font-size: 12px;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item .y{
        margin: 30px 0 0 0;
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item .y .p1{
        margin: 15px 0 0 0;
        font-size: 16px;
        line-height: 25px;
        height: auto;
    }
    .index3 .wrap .content .button{
        margin: 35px 0 0 0;
        gap: 25px;
    }
    .index3 .wrap .content .button .circle{
        width: 45px;
        height: 45px;
    }
    .index3 .wrap .content .button .circle .iconfont{
        font-size: 14px;
    }


    .index4{
        padding: 70px 0;
    }
    .index4 .wrap .title .p1{
        font-size: 28px;
        margin: 0 0 15px;
    }
    .index4 .wrap .title .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .index4 .wrap{
        width: 90%;
    }
    .index4 .wrap .content{
        margin: 30px 0 0 0;
        gap: 15px;
        display: grid;
        grid-template-columns: repeat(6,1fr);
    }
    .index4 .wrap .content .img{
        width: 100%;
        height: 44px;
    }
    .loading .wrap{
        transform: scale(0.5);
    }
    .index3 .wrap .content .index2Swiper .swiper-slide .item .more{
        display: none;
    }
    .banner .fix .fist .down{
        opacity: 1!important;
    }
    .index1 .fix .last{
        display: none;
    }
    .index4 .wrap .content .img img{
        max-width: 70%;
        max-height: 54%;
    }
}
@media screen and (max-width: 767px) {
    .banner .fix .last .wrap .figure .item{
        width: 39%;
    }
    .index1 .fix .wrap .r .max{
        grid-template-columns: repeat(2, 1fr);
    }
    .index2 .r{
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .index4 .wrap .content{
        grid-template-columns: repeat(3, 1fr);
    }
    .banner .fix .fist .wrap .p1{
        font-size: 22px;
    }
    .banner .fix .last .wrap .l .p1{
        font-size: 14px;
    }
    .banner .fix .last .wrap .l .p2{
        font-size: 17px;
        line-height: 28px;
    }
    .index3 .wrap .title{
        font-size: 24px;
    }
    .index4 .wrap .title .p1{
        font-size: 24px;
    }
    .index3 .wrap .content .index2Swiper{
        width: 186%;
    }
}

