/* 公司管理团队 */
.main-container {
	background-color: rgb(240, 246, 254);
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-title {
	font-size: 53px;
	font-family: SourceHanSansCN-Regular;
	color: #000000;
	font-weight: 400;
	margin-top: 77px;
}

.section-divider {
	width: 474px;
	height: 19px;
	margin-top: 35px;
}

.team-member-container {
	display: flex;
	width: 1200px;
	margin-top: 84px;
	justify-content: center;
}

.member-luna {
	width: 353px;
	height: 353px;
}

.member-info {
	margin-left: 35px;
}

.member-name {
	font-size: 28px;
	color: rgba(88, 89, 89, 1);
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
}

.member-position {
	font-size: 17px;
	color: #585959;
	font-family: SourceHanSansCN-Regular;
	margin-top: 20px;
}

.member-description {
	font-size: 18px;
	color: #585959;
	font-family: Adobe Heiti Std R;
	line-height: 31px;
	width: 689px;
	margin-top: 22px;
	font-weight: 400;
	margin-bottom: 79px;
}

/* 下面轮播区域 */
.info_about_company {
	background-color: white;
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.honor-title {
	font-size: 53px;
	font-family: SourceHanSansCN-Regular;
	color: #000000;
	font-weight: 400;
	margin-top: 79px;
}

.honor-divider {
	width: 504px;
	height: 20px;
	margin-top: 35px;
}

.swiper {
	width: 1112px;
	margin-top: 65px;
	overflow: hidden;
}

.swiper-slide {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.carousel-item {
	width: 254px;
	height: 272px;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 22px;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.3);
}

.layer1 {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 24px;
	transition: opacity 0.7s;
}

.layer1-year {
	font-family: STHeitiSC-Light;
	color: rgba(78, 78, 78, 1);
	font-size: 15px;
	margin-top: 48px;
	font-weight: 500;
}

.layer1-title {
	color: #283388;
	font-size: 15px;
	margin-top: 8px;
	font-family: STHeitiSC-Light;
	font-weight: 500;
}

.layer1-subTitle {
	color: rgba(78, 78, 78, 1);
	font-family: STHeitiSC-Light;
	margin-top: 7px;
	font-size: 15px;
	font-weight: 500;
}

.trophy {
	width: 54px;
	height: 70px;
	position: absolute;
	bottom: 31px;
}

.docImg {
	width: 69px;
	height: 56px;
	position: absolute;
	bottom: 36px;
}

.layer2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.7s;
}

.layer2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination {
	position: static;
	margin-top: 27px;
	margin-bottom: 113px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination .swiper-pagination-bullet {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: rgba(204, 204, 204, 1);
	color: #000000;
	padding-top: 0;
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: rgba(52, 120, 246, 1);
	color: white;
}

.swiper-pagination-bullet-count {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-family: STHeitiSC-Light;
	margin-top: -2px;
}