.banner {
	position: relative;
	/* min-height: 4.8rem; */
}
.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: 0.48rem;
}

.banner .content p:nth-child(2) {
	font-size: 0.18rem;
	letter-spacing: 0.04rem;
	color: #ffffff;
}

.research {
	padding-bottom: 1rem;
}

.research .tab_box {
	width: 14.5rem;
	margin-bottom: 1.8rem;
}

.research .name-tab {
	margin: 0 auto;
	max-width: 12rem;
}
.research .name-tab .swiper-pagination-bullet {
	opacity: 1;
}
.research .name-tab li {
	float: left;
	width: 1.3rem;
	height: 0.5rem;
	margin-bottom: 0.2rem;
	text-align: center;
	line-height: 0.5rem;
	font-size: 0.22rem;
	color: #666;
	background: #fff;
	border: 0.01rem solid #eeeeee;
	margin: 0.06rem;
	border-radius: 0.25rem;
	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: 1.5rem;
}
