.common_brand {
    background: #F5F5F7
}

.solution1 {
    padding: 100px 0 120px;
    position: relative;
    z-index: 1
}

.solution1:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 120%;
    bottom: 0;
    left: 0;
    background: #F5F5F7;
    z-index: -1
}

.solution1 .wrap {
    width: 1440px;
    margin: auto
}

.solution1 .wrap .title {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    margin: 0 0 50px;
}

.solution1 .wrap .title .p1{
    font-weight: bold;
    font-size: 34px;
    color: #111111;
    margin: 0 0 35px;
}
.solution1 .wrap .title .p2{
    width: 991px;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}

.solution1 .wrap .content {
    width: 100%;
    height: 620px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.solution1 .wrap .content .matter{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
}
.solution1 .wrap .content .matter.on{
    pointer-events: auto;
    opacity: 1;
}
.solution1 .wrap .content .matter video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solution1 .wrap .content img {
    width: 100%;
    height: 100%;
}

.solution1 .wrap .flex {
    margin: 20px 0 0 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    position: relative;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

.solution1 .wrap .flex .item {
    text-align: center;
    cursor: pointer
}

.solution1 .wrap .flex .item:hover .image {
    transform: scale(1.2)
}

.solution1 .wrap .flex .item:hover p {
    color: var(--color)
}
.solution1 .wrap .flex .item.on p{
    color: var(--color)
}
.solution1 .wrap .flex .item .image {
    width: 160px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s
}

.solution1 .wrap .flex .item .image video {
    width: 100%;
    height: 100%
}

.solution1 .wrap .flex .item p {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    transition: .6s ease;
    position: relative;
    z-index: 5
}

.solution2 {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    padding: 93px 0
}

.solution2 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.solution2 .bg img {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.solution2 .wrap {
    width: 1440px;
    margin: 0 auto
}

.solution2 .wrap .title {
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    text-align: center
}

.solution2 .wrap .content {
    margin: 60px 0 0 0;
    display: flex;
    justify-content: space-between
}

.solution2 .wrap .content .flex:nth-child(2) {
    margin: 176px 0 0 0
}

.solution2 .wrap .content .flex:nth-child(2) .item:nth-child(2n) {
    left: 44px
}

.solution2 .wrap .content .flex .item {
    width: 510px;
    height: 260px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 5px 9px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    border: 1px solid #FFFFFF;
    padding: 40px 55px 0 55px;
    position: relative;
    backdrop-filter: blur(3px)
}

.solution2 .wrap .content .flex .item:hover {
    background: #fff
}

.solution2 .wrap .content .flex .item:not(:last-child) {
    margin: 0 0 300px
}

.solution2 .wrap .content .flex .item:nth-child(2n) {
    left: 94px
}

.solution2 .wrap .content .flex .item .num {
    width: 34px;
    height: 34px;
    background: #111111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 48px;
    right: 43px;
    z-index: 2
}

.solution2 .wrap .content .flex .item .iconfont {
    color: #EA5520;
    font-size: 36px
}

.solution2 .wrap .content .flex .item .p1 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin: 15px 0 40px 0
}

.solution2 .wrap .content .flex .item .p2 {
    width: 368px;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 24px
}

.new1{
    position: relative;
    padding: 100px 0;
}

.new1 .position_side{
    position: absolute;
    height: 100%;
    left: 27px;
    top: 0;
    z-index: 33;
    padding: 250px 0 0 0;
}
.new1 .position_side .jump{
    position: sticky;
    top: 150px;
}
.new1 .position_side .item{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.new1 .position_side .item:not(:last-child) {
    margin: 0 0 40px;
}
.new1 .position_side .item .icon{
    width: 17px;
    height: 17px;
    position: relative;
    z-index: 1;
}
.new1 .position_side .item .icon:after{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #EA5520;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .6s ease;
}
.new1 .position_side .item .icon:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%);
    width: 1px;
    height: 55px;
    background: #EA5520;
    opacity: .1;
}
.new1 .position_side .item:last-child .icon:before{
    display: none;
}
.new1 .position_side .item .icon img{
    object-fit: contain;
    width: 100%;
    opacity: 0;
    transition: .6s ease;
}
.new1 .position_side .item.on .icon:after{
    opacity: 0;
}
.new1 .position_side .item.on .icon img{
    opacity: 1;
}
.new1 .position_side .item.on p{
    color: #EA5520;
}
.new1 .position_side .item p{
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    position: relative;
    transition: .6s ease;
}
.new1 .wrap{
    width: 1440px;
    margin: auto;
}

.new1 .wrap .content .matter .headline{
    font-size: 34px;
    color: #111111;
    margin: 0 0 35px;
    font-weight: bold;
}
.new1 .wrap .content .matter:not(:last-child) {
    margin: 0 0 86px;
}
.new1 .wrap .content .matter .flex .item{
    height: 500px;
    position: relative;
    z-index: 1;
    padding: 70px 90px;
}
.new1 .wrap .content .matter .flex .item:not(:last-child) {
    margin: 0 0 30px;
}
.new1 .wrap .content .matter .flex .item .left .p1{
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 32px;
}
.new1 .wrap .content .matter .flex .item .left .p1 span{
    color: #EA5421;
}
.new1 .wrap .content .matter .flex .item .left .p2{
    width: 550px;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin: 0 0 45px;
}
.new1 .wrap .content .matter .flex .item .left .dis{
    display: flex;
    gap: 48px;
}

.new1 .wrap .content .matter .flex .item .left .dis .list .icon{
    width: 46px;
    height: 46px;
    margin: auto;
}
.new1 .wrap .content .matter .flex .item .left .dis .list .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.new1 .wrap .content .matter .flex .item .left .dis .list p{
    font-weight: normal;
    font-size: 16px;
    color: #111111;
    margin: 10px 0 0 0;
}
.new1 .wrap .content .matter .flex .item .left .more{
    width: fit-content;
    padding: 0 34px;
    height: 50px;
    background: rgba(234,85,32,0);
    border-radius: 25px;
    border: 1px solid #EA5520;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0 0 ;
    gap: 7px;
    transition: .6s ease;
}
.new1 .wrap .content .matter .flex .item .left .more p{
    font-weight: normal;
    font-size: 16px;
    color: #EA5620;
    transition: .6s ease;
}
.new1 .wrap .content .matter .flex .item .left .more .iconfont{
    font-size: 20px;
    color: #EA5520;
    transition: .6s ease;
}

.new1 .wrap .content .matter .flex .item .left .more:hover{
    background: #EA5520;
}
.new1 .wrap .content .matter .flex .item .left .more:hover p,.new1 .wrap .content .matter .flex .item .left .more:hover .iconfont{
    color:#fff
}

@media screen and (max-width: 1919px) {
    .solution1{
        padding: 5.2083333333vw 0px 6.25vw;
    }
    .solution1 .wrap{
        width: 75vw;
    }
    .solution1 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .solution1 .wrap .title .p1{
        font-size: 1.7708333333vw;
        margin: 0px 0px 1.8229166667vw;
    }
    .solution1 .wrap .title .p2{
        width: 51.6145833333vw;
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }
    .solution1 .wrap .content{
        height: 32.2916666667vw;
    }
    .solution1 .wrap .content img{
        border-radius: 1.0416666667vw;
    }
    .solution1 .wrap .flex{
        margin: 1.0416666667vw 0px 0px;
        gap: 0.5208333333vw;
    }
    .solution1 .wrap .flex .item .image{
        width: 8.3333333333vw;
        height: 5.4166666667vw;
    }
    .solution1 .wrap .flex .item p{
        font-size: 0.7291666667vw;
    }
    .solution2{
        padding: 4.84375vw 0px;
    }
    .solution2 .wrap{
        width: 75vw;
    }
    .solution2 .wrap .title{
        font-size: 1.875vw;
    }
    .solution2 .wrap .content{
        margin: 3.125vw 0px 0px;
    }
    .solution2 .wrap .content .flex:nth-child(2){
        margin: 9.1666666667vw 0px 0px;
    }
    .solution2 .wrap .content .flex:nth-child(2) .item:nth-child(2n){
        left: 2.2916666667vw;
    }
    .solution2 .wrap .content .flex .item{
        width: 26.5625vw;
        height: 13.5416666667vw;
        box-shadow: rgba(0, 0, 0, 0.05) 0.2604166667vw 0.46875vw 1.5625vw 0px;
        border-radius: 0.625vw;
        padding: 2.0833333333vw 2.8645833333vw 0px;
        backdrop-filter: blur(0.15625vw);
    }
    .solution2 .wrap .content .flex .item:not(:last-child){
        margin: 0px 0px 15.625vw;
    }
    .solution2 .wrap .content .flex .item:nth-child(2n){
        left: 4.8958333333vw;
    }
    .solution2 .wrap .content .flex .item .num{
        width: 1.7708333333vw;
        height: 1.7708333333vw;
        font-size: 0.7291666667vw;
        top: 2.5vw;
        right: 2.2395833333vw;
    }
    .solution2 .wrap .content .flex .item .iconfont{
        font-size: 1.875vw;
    }
    .solution2 .wrap .content .flex .item .p1{
        font-size: 1.25vw;
        margin: 0.78125vw 0px 2.0833333333vw;
    }
    .solution2 .wrap .content .flex .item .p2{
        width: 19.1666666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }
    .new1{
        padding: 5.2083333333vw 0px;
    }
    .new1 .position_side{
        left: 1.40625vw;
        padding: 13.0208333333vw 0px 0px;
    }
    .new1 .position_side .jump{
        top: 7.8125vw;
    }
    .new1 .position_side .item{
        gap: 0.5208333333vw;
    }
    .new1 .position_side .item:not(:last-child){
        margin: 0px 0px 2.0833333333vw;
    }
    .new1 .position_side .item .icon{
        width: 0.8854166667vw;
        height: 0.8854166667vw;
    }
    .new1 .position_side .item .icon::after{
        width: 0.3645833333vw;
        height: 0.3645833333vw;
    }
    .new1 .position_side .item .icon::before{
        top: 0.5208333333vw;
        height: 2.8645833333vw;
    }
    .new1 .position_side .item p{
        font-size: 0.7291666667vw;
    }
    .new1 .wrap{
        width: 75vw;
    }
    .new1 .wrap .content .matter .headline{
        font-size: 1.7708333333vw;
        margin: 0px 0px 1.8229166667vw;
    }
    .new1 .wrap .content .matter:not(:last-child){
        margin: 0px 0px 4.4791666667vw;
    }
    .new1 .wrap .content .matter .flex .item{
        height: 26.0416666667vw;
        padding: 3.6458333333vw 4.6875vw;
    }
    .new1 .wrap .content .matter .flex .item:not(:last-child){
        margin: 0px 0px 1.5625vw;
    }
    .new1 .wrap .content .matter .flex .item .left .p1{
        font-size: 1.25vw;
        margin: 0px 0px 1.6666666667vw;
    }
    .new1 .wrap .content .matter .flex .item .left .p2{
        width: 28.6458333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        margin: 0px 0px 2.34375vw;
    }
    .new1 .wrap .content .matter .flex .item .left .dis{
        gap: 2.5vw;
    }
    .new1 .wrap .content .matter .flex .item .left .dis .list .icon{
        width: 2.3958333333vw;
        height: 2.3958333333vw;
    }
    .new1 .wrap .content .matter .flex .item .left .dis .list p{
        font-size: 0.8333333333vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .new1 .wrap .content .matter .flex .item .left .more{
        padding: 0px 1.7708333333vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        margin: 2.6041666667vw 0px 0px;
        gap: 0.3645833333vw;
    }
    .new1 .wrap .content .matter .flex .item .left .more p{
        font-size: 0.8333333333vw;
    }
    .new1 .wrap .content .matter .flex .item .left .more .iconfont{
        font-size: 1.0416666667vw;
    }
}
@media screen and (max-width: 1024px) {
    .common_banner .parallax .text h5 {
        font-size: 22px
    }

    .solution1 {
        padding: 50px 0
    }

    .solution1 .wrap .title {
        font-size: 22px;
        margin: 0 0 32px
    }

    .solution1 .wrap {
        width: 90%
    }

    .solution1 .wrap .flex {
        flex-wrap: wrap;
        justify-content: unset;
        gap: 20px 0;
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        margin: 20px auto 0;
        width: 100%
    }

    .solution1 .wrap .content {
        height: 250px;
        border-radius: 10px;
    }

    .solution1 .wrap .content .matter > video{
        display: none;
    }

    .solution1 .wrap .content .matter .sj_video{
        display: block!important;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .solution1 .wrap .content .matter .sj_video img{
        width: 100%;
        height: 100%;
    }

    .solution1 .wrap .content .matter .sj_video .play{
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .solution1 .wrap .content .matter .sj_video .play svg{
        width: 25px;
        height: 25px;
    }
    .solution1 .wrap .content img {
        border-radius: 10px
    }

    .solution1 .wrap .flex .item .image {
        width: 100%;
        height: 60px;
        transform: none !important
    }

    .solution1 .wrap .flex .item p {
        font-size: 12px
    }

    .solution2 {
        min-height: auto;
        padding: 50px 0
    }

    .solution2 .bg img {
        height: 100%
    }

    .solution2 .wrap .title {
        font-size: 22px;
        margin: 0 0 25px
    }

    .solution2 .wrap {
        width: 90%
    }

    .solution2 .wrap .content {
        width: 100%;
        flex-direction: column
    }

    .solution2 .wrap .content .flex .item {
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 50px 5%;
        left: 0 !important
    }

    .solution2 .wrap .content .flex .item .iconfont {
        font-size: 31px
    }

    .solution2 .wrap .content .flex .item .p1 {
        font-size: 18px;
        margin: 24px 0 12px
    }

    .solution2 .wrap .content .flex .item .p2 {
        width: 100%;
        font-size: 14px;
        line-height: 25px
    }

    .solution2 .wrap .content .flex .item:not(:last-child) {
        margin: 0px 0px 20px
    }

    .solution2 .wrap .content .flex .item .num {
        width: 35px;
        height: 35px;
        font-size: 12px;
        top: 60px;
        right: 15px;
        display: none
    }

    .common_banner .parallax .text p {
        font-size: 11px
    }
    .solution1 .wrap .title .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .solution1 .wrap .title .p2{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
    }
    .new1 .position_side{
        display: none;
    }
    .new1{
        padding: 40px 0;
    }
    .new1 .wrap{
        width: 90%;
    }
    .new1 .wrap .content .matter .headline{
        font-size: 4vw;
        margin: 0 0 3vw;
    }
    .new1 .wrap .content .matter .flex .item:not(:last-child){
        margin: 0 0 3vw;
    }
    .new1 .wrap .content .matter .flex .item{
        padding: 5vw;
        height: 109vw;
        border-radius: 2.4vw;
        overflow: hidden;
    }
    .new1 .wrap .content .matter .flex .item .left .p1{
        font-size: 3.6vw;
        margin: 0 0 3vw;
    }
    .new1 .wrap .content .matter .flex .item .left .p2{
        width: 100%;
        font-size: 2.6vw;
        line-height: 5vw;
        margin: 0 0 3vw;
    }
    .new1 .wrap .content .matter .flex .item .left .p2 br{
        display: none;
    }
    .new1 .wrap .content .matter .flex .item .left .dis{
        gap: 3.6vw;
    }
    .new1 .wrap .content .matter .flex .item .left .dis .list .icon{
        width: 5vw;
        height: 5vw;
    }
    .new1 .wrap .content .matter .flex .item .left .dis .list p{
        font-size: 2.6vw;
        margin: 3vw 0 0 0;
    }
    .new1 .wrap .content .matter .flex .item .left .more{
        margin: 5vw 0 0 0;
        height: 8vw;
        border-radius: 6vw;
        gap: 0.8vw;
        padding: 0 3vw;
    }
    .new1 .wrap .content .matter .flex .item .left .more p,.new1 .wrap .content .matter .flex .item .left .more .iconfont{
        font-size: 2.8vw;
    }
    .new1 .wrap .content .matter:not(:last-child){
        margin: 0 0 6vw;
    }
    .new1 .wrap .content .matter .flex .item .common_bg{
        display: none;
    }
    .new1 .wrap .content .matter .flex .item .common_bg.sj_common_bg{
        display: block!important;
    }
}
