.product_banner {
    width: 100%;
    height: 12rem;
    margin: 0 auto;
    background: url(../img/WoodSplitter-yd-banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.quoteBtn {
    width: 3.8rem;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #fd5300;
    font-size: .28rem;
    font-family: pb;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    border-radius: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quotebtn_img {
    width: .6rem;
    height: .6rem;
    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: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.product_introduction .introduction_L {
    width: 100%;
}

.product_introduction .introduction_L .msgH {
    font-size: .26rem;
    text-align: left;
}

.product_introduction .quoteBtn {
    margin: .6rem auto;
}

.product_introduction .introduction_R {
    width: 100%;
    height: 5rem;
}

.technical_parameters {
    width: 100%;
}

.technical_parameters .parameters_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.technical_parameters .msgH {
    font-size: .26rem;
}

.technical_parameters .parameters_table {
    width: 100%;
    margin-top: .4rem;
}

.technical_parameters .parameters_table table {
    width: 100%;
    border-collapse: collapse;
    font-size: .26rem;
    table-layout: auto;
}

.technical_parameters .parameters_table th {
    background-color: #242323;
    color: #fff;
    padding: .2rem .1rem;
    text-align: center;
    font-family: pb;
    border: .01rem solid #ddd;
    word-break: break-all;
}

.technical_parameters .parameters_table td {
    padding: .2rem .1rem;
    text-align: center;
    border: .01rem solid #ddd;
    word-break: break-all;
}

.technical_parameters .parameters_table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.technical_parameters .parameters_table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.product_advantages {
    width: 100%;
}

.product_advantages .advantages_content {
    width: 7rem;
    margin: 0 auto;
    padding: 0 0 .6rem;
}

.product_advantages .advantages_img {
    display: none;
}

.product_advantages .advantages_ul {
    width: 100%;
    padding-top: .2rem;
}

.product_advantages .advantages_li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .4rem;
}

.product_advantages .advantages_L {
    width: 50%;
    height: 4rem;
}

.product_advantages .advantages_R {
    width: 50%;
    height: 4rem;
    padding: .2rem;
    border: .01rem solid #ddd;
}

.product_advantages .advantages_R .titleH {
    font-size: .3rem;
    text-align: left;
}

.product_advantages .advantages_R .msgH {
    font-size: .26rem;
    text-align: left;
}

.product_advantages .quoteBtn {
    margin: .6rem auto 0;
}

.workflow_box {
    width: 100%;
}

.workflow_box .workflow_content {
    width: 7rem;
    margin: 0 auto;
    padding-bottom: .6rem;
}

.workflow_box .msgH {
    font-size: .26rem;
    margin-bottom: .4rem;
}

.workflow_box .workflow_ul {
    width: 100%;
}

.workflow_box .workflow_li {
    width: 100%;
    overflow: hidden;
    border-radius: .3rem;
    background-color: #fff;
    box-shadow: .01rem .01rem .05rem #ccc;
}

.workflow_box .workflow_li>img {
    width: 100%;
    height: 5rem;
    object-fit: cover;
}

.workflow_box .workflow_li .titleH {
    width: 100%;
    font-size: .48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .4rem 0 .2rem;
}

.workflow_box .workflow_li .titleH img {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}

.workflow_box .workflow_li .titleH span {
    margin-left: .15rem;
}

.workflow_box .workflow_li .msgH {
    padding: .2rem 1rem;
}

.workflow_box .workflow_liArrow {
    width: .6rem;
    height: .6rem;
    object-fit: contain;
    margin: .2rem auto;
    transform: rotate(90deg);
}

.customer_showcase {
    width: 100%;
    height: 12rem;
    background: url(../img/WoodSplitter20.jpg) no-repeat center center;
    background-size: cover;
    padding-top: .4rem;
    margin-bottom: .2rem;
}

.customer_showcase .titleH,
.customer_showcase .msgH {
    width: 7rem;
    margin: 0 auto;
}

.customer_showcase .msgH {
    margin-top: .1rem;
    font-size: .26rem;
}