* {
	padding: 0;
	margin: 0;
}

.title {
	margin: 0;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.icon_index:hover {
	animation: breathe 1s alternate infinite;
	transition: all 50ms;
	transform-origin: center;
}

@keyframes breathe {
	0 {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

#banner {
	height: 600px;
	background: url(img/banner.jpg) no-repeat center;
}

#banner .w {
	position: relative;
}

#mison_form {
	width: 395px;
	height: 474px;
	background: url(img/formBg.png);
	position: absolute;
	top: 120px;
	right: 10px;
}

#mison_form p:nth-of-type(1) {
	font-family: PingFang SC;
	font-size: 30px;
	color: #ffffff;
	padding: 35px 0 0 50px;
}

#mison_form p:nth-of-type(1) span {
	color: #e99b00;
}

#mison_form p:nth-of-type(2) {
	font-family: PingFang SC;
	font-size: 20px;
	color: #ffffff;
	padding: 8px 0 0 125px;
}

#myclass {
	width: 307px;
	height: 44px;
	border-radius: 22px;
	margin: 20px 0 0 33px;
	padding-left: 20px;
}

#mycall {
	width: 307px;
	height: 44px;
	border-radius: 22px;
	margin: 20px 0 0 33px;
	padding-left: 20px;
}

.showWindow {
	display: block;
	width: 307px;
	height: 44px;
	background-image: linear-gradient(0deg,
		#e99b00 0%,
		#ffaa00 100%);
	border-radius: 22px;
	font-family: PingFang SC;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 44px;
	margin: 20px 0 0 33px;
	cursor: pointer;
}

#body-1 {
	height: 588px;
	position: relative;
}

#body-1 .title {
	width: 511px;
	height: 241px;
	position: absolute;
	top: 106px;
}

#body-1 .title img {
	width: 183px !important;
	position: static !important;
}

#body-1 .title p {
	font-weight: 400;
}

#body-1 img:nth-of-type(1) {
	position: absolute;
	top: 57px;
	right: 0;
	width: 604px;
}

#body-1 img:nth-of-type(2) {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 144px;
}

#body-2 {
	height: 662px;
}

#body-2 img:nth-child(1) {
	display: block;
	margin: 50px auto;

}

#body-2 .fixed_box {
	width: 1218px;
	height: 288px;
	margin: 0 auto;
	background: url(img/nav.png) no-repeat center;
	display: flex;
	position: relative;
}

#body-2 .fixed_box li {
	flex: 1;
	padding-top: 75px;
}

#body-2 .fixed_box li p:nth-of-type(1) {
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 33px;
	color: #707070;
	text-align: center;
}

#body-2 .fixed_box li p:nth-of-type(1) span {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: #E90000;
}

#body-2 .fixed_box li p:nth-of-type(2) {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 24px;
	color: #707070;
	text-align: center;
	margin-top: 24px;
}

#body-2 .nav_banner {
	height: 444px;
	background: url(img/number.png) no-repeat center;
	position: relative;
	top: -70px;
	z-index: -999;
}

#body-2 .nav_banner .title {
	position: absolute;
	top: 108px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
}

#body-2 .nav_banner p span {
	font-size: 14px;
}

#body-2 .nav_banner ul {
	width: 900px;
	position: absolute;
	top: 240px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

#body-2 .nav_banner ul li {
	flex: 1;
	height: 35px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}

#body-2 .nav_banner ul li p {
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	font-family: PingFang SC;
	font-weight: 400;
	margin-top: -20px;
}

#body-2 .nav_banner ul li p span {
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 40px;
	color: #FFFFFF;
}

#body-2 .nav_banner ul li:nth-of-type(1) {
	border-left: none;
}

#body-2 .nav_banner ul li:nth-of-type(3) {
	border-right: none;
}

#body-3 {
	margin-top: 150px;
	height: 647px;
}

#body-3 .title p:nth-of-type(1) {
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #707070;
	text-align: center;
}

#body-3 .title p:nth-of-type(1) span {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 14px;
	color: #E90000;
}

#body-3 .title p:nth-of-type(2) {
	margin-top: 20px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: #707070;
	text-align: center;
	line-height: 24px;
}

#body-3 .swiper-container {
	width: 900px;
	height: 500px;
	margin: 0 auto !important;
}

#body-3 .swiper-pagination-bullet-active {
	background: #707070 !important;
}

#body-3 .swiper-button-next {
	background: url(img/next.png) no-repeat center;
	top: 90%;
	height: 20px;
	margin-top: 0;
}

#body-3 .swiper-button-prev {
	background: url(img/pre.png) no-repeat center;
	top: 90%;
	left: auto;
	right: 80px;
	height: 20px;
	margin-top: 0;

}

#body-3 .swiper-pagination {
	bottom: 30px;
	width: 200px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	left: 590px;
}

#body-3 a {
	margin: 50px auto;
	display: block;
	width: 222px;
	height: 44px;
	background-image: linear-gradient(0deg,
		#e99b00 0%,
		#ffaa00 100%);
	border-radius: 22px;
	color: #fff;
	line-height: 44px;
	text-align: center;
}

#body-4 {
	margin-top: 100px;
	height: 630px;
	background: url(img/mid-banner.jpg) no-repeat center;
}

#body-4 .icon_box {
	height: 100%;
	position: relative;
}

#body-4 .title p:nth-of-type(1) {
	padding-top: 40px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #707070;
	text-align: center;
}

#body-4 .title p:nth-of-type(1) span {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 14px;
	color: #E90000;
}

#body-4 .icon_box .icon_index {
	position: absolute;
}

