* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 1.4rem;
	color: #000000;
	font-family: MicrosoftYaHei;
}

a {
	text-decoration: none;
	color: #000000;
}

ul li {
	list-style-type: none;
}

input {
	outline: none;
	background: none;
	border: none;
}

img {
	display: block;
}

.pageBox {
	width: 100%;
	min-width: 1250px;
	padding-top: 7rem;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #FFFFFF;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
}

.headerCont {
	position: relative;
	width: 1224px;
	left: 0;
	right: 0;
	margin: auto;
	height: 7rem;
}

.headerUl {
	display: flex;
	justify-content: center;
}

.headerLi {
	line-height: 7rem;
	width: 20.3rem;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 1px;
	cursor: pointer;
	border-right: 1px solid #999999;
	font-weight: normal;
	font-stretch: normal;
}

.headerLi:last-child {
	border: none;
}

.selectHeaderLi {
	background: #ff6344;
	color: #FFFFFF;
	border-right-color: #ff6344;
	font-weight: bold;
}

.headerLi:hover {
	background: #6D9CF8;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
}

.topImgBox {
	width: 100%;
	position: relative;
}

.topImg {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	object-fit: cover;
	width: 100%;
	height: 82rem;
}

.topBtnBox {
	position: absolute;
	width: 83.2rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 9.7rem;
	line-height: 8.3rem;
	color: #FFFFFF;
	font-size: 3rem;
	display: flex;
	justify-content: space-between;
}

.topBtn {
	width: 32.2rem;
	height: 8.3rem;
	border-radius: 1.9rem;
	text-align: center;
	cursor: pointer;
}

