body {
    background: #F5F5F7
}
.common_banner{
    position: relative;
}
.common_banner .position_download{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    width: fit-content;
    gap: 10px;
    align-items: center;
    height: 50px;
    background: rgba(255,255,255,.2);
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 0 20px;
    transition: .6s ease;
}
.common_banner .position_download svg{
    width: 24px;
    height: 24px;
}
.common_banner .position_download p{
    font-size: 20px;
    color: #fff;
}
.common_banner .position_download:hover{
    background: var(--color);
    border: 1px solid var(--color);
}
.common_cut {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    z-index: 99
}

.solution1 {
    padding: 100px 0 0px
}

.solution1 .wrap {
    width: 1440px;
    margin: auto
}

.solution1 .wrap .title {
    text-align: center;
    font-size: 32px;
    color: #000011;
    line-height: 40px;
    margin: 0 0 50px
}

.solution1 .wrap .cut {
    display: flex;
    justify-content: center;
    gap: 12px
}

.solution1 .wrap .cut .list {
    padding: 0 40px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    cursor: pointer;
    transition: .6s ease
}

html[lang="en"] .solution1 .wrap .cut .list{
    padding: 0 25px;
}

.solution1 .wrap .cut .list:hover {
    color: var(--color)
}

.solution1 .wrap .cut .list.on {
    background: var(--color);
    color: #fff
}

.solution1 .wrap .content {
    width: 100%;
    height: 640px;
    margin: 40px 0 0 0;
    position: relative
}

.solution1 .wrap .content .button {
    width: 1580px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2
}

.solution1 .wrap .content .button .circle {
    pointer-events: auto;
    cursor: pointer;
    opacity: .1;
    transition: .6s ease
}

.solution1 .wrap .content .button .circle:hover {
    opacity: 1
}

.solution1 .wrap .content .button .circle:first-child {
    transform: rotate(180deg)
}

.solution1 .wrap .content .button .circle .iconfont {
    color: #0069AC;
    font-size: 20px
}

.solution1 .wrap .content .matter {
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s, transform .6s .3s
}

.solution1 .wrap .content .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.solution1 .wrap .content .matter.on {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.solution1 .wrap .content .matter .solutionSwiper {
    width: 100%;
    height: 100%
}

.solution1 .wrap .content .matter .solutionSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 15px
}

.products1 {
    padding: 60px 0 100px
}

.products1 .wrap {
    width: 1440px;
    margin: auto;
    position: relative;
    height: 600px;
}

.products1 .wrap .matter{
    overflow: hidden;
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity .3s,transform .6s .3s;
}
.products1 .wrap .matter.on{
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .3s;
}
.products1 .wrap .matter:not(:first-child){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.products1 .wrap .cut {
    display: flex;
    gap: 120px;
    padding: 0 0 60px;
    position: relative
}

.products1 .wrap .cut:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.1)
}

.products1 .wrap .cut a.on .img img:first-child {
    opacity: 0
}

.products1 .wrap .cut a.on .img img:last-child {
    opacity: 1
}

.products1 .wrap .cut a.on p {
    color: var(--color)
}

.products1 .wrap .cut a:hover p {
    color: var(--color)
}

.products1 .wrap .cut a .img {
    width: 100px;
    height: 60px;
    margin: auto;
    position: relative
}

.products1 .wrap .cut a .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    transition: .6s ease
}

.products1 .wrap .cut a .img img:nth-child(2) {
    opacity: 0
}

.products1 .wrap .cut a p {
    text-align: center;
    margin: 20px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: .6s ease
}

.products1 .wrap .title {
    font-weight: 500;
    font-size: 32px;
    color: #000000;
    margin: 82px 0 50px;
    text-align: center
}

.products1 .wrap .content {
    margin: 0 0 60px
}

.products1 .wrap .content .item {
    width: 100%;
    height: 460px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 60px 30px 30px 30px;
    position: relative
}

.products1 .wrap .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #0069AC;
    opacity: 0;
    transition: .6s ease;
    border-radius: 16px;
    pointer-events: none
}

.products1 .wrap .content .item:hover:after {
    opacity: 1
}

.products1 .wrap .content .item:hover .text .p1 {
    color: var(--color)
}

.products1 .wrap .content .item .img {
    width: 200px;
    height: 163px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.products1 .wrap .content .item .img:hover img {
    transform: scale(1.05)
}

.products1 .wrap .content .item .img img {
    object-fit: contain;
    transition: .6s ease
}

.products1 .wrap .content .item .text {
    margin: 30px 0 28px;
    text-align: center
}

.products1 .wrap .content .item .text .p1 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 0 0 30px;
    transition: .6s ease
}

.products1 .wrap .content .item .text .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 24px
}

.products1 .wrap .content .item .dis {
    display: flex;
    justify-content: space-between
}

.products1 .wrap .content .item .dis .list {
    width: 135px;
    height: 35px;
    background: #111111;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    transition: .6s ease
}

.products1 .wrap .content .item .dis .list:hover {
    background: var(--color)
}

.products1 .wrap .content .item .dis .list.bor {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #333333
}

.products1 .wrap .content .item .dis .list.bor:hover {
    background: var(--color);
    border: 1px solid transparent;
    color: #fff
}


