/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

li {
	list-style: none;
}

a {
	color: #212529
}

a:hover {
	text-decoration: none;
}

p,
dl,
dt,
dd,
ul {
	margin: 0px;
	padding: 0px;
}

.p-h {
	display: none;
}

.t-c{
  text-align:center;
}

.red {
	color: red;
}

.text-secondary a {
	color: #6c757d;
}

.card,
.figure {
	margin: 15px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
}

.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0.25em !important;
	margin-bottom: 0.25em !important;
}

.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0, 0, 0, .075) !important;
}

/*上下外边距*/
.mt-6,
.my-6 {
	margin-top: 4rem !important;
}

.mt-7,
.my-7 {
	margin-top: 5rem !important;
}

.mt-8,
.my-8 {
	margin-top: 6rem !important;
}

.mt-9,
.my-9 {
	margin-top: 7rem !important;
}

.mt-10,
.my-10 {
	margin-top: 8rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 4rem !important;
}

.mb-7,
.my-7 {
	margin-bottom: 5rem !important;
}

.mb-8,
.my-8 {
	margin-bottom: 6rem !important;
}

.mb-9,
.my-9 {
	margin-bottom: 7rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 8rem !important;
}

/*上下内边距*/
.pt-6,
.mp-6 {
	padding-top: 4rem !important;
}

.pt-7,
.py-7 {
	padding-top: 5rem !important;
}

.pt-8,
.py-8 {
	padding-top: 6rem !important;
}

.pt-9,
.py-9 {
	padding-top: 7rem !important;
}

.pt-10,
.py-10 {
	padding-top: 8rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 4rem !important;
}

.pb-7,
.py-7 {
	padding-bottom: 5rem !important;
}

.pb-8,
.py-8 {
	padding-bottom: 6rem !important;
}

.pb-9,
.py-9 {
	padding-bottom: 7rem !important;
}

.pb-10,
.py-10 {
	padding-bottom: 8rem !important;
}

.pt-60 {
	padding-top: 60px;
}

/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}

.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}

.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}

.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}

/*字距*/
.ls-1 {
	letter-spacing: 1px;
}

.ls-2 {
	letter-spacing: 2px;
}

.ls-3 {
	letter-spacing: 3px;
}

.ls-4 {
	letter-spacing: 4px;
}

.ls-5 {
	letter-spacing: 5px;
}

/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

a.page-num:hover,
.page-link:hover {
	text-decoration: none;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.page-num-current:hover {
	color: #fff;
}

/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.code,
.code img {
	height: 100px;
}

.position,
.position a {
	color: #999;
}

.content {
	color: #000;
	line-height: 2;
}

.content img,
.content iframe {
	max-width: 100% !important;
}

.content li {
	list-style: disc outside none;
	margin-left: 20px;
}

/*产品轮播*/
.view {
	max-width: 500px;
}

.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.view .swiper-slide img {
	height: 100%;
}

.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}

.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}

.preview {
	position: relative;
	width: 440px;
	left: 30px;
}

.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}

.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}

.preview .active-nav {
	border: 1px solid #F00;
}

.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
	.view .swiper-slide {
		height: 200px;
	}

	.preview {
		display: none;
	}

	.view .arrow-left,
	.view .arrow-right {
		height: 200px;
		display: block;
	}
}

/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}

.online a {
	color: #666;
}

.online a:hover {
	text-decoration: none;
}

.online dl {
	background: #27a8e1;
	padding: 10px 5px;
	margin-bottom: 1px;
	position: relative;
}

.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

.online dl dd i {
	font-size: 25px;
}

.online dl:hover {
	background: #1781bd;
}

.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}

.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.online dl dt h3 i {
	margin-right: 5px;
}

.online dl dt h3 span {
	float: right;
	cursor: pointer;
}

.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}

.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
	.card-img-200 {
		height: 200px;
		overflow: hidden;
	}

	.card-img-180 {
		height: 180px;
		overflow: hidden;
	}

	.card-img-150 {
		height: 150px;
		overflow: hidden;
	}

	.card-img-120 {
		height: 120px;
		overflow: hidden;
	}

	.card-img-100 {
		height: 100px;
		overflow: hidden;
	}
}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
	.page-num {
		display: none;
	}

	.head-sm-height {
		height: 61px !important;
	}
}

/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}

.lh-2 {
	line-height: 2;
}

.lh-3 {
	line-height: 3;
}

.lh-4 {
	line-height: 4;
}

/*字体大小*/
.fs-12 {
	font-size: .857rem;
}

.fs-14 {
	font-size: 1rem;
}

.fs-16 {
	font-size: 1.142rem;
}

.fs-18 {
	font-size: 1.285rem;
}

.fs-20 {
	font-size: 1.428rem;
}

.fs-22 {
	font-size: 1.571rem;
}

.fs-24 {
	font-size: 1.714rem;
}

.fs-26 {
	font-size: 1.857rem;
}

.fs-28 {
	font-size: 2rem;
}

.fs-30 {
	font-size: 2.142rem;
}

.fs-32 {
	font-size: 2.286rem;
}

.fs-34 {
	font-size: 2.429rem;
}

.fs-36 {
	font-size: 2.571rem;
}

.fs-38 {
	font-size: 2.714rem;
}

.fs-40 {
	font-size: 2.857rem;
}

/*高度*/
.h-5px {
	height: 5px;
}

.h-10px {
	height: 10px;
}

.h-15px {
	height: 15px;
}

.h-20px {
	height: 20px;
}

.h-25px {
	height: 25px;
}

.h-30px {
	height: 30px;
}

.h-35px {
	height: 35px;
}

.h-40px {
	height: 40px;
}

.h-45px {
	height: 45px;
}

.h-50px {
	height: 50px;
}

.h-55px {
	height: 55px;
}

.h-60px {
	height: 60px;
}

.h-65px {
	height: 65px;
}

.h-70px {
	height: 70px;
}

.h-75px {
	height: 75px;
}

.h-80px {
	height: 80px;
}

.h-85px {
	height: 85px;
}

.h-90px {
	height: 90px;
}

.h-95px {
	height: 95px;
}

.h-100px {
	height: 100px;
}

.h-110px {
	height: 110px;
}

.h-120px {
	height: 120px;
}

.h-130px {
	height: 130px;
}

.h-140px {
	height: 140px;
}

.h-150px {
	height: 150px;
}

.h-160px {
	height: 160px;
}

.h-170px {
	height: 170px;
}

.h-180px {
	height: 180px;
}

.h-190px {
	height: 190px;
}

.h-200px {
	height: 200px;
}

.h-210px {
	height: 210px;
}

.h-220px {
	height: 220px;
}

.h-230px {
	height: 230px;
}

.h-240px {
	height: 240px;
}

.h-250px {
	height: 250px;
}

.h-260px {
	height: 260px;
}

.h-270px {
	height: 270px;
}

.h-280px {
	height: 280px;
}

.h-290px {
	height: 290px;
}

.h-300px {
	height: 300px;
}

.h-310px {
	height: 310px;
}

.h-320px {
	height: 320px;
}

.h-330px {
	height: 330px;
}

.h-340px {
	height: 340px;
}

.h-350px {
	height: 350px;
}

.h-360px {
	height: 360px;
}

.h-370px {
	height: 370px;
}

.h-380px {
	height: 380px;
}

.h-390px {
	height: 390px;
}

.h-400px {
	height: 400px;
}

.h-410px {
	height: 410px;
}

.h-420px {
	height: 420px;
}

.h-430px {
	height: 430px;
}

.h-440px {
	height: 440px;
}

.h-450px {
	height: 450px;
}

.h-460px {
	height: 410px;
}

.h-470px {
	height: 470px;
}

.h-480px {
	height: 480px;
}

.h-490px {
	height: 490px;
}

