/* .prodDetails_con {
  width: 100%;
  padding-bottom: 40px;
} */

 .container-b-bgbox{
    padding-top: 152px;
 }
.pro_contact .num {
    font-size: 33px;
}



.prod_con .prod_right {
    width: 100%;
    margin-left: 0;
}

.prodDetails_con .prod_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    align-items: center;
}

.pro_info {
    padding-top: 0;
    /* border-top: 1px solid #E1E1E1; */
    /* padding-top: 24px; */
}

.pro_info p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
}

/* 
.classfiy {

    margin: 25px 0;
}

.icon_p {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-top: 1px dotted #E1E1E1;
    border-bottom: 1px dotted #E1E1E1;
    margin-bottom: 25px;
}

.icon_p img {
    width: auto;
    height: auto;
    margin-right: 8px;

}

.icon_p span {
    font-weight: bold;
    font-size: 26px;
    color: #2E4185;

}

.classfiy span {
    color: #2E4185;
}

.pro_xj {
    display: inline-block;
    width: 147px;
    height: 41px;
    background: #F81111;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 41px;
    text-align: center;
    margin-right: 8px;

}

.pro_xg {
    display: inline-block;
    width: 147px;
    height: 42px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #F81111;
    font-size: 16px;
    color: #F81111;
    line-height: 41px;
    text-align: center;

} */
.up-down {
    border-top: 1px solid #F0F0F0;
    margin-top: 33px;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
}

.up-down a {
    color: #3D3D3D;
    display: block;
    margin-bottom: 26px;
}

.pro_desc {
    margin-top: 51px;
}

.pro_desc h5 {
    font-weight: bold;
    font-size: 28px;
    color: #1C1C1C;
}

.pro_desc .border {
    font-size: 16px;
    line-height: 32px;
    border-top: 1px solid #E1E1E1;
    padding-top: 26px;
    margin-top: 27px;
}

.other-an {
    display: flex;

}

.an_item {
    width: calc((100% - 66px) / 4);
    margin-right: 22px;
}

.an_item:nth-child(4n) {
    margin-right: 0;
}

.an_item p {
    font-size: 16px;
    text-align: center;
    line-height: 46px;
}

.an_item .img-b {
    overflow: hidden;
}
.an_item img{
    width: 100%;
    height: auto;
    display: block;
}
.an_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;

}

.an_item:hover p {
    color: #F81111;
}

.prodDetails_con .prod_top .details_left {
    width: 780px;
}

