.banner {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
}

.pc-banner {
	display: block;
}

.banner .swiper {
	width: 100% !important;
}

.mobile-banner {
	display: none;
}

.banner .swiper-slide {
	width: 100%;
	height: 100vh;
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
}
.banner .swiper-slide:nth-child(1) .title img{display: none;}
.banner .swiper-slide:nth-child(1) .title .text{width: 75%; font-size: 1.5rem; line-height: 2.4rem; margin-left: 4%; padding-top: 0; padding-right: 4%; border-right: 1px solid rgba(255, 255, 255, .3);}
.banner .swiper-slide:nth-child(2) .title .text{width: 75%; font-size: 1.5rem; line-height: 2.4rem; margin-left: 4%; padding-top: 0;  padding-right: 4%; border-right: 1px solid rgba(255, 255, 255, .3);}
.banner .swiper-slide:nth-child(3) .title .text{width: 75%; font-size: 1.5rem; line-height: 2.4rem; margin-left: 4%; padding-top: 0;  padding-right: 4%; border-right: 1px solid rgba(255, 255, 255, .3);}
.banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	position: relative;
}

.banner .swiper-slide-active img {
	animation: changeScale 1 6s ease-out forwards;
}


.banner .title {
	width: 76%;
	font-size: 3rem;
	position: absolute;
	display: flex;
	padding: 1.25rem 1.0625rem;
	left: 12%;
	bottom: 10%;
	color: #fff;
	z-index: 2;
	background: rgba(0, 0, 0, .5);
}

.banner .title img {
	width: 27.875rem;
	margin-right: 2rem;
}

.banner .title .text {
	width: 42%;
	font-size: 1.375rem;
	line-height: 2.8rem;
	padding-top: 0.8rem;
	border-right: 1px solid rgba(255, 255, 255, .3);
	 padding-right: 7%;
}

.banner .swiper-pagination-bullet {
	width: 3.125rem;
	height: 3.125rem;
	text-align: center;
	line-height: 3rem;
	font-size: 1.25rem;
	color: #fff;
	opacity: 1;
	background: none;
}

.banner .swiper-notification {
	opacity: 1 !important;
	z-index: 999 !important;
}

.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
	width: auto !important;
	bottom: 15%;
	left: inherit;
	width: 100%;
	right: 16%;
}

.banner .swiper-pagination-bullet-active {
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes changeScale {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.06);
	}
}




.HomeAbout {
	width: 100%;
	overflow: hidden;
	background: #f5f5ff;
	padding: 6.875rem 0 6.875rem 15.6rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.HomeAbout .picture {
	width: 42.3125rem;
	position: relative;
	overflow: hidden;
}

.HomeAbout .picture img {
	display: block;
	width: 100%;
	animation: run 12s linear infinite;
	position: relative;
	z-index: 1;
}

@keyframes run {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.04);
	}

	50% {
		transform: scale(1.08);
	}

	75% {
		transform: scale(1.04);
	}

	100% {
		transform: scale(1);
	}
}

.HomeAbout .picture .textBox {
	width: 16rem;
	background: #ffc800;
	color: #333;
	position: absolute;
	left: 7.5rem;
	top: 11.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 2.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	flex-wrap: wrap;
	padding: 2rem 0;
	z-index: 2;
}

.HomeAbout .picture .textBox p {
	font-size: 1.3rem;
	display: inline-block;
	width: 100%;
	line-height: 2.3rem;
}

.HomeAbout .picture img {
	display: block;
	width: 100%;
}

.HomeAbout .introBox {
	width: calc(97.5% - 42.3125rem);
}

.HomeBuss {
	width: 100%;
	padding: 5rem 0 7.5rem 0;
}

.about-warp {
	width: 73.5%;
	margin: 0 auto;
}

.introBox .homeBit {
	text-align: left;
}

.aboutBtn {
	width: 11.375rem;
	height: 3.875rem;
	border-radius: 0.625rem;
	color: #fff;
	text-align: center;
	background: #132c51;
	line-height: 3.875rem;
	font-size: 1.375rem;
	margin: 2rem 0;
	cursor: pointer;
	transition-duration: .5s;
	display: inline-block;
}