.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {

	/*行距*/
	.lh-sm-1 {
		line-height: 1;
	}

	.lh-sm-2 {
		line-height: 2;
	}

	.lh-sm-3 {
		line-height: 3;
	}

	.lh-sm-4 {
		line-height: 4;
	}

	/*字体大小*/
	.fs-sm-12 {
		font-size: .857rem;
	}

	.fs-sm-14 {
		font-size: 1rem;
	}

	.fs-sm-16 {
		font-size: 1.142rem;
	}

	.fs-sm-18 {
		font-size: 1.285em;
	}

	.fs-sm-20 {
		font-size: 1.428rem;
	}

	.fs-sm-22 {
		font-size: 1.571rem;
	}

	.fs-sm-24 {
		font-size: 1.714rem;
	}

	.fs-sm-26 {
		font-size: 1.857rem;
	}

	.fs-sm-28 {
		font-size: 2rem;
	}

	.fs-sm-30 {
		font-size: 2.142rem;
	}

	.fs-sm-32 {
		font-size: 2.286rem;
	}

	.fs-sm-34 {
		font-size: 2.429rem;
	}

	.fs-sm-36 {
		font-size: 2.571rem;
	}

	.fs-sm-38 {
		font-size: 2.714rem;
	}

	.fs-sm-40 {
		font-size: 2.857rem;
	}

	/*高度*/
	.h-sm-5px {
		height: 5px;
	}

	.h-sm-10px {
		height: 10px;
	}

	.h-sm-15px {
		height: 15px;
	}

	.h-sm-20px {
		height: 20px;
	}

	.h-sm-25px {
		height: 25px;
	}

	.h-sm-30px {
		height: 30px;
	}

	.h-sm-35px {
		height: 35px;
	}

	.h-sm-40px {
		height: 40px;
	}

	.h-sm-45px {
		height: 45px;
	}

	.h-sm-50px {
		height: 50px;
	}

	.h-sm-55px {
		height: 55px;
	}

	.h-sm-60px {
		height: 60px;
	}

	.h-sm-65px {
		height: 65px;
	}

	.h-sm-70px {
		height: 70px;
	}

	.h-sm-75px {
		height: 75px;
	}

	.h-sm-80px {
		height: 80px;
	}

	.h-sm-85px {
		height: 85px;
	}

	.h-sm-90px {
		height: 90px;
	}

	.h-sm-95px {
		height: 95px;
	}

	.h-sm-100px {
		height: 100px;
	}

	.h-sm-110px {
		height: 110px;
	}

	.h-sm-120px {
		height: 120px;
	}

	.h-sm-130px {
		height: 130px;
	}

	.h-sm-140px {
		height: 140px;
	}

	.h-sm-150px {
		height: 150px;
	}

	.h-sm-160px {
		height: 160px;
	}

	.h-sm-170px {
		height: 170px;
	}

	.h-sm-180px {
		height: 180px;
	}

	.h-sm-190px {
		height: 190px;
	}

	.h-sm-200px {
		height: 200px;
	}

	.h-sm-210px {
		height: 210px;
	}

	.h-sm-220px {
		height: 220px;
	}

	.h-sm-230px {
		height: 230px;
	}

	.h-sm-240px {
		height: 240px;
	}

	.h-sm-250px {
		height: 250px;
	}

	.h-sm-260px {
		height: 260px;
	}

	.h-sm-270px {
		height: 270px;
	}

	.h-sm-280px {
		height: 280px;
	}

	.h-sm-290px {
		height: 290px;
	}

	.h-sm-300px {
		height: 300px;
	}

	.h-sm-310px {
		height: 310px;
	}

	.h-sm-320px {
		height: 320px;
	}

	.h-sm-330px {
		height: 330px;
	}

	.h-sm-340px {
		height: 340px;
	}

	.h-sm-350px {
		height: 350px;
	}

	.h-sm-360px {
		height: 360px;
	}

	.h-sm-370px {
		height: 370px;
	}

	.h-sm-380px {
		height: 380px;
	}

	.h-sm-390px {
		height: 390px;
	}

	.h-sm-400px {
		height: 400px;
	}

	.h-sm-410px {
		height: 410px;
	}

	.h-sm-420px {
		height: 420px;
	}

	.h-sm-430px {
		height: 430px;
	}

	.h-sm-440px {
		height: 440px;
	}

	.h-sm-450px {
		height: 450px;
	}

	.h-sm-460px {
		height: 410px;
	}

	.h-sm-470px {
		height: 470px;
	}

	.h-sm-480px {
		height: 480px;
	}

	.h-sm-490px {
		height: 490px;
	}

	.h-sm-500px {
		height: 500px;
	}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {

	/*行距*/
	.lh-md-1 {
		line-height: 1;
	}

	.lh-md-2 {
		line-height: 2;
	}

	.lh-md-3 {
		line-height: 3;
	}

	.lh-md-4 {
		line-height: 4;
	}

	/*字体大小*/
	.fs-md-12 {
		font-size: .857rem;
	}

	.fs-md-14 {
		font-size: 1rem;
	}

	.fs-md-16 {
		font-size: 1.142rem;
	}

	.fs-md-18 {
		font-size: 1.285rem;
	}

	.fs-md-20 {
		font-size: 1.428rem;
	}

	.fs-md-22 {
		font-size: 1.571rem;
	}

	.fs-md-24 {
		font-size: 1.714rem;
	}

	.fs-md-26 {
		font-size: 1.857rem;
	}

	.fs-md-28 {
		font-size: 2rem;
	}

	.fs-md-30 {
		font-size: 2.142rem;
	}

	.fs-md-32 {
		font-size: 2.286rem;
	}

	.fs-md-34 {
		font-size: 2.429rem;
	}

	.fs-md-36 {
		font-size: 2.571rem;
	}

	.fs-md-38 {
		font-size: 2.714rem;
	}

	.fs-md-40 {
		font-size: 2.857rem;
	}

	/*高度*/
	.h-md-5px {
		height: 5px;
	}

	.h-md-10px {
		height: 10px;
	}

	.h-md-15px {
		height: 15px;
	}

	.h-md-20px {
		height: 20px;
	}

	.h-md-25px {
		height: 25px;
	}

	.h-md-30px {
		height: 30px;
	}

	.h-md-35px {
		height: 35px;
	}

	.h-md-40px {
		height: 40px;
	}

	.h-md-45px {
		height: 45px;
	}

	.h-md-50px {
		height: 50px;
	}

	.h-md-55px {
		height: 55px;
	}

	.h-md-60px {
		height: 60px;
	}

	.h-md-65px {
		height: 65px;
	}

	.h-md-70px {
		height: 70px;
	}

	.h-md-75px {
		height: 75px;
	}

	.h-md-80px {
		height: 80px;
	}

	.h-md-85px {
		height: 85px;
	}

	.h-md-90px {
		height: 90px;
	}

	.h-md-95px {
		height: 95px;
	}

	.h-md-100px {
		height: 100px;
	}

	.h-md-110px {
		height: 110px;
	}

	.h-md-120px {
		height: 120px;
	}

	.h-md-130px {
		height: 130px;
	}

	.h-md-140px {
		height: 140px;
	}

	.h-md-150px {
		height: 150px;
	}

	.h-md-160px {
		height: 160px;
	}

	.h-md-170px {
		height: 170px;
	}

	.h-md-180px {
		height: 180px;
	}

	.h-md-190px {
		height: 190px;
	}

	.h-md-200px {
		height: 200px;
	}

	.h-md-210px {
		height: 210px;
	}

	.h-md-220px {
		height: 220px;
	}

	.h-md-230px {
		height: 230px;
	}

	.h-md-240px {
		height: 240px;
	}

	.h-md-250px {
		height: 250px;
	}

	.h-md-260px {
		height: 260px;
	}

	.h-md-270px {
		height: 270px;
	}

	.h-md-280px {
		height: 280px;
	}

	.h-md-290px {
		height: 290px;
	}

	.h-md-300px {
		height: 300px;
	}

	.h-md-310px {
		height: 310px;
	}

	.h-md-320px {
		height: 320px;
	}

	.h-md-330px {
		height: 330px;
	}

	.h-md-340px {
		height: 340px;
	}

	.h-md-350px {
		height: 350px;
	}

	.h-md-360px {
		height: 360px;
	}

	.h-md-370px {
		height: 370px;
	}

	.h-md-380px {
		height: 380px;
	}

	.h-md-390px {
		height: 390px;
	}

	.h-md-400px {
		height: 400px;
	}

	.h-md-410px {
		height: 410px;
	}

	.h-md-420px {
		height: 420px;
	}

	.h-md-430px {
		height: 430px;
	}

	.h-md-440px {
		height: 440px;
	}

	.h-md-450px {
		height: 450px;
	}

	.h-md-460px {
		height: 410px;
	}

	.h-md-470px {
		height: 470px;
	}

	.h-md-480px {
		height: 480px;
	}

	.h-md-490px {
		height: 490px;
	}

	.h-md-500px {
		height: 500px;
	}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {

	/*行距*/
	.lh-lg-1 {
		line-height: 1;
	}

	.lh-lg-2 {
		line-height: 2;
	}

	.lh-lg-3 {
		line-height: 3;
	}

	.lh-lg-4 {
		line-height: 4;
	}

	/*字体大小*/
	.fs-lg-12 {
		font-size: .857rem;
	}

	.fs-lg-14 {
		font-size: 1rem;
	}

	.fs-lg-16 {
		font-size: 1.142rem;
	}

	.fs-lg-18 {
		font-size: 1.285rem;
	}

	.fs-lg-20 {
		font-size: 1.428rem;
	}

	.fs-lg-22 {
		font-size: 1.571rem;
	}

	.fs-lg-24 {
		font-size: 1.714rem;
	}

	.fs-lg-26 {
		font-size: 1.857rem;
	}

	.fs-lg-28 {
		font-size: 2rem;
	}

	.fs-lg-30 {
		font-size: 2.142rem;
	}

	.fs-lg-32 {
		font-size: 2.286rem;
	}

	.fs-lg-34 {
		font-size: 2.429rem;
	}

	.fs-lg-36 {
		font-size: 2.571rem;
	}

	.fs-lg-38 {
		font-size: 2.714rem;
	}

	.fs-lg-40 {
		font-size: 2.857rem;
	}

	/*高度*/
	.h-lg-5px {
		height: 5px;
	}

	.h-lg-10px {
		height: 10px;
	}

	.h-lg-15px {
		height: 15px;
	}

	.h-lg-20px {
		height: 20px;
	}

	.h-lg-25px {
		height: 25px;
	}

	.h-lg-30px {
		height: 30px;
	}

	.h-lg-35px {
		height: 35px;
	}

	.h-lg-40px {
		height: 40px;
	}

	.h-lg-45px {
		height: 45px;
	}

	.h-lg-50px {
		height: 50px;
	}

	.h-lg-55px {
		height: 55px;
	}

	.h-lg-60px {
		height: 60px;
	}

	.h-lg-65px {
		height: 65px;
	}

	.h-lg-70px {
		height: 70px;
	}

	.h-lg-75px {
		height: 75px;
	}

	.h-lg-80px {
		height: 80px;
	}

	.h-lg-85px {
		height: 85px;
	}

	.h-lg-90px {
		height: 90px;
	}

	.h-lg-95px {
		height: 95px;
	}

	.h-lg-100px {
		height: 100px;
	}

	.h-lg-110px {
		height: 110px;
	}

	.h-lg-120px {
		height: 120px;
	}

	.h-lg-130px {
		height: 130px;
	}

	.h-lg-140px {
		height: 140px;
	}

	.h-lg-150px {
		height: 150px;
	}

	.h-lg-160px {
		height: 160px;
	}

	.h-lg-170px {
		height: 170px;
	}

	.h-lg-180px {
		height: 180px;
	}

	.h-lg-190px {
		height: 190px;
	}

	.h-lg-200px {
		height: 200px;
	}

	.h-lg-210px {
		height: 210px;
	}

	.h-lg-220px {
		height: 220px;
	}

	.h-lg-230px {
		height: 230px;
	}

	.h-lg-240px {
		height: 240px;
	}

	.h-lg-250px {
		height: 250px;
	}

	.h-lg-260px {
		height: 260px;
	}

	.h-lg-270px {
		height: 270px;
	}

	.h-lg-280px {
		height: 280px;
	}

	.h-lg-290px {
		height: 290px;
	}

	.h-lg-300px {
		height: 300px;
	}

	.h-lg-310px {
		height: 310px;
	}

	.h-lg-320px {
		height: 320px;
	}

	.h-lg-330px {
		height: 330px;
	}

	.h-lg-340px {
		height: 340px;
	}

	.h-lg-350px {
		height: 350px;
	}

	.h-lg-360px {
		height: 360px;
	}

	.h-lg-370px {
		height: 370px;
	}

	.h-lg-380px {
		height: 380px;
	}

	.h-lg-390px {
		height: 390px;
	}

	.h-lg-400px {
		height: 400px;
	}

	.h-lg-410px {
		height: 410px;
	}

	.h-lg-420px {
		height: 420px;
	}

	.h-lg-430px {
		height: 430px;
	}

	.h-lg-440px {
		height: 440px;
	}

	.h-lg-450px {
		height: 450px;
	}

	.h-lg-460px {
		height: 410px;
	}

	.h-lg-470px {
		height: 470px;
	}

	.h-lg-480px {
		height: 480px;
	}

	.h-lg-490px {
		height: 490px;
	}

	.h-lg-500px {
		height: 500px;
	}
}


/* 2023.11.30 */

.container-fluid {
	/* max-width: 1920px; */
	padding-left: 150px;
	padding-right: 150px;
}

.max-w-a {
	max-width: 100%;
}

.navbar {
	background: rgba(0, 0, 0, 0);
	display: block;
	padding: 0;
	transition: .5s;

}

.navbar .logo-b {
	display: none;
}

.navbar .logo-w {
	display: block;
}


.nav-top {
	background: rgba(0, 0, 0, 0.2);
	height: 44px;
	line-height: 44px;
}

.dflex {
	display: flex;
}

.color-white {
	color: #fff;
}

.color-white a {
	color: #fff;
}

.nav-top p {
	color: #fff;
}

.nav-top-right a {
	color: #fff;
	margin-right: 25px;
	font-size: 14px;
}

.nav-top-right a:last-child {
	margin-right: 0;
}

.change-lan a {
	margin-right: 0;
}

.nav-wrap {
	padding-top: 10px;
	padding-bottom: 30px;
}

.navbar::after {
	content: '';
	background: linear-gradient(to bottom, rgba(0, 0, 0, .65), transparent);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	transition: .5s;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #14AA64;
}

.navbar-nav li:last-child a {
	/* padding-right: 0 !important; */
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #14AA64;
}

.swiper-wrapper {
	height: 100vh;
}

.swiper-container {
	height: 100vh;
	position: relative;
}

.navbar-active {
	background: #fff;
}

.navbar-active .nav-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-active.navbar::after {
	content: none;
}

.navbar-active .navbar-nav .nav-link {
	color: #111;
	font-size: 16px;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav-link {
	padding-top: 10px;
	padding-bottom: 10px;
}

.swiper-slide img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

.swiper-text {
	position: absolute;
	z-index: 999;
	/* top: 50%; */
	top:80%;
	text-align: center;
	left: 50%;
	transform: translate(-50%);
	width: 100%
}

.swiper-text p {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
}

.swiper-text .en-introduce {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

.swiper-text img {
	width: 30px;
	margin-top: 20px;
}

.swiper-slide a {
	display: block;
	text-align: center;

}

.swiper-slide a:hover {
	color: #08443b;
}

.department {
	overflow: hidden;
	width: 100%;
	clear: both;
}

.department ul li {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 700px;
}

.department ul li:nth-child(1) {
	background-image: url(../images/department1.jpg);
}

.department ul li:nth-child(2) {
	background-image: url(../images/department2.jpg);
}

.department ul li:nth-child(3) {
	background-image: url(../images/department3.jpg);
}

.department ul li:nth-child(4) {
	background-image: url(../images/department4.jpg);
}

.department_mid {
	position: relative;
	z-index: 10;
	margin: 0 15%;
	width: 100%;
}

.department ul li:before {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
}

.department_mid_1 {
	margin-top: 80px;
	height: 60px;
}

.department_mid_2 {
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0px;
	position: relative;
}

.department_mid_2:before {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 3px;
	margin-left: -15px;
	background-color: #fff;
}

.department_mid_3 {
	line-height: 32px;
	color: #e0e0e0;
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.department_mid_4 a {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	opacity: 0;
	border-radius: 40px;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: inline-block;
	background-color: #fff;
	width: 176px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #149369
}

.department ul li:hover:before {
	background-color: #008d5e;
	opacity: .9;
}

.department ul li:hover .department_mid_4 a {
	opacity: 1;
}

.department ul li:hover .department_mid_2:before {
	background-color: #fff;
}

.about-wrap {
	margin-top: -240px;
	background: #fff;
	position: relative;
	z-index: 99;
	border-radius: 5px;
	padding: 100px;
}

.main-title p {
	font-size: 48px;
	text-align: center;
	font-weight: 700;
}

.about-box {
	margin-top: 50px;
	position: relative;
}

.about-left img {
	width: 100%;
	border-radius: 5px;
}

.about-right p {
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #111;
	text-indent: 2em;
}

.main-title .main-title-en {
	color: #999;
	font-size: 20px;
	font-weight: 400;
}

.about-right a {
	display: inline-block;
	border: 3px solid #0A5046;
	padding: 15px 100px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 40px;
}

.logo-pr {
	position: absolute;
	right: 20px;
	top: 50px;
	width: 200px;
}

.about-img {
	margin-top: 50px;
}

.about-img img {
	width: 30%;
	border-radius: 5px;
	margin-right: 3%;
}


.about-img img:last-child {
	margin-right: 0;
}

.calendar-wrap {
	background: #0A5046;
	margin-top: 30px;
}

.calendar-left {
	background: #08443b;
	padding: 100px 30px;
	height: 100%;
}

.calendar-title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.calendar-left-box {
	margin-top: 20px;
	color: #fff;
}

.calendar-date {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.calendar-t {
	display: inline-block;
	font-size: 18px;
	line-height: 2;
	overflow: hidden;
	/*超出部分隐藏*/
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出部分文字以...显示*/
	color: #fff;
	width: 100%;
}

.calendar-date-day {
	font-size: 14px;
	color: #fff;
}

.calendar-date-year {
	font-weight: 700;
	font-size: 16px;
}


.calendar-list {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
}

.calendar-list:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.calendar-right {
	padding: 100px 0;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.calendar-title .more {
	font-size: 18px;
	color: #fff;
}

.active-box {
	margin-top: 20px;
	width: 100%;
}

.active-list {}

.active-list:last-child {}

.active-list img {
	width: 100%;
}

.active-title {
	margin-top: 15px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.active-msg {
	margin-top: 10px;
	font-size: 12px;
	color: #e5e5e5;
	font-weight: 300;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.active-date {
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
}

.calendar-right .logo-pr {
	top: 400px;
}

.edu-story {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fafafa;
}

.story-btn {
	display: inline-block;
	border: 3px solid #0A5046;
	padding: 15px 100px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 40px;
	text-align: center;
}

.center {
	text-align: center;
}


.story-list {
	background: #FFFFFF;
	overflow: hidden;
	margin-top: 50px;
}

.story-img-wrap {
	width: 100%;
	max-height: 300px;
	overflow: hidden;
}

.story-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.story-list:hover img {
	transform: scale(1.1);
}

.story-message {
	padding: 20px;
	min-height: 165px;
}

.story-title {
	font-size: 18px;
	font-weight: 700;
}

.story-dec {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #111;
}

.story-b {
	display: inline-block !important;
	font-weight: 700;
	padding: 5px 10px;
	letter-spacing: 2px;
	background: #f0f0f0;
	color: #8F8F8F;
}

.values-wrap {
	background-image: url(../images/values-bg.jpg);
	background-attachment: fixed;
	/* height: 500px; */
}

.values-box {
	padding-top: 300px;
	padding-bottom: 100px;
}

.values-title {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}

.values-message {
	font-size: 18px;
	letter-spacing: 1px;
	display: block;
	width: 700px;
	color: #fff;
	margin-top: 20px;
	line-height: 1.8;
}

.values-btn {
	display: inline-block;
	border: 3px solid #fff;
	padding: 15px 100px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 40px;
	text-align: center;
	color: #fff;
}

.enter {
	color: #fff;
	text-align: center;
	overflow: hidden;
	clear: both;
	padding-bottom: 155px;
	padding-top: 144px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/gr-bg.jpg);
}

.enter_mid {
	margin: 0 10%;
}

.enter_mid_1 span {
	position: relative;
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	padding: 0 17px;
	letter-spacing: 10px;
}

.enter_mid_1 span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 15%;
	height: 70%;
	background-color: #fff;
	width: 2px;
}

.enter_mid_1 span:nth-child(1):after {
	display: none
}

.enter_mid_2 {
	font-size: 60px;
	margin-top: 25px;
	margin-bottom: 33px;
}

.enter_mid_3 ul li {
	display: inline-block;
	padding: 0 48px;
	position: relative;
}

.enter_mid_3_1 span {
	position: relative;
	line-height: 90px;
	font-size: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}

.enter_mid_3_1 span i {
	font-size: 18px;
}

.enter_mid_3_2 {
	font-size: 24px;
}

.enter_mid_3 ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 5%;
	height: 90%;
	background-color: #fff;
	width: 1px;
}

.enter_mid_3 ul li:nth-child(1):after {
	display: none
}

.enter_mid_3 {
	margin-bottom: 65px;
}

.enter_mid_4 a {
	display: inline-block;
	border: 3px solid #fff;
	padding: 15px 100px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.enter_mid_4 a:hover {
	background-color: #fff;
	color: #0b8e5f
}


.recruit {
	position: relative;
}

.recruitsh {
	position: absolute;
	width: 100%;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.recruitul {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.recruitimg {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.recruitimg img {
	width: 100%;
}

.recruitli a {
	background: transparent;
	display: block;
	padding: 30px 100px;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.36s;
	flex-direction: column;
}

.recruitli a:hover {
	background: #08443b;
}

.recruitli a p {
	position: relative;
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}

.footer {
	padding-top: 60px;
	padding-bottom: 20px;
}

.footer-left {
	display: flex;
}

.footer-logo img {
	margin-bottom: 10px;
}

.footer-logo p {
	color: #111;
	font-size: 14px;
	margin-top: 10px;
}

.footer-nav {
	margin-left: 140px;
}

.footer-item {
	margin-bottom: 10px;
}

.footer-link {
	font-size: 16px;
	color: #111;
}

.footer-top {
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding-bottom: 25px;
	display: flex;
	justify-content: space-between;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.footer-bottom-left {
	display: flex;
	color: #848484;
    flex-wrap: wrap;
}

.footer-bottom-left ul {
	display: flex;
}

.footer-bottom-left ul li {
	margin-right: 10px;
}

.footer-bottom-left ul li a {
	color: #848484;
}

.footer-bottom-right {
	color: #848484;
    display: flex;
}

.footer-right img {
	width: 37px;
	height: auto;
	margin-left: 20px;
}

.footer-right {}

.jumbotron {
	height: 100vh;
	margin-bottom: 0;
}

footer ul li {
	font-size: 14px;
}

footer ul li a {
	line-height: 14px;
}

.jumbotron-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	z-index: 3;
}

.jumbotron-wrap h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	position: relative;
	z-index: 3;
	letter-spacing: 4px;
	margin-bottom: 10px;
}

.jumbotron-wrap::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 2;
	top: 0;
	left: 0;
}

.p-text a {
	font-size: 18px;
	color: #fff;
	z-index: 3;
}

.p-text {
	z-index: 3;
}

.jumbotron-wrap img {
	z-index: 3;
	width: 30px;
}

.subname {
	text-align: center;
	margin: 20px 0;
	color: #fff;
	z-index: 3;
	line-height: 2;
	font-size: 18px;
}

.banner-bottom {
	padding-left: 100px;
	padding-right: 100px;
	z-index: 3;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
	text-align: center;
	align-items: center;
}

.banner-bottom a {
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	font-weight: 700;
	transition: .5s;
}

.banner-bottom a:hover {
	color: #14AA64;
}

/* .n-about {
	display: flex;
	align-items: center;
	background: #08443b;
} */
.n-about {
	display: flex;
	align-items: center;
	background: #08443b;
}
.n-about-left {
	width: 50%;
	position: relative;
}

.n-about-left::before {
	content: '';
	z-index: 4;
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .81), transparent);
}

.n-about-left img {
	width: 100%;
}

.n-about-right {
	width: 50%;
	padding: 50px 100px;
}

.n-about-right p {
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 300;
	/* margin-left: 50px; */
}

.n-about-right a {
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	margin-top: 20px;
	display: block;
}

.n-about-right .a-title {
	font-size: 48px;
	margin-bottom: 40px;
	font-weight: 700;
	margin-left: 0;
}

.a-title-en {
	font-size: 18px;
	font-weight: 400;
	margin-left: 0 !important;
	display: block;
	margin-top: 20px;
}

.n-xz {
	background: #242223;
}

.n-xz .n-about-right {}

.n-idea {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fafafa;
}

.n-id-list {
	/* background: #fff; */
	background: #08443b;
	text-align: center;
	padding: 40px 40px;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .02);
	margin-bottom: 25px;
	/*min-height: 262px;*/
	min-height: 300px;
}

.n-idea-wrap {
	margin-top: 20px;
}

.n-id-list:nth-child(3n) {}

.n-id-list img {
	/*width: 80px;*/
	/*height: 80px;*/
}

.n-id-list-t {
	/*font-size: 20px;*/
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 15px;
	/* color: #111; */
	color: #fafafa;
}

.n-id-list-p {
	/*font-size: 14px;*/
	font-size: 12px;
	/* color: #999; */
	color: #fafafa;
}

.n-team {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
	overflow: hidden;
}



#hero-slides {
	margin-top: 20px;
	position: relative;
}

#hero-slides #header {
	height: 12vh;
	line-height: 12vh;
	padding: 0 3vw;
	position: relative;
}

#hero-slides #header #logo {
	font-size: 2.5vh;
	font-style: italic;
}

#hero-slides #header #logo:before {
	content: 'The';
	text-transform: uppercase;
	font-weight: 100;
	margin-right: 0.4em;
}

#hero-slides #header #logo:after {
	content: 'Wall';
	text-transform: uppercase;
	font-weight: 800;
}

