.common_banner .top .title .p1{
    font-size: 40px;
}
@keyframes img_go {
    100% {
        transform: translateX(-50%)
    }
}

.ability {
    padding: 129px 0 48px 0
}

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

.ability .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 68px
}

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

.ability .wrap .content .item {
    width: 250px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 69px 0 75px 0;
    cursor: pointer;
    transition: .6s ease;
}
.ability .wrap .content .item:hover{
    background: #00388B;
}

.ability .wrap .content .item:hover .text{
    color: #fff;
}

.ability .wrap .content .item:hover .icon img:first-child{
    opacity: 0;
}
.ability .wrap .content .item:hover .icon img:nth-child(2){
    opacity: 1;
}

.ability .wrap .content .item .icon {
    width: 64px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 48px;
    transition: 1s;
    position: relative;
}

.ability .wrap .content .item .icon img {
    object-fit: contain;
    transition: .6s ease;
}
.ability .wrap .content .item .icon img:nth-child(2){
    position: absolute;
    opacity: 0;
}

.ability .wrap .content .item .text {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    transition: .6s ease;
}

.ability .wrap .content2 {
    height: 560px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin: 116px 0 0 0
}

.ability .wrap .content2 .item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 70px
}

.ability .wrap .content2 .item > div {
    transition: 1s
}

.ability .wrap .content2 .item:hover > div {
    transform: translateY(-20px)
}

.ability .wrap .content2 .item:hover > div .icon {
    transform: rotateY(180deg)
}

.ability .wrap .content2 .item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5)
}

.ability .wrap .content2 .item .icon {
    width: 64px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: 1s
}

.ability .wrap .content2 .item .pick {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center
}

.ability2 {
    padding: 100px 0 85px 0
}

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

.ability2 .wrap .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 84px;
    text-align: center
}

.ability2 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ability2 .wrap .content .img {
    width: 740px;
    height: 430px;
    overflow: hidden;
    cursor: pointer
}

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

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

.ability2 .wrap .content .cut {
    width: 628px
}

.ability2 .wrap .content .cut .list {
    padding: 0 0 24px;
    border-bottom: 1px solid #F6F6F6;
    cursor: pointer
}

.ability2 .wrap .content .cut .list:hover .p1 {
    color: #00388B
}

.ability2 .wrap .content .cut .list:last-child {
    border-bottom: none
}

.ability2 .wrap .content .cut .list:not(:last-child) {
    margin: 0 0 24px
}

.ability2 .wrap .content .cut .list .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0 0 8px;
    transition: .6s ease
}

.ability2 .wrap .content .cut .list .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #888888
}

.ability2 .wrap .go {
    display: flex;
    justify-content: space-between;
    margin: 74px 0 0 0
}

.ability2 .wrap .go .img {
    max-height: 74px;
    max-width: 215px;
    cursor: pointer
}

.ability2 .wrap .go .img:hover img {
    transform: scale(1.1)
}

.ability2 .wrap .go .img img {
    transition: 1s
}

.ability3 {
    padding: 94px 0 10px 0;
    background: #F6F6F6
}

.ability3 .wrap {
    width: 1658px;
    margin: auto
}

.ability3 .wrap .title {
    text-align: center;
    margin: 0 0 58px
}

.ability3 .wrap .title h1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin: 0 0 27px
}

.ability3 .wrap .title p {
    font-weight: 400;
    font-size: 16px;
    color: #888888
}

.ability3 .wrap .cut {
    display: flex;
    justify-content: center
}

.ability3 .wrap .cut .list {
    padding: 0 50px;
    width: fit-content;
    height: 64px;
    background: #FFFFFF;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #333333
}

.ability3 .wrap .cut .list:not(:last-child) {
    margin: 0 28px 0 0
}

.ability3 .wrap .content {
    margin: 70px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ability3 .wrap .content .circle {
    width: 49px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #EDEEEF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
    cursor: pointer
}

.ability3 .wrap .content .circle:first-child {
    transform: rotate(180deg)
}

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

.ability3 .wrap .content .circle:hover {
    background: #00338D;
    transform: scale(1.05)
}

.ability3 .wrap .content .circle:hover .iconfont {
    color: #fff
}

.ability3 .wrap .content .circle .iconfont {
    color: #8C8C8C;
    font-size: 20px;
    transition: .6s ease
}

.ability3 .wrap .content .zzSwiper {
    width: 1480px
}

.ability3 .wrap .content .zzSwiper .swiper-slide .img {
    width: 100%;
    height: 320px;
    overflow: hidden
}

.ability3 .wrap .content .zzSwiper .swiper-slide .img:hover img {
    transform: scale(1.05)
}

.ability3 .wrap .content .zzSwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.ability3 .wrap .content .zzSwiper .swiper-slide .text {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin: 35px 0 0 0;
    text-align: center
}

.ability4 {
    background: #F6F6F6;
    padding: 129px 0 113px 0;
    z-index: 1;
    position: relative
}

.ability4 .wrap .title h1 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    text-align: center
}

