.swiper {
	width: 100%;
	height: 100%;
	background-color: #163e7d;
}

.swiper .content-pt {
	overflow: hidden;
	box-sizing: border-box;
	padding: 150px 80px 50px 80px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.swiper .content-bg {
	background: url(../../images/bg-content.png) no-repeat;
	background-size: 100% 100%;
}

.swiper .content-bg-2 {
	background: url(../../images/bg-recruit.jpg) no-repeat;
	background-size: 100% 100%;
}

.swiper .content-bg-3 {
	background: url(../../images/sz-bg.png) no-repeat;
	background-size: 100% 100%;
}

.swiper .content-bg-4 {
	background: url(../../images/rc-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.swiper .content-bg-5 {
	background: url(../../images/d-bg2.jpg) no-repeat;
	background-size: 100% 100%;
}

.swiper .content-bg-6 {
	background: url(../../images/footbg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 120px;
}

.mb.content-pt {
	overflow: hidden;
	box-sizing: border-box;
	padding: 150px 100px 50px 100px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mb.content-bg {
	background: rgb(243.9, 244.2, 244.8);
	background-size: 100% 100%;
}

.mb.content-bg-2 {
	background: rgb(243.9, 244.2, 244.8);
	background-size: 100% 100%;
}

.mb.content-bg-3 {
	background: url(/images/sz-bg.png) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-clip: padding-box;
}

.mb.content-bg-4 {
	background: url(/images/rc-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.mb.content-bg-5 {
	background: url(/images/d-bg2.jpg) no-repeat;
	background-size: 100% 100%;
}

.mb.content-bg-6 {
	background: url(/images/footbg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 120px;
}