<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
	position: relative;
	height: 480px;
}
.banner img {
	display: block;
	/* height: 100%; */
	width: 100%;
}
.banner .content {
	position: absolute;
	top: 48%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	color: #fff;
	line-height: 1.4;
}

.banner .content p:nth-child(1) {
	font-size: 48px;
}

.banner .content p:nth-child(2) {
	font-size: 18px;
	letter-spacing: 4px;
	color: #ffffff;
}

.research {
  padding-bottom: 100px
}
.research .tab_box {
	width: 1450px;
	margin-bottom: 180px;
}
.research .name-tab {
	margin: 0 auto;
	max-width: 1200px;
}
.research .name-tab .swiper-pagination-bullet {
	opacity: 1;
}
.research .name-tab li {
	float: left;
	width: 130px;
	height: 50px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	color: #666;
	background: #fff;
	border: 1px solid #eeeeee;
	margin: 6px;
	border-radius: 25px;
	cursor: pointer;
	transition: 0.3s;
	overflow: hidden;
}
.research .name-tab li.swiper-pagination-bullet-active {
	background: #003b82;
	color: #fff;
	border-color: #003b82;
}

.research .name-tab li:hover {
	background: #003b82;
	color: #fff;
	border-color: #003b82;
}

.research .teacherList-container ul.mingpian {
	margin-top: 150px;
}
</pre></body></html>