.ability4 .wrap .title .dis {
    display: flex;
    justify-content: center;
    margin: 47px 0 0 0
}

.ability4 .wrap .title .dis .list {
    display: flex;
    align-items: center
}

.ability4 .wrap .title .dis .list:not(:last-child) {
    margin: 0 51px 0 0
}

.ability4 .wrap .title .dis .list div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 13px 0 0
}

.ability4 .wrap .title .dis .list p {
    font-weight: 400;
    font-size: 16px;
    color: #333333
}

.ability4 .wrap .canvas_jump {
    width: 526px;
    height: 526px;
    position: relative;
    z-index: 2;
    margin: 40px auto 0
}

.ability4 .wrap .canvas_jump .canvas {
    width: 570px;
    height: 570px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.ability4 .wrap .canvas_jump .quan {
    position: absolute;
    width: 96%;
    height: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.ability4 .wrap .go {
    margin: -50px 0 0 0;
    position: relative;
    z-index: 54
}

.ability4 .wrap .go .matter {
    display: flex;
    width: max-content;
    animation: img_go 50s infinite linear
}

.ability4 .wrap .go .matter:not(:last-child) {
    margin: 0 0 33px
}

.ability4 .wrap .go .matter:nth-child(2) {
    animation-direction: reverse
}

.ability4 .wrap .go .matter .flex {
    display: flex
}

.ability4 .wrap .go .matter .flex .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 63px 0 0;
    width: 185px;
    height: 92px;
    background: #FFFFFF;
    border-radius: 12px;
    cursor: pointer
}

.ability4 .wrap .go .matter .flex .img:hover img {
    filter: grayscale(0%);
    transform: scale(1.05)
}

.ability4 .wrap .go .matter .flex .img img {
    object-fit: contain;
    filter: grayscale(100%);
    transition: .6s ease
}

.ability5 {
    padding: 87px 0 92px 0
}

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

.ability5 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 62px
}

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

.ability5 .wrap .content .item {
    width: 720px
}

.ability5 .wrap .content .item .img {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 13px
}

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

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

.ability5 .wrap .content .item .text {
    margin: 64px 0 0 0
}

.ability5 .wrap .content .item .text .p1 {
    font-weight: 400;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 34px
}

.ability5 .wrap .content .item .text .p2 p {
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 32px
}

