.banner {
    position: relative;
    margin: 100px 0 0 0;
}

.banner .bg {
    width: 100%;
    transform: scale(1.1);
    transition: cubic-bezier(0.77, 0, 0.175, 1) transform 2s;
}

.banner .wrap {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner .wrap .text {
    margin: 0 0 93px;
}

.banner .wrap .text h1 {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px;
}

.banner .wrap .text p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.banner .wrap .cut {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    background: #727272;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    overflow: hidden;
    margin: auto;
}

.banner .wrap .cut a {
    width: 255px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
}

.banner .wrap .cut a img {
    width: 34px;
}

.banner .wrap .cut a p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 0 18px;
}

.banner .wrap .cut a.on {
    background: #1CB692;
}

.banner.aos-animate .bg {
    transform: scale(1);
}

.products .wrap {
    width: 1480px;
    margin: 108px auto 123px;
}

.products .wrap .item {
    min-height: 620px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 100px;
}

.products .wrap .item:not(:last-child) {
    margin: 0 0 75px;
}

.products .wrap .item .l {
    width: 590px;
}

.products .wrap .item .l h1 {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 36px;
}

.products .wrap .item .l .text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.products .wrap .item .l .more {
    margin: 178px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 174px;
    height: 55px;
    background: #1CB692;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.products .wrap .item .r {
    width: 480px;
    position: relative;
}

.products .wrap .item .r:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 489px;
    background: #000000;
    opacity: 0.1;
    top: 50%;
    transform: translateY(-50%);
    left: -78px;
    max-height: 100%;
}

.products .wrap .item .r .img_swiper {
    width: 100%;
    margin: 0 0 23px;
}

.products .wrap .item .r .img_swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .wrap .item .r .img_swiper .swiper-slide a {
    width: 100%;
    height: 100%;

}
.products .wrap .item .r .img_swiper .swiper-slide a .img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 314px;
}

.products .wrap .item .r .img_swiper .swiper-slide img {
    object-fit: contain;
}

.products .wrap .item .r .text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    text-align: center;
    margin: 0 0 67px;
}

.products .wrap .item .r .swiper-pagination {
    position: static;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .wrap .item .r .swiper-pagination span {
    width: 10px;
    height: 10px;
    opacity: 1 !important;
    transition: .6s;
    margin: 0 9px !important;
    background: #CDCDCD;
}

.products .wrap .item .r .swiper-pagination span.swiper-pagination-bullet-active {
    background: #1CB692;
}

@media screen and (max-width: 1920px) {
    .banner{
        margin: 5.208333333333334vw 0 0 0;
    }
    .banner .wrap .text {
        margin: 0 0 4.84375vw;
    }

    .banner .wrap .text h1 {
        font-size: 2.0833333333vw;
        margin: 0 0 0.5208333333vw;
    }

    .banner .wrap .text p {
        font-size: 0.9375vw;
    }

    .banner .wrap .cut {
        height: 2.8645833333vw;
        border-radius: 1.4583333333vw;
    }

    .banner .wrap .cut a {
        width: 13.28125vw;
    }

    .banner .wrap .cut a img {
        width: 1.7708333333vw;
    }

    .banner .wrap .cut a p {
        font-size: 0.9375vw;
        margin: 0 0 0 0.9375vw;
    }

    .products .wrap {
        width: 77.0833333333vw;
        margin: 5.625vw auto 6.40625vw;
    }

    .products .wrap .item {
        min-height: 32.2916666667vw;
        padding: 2.604166666666667vw 5.2083333333vw;
    }

    .products .wrap .item:not(:last-child) {
        margin: 0 0 3.90625vw;
    }

    .products .wrap .item .l {
        width: 30.7291666667vw;
    }

    .products .wrap .item .l h1 {
        font-size: 1.3541666667vw;
        margin: 0 0 1.875vw;
    }

    .products .wrap .item .l .text {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .products .wrap .item .l .more {
        margin: 9.2708333333vw 0 0 0;
        width: 9.0625vw;
        height: 2.8645833333vw;
        border-radius: 1.4583333333vw;
        font-size: 0.8333333333vw;
    }

    .products .wrap .item .r {
        width: 25vw;
    }

    .products .wrap .item .r:after {
        width: 0.0520833333vw;
        height: 25.46875vw;
        left: -4.0625vw;
    }

    .products .wrap .item .r .img_swiper {
        margin: 0 0 1.1979166667vw;
    }

    .products .wrap .item .r .img_swiper .img{
      height: 16.3541666667vw;
    }

    .products .wrap .item .r .text {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
        margin: 0 0 3.4895833333vw;
    }

    .products .wrap .item .r .swiper-pagination span {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        margin: 0 0.46875vw !important;
    }
}

/*# sourceMappingURL=products.css.map */

@media screen and (max-width: 1024px) {
    .banner{
        margin: 60px 0 0 0 ;
    }
    .banner .bg{
        height: 280px;
    }
    .banner .wrap .text{
        margin: 0 0 25px;
    }
    .banner .wrap .text h1{
        font-size: 20px;
        margin: 0 0 10px;
    }
    .banner .wrap .text p{
        font-size: 14px;
    }
    .banner .wrap .cut {
        height: 40px;
        border-radius: 28px;
    }
    .banner .wrap .cut a {
        width: fit-content;
        padding: 0 20px;
    }
    .banner .wrap .cut a img {
        width: 20px;
    }
    .banner .wrap .cut a p {
        font-size: 14px;
        margin: 0 0 0 12px;
    }
    .products .wrap{
        width: 90%;
    }
    .products .wrap .item:not(:last-child) {
        margin: 0 0 20px;
    }
    .products .wrap .item{
        min-height: auto;
        padding: 25px 5% 35px 5%;
        flex-direction: column-reverse;
    }
    .products .wrap .item .r {
        width: 90%;
    }
    .products .wrap .item .r:after{
        display: none;
    }
    .products .wrap .item .r .img_swiper .swiper-slide a .img{
        height: auto;
    }
    .products .wrap .item .r .text {
        font-size: 16px;
        line-height: 25px;
        margin: 15px 0 20px 0;
    }
    .products .wrap .item .l{
        width: 100%;
        margin: 45px 0 0 0;
        text-align: center;
    }
    .products .wrap .item .r .swiper-pagination span {
        width: 10px;
        height: 10px;
        margin: 0 7px !important;
    }
    .products .wrap .item .l h1{
        font-size: 20px;
        margin: 0 0 10px;
    }
    .products .wrap .item .l .text{
        font-size: 12px;
        line-height: 25px;
    }
    .products .wrap .item .l .more {
        margin: 30px auto 0;
        width: 120px;
        height: 40px;
        border-radius: 28px;
        font-size: 13px;
    }
}
