html,
body {
	height: 100%;
}

.dh_x {
	background: #0549afcf;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1000;
}

.dh_x ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dh_x li {
	position: relative;
	margin: 0 15px;
}

.dh_x a {
	display: block;
	padding: 10px 25px;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	border-radius: 5px;
	position: relative;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

 
.visit_li {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 2px;
}


.visit_li li {
	  font-size: 18px;
	      flex-grow: 1;
	      display: flex;
	      align-items: center;
	      box-sizing: border-box;
	      background: #0159c6;
	      padding: 5px 20px;
	      position: relative;
}

.visit_li li::before{
	content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 8px;
	    height: 100%;
	    background: #ff2626;
	    transition: transform .3s ease-in;
	    transform: scaleY(0);
	    z-index: 3;
}

.visit_li li::after {
	content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    background: #0146ae;
	    transition: transform .5s ease-out;
	    transform: scaleX(0);
	    transform-origin: 0 0;
}

.visit_li li:hover::before {
	transform: scaleY(1)
}
.visit_li li:hover::after {
	transform: scaleY(1)
}

 
 
 




/* 悬停效果 */
.dh_x a:hover {
	color: #ffffff;
	background: rgba(0, 123, 255, 0.1);
	transform: translateY(-2px);
}

/* 当前页面指示 */
.dh_x a.active {
	color: #fff;
	background: #007bff;
}

.dh_x a.active::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 6px;
	height: 6px;
	background: #007bff;
	border-radius: 50%;
}


/* 下划线动画 */
.dh_x a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: #2c36ff;
	transition: all 0.3s ease;
}

.dh_x a:hover::before {
	width: 70%;
	left: 15%;
}




.img-one {
	margin-top: 5%;
}

.img-one1 {
	width: 100%;
	margin: 0 auto;
	padding-top: 4%;
}



.img-one-bottom {
	border-bottom: 1px solid rgb(233, 233, 233);
}

.img-one-bottom>p {
	margin-left: 8px;
	font-size: 1.4rem;
	color: #1e9fff;
}

/*  */
.gaoxiao-introduce {
	width: 76%;
	margin: 0 auto;
}

.gaoxiao-introduce>p {
	font-size: 1.5rem;
	font-weight: 100;
	line-height: 2.5rem;
	text-indent: 2em;
	margin-top: 5%;
	color: #000;
}



.gaoxiao-introduce {
	width: 76%;
	margin: 0 auto;
}

/* 选项卡 */
.xxk {

	display: flex;
	flex-direction: row-reverse;
	background-color: #2242bf;
}

.lib_tabborder>img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.lib_tabborder {
	width: 70%;
	background-color: #ffffff;
}

.xxk_dh {
	width: 30%;
	background-color: #ffffff;
	display: flex;
}

.xxk_dh p {
	font-size: 1.2rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 4.5em;
	line-height: 1.5em;
}

/* .hover {
	background-color: #0146ae;
	color: white;
} */

.xxk_dh>ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
	color: white;
}



.xxk_img {
	padding: 0%;
}

.xxk_img img {
	width: 100%;
	height: auto;
	max-width: 100%;
}


.xxk_img a>img {
	width: 100%;
	height: auto;
	max-width: 100%;
	border-radius: 0px;
}

.xxk_dh ul>li {
	/* color: #000000; */
	height: 100%;
	font-size: 1rem;
	padding: 2% 3% 2% 3%;
	border-bottom: 1px dashed #cccccc80;
	display: flex;
	align-items: center;
	transition: all 0.6s;
}

.xxk_dh ul li>p {
	font-size: 1.1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 4.5em;
	line-height: 1.5em;
	z-index: 10;
}

.xxk_dh ul>li:hover {
	/* background-color: #1f3fbddb; */
	/* color: #ffffff; */
	/* transform: scale(1.1); */
}

.tg {
	margin-top: 3%;
}

.tg img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

