.banner {
    position: relative;
    height: 100vh;
    z-index: 1;
}
.banner .bannerSwiper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner .bannerSwiper .back{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}
.banner .bannerSwiper .swiper-slide{
    overflow: hidden;
}
.banner .bannerSwiper .swiper-slide-active .back{
    transform: scale(1);
}

.banner .text {
    position: absolute;
    width: 1560px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 326px;
    z-index: 5
}

.banner .text .p1 {
    font-weight: 400;
    font-size: 46px;
    color: #FFFFFF;
    margin: 0 0 10px
}

.banner .text .p2 {
    font-weight: 400;
    font-size: 24px;
    color: #CCCCCC
}

.banner .pro_box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 77px;
    width: 1560px;
    background: #FFFFFF;
    border-radius: 4px;
    z-index: 5;
    padding: 26px 32px;
    display: flex;
    justify-content: space-between
}

.banner .pro_box .flex {
    width: 480px
}

.banner .pro_box .flex .list {
    width: 480px;
    height: 40px
}

.banner .pro_box .flex .list input {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #EBEBEB;
    padding: 0 14px;
    font-weight: 400;
    font-size: 16px;
    transition: .6s ease
}

.banner .pro_box .flex .list input:focus {
    border: 1px solid var(--color)
}

.banner .pro_box .flex .list input::placeholder {
    color: #999999
}

.banner .pro_box .flex select {
    width: 100%
}

.banner .pro_box .flex .select2 {
    width: 480px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #EBEBEB;
    margin: 10px 0 0 0
}

.banner .pro_box .flex .select2-container .select2-selection--single {
    height: 100%;
    border: none
}

.banner .pro_box .flex .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.banner .pro_box .flex .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: -1px
}

.banner .pro_box .flex .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 14px
}

.banner .pro_box .flex .other {
    display: flex;
    margin: 10px 0 0 0
}

.banner .pro_box .flex .other .btn {
    margin: 0 20px 0 0;
    width: 100px;
    height: 40px;
    background: #E5E5E5;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    cursor: pointer;
    transition: .6s ease
}

.banner .pro_box .flex .other .btn:hover {
    background: #bdbdbd
}

.banner .pro_box .flex .other .btn.on {
    background: #E61F18;
    color: #fff
}

.banner .pro_box .flex .other .btn.on:hover {
    background: #c51812
}

@keyframes scaleAnimate {
    100% {
        transform: translate(-50%, -50%) scale(4.5);
        opacity: 0
    }
}

.index1 {
    background: #1D1E20;
    position: relative;
    z-index: 2;
    height: calc(100vh + 1000px)
}

.index1 .title {
    text-align: center;
    margin: 0 0 50px 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 18vh;
    z-index: 5
}

.index1 .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0 0 20px
}

.index1 .title .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #999999
}

