#slides {
    position: relative;
}

#slides .slidesjs-navigation {
    display: none;
}

#slides .slidesjs-pagination {
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    margin: 0 auto;
    padding: 0;
    bottom: 24px;
    z-index: 99;
}

#slides .slidesjs-pagination li {
    margin: 0 3px;
}

#slides .slidesjs-pagination li a {
    background-color: #fff;
    background-image: none;
    width: 12px;
    height: 12px;
    padding-top: 12px;
    border-radius: 6px;
    font-size: 0;
}

#slides .slidesjs-pagination li a.active {
    width: 34px;
}

.service-process .circle{
    text-align: center;
}

.service-process .circle img {
}

@media (min-width: 1330px) {
    .service-process .circle {
        position: relative;
    }

    .service-process .circle .arrows {
        position: absolute;
        width: 179px;
        left: 112.33px;
        height: 18px;
        top: 10px;
        background-image: url('../img/home/arrows.png');
        background-repeat: no-repeat;
        background-size: auto 18px;
        background-position: center;
    }

    .service-process .circle .arrows .cc {
        position: absolute;
        width: 100%;
        left: 0;
        height: 4px;
        top: 7px;
        background-color: #f2f3f5;
        /* background-color: #223b6b; */
    }
}

.moudle-sub-title {
    margin-bottom: 30px;
}

.service-process .service-icon {
    text-align: center;
    margin-top: 17px;
}

.service-process .service-title {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #333333;
    margin: 8px 0 6px 0;
}

.service-process .service-info {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
}


/* @media (min-width: 768px) {
    .professional-col {
        width: 50%;
        float: left;
    }
}

@media (min-width: 1300px) {
    .professional-col {
        width: 25%;
        float: left;
    }
} */

.professional-services .professional-col {
    padding: 0;
}

.professional-services .professional-item {
    width: 302.5px;
    margin: 0 auto;
    overflow: hidden;
}

.professional-services .professional-item img {
    width: 100%;
    height: 100%;
}
