/* 设备 */
.equipment {
    /* height: 1040px; */
    background-color: #feeeee;
}
.equipment-c {
    width: 1400PX;
    margin: 0 auto;
    padding-top: 115px;
    padding-bottom: 135px;
}
.equipment-c .equipment-c-w {
    text-align: center;
}
.equipment-c .equipment-c-w h2 {
    color: #222222;
    font-size: 40px;
}
.equipment-c .equipment-c-w h2 span{
    color: #888888;
    font-size: 40px;
    font-weight: normal;
}
.equipment-c .equipment-c-w .fff {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 50px;
}
.equipment-c .equipment-c-s {
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
}
.equipment-c .equipment-c-s .bor {
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}
.equipment-c .equipment-c-s img{
    width: 31%;
    margin-right: 20px;
    padding-bottom: 20px;
}
.equipment-c .equipment-c-s .none{
    margin-right: 0px;
}
.shebeiD {
    width: 100%;
}





/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {
    .equipment-c {
        width: 1200px;
    }
    .equipment-c .equipment-c-s {
        width: 1200px;
    }
    .equipment {
        height: 900px;
        background-color: #feeeee;
    }
}


.equipment .copyv {
    display: none;
}
/* 手机端 */
@media screen and (max-width: 550px) {
    .equipment-c {
        width: 100%;
        padding-top: 55px;
        padding-bottom: 0px;
    }
    .equipment-c .equipment-c-w h2 {
        font-size: 30px;
    }
    .equipment-c .equipment-c-w .fff {
        font-size: 21px;
        padding-bottom: 35px;
    }
    .equipment-c .equipment-c-w h2 span {
        font-size: 20px;
    }
    .equipment-c .equipment-c-s {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .equipment-c .equipment-c-s img {
        width: 49%;
        margin-right: 0px;
        padding-bottom: 20px;
    }
    .equipment .copyv {
        display: block;
    }
    .equipment .copyc {
        display: none;
    }
    .shebeiD {
        padding-bottom: 54px;
        width: 137.2%;
        transform: translate(-13.6%);
    }
    .equipment {
        /* height: 610px; */
    }
}