.equipment1 {
    padding: 90px 0;
    background: #323437
}

.equipment1 .wrap .title {
    margin: 100px 0 135px
}

.equipment1 .wrap .title .p1 {
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 60px;
    margin: 0 0 72px
}

.equipment1 .wrap .title .p2 {
    width: 766px;
    font-weight: 400;
    font-size: 18px;
    color: #CCCCCC;
    line-height: 36px
}

.equipment1 .wrap .content {
    margin: 130px 0 0 0
}

.equipment1 .wrap .content .matter:not(:last-child) {
    margin: 0 0 103px
}

.equipment1 .wrap .content .matter .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 34px
}

.equipment1 .wrap .content .matter .top .headline {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF
}

.equipment1 .wrap .content .matter .top .button {
    display: flex
}

.equipment1 .wrap .content .matter .top .button .circle {
    width: 44px;
    height: 44px;
    background: #494B4E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.equipment1 .wrap .content .matter .top .button .circle:hover .iconfont {
    color: var(--color)
}

.equipment1 .wrap .content .matter .top .button .circle:first-child {
    transform: rotate(180deg)
}

.equipment1 .wrap .content .matter .top .button .circle:not(:last-child) {
    margin: 0 17px 0 0
}

.equipment1 .wrap .content .matter .top .button .circle .iconfont {
    color: #FFFFFF;
    font-size: 20px;
    transition: .6s ease
}

.equipment1 .wrap .content .matter .matterSwiper {
    width: 1770px
}

.equipment1 .wrap .content .matter .matterSwiper .swiper-slide .item {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden
}

.equipment1 .wrap .content .matter .matterSwiper .swiper-slide .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 129px;
    background: linear-gradient(180deg, #010101 0%, transparent 100%);
    z-index: 1
}

.equipment1 .wrap .content .matter .matterSwiper .swiper-slide .item:hover img {
    transform: scale(1.05)
}

.equipment1 .wrap .content .matter .matterSwiper .swiper-slide .item img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.equipment1 .wrap .content .matter .matterSwiper .swiper-slide .item .text {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    top: 25px;
    left: 21px;
    z-index: 2
}

.equipment2 {
    background: #494B4E;
    padding: 80px 0 100px
}

.equipment2 .wrap .title {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 auto 42px
}

.equipment2 .wrap .content {
    position: relative
}

.equipment2 .wrap .content .button {
    width: 38.90625vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    pointer-events: none;
    display: flex;
    justify-content: space-between
}

.equipment2 .wrap .content .button .circle {
    width: 44px;
    height: 44px;
    background: #323437;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer
}

.equipment2 .wrap .content .button .circle:hover .iconfont {
    color: var(--color)
}

.equipment2 .wrap .content .button .circle:first-child {
    transform: rotate(180deg)
}

.equipment2 .wrap .content .button .circle .iconfont {
    color: #FFFFFF;
    font-size: 18px;
    transition: .6s ease
}

.equipment2 .wrap .content .te2Swiper .swiper-slide.swiper-slide-active:after {
    opacity: 0
}

.equipment2 .wrap .content .te2Swiper .swiper-slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(28, 28, 28, 0.67);
    transition: .6s ease
}

.equipment2 .wrap .content .te2Swiper .swiper-slide img {
    width: 100%
}

.equipment2 .wrap .content .swiper-pagination {
    position: static;
    margin: 60px 0 0 0
}

.equipment2 .wrap .content .swiper-pagination span {
    width: 14px;
    height: 14px;
    background: #F2F2F2;
    opacity: 1 !important;
    margin: 0 17px 0 0 !important;
    transition: .6s ease
}

.equipment2 .wrap .content .swiper-pagination span:last-child {
    margin: 0 !important
}

.equipment2 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--color)
}

.equipment3 {
    background: #323437;
    padding: 95px 0 106px
}

.equipment3 .wrap .title {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 42px
}

.equipment3 .wrap .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 68px 0
}

.equipment3 .wrap .content .item {
    width: 730px
}

.equipment3 .wrap .content .item .img {
    width: 100%;
    height: 410px
}

.equipment3 .wrap .content .item .text {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 20px 0 0 0
}