/* title */
.titles {
	color: #000;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 2;
	/* padding: 20px; */
	/* box-shadow: 1px 2px 4px #3366cc40; */
	margin: 5% auto 0;
	padding: 0 15px;
}

.titles>p {
	font-size: 1.3rem;
	font-weight: 100;
	line-height: 2.5rem;
	text-indent: 2em;
	margin-top: 3%;
	color: #000;
}

.title_jj {
	width: 100%;
	margin-bottom: 10px;
}


.title_img {
	width: 26%;
	margin: 0 auto;
}

.title_img img {
	width: 100%;
	height: auto;
	max-width: 100%;
}


.img-one-name {
	margin-top: 4%;
	margin-bottom: 4%;
	padding: 0 15px;
}

/*   */
.gaoxiao-banner {
	width: 100%;
}

.gaoxiao-banner>img {
	width: 100%;
	height: auto;
}

.gaoxiao {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 6%;
}

.gaoxiao-video {
	width: 24%;
	display: flex;
	flex-direction: column;
	margin: 1% 1% 1% 0%;
}

.gaoxiao-video div>p {
	font-size: 1rem;
	font-weight: 600;
}

video {
	width: 100%;
	border-radius: 0px;
}

.fy {
	margin-top: 3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.userInfoDiv {
	width: 24%;
	margin-right: 1%;
}

.Gaozhao_banner1 a>img {
	width: 100%;
}

.Gaozhao_banner1 {
	margin-right: 4%;
	margin-top: 4%;
}

.Gaozhao_banner1>img {
	width: 100%;
	height: auto;
}

.Gaozhao_banner1>p {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 200;
}

/* 推荐院校 */
.tuijianschool {
	margin-top: 4%;
}

.image-container {

	width: 98%;
	height: 690px;
	border-radius: 5px;
	margin: 0 auto;
	background-color: #efefef;
	overflow: auto;
	/* overflow: hidden; */
	padding: 10px;
	overflow-y: scroll;
	margin-top: 1%;
}

.image-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.image-list1 {
	width: 24%;
	margin: 5px;
	position: relative;
	display: inline-block;

}

.image-list1>img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.image-list1 img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px 5px 0 0;
}

.overlay {
	width: 50%;
	height: 20%;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	/* 半透明遮罩层 */
	visibility: hidden;
	/* 默认隐藏 */
	text-align: center;
	transition: visibility 0.3s;
	/* 平滑显示隐藏过渡效果 */
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #2242bf;
	border-radius: 20px;
	border: 3px solid #fff;
}

.image-list1:hover .overlay {
	visibility: visible;
}

.overlay a:hover {
	color: white;
}

.overlay a {
	color: white;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

/* 修改滚动条的样式 */
.image-container::-webkit-scrollbar {
	width: 10px;
	/* 设置滚动条的宽度 */
}

/* 修改滚动条轨道的样式 */
.image-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 设置滚动条轨道的背景色 */
}

/* 修改滚动条滑块的样式 */
.image-container::-webkit-scrollbar-thumb {
	background: #555;
	/* 设置滚动条滑块的背景色 */
	border-radius: 5px;
	/* 设置滚动条滑块的圆角 */
}

/* 当滑块被悬停时的样式 */
.image-container::-webkit-scrollbar-thumb:hover {
	background: #555;
	/* 设置悬停时的滚动条滑块的背景色 */
}


