.main_content {
    padding: .92rem 0 0;
}

.title_icon1 {
    display: none;
}

.product_banner {
    width: 100%;
    height: 11rem;
    background: url(../img/concretePump-yd-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.product_banner .product_bannerBtn {
    width: 3.5rem;
    height: 1rem;
    position: absolute;
    left: 1.8%;
    top: 33%;
    cursor: pointer;
    background-color: transparent;
}

.product_introduction {
    width: 100%;
}

.product_introduction .introduction_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.product_introduction .introduction_ul {
    width: 100%;
}

.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 0;
    background-color: #f8f7f7;
    position: relative;
}

.product_introduction .introduction_R .introduction_RHot {
    width: 2.2rem;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: -.2rem;
    right: -.2rem;
}

.product_introduction .introduction_R .title1 {
    text-align: left;
    font-size: .36rem;
}

.product_introduction .msgH {
    color: #092f42;
    font-size: .26rem;
    line-height: 2;
    padding: .1rem 0 .3rem;
}

.product_introduction .introduction_RBottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.product_introduction .introduction_RBottomL {
    width: 100%;
    font-size: .23rem;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #00185e;
    border-top-left-radius: .2rem;
    padding: .2rem 0 .2rem .1rem;
}

.product_introduction .introduction_RBottomL img {
    width: .3rem;
    height: .2rem;
    object-fit: cover;
    margin-right: .05rem;
}

.product_introduction .introduction_RBottomR {
    width: 2.5rem;
    height: .93rem;
    line-height: .93rem;
    background: url(../img/concretePump4.png) no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: .3rem;
    font-family: pb;
    position: absolute;
    right: 0;
    bottom: -.15rem;
    text-align: center;
    padding-left: .28rem;
    cursor: pointer;
}

.product_advantages {
    width: 100%;
}

.product_advantages .advantages_content {
    width: 7rem;
    margin: 0 auto;
}

.product_advantages .advantages_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: .4rem;
}

.product_advantages .advantages_li {
    width: 100%;
    height: 4.5rem;
    position: relative;
    border-radius: .2rem;
    overflow: hidden;
    margin-bottom: .3rem;
}

.product_advantages .advantages_liMsg {
    font-size: .34rem;
    font-family: pb;
    color: #fff;
    position: absolute;
    left: .3rem;
    bottom: .5rem;
    transition: all 0.3s ease;
    z-index: 2;
}

.product_advantages .advantages_liTwo {
    width: 100%;
}

.product_advantages .advantages_li1 {
    width: 100%;
    height: 4.5rem;
    border-radius: .2rem;
    overflow: hidden;
    position: relative;
}

.product_advantages .advantages_li2 {
    width: 100%;
    height: 4.5rem;
    margin-bottom: .3rem;
}

.product_center {
    width: 100%;
}

.product_center .productCenter_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
    position: relative;
}