.topBtn1 {
	background-image: linear-gradient(94deg,
			#ff8959 0%,
			#f15f45 100%),
		linear-gradient(#faf22f,
			#faf22f);
	background-blend-mode: normal,
		normal;
}

.topBtn2 {
	background-color: #243b69;
	border: solid 1px #ffffff;
}

.suspend {
	position: fixed;
	width: 18rem;
	background-color: #5273b5;
	border-radius: 1.1rem;
	padding: 1.8rem 1rem;
	top: 35.5rem;
	left: 1rem;
	z-index: 1000;
}

.xftp {
	width: 14.7rem;
	height: 16.6rem;
	position: absolute;
	top: -13.4rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1001;
}

.suspendUl {
	position: relative;
	z-index: 1002;
	margin-top: 1.4rem;
}

.suspendLi {
	width: 15.9rem;
	height: 4.2rem;
	text-align: center;
	background: #FFFFFF;
	line-height: 4.2rem;
	margin-top: 0.7rem;
	border-radius: 1.1rem;
	border: solid 1px #223966;
	position: relative;
	font-size: 1.6rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.suspendLi:first-child {
	font-size: 1.9rem;
	color: #223966;
	font-weight: bold;
	display: block;
	cursor: default;
}

.suspendLi:first-child::before,
.suspendLi:first-child::after {
	content: '';
	position: absolute;
	width: 1.7rem;
	height: 0.2rem;
	background-color: #223966;
	border-radius: 1px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
}

.suspendLi:first-child::before {
	left: 0.3rem;
}

.suspendLi:first-child::after {
	right: 0.3rem;
}

.suspendLi img {
	width: 2.1rem;
	height: 2.1rem;
	margin-right: 1.7rem;
	margin-left: 2.4rem;
}

.suspendLi:last-child {
	background: none;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	height: auto;
	line-height: inherit;
	margin-top: 1.3rem;
}

.fingerpost {
	width: 122.4rem;
	position: relative;
	left: 0;
	right: 0;
	top: 8.2rem;
	margin: auto;
}

.fingerpostTitle,
.examinationTitle,
.teacherTitle,
.gaodunTitle {
	color: #000000;
	font-size: 5.3rem;
	letter-spacing: 0.3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4.8rem;
}

.fingerpostTitle span,
.examinationTitle span,
.teacherTitle span,
.gaodunTitle span {
	color: #739cef;
}

.fingerpostUl,
.inquireUl,
.examinationUl,
.teacherUl {
	font-size: 0;
}

.fingerpostLi {
	width: 26.8rem;
	height: 28rem;
	background-color: #ffffff;
	border-radius: 1.2rem;
	border: solid 1px #d2d2d2;
	margin-left: 5rem;
	display: inline-block;
	font-size: 2.2rem;
	margin-bottom: 4.6rem;
	text-align: center;
}

.fingerpostLi:nth-child(4n+1) {
	margin-left: 0;
}

.fingerpostLi img {
	width: 10.3rem;
	height: 10.3rem;
	margin-bottom: 1.4rem;
	margin-top: 3.8rem;
}

.fingerpostLiBtn {
	cursor: pointer;
	width: 16.1rem;
	height: 4.4rem;
	background-color: #ffffff;
	border-radius: 2.2rem;
	border: solid 1px #eb6100;
	line-height: 4.4rem;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 1px;
	color: #eb6100;
	margin-top: 2.1rem;
}

.fingerpostLi * {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.inquire,
.inquire img,
.examination,
.examination img {
	width: 100%;
	height: 81.6rem;
	position: relative;
}

.inquire {
	margin-top: 11.2rem;
}

.inquire img,
.examination img {
	object-fit: cover;
}

.inquireCont,
.examinationCont,
.auditCont {
	width: 122.4rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 0;
}

.inquireTitle,
.auditTitle {
	color: #FFFFFF;
	font-size: 5.3rem;
	letter-spacing: 0.3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.2rem;
	margin-top: 7.8rem;
}

.inquireTitle span,
.auditTitle span {
	color: #739cef;
}

.inquireSubhead {
	font-size: 1.8rem;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5.2rem;
}

.inquireLi {
	width: 14.7rem;
	height: 5.6rem;
	border-radius: 1.2rem;
	border: solid 1px #ffffff;
	font-size: 1.8rem;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	line-height: 5.6rem;
	margin-left: 2.9rem;
	display: inline-block;
	margin-bottom: 5rem;
	cursor: pointer;
}

.inquireLi:hover {
	background: #6D9CF8;
	border-color: #6D9CF8;
}

.inquireLi:nth-child(7n+1) {
	margin-left: 0;
}

.inquireLi:last-child {
	color: #ff7e58;
}

.inquireBtn {
	width: 40.3rem;
	height: 8rem;
	background-image: linear-gradient(94deg,
			#ff855c 0%,
			#ff5e41 100%),
		linear-gradient(#ffffff,
			#ffffff);
	background-blend-mode: normal,
		normal;
	border-radius: 1.2rem;
	position: relative;
	font-size: 3rem;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	line-height: 8rem;
	margin-top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.examinationTitle {
	margin-top: 6.9rem;
	margin-bottom: 7.5rem;
}

.examinationLi {
	margin-left: 7.5rem;
	width: 35.8rem;
	height: 21.9rem;
	background-color: #ffffff;
	border-radius: 1.2rem;
	border: solid 1px #aaaaaa;
	margin-bottom: 6.3rem;
	display: inline-block;
	text-align: center;
}

.examinationLiName {
	font-size: 2.4rem;
	letter-spacing: 1px;
	color: #000000;
	margin-top: 6.3rem;
}

.examinationLiBtn {
	width: 21.8rem;
	height: 5.6rem;
	background-image: linear-gradient(94deg,
			#ff855c 0%,
			#ff5e41 100%),
		linear-gradient(#ffffff,
			#ffffff);
	background-blend-mode: normal,
		normal;
	border-radius: 2.8rem;
	font-size: 2.4rem;
	letter-spacing: 1px;
	color: #ffffff;
	line-height: 5.6rem;
	margin-top: 2.2rem;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.examinationLi:nth-child(3n+1) {
	margin-left: 0;
}

.teacher,
.gaodun {
	position: relative;
	width: 122.4rem;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 6.4rem;
}

.teacherTitle {
	margin-bottom: 5.6rem;
}

.teacherLi {
	width: 36rem;
	height: 48.4rem;
	background-color: #ffffff;
	box-shadow: 0px 0.5rem 2.2rem 0.2rem rgba(0, 0, 0, 0.04);
	border-radius: 1.6rem;
	margin-left: 7.2rem;
	margin-bottom: 6.9rem;
	display: inline-block;
	text-align: center;
}

.teacherLi:nth-child(3n+1) {
	margin-left: 0;
}

.teacherLi img {
	width: 100%;
	height: 20.7rem;
}

.teacherName {
	font-size: 3rem;
	letter-spacing: 0.2rem;
	color: #739cef;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

.teacherIntroduce {
	font-size: 1.8rem;
	letter-spacing: 1px;
	color: #313131;
	display: -webkit-box;
	text-align: justify;
	-webkit-line-clamp: 4;
	margin-bottom: 1.5rem;
	-webkit-box-orient: vertical;
	height: 11.1rem;
	overflow: hidden;
	padding: 0 3rem;

}

.teacherBtn {
	width: 16.8rem;
	height: 4.6rem;
	background-image: linear-gradient(94deg,
			#ff855c 0%,
			#ff5e41 100%),
		linear-gradient(#ffffff,
			#ffffff);
	background-blend-mode: normal,
		normal;
	border-radius: 2.3rem;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	letter-spacing: 1px;
	color: #ffffff;
	font-size: 2.2rem;
	line-height: 4.6rem;
}

.audit,
.audit img {
	width: 100%;
	height: 95.4rem;
	position: relative;
}

.audit img {
	object-fit: cover;
}

.auditSubhead {
	font-size: 1.8rem;
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 7.2rem;
	text-align: center;
}

.auditTitle {
	margin-top: 10.3rem;
	margin-bottom: 3rem;
}

.auditFormBox {
	width: 122.4rem;
	height: 49.6rem;
	background-color: rgba(255, 255, 255, 0.84);
	border-radius: 1.5rem;
	padding: 4.2rem 5.3rem;

}

.auditFormBoxItem {
	display: flex;
	justify-content: space-between;
}

.flexBox {
	width: 52.3rem;
}

.flexBoxName {
	font-size: 2.4rem;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 2rem;
}

.flexBoxInput {
	width: 52.3rem;
	height: 6.4rem;
	background-color: #ffffff;
	box-shadow: 0px 0.6rem 0.6rem 0px rgba(0, 0, 0, 0.13);
	border-radius: 1rem;
	border: solid 1px #6b9bf8;
	margin-bottom: 5rem;
	padding: 2.1rem 2.6rem;
}

.flexBoxInput input {
	font-size: 2rem;
	letter-spacing: 1px;
	width: 100%;
}

input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.23);
}

.inputCode .flexBoxInput {
	width: 34rem;

}

.inputCode {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.getCode {
	width: 16.1rem;
	height: 6.4rem;
	background-color: #ff6848;
	box-shadow: 0px 0.6rem 0.6rem 0px rgba(0, 0, 0, 0.13);
	border-radius: 1rem;
	border: solid 1px #6b9bf8;
	font-size: 2rem;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	line-height: 6.4rem;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.selection {
	position: relative;

}

.fa-angle-down {
	position: absolute;
	right: 2.6rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem !important;
}

.selectionValue {
	font-size: 2rem;
	letter-spacing: 1px;
	color: #000000;
	margin-top: -0.3rem;
	cursor: pointer;
}

.selectItemBox {
	width: 100%;
	padding: 1rem;
	background: #FFFFFF;
	position: absolute;
	top: 7rem;
	left: 0;
	box-shadow: 0px 0.6rem 0.6rem 0px rgb(0 0 0 / 13%);
	border-radius: 1rem;
	border: solid 1px #6b9bf8;
	z-index: 55;
	display: none;
}

.selectItem {
	line-height: 4rem;
	padding: 0 1.6rem;
	font-size: 1.6rem;
}

.selectItem:hover {
	background: #6b9bf8;
	cursor: pointer;
	color: #FFFFFF;

}

.auditBtn {
	width: 49.8rem;
	height: 7.3rem;
	background-image: linear-gradient(94deg,
			#ff855c 0%,
			#ff5e41 100%),
		linear-gradient(#f0e1e2,
			#f0e1e2);
	background-blend-mode: normal,
		normal;
	border-radius: 3.7rem;
	font-size: 2.2rem;
	letter-spacing: 1px;
	color: #ffffff;
	line-height: 7.3rem;
	text-align: center;
	margin-top: 0.8rem;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.gaodun {
	padding-top: 6rem;
	margin-bottom: 5.6rem;
}

.gaodunTitle {
	margin-bottom: 7.5rem;
}

.gaodunText {
	font-size: 2.4rem;
	color: #485667;
	line-height: 4.8rem;
	text-align: justify;
	text-indent: 4.8rem;
	margin-bottom: 6.8rem;
}

.gaodunText span {
	color: #ff6344;
}

.gaodun img {
	width: 100%;
	height: 55.4rem;
	object-fit: cover;
}

.footer {
	width: 100%;
	height: 10.6rem;
	background-color: #1f2440;
	padding-top: 2.6rem;
}

.footerText {
	color: #FFFFFF;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	text-align: center;
	line-height: 3rem;
}
