.index-slide{
	height: 726px;
	position: relative;
}
.index-slide .item-box{
	display: flex;
	overflow: hidden;
}
.index-slide li{
	width: 1920px; 
	height: 726px;
}
.index-slide .item-1{
	background: url(../images/banner01.png) center top no-repeat; 
	background-size: 1920px 726px;
	background-position: center;
}
.index-slide .item-2{
	background: url(../images/banner02.png) center top no-repeat; 
	background-size: 1920px 726px;
	background-position: center;
}
.index-slide .item-3{
	background: url(../images/banner03.png) center top no-repeat; 
	background-size: 1920px 726px;
	background-position: center;
}
.index-slide .item-4{
	background: url(../images/banner04.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-2 .flowChart .img{
	width: 1200px;
	height: 602px;
	background: url(../images/flowChart.png) no-repeat;
	background-position: center;
	background-size: 1200px 602px;
}

.section-3 .nav-list{
	display: flex;
	background: #fff;
	padding: 4px;
	border-radius: 64px;
	margin: auto;
	width: 550px;
}
.section-3 .item{
	display: none;
}
.section-3 .nav-list li{
	padding: 12px 24px;
	border-radius: 24px;
	font-size: 16px;
	cursor: pointer;
	margin-right: 4px;
}
.section-3 .nav-list li:last-child{
	margin-right: 0;
}
.section-3 .nav-list li:hover{
	background: #296BEF;
	color: #fff;
	font-weight: bold;
}
.section-3 .nav-list .cur{
	background: #296BEF;
	color: #fff;
	font-weight: bold;
}
.section-3 .nav-content{
	display: flex;
	margin-top: 48px;
}
.section-3 .right-text h2{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 16px;
}
.section-3 .right-text p{
	font-size: 16px;
	color: #666;
}
.section-3 .tag-box{
	display: flex;
	flex-wrap: wrap;
	margin: 32px 0;
}
.section-3 .tag-box li{
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	border: solid 1px #ebebeb;
	border-radius: 4px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.section-3 .tag-box li:nth-child(4n){
	margin-right: 0;
}
.section-3 .right-text button{
	font-size: 16px;
	color: #fff;
	padding: 12px 28px;
	background: #296BEF;
	border-radius: 4px;
	border: none;
}

.section-4{
	background: url(../images/4fbg01.png) no-repeat;
	background-size: 100% 799px;
}
.section-4 .container{
	display: flex;
	padding: 0px;
	width: 1200px;
	filter: drop-shadow(0px 12px 48px rgba(0, 0, 0, 0.06));
	border-radius: 8px;
	overflow: hidden;
}
.section-4 .left-nav{
	padding: 16px;
	gap: 8px;
	width: 272px;
	background: rgba(23, 24, 27, 0.5);
}
.section-4 .left-nav li{
	width: 240px;
	height: 52px;
	display: flex;
	align-items: center;
	border-radius: 6px;
	padding: 0 12px;
	margin-bottom: 8px;
	cursor: pointer;
}
.section-4 .left-nav li:hover{
	background: #296BEF;
}
.section-4 .left-nav li:last-child{
	margin-bottom: 0;
}
.section-4 .left-nav .cur{
	background: #296BEF;
}
.section-4 .left-nav li span{
	font-size: 16px;
	color: #fff;
	margin-left: 8px;
	font-weight: bold;
}
.section-4 .right-text{
	padding: 64px 48px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 928px;
	background: rgba(32, 34, 38, 0.4);
	backdrop-filter: blur(6px);
}
.section-4 .right-text .item{
	display: none;
}
.section-4 .nav-text .tit{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 24px;
}
.section-4 .nav-text .text{
	font-size: 14px;
	color: #fff;
}
.section-4 .btn-box{
	display: flex;
	margin-top: 32px;
	padding-top: 32px;
	border-top: solid 1px rgba(255,255,255,0.1);
	width: 100%;
}
.section-4 .btn-box button{
	width: 104px;
	height: 40px;
	background: none;
	border-radius: 4px;
	border: solid 1px #fff;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-right: 24px;
	cursor: pointer;
}
.section-4 .btn-box button:last-child{
	margin-right: 0;
}
.section-4 .btn-box .cur{
	background: #296BEF;
	border: none;
}

.section-5 .content{
	display: flex;
	align-items: center;
}
.section-5 .right-text h2{
	font-size: 32px;
	margin-bottom: 24px;
	font-weight: bold;
}
.section-5 .right-text p{
	font-size: 16px;
	color: #666;
}
.section-5 .right-text button{
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	background: #296BEF;
	padding: 12px 24px;
	margin-top: 48px;
	border: none;
}

.section-6 .content{
	display: flex;
	align-items: center;
}
.section-6 .right-text h2{
	font-size: 32px;
	margin-bottom: 24px;
	font-weight: bold;
}
.section-6 .right-text p{
	font-size: 16px;
	color: #666;
}
.section-6 .right-text button{
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	background: #296BEF;
	padding: 12px 24px;
	margin-top: 48px;
	border: none;
}

.section-7 .content{
	display: flex;
	align-items: center;
}
.section-7 .right-text h2{
	font-size: 32px;
	margin-bottom: 24px;
	font-weight: bold;
}
.section-7 .right-text p{
	font-size: 16px;
	color: #666;
}
.section-7 .right-text button{
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	background: #296BEF;
	padding: 12px 24px;
	margin-top: 48px;
	border: none;
}

.section-9 .content{
	display: flex;
}
.section-9 .function{
	width: 500px;
	margin-left: 40px;
}
.section-9 .function .item-icon{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.section-9 .function .item-icon li{
	width: 25%;
	display: flex;
	flex-direction: column;
}
.section-9 .function .item-icon li img{
	margin: auto;
}
.section-9 .function .item-icon li h3{
	font-size: 16px;
	margin-top: 16px;
	font-weight: bold;
	text-align: center;
}



.section-10 .market .activity li h3{
	font-size: 18px;
	margin-top: 24px;
	margin-bottom: 8px;
	font-weight: bold;
	text-align: center;
}
.section-10 .market .activity{
	display: flex;
	flex-wrap: wrap;
}
.section-10 .market .activity li{
	width: 16%;
	margin-top: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 24px;
}
.section-10 .market .activity li p{
	font-size: 14px;
	color: #999;
	text-align: center;
}



.section-11{
	background: url(../images/showbg.png) no-repeat;
	background-size: 100% 630px;
	background-position: center;
}
.section-11 .container{
	display: flex;
}
.section-11 .container .left-tab{
	display: flex;
	background: #fff;
	border-radius: 8px;
	border-top: solid 4px #3A79F7;
	margin-right: 24px;
	padding: 20px 20px 12px 20px;
	width: 680px;
}
.section-11 .tab-box thead th{
	height: 48px;
	line-height: 48px;
	border-bottom: solid 1px #ebebeb;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.section-11 .tab-box tbody td{
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
}
.section-11 .right-look{
	display: flex;
	background: #fff;
	border-radius: 8px;
	border-top: solid 4px #FFA705;
	padding: 20px 20px 12px 20px;
	width: 420px;
	justify-content: space-around;
}
.section-11 .tab-box .w120{
	width: 120px;
}
.section-11 .tab-box .w320{
	width: 320px;
}
.section-11 .right-look .item{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section-11 .right-look .item span{
	text-align: center;
	font-size: 14px;
	margin-top: 12px;
}