.bl {
	display: block !important;
}

.cl {
	clear: both;
}

#float {
	width: 240px;
	height: 440px;
	background: #D3FBE4;
	opacity: 0.9;
	position: fixed;
	left: 0;
	top: 180px;
	box-sizing: border-box;
	padding-top: 50px;
	z-index: 100;
}

.fl_nav li {
	width: 100%;
	height: 65px;
	padding-left: 65px;
	box-sizing: border-box;
	cursor: pointer;
}

.fl_nav li h2 {
	height: 17px;
	font-size: 18px;
	font-weight: 400;
	color: #312F44;
}

.fl_nav li p {
	font-size: 14px;
	font-weight: 400;
	color: #959E99;
	margin-top: 5px;
	opacity: 0;
}

.fl_nav .fl_act h2 {
	color: #4c74c9;
	font-weight: bold;
	position: relative;
}

.fl_act h2::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #4c74c9;
	right: 25px;
	top: 8px;
}

.fl_nav .fl_act p {
	opacity: 1;
}

.main1 {
	width: 100%;
	height: 100vh;
	background: url(../img/gk1_01.png) center no-repeat;
	box-sizing: border-box;
	max-height: 1080px!important;

}

.m1_contains {
	position: relative;
	width: 1440px;
	margin: 0 auto;
	height: 100%;
	box-sizing: border-box;
	padding-top: 560px;
}

.m1_zx {
	width: 530px;
	height: 80px;
	background: #4C74C9;
	box-shadow: 5px 16px 43px 0px rgba(140, 177, 255, 0.4);
	border-radius: 40px;
	line-height: 80px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 240px;
}

.m1_list {
	position: absolute;
	bottom: 0;
	left: 0;
}

.m1_list li {
	width: 342px;
	height: 272px;
	background: #50CB86;
	float: left;
	margin-right: 24px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 76px;
	color: #fff;
	font-size: 28px;
	font-weight: normal;

}

.m1_list li:nth-of-type(4) {
	margin-right: 0;
}

.m1_list li p {
	margin-bottom: 40px;
}

.main2 {
	width: 100%;
	height: 100vh;
	background: url(../img/gk1_03.png) center no-repeat;
	box-sizing: border-box;
	max-height: 1080px!important;

}

.m2_contains {
	width: 1440px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 200px;
}

.m2_list {
	width: 330px;
	float: left;
	margin-left: 50px;
}

.m2_list li {
	box-sizing: border-box;
	padding-left: 30px;
	height: 110px;
	font-size: 16px;
	color: #767480;
	position: relative;

}

.m2_list:nth-of-type(2) {
	float: right;
}

.m2_list li::before {
	position: absolute;
	content: '•';
	left: 0;
	top: 0;
	font-size: 28px;
	color: #312f44;
}

.m2_list li h3 {
	font-size: 28px;
	color: #312f44;
	font-weight: normal;
}

.m2_list li p {
	margin-top: 5px;
}

.m2_msg {
	width: 270px;
	position: absolute;
	font-size: 16px;
	color: #4C6A64;
	line-height: 34px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 150px;
}

.m2_zx {
	width: 346px;
	height: 64px;
	background: #FFFFFF;
	border: 1px solid #4C74C9;
	border-radius: 32px;
	line-height: 64px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #4C74C9;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 50px;
}

.main3 {
	width: 100%;
	height: 100vh;
	background: url(../img/gk1_05.png) center no-repeat;
	box-sizing: border-box;
	background-size: 100% 100%;
	/* max-height: 1080px!important; */

}

.m3_contains {
	width: 1466px;
	padding-left: 50px;
	height: 100%;
	background: url(../img/gk2_02.png)top no-repeat;
	margin: 0 auto;
}

.m3_list {
	padding-top:200px;
}

.m3_list li {
	width: 354px;
	float: left;

}

.m3_list li h3 {
	font-size: 48px;
	color: #312f44;
	font-weight: normal;
	padding-left: 100px;
	margin-bottom: 20px;
}

.m3_list li:nth-of-type(even) {
	padding-top: 175px;
}

.m3_list li:nth-of-type(even) .m3_tips span {
	background: #6e98f2;
	color: #f0f5ff;
}

