/* 定制开发 */
.supportBox {
    padding: 0.8rem 0.3rem;
}

.supportCon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.supportLef {
    width: 48%;
}

.supportLef h3 {
    font-weight: bold;
}

.supportLef b {
    color: #ff9500;
    margin-top: 0.2rem;
    display: block;
    font-weight: 500;
}

.supportLef p {
    color: #555;
    line-height: 1.8;
    margin-top: 0.3rem;
}

.supportImg {
    width: 33%;
}


/* 定制服务优势 */
.advantBox {
    background: #F5F5F5;
    padding: 0.8rem 0.3rem;
}

.pubIndexTitle {
    text-align: center;
}

.advantCon {
    margin-top: 0.6rem;
}

.advantCon ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advantCon ul li {
    width: 24%;
    position: relative;
}

.advantCon ul li img {
    width: 100%;
    height: 5rem;
    object-fit: cover;
}

.advantCon ul li p {
    position: absolute;
    background: #fff;
    padding: 0.2rem 0.3rem;
    text-align: center;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.5rem;
    border-radius: 0.05rem;
}

.pubIndexTitle p {
    color: #ff9500;
}

/* 服务流程 */
.processBox {
    padding: 0.8rem 0.3rem;
}

.processCon {
    margin-top: 0.2rem;
}

.processCon ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.processCon ul li {
    width: 30%;
    position: relative;
    text-align: center;
    margin-top: 0.6rem;
}

.processCon ul li img {
    width: 2.7rem;
    height: 2rem;
    display: block;
    margin: auto;
}

.processCon ul li p {
    margin-top: 0.2rem;
}

.processCon ul li:nth-child(1):after {
    content: '';
    position: absolute;
    background: url(../images/lineR.png) no-repeat center center;
    top: 40%;
    right: -0.5rem;
    width: 0.8rem;
    height: 0.4rem;
    background-size: contain;
}

.processCon ul li:nth-child(2):after {
    content: '';
    position: absolute;
    background: url(../images/lineR.png) no-repeat center center;
    top: 40%;
    right: -0.5rem;
    width: 0.8rem;
    height: 0.4rem;
    background-size: contain;
}

.processCon ul li:nth-child(4):after {
    content: '';
    position: absolute;
    background: url(../images/lineR.png) no-repeat center center;
    top: 40%;
    right: -0.5rem;
    width: 0.8rem;
    height: 0.4rem;
    background-size: contain;
}

.processCon ul li:nth-child(5):after {
    content: '';
    position: absolute;
    background: url(../images/lineR.png) no-repeat center center;
    top: 40%;
    right: -0.5rem;
    width: 0.8rem;
    height: 0.4rem;
    background-size: contain;
}

.processCon ul li:nth-child(7):after {
    content: '';
    position: absolute;
    background: url(../images/lineR.png) no-repeat center center;
    top: 40%;
    right: -0.5rem;
    width: 0.8rem;
    height: 0.4rem;
    background-size: contain;
}

.processCon ul li:nth-child(8):after {
    content: '';
    position: absolute;
    background: url(../images/lineR.png) no-repeat center center;
    top: 40%;
    right: -0.5rem;
    width: 0.8rem;
    height: 0.4rem;
    background-size: contain;
}


.capBox {
    padding: 0.8rem 0.3rem;
    background: url(../images/fwBg.png) no-repeat center center;
    background-size: cover;
}

.capCon {
    margin-top: 0.6rem;
}

.capCon img {
    display: block;
    width: 12rem;
    margin: auto;
}



/* 适配 */
@media (max-width: 800px) {
    .supportCon {
        flex-direction: column;
    }

    .supportLef {
        width: 100%;
    }

    .supportImg {
        width: 100%;
        margin-top: 0.6rem;
    }


    .advantCon ul {
        flex-direction: column;
    }

    .advantCon ul li {
        width: 100%;
        margin-top: 0.2rem;
    }

    .advantCon ul li img {
        height: auto;
    }



}