@keyframes roteAnimate {
    100% {
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

@keyframes scaleAnimate {
    0% {
        opacity: .5;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(1.8)
    }
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative
}

.banner .parallax {
    width: 100%;
    height: 100%
}

.banner .down {
    position: absolute;
    bottom: 48px;
    left: 100px;
    z-index: 5;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px dashed #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner .down .rote {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: roteAnimate__ 3s linear infinite
}

.banner .down .rote:after {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    left: -9px;
    top: -15px
}

.banner .down .iconfont {
    color: #000000;
    font-size: 16px
}

.banner .swiper {
    width: 100%;
    height: 100%
}

.banner .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
    z-index: 1
}

.banner .swiper .swiper-slide .back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
    object-fit: cover
}

.banner .swiper .swiper-slide .content {
    position: relative;
    z-index: 5;
    width: 100%
}

.banner .swiper .swiper-slide .content .text {
    position: relative
}

.banner .swiper .swiper-slide .content .text .pick {
    position: relative
}

.banner .swiper .swiper-slide .content .text .pick p {
    font-weight: bold;
    font-size: 48px;
    color: #005383;
    line-height: 60px
}

.banner .swiper .swiper-slide .content .text .pick p span {
    color: #E6000F
}

.banner .swiper .swiper-slide .content .text p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF
}

.banner .swiper .swiper-slide .content .more {
    margin: 88px 0 0 0;
    position: relative;
    display: block;
    width: fit-content;
    transform: translateY(20px);
    opacity: 0
}

.banner .swiper .swiper-slide .content .more .border {
    width: 55px;
    height: 55px;
    position: relative
}

.banner .swiper .swiper-slide .content .more .border svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(70deg);
    width: 120%;
    height: 120%
}

.banner .swiper .swiper-slide .content .more .border svg .path-loop {
    stroke-dashoffset: -138px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 0.5px;
    transition: cubic-bezier(0.77, 0.42, 0, 0.93) 0.7s
}

.banner .swiper .swiper-slide .content .more .display {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
    display: flex;
    align-items: center
}

.banner .swiper .swiper-slide .content .more .display img {
    margin: 0 11px 0 0
}

.banner .swiper .swiper-slide .content .more .display p {
    font-size: 16px;
    font-family: PingFang SC m;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 8px 0 0;
    text-transform: uppercase
}

.banner .swiper .swiper-slide .content .more .display .iconfont {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 200;
    transition: 1s cubic-bezier(0.57, -1.57, 0, 0.96)
}

.banner .swiper .swiper-slide .content .more:hover .border svg .path-loop {
    stroke-dashoffset: -15
}

.banner .swiper .swiper-slide .content .more:hover .display .iconfont {
    transform: translateX(10px)
}

.banner .swiper .swiper-slide.on .back {
    transform: scale(1)
}

.banner .swiper .swiper-slide.on .content .text .pick p div {
    transition: 1s;
    opacity: 1 !important;
    transform: translateX(0) !important
}

.banner .swiper .swiper-slide.on .content .text > p div {
    transition: 1s;
    opacity: 1 !important;
    transform: translateX(0) !important
}

.banner .swiper .swiper-slide.unset .content .text .pick p div {
    transition-delay: unset !important
}

.banner .swiper .swiper-slide.unset .content .text > p div {
    transition-delay: unset !important
}

.banner .swiper-pagination {
    position: absolute;
    padding: 0 154px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: fit-content
}

.banner .swiper-pagination span {
    width: 30px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    opacity: 1 !important;
    margin: 0 10px 0 0 !important;
    transition: .3s ease
}

.banner .swiper-pagination span:last-child {
    margin: 0 !important
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 60px;
    background: #fff
}

.index1 {
    position: relative;
    z-index: 1
}


.index1 .bg_img {
    width: 100%;
    object-fit: cover;
    transform: scale(0.8);
}

.index1 .wrap {
    position: absolute;
    top: 106px;
    z-index: 5;
    width: 100%
}

.index1 .wrap .title {
    text-align: center
}

.index1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin: 0 0 27px
}

.index1 .wrap .title .p2 {
    font-weight: 500;
    font-size: 16px;
    color: #444444
}

.index1 .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none
}

.index1 .position .point {
    pointer-events: auto;
    position: absolute;
    cursor: pointer
}

.index1 .position .point:hover {
    z-index: 5
}

.index1 .position .point:hover .hide {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0)
}

.index1 .position .point.point1 {
    top: 24.375vw;
    left: 24.6875vw
}

.index1 .position .point.point2 {
    top: 22.2395833333vw;
    left: 49.6875vw
}

.index1 .position .point.point3 {
    top: 26.0416666667vw;
    left: 43.2291666667vw
}

.index1 .position .point.point4 {
    top: 33.9583333333vw;
    left: 61.6666666667vw
}

.index1 .position .point .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #007EBC;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.index1 .position .point .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    border-radius: 50%;
    background: #007EBC;
    top: 0;
    left: 0;
    animation: scaleAnimate 1s infinite linear;
    transform: scale(1);
    z-index: -1
}

.index1 .position .point .circle:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.index1 .position .point .hide {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
    transition: .6s
}

.index1 .position .point .hide .jump {
    position: relative;
    left: 30px;
    width: 250px;
    background: #FFFFFF;
    box-shadow: 3px 9px 10px 0px rgba(7, 44, 94, 0.15);
    border-radius: 10px;
    padding: 10px
}

.index1 .position .point .hide .jump .text {
    margin: 14px 0 15px;
    text-align: center
}

.index1 .position .point .hide .jump .text h1 {
    font-weight: bold;
    font-size: 18px;
    color: #484E53;
    margin: 0 0 10px
}

.index1 .position .point .hide .jump .text p {
    font-weight: 400;
    font-size: 14px;
    color: #93979B
}

.index1 .position .point .hide .jump .img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px
}

.index1 .position .point .hide .jump .img:hover img {
    transform: scale(1.05)
}

.index1 .position .point .hide .jump .img img {
    width: 100%;
    transition: .6s ease
}

