/* 企业愿景 */
.vision {
	padding: 2.5rem 5rem;
	width: 75rem;
}

.vision img {
	width: 65.3rem;
	height: 31.1rem;
}

/* 企业使命 */
.mission-wrap {
	padding: 0 5rem;
	display: flex;
	justify-content: space-between;
}

.mission-item {
	padding: 0 2rem;
	width: 20.4rem;
	height: 25rem;
	background-color: #ffffff;
	box-shadow: 0rem 0.3rem 0.5rem 0rem rgba(0, 0, 0, 0.2);
	position: relative;
	text-align: center;
}

.mission-item img {
	max-width: 5.8rem;
	max-height: 5.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 8rem));
}

.mission-item h5 {
	width: 16.4rem;
	font-weight: bold;
	font-family: SourceHanSansCN-Medium;
	font-size: 2.4rem;
	line-height: 3rem;
	color: #4e4e4e;
	position: absolute;
	top: 8rem;
	left: 50%;
	transform: translateX(-50%);
}

.mission-item p {
	width: 16.4rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	color: #4e4e4e;
	position: absolute;
	top: 12rem;
	left: 50%;
	line-height: 3.5rem;
	transform: translateX(-50%);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* 企业文化列表 */
.culture-wrap {
	width: 75rem;
	padding: 2.5em 5rem;
}

.culture-item {
	border-bottom: 1px dotted #aaa;
}

.culture-item h5 {
	line-height: 6.5rem;
	font-weight: bold;
	font-family: SourceHanSansCN-Medium;
	font-size: 2.4rem;
	color: #525252;
}

.culture-item p {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 4rem;
	color: #525252;
}

.culture-item:last-child {
	border-bottom: none;
}