#hero-slides #header #menu {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	padding: 0 3vw;
}

#hero-slides #header #menu:before {
	font-size: 1.75vh;
	content: 'Play Demo';
	margin-right: 0.5em;
	text-transform: uppercase;
}

#hero-slides #header #menu #hamburger {
	display: inline-block;
}

#hero-slides #header #menu #hamburger .slice {
	background: white;
	height: 0.2vh;
	width: 1vw;
}

#hero-slides #header #menu #hamburger .slice:not(:last-child) {
	margin-bottom: 0.5vh;
}

#hero-slides #slides-cont {
	position: relative;
	--button-height: 6vh;
	--button-spacing: 0.2vh;
}

#hero-slides #slides-cont .button {
	width: 2vw;
	height: 10vh;
	background: #08443b;
	position: absolute;
	right: 0;
	top: 30vh;
	z-index: 100;
	cursor: pointer;
}

#hero-slides #slides-cont .button:before,
#hero-slides #slides-cont .button:after {
	line-height: 9vh;
	position: absolute;
	margin-left: -0.4vw;
	pointer-events: none;
	-webkit-transform: scale(0.75, 1.5);
	transform: scale(0.75, 1.5);
	transition: 125ms ease-in-out;
	color: #fff;
}

#hero-slides #slides-cont .button:before {
	left: 50%;
}