.index2 {
    position: relative;
    padding: 90px 0;
    background-image: linear-gradient(180deg, #fff, #b0cdcd)
}

.index2 .down {
    position: absolute;
    bottom: 48px;
    left: 100px;
    z-index: 5;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px dashed #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center
}

.index2 .down .rote {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: roteAnimate__ 3s linear infinite
}

.index2 .down .rote:after {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    left: -9px;
    top: -15px
}

.index2 .down .iconfont {
    color: #000000;
    font-size: 16px
}

.index2 .title {
    width: 800px;
    margin: auto;
    text-align: center
}

.index2 .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #000001;
    margin: 0 0 28px
}

.index2 .title .p2 {
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 28px
}

.index2 .figure {
    margin: 87px 0 0 0;
    display: flex;
    justify-content: center
}

.index2 .figure .item {
    text-align: center
}

.index2 .figure .item:not(:last-child) {
    margin: 0 120px 0 0
}

.index2 .figure .item span {
    font-weight: bold;
    font-size: 64px;
    color: #0081CC;
    background: linear-gradient(45deg, #0081CC 0%, #2EA2E6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: auto;
    position: relative;
    display: block
}

.index2 .figure .item span:after {
    content: attr(data-text);
    position: absolute;
    top: 10px;
    left: 105%;
    font-weight: bold;
    font-size: 24px;
    color: #0081CC;
    background: linear-gradient(45deg, #0081CC 0%, #2EA2E6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.index2 .figure .item p {
    margin: 16px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #000000
}

.index2 .content {
    width: 1440px;
    height: 640px;
    margin: 80px auto 0;
    border-radius: 15px;
    overflow: hidden;
    display: block
}

.index2 .content video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index2 .field-page-block-media {
    bottom: -15vh;
    left: 50%;
    max-width: 38vw;
    position: absolute;
    transform: translate(-50%);
    width: 70%
}

.index2 .field-page-block-media.aos-animate .is-revealed {
    transform: scale(1)
}

.index2 .field-page-block-media .is-revealed {
    transform: scale(0);
    transform-origin: bottom;
    transition: 2s
}

.index2 img.responsive__item, .index2 video.responsive__item {
    object-fit: var(--object-fit, cover);
    object-position: var(--object-position, 50% 50%)
}

.index2 .field-page-block-media__item {
    object-position: 50% 100%
}

.index2 .responsive__item {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.index2 .responsive {
    height: 0;
    padding-top: calc(1 / var(--aspect-ratio, 1.7777777778) * 100%);
    position: relative;
    width: 100%
}

.index2 .img-fluid, .index2 .wysiwyg .img-responsive, .index2 .wysiwyg img {
    height: auto;
    max-width: 100%
}

.index2 .field-page-block-media-responsive.field-page-block-media-responsive--about {
    transform: rotate(25deg)
}

.index2 .field-page-block-media-responsive {
    --aspect-ratio: 1;
    --object-fit: contain
}

.index2 .responsive {
    height: 0;
    padding-top: calc(1 / var(--aspect-ratio, 1.7777777778) * 100%);
    position: relative;
    width: 100%
}

.index3 {
    padding: 123px 0 179px 0
}

.index3 .wrap {
    width: 1720px;
    margin: auto
}

.index3 .wrap .title {
    text-align: center
}

.index3 .wrap .title .p1 {
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    margin: 0 0 28px
}

.index3 .wrap .title .p2 {
    font-weight: 500;
    font-size: 16px;
    color: #444444
}

.index3 .wrap .content {
    margin: 70px 0 0 0
}

.index3 .wrap .content .i_p_swiper {
    width: 100%;
    height: 580px;
    border-radius: 30px;
    overflow: hidden
}

.index3 .wrap .content .i_p_swiper .swiper-slide {
    display: flex;
    height: 100%;
    transition: 1s;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transform: translateX(-280px)
}

.index3 .wrap .content .i_p_swiper .swiper-slide.swiper-slide-prev {
    transform: translateX(100%)
}

.index3 .wrap .content .i_p_swiper .swiper-slide.swiper-slide-active {
    transform: translateX(0)
}

.index3 .wrap .content .i_p_swiper .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    display: flex
}

.index3 .wrap .content .i_p_swiper .swiper-slide .img {
    width: 1020px;
    height: 100%;
    border-radius: 30px;
    overflow: hidden
}

.index3 .wrap .content .i_p_swiper .swiper-slide .img img {
    width: 100%;
    height: 100%
}

.index3 .wrap .content .i_p_swiper .swiper-slide .background {
    width: 700px;
    height: 100%;
    padding: 44px 0 88px 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.index3 .wrap .content .i_p_swiper .swiper-slide .background .t1 .to_index {
    font-weight: bold;
    font-size: 14px;
    color: #FEFEFE;
    margin: 0 0 51px
}

.index3 .wrap .content .i_p_swiper .swiper-slide .background .t1 .to_index p {
    color: #CCCCCC;
    display: inline
}

.index3 .wrap .content .i_p_swiper .swiper-slide .background .t1 .p1 {
    font-weight: 800;
    font-size: 30px;
    color: #FEFEFE;
    margin: 0 0 57px
}

.index3 .wrap .content .i_p_swiper .swiper-slide .background .t1 .text {
    width: 424px;
    font-weight: 500;
    font-size: 16px;
    color: #FEFEFE;
    line-height: 30px;
    opacity: 0.7
}

.index3 .wrap .content .i_p_swiper .swiper-slide .background .t2 .more {
    width: 160px;
    height: 50px;
    background: rgba(0, 126, 188, 0);
    border-radius: 25px;
    border: 1px solid #FEFEFE;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.index3 .wrap .content .i_p_swiper .swiper-slide .background .t2 .more:hover {
    background: #fff
}

.index3 .wrap .content .i_p_swiper .swiper-slide .background .t2 .more:hover p, .index3 .wrap .content .i_p_swiper .swiper-slide .background .t2 .more:hover .iconfont {
    color: #111
}

.index3 .wrap .content .i_p_swiper .swiper-slide .background .t2 .more p {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 7px 0 0;
    transition: .6s ease
}

.index3 .wrap .content .i_p_swiper .swiper-slide .background .t2 .more .iconfont {
    color: #fff;
    font-size: 14px;
    transition: .6s ease
}

.index3 .wrap .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0
}

.index3 .wrap .btns .iconfont {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 1px solid #CED2D9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s
}

.index3 .wrap .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
    margin: 0 12px 0 0
}

.index3 .wrap .btns .iconfont:hover {
    background: #F4F3F6;
    color: #007EBC;
    border: 1px solid #FFFFFF
}

.index_solution {
    position: relative;
    padding: 121px 0 127px
}

.index_solution .wrap {
    width: 1440px;
    margin: auto
}

.index_solution .wrap .title {
    width: 829px;
    margin: auto;
    text-align: center
}

.index_solution .wrap .title .title_list {
    display: none
}

.index_solution .wrap .title .title_list.on {
    display: block
}

.index_solution .wrap .title .p1 {
    font-weight: bold;
    font-size: 36px;
    margin: 0 0 29px;
    color: #000000
}

.index_solution .wrap .title .p1 span {
    color: #007EBC
}

.index_solution .wrap .title .p2 {
    font-weight: 500;
    font-size: 16px;
    color: rgba(68, 68, 68, 0.9);
    line-height: 26px;
    height: 53px
}

.index_solution .wrap .content {
    margin: 45px 0 0 0
}

.index_solution .wrap .content .solutionSwiper {
    width: 2920px
}

.index_solution .wrap .content .solutionSwiper .swiper-slide {
    overflow: hidden;
    border-radius: 20px;
    left: -739px
}

.index_solution .wrap .content .solutionSwiper .swiper-slide.swiper-swiper-active a {
    pointer-events: auto
}

.index_solution .wrap .content .solutionSwiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block
}