.index1 .fix {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.index1 .clip {
    width: 1300px;
    height: 580px;
    margin: auto;
    overflow: hidden;
    transform: translateY(50px)
}

.index1 .clip .guding {
    width: 100vw;
    height: 100vh;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.index1 .clip .guding .img {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%
}

.index1 .clip .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.index1 .clip .position .point {
    position: absolute
}
.index1 .clip .position .point.on{
    z-index: 5;
}

.index1 .clip .position .point.on .hide {
    pointer-events: auto
}

.index1 .clip .position .point.on .hide .jump {
    transform: translateX(40px);
    opacity: 1
}

.index1 .clip .position .point .hide {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.index1 .clip .position .point .hide .jump {
    transform: translateX(60px);
    width: 250px;
    height: 198px;
    background: #EEECEC;
    border-radius: 6px;
    padding: 10px;
    opacity: 0;
    transition: .6s ease;
    display: block
}

.index1 .clip .position .point .hide .jump .img {
    width: 230px;
    height: 144px;
    background: #FFFFFF;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.index1 .clip .position .point .hide .jump .img img {
    width: 128px
}

.index1 .clip .position .point .hide .jump .text {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin: 8px 0 0 0
}

.index1 .clip .position .point .circle {
    width: 30px!important;
    height: 30px!important;
    background: #E61F18;
    position: relative;
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index1 .clip .position .point .circle img{
    width: 90%;
    position: relative;
    z-index: 5;
}

.index1 .clip .position .point .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 50%;
    background: #E61F18;
    opacity: .5;
    animation: scaleAnimate 1s linear infinite;
    pointer-events: none
}

.index1 .clip .position .point1 {
    top: 25.520833333333336vh;
    left: 19.166666666666668vw;
}

.index1 .clip .position .point2 {
    top: 36.25vh;
    left: 17.5vw;
}

.index1 .clip .position .point2 .circle {
    width: 12px;
    height: 12px
}

.index1 .clip .position .point3 {
    top: 49.79166666666667vh;
    left: 13.4375vw;
}

.index1 .clip .position .point3 .circle {
    width: 18px;
    height: 18px
}

.index1 .clip .position .point4 {
    top:55.520833333333336vh;
    left: 17.03125vw;
}

.index1 .clip .position .point4 .circle {
    width: 24px;
    height: 24px
}

.index1 .clip .position .point5 {
    top: 62.1875vh;
    left: 17.708333333333336vw;
}

.index1 .clip .position .point5 .circle {
    width: 20px;
    height: 20px
}

.index1 .clip .position .point6 {
    top: 67.29166666666667vh;
    left: 15.3125vw;
}

.index1 .clip .position .point6 .circle {
    width: 12px;
    height: 12px
}
.index1 .clip .position .point7 {
    top: 63.333333333333336vh;
    left: 68.85416666666667vw;
}

.index2 {
    padding: 135px 0 205px;
    background: #111317
}

.index2 .wrap {
    display: flex;
    justify-content: space-between
}

.index2 .wrap .l .p1 {
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    margin: 0 0 5px
}

.index2 .wrap .l .p2 {
    font-weight: bold;
    font-size: 30px;
    color: #CFC3C3
}

.index2 .wrap .r {
    width: 1055px
}
.index2 .wrap .r2{
    width: 100%!important;
}


.index2 .wrap .r .pick {
    font-weight: 400;
    font-size: 18px;
    color: #CCCCCC;
    line-height: 36px
}

.index2 .wrap .r .content {
    margin: 84px 0 0 0
}

.index2 .wrap .r .content .index2Swiper {
    width: 100% !important
}

.index2 .wrap .r .content .index2Swiper .swiper-scrollbar{
    position: static;
    margin: 50px 0 0 0;
    background: rgba(255,255,255,.1);
}
.index2 .wrap .r .content .index2Swiper .swiper-scrollbar-drag{
    background: var(--color);
}

.index2 .wrap .r .content .index2Swiper .swiper-slide .item {
    width: 100%;
    display: block
}

.index2 .wrap .r .content .item {
    width: 325px;
    height: 420px;
    background: #ffffff;
    border-radius: 4px
}


.index2 .wrap .r .content .item:hover .text .more {
    transform: scale(1)
}

.index2 .wrap .r .content .item .img {
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.index2 .wrap .r .content .item .img img {
    object-fit: contain;
    transition: 1s
}

.index2 .wrap .r .content .item .text {
    margin: 20px 0 0 0;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index2 .wrap .r .content .item .text .l {
    flex: 1
}

.index2 .wrap .r .content .item .text h5 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    margin: 0 0 5px
}

.index2 .wrap .r .content .item .text .text2 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 20px
}

.index2 .wrap .r .content .item .text .more {
    width: 60px;
    height: 60px;
    background: #E61F18;
    border: 1px solid #E61F18;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.index2 .wrap .r .content .item .text .more .iconfont {
    color: #fff;
    font-size: 22px
}

.index3 {
    background: #1D1E20;
    height: 100vh
}

.index3 .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center
}

.index3 .fix .l {
    width: 50%;
    height: 100%;
    position: relative
}

.index3 .fix .l .item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
    display: flex;
    align-items: center;
    justify-content: center
}

.index3 .fix .l .item.on {
    opacity: 1;
    pointer-events: auto
}

.index3 .fix .l .item .text {
    width: 567px;
    text-align: center
}

.index3 .fix .l .item .text h2{
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 26px
}

.index3 .fix .l .item .text p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px
}

