.banner {
    position: relative;
    background: #000;
}

.banner .svg {
    display: none
}

.banner .swiper {
    width: 100%;
    height: 100vh
}
.banner.on .swiper .swiper-slide .back{
    opacity: 1;
    transition-delay: .7s;
}

.banner .swiper .swiper-slide .back {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
    transition: .6s ease;
}

.banner .swiper .back img {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s
}

.banner .swiper .back video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper .swiper-slide:first-child .back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent
}

.banner .swiper .back.video_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2)
}

.banner .swiper .back video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper .swiper-slide-active .back img {
    transform: scale(1)
}

.banner .swiper .content {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 5;
    text-align: left;
    padding: 0 260px
}

.banner .swiper .content .dis {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s
}

.banner .swiper .swiper-slide-active .content .dis {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.banner .swiper .content .dis .list {
    width: fit-content;
    padding: 0 38px;
    height: 50px;
    background: #E50214;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    transition: .3s ease;
    margin: 48px 0 0
}

.banner .swiper .content .dis .list p {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    transition: .6s ease
}

.banner .swiper .content .dis .list .iconfont {
    font-size: 10px;
    color: #FFFFFF
}

.banner .swiper .pick {
    width: fit-content
}

.banner .swiper .pick span {
    font-weight: 800;
    font-size: 52px;
    color: #fff;
    display: block
}

.banner .swiper .swiper-slide {
    overflow: hidden
}

.banner .swiper .pick p {
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF
}

.banner .swiper .swiper-slide.on .pick span div, .banner .swiper .swiper-slide.on .pick p div {
    transition: 1s;
    opacity: 1 !important;
    transform: translateX(0) !important
}

.banner .swiper .swiper-slide.unset .pick span div, .banner .swiper .swiper-slide.unset .pick p div {
    transition-delay: unset !important
}

.banner .swiper-pagination {
    bottom: 37px
}

.banner .swiper-pagination span {
    width: 8px;
    height: 8px;
    opacity: 1 !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    margin: 0 20px 0 0 !important;
    cursor: pointer;
    position: relative
}

.banner .swiper-pagination span:last-child {
    margin: 0 !important
}

.banner .swiper-pagination span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    max-width: unset;
    max-height: unset;
    object-fit: contain;
    width: 15px;
    opacity: 0;
    transition: .6s ease
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0) !important;
    border: 1px solid transparent
}

.banner .swiper-pagination .swiper-pagination-bullet-active img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1)
}

.banner .parallax {
    width: 100%;
    height: 100%
}

.banner .parallax .position {
    position: absolute;
    bottom: 32px;
    left: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px
}

.banner .parallax .position p {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    writing-mode: sideways-lr;
    text-transform: uppercase
}

.banner .parallax .position .iconfont {
    color: #fff;
    font-size: 17px
}

.index1 {
    height: auto;
    padding: 100px 0;
    position: relative;
    z-index: 2
}

.index1 .wrap {
    width: 1400px;
    margin: auto
}

.index1 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    text-align: center;
    margin: 0 0 26px
}

.index1 .wrap .cut {
    display: flex;
    justify-content: center;
    gap: 70px
}

.index1 .wrap .cut .list {
    font-weight: 400;
    font-size: 16px;
    color: #9BA2AA;
    transition: .6s ease;
    cursor: pointer
}

.index1 .wrap .cut .list.on {
    color: #111111
}

.index1 .wrap .content {
    margin: 78px 0;
    position: relative
}

.index1 .wrap .content .index1Swiper .swiper-slide {
    padding: 0 0 20px
}

