.banner[data-v-1b81057c] {
	width: 100%;
	height: 600px;
}
.banner .content[data-v-1b81057c] {
	width: 100%;
	height: 100%;
}
.banner[data-v-1b81057c] .el-carousel__container {
	height: 100%;
}
.banner[data-v-1b81057c] .el-carousel__container .el-carousel__arrow {
	background: transparent !important;
}
.banner[data-v-1b81057c]
	.el-carousel__container
	.el-carousel__arrow.el-carousel__arrow--left {
	left: 32px;
}
.banner[data-v-1b81057c]
	.el-carousel__container
	.el-carousel__arrow.el-carousel__arrow--right {
	right: 32px;
}
.banner[data-v-1b81057c]
	.el-carousel__container
	.el-carousel__arrow
	.el-icon-arrow-left,
.banner[data-v-1b81057c]
	.el-carousel__container
	.el-carousel__arrow
	.el-icon-arrow-right {
	font-size: 32px;
}
.banner[data-v-1b81057c] .el-carousel__indicators--horizontal {
	bottom: 30px !important;
}
.banner[data-v-1b81057c]
	.el-carousel__indicators--horizontal
	.el-carousel__button {
	height: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.banner .el-carousel__item[data-v-1b81057c] {
	opacity: 0.6;
	-webkit-transition: opacity 1.4s linear;
	transition: opacity 1.4s linear;
}
.banner .el-carousel__item.is-active[data-v-1b81057c] {
	opacity: 1;
}
.banner .banner-info[data-v-1b81057c] {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.banner .banner-info img[data-v-1b81057c] {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.more[data-v-90f3e926] {
	width: 320px;
	height: 56px;
	line-height: 56px;
	background: #1b71ea;
	border-radius: 28px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	cursor: pointer;
}
.more[data-v-90f3e926]:hover {
	opacity: 0.88;
}
.compare[data-v-bb3e876e] {
	width: 1200px;
	height: 844px;
	margin: 0 auto;
}
.compare .title[data-v-bb3e876e] {
	height: 188px;
	line-height: 188px;
	text-align: center;
	font-size: 40px;
	color: #333;
}
.compare .list[data-v-bb3e876e] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 64px;
}
.compare .list .item[data-v-bb3e876e] {
	width: 368px;
	margin: 0 24px;
}
.compare .list .item .sec[data-v-bb3e876e] {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.05s;
	transition: -webkit-transform 0.05s;
	transition: transform 0.05s;
	transition: transform 0.05s, -webkit-transform 0.05s;
}
.compare .list .item .sec[data-v-bb3e876e]:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}
.compare .list .item .sec .mark[data-v-bb3e876e] {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	z-index: 10;
}
.compare .list .item .sec .txt[data-v-bb3e876e] {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 10;
}
.compare .list .item .sec .txt .txt1[data-v-bb3e876e] {
	line-height: 32px;
	font-size: 24px;
	margin-bottom: 12px;
}
.compare .list .item .sec .txt .txt2[data-v-bb3e876e],
.compare .list .item .sec .txt .txt3[data-v-bb3e876e] {
	line-height: 24px;
	font-size: 16px;
}
.compare .list .item .sec img[data-v-bb3e876e] {
	width: 100%;
	height: 100%;
}
.compare .list .item .sub-title[data-v-bb3e876e] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 48px;
	border-radius: 60px;
	font-size: 20px;
	margin: 16px 0;
}
.compare .list .item .sub-title.sub-title-0[data-v-bb3e876e] {
	background: rgba(255, 141, 26, 0.1);
	color: #ff8d1a;
}
.compare .list .item .sub-title.sub-title-1[data-v-bb3e876e] {
	background: rgba(255, 96, 64, 0.1);
	color: #ff6040;
}
.compare .list .item .sub-title.sub-title-2[data-v-bb3e876e] {
	background: rgba(108, 99, 255, 0.1);
	color: #6c63ff;
}
.programme[data-v-cafecaca] {
	width: 100%;
	height: 776px;
	background: url(programme-bg.278d918e.png) no-repeat;
	background-size: 100% 100%;
}
.programme .wrapper[data-v-cafecaca] {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.programme .wrapper .title[data-v-cafecaca] {
	height: 184px;
	line-height: 184px;
	text-align: center;
	font-size: 40px;
	color: #333;
}
.programme .wrapper .list[data-v-cafecaca] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 496px;
}
.programme .wrapper .list .item[data-v-cafecaca] {
	width: 368px;
	height: 100%;
}
.programme .wrapper .list .item .pic[data-v-cafecaca] {
	width: 100%;
	height: 228px;
	overflow: hidden;
}
.programme .wrapper .list .item .pic img[data-v-cafecaca] {
	width: 100%;
	height: 100%;
}
.programme .wrapper .list .item .content[data-v-cafecaca] {
	position: relative;
	background: #fff;
	height: 288px;
	border-radius: 16px;
	padding: 0 32px;
	top: -16px;
	z-index: 10;
}
.programme .wrapper .list .item .content .sub-title[data-v-cafecaca] {
	height: 76px;
	line-height: 80px;
	font-size: 26px;
}
.programme .wrapper .list .item .content .desc[data-v-cafecaca] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
}
.programme .wrapper .list .item .content .desc .icon[data-v-cafecaca] {
	width: 12px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAALVBMVEUAAAAaceoQcO8bcOobceobcOoacOkacOkbcOobceoacOkbceoYcOsYcO8bceplajF6AAAADnRSTlMAoBBg0PDfgDDAr5BAILWfiPgAAABeSURBVBjTY6AMlGYg2IzvniE4cu+eIkm8e44k8U4ASeIhA4PiGiSJee8M4BIM7949hkpAKAOYBIMKUApuFJPfu3eGYAmo1DuwBFQKLgG0CSYBtfAhsuM3IHmrl6DHAc34NyKaF/q+AAAAAElFTkSuQmCC)
		no-repeat;
	background-size: 100% 100%;
	margin-right: 8px;
}
.programme .wrapper .list .item .content .desc .txt[data-v-cafecaca] {
	font-size: 16px;
}
.programme .wrapper .list .item .content .more[data-v-cafecaca] {
	line-height: 24px;
	color: #1b71ea;
	font-size: 16px;
	margin-top: 32px;
	cursor: pointer;
}
.learning-plat[data-v-f6cc939e] {
	width: 100%;
}
.learning-plat .wrapper[data-v-f6cc939e] {
	width: 100%;
	height: 600px;
	background: #fff;
}
.learning-plat .wrapper.wrapper-0[data-v-f6cc939e] {
	height: 736px;
	padding-top: 64px;
}
.learning-plat .wrapper.wrapper-0 .plat[data-v-f6cc939e] {
	display: block;
}
.learning-plat .wrapper.wrapper-1[data-v-f6cc939e] {
	background: #f2f7ff;
}
.learning-plat .wrapper .plat[data-v-f6cc939e] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.learning-plat .wrapper .plat .title[data-v-f6cc939e] {
	height: 56px;
	line-height: 56px;
	font-size: 40px;
	text-align: center;
	color: #333;
	margin-bottom: 24px;
}
.learning-plat .wrapper .plat .desc[data-v-f6cc939e] {
	text-align: center;
	line-height: 20px;
	color: #666;
	font-size: 16px;
	margin-bottom: 68px;
}
.learning-plat .wrapper .plat .content[data-v-f6cc939e] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.learning-plat .wrapper .plat .content .pic[data-v-f6cc939e] {
	width: 576px;
	height: 400px;
}
.learning-plat .wrapper .plat .content .pic img[data-v-f6cc939e] {
	width: 100%;
	height: 100%;
}
.learning-plat .wrapper .plat .content .intro[data-v-f6cc939e] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 576px;
	height: 400px;
}
.learning-plat .wrapper .plat .content .intro .sub-title[data-v-f6cc939e] {
	line-height: 36px;
	font-size: 28px;
	color: #333;
	margin-bottom: 16px;
}
.learning-plat .wrapper .plat .content .intro .txt[data-v-f6cc939e] {
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
.learning-plat .wrapper .plat .content .intro .txt.txt-1-3[data-v-f6cc939e] {
	color: #1b71ea;
}
.learning-plat .wrapper .plat .content .intro .more[data-v-f6cc939e] {
	width: 160px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	border: 1px solid rgba(27, 113, 234, 0.3);
	font-size: 16px;
	color: #1b71ea;
	text-align: center;
	cursor: pointer;
	margin-top: 44px;
}
.learning-plat .wrapper .plat .content .intro .more[data-v-f6cc939e]:hover {
	background: rgba(27, 113, 234, 0.1);
	border: 1px solid rgba(27, 113, 234, 0.4);
}
.integration[data-v-0a476a7e] {
	width: 100%;
	height: 640px;
	background: url(integration-bg.ccbb254b.png) no-repeat;
	background-size: 100% 100%;
}
.integration .wrapper[data-v-0a476a7e] {
	width: 1200px;
	padding-top: 73px;
	margin: 0 auto;
}
.integration .wrapper .title[data-v-0a476a7e] {
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 48px;
	color: #fff;
	margin-bottom: 16px;
}
.integration .wrapper .title span[data-v-0a476a7e] {
	color: #ff6040;
}
.integration .wrapper .desc-1[data-v-0a476a7e] {
	width: 248px;
	height: 32px;
	line-height: 32px;
	background: hsla(0, 0%, 100%, 0.1);
	border-radius: 16px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 0 auto 26px;
}
.integration .wrapper .desc-2[data-v-0a476a7e] {
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0 auto 26px;
}
.integration .wrapper .list[data-v-0a476a7e] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 136px;
	margin-bottom: 26px;
}
.integration .wrapper .list .item[data-v-0a476a7e] {
	width: 384px;
	height: 100%;
	background: hsla(0, 0%, 100%, 0.9);
	border-radius: 12px;
	padding: 28px 24px;
}
.integration .wrapper .list .item .sub-title[data-v-0a476a7e] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 24px;
	margin-bottom: 8px;
}
.integration .wrapper .list .item .sub-title .icon[data-v-0a476a7e] {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.integration .wrapper .list .item .sub-title .txt[data-v-0a476a7e] {
	color: #333;
	font-size: 18px;
}
.integration .wrapper .list .item .desc[data-v-0a476a7e] {
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.integration .wrapper .desc-3[data-v-0a476a7e] {
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	margin: 0 auto 32px;
}
.content-service[data-v-64670004] {
	width: 100%;
	height: 1584px;
	background: url(content-service-bg.19da8cc6.png) no-repeat;
	background-size: 100% 100%;
}
.content-service .wrapper[data-v-64670004] {
	width: 1200px;
	padding-top: 64px;
	margin: 0 auto;
}
.content-service .wrapper.content[data-v-64670004] {
	height: 720px;
}
.content-service .wrapper.service[data-v-64670004] {
	height: 864px;
	padding-top: 0;
}
.content-service .wrapper .title[data-v-64670004] {
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 40px;
	color: #333;
	margin-bottom: 24px;
}
.content-service .wrapper .intro[data-v-64670004] {
	color: #666;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
.content-service .wrapper .intro p[data-v-64670004] {
	line-height: 24px;
}
.content-service .wrapper .intro p.special[data-v-64670004] {
	color: #1b71ea;
	cursor: pointer;
}
.content-service .wrapper .sections[data-v-64670004] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 360px;
}
.content-service .wrapper .sections .section[data-v-64670004] {
	width: 179px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.content-service .wrapper .sections .section.active[data-v-64670004] {
	width: 588px;
}
.content-service .wrapper .sections .section .sec[data-v-64670004] {
	width: 100%;
	height: 100%;
	position: relative;
}
.content-service .wrapper .sections .section .sec img[data-v-64670004] {
	width: 100%;
	height: 100%;
}
.content-service .wrapper .sections .section .sec .info[data-v-64670004] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 36px 40px 32px;
	z-index: 10;
}
.content-service
	.wrapper
	.sections
	.section
	.sec
	.info
	.sub-title[data-v-64670004] {
	line-height: 32px;
	font-size: 24px;
}
.content-service .wrapper .sections .section .sec .info .line[data-v-64670004] {
	width: 32px;
	height: 4px;
	background: #fff;
	margin: 16px 0;
}
.content-service .wrapper .sections .section .sec .info .desc[data-v-64670004] {
	min-height: 120px;
}
.content-service
	.wrapper
	.sections
	.section
	.sec
	.info
	.desc
	p[data-v-64670004] {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 4px;
}
.content-service .wrapper .sections .section .sec .info .more[data-v-64670004] {
	position: absolute;
	left: 40px;
	bottom: 32px;
	width: 128px;
	height: 40px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAoCAMAAAABrwJ6AAAAq1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nr6iZAAAAOHRSTlMAvwzriSEYrqvyw9/RjYNW7+M/pigQn4Z/K/zcyLWPk2oHOhZRSffXcTMky5h7Z2JDvC8ekXZb9IEeZ2cAAANBSURBVFjDzdjXkqJAFAbgH1oykhQDCAay6Jgd3v/JlsbVHR2clYuV/S7aKintvzgHGhr39muRUaTiH5EURlzv8dRharq+bnEs/hGWs3TfNacH1LF9oi3xBkuN+Da+OZMpjzfhp0THA00Z443Gyui+OILM4614ufe11QQRbyf2cKPJaIE8uvWfwqMFvKKjYpMxWjEmNih/ipasOnTkyAsFmPfxV3bENy0C4cpxqn2fjvuK/m2a0xlGlRmCzp0A1DIR5mhIoyffXH4vTvGVB7DE3e22wVF2j0dPBd+tMOblk0dpQRxPqNR3VK+H7/omsHfrTvhNaDonYOVl53gMdFfA5nbNpvKfX2jxcUaNJPeAOrpTd69x91h38IM0ThbA+TPj5SM/Z5Uz4AsAjOLGALB1STSupiEDFng9gb+GqOMpjnGGcxpDMd1PNQ6ZiW2Yjk4DRCzLjphyiGgAb2CzSgeWbNKDDRLoIhgLz1iSmqEy2CwmUFe7AJuPqmWMdLvdDvJySI3rKisl0prFDyJp93jcYqBweOajuLb1QPtQsyQLCD8YgjKSyWRiGuWQXAL0NYVoQyPETxaS/JCAUxCzPwTANYA6MTwpm8VdddLt7ssA9Lx1aWNbZYBlN3HkzcErEoGa33U/84VZMLjDSojnrwSoSpBNBE2VNW1cBugNh0M1L4deGSDwZjxCczcrnSS3WQCFeyXA9JSEbiQF+F2CDlPegD7FcigDUNFE+kCJz/OgWQnkxQsBPMYjAxJFluX1LGtM+3OBvRNUN+ByyHJncFgIc3oa2IZNKOovBFAtWoKTqqqEqOoRwEZK5R6ugtUSYFXBk1I8FdZfhmsfz6yMa6U++aoHAFqCi2FRHLO7cp7lQuSbzQ9/TW/FdTaylxcCLmYJDsM+4a4B5ouTKg1nshOrwqqj6bC3JyEm3T4azg93XLcYUQtR6I1sXIw2gKf4uAZIYy+lx1hrow2EXYTcyf3w1vzNFiO6HDdgV2302EvB7Yvmy3H1QNISnnD/wyNZ+w+l0Ft9LKdGrb6YUGLLr2ZgxVZfTqlRq6/nlE6mAd4kWBG9xS2avkY6NupwdJMqtA7/bpPqYIV0k4rDH+/fpnvotV+RjXVbf7odSwAAAABJRU5ErkJggg==)
		no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.content-service
	.wrapper
	.sections
	.section
	.sec.normal
	.info[data-v-64670004] {
	padding: 36px 24px 32px;
}
.content-service
	.wrapper
	.sections
	.section
	.sec.normal
	.more[data-v-64670004] {
	left: 24px;
	width: 40px;
	height: 40px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAk1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ROyVeAAAAMHRSTlMAvwb6FbDj0QvsvKafkxkQ3quQU+eNWDw2My/02oJ9ShLwLenElomId2AoVUC1bSEBWizqAAABSklEQVQ4y43V13KDMBQE0EWAaAJhTLeprnGa///r4owJASxA53lnxL3SLBhLCt0IVTU09CLBLK2kezfOPEK8LHb3tNQg4jEryjGQRwcmiL5ZFxMT/GzFmHD9DAKpf8aQ+WlzCHFlQ9Ajtk4wg+g6eo5NMIsoQT8H5VhQ06pbn5Vg0Qd97oOdsIJd8PDd1FihHX4jQYRVQQkQ64Ypx8HYzQcqAy+26gZjRotzBIlk8AX7HRLJmIG2EKl2tol/2REqh1CyOw6SGsV9OK0yQO8KemQHlUgFVVi11NEHGLnUMAY2cutxcJVauHtFIneFKRBKPIqWArhIPjN4loYV2jPiBlhxeh7KwxaLct/shtybWMD9Ch0mWQDylQJTny8ph0xqLxXXXvFSpA3zBCW8FVVzE4yr2W1OmvgCivCv7NNH2fvXeqG4+t9HOfnmH4qyFLUolXsxAAAAAElFTkSuQmCC)
		no-repeat;
	background-size: 100% 100%;
}
.content-service .wrapper .list[data-v-64670004] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}
.content-service .wrapper .list .left[data-v-64670004] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 816px;
}
.content-service .wrapper .list .left .item[data-v-64670004] {
	width: 384px;
	height: 224px;
	background: #fff;
	border-radius: 16px;
	padding: 44px 24px 0;
	position: relative;
	margin: 0 24px 24px 0;
}
.content-service .wrapper .list .left .item .icon[data-v-64670004] {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 56px;
	height: 56px;
	z-index: 10;
}
.content-service .wrapper .list .left .item .sub-title[data-v-64670004] {
	line-height: 26px;
	color: #333;
	font-size: 20px;
	margin-bottom: 14px;
}
.content-service .wrapper .list .left .item .desc[data-v-64670004] {
	line-height: 20px;
	color: #666;
	font-size: 14px;
	margin-bottom: 30px;
}
.content-service .wrapper .list .left .item .labels[data-v-64670004] {
	position: absolute;
	left: 24px;
	bottom: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content-service .wrapper .list .left .item .labels .label[data-v-64670004] {
	height: 20px;
	line-height: 18px;
	border-radius: 4px;
	border: 1px solid rgba(27, 113, 234, 0.4);
	color: #1b71ea;
	font-size: 12px;
	padding: 0 8px;
	margin: 0 8px 8px 0;
}
.content-service .wrapper .list .right[data-v-64670004] {
	width: 384px;
	height: 472px;
	background: url(content-service-16.2a6439c0.png) no-repeat #1b71ea;
	background-size: 100% 100%;
	border-radius: 16px;
	color: #fff;
	padding: 36px 32px 0;
	position: relative;
}
.content-service .wrapper .list .right .icon[data-v-64670004] {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 164px;
	height: 164px;
	z-index: 10;
}
.content-service .wrapper .list .right .sub-title[data-v-64670004] {
	line-height: 32px;
	font-size: 24px;
	margin-bottom: 18px;
}
.content-service .wrapper .list .right .desc[data-v-64670004] {
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 6px;
}
.content-service .wrapper .list .right .labels[data-v-64670004] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 24px;
}
.content-service .wrapper .list .right .labels .label[data-v-64670004] {
	height: 20px;
	line-height: 18px;
	border-radius: 4px;
	border: 1px solid #fff;
	color: fff;
	font-size: 12px;
	padding: 0 8px;
	margin: 0 8px 8px 0;
}
.industry[data-v-37d99566] {
	width: 100%;
	height: 832px;
	background: #fff;
}
.industry .wrapper[data-v-37d99566] {
	width: 1200px;
	margin: 0 auto;
}
.industry .wrapper .title[data-v-37d99566] {
	height: 184px;
	line-height: 184px;
	text-align: center;
	font-size: 40px;
	color: #333;
}
.industry .wrapper .content[data-v-37d99566] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.industry .wrapper .content .pic[data-v-37d99566] {
	width: 600px;
	height: 284px;
}
.industry .wrapper .content .pic img[data-v-37d99566] {
	width: 100%;
	height: 100%;
}
.industry .wrapper .content .info[data-v-37d99566] {
	width: 600px;
	height: 284px;
	background: #f4f5f7;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 28px 40px;
}
.industry .wrapper .content .info .sub-title[data-v-37d99566] {
	line-height: 32px;
	color: #333;
	font-size: 24px;
	margin-bottom: 12px;
}
.industry .wrapper .content .info .desc[data-v-37d99566] {
	margin-bottom: 4px;
}
.industry .wrapper .content .info .desc .label[data-v-37d99566] {
	display: inline-block;
	font-size: 14px;
	border-radius: 3px;
	padding: 0 3px;
	margin-right: 6px;
}
.industry .wrapper .content .info .desc .label.label-0[data-v-37d99566] {
	color: #1b71ea;
	border: 1px solid #1b71ea;
}
.industry .wrapper .content .info .desc .label.label-1[data-v-37d99566] {
	color: #ff8d1a;
	border: 1px solid #ff8d1a;
}
.industry .wrapper .content .info .desc .label.label-2[data-v-37d99566] {
	color: #14b55f;
	border: 1px solid #14b55f;
}
.industry .wrapper .content .info .desc .txt[data-v-37d99566] {
	line-height: 24px;
	color: #666;
	font-size: 16px;
}
.industry .others[data-v-37d99566] {
	width: 100%;
	height: 316px;
	position: relative;
	margin-top: 52px;
}
.industry .others .sub-title[data-v-37d99566] {
	line-height: 32px;
	color: #333;
	font-size: 24px;
	text-align: center;
	margin-bottom: 48px;
}
.industry .others .list[data-v-37d99566] {
	position: absolute;
	top: 78px;
	left: 0;
	width: 100%;
	height: 140px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.industry .others .list .item[data-v-37d99566] {
	height: 140px;
	padding-right: 20px;
	cursor: pointer;
	position: relative;
}
.industry .others .list .item .pic[data-v-37d99566] {
	width: 296px;
	height: 100%;
}
.industry .others .list .item .pic img[data-v-37d99566] {
	width: 100%;
	height: 100%;
}
.industry .others .list .item .name[data-v-37d99566] {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin-top: -12px;
}
.case[data-v-461d02b7] {
	width: 100%;
	height: 700px;
	background: url(case-bg.1fc713c8.png) no-repeat;
	background-size: 100% 100%;
}
.case .wrapper[data-v-461d02b7] {
	width: 1200px;
	margin: 0 auto;
}
.case .wrapper .title[data-v-461d02b7] {
	height: 184px;
	line-height: 184px;
	text-align: center;
	font-size: 40px;
	color: #333;
}
.case .wrapper .content[data-v-461d02b7] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1200px;
	height: 420px;
}
.case .wrapper .content .left[data-v-461d02b7] {
	width: 384px;
	height: 100%;
}
.case .wrapper .content .left img[data-v-461d02b7] {
	width: 100%;
	height: 100%;
}
.case .wrapper .content .right[data-v-461d02b7] {
	width: 792px;
	height: 100%;
	background: #fff;
	-webkit-box-shadow: 0 16px 48px 1px rgba(146, 156, 176, 0.24);
	box-shadow: 0 16px 48px 1px rgba(146, 156, 176, 0.24);
	border-radius: 16px;
	padding: 32px 40px;
}
.case .wrapper .content .right .sub-title[data-v-461d02b7] {
	line-height: 32px;
	color: #333;
	font-size: 24px;
	margin-bottom: 16px;
}
.case .wrapper .content .right .desc[data-v-461d02b7] {
	line-height: 24px;
	color: #333;
	font-size: 16px;
	margin-bottom: 24px;
}
.case .wrapper .content .right .tips[data-v-461d02b7] {
	margin-bottom: 48px;
}
.case .wrapper .content .right .tips .tip[data-v-461d02b7] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px;
}
.case .wrapper .content .right .tips .tip .icon[data-v-461d02b7] {
	width: 12px;
	height: 12px;
	border: 3px solid #ff8d1a;
	margin-right: 12px;
}
.case .wrapper .content .right .tips .tip .txt[data-v-461d02b7] {
	line-height: 28px;
	color: #666;
	font-size: 16px;
}
.case .wrapper .content .right .more[data-v-461d02b7] {
	width: 128px;
	height: 40px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAoCAMAAAABrwJ6AAAAnFBMVEUAAAAbcOoacOoacesVbOsUbesacOoacOoacOoaceoZcesacOoZcOoacOsYcOoacOoaceoYcOkacOsaceoYcOoXb+sZcOsWcOoaceobceoacOoacOsPbuIaceoacesZb+oEZeoacesacOoZcOoYcOoYcOoaceoacOoacOsZcOoZcOoZb+sacOkaceoacesZb+0YbOoacOsaceobceqO+j8/AAAAM3RSTlMAv46JGAzE9fDrhNGrfz7fkh/kylQrKCKt3J8xEGq0WQf7enFJOdewp2KYZ0O8oxQlT+gHxrGKAAADHElEQVRYw83Y2ZKiMBQG4B8ISSDsuCGICwhquzbv/25DpNtpW+2Ri5H+Lo5VWsIp/kBIcC1eWIrLqv+EuYq1iPGQ7wWR2nN8Hf+J7js9NQo8H/ckqmEe8QJH01AT3JgaHsGLEM+Y4hvT7eOF+q59HU5JCV6K0NXXoVZaeDlrhQuTogP0ksLUJegAcacf95/RRyf6RgJJ9dCRjSarbzwRwGyAf0py0jYEw6+rZ96ebviVPGwW1uVgn01AtCsE0rAoZ2jJ9OoSHG/Dqb5KAd2IdrvtwaOR56UCRD1Tgubz3MDSqNLR2f0RtVrh1iAA4ujeBb84BfNFHVa5nLL6wOoGWFN8yOjff5jMm0g2i3zc05tbuBXFWGj4QcaKJTBlMaEemenyxlFHAHh1wQFsIyPvNzPKXgee70BdwOrhoaEyN2eyDTeImGAnhSY8qKaygVzXdVupSy4bKMcH3dXg0EAerUUHPQuKg0ccJmKcjddLCrHZEazfhqjxbLvdjsO6ZByNIy+4reMHOdt9/91R4Pp45K3Ch7H5JpZFfDDIuEmMF2EYBrwuRdPAwHTfbZOf8BOH0W8d+C6Y/kwDgvKUxxOmilBV67S5IwPcy4Ny4KgWFV37aVWMpKu7ca98EVQKrugMbPZEA00EcVjagtq2bGBvmqYI67LnAEknBKf33aSW8ahVA09G4C2KU5Rzgo8INEXTNGbVZcWbfEP+hhoJBWkXAXWeaCBV0vexkeeOk+4dpy8v/BLx/CAfj3ld4nA+9pf1tT8FO73lILR6TzQgHBlBJoQw3oXwAKxZRvf4dNgcgUSMUp61vg0X6uPJil+SIucxAMgIGlpVefFVnGtajQhq7R5EcYR71jQNqxKNSQFfGxj+ZwMzZyG4OaFzJsqNZveQbBclM9QBWp4fUf/eZCQtrXJlJ2jYayB1VXw2kLE0k7/pztocj3Y5wnmo9i6Dv91kJKfjFhJdVh3XDp9ftJ+OmxeSjhDD/w2vZN2/lHb+Wg7YnS5MJKvjpRl0q9PFqWR3sDzvcINiY0zvb9EM8QID09CS37hJ9aptum9j7Q8ru2mSHBuZKQAAAABJRU5ErkJggg==)
		no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.experience[data-v-099c0633] {
	width: 100%;
	height: 336px;
	background: url(experience-bg.fc77ffc1.png) no-repeat;
	background-size: 100% 100%;
}
.experience .wrapper[data-v-099c0633] {
	width: 1200px;
	color: #fff;
	padding-top: 72px;
	margin: 0 auto;
}
.experience .wrapper .title[data-v-099c0633] {
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 40px;
	margin-bottom: 16px;
}
.experience .wrapper .content[data-v-099c0633] {
	width: 1200px;
}
.experience .wrapper .content .sub-title[data-v-099c0633] {
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
.experience .wrapper .content .btn[data-v-099c0633] {
	width: 200px;
	height: 52px;
	line-height: 52px;
	border-radius: 26px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	margin: 0 auto;
}
.experience .wrapper .content .btn[data-v-099c0633]:hover {
	opacity: 0.88;
}
.dialog[data-v-177f0330] .el-dialog {
	border-radius: 16px;
	margin: 0 !important;
}
.dialog[data-v-177f0330] .el-dialog .el-dialog__header {
	height: 0;
	padding: 0;
}
.dialog[data-v-177f0330] .el-dialog .el-dialog__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	position: relative;
}
.dialog[data-v-177f0330] .el-dialog .el-dialog__body .close {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}
.dialog[data-v-177f0330] .el-dialog .el-dialog__body .close img {
	width: 100%;
	height: 100%;
}
.dialog[data-v-177f0330] .el-dialog .el-dialog__footer {
	height: 0;
	padding: 0;
}
.dialog[data-v-177f0330] .el-dialog .content {
	width: 400px;
	height: 534px;
	position: relative;
	cursor: pointer;
}
.dialog[data-v-177f0330] .el-dialog .content img {
	width: 100%;
	height: 100%;
}
.dialog[data-v-177f0330] .el-dialog .content .btn {
	position: absolute;
	left: 100px;
	bottom: 69px;
	width: 200px;
	height: 56px;
	line-height: 56px;
	background: #ff8d19;
	border-radius: 28px;
	font-size: 20px;
	color: hsla(0, 0%, 100%, 0.88);
	text-align: center;
	z-index: 10;
}
.dialog[data-v-177f0330] .el-dialog .content:hover .btn {
	color: #fff;
}
.el-dialog__wrapper.dialog[data-v-177f0330] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.home-container[data-v-91ce6516] {
	overflow: hidden;
}

