body {
    background-color: #fff;
}

.pinfo_top {
    display: flex;
}

.pinfo_tleft {
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
    border: 1px solid #CCCCCC;
    padding: 80px 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 40%;
    flex-shrink: 0;
    margin: 0;
}

.pl_swiper_one {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pinfo_tright {
    /* padding-left: 92px; */
    padding-left: 4.7vw;
    padding-top: 39px;
}

.pitr_tit {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.pitr_desc {
    /* margin-top: 30px; */
    margin-top: 1.5vw;
    font-size: 15px;
    color: #666666;
    line-height: 32px;
}

.pinfo_in {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.pinfo_ione {
    padding: 40px 0;
    font-size: 24px;
    color: #333333;
    position: relative;
    margin-left: 8%;
    cursor: pointer;
    width: 20%;
    text-align: center;
}

.pinfo_ione:first-child {
    margin-left: 0;
}

.pinfo_ione::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #F70D0D;
    content: " ";
    width: 100%;
    opacity: 0;
}

.pinfo_inf {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pone_img {
    text-align: center;
}

.active_this_p {
    color: #F70D0D;
}

.active_this_p::after {
    opacity: 1;
}

.po_one {
    opacity: 0;
    height: 0;
    display: none;
}

.po_showthis {
    opacity: 1;
    height: auto;
    display: block;
}

@media(max-width:1024px) {
    .pinfo_top {
        display: block;
        padding-top: 0;
    }
    .pinfo_tleft {
        width: 100%;
        padding: 10px;
        max-width: 100%;
        border-radius: 20px;
        height: 269px;
    }
    .pinfo_tleft img {
        max-height: 75%;
    }
    .pinfo_tright {
        padding: 25px 15px 10px;
    }
    .pitr_tit {
        font-size: 20px;
    }
    .pitr_desc {
        font-size: 14px;
        margin-top: 10px;
    }
    .pinfo_in {
        padding: 0;
        margin: 0 30px;
        justify-content: space-between;
    }
    .pinfo_ione {
        padding: 16px 0;
        width: 24%;
        font-size: 16px;
    }
    .pinfo_inf {
        padding-top: 24px;
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
}