


/* 前准备生产流水线 */
.waterline {
    width: 12rem !important;
    margin: 0.6rem auto 0;
}
.waterline .text {
    font-size: 0.16rem;
    color: #494949;
    line-height: 0.32rem;
    text-align: center;
}
.waterline .pics {
    width: 11.64rem;
    margin: 0.3rem auto 0;
}
.waterline .pics .pic1 {
    display: flex;
    justify-content: space-between;
}
.waterline .pics .left {
    width: 5.21rem;
}
.waterline .pics .left img {
    width: 100%;
    height: 3.92rem;
    margin-top: 0.3rem;
    object-fit: cover;
}
.waterline .pics .left img:first-child {
    margin-top: 0;
}
.waterline .pics .right {
    width: 6.12rem;
    height: 8.15rem;
    overflow: hidden;
}
.waterline .pics .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.waterline .pics .pic2 {
    width: 100%;
    height: 8.76rem;
    margin-top: 0.3rem;
    overflow: hidden;
}
.waterline .pics .pic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 大型焊接机器人流水线 */
.robots {
    width: 100%;
    margin-top: 0.6rem;
}
.robots .text {
    width: 12rem;
    margin: 0 auto;
    font-size: 0.16rem;
    color: #494949;
    line-height: 0.32rem;
    text-align: center;
}
.robots .pic {
    width: 100%;
    margin-top: 0.9rem;
}
.robots .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.robots img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.robots table {
    width: 100% !important;
}


.robots .pic video {
    max-width: 100%;
    max-height: 100%;
}


@media only screen and (max-width: 1520px) {
    /* 客户说字体有点小，看不清了，所以先适配一下字体，在1500px以下，字体设置成固定大小 */
    
    .robots .text,
    .robots .text p,
    .common_page .robots p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px){
    .waterline{
        width: 94% !important;
        margin: 0 auto;
    }.robots .text{
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }.common_page .robots p{
        width: 100%;
        text-align: left;
        margin-top: 10px;
        line-height: 20px !important;
    }
}



