.main_content {
    padding: .92rem 0 0;
}

/* 报价按钮 */
.quoteBtn {
    width: 40%;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    background-color: #00134c;
    font-size: .3rem;
    font-family: pb;
    text-align: center;
    cursor: pointer;
    margin: .4rem auto;
    display: block;
}

.product_banner {
    width: 100%;
    height: 11rem;
    background: url(../img/PaperCupMachine-yd-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.productBanner_quoteBtn {
    width: 2.4rem;
    height: .7rem;
    position: absolute;
    left: 34%;
    top: 34%;
    cursor: pointer;
    background-color: transparent;
}

.product_introduction {
    width: 100%;
}

.product_introduction .introduction_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.product_introduction .introduction_L {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
}

.product_introduction .introduction_L img {
    transition: transform 0.3s ease;
}

.product_introduction .introduction_L:hover img {
    transform: scale(1.02);
}

.product_introduction .introduction_R {
    width: 100%;
    padding: .4rem 0;
}

.product_introduction .introduction_R_title {
    font-size: .28rem;
    color: #333;
    margin: .3rem 0;
}

.product_introduction .msgH {
    font-size: .26rem;
    color: #999;
    margin: .3rem 0;
}

.workflow_box {
    width: 100%;
    background-color: #f7f6f6;
}

.workflow_box .workflow_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.workflow_box .workflow_img {
    width: 100%;
    height: 11rem;
    background: url(../img/PaperCupMachine3.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.product_showcase {
    width: 100%;
}

.product_showcase .showcase_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.product_showcase .showcase_li {
    width: 100%;
    position: relative;
    transition: box-shadow 0.3s ease;
    padding: .2rem .4rem;
    margin-bottom: .4rem;
    box-shadow: 0 .04rem .14rem rgba(0, 0, 0, 0.15);
}

.product_showcase .showcase_li:hover .titleH {
    color: red;
}

.product_showcase .showcase_liImg {
    width: 100%;
    height: 4rem;
    object-fit: contain;
}

.product_showcase .showcase_liBtn {
    width: 45%;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    background-color: #00134c;
    font-size: .3rem;
    font-family: pb;
    text-align: center;
    cursor: pointer;
    margin: .4rem auto .6rem;
    display: block;
}

.product_showcase .showcase_img {
    width: 100%;
    height: 4.5rem;
    background: url(../img/PaperCupMachine2.jpg) no-repeat center center;
    background-size: contain
}

.product_showcase .titleH {
    text-align: center;
    font-size: .36rem;
    margin: .3rem 0;
}

.product_showcase .msgH {
    font-size: .26rem;
    color: #072635;
    margin: .3rem 0;
    text-align: center;
}

.product_type {
    width: 100%;
    background: url(../img/PaperCupMachine7.jpg) no-repeat center center;
    background-size: cover;
}

.product_type .type_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 .4rem;
}

.product_type .type_ul {
    width: 100%;
}

.product_type .type_li {
    width: 100%;
    text-align: center;
    margin-bottom: .4rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.5s ease;
    padding-bottom: .4rem;
}

.product_type .type_li::before,
.product_type .type_li::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, .3);
    transition: all 0.5s ease;
    z-index: 0;
}

/* 横向盒子 - 默认状态 */
.product_type .type_li::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    transform: translateY(-50%);
}

/* 纵向盒子 - 默认状态 */
.product_type .type_li::after {
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: translateX(-50%);
}

/* 悬停时横向盒子展开 */
.product_type .type_li:hover::before {
    height: 100%;
}

/* 悬停时纵向盒子展开 */
.product_type .type_li:hover::after {
    width: 100%;
}

/* 悬停时li背景色变为白色 */
.product_type .type_li:hover {
    background-color: rgba(255, 255, 255, .3);
}

.product_type .type_li img {
    width: 100%;
    height: 5rem;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.product_type .type_li_title,
.product_type .type_li_model,
.product_type .type_li_msg,
.product_type .quoteBtn {
    position: relative;
    z-index: 2;
}

.product_type .type_li_title {
    color: #072635;
    font-size: .3rem;
    font-family: pb;
    margin-top: .4rem;
}

.product_type .type_li:hover .type_li_title {
    color: #072635;
    font-size: .36rem;
}

.product_type .type_li_model,
.product_type .type_li_msg {
    color: #072635;
    font-size: .32rem;
    line-height: 1.5;
}

.product_type .type_li_msg {
    margin-top: .2rem;
}

.raw_materials {
    width: 100%;
}

.raw_materials .raw_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem .1rem;
}

.raw_materials .title2 {
    text-align: center;
    margin-bottom: 0;
}

.raw_materials .raw_title {
    color: #092f42;
    font-size: .42rem;
    text-align: center;
    font-family: pb;
    text-transform: capitalize;
}

.raw_materials .raw_L {
    width: 100%;
    padding: 0 .4rem;
    margin-bottom: .4rem;
}

.raw_materials .raw_R {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
}

.raw_materials .msgH {
    font-size: .26rem;
    color: #072635;
    margin: .2rem auto .2rem;
}

.raw_materials .raw_R img {
    transition: transform 0.3s ease;
}

.raw_materials .raw_R:hover img {
    transform: scale(1.02);
}

.related_products {
    width: 100%;
    background-color: #f7f6f6;
}

.related_products .related_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 .4rem;
}

.related_products .related_msg {
    color: #072635;
    font-size: .34rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: .4rem;
}

.related_products .related_ul {
    width: 100%;
}

.related_products .related_li {
    width: 100%;
    overflow: hidden;
    border-radius: .4rem;
    background-color: #fff;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
}

.related_products .related_li img {
    width: 100%;
    height: 5rem;
    object-fit: cover;
    border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem;
}

.related_products .titleH {
    font-size: .36rem;
    margin: .4rem 0;
    text-align: center;
}

.related_products .quoteBtn {
    padding: 0;
    margin: .2rem auto .4rem;
}

.related_products span {
    margin-left: .1rem;
}