.common_banner .top .title .p1{
    font-size: 50px;
}
.solution2 {
    padding: 111px 0 87px 0
}

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

.solution2 .wrap {
    width: 1480px;
    margin: auto
}

.solution2 .wrap .title .p p {
    width: fit-content;
    margin: auto;
    font-weight: bold;
    font-size: 30px
}

.solution2 .wrap .content {
    width: max-content;
    margin: 118px 0 0 0
}

.solution2 .wrap .content .swiper {
    width: 100%;
    overflow: unset
}

.solution2 .wrap .content .swiper .swiper-slide {
    width: 442px;
    margin: 0 77px 0 0
}

.solution2 .wrap .content .swiper .swiper-slide .item {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 12px;
    z-index: 1;
    padding: 42px 34px 40px 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.solution2 .wrap .content .swiper .swiper-slide .item .y{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solution2 .wrap .content .swiper .swiper-slide .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000, transparent);
    z-index: -1;
    opacity: 0;
    transition: .6s ease
}

.solution2 .wrap .content .swiper .swiper-slide .item .t .headline {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.solution2 .wrap .content .swiper .swiper-slide .item .t .headline .p1 {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF
}

.solution2 .wrap .content .swiper .swiper-slide .item .t .headline .icon {
    width: 45px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

.solution2 .wrap .content .swiper .swiper-slide .item .t .headline .icon img {
    object-fit: contain
}

.solution2 .wrap .content .swiper .swiper-slide .item .t .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 19px 21px;
    margin: 45px 0 0 0;
    opacity: 0;
    transform: translateY(10px);
    transition: .6s ease
}

.solution2 .wrap .content .swiper .swiper-slide .item .t .flex .list {
    width: fit-content;
    padding: 0 16px;
    height: 45px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    transition: .6s ease
}

.solution2 .wrap .content .swiper .swiper-slide .item .t .flex .list:hover {
    background: #fff;
    color: #00388B
}

.solution2 .wrap .content .swiper .swiper-slide .item .b {
    opacity: 0;
    transform: translateY(10px);
    transition: 1s
}

.solution2 .wrap .content .swiper .swiper-slide .item .b .more {
    display: flex;
    align-items: center
}

.solution2 .wrap .content .swiper .swiper-slide .item .b .more p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 13px 0 0
}

.solution2 .wrap .content .swiper .swiper-slide .item .b .more .iconfont {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 1px
}

.solution2 .wrap .content .swiper .swiper-slide .item:hover:after {
    opacity: .8
}

.solution2 .wrap .content .swiper .swiper-slide .item:hover .t .flex {
    opacity: 1;
    transform: translateY(0)
}

.solution2 .wrap .content .swiper .swiper-slide .item:hover .b {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.solution2 .wrap .button {
    display: flex;
    justify-content: center;
    margin: 68px 0 0 0
}

.solution2 .wrap .button .circle {
    width: 49px;
    height: 49px;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 1px solid #EDEEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease
}

.solution2 .wrap .button .circle:hover {
    background: #00388B;
    transform: scale(1.05)
}

.solution2 .wrap .button .circle:hover .iconfont {
    color: #fff
}

.solution2 .wrap .button .circle:first-child {
    transform: rotate(180deg);
    margin: 0 24px 0 0
}

.solution2 .wrap .button .circle:first-child:hover {
    transform: rotate(180deg) scale(1.05)
}

.solution2 .wrap .button .circle .iconfont {
    color: #8C8C8C;
    font-size: 22px;
    transition: .6s ease
}

.solution3 {
    padding: 0 0 117px
}

.solution3 .wrap .title {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin: 0 0 70px;
    text-align: center
}

.solution3 .wrap .content .matter {
    display: flex;
    width: max-content;
    animation: img_go 20s infinite linear
}

.solution3 .wrap .content .matter:last-child {
    animation-direction: reverse
}

.solution3 .wrap .content .matter:not(:last-child) {
    margin: 0 0 24px
}

.solution3 .wrap .content .matter .flex {
    display: flex
}

.solution3 .wrap .content .matter .flex .img {
    width: 241px;
    height: 101px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 32px 0 0
}

.solution4 {
    padding: 80px 0 113px 0;
    background: #F6F6F6;
    position: relative;
    z-index: 5
}

.solution4 .wrap {
    width: 1480px;
    margin: auto
}

.solution4 .wrap .title {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    margin: 0 0 65px;
    text-align: center
}

.solution4 .wrap .content {
    display: flex;
    justify-content: space-between
}

.solution4 .wrap .content .item {
    width: 440px;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden
}

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

.solution4 .wrap .content .item:hover .text h1 {
    color: #00388B
}

.solution4 .wrap .content .item .img {
    width: 100%;
    height: 300px;
    overflow: hidden
}

.solution4 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.solution4 .wrap .content .item .text {
    padding: 34px 36px 54px 36px;
    background: #fff
}

.solution4 .wrap .content .item .text h1 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 0 0 13px;
    transition: .6s ease
}