.prodDetails_con .prod_top .details_left .prod_lunbo {
    width: 100%;
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case {
    width: 100%;
    position: relative;
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 {
    width: 100%;
    padding-bottom: 152px;
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide {
    width: 100%;
    height: 521px;
    overflow: hidden;
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide img {
    display: inline-block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper {
    --swiper-theme-color: #fff;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 18px;
    /* 设置按钮大小 */
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next,
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev {
    width: 30px;
    height: 58px;
    /* background: rgba(0, 0, 0, 0.2); */
    left: 0px;
    outline: none;
    top: unset;
    margin-top: 0;
    bottom: 30px;
    z-index: 10;
    right: unset;
    color: #4B4B4B;
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next.swiper-button-next,
.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev.swiper-button-next {
    left: unset;
    right: 0;
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl {
    width: calc(100% - 80px);
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 22;
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper {
    width: 100%;
    height: auto;
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 112px;
    overflow: hidden;
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #ffb300;
}

.prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide img {
    display: inline-block;
    width: 100%;
    /* height: 100%; */
    height: auto;
}

.prodDetails_con .prod_top .details_right {
    /* width: calc(100% - 500px); */
    margin-left:32px;
}

.prodDetails_con .prod_top .details_right .head_text {
    width: 100%;
    font-size: 26px;
    color: 666;
    font-weight: bold;
    /* line-height: 32px; */
    text-align: left;
    margin: 16px 0 25px 0;
}

.prodDetails_con .prod_top .details_right .right_info {
    width: 100%;
}

.prodDetails_con .prod_top .details_right .right_info p {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    color: 666;
    font-size: 16px;
    background: #f6f6f6;
    padding: 8px 20px;
    line-height: 30px;
}

.prodDetails_con .prod_top .details_right .right_info p label {
    font-weight: normal;
    text-align: left;
    width: 90px;
}

.prodDetails_con .prod_top .details_right .right_info p span {
    display: inline-block;
    width: calc(100% - 90px);
}

.prodDetails_con .prod_top .details_right .right_info p:nth-child(2n) {
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .prodDetails_con .prod_top .details_left {
        width: 400px;
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide {
        height: 368px;
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper {
        --swiper-theme-color: #fff;
        /* 设置Swiper风格 */
        --swiper-navigation-color: #fff;
        /* 单独设置按钮颜色 */
        --swiper-navigation-size: 14px;
        /* 设置按钮大小 */
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next,
    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev {
        height: 52px;
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide {
        height: 52px;
    }

    .prodDetails_con .prod_top .details_right {

        width: calc((100% - 58px) / 2);
    }

    .prodDetails_con .prod_top .details_right .head_text {
        font-size: 22px;
        line-height: 28px;
        margin: 8px 0 25px 0;
        color: #3D3D3D;
    }

    /* 
    .prodDetails_con .prod_top .details_right .right_info p {
        font-size: 15px;
        padding: 8px 20px;
        line-height: 28px;
    }

    .prodDetails_con .prod_top .details_right .right_info p label {
        width: 85px;
    }

    .prodDetails_con .prod_top .details_right .right_info p span {
        width: calc(100% - 95px);
    } */
}

@media screen and (max-width: 767px) {
    .prodDetails_con {
        padding-bottom: 1rem;
    }

    .prodDetails_con .prod_top {
        flex-direction: column;
    }

    .prodDetails_con .prod_top .details_left {
        width: 100%;
    }

    .prodDetails_con .prod_top .details_left h5 {
        width: 100%;
        text-align: left;
        font-size: 0.8rem;
        color: #333;
        font-weight: 500;
        line-height: 1rem;
        margin-bottom: 0.6rem;
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case {
        width: 100%;
        position: relative;
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 {
        width: 100%;
        padding-bottom: 0;
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2 .swiper-slide {
        height: unset;
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper {
        --swiper-navigation-size: 0.7rem;
        /* 设置按钮大小 */
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-next,
    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .mySwiper2.swiper .swiper-button-prev {
        width: 1.2rem;
        height: 0.2rem;
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl {
        width: calc(100% - 3.2rem);
        left: 1.6rem;
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide {
        height: 2.56rem;
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide img {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .prodDetails_con .prod_top .details_left .prod_lunbo .swiper_case .case_sl .mySwiper .swiper-slide.swiper-slide-thumb-active {
        border: 0.05rem solid #ffb300;
    }

    .prodDetails_con .prod_top .details_right {
        width: calc(100%);
    }

    .prodDetails_con .prod_top .details_right .head_text {
        font-size: 0.85rem;
         line-height: unset;
         margin: 0.91rem 0;
         margin-bottom: 0.7rem;
        /* display: none; */
    }
 .prodDetails_con .prod_top .details_right {
        width: 100%;
        margin-left: 0;
    }
  

    .pro_info p {
        font-size: 0.65rem;
        line-height: 1rem;
    }
.up-down {
    margin-top: 1.2rem;
    padding-top: 0.6rem;
   
}

.up-down a {
    
    margin-bottom: 0.43rem;
}
.pro_desc {
    margin-top:0.2rem;
}

.pro_desc h5 {

    font-size: 0.85rem;
    
}

.pro_desc .border {
    font-size: 0.65rem;
    line-height: 2.2rem;

    padding-top: 0.6rem;
    margin-top: 0.73rem;
}

.other-an {
 flex-direction: column;

}

.an_item {
    width:100%;
    margin-right:unset;
    margin-bottom: 0.2rem;
}


.an_item p {
    font-size: 0.65rem;
    line-height: 2.2rem;
}




    /* .prodDetails_con .prod_top .details_right .right_info {
        margin-top: 0.9rem;
    }

    .prodDetails_con .prod_top .details_right .right_info p {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
        line-height: 1rem;
    }

    .prodDetails_con .prod_top .details_right .right_info p label {
        width: 3rem;
    }

    .prodDetails_con .prod_top .details_right .right_info p span {
        width: calc(100% - 3rem);
    } */
}