@media screen and (max-width: 1919px) {
    .common_banner .top .title .p1{
        font-size: 2.0833333vw;
    }
    .ability {
        padding: 6.71875vw 0 2.5vw 0
    }

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

    .ability .wrap .title {
        font-weight: bold;
        font-size: 2.1875vw;
        color: #1A1A1A;
        text-align: center;
        margin: 0 0 3.5416666667vw
    }

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

    .ability .wrap .content .item {
        width: 13.0208333333vw;
        height: 15.625vw;
        background: #FFFFFF;
        box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.08);
        border-radius: 1.0416666667vw;
        padding: 3.59375vw 0 3.90625vw 0;
        cursor: pointer
    }

    .ability .wrap .content .item:hover .icon {
        transform: rotateY(180deg)
    }

    .ability .wrap .content .item .icon {
        width: 3.3333333333vw;
        height: 3.2291666667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 2.5vw;
        transition: 1s
    }

    .ability .wrap .content .item .icon img {
        object-fit: contain
    }

    .ability .wrap .content .item .text {
        font-weight: 400;
        font-size: .9375vw;
        color: #333333;
        line-height: 1.5625vw;
        text-align: center
    }

    .ability .wrap .content2 {
        height: 29.1666666667vw;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        margin: 6.0416666667vw 0 0 0
    }

    .ability .wrap .content2 .item {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 0 3.6458333333vw
    }

    .ability .wrap .content2 .item > div {
        transition: 1s
    }

    .ability .wrap .content2 .item:hover > div {
        transform: translateY(-20px)
    }

    .ability .wrap .content2 .item:hover > div .icon {
        transform: rotateY(180deg)
    }

    .ability .wrap .content2 .item:not(:last-child) {
        border-right: .0520833333vw solid rgba(255, 255, 255, 0.5)
    }

    .ability .wrap .content2 .item .icon {
        width: 3.3333333333vw;
        height: 2.2916666667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.25vw;
        transition: 1s
    }

    .ability .wrap .content2 .item .pick {
        font-weight: bold;
        font-size: 1.1458333333vw;
        color: #FFFFFF;
        text-align: center
    }

    .ability2 {
        padding: 5.2083333333vw 0 4.4270833333vw 0
    }

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

    .ability2 .wrap .title {
        font-weight: bold;
        font-size: 1.6666666667vw;
        color: #1A1A1A;
        margin: 0 0 4.375vw;
        text-align: center
    }

    .ability2 .wrap .content {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .ability2 .wrap .content .img {
        width: 38.5416666667vw;
        height: 22.3958333333vw;
        overflow: hidden;
        cursor: pointer
    }

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

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

    .ability2 .wrap .content .cut {
        width: 32.7083333333vw
    }

    .ability2 .wrap .content .cut .list {
        padding: 0 0 1.25vw;
        border-bottom: .0520833333vw solid #F6F6F6;
        cursor: pointer
    }

    .ability2 .wrap .content .cut .list:hover .p1 {
        color: #00388B
    }

    .ability2 .wrap .content .cut .list:last-child {
        border-bottom: none
    }

    .ability2 .wrap .content .cut .list:not(:last-child) {
        margin: 0 0 1.25vw
    }

    .ability2 .wrap .content .cut .list .p1 {
        font-weight: 400;
        font-size: .9375vw;
        color: #1A1A1A;
        margin: 0 0 .4166666667vw;
        transition: .6s ease
    }

    .ability2 .wrap .content .cut .list .p2 {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #888888
    }

    .ability2 .wrap .go {
        display: flex;
        justify-content: space-between;
        margin: 3.8541666667vw 0 0 0
    }

    .ability2 .wrap .go .img {
        max-height: 3.8541666667vw;
        max-width: 11.1979166667vw;
        cursor: pointer
    }

    .ability2 .wrap .go .img:hover img {
        transform: scale(1.1)
    }

    .ability2 .wrap .go .img img {
        transition: 1s
    }

    .ability3 {
        padding: 4.8958333333vw 0 .5208333333vw 0;
        background: #F6F6F6
    }

    .ability3 .wrap {
        width: 86.3541666667vw;
        margin: auto
    }

    .ability3 .wrap .title {
        text-align: center;
        margin: 0 0 3.0208333333vw
    }

    .ability3 .wrap .title h1 {
        font-weight: bold;
        font-size: 2.1875vw;
        color: #1A1A1A;
        margin: 0 0 1.40625vw
    }

    .ability3 .wrap .title p {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #888888
    }

    .ability3 .wrap .cut {
        display: flex;
        justify-content: center
    }

    .ability3 .wrap .cut .list {
        padding: 0 2.6041666667vw;
        width: fit-content;
        height: 3.3333333333vw;
        background: #FFFFFF;
        border-radius: 1.6666666667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: .9375vw;
        color: #333333
    }

    .ability3 .wrap .cut .list:not(:last-child) {
        margin: 0 1.4583333333vw 0 0
    }

    .ability3 .wrap .content {
        margin: 3.6458333333vw 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .ability3 .wrap .content .circle {
        width: 2.5520833333vw;
        height: 2.5520833333vw;
        background: #FFFFFF;
        border-radius: 50%;
        border: .0520833333vw solid #EDEEEF;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .4s ease;
        cursor: pointer
    }

    .ability3 .wrap .content .circle:first-child {
        transform: rotate(180deg)
    }

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

    .ability3 .wrap .content .circle:hover {
        background: #00338D;
        transform: scale(1.05)
    }

    .ability3 .wrap .content .circle:hover .iconfont {
        color: #fff
    }

    .ability3 .wrap .content .circle .iconfont {
        color: #8C8C8C;
        font-size: 1.0416666667vw;
        transition: .6s ease
    }

    .ability3 .wrap .content .zzSwiper {
        width: 77.0833333333vw
    }

    .ability3 .wrap .content .zzSwiper .swiper-slide .img {
        width: 100%;
        height: 16.6666666667vw;
        overflow: hidden
    }

    .ability3 .wrap .content .zzSwiper .swiper-slide .img:hover img {
        transform: scale(1.05)
    }

    .ability3 .wrap .content .zzSwiper .swiper-slide .img img {
        width: 100%;
        height: 100%;
        transition: 1s
    }

    .ability3 .wrap .content .zzSwiper .swiper-slide .text {
        font-weight: 400;
        font-size: .9375vw;
        color: #333333;
        margin: 1.8229166667vw 0 0 0;
        text-align: center
    }

    .ability4 {
        background: #F6F6F6;
        padding: 6.71875vw 0 5.8854166667vw 0;
        z-index: 1;
        position: relative
    }

    .ability4 .wrap .title h1 {
        font-weight: bold;
        font-size: 1.6666666667vw;
        color: #1A1A1A;
        text-align: center
    }

    .ability4 .wrap .title .dis {
        display: flex;
        justify-content: center;
        margin: 2.4479166667vw 0 0 0
    }

    .ability4 .wrap .title .dis .list {
        display: flex;
        align-items: center
    }

    .ability4 .wrap .title .dis .list:not(:last-child) {
        margin: 0 2.65625vw 0 0
    }

    .ability4 .wrap .title .dis .list div {
        width: .4166666667vw;
        height: .4166666667vw;
        border-radius: 50%;
        margin: 0 .6770833333vw 0 0
    }

    .ability4 .wrap .title .dis .list p {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #333333
    }

    .ability4 .wrap .canvas_jump {
        width: 27.3958333333vw;
        height: 27.3958333333vw;
        position: relative;
        z-index: 2;
        margin: 2.0833333333vw auto 0
    }

    .ability4 .wrap .canvas_jump .canvas {
        width: 29.6875vw;
        height: 29.6875vw;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }

    .ability4 .wrap .canvas_jump .quan {
        position: absolute;
        width: 96%;
        height: 96%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none
    }

    .ability4 .wrap .go {
        margin: -2.6041666667vw 0 0 0;
        position: relative;
        z-index: 54
    }

    .ability4 .wrap .go .matter {
        display: flex;
        width: max-content;
        animation: img_go 50s infinite linear
    }

    .ability4 .wrap .go .matter:not(:last-child) {
        margin: 0 0 1.71875vw
    }

    .ability4 .wrap .go .matter:last-child {
        animation-direction: reverse
    }

    .ability4 .wrap .go .matter .flex {
        display: flex
    }

    .ability4 .wrap .go .matter .flex .img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 3.28125vw 0 0;
        width: 9.6354166667vw;
        height: 4.7916666667vw;
        background: #FFFFFF;
        border-radius: .625vw;
        cursor: pointer
    }

    .ability4 .wrap .go .matter .flex .img:hover img {
        filter: grayscale(0%);
        transform: scale(1.05)
    }

    .ability4 .wrap .go .matter .flex .img img {
        object-fit: contain;
        filter: grayscale(100%);
        transition: .6s ease
    }

    .ability5 {
        padding: 4.53125vw 0 4.7916666667vw 0
    }

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

    .ability5 .wrap .title {
        font-weight: bold;
        font-size: 2.1875vw;
        color: #1A1A1A;
        text-align: center;
        margin: 0 0 3.2291666667vw
    }

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

    .ability5 .wrap .content .item {
        width: 37.5vw
    }

    .ability5 .wrap .content .item .img {
        width: 100%;
        height: 25vw;
        overflow: hidden;
        border-radius: .6770833333vw
    }

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

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

    .ability5 .wrap .content .item .text {
        margin: 3.3333333333vw 0 0 0
    }

    .ability5 .wrap .content .item .text .p1 {
        font-weight: 400;
        font-size: 1.6666666667vw;
        color: #1A1A1A;
        margin: 0 0 1.7708333333vw
    }

    .ability5 .wrap .content .item .text .p2 p {
        font-weight: 400;
        font-size: .9375vw;
        color: #888888;
        line-height: 1.6666666667vw
    }
}