.index_solution .wrap .content .solutionSwiper .swiper-slide:hover img {
    transform: scale(1.03)
}

.index_solution .wrap .content .solutionSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: 2s ease
}

.sec8 {
    background: #F4F3F6;
    padding: 125px 0 113px
}

.sec8 .wrap {
    width: 1720px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.sec8 .wrap .item {
    display: block;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    width: 850px
}

.sec8 .wrap .item .img {
    width: 100%
}

.sec8 .wrap .item .img img {
    display: block;
    width: 100%;
    transition: 3s
}

.sec8 .wrap .item .text {
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 1
}

.sec8 .wrap .item .text h5 {
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF
}

.sec8 .wrap .item .text > p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 56px;
    opacity: 0.7
}

.sec8 .wrap .item .text .more {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 6px;
    position: relative
}

.sec8 .wrap .item .text .more::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    background: #FFFFFF;
    transition: 0.6s;
    transform-origin: left
}

.sec8 .wrap .item .text .more p {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 3px 0 0
}

.sec8 .wrap .item .text .more .iconfont {
    color: #FFFFFF;
    font-size: 14px
}

.sec8 .wrap .item .text .more:hover::after {
    transform: scaleX(1)
}

.sec8 .wrap .item:hover .img img {
    transform: scale(1.1)
}

.sec7 {
    background: #F4F3F6;
    padding: 100px 0 0
}

.sec7 .wrap {
    width: 1800px;
    margin: 0 auto
}

.sec7 .wrap .title {
    text-align: center;
    line-height: 1;
    margin: 0 0 20px
}

.sec7 .wrap .title h1 {
    font-size: 36px;
    color: #000000;
    margin: 0 0 20px
}

.sec7 .wrap .title p {
    font-weight: 500;
    font-size: 16px;
    color: #444444
}

.sec7 .wrap .swiper {
    width: 1760px;
    padding: 40px 20px
}