#hero-slides #slides-cont .button:after {
	opacity: 0;
}

#hero-slides #slides-cont .button:hover:before,
#hero-slides #slides-cont .button:hover:after {
	transition: 250ms ease-in-out;
}

#hero-slides #slides-cont .button:hover:before {
	opacity: 0;
}

#hero-slides #slides-cont .button:hover:after {
	left: 50% !important;
	opacity: 1;
}

#hero-slides #slides-cont #next {
	left: -30px;
	opacity: calc(1 - var(--page));
	transition: 500ms opacity;
	transform: translateY(100%);
	margin-top: calc(-1 * (var(--button-height) + var(--button-spacing)));
}

#hero-slides #slides-cont #next:before,
#hero-slides #slides-cont #next:after {
	content: '<';
}

#hero-slides #slides-cont #next:after {
	left: 30%;
}

#hero-slides #slides-cont #next:hover:before {
	left: 70%;
}

#hero-slides #slides-cont #prev {
	margin-top: var(--button-spacing);
	opacity: calc(var(--page) + 0);
	transition: 500ms opacity;
	right: 0;

}

#hero-slides #slides-cont #prev:before,
#hero-slides #slides-cont #prev:after {
	content: '>';
}

#hero-slides #slides-cont #prev:after {
	left: 70%;
}

#hero-slides #slides-cont #prev:hover:before {
	left: 30%;
}

#hero-slides #slides-cont #next-catch,
#hero-slides #slides-cont #prev-catch {
	width: 10vw;
	height: 76vh;
	position: absolute;
	top: 0;
	z-index: 90;
}

#hero-slides #slides-cont #next-catch {
	right: 0;
}

#hero-slides #slides-cont #prev-catch {
	left: 0;
}

#hero-slides #slides {
	width: 100%;
	font-size: 0;
	-webkit-transform: translate3D(calc(var(--page) * -80vw), 0, 0);
	transform: translate3D(calc(var(--page) * -80vw), 0, 0);
	transition: 1500ms -webkit-transform cubic-bezier(0.7, 0, 0.3, 1);
	transition: 1500ms transform cubic-bezier(0.7, 0, 0.3, 1);
	transition: 1500ms transform cubic-bezier(0.7, 0, 0.3, 1), 1500ms -webkit-transform cubic-bezier(0.7, 0, 0.3, 1);
}