.solution4 .wrap .content .item .text .pick {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    margin: 0 0 36px
}

.solution4 .wrap .content .item .text .more {
    display: flex;
    align-items: center
}

.solution4 .wrap .content .item .text .more p {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    margin: 0 10px 0 0
}

.solution4 .wrap .content .item .text .more .iconfont {
    color: #666666;
    font-size: 16px
}

@media screen and (max-width: 1919px) {
    .common_banner .top .title .p1{
        font-size: 2.6041666666vw;
    }
    .solution2 {
        padding: 5.78125vw 0 4.53125vw 0
    }

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

    .solution2 .wrap {
        width: 77.0833333333vw;
        margin: auto
    }

    .solution2 .wrap .title .p p {
        width: fit-content;
        margin: auto;
        font-weight: bold;
        font-size: 1.5625vw
    }

    .solution2 .wrap .content {
        width: max-content;
        margin: 6.1458333333vw 0 0 0
    }

    .solution2 .wrap .content .swiper {
        width: 100%;
        overflow: unset
    }

    .solution2 .wrap .content .swiper .swiper-slide {
        width: 23.0208333333vw;
        margin: 0 4.0104166667vw 0 0
    }

    .solution2 .wrap .content .swiper .swiper-slide .item {
        position: relative;
        width: 100%;
        height: 26.0416666667vw;
        border-radius: .625vw;
        z-index: 1;
        padding: 2.1875vw 1.7708333333vw 2.0833333333vw 1.40625vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden
    }

    .solution2 .wrap .content .swiper .swiper-slide .item:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, #000, transparent);
        z-index: -1;
        opacity: 0;
        transition: .6s ease
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .t .headline {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .t .headline .p1 {
        font-weight: 500;
        font-size: 1.0416666667vw;
        color: #FFFFFF
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .t .headline .icon {
        width: 2.34375vw;
        height: 2.1875vw;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .t .headline .icon img {
        object-fit: contain
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .t .flex {
        display: flex;
        flex-wrap: wrap;
        gap: .9895833333vw 1.09375vw;
        margin: 2.34375vw 0 0 0;
        opacity: 0;
        transform: translateY(10px);
        transition: .6s ease
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .t .flex .list {
        width: fit-content;
        padding: 0 .8333333333vw;
        height: 2.34375vw;
        border-radius: 1.1458333333vw;
        border: .0520833333vw solid rgba(255, 255, 255, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: .78125vw;
        color: #FFFFFF;
        transition: .6s ease
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .t .flex .list:hover {
        background: #fff;
        color: #00388B
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .b {
        opacity: 0;
        transform: translateY(10px);
        transition: 1s
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .b .more {
        display: flex;
        align-items: center
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .b .more p {
        font-weight: 500;
        font-size: .8333333333vw;
        color: #FFFFFF;
        margin: 0 .6770833333vw 0 0
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .b .more .iconfont {
        color: #fff;
        font-size: .8333333333vw;
        position: relative;
        top: .0520833333vw
    }

    .solution2 .wrap .content .swiper .swiper-slide .item:hover:after {
        opacity: .8
    }

    .solution2 .wrap .content .swiper .swiper-slide .item:hover .t .flex {
        opacity: 1;
        transform: translateY(0)
    }

    .solution2 .wrap .content .swiper .swiper-slide .item:hover .b {
        opacity: 1;
        transform: translateY(0);
        transition-delay: .2s
    }

    .solution2 .wrap .button {
        display: flex;
        justify-content: center;
        margin: 3.5416666667vw 0 0 0
    }

    .solution2 .wrap .button .circle {
        width: 2.5520833333vw;
        height: 2.5520833333vw;
        background: rgba(255, 255, 255, 0);
        border-radius: 50%;
        border: .0520833333vw solid #EDEEEF;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s ease
    }

    .solution2 .wrap .button .circle:hover {
        background: #00388B;
        transform: scale(1.05)
    }

    .solution2 .wrap .button .circle:hover .iconfont {
        color: #fff
    }

    .solution2 .wrap .button .circle:first-child {
        transform: rotate(180deg);
        margin: 0 1.25vw 0 0
    }

    .solution2 .wrap .button .circle:first-child:hover {
        transform: rotate(180deg) scale(1.05)
    }

    .solution2 .wrap .button .circle .iconfont {
        color: #8C8C8C;
        font-size: 1.1458333333vw;
        transition: .6s ease
    }

    .solution3 {
        padding: 0 0 6.09375vw
    }

    .solution3 .wrap .title {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #000000;
        margin: 0 0 3.6458333333vw;
        text-align: center
    }

    .solution3 .wrap .content .matter {
        display: flex;
        width: max-content;
        animation: img_go 20s infinite linear
    }

    .solution3 .wrap .content .matter:last-child {
        animation-direction: reverse
    }

    .solution3 .wrap .content .matter:not(:last-child) {
        margin: 0 0 1.25vw
    }

    .solution3 .wrap .content .matter .flex {
        display: flex
    }

    .solution3 .wrap .content .matter .flex .img {
        width: 12.5520833333vw;
        height: 5.2604166667vw;
        background: #FFFFFF;
        border-radius: .5208333333vw;
        border: .0520833333vw solid #EDEDED;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 1.6666666667vw 0 0
    }

    .solution4 {
        padding: 4.1666666667vw 0 5.8854166667vw 0;
        background: #F6F6F6;
        position: relative;
        z-index: 5
    }

    .solution4 .wrap {
        width: 77.0833333333vw;
        margin: auto
    }

    .solution4 .wrap .title {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #000000;
        margin: 0 0 3.3854166667vw;
        text-align: center
    }

    .solution4 .wrap .content {
        display: flex;
        justify-content: space-between
    }

    .solution4 .wrap .content .item {
        width: 22.9166666667vw;
        cursor: pointer;
        border-radius: .3125vw;
        overflow: hidden
    }

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

    .solution4 .wrap .content .item:hover .text h1 {
        color: #00388B
    }

    .solution4 .wrap .content .item .img {
        width: 100%;
        height: 15.625vw;
        overflow: hidden
    }

    .solution4 .wrap .content .item .img img {
        width: 100%;
        height: 100%;
        transition: 1s
    }

    .solution4 .wrap .content .item .text {
        padding: 1.7708333333vw 1.875vw 2.8125vw 1.875vw;
        background: #fff
    }

    .solution4 .wrap .content .item .text h1 {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #000000;
        margin: 0 0 .6770833333vw;
        transition: .6s ease
    }

    .solution4 .wrap .content .item .text .pick {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #888888;
        margin: 0 0 1.875vw
    }

    .solution4 .wrap .content .item .text .more {
        display: flex;
        align-items: center
    }

    .solution4 .wrap .content .item .text .more p {
        font-weight: 500;
        font-size: .78125vw;
        color: #333333;
        margin: 0 .5208333333vw 0 0
    }

    .solution4 .wrap .content .item .text .more .iconfont {
        color: #666666;
        font-size: .8333333333vw
    }
}

@media screen and (max-width: 1024px) {
    .solution2{
        height: auto!important;
        padding: 50px 0;
    }
    .solution2 .wrap .title .p p{
        font-size: 14px;
        line-height: 27px;
    }
    .solution2 .wrap{
        width: 90%;
    }

    .solution2 .wrap .content .swiper .wrap_x {
        flex-direction: column;
        transform: none!important;
    }
    .solution2 .wrap .content{
        width: 100%;
    }
    .solution2 .wrap .content .swiper .swiper-slide {
        width: 100%;
        margin: 0 0 15px;
    }
    .solution2 .wrap .content .swiper .swiper-slide .item{
        height: auto;
        /*padding: 50px 5%;*/

        padding: 0;
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .common_bg{
        position: static;
    }



    .solution2 .wrap .content .swiper .swiper-slide .item:after{
        border-radius: 12px;
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .y{
        position: absolute;
        bottom: 30px;
        width: 100%;
        left: 0;
        padding: 0 5%;
        z-index: 5;
    }

    .solution2 .wrap .content .swiper .swiper-slide .item .t .headline .p1{
        font-size: 18px;
        font-weight: bold;
    }
    .solution2 .wrap .content .swiper .swiper-slide .item .t .headline .icon {
        width: 25px;
        height: 25px;
    }
    .solution2 .wrap .content .swiper .swiper-slide .item .t .flex{
        margin: 30px 0 0 0;
        gap: 15px;
        opacity: 1;
        transform: none;
    }
    .solution2 .wrap .content .swiper .swiper-slide .item .t .flex .list {
        width: fit-content;
        padding: 0 19px;
        height: 40px;
        border-radius: 22px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        font-size: 12px;
    }
    .solution2 .wrap .content .swiper .swiper-slide .item .b{
        opacity: 1;
        transform: none;
        margin: 60px 0 0 0;
    }
    .solution2 .wrap .content .swiper .swiper-slide .item:after{
        opacity: 1;
    }
    .solution2 .wrap .content .swiper .swiper-slide .item .b .more p {
        font-size: 12px;
        margin: 0 8px 0 0;
    }
    .solution2 .wrap .content .swiper .swiper-slide .item .b .more .iconfont {
        font-size: 14px;
        top: 1px;
    }

    .solution2 .fix{
        height: auto!important;
    }

    .solution3{
        padding: 0 0 35px;
    }
    .solution3 .wrap .title{
        margin: 0 0 25px;
        font-size: 24px;
    }
    .solution3 .wrap .content .matter .flex .img {
        width: 120px;
        height: 50px;
        border-radius: 10px;
        border: 1px solid #EDEDED;
        margin: 0 15px 0 0;
    }

    .solution3 .wrap .content .matter .flex .img img{
        width: 80%;
        height: 55%;
        object-fit: contain;
    }
    .solution3 .wrap .content .matter:not(:last-child) {
        margin: 0 0 15px;
    }

    .solution4{
        padding: 45px 0;
    }
    .solution4 .wrap .title{
        font-size: 24px;
        margin: 0 0 25px;
    }
    .solution4 .wrap{
        width: 90%;
    }
    .solution4 .wrap .content{
        flex-direction: column;
        gap: 25px 0;
    }
    .solution4 .wrap .content .item{
        width: 100%;
    }
    .solution4 .wrap .content .item .img{
        height: auto;
    }
    .solution4 .wrap .content .item .text{
        padding: 25px 15px;
    }
    .solution4 .wrap .content .item .text h1{

        font-size: 18px;
        margin: 0 0 10px;
    }
    .solution4 .wrap .content .item .text .pick{
        font-size: 13px;
        margin: 0 0 10px;
    }
    .solution4 .wrap .content .item .text .more p{
        font-size: 14px;
        margin: 0 5px 0 0;
    }
    .solution4 .wrap .content .item .text .more .iconfont{
        font-size: 14px;
    }
    .common_banner .top .title .p1{
        font-size: 24px;
    }
}
