.banner_1{
    height: 9.41rem;
}
.banner_1 img{
    object-fit: cover;
}
/* 原料展示 */
.ylzs{
    height: 10.8rem;
    background: url(../images/ysyc/bg_1.png) no-repeat;
    overflow: hidden;
    position: relative;
}
.ylzsLb{
    width: 14.65rem;
    height: 5.2rem;
    margin: 0.8rem auto 0;
}
.ylzsLb .swiper{
    width: 100%;
    height: 100%;
}
.ylzsLb .swiper-slide{
    background: #fff;
    cursor: pointer
}
.ylzsLb .swiper-slide .ylzsLbImgBox{
     height: 4.4rem;
     margin-bottom: 0.29rem;
}
.ylzsLb .swiper-slide img{
    height: 100%;
    display: block;
}
.ylzsLb .swiper-slide div{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.24rem;
    text-align: center;
    /*margin-top: 0.29rem;*/
}
.ylzs .swiper-button-prev{
    position: absolute;
    top: 45%;
    left: 1.62rem;
    width: 0.57rem;
    height: 0.57rem;
    display: block;
}
.ylzs .swiper-button-next{
    position: absolute;
    top: 45%;
    right: 1.62rem;
    width: 0.57rem;
    height: 0.57rem;
    display: block;
}
.ylzs .swiper-button-prev::after,
.ylzs .swiper-button-next::after{
    display: none;
}

/* 提取设备 */
.tqsb{
    height: 10.8rem;
    margin: 0 auto;
    background: url(../images/ysyc/bg_2.png) no-repeat;
    overflow: hidden;
}
.gsdtBox{
    width: 15.99rem;
    height: 4.06rem;
    margin: 1.53rem auto 0;
    display: flex;
    gap: 0 0.35rem;
}
.gsdtBox .gsdtBoxOne{
    width: 5.1rem;
    height: 100%;
    padding: 0.1rem;
    background: #FFFFFF;
    border: 0.01rem solid #917951;
}
.gsdtBoxOne .bigPic{
    width: 4.9rem;
    height: 3.08rem;
    overflow: hidden;
}
.gsdtBoxOne img{
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 3s
}
.gsdtBoxOne .bigPic:hover img{
    transform: scale(1.1);
}
.gsdtBoxOne .name{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.26rem;
    margin-top: 0.2rem;
    text-align: center;
}
.tqsb .seeMore{
    background: url(../images/xwdt/img_2.png);
    margin-top: 1.46rem;
}



@media only screen and (max-width: 768px) {
.banner_1 {
    height: 3.41rem;
     }
     .ylzsLb{
         width: 6.99rem;
             height:auto;
     }
     .ylzsLb .swiper-slide .ylzsLbImgBox{
         height: 2.4rem;
         margin-bottom: 0;
     }
     .ylzs{
             height: 6.8rem;
     }
     .tqsb .seeMore{
             background-size: 100%;
     }
     .gsdtBox .gsdtBoxOne{
         width: 2.2rem;
     }
     .gsdtBoxOne .bigPic{
             width: 2rem;
    height: 1.08rem;
     }
     .tqsb{
         height: 7.8rem;
     }
     .gsdtBox{
         height: auto;
         width: 6.99rem;
         gap: 0;
             justify-content: space-between;
     }
     .ylzsLb .swiper-slide div{
         padding: 0.1rem;
     }
     .ylzs .swiper-button-prev{
         top: 53%;
    left: 0%;
     }
     .ylzs .swiper-button-next{
         top: 53%;
    right: 0%;
     }
}