.index3 .fix .r {
    width: 463px;
    margin: 0 0 0 96px;
    position: relative
}

.index3 .fix .r .item {
    width: 100%;
    pointer-events: none
}

.index3 .fix .r .item.on {
    pointer-events: auto
}

.index3 .fix .r .item.on .p1, .index3 .fix .r .item.on .p2, .index3 .fix .r .item.on .p3, .index3 .fix .r .item.on .other {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.index3 .fix .r .item.on .p2 {
    transition-delay: 400ms
}

.index3 .fix .r .item.on .p3 {
    transition-delay: 500ms
}

.index3 .fix .r .item.on .other {
    transition-delay: 600ms
}

.index3 .fix .r .item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.index3 .fix .r .item .p1 {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 300ms, transform 600ms 300ms
}

.index3 .fix .r .item .p2 {
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    margin: 0 0 33px;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 300ms, transform 600ms 400ms
}

.index3 .fix .r .item .p3 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    margin: 0 0 60px;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 300ms, transform 600ms 500ms
}

.index3 .fix .r .item .other {
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 300ms, transform 600ms 500ms
}

.index3 .fix .r .item .other p {
    font-weight: 400;
    font-size: 16px;
    color: #E61F18
}

.index3 .fix .r .item .other .line {
    width: 138px;
    height: 0px;
    border: 1px solid #D6CCCC;
    opacity: 0.25;
    margin: 10px 0 0 0
}

.index3 .fix .r .item .other .dis {
    display: flex
}

.index3 .fix .r .item .other .dis span {
    font-weight: bold;
    font-size: 58px;
    color: #E61F18
}

.index3 .fix .r .item .other .dis .dw {
    font-weight: bold;
    font-size: 26px;
    color: #E61F18
}

.index3 .fix .side {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px
}

.index3 .fix .side .line {
    width: 1px;
    height: 174px;
    background: #999999;
    margin: 0 auto 17px
}

.index3 .fix .side .line div {
    width: 100%;
    height: 0;
    background: #342C4D;
    transition: .6s ease
}

.index3 .fix .side .num {
    display: flex;
    align-items: center
}

.index3 .fix .side .num p {
    font-weight: 400;
    font-size: 16px;
    color: #999999
}

.index4 {
    padding: 117px 0 133px 0;
    background: #fff
}

.index4 .top {
    display: flex;
    justify-content: space-between
}

.index4 .top .title .p1 {
    font-weight: bold;
    font-size: 50px;
    color: #111111;
    margin: 0 0 5px
}

.index4 .top .title .p2 {
    font-weight: bold;
    font-size: 30px;
    color: #CFC3C3
}

.index4 .top .r {
    width: 1050px
}

.index4 .top .r h2 {
    font-weight: bold;
    font-size: 26px;
    color: #111111;
    margin: 0 0 30px
}

.index4 .top .r p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px
}

.index4 .bottom {
    margin: 71px 0 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.index4 .bottom .l {
    width: 380px
}

.index4 .bottom .l .item:nth-child(2) .line div {
    width: 243px
}

.index4 .bottom .l .item:nth-child(3) .line div {
    width: 300px
}

.index4 .bottom .l .item:not(:last-child) {
    margin: 0 0 30px
}

.index4 .bottom .l .item .dis {
    display: flex
}

.index4 .bottom .l .item .dis span {
    font-weight: bold;
    font-size: 40px;
    color: #111111
}

.index4 .bottom .l .item .dis .dw {
    font-weight: bold;
    font-size: 24px;
    color: #111111
}

.index4 .bottom .l .item .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #111111
}

.index4 .bottom .l .item .line {
    margin: 26px 0 0 0;
    width: 100%;
    height: 1px;
    background: #EBEBEB
}

