

.service-section-title {
    font-weight: 500;
    font-size: 28px;
    color: #000;
    line-height: 48px;
}


.service-section-icon {
    background: #007bff;
    color: #ffffff;
    border-radius: 15px;
}

.feature-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-font-smoothing: antialiased;
}
.feature-item-icon {
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 20px;
}
.feature-item-bd {
    -ms-flex: 1;
    flex: 1;
    width: 1px;
}
.feature-item-title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feature-item-desc {
    font-size: 14px;
    color: #495770;
    line-height: 22px;
}

.beian_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #ff7819;
    border-radius: 20px;
    margin-bottom:15px;
}
    .beian_icon i {
        color: #ffffff;
        font-size: 30px;
        line-height:60px;
    }

.digital_section {
}
.partner-list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width:1600px) {
    .project-item img {
        height: 220px;
    }
}

.partner-list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

    .partner-list img {
        width: calc(100% / 6);
        height: 100px;
        padding: 20px;
        object-fit: contain;
    }

@media screen and (max-width: 736px) {
    .partner-list img {
        padding: 10px;
        width: calc(100% / 3);
    }
}

@media screen and (min-width: 736px) {
    .partner-list img {
        width: calc(100% / 4);
    }
}

@media screen and (min-width:992px) {
    .partner-list img {
        width: calc(100% / 5);
    }
}

@media screen and (min-width:1200px) {
    .partner-list img {
        width: calc(100% / 6);
    }
}

@media screen and (min-width:1600px) {
    .partner-list img {
        width: calc(100% / 6);
    }
}