.slider_content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	height: calc(100vh - 100px);
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	/* 指定主轴为垂直方向 */
	justify-content: center;
	/* 在主轴上垂直居中 */
}
.slider_container:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: calc(100vh - 100px);
	width: 100%;
	display: block;
	content: ' ';
	background: rgba(0, 0, 0, 0.4);
}

.slider_new .item {
	/* 设置div的宽度和高度，或者根据需要设置为百分比 */
	height: calc(100vh - 100px);

	overflow: hidden;
	/* 隐藏超出div的内容 */
	position: relative;
	/* 用于绝对定位图片 */
}


.active img {
	transition: transform 2s ease-out;
}

.slider_content h1 {
	font-size: 3.5rem;font-weight:600;
	color: #fff;
	text-shadow: 0 0 2px #000;
}

.slider_content p {
	font-size: 2rem;
	line-height: 1.25em;
	margin-top: 25px;
	color: #fff;
	font-weight: normal;text-shadow: 0 0 2px #000;
}
.slider_content .btn {
	width: 300px;
	margin: 20px auto;
}
@media (max-width: 1680px) {
	.slider_content h1 {
		font-size: 3rem;
	}
	
	.slider_content p {
		font-size: 1.8rem;
		line-height: 1.20em;
		margin-top: 20px;
		color: #fff;
		font-weight: normal;text-shadow: 0 0 2px #000;
	}
}
@media (max-width: 1080px) {
	.slider_content {
		
		height: calc(100vh - 60px);

	}
	.slider_content h1 {
		font-size: 2.8rem;font-weight:600;
		color: #fff;
		text-shadow: 0 0 2px #000;
	}
	
	.slider_content p {
		font-size: 1.8rem;
		line-height: 1.25em;
		margin-top: 25px;
		color: #fff;
		font-weight: normal;text-shadow: 0 0 2px #000;
	}
}
@media (max-width: 800px) {
	.slider_content {
		height: calc(100vh - 60px);
	}
	.slider_content h1 {
		font-size: 2.1rem;font-weight:bold;
		color: #fff;
		text-shadow: 0 0 2px #000;
	}
	.slider_content p {
		font-size: 1.4rem;
		line-height: 1.25em;
		margin-top: 10px;
		color: #fff;
		font-weight: normal;text-shadow: 0 0 2px #000;
	}
	.slider_content .btn {
		width: 300px;
		margin: 10px auto;
	}
}
@media (max-width: 768px) {
	.slider_content h1 {
		font-size: 2.1rem;font-weight:bold;
		color: #fff;
		text-shadow: 0 0 2px #000;
	}
	
	.slider_content p {
		font-size: 1.225rem;
		line-height: 1.25em;
		margin-top: 25px;
		color: #fff;
		font-weight: normal;text-shadow: 0 0 2px #000;
	}
}
@media (max-width: 600px) {
	
		.slider_content h1 {
			font-size: 1.6rem;font-weight:bold;
			color: #fff;
			text-shadow: 0 0 2px #000;
		}
		
		.slider_content p {
			font-size: 1rem;
			line-height: 1.25em;
			margin-top: 15px;
			color: #fff;
			font-weight: normal;text-shadow: 0 0 2px #000;
		}
	
}
.slider_image{
	height: 100%;
	opacity:1;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 50%;z-index: 1;
	transform: translateX(-50%);
	}
@media (max-width: 768px) {
		.slider_new {
			margin-top: 60px;
			min-height: calc(60vh - 60px);
			
		}
		.slider_content {
			height: calc(60vh - 60px);
		}
		.slider_container:after {
			height: calc(60vh - 60px);
		}
		.slider_new .item {
			height: calc(60vh - 60px);
		}
		.slider_image{
			height: calc(60vh - 60px);
			opacity:1;
		
	}
}
.students_new {
	text-align: center;
}

.students_new h2 {
	font-size: 2.5rem;
	font-weight: 600;
	margin:20px 0;
}

.students_new img {
	border-radius: 33px;

	
}

.students_new .text-1 {
	font-weight: 300;
	line-height: 1.6;
	font-size: 1rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.students_new .text-2 {
	font-size: 1.25rem;
	line-height: 2;
	font-weight: 300;
	margin: 0;
	margin-bottom: 20px;
}

.students_new .u-icon-1 {
	height: 64px;
	width: 64px;
	margin: 30px auto 0;
	display: block;
}
.student_small{margin: 0 auto; max-width: 1480px; width: 100%;}
@media (max-width: 1080px) {
	.students_new h2 {
		font-size:1.8rem;
		font-weight: 600;
		margin:10px 0;
	}
	.students_new .text-1 {
		font-weight: 300;
		line-height: 1.5;
		font-size: 1rem;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.students_new .text-2 {
		font-size: 1rem;
		line-height: 1.5;
		font-weight: 300;
		margin: 0;
		margin-bottom: 10px;
	}
}
@media (max-width: 800px) {
	.students_new h2 {
		font-size:1.4rem;
		font-weight: 500;
		margin:10px 0;
	}
	.students_new .text-1 {
		font-weight: 200;
		line-height: 1.5;
		font-size: 1rem;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.students_new .text-2 {
		font-size: 1rem;
		line-height: 1.5;
		font-weight: 300;
		margin: 0;
		margin-bottom: 10px;
	}
	.height-p-50 {
		height: auto;
		/* height: 60vh; */
	}
}
@media (max-width: 768px) {
	.students_new h2 {
		font-size: 1.625rem;

	}
	.students_new .text-2 {
		font-size: 1.1rem;

	}
}
@media (max-width: 400px) {
	.students_new h2 {
		font-size:1.4rem;
		font-weight: bold;
		margin:20px 0;
		margin-top: 50px;
	}
	.students_new .text-1 {
		font-weight: 200;
		line-height: 1.5;
		font-size: 1rem;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.students_new .text-2 {
		font-size: 1rem;
		line-height: 1.5;
		font-weight: 300;
		margin: 0;
		margin-bottom: 10px;
	}
	
}