.join-title {
	padding-top: 80px;
	margin-bottom: 60px;
	color: #333;
}
.join-title h1 {
	margin-bottom: 55px;
	text-align: center;
	font-size: 32px;
}
.join-title p {
	line-height: 40px;
	font-size: 14px;
	text-indent: 2em;
	color: #333;
}
/** By zhiliaonet.com **/
.welfare {
	margin-top: 20px;
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #f5f6f7;
}
.welfare h2 {
	margin-bottom: 60px;
	font-size: 32px;
	text-align: center;
	color: #333;
}
.welfare ul li {
	position: relative;
	float: left;
	width: 23.3%;
	height: 144px;
	margin-bottom: 20px;
	margin-left: 2%;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.welfare ul li:hover {
	-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);  
	-moz-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);  
	box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
}
.hover-style {
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	color: #fff;
	background-color: #00aaff;
	transition: height .2s ease-in;
	-moz-transition: height .2s ease-in;
	-webkit-transition: height .2s ease-in;
	-o-transition: height .2s ease-in;
}
.hover-style .welfare-title {
	padding-top: 35px;
	text-align: center;
	font-size: 18px;
}
.hover-style .welfare-space {
	width: 80px;
	height: 2px;
	margin: 20px auto;
	background-color: #fff;
}
.hover-style .welfare-desc {
	font-size: 14px;
	text-align: center;
}
.welfare ul li > i {
	display: block;
	width: 40px;
	height: 40px;
	margin: 35px auto 0;
}
.welfare ul li > p {
	padding-top: 15px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.welfare-icon-1 {
	background: url(../images/welfare-icon-1.png) no-repeat 0 0;
}
.welfare-icon-2 {
	background: url(../images/welfare-icon-2.png) no-repeat 0 0;
}
.welfare-icon-3 {
	background: url(../images/welfare-icon-3.png) no-repeat 0 0;
}
.welfare-icon-4 {
	background: url(../images/welfare-icon-4.png) no-repeat 0 0;
}
.welfare-icon-5 {
	background: url(../images/welfare-icon-5.png) no-repeat 0 0;
}
.welfare-icon-6 {
	background: url(../images/welfare-icon-6.png) no-repeat 0 0;
}
.welfare-icon-7 {
	background: url(../images/welfare-icon-7.png) no-repeat 0 0;
}
.welfare-icon-8 {
	background: url(../images/welfare-icon-8.png) no-repeat 0 0;
}
.welfare ul li:first-child,
.welfare ul li:first-child + li + li + li + li {
	margin-left: 0;
}

.jobs {
	padding-top: 78px;
	margin-bottom: 150px;
}
.jobs h4 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 32px;
	color: #333;
	font-weight:normal;
}

/* 职位介绍 */
.job-container {
	position:relative;
	margin-bottom: 90px;
}
.job-list {
	line-height: 1;
	color: #595757;
}
.job-item {
	position: relative;
	margin-bottom:18px;
}
.job-item-title {
	margin-left: 20px;
	font-weight: normal;
	font-size: 16px;
	cursor: pointer;
	color:#333;
}
.job-item-people {
	font-size: 14px;
}
.sel .panel-extend-button {
	color: #fff;
}
.panel-extend-button {
	position: absolute;
	top: 17px;
	right: 40px;
	z-index: 1;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color:#333;
	padding-right: 25px;
	background: url(../images/location-icon.png) no-repeat right center;
}
a.cur{
	color:#333;
	font-weight:bold;
}
.arrow-down,
.job-item-panel--in .arrow-up {
	display: none;
}
.job-item-panel--in .arrow-down {
	display: inline;
}
.job-item-panel {
	position: relative;
	z-index: 1;
	margin-bottom: 23px;
	padding:22px;
	border: 1px solid #e9e9e9;
	border-top:none;
	zoom:1;
}
.job-item-panel--in .job-item-panel {
	overflow: hidden;
	height: 0;
	margin: 0 50px 0 60px;
	padding: 0;
	border: none;
}
.panel-triangle {
	position: absolute;
	top: -24px;
	left: 100px;
	z-index: 10;
	border-width: 12px 9px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #b5b5b6;
}
.panel-triangle-inner {
	position: absolute;
	top: -9px;
	left: -8px;
	z-index: 10;
	border-width: 11px 8px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: white;
}
.panel-header {

}
.job-location,
.job-welfare {
	padding-left: 32px;
}
.job-location {
	min-height: 22px;
	background: url(../images/icon_job_location.png) no-repeat left top;
	font-size: 20px;
}
.job-require {
	margin-top: 5px;
}
.job-require-item {
	display: inline-block;
	padding:0 0 0 2px;
	border-left: 1px solid #cecece;
	font-size: 14px;
	color:#666666;
}
.job-require-item:first-child {
	padding-left: 0;
	border-left: none;
}
.job-welfare {
	margin-top: 26px;
}
.job-welfare-item {
	display: inline-block;
	padding: 7px 12px;
	border: 1px solid #c1e6f4;
	background: #edf9ff;
	text-align: center;
	font-size: 14px;
	color: #3c9ccc;
}
.job-welfare-item + .job-welfare-item {
	margin-left: 14px;
}
.job-description-title {
	margin-top: 30px;
	margin-bottom:5px;
	font-size: 14px;
	color:#00aaff;
}
.job-description-list {

}
.job-description-item {
	list-style: decimal;
	list-style-position: inside;
	line-height: 2;
	font-size: 14px;
}
.button-control-container {
	padding-top: 35px;
}
.button-control-container a:first-child {
	margin-right: 20px;
}
.panel-collapse-button {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.job-apply-button {
	display: inline-block;
	width: 120px;
	height: 36px;
	background: #ff8800;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ff8800;
	color: white;
}
.job-apply-button:hover {
	background: #f18102;
}
.us-images {
	width: 100%;
}
.hr-link {
	display: inline-block;
	width: 120px;
	height: 36px;
	background: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ff8800;
	color: #ff8800;
}
.hr-link:hover {
	color: #fff;
	background: #ff8800;
}
.join-txt{
	margin:36px 0 52px 0;
}

.join-txt img{
	width:100%;
}

.join-txt p{
	text-indent: 2em;
	line-height: 30px;
	font-size:16px;
}
.job-r-cont{
	width: 100%;
}
.job-l-cont{
	width:38.33%;
	min-height:529px;
	background:url(../images/job_bg.jpg) no-repeat 0 0;
	float:left;
}
.job-cont-box{
	padding:0 37px
}
.job-cont-box,
.job-cont-box h2,
.job-cont-box p{
	color:#FFF;
}
.job-cont-box h2{
	margin-bottom:10px;
	font-size:18px;
}
.job-cont-box p{
	font-size:14px;
	line-height:25px;
}
.about-page{
	position:relative;
}
.foot-banner{
	position:absolute;
	bottom:410px;
	*bottom:410px;
	width:100%;
	height: 370px;
	background:url(../images/foot_banner.jpg) no-repeat center;
	z-index: 0;
	text-align: center;
}
.foot-banner img{
	margin-top:96px;
}
.footer{
	position:relative;
	z-index: 5;
}
.wave-box{
	background:none;
}
.placeholder{
	height:230px;
}
.job-item-title-box{
	height:50px;
	line-height: 50px;
	border:#e9e9e9 solid 1px;
	cursor: pointer;
}
.sel{
	background: #00aaff;
}
.sel .panel-extend-button {
	background: url(../images/location-icon-hover.png) no-repeat right center;
}
.sel .job-item-title {
	color: #fff;
}
.clear{
	clear:both;
}