.m3_tips span {
	display: inline-block;
	height: 26px;
	background: #50CB86;
	border-radius: 13px;
	padding: 0 10px;
	margin-right: 16px;
	font-size: 14px;

	color: #EAFFF4;
	line-height: 26px;
	text-align: center;
	margin-bottom: 16px;
}

.m3_tips {
	margin-bottom: 50px;
	padding-left: 30px;
	padding-right: 50px;
}

.m3_msg {
	font-size: 14px;
	color: #767480;
	line-height: 30px;
	padding-left: 40px;
	margin-bottom: 30px;
	padding-right: 25px;
}

.m3_lt {
	display: block;
	width: 100%;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	color: #4C74C9;
}

.main4 {
	width: 100%;
	height: 100vh;
	background: url(../img/gk1_10.png) center no-repeat;
	box-sizing: border-box;
	max-height: 1080px!important;

}

.m4_contains {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 5%;
}

.m4_list {
	position: absolute;
	bottom: 0;
	left: 0;
}

.m4_list li {
	width: 322px;
	height: 160px;
	background: #50CB86;
	text-align: center;
	float: left;
	margin-right: 24px;
	box-sizing: border-box;
	padding-top: 50px;
	cursor: pointer;
	margin-top: 40px;
	transition: .5s;
}

.m4_list .m4_act {
	height: 200px;
	position: relative;
	margin-top: 0;
	background: #4c74c9;
}

.m4_act::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 64px;
	background: #50CB86;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -32px;
}

.m4_list .m4_act p {
	display: block;
	color: #f0f5ff;
}

.m4_list li:nth-of-type(4) {
	margin-right: 0;
}

.m4_list li h3 {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
}

.m4_list li h3 img {
	vertical-align: middle;
	margin-left: 10px;
}

.m4_list li p {
	display: none;
	font-size: 14px;
	color: #EBFFF4;
	line-height: 24px;
	padding: 0 50px;
}

.m4_box {
	display: none;
}

.m4_1 {
	width: 1128px;
	height: 640px;
	background: #FFFFFF;
	box-shadow: -2px 8px 43px 0px rgba(222, 231, 240, 0.44);
	border-radius: 40px;
	margin-left: 170px;
}

.m4_1 table {
	width: 870px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}

.m4_1 table tr {
	border-bottom: 1px solid #DDE0E7;
}

.m4_1 table tr:nth-last-of-type(1) {
	border: none;
}

.m4_1 table th {
	height: 130px;
	line-height: 130px;
	min-width: 170px;
	font-size: 18px;
}

.m4_1 table td {
	height: 176px;
	vertical-align: middle;
}

.m4_1 table tr:nth-of-type(2) td {
	height: 150px;
}

.m4_time {
	width: 200px;
	padding: 0 50px;

	color: #312F44;
	line-height: 22px;
}

.m4_1 .m4_jg {


	color: #312F44;
	line-height: 22px;
	margin-bottom: 15px;
	text-align-last: left;
	padding-left: 30px;
}

.m4_jd {
	margin-bottom: 10px;
}

.green1 {
	display: inline-block;
	height: 26px;
	background: #D5F7E4;
	border-radius: 13px;
	line-height: 26px;
	color: #2cb769;
	padding: 0 15px;
}

.pink1 {
	display: inline-block;
	height: 26px;
	background: #fee7fa;
	border-radius: 13px;
	line-height: 26px;
	color: #f75edc;
	padding: 0 15px;
}

.blue1 {
	display: inline-block;
	height: 26px;
	background: #e5edff;
	border-radius: 13px;
	line-height: 26px;
	color: #4c74c9;
	padding: 0 15px;
}

.green2 {
	color: #2cb769;
	font-weight: bold;
}

.pink2 {
	color: #f75edc;
	font-weight: bold;
}

.blue2 {
	color: #4c74c9;
	font-weight: bold;
}

.m4_2 {
	width: 1128px;
	height: 640px;
	background: url(../img/gk2_06.png);
	margin-left: 170px;
	border-radius: 40px;
	position: relative;
	box-sizing: border-box;
	padding-top: 80px;
}

.m4_zx_lf {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 70px;
}

.m4_zx_lf h3 {
	text-align: center;
	font-size: 18px;
	color: #312f44;
	margin-bottom: 50px;
}