#body-4 .button_box {
	height: 120px;
	background-color: #353847;
}

#body-4 .button_box div {
	width: 386px;
	height: 44px;
	margin: 0 auto;
}

#body-4 .button_box div a {
	display: block;
	width: 180px;
	height: 100%;
	border-radius: 22px;
	line-height: 44px;
	text-align: center;
	margin-top: 38px;
}

#body-4 .button_box div a:nth-of-type(1) {
	float: left;
	background-image: linear-gradient(0deg,
		#c4afa2 0%,
		#dfd0bb 43%,
		#e8e0d1 90%,
		#e8e0d1 100%);
}

#body-4 .button_box div a:nth-of-type(2) {
	float: right;
	background-image: linear-gradient(0deg,
		#e99b00 0%,
		#ffaa00 100%);
	color: #fff;
}

#body-5 {
	margin-top: 120px;
	height: 764px;
}

#body-5 .title p:nth-of-type(1) {
	padding-top: 70px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #707070;
	text-align: center;
}

#body-5 .title p:nth-of-type(1) span {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 14px;
	color: #E90000;
}

#body-5 #products {
	height: 520px;
	position: relative;
}

#body-5 #products ul:nth-of-type(1) li:nth-of-type(1) {
	margin-left: 42px;
	margin-top: 310px;
	font-size: 24px;
	color: #707070;
	text-align: center;
}

#body-5 #products ul:nth-of-type(1) li {
	margin-left: 50px;
}

#body-5 #products ul:nth-of-type(2) li:nth-of-type(1) {
	margin-left: 70px;
	margin-top: 240px;
	font-size: 24px;
	color: #707070;
	text-align: center;
}

#body-5 #products ul:nth-of-type(2) li {
	margin-left: 90px;
}

#body-5 #products ul:nth-of-type(3) li:nth-of-type(1) {
	margin-left: 60px;
	margin-top: 230px;
	font-size: 24px;
	color: #707070;
	text-align: center;
}

#body-5 #products ul:nth-of-type(3) li {
	margin-left: 70px;
}

#body-5 #products ul:nth-of-type(1) {
	width: 305px;
	height: 518px;
	background: url(img/pro_class.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 0;
}

#body-5 #products ul:nth-of-type(2) {
	width: 333px;
	height: 448px;
	background: url(img/pro_book.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#body-5 #products ul:nth-of-type(3) {
	width: 349px;
	height: 438px;
	background: url(img/pro_inter.png) no-repeat center;
	position: absolute;
	bottom: 0;
	right: 0;
}

#body-5 #products ul li {
	list-style-type: disc !important;
	width: 220px;
	font-size: 14px;
	color: #707070;
	margin-top: 10px;
}

#body-5 #products ul li:nth-of-type(1) {
	list-style: none !important;
}

.pro_class:hover {
	background: url(img/class.png) no-repeat center !important;
}

.pro_class:hover li {
	color: #fff !important;
}

.pro_book:hover {
	background: url(img/book.png) no-repeat center !important;
}

.pro_book:hover li {
	color: #fff !important;
}

.pro_internat:hover {
	background: url(img/inter.png) no-repeat center !important;
}

.pro_internat:hover li {
	color: #fff !important;
}

#body-6 {
	height: 502px;
	background: url(img/blackBg.png) no-repeat center;
}

#body-6 .title p:nth-of-type(1) {
	padding-top: 70px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

#body-6 .title p:nth-of-type(1) span {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 14px;
	color: #E90000;
}

#body-7 {
	height: 500px;
	margin-top: 117px;
	margin-bottom: 137px;
	background: url(img/timeline.png) no-repeat center;
	position: relative;
}

#body-7 p {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 24px;
	color: #5A5A5A;
}

#body-7 p span {
	font-size: 28px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 30px;
	color: #E90000;
}

#body-6 .swiper-container {
	height: 350px;
	margin-top: 0 auto;
}

#body-6 .swiper-slide img {
	width: 80%;
}

#body-6 .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.75);
}

#body-6 .swiper-slide-active,
#body-6 .swiper-slide-duplicate-active {
	transform: scale(1);
}

#body-6 .swiper-button-next {
	background: url(img/next.png) no-repeat center !important;
}

#body-6 .swiper-button-prev {
	background: url(img/pre.png) no-repeat center !important;
}

/* 弹窗 */
.shade-over {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.shade-over .shade-around {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
}

.shade-over .shade-captcha {
	display: none;
	width: 356px;
	height: 254px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(img/captcha.png);
}

.shade-captcha div {                                                                                                                                                                                                                          
	width: 294px;
	margin: 100px auto 0;
}

.shade-captcha div input {
	width: 175px;
	height: 44px;
	padding-left: 10px;
}

#setForm {
	display: block;
	margin: 20px auto;
	width: 294px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background-color: #E92318;
	color: #fff;
	cursor: pointer;
}

.shade-captcha div span {
	text-align: center;
	color: #E92318;
}

.shade-over .shade-success {
	display: none;
	width: 351px;
	height: 254px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(img/success.png);
}

.shade-over .shade-success p {
	text-align: center;
	padding-top: 140px;
	font-size: 22px;
}

.shade-over a {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0px;
	right: 0px;
}
.navside{
	position: fixed;
	top: 150px;
	right: 50px;
	width: 91px;
	height: 337px;
	background: url(img/navside.png);
	display: flex;
	align-items: center;
	flex-direction: column;
}
.navside a{
	display: block;
	flex: 1;
	width: 100%;
}
.navside a:first-of-type{
	margin-top: 12px;
}