/* dz_ma */
.dzsc1 {
    margin: 5.21vw 0 10.42vw;
}

.dz_ma {
    display: flex;
    margin-top: 2.34vw;

}

.dz1 {
    width: 11.41vw;
    text-align: center;
    padding-bottom: 1.04vw;
    box-sizing: border-box;
    margin-right: 3.44vw;
    border-radius: 0 1.04vw 0 1.04vw;
    box-shadow: 0 0 .31vw rgba(0, 0, 0, .16);
}

.dz1:last-child {
    margin-right: 0;
}

.dz1 .imgbox2 {
    margin: 1.3vw auto .99vw;
}

.dz1:hover img {
    transition: all 1.5s;
    transform: rotate(360deg);
}

.dz1 .imgbox2 img {
    transition: all 1.5s;
    height: 3.39vw;
    width: auto;
}

.dz1 h1 {
    font-size: 1.25vw;
    line-height: 1.25vw;
}

.dz1 h2 {
    width: 2.24vw;
    height: .16vw;
    background-color: #F76B1C;
    margin: 1.15vw auto 1.25vw;
}

.dz1 h3 {
    font-size: 1.04vw;
}

.tit h2 {
    line-height: 1.35vw !important;
}


/* 多种生产工艺 */
.dzsc2 {
    margin-bottom: 10.42vw;
}

.gy_ma {
    display: flex;
    margin-top: 2.6vw;
}

.gy1 {
    position: relative;
}

.gy1 h1 {
    color: #fff;
    position: absolute;
    bottom: 1.56vw;
    left: 1.51vw;
    font-size: 1.35vw;
    writing-mode: tb;
    letter-spacing: .1vw;
}

/* swiper-container2 */
.dzsc3 {
    margin-bottom: 5.21vw;
}

.swiper-container2 {
    width: 70.83vw;
}

.swiper-container2 img {
    display: block;
}

.al_ma {
    width: 78.85vw;
    margin: auto;
    margin-top: 2.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prev,
.next {
    cursor: pointer;
    width: 1.98vw;
    height: 1.98vw;
}

.swiper-pagination2 {
    margin-top: 1.56vw;
}

.swiper-pagination2 .swiper-pagination-bullet {
    width: .94vw;
    height: .94vw;
    margin: 0 .52vw !important;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: #F76B1C;
}

/* 定制热线 */
.dzrx {
    background-color: #F5F5F5;
    padding: 4.17vw 0;
    box-sizing: border-box;
}

.rx1 {
    width: 28.85vw;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.rx1_1 h1 {
    font-size: 1.04vw;
    color: #6E6E6E;
    margin-top: .99vw;
}

.rx2_1 {
    display: flex;
    align-items: center;
    margin-bottom: .78vw;
}

.rx2_1 img {
    width: 2.5vw;
    margin-right: 1.04vw;
}

.rx2 {
    padding-top: 1.46vw;
}

.rx2 h1 {
    font-size: 1.35vw;
}

.rx2 h2 {
    font-size: 1.88vw;
    font-weight: bold;
    color: #F76B1C;
    padding-bottom: .86vw;
    border-bottom: .05vw solid #6E6E6E;
    margin-bottom: 1.07vw;
}

.rx2 h3 {
    color: #808080;
    font-size: .94vw;
}

@media screen and (max-width: 1200px) {
    .tit h2 {
        line-height: normal !important;
    }

    /* .dz_ma */
    .dz_ma,
    .rm_ma {
        margin-top: 4%;
    }

    .dz_ma {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .dz1 .imgbox2 img {
        width: auto;
        height: 8vw;
        transition: none;
    }

    .dz1 h1 {
        font-size: 16px;
    }

    .dz1 h2 {
        width: 16%;
        height: 2px;
    }

    .dz1 h3 {
        font-size: 14px;
    }

    .dz1 .imgbox2 {
        font-size: 1px;
    }

    .dz1 {
        margin-bottom: 2%;
        margin-right: 0;
        width: 32%;
        box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    }

    .gy1 h1 {
        font-size: 16px;
    }

    .dzsc3 {
        padding: 0 2%;
        box-sizing: border-box;
    }

    .swiper-pagination2 {
        font-size: 1px;
        margin-top: 4%;
    }

    .swiper-pagination2 .swiper-pagination-bullet {
        width: 3vw;
        height: 3vw;
        margin: 0 2% !important;
    }


    .prev,
    .next,
    .dzrx {
        display: none;
    }

    .swiper-container2,
    .al_ma {
        width: 100%;
    }
}