#ct-wrap {
    padding: 57px 0 0;
    text-align: center;
}

#ct-wrap .service-title {
    margin-bottom: 36px;
}

#ct-wrap .details {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

#ct-wrap img , .ct_advan img {
    width: 100%;
}

.ct_advan_details {
    padding: 40px 0 50px;
}

.ct_advan_details p {
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

.ct_advan_details.first img {
    margin-top: 28px;
}

.ct_advan_details:nth-child(2n-1) {
    background-color: #f5f8ff;
}

.applications_details ul li {
    font-size: 12px;
    line-height: 18px;
    color: #333;
    margin-top: 10px;
}

.ct_scene {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.scene_details {
    width: 32%;
    padding: 46px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.scene_details h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}

.scene_details p {
    font-size: 12px;
    color: #333;
    text-align: left;
    /* text-indent: 2em; */
    margin-bottom: 18px;
    min-height: 72px;
}

.scene_details .paterNode {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.paterNode .node {
    width: calc(50% - 5px);
    min-width: 90px;
    text-align: left;
    color: #04154C;
    line-height: 16px;
    margin-bottom: 12px;
}


