/* 定制开发流程 */
/* 定制开发流程 */
.process {
    width: 100%;
    height: 515px;
    background: #FFFFFF;
    overflow: hidden;
}

.processbox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.p_box {
    display: flex;
    margin-top: 58px;

}

.p_picter {
    width: 100%;
    height: 40px;
    margin-top: 56px;
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.p_img {
    width: 40px;
    height: 40px;
}

.p_number {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 38px;
}

.p_content {
    width: 78px;
    height: auto;
    text-align: center;
}

.p_texts {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    /* margin-top: 14px; */
}

.p_line {
    width: 61px;
    height: 3px;
    background: #D2D2D2;
    margin-top: 19px;
}



.p_content:hover .p_number {
    width: 74px;
    background: url(../img/dao.png) no-repeat;
    background-size: 105% 100%;
    color: #ffffff00;
    cursor: pointer;
}

.p_box .p_content:nth-child(1):hover .p_picter img,
.p_box .p_content:nth-child(3):hover .p_picter img,
.p_box .p_content:nth-child(5):hover .p_picter img,
.p_box .p_content:nth-child(7):hover .p_picter img,
.p_box .p_content:nth-child(9):hover .p_picter img,
.p_box .p_content:nth-child(11):hover .p_picter img,
.p_box .p_content:nth-child(13):hover .p_picter img,
.p_box .p_content:nth-child(15):hover .p_picter img,
.p_box .p_content:nth-child(17):hover .p_picter img {

    visibility: hidden;
    cursor: pointer;
}

.p_box .p_content:nth-child(1):hover .p_texts,
.p_box .p_content:nth-child(3):hover .p_texts,
.p_box .p_content:nth-child(5):hover .p_texts,
.p_box .p_content:nth-child(7):hover .p_texts,
.p_box .p_content:nth-child(9):hover .p_texts,
.p_box .p_content:nth-child(11):hover .p_texts,
.p_box .p_content:nth-child(13):hover .p_texts,
.p_box .p_content:nth-child(15):hover .p_texts,
.p_box .p_content:nth-child(17):hover .p_texts {

    color: #3860F4;
    font-size: 14px;
}

.p_box .p_content:nth-child(1):hover .p_picter {

    background: url(../img/p11.png) no-repeat;
    background-size: 40px 40px;
    background-position: center;
    cursor: pointer;
    width: 80px;
    height: 57px;
    margin-bottom: 0;

}

.p_box .p_content:nth-child(3):hover .p_picter {
    background: url(../img/p22.png) no-repeat;
    background-size: 40px 40px;
    background-position: center;
    cursor: pointer;
    width: 80px;
    height: 57px;
    margin-bottom: 0;
}

.p_box .p_content:nth-child(5):hover .p_picter {
    background: url(../img/p33.png) no-repeat;
    background-size: 40px 40px;
    background-position: center;
    cursor: pointer;
    width: 80px;
    height: 57px;
    margin-bottom: 0;
}

.p_box .p_content:nth-child(7):hover .p_picter {
    background: url(../img/p44.png) no-repeat;
    background-size: 40px 40px;
    background-position: center;
    cursor: pointer;
    width: 80px;
    height: 57px;
    margin-bottom: 0;
}

.p_box .p_content:nth-child(9):hover .p_picter {
    background: url(../img/p55.png) no-repeat;
    background-size: 40px 40px;
    background-position: center;
    cursor: pointer;
    width: 80px;
    height: 57px;
    margin-bottom: 0;
}

.p_box .p_content:nth-child(11):hover .p_picter {
    background: url(../img/p66.png) no-repeat;
    background-size: 40px 40px;
    background-position: center;
    cursor: pointer;
    width: 80px;
    height: 57px;
    margin-bottom: 0;
}

.p_box .p_content:nth-child(13):hover .p_picter {
    background: url(../img/p77.png) no-repeat;
    background-size: 40px 40px;
    background-position: center;
    cursor: pointer;
    width: 80px;
    height: 57px;
    margin-bottom: 0;
}

.p_box .p_content:nth-child(15):hover .p_picter {
    background: url(../img/p88.png) no-repeat;
    background-size: 40px 40px;
    background-position: center;
    cursor: pointer;
    width: 80px;
    height: 57px;
    margin-bottom: 0;
}

.p_box .p_content:nth-child(17):hover .p_picter {
    background: url(../img/p99.png) no-repeat;
    background-size: 40px 40px;
    background-position: center;
    cursor: pointer;
    width: 80px;
    height: 57px;
    margin-bottom: 0;
}

.blue_process{
    background-color: #F4F8FF;
}