.px-banner {
    background: url(../pxzx/px-banner.png) no-repeat;
    background-size: 100% 100%;

}

.px-banner .w1200>div {
    width: 660px;
}

.px-box .content {
    display: flex;
}

.px-box .content .li {
    font-size: 14px;
    color: #6F6F81;
    background: #FFFFFF;
    padding: 40px 30px;
    margin-right: 40px;
    cursor: pointer;
    width: 25%;
    border-top: 6px solid transparent;
    margin-top: 30px;

}

.px-box .content .li:last-child {
    margin-right: 0;
}

.px-box .content .li img {
    width: 66px;
    height: 66px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.px-box .content .li p.title {
    color: #202036;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.px-box .content .li:hover {
    box-shadow: 0px 4px 10px 0px rgba(117, 130, 186, 0.2);
    border-radius: 0px 0px 20px 20px;
    border-top: 6px solid;
    border-image: linear-gradient(293deg, #3D71FF, #3D71FF) 6 6;
}
.px-box .content .li:hover img {
    transform: scale(1.2);
}

.px-box .content .li:hover p.title {
    background: linear-gradient(244.2253537772848deg, #3D71FF 0%, #3D71FF 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.px-box .content .li p.info {
    margin-top: 30px;
    text-align: justify;
}

.step-box {
    display: flex;
}

.step-box .li {
    padding: 30px 0;
    margin-bottom: 30px;
    flex: 1;
    font-size: 14px;
    color: #6F6F81;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.step-box .title {
    color: #202036;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: bold;
}

.step-box .li img {
    width: 70px;
    height: 70px;
}

.step-box .li:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(117, 130, 186, 0.2);
    border-radius: 20px 20px 20px 20px;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #ffff, #ffff), linear-gradient(334deg, #3D71FF, #3D71FF);
}
.pxzxNewBoxBj{
    background: url(../pxzx/px-stepbj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.pxzxNewBoxBj .same-h2{
    color: #fff;
}
.pxzxNewBox{
    display: flex;
    align-items: center;
}
.pxzxNewBox li{
    border-radius: 16px;
    padding: 30px;
    width: 33.33%;
    height: 260px;
    box-sizing: border-box;
    cursor: pointer;
}
.pxzxNewBox li:hover  div p{
    color: #3D71FF;
}
.pxzxNewBox li:nth-child(1){
    background: #fff url(../pxzx/pxzxNew1.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom right;
}
.pxzxNewBox li:nth-child(2){
    background: #fff url(../pxzx/pxzxNew2.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom right;
    margin: 0 60px;
}
.pxzxNewBox li:nth-child(3){
    background: #fff url(../pxzx/pxzxNew3.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: bottom right;
}
.pxzxNewBox li .pxzxNewBox-cent{
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #6F6F81;
    line-height: 21px;
    text-align: justified;
}
.pxzxNewBox li div p{
    font-size: 22px;
    color: #202036;
    line-height: 33px;
    font-weight: bold;
}



@media (max-width: 900px) {

    .px-banner {
        background-size: cover !important;
        background-position: 80% !important;
        /* background-position: -700px; */
        /* background-position: top right; */
    }

    .px-box .content {
        flex-wrap: wrap;
    }

    .px-box .content .li {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .pxzxNewBox{
        flex-direction: column;
    }
    .pxzxNewBox li{
        width: 90%;
        margin-bottom: 20px !important;
    }
    .pxzxNewBox li:last-child{
        margin-bottom: 0 !important;
    }
}

@media (max-width: 576px) {
    .step-box .li img{
        width: 50px;
        height: 50px;
    }
    .step-box .li{
        font-size: 13px;
    }
    .step-box .title{
        font-size: 18px;
        margin-top: 15px;
    }
    .px-box .content{
        justify-content: center;
    }
    .px-box .content .li{
        width: 80%;
        padding: 30px 20px;
    }
    .px-box .content .li p.title{
        font-size: 18px;
    }
    .px-box .content .li p.info{
        font-size: 14px;
        margin-top: 20px;
    }
}