.index1 .wrap .content .index1Swiper .swiper-slide.swiper-slide-active .matter {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.index1 .wrap .content .index1Swiper .swiper-slide .matter {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s
}

.index1 .wrap .content .index1Swiper .swiper-slide .matter .img {
    width: 570px;
    height: 509px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.index1 .wrap .content .index1Swiper .swiper-slide .matter .img img {
    object-fit: contain;
    transition: .6s ease
}

.index1 .wrap .content .index1Swiper .swiper-slide .matter .flex {
    display: flex;
    justify-content: center;
    gap: 155px;
    margin: 37px 0 0 0
}

.index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .text {
    width: 507px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: 30px
}

.index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .display {
    display: flex;
    gap: 60px
}

.index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .display .list .icon {
    width: 44px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px
}

.index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .display .list .icon img {
    object-fit: contain
}

.index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .display .list p {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    text-align: center
}

.index1 .wrap .content .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1721px;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    z-index: 5
}

.index1 .wrap .content .button .circle {
    width: 47px;
    height: 48px;
    border: 1px solid rgba(0, 76, 156, 0.09);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    color: #004C9C;
    font-size: 16px;
    cursor: pointer;
    transition: .6s ease
}

.index1 .wrap .content .button .circle:first-child {
    transform: rotate(180deg)
}

.index1 .wrap .content .button .circle:hover {
    background: var(--color);
    color: #fff;
    border: 1px solid var(--color)
}

.index2 {
    height: calc(100vh + 2000px)
}

.index2 .fix {
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden
}

.index2 .fix .tu {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3
}

.index2 .fix .mask_img {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2
}

.index2 .fix .mask_img img {
    width: 100%;
    height: 100%
}

.index2 .fix .first {
    height: 100vh;
    position: relative
}

.index2 .fix .first .map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.index2 .fix .first .point {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #FF0021;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transition: .6s ease
}

.index2 .fix .first .point.on {
    opacity: 1
}

.index2 .fix .first .point:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #FF0021;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .5;
    pointer-events: none;
    animation: afterAnimate 1s linear infinite
}

.index2 .fix .first .point1 {
    top: 28.9583333333vh;
    left: 12.8125vw
}

.index2 .fix .first .point2 {
    top: 48.833333vh;
    left: 36.520833vw;
}

.index2 .fix .first .point3 {
    top: 68.9375vh;
    left: 38.875vw;
}

.index2 .fix .first .point4 {
    top: 36.25vh;
    left: 48.90625vw
}

.index2 .fix .first .point5 {
    top: 28.979167vh;
    left: 65.125vw;
}

.index2 .fix .first .point6 {
    top: 53.458333vh;
    left: 89.020833vw;
}

.index2 .fix .first .point7 {
    top: 82.083333vh;
    left: 69.59375vw;
}

@keyframes afterAnimate {
    0% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1)
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(3)
    }
}

.index3 {
    position: relative;
    z-index: 2;
    padding: 100px 0 120px
}

.index3 .wrap .title {
    text-align: center;
    margin: 0 0 78px
}

.index3 .wrap .title .p1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 6px
}

.index3 .wrap .title .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #5F6A77
}

.index3 .wrap .content .index_case_Swiper {
    width: 3000px;
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.index3 .wrap .content .index_case_Swiper .swiper-slide .item {
    height: 580px
}

.index3 .wrap .content .index_case_Swiper .swiper-slide .item .img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

.index3 .wrap .content .index_case_Swiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.index3 .wrap .content .index_case_Swiper .swiper-slide .item .position {
    position: absolute;
    bottom: 105px;
    left: 0;
    width: 100%;
    padding: 0 5%;
    text-align: center;
    z-index: 5
}

.index3 .wrap .content .index_case_Swiper .swiper-slide .item .position .p1 {
    font-weight: 800;
    font-size: 26px;
    color: #FFFFFF;
    margin: 0 0 15px
}

.index3 .wrap .content .index_case_Swiper .swiper-slide .item .position .p2 {
    width: 472px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    margin: auto
}

.index4 {
    height: 100vh
}

.index4 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.index4 .fix .title {
    text-align: center;
    margin: 0 0 60px
}

.index4 .fix .title .p1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111
}

.index4 .fix .title .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    margin: 6px 0 0 0
}

.index4 .fix .bottom {
    position: relative
}

.index4 .fix .bottom .button {
    position: absolute;
    bottom: 50px;
    right: 55px;
    z-index: 5
}

.index4 .fix .bottom .button .circle {
    width: 60px;
    height: 60px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    transition: .6s ease;
    cursor: pointer
}

.index4 .fix .bottom .button .circle:hover {
    background: var(--color);
    border: 1px solid var(--color)
}

.index4 .fix .bottom .button .circle:hover .iconfont {
    color: #fff
}

.index4 .fix .bottom .button .circle:last-child {
    transform: rotate(90deg);
    margin: 20px 0 0 0
}

.index4 .fix .bottom .button .circle .iconfont {
    font-size: 16px;
    color: #fff
}

.index4 .fix .bottom .item {
    border-radius: 10px;
    overflow: hidden;
    width: 1400px;
    height: 600px
}

