.index_js_icon{
    width: 30px;
    height: 43px;
}
.min_block{
    display: none;
}
.image_qyyj{
    width: 420px;
    height: 409px;
}
.about_qyyj{
    position: absolute;
    width: 378px;
    height: 170px;
    background-color: #005CA1;
    bottom: -90px;
    right:0px;
}
/* 荣誉资质 */
.about_ry{
    width: 410px;
    height: 290px;
    margin-right: 25px;
    margin-top: 26px;
}
.about_rys{
    width: 410px;
    height: 290px;
    overflow: hidden;
}
.about_rys img{
    width: 100%;
    object-fit: cover;
    display: inline-block;
    height: 296px;
    transition: all ease-in-out .8s;
}
.about_ry:nth-child(3n){
    margin-right: 0px;
}
.btn-loadmore{
    cursor: pointer;
}
.about_ry:hover img{
    transform: scale(1.1);
}
/* 厂房展示 */
.show_sty{
    width: 410px;
    margin-right: 25px;
}
.show_sty:nth-child(3n){
    margin: 24px 0px 0px;
}
.image_sty{
    width: 100%;
    height: 312px;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.image_sty .image_sl_img{
    object-fit: cover;
    display: block;
    width: 100%;
    height: 312px;
    transition: all ease-in-out .8s;
}
.news-wrap a:hover .image_sl_img{
    transform: scale(1.1);
}
.title_block{
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #E4E7ED;
    height: 40px;
}
.data_icon{
    width: 16px;
    height: 16px;
}
.view_icon{
    width: 20px;
    height: 20px;
}
@media (max-width:769px) {
    .min_padding_leftRight{
        padding: 0px 16px;
    }
    .nr_wt{
        width: 100%;
    }
    img{
        max-width: 100%;
    }
    .cases_list_box{
        justify-content: space-between;
    }
    .about_ry{
        width: 48%;
        height: 129px;
        margin-right: 0px;
        margin-top: 15px;
    }
    .about_rys{
        width: 100%;
        height: 129px;
    }
    .about_rys img{
        height: 129px;
    }
    .index_js_icon {
        width: 18.5px;
        height: 23px;
    }
    .title_min_size{
        font-size: 23px;
    }
    .min_margin_top40{
        margin-top: 40px;
    }
    .min_margin_top64{
        margin-top: 64px;
    }
    .min_margin_top30{
        margin-top: 30px;
    }
    .min_padding_bottom40{
        padding-bottom: 40px;
    }
    .min_margin_top4{
        margin-top: 4px;
    }
    .min_margin_top15{
        margin-top: 15px;
    }
    .show_sty{
        width: 48%;
        margin-right: 0px;
    }
    .image_sty{
        height: 129px;
    }
    .image_sty .image_sl_img{
        height: 129px;
    } 
    .cf_title_min_size{
        font-size: 14px;
    }
    .cf_nr_min_size{
        font-size: 12px;
        line-height: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .title_block{
        height: 25px;
        padding: 12px 12px 3px;
    }
    /* 公司文化 */
    .min_abot_gswh{
        display: block;
    }
    .min_abot_gswh .pos-r{
        margin-bottom: 85px;
    }
    .min_abot_gswh .image_qyyj{
        width: 100%;
        height: auto;
    }
    .min_abot_gswh .about_qyyj{
        width: 90%;
        height: 100px;
        bottom: -50px;
    }
    .min_abot_gswh .font28{
        font-size: 14px;
    }
    .min_abot_gswh .font14{
        font-size: 12px;
    }
    .min_abot_gswh .font16{
        font-size: 12px;
        line-height: 20px;
    }
    .min_abot_gswh .margin_top10{
        margin-top: 5px;
    }
}