#hero-slides #slides .slide {
	display: inline-block;
	vertical-align: top;
	font-size: 1.5vw;
	width: 14.5%;
	margin: 0 1%;
	background: #101419;
	color: white;
	background-size: cover;
	background-position: center;
	white-space: normal;
	word-break: break-word;
	position: relative;
	height: 360px;
	margin-bottom: 20px;
}

#hero-slides #slides .slide:before {
	content: '';
	display: block;
	background: linear-gradient(180deg, rgba(86, 97, 108, 0) 0%, rgba(33, 52, 69, 0.7) 100%);
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#hero-slides #slides .slide .number {
	position: absolute;
	top: 1em;
	left: 1em;
	-webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.5));
	color: #fff;
}

#hero-slides #slides .slide .number,
#hero-slides #slides .slide .number:before,
#hero-slides #slides .slide .number:after {
	vertical-align: middle;
}

#hero-slides #slides .slide .number:before,
#hero-slides #slides .slide .number:after {
	display: inline-block;
	content: '';
	height: 0.133em;
	margin-top: -0.2em;
	background: white;
}

#hero-slides #slides .slide .number:before {
	width: 0;
	margin-left: 0;
}

#hero-slides #slides .slide .number:after {
	width: 3em;
	margin-left: 1em;
}

#hero-slides #slides .slide .body {
	position: absolute;
	bottom: 1em;
	left: 1em;
	right: 1em;
}

#hero-slides #slides .slide .location,
#hero-slides #slides .slide .headline {
	position: relative;
	bottom: 0;
	cursor: default;
	color: #fff;
}

#hero-slides #slides .slide:before,
#hero-slides #slides .slide .number:before,
#hero-slides #slides .slide .number:after,
#hero-slides #slides .slide .location,
#hero-slides #slides .slide .headline,
#hero-slides #slides .slide .link {
	transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

#hero-slides #slides .slide .location {
	font-weight: 100;
	transition-delay: 60ms;
	font-size: 16px;
	bottom: 0;
}

#hero-slides #slides .slide .headline {
	font-size: 20px;
	font-weight: 900;
	transition-delay: 50ms;
	bottom: 0px;
}

#hero-slides #slides .slide .link {
	display: none;
	background: #1d433b;
	padding: 0.5em 1.25em;
	font-size: 16px;
	line-height: 2;
	opacity: 1;
	position: absolute;
	bottom: 0;
	pointer-events: none;
	transition-delay: 25ms;
	overflow: hidden;
	color: #fff;
}

#hero-slides #slides .slide.hover:before,
#hero-slides #slides .slide:hover:before {
	opacity: 1;
}

#hero-slides #slides .slide.hover:before,
#hero-slides #slides .slide.hover .number:before,
#hero-slides #slides .slide.hover .number:after,
#hero-slides #slides .slide.hover .location,
#hero-slides #slides .slide.hover .headline,
#hero-slides #slides .slide.hover .link,
#hero-slides #slides .slide:hover:before,
#hero-slides #slides .slide:hover .number:before,
#hero-slides #slides .slide:hover .number:after,
#hero-slides #slides .slide:hover .location,
#hero-slides #slides .slide:hover .headline,
#hero-slides #slides .slide:hover .link {
	transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
}

#hero-slides #slides .slide.hover .number:before,
#hero-slides #slides .slide:hover .number:before {
	width: 3em;
	margin-right: 1em;
}

#hero-slides #slides .slide.hover .number:after,
#hero-slides #slides .slide:hover .number:after {
	width: 0;
	margin-right: 0;
}



#hero-slides #slides .slide.hover .link,
#hero-slides #slides .slide:hover .link {
	bottom: 0;
	opacity: 1;
	transition-delay: 250ms;
	pointer-events: auto;
	color: #fff;
}

@media (min-width: 1200px) and (max-width: 1699px) {
	body {
		--slides-per-page: 3;
	}

	#hero-slides #slides .slide {
		font-size: 1vw;
	}
}

@media (min-width: 1700px) {
	body {
		--slide-per-age: 4;
	}

	#hero-slides #slides .slide {
		font-size: 0.75vw;
	}
}

.n-news {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #ededed;
}

.n-news-list {
	background: #FFFFFF;
	overflow: hidden;
}

.n-news-img-wrap {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.n-news-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.n-news-list:hover img {
	transform: scale(1.1);
}

.n-news-message {
	padding: 15px;
	text-align: left;
}

.n-news-message a {
	text-align: left !important;
}

.n-news-title {
	font-size: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	width: 100%;
	/* display: block; */
}

.n-news-dec {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #111;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.re-more {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	margin-top: 10px;
}

.n-pages .department ul li {
	height: 500px;
}


.n-facilities {
	padding-top: 50px;
	padding-bottom: 30px;
	background: #fafafa;
}



.n-facilities .swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	height: auto;
}

.n-facilities .swiper-container-no-flexbox .swiper-slide {
	float: left
}

.n-facilities .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.n-facilities .swiper-wrapper {
	position: relative;
	width: 10%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.n-facilities .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.n-facilities .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 50%;
	height: 100%;
	position: relative;
	padding: 0;
}

.n-facilities .swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 50px;
	margin-top: -25px;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.n-facilities .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.n-facilities .swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.n-facilities .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
	margin: 0 5px;
	cursor: pointer;
}

.n-facilities .swiper-slide:hover {}

.banner-box {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.n-facilities .swiper-container {
	width: 100%;
	margin: 12px 0;
}

.n-facilities .swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: scale(.8);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
	height: auto;
}

.n-facilities .swiper-slide p {
	font-size: 16px;
	margin-top: 20px;
}

.n-facilities .swiper-slide-active,
.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.n-facilities .swiper-slide img {
	width: 100%;
	display: block;
	height: auto;
	border-radius: 10px;
}

.n-facilities .swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}

.n-facilities .swiper-pagination-bullet-active {
	opacity: 1;
	background: rgba(0, 0, 0, .8);
}

.n-news-list .n-news-b {
	opacity: 0;
	transition: .5s;
	font-size: 14px;
}

.n-news-list:hover .n-news-b {
	opacity: 1;
}

.n-news-list .n-news-b:hover {
	color: #08443b;
}

.n-news-btn {
	display: inline-block;
	border: 2px solid #333;
	padding: 7px 50px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin: 20px auto 0;
	transition: .5s;
}

.n-news-btn:hover {
	background: #08443b;
	color: #fff;
	border-color: #08443b;
}

.t-c {
	text-align: center;
}

.story-wrap .swiper-pagination {
	display: none;
}

@media screen and (max-width: 668px) {
	.n-facilities .swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}

	.n-facilities .swiper-pagination-bullet-active {
		opacity: 1;
		background: rgba(0, 0, 0, .8);
	}
}

.banner-arrow div:hover {
	background-color: #4a4a4a;
}

.n-facilities .swiper-button-prev {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
	left: 10px;
}

.n-facilities .swiper-button-next {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
}

.banner-top {
	padding-top: 3.730928444707274%;
}

.banner-title {
	padding: 5px 0;
}

.banner-title h1 {
	text-align: center;
	letter-spacing: 5px;
	font-size: 45px;
	font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
	font-weight: normal;
	color: rgb(68, 68, 68);
	padding-bottom: 14px;
}

.banner-text {
	text-align: center;
}

.banner-text p {
	font: 15px/1.5 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB", Arial, "Microsoft YaHei", "å¾®è½¯é›…é»‘", "STHeiti", "WenQuanYi Micro Hei", 'PingFang SC', SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	color: rgb(68, 68, 68);
}

.banner-top-one {
	padding-top: 3.311649911295092%;
}

.banner-button {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.banner-button a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: auto;
	width: auto;
	line-height: 100%;
	padding: 15px 32px;
	position: relative;
}

.banner-button-btn {
	color: #fff;
	font-weight: 400;
	margin: 0;
	line-height: 1.8em;
	font-size: 16px;
	font-family: 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB", Arial, "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", 'PingFang SC', SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #69ca72 !important;
	border-radius: 100px;
}

.banner-button-btn {
	background: #cedad0;
	display: inline-block;
	-webkit-transition: border-color .4s, color .4s;
	-moz-transition: border-color .4s, color .4s;
	transition: border-color .4s, color .4s;
	border: 0;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.banner-button-btn,
.banner-button-btn::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}

.banner-button-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background: #1a7c29;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	-moz-transform: scale3d(0.7, 1, 1);
	-ms-transform: scale3d(0.7, 1, 1);
	-o-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-moz-transition: -moz-transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}

.banner-button-btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.facilities-wrap {
	margin-top: 20px;
}

