.product_banner {
    width: 100%;
    height: 9rem;
    margin: 0 auto;
    background: url(../img/WoodSplitter-banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.quoteBtn {
    width: 3rem;
    height: .6rem;
    line-height: .6rem;
    color: #fff;
    background-color: #fd5300;
    font-size: .2rem;
    font-family: pb;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border-radius: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quotebtn_img {
    width: .4rem;
    height: .4rem;
    object-fit: contain;
    margin-left: .1rem;
}

.product_introduction {
    width: 100%;
    height: auto;
    background: url(../img/WoodSplitter1.jpg) no-repeat center center;
    background-size: cover;
}

.product_introduction .introduction_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_introduction .introduction_L {
    width: 50%;
    padding: 0 1rem;
    position: relative;
}

.product_introduction .introduction_L .titleH,
.product_introduction .introduction_L .msgH {
    text-align: left;
}

.product_introduction .quoteBtn {
    margin: .6rem 0;
}

.product_introduction .introduction_R {
    width: 50%;
    height: 5rem;
}

.technical_parameters {
    width: 100%;
}

.technical_parameters .parameters_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.technical_parameters .parameters_table {
    width: 100%;
    margin-top: .4rem;
}

.technical_parameters .parameters_table table {
    width: 100%;
    border-collapse: collapse;
    font-size: .18rem;
}

.parameters_table th {
    background-color: #242323;
    color: #ffffff;
    padding: .2rem;
    text-align: center;
    font-size: .22rem;
    font-family: pb;
    border: .01rem solid #ddd;
}

.parameters_table td {
    padding: .15rem .2rem;
    text-align: center;
    border: .01rem solid #ddd;
}

.parameters_table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.parameters_table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.product_advantages {
    width: 100%;
}

.product_advantages .advantages_content {
    display: none;
}

.product_advantages .titleH {
    color: #fff;
    padding-top: .6rem;
}

.product_advantages .quoteBtn {
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
}

.product_advantages .advantages_img {
    width: 100%;
    height: 10rem;
    background: url(../img/WoodSplitter3.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.workflow_box {
    width: 100%;
    height: auto;
    background: url(../img/WoodSplitter9.jpg) no-repeat center center;
    background-size: cover;
}

.workflow_box .workflow_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.workflow_box .msgH {
    margin-bottom: .4rem;
}

.workflow_box .workflow_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.workflow_box .workflow_li {
    width: 24%;
    overflow: hidden;
    border-radius: .3rem;
    background-color: #fff;
    box-shadow: .01rem .01rem .05rem #ccc;
}

.workflow_box .workflow_li>img {
    width: 100%;
    height: 3rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.workflow_box .workflow_li:hover>img {
    transform: scale(1.02);
}

.workflow_box .workflow_li .titleH {
    width: 100%;
    font-size: .36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .2rem 0;
}

.workflow_box .workflow_li .titleH img {
    width: .6rem;
    height: .6rem;
    object-fit: contain;
}

.workflow_box .workflow_li .titleH span {
    margin-left: .15rem;
}

.workflow_box .workflow_li .msgH {
    padding: 0 .2rem;
}

.workflow_box .workflow_liArrow {
    width: .6rem;
    height: .6rem;
    object-fit: contain;
    margin: 0 .1rem;
}

.customer_showcase {
    width: 100%;
    height: 10rem;
    background: url(../img/WoodSplitter19.jpg) no-repeat center center;
    background-size: contain;
    padding-top: .3rem;
}

.customer_showcase .titleH,
.customer_showcase .msgH {
    width: 15rem;
    margin: 0 auto;
}

.customer_showcase .msgH {
    margin-top: .1rem;
}