/* 专业特色 */
.overlay2 {
	background-color: rgb(30 159 255);
	color: white;
	padding: 2%;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.overlay2>h4 {
	font-size: 1.2rem;
	display: inline;
}

.overlay2>h5 {
	font-size: 1rem;
	display: inline;
}


/* 招办访谈新版 */
.talk_zb {
	margin-top: 2%;

}

.column {
	font-size: 36px;
	line-height: 56px;
	color: #0046ae;
	text-align: center;
	height: 56px;
	position: relative;
	margin-bottom: 33px;
	background: url(http://images.china.cn/images1/ch/2022ChinaIdex/img/columnLine.gif) repeat-x 0 60%;
}

.column .columnName {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 90px;
	z-index: 1;
}


[class^="direct_right1"] {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	transition: max-height 0.5s ease;
}


[class^="direct_right1"] li {
	/* width: calc((100% - 40px)/3); */
}

[class^="direct_right1"].expanded {
	max-height: none !important;
}

[class^="direct_right2"] {
	width: 100%;
	display: flex;
	display: -webkit-flex;

	gap: 20px;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	overflow: hidden;
	transition: max-height 0.5s ease;
}


/* [class^="direct_right2"] li {
	width: calc((100% - 40px)/3);
} */

[class^="direct_right2"].expanded {
	max-height: none !important;
}

.direct_right1 {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-column-gap: 20px;
	row-gap: 20px;
}

.direct_right1 li {
	/* width: calc((100% - 40px)/3); */
	flex-shrink: 0;
	position: relative;
}

.direct_right1 li img {
	width: 100%;
	height: auto;
}

.direct_right2 li img {
	width: 100%;
	height: auto;
}

.direct_right1 li a {
	font-size: 16px;
	line-height: 24px;
	line-height: 160%;
}

.direct_right2 li a {
	font-size: 16px;
	line-height: 24px;
	line-height: 160%;
}

.direct_right1 li p {
	background-color: #f0f8ff;
	padding: 3%;
}

.direct_right2 li p {
	background-color: #f0f8ff;
	padding: 3%;
}

.direct_right1 {
	/* 保持原有样式 */
	position: relative;
	overflow: hidden;
	max-height: 2600px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	/* 根据实际高度调整 (3行高度) */
	transition: max-height 0.5s ease;
}

.direct_right2 {
	/* 保持原有样式 */
	position: relative;
	overflow: hidden;
	max-height: 2600px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	/* 根据实际高度调整 (3行高度) */
	transition: max-height 0.5s ease;
}

/* 精确计算显示数量 */
.direct_right1 li:nth-child(n+16) {
	display: none;
}

/* 精确计算显示数量 */
.direct_right2 li:nth-child(n+16) {
	display: none;
}


/* 展开状态 */
.direct_right1.expanded {
	max-height: none !important;
}

/* 展开状态 */
.direct_right2.expanded {
	max-height: none !important;
}

.direct_right1.expanded li {
	display: block !important;
}

.direct_right2.expanded li {
	display: block !important;
}

/* 优化按钮样式 */
.expand-btn {
	display: block;
	width: 200px;
	margin: 30px auto 0;
	padding: 12px 24px;
	background: #0046ae;
	color: #fff;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	transition: background 0.3s;
}

.expand-btn:hover {
	background: #003399;
}

/* 动态加载提示 */
.loading {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	margin-left: 8px;
	vertical-align: middle;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}


.dean_big img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.dean_big:hover img {
	transform: scale(1.05);
}

.img_scale {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	/* aspect-ratio: 1/0.75; /* 4:3比例 */
	*/
}

.dean_small1 {
	overflow: hidden;
}

.dean_small2 {
	overflow: hidden;
}

.dean_small1 .dean_small2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.dean_small1:hover img {
	transform: scale(1.05);
}

.dean_small2:hover img {
	transform: scale(1.05);
}

.img_scale img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.img_scale:hover img {
	transform: scale(1.05);
}

.card-image1:hover img {
	transform: scale(1.05);
}

.direct_right1 li p {
	height: 50px;
	background-color: #f0f8ff;
	padding: 15px;
	border-radius: 0 0 5px 5px;
	display: flex;
	/* align-items: center; */
	flex-direction: column;
}

.direct_right1 li a {
	color: #333;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
}

.direct_right1 li span {
	color: #333;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #484848;
}

.direct_right2 li p {
	height: 50px;
	background-color: #f0f8ff;
	padding: 15px;
	border-radius: 0 0 5px 5px;
	display: flex;
	/* align-items: center; */
	flex-direction: column;
}

.direct_right2 li a {
	color: #333;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
}

.direct_right2 li span {
	color: #333;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #484848;
}

/* 强基计划 */
.container {
	max-width: 100%;
	margin: 0rem auto;
	padding: 0 15px;
}

.card-image a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 10px;
	border-bottom: 1px solid #dddddd;
}

.card-image a>span {
	overflow: visible;
	white-space: break-spaces;
}

.card-image a>img {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 5px;
}

/* Grid布局容器 */
.grid-4col {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	/* 关键：强制等宽列 */
	gap: 1.5rem;
}

/* Grid布局容器 */
.grid-4col1 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	/* 关键：强制等宽列 */
	gap: 1.5rem;
}

