body {
    background: #F5F5F7
}

.products1 {
    padding: 63px 0
}

.products1 .wrap .title {
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    line-height: 36px;
    margin: 0 0 64px
}

.products1 .wrap .top {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 60px 30px;
    margin: 0 0 113px
}

.products1 .wrap .top .item:hover .img img {
    transform: scale(1.05)
}

.products1 .wrap .top .item:hover .text {
    color: var(--color)
}

.products1 .wrap .top .item .img {
    /*width: 250px;*/
    width: 100%;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px
}

.products1 .wrap .top .item .img img {
    transition: .6s ease;
    object-fit: contain;
    mix-blend-mode: multiply
}

.products1 .wrap .top .item .text {
    font-weight: 400;
    font-size: 16px;
    color: #5F6977;
    text-align: center;
    transition: .6s ease
}

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

.products1 .wrap .content .matter .headline {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin: 0 0 30px
}

.products1 .wrap .content .matter .first {
    width: 100%;
    height: 450px;
    background: #71788F;
    border-radius: 10px;
    overflow: hidden;
    display: flex
}

.products1 .wrap .content .matter .first .img {
    width: 50%;
    height: 100%;
    display: block;
    overflow: hidden
}

.products1 .wrap .content .matter .first .img:hover img {
    transform: scale(1.05)
}

.products1 .wrap .content .matter .first .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.products1 .wrap .content .matter .first .l {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 124px
}

.products1 .wrap .content .matter .first .l .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF
}

.products1 .wrap .content .matter .first .l .text {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 20px 0 30px
}

.products1 .wrap .content .matter .first .l .more {
    width: fit-content;
    padding: 0 28px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.products1 .wrap .content .matter .first .l .more:hover {
    background: var(--color)
}

.products1 .wrap .content .matter .first .l .more:hover p {
    color: #fff
}

.products1 .wrap .content .matter .first .l .more p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    transition: .6s ease
}

.products1 .wrap .content .matter .last {
    margin: 40px 0 0 0
}

.products1 .wrap .content .matter .last .headline2 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 20px
}

.products1 .wrap .content .matter .last .flex {
    display: flex;
    gap: 20px
}

.products1 .wrap .content .matter .last .flex .item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 60px 70px 47px 70px;
    max-width: 690px;
    display: block;
}

.products1 .wrap .content .matter .last .flex .flexSwiper{
    width: 100%;
}
.products1 .wrap .content .matter .last .flex .flexSwiper .swiper-wrapper{
    gap: 20px;
}

.products1 .wrap .content .matter .last .flex .flexSwiper .swiper-slide{
    /*width: fit-content;*/
    flex-shrink: unset;
    width: 100%;
}
.products1 .wrap .content .matter .last .flex .flexSwiper.on .swiper-slide{
    flex-shrink: 0;
}
.products1 .wrap .content .matter .last .flex .flexSwiper.on .swiper-wrapper{
    gap: 0;
}

.products1 .wrap .content .matter .last .flex .item .more{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0;
    gap: 6px;
}
.products1 .wrap .content .matter .last .flex .item .more p{
    font-size: 16px;
    color: var(--color);
}
.products1 .wrap .content .matter .last .flex .item .more .iconfont{
    font-size: 13px;
    color: var(--color);
}

.products1 .wrap .content .matter .last .flex .item:hover .img img {
    transform: scale(1.05)
}

.products1 .wrap .content .matter .last .flex .item:hover .text {
    color: var(--color)
}