@media screen and (max-width: 1919px) {
    .equipment1{
        padding: 4.6875vw 0px;
    }
    .equipment1 .wrap .title{
        margin: 5.2083333333vw 0px 7.03125vw;
    }
    .equipment1 .wrap .title .p1{
        font-size: 2.0833333333vw;
        line-height: 3.125vw;
        margin: 0px 0px 3.75vw;
    }
    .equipment1 .wrap .title .p2{
        width: 39.8958333333vw;
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .equipment1 .wrap .content{
        margin: 6.7708333333vw 0px 0px;
    }
    .equipment1 .wrap .content .matter:not(:last-child){
        margin: 0px 0px 5.3645833333vw;
    }
    .equipment1 .wrap .content .matter .top{
        margin: 0px 0px 1.7708333333vw;
    }
    .equipment1 .wrap .content .matter .top .headline{
        font-size: 1.25vw;
    }
    .equipment1 .wrap .content .matter .top .button .circle{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }
    .equipment1 .wrap .content .matter .top .button .circle:not(:last-child){
        margin: 0px 0.8854166667vw 0px 0px;
    }
    .equipment1 .wrap .content .matter .top .button .circle .iconfont{
        font-size: 1.0416666667vw;
    }
    .equipment1 .wrap .content .matter .matterSwiper{
        width: 92.1875vw;
    }
    .equipment1 .wrap .content .matter .matterSwiper .swiper-slide .item{
        height: 15.625vw;
    }
    .equipment1 .wrap .content .matter .matterSwiper .swiper-slide .item::after{
        height: 6.71875vw;
    }
    .equipment1 .wrap .content .matter .matterSwiper .swiper-slide .item .text{
        font-size: 0.9375vw;
        top: 1.3020833333vw;
        left: 1.09375vw;
    }
    .equipment2{
        padding: 4.1666666667vw 0px 5.2083333333vw;
    }
    .equipment2 .wrap .title{
        font-size: 1.25vw;
        margin: 0px auto 2.1875vw;
    }
    .equipment2 .wrap .content .button .circle{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }
    .equipment2 .wrap .content .button .circle .iconfont{
        font-size: 0.9375vw;
    }
    .equipment2 .wrap .content .swiper-pagination{
        margin: 3.125vw 0px 0px;
    }
    .equipment2 .wrap .content .swiper-pagination span{
        width: 0.7291666667vw;
        height: 0.7291666667vw;
        margin: 0px 0.8854166667vw 0px 0px !important;
    }
    .equipment3{
        padding: 4.9479166667vw 0px 5.5208333333vw;
    }
    .equipment3 .wrap .title{
        font-size: 1.25vw;
        margin: 0px 0px 2.1875vw;
    }
    .equipment3 .wrap .content{
        gap: 3.5416666667vw 0px;
    }
    .equipment3 .wrap .content .item{
        width: 38.0208333333vw;
    }
    .equipment3 .wrap .content .item .img{
        height: 21.3541666667vw;
    }
    .equipment3 .wrap .content .item .text{
        font-size: 0.9375vw;
        margin: 1.0416666667vw 0px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .equipment1{
        padding: 50px 0;
    }
    .equipment1 .wrap .title .p1{
        font-size: 22px;
        margin: 0 0 25px;
        line-height: 35px;
    }
    .equipment1 .wrap .title .p2{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
    }
    .equipment1 .wrap .content .matter .top .headline{
        font-size: 13px;
    }

    .equipment1 .wrap .content .matter .top{
        margin: 0 0 15px;
    }
    .equipment1 .wrap .content .matter .top .button .circle:not(:last-child) {
        margin: 0px 22px 0px 0px;
    }
    .equipment1 .wrap .content .matter .top .button .circle{
        width: 30px;
        height: 30px;
    }
    .equipment1 .wrap .content .matter .top .button .circle .iconfont{
        font-size: 12px;
    }
    .equipment1 .wrap .content .matter .matterSwiper{
        width: 100%;
    }

    .equipment1 .wrap .content .matter .matterSwiper .swiper-slide .item{
        height: auto;
    }
    .equipment1 .wrap .content .matter:not(:last-child){
        margin: 0 0 30px;
    }
    .equipment2 .wrap .title{
        font-size: 22px;
        margin: 0 auto 20px;
    }
    .equipment2 .wrap .content .te2Swiper {
        width: 90%;
        margin: auto;
    }
    .equipment2{
        padding: 40px 0;
    }
    .equipment2 .wrap .content .swiper-pagination span{
        width: 6px;
        height: 6px;
        margin: 0 10px 0 0!important;
    }
    .equipment2 .wrap .content .swiper-pagination span:last-child{
        margin: 0!important;
    }
    .equipment2 .wrap .content .button{
        position: static;
        width: fit-content;
        gap: 22px;
        margin: 25px auto 0;
        transform: none;
    }

    .equipment2 .wrap .content .button .circle .iconfont{
        font-size: 12px;
    }

    .equipment2 .wrap .content .button .circle{
        width: 35px;
        height: 35px;
    }

    .equipment2 .wrap .content .swiper-pagination{
        margin: 25px 0 0 0;
    }
    .equipment1 .wrap .title{
        margin: 35px 0;
    }
    .equipment3{
        padding: 50px 0;
    }

    .equipment3 .wrap .title{
        font-size: 22px;
        margin: 0 0 25px;
    }
    .equipment3 .wrap .content{
        gap: 25px 15px;
    }
    .equipment3 .wrap .content .item .img{
        height: auto;
    }
    .equipment3 .wrap .content .item {
        width: 47%;
    }
    .equipment3 .wrap .content .item .text{
        margin: 10px 0 0 0;
        font-size: 13px;
    }
}
