@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "pingfang SC", "webfont", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif !important;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
}
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
fieldset,
img {
	border: 0;
}
img {
	vertical-align: top;
	border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul,
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr,
acronym {
	border: 0;
}
em,
i {
	font-style: normal;
}
a {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}
input {
	border: none;
	outline: none;
	background: none;
}
body {
	background-color: #f3f3f3;
}
svg.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.nav_bg {
	box-sizing: content-box;
}
.nav_left a {
	float: left;
}
.clearfix::after,
.clearfix::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.base {
	width: 1200px;
	margin: 0 auto;
}
.data-note {
	line-height: 14px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.clearfix::after,
.clearfix::before {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	content: "";
}
@keyframes fadeLeft {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes fadeRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes fadeUp {
	from {
		transform: translateY(100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.s-title {
	text-align: center;
	line-height: 38px;
	font-size: 40px;
	font-weight: 500;
	color: #242424;
}
.s-title span {
	color: #ff6714;
}
.s-title.w {
	color: #fff;
}
.s-title.w span {
	color: #fbdd37;
}
.sec-btn-more {
	display: inline-block;
	text-align: center;
	line-height: 58px;
	display: block;
	margin: auto;
	width: 288px;
	height: 58px;
	background: linear-gradient(270deg, #a623f9, #d649ff);
	box-shadow: 0px 3px 7px 0px rgba(167, 36, 249, 0.41);
	border-radius: 29px;
	font-size: 20px;
	color: #ffffff;
	transition: all ease 0.3s;
	position: relative;
	overflow: hidden;
}
.sec-btn-more::after {
	position: absolute;
	top: -115px;
	left: 0;
	content: "";
	display: inline-block;
	width: 288px;
	height: 288px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	transform: scale(0);
	transition: transform 0.5s ease;
}
.sec-btn-more:hover {
	transform: scale(1.1);
}
.sec-btn-more:hover::after {
	transform: scale(1);
}
.banner-swiper .swiper-slide {
	overflow: hidden;
}
.banner-swiper .swiper-img {
	display: block;
	width: 1920px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}
.s1 {
	padding: 55px 0 35px 0;
	height: 338px;
	background: url(/vr/imgs/s1-bg.png) no-repeat;
	background-size: 1920px 100%;
	background-position: center;
	overflow: hidden;
}
.s1 .card-list {
	margin-top: 44px;
}
.s1 .card-list li {
	width: 214px;
	height: 166px;
	background: url(/vr/imgs/s1-item-bg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transform: translateY(300px);
	transition: transform 0.4s ease, margin-top 0.3s ease;
}
.s1 .card-list li:hover {
	margin-top: -15px;
}
.s1 .card-list li .icon-box {
	width: 40px;
	height: 36px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s1 .card-list li .icon-box img.icon {
	width: 36px;
}
.s1 .card-list li p {
	font-size: 18px;
	color: #999;
}
.s1 .card-list li .b {
	margin: 20px 0 8px 0;
	line-height: 22px;
	font-size: 22px;
	font-weight: 500;
	color: #242424;
}
.s1 .card-list li:first-child .icon-box {
	background: linear-gradient(0deg, #ff621d, #ffa336);
	box-shadow: 0px 4px 5px 0px rgba(255, 170, 72, 0.47);
}
.s1 .card-list li:nth-child(2) .icon-box {
	background: linear-gradient(0deg, #2364f9, #49b8ff);
	box-shadow: 0px 4px 5px 0px rgba(68, 134, 254, 0.47);
}
.s1 .card-list li:nth-child(3) .icon-box {
	background: linear-gradient(0deg, #a623f9, #d649ff);
	box-shadow: 0px 4px 5px 0px rgba(180, 72, 255, 0.47);
}
.s1 .card-list li:nth-child(4) .icon-box {
	background: linear-gradient(0deg, #f92383, #ff49b0);
	box-shadow: 0px 4px 5px 0px rgba(255, 72, 180, 0.47);
}
.s1 .card-list li:nth-child(5) .icon-box {
	background: linear-gradient(0deg, #f93223, #ff7d50);
	box-shadow: 0px 4px 5px 0px rgba(255, 115, 72, 0.47);
}
.s2 {
	padding: 60px 0 85px 0;
	height: 481px;
	background: url(/vr/imgs/s2-bg.png) no-repeat;
	background-size: 1920px 100%;
	background-position: center;
}
.s2 .time-table-box {
	margin-top: 25px;
	width: 650px;
	height: 267px;
	background: #f3f3f3;
	border-radius: 10px;
	padding: 43px 32px 35px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s2 .time-table-box .time-table-list {
	height: 100%;
}
.s2 .time-table-box .time-table-list li {
	width: 586px;
	height: 56px;
}
.s2 .time-table-box .time-table-list li a {
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	transition: all ease 0.3s;
	display: flex;
	align-items: center;
	padding: 0 35px 0 28px;
	box-sizing: border-box;
	white-space: nowrap;
	font-size: 18px;
	color: #000;
}
.s2 .time-table-box .time-table-list li a .city {
	width: 46px;
	height: 26px;
	background: #c19681;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #fff;
}
.s2 .time-table-box .time-table-list li a .courseName {
	margin: 0 40px 0 35px;
}
.s2 .time-table-box .time-table-list li a .icon {
	margin: 0 34px 0 34px;
}
.s2 .time-table-box .time-table-list li a .btn {
	color: #ac28fa;
}
.s2 .time-table-box .time-table-list li a:hover {
	background: #ab27fa;
	color: #fff;
}
.s2 .time-table-box .time-table-list li a:hover .city {
	background-color: #fff;
	color: #ab27fa;
}
.s2 .time-table-box .time-table-list li a:hover .btn {
	color: #fffd53;
}
.s3 {
	padding: 65px 0;
}
.s3 .content-box {
	margin-top: 30px;
	width: 1200px;
	height: 516px;
	background: #ffffff;
	border-radius: 10px;
	position: relative;
}
.s3 .content-box .swiper-container {
	height: 100%;
}
.s3 .content-box .swiper-pagnation-btns {
	width: 88px;
	height: 38px;
	z-index: 10;
	position: absolute;
	right: 38px;
	top: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s3 .content-box .swiper-pagnation-btns .swiper-button-prev,
.s3 .content-box .swiper-pagnation-btns .swiper-button-next {
	margin: 0;
	position: unset;
	width: 38px;
	height: 38px;
	background: #000000;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s3 .content-box .swiper-pagnation-btns .swiper-button-prev .iconfont,
.s3 .content-box .swiper-pagnation-btns .swiper-button-next .iconfont {
	font-size: 20px;
}
.s3 .content-box .content-item {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.s3 .content-box .content-item .left-card {
	position: absolute;
	top: 4px;
	left: 33px;
	bottom: 33px;
	width: 308px;
	height: 480px;
	background: linear-gradient(0deg, #fda53d, #ff6714);
	transform: translateY(-510px);
	transition: transform ease 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.s3 .content-box .content-item .left-card p {
	color: #ffffff;
	font-size: 22px;
	line-height: 21px;
}
.s3 .content-box .content-item .left-card .b {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 500;
	line-height: 23px;
}
.s3 .content-box .content-item .left-card .show-img {
	width: 288px;
	height: 249px;
	margin-top: 70px;
}
.s3 .content-box .content-item .top {
	height: 158px;
	border-bottom: 1px solid #ff6714;
	padding-top: 56px;
}
.s3 .content-box .content-item .top .text-list {
	margin-left: 385px;
	height: 100px;
	display: flex;
	align-items: center;
}
.s3 .content-box .content-item .top .text-list p {
	width: 210px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #393939;
	line-height: 26px;
	white-space: nowrap;
}
.s3 .content-box .content-item .top .text-list p:first-of-type {
	width: 294px;
}
.s3 .content-box .content-item-1 .bot {
	padding: 40px 0 0 463px;
}
.s3 .content-box .content-item-1 .bot img.logo-group {
	width: 620px;
	height: 220px;
}
.s3 .content-box .content-item-2 .bot {
	padding: 34px 0 0 410px;
}
.s3 .content-box .content-item-2 .bot img.logo-group {
	width: 740px;
}
.s3 .content-box .content-item-3 .bot {
	padding: 11px 0 0 342px;
}
.s3 .content-box .content-item-3 .bot img.logo-group {
	width: 846px;
}
.s3 .content-box .content-item-4 .bot {
	padding: 25px 0 0 392px;
}
.s3 .content-box .content-item-4 .bot img.logo-group {
	width: 754px;
}
.s3 .content-box .swiper-slide-active .left-card {
	transform: translateY(0);
}
.s3 .content-box .sec-btn-more {
	z-index: 20;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -144px;
}
.s4 {
	padding: 50px 0 115px 0;
}
.s4 .content-box {
	margin-top: 32px;
	display: flex;
}
.s4 .content-box .con-left {
	z-index: 5;
	position: relative;
	margin-top: 12px;
	flex-shrink: 0;
	width: 609px;
	height: 362px;
	background: #000000;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s4 .content-box .con-left video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.s4 .content-box .con-right {
	flex-shrink: 0;
	margin-left: -30px;
	width: 766px;
	height: 400px;
	background: url(/vr/imgs/s4-right-bg.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-left: 86px;
}
.s4 .content-box .con-right h3 {
	font-size: 22px;
	font-weight: bold;
	color: #939393;
}
.s4 .content-box .con-right p {
	width: 510px;
	margin-top: 70px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}
.s5 {
	padding: 100px 0 84px 0;
	background: url(/vr/imgs/s5-bg.png) no-repeat;
	background-size: 1920px auto;
	background-position: top center;
}
.s5 .content-box {
	margin-top: 30px;
	width: 1200px;
	height: 905px;
	background: #ffffff;
	border: 1px solid #ebebf6;
	box-shadow: 0px 2px 5px 0px rgba(235, 235, 246, 0.6);
	border-radius: 10px;
	padding: 40px 70px 30px 70px;
}
.s5 .content-box .top-list {
	display: flex;
}
.s5 .content-box .top-list li {
	display: flex;
	flex: 1;
	align-items: center;
}
.s5 .content-box .top-list li .icon {
	margin-right: 16px;
}
.s5 .content-box .top-list li p {
	font-size: 16px;
	color: #373131;
	line-height: 16px;
}
.s5 .content-box .top-list li .mark {
	margin-bottom: 14px;
	font-size: 22px;
	font-weight: bold;
	color: #3a26e5;
	line-height: 19px;
}
.s5 .content-box .data-note {
	margin: 18px 0;
}
.s5 .content-box .employment-table .table-row {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 14px;
	color: #373131;
	height: 44px;
	border-bottom: 1px solid #e6e6e6;
}
.s5 .content-box .employment-table .table-row span {
	flex: 1;
}
.s5 .content-box .employment-table .table-head {
	height: 35px;
	background: #ff9464;
	border-radius: 8px 8px 0px 0px;
	color: #fff;
	border-bottom: none;
}
.s5 .content-box .employment-table .employment-info-swiper {
	height: 585px;
}
.s5 .content-box .data-note {
	display: block;
	margin: 6px 0 30px 0;
}
.s6 {
	padding-bottom: 60px;
}
.s6 .content-box {
	margin-top: 30px;
	display: flex;
}
.s6 .content-box .con-left {
	z-index: 2;
	position: relative;
	flex-shrink: 0;
	width: 430px;
	height: 278px;
	border-radius: 10px;
}
.s6 .content-box .con-left img {
	width: 100%;
	height: 100%;
}
.s6 .content-box .con-right {
	flex-shrink: 0;
	width: 800px;
	height: 278px;
	margin-left: -30px;
	background: #ffffff;
	border: 1px solid #ebebf6;
	box-shadow: 0px 2px 5px 0px rgba(235, 235, 246, 0.6);
	border-radius: 10px;
	padding: 42px 30px 42px 60px;
}
.s6 .content-box .con-right .list {
	display: flex;
	flex-wrap: wrap;
}
.s6 .content-box .con-right .list .item {
	opacity: 0;
	position: relative;
	width: 158px;
	height: 74px;
	background: url(/vr/imgs/s6-item-bg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	color: #242424;
	line-height: 1.5;
}
.s6 .content-box .con-right .list .item::after {
	position: absolute;
	right: -20px;
	top: 29px;
	content: "";
	display: inline-block;
	background: url(/vr/imgs/triangle-orange.png) no-repeat;
	width: 14px;
	height: 16px;
	background-size: 100% 100%;
}
.s6 .content-box .con-right .list .item:nth-child(-n + 4) {
	margin-bottom: 45px;
}
.s6 .content-box .con-right .list .item:nth-child(2),
.s6 .content-box .con-right .list .item:nth-child(4),
.s6 .content-box .con-right .list .item:nth-child(5),
.s6 .content-box .con-right .list .item:nth-child(7) {
	background-image: url(/vr/imgs/s6-item-bg2.png);
}
.s6 .content-box .con-right .list .item:nth-child(4)::after {
	top: unset;
	right: 70px;
	bottom: -30px;
	transform: rotate(90deg);
}
.s6 .content-box .con-right .list .item:nth-child(5)::after {
	display: none;
}
.s6 .content-box .con-right .list .item:nth-last-child(-n + 4)::after {
	transform: rotate(180deg);
	right: unset;
	left: -20px;
}
.s6 .sec-btn-more {
	margin-top: 27px;
}
.s7 {
	padding: 82px 0 75px 0;
	background-color: #fff;
}
.s7 .content-box {
	margin-top: 25px;
	padding-top: 40px;
	overflow: hidden;
}
.s7 .content-box .chart-box {
	height: 417px;
	background: url(/vr/imgs/s7-chart-bg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 12px;
	padding-right: 12px;
	position: relative;
}
.s7 .content-box .chart-box .broke-line {
	opacity: 0;
	position: absolute;
	top: -7px;
	left: 100px;
	width: 993px;
	height: 198px;
}
.s7 .content-box .chart-box .column {
	opacity: 0;
	width: 223px;
	position: relative;
	/*                 margin-right: 21px;

                &:last-child {
                    margin-right: 0;
                } */
}
.s7 .content-box .chart-box .column .salary-num {
	position: absolute;
	top: -37px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #ff6714;
	line-height: 18px;
}
.s7 .content-box .chart-box .column .job {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	line-height: 1.5;
	box-sizing: content-box;
	padding-bottom: 40px;
	margin-bottom: -40px;
	background: url(/vr/imgs/s7-column-wave-bg.png) no-repeat;
	background-size: auto 95px;
	background-position: -110px bottom;
}
.s7 .content-box .chart-box .column .job .mark {
	margin-top: 53px;
	font-size: 18px;
	font-weight: 500;
	color: #242424;
}
.s7 .content-box .chart-box .column .stage {
	height: 78px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	color: #393939;
}
.s7 .content-box .chart-box .column:nth-child(1) .job {
	height: 146px;
	background-color: rgba(255, 234, 163, 0.46);
}
.s7 .content-box .chart-box .column:nth-child(1) .stage {
	background-color: #ffe17b;
}
.s7 .content-box .chart-box .column:nth-child(2) .job {
	height: 186px;
	background-color: rgba(255, 203, 105, 0.46);
}
.s7 .content-box .chart-box .column:nth-child(2) .stage {
	background-color: #ffc556;
}
.s7 .content-box .chart-box .column:nth-child(3) .job {
	height: 236px;
	background-color: rgba(255, 194, 127, 0.46);
}
.s7 .content-box .chart-box .column:nth-child(3) .stage {
	background-color: #ffaf56;
}
.s7 .content-box .chart-box .column:nth-child(4) .job {
	height: 236px;
	background-color: rgba(255, 163, 127, 0.46);
}
.s7 .content-box .chart-box .column:nth-child(4) .stage {
	background-color: #f87643;
	color: #fff;
}
.s7 .content-box .chart-box .column:nth-child(5) .job {
	height: 326px;
	background-color: rgba(255, 142, 136, 0.46);
}
.s7 .content-box .chart-box .column:nth-child(5) .stage {
	background-color: #f12c22;
	color: #fff;
}
.s8 {
	padding: 85px 0;
	height: 838px;
	background: url(/vr/imgs/s8-bg.png) no-repeat;
	background-size: 1920px 100%;
	background-position: center;
}
.s8 .content-box .list {
	margin: 64px 0 30px 0;
}
.s8 .content-box .list .item {
	width: 224px;
	height: 480px;
}
.s8 .content-box .list .item .con {
	width: 100%;
	height: 100%;
	background: #6c6c6c;
	border-radius: 10px;
	overflow: hidden;
	transition: all ease 0.8s;
}
.s8 .content-box .list .item:hover .con {
	transform: translateY(-15px) rotateY(360deg);
}
.s8 .content-box .list .item .top-img {
	width: 100%;
	height: 128px;
}
.s8 .content-box .list .item .con-txt {
	padding: 25px 15px;
	color: #fff;
}
.s8 .content-box .list .item .con-txt .num {
	font-size: 20px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.36);
	line-height: 16px;
}
.s8 .content-box .list .item .con-txt h3 {
	height: 50px;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	position: relative;
}
.s8 .content-box .list .item .con-txt h3::after {
	position: absolute;
	left: 0;
	bottom: -22px;
	content: "";
	display: block;
	width: 54px;
	height: 2px;
	background-color: #fff;
}
.s8 .content-box .list .item .con-txt p {
	font-size: 16px;
	line-height: 24px;
}
.s9 {
	padding: 80px 0 65px 0;
}
.s9 .content-box {
	margin-top: 58px;
	height: 584px;
	background: url(/vr/imgs/s9-main-bg.png) no-repeat;
	background-size: 584px 584px;
	background-position: center;
	padding: 25px 0;
	display: flex;
}
.s9 .content-box .con {
	position: relative;
	z-index: 5;
}
.s9 .content-box .con ul li {
	opacity: 0;
	margin-bottom: 25px;
	width: 240px;
	height: 115px;
	background: #f8f8f9;
	border-radius: 10px;
	position: relative;
}
.s9 .content-box .con ul li:last-child {
	margin-bottom: 0;
}
.s9 .content-box .con ul li h4 {
	margin: 9px 0 18px 0;
	height: 31px;
	border-radius: 16px 0px 0px 16px;
	font-size: 18px;
	color: #ffffff;
	line-height: 31px;
}
.s9 .content-box .con ul li p {
	padding: 0 20px;
	font-size: 14px;
	color: #666666;
}
.s9 .content-box .con ul li::after,
.s9 .content-box .con ul li::before {
	display: inline-block;
	position: absolute;
}
.s9 .content-box .con ul li::before {
	content: "";
	top: 22px;
	height: 0px;
	border-bottom: 1px dashed #000;
}
.s9 .content-box .con ul li::after {
	width: 32px;
	height: 32px;
	background: #645fee;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
}
.s9 .content-box .con-left ul li h4 {
	float: right;
	padding: 0 20px 0 26px;
	background: linear-gradient(-90deg, #8c88fb, #635eee);
}
.s9 .content-box .con-left ul li p {
	float: right;
	text-align: end;
}
.s9 .content-box .con-left ul li::before {
	border-bottom-color: #3f36ef;
}
.s9 .content-box .con-left ul li::after {
	top: 7px;
	background-color: #645fee;
}
.s9 .content-box .con-left ul li:nth-child(1)::before {
	width: 240px;
	right: -240px;
}
.s9 .content-box .con-left ul li:nth-child(1)::after {
	right: -272px;
	content: "01";
}
.s9 .content-box .con-left ul li:nth-child(2)::before {
	width: 98px;
	right: -98px;
}
.s9 .content-box .con-left ul li:nth-child(2)::after {
	right: -130px;
	content: "02";
}
.s9 .content-box .con-left ul li:nth-child(3)::before {
	width: 80px;
	right: -80px;
}
.s9 .content-box .con-left ul li:nth-child(3)::after {
	right: -112px;
	content: "03";
}
.s9 .content-box .con-left ul li:nth-child(4)::before {
	width: 144px;
	right: -144px;
}
.s9 .content-box .con-left ul li:nth-child(4)::after {
	right: -176px;
	content: "04";
}
.s9 .content-box .con-right ul li h4 {
	float: left;
	padding: 0 45px 0 18px;
	background: linear-gradient(270deg, #f96223, #ffab49);
	border-radius: 0px 16px 16px 0px;
}
.s9 .content-box .con-right ul li p {
	float: left;
}
.s9 .content-box .con-right ul li::before {
	border-bottom-color: #3a8aed;
}
.s9 .content-box .con-right ul li::after {
	top: 7px;
	background-color: #f96726;
}
.s9 .content-box .con-right ul li:nth-child(1)::before {
	width: 203px;
	left: -203px;
}
.s9 .content-box .con-right ul li:nth-child(1)::after {
	left: -235px;
	content: "01";
}
.s9 .content-box .con-right ul li:nth-child(2)::before {
	width: 68px;
	left: -68px;
}
.s9 .content-box .con-right ul li:nth-child(2)::after {
	left: -100px;
	content: "02";
}
.s9 .content-box .con-right ul li:nth-child(3)::before {
	width: 50px;
	left: -50px;
}
.s9 .content-box .con-right ul li:nth-child(3)::after {
	left: -82px;
	content: "03";
}
.s9 .content-box .con-right ul li:nth-child(4)::before {
	width: 110px;
	left: -110px;
}
.s9 .content-box .con-right ul li:nth-child(4)::after {
	left: -142px;
	content: "04";
}
.s9 .content-box .con-center {
	margin: 0 60px 0 95px;
	width: 534px;
	height: 100%;
	position: relative;
	display: flex;
}
.s9 .content-box .con-center img.arrow {
	opacity: 0;
	position: absolute;
	top: 132px;
	width: 291px;
	height: 178px;
}
.s9 .content-box .con-center img.arrow.arrow-left {
	left: -125px;
}
.s9 .content-box .con-center img.arrow.arrow-right {
	right: -112px;
}
.s9 .content-box .con-center .column {
	width: 48px;
	height: 531px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 26px;
}
.s9 .sec-btn-more {
	margin: 45px auto 0 auto;
}
.s10 {
	padding: 75px 0 55px 0;
	background-color: #fff;
}
.s10 .content-box {
	margin-top: 52px;
}
.s10 .content-box .list .item {
	width: 378px;
	height: 605px;
	border-radius: 0px 60px 0px 0px;
	position: relative;
	padding: 45px 11px 25px 12px;
}
.s10 .content-box .list .item .item-logo {
	position: absolute;
}
.s10 .content-box .list .item h3 {
	margin-bottom: 20px;
	line-height: 25px;
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
}
.s10 .content-box .list .item .img-wrapper {
	z-index: 1;
	position: relative;
	height: 489px;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px 8px;
}
.s10 .content-box .list .item .img-wrapper img {
	width: 100%;
	height: 224px;
}
.s10 .content-box .list .item .img-wrapper img:first-child {
	margin-bottom: 22px;
}
.s10 .content-box .list .item:first-child {
	background: linear-gradient(-270deg, #f96223, #ffab49);
}
.s10 .content-box .list .item:first-child .item-logo {
	width: 100px;
	height: 127px;
	right: 26px;
	top: -17px;
}
.s10 .content-box .list .item:nth-child(2) {
	background: linear-gradient(270deg, #2364f9, #49b8ff);
}
.s10 .content-box .list .item:nth-child(2) .item-logo {
	width: 143px;
	height: 90px;
	right: 3px;
	top: 1px;
}
.s10 .content-box .list .item:nth-child(3) {
	background: linear-gradient(270deg, #a623f9, #d649ff);
}
.s10 .content-box .list .item:nth-child(3) .item-logo {
	width: 97px;
	height: 110px;
	right: 17px;
	top: -7px;
}
.s10 .sec-btn-more {
	margin: 30px auto 0 auto;
}
.s11 {
	padding: 80px 0 90px 0;
	background: url(/vr/imgs/s11-bg.png) no-repeat;
	background-size: cover;
}
.s11 .content-box {
	margin-top: 34px;
}
.s11 .content-box .tab-nav {
	height: 60px;
	background: rgba(255, 255, 255, 0.74);
	border: 2px solid #ffffff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	box-sizing: content-box;
}
.s11 .content-box .tab-nav-item {
	flex: 1;
	height: 28px;
	border-right: 2px solid #e6e4e3;
	font-size: 22px;
	font-weight: 500;
	color: #242424;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	transition: all ease 0.2s;
}
.s11 .content-box .tab-nav-item.active {
	height: 60px;
	background: linear-gradient(-270deg, #f96223, #ffab49);
	border-radius: 30px;
	border-right: none;
	line-height: 60px;
	color: #fff;
}
.s11 .content-box .tab-content {
	margin-top: 30px;
	height: 650px;
	border: 1px solid #ffffff;
	box-shadow: 0px 2px 27px 0px rgba(219, 219, 219, 0.25);
	background-color: #eeeff1;
	border-radius: 10px;
	overflow: hidden;
	padding: 40px 32px;
	position: relative;
}
.s11 .content-box .tab-content::after {
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: linear-gradient(transparent, rgba(166, 167, 171, 0.8));
}
.s11 .content-box .tab-content-item {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none;
	position: relative;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.s11 .content-box .tab-content-item::-webkit-scrollbar {
	display: none;
}
.s11 .content-box .tab-content-item.active {
	display: block;
}
.s11 .content-box .tab-content-item h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #f96725;
	display: flex;
	justify-content: space-between;
}
.s11 .content-box .tab-content-item .part {
	margin-bottom: 30px;
}
.s11 .content-box .tab-content-item .part-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.s11 .content-box .tab-content-item .part-content-item {
	width: 354px;
	padding: 30px 18px;
	background: #ffffff;
	border-radius: 20px;
}
.s11 .content-box .tab-content-item .part-content-item-tit {
	margin-bottom: 12px;
	font-size: 18px;
	color: #242424;
	padding-left: 20px;
	position: relative;
}
.s11 .content-box .tab-content-item .part-content-item-tit::before {
	position: absolute;
	top: 3px;
	left: 0px;
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: rgba(47, 94, 210, 0);
	border: 2px solid #fe9e42;
	border-radius: 50%;
	box-sizing: border-box;
}
.s11 .content-box .tab-content-item .part-content-item p {
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	position: relative;
}
.s11 .content-box .tab-content-item .part-content-item p::before {
	position: absolute;
	top: 9px;
	left: 2px;
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	opacity: 0.64;
	background-color: #fe9e42;
	border-radius: 50%;
	box-sizing: border-box;
}
.s11 .content-box .tab-content-item:first-child h4::after {
	content: "///////////////////////////////////////////////////////////////////////////////////////////////";
	letter-spacing: 4px;
	width: 856px;
	display: inline-block;
}
.s11 .content-box .tab-content-item:first-child .part-content {
	flex-direction: row;
}
.s11 .content-box .tab-content-item:nth-child(2) h4,
.s11 .content-box .tab-content-item:nth-child(4) h4,
.s11 .content-box .tab-content-item:nth-child(5) h4 {
	width: 100%;
}
.s11 .content-box .tab-content-item:nth-child(2) h4::after,
.s11 .content-box .tab-content-item:nth-child(4) h4::after,
.s11 .content-box .tab-content-item:nth-child(5) h4::after {
	content: "//////////";
	letter-spacing: 4px;
	width: 86px;
	display: inline-block;
}
.s11 .content-box .tab-content-item:nth-child(2) .parts-wrapper,
.s11 .content-box .tab-content-item:nth-child(4) .parts-wrapper,
.s11 .content-box .tab-content-item:nth-child(5) .parts-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s11 .content-box .tab-content-item:nth-child(2) .parts-wrapper .part,
.s11 .content-box .tab-content-item:nth-child(4) .parts-wrapper .part,
.s11 .content-box .tab-content-item:nth-child(5) .parts-wrapper .part {
	width: 354px;
}
.s11 .content-box .tab-content-item:nth-child(2) .parts-wrapper .part .part-content-item-tit,
.s11 .content-box .tab-content-item:nth-child(4) .parts-wrapper .part .part-content-item-tit,
.s11 .content-box .tab-content-item:nth-child(5) .parts-wrapper .part .part-content-item-tit {
	margin-top: 20px;
}
.s11 .content-box .tab-content-item:nth-child(2) .parts-wrapper .part .part-content-item-tit:first-of-type,
.s11 .content-box .tab-content-item:nth-child(4) .parts-wrapper .part .part-content-item-tit:first-of-type,
.s11 .content-box .tab-content-item:nth-child(5) .parts-wrapper .part .part-content-item-tit:first-of-type {
	margin-top: 0;
}
.s11 .content-box .tab-content-item:nth-child(3) .part-content,
.s11 .content-box .tab-content-item:nth-child(6) .part-content {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.s11 .sec-btn-more {
	margin: 40px auto 0 auto;
}
.s12 {
	height: 879px;
	padding: 80px 0 65px 0;
	background: url(/vr/imgs/s12-bg.png) no-repeat;
	background-size: 1920px 100%;
	background-position: center;
}
.s12 .content-box {
	margin-top: 42px;
}
.s12 .content-box .text-list {
	display: flex;
	justify-content: space-between;
}
.s12 .content-box .text-list li {
	flex: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.s12 .content-box .text-list li::after {
	position: absolute;
	top: 20px;
	right: -12px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 12px solid #aedef4;
}
.s12 .content-box .text-list li:last-child::after {
	display: none;
}
.s12 .content-box .text-list li .tag {
	width: 138px;
	height: 50px;
	background: linear-gradient(270deg, #2364f9, #49b8ff);
	border-radius: 25px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
}
.s12 .content-box .text-list li p {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 16px;
}
.s12 .content-box .teacher-showbox {
	margin-top: 36px;
	height: 438px;
	background: rgba(242, 246, 255, 0.88);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.s12 .content-box .teacher-showbox .tab-nav {
	position: absolute;
	left: 410px;
	bottom: 28px;
	display: flex;
}
.s12 .content-box .teacher-showbox .tab-nav-item {
	margin-right: 14px;
	width: 98px;
	height: 110px;
	background: #ebebf6;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all ease 0.2s;
}
.s12 .content-box .teacher-showbox .tab-nav-item img {
	width: 165px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.s12 .content-box .teacher-showbox .tab-nav-item.active {
	background: #485678;
	border: 1px solid #6899ff;
	box-shadow: 0 0 2px #485678;
}
.s12 .content-box .teacher-showbox .teacher-list {
	height: 100%;
}
.s12 .content-box .teacher-showbox .teacher-list-item {
	height: 100%;
	display: flex;
}
.s12 .content-box .teacher-showbox .teacher-list-item .photo-box {
	width: 337px;
	height: 438px;
	background: linear-gradient(180deg, #6e757b, #361e98);
	border-radius: 20px 0px 0px 20px;
}
.s12 .content-box .teacher-showbox .teacher-list-item .photo-box img {
	width: 100%;
	height: 100%;
}
.s12 .content-box .teacher-showbox .teacher-list-item .intro-box {
	flex: 1;
	padding: 62px 62px 62px 77px;
	border-radius: 0 20px 20px 0;
	border: 2px solid #fff;
	border-left: none;
}
.s12 .content-box .teacher-showbox .teacher-list-item .intro-box .teacher-name {
	font-size: 22px;
	font-weight: 500;
	color: #00135e;
	line-height: 21px;
}
.s12 .content-box .teacher-showbox .teacher-list-item .intro-box .teacher-job {
	margin: 14px 0 30px 0;
	display: inline-block;
	height: 40px;
	font-size: 18px;
	font-weight: 500;
	color: #1f53d9;
	line-height: 20px;
	border-bottom: 2px solid #386fe0;
}
.s12 .content-box .teacher-showbox .teacher-list-item .intro-box .intro {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.s12 .sec-btn-more {
	margin-top: 40px;
}
.s13 {
	margin-top: 108px;
}
.s13 .content-box {
	margin-top: 46px;
	height: 476px;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}
.s13 .content-box .tit {
	margin: 27px 0;
	width: 422px;
	height: 55px;
	line-height: 55px;
	padding-left: 90px;
	background: url(/vr/imgs/s13-content-tit-bg.png) no-repeat;
	background-size: 100% 100%;
	font-size: 27px;
	font-weight: 500;
	color: #ffffff;
}
.s13 .content-box .card {
	float: left;
	width: 231px;
	height: 320px;
	border-radius: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px 17px;
	transition: all ease 0.2s;
}
.s13 .content-box .card:hover {
	box-shadow: 0 0 4px 4px #dad9d9;
}
.s13 .content-box .card:hover h4 {
	transform: rotateY(360deg);
}
.s13 .content-box .card:hover .btn {
	transform: scale(1.1);
	background-color: #a824f9;
	color: #fff;
}
.s13 .content-box .card h4 {
	width: 197px;
	height: 122px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	line-height: 25px;
	transition: transform ease 0.8s;
}
.s13 .content-box .card h4 span {
	margin-top: 16px;
	font-size: 20px;
}
.s13 .content-box .card .btn {
	margin: 47px 29px 0 29px;
	width: 139px;
	background: #ffffff;
	border-radius: 23px;
	display: inline-block;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-weight: 500;
	color: #a824f9;
	font-size: 18px;
	transition: all ease 0.2s;
}
.s13 .content-box .card.card1 {
	margin: 0 23px 0 40px;
	background-image: url(/vr/imgs/s13-card-bg-1.png);
}
.s13 .content-box .card.card2 {
	background-image: url(/vr/imgs/s13-card-bg-2.png);
}
.s13 .content-box ul {
	float: left;
	margin: -15px 0 0 42px;
	width: 574px;
}
.s13 .content-box ul li {
	height: 60px;
	display: flex;
	transition: all ease 0.2s;
}
.s13 .content-box ul li:hover {
	transform: scale(1.05);
	box-shadow: 0 0 3px 3px #ebeaea;
}
.s13 .content-box ul li:first-child {
	border-radius: 8px 8px 0 0;
}
.s13 .content-box ul li:last-child {
	border-radius: 0 0 8px 8px;
}
.s13 .content-box ul li:nth-child(odd) {
	background: #f3f3f3;
}
.s13 .content-box ul li span {
	position: relative;
	flex: 1;
	height: 100%;
	line-height: 60px;
}
.s13 .content-box ul li span .icon-hot {
	position: absolute;
	left: 13px;
	top: 21px;
	width: 16px;
	height: 18px;
}
.s13 .content-box ul li span .btn {
	width: 139px;
	background: rgba(249, 242, 255, 0);
	border: 1px solid #d145fe;
	border-radius: 23px;
	display: inline-block;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	font-weight: 500;
	color: #a824f9;
	transition: all ease 0.2s;
}
.s13 .content-box ul li span .btn:hover {
	color: #fff;
	background-color: #a824f9;
}
.s13 .content-box ul li span:first-child {
	padding-left: 40px;
	font-size: 16px;
	font-weight: 500;
	color: #242424;
}
.s13 .content-box ul li span:nth-child(2) {
	font-size: 16px;
	color: #999999;
}
.s14 {
	padding: 62px 0 55px 0;
}
.s14 .text-list {
	margin: 26px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 42px;
}
.s14 .text-list li {
	display: flex;
	align-items: center;
	height: 100%;
}
.s14 .text-list li img.icon {
	margin-right: 9px;
	width: 42px;
	height: 100%;
}
.s14 .text-list li p {
	font-size: 16px;
	color: #373131;
	line-height: 21px;
	height: 21px;
}
.s14 .text-list li p span {
	font-size: 22px;
	font-weight: bold;
	color: #3a26e5;
}
.s14 .content-box {
	height: 389px;
	background: #ffffff;
	border-radius: 10px;
}
.s14 .content-box .tab-nav {
	float: left;
	margin: 37px 75px 0 34px;
	width: 230px;
}
.s14 .content-box .tab-nav-item {
	width: 100%;
	margin-bottom: 17px;
	background: #ffffff;
	border: 1px solid #7a6bff;
	border-radius: 8px;
	display: inline-block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #373131;
	transition: all ease 0.2s;
}
.s14 .content-box .tab-nav-item.active {
	background: linear-gradient(-270deg, #5b74f6, #3a26e5);
	color: #fff;
}
.s14 .content-box .tab-nav-item:last-child {
	margin-bottom: 0;
}
.s14 .content-box .tab-content {
	margin: 42px 0 0 0;
	float: left;
	position: relative;
}
.s14 .content-box .tab-content .swiper-container {
	width: 803px;
}
.s14 .content-box .tab-content .swiper-container .swiper-slide img {
	width: 100%;
	height: 294px;
}
.s14 .content-box .tab-content .swiper-container .swiper-slide-tit {
	margin-top: 13px;
	font-size: 16px;
	color: #373131;
	line-height: 16px;
}
.s14 .content-box .tab-content .swiper-button-group {
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	top: 127px;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn {
	width: 40px;
	height: 100%;
	background: #ebebf6;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.2s;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn:hover {
	background-color: #3d2ee7;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn:hover i {
	color: #fff;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn i {
	font-size: 22px;
	color: #3d2ee7;
	transition: all ease 0.2s;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn.swiper-button-prev {
	left: -28px;
}
.s14 .content-box .tab-content .swiper-button-group .swiper-btn.swiper-button-next {
	right: -28px;
}
.s15 {
	height: 830px;
	background: linear-gradient(270deg, #4059d9, #2917be);
	padding: 45px 0 63px 0;
}
.s15 .s-title-slogan {
	margin-top: 16px;
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
}
.s15 .list1 {
	margin-top: 54px;
}
.s15 .list1 li {
	width: 380px;
	height: 193px;
	background: #ebebf6;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.s15 .list1 li .icon-box {
	width: 62px;
	height: 62px;
	background: #4b50ee;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s15 .list1 li .icon-box img.icon {
	width: 40px;
}
.s15 .list1 li p:first-of-type {
	margin: 18px 0 16px 0;
	font-size: 22px;
	font-weight: 500;
	color: #373131;
	line-height: 22px;
}
.s15 .list1 li p:first-of-type span {
	color: #f57447;
}
.s15 .list1 li p:last-of-type {
	font-size: 16px;
	color: #666666;
	line-height: 16px;
}
.s15 .c-slogan {
	margin: 55px 0 90px 0;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	position: relative;
}
.s15 .c-slogan::before {
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 413px;
	height: 10px;
	background: rgba(235, 235, 246, 0.23);
	border-radius: 5px;
}
.s15 .list2 li {
	width: 286px;
	height: 143px;
	background: #ebebf6;
	border-radius: 10px;
	position: relative;
	text-align: center;
	transition: all ease 0.2s;
}
.s15 .list2 li .tit {
	z-index: 0;
	position: absolute;
	left: 28px;
	top: -53px;
	width: 230px;
	background: linear-gradient(-270deg, #2c85f3, #0064d5);
	border-radius: 10px 10px 0 0;
	display: inline-block;
	text-align: center;
	height: 53px;
	line-height: 53px;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
}
.s15 .list2 li p:first-of-type {
	margin: 40px 0 18px 0;
	font-size: 16px;
	color: #373131;
	line-height: 16px;
}
.s15 .list2 li p:last-of-type {
	margin: auto;
	width: 208px;
	height: 41px;
	border: 1px solid #1a74ee;
	border-radius: 21px;
	line-height: 41px;
	font-size: 22px;
	color: #1a74ee;
	transition: all ease 0.2s;
}
.s15 .list2 li:hover {
	transform: translateY(-10px);
}
.s15 .list2 li:hover p:last-of-type {
	color: #fff;
	background-color: #1a74ee;
}
.s15 .list2 li:nth-child(2) .tit {
	background: linear-gradient(-270deg, #23da8a, #04bdb2);
}
.s15 .list2 li:nth-child(2) p:last-of-type {
	border-color: #0bb9a3;
	color: #0bac98;
}
.s15 .list2 li:nth-child(2):hover p:last-of-type {
	color: #fff;
	background-color: #0bb9a3;
}
.s15 .list2 li:last-child .tit {
	background: linear-gradient(-270deg, #da9323, #d95a0e);
}
.s15 .list2 li:last-child p:last-of-type {
	border-color: #da7819;
	color: #e7650f;
}
.s15 .list2 li:last-child:hover p:last-of-type {
	color: #fff;
	background-color: #da7819;
}
.s15 .sec-btn-more {
	margin-top: 35px;
}
.s16 {
	padding: 62px 0 30px 0;
}
.s16 .city-list {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.s16 .city-list .city {
	text-align: center;
	margin-top: 29px;
	width: 131px;
}
.s16 .city-list .city .city-name {
	margin-top: 7px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
}
.s16 .swiper-xqhj {
	margin-top: 50px;
	width: 100%;
	height: 620px;
	padding-bottom: 40px;
}
.s16 .swiper-xqhj .swiper-slide img {
	width: 100%;
	height: 100%;
}
.s16 .swiper-pagination .swiper-pagination-bullet {
	width: 52px;
	height: 8px;
	background: #dddddd;
	border-radius: 0;
	opacity: 1;
	transition: all ease 0.2s;
}
.s16 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fd4b01;
}
.s17 {
	padding-top: 71px;
	background-image: url(/vr/imgs/s17-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 70px;
}
.s17 .s-title-slogan {
	margin-top: 16px;
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
}
.s17 .main {
	width: 1200px;
	margin: 51px auto 0;
	padding-top: 41px;
}
.s17 .main .dec-list {
	width: 1063px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}
.s17 .main .dec-list .dec {
	width: 113px;
	height: 105px;
	padding-top: 13px;
	text-align: center;
}
.s17 .main .dec-list .dec:hover {
	background: rgba(38, 66, 209, 0.7);
}
.s17 .main .dec-list .dec .icon {
	font-size: 34px;
	color: #ffffff;
	line-height: 38px;
}
.s17 .main .dec-list .dec .title {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	margin-top: 15px;
}
.s17 .main .card-list {
	margin-left: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
}
.s17 .main .card-list .card {
	position: relative;
	width: 316px;
	background: #ffffff;
	box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
	border-radius: 10px;
	padding-bottom: 32px;
}
.s17 .main .card-list .card::before {
	position: absolute;
	bottom: -6px;
	left: 37px;
	width: 243px;
	height: 6px;
	background: #f564a4;
	box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
	border-radius: 0 0 10px 10px;
	content: "";
}
.s17 .main .card-list .card .title {
	position: absolute;
	background-image: url("/vr/images/bg-title-right.png");
	top: -40px;
	line-height: 40px;
	width: 177px;
	background-repeat: no-repeat;
	background-position: top;
	left: 83px;
	padding-left: 23px;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
}
.s17 .main .card-list .card .content-list {
	padding-top: 31px;
}
.s17 .main .card-list .card .content-list .content {
	padding-left: 31px;
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	line-height: 42px;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.s17 .main .card-list .card .content-list .content:hover {
	width: 313px;
	background: #fbb718;
	color: #ffffff;
	position: relative;
	-webkit-transform: translateX(-23px);
	-ms-transform: translateX(-23px);
	transform: translateX(-23px);
	padding-left: 54px;
}
.s17 .main .card-list .card .content-list .content + .content {
	margin-top: 6px;
}
.s18 {
	background-color: #edf2ff;
}
.s18 .main-wrap {
	background-color: #a0b2e3;
}
.s18 .main-wrap .main {
	width: 1200px;
	background-image: url("/vr/imgs/s18-bg.png");
	background-repeat: no-repeat;
	background-position: center 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto;
}
.s18 .main-wrap .left {
	width: 753px;
	position: relative;
	height: 598px;
}
.s18 .main-wrap .left .dec {
	background: -webkit-linear-gradient(right, #4059d9, #2917be);
	background: linear-gradient(270deg, #4059d9, #2917be);
	border-radius: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	padding-left: 25px;
	padding-right: 19px;
	line-height: 50px;
	position: absolute;
}
.s18 .main-wrap .left .dec:nth-child(1) {
	top: 186px;
	left: 427px;
}
.s18 .main-wrap .left .dec:nth-child(2) {
	top: 268px;
	left: 501px;
}
.s18 .main-wrap .left .dec:nth-child(3) {
	top: 358px;
	left: 494px;
}
.s18 .main-wrap .left .dec:nth-child(4) {
	top: 439px;
	left: 427px;
}
.s18 .main-wrap .right {
	width: 405px;
	height: 452px;
	margin-top: 76px;
	position: relative;
	padding-top: 100px;
}
.s18 .main-wrap .right .title {
	position: absolute;
	top: -6px;
	left: 50px;
}
.s18 .main-wrap .right .input-wrap {
	padding-left: 72px;
	position: relative;
}
.s18 .main-wrap .right .input-wrap + .input-wrap {
	margin-top: 25px;
}
.s18 .main-wrap .right .input-wrap .icon-img {
	position: absolute;
	left: 33px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.s18 .main-wrap .right .input-wrap .input {
	border: none;
	padding-left: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #b6c1e3;
	width: 297px;
	height: 58px;
	background: #ffffff;
	border-radius: 10px;
}
.s18 .main-wrap .right .sec-btn-more {
	margin-top: 30px;
	cursor: pointer;
}
