.factory_show_box {
    width: 100%;
    padding: calc(30px + 5rem) 0;
}

.factory_show {
    max-width: 1420px;
    width: 85%;
    margin: auto;
}

.factory_show_list_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: calc(6px + 1.5rem);
    flex-wrap: wrap;
    margin-top: calc(20px + 2rem);
}

.factory_show_list {
    width: calc(92px + 30rem);
    height: calc(79px + 20rem);
    background: #F5F5F5;
    overflow: hidden;
}

.factory_show_list .factory_show_list_pic {
    width: 100%;
    height: calc(95px + 15rem);
    overflow: hidden;
}

.factory_show_list .factory_show_list_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.factory_show_list:hover img {
    transform: scale(1.2);
}

.factory_show_list p {
    line-height: calc(4px + 4rem);
    font-family: PINGFANG;
    font-weight: 400;
    font-size: calc(4px + 1rem);
    color: #333333;
    text-align: center;
}