.solutionInfo1 {
    padding: 104px 0 130px;
    background: #F5F5F7
}

.solutionInfo1 .title {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    line-height: 45px;
    text-align: center
}

.solutionInfo1 .big_img {
    width: 1920px;
    margin: auto;
    display: block
}

.solutionInfo1 .headline {
    text-align: center
}

.solutionInfo1 .headline .p1 {
    font-weight: bold;
    font-size: 40px;
    color: #004C9C;
    line-height: 32px;
    margin: 97px 0 26px
}

.solutionInfo1 .headline .p2 {
    width: 806px;
    font-weight: 400;
    font-size: 18px;
    color: #5F6977;
    line-height: 30px;
    margin: 26px auto 0
}

.solutionInfo1 .content {
    display: flex;
    justify-content: space-between;
    margin: 74px auto
}

.solutionInfo1 .content .item {
    width: 320px;
    background: #FFFFFF;
    border-radius: 6px;
    cursor: pointer
}

.solutionInfo1 .content .item:hover .img img {
    transform: scale(1.1)
}

.solutionInfo1 .content .item:hover .text {
    color: var(--color)
}

.solutionInfo1 .content .item .img {
    width: 100%;
    height: 210px;
    border-radius: 6px;
    overflow: hidden
}

.solutionInfo1 .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.solutionInfo1 .content .item .text {
    padding: 28px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    transition: .6s ease
}

.solutionInfo2 {
    padding: 140px 0
}

.solutionInfo2 .wrap {
    display: flex;
    justify-content: space-between
}

.solutionInfo2 .wrap .matter {
    width: 660px
}

.solutionInfo2 .wrap .matter .title .p1 {
    font-weight: bold;
    font-size: 40px;
    color: #004C9C;
    margin: 0 0 10px
}

.solutionInfo2 .wrap .matter .title .p2 {
    font-weight: bold;
    font-size: 18px;
    color: #5F6977
}

.solutionInfo2 .wrap .matter .img {
    margin: 50px 0 30px;
    border-radius: 10px;
    overflow: hidden;
    height: 360px
}

.solutionInfo2 .wrap .matter .img:hover img {
    transform: scale(1.05)
}

.solutionInfo2 .wrap .matter .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.solutionInfo2 .wrap .matter .text {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    line-height: 36px
}

@keyframes lineAnimate {
    100% {
        width: 100%
    }
}

.solutionInfo3 {
    background: #F5F5F7;
    padding: 109px 0 111px
}

.solutionInfo3 .wrap {
    display: flex;
    justify-content: space-between
}

.solutionInfo3 .wrap .l {
    width: 607px;
    height: 740px
}

.solutionInfo3 .wrap .l .item.on .show {
    color: var(--color);
    transform: scale(1)
}

.solutionInfo3 .wrap .l .item:not(:last-child) {
    margin: 0 0 20px
}

.solutionInfo3 .wrap .l .item .show {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    transition: .6s ease;
    cursor: pointer;
    transform: scale(0.6);
    transform-origin: left
}

.solutionInfo3 .wrap .l .item .hide {
    overflow: hidden;
    display: none
}

.solutionInfo3 .wrap .l .item .hide > div {
    margin: 22px 0
}

.solutionInfo3 .wrap .l .item .hide > div p {
    font-weight: 400;
    font-size: 18px;
    color: #5F6977;
    line-height: 36px
}

.solutionInfo3 .wrap .l .swiper-pagination {
    position: static;
    width: fit-content;
    margin: 80px 0 0 0
}

.solutionInfo3 .wrap .l .swiper-pagination span {
    width: 30px;
    height: 6px;
    background: #CED1D8;
    border-radius: 5px;
    opacity: 1 !important;
    margin: 0 20px 0 0 !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .6s ease
}

.solutionInfo3 .wrap .l .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #004C9C;
    border-radius: 5px
}

