body {
	margin: 0;
	padding: 0;
}

.main-body {
	width: 100%;
	position: relative;
	margin-top: -1px;
	padding-bottom: 50px;
	overflow-x: hidden;
}

.top-banner {
	width: 100%;
	position: relative;
}


.main-content-top img{
width: 1369px;
background-size: cover;
position: relative;
top: -49px;
}


.sectionSlide {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	position: relative;
	left: -2.2rem;
	z-index: 50;
}

.reverse{
	flex-direction: row-reverse;
	left: 1.1rem;
	position: relative;
	top: -4.4rem;
}

.reverse .slideInfo{
  top: -2rem;
}


.leftImgSlide{
	margin-top: -8.7rem;
	position: relative;
	position: relative;
	left: -1.1rem;
}


.sectionSlide .slideImg {
	width: 703px;
	object-fit: contain;
}

.sectionSlide .slideInfo{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: start;
	width: 446px;
	position: relative;
	gap: 0.5rem;
  top: -3rem;
}

.slideInfo .contentHeader {
	font-family: PingFang SC;
	font-size: 20px;
	color: #474747;
	line-height: 30px;
	font-weight: bold;
}

.slideInfo .slideContents {
	font-family: PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.team-intro-frame{
	width: 1369px;
	background-size: cover;
	position: relative;
	top: 50px;
	left: 48%;
	margin-left: -630px;
}









