.main_content {
    padding: .92rem 0 .3rem;
}

.product_banner {
    width: 100%;
    height: 12rem;
    background: url(../img/dredgingRobot-yd-banenr.jpg) no-repeat center center;
    background-size: cover;
}

.product_introduction {
    width: 7rem;
    margin: 0 auto;
    padding: .4rem 0;
}

.product_introduction .titleP,
.product_introduction .msgH {
    text-align: center;
}

.product_introduction .msgH {
    font-size: .26rem;
}

.product_introduction .introductionL {
    width: 100%;
    height: 5rem;
}

.product_introduction .introductionR {
    width: 100%;
    margin-top: .4rem;
}

.product_introduction .introductionR_img {
    width: 70%;
    height: 1.5rem;
    background: url(../img/customer-icon.png) no-repeat center center;
    background-size: contain;
    position: relative;
    cursor: pointer;
    margin-top: .2rem;
    margin-left: .8rem;
}

.product_introduction .introductionR_T {
    color: #fff;
    font-size: .24rem;
    position: absolute;
    top: .3rem;
    left: 1.5rem;
}

.product_introduction .introductionR_B {
    color: #fff;
    font-size: .3rem;
    font-weight: 600;
    position: absolute;
    top: .6rem;
    left: 1.5rem;
}

.product_parameter {
    width: 100%;
    margin: 0 auto;
    padding-bottom: .6rem;
}

.product_parameter .parameter_content {
    width: 7rem;
    margin: 0 auto;
}

.product_parameter .parameter_box {
    width: 100%;
}

.product_parameter .parameter_L {
    width: 100%;
}

.product_parameter .parameter_table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f5f5f5;
}

.product_parameter .parameter_table thead th {
    background-color: #ff9800;
    color: #fff;
    padding: .1rem;
    font-size: .24rem;
    font-family: PB;
    text-align: center;
    border: 1px solid #ff9800;
}

.product_parameter .parameter_table tbody td {
    padding: .14rem .1rem;
    font-size: .2rem;
    font-family: PR;
    color: #817f7f;
    border: 1px solid #e0e0e0;
    text-align: center;
    background-color: #f9f9f9;
}

.product_parameter .parameter_table tbody tr:hover {
    background-color: #f0f0f0;
}

.product_parameter .parameter_R {
    width: 100%;
    margin-top: .3rem;
    position: relative;
}

.product_parameter .parameter_RImg {
    width: 100%;
    height: 7rem;
    border-radius: .4rem;
    overflow: hidden;
}

.product_parameter .parameter_RMsg_green {
    color: #ff9800;
    font-size: .24rem;
    font-weight: 600;
}

.product_parameter .parameter_RBottom {
    position: absolute;
    left: 4%;
    bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_parameter .parameter_RBottom_L {
    display: flex;
    align-items: center;
    color: #ff9800;
    font-size: .2rem;
    background-color: #fff;
    padding: .1rem .2rem;
    border-radius: .4rem;
    font-family: PB;
}

.product_parameter .parameter_RBottom_L img {
    width: .4rem;
    height: .4rem;
    margin-right: .1rem;
}

.product_parameter .parameter_RBottom_R {
    display: inline-block;
    padding: .14rem .28rem;
    background-color: #ff9800;
    color: #fff;
    font-size: .2rem;
    border-radius: .4rem;
    cursor: pointer;
    text-decoration: none;
    font-family: PB;
    margin-left: .2rem;
}

.product_details {
    width: 100%;
}

.product_details .details_content {
    width: 7rem;
    margin: 0 auto;
}

.product_details .details_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product_details .details_li {
    width: 49%;
    height: 4rem;
    margin-bottom: .15rem;
    overflow: hidden;
}

.product_details .details_li img {
    transition: transform 0.3s ease;
}

.product_details .details_li:hover img {
    transform: scale(1.02);
}


.application_scenario {
    width: 100%;
}

.application_scenario .application_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.application_scenario .titleP {
    margin-bottom: .4rem;
}

.application_scenario .application_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.application_scenario .application_L {
    width: 100%;
    height: 7rem;
    order: 2;
    position: relative;
}

.application_scenario .slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.application_scenario .slider-images {
    width: 100%;
    height: 100%;
    position: relative;
}

.application_scenario .slider-img {
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.application_scenario .slider-img.active {
    opacity: 1;
}

.application_scenario .slider-prev,
.application_scenario .slider-next {
    position: absolute;
    bottom: 0;
    width: 1rem;
    height: 1rem;
    border: none;
    font-size: .6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}

.application_scenario .slider-prev {
    right: 1rem;
}

.application_scenario .slider-next {
    right: 0;
    background-color: #ff9800;
}

.application_scenario .application_R {
    width: 100%;
    order: 1;
}

.application_scenario .application_RImg_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.application_scenario .application_RImg_li {
    width: 33%;
    height: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.application_scenario .application_RImg_li:nth-child(4),
.application_scenario .application_RImg_li:nth-child(5),
.application_scenario .application_RImg_li:nth-child(6) {
    margin-bottom: 1rem;
}

.application_scenario .application_RImg_li .icon-wrapper {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application_scenario .application_RImg_li.active p {
    color: #ff9800;
}

.application_scenario .application_RImg_li .icon-wrapper img {
    width: 1.5rem;
    height: 1.5rem;
}

.application_scenario .application_RImg_li p {
    font-size: .24rem;
    font-family: pr;
    color: #333;
    margin-top: .1rem;
}

.related_product {
    width: 100%;
}

.related_product .related_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.related_product .related_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.related_product .related_img_1 {
    order: 1;
}

.related_product .related_text_1 {
    order: 2;
}

.related_product .related_img_2 {
    order: 3;
}

.related_product .related_text_2 {
    order: 4;
}

.related_product .related_img_3 {
    order: 5;
}

.related_product .related_text_3 {
    order: 6;
}

.related_product .related_img_4 {
    order: 7;
}

.related_product .related_text_4 {
    order: 8;
}

.related_product .related_L {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: .08rem;
    overflow: hidden;
}

.related_product .related_L img {
    width: 100%;
    height: 4rem;
    display: block;
    transition: transform 0.3s ease;
}

.related_product .related_L:hover img {
    transform: scale(1.02);
}

.related_product .related_R {
    width: 100%;
    background-color: #f6f7f8;
    padding: .4rem;
    margin-bottom: .4rem;
    border-radius: .08rem;
}

.related_product .related_RTitle {
    color: #000;
    font-size: .3rem;
    font-family: pb;
    margin-bottom: .2rem;
}

.related_product .msgH {
    text-align: left;
    font-size: .26rem;
}

.related_product .quote_btn {
    width: 65%;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    font-size: .26rem;
    font-family: pb;
    background: url(../img/quote-icon.png) no-repeat center center;
    background-size: contain;
    position: relative;
    margin-top: .2rem;
    border-radius: .4rem;
}

.related_product .quote_btn>p {
    position: absolute;
    top: 0;
    left: 14%;
}

.why_chooseUs {
    width: 100%;
}

.why_chooseUs .chooseUs_content {
    width: 7rem;
    margin: 0 auto;
    padding: 0 0 .3rem;
}

.why_chooseUs .msgH {
    font-size: .26rem;
}

.why_chooseUs .chooseUs_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .3rem;
}

.why_chooseUs .chooseUs_li {
    width: 49%;
    height: 6rem;
    border-radius: .4rem;
    overflow: hidden;
    margin-bottom: .15rem;
}

.why_chooseUs .chooseUs_li img {
    transition: transform 0.3s ease;
}

.why_chooseUs .chooseUs_li:hover img {
    transform: scale(1.02);
}