.pc_none {
	display: block;
}
.m_none {
	display: none;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 20px;
		width: 100%;
		min-width: 320px;
	}
	.footer-container[data-v-ac292cb8],
	.content-service .wrapper[data-v-64670004],
	.learning-plat .wrapper .plat[data-v-f6cc939e],
	.integration .wrapper[data-v-0a476a7e],
	.programme .wrapper[data-v-cafecaca],
	.content-service .wrapper .list .left .item[data-v-64670004],
	.industry .wrapper[data-v-37d99566],
	.footer-container .content[data-v-ac292cb8],
	.case .wrapper[data-v-461d02b7],
	.experience .wrapper[data-v-099c0633],
	.experience .wrapper .content[data-v-099c0633] {
		width: 90%;
		min-width: 320px;
	}
	.compare[data-v-bb3e876e] {
		width: 100%;
		height: 100%;
	}
	.compare .list[data-v-bb3e876e] {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	.compare .title[data-v-bb3e876e] {
		font-size: 30px;
	}

	.compare .list .item[data-v-bb3e876e] {
		width: 90%;
		height: 100%;
	}
	.compare .list .item .sec[data-v-bb3e876e] {
		height: 100%;
		margin-bottom: 20px;
	}
	.compare .list .item .sub-title.sub-title-1[data-v-bb3e876e],
	.compare .list .item .sub-title.sub-title-0[data-v-bb3e876e],
	.compare .list .item .sub-title.sub-title-2[data-v-bb3e876e] {
		display: none;
	}
	.compare .list .item .sec .txt .txt2[data-v-bb3e876e],
	.compare .list .item .sec .txt .txt3[data-v-bb3e876e] {
		font-size: 20px;
		line-height: 30px;
	}
	.compare .list .item .sec .txt .txt1[data-v-bb3e876e] {
		font-size: 20px;
	}
	.footer-container .content .top[data-v-ac292cb8] {
		flex-wrap: wrap;
		height: 100%;
	}
	.compare .list[data-v-bb3e876e] {
		margin-bottom: 24px;
	}
	.more[data-v-90f3e926] {
		margin-bottom: 24px;
	}
	.banner .banner-info img[data-v-1b81057c] {
		width: 100%;
	}
	.programme .wrapper .list[data-v-cafecaca] {
		flex-wrap: wrap;
		height: 100%;
	}
	.programme .wrapper .list .item[data-v-cafecaca] {
		width: 100%;
		/* margin-bottom: 20px; */
		height: auto;
	}
	.programme[data-v-cafecaca],
	.learning-plat .wrapper.wrapper-0[data-v-f6cc939e],
	.learning-plat .wrapper[data-v-f6cc939e],
	.learning-plat .wrapper .plat .content .intro[data-v-f6cc939e],
	.integration[data-v-0a476a7e],
	.integration .wrapper .list[data-v-0a476a7e],
	.integration
		.wrapper
		.desc-3[data-v-0a476a7e]，.content-service
		.wrapper.service[data-v-64670004],
	.content-service[data-v-64670004],
	.content-service[data-v-64670004] {
		height: 100%;
	}
	.learning-plat .wrapper .plat .content[data-v-f6cc939e],
	.integration .wrapper .list[data-v-0a476a7e],
	.content-service .wrapper .list[data-v-64670004],
	.industry .wrapper .content[data-v-37d99566] {
		flex-wrap: wrap;
	}
	.learning-plat .wrapper .plat .content .pic img[data-v-f6cc939e],
	.learning-plat .wrapper .plat .content .pic[data-v-f6cc939e] {
		width: 100%;
		height: auto;
	}
	.learning-plat .wrapper .plat .content .intro[data-v-f6cc939e],
	.content-service .wrapper.service[data-v-64670004] {
		margin-top: 20px;
	}
	.learning-plat .wrapper .plat .content .intro .more[data-v-f6cc939e] {
		margin: 20px 0;
	}
	.integration .wrapper .title[data-v-0a476a7e],
	.integration .wrapper .desc-3[data-v-0a476a7e] {
		font-size: 30px;
	}
	.integration[data-v-0a476a7e] {
		padding-bottom: 10px;
	}

	.dnone {
		display: none;
	}
	.content-service .wrapper.service[data-v-64670004],
	.content-service[data-v-64670004],
	.industry .wrapper .content .info[data-v-37d99566],
	.industry[data-v-37d99566],
	.case .wrapper .title[data-v-461d02b7],
	.case .wrapper .content[data-v-461d02b7],
	.case[data-v-461d02b7],
	.experience[data-v-099c0633] {
		height: 100%;
		padding-bottom: 10px;
	}
	.case .wrapper .content[data-v-461d02b7] {
		flex-wrap: wrap;
	}

	.case .wrapper .content[data-v-461d02b7],
	.container .footer-wrapper[data-v-ef47eb74],
	.footer-container[data-v-ac292cb8] {
		width: 100%;
		height: auto;
	}
	.footer-container .content .top[data-v-ac292cb8] {
		flex-direction: column;
	}
	.footer-container .content .top .sec.center[data-v-ac292cb8] {
		padding-left: 10px;
		text-align: center;
		margin: 30px 0;
	}
	.footer-container .content .top .sec.right .app[data-v-ac292cb8] {
		margin-left: 10px;
	}
	.footer-container .content .top .sec.right[data-v-ac292cb8] {
		justify-content: center;
	}
	.container .header-wrapper[data-v-ef47eb74],
	.header-container .content[data-v-1b09bd58] {
		width: 100%;
		min-width: 100%;
	}
	.header-container .content .right[data-v-1b09bd58] {
		width: 100px;
		font-size: 12px;
	}
	.header-container .content .left[data-v-1b09bd58],
	.header-container .content[data-v-1b09bd58] {
		justify-content: flex-start;
	}
	.header-container.scroll .menu-icon {
		color: #1b71ea;
	}
	.learning-plat .wrapper.wrapper-0[data-v-f6cc939e],
	.programme[data-v-cafecaca],
	.integration[data-v-0a476a7e],
	.integration .wrapper .list[data-v-0a476a7e],
	.integration .wrapper .desc-3[data-v-0a476a7e],
	.case .wrapper .content .right .tips .tip[data-v-461d02b7] {
		height: 100%;
	}
	.programme .wrapper .list .item .content[data-v-cafecaca] {
		height: auto;
		padding-bottom: 20px;
	}
	.integration .wrapper .list .item[data-v-0a476a7e] {
		margin-top: 20px;
	}
	.footer-container .content .top .sec.right .app[data-v-ac292cb8] {
		display: none;
	}
	.js_item {
		margin-right: 20px;
		width: auto !important;
	}
	.industry .others .list .item .pic[data-v-37d99566] {
		width: 100px;
		height: auto;
	}
	.industry .others .list .item .pic img[data-v-37d99566] {
		height: auto;
	}
	.industry .others .list[data-v-37d99566],
	.industry .others .list .item[data-v-37d99566] {
		height: auto;
		padding: 0;
	}
	.industry .others .list .item .name[data-v-37d99566] {
		font-size: 12px;
	}
	.industry .others .sub-title[data-v-37d99566] {
		font-size: 14px;
	}
	.industry .others[data-v-37d99566] {
		height: 140px;
	}
	.pc_none {
		display: none;
	}
	.m_none {
		display: block;
	}
}

.link a {
	color: hsla(0, 0%, 100%, 0.4);
}

.header-container:hover .left a {
	color: #000 !important;
}