.n-hd {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/dhbg.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.n-hd .main-title p {
	color: #fff;
}


.n-st {
	padding-top: 30px;
	padding-bottom: 40px;
	background: #fafafa;
}

.n-news-box {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fafafa;
}

.school-news-title {
	font-size: 24px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.school-news-title img {
	height: 30px;
	margin-right: 5px;
}

.aic {
	align-items: center;
}

.n-news-box .time {
	margin-top: 5px;
	margin-bottom: 5px;
}

.n-news-box .n-news-b {

	display: block;
	color: #08443b;
}

.news-c {
	margin-top: 19px;
}

.news-c-list {
	display: flex;
	align-items: center;
	margin-bottom: 19px;
	overflow: hidden;
	height: 88px;
}

.news-c-list:last-child {
	margin-bottom: 0;
}

.news-c-list img {
	width: 24%;
	height: 100px;
}

.news-c-list .n-news-message {
	padding-top: 0;
	padding-bottom: 0;
	min-height: auto;
}

.school-news-title-more {
	font-size: 14px;
	border: 2px solid #08443b;

	display: inline-block;
	padding: 7px 50px;
	font-weight: 700;
	text-align: right;

	transition: .5s;
}

.bk-box {
	background: url(../images/bkbg.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.color-w {
	color: #fff;
}

.bk-box .school-news-title-more {
	color: #fff;
	border-color: #fff;
}

.learn-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-top: 40px;
	text-align: center;
	color: #fff;
}

.learn-btn:hover {
	color: #fff;
}

.nav-top p {
	font-size: 14px;
}

.nav-top-right a {}

.text-black {
	color: #333;
}

.text-black p {
	color: #333;
}

.text-black a {
	color: #333;
}

.text-black a:hover {
	color: #333;
}

.bg-grey {
	background: #e1e1e1;
}

.join-list__full {
	margin-top: 20px;
}

.n-qa {
	margin-top: 50px;
	margin-bottom: 50px;
}


.join-list__full li {
	padding: 20px 10px 20px 30px;
	border: 1px solid #eee;

	transition: .2s;
	border-bottom: 0;
}

.join-list__full li:last-child {
	border-bottom: 1px solid #eee;
}

.join-list__full li:hover {
	background: #f9f9f9;
}

.jl-title {
	cursor: pointer;
	padding-right: 30px;
	position: relative;
	letter-spacing: 1px;
	display: flex;
	justify-content: space-between;
}

.jl-title span {
	font-size: 18px;
	margin-bottom: 20px;
	display: inline-block;
	font-weight: 300;
}

.jl-title p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #000;
}

.jl-title p:first-child {
	width: 80%;
}

.jl-inner {
	margin-top: 10px;
	line-height: 2;
	color: #999;
	padding: 10px;
}

.jl-inner h4 {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 16px;
}

.jl-title i {
	-webkit-transition: transform .4s;
	transition: transform .4s;
	font-size: 12px;
	color: rgba(17, 17, 17, 0.8);

	display: block;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	font-size: 20px;
}

.jl-inner>div {
	color: #373737;
	font-weight: 300;
}

.active-list .active-list-img {
	height: 190px;
}

.active-list .active-list-img img {
	transition: .5s;
}

.active-list .active-list-img {
	overflow: hidden;
}

.active-list:hover .active-list-img img {
	transform: scale(1.1);
}

.enter {
	padding-bottom: 50px;
	padding-top: 50px;
}

.recruitli a {
	padding: 50px 100px;
}

.main-title {
	position: relative;
}

.more-btn {
	position: absolute;
	right: 0;
	top: 30px;
	font-weight: 700;
}

.story-b:hover {
	color: #14AA64;
}

.more-btn:hover {
	color: #14AA64;
}

.department-wrap {
	padding: 50px 0 30px;
	background: #fafafa;
}

.department {
	margin-top: 20px;
	overflow: auto;
	padding: 0 60px 20px;
}

.department .swiper-slide img {
	height: 600px;
}

.department ul li {
	background: none !important;
}

.department ul li:before {
	content: none
}

.department ul li img {
	width: 100%;
}

.department_mid {
	background: #fff;
	margin: -20% 5%;
	transition: .5s;
	text-align: center;
}

.department_mid_2 {
	font-size: 20px;
	color: #fff;
	transition: .5s;
	padding: 20px;
}

.department_mid_3 {
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	transition: .5s;
	text-align: center;
}

.department ul li {
	height: auto;
	width: 24%;
	margin-right: 1%;
}

.calendar-wrap {
	margin-top: 0;
}

.department .swiper-slide:hover .department_mid {
	background: rgba(8, 68, 59, .9);
}

.department .swiper-slide:hover .department_mid .department_mid_2 {
	color: #fff;
}

.department .swiper-slide:hover .department_mid .department_mid_3 {
	color: #fff;
}

.swiper-wrapper {}

.story-wrap {
	overflow: hidden;
	position: relative;
}

.story-wrap .swiper-slide {
	text-align: left;
	/* 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.9);
}

.story-wrap .swiper-button-next,
.story-wrap .swiper-button-prev {
	display: none;
}

.story-wrap .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.department ul li {
	display: inline-block;
	float: none;
	width: 24%;
	margin-right: .5%;
}

.department_mid {
	padding-bottom: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.department {
	padding-bottom: 20px;
	position: relative;
}

.department .swiper {
	height: 400px;
}

.department .swiper .swiper-slide img {
	height: 100%;
}

.department_mid a {
	font-size: 12px;
	color: #14AA64;
	background: #fff;
	padding: 5px 20px;
	border-radius: 100px;
}

.swiper-container-department {
	overflow: hidden;
	position: relative;
}

.department .swiper-button-prev {
	background: url(../images/left.png) no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
}

.department .swiper-button-next {
	background: url(../images/right.png) no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
}

.swiper-container-active {
	width: 100%;

}

.swiper-container-active .swiper-slide img {
	height: 100%;
}

.swiper-container-active .swiper-slide a {
	text-align: left;
}

.swiper-container-active .swiper-button-prev {
	background: url(../images/left2.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	bottom: 60px;
	left: 0;
	top: auto;
}

.swiper-container-active .swiper-button-next {
	background: url(../images/right2.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	bottom: 60px;
	left: 30px;
	top: auto;
}

.story-message a {
	text-align: left;
}

footer {
	background: #373737;
	float: left;
	width: 100%;
}

footer .footer-top {
	/*background: url("../images/footer-bg_03.jpg") no-repeat 210px center;*/
}

footer .left {
	float: left;
	padding-right: 70px;
}

footer ul {
	float: left;
	margin-right: 65px;
}

footer ul:last-child {
	margin-right: 0;
}

footer ul li {
	margin-bottom: 10px;
}

footer ul li a {
	color: #adadad;
	font-size: 14px;
	transition: 0.3s;
}

footer ul li a:hover {
	color: #0000ff;
}

footer ul li:first-child {
	margin-bottom: 20px;
}

footer ul li:first-child a {
	color: #fff;
	font-size: 16px;
}

footer .right {
	float: left;
}

footer .right h3 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

footer .right h4 {
	font-size: 14px;
	color: #bfbfbf;
	margin-bottom: 20px;
}

footer .right p {
	margin-bottom: 17px;
	color: #adadad;
}

footer .right p img {
	float: left;
	margin-right: 12px;
	transform: translateY(2px);
}

.footer-top {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #434343;
}


.footer-bot {
	background: #fff;
	font-size: 14px;
	color: #8e8e8e;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-bot a {
	font-size: 14px;
	color: #8e8e8e;
}

footer .erweima {
	text-align: center;
	float: right;
	width: 115px;
}

footer .erweima h3 {
	font-size: 16px;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}

footer .erweima .pic {
	background: #fbfefe;
	padding: 10px;
	border-radius: 6px;
}

footer .erweima p {
	font-size: 12px;
	margin-top: 10px;
}

footer .erweima a {
	text-align: center;
	width: 113px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	background: #0000ff;
	border-radius: 17px;
	display: block;
	margin-top: 20px;
}

footer .erweima a img {
	margin-right: 10px;
}

footer .link {
	float: left;
	width: 100%;
}

footer .link h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

footer .link li {
	float: left;
	margin-right: 15px;
}

footer .link li a {
	color: #adadad;
	font-size: 14px;
}

footer .link li a:hover {
	color: #adadad;
}

footer .link ul li:first-child a {
	color: #adadad;
	font-size: 14px;
}

.footer-logo p {
	color: #adadad;
}

.footer-bottom {
	padding-bottom: 20px;
}

.footer-bottom a {
	color: #adadad;
	padding-right: 15px;
}

footer ul li a:hover {
	color: #fff;
}

.close {
	display: none;
}

#sticky-element {
	width: 100%;
	height: 50px;
	z-index: 99;
}

.main-dep {
	overflow: hidden;
	width: 100%;
	clear: both;
}

.main-dep ul li {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 700px;
}

.main-dep ul li:nth-child(1) {
	background-image: url(../images/department1.jpg);
}

.main-dep ul li:nth-child(2) {
	background-image: url(../images/department2.jpg);
}

.main-dep ul li:nth-child(3) {
	background-image: url(../images/department3.jpg);
}

.main-dep ul li:nth-child(4) {
	background-image: url(../images/department4.jpg);
}

.main-dep_mid {
	position: relative;
	z-index: 10;
	margin: 0 15%;
}

.main-dep ul li:before {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
}

.main-dep_mid_1 {
	margin-top: 80px;
	height: 60px;
}

.main-dep_mid_2 {
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0px;
	position: relative;
}

.main-dep_mid_2:before {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 3px;
	margin-left: -15px;
	background-color: #14AA64;
}

.main-dep_mid_3 {
	line-height: 32px;
	color: #e0e0e0;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	margin-top: 24px;
	margin-bottom: 24px;
}

.main-dep_mid_4 a {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	opacity: 0;
	border-radius: 40px;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: inline-block;
	background-color: #fff;
	width: 176px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #149369
}

/* .main-dep ul li:hover:before {
	background-color: #008d5e;
	opacity: .9;
} */
.main-dep ul li:hover:before {
	background-color: #008d5e;
	opacity: .9;
}

.main-dep ul li:hover .main-dep_mid_4 a {
	opacity: 1;
}

.main-dep ul li:hover .main-dep_mid_2:before {
	background-color: #fff;
}

.main-dep {
	margin-top: 20px;
	overflow: auto;
}

.main-dep ul li {
	background: none !important;
}

.main-dep ul li:before {
	content: none
}

.main-dep ul li img {
	width: 100%;
}

/* .main-dep_mid {
	background: #fff;
	margin: -20% 5%;
	transition: .5s;
} */
.main-dep_mid {
	background: #08443b;
	margin: -20% 5%;
	transition: .5s;
}
/* .main-dep_mid_2 {
	font-size: 20px;
	color: #333;
	transition: .5s;
}

.main-dep_mid_3 {
	color: #999;
	font-size: 14px;
	padding: 0 10px;
	transition: .5s;
} */
.main-dep_mid_2 {
	font-size: 20px;
	color: #fff;
	transition: .5s;
}

.main-dep_mid_3 {
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	transition: .5s;
}
.main-dep ul li {
	height: auto;
	width: 24%;
	margin-right: 1%;
}

.calendar-wrap {
	margin-top: 0;
}

/* .main-dep ul li:hover .main-dep_mid {
	background: #08443b;
}

.main-dep ul li:hover .main-dep_mid .main-dep_mid_2 {
	color: #fff;
}

.main-dep ul li:hover .main-dep_mid .main-dep_mid_3 {
	color: #fff;
} */

.main-dep ul li:hover .main-dep_mid {
	background: #fff;
}

.main-dep ul li:hover .main-dep_mid .main-dep_mid_2 {
	color: #333;
}

.main-dep ul li:hover .main-dep_mid .main-dep_mid_3 {
	color: #999;
}

.main-dep ul li {
	display: inline-block;
	float: none;
	width: 24%;
	margin-right: .5%;
}

.main-dep_mid {
	padding-bottom: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	position: relative;
}

.main-dep {
	padding-bottom: 20px;
}

.team-more {
	display: inline-block;
	border: 2px solid #333;
	padding: 7px 50px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin: 20px auto 0;
	transition: .5s;
}

.team-more:hover {
	background: #08443b;
	color: #fff;
	border-color: #08443b;

}

.swiper-container-story {
	overflow: hidden;

}


.jumbotron-news {
	height: 50vh;
}

.jumbotron-news .jumbotron-wrap::before {
	height: 50vh;
}

.jumbotron-news .jumbotron-wrap {
	margin-top: 5vh;
}

.jumbotron-news .join-list__full li:nth-child(n+5) {
	display: block !important;
}

.jumbotron-news .subname {
	margin-bottom: 0;
}

.news-imgs-wrap {
	background: #fafafa;
	padding: 30px 0 50px;
}

.news-imgs-wrap .item-box {
	background: #fff;
	margin-top: 20px;
	padding: 30px;
}

.news-imgs-wrap .item-title {
	height: 100px;
}

.news-imgs-wrap .item-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid rgba(112, 112, 112, .2);
	color: #8d8d8d;
}