.m4_zx_t1 {
	font-size: 14px;
	color: #312f44;
	line-height: 28px;
	margin-bottom: 40px;
}

.m4_zx_t1 span {
	color: #767480;
}

.m4_zx_t2 {
	font-size: 14px;
	color: #767480;
	line-height: 22px;
	margin-bottom: 24px;
	padding-left: 27px;
	position: relative;
}

.m4_zx_t2 b {
	color: #312f44;
}

.m4_zx_t2 img {
	position: absolute;
	left: 0;
	top: 5px;
}

.m4_zx_rt {
	width: 50%;
	float: left;

}

.m4_zx_rt h3 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 50px;
}

.m4_zx_rt h4 {
	width: 300px;
	height: 100px;
	text-align: center;
	background: #50cb86;
	color: #fff;
	margin: 0 auto;
	line-height: 26px;
	box-sizing: border-box;
	padding-top: 20px;
	font-size: 18px;
	font-weight: normal;
}

.m4_zx_rt h4 a {
	color: #fff;
	font-weight: bold;
}

.m4_zx_rt h5 {
	margin-top: 55px;
	margin-bottom: 15px;
	text-align: center;
	color: #50cb86;

}

.m4_zx_rt h5 span {
	display: inline-block;
	position: relative;
}

.m4_zx_rt h5 span::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #50cb86;
	top: 9px;
	left: -36px;
}

.m4_zx_rt h5 span::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background: #50cb86;
	top: 9px;
	right: -36px;
}

.m4_zx_rt p {
	font-size: 14px;
	color: #f0f5ff;
	line-height: 20px;
	margin-bottom: 28px;
	padding: 0 100px;
}

.m4_2>img {
	position: absolute;
	right: -205px;
	top: 230px;
}

.m4_3 {
	width: 1128px;
	height: 526px;
	background: url(../img/gk3_03.png);
	margin-left: 170px;
	border-radius: 40px;
	position: relative;
	box-sizing: border-box;
	padding-top: 160px;
}

.m4_ss_lf {
	width: 580px;
	float: left;
	box-sizing: border-box;
	padding-left: 80px;
}

.m4_ss_lf h3 {
	font-size: 18px;
	color: #312f44;
	margin-bottom: 24px;
}

.m4_ss_jd {
	color: #767480;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
	padding-left: 24px;
	position: relative;
}

.m4_ss_jd b {
	color: #312f44;
}

.m4_ss_jd img {
	position: absolute;
	top: 5px;
	left: 0px;
}

.m4_ss_tq {
	font-size: 14px;
	color: #312f44;
}

.m4_ss_tq img {
	margin-right: 5px;
	vertical-align: middle;
}

.m4_ss_tq span {
	margin-right: 25px;
}

.m4_ss_rt {
	width: 360px;
	float: right;
	margin-right: 10px;

}

