.jzbp_box1{
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jzbp_box1_name{
    font-weight: 700;
    font-size: 24px;
    line-height: 180%;
    color: #C7282E;
}
.jzbp_box1_p{
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    color: #000000;
    /* margin-top: 12px; */
}
.jzbp_box1_p span{
    color: #C7282E;

}
.jzbp_box1_R{
    width: 452px;
    height: 271px;
    flex: none;
}
.jzbp_box1_R img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.jzbp_box2_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 180%;
    color: #C7282E;
    text-align: center;
}
.jzbp_box2_ul{
    margin-top: 40px;
}
.jzbp_box2_li{
    width: 388px;
    vertical-align: top;
    margin-right: 12px;
    margin-bottom: 50px;
    transition: all 0.4s;
}
.jzbp_box2_li:nth-child(3n){
    margin-right: 0;
}
.jzbp_box2_img{
    width: 100%;
    height: 280px;
    border-radius: 8px;
    transition: all 0.4s;
}
.jzbp_box2_img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.jzbp_box2_name{
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    color: #000000;
}
.jzbp_box2_js{
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #AAAAAA;

}
.jzbp_box2_bottom{
    padding: 8px 16px;
}
.jzbp_box2_li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    background-color: #E5404F;
    display: none;
}
.jzbp_box2_x{
    width: 35px;
    height: 34px;
    left: 16px;
    top: 0;
    transform: translateY(-50%);
    z-index: 9;
    display: none;

}
.jzbp_box2_x img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.jzbp_box2_li:hover .jzbp_box2_x{
    display: block;
}
.jzbp_box2_li:hover::after{
    display: block;
}
.jzbp_box2_li:hover{
    transform: translateY(-10px);
}
.jzbp_box2_li:hover .jzbp_box2_img{
    box-shadow: 0px 8px 10px 0px #C7282E1A;
}
.jzbp_box2_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 10px 0px #C7282E1A;
    width: 153px;
    height: 36px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #C7282E;

}
.jzbp_box3{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jzbp_box3_img{
    width: 441px;
    height: 497px;
    flex: none;
    margin-right: 50px;
}
.jzbp_box3_img img{
    width: 100%;
    height: 100%;
}
.jzbp_box3_p1{
    font-weight: 700;
    font-size: 24px;
    line-height: 180%;
    color: #252525;
}
.jzbp_box3_p2{
    font-weight: 600;
    font-size: 32px;
    line-height: 180%;
    color: #C7282E;
}
.jzbp_box3_p3{
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
}
.jzbp_box3_R{
    flex: 1;
}
.jzbp_box3_p4{
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #C7282E;
    margin-top: 50px;
}
@media screen and (max-width:1250px) {
    .jzbp_box1_p {
        font-size: 18px;
    }
    .jzbp_box2_li {
        width: 32%;

        margin-right: 1%;
        margin-bottom: 36px;
    }
    .jzbp_box2_img {
        width: 100%;
        height: 200px;
    }
    .jzbp_box2_li:nth-child(3n){
        margin-right: 0;
    }
    .jzbp_box2_img img {
        object-fit: cover;
    }
    .jzbp_box2_name {
        font-size: 16px;
    }
    .jzbp_box3_p1 {
        font-weight: 600;
        font-size: 20px;
    }
    .jzbp_box3_p2 {
        font-size: 26px;
    }
}
@media screen and (max-width:1024px) {
    .jzbp{
        padding-bottom: 2rem;
    }
    .jzbp_box1 {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .jzbp_box1_R {
        width: 100%;
        height: auto;
    }
    .jzbp_box1_name {
        font-size: 0.8rem;
    }
    .jzbp_box1_p {
        font-size: 0.7rem;
        /* margin-top: 0.5rem; */
    }
    .jzbp_box2_title {
        font-size: 0.8rem;
        line-height: 180%;
    }
    .jzbp_box2_ul {
        margin-top: 1rem;
    }
    .jzbp_box2_li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .jzbp_box2_img {
        width: 100%;
        height: auto;
        border-radius: 0.3333rem;
    }
    .jzbp_box2_img img {
        height: auto;
    }
    .jzbp_box2_name {
        font-size: 0.7rem;
    }
    .jzbp_box2_js {
        font-size: 0.5rem;
    }
    .jzbp_box2_li::after {
        height: 0.3333rem;
    }
    .jzbp_box2_x {
        width: 1.4583rem;
        height: 1.4167rem;
        left: 0.6667rem;
    }
    .jzbp_box2_btn {
        box-shadow: 0rem 0.3333rem 0.4167rem 0rem #C7282E1A;
        width: 6.375rem;
        height: 1.5rem;
        font-size: 0.5833rem;
    }
    .jzbp_box3 {
        margin-top: 1rem;
        flex-wrap: wrap;
    }
    .jzbp_box3_img {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .jzbp_box3_p1 {
        font-size: 0.8rem;
    }
    .jzbp_box3_p2 {
        font-size: 1rem;
    }
    .jzbp_box3_p3 {
        font-weight: 500;
        font-size: 0.66rem;
    }
    .jzbp_box3_p4 {
        font-size: 0.6667rem;
        margin-top: 1rem;
    }
    .jzbp_box3_p4 svg{
        transform: rotate(90deg);
    }
}