/* 卡片样式 */
.card {
	background: #f9f9ff;
	border-radius: 5px;
	padding: 1.5rem;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.card-p {
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #484848;
	margin-bottom: 1rem;
}

.card:hover {
	transform: translateY(-5px);
}

.card1 {
	background: #f9f9ff;
	border-radius:5px;
	padding: 1.5rem;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.card1:hover {
	/* transform: translateY(-5px); */
}

/* Logo图片容器 */
.card-image1 {
	height: auto;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: transform 0.3s;
}

.card-image1:hover {
	transform: scale(1.02);
}

.card-image1 img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.3s;
}

/* Logo图片容器 */
.card-image {
	height: auto;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* 按钮容器 */
.card-actions {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
}

/* 按钮容器 */
.card-actions1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
}

/* 按钮样式 */
.card-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0rem 1rem;
	font-size: 0.9rem;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
}

/* 官网按钮 */
.btn-primary {
	background: #2563eb;
	color: white;
	border: 1px solid #2563eb;
}

.btn-primary:hover {
	background: #1d4ed8;
}

/* 按钮样式 */
.card-btn1 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0rem 1rem;
	font-size: 0.9rem;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
}

/* 官网按钮 */
.btn-primary1 {
	background: #2563eb;
	color: white;
	border: 1px solid #2563eb;
}

.btn-primary1:hover {
	background: #1d4ed8;
}

/* 文章按钮 */
.btn-secondary {
	background: #f8fafc;
	color: #2563eb;
	border: 1px solid #e2e8f0;
}

.btn-secondary:hover {
	background: #e2e8f0;
}

/* 文章按钮 */
.btn-secondary1 {
	background: #f8fafc;
	color: #2563eb;
	border: 1px solid #e2e8f0;
}

.btn-secondary1:hover {
	background: #e2e8f0;
}

/* 响应式调整 */
/* @media (max-width: 1024px) {
	.grid-4col {
		gap: 1rem;
	}

	.card {
		padding: 1rem;
	}

	.card-image {
		height: 50px;
	}
}

@media (max-width: 768px) {
	.grid-4col {
		grid-template-columns: repeat(4, minmax(100px, 1fr));
		gap: 0.5rem;
	}

	.card-btn {
		font-size: 0.8rem;
		padding: 0.4rem 0.8rem;
	}
}

@media (max-width: 480px) {
	.card-actions {
		grid-template-columns: 1fr;
	}

	.card-btn {
		font-size: 0.7rem;
	}
}
 */



@media screen and (min-width: 1281px)and (max-width: 1420px) {
	/* 在宽度大于等于 1280px 时应用的样式 笔记本 */
	.xxk_dh ul>li {
		padding: 2% 3%;
	}
	.xxk_dh ul li>p {
		font-size: 1rem;
	}
	.image-container {
		height: 494px;

	}

	.image-list1 {
		width: 23%;

	}

	.xxk_dh ul>li {
		height: 60px;
	}

	.xxk_dh ul li>p {
		-webkit-line-clamp: 2;
	}


	.direct_right1 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0px;
		row-gap: 0px;
		margin: -10px;
	}

	.direct_right1 li {
		width: calc(33.333% - 20px);
		margin: 10px;
	}

	.direct_right2 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0px;
		row-gap: 0px;
		margin: -10px;
	}

	.direct_right2 li {
		width: calc(33.333% - 20px);
		margin: 10px;
	}

	.title_img {
		width: 40%;
		margin: 0 auto;
	}


}

