.topInfo {
	width: 100%;
	height: 830px;
}

.swiper-container{
	width: 100%;
	height: 830px;
}

.ourInfo {
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}


.paragraph {
	width: 100%;
	font-family: scRegular;
	font-size: 16px;
	color: #666666;
	text-indent: 32px;
	line-height: 39px;
}

.textBlock {
	width: 690px;
	height: 577px;
	margin-left: 150px;
}

.rightImg {
	width: 63%;
	height: 581px;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (min-width:1900px) {
	.rightImg{
		width: 1244px;
	}
	.textBlock{
		margin-left: 359px;
	}
}


.joinBlock {
	width: 100%;
	background: #F9FCFF;
	overflow: hidden;
	padding-bottom: 40px;
}

.type {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 25px;
	border-bottom: solid 1px #E5E5E5;
	display: flex;
	align-items: center;
}

.typeList {
	width: 120px;
	height: 42px;
	background: transparent;
	border-radius: 20px 0px 20px 0px;
	text-align: center;
	line-height: 42px;
	font-family: scRegular;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
}

.activeList {
	color: #FFFFFF;
	background: linear-gradient(0deg, #259DF1, #75C6FF);
}

.jobList {
	width: 925px;
	margin: 0 auto;
	font-family: scRegular;
	border-bottom: solid 1px #E5E5E5;
	padding-bottom: 38px;
}

.noLine {
	border-bottom: none;
}

.jobTitle {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin: 40px 0 20px 0;
}

.addressLine,
.moneyLine {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #666666;
	margin-bottom: 18px;
}

.address,
.money {
	color: #259DF1;
}

.moneyLine {
	margin-bottom: 39px;
}

.workBlock,
.qualificationBlock {
	line-height: 35px;
	color: #666666;
	font-size: 16px;
}

.qualificationBlock {
	margin-top: 40px;
}

.dutyTitle,
.qualificationTitle {
	font-size: 18px;
	color: #333333;
}

.line {
	width: 1200px;
	margin: 0 auto;
	height: 1px;
	background: #E5E5E5;
}

.contactBlock {
	width: 925px;
	margin: 32px auto 0;
	font-family: scRegular;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

.usTitle{
	font-family: scRegular;
	font-size: 50px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.usEngSub{
	font-family: arial;
	font-size: 40px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.usSub{
	font-family: scMedium;
	font-size: 24px;
	color: #FFFFFF;
}
.usEngIntr{
	width: 465px;
	font-family: scRegular;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}