.m4_ss_rt h3 {
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.school-swiper {
	width: 360px;
	padding-top: 30px !important;
	padding-bottom: 40px !important;
}

.school-swiper .swiper-slide>p {
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 30px;
	margin-bottom: 16px;
	line-height: 24px;
}

.school-swiper .swiper-slide>p a {
	display: inline-block;
	width: 96px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 24px;
	font-size: 14px;
	color: #eafff4;
	background: #50cb86;
	float: right;

}

.m4_4 {
	width: 1128px;
	height: 593px;
	background: url(../img/gk4_03.png);
	margin-left: 170px;
	border-radius: 40px;
	position: relative;
	box-sizing: border-box;
	padding-top: 230px;
	padding-left: 80px;
	padding-right: 100px;
}

.m4_4 h3 {
	font-size: 18px;
	color: #312f44;
	margin-bottom: 20px;
}

.m4_cx_msg {
	font-size: 14px;
	color: #767480;
	line-height: 24px;
	margin-bottom: 40px;
}

.m4_cx_msg b {
	color: #312f44;
}

.m4_cx_tip {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 25px;

}

.m4_cx_tip b {
	color: #50cb86;
}

.m5_contains {
	width: 1370px;
	margin: 0 auto;
	padding-top: 4%;
	box-sizing: border-box;
	height: 100vh;
	max-height: 1080px!important;

}

.case-swiper {
	width: 100%;
	height: 100%;
}
.main5{
	background: #fff;
}
.m5_list {
	height: 100%;
}

.m5_list li {
	width: 500px;
	margin-left: 130px;
	height: 100%;
	position: relative;
	float: left;
}

.m5_list li:nth-of-type(2) {
	float: right;
	margin-left: 0;
	margin-right: 130px;

}

.m5_list li h4 {
	text-align: center;
	font-size: 140px;
	color: #e0dfe7;
	padding-top: 35px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}

.m5_list li h4::before {
	position: absolute;
	content: '';
	width: 158px;
	height: 12px;
	background: #50cb86;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}

.m5_list li h3 {
	position: absolute;
	font-size: 48px;
	color: #312f44;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 100px;
	z-index: 2;
	font-weight: normal;
}

.m5_list li h3 span {
	background: #fff;
}

.case_msg {
	font-size: 16px;
	color: #767480;
	line-height: 30px;
	text-align: center;
}

.m5_zx {
	display: block;
	margin: 0 auto;
	width: 272px;
	height: 64px;
	background: #4C74C9;
	box-shadow: 5px 16px 43px 0px rgba(140, 177, 255, 0.4);
	border-radius: 32px;
	margin-top: 60px;
	font-size: 18px;

	font-weight: bold;
	color: #FFFFFF;
	line-height: 64px;
	text-align: center;
}

.m5_teacher {
	width: 350px;
	height: 360px;
	position: absolute;
	padding-top: 135px;
	box-sizing: border-box;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

.m5_tea_msg {
	width: 100%;
	height: 225px;
	background: #50cb86;
	box-sizing: border-box;
	padding: 0 40px;
	padding-top: 60px;
	position: relative;
}

.m5_tea_msg img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -135px;
}

.m5_tea_msg p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 15px;
}

.main6 {
	width: 100%;
	height: 100vh;
	background: url(../img/gk1_11.png)center no-repeat;
	background-size: 100% 100%;

}

.m6_list {
	width: 1292px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;

}

.m6_list li {
	width: 323px;
	height: 100%;
	box-sizing: border-box;
	padding-top: 20%;
	float: left;
	text-align: center;
	transition: .5s;
}

.m6_list li:hover {
	padding-top: 15%;
	background-image: linear-gradient(to bottom,
			rgba(80, 203, 134, 1) 0%,
			rgba(80, 203, 134, 0.7) 5%,
			rgba(80, 203, 134, 0.6) 10%,
			rgba(80, 203, 134, 0.5) 90%,
			rgba(80, 203, 134, 0.4) 95%,
			rgba(80, 203, 134, 0) 100%);
	box-shadow: 9px -20px 21px 0px rgba(51, 149, 101, 0.4);
}

.m6_icon {
	display: block;
	margin: 0 auto;
}

.m6_list li h3 {
	margin-top: 30px;
	font-size: 72px;
	font-weight: 400;
	color: #FFFFFF;

}

.m6_list li h4 {
	transition: .5s;
	font-size: 28px;
	margin: 0 40px;
	font-weight: 400;
	color: #FFFFFF;
	padding-bottom: 40px;
	position: relative;
	border-bottom: 4px solid transparent;
}

.m6_list li h4::after {
	transition: .5s;
	position: absolute;
	content: '';
	width: 72px;
	height: 4px;
	background: #50CB86;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4px;
}
.m6_list li:hover h4{
	border-color: #fff;
}
.m6_list li:hover h4::after{
	background:#4C74C9;
}
.m6_cont {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	padding: 0 40px;
	margin-bottom: 60px;
	margin-top: 45px;
	opacity: 0;
	transition: .5s;
}
.m6_list li:hover .m6_cont{
	opacity: 1;
}
.m6_qr {
	width: 84px;
	height: 84px;
	margin: 0 auto;
	display: block;
	opacity: 0;
	transition: .5s;
}
.m6_list li:hover .m6_qr{
	opacity: 1;
}
.m6_zx {
	width: 200px;
	height: 40px;
	background: #50CB86;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 20px;
	opacity: 0;
	transition: .5s;
}
.m6_list li:hover .m6_zx{
	opacity: 1;

}
#swiper{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.m6_list object{
	width: 100%;
	height: 50px;
	overflow: hidden;

}