.products1 .wrap .content .matter .last .flex .item .img {
    width: 80%;
    height: 230px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.products1 .wrap .content .matter .last .flex .item .img img {
    object-fit: contain;
    transition: 1s
}

.products1 .wrap .content .matter .last .flex .item .text {
    font-weight: bold;
    font-size: 18px;
    color: #5F6977;
    margin: 65px 0 0 0;
    text-align: center;
    transition: .6s ease
}

@media screen and (max-width: 1919px) {
    .products1{
        padding: 3.28125vw 0px;
    }
    .products1 .wrap .title{
        font-size: 1.875vw;
        line-height: 1.875vw;
        margin: 0px 0px 3.3333333333vw;
    }
    .products1 .wrap .top{
        margin: 0px 0px 5.8854166667vw;
        gap: 3.125vw 1.5625vw;
    }
    .products1 .wrap .top .item .img{
        width: 13.0208333333vw;
        height: 3.6979166667vw;
        margin: 0px auto 0.7291666667vw;
    }
    .products1 .wrap .top .item .text{
        font-size: 0.8333333333vw;
    }
    .products1 .wrap .content .matter:not(:last-child){
        margin: 0px 0px 5.7291666667vw;
    }
    .products1 .wrap .content .matter .headline{
        font-size: 1.5625vw;
        margin: 0px 0px 1.5625vw;
    }
    .products1 .wrap .content .matter .first{
        height: 23.4375vw;
        border-radius: 0.5208333333vw;
    }
    .products1 .wrap .content .matter .first .l{
        padding: 0px 6.4583333333vw;
    }
    .products1 .wrap .content .matter .first .l .p1{
        font-size: 1.25vw;
    }
    .products1 .wrap .content .matter .first .l .text{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin: 1.0416666667vw 0px 1.5625vw;
    }
    .products1 .wrap .content .matter .first .l .more{
        padding: 0px 1.4583333333vw;
        height: 2.34375vw;
        border-radius: 1.25vw;
    }
    .products1 .wrap .content .matter .first .l .more p{
        font-size: 0.8333333333vw;
    }
    .products1 .wrap .content .matter .last{
        margin: 2.0833333333vw 0px 0px;
    }
    .products1 .wrap .content .matter .last .headline2{
        font-size: 1.25vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .products1 .wrap .content .matter .last .flex{
        gap: 1.0416666667vw;
    }
    .products1 .wrap .content .matter .last .flex .item{
        border-radius: 0.3125vw;
        padding: 3.125vw 3.6458333333vw 2.4479166667vw;
        max-width: 35.9375vw;
    }
    .products1 .wrap .content .matter .last .flex .flexSwiper .swiper-wrapper{
        gap: 1.0416666667vw;
    }
    .products1 .wrap .content .matter .last .flex .item .more{
        margin: 1.3020833333vw auto 0px;
        gap: 0.3125vw;
    }
    .products1 .wrap .content .matter .last .flex .item .more p{
        font-size: 0.8333333333vw;
    }
    .products1 .wrap .content .matter .last .flex .item .more .iconfont{
        font-size: 0.6770833333vw;
    }
    .products1 .wrap .content .matter .last .flex .item .img{
        height: 11.9791666667vw;
    }
    .products1 .wrap .content .matter .last .flex .item .text{
        font-size: 0.9375vw;
        margin: 3.3854166667vw 0px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .products1{
        padding: 40px 0;
    }
    .products1 .wrap .title{
        font-size: 22px;
        line-height: 100%;
        margin: 0 0 20px;
    }
    .products1 .wrap .top{
        padding: 15px 0 0 0 ;
        margin: 0 0 30px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px 10px;
    }
    .products1 .wrap .top .item .img{
        width: 90px;
        height: 40px;
        margin: 0 auto 10px;
    }
    .products1 .wrap .top .item .text{
        font-size: 12px;
        line-height: 22px;
    }
    .products1 .wrap .content .matter .headline{
        font-size: 16px;
        margin: 0 0 20px;
    }
    .products1 .wrap .content .matter .first{
        height: auto;
        border-radius: 10px;
        flex-direction: column-reverse;
    }
    .products1 .wrap .content .matter .first .img{
        width: 100%;
    }


    .products1 .wrap .content .matter .first .l{
        padding: 40px 5%;
    }
    .products1 .wrap .content .matter .first .l .p1{
        font-size: 18px;
    }
    .products1 .wrap .content .matter .first .l{
        width: 100%;
    }
    .products1 .wrap .content .matter .first .l .text{
        margin: 15px 0;
        font-size: 13px;
        line-height: 25px;
    }
    .products1 .wrap .content .matter .first .l .more{
        padding: 0 25px;
        height: 40px;
        border-radius: 30px;
    }
    .products1 .wrap .content .matter .first .l .more p{
        font-size: 13px;
    }
    .products1 .wrap .content .matter .last{
        margin: 20px 0 0 0;
    }
    .products1 .wrap .content .matter .last .headline2{
        font-size: 15px;
        margin: 0 0 16px;
    }

    .products1 .wrap .content .matter .last .flex .flexSwiper:not(.on) .swiper-wrapper{
        gap: 15px;
        flex-direction: column;
    }

    .products1 .wrap .content .matter .last .flex .item {
        max-width: 100%;
    }
    .products1 .wrap .content .matter .last .flex .item{
        padding: 40px 5%;
    }
    .products1 .wrap .content .matter .last .flex .item .img{
        height: 120px;
    }
    .products1 .wrap .content .matter .last .flex .item .text{
        font-size: 18px;
        margin: 15px 0 0 0;
    }
    .products1 .wrap .content .matter .last .flex .item .more{
        margin: 15px 0 0 0 ;
        gap: 10px;
    }
    .products1 .wrap .content .matter .last .flex .item .more p{
        font-size: 13px;
    }
    .products1 .wrap .content .matter .last .flex .item .more .iconfont{
        font-size: 13px;
    }
    .products1 .wrap .content .matter:not(:last-child) {
        margin: 0 0 40px;
    }
}