.index4 .fix .bottom .item .joke {
    width: 100%;
    height: 100%;
    transition: .6s ease;
    position: relative
}

.index4 .fix .bottom .item .joke .position {
    position: absolute;
    bottom: 53px;
    left: 46px;
    z-index: 5
}

.index4 .fix .bottom .item .joke .position .p1 {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 14px
}

.index4 .fix .bottom .item .joke .position .text {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 0 32px
}

.index4 .fix .bottom .item .joke .position .more {
    width: fit-content;
    padding: 0 34px;
    height: 50px;
    background: #E50214;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}

.index4 .fix .bottom .item .img {
    width: 100%;
    height: 100%
}

.index4 .fix .bottom .item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100vh)
}

.index5 {
    padding: 130px 0 128px
}

.index5 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.index5 .wrap .l {
    width: 640px
}

.index5 .wrap .l .title {
    font-size: 36px;
    line-height: 50px;
    color: #5F6977;
    margin: 0 0 90px
}

.index5 .wrap .l .title b {
    color: #111111;
    font-weight: bold
}

.index5 .wrap .l .text {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    line-height: 30px;
    margin: 0 0 50px
}

.index5 .wrap .l .more {
    width: fit-content;
    padding: 0 28px;
    height: 42px;
    background: #E50214;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.index5 .wrap .img {
    width: 620px;
    height: 700px;
    border-radius: 10px;
    overflow: hidden
}

.index5 .wrap .img:hover img {
    transform: scale(1.05)
}

.index5 .wrap .img img {
    width: 100%;
    height: 100%;
    transition: 1s ease
}

.index6 {
    padding: 100px 0 155px
}

.index6 .wrap .top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.index6 .wrap .top .title {
    font-size: 36px;
    line-height: 50px;
    color: #5F6977;
    margin: 0 0 90px
}

.index6 .wrap .top .title b {
    color: #111111;
    font-weight: bold
}

.index6 .wrap .top .more {
    width: fit-content;
    padding: 0 28px;
    height: 42px;
    background: #E50214;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF
}

.index6 .wrap .content {
    display: flex;
    gap: 40px
}

.index6 .wrap .content .item {
    width: 440px;
    height: 540px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 1px rgba(28, 40, 67, 0.1);
    border-radius: 10px;
    padding: 20px
}

.index6 .wrap .content .item:hover .img img {
    transform: scale(1.05)
}

.index6 .wrap .content .item:hover .text .p1 {
    color: var(--color)
}

.index6 .wrap .content .item:hover .dis .more {
    background: var(--color);
    color: #fff
}

.index6 .wrap .content .item .img {
    width: 100%;
    height: 260px;
    border-radius: 6px;
    overflow: hidden
}

.index6 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.index6 .wrap .content .item .text {
    margin: 30px 0 0 0
}

.index6 .wrap .content .item .text .p1 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    margin: 0 0 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .6s ease
}

.index6 .wrap .content .item .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px
}

.index6 .wrap .content .item .dis {
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index6 .wrap .content .item .dis .time {
    font-weight: 400;
    font-size: 16px;
    color: #B2BAC5
}

.index6 .wrap .content .item .dis .more {
    width: fit-content;
    padding: 0 20px;
    height: 36px;
    background: #D4E6F9;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #0161C6;
    transition: .6s ease
}
@keyframes hideA {
    100%{
        opacity: 0;
        pointer-events: none;
    }
}
@keyframes loadingA {
    100%{
        opacity: 0;
        pointer-events: none;
    }
}
@keyframes showA {
    100%{
        opacity: 1;
    }
}
.loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111111;
}
.loading .img{
    width: 134px;
    opacity: 0;
}
.loading .img img{
    width: 100%;
}
.loading.start{
    animation: loadingA .6s 2s ease forwards;
}
.loading.start .img{
    animation: showA .6s .3s ease forwards;
}

.loading.start .img img{
    animation: hideA .6s 1.2s ease forwards;
}

