.index-slide {
    height: 726px;
    position: relative;
}

.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/home03-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 .flowChart p {
    font-size: 16px;
    color: #5C5D5F;
    text-align: center;
    margin-bottom: 48px;
}
.section-3{
    background-color: #F3F7FF;
}
.section-2 .flowChart .img {
    width: 1200px;
    height: 602px;
    background: url(../images/home03-2.png) no-repeat;
    background-position: center;
    background-size: 1200px 602px;
}
.section-3 .market .activity li h3{
	font-size: 18px;
	margin-top: 24px;
	margin-bottom: 8px;
	font-weight: bold;
	text-align: center;
}
.section-3 .market .activity{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.section-3 .market .activity li{
	width: 265px;
    height: 161px;
    padding: 0 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 48px;
    box-sizing: border-box;
}
.section-3 .market .activity li p{
	font-size: 14px;
	color: #999;
	text-align: center;
}

.section-4 {
    background-color: #fff;
}

.section-4 .container {
    height: 520px;
}

.section-4 .container .sect4-img {
    width: 100%;
    height: 156px;
}

.container-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.section-4 .container .container-box .item {
    width: 288px;
    padding: 12px;
    display: flex;
    background: #F7F8FA;
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    margin-top: 16px;
}

.section-4 .container .container-box .item .item-img {
    width: 48px;
    height: 48px;

}
.section-4 .container .container-box .item .item-text {
    margin-left: 12px;
}
.section-4 .container .container-box .item .item-text .title {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.section-4 .container .container-box .item .item-text .title2 {
    color: #999;
    font-size: 13px;
}

.section-4 .container img {
    width: 100%;
    height: 100%;
}

.section-5 {
    background-color: #F3F7FF;
}

.section-5 .container {
    height: 466px;
}

.section-5 .container img {
    width: 100%;
    height: 100%;
}

.section-6 {
    background-color: #fff;
}

.section-6 .container {
    height: 466px;
}

.section-6 .container img {
    width: 100%;
    height: 100%;
}

.section-7 {
    background-color: #F3F7FF;
}

.section-7 .list {
    display: flex;
    flex-wrap: wrap;
}

.section-7 .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-7 .list .item:nth-child(3n) {
    margin-right: 0;
}

.section-7 .list .card {
    padding: 16px;
}

.section-7.list .card h2 {
    margin: 12px 0 8px 0;
    font-size: 20px;
    font-weight: bold;
}

.section-7 .list .card .desc {
    color: #999;
    font-size: 14px;
}

.section-7 .anli-img {
    height: 160px;
}

.section-8 {
    background-color: #fff;
}

.section-8 .container {}

.section-8 .container .container-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.section-8 .container .container-box-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;

}

.section-8 .container .container-box-bottom .container-box-btm-l {
    flex: 1;
    margin-left: 25px;

}

.section-8 .item {
    position: relative;
    width: 280px;
    height: 200px;
    border-radius: 12px;
}

.section-8 .img-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 200px;
    border-radius: 12px;
    background: #000000;
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.section-8 .item img {
    width: 100%;
    height: 100%;
}

.section-9 {
    background-color: #F3F7FF;
}

.section-9 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-9 .container-box p {
    text-align: center;
    margin-top: 16px;

}

.section-9 .container-box img {
    width: 100px;
    height: 100px;
}