.index4 .bottom .l .item .line div {
    background: #111111;
    height: 100%
}

.index4 .bottom .r {
    width: 1050px;
    height: 474px;
    position: relative;
    z-index: 1
}

.index4 .bottom .r .play {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.index4 .bottom .r .play svg {
    width: 25px;
    height: fit-content;
    position: relative;
    left: 1px
}

.index4 .bottom .r .more {
    width: 60px;
    height: 60px;
    background: #E61F18;
    border: 1px solid #E61F18;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 64px;
    bottom: -7px
}

.index4 .bottom .r .more .iconfont {
    color: #fff;
    font-size: 22px
}

.index5 {
    background: #EEECEC;
    padding: 72px 0 130px
}

.index5 .wrap .title .p1 {
    font-weight: bold;
    font-size: 50px;
    color: #111111;
    margin: 0 0 5px
}

.index5 .wrap .title .p2 {
    font-weight: bold;
    font-size: 30px;
    color: #CFC3C3
}

.index5 .wrap .content {
    margin: 40px 0 0 0
}

.index5 .wrap .content .swiper-pagination {
    position: static;
    height: 2px;
    background: #F7F7F7;
    margin: 60px 0 0 0
}

.index5 .wrap .content .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #E61F18
}

.index5 .wrap .content .newsSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05)
}

