.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/FreshSolution-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 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-2 ul li{
    text-align: center;
    width: 285px;
    height: 230px;
    overflow: hidden;
    background-color: #DAFFE0;
    border-radius: 8px 8px 8px 8px;
}
.section-2 ul li .title{
    height: 80px;
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    background-color: #04C350;
}
.section-2 ul li .text{
    font-family: 'Source Han Sans', 'Noto Sans CJK SC', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #353635;
    margin-top: 22px;
}

 .content{
	display: flex;
	align-items: center;
}
 .content .img-box{
	width: 660px;
    height: 400px;
}
.content .img-box img{
    width: 100%;
    height: 100%;
}
.content .right-text{
    flex: 1;
}
.content .right-text h2{
	font-size: 32px;
	margin-bottom: 24px;
	font-weight: bold;
}
.content .right-text p{
	font-size: 16px;
	color: #666;
}

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