.jobs-o-box {
	width: 100%;
	min-width: 1264px;
	overflow: hidden;
}
.jobs-o-box .join-us {
	width: 1250px;
	margin: auto;
	overflow: hidden;
}
.join-us .title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 0;
	font-size: 20px;
}
.join-us .title .city {
	float: left;
	width: 356px;
	overflow: hidden;
}
.join-us .title img {
	float: left;
	width: 60px;
	height: 60px;
}
.join-us .title div span {
	float: left;
	letter-spacing: 1px;
	margin-left: 30px;
}
.join-us .title .city .name {
	display: inline-block;
	font-weight: bold;
}
.join-us .title .email {
	float: right;
}
.join-us .nav {
	width: 100%;
	padding: 60px 0;
}
.join-us .nav .list {
	overflow: hidden;
}
.join-us .nav .list .title-ll {
	float: left;
	font-size: 24px;
	width: 40px;
	margin: 20px 40px 0 0 ;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}
.join-us .nav .list .job {
	float: left;
	width: 140px;
	font-size: 16px;
	margin: 0 60px ;
	padding: 20px;
	cursor: pointer;
	display: block;
}
.join-us .nav .list .job:hover {
	background: #e5e5e5;
}
.join-us .nav .list .job img {
	width: 90px;	
	height: 90px;
}
.join-us .nav .list .job p {
	margin-top: 20px;
	text-align: center;
}


.desc:nth-child(even){
	background: #f5f5f5;
}
.desc {
	width: 100%;
	min-width: 1264px;
	padding: 60px 0;
	letter-spacing: 1px;
	overflow: hidden;
}
.desc .inside {
	width: 1250px;
	margin: auto;
	line-height: 36px;
	overflow: hidden;
}
.desc .inside .title {
	float: left;
	width: 400px;
	margin-top: 100px;
	overflow: hidden;
}
.desc .inside .title div {
	width: 144px;
	height: 144px;
	margin: auto;
	overflow: hidden;
}
.desc .inside .title span {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
}
.desc .inside .job-text {
	width: 650px;
	float: right;
	text-align: left;
}
.desc .inside .subtitle {
	margin: 30px 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	
}