.index5 .wrap .content .newsSwiper .swiper-slide .item:hover .text .p1 {
    color: #E61F18
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .img {
    width: 100%;
    height: 320px;
    overflow: hidden
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .text {
    margin: 15px 0 0 0
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .text .time {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin: 0 0 15px;
    transition: .6s ease;
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .text .time span {
    color: #333333;
    transition: .6s ease;
}
.index5 .wrap .content .newsSwiper .swiper-slide .item:hover .text .time,.index5 .wrap .content .newsSwiper .swiper-slide .item:hover .text .time span{
    color: #E61F18;
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .text .p1 {
    width: 374px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    margin: 0 0 45px;
    transition: .6s ease
}

.index5 .wrap .content .newsSwiper .swiper-slide .item .text .more {
    width: 70px;
    height: 70px;
    border: 1px solid #E61F18;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #333333
}

@media screen and (max-width: 1920px) {
    .index1 .title {
        top: 10vh
    }
}

@media screen and (max-width: 1919px) {
    .banner .text{
        width: 81.25vw;
        bottom: 16.9791666667vw;
    }
    .banner .text .p1{
        font-size: 2.3958333333vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .banner .text .p2{
        font-size: 1.25vw;
    }
    .banner .pro_box{
        bottom: 4.0104166667vw;
        width: 81.25vw;
        border-radius: 0.2083333333vw;
        padding: 1.3541666667vw 1.6666666667vw;
    }
    .banner .pro_box .flex{
        width: 25vw;
    }
    .banner .pro_box .flex .list{
        width: 25vw;
        height: 2.0833333333vw;
    }
    .banner .pro_box .flex .list input{
        border-radius: 0.1041666667vw;
        padding: 0px 0.7291666667vw;
        font-size: 0.8333333333vw;
    }
    .banner .pro_box .flex .select2{
        width: 25vw;
        height: 2.0833333333vw;
        border-radius: 0.1041666667vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .banner .pro_box .flex .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 2.0833333333vw;
    }
    .banner .pro_box .flex .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 2.0833333333vw;
    }
    .banner .pro_box .flex .select2-container .select2-selection--single .select2-selection__rendered{
        padding: 0px 0.7291666667vw;
    }
    .banner .pro_box .flex .other{
        margin: 0.5208333333vw 0px 0px;
    }
    .banner .pro_box .flex .other .btn{
        margin: 0px 1.0416666667vw 0px 0px;
        width: 5.2083333333vw;
        height: 2.0833333333vw;
        border-radius: 0.1041666667vw;
        font-size: 0.8333333333vw;
    }
    .index1 .title{
        margin: 0px 0px 2.6041666667vw;
    }
    .index1 .title .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .index1 .title .p2{
        font-size: 0.8333333333vw;
    }
    .index1 .clip{
        width: 67.7083333333vw;
        height: 30.2083333333vw;
        transform: translateY(2.6041666667vw);
    }
    .index1 .clip .position .point:hover .hide .jump{
        transform: translateX(2.0833333333vw);
    }
    .index1 .clip .position .point .hide .jump{
        transform: translateX(3.125vw);
        width: 13.0208333333vw;
        height: 10.3125vw;
        border-radius: 0.3125vw;
        padding: 0.5208333333vw;
    }
    .index1 .clip .position .point .hide .jump .img{
        width: 11.9791666667vw;
        height: 7.5vw;
        border-radius: 0.1041666667vw;
    }
    .index1 .clip .position .point .hide .jump .img img{
        width: 6.6666666667vw;
    }
    .index1 .clip .position .point .hide .jump .text{
        font-size: 0.8333333333vw;
        margin: 0.4166666667vw 0px 0px;
    }
    .index1 .clip .position .point .circle{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
    }
    .index1 .clip .position .point2 .circle{
        width: 0.625vw;
        height: 0.625vw;
    }
    .index1 .clip .position .point3 .circle{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .index1 .clip .position .point4 .circle{
        width: 1.25vw;
        height: 1.25vw;
    }
    .index1 .clip .position .point5 .circle{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .index1 .clip .position .point6 .circle{
        width: 0.625vw;
        height: 0.625vw;
    }
    .index2{
        padding: 7.03125vw 0px 10.6770833333vw;
    }
    .index2 .wrap .l .p1{
        font-size: 2.6041666667vw;
        margin: 0px 0px 0.2604166667vw;
    }
    .index2 .wrap .l .p2{
        font-size: 1.5625vw;
    }
    .index2 .wrap .r{
        width: 54.9479166667vw;
    }
    .index2 .wrap .r .pick{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .index2 .wrap .r .content{
        margin: 4.375vw 0px 0px;
    }
    .index2 .wrap .r .content .index2Swiper{
        width: 73.9583333333vw;
    }
    .index2 .wrap .r .content .item{
        width: 16.9270833333vw;
        height: 21.875vw;
        border-radius: 0.2083333333vw;
    }
    .index2 .wrap .r .content .item .img{
        height: 15.625vw;
    }
    .index2 .wrap .r .content .item .text{
        margin: 1.0416666667vw 0px 0px;
        padding: 0px 1.8229166667vw;
    }
    .index2 .wrap .r .content .item .text h5{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.2604166667vw;
    }
    .index2 .wrap .r .content .item .text .text2{
        font-size: 0.8333333333vw;
        line-height: 1.0416666667vw;
    }
    .index2 .wrap .r .content .item .text .more{
        width: 3.125vw;
        height: 3.125vw;
    }
    .index2 .wrap .r .content .item .text .more .iconfont{
        font-size: 1.1458333333vw;
    }
    .index3 .fix .l .item .text{
        width: 29.53125vw;
    }
    .index3 .fix .l .item .text h2{
        font-size: 1.5625vw;
        margin: 0px 0px 1.3541666667vw;
    }
    .index3 .fix .l .item .text p{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .index3 .fix .r{
        width: 24.1145833333vw;
        margin: 0px 0px 0px 5vw;
    }
    .index3 .fix .r .item .p1{
        font-size: 1.5625vw;
        transform: translateY(1.0416666667vw);
    }
    .index3 .fix .r .item .p2{
        font-size: 2.6041666667vw;
        margin: 0px 0px 1.71875vw;
        transform: translateY(1.0416666667vw);
    }
    .index3 .fix .r .item .p3{
        font-size: 0.9375vw;
        line-height: 1.875vw;
        margin: 0px 0px 3.125vw;
        transform: translateY(1.0416666667vw);
    }
    .index3 .fix .r .item .other{
        transform: translateY(1.0416666667vw);
    }
    .index3 .fix .r .item .other p{
        font-size: 0.8333333333vw;
    }
    .index3 .fix .r .item .other .line{
        width: 7.1875vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .index3 .fix .r .item .other .dis span{
        font-size: 3.0208333333vw;
    }
    .index3 .fix .r .item .other .dis .dw{
        font-size: 1.3541666667vw;
    }
    .index3 .fix .side{
        right: 3.3854166667vw;
    }
    .index3 .fix .side .line{
        height: 9.0625vw;
        margin: 0px auto 0.8854166667vw;
    }
    .index3 .fix .side .num p{
        font-size: 0.8333333333vw;
    }
    .index4{
        padding: 6.09375vw 0px 6.9270833333vw;
    }
    .index4 .top .title .p1{
        font-size: 2.6041666667vw;
        margin: 0px 0px 0.2604166667vw;
    }
    .index4 .top .title .p2{
        font-size: 1.5625vw;
    }
    .index4 .top .r{
        width: 54.6875vw;
    }
    .index4 .top .r h2{
        font-size: 1.3541666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .index4 .top .r p{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .index4 .bottom{
        margin: 3.6979166667vw 0px 0px;
    }
    .index4 .bottom .l{
        width: 19.7916666667vw;
    }
    .index4 .bottom .l .item:nth-child(2) .line div{
        width: 12.65625vw;
    }
    .index4 .bottom .l .item:nth-child(3) .line div{
        width: 15.625vw;
    }
    .index4 .bottom .l .item:not(:last-child){
        margin: 0px 0px 1.5625vw;
    }
    .index4 .bottom .l .item .dis span{
        font-size: 2.0833333333vw;
    }
    .index4 .bottom .l .item .dis .dw{
        font-size: 1.25vw;
    }
    .index4 .bottom .l .item .p1{
        font-size: 0.9375vw;
    }
    .index4 .bottom .l .item .line{
        margin: 1.3541666667vw 0px 0px;
    }
    .index4 .bottom .r{
        width: 54.6875vw;
        height: 24.6875vw;
    }
    .index4 .bottom .r .play{
        width: 3.3854166667vw;
        height: 3.3854166667vw;
    }
    .index4 .bottom .r .play svg{
        width: 1.3020833333vw;
    }
    .index4 .bottom .r .more{
        width: 3.125vw;
        height: 3.125vw;
        right: 3.3333333333vw;
        bottom: -0.3645833333vw;
    }
    .index4 .bottom .r .more .iconfont{
        font-size: 1.1458333333vw;
    }
    .index5{
        padding: 3.75vw 0px 6.7708333333vw;
    }
    .index5 .wrap .title .p1{
        font-size: 2.6041666667vw;
        margin: 0px 0px 0.2604166667vw;
    }
    .index5 .wrap .title .p2{
        font-size: 1.5625vw;
    }
    .index5 .wrap .content{
        margin: 2.0833333333vw 0px 0px;
    }
    .index5 .wrap .content .swiper-pagination{
        height: 0.1041666667vw;
        margin: 3.125vw 0px 0px;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .img{
        height: 16.6666666667vw;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text{
        margin: 0.78125vw 0px 0px;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .time{
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.78125vw;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .p1{
        width: 19.4791666667vw;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        margin: 0px 0px 2.34375vw;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .more{
        width: 3.6458333333vw;
        height: 3.6458333333vw;
        font-size: 0.7291666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .banner .pro_box{
        position: static;
        transform: none;
        width: 90%;
        margin: 10px auto 0;
        border-radius: 5px;
        padding: 15px;
        flex-direction: column;
        gap: 8px;
    }

    .banner .pro_box .flex{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .banner .pro_box .flex .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 35px;
    }
    .banner .pro_box .flex .list{
        width: 100%;
        height: auto;
    }
    .banner .pro_box .flex .list input{
        border-radius: 0;
        padding: 6px 15px;
        font-size: 14px;
    }
    .banner .pro_box .flex .select2{
        border-radius: 0;
        height: 35px;
        font-size: 14px;
    }
    .banner .pro_box .flex .select2-container .select2-selection--single .select2-selection__rendered{
        border-radius: 0;
        height: 35px;
        font-size: 14px;
    }
    .banner .pro_box .flex{
        width: 100%;
    }
    .banner .pro_box .flex .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 35px;
    }
    .banner .pro_box .flex .select2-container .select2-selection--single .select2-selection__rendered{
        padding: 0 15px;
    }
    .select2-search--dropdown .select2-search__field{
        font-size: 14px;
        padding: 20px 15px;
    }
    .select2-results__option{
        padding: 7px 5% !important;
        font-size: 14px;
        line-height: 30px;
    }

    .select2-search--dropdown .select2-search__field {
        height: 35px !important;
        padding: 0 15px!important;
    }
    .select2-search--dropdown{
        padding: 10px!important;
    }
    .banner .pro_box .flex .other .btn {
        margin: 0 12px 0 0;
        width: 80px;
        height: 36px;
        border-radius: 2px;
        font-size: 13px;
    }
    .banner .pro_box .flex .other{
        margin: 20px 0 0 0;
    }

    .banner{
        padding: 100px 0 40px 0;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }
    .banner .text{
        position: static;
        transform: none;
        width: 90%;
        margin: auto;
    }
    .banner .text .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .banner .text .p2{
        font-size: 14px;
    }

    .index1{
        height: auto;
        padding: 60px 0 35px 0;
    }
    .index1 .title .p1{
        font-size: 20px;
        margin: 0 0 15px;
    }
    .index1 .title .p2{
        font-size: 13px;
    }
    .index1 .fix{
        display: block;
    }
    .index1 .title{
        margin: 0 auto 25px;
        width: 90%;
        position: static;
        transform: none;
    }
    .index1 .clip{
        clip-path: unset!important;
        width: 100% !important;
        height: 100% !important;
        transform: none!important;
    }
    .index1 .fix{
        height: auto;
    }
    .index1 .clip .guding{
        width: 90%;
        height: auto;
        transform: none;
        left: 0;
        top: 0;
        margin: auto;
    }
    .index1 .clip .position{
        display: none;
    }
    .index1 .clip .position_sj{
        display: block!important;
        margin: 30px auto 0;
        width: 90%;
    }
    .index1 .clip .position_sj .jump{
        margin: 0 0 20px;
        width: 100%;
        padding: 10px;
        background: #EEECEC;
        border-radius: 6px;
        display: block;
    }
    .index1 .clip .position_sj .jump .img{
        background: #FFFFFF;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        padding: 25px 0;
    }

    .index1 .clip .position_sj .jump .img img{
        width: 45%;
        display: block;
        margin: auto;
    }
    .index1 .clip .position_sj .jump .text{
        font-weight: 400;
        font-size: 16px;
        color: #111111;
        margin: 13px 0 0 0;
    }

    .index2{
        padding: 50px 0;
    }

    .index2 .wrap{
        flex-direction: column;
    }
    .index2 .wrap .l .p1{
        font-size: 22px;
        margin: 0 0 8px;
    }
    .index2 .wrap .l .p2{
        font-size: 14px;
    }
    .index2 .wrap .r{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .index2 .wrap .r .pick{
        font-size: 13px;
        line-height: 25px;
    }
    .index2 .wrap .r .content{
        margin: 30px 0 0 0;
    }
    .index2 .wrap .r .content .index2Swiper{
        width: 100%;
    }
    .index2 .wrap .r .content .item .img{
        height: auto;
    }
    .index2 .wrap .r .content .item{
        height: auto;
    }
    .index2 .wrap .r .content .item .img img{
        width: 50%;
        margin: auto;
        padding: 15px 0;
    }
    .index2 .wrap .r .content .item .text{
        margin: 10px 0 0 0;
        padding: 15px 5%;
    }
    .index2 .wrap .r .content .item .text h5{
        font-size: 14px;
    }
    .index2 .wrap .r .content .item .text .more{
        width: 40px;
        height: 40px;
        transform: scale(1);
    }
    .index2 .wrap .r .content .item .text .more .iconfont{
        font-size: 14px;
    }
    .index3{
        height: auto!important;
    }
    .index3 .fix{
        height: auto;
    }
    .index3 .fix .l{
        display: none;
    }
    .index3 .fix .r{
        width: 100%;
        margin: 0;
        padding: 60px 5% 20px 5%;
    }
    .index3 .fix .r .item{
        position: static!important;
        margin: 0 0 40px!important;
    }
    .index3 .fix .r .item .p1{
        font-size: 22px;
        transform: none!important;
        opacity: 1!important;
    }
    .index3 .fix .r .item .p2{
        font-size: 16px;
        margin: 10px 0 15px;
    }
    .index3 .fix .r .item .p3{
        font-size: 13px;
        line-height: 28px;
    }
    .index3 .fix .r .item .other p{
        font-size: 14px;
    }

    .index3 .fix .r .item .other .line{
        width: 100px;
        margin: 15px 0;
    }
    .index3 .fix .r .item .other .dis span{
        font-size: 28px;
    }
    .index3 .fix .r .item .other .dis .dw{
        font-size: 14px;
        margin: 0 0 0 7px;
    }

    .index4{
        padding: 50px 0;
    }
    .index4 .top{
        flex-direction: column;
    }
    .index4 .top .title .p1{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .index4 .top .title .p2{
        font-size: 14px;
    }
    .index4 .top .r{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .index4 .top .r h2{
        font-size: 15px;
        margin: 0 0 15px;
    }
    .index4 .top .r p{
        font-size: 13px;
        line-height: 25px;
    }
    .index4 .bottom{
        margin: 25px 0 0 0;
        flex-direction: column;
        align-items: unset;
    }
    .index4 .bottom .l{
        width: 100%;
    }
    .index4 .bottom .l .item .dis span{
        font-size: 28px;
    }
    .index4 .bottom .l .item .dis .dw{
        font-size: 14px;
        margin: 0 0 0 10px;
    }
    .index4 .bottom .l .item .p1{
        font-size: 14px;
    }
    .index4 .bottom .l .item:not(:last-child){
        margin: 0 0 15px;
    }
    .index4 .bottom .l .item .line{
        margin: 20px 0 0 0;
    }
    .index4 .bottom .l .item:nth-child(2) .line div{
        width: 40%;
    }
    .index4 .bottom .l .item:nth-child(3) .line div{
        width: 90%;
    }
    .index4 .bottom .r{
        width: 100%;
        height: auto;
        margin: 30px 0 0 0;
    }
    .index4 .bottom .r .video .img{
        height: 200px;
    }
    .index4 .bottom .r .play{
        width: 45px;
        height: 45px;
    }
    .index4 .bottom .r .play svg{
        width: 20px;
    }
    .index4 .bottom .r .more{
        width: 40px;
        height: 40px;
        border: 1px solid #E61F18;
        right: 5%;
        bottom: 5%;
    }
    .index4 .bottom .r .more .iconfont{
        font-size: 14px;
    }

    .index5{
        padding: 50px 0;
    }
    .index5 .wrap .title .p1{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .index5 .wrap .title .p2{
        font-size: 14px;
    }
    .index5 .wrap .content{
        margin: 30px 0 0;
    }

    .index5 .wrap .content .newsSwiper .swiper-slide .item .img{
        height: auto;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text{
        margin: 20px 0 0 0;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .time{
        font-size: 13px;
        margin: 0 0 15px;
    }
    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .p1{
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        margin: 0 0 15px;
    }

    .index5 .wrap .content .newsSwiper .swiper-slide .item .text .more{
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    .index5 .wrap .content .swiper-pagination{
        height: 2px;
        margin: 30px 0 0 0;
    }
    .banner .bannerSwiper .swiper-slide:first-child:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.3);
    }
    .index1 .clip .guding{
        display: none;
    }

}
