.bannerImgBox{
	width: 100%;
	height: auto;
}

.bannerImgBox img{
	width: 100%;
}

.contentBox {
	width: 100%;
	height: auto;
}

.contentBox .inner{
	width: 1466px;
	margin: 0 auto;
	height: auto;
	background: #fff;
	padding-top: 69px;
	margin-top: -69px;
	position: relative;
	z-index: 2;
	padding-bottom: 164px;
}

.contentBox .inner .inside{
	width: 1280px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
}

.recruitBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #E3E2E2;
}

.recruitBox .thBox{
	width: 100%;
	height: 56px;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #fff;
	font-size: 16px;
	background: #78bd3e;
	padding-left: 60px;
	box-sizing: border-box;
	margin-bottom: 13px;
}

.recruitBox .thBox span{
	display: block;
	width: 330px;
}

.recruitBox .trBox{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	position: relative;
}

.recruitBox .trBox h1{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 56px;
	font-size: 16px;
	color: #222;
	border-top: 1px solid #e3e2e2;
	padding-left: 60px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.recruitBox .trBox h1 .arrow{
	position: absolute;
	right: 48px;
}

.recruitBox .trBox h1 .upArrow{
	position: absolute;
	right: 48px;
	display: none;
}

.recruitBox .active h1 .upArrow{
	position: absolute;
	right: 48px;
	display: block!important;
}

.recruitBox .active h1{
	background: #e3e2e2;
}

.recruitBox .active h1 .arrow{
	display: none;
}

.recruitBox .active .recruitInfoBox{
	display: block;
	
}

.recruitBox .trBox h1 span{
	display: block;
	width: 330px;
}

.recruitBox .recruitInfoBox{
	display: flex;
	flex-direction: column;
	padding-bottom: 54px;
	display: none;
	position: relative;
}

.recruitBox .recruitInfoBox .upArrow{
	position: absolute;
	top: 98px;
	right: 49px;
}

.recruitBox .recruitInfoBox h2{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 35px;
	font-size: 16px;
	color: #5a5a5a;
	padding-left: 60px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.recruitBox .recruitInfoBox h2 span{
	display: flex;
	width: 330px;
	padding-right: 50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-self: baseline;
}

.marginLeft30{
	margin-left: 30px;
}

.recruitBox .recruitInfoBox .requirementBox{
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-left: 60px;
	box-sizing: border-box;
}

.recruitBox .recruitInfoBox .requirementBox .part{
	width: 520px;
	display: flex;
	flex-direction: column;
}

.recruitBox .recruitInfoBox .requirementBox .part h3{
	font-size: 16px;
	color: #78bd3e;
	line-height: 1;
	margin-bottom: 17px;
}

.recruitBox .recruitInfoBox .requirementBox .part p{
	font-size: 14px;
	color: #5a5a5a;
	line-height: 2;
}

.marginLeft143{
	margin-left: 143px;
}

.joinButton{
	width: 170px;
	height: 48px;
	border-radius: 4px;
	margin: 0 auto;
	background: #00a0e9;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 48px;
	margin-top: 70px;
}

.bgF5{
	background: #F5F5F5;
}

.width300{
	width: 300px!important;
}

.marginLeft80{
	margin-left: 80px!important;
}