.solutionInfo3 .wrap .l .swiper-pagination span.swiper-pagination-bullet-active {
    width: 90px
}

.solutionInfo3 .wrap .l .swiper-pagination span.swiper-pagination-bullet-active:after {
    animation: 5s lineAnimate linear infinite
}

.solutionInfo3 .wrap .l .swiper-pagination span:last-child {
    margin: 0 !important
}

.solutionInfo3 .wrap .r {
    width: 640px;
    height: 740px;
    border-radius: 10px;
    overflow: hidden
}

.solutionInfo3 .wrap .r .rSwiper {
    width: 100%;
    height: 100%
}

.solutionInfo3 .wrap .r .rSwiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden
}

.solutionInfo3 .wrap .r .rSwiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.solutionInfo4 {
    height: 100vh;
    position: relative;
    z-index: 1;
    padding: 0 0 115px;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.solutionInfo4 .wrap {
    margin: 0
}

.solutionInfo4 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    margin: 0 0 50px
}

.solutionInfo4 .wrap .content {
    display: flex;
    justify-content: space-between
}

.solutionInfo4 .wrap .content .item {
    width: 680px;
    height: 270px;
    background: rgba(245, 245, 247, 0.96);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #FFFFFF;
    padding: 50px;
    font-weight: 400;
    font-size: 18px;
    color: #5F6977;
    line-height: 36px
}

.solutionInfo4 .wrap .content .item span {
    color: var(--color)
}

.solutionInfo4 .wrap .content .item b {
    color: #111
}

.solutionInfo5 {
    background: #F5F5F7;
    padding: 150px 0 176px
}

.solutionInfo5 .wrap {
    display: flex;
    justify-content: space-between
}

.solutionInfo5 .wrap .item {
    width: 660px
}

.solutionInfo5 .wrap .item .title {
    margin: 0 0 50px
}

.solutionInfo5 .wrap .item .title .p1 {
    font-weight: bold;
    font-size: 40px;
    color: #004C9C;
    margin: 0 0 10px
}

.solutionInfo5 .wrap .item .title .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #004C9C
}

.solutionInfo5 .wrap .item .img {
    width: 100%;
    height: 360px;
    border-radius: 10px;
    overflow: hidden
}

.solutionInfo5 .wrap .item .img:hover img {
    transform: scale(1.05)
}

.solutionInfo5 .wrap .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.solutionInfo5 .wrap .item .text {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    line-height: 36px;
    margin: 30px 0 0 0
}

.solutionInfo6 {
    padding: 100px 0 113px
}

.solutionInfo6 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #004C9C;
    margin: 0 0 50px
}

.solutionInfo6 .wrap .big {
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0 50px;
    display: flex;
    align-items: center
}

.solutionInfo6 .wrap .big .bor {
    width: 620px;
    height: 280px;
    background: rgba(170, 209, 255, 0.33);
    border-radius: 10px;
    border: 1px solid #7DBBFF;
    display: flex;
    align-items: center;
    justify-content: center
}

.solutionInfo6 .wrap .big .bor .dis {
    display: flex;
    align-items: center;
    justify-content: center
}

.solutionInfo6 .wrap .big .bor .dis .list:not(:last-child) {
    margin: 0 60px 0 0
}

.solutionInfo6 .wrap .big .bor .dis .list .img {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px
}

.solutionInfo6 .wrap .big .bor .dis .list .img img {
    object-fit: contain
}

.solutionInfo6 .wrap .big .bor .dis .list p {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center
}

.solutionInfo6 .wrap .big .bor .label {
    width: fit-content;
    height: 50px;
    background: #004C9C;
    border-radius: 25px;
    padding: 0 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px auto 0;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}

.solutionInfo6 .wrap .content {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0 0
}

.solutionInfo6 .wrap .content .flex {
    width: 670px
}

.solutionInfo6 .wrap .content .flex .text {
    font-weight: 400;
    font-size: 18px;
    color: #5F6977;
    line-height: 36px
}

