html,
body {
	min-width: 1300px;
	width: 100%;
	margin: 0;
	padding: 0;

}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

.bannerImage {
	display: block;
	height: 600px;
	width: 100%;
	object-fit: cover;
	margin-top: 90px;

}

/**/
/*公用样式样式*/
.common {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.center {
	display: block;
	width: 1170px;
	height: 100%;
	margin: 0 auto;
	position: relative;

}

/**/
.title {
	width: 100%;
	height: 144px;
	display: block;
	position: relative;
}


.title span.s1 {
	font-size: 30px;
	font-family: 'roboto slab';
	font-weight: 600;
	color: #333333;
	line-height: 24px;
	display: block;
	padding-top: 60px;
}



.title span.s2 {
	height: 1px;
	width: 40px;
	display: block;
	background-color: #333333;
	margin-top: 30px;
}


/**/
.des {
	height: 648px;
}

.des-o {
	width: 270px;
	height: 350px;
	border: 1px solid #e5e5e5;
	text-align: center;
	float: left;
	margin-right: 27px;
	margin-bottom: 40px;
}

.des-o-r {
	margin-right: 0px;
}

.des-img {
	width: 270px;
	height: 202px;
	display: block;
	overflow: hidden;
	position: relative;
}

.desImg01 {
	width: 100%;
	height: 100%;
	display: block;
	transition: transform 0.5s;
}

.desImg02 {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	display: block;
	margin: -22px auto 0;
	position: relative;
	z-index: 1;
}


.des-o span.s3 {

	font-size: 12px;
	font-family: PingFangSC-Semibold, 'PingFang SC';
	font-weight: 600;
	color: #7a7a7a;
	line-height: 20px;
	display: block;
}

.des-o span.s4 {
	width: 240px;
	font-size: 14px;
	font-family: PingFangSC-Regular, 'PingFang SC';
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 21px;
	display: block;
	margin: 12px auto;
}



.des-o:hover .desImg01 {
	transform: scale(1.08);
}

.des-o span.s5 {
	width: 30px;
	height: 3px;
	display: block;
	margin: 10px auto 0;
	background-color: #ffb606;
	z-index: 1;
	position: relative;
}

.des-o span.s6 {
	width: 228px;
	height: 1px;
	display: block;
	background-color: #e5e5e5;
	margin: -2px auto;
}


.des-btn {
	width: 140px;
	height: 44px;
	background: #ffb606;
	display: block;
	text-align: center;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	top: 82px;
	left: 65px;
	opacity: 0;
}

.des-btn a {
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 44px;
	display: block;


}

.des-o:hover .des-btn {
	opacity: 1;
	transition: all 0.6s ease-in-out;

}

.des-btn2 {
	width: 160px;
	height: 50px;
	background: #111111;
	display: block;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
	clear: both;
	margin: 30px auto;
	border: 1px solid #111111;
	color: #ffffff;
	font-size: 14px;
	font-family: PingFangSC-Semibold, 'PingFang SC';
	font-weight: 600;
	line-height: 50px;
	display: block;
	border-radius: 5px;
}

.des-btn2:hover {
	background: none;
	color: #333333;
}


/*  */
.info {
	height: 770px;
}

.info-bg {
	width: 100%;
	height: 100%;
	background: #000000;
	display: block;
	opacity: 0.65;
	position: absolute;
}

.info-l {
	width: 700px;
	height: 473px;
	float: left;
}

.info-r {
	width: 400px;
	height: 530px;
	float: right;
	background-color: #ffffff;
	margin-top: 100px;
	overflow: hidden;
	position: relative;
}

.info-r-bg {
	width: 700px;
	height: 770px;
	background-color: #ffb606;
	border-radius: 50%;
	position: absolute;
	top: -603px;
	left: -151px;
}

.info-r span.s5 {
	width: 380px;
	position: relative;
	z-index: 1;
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-family: PingFangSC-Semibold, 'PingFang SC';
	font-weight: 400;
	line-height: 38px;
	padding-top: 60px;
	margin: 0 auto;
	text-align: center;
}



.infoImg1 {
	width: 100%;
	height: 770px;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.info-l span.s1 {
	display: block;
	color: #ffffff;
	font-size: 30px;
	font-family: PingFangSC-Semibold, 'PingFang SC';
	font-weight: 600;
	line-height: 50px;
	padding-top: 170px;
}

.info-l span.s2 {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-family: PingFangSC-Semibold, 'PingFang SC';
	font-weight: 400;
	line-height: 24px;
	display: block;
	margin-top: 30px;
}

.info-l-c {
	width: 700px;
	height: 200px;
	display: block;
	margin-top: 40px;
}


.info-l-o {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	float: left;
	margin-right: 60px;
	border: 1px solid #ffffff;
	text-align: center;
}

.info-l-o span.s3 {
	font-size: 14px;
	font-family: PingFangSC-Regular, 'PingFang SC';
	font-weight: 400;
	color: #ffffff;
	line-height: 21px;
	display: block;
	padding-top: 29px;

}

.info-l-o span.s4 {
	font-size: 14px;
	font-family: PingFangSC-Regular, 'PingFang SC';
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	margin-top: 6px;
	display: block;
	font-weight: 600;
}

.info-btn {
	width: 300px;
	height: 42px;
	display: block;
	text-align: center;
	background-color: #333333;
	font-family: PingFangSC-Regular, 'PingFang SC';
	font-weight: 400;
	color: #ffffff;
	line-height: 42px;
	margin-top: 25px;
	text-align: center;
	padding: 0;
	border: none;
	cursor: pointer;
	outline: none;
}

.info-btn:hover {
	background-color: #ffb606;
	color: #333333;
}

.info-r-o {
	width: 302px;
	margin: 90px auto 0;
	display: block;
	position: relative;
}

.info-r-input {
	width: 300px;
	height: 42px;
	border: 1px solid #e5e5e5;
	display: block;
	margin-top: 10px;

}

.info-r-input input {
	width: 270px;
	height: 40px;
	border: none;
	display: block;
	background: none;
	padding: 0 15px;
}


.curriculum-btn a:hover {
	text-decoration: underline;
}


/*  */

.obj {
	height: 425px;
}

.obj-o {
	width: 215px;
	float: left;
	margin-top: 79px;
}


.obj-o span.s1 {
	display: block;
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(63, 29, 217, 1);
	line-height: 24px;
}

.obj-o span.s2 {
	display: block;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(63, 29, 217, 1);
	line-height: 14px;
	margin-top: 12px;
}

.obj-o1 {
	width: 370px;
	height: 265px;
	border: 2px solid rgba(255, 135, 63, 1);
	text-align: center;
}

.obj-o span.s4 {
	display: block;
	width: 370px;
	height: 60px;
	background: rgba(255, 135, 63, 1);
	text-align: center;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 60px;
}

.objImg1 {
	width: 20px;
	height: 20px;
	display: block;
	margin: 27px auto 10px;
}

.obj-o span.s3 {
	display: block;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 22px;
}

.obj-o2 {
	border: 2px solid rgba(63, 29, 217, 1);
	margin-left: 130px;
}

.obj-o2 span.s4 {
	background: rgba(63, 29, 217, 1);
}

/*  */

.get {
	height: 224px;
}

.getImg1 {
	width: 100%;
	height: 224px;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.get-o {
	height: 224px;
	text-align: center;
}

.get-o span.s1 {
	display: block;
	padding-top: 38px;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 25px;
}

.get-o span.s2 {
	display: block;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
	margin: 29px 0 43px 0;
}

.get-b {
	margin: 0 auto;
}

.getBtn {
	background: #FFB606;
}

.getBtn:hover {
	background: #FFB606;
}

/*  */
.set {
	height: 680px;

}

.set span.s1 {
	display: block;
	height: 38px;
	width: 410px;
	float: left;
	font-size: 30px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	margin-top: 58px;
}

.set span.s2 {
	display: block;
	width: 760px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 22px;
	float: left;
	margin-top: 58px;
}

.set span.s3 {
	float: left;
	width: 570px;
	height: 60px;
	background: rgba(255, 135, 63, 1);
	text-align: center;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 60px;
	margin-top: 30px;
}

.set span.s4 {
	background: rgba(63, 29, 217, 1);
	float: right;
}

.setImg1 {
	width: 570px;
	height: 355px;
	float: left;
	margin-top: 20px;

}

.setImg2 {
	width: 570px;
	height: 355px;
	float: right;
	margin-bottom: 73px;
}

.set-b {
	clear: both;
	display: block;
	margin: 30px auto;
}

/*  */

.advantage {
	height: 850px;
	background: #f0f4f7;
}

.advantage span.s1 {
	font-size: 30px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 35px;
	display: block;
	padding-top: 46px;
}

.advantage span.s2 {
	width: 40px;
	height: 1px;
	font-size: 14px;
	background: #000000;
	display: block;
	margin-top: 30px;
}

.advantage span.s3 {
	width: 370px;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 69px;
	left: 100px;
}

.advantageImg1 {
	width: 100%;
	height: 1060px;
	object-fit: cover;
	position: absolute;
}

.advantage-c {
	position: relative;
	z-index: 1;
}

.advantage-o {
	width: 330px;
	height: 245px;
	background: rgba(255, 255, 255, 1);
	float: left;
	padding: 30px 20px 0 20px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	margin-right: 30px;
}

.advantage-o span.s4 {
	display: block;
	font-size: 12px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(79, 79, 79, 1);
	line-height: 17px;
}

.advantage-o span.s5 {
	display: block;
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(28, 28, 28, 1);
	line-height: 20px;
	margin-top: 9px;
}

.advantage-o span.s6 {
	display: block;
	width: 50px;
	height: 1px;
	background: rgba(34, 34, 34, 1);
	margin-top: 11px;
}

.advantage-o span.s7 {
	display: none;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 20px;
	margin-top: 11px;
}

.advantageImg2 {
	width: 330px;
	height: 150px;
	position: absolute;
	object-fit: cover;
	bottom: 0;
	transition: all 0.5s;
}


.advantage-o:hover .advantageImg2 {
	transform: translateY(30px);
}

.advantage-o:hover span.s6 {
	display: none;
}

.advantage-o:hover span.s7 {
	display: block;
	opacity: 1;
}

.advantage-o:hover span.s5,
.advantage-o:hover span.s4 {
	color: rgba(63, 29, 217, 1);
}

.advantage-o-r {
	margin-right: 0;
}

/*  */

.requirement {
	height: 700px;
	background-color: #ffffff;
}

.requirement span.s1 {
	font-size: 30px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 35px;
	display: block;
	padding-top: 46px;
	text-align: center;
}


.requirement-l {

	width: 100%;
	height: 485px;
	display: block;
}

.requirement-o {
	float: left;
	width: 700px;
	height: 485px;
}

.requirementImg1 {
	float: right;
	width: 457px;
	height: 485px;
	margin-top: 40px;
	margin-right: -100px;
}


.requirement-t {

	width: 100%;
	height: 60px;
	display: block;
	margin-bottom: 30px;
	clear: both;
}

.requirement-t span.s2 {
	width: 3px;
	height: 22px;
	background: #ffb606;
	margin-top: 30px;
	float: left;
}

.requirement-t span.s3 {

	color: #333333;
	margin: 23px 0 0 10px;
	float: left;
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	line-height: 35px;
}

.requirement-o span.s4 {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	color: #333333;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
}

/*  */
.process {
	height: 500px;

}

.process-c {
	width: 1000px;
	display: block;
	height: 200px;
	margin: 60px auto;
}

.process-o {
	width: 250px;
	height: 200px;
	float: left;
	text-align: center;

}

.process-o span.s01 {
	display: block;
	margin-top: 30px;
	font-size: 20px;
	font-family: PingFangSC-Semibold, ' PingFang SC';
	font-weight: 600;
}

.process-img {
	width: 125px;
	height: 125px;
	margin: 0 auto;
	background: #ffffff;
	display: block;
	box-shadow: 0px 0px 10px 1px #aaa;
	border-radius: 50%;
}

.processrementImg1 {
	width: 60px;
	height: 60px;
	margin: 0px auto;
	display: block;
	padding-top: 30px;

}

.processrementImg2 {
	width: 60px;
	height: 60px;
	margin: 0px auto;
	display: none;
	padding-top: 30px;
}

.process-o:hover .process-img {
	transition: all 0.93s;
	background-image: linear-gradient(#e66465, #9198e5);
}

.process-o:hover .processrementImg1 {
	display: none;
}

.process-o:hover .processrementImg2 {
	display: block;
}

/*  */

.join {
	height: 925px;
	overflow: hidden;
}

.join-c {
	position: relative;
}

.joinImg1 {
	float: left;
	width: 458px;
	height: 407px;
	margin-top: 260px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
}

.joinImg2 {
	border-radius: 5px;
	width: 458px;
	height: 407px;
	position: absolute;
	left: -330px;
	top: 100px;

}

.joinImg3 {
	border-radius: 5px;
	width: 458px;
	height: 407px;
	position: absolute;
	left: -330px;
	top: 420px;
	z-index: 99;
}


.join-o {
	float: left;
	width: 600px;
	height: 300px;
	margin-left: 60px;
	margin-top: 350px;
}

.join-o span.s01 {
	display: block;
	font-size: 14px;
	font-family: PingFangSC-Semibold, ' PingFang SC';
	font-weight: 500;
	color: #FFB606;
}

.join-o span.s02 {
	display: block;
	font-size: 24px;
	font-family: PingFangSC-Semibold, ' PingFang SC';
	font-weight: 600;
	color: #333333;
	margin-top: 20px;
}

.join-o span.s03 {
	display: block;
	font-size: 16px;
	font-family: PingFangSC-Semibold, ' PingFang SC';
	font-weight: 400;
	line-height: 30px;
	color: #000;
	margin: 20px 0 60px 0;
}


.joinBtn {
	margin-left: 0;
	border-radius: 10px;
}

.join-o-b {
	width: 730px;
	height: 160px;
	display: block;
	margin-top: 40px;
}

.info-l-o-j {
	border: 1px solid #FF8545;
}

.info-l-o-j span.s3 {
	color: #000000;
	font-size: 16px;
	padding-top: 37px;
	font-weight: 600;
}

.info-l-o-j span.s4 {
	color: #000000;
	color: #FF8545;
	font-size: 26px;
}


/*  */

.apply {
	height: 500px;
	background: #f0f4f7;
}


.apply-c {
	height: 342px;
	width: 100%;
	display: block;
	margin-top: 40px;
}


.apply-o {
	width: 362px;
	height: 342px;
	float: left;
	margin-right: 30px;
}

.apply-h {
	width: 362px;
	height: 242px;
	position: relative;
	overflow: hidden;
}

.apply-o-r {
	margin-right: 0px;
}

.applyImg1 {
	width: 362px;
	height: 242px;
	position: absolute;
	top: 0;
	left: 0;
}

.apply-h-c {
	width: 264px;
	height: 111px;
	position: relative;
	margin: 45px auto;
	background-color: rgba(191, 48, 40, .71);
	display: block;
	text-align: center;
}

.apply-h-c2 {
	background-color: rgba(201, 104, 39, .71);
}

.apply-h-c3 {
	background-color: rgba(20, 110, 162, .71);
}

.apply-h-c span.s03 {
	display: block;
	font-size: 22px;
	font-family: PingFangSC-Semibold, ' PingFang SC';
	font-weight: 400;
	line-height: 30px;
	padding-top: 30px;
	color: #ffffff;
}

.apply-h-c span.s04 {
	display: block;
	font-size: 14px;
	font-family: PingFangSC-Semibold, ' PingFang SC';
	font-weight: 400;
	line-height: 30px;
	color: #ffffff;
}

.apply-h-c span.s05 {
	display: block;
	height: 65px;
	width: 10px;
	line-height: 65px;
}


.apply-h-i {
	width: 362px;
	height: 242px;
	position: absolute;
	top: 242px;
	z-index: 1;
	text-align: center;
	transition: all 0.5s;

}

.apply-h-bg {
	width: 362px;
	height: 242px;
	background: #000000;
	opacity: 0.7;
	position: absolute;
}

.apply-h-i span.s05 {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-family: PingFangSC-Semibold, ' PingFang SC';
	font-weight: 400;
	line-height: 26px;
	position: relative;
	padding-top: 30px;
}

.apply-h-i span.s06 {
	width: 330px;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-family: PingFangSC-Semibold, ' PingFang SC';
	font-weight: 400;
	line-height: 26px;
	position: relative;
	margin: 10px auto;
}


.apply-o:hover .apply-h-i {
	transform: translateY(-242px);
}

/*  */

.reg {
	height: 500px;
position: relative;
}

.reg-c {
	width: 1162px;
	height: 380px;
	display: block;
	margin: 50px auto;
	border: 4px solid #FFB606;
}

.reg-i {
	margin-left: 100px;
	margin-top: 0;
	width: 400px;
}


.reg-i span.s01{
	 display: block;
	 color: #333333;
	 font-size: 20px;
	 font-family: PingFangSC-Semibold, ' PingFang SC';
	 font-weight: 600;
	 line-height: 26px;
	 position: relative;
	padding-top: 10px;
}

.regImg1{
	width: 570px;
	height: 438px;
	position: absolute;
	right: 70px;
	top: -30px;
	}