@charset "utf-8";

.company {
    background-color: #fff;
    color: var(--fc2261b7);
}

.company_note P {
    color: var(--fc2261b7);
}

.company_l #mse1,
.company_l #mse2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*moldManufacturing  */
.moldManufacturing {
    height: calc(100vh - 110px);
    background-color: var(--boxbg);
    text-align: center;
}

.moldManufacturing_title {
    color: #fff;
    font-weight: 700;
}

.moldManufacturing_p {
    color: #fff;
    width: 80%;
    margin: 30px auto 0;
}

.moldManufacturing_item {
    width: 48%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.moldManufacturing_item_img {
    overflow: hidden;
}

.moldManufacturing_item_img img {
    width: 100%;
    transition: all .4s;
}

.moldManufacturing_item:hover img {
    transform: scale(1.1);
}

.moldManufacturing_item_p {
    height: 60px;
    line-height: 60px;
    padding: 0 10%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    bottom: 0;
}

/* injection */
.injection.company {
    background-position: right bottom 10%;
}

.injection .company_r {
    order: -1;
    padding-left: 0;
    padding-right: 4%;
}

/* ----- */
.company,
.moldManufacturing,
.shipping {
    height: auto;
    padding: 100px 0;
}

.company {
    background-position: left bottom 29%
}

@media (max-width: 992px) {

    .company,
    .moldManufacturing,
    .shipping {
        height: auto;
        padding: 80px 0;
    }
    .company {
        background-position: left bottom 43%
    }
    
}

@media (max-width: 768px) {

    .company_l #mse1,
    .company_l #mse2 {
        position: static;
    }

    .product_title {
        text-align: left;
    }

    .moldManufacturing_p {
        width: 100%;
        margin: 20px auto 0;
    }

    .moldManufacturing_ct {
        flex-wrap: wrap;
    }

    .moldManufacturing_ct>a {
        width: 100%;
        margin-top: 10px;
    }

    .moldManufacturing,
    .shipping {
        height: auto;
        padding: 50px 0;
    }

    .moldManufacturing_item_p {
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }

    .shipping_ct {
        flex-wrap: wrap;
    }

    .shipping_item {
        width: 100%;
        margin-top: 40px;
    }

    .shipping_item:first-child {
        margin-top: 0;
    }

    .shipping_item {
        padding: 0;
    }

    .shipping_item_i i {
        font-size: 40px;
    }

    .shipping_item_h {
        font-size: 20px;
        margin: 10px 0;
    }

    .shipping_item_p {
        font-size: 12px;
    }
}