.school {
	display: none;
}

.d_dezhou {
	width: 100%;
	height: 937px;
	background: url(../images/beijing.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 114px;
}

.d_yaowen {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.d_yao h1 {
	font-size: 40px;
	font-weight: bold;
	color: #1A1A1A;
}

.d_wen a {
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-right: 75px;
}

.d_wen a::before {
	content: "";
	width: 8.5px;
	height: 8.5px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgb(237 237 237 / 29%);
	position: absolute;
	top: 6px;
	right: 0;
	left: auto;
}

.d_wen a::after {
	content: "";
	width: 65px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: 64px;
}

.d_dezhouflex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.d_dezhou1 {
	width: 360px;
}

.d_dezhou3 {
	width: 360px;
}

.d_dezhou2 {
	width:47%;
	overflow: hidden;
	box-shadow: 0px 5px 10px 0px rgba(9, 2, 4, 0.2);
	position: relative;
}

.d_xinxi {
	height: 150px;
	padding-top: 15px;

	position: relative;
}

.d_dezhou1 .d_xinxi {
	border-bottom: solid 1px #D6D6D6;
}

.d_dezhou3 .d_xinxi {
	border-bottom: solid 1px #9C9FA0;
}

.d_dezhou1 .d_xinxi1 {
	display: flex;
	align-items: baseline;
	margin-bottom: 5px;

}

.d_dezhou3 .d_xinxi1 {
	display: flex;
	align-items: baseline;
	margin-bottom: 5px;

}

.d_dezhou1 .d_xinxi1 h1 {
	font-size: 36px;
	font-weight: 400;
	color: #005964;
}

.d_dezhou3 .d_xinxi1 h1 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.d_dezhou1 .d_xinxi1 p {
	font-size: 15px;
	font-weight: 400;
	color: #999999;
	padding-left: 18px;
}

.d_dezhou3 .d_xinxi1 p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding-left: 18px;
}
.d_xinxi a {
    color: #1A1A1A;
}
.d_dezhou1 .d_xinxi2 p {
	font-size: 16px;
	font-weight: 400;
	*color: #1A1A1A;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	line-height: 30px;
}

.d_dezhou3 .d_xinxi2 p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	line-height: 30px;
}

.d_dezhou1 .d_xinxi::after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 24px;
	height: 1px;
	background: #005964;
	transition: all 0.3s;
}

.d_dezhou3 .d_xinxi::after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 24px;
	height: 1px;
	background: #fff;
	transition: all 0.3s;
}

.d_xinxi:nth-last-child(1)::after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 0px;
	height: 1px;
	transition: all 0.3s;
}

.d_xinxi:hover::after {
	width: 100%;
}

.d_dezhou1 .d_xinxi:hover p {
	color: #005964;
}

.d_dezhou3 .d_xinxi:hover p {
	color: #fff;
}

.d_xinxi:nth-last-child(1) {
	border-bottom: 0;
}

.d_img {
	width: 100%;
	height: 479px;
	overflow: hidden;
}

.d_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.swiper-slide6 {
	display: block;
}

.swiper-pagination6 {
	right: 40px;
	top: 73%;
}

.swiper-pagination6 .swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	background-color: #fff !important;
	margin-bottom: 20px !important;
	opacity: 1 !important;
	border-radius: 50% !important;
	opacity: 0.7 !important;
	margin-left: 8px !important;
}

.swiper-pagination6 .swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.d_jieshao {
	width: 100%;
	background-color: #fff;
	height: 145px;
	padding: 30px 38px 30px 30px;
	position: relative;
}

.d_jieshao h1 {
	font-size: 20px;
	font-weight: bold;
	color: #1A1A1A;
	padding-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 1;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	transition: all 0.3s;
}

.d_jieshao p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

.swiper-slide6:hover img {
	transform: scale(1.1);
}

.swiper-slide6:hover .d_jieshao h1 {
	color: #005964;
}

.d_shijian {
	width: 153px;
	height: 36px;
	background: rgba(1, 89, 101, 0.8);
	border-radius: 0px 18px 18px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -18px;
	left: 30px;
	z-index: 99;
}

.d_shijian p {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 9px;
}

.d_shijian img {
	width: 15px;
	height: 15px;
}

@media screen and (max-width:1500px) {
	.d_dezhou1 {
		width: 23%;
	}

	.d_dezhou2 {
		width: 46%;
	}

	.d_dezhou3 {
		width: 23%;
	}
}

@media screen and (max-width:1024px) {
	.d_dezhouflex {
		flex-wrap: wrap;
	}

	.d_dezhou1 {
		width: 100%;
	}

	.d_dezhou2 {
		width: 100%;
	}

	.d_dezhou3 {
		width: 100%;
	}

	.d_dezhou {
		height: auto;
		padding-bottom: 100px;
	}




	.d_dezhou3 .d_xinxi1 h1 {
		color: #005964;
	}


	.d_dezhou3 .d_xinxi1 p {
		color: #999999;
	}



	.d_dezhou3 .d_xinxi2 p {      
		color: #1A1A1A;

	}

	.d_dezhou3 .d_xinxi::after {
		content: "";
		position: absolute;
		bottom: -1px;
		width: 24px;
		height: 1px;      
		background: #005964;
		transition: all 0.3s;
	}

	.d_dezhou3 .d_xinxi:hover p {
		color: #005964;
	}

	.d_dezhou {
		background: url(../images/index/beijing1.png);
		background-size: 100% 100%;
	}
}

@media screen and (max-width:768px) {
	.d_dezhou {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.d_yao h1 {
		font-size: 24px;
	}

	.d_wen a {
		color: #005964;
	}

	.d_wen a::before {
		content: "";
		width: 8.5px;
		height: 8.5px;
		background-color: #005964;
		border-radius: 50%;
		box-shadow: 0 0 0 7px rgb(0 89 100 / 29%);
		position: absolute;
		top: 6px;
		right: 0;
		left: auto;
	}

	.d_wen a::after {
		content: "";
		width: 65px;
		height: 2px;
		background-color: #005964;
		position: absolute;
		top: 9px;
		left: 64px;
	}

	.d_dezhouflex {
		margin-top: 10px;
	}

	.d_dezhou1 .d_xinxi1 h1 {
		font-size: 24px;
		font-weight: 400;
		color: #005964;
	}

	.d_dezhou3 .d_xinxi1 h1 {
		font-size: 24px;
		font-weight: 400;
		color: #005964;
	}

	.d_dezhou3 .d_xinxi2 p {
		font-size: 14px;
		line-height: 24px;
	}

	.d_dezhou1 .d_xinxi2 p {
		font-size: 14px;
		line-height: 24px;
	}

	.d_xinxi {
		height: 120px;
	}

	.d_img {
		height: 230px;
	}

	element.style {}

	.d_jieshao h1 {
		font-size: 18px;
		padding-bottom: 0px;

	}

	.d_jieshao p {
		margin-top: 10px;
	}

	.d_shijian p {
		margin-top: 0;
	}

	.swiper-pagination6 {
		top: 50%;
	}
}