.products{
    width: 100%;
    background: linear-gradient(0deg, #0B0C0B 0%, #0F0D0B 100%);
    overflow: hidden;
}
.products .fp-tableCell{
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .wrap{

}


.products .wrap .content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 15px;
}
.products .wrap .content .swiper{
    width: 1500px;
    margin: 0;
    padding: 0 0 20px 0;
}
.products .wrap .content .swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products .wrap .content .swiper .swiper-slide .picture{
    width: 722px;
    height: 515px;
    transform: translateY(20px);
    transition: 1s;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .wrap .content .swiper .swiper-slide-active .picture{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}
.products .wrap .content .swiper .swiper-slide .text .picture img{
    width: 100%;
    height: 100%;
}
.products .wrap .content .swiper .swiper-slide .text {
    width: 628px;
    transform: translateY(20px);
    transition: 1s;
    opacity: 0;
}
.products .wrap .content .swiper .swiper-slide-active .text{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}
.products .wrap .content .swiper .swiper-slide .text h1{
    font-size: 46px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.products .wrap .content .swiper .swiper-slide .text .line{
    margin: 30px 0 49px 0;
    width: 36px;
    height: 1px;
    background: #fff;
    position: relative;
}
.products .wrap .content .swiper .swiper-slide .text .line:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 1px;
    background: #1c1c1d;
}
.products .wrap .content .swiper .swiper-slide .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 34px;
    opacity: 0.5;
}
.products .wrap .content .swiper-pagination{
    position: static;
    width: fit-content;
    margin: 0 0 0 160px;
}
.products .wrap .content .swiper-pagination .item{
    width: auto;
    height: auto;
    position: relative;
    cursor: pointer;
}
.products .wrap .content .swiper-pagination .item:not(:last-child) {
    margin: 0 0 20px 0;
}
.products .wrap .content .swiper-pagination .item .circle{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: relative;
}
.products .wrap .content .swiper-pagination .item .circle svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150%;
    height: 150%;
}
.products .wrap .content .swiper-pagination .item .circle .path-loop-bg{
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}
.products .wrap .content .swiper-pagination .item .circle .path-loop{
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transition: 0.6s;
}

.products .wrap .content .swiper-pagination .item .circle:after{
    content: '';
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.4s;
}
.products .wrap .content .swiper-pagination .item p{
    position: absolute;
    left: 0;
    top: 2px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transform: translateX(calc(-100% - 40px));
    pointer-events: none;
    transition: 0.4s;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0;
}

.products .wrap .content .swiper-pagination .item.on .path-loop{
    stroke-dashoffset: 19px;
}
.products .wrap .content .swiper-pagination .item.on p{
    opacity: 1;
    transform: translateX(calc(-100% - 20px));
}
.products .wrap .content .swiper-pagination .item.on .circle:after{
    opacity: 1;
}

.products .wrap .content .swiper-pagination .item:hover .path-loop{
    stroke-dashoffset: 19px;
}
.products .wrap .content .swiper-pagination .item:hover p{
    opacity: 1;
    transform: translateX(calc(-100% - 20px));
}
.products .wrap .content .swiper-pagination .item:hover .circle:after{
    opacity: 1;
}
.products .wrap .below{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 126px auto 0;
}
.products .wrap .below .circle{
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    position: relative;
}
.products .wrap .below .circle svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120%;
    height: 120%;
}
.products .wrap .below .circle .path-loop-bg{
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}
.products .wrap .below .circle .path-loop{
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transition: 0.6s;
}
.products .wrap .below .circle .iconfont{
    color: rgba(161, 161, 161, 1);
    font-size: 20px;
    transform: rotate(90deg);
    transition: 0.6s;
}
.products .wrap .below p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    transition: 0.6s;
}
.products .wrap .below:hover .circle .path-loop{
    stroke-dashoffset: 17px;
}
.products .wrap .below:hover .circle .iconfont{
    color: #fff;
}
.products .wrap .below:hover p{
    transform: translateX(5px);
}
.products .wrap .content .swiper .swiper-slide .picture img{
    max-width: 100%;
}
@media screen and (max-width: 1920px) {

    .products .wrap .below {
        margin: 86px auto 0;
    }
}
@media screen and (max-width: 1856px) {
    .products .wrap .content .swiper{
        width: 68%;
    }
    .products .wrap .content .swiper .swiper-slide .picture{
        width: 50%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .products .wrap .content .swiper .swiper-slide .picture img{
        width: 100%;
    }
    .products .fp-tableCell{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .products .wrap{
        width: 100%;
    }
    .products .wrap .content .swiper .swiper-wrapper{
        align-items: center;
    }
    .products .wrap .content .swiper .swiper-slide .text{
        width: 44%;
    }
    .products .wrap .content .swiper .swiper-slide .text p{
        font-size: 14px;
        line-height: 30px;
    }
}

/* mobile */
@media screen and (max-width: 1270px) {
    .products,.products .fp-tableCell{
        height: auto!important;
    }
    .products .wrap .content .swiper .swiper-slide{
        flex-direction: column-reverse;
    }
    .products .wrap .content{
        left: 0;
    }
    .products .wrap .content .swiper-pagination{
        display: none;
    }
    .products .wrap{
        width: 90%;
        margin: 115px auto 60px;
    }
    .products .wrap .content .swiper {
        width: 100%;
    }
    .products .wrap .content .swiper .swiper-slide{
        opacity: 1!important;
        align-items: unset;
        pointer-events: auto!important;
    }
    .products .wrap .content .swiper .swiper-slide .text {
        opacity: 1;
        transform: translateY(0);
        width: 100%;
        transition-delay: 0.6s;
        text-align: center;
    }
    .products .wrap .content .swiper .swiper-slide .picture {
        opacity: 1;
        transform: translateY(0);
        width: 100%;
        text-align: center;
        max-width: 600px;
        margin: auto;
    }
    .products .wrap .content .swiper .swiper-wrapper{
        flex-direction: column;
    }
    .products .wrap .content .swiper .swiper-slide .text h1{
        font-size: 28px;
    }
    .products .wrap .content .swiper .swiper-slide .text p {
        font-size: 13px;
        line-height: 28px;
    }
    .products .wrap .content .swiper .swiper-slide .text .line{
        margin: 22px auto 45px;
    }
}
@media screen and (max-width: 540px) {

}
