.ceii_top p {
	position: absolute;
	font-size: 52px;
	text-align: center;
	font-weight: bold;
	top: 25%;
	color: #FFF;
	line-height: 70px;
	left: calc(50% - 632px);
}

.ceii_lin {
	max-width: 90rem !important;
}

.sn {
	top: 60% !important;
	left: calc(50% - 235px) !important;
}

.sn_img {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	/* border: 1px solid red; */
	top: 80%;
	width: 950px;
	left: calc(50% - 475px);
	justify-content: space-between;
}

.sn_img img {
	width: 17% !important;
	margin-bottom: 10px;
}

.sn a {
	display: inline-block;
	height: 35px !important;
	font-size: 14px !important;
}

.span_a1 {
	background: #777;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	line-height: 35px;
	width: 279px;
}

.span_a2 {
	width: 155px;
	background-color: #0000CC;
	border: #2196F3;
	color: #FFFFFF !important;
	font-weight: bold;
	margin-left: 10px;
	cursor: pointer;
	line-height: 35px;
}
.span_a3 {
	width: fit-content;
	background-color: #0000CC;
	border: #2196F3;
	color: #FFFFFF !important;
	font-weight: bold;
	cursor: pointer;
	line-height: 35px;
	text-align: center !important;
	padding: 0 20px;
	display: inline-block;
	border-radius: 5px;
}
.carousel {
	position: relative;
	/* max-width: 600px; */
	margin: auto;
	overflow: hidden;
}

.carousel-inner {
	display: flex;
	transition: transform 0.5s ease;
}

.carousel-item {
	min-width: 100%;
	box-sizing: border-box;
	position: relative;
}

.carousel-item img {
	width: 100%;
}

.sn_txt {
	color: #002633 !important;
	/* -webkit-text-stroke: 1px #FFF; */
	text-shadow:
		2px 2px 0 #FFF,
		-2px 2px 0 #FFF,
		2px -2px 0 #FFF,
		-2px -2px 0 #FFF,
		2px 0 0 #FFF,
		0 2px 0 #FFF,
		-2px 0 0 #FFF,
		0 -2px 0 #FFF;
	-webkit-text-stroke: 1px #FFF;
}

button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
}

.prev {
	left: 10px;
}

.next {
	right: 10px;
}

.school_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.school_img img {
	width: 21%;
	/* x 鍋忕Щ閲� | y 鍋忕Щ閲� | 闃村奖妯＄硦鍗婂緞 | 闃村奖鎵╂暎鍗婂緞 | 闃村奖棰滆壊 */
	box-shadow: 0px 1px 6px 0px #999;
}

.school_img :nth-child(1) {
	margin-bottom: 10px;
}

.school_img :nth-child(2) {
	margin-bottom: 10px;
}

.school_img :nth-child(3) {
	margin-bottom: 10px;
}

.school_img :nth-child(4) {
	margin-bottom: 10px;
}

ul,
ol {
	padding-left: 0;
}

.ven_ditu {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
	width: 1116px;
	margin: 0 auto;
}

.ven_ditu div {
	width: 49%;
}

.wen_di1 img {
	width: 100%;
}

.di_p1 {
	font-size: 20px;
	font-weight: bold;
	color: #494753;
}

.di_p2 {
	font-size: 16px;
	color: #0f294d;
	margin-bottom: 8px;
	font-weight: bold;
}

.di_p3 {
	display: block;
	margin-bottom: 2px;
}

.dip {
	display: flex;
	font-size: 14px;
	color: #0f294d;
	display: block;
}
.dip_st{
	font-weight: bold;
}
hr {
	border: 0;
	border-top: 1px solid #e5e5e5;
	clear: both;
	height: 0;
	margin: 15px auto;
}