/* 产品与服务 */
.productServeBox {
    padding: 0.8rem 0.3rem;
    position: relative;
}

.structCon {
    /* margin-top: 0.8rem; */
    padding-top: 0.8rem;
}

.structCon h2 {
    color: #B40919;
    margin-bottom: 0.2rem;
}

.structCon p {
    color: #666;
}

.imgAll {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

.imgAll img {
    width: 30%;
    margin: 0.2rem;
}

.rightMask {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    width: 4.8rem;
    height: 4.9rem;
}

.midMask {
    position: absolute;
    top: 1%;
    left: 0rem;
    width: auto;
    height: 100%;
}



@media (max-width: 800px) {
    .productServeBox {
        padding-top: 0rem;
    }

    .imgAll img {
        width: 100%;
        margin: 0.2rem 0rem;
    }
}