@media screen and (max-width: 1919px) {
    .banner .swiper .content{
        padding: 0px 13.5416666667vw;
    }
    .banner .swiper .content .dis{
        transform: translateY(1.0416666667vw);
    }
    .banner .swiper .content .dis .list{
        padding: 0px 1.9791666667vw;
        height: 2.6041666667vw;
        border-radius: 1.5625vw;
        font-size: 0.9375vw;
        margin: 2.5vw 0px 0px;
    }
    .banner .swiper .content .dis .list p{
        font-size: 0.8333333333vw;
    }
    .banner .swiper .content .dis .list .iconfont{
        font-size: 0.5208333333vw;
    }
    .banner .swiper .pick span{
        font-size: 2.7083333333vw;
    }
    .banner .swiper .pick p{
        font-size: 1.25vw;
    }
    .banner .swiper-pagination{
        bottom: 1.9270833333vw;
    }
    .banner .swiper-pagination span{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        margin: 0px 1.0416666667vw 0px 0px !important;
    }
    .banner .swiper-pagination span img{
        width: 0.78125vw;
    }
    .banner .parallax .position{
        bottom: 1.6666666667vw;
        left: 1.5625vw;
        gap: 0.78125vw;
    }
    .banner .parallax .position p{
        font-size: 0.625vw;
    }
    .banner .parallax .position .iconfont{
        font-size: 0.8854166667vw;
    }
    .index1{
        padding: 5.2083333333vw 0px;
    }
    .index1 .wrap{
        width: 72.9166666667vw;
    }
    .index1 .wrap .title{
        font-size: 2.0833333333vw;
        margin: 0px 0px 1.3541666667vw;
    }
    .index1 .wrap .cut{
        gap: 3.6458333333vw;
    }
    .index1 .wrap .cut .list{
        font-size: 0.8333333333vw;
    }
    .index1 .wrap .content{
        margin: 4.0625vw 0px;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide{
        padding: 0px 0px 1.0416666667vw;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter{
        transform: translateY(1.0416666667vw);
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .img{
        width: 29.6875vw;
        height: 26.5104166667vw;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex{
        gap: 8.0729166667vw;
        margin: 1.9270833333vw 0px 0px;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .text{
        width: 26.40625vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .display{
        gap: 3.125vw;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .display .list .icon{
        width: 2.2916666667vw;
        height: 1.3020833333vw;
        margin: 0px auto 0.4166666667vw;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .display .list p{
        font-size: 0.8333333333vw;
    }
    .index1 .wrap .content .button{
        width: 89.6354166667vw;
    }
    .index1 .wrap .content .button .circle{
        width: 2.4479166667vw;
        height: 2.5vw;
        font-size: 0.8333333333vw;
    }
    .index2 .fix .first .point{
        width: 0.7291666667vw;
        height: 0.7291666667vw;
    }
    .index3{
        padding: 5.2083333333vw 0px 6.25vw;
    }
    .index3 .wrap .title{
        margin: 0px 0px 4.0625vw;
    }
    .index3 .wrap .title .p1{
        font-size: 2.0833333333vw;
        margin: 0px 0px 0.3125vw;
    }
    .index3 .wrap .title .p2{
        font-size: 0.8333333333vw;
    }
    .index3 .wrap .content .index_case_Swiper{
        width: 156.25vw;
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item{
        height: 30.2083333333vw;
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item .img{
        border-radius: 0.5208333333vw;
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item .position{
        bottom: 5.46875vw;
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item .position .p1{
        font-size: 1.3541666667vw;
        margin: 0px 0px 0.78125vw;
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item .position .p2{
        width: 24.5833333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
    }
    .index4 .fix .title{
        margin: 0px 0px 3.125vw;
    }
    .index4 .fix .title .p1{
        font-size: 2.0833333333vw;
    }
    .index4 .fix .title .p2{
        font-size: 0.8333333333vw;
        margin: 0.3125vw 0px 0px;
    }
    .index4 .fix .bottom .button{
        bottom: 2.6041666667vw;
        right: 2.8645833333vw;
    }
    .index4 .fix .bottom .button .circle{
        width: 3.125vw;
        height: 3.125vw;
    }
    .index4 .fix .bottom .button .circle:last-child{
        margin: 1.0416666667vw 0px 0px;
    }
    .index4 .fix .bottom .button .circle .iconfont{
        font-size: 0.8333333333vw;
    }
    .index4 .fix .bottom .item{
        border-radius: 0.5208333333vw;
        width: 72.9166666667vw;
        height: 31.25vw;
    }
    .index4 .fix .bottom .item .joke .position{
        bottom: 2.7604166667vw;
        left: 2.3958333333vw;
    }
    .index4 .fix .bottom .item .joke .position .p1{
        font-size: 1.5625vw;
        margin: 0px 0px 0.7291666667vw;
    }
    .index4 .fix .bottom .item .joke .position .text{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 0px 0px 1.6666666667vw;
    }
    .index4 .fix .bottom .item .joke .position .more{
        padding: 0px 1.7708333333vw;
        height: 2.6041666667vw;
        border-radius: 1.5625vw;
        font-size: 0.9375vw;
    }
    .index5{
        padding: 6.7708333333vw 0px 6.6666666667vw;
    }
    .index5 .wrap .l{
        width: 33.3333333333vw;
    }
    .index5 .wrap .l .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
        margin: 0px 0px 4.6875vw;
    }
    .index5 .wrap .l .text{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .index5 .wrap .l .more{
        padding: 0px 1.4583333333vw;
        height: 2.1875vw;
        border-radius: 1.5625vw;
        font-size: 0.8333333333vw;
    }
    .index5 .wrap .img{
        width: 32.2916666667vw;
        height: 36.4583333333vw;
        border-radius: 0.5208333333vw;
    }
    .index6{
        padding: 5.2083333333vw 0px 8.0729166667vw;
    }
    .index6 .wrap .top .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
        margin: 0px 0px 4.6875vw;
    }
    .index6 .wrap .top .more{
        padding: 0px 1.4583333333vw;
        height: 2.1875vw;
        border-radius: 1.5625vw;
        font-size: 0.8333333333vw;
    }
    .index6 .wrap .content{
        gap: 2.0833333333vw;
    }
    .index6 .wrap .content .item{
        width: 22.9166666667vw;
        height: 28.125vw;
        box-shadow: rgba(28, 40, 67, 0.1) 0px 0.15625vw 0.78125vw 1px;
        border-radius: 0.5208333333vw;
        padding: 1.0416666667vw;
    }
    .index6 .wrap .content .item .img{
        height: 13.5416666667vw;
        border-radius: 0.3125vw;
    }
    .index6 .wrap .content .item .text{
        margin: 1.5625vw 0px 0px;
    }
    .index6 .wrap .content .item .text .p1{
        font-size: 0.9375vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .index6 .wrap .content .item .text .p2{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        height: 3.125vw;
    }
    .index6 .wrap .content .item .dis{
        margin: 2.0833333333vw 0px 0px;
    }
    .index6 .wrap .content .item .dis .time{
        font-size: 0.8333333333vw;
    }
    .index6 .wrap .content .item .dis .more{
        padding: 0px 1.0416666667vw;
        height: 1.875vw;
        border-radius: 1.5625vw;
        font-size: 0.8333333333vw;
    }
    .loading .img{
        width: 6.9791666667vw;
    }
}


@media screen and (max-width: 1024px) {
    .banner .parallax{
        transform: none!important;
    }
    .banner .swiper .pick span{
        font-size: 22px;
    }
    .banner .swiper .content{
        padding: 0 5%;
    }
    .banner .swiper .content .dis .list{
        padding: 0 20px;
        height: 40px;
        border-radius: 30px;
        font-size: 13px;
        margin: 25px 0 0 0;
    }
    .banner .swiper .content .dis .list p{
        font-size: 13px;
    }
    .index1{
        padding: 40px 0;
    }
    .index1 .wrap{
        width: 90%;
    }
    .index1 .wrap .title{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .banner .swiper .swiper-slide-active .back img {
        max-width: unset;
        transform: scale(1);
        width: 150vw;
        position: relative;
        left: -50vw;
    }
    .index1 .wrap .cut{
        gap: 10px 16px;
        flex-wrap: wrap;
    }
    .index1 .wrap .cut .list{
        font-size: 13px;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .img{
        width: 70%;
        height: auto;
        margin: 30px auto 0;
        max-width: 400px;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex{
        gap: 10px;
        margin: 20px 0 0 0;
        justify-content: space-between;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .text{
        width: 46%;
        font-size: 13px;
        line-height: 25px;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .display .list .icon{
        width: 30px;
        height: 25px;
        margin: 0 auto 15px;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .display .list p{
        font-size: 13px;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .display{
        gap: 22px;
    }
    .index1 .wrap .content .button{
        width: 90%;
        display: none;
    }

    .index1 .wrap .content .button .circle{
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .index2{
        height: auto;
    }
    .index2 .fix .first{
        height: auto;
    }
    .index2 .fix .mask_img{
        display: none!important;
    }
    .index2 .fix .first .map{
        position: static;
    }
    .index2 .fix{
        height: auto;
    }
    .index2 .fix .first .point{
        display: none;
    }
    .index3{
        padding: 60px 0 40px;
    }
    .index3 .wrap .title{
        margin: 0 0 30px;
    }
    .index3 .wrap .title .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .index3 .wrap .title .p2{
        font-size: 13px;
    }
    .index3 .wrap .content .index_case_Swiper{
        width: 100%;
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item .position{
        bottom: 30px;
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item{
        height: auto;
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item .position .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item .position .p2{
        width: 100%;
        font-size: 13px;
        line-height: 22px;
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item{
        position: relative;
        z-index: 1;
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(0,0,0,0.15);
    }
    .index3 .wrap .content .index_case_Swiper .swiper-slide .item .img{
        border-radius: 10px;
    }
    .index4{
        height: auto!important;
    }
    .index4 .fix{
        height: auto;
        padding: 40px 0;
    }
    .index4 .fix .title{
        margin: 0 0 20px;
    }
    .index4 .fix .wrap{
        width: 90%;
    }
    .index4 .fix .title .p1{
        font-size: 22px;
    }
    .index4 .fix .title .p2{
        font-size: 12px;
        margin: 10px 0 0 0;
    }
    .index4 .fix .bottom .item:not(:last-child) {
        margin: 0 0 15px;
    }
    .index4 .fix .bottom .item{
        border-radius: 10px;
        width: 100%;
        height: auto;
        position: relative!important;
        transform: none!important;
        opacity: 1!important;
        pointer-events: auto;
        z-index: 2;
    }
    .index4 .fix .bottom .item:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(90deg, #1959b7, transparent);
        opacity: .5;
    }
    .index4 .fix .bottom .item .joke .position{
        bottom: 5%;
        left: 5%;
    }
    .index4 .fix .bottom .item .joke .position .p1{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .index4 .fix .bottom .item .joke .position .text{
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .index4 .fix .bottom .item .img{
        height: 320px;
    }
    .index4 .fix .bottom .item .joke .position .more{
        padding: 0 20px;
        height: 40px;
        border-radius: 30px;
        font-size: 13px;
    }
    .index5{
        padding: 40px 0;
    }
    .index5 .wrap{
        gap: 30px;
    }
    .index5 .wrap .l{
        width: 100%;
    }
    .index5 .wrap .l .title{
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 15px;
    }
    .index5 .wrap .l .text{
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .index5 .wrap .l .more{
        padding: 0 20px;
        height: 40px;
        border-radius: 30px;
        font-size: 13px;
    }
    .index5 .wrap .img{
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 30px 0 0 0;
    }

    .index6{
        padding: 10px 0 30px;
    }
    .index6 .wrap .top{
        flex-direction: column;
        align-items: unset;
    }

    .index6 .wrap .top .title{
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 15px;
    }
    .index6 .wrap .top .more{
        padding: 0 20px;
        height: 40px;
        border-radius: 30px;
        font-size: 13px;
    }
    .index6 .wrap .content{
        gap: 20px 0;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 25px 0 0 0;
    }
    .index6 .wrap .content .item{
        width: 48%;
        height: auto;
        box-shadow: 0px 3px 15px 1px rgba(28, 40, 67, 0.1);
        border-radius: 10px;
        padding: 15px;
    }
    .index6 .wrap .content .item .img{
        height: auto;
        border-radius: 10px;
    }
    .index6 .wrap .content .item .text{
        margin: 20px 0 0 0;
    }
    .index6 .wrap .content .item .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .index6 .wrap .content .item .text .p2{
        font-size: 13px;
        line-height: 27px;
        height: auto;
    }
    .index6 .wrap .content .item .dis{
        margin: 15px 0 0 0;
    }
    .index6 .wrap .content .item .dis .time{
        font-size: 12px;
    }
    .index6 .wrap .content .item .dis .more{
        padding: 0 20px;
        height: 40px;
        border-radius: 30px;
        font-size: 13px;
    }
    .loading .img{
        width: 120px;
    }
}

@media screen and (max-width: 720px) {
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex{
        flex-direction: column;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .text{
        width: 100%;
    }
    .index1 .wrap .content .index1Swiper .swiper-slide .matter .flex .display{
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width: 690px) {
    .index5 .wrap{
        gap: 0;
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .index6 .wrap .content .item{
        width: 100%;
    }
}


