.bannerWrap .btn{
	display: block;
	background-image: linear-gradient(85deg, 
			#f6b824 0%, 
			#fea029 100%);
	height: 40px;
	width: 200px;
	border-radius: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.classTitle {
	font-family: MicrosoftYaHei;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
}
.platformWrap{
	padding: 100px 0;
	max-width: 1200px;
	margin: auto;
}
.platformWrap ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.platformWrap ul li{
	width: 20%;
}
.platformWrap ul li img{
	display: block;
	margin: auto;
}
.platformWrap ul li .platTitle{
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
	font-weight: bolder;
	text-align: center;
	margin: 15px 0;
}
.platformWrap ul li p{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
}
.programme {
	padding: 100px 0;
	background-color: #f2f2f2;
}
.programme ul {
	max-width: 1200px;
	margin: auto;
}

.programme ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 50px 0; */
}

.programme ul li {
	width: 30%;
	height: 500px;
	padding: 40px 20px 20px;
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #f2f2f2;
	color: #333333;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
}
.programme ul li .proImg {
	width: 50%;
	margin: 0 auto 20px;
}
.programme ul li .introduce{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 1px;
}
.servceWrap{
	max-width: 1200px;
	margin: auto;
	padding: 100px 0;
}
.servceWrap ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.servceWrap ul li{
	width: 23%;
}
.servceWrap ul li img{
	display: block;
	margin: auto;
}
.servceWrap ul li .servceTitle{
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
	font-weight: bolder;
	text-align: center;
	margin: 15px 0;
}