@media screen and (max-width: 1024px) {
    .common_banner .top .title .p1{
        font-size: 20px;
    }
    .ability .wrap{
        width: 90%;
    }
    .ability .wrap .title{
        font-size: 20px;
        margin: 0 0 25px;
    }
    .ability{
        padding: 40px 0;
    }
    .ability .wrap .content{
        flex-direction: column;
        gap: 15px 0;
    }
    .ability .wrap .content2{
        border-radius: 10px;
        overflow: hidden;
        margin: 15px 0 0 0;
    }
    .ability .wrap .content .item{
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 45px 0;
    }
    .ability .wrap .content2 .item > div{
        transform: none!important;

    }
    .ability .wrap .content .item .icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 18px;
    }
    .ability .wrap .content .item .text{
        font-size: 16px;
        line-height: 25px;
    }
    .ability .wrap .content2 .item:not(:last-child){
        border: none;
        margin: 0 0 30px;
    }
    .ability .wrap .content2{
        flex-direction: column;
        height: auto;
        padding: 50px 0;
    }
    .ability .wrap .content2 .item .icon{
        width: 35px;
        height: 25px;
    }
    .ability .wrap .content2 .item .pick{
        font-size: 16px;
        margin: 10px 0 0 0;
    }
    .ability2{
        padding: 30px 0;
    }
    .ability2 .wrap .title{
        font-size: 20px;
        margin: 0 0 25px;
    }
    .ability2 .wrap{
        width: 90%;
    }
    .ability2 .wrap .content{
        flex-direction: column;
    }
    .ability2 .wrap .content .img{
        width: 100%;
        height: auto;
    }
    .ability2 .wrap .content .cut{
        width: 100%;
        margin: 35px 0 0 0;
    }
    .ability2 .wrap .content .cut .list{
        padding: 0 0 20px;
        border-bottom: 1px solid #F6F6F6;
    }

    .ability2 .wrap .content .cut .list .p1{
        font-size: 14px;
        margin: 0 0 4px;
    }
    .ability2 .wrap .content .cut .list .p2{
        font-size: 14px;
    }
    .ability2 .wrap .content .cut .list:not(:last-child) {
        margin: 0 0 20px;
    }

    .ability2 .wrap .go{
        margin: 35px 0 0 0;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 22px 15px;
    }
    .ability2 .wrap .go .img {
        max-height: 32px;
        max-width: 150px;
    }

    .ability3 .wrap{
        width: 90%;
    }
    .ability3{
        padding: 45px 0;
    }
    .ability3 .wrap .title h1{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .ability3 .wrap .title p{
        font-size: 13px;
    }
    .ability3 .wrap .title{
        margin: 0 0 15px;
    }
    .ability3 .wrap .cut{
        flex-wrap: wrap;
        gap: 15px 5px;
        margin: 25px 0;
    }
    .ability3 .wrap .cut .list{
        padding: 0 15px;
        height: 40px;
        border-radius: 32px;
        font-size: 14px;
    }
    .ability3 .wrap .content{
        margin: 15px 0 0 0;
        width: 95vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .ability3 .wrap .content .zzSwiper{
        width: 70%;
    }
    .ability3 .wrap .content .zzSwiper .swiper-slide .img{
        height: auto;
    }
    .ability3 .wrap .content .zzSwiper .swiper-slide .text{
        font-size: 16px;
        margin: 15px 0 0 0;
    }
    .ability3 .wrap .content .circle{
        width: 35px;
        height: 35px;
        position: relative;
        top: -30px;
    }
    .ability3 .wrap .content .circle .iconfont{
        font-size: 17px;
    }
    .ability4{
        padding: 50px 0;
    }
    .ability4 .wrap .title h1{
        font-size: 20px;
    }
    .ability4 .wrap .title .dis{
        margin: 12px 0 0 0;
    }
    .ability4 .wrap .title .dis .list p{
        font-size: 14px;
    }
    .ability4 .wrap .title .dis .list div {
        width: 5px;
        height: 5px;
        margin: 0 10px 0 0;
    }
    .ability4 .wrap .title .dis .list:not(:last-child) {
        margin: 0 20px 0 0;
    }
    .ability4 .wrap .canvas_jump{
        width: 80vw;
        height: 80vw;
        margin: 40px auto;
    }
    .ability4 .wrap .canvas_jump .canvas{
        width: 80vw;
        height: 80vw;
    }
    .ability4 .wrap .go .matter .flex .img{
        width: 100px;
        height: 55px;
        margin: 0 15px 0 0;
        border-radius: 6px;
    }
    .ability4 .wrap .go .matter .flex .img img{
        width: 50%;
    }
    .ability4 .wrap .go .matter:not(:last-child) {
        margin: 0 0 10px;
    }
    .ability5{
        padding: 50px 0;
    }
    .ability5 .wrap .title{
        font-size: 20px;
        margin: 0 0 25px;
    }
    .ability5 .wrap{
        width: 90%;
    }
    .ability5 .wrap .content{
        flex-direction: column;
    }
    .ability5 .wrap .content .item{
        width: 100%;
    }
    .ability5 .wrap .content .item:not(:last-child) {
        margin: 0 0 30px;
    }
    .ability5 .wrap .content .item .img{
        height: auto;
        border-radius: 10px;
    }
    .ability5 .wrap .content .item .text{
        margin: 15px 0 0 0;
    }
    .ability5 .wrap .content .item .text .p1{
        font-size: 18px;
        margin: 0 0 7px;
    }
    .ability5 .wrap .content .item .text .p2 p{
        font-size: 12px;
        line-height: 30px;
    }

}