.news-imgs-wrap .img-box {
	height: 150px;
	overflow: hidden;
}

.news-imgs-wrap .img-box img {
	width: 100%;
}

.news-imgs-wrap .hover-title {
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(linear, left top, right top, from(#08443b), to(#08443b));
	background-image: linear-gradient(to right, #08443b, #08443b);
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-position: 0 100%;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.news-imgs-wrap a:hover .hover-title {
	background-size: 100% 2px;
	color: #08443b;
}

.news-imgs-wrap .entered {
	transition: .5s;
}

.news-imgs-wrap a:hover .entered {
	transform: scale(1.1);
}

.news-imgs-wrap .icon-line-next {
	width: 20px;
}

.news-bar {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}

.news-bar span {
	margin: 0 10px;
	font-size: 14px;
	font-weight: 700;
	color: #8d8d8d;
}

.news-bar a {
	color: #8d8d8d;
}

.news-bar .page-num-current {
	color: #fff;
	border-radius: 100px;
	width: 34px;
	background: #008d5e;
	margin: 0 10px;
}

.news-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.text-secondary {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}




#hero-slides #slides-cont .button {
	top: 18vh;
}



.n-team-box {
	padding: 50px 0;
}

.n-team-box .item-box {
	margin-bottom: 20px;
}

.n-team-box .item-pic {
	width: 50%;
}

.n-team-box .item-pic img {
	width: 100%;
}

.n-team-box .item-inner {
	width: 50%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.n-team-box .item-cont {
	display: flex;
	background: #fafafa;
	transition: .5s;
}

.n-team-box .item-txt {
	margin-top: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
	line-height: 1.7;
	color: #333;
	transition: .5s;
}

.n-team-box a {
	transition: .5s;
}

.n-team-box .item-box:hover .item-cont {
	background: #08443b;
}

.n-team-box .item-cont:hover .item-txt {
	color: #fff;
}

.n-team-box .item-cont:hover .item-name,
.n-team-box .item-cont:hover .item-sub,
.n-team-box .item-cont:hover .ml-hint,
.n-team-box a:hover {
	color: #fff !important;
}


.n-team-box .more-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(112, 112, 112, .2);
	color: #8d8d8d;
}

.n-team-box .ml-dec {
	width: 20px;
}

.news-bar a:hover {
	color: #008d5e !important;
}

.team-detail {
	padding: 50px 0;
}

.team-detail img {
	width: 100%;
}

.team-detail .content {
	font-size: 18px;
	line-height: 2;
	color: #000;
	padding: 20px 0;
	border-top: 4px solid #08443b;
	border-bottom: 4px solid #08443b;
}

.team-detail h2 {
	font-weight: 700;
	color: #08443b;
}

.team-detail span {
	font-weight: 400;
	color: #08443b;
	font-size: 16px;
}

.h-650 {
	height: 600px;
	overflow: hidden;
}

.online-inner {
	padding: 50px 0;
}


.online-inner form {
	background: #ffffff;
	padding: 25px;
	width: 100%;
	border: 1px solid #eee;
}

.online-inner h2,
.online-inner h3 {
	color: #333;
	text-align: left;
	margin-bottom: 20px;
}

.online-inner h2 {
	color: #08443b;
	font-weight: 700;
}

.online-inner label {
	font-weight: bold;
	color: #555;
	display: block;
	margin-bottom: 5px;
}

.online-inner input[type=text],
.online-inner input[type=date],
.online-inner input[type=email],
.online-inner input[type=tel],
.online-inner select {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}

.online-inner input[type=submit] {
	width: 100%;
	background-color: #5b9bd5;
	color: white;
	padding: 15px 20px;
	margin-top: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

.online-inner input[type=submit]:hover {
	background-color: #4a8cc7;
}

.online-inner input,
.online-inner select {
	transition: all 0.3s ease-in-out;
}

.online-inner input:focus,
.online-inner select:focus {
	border-color: #5b9bd5;
	box-shadow: 0 0 8px rgba(91, 155, 213, 0.5);
}

.online-inner .required {
	color: red;
}

.online-inner .error {
	color: red;
	font-size: 0.8em;
	display: none;
}

.online-inner input:invalid+.error,
.online-inner select:invalid+.error {
	display: block;
}

.online-message p {
	margin-bottom: 20px;
	color: #333;
	list-style: 2
}

.sidebar-content .person-block {
	display: block;
}

.sidebar-content .person-block:not(:last-child) {
	padding-bottom: 20px;
}

.parent-sidebar.sidebar-content .avatar {}

.avatar {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	overflow: hidden;
}

.person-block {
	border: 1px solid #eee;
	padding: 28px 35px;
}

.person-block>.description {
	display: inline-block;
	margin: 0 15px 0 10px;
	vertical-align: middle;
}

.person-block .description {
	max-width: 160px;
}

.person-block>.description>.name {
	color: #293041;
	font-size: 14px;
	font-weight: 600;
}

.description .role {
	color: #5A6A8F;
	font-size: 12px;
}

.additional-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	overflow-wrap: break-word;
}

.additional-info {
	margin: 15px 0 0 3px;
}

.icon-svg.-sm {
	height: 16px;
	width: 16px;
	margin-right: 10px;
}

.additional-info .additional-info-text {
	line-height: 1.428;
	color: #293041;
}

.recruit-box {
	margin-bottom: 20px;
}

.modal {
	display: none;
	/* 默认隐藏对话框 */
	position: fixed;
	/* 固定定位 */
	z-index: 1;
	/* 置于页面最上层 */
	left: 0;
	top: 0;
	width: 100%;
	/* 宽度为整个视窗 */
	height: 100%;
	/* 高度为整个视窗 */
	overflow: auto;
	/* 如果需要，启用滚动条 */
	background-color: rgb(0, 0, 0);
	/* 背景色 */
	background-color: rgba(0, 0, 0, 0.4);
	/* 半透明背景色 */
}

.modal-content {
	background-color: #fefefe;
	margin: 30% auto;
	/* 15% 从顶部和自动水平对齐 */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* 可以根据需要调整宽度 */
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal p {
	font-size: 18px;
	line-height: 2;
}

.n-news-wrap {
	margin-top: 20px;
}

.n-hd {
	position: relative;
}

.n-news-wrap .swiper-pagination {
	display: none;
}

.n-news-wrap .swiper-button-next.swiper-button-disabled,
.n-news-wrap .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.n-news-btn-w {
	color: #fff;
	border-color: #fff;
}

.school-news {
	position: relative;
}

.swiper-container-school {
	overflow: hidden;
}

.swiper-container-school .swiper-button-next,
.swiper-container-school .swiper-button-prev {
	display: none;
}

.school-news .n-news-btn {
	margin-top: 20px;
}



/* 下拉菜单项样式 */
.nav-item.dropdown {
	position: relative;
}

/* 二级菜单样式 */
.dropdown-menu {
	display: none;
	position: absolute;
	top: 98%;
	left: -35px;
	background-color: rgba(255, 255, 255, .9);
	min-width: 180px;
	padding: 0;
	z-index: 1000;
	opacity: 0;
	/* 初始透明度为 0 */
	transform: translateY(-20px);
	/* 初始向上移动 */
	transition: all 0.3s ease;
	/* 平滑过渡效果 */
	border: none;
	margin: 0;
	border-radius: 0;
}

/* 二级菜单项样式 */
.dropdown-menu .dropdown-item {
	color: #333333;
	padding: 15px 15px;
	text-decoration: none;
	display: block;
	text-align: center;
	/* 文本居中 */
	font-size: 16px;
}

/* 二级菜单项悬停效果 */
.dropdown-menu .dropdown-item:hover {
	background-color: #008d5e;
	color: #fff;
}

/* 显示二级菜单 - 当鼠标悬停在一级菜单项或二级菜单上时 */
.nav-item.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
	display: block;
	opacity: 1;
	/* 完全不透明 */
	transform: translateY(0);
	/* 回到原位置 */
}

.join-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.join-post-list .item-header {
	-webkit-transition: color .3s;
	transition: color .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	color: #000;
	border-top: 1px solid #000;
	padding: 30px 0 30px 0;
	cursor: pointer;
	justify-content: space-around;
}

.join-post-list .item-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #c6c6c6;
	padding: 60px;
}

.join-post-list .item-linner,
.join-post-list .item-rinner {
	width: 50%;
}

.join-post-list .item-vtitle {
	position: relative;
	padding-left: 20px;
	color: #14AA64;
	margin-bottom: 1.5em;
}

.join-post-list .item-txt {
	margin-left: 20px;
	font-size: 14px;
	color: #8d8d8d;
}

.join-container {
	margin-top: 20px
}

.join-post-list .item-header::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 4px;
	background-color: #14AA64;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.join-post-list .item-header:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.join-post-list .item-vtitle::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.45em;
	width: 12px;
	height: 12px;
	border: 2px solid #14AA64;
	border-radius: 50%;
}

#allmap {
	width: 100%;
	height: 500px;
}

