.factory_mian_box {
    width: 100%;
    padding: calc(30px + 5rem) 0;
}

.factory_main {
    max-width: 1360px;
    width: 85%;
    margin: auto;
}

.factory_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fac_title {
    font-family: albb_reqular;
    font-size: calc(8px + 1rem);
    color: #333333;
    text-align: justify;
    font-style: normal;
    line-height: 1;
}

.fac_nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: calc(4px + 1rem);
}

.fac_nav i {
    width: calc(0px + 0.25rem);
    height: calc(0px + 0.25rem);
    background: #333333;
    border-radius: 50%;
    display: block;
}

.fac_nav i:nth-last-of-type(1) {
    display: none;
}

.fac_nav p {
    font-family: PINGFANG-REGULAR;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: 1;
}

.fac_nav .act {
    border-bottom: 1px #333333 solid;
}

.fac_list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: calc(4px + 1.5rem);
    margin-top: calc(10px + 3rem);
}

.fac_list {
    width: 48.6764%;
}

.fac_pic {
    width: 100%;
    height: calc(67px + 15rem);
}

.fac_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fac_list p {
    font-family: albb_reqular;
    font-size: calc(4px + 1rem);
    color: #333333;
    line-height: 1;
    text-align: center;
    font-style: normal;
    margin-top: calc(2px + 1rem);
}