.ap-step-process{
    max-width: 900px;
    padding: 60px 0 0px;
    /* margin: 0 40px 0 0; */
    margin: 0 auto;
}
.ap-step-process-cont{
    height: 286px;
    margin-bottom: 40px;
}
.ap-step-process-single{
    height: 288px;
    position: relative;
    float: left;
    text-align: center;
    padding-left: 40px;
}
.ap-step-process-circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #606b78;
    position: relative;
}
.ap-step-process-circle1{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}
.ap-step-process-text{
    font-size: 20px;
    color: #fff;
    padding: 30px 0 20px;
}
.ap-step-process-pic{
    width: 44px;
    height: 44px;
    position: absolute;
    top: 28px;
    left: 28px;
}
.ap-step-process-all{
    width: 176px;
    height: 288px;
    position: relative;
    float: left;
    text-align: center;
}
.ap-step-process-process{
    width: 60px;
    height: 20px;
    float: left;
    margin: 40px 56px;
}
.ap-step-process-processd{
    width: 20px;
    height: 60px;
    margin: 32px 40px;
}
.ap-step-process-all-cont{
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}
.ap-step-process-all-cont1{
    height: 288px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.ap-step-process-all-circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #606b78;
    position: relative;
}
.ap-step-process-all-circle1{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}
.ap-step-process-hover{
    /* width: 160px;
    height: 70px; */
    width: 314px;
    padding:8px 10px;
    line-height: 28px;
    background-color: #5e7997;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    /* bottom:0; */
    top: 60%;
    left: 50%;
    margin-left: -157px;
}
.ap-step-process-xs{
    padding-top: 60px;
    padding-bottom: 90px;
}
@media (max-width: 768px){
    .ap-step-process-xs{
        padding-bottom: 72px;
    }  
}