.aboutBtn:hover {
	border-radius: 3.125rem;
	color: #fff;
}

.aboutList {
	width: 100%;
	background: #132c51;
	color: #fff;
	padding: 0.625rem;
	display: flex;
	height: 10rem;
}

.aboutList dl {
	width: 33.333%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #2b4263;
	color: #fff;
	cursor: pointer;
}

.aboutList dl:nth-child(3) {
	border-right: none;
}

.aboutList dl dt {
	width: 3.5rem;
	height: 3.5rem;
	margin-right: 0.9375rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .5s;
}

.aboutList dl dt .iconfont {
	font-size: 3.2rem;
}

.aboutList dl dd {
	font-size: 1.1rem;
	line-height: 2rem;
}

.aboutList dl:hover dt {
	transform: rotateY(180deg);
}

.homeBit {
	width: 100%;
	position: relative;
	text-align: center;
	line-height: 3.2rem;
	font-size: 2.4rem;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.6rem;
}

.introBox .fBit {
	width: 100%;
	color: #132c51;
	font-size: 1.5rem;
	line-height: 2.875rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.introBox .pText {
	width: 85%;
	font-size: 1.1rem;
	line-height: 1.9rem;
	color: #333333;
	font-family: 'Roboto-light';
}

.homeBit span {
	color: #07913a;
}

.HomeEducation {
	width: 100%;
	background: #f5f5ff;
	padding: 4.375rem 0 6.875rem 0;
}

.homeFbit {
	width: 80%;
	margin: 0 auto 1.5rem;
	font-size: 1.15rem;
	line-height: 2rem;
	text-align: center;
	color: #333333;
}

.home_ct_Box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_ct_Box dl {
	width: 48.5%;
	position: relative;
	cursor: pointer;
}

.home_ct_Box dl dt {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #000;
}

.home_ct_Box dl dt:after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}


.home_ct_Box dl:hover dt:after {
	-webkit-animation: shine2 1s;
	animation: shine2 1s;
}

@-webkit-keyframes shine2 {
	100% {
		left: 125%;
	}
}

@keyframes shine2 {
	100% {
		left: 125%;
	}
}


.home_ct_Box dl dt img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.home_ct_Box dl:hover dt img {
	transform: scale(1.1);
	opacity: 0.7;
}

.home_ct_Box dl:hover dd {
	background: #ffc800;
	color: #393e3a;
}

.home_ct_Box dl dd {
	width: 50%;
	height: 4.375rem;
	position: absolute;
	left: 25%;
	bottom: 1.875rem;
	background: #ffffff;
	color: #111111;
	text-align: center;
	line-height: 4.375rem;
	font-weight: bold;
	font-size: 1.4rem;
	transition-duration: .5s;
}

.HomeEducation .homeFbit {
	width: 100%;
}

.EducationBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
}

.EducationBox .left {
	width: 50%;
	background: #fff;
}

.EducationBox .right {
	width: 50%;
	overflow: hidden;
}

.EducationBox .right img {
	display: block;
	width: 100%;
	animation: run 12s linear infinite;
}

.subNavBox1 {
	width: 100%;
	padding: 1.2rem 2.5rem 0 2.5rem;
}

.subNav1 {
	width: 100%;
	height: 6rem;
	line-height: 6rem;
	color: #333333;
	position: relative;
	cursor: pointer;
	font-size: 1.5rem;
	border-bottom: 1px solid #d4d4d4;

}

.currentDt1 {
	border-bottom: none;
	font-weight: bold;
}

.navContent1 {
	display: none;
	color: #333333;
	font-size: 1.15rem;
	line-height: 2rem;
	border-bottom: 1px solid #d4d4d4;
}

.navContent1 .aboutBtn {
	margin-bottom: 3rem;
}


.BusBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.BusBox .left {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.BusBox .left dl {
	width: 50%;
	height: 50%;
	color: #333;
	cursor: pointer;
	transition-duration: .5s;
}

.BusBox .left dl:nth-child(1) {
	background: #ffc800;
	padding: 2.1875rem 2.5rem;
	border: 1px solid #ffc800;
}

.BusBox .left dl:hover {
	border: 1px solid #132c51 !important;
	background: none !important;
	color: #132c51 !important;
}
.BusBox .left dl a:hover{color: #132c51 !important;}
.BusBox .left dl:nth-child(2) {
	background: #132c51;
	padding: 2.1875rem 2.5rem;
	color: #fff;
	border: 1px solid #132c51;
}
.BusBox .left dl:nth-child(2) a{color: #fff;}
.BusBox .left dl:nth-child(2) a:hover{color: #132c51;}
.BusBox .left dl:nth-child(3) {
	width: 100%;
	background: #f5f5ff;
	padding: 3rem 2.5rem 0 2.5rem;
	border: 1px solid #f5f5ff;
}
.BusBox .left dl:nth-child(1) a:hover{color: #fff;}
.BusBox .left dl dt {
	width: 100%;
	    font-size: 1.2rem;
	    line-height: 2.2rem;
	    font-weight: bold;
	    position: relative;
	    margin-bottom: 3.125rem;
}

.BusBox .left dl dt:after {
	width: 2.25rem;
	height: 1.25rem;
	position: absolute;
	right: 0;
	bottom: 0.8rem;
	background: url(../images/jt1.png)no-repeat;
	background-size: 100% 100%;
	content: "";
	transition-duration: .5s;
}

.BusBox .left dl:hover dt:after {
	background: url(../images/jt1.png)no-repeat !important;
	right: -10px;
	background-size: 100% 100%;
}

.BusBox .left dl:nth-child(2) dt:after {
	background: url(../images/jt2.png)no-repeat;
	background-size: 100% 100%;
}

.BusBox .left dl dd {
	width: 100%;
	font-size: 1.25rem;
	line-height: 1.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.BusBox .left dl:nth-child(3) dt {
	margin-bottom: 4.375rem;
}

.BusBox .right {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.BusBox .right img {
	display: block;
	width: 100%;
	animation: run 12s linear infinite;
}

.BusBox .right .left {
	width: 50%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}

.BusBox .right .left dl {
	width: 100%;
	height: 100%;
	transition-duration: .5s;
}
.BusBox .right .left dl a:hover{color: #fff !important;}
.BusBox .right .left dl:hover {
	background: #132c51 !important;
	color: #fff !important;
	border: 1px solid #132c51 !important;
}

.BusBox .right .left dl:hover dt:after {
	background: url(../images/jt2.png)no-repeat !important;
	background-size: 100% 100%;
}

/*  */


@-webkit-keyframes orbloop {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes orbmove {
	from {
		-webkit-transform: translateX(0px);
	}

	to {
		-webkit-transform: translateX(-2000px);
	}
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
	.about-warp {
		width: 78%;
		margin: 0 auto;
	}

	.HomeAbout {
		padding-left: 13rem;
	}


}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {
	.banner .title {
		width: 90%;
		font-size: 20px;
		left: 5%;
	}

	.banner .title .text {
		font-size: 19px;
		line-height: 2rem;
	}

	.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
		width: auto !important;
		bottom: 17%;
		left: inherit;
		width: 100%;
		right: 8%;
	}

	.banner .swiper-pagination-bullet {
		width: 2.8rem;
		height: 2.8rem;
		line-height: 2.5rem;
		font-size: 1.1rem;
	}

	.HomeAbout {
		padding: 60px 0 60px 5%;
	}

	.HomeAbout .picture {
		width: 42%;
	}

	.HomeAbout .introBox {
		width: calc(97% - 42%);
	}

	.homeBit {
		line-height: 36px;
		font-size: 28px;
	}

	.introBox .fBit {
		font-size: 20px;
		line-height: 26px;
	}

	.introBox .pText {
		width: 90%;
		font-size: 16px;
		line-height: 30px;
	}

	.aboutBtn {
		height: 3rem;
		line-height: 3rem;
		font-size: 1rem;
		margin: 1.5rem 0 2.2rem 0;
	}

	.aboutList {
		height: 100px;
	}

	.aboutList dl dd {
		font-size: 18px;
		line-height: 26px;
	}

	.HomeAbout .picture .textBox p {
		font-size: 26px;
	}

	.HomeAbout .picture .textBox {
		font-size: 20px;
		padding: 1.5rem 0;
	}

	.aboutList dl dt .iconfont {
		font-size: 2.8rem;
	}

	.HomeBuss,
	.HomeEducation {
		padding: 50px 0 60px 0;
	}

	.about-warp {
		width: 90%;
		margin: 0 auto;
	}

	.BusBox .left dl dt {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 2.5rem;
	}

	.BusBox .left dl dd {
		font-size: 18px;
	}

	.BusBox .left dl:nth-child(3) dt {
		margin-bottom: 4rem;
	}

	.BusBox .left dl:nth-child(1),
	.BusBox .left dl:nth-child(2) {
		padding: 2.1875rem 1.8rem;
	}

	.homeFbit {
		font-size: 18px;
		line-height: 30px;
	}

	.subNav1 {
		height: 5.5rem;
		line-height: 5.5rem;
		font-size: 24px;
	}

	.navContent1 {
		font-size: 17px;
		line-height: 28px;
	}

	.navContent1 .aboutBtn {
		margin-bottom: 2.2rem;
	}

	.subNavBox1 {
		padding: 0 2.5rem 0 2.5rem;
	}

	.home_ct_Box dl dd {
		width: 80%;
		        height: 56px;
		        left: 10%;
		        line-height: 56px;
		        font-size: 20px;
	}
}

@media only screen and (max-width: 996px) {}

@media only screen and (max-width: 768px) {
	.HomeAbout .picture {
		width: 100%;
	}

	.HomeAbout {
		padding: 30px 3%;
	}

	.HomeAbout .introBox {
		width: 100%;
		padding-top: 20px;
	}

	.introBox .pText {
		width: 100%;
	}
	.home_ct_Box dl dd {
		        font-size: 17px;
	}
	.aboutBtn {
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin: 30px 0;
	}
	.aboutList dl {padding: 20px 0;}
	.aboutList dl dd {
		font-size: 16px;
		line-height: 26px;
	}

	.aboutList dl dt {
		margin-right: 10px;
	}

	.aboutList dl dt .iconfont {
		font-size: 24px;
	}

	.HomeBuss,
	.HomeEducation {
		padding: 30px 0;
	}

	.HomeAbout .picture .textBox {
		font-size: 20px;
		padding: 25px 0;
		width: 60%;
		left: 20%;
		line-height: 40px;
	}
.aboutList {
        height:auto;
        flex-wrap: wrap;
    }
	.aboutList dl {
	    width: 100%;}
	.HomeAbout .picture .textBox p {
		line-height: 34px;
	}

	.BusBox .left,
	.BusBox .right {
		width: 100%;
	}

	.BusBox .left dl {
		width: 100%;
	}

	.BusBox .left dl {
		width: 100%;
		height: auto;
	}

	.BusBox .left dl dd {
		font-size: 17px;
		line-height: 26px;
	}

	.BusBox .left dl dt:after {
		width: 36px;
		height: 20px;
	}

	.BusBox .left dl:nth-child(1),
	.BusBox .left dl:nth-child(2),
	.BusBox .left dl:nth-child(3) {
		padding: 20px;
	}

	.BusBox .right .left {
		width: 100%;
		height: auto;
		position: relative;
	}

	.homeFbit {
		font-size: 16px;
		line-height: 28px;
	}

	.about-warp {
		width: 94%;
	}

	.EducationBox .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.EducationBox .right {
		width: 100%;
	}

	.subNavBox1 {
		padding: 30px 10px 0 10px;
	}


	.navContent1 .aboutBtn {
		margin: 20px 0;
	}

	.subNav1 {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.homeFbit {
		width: 100%;
		margin: 0 auto 20px;
	}

	.home_ct_Box dl {
		width: 100%;
		margin-bottom: 15px;
	}

	.banner,
	.banner .swiper-slide {
		height: 50vh;
	}

	.banner .title {
		flex-wrap: wrap;
		bottom:17%;
	}

	.banner .title img {
		width: auto;
		margin-right: 0;
		display: none;
	}

	.banner .title .text {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		display: block;
	}
	.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
		width: auto !important;
		bottom: 3%;
		right: 5%;
	}
    .banner .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
        line-height: 24px;
        font-size: 15px;
    }
}