@media screen and (min-width: 1025px)and (max-width: 1280px) {

	/* 在宽度大于等于 1025px 时应用的样式 电脑*/
	.xxk_dh ul li>p {
		font-size: 1rem;
	}
	.xxk_dh ul>li {
		padding: 2% 3%;
	}
	.image-list1 {
		width: 23%;
		margin: 5px;
		position: relative;
		display: inline-block;
	}

	.direct_right1 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0px;
		row-gap: 0px;
		margin: -10px;
	}

	.direct_right1 li {
		width: calc(33.333% - 20px);
		margin: 10px;
	}

	.direct_right2 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0px;
		row-gap: 0px;
		margin: -10px;
	}

	.direct_right2 li {
		width: calc(33.333% - 20px);
		margin: 10px;
	}

	.title_img {
		width: 50%;
		margin: 0 auto;
	}

	.grid-4col {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	/* 在宽度 768px 到 1024px 之间应用的样式 平板*/
	.logo-top {
		width: 90%;
	}

	.dh-width {
		width: 90%;
	}

	.zhuti {
		width: 90%;
	}

	.img-one-name>p {
		font-size: 1.1rem;
	}

	.yaowen-p a>p {
		font-size: 1.1rem;
	}

	.gaoxiao-introduce {
		width: 96%;
		margin: 0 auto;
	}

	.img-one1 {
		width: 96%;
		margin: 0 auto;
	}



	.image-container {
		height: 400px;

	}

	.image-list1 {
		width: 23%;

	}

	.xxk_dh ul>li {
		height: 56px;
	}

	.xxk_dh ul li>p {
		-webkit-line-clamp: 2;
	}

	.direct_right1 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0px;
		row-gap: 0px;
		margin: -10px;
	}

	.direct_right1 li {
		width: calc(33.333% - 20px);
		margin: 10px;
	}

	.direct_right2 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0px;
		row-gap: 0px;
		margin: -10px;
	}

	.direct_right2 li {
		width: calc(33.333% - 20px);
		margin: 10px;
	}

	.grid-4col {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

@media screen and (max-width: 767px) {

	/* 在宽度小于等于 767px 时应用的样式 手机*/


	.gaoxiao-introduce {
		width: 96%;
		margin: 0 auto;
	}

	.img-one1 {
		width: 96%;
		margin: 0 auto;
	}



	.image-container {
		height: 400px;

	}

	.image-list1 {
		width: 23%;

	}

	.xxk_dh ul>li {
		height: 56px;
	}

	.xxk_dh ul li>p {
		-webkit-line-clamp: 2;
	}

	.direct_right1 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0px;
		row-gap: 0px;
		margin: 10px;
	}

	.direct_right1 li {
		width: calc(33.333% - 18px);
		margin: 6px;
	}

	.direct_right2 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 0px;
		row-gap: 0px;
		margin: 10px;
	}

	.direct_right2 li {
		width: calc(33.333% - 18px);
		margin: 6px;
	}

}

.carousel-container {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.carousel {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;

	height: 100%;
	transition: transform 0.5s ease;

}

.carousel-page {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 1414px;
	height: 600px;

}

.carousel img {
	width: 24.15%;
	height: 31.33%;
	object-fit: cover;
	margin: 5px;
}

.control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 4rem;
}

.prev {
	left: 10px;
}

.next {
	right: 10px;
}

.cs {
	width: 100px;
	height: 200px;
	background: #F09;
	top: 0px;
	position: absolute;
	opacity: 0;
	display: block;
	font-size: 12px;
	transition: 0.3s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}

.carousel-page:hover .cs {
	color: #656e73;
	opacity: 1;
}