.sec7 .wrap .swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1)
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item {
    width: 560px;
    height: 385px;
    background: #FFFFFF;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 33px 40px 46px;
    position: relative;
    transition: 0.6s;
    box-shadow: 0 0 20px rgba(14, 33, 54, 0)
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .bg_logo {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    left: 0;
    border-radius: 18px;
    overflow: hidden;
    opacity: 0.03;
    transition: 0.6s
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .bg_logo img {
    width: 820px;
    display: block;
    height: 100%;
    max-width: unset
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .bg_img {
    position: absolute;
    opacity: 0;
    transition: 1s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden
}
.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .bg_img:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 126, 188, 0.7);
}
.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .bg_img img{
    width: 100%;
    height: 100%;
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_top p {
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    transition: 0.6s
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_top .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 16px;
    color: #111111;
    transition: 0.6s
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_text {
    line-height: 1;
    position: relative;
    z-index: 3
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_text .time {
    font-weight: 500;
    font-size: 14px;
    color: #111111;
    transition: 0.6s
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_text h5 {
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    margin: 20px 0 20px;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_text .item_content {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    transition: 0.6s
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover {
    box-shadow: 0 0 20px rgba(14, 33, 54, 0.3)
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .bg_logo {
    opacity: 0
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .bg_img {
    opacity: 1
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .item_top p {
    color: #FFFFFF
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .item_top .iconfont {
    background: #FFFFFF;
    color: #007EBC
}

.sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .item_text .item_content, .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .item_text h5, .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .item_text .time {
    color: #FFFFFF
}

.sec7 .wrap .btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0 0
}

.sec7 .wrap .btns .iconfont {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 1px solid #CED2D9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s
}

.sec7 .wrap .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
    margin: 0 12px 0 0
}

.sec7 .wrap .btns .iconfont:hover {
    background: #FFFFFF;
    color: #007EBC;
    border: 1px solid #FFFFFF
}

.sec5 {
    width: 100vw;
    overflow: hidden;
    padding: 0 0 150px
}

.sec5 .title {
    text-align: center;
    line-height: 1;
    margin: 0 0 87px
}

.sec5 .title h1 {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin: 0 0 27px
}

.sec5 .title p {
    font-weight: 500;
    font-size: 16px;
    color: #444444
}

.sec5 .imgs {
    display: flex;
    align-items: center;
    width: max-content;
    animation: img_go2 200s infinite linear
}

.sec5 .imgs .img_box {
    display: flex;
    align-items: center
}

.sec5 .imgs .img_box .img_item {
    width: 650px;
    height: 156px;
    background: #F2F7FA;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    margin: 0 15px 0 0
}

.sec5 .imgs .img_box .img_item .logo_img {
    width: 108px;
    margin: 0 20px 0 0
}

.sec5 .imgs .img_box .img_item:nth-child(2n) {
    background: #F2FAF6
}

.sec5 .imgs .img_box .img_item:nth-child(3n) {
    background: #FAF9F2
}

.sec5 .imgs .img_box .img_item_text {
    width: 435px
}

.sec5 .imgs .img_box .img_item_text h5 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    line-height: 1;
    margin: 0 0 14px
}

.sec5 .imgs .img_box .img_item_text p {
    font-weight: 500;
    font-size: 14px;
    color: #444444;
    line-height: 24px
}

.sec5 .imgs:nth-child(3) {
    animation: img_go 200s infinite linear;
    margin: 30px 0 0
}

.sec5 .imgs:hover {
    animation-play-state: paused
}

.sec5 .more {
    margin: 70px 0 0
}

.sec5 .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background: #007EBC;
    border-radius: 25px;
    margin: 0 auto
}

.sec5 .more a p {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 5px 0 0
}

.sec5 .more a .iconfont {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF
}

@keyframes lineAnimate {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        transform: translateY(7px);
        opacity: 0
    }
}

@keyframes roteAnimate {
    100% {
        transform: rotate(360deg)
    }
}

.sec6 {
    width: 100vw;
    height: calc(100vh + 2500px);
    overflow: unset
}

.sec6 .fix {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.sec6 .fix .fix_img {
    width: 90vw;
    height: 90vh;
    position: relative;
    transition: 0.4s
}
.sec6 .fix .fix_img img{
    width: 100%;
    height: 100%;
}

.sec6 .fix .fix_img h1 {
    font-weight: bold;
    font-size: 60px;
    color: #000000;
    position: absolute;
    z-index: 3;
    line-height: 1
}

.sec6 .fix .fix_img h1:nth-child(2) {
    top: 37.4%;
    right: 62.6%
}

.sec6 .fix .fix_img h1:nth-child(3) {
    bottom: 37.4%;
    left: 62%
}

.sec6 .fix .fix_img.on {
    opacity: 0
}

.sec6 .fix .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.sec6 .fix .bg_img img, .sec6 .fix .bg_img video {
    display: block;
    width: 100%;
    height: 100%;
    clip-path: polygon(5vw 15vh, 95vw 15vh, 95vw 85vh, 5vw 85vh);
    animation: 5s video_wrap forwards;
    animation-play-state: paused;
    object-fit: contain;
}

.sec6 .common_rote {
    width: 82px;
    height: 82px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    margin: auto;
    bottom: 50px
}

.sec6 .common_rote img {
    width: 100%;
    animation: roteAnimate 10s infinite linear
}

.sec6 .common_rote .bor {
    width: 16px;
    height: 24px;
    border-radius: 8px;
    border: 1px solid #007EBC;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    padding: 5px 0 0 0
}

.sec6 .common_rote .bor div {
    width: 2px;
    height: 5px;
    background: #007EBC;
    animation: lineAnimate 1s ease infinite
}

@keyframes img_go2 {
    100% {
        transform: translateX(-50%)
    }
}

@keyframes img_go {
    0% {
        transform: translateX(-50%)
    }
    100% {
        transform: translateX(0%)
    }
}

@keyframes video_wrap {
    0% {
        -webkit-clip-path: polygon(5vw 15vh, 95vw 15vh, 95vw 85vh, 5vw 85vh)
    }
    100% {
        -webkit-clip-path: polygon(0vw 0vh, 100vw 0vh, 100vw 100vh, 0vw 100vh)
    }
}

.cursor1 {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: opacity .3s, color .4s;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    cursor: none
}

.cursor1 .cursor_wrap {
    transition: 0.5s;
    position: relative
}

.cursor1 .cursor_wrap:after {
    content: '';
    position: absolute;
    width: 1vw;
    height: 1vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    background: #000;
    transition: 0.2s
}

.cursor1 .cursor_wrap .more {
    width: 90px;
    height: 90px;
    background: #007EBC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
    position: relative
}

.cursor1 .cursor_wrap .more:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px dashed #1D92DA;
    z-index: 5;
    animation: roteAnimate__ 1s linear infinite
}

.cursor1 .cursor_wrap .more2 {
    width: 7.8vw;
    height: 7.8vw;
    background: rgba(0, 29, 125, 0.05);
    border: 0.0625vw solid #001D7D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7375vw;
    font-weight: 400;
    color: #001D7D;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    text-align: center
}

.cursor1 .cursor_wrap.on {
    pointer-events: none !important
}

.cursor1 .cursor_wrap.on .more {
    transform: scale(0)
}

.cursor1 .cursor_wrap.on:after {
    transform: translate(-50%, -50%) scale(1)
}

.cursor1 .cursor_wrap.none_ {
    pointer-events: none !important
}

.cursor1 .cursor_wrap.er .more {
    transform: scale(0)
}

.cursor1 .cursor_wrap.er .more2 {
    transform: translate(-50%, -50%) scale(1)
}

.cursor1 .cursor_wrap.er.on .more2 {
    transform: translate(-50%, -50%) scale(0)
}

.cursor1.on {
    opacity: 1
}

.cursor1.none * {
    pointer-events: none !important
}

.cursor2 {
    width: 150px;
    height: 150px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: opacity .3s, color .4s;
    border-radius: 50%;
    backface-visibility: hidden;
    pointer-events: none
}

.cursor2 .cursor_solution {
    width: 150px;
    height: 150px;
    background: #007EBC;
    box-shadow: 0px 10px 30px 0px rgba(3, 72, 106, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: .4s ease
}

.cursor2 .cursor_solution.on {
    transform: scale(1)
}

.cursor2 .cursor_solution .animate {
    position: absolute;
    width: 124px;
    height: 124px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: roteAnimate2 10s linear infinite
}

@keyframes roteAnimate2 {
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.cursor2 .cursor_solution svg {
    width: 40px;
    height: 40px
}

.cursor2 .cursor_solution svg path {
    fill: #fff
}

@keyframes clip {
    0% {
        clip-path: inset(0 100% 0 0)
    }
    100% {
        clip-path: inset(0 0% 0 0)
    }
}

@keyframes xAnimate {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(40px)
    }
}

@keyframes xAnimate2 {
    0% {
        transform: translateX(-40px);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes logo_l {
    0% {
        transform: scale(1.6) translateX(39px)
    }
    100% {
        transform: scale(1) translateX(0)
    }
}

@keyframes textAnimate {
    0% {
        opacity: 0;
        transform: translateX(10px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes afterAnimate {
    0% {
        clip-path: inset(0 0% 0 0)
    }
    100% {
        clip-path: inset(0 100% 0 0)
    }
}

@keyframes beforeAnimate {
    0% {
        clip-path: inset(0 0% 0 0)
    }
    100% {
        clip-path: inset(0 0% 0 100%)
    }
}

@keyframes hideAnimate {
    100% {
        opacity: 0
    }
}

@keyframes showAnimate {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes clipText {
    0% {
        clip-path: inset(0 0 0 0%)
    }
    100% {
        clip-path: inset(0 0 0 100%)
    }
}

@keyframes clipText2 {
    0% {
        clip-path: inset(0 0 0 0%)
    }
    100% {
        clip-path: inset(0 100% 0 0%)
    }
}

@keyframes pointer {
    100% {
        pointer-events: none
    }
}

.loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.loading .after {
    position: absolute;
    width: calc(50% + 1px);
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    clip-path: inset(0 0% 0 0)
}

.loading .before {
    position: absolute;
    width: calc(50% + 1px);
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    clip-path: inset(0 0% 0 0)
}

.loading .load_img {
    position: absolute;
    width: 231px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: none
}

.loading .wrap {
    position: relative
}

.loading .wrap .logo_l {
    position: absolute;
    left: -56px;
    top: 17px;
    z-index: 5;
    width: 118px;
    transform: scale(1.6) translateX(39px);
    opacity: 0
}

.loading .wrap .text_img {
    position: absolute;
    top: 17px;
    left: 67px;
    width: 109px;
    opacity: 0;
    transform: translateX(10px)
}

.loading .wrap .text_img img {
    width: 100%
}

.loading.on {
    animation: pointer .6s 6s linear forwards
}

.loading.on .after {
    animation: afterAnimate 2s 4s ease forwards
}

.loading.on .before {
    animation: beforeAnimate 2s 4s ease forwards
}

.loading.on .text_img {
    animation: .8s 3.3s textAnimate ease forwards, .3s 4s clipText ease forwards
}

.loading.on .logo_l {
    animation: showAnimate .6s 2s ease forwards, logo_l .6s 2.8s ease forwards, .3s 4s clipText2 ease forwards
}

.loading.on .ban {
    animation: .6s 2s hideAnimate ease forwards
}

.loading.on .fist.fist1 {
    animation: .8s .8s xAnimate ease forwards
}

.loading.on .fist.last {
    animation: .8s 1.2s xAnimate2 ease forwards
}

.loading.on .fist svg:first-child {
    animation: .8s clip ease forwards
}

.loading .ban {
    position: relative
}

.loading .fist {
    width: 118px;
    height: 90px;
    position: relative;
    z-index: 2
}

.loading .fist svg {
    width: 100%;
    height: 100%;
    fill: #007ebc
}

.loading .fist svg:first-child {
    position: relative;
    z-index: 5;
    clip-path: inset(0 100% 0 0)
}

.loading .fist svg:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    fill: #E6EBED
}

.loading .last {
    position: absolute;
    left: -28px;
    top: 0;
    z-index: 1;
    opacity: 0;
    transform: translateX(-40px)
}

.loading .last svg {
    clip-path: unset !important;
    fill: #009D2C
}

@media screen and (max-width: 1919px) {
    .banner .down{
        bottom: 2.5vw;
        left: 5.2083333333vw;
        width: 4.1666666667vw;
        height: 4.1666666667vw;
    }
    .banner .down .rote{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .banner .down .rote::after{
        width: 2.9166666667vw;
        height: 2.9166666667vw;
        left: -0.46875vw;
        top: -0.78125vw;
    }
    .banner .down .iconfont{
        font-size: 0.8333333333vw;
    }
    .banner .swiper .swiper-slide{
        padding: 0px 5.2083333333vw;
    }
    .banner .swiper .swiper-slide .content .text .pick p{
        font-size: 2.5vw;
        line-height: 3.125vw;
    }
    .banner .swiper .swiper-slide .content .text p{
        font-size: 1.0416666667vw;
    }
    .banner .swiper .swiper-slide .content .more{
        margin: 4.5833333333vw 0px 0px;
        transform: translateY(1.0416666667vw);
    }
    .banner .swiper .swiper-slide .content .more .border{
        width: 2.8645833333vw;
        height: 2.8645833333vw;
    }
    .banner .swiper .swiper-slide .content .more .border svg .path-loop{
        stroke-dashoffset: -7.1875vw;
    }
    .banner .swiper .swiper-slide .content .more .display{
        left: -0.46875vw;
    }
    .banner .swiper .swiper-slide .content .more .display img{
        margin: 0px 0.5729166667vw 0px 0px;
    }
    .banner .swiper .swiper-slide .content .more .display p{
        font-size: 0.8333333333vw;
        margin: 0px 0.4166666667vw 0px 0px;
    }
    .banner .swiper .swiper-slide .content .more .display .iconfont{
        font-size: 0.9375vw;
    }
    .banner .swiper .swiper-slide .content .more:hover .display .iconfont{
        transform: translateX(0.5208333333vw);
    }
    .banner .swiper-pagination{
        padding: 0px 8.0208333333vw;
        bottom: 2.0833333333vw;
    }
    .banner .swiper-pagination span{
        width: 1.5625vw;
        height: 0.2083333333vw;
        border-radius: 0.1041666667vw;
        margin: 0px 0.5208333333vw 0px 0px !important;
    }
    .banner .swiper-pagination span.swiper-pagination-bullet-active{
        width: 3.125vw;
    }
    .index1 .wrap{
        top: 5.5208333333vw;
    }
    .index1 .wrap .title .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.40625vw;
    }
    .index1 .wrap .title .p2{
        font-size: 0.8333333333vw;
    }
    .index1 .position .point .circle{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .index1 .position .point .circle::before{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
    }
    .index1 .position .point .hide{
        transform: translateX(0.5208333333vw);
    }
    .index1 .position .point .hide .jump{
        left: 1.5625vw;
        width: 13.0208333333vw;
        box-shadow: rgba(7, 44, 94, 0.15) 0.15625vw 0.46875vw 0.5208333333vw 0px;
        border-radius: 0.5208333333vw;
        padding: 0.5208333333vw;
    }
    .index1 .position .point .hide .jump .text{
        margin: 0.7291666667vw 0px 0.78125vw;
    }
    .index1 .position .point .hide .jump .text h1{
        font-size: 0.9375vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .index1 .position .point .hide .jump .text p{
        font-size: 0.7291666667vw;
    }
    .index1 .position .point .hide .jump .img{
        border-radius: 0.4166666667vw;
    }
    .index2{
        padding: 4.6875vw 0px;
    }
    .index2 .down{
        bottom: 2.5vw;
        left: 5.2083333333vw;
        width: 4.1666666667vw;
        height: 4.1666666667vw;
    }
    .index2 .down .rote{
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }
    .index2 .down .rote::after{
        width: 2.9166666667vw;
        height: 2.9166666667vw;
        left: -0.46875vw;
        top: -0.78125vw;
    }
    .index2 .down .iconfont{
        font-size: 0.8333333333vw;
    }
    .index2 .title{
        width: 41.6666666667vw;
    }
    .index2 .title .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.4583333333vw;
    }
    .index2 .title .p2{
        height: 2.2916666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
    }
    .index2 .figure{
        margin: 4.53125vw 0px 0px;
    }
    .index2 .figure .item:not(:last-child){
        margin: 0px 6.25vw 0px 0px;
    }
    .index2 .figure .item span{
        font-size: 3.3333333333vw;
    }
    .index2 .figure .item span::after{
        top: 0.5208333333vw;
        font-size: 1.25vw;
    }
    .index2 .figure .item p{
        margin: 0.8333333333vw 0px 0px;
        font-size: 0.8333333333vw;
    }
    .index2 .content{
        width: 75vw;
        height: 33.3333333333vw;
        margin: 4.1666666667vw auto 0px;
        border-radius: 0.78125vw;
    }
    .index3{
        padding: 6.40625vw 0px 9.3229166667vw;
    }
    .index3 .wrap{
        width: 89.5833333333vw;
    }
    .index3 .wrap .title .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.4583333333vw;
    }
    .index3 .wrap .title .p2{
        font-size: 0.8333333333vw;
    }
    .index3 .wrap .content{
        margin: 3.6458333333vw 0px 0px;
    }
    .index3 .wrap .content .i_p_swiper{
        height: 30.2083333333vw;
        border-radius: 1.5625vw;
    }
    .index3 .wrap .content .i_p_swiper .swiper-slide{
        border-top-left-radius: 1.5625vw;
        border-bottom-left-radius: 1.5625vw;
        transform: translateX(-14.5833333333vw);
    }
    .index3 .wrap .content .i_p_swiper .swiper-slide .img{
        width: 53.125vw;
        border-radius: 1.5625vw;
    }
    .index3 .wrap .content .i_p_swiper .swiper-slide .background{
        width: 36.4583333333vw;
        padding: 2.2916666667vw 0px 4.5833333333vw 2.1875vw;
    }
    .index3 .wrap .content .i_p_swiper .swiper-slide .background .t1 .to_index{
        font-size: 0.7291666667vw;
        margin: 0px 0px 2.65625vw;
    }
    .index3 .wrap .content .i_p_swiper .swiper-slide .background .t1 .p1{
        font-size: 1.5625vw;
        margin: 0px 0px 2.96875vw;
    }
    .index3 .wrap .content .i_p_swiper .swiper-slide .background .t1 .text{
        width: 22.0833333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .index3 .wrap .content .i_p_swiper .swiper-slide .background .t2 .more{
        width: 8.3333333333vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
    }
    .index3 .wrap .content .i_p_swiper .swiper-slide .background .t2 .more p{
        font-size: 0.7291666667vw;
        margin: 0px 0.3645833333vw 0px 0px;
    }
    .index3 .wrap .content .i_p_swiper .swiper-slide .background .t2 .more .iconfont{
        font-size: 0.7291666667vw;
    }
    .index3 .wrap .btns{
        margin: 2.6041666667vw 0px 0px;
    }
    .index3 .wrap .btns .iconfont{
        width: 2.5vw;
        height: 2.5vw;
    }
    .index3 .wrap .btns .iconfont:nth-child(1){
        margin: 0px 0.625vw 0px 0px;
    }
    .index_solution{
        padding: 6.3020833333vw 0px 6.6145833333vw;
    }
    .index_solution .wrap{
        width: 75vw;
    }
    .index_solution .wrap .title{
        width: 43.1770833333vw;
    }
    .index_solution .wrap .title .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.5104166667vw;
    }
    .index_solution .wrap .title .p2{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        height: 2.7604166667vw;
    }
    .index_solution .wrap .content{
        margin: 2.34375vw 0px 0px;
    }
    .index_solution .wrap .content .solutionSwiper{
        width: 152.0833333333vw;
    }
    .index_solution .wrap .content .solutionSwiper .swiper-slide{
        border-radius: 1.0416666667vw;
        left: -38.4895833333vw;
    }
    .sec8{
        padding: 6.5104166667vw 0px 5.8854166667vw;
    }
    .sec8 .wrap{
        width: 89.5833333333vw;
    }
    .sec8 .wrap .item{
        border-radius: 1.5625vw;
        width: 44.2708333333vw;
    }
    .sec8 .wrap .item .text{
        bottom: 2.3958333333vw;
    }
    .sec8 .wrap .item .text h5{
        font-size: 1.3541666667vw;
    }
    .sec8 .wrap .item .text > p{
        font-size: 0.8333333333vw;
        line-height: 2.9166666667vw;
    }
    .sec8 .wrap .item .text .more{
        padding: 0px 0px 0.3125vw;
    }
    .sec8 .wrap .item .text .more p{
        font-size: 0.7291666667vw;
        margin: 0px 0.15625vw 0px 0px;
    }
    .sec8 .wrap .item .text .more .iconfont{
        font-size: 0.7291666667vw;
    }
    .sec7{
        padding: 5.2083333333vw 0px 0px;
    }
    .sec7 .wrap{
        width: 93.75vw;
    }
    .sec7 .wrap .title{
        margin: 0px 0px 1.0416666667vw;
    }
    .sec7 .wrap .title h1{
        font-size: 1.875vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .sec7 .wrap .title p{
        font-size: 0.8333333333vw;
    }
    .sec7 .wrap .swiper{
        width: 91.6666666667vw;
        padding: 2.0833333333vw 1.0416666667vw;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item{
        width: 29.1666666667vw;
        height: 20.0520833333vw;
        border-radius: 0.9375vw;
        padding: 1.71875vw 2.0833333333vw 2.3958333333vw;
        box-shadow: rgba(14, 33, 54, 0) 0px 0px 1.0416666667vw;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .bg_logo{
        border-radius: 0.9375vw;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .bg_logo img{
        width: 42.7083333333vw;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .bg_img{
        border-radius: 0.9375vw;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_top p{
        font-size: 0.8333333333vw;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_top .iconfont{
        width: 2.5vw;
        height: 2.5vw;
        font-size: 0.8333333333vw;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_text .time{
        font-size: 0.7291666667vw;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_text h5{
        font-size: 0.9375vw;
        margin: 1.0416666667vw 0px;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_text .item_content{
        font-size: 0.7291666667vw;
        line-height: 1.0416666667vw;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover{
        box-shadow: rgba(14, 33, 54, 0.3) 0px 0px 1.0416666667vw;
    }
    .sec7 .wrap .btns{
        margin: 0.7291666667vw 0px 0px;
    }
    .sec7 .wrap .btns .iconfont{
        width: 2.5vw;
        height: 2.5vw;
    }
    .sec7 .wrap .btns .iconfont:nth-child(1){
        margin: 0px 0.625vw 0px 0px;
    }
    .sec5{
        padding: 0px 0px 7.8125vw;
    }
    .sec5 .title{
        margin: 0px 0px 4.53125vw;
    }
    .sec5 .title h1{
        font-size: 1.875vw;
        margin: 0px 0px 1.40625vw;
    }
    .sec5 .title p{
        font-size: 0.8333333333vw;
    }
    .sec5 .imgs .img_box .img_item{
        width: 33.8541666667vw;
        height: 8.125vw;
        border-radius: 2.0833333333vw;
        padding: 0px 1.25vw;
        margin: 0px 0.78125vw 0px 0px;
    }
    .sec5 .imgs .img_box .img_item .logo_img{
        width: 5.625vw;
        margin: 0px 1.0416666667vw 0px 0px;
    }
    .sec5 .imgs .img_box .img_item_text{
        width: 22.65625vw;
    }
    .sec5 .imgs .img_box .img_item_text h5{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.7291666667vw;
    }
    .sec5 .imgs .img_box .img_item_text p{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .sec5 .imgs:nth-child(3){
        margin: 1.5625vw 0px 0px;
    }
    .sec5 .more{
        margin: 3.6458333333vw 0px 0px;
    }
    .sec5 .more a{
        width: 8.3333333333vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
    }
    .sec5 .more a p{
        font-size: 0.7291666667vw;
        margin: 0px 0.2604166667vw 0px 0px;
    }
    .sec5 .more a .iconfont{
        font-size: 0.7291666667vw;
    }
    .sec6{
        height: calc(130.2083333333vw + 100vh);
    }
    .sec6 .fix .fix_img h1{
        font-size: 3.125vw;
    }
    .sec6 .common_rote{
        width: 4.2708333333vw;
        height: 4.2708333333vw;
        bottom: 2.6041666667vw;
    }
    .sec6 .common_rote .bor{
        width: 0.8333333333vw;
        height: 1.25vw;
        border-radius: 0.4166666667vw;
        padding: 0.2604166667vw 0px 0px;
    }
    .sec6 .common_rote .bor div{
        width: 0.1041666667vw;
        height: 0.2604166667vw;
    }
    .cursor1 .cursor_wrap .more{
        width: 4.6875vw;
        height: 4.6875vw;
        font-size: 0.7291666667vw;
    }
    .cursor1 .cursor_wrap .more::after{
        width: 5.2083333333vw;
        height: 5.2083333333vw;
    }
    .cursor2{
        width: 7.8125vw;
        height: 7.8125vw;
    }
    .cursor2 .cursor_solution{
        width: 7.8125vw;
        height: 7.8125vw;
        box-shadow: rgba(3, 72, 106, 0.3) 0px 0.5208333333vw 1.5625vw 0px;
    }
    .cursor2 .cursor_solution .animate{
        width: 6.4583333333vw;
        height: 6.4583333333vw;
    }
    .cursor2 .cursor_solution svg{
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }

    .loading .load_img{
        width: 12.03125vw;
    }
    .loading .wrap .logo_l{
        left: -2.9166666667vw;
        top: 0.8854166667vw;
        width: 6.1458333333vw;
        transform: scale(1.6) translateX(2.03125vw);
    }
    .loading .wrap .text_img{
        top: 0.8854166667vw;
        left: 3.4895833333vw;
        width: 5.6770833333vw;
        transform: translateX(0.5208333333vw);
    }
    .loading .fist{
        width: 6.1458333333vw;
        height: 4.6875vw;
    }
    .loading .last{
        left: -1.4583333333vw;
        transform: translateX(-2.0833333333vw);
    }
}
@media screen and (max-width: 1024px) {
    .banner .swiper .swiper-slide .content .text .pick p{
        font-size: 24px;
        line-height: 35px;
    }
    .banner .down{
        width: 70px;
        height: 70px;
        bottom: 5%;
        left: 5%;
    }
    .banner .down .rote::after{
        width: 50px;
        height: 50px;
        left: -21px;
        top: -15px;
    }
    .banner .down .iconfont{
        font-size: 14px;
    }
    .index1 .wrap .title{
        padding: 0 5%;
    }
    .index1 .wrap .title .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .index1 .wrap .title .p2{
        font-size: 13px;
        line-height: 1.7;
    }
    .index1 .position{
        display: none;
    }
    .index1{
        padding: 55px 0 0 0 ;
        background: #E6E6E6;
        /*background: linear-gradient(0deg, #EBEBEB, #E6E6E6);*/
    }
    .index1 .wrap{
        position: relative;
        top: 0;
    }
    .index1 .common_bg{
        display: none;
    }
    .index1 .bg_img{
        position: static;
        width: 100%;
        top: 0;
        transform: scale(1);
        object-fit: contain;
        left: 0;
        margin: 10px 0 0 0;
    }
    .index2{
        padding: 50px 0;
    }
    .index2 .wrap{
        width: 90%;
        margin: auto;
    }
    .index2 .title{
        width: 100%;
    }
    .index2 .title .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .index2 .title .p2{
        height: auto;
        font-size: 13px;
        line-height: 25px;
    }
    .index2 .figure .item span {
        font-size: 26px;
    }
    .index2 .figure .item{
        width: 26%;
    }
    .index2 .figure .item span::after {
        top: 1px;
        font-size: 14px;
    }
    .index2 .figure .item p {
        margin: 5px 0px 0px;
        font-size: 12px;
    }
    .index2 .figure {
        margin: 35px 0px 0px;
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .index2 .content {
        width: 100%;
        height: auto;
        margin: 34px auto 0px;
        border-radius: 10px;
        display: none;
    }
    .index2 .sj_content{
        display: block!important;
        margin: 34px auto 0px;
        position: relative;
    }

    .index2 .sj_content img{
        width: 100%;
    }

    .index2 .sj_content .play{
        width: 45px;
        height: 45px;
        transform: translate(-50%, -50%) !important;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index2 .sj_content .play svg{
        width: 16px;
        height: 16px;
    }

    .index2 .down{
        display: none;
    }


    .index_solution{
        padding: 65px 0;
    }
    .index_solution .wrap{
        width: 90%;
    }
    .index_solution .wrap .title .p1{
        font-size: 22px;
        line-height: 1.5;
        margin: 0 0 15px;
    }
    .index_solution .wrap .title {
        width: 100%;
    }
    .index_solution .wrap .title .p2{
        font-size: 12px;
        line-height: 25px;
        height: 75px;
    }
    .index_solution .wrap .content{
        margin: 30px 0 0 0;
    }
    .index_solution .wrap .content .solutionSwiper .swiper-slide {
        border-radius: 6px;
        left: 0;
    }
    .index_solution .wrap .content .solutionSwiper {
        width: 90%;
    }
    .sec5{
        padding: 0 0 45px;
    }
    .sec5 .title{
        padding: 0 5%;
        margin: 0 0 25px;
    }

    .sec5 .title h1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .sec5 .title p{
        font-size: 13px;
        line-height: 25px;
    }

    .cursor{
        display: none!important;
    }

    .sec5 .imgs .img_box .img_item {
        width: fit-content;
        height: auto;
        border-radius: 14px;
        padding: 20px 15px;
        margin: 0 20px 0 0;
        flex-direction: column;
        align-items: unset;
    }
    .sec5 .imgs .img_box .img_item .logo_img {
        width: 67px;
        margin: 0 0 20px;
    }
    .sec5 .imgs .img_box .img_item .logo_img {
        width: 40px;
        margin: 0 0 20px 0;
    }
    .sec5 .imgs .img_box .img_item_text h5 {
        font-size: 15px;
        margin: 0 0 10px;
    }
    .sec5 .imgs .img_box .img_item_text p {
        font-size: 12px;
        line-height: 25px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .sec5 .imgs .img_box .img_item_text {
        width: 225px;
    }

    .sec5 .more a {
        width: fit-content;
        height: 43px;
        border-radius: 25px;
        padding: 0 30px;
    }
    .sec5 .more a p {
        font-size: 12px;
        margin: 0 10px 0 0;
    }
    .sec5 .more a .iconfont {
        font-size: 12px;
    }
    .sec5 .more {
        margin: 30px 0 0 0;
    }
    .sec5 .imgs:nth-child(3) {
        margin: 15px 0 0 0;
    }
    .sec6 .fix .fix_img{
        display: none;
    }
    .sec6 .fix .bg_img img, .sec6 .fix .bg_img video{
        height: auto;
        clip-path: unset!important;
    }
    .sec6{
        padding: 30px 0 50px 0;
    }
    .sec6 .fix .bg_img{
        position: static;
        height: unset;
        width: 90%;
        margin: auto;
    }
    .sec6 .fix{
        height: auto;
    }
    .sec6{
        height: auto;
    }
    .sec6 .bg_img{
        display: none;
    }
    .sec6 .sj_bg_img{
        width: 90%;
        display: block!important;
        margin: 10px auto 0px;
        position: relative;
    }

    .sec6 .sj_bg_img img{
        width: 100%;
    }

    .sec6 .sj_bg_img .play{
        width: 45px;
        height: 45px;
        transform: translate(-50%, -50%) !important;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec6 .sj_bg_img .play svg{
        width: 16px;
        height: 16px;
    }

    .sec7{
        padding: 50px 0;
    }
    .sec7 .wrap .title h1{
        font-size: 24px;
        margin: 0 0 10px;
    }
    .sec7 .wrap .title p{
        font-size: 13px;
        line-height: 25px;
    }
    .sec7 .wrap .title{
        margin: 0 0 25px;
    }
    .sec7 .wrap .swiper{
        width: 180%;
        padding: 10px 0;
        overflow: unset;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item {
        width: 100%;
        height: 257px;
        border-radius: 10px;
        padding: 45px 5%;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_top p {
        font-size: 16px;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_top .iconfont{
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_text .time{
        font-size: 13px;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_top{
        margin: 0 0 25px;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .item_text .item_content, .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .item_text h5, .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .item_text .time{
        color: #111111;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_text h5{
        font-size: 16px;
        margin: 15px 0 0 0;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .item_text .item_content {
        font-size: 13px;
        line-height: 26px;
        margin: 16px 0 0 0;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .bg_logo{
        opacity: 0.03;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item .bg_logo img {
        width: 100%;
    }
    .sec7 .wrap .swiper .swiper-wrapper .swiper-slide .item:hover .item_top p {
        color: #666;
    }

    .sec7 .wrap .btns .iconfont {
        width: 45px;
        height: 45px;
    }
    .sec7 .wrap .btns{
        margin: 15px 0 0 0;
    }
    .sec7 .wrap .btns .iconfont:nth-child(1) {
        margin: 0 15px 0 0;
    }

    .sec8{
        padding: 25px 0 50px;
    }
    .sec8 .wrap{
        width: 90%;
    }
    .sec8 .wrap .item:not(:last-child) {
        margin: 0 0 20px;
    }
    .sec8 .wrap .item .text > p {
        font-size: 12px;
        line-height: 20px;
    }
    .sec8 .wrap .item .text h5 {
        margin: 0 0 15px;
        font-size: 24px;
    }
    .sec8 .wrap .item .text{
        width: 90%;
    }
    .sec8 .wrap .item .text {
        bottom: 30px;
    }
    .sec8 .wrap .item .text .more{
        margin: 25px auto 0;
    }
    .sec8 .wrap .item .text .more p {
        font-size: 14px;
        margin: 0 10px 0 0;
    }
    .sec8 .wrap .item .text .more .iconfont {
        font-size: 12px;
    }
    .sec8 .wrap .item .text .more {
        padding: 0 0 10px;
    }
    .sec8 .wrap{
        flex-direction: column;
    }
    .sec8 .wrap .item {
        border-radius: 14px;
        width: 100%;
    }
    .loading{
        display: none!important;
    }


}
