.staffStyleCenter {
	background-color: #eee;
}

/* 员工风采 */
.staffStyle {
	width: 192rem;
	min-height: 50rem;
}

.staffStyle_text {
	width: 192rem;
	background-color: #fff;
	height: 7.4rem;
	line-height: 7.4rem;
}

.staffStyle_text>h5 {
	width: 120rem;
	margin: 0 auto;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	color: #969696;
}

.staffStyle_box {
	width: 120rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2.5rem;
	padding-top: 5.4rem;
}

.staffStyle_box_item {
	width: 39rem;
	height: 23rem;
	margin-right: 1.4rem;
	margin-bottom: 2.3rem;
}
.staffStyle_box_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}
.staffStyle_box_item:nth-child(3n) {
	margin-right: 0;
}

.staffStyle_box_item img {
	width: 100%;
	height: 100%;
}

.paging .target_ {
	background-color: #fff;
	border: 1px solid #d2d2d2;
	margin-bottom: 4.8rem;
}

.paging .target_active,
.paging .target_:hover {
	border: transparent;
	background-color: #d2d2d2;
}

@media screen and (max-width: 1140px) {
	/* 员工风采 */

	.staffStyle_text {
		height: 14.3rem;
		line-height: 14.3rem;
	}

	.staffStyle_text>h5 {
		width: 172rem;
		font-size: 2.695rem;
	}

	.staffStyle_box {
		width: 172.5rem;
		padding-bottom: 3rem;
		padding-top: 7.579rem;
	}

	.staffStyle_box_item {
		width: 56.084rem;
		height: 33.179rem;
		margin-right: 2rem;
		margin-bottom: 3.7rem;
	}

}