.solutionInfo6 .wrap .content .flex .text:not(:last-child) {
    margin: 0 0 40px
}

.solutionInfo6 .wrap .content .flex .text b {
    color: #111111
}

@media screen and (max-width: 1919px) {
    .solutionInfo1{
        padding: 5.4166666667vw 0px 6.7708333333vw;
    }
    .solutionInfo1 .title{
        font-size: 1.5625vw;
        line-height: 2.34375vw;
    }
    .solutionInfo1 .big_img{
        width: 100vw;
    }
    .solutionInfo1 .headline .p1{
        font-size: 2.0833333333vw;
        line-height: 1.6666666667vw;
        margin: 5.0520833333vw 0px 1.3541666667vw;
    }
    .solutionInfo1 .headline .p2{
        width: 41.9791666667vw;
        font-size: 0.9375vw;
        line-height: 1.5625vw;
        margin: 1.3541666667vw auto 0px;
    }
    .solutionInfo1 .content{
        margin: 3.8541666667vw auto;
    }
    .solutionInfo1 .content .item{
        width: 16.6666666667vw;
        border-radius: 0.3125vw;
    }
    .solutionInfo1 .content .item .img{
        height: 10.9375vw;
        border-radius: 0.3125vw;
    }
    .solutionInfo1 .content .item .text{
        padding: 1.4583333333vw 0px;
        font-size: 0.9375vw;
    }
    .solutionInfo2{
        padding: 7.2916666667vw 0px;
    }
    .solutionInfo2 .wrap .matter{
        width: 34.375vw;
    }
    .solutionInfo2 .wrap .matter .title .p1{
        font-size: 2.0833333333vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .solutionInfo2 .wrap .matter .title .p2{
        font-size: 0.9375vw;
    }
    .solutionInfo2 .wrap .matter .img{
        margin: 2.6041666667vw 0px 1.5625vw;
        border-radius: 0.5208333333vw;
        height: 18.75vw;
    }
    .solutionInfo2 .wrap .matter .text{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .solutionInfo3{
        padding: 5.6770833333vw 0px 5.78125vw;
    }
    .solutionInfo3 .wrap .l{
        width: 31.6145833333vw;
        height: 38.5416666667vw;
    }
    .solutionInfo3 .wrap .l .item:not(:last-child){
        margin: 0px 0px 1.0416666667vw;
    }
    .solutionInfo3 .wrap .l .item .show{
        font-size: 2.0833333333vw;
    }
    .solutionInfo3 .wrap .l .item .hide > div{
        margin: 1.1458333333vw 0px;
    }
    .solutionInfo3 .wrap .l .item .hide > div p{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .solutionInfo3 .wrap .l .swiper-pagination{
        margin: 4.1666666667vw 0px 0px;
    }
    .solutionInfo3 .wrap .l .swiper-pagination span{
        width: 1.5625vw;
        height: 0.3125vw;
        border-radius: 0.2604166667vw;
        margin: 0px 1.0416666667vw 0px 0px !important;
    }
    .solutionInfo3 .wrap .l .swiper-pagination span::after{
        border-radius: 0.2604166667vw;
    }
    .solutionInfo3 .wrap .l .swiper-pagination span.swiper-pagination-bullet-active{
        width: 4.6875vw;
    }
    .solutionInfo3 .wrap .r{
        width: 33.3333333333vw;
        height: 38.5416666667vw;
        border-radius: 0.5208333333vw;
    }
    .solutionInfo3 .wrap .r .rSwiper .swiper-slide{
        border-radius: 0.5208333333vw;
    }
    .solutionInfo4{
        padding: 0px 0px 5.9895833333vw;
    }
    .solutionInfo4 .wrap .title{
        font-size: 2.0833333333vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .solutionInfo4 .wrap .content .item{
        width: 35.4166666667vw;
        height: 14.0625vw;
        border-radius: 0.5208333333vw;
        padding: 2.6041666667vw;
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .solutionInfo5{
        padding: 7.8125vw 0px 9.1666666667vw;
    }
    .solutionInfo5 .wrap .item{
        width: 34.375vw;
    }
    .solutionInfo5 .wrap .item .title{
        margin: 0px 0px 2.6041666667vw;
    }
    .solutionInfo5 .wrap .item .title .p1{
        font-size: 2.0833333333vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .solutionInfo5 .wrap .item .title .p2{
        font-size: 0.9375vw;
    }
    .solutionInfo5 .wrap .item .img{
        height: 18.75vw;
        border-radius: 0.5208333333vw;
    }
    .solutionInfo5 .wrap .item .text{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        margin: 1.5625vw 0px 0px;
    }
    .solutionInfo6{
        padding: 5.2083333333vw 0px 5.8854166667vw;
    }
    .solutionInfo6 .wrap .title{
        font-size: 2.0833333333vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .solutionInfo6 .wrap .big{
        height: 19.7916666667vw;
        border-radius: 0.5208333333vw;
        padding: 0px 2.6041666667vw;
    }
    .solutionInfo6 .wrap .big .bor{
        width: 32.2916666667vw;
        height: 14.5833333333vw;
        border-radius: 0.5208333333vw;
    }
    .solutionInfo6 .wrap .big .bor .dis .list:not(:last-child){
        margin: 0px 3.125vw 0px 0px;
    }
    .solutionInfo6 .wrap .big .bor .dis .list .img{
        width: 2.03125vw;
        height: 2.03125vw;
        margin: 0px auto 1.0416666667vw;
    }
    .solutionInfo6 .wrap .big .bor .dis .list p{
        font-size: 0.9375vw;
    }
    .solutionInfo6 .wrap .big .bor .label{
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        padding: 0px 1.40625vw;
        margin: 1.8229166667vw auto 0px;
        font-size: 0.9375vw;
    }
    .solutionInfo6 .wrap .content{
        margin: 3.125vw 0px 0px;
    }
    .solutionInfo6 .wrap .content .flex{
        width: 34.8958333333vw;
    }
    .solutionInfo6 .wrap .content .flex .text{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .solutionInfo6 .wrap .content .flex .text:not(:last-child){
        margin: 0px 0px 2.0833333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .solutionInfo1{
        padding: 40px 0;
    }
    .solutionInfo1 .wrap{
        width: 90%;
        margin: auto;
    }
    .solutionInfo1 .title{
        font-size: 16px;
        line-height: 28px;
    }
    .solutionInfo1 .title p br{
        display: none;
    }
    .solutionInfo1 .headline .p1{
        font-size: 22px;
        line-height: 25px;
        margin: 25px 0 10px;
    }
    .solutionInfo1 .headline .p2{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
        margin: 15px auto 0;
    }
    .solutionInfo1 .content{
        margin: 40px auto 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }
    .solutionInfo1 .content .item{
        width: 100%;
        border-radius: 10px;
    }
    .solutionInfo1 .content .item .img{
        height: auto;
        border-radius: 10px;
    }

    .solutionInfo1 .content .item .text{
        padding: 12px 0;
        font-size: 14px;
    }

    .solutionInfo2{
        padding: 40px 0;
    }
    .solutionInfo2 .wrap{
        flex-direction: column;
        gap: 30px;
    }
    .solutionInfo2 .wrap .matter{
        width: 100%;
    }
    .solutionInfo2 .wrap .matter .title .p1{
        font-size: 22px;
        margin: 0 0 8px;
    }
    .solutionInfo2 .wrap .matter .title .p2{
        font-size: 13px;
    }

    .solutionInfo2 .wrap .matter .img{
        margin: 25px 0 10px;
        height: auto;
        border-radius: 10px;
    }
    .solutionInfo2 .wrap .matter .text{
        font-size: 13px;
        line-height: 25px;
        margin: 20px 0 0 0;
    }

    .solutionInfo3{
        padding: 40px 0;
    }
    .solutionInfo3 .wrap{
        flex-direction: column-reverse;
    }
    .solutionInfo3 .wrap .r{
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .solutionInfo3 .wrap .l{
        width: 100%;
        height: 100%;
        margin: 30px 0 0 0;
    }

    .solutionInfo3 .wrap .l .item .show{
        font-size: 22px;
    }
    .solutionInfo3 .wrap .l .item .hide > div{
        margin: 10px 0;
    }
    .solutionInfo3 .wrap .l .item .hide > div p{
        font-size: 13px;
        line-height: 25px;
    }

    .solutionInfo3 .wrap .l .swiper-pagination{
        margin: 7px 0 0 0;
    }
    .solutionInfo3 .wrap .l .swiper-pagination span{
        width: 20px;
        height: 3px;
        margin: 0 10px 0 0!important;
        border-radius: 4px;
    }
    .solutionInfo3 .wrap .l .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .solutionInfo3 .wrap .l .swiper-pagination span.swiper-pagination-bullet-active{
        width: 40px;
    }

    .solutionInfo4{
        height: auto;
        padding: 60px 0 40px;
    }
    .solutionInfo4 .wrap .title{
        font-size: 22px;
        margin: 0 0 20px;
    }


    .solutionInfo4 .wrap .content{
        flex-direction: column;
        gap: 20px;
    }

    .solutionInfo4 .wrap .content .item{
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 20px;
        font-size: 13px;
        line-height: 25px;
    }
    .solutionInfo4:after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.2);
        z-index: -1;
    }

    .solutionInfo5{
        padding: 40px 0;
    }
    .solutionInfo5 .wrap{
        flex-direction: column;
        gap: 30px;
    }
    .solutionInfo5 .wrap .item{
        width: 100%;
    }
    .solutionInfo5 .wrap .item .title .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .solutionInfo5 .wrap .item .title .p2{
        font-size: 13px;
    }
    .solutionInfo5 .wrap .item .img{
        height: auto;
        border-radius: 10px;
    }
    .solutionInfo5 .wrap .item .text{
        font-size: 13px;
        margin: 20px 0 0 0;
        line-height: 25px;
    }
    .solutionInfo6{
        padding: 40px 0;
    }
    .solutionInfo6 .wrap .title{
        font-size: 22px;
        margin: 0 0 20px;
    }
    .solutionInfo5 .wrap .item .title{
        margin: 0 0 30px;
    }
    .solutionInfo6 .wrap .big{
        height: auto;
        border-radius: 10px;
        padding: 30px 5%;
    }
    .solutionInfo6 .wrap .big .bor{
        width: fit-content;
        height: auto;
        border-radius: 10px;
        padding: 20px;
    }
    .solutionInfo6 .wrap .big .bor .dis .list:not(:last-child){
        margin: 0 15px 0 0;
    }
    .solutionInfo6 .wrap .big .bor .dis .list .img{
        width: 22px;
        height: 22px;
        margin: 0 auto 15px;
    }
    .solutionInfo6 .wrap .big .bor .dis .list p{
        font-size: 12px;
    }
    .solutionInfo6 .wrap .big .bor .label{
        height: auto;
        border-radius: 30px;
        padding: 10px 15px;
        margin: 15px auto 0;
        font-size: 11px;
    }

    .solutionInfo6 .wrap .content{
        margin: 25px 0 0 0;
        flex-direction: column;
    }
    .solutionInfo6 .wrap .content .flex .text:not(:last-child){
        margin: 0 0 30px;
    }

    .solutionInfo6 .wrap .content .flex .text{
        font-size: 13px;
        line-height: 25px;
    }
    .solutionInfo6 .wrap .content .flex{
        width: 100%;
    }
}