/* 自定义导航箭头 - 移动端 */
.product_center .custom-prev,
.product_center .custom-next {
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    z-index: 10;
    width: .7rem;
    height: .7rem;
    background: #db4030;
    opacity: .9;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.product_center .custom-prev::after,
.product_center .custom-next::after {
    content: '';
    width: .15rem;
    height: .15rem;
    border-left: .03rem solid #fff;
    border-bottom: .03rem solid #fff;
}

.product_center .custom-prev {
    left: -.22rem;
}

.product_center .custom-prev::after {
    transform: rotate(45deg);
    margin-left: .03rem;
}

.product_center .custom-next {
    right: -.22rem;
}

.product_center .custom-next::after {
    transform: rotate(-135deg);
    margin-right: .03rem;
}

.product_center .custom-prev:hover,
.product_center .custom-next:hover {
    background: #db4030;
    opacity: 1;
}

.product_center .custom-prev.swiper-button-disabled,
.product_center .custom-next.swiper-button-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.product_center .productCenter_swiper {
    width: 100%;
}

.product_center .swiper-wrapper {
    display: flex;
}

.product_center .productCenter_li {
    width: 100%;
    text-align: center;
    flex-shrink: 0;
}

.product_center .productCenter_li .titleH {
    text-align: center;
    font-size: .36rem;
}

.product_center .productCenter_li .msgH {
    text-align: center;
    font-size: .26rem;
    color: #072635;
    height: .9rem;
}

.product_center .productCenter_li img {
    width: 90%;
    height: 6rem;
    margin-top: .3rem;
    object-fit: contain;
}

.product_center .productCenter_quoteBnt {
    width: 45%;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    background-color: #00134c;
    font-size: .3rem;
    font-family: pb;
    border-radius: .4rem;
    margin-left: 1.95rem;
    cursor: pointer;
}

.application_scenarios {
    width: 100%;
}

.application_scenarios .application_content {
    width: 7rem;
    margin: 0 auto;
    padding: 0 0 .6rem;
}

.application_scenarios .application_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.application_scenarios .application_li {
    width: 49%;
    height: 7rem;
    position: relative;
    margin-bottom: .2rem;
    overflow: hidden;
    border-radius: .3rem;
}

.application_scenarios .application_li img {
    transition: transform 0.3s ease;
}

.application_scenarios .application_li:hover img {
    transform: scale(1.02);
}

.application_scenarios .application_li .titleH {
    color: #fff;
    font-size: .3rem;
    position: absolute;
    bottom: 55%;
    left: 0;
    padding: 0 .2rem;
}

.application_scenarios .application_liLine {
    width: .8rem;
    height: .05rem;
    background-color: #db4030;
    position: absolute;
    bottom: 53%;
    left: 6%;
}

.application_scenarios .application_li .msgH {
    color: #fff;
    font-size: .26rem;
    position: absolute;
    bottom: 9%;
    left: 0;
    padding: 0 .2rem;
}

.application_scenarios .application_li:nth-child(1) .msgH {
    bottom: 22.5%;
}

.application_scenarios .application_li:nth-child(3) .msgH {
    bottom: 15%;
}

.application_scenarios .application_li:nth-child(4) .msgH {
    bottom: 15%;
}

.service_support {
    width: 100%;
    background-color: #f5f5f5;
    padding: .6rem 0;
}

.service_support .service_content {
    width: 7rem;
    margin: 0 auto;
}

.service_support .service_L {
    width: 100%;
}

.service_support .service_L .titleH {
    font-size: .3rem;
    text-align: center;
}

.service_support .service_LTitle {
    font-size: .28rem;
    font-family: pr;
    font-weight: 600;
    color: #072635;
    padding-top: .1rem;
    text-align: center;
}

.service_support .service_L .msgH {
    font-size: .26rem;
    color: #072635;
    margin-top: .2rem;
    text-align: center;
}

.service_support .service_R {
    width: 100%;
    margin-top: .4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: .2rem;
}

.service_support .service_Rli {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: .4rem;
    border: .01rem solid #ddd;
    background-color: #fff;
}

.service_support .service_RliL {
    width: 23%;
    height: 1.4rem;
}

.service_support .service_RliR {
    width: 70%;
}

.service_support .service_RliR_title {
    font-size: .3rem;
    font-family: pb;
    margin-bottom: .2rem;
}

.service_support .service_RliR_msg {
    font-size: .26rem;
    font-family: pr;
    font-weight: 500;
}

.service_support .service_RliR_btn {
    width: 2.5rem;
    background-color: #00134c;
    color: #fff;
    font-size: .26rem;
    font-family: pb;
    text-align: center;
    cursor: pointer;
    border-radius: .4rem;
    padding: .1rem;
    margin-top: .2rem;
}

.client_cases {
    width: 100%;
    height: 11rem;
    background: url(../img/concretePump25.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.client_cases .title1 {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 5%;
    left: 0;
}

.client_cases .client_quoteBtn {
    width: 3rem;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    background-color: #c50e24;
    font-size: .3rem;
    font-family: pb;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-55%);
    border-radius: .4rem;
}

.related_products {
    width: 100%;
}

.related_products .related_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.related_products .related_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .4rem;
}

.related_products .related_li {
    width: 100%;
    height: 7rem;
    position: relative;
    overflow: hidden;
}

.related_products .related_liImg {
    width: 100%;
    height: 74%;
    position: relative;
    background-color: #f5f5f5;
}

.related_products .related_liImg img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.related_products .related_liText {
    width: 100%;
    height: 26%;
    background-color: #00134c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.related_products .related_liText_arrow {
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: .2rem;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease;
}

.related_products .related_li.active .related_liText_arrow {
    transform: translateX(-50%) rotate(180deg);
}

.related_products .related_liText .titleH {
    color: #fff;
    font-size: .3rem;
    text-align: center;
    margin: 0;
    padding-top: .4rem;
}

.related_products .related_liHover {
    width: 100%;
    height: 100%;
    background-color: #00134c;
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem .6rem;
    transition: transform 0.4s ease;
    z-index: 10;
}

.related_products .related_li.active .related_liHover {
    transform: translateY(-100%) !important;
}

.related_products .related_liHover_arrow {
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: .6rem;
    left: 50%;
    transform: translateX(-50%);
}

.related_products .related_liHover .titleH {
    color: #fff;
    font-size: .32rem;
    text-align: center;
    margin: 0;
    padding-top: .6rem;
}

.related_products .related_liHover_line {
    width: 100%;
    height: .01rem;
    background-color: #fff;
    margin: .5rem 0;
    opacity: .5;
}

.related_products .related_liHover .msgH {
    color: #fff;
    font-size: .26rem;
    text-align: center;
    line-height: 1.9;
    margin-top: .3rem;
    padding: 0 .3rem;
}

.why_choose {
    width: 100%;
    background-color: #e9e6e6;
}

.why_choose .choose_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 .4rem;
}

.why_choose .titleH {
    font-size: .28rem;
    text-align: center;
}

.why_choose .msgH {
    font-size: .26rem;
    text-align: center;
    color: #072635;
}

.why_choose .choose_ul {
    width: 100%;
    margin-top: .4rem;
}

.why_choose .choose_li {
    width: 100%;
    padding: .6rem .4rem;
    border: .02rem solid #c8d5dc;
    border-radius: .25rem;
    transition: transform 0.3s ease;
    margin-bottom: .4rem;
    background-color: #fff;
}

.why_choose .choose_li:hover {
    transform: translateY(-0.1rem);
}

.why_choose .choose_li img {
    width: 1rem;
    height: 1rem;
    display: block;
    margin-bottom: .4rem;
    object-fit: contain;
    margin-left: 2.5rem;

}

.why_choose .choose_liTitle {
    font-size: .3rem;
    font-family: pb;
    line-height: 1.5;
    color: #072635;
    margin: .3rem 0 .2rem;
    text-align: center;
}

.why_choose .choose_liMsg {
    font-size: .26rem;
    font-family: pr;
    line-height: 1.5;
    color: #072635;
    text-align: center;
}