*{
	font-family: alpht_regular;
}
.nd-occupation{
	width: 100%;
	background: #e4e4e4;
}
.occupation-top{
	position: relative;
	width: 100%;
	padding: 80px 0;
	padding-left: 50px;
}
.occupation-title{
	position: absolute;
	top: 80px;
	left: 50px;
}
.big-title{
	font-size: 40px;
}
.small-detail{
	font-size: 18px;
}
.occupation-img{
	position: relative;
	width: 60%;
	padding-top: 10px;
}
.occupation-img .load-box img{
	display: block;
	width: 100%;
}
.occupation-staff{
	width: 100%;
	padding-left: 50px;
	padding-bottom: 50px;
}
.occupation-staff-content{
	width: 100%;
	background: #fff;
	padding-top: 100px;
	padding-bottom: 40px;
}
.occupation-small-title{
	position: relative;
	width: 100%;
	padding-left: 50px;
}
.occupation-small-title p{
	line-height: 24px;
	font-size: 20px;
	color: #000;
	padding-left: 10px;
	font-family: alpht_medium;
}
.occupation-small-title span{
	display: block;
	width: 50px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5px;
	background: #000;
}
.staff-list-content{
	width: 100%;
	position: relative;
}
.staff-list{
	width: 100%;
	padding-top: 60px;
	position: relative;
}
.staff-tb{
	text-align: right;
}
.staff-tb .staff-list-content{
	width: 80%;
	display: inline-block;
}
.staff-img{
	width: 100%;
}
.staff-img-box,.staff-words-box{
	width: 100%;
	position: relative;
}
.staff-tb .staff-words-box{
	text-align: left;
	padding-right: 122px;
}
.staff-title{
	font-size: 20px;
	display: inline-block;
	border-bottom: 1px solid #000;
	color: #000;
	margin: 24px 0;
	text-align: left;
}
.stall-detail{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.staff-lr .staff-img-box{
	width: 40%;
	min-height: 200px;
}
.staff-lr .staff-img-box img{
	display: block;
	width: 100%;
}
.staff-lr .staff-words-box{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
}
.words-flex{
	margin: auto;
	width: 60%;
	text-align: left;
}
.words-flex>img{
	width: 80px;
	display: block;
	margin: 0 auto;
}
.staff-lr .staff-title{
	margin-bottom: 15px;
}
.staff-lr .staff-list-content:hover,.staff-rl .staff-list-content:hover{
	box-shadow: 0px 0px 20px #ccc;
}
.staff-rl .staff-list-content{
	padding-left: 60%;
	position: relative;
	width: 100%;
}
.staff-rl .staff-img-box{
	width: 100%;
	min-height: 200px;
}
.staff-rl .staff-img-box img{
	display: block;
	width: 100%;
}
.staff-rl .staff-words-box{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
}
.nd-recruit{
	width: 100%;
	padding: 50px;
}
.nd-recruit-all{
	width: 100%;
	padding-left: 50px;
	margin-top: 60px;
}
.nd-recruit-title{
	width: 20%;
	padding: 0 20px;
}
.nd-recruit-nav{
	text-align: center;
	width: 100%;
	background: #9d9d9d;
	cursor: pointer;
}
.nd-recruit-nav span{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-right: 24px;
	line-height: 40px;
}
.nd-recruit-nav span i{
	font-style: normal;
}
.nd-recruit-nav span img{
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -5px;
	height: 10px;
}
.nd-recruit-nav:hover{
	background: #010101;
}
.nd-recruit-nav.active{
	background: #010101;
}
.nd-recruit-list{
	width: 100%;
}
.nd-recruit-list{
	margin-top: 40px;
	padding: 0 10px;
	display: none;
}
.recruit-list-top{
	padding-top: 10px;
	border-top: 1px solid #010101;
}
.recruit-list-title{
	font-size: 14px;
}
.recruit-list-post{
	display: inline-block;
	padding-left: 80px;
	border-bottom: 1px solid #010101;
	padding-bottom: 10px;
	font-size: 14px;
}
.nd-recruit-bottom{
	width: 100%;
	padding-top: 40px;
}
.nd-recruit-left{
	width: 40%;
}
.nd-recruit-right{
	width: 60%;
}
.nd-recruit-left{
	text-align: center;
}
.nd-recruit-left img{
	width: 20%;
	display: block;
	margin: 0 auto;
}
.post-title{
	font-size: 14px;
	margin-bottom: 30px;
}
.post-detail{
	margin-bottom: 30px;
}
.post-detail p{
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
}
.post-detail p span{
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	background: #595758;
	color: #fff;
	font-size: 12px;
	margin-bottom: 15px;
}
.nd-footer{
	border-top: 2px solid #fff;
	background: #fff;
}
.nd-recruit-list.active{
	display: block;
}
.staff-rl .staff-img-box{
	min-height: 200px;
}
.nd-recruit-type{
	margin-bottom: 30px;
}
@media (max-width:1080px){
	.occupation-top{
		padding: 20px 0;
	}
	.occupation-title{
		position: static;
	}
	.big-title{
		font-size: 20px;
	}
	.occupation-img{
		width: 100%;
		margin-top: 10px;
	}
	.occupation-staff{
		padding-left: 0px;
	}
	.staff-tb .staff-list-content{
		width: 100%;
	}
	.staff-title{
		margin: 20px 0;
	}
	.staff-tb .staff-words-box{
		padding-left: 20px;
		padding-right: 20px;
	}
	.staff-list{
		padding-top: 30px;
	}
	.words-flex{
		width: 100%;
		padding: 0 10px;
	}
	.words-flex>img{
		display: none;
	}
	.staff-lr .staff-title{
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.staff-lr .staff-words-box,.staff-rl .staff-words-box{
		display: block;
	}
	.staff-lr .staff-img-box{
		min-height: 100px;
	}
	.staff-rl .staff-img-box{
		min-height: 100px;
	}
	.nd-recruit{
		padding: 0px;
	}
	.nd-recruit-all{
		margin-top: 30px;
		padding-left: 0px;
	}
	.nd-recruit-title{
		width: 33.33%;
	    padding: 0 10px;
	    margin-bottom: 10px;
	}
	.nd-recruit-left{
		display: none;
	}
	.nd-recruit-right{
		width: 100%;
	}
	.occupation-staff-content{
		padding-top: 30px;
	}
	.stall-detail{
		font-size: 12px;
		line-height: 22px;
	}
	.occupation-small-title p{
		font-size: 18px;
	}
}