@media screen and (max-width: 1919px) {
    .common_banner .position_download{
        bottom: 2.0833333333vw;
        gap: 0.5208333333vw;
        height: 2.6041666667vw;
        border-radius: 0.2604166667vw;
        padding: 0px 1.0416666667vw;
    }
    .common_banner .position_download svg{
        width: 1.25vw;
        height: 1.25vw;
    }
    .common_banner .position_download p{
        font-size: 1.0416666667vw;
    }
    .common_cut{
        top: 3.6458333333vw;
    }
    .solution1{
        padding: 5.2083333333vw 0px 0px;
    }
    .solution1 .wrap{
        width: 75vw;
    }
    .solution1 .wrap .title{
        font-size: 1.6666666667vw;
        line-height: 2.0833333333vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .solution1 .wrap .cut{
        gap: 0.625vw;
    }
    .solution1 .wrap .cut .list{
        padding: 0 2.0833333333333vw;
        height: 2.6041666667vw;
        border-radius: 0.4166666667vw;
        font-size: 0.9375vw;
    }
    html[lang="en"] .solution1 .wrap .cut .list{
        padding: 0 1.302083333333vw;
    }
    .solution1 .wrap .content{
        height: 33.3333333333vw;
        margin: 2.0833333333vw 0px 0px;
    }
    .solution1 .wrap .content .button{
        width: 82.2916666667vw;
    }
    .solution1 .wrap .content .button .circle .iconfont{
        font-size: 1.0416666667vw;
    }
    .solution1 .wrap .content .matter{
        transform: translateY(1.0416666667vw);
    }
    .solution1 .wrap .content .matter .solutionSwiper .swiper-slide img{
        border-radius: 0.78125vw;
    }
    .products1{
        padding: 3.125vw 0px 5.2083333333vw;
    }
    .products1 .wrap{
        width: 75vw;
        height: 31.25vw;
    }
    .products1 .wrap .matter{
        transform: translateY(1.0416666667vw);
    }
    .products1 .wrap .cut{
        gap: 6.25vw;
        padding: 0px 0px 3.125vw;
    }
    .products1 .wrap .cut a .img{
        width: 5.2083333333vw;
        height: 3.125vw;
    }
    .products1 .wrap .cut a p{
        margin: 1.0416666667vw 0px 0px;
        font-size: 0.8333333333vw;
    }
    .products1 .wrap .title{
        font-size: 1.6666666667vw;
        margin: 4.2708333333vw 0px 2.6041666667vw;
    }
    .products1 .wrap .content{
        margin: 0px 0px 3.125vw;
    }
    .products1 .wrap .content .item{
        height: 23.9583333333vw;
        border-radius: 0.8333333333vw;
        padding: 3.125vw 1.5625vw 1.5625vw;
    }
    .products1 .wrap .content .item::after{
        border-radius: 0.8333333333vw;
    }
    .products1 .wrap .content .item .img{
        width: 10.4166666667vw;
        height: 8.4895833333vw;
    }
    .products1 .wrap .content .item .text{
        margin: 1.5625vw 0px 1.4583333333vw;
    }
    .products1 .wrap .content .item .text .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.5625vw;
    }
    .products1 .wrap .content .item .text .p2{
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }
    .products1 .wrap .content .item .dis .list{
        width: 7.03125vw;
        height: 1.8229166667vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .common_banner .position_download {
        bottom: 30px;
        gap: 7px;
        align-items: center;
        height: 45px;
        border-radius: 5px;
        border: 1px solid #fff;
        padding: 0 20px;
        transition: .6s ease;
    }
    .common_banner .position_download svg {
        width: 18px;
        height: 18px;
    }
    .common_banner .position_download p{
        font-size: 14px;
    }
    .common_cut .wrap a {
        font-size: 11px;
    }
    .solution1{
        padding: 50px 0 0;
    }
    .solution1 .wrap{
        width: 90%;
    }
    .solution1 .wrap .title{
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 30px;
    }
    .solution1 .wrap .cut{
        gap: 15px;
        flex-wrap: wrap;
    }
    .solution1 .wrap .cut .list{
        width: fit-content;
        height: 35px;
        padding: 0 15px;
        font-size: 12px;
    }
    html[lang="en"] .solution1 .wrap .cut .list{
        padding: 0 15px;
    }
    .solution1 .wrap .content{
        margin: 25px 0 0 0;
        height: auto;
    }
    .solution1 .wrap .content .matter .solutionSwiper .swiper-slide img{
        border-radius: 7px;
    }
    .products1 .wrap{
        width: 90%;
        height: 450px;
    }
    .products1{
        padding: 50px 0;
    }
    .products1 .wrap .title{
        font-size: 20px;
        margin: 0 0 30px;
    }

    .products1 .wrap .content{
        margin: 0 0 20px;
    }
    .products1 .wrap .content .products1Swiper{
        width: 95vw;
    }

    .products1 .wrap .content .products1Swiper .swiper-slide{
        height: auto;
    }

    .products1 .wrap .content .item{
        width: 100%;
        height: 100%;
        border-radius: 15px;
        padding: 25px 5% 40px 5%;
    }
    .products1 .wrap .content .item::after{
        border-radius: 15px;
    }
    .products1 .wrap .content .item .img{
        width: 70%;
        height: auto;
    }
    .products1 .wrap .content .item .text{
        margin: 15px 0;
    }
    .products1 .wrap .content .item .text .p1{
        font-size: 16px;
        margin: 0 0 15px;
    }
    .products1 .wrap .content .item .dis .list{
        width: fit-content;
        padding: 0 20px;
        height: 35px;
        font-size: 13px;
        border-radius: 5px;
    }
    .products1 .wrap .content .item .text .p2{
        font-size: 13px;
        line-height: 1.6;
    }
    .products1 .wrap .content .item .dis{
        justify-content: center;
        gap: 10px;
    }

    .products1 .wrap .matter{
        overflow: unset;
    }
    .products1 .wrap .content .products1Swiper{
        padding: 0 30px 0 0;
        overflow: unset;
    }
}
