.pro_center {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro_left {
    background: rgba(255, 255, 255, 0.39);
    border: 1px solid #E1E1E1;
    /* padding: 0 29px 50px 29px; */
    padding: 0 29px;
    width: 22%;
}

.pro_left_tit {
    padding: 30px 0;
    font-size: 30px;
    font-weight: bold;
    color: #484848;
    border-bottom: 1px solid #D4D4D4;
}

.pro_l_list {
    padding: 15px 0;
    border-bottom: 1px solid #D4D4D4;
    min-height: 287px;
}

.pro_l_one {
    align-items: center;
    display: flex;
    font-size: 18px;
    color: #484848;
    padding: 15px 0;
    cursor: pointer;
}

.check_div {
    margin-right: 6px;
    width: 21px;
    height: 21px;
    border: 1px solid #CBC7C7;
}

.active_pro .check_div {
    background-color: #DF0615;
    border: none;
}

.active_pro {
    color: #DF0615;
}

.pro_right {
    display: flex;
    flex-wrap: wrap;
    width: 74%;
}

.pro_right_one {
    width: 32%;
    margin-right: 2%;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    position: relative;
    overflow: hidden;
    transition: .5s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

.pro_ro_top {
    overflow: hidden;
}

.pro_ro_top img {
    width: 100%;
    transition: .5s ease;
}

.pro_ro_bottom {
    font-size: 16px;
    color: #484848;
    text-align: center;
    padding: 25px 0 0;
    transition: .5s ease;
    transform: translateY(20px);
}

.pro_rp_b_tit {
    display: block;
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 32px;
    color: #484848;
}

.pro_rp_b_info {
    margin: 8px 0;
}

.pro_rp_btn {
    opacity: 0;
    /* position: absolute;
    width: 100%;
    bottom: 0; */
    display: flex;
    justify-content: space-between;
}

.pro_rp_b1 {
    width: 49%;
    margin-right: 2%;
    height: 38px;
    background-color: #D3D2D2;
    color: #484848;
    line-height: 38px;
}

.btn2 {
    background-color: #DF0615;
    color: white;
}

.pro_rp_b1:nth-child(2n) {
    margin-right: 0;
}

.pro_rp_t {
    margin-bottom: 15px;
}

.pro_type_list {
    /* display: flex;
    flex-wrap: wrap; */
}

.pro_type_one {
    border: 1px solid #e7e7e7;
    padding: 0 35px 0 17px;
    color: #DF0615;
    font-size: 15px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    /* margin-bottom: 10px;
    margin-right: 2%; */
}

.pro_type_one span {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_type_one span::after {
    content: '';
    width: 9px;
    height: 9px;
    background: url(../images/product/proList_close.png) no-repeat center;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -4px;
    transition: all 0.5s ease;
}

.pro_type_one:hover {
    cursor: pointer;
}

.pro_type_one:hover span::after {
    transform: rotateZ(180deg);
}


/*产品详情*/

.pro_info_t {
    background-image: url('../images/product/pi_back.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.pro_it_left {
    width: 50%;
}

.pro_l_tit {
    color: #484848;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.pro_l_tit_s1 {
    font-weight: bold;
    font-size: 40px;
    margin-right: 10px;
}

.pro_l_info {
    color: #484848;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}

.p_info_btn {
    display: flex;
    margin-top: 30px;
}

.p_info_b1 {
    font-size: 18px;
    width: 160px;
    padding: 13px;
    color: white;
    text-align: center;
    background-color: #DF0615;
}

.p_info_b2 {
    background-color: #0F649B;
    margin-left: 13px;
}

.pro_it_right {
    width: 37%;
}

.pro_right_o_img {
    width: 100%;
}

.pro_it_right .swiper-pagination-bullet-active {
    background-color: #DF0615 !important;
}

.pto_info_2 {
    display: flex;
    color: white;
    font-size: 20px;
    background-color: #DF0615;
    padding-top: 22px;
    padding-bottom: 22px;
}

.p2_one {
    width: 20%;
    text-align: center;
    border-right: 1px solid white;
    position: relative;
    cursor: pointer;
}

.active_p2 {
    font-weight: bold;
    font-size: 21px;
}

.p3_all {
    margin-top: 20px;
}

.p3_a_tit {
    font-size: 30px;
    font-weight: bold;
}

.p3_a_info {
    margin: 15px 0 25px;
    font-size: 16px;
    line-height: 28px;
    color: #484848;
}


/*相关产品*/

.p3_all3 {
    background-image: url('../images/product/xiangguang_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 65px;
    padding-bottom: 50px;
    position: relative;
}

.p3_all3_tit {
    text-align: center;
    color: white;
    font-size: 30px;
    margin-bottom: 40px;
}

.p3_all3_list {
    position: relative;
    margin: 0 100px;
}

.pro_rp_b_info {
    color: #484848;
}

.line_pinfo {
    position: absolute;
    bottom: -3vh;
    width: 100%;
    height: 2px;
    background-color: white;
}

.swiper-button-lock {
    display: block;
}

.p3_all3 .swiper-button-next::after,
.p3_all3 .swiper-button-prev::after {
    content: '';
}

.p3_all3 .swiper-button-prev.swiper-button-disabled,
.p3_all3 .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.swiper-father {
    position: relative;
}

.p3_all3 .swiper-pagination,
.count_list {
    display: none;
}


/*报价*/

.bao_j {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    margin: 0 auto;
    background: url('../images/product/b_back1.png') no-repeat 100% 100%;
    z-index: 999;
}

.msg_title {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px;
}

@media(min-width:1024px) {
    .pro_right_one:nth-child(3n) {
        margin-right: 0;
    }
    .pro_right_one:hover .pro_ro_bottom {
        transition: .5s ease;
        transform: translateY(0px);
    }
    .pro_right_one:hover .pro_rp_btn {
        opacity: 1;
    }
    .pro_right_one:hover {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    }
    .pro_right_one:hover .pro_ro_top img {
        transition: .5s ease;
        transform: scale(1.1, 1.1);
    }
    .pro_right_one:hover .pro_rp_b_tit {
        color: #DF0615;
    }
}

@media(max-width:1024px) {
    .pro_center {
        display: block;
    }
    .pro_left,
    .pro_right {
        width: 100%;
    }
    .pro_left_tit {
        display: none;
    }
    .pro_left {
        background-color: transparent;
        padding: 0;
        border: none;
    }
    .pro_l_list {
        min-height: auto;
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 15px 0;
        border: none;
    }
    .pro_l_one {
        font-size: 16px;
        width: 49%;
        margin-right: 2%;
        justify-content: center;
        padding: 0 0 5px 0;
    }
    .pro_l_one:nth-child(2n),
    .pro_right_one:nth-child(2n) {
        margin-right: 0;
        text-align: center;
    }
    .check_div {
        width: 19px;
        height: 19px;
    }
    .pro_right_one {
        width: 49%;
        margin-right: 2%;
    }
    .pro_ro_bottom {
        padding: 10px 0 0;
        transform: translateY(0px);
        font-size: 14px;
    }
    .pro_rp_btn {
        opacity: 1;
    }
    .pro_rp_t {
        margin-bottom: 5px;
    }
    .pro_rp_b_tit {
        font-size: 17px;
        line-height: 16px;
    }
    .pro_rp_b1 {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    /*产品详情*/
    .pro_info_t {
        display: block;
        background-image: none;
        padding: 51px 15px 25px;
    }
    .pro_it_left,
    .pro_it_right {
        width: 100%;
    }
    .pro_l_tit_s1 {
        font-size: 25px;
    }
    .pro_l_tit {
        font-size: 15px;
    }
    .pro_l_info {
        font-size: 14px;
        line-height: 23px;
    }
    .p_info_b1 {
        width: 50%;
        font-size: 16px;
    }
    .p_info_btn {
        margin-top: 20px;
    }
    .pto_info_2 {
        position: absolute;
        top: 0;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p2_one {
        font-size: 15px;
        width: 33.33%;
        border-right: none;
    }
    .pro_l_info {
        margin-top: 5px;
    }
    .p3_a_tit {
        font-size: 23px;
    }
    .p3_all {
        margin-top: 0;
    }
    .p3_all3 {
        padding-top: 40px;
        padding-bottom: 10px;
        background-image: url(../images/product/pro_b_m.png);
    }
    .p3_all3_tit {
        text-align: left;
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 23px;
        margin-bottom: 30px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .p3_all3_list {
        margin: 0;
        padding-bottom: 40px;
    }
    .p3_all3 .swiper-pagination,
    .count_list {
        display: block;
    }
    .p3_all3 .swiper-pagination-bullet {
        background-color: #D4D4D4;
        opacity: 1;
    }
    .p3_all3 .swiper-pagination-bullet-active {
        background-color: #DF0615;
    }
    .pro_it_right {
        position: relative;
        width: 108%;
        background: white;
        /* position: relative; */
        transform: translate(4%, 0px);
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .count_list {
        position: absolute;
        right: 0;
        bottom: 10px;
        z-index: 999;
        font-size: 14px;
        color: #484848;
    }
    .pro_right_list {
        padding-bottom: 10px;
    }
    .count_list span:first-child {
        color: #DF0615;
        font-size: 23px;
    }
}