.index-slide {
    height: 726px;
    position: relative;
    background-color: #F3F7FF;
}

.index-slide .item-box {
    display: flex;
    overflow: hidden;
}

.index-slide li {
    width: 1920px;
    height: 726px;
}

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

.index-slide .item-1 {
    /* background: url(../images/CommunitySolutions/CommunitySolutions-1.png) center top no-repeat; */
    background-size: 1920px 726px;
    background-position: center;
}

.index-slide .slide-block {
    position: absolute;
    display: flex;
    bottom: 20px;
    left: calc(50% - 90px);
}

.index-slide .slide-block li {
    width: 36px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    opacity: 0.4;
    margin-right: 12px;
}

.index-slide .slide-block li:last-child {
    margin-right: 0;
}

.index-slide .slide-block .cur {
    opacity: 1;
}

.section-2 {
    background-color: #FFFFFF;
}

.section-2 .flowChart {
    display: flex;
    align-items: center;
    justify-content: center;

}

.section-3 {
    background-color: #F3F7FF;
}

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

.section-3 ul li {
    text-align: center;
    width: 368px;
    height: 306px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.section-3 ul li img {
    width: 64px;
    height: 64px;
}

.section-3 ul li .title {
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    margin-top: 25px;
}

.section-3 ul li .text {
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-top: 16px;
}


.section-4 {
    background-color: #FFFFFF;
}

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

.section-4 ul li {
    width: 368px;
    height: 158px;
    border-radius: 16px 16px 16px 16px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    padding: 24px 40px;
    box-sizing: border-box;
}

.section-4 ul li img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}

.section-4 ul li .title {
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
}

.section-4 ul li .text {
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-top: 16px;
}

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

.section-5 ul li {
    text-align: center;
    width: 368px;
    height: 76px;
    line-height: 76px;
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    margin-top: 32px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
}

.section-6 {
    background-color: #FFFFFF;
}

.section-6 .list {
    display: flex;
    flex-wrap: wrap;
}

.section-6 .list .item {
    width: 384px;
    background: #FFFFFF;
    box-shadow: 0px 8px 48px rgba(46, 58, 83, 0.1);
    border-radius: 8px;
    margin-right: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}

.section-6 .list .item:nth-child(3n) {
    margin-right: 0;
}

.section-6 .list .card {
    padding: 16px;
}

.section-6.list .card h2 {
    margin: 12px 0 8px 0;
    font-size: 20px;
    font-weight: bold;
}

.section-6 .list .card .desc {
    color: #999;
    font-size: 14px;
}

.section-6 .anli-img {
    height: 160px;
}