.contact-wrap {
	position: relative;
}

.map-wrap {
	position: absolute;
	padding: 50px;
	left: 200px;
	top: 50%;
	transform: translateY(-50%);
	background: rgb(8, 68, 59, .9);
	border-radius: 10px;
	color: #fff;
}

.map-wrap p {
	line-height: 2;
}

.map-wrap img {
	margin-bottom: 20px;
}

.job-top {
	background: #08443b;
	border: 0 !important;
}

.color-white {
	color: #fff;
}

.join-container .item-title {
	width: 25%;
	text-align: center;
}

.join-container .item {
	border: 1px solid #ddd;
	border-top: 0;
}

.live-wrap {
	margin-top: 20px;
}

.live-wrap img {
	width: 100%;
	border-radius: 20px;
	height: 650px;
}

.pr {
	position: relative;
}

.living-text {
	position: absolute;
	top: 0px;
	z-index: 98;
	padding: 30px;
	/* margin: 60px; */
	/* background: rgb(8, 68, 59,.8); */
	background: rgb(88 104 102 / 80%);
	color: #fff;
	border-radius: 20px;
	width: 547px;
    height: 650px;
}

.living-text p {
	line-height: 2;
	font-size: 18px;
}

.living-text-title {
	font-size: 34px !important;
	font-weight: 700;
	margin-bottom: 20px;
}

.fwb {
	font-weight: 700;
}

.living-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fafafa;
}

.banner-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-h {
	display: none !important;
}

.main-recruit {
	background-image: url(../images/r-bg.jpg);
	background-attachment: fixed;
	overflow: hidden;
}

.main-recruit-wrap {
	/* background: rgba(8, 68, 59, .8); */
}

.main-recruit-left:hover {
	background: rgba(8, 68, 59, .8);
	padding: 50px;
	border-radius: 20px;
	margin: 50px 0;
}
.main-recruit-left {
	/* background: rgba(8, 68, 59, .8); */
	padding: 50px;
	border-radius: 20px;
	margin: 50px 0;
}

.main-recruit-right img {}

.rr-pic {}
/* .main-recruit-left:hover .a-title {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
	margin-left: 0;
	color: #fff;
}  */
/* .main-recruit .a-title:hover {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
	margin-left: 0;
	color: #fff;
} */
.main-recruit .a-title {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
	margin-left: 0;
	color: #121010;
}
.main-recruit-right p {
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 300;
	margin-left: 50px;
}

.main-recruit-left p {
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 300;
	margin-left: 50px;
}

.main-recruit-left form:hover {
	color: #fff;
	font-size: 20px;
}
.main-recruit-left form {
	color: #0a0a0a;
	font-size: 20px;
}
.main-recruit-left-top input:hover {
	width: 100%;
	margin-bottom: 20px;
	background: none;
	border: 1px solid #fff;
	padding: 5px;
	color: #fff;
}
.main-recruit-left-top input {
	width: 100%;
	margin-bottom: 20px;
	background: none;
	border: 1px solid #060606;
	padding: 5px;
	color: #cdc6c6;
}

.main-recruit-left-bottom {
	display: flex;
	align-items: center;
}

.main-recruit-left-bottom input {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.main-recruit-left-bottom label {
	margin-bottom: 0;
	margin-right: 15px;
}

.main-recruit .sub:hover {
	display: inline-block;
	border: 3px solid #fff;
	padding: 10px 50px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: none;
	margin-top: 30px;
}
.main-recruit .sub {
	display: inline-block;
	border: 3px solid #7e7979;
	padding: 10px 50px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #141313;
	background: none;
	margin-top: 30px;
}
.main-recruit-left .sub {}

.main-recruit .sub:hover {
	background-color: #fff;
	color: #0b8e5f;
}


.main-recruit-right .sub {
	display: inline-block;
	border: 3px solid #fff;
	padding: 15px 100px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: none;
	margin-top: 30px;
}

.main-recruit-right .sub:hover {
	background-color: #fff;
	color: #0b8e5f;
}

.mt-40 {
	margin-top: 40px;
}

.fwb {
	font-weight: 700 !important;
}

.b-n::before {
	content: none;
}

.swiper-container-tz {
	overflow: hidden;
}

.swiper-container-tz img {
	height: auto;
}

.lodge-wrap {
	padding: 50px 0;
}

.swiper-container-js {
	position: relative;
	overflow: hidden;
}

.swiper-container-js .n-news-title {
	position: absolute;
	color: #fff;
	bottom: 0;
	background: #08443bd4;
	padding: 10px;
	z-index: 99;
	display: flex;
	transition: 0.5s;
	height: 45px;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.swiper-container-js .n-news-img-wrap {
	height: 380px;
}

.swiper-container-js .n-news-list:hover {}

.swiper-container-js .n-news-list:hover .n-news-title {
	height: 100%;
}

.swiper-container-js .n-news-title p {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.swiper-container-js .n-news-list:hover .n-news-title p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.boarding .img-box {
	height: auto;
}

.video-box {
	background: #fff;
}

.video-box .n-news-img-wrap {
	position: relative;
}

.play {
	width: 50px !important;
	height: 50px !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	z-index: 99;
}

.video-box .n-news-list:hover .play {
	transform: translate(-55%);
}

.video .item-title {
	height: auto;
}

.video .img-box {
	height: auto;
	position: relative;
}

.video .play {
	top: 40%;
}

.application {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.application .swiper {
	width: 100%;
	height: 100%;
}

.application .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.application .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-wrap {
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.video-wrap p {
	font-size: 30px;
	line-height: 2;
	color: #fff;
}

.video-wrap .video-title {
	font-size: 46px;
	font-weight: 700;
	color: #fff;
}

.video-wrap:nth-child(1) {
	background-image: url(../images/app1.jpg);
}

.video-wrap:nth-child(2) {
	background-image: url(../images/app2.jpg);
}

.video-wrap:nth-child(3) {
	background-image: url(../images/app3.jpg);
}

.video-wrap:nth-child(4) {
	background-image: url(../images/app4.jpg);
}

.video-wrap:nth-child(5) {
	background-image: url(../images/app5.jpg);
}

.video-wrap:nth-child(6) {
	background-image: url(../images/app6.jpg);
}

.video-wrap {
	background-attachment: fixed;
	background-size: cover;
}

.video-wrap a {
	color: #fff;
}

.application-wrap {
	padding: 50px 0;
}

.navbar-brand {
	margin-right: 0;
}

.news-inner video {
	width: 100%;
	height: auto;
}

.swiper-container-pt {
	overflow: hidden;
}

.main-recruit-right {
	height: 570px;
}

.swiper-container-pt img {
    height: auto;
}

.edu-story .n-news-btn{
	margin-top: 0;
}

.open-nav{
	display: none;
}

.page-numbar{
    display: flex;
    margin: 0 !important;
}

.page-num{
    border-radius: 100px;
}

.content-data{
    text-align: right;
    margin-top:20px;
    color: #6c757d;
}