body {
	font-size: 16px;
	color: #333;
}

@font-face {
	font-family: 'font';
	src: url(../font/font.ttf);
}

.top_bar {
	min-height: 260px;
	padding: 20px 0;
	color: #fff;
	/*font-weight: bold;*/
	font-size: var(--ft36);
	font-family: 'font';
}

.newsSpan {
	font-weight: bold;
	color: var(--ftc);
	margin-right: 10px;
}

footer,
header {
	position: relative;
	z-index: 1;
	background: #fff;
}

header {
	--main: 1600px;
	position: sticky !important;
	top: 0;
	z-index: 2;
	transition: all 0.3s;
}

.header.bgcolor {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

footer {
	border-top: 1px solid #86c4af;
}

.panel {
	border-radius: 0;
}

.footer1 {
	padding: 40px 0;
}

.footer2 {
	color: #999;
	text-align: center;
	padding: 10px 0;
}

.layui-nav .layui-nav-item>a {
	color: #333;
	padding: 0;
	font-weight: bold;
	line-height: 80px;
	white-space: nowrap;
	transition: all 0.3s;
}

.header.bgcolor .layui-nav .layui-nav-item>a {
	line-height: 60px;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
	color: #333;
	font-size: 14px;
}

.layui-nav-child {
	border-radius: 5px;
}

.layui-nav .layui-nav-child a:hover {
	background: rgba(134, 196, 175, 0.2);
	color: var(--ftc);
}

.s_content {
	line-height: 2em;
	color: #444;
}

.ab_zs_swiper .img1 {
	box-shadow: 0px 12px 32px 8px rgba(28, 28, 28, 0.3);
}

.title1 {
	font-size: 32px;
	font-weight: bold;
}

.title2 {
	font-size: 24px;
	font-weight: bold;
	color: #222;
}

.yimin_anli {
	gap: 57px 72px;
}

.yimin_conty {
	gap: 42px 23px;
}

.yimin_conty .img1 {
	aspect-ratio: 276/160;
}

.pic_ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.pic_ul li {
	box-shadow: 1px 4px 10px #dcdada;
}

.title_line1 {
	font-size: var(--ft42);
	font-weight: bold;
	text-align: center;
}

.title_line1::after {
	display: block;
	content: '';
	margin: 20px auto 0;
	width: 58px;
	height: 10px;
	background: #86c4af;
	border-radius: 5px;
}

.guoji_ul li {
	gap: 160px;
}

.guoji_ul li:nth-child(even) .block {
	grid-area: 1/1;
	text-align: right;
}

.layui-nav .layui-nav-more {
	display: none;
}

.school_ul li:nth-child(even) .block {
	grid-area: 1/2;
	padding-left: 40px;
	padding-right: 0;
}

.bg_gary {
	background: #f8f9fd;
}

.pic_swiper .img1 {
	aspect-ratio: 580/386;
}

.pic_swiper_box .button-prev {
	position: absolute;
	top: 49%;
	left: -60px;
	cursor: pointer;
}

.pic_swiper_box .button-next {
	position: absolute;
	top: 49%;
	right: -60px;
	cursor: pointer;
}

.index_banner_item {
	color: #fff;
	padding: ;
	aspect-ratio: 1920/480;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 10px;
	background-size: cover;
}

.index_banner_item .t3 {
	font-weight: lighter;
}

.index_ul .title_line1 {
	font-size: 18px;
}

.index_ul .img1 {
	aspect-ratio: 1/0.8;
}

.index_ul .title_line1::after {
	width: 28px;
	height: 4px;
	margin-top: 10px;
}

.time_line {
	/*margin-top: 60px;*/
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 147px;
}

.time_line ul {
	border-right: 3px solid #86c4af;
}

.time_line ul li {
	padding: 20px 17px 30px 0;
	display: flex;
	justify-content: flex-end;
	font-size: 20px;
	color: #222;
	cursor: pointer;

	position: relative;
}

.time_line ul li .img1 {
	position: absolute;
	right: -13px;
	overflow: visible;
	width: 23px;
}

.time_line ul li.active {
	font-weight: bold;
	font-weight: bold;
	font-size: 24px;
}

.time_line ul li.active .img1::after {
	display: block;
	content: '';
	position: absolute;
	left: 100%;
	width: 127px;
	height: 3px;
	background: linear-gradient(90deg, #86c4af 0%, rgba(134, 196, 175, 0) 100%);
	border-radius: 2px;
}

.logo {
	max-width: 300px;
}

.BigTitle {
	position: relative;
}

.BigTitle h1 {
	font-size: 40px;
	position: relative;
	z-index: 1;
}

.BigTitle h2 {
	font-size: 48px;
	bottom: 0.2em;
	left: 0;
	color: #86c4af;
	position: absolute;
}

.indexNew .title {
	width: 430px;
	max-width: 100%;
}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 990px) {}

@media only screen and (max-width: 768px) {
	.time_line {
		grid-template-columns: 100px 1fr;
		gap: 20px;
	}

	.time_line ul li {
		padding: 10px 20px 10px 0;
		font-size: 14px !important;
	}

	.time_line ul li.active .img1::after {
		display: none;
	}

	.pic_ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.yimin_conty,
	.yimin_anli {
		gap: 20px;
	}

	.guoji_ul li {
		gap: 20px;
	}

	.guoji_ul li:nth-child(even) .block {
		grid-area: unset;
	}

	.school_ul li .block {
		padding-left: 0;
		padding-right: 0;
	}

	.school_ul li:nth-child(even) .block {
		grid-area: unset;
		padding-left: 0;
		padding-right: 0;
	}

	.layui-nav .layui-nav-item>a {
		line-height: 1em !important;
		padding-left: 20px;
	}
}

@media only screen and (min-width: 751px) and (max-width: 1400px) {}

@media only screen and (min-width: 751px) {}