
/*banner*/
.z_banner{
	width: auto;
	height: auto;
	margin: auto;
	overflow: hidden;
}
.z_banner a img{
	display: block;
	width: 100%;
}
/*招贤纳士  页面主体部分*/
.accepMain{
	width: 100%;
	height: auto;
	margin-top: 36px;
}
.accep{
	height: auto;
}
.accepTitle{
	position: relative;
	width: 100%;
	height: 47px;
	border-bottom: 1px solid #d7d7d7;
}
.accepTitle span{
	position: absolute;
	top: 0;
	left: 0;
	height: 46px;
	border-bottom: 2px solid #E68012;
	padding: 0 12px;
	line-height: 46px;
	font-size: 20px;
	color: #E68012;
	font-weight: bold;
}
.accepBom{
	width: 100%;
	height: auto;
	margin-top: 40px;
	padding-bottom: 20px;
}
.accepBom ul{
	width: 100%;
	height: auto;
	float: left;
}
.accepBom ul li{
	float: left;
	width: 556px;
	height: auto;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.accepBom ul li.cur{
	float: right;
}
.accepBom ul li h2{
	position: relative;
	padding: 0 28px;
	background: #e0e0e0;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color: #2e2e2e;
	font-weight: bold;
}
.accepBom ul li h2 span{
	position: absolute;
	right: 28px;
	top: 0;
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	color: #5f5f5f;
	cursor: pointer;
}
.accepBom ul li h2 span:hover{
	color: #E68012;
}
.accList{
	height: 182px;
	overflow-y: auto;
	padding: 17px 28px 14px;
	background: #fcfcfc;
}
.accList h3{
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 14px;
	color: #505050;
	font-weight: bold;
}
.accList p{
	font-size: 14px;
	color: #969696;
	line-height: 30px;
}
.resume{
	padding: 20px 29px 30px;
}
.resume p{
	line-height: 30px;
	font-size: 14px;
	color: #6e6e6e;
}
.resume p span{
	color: #404040;
}
/*弹出层*/
#TB_overlayBG{
	position:absolute;
	z-index:9993;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	background: url(../image/ico_btn6.png) repeat;
}
.layer{
	width: 880px;
	height: auto;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -440px;
	z-index: 9999;
	display: none;
	background: #fcfcfc;
}
.layer .close{
	width: 25px;
	height: 24px;
	position: absolute;
	top: 15px;
	right: 17px;
	cursor: pointer;
}
.layer .close img{
	display: block;
	width: 100%;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.layer .close img:hover{
	transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.layer h2{
	width: 770px;
	height:54px;
	line-height: 54px;
	background: #E68012;
	padding: 0 80px 0 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fcfcfc;
}
.layer .accList{
	height: auto;
	padding-bottom: 30px;
}
.layer .accList .accH3{
	margin-top: 50px;
}

/*content*/
.show_con{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 40px;
}

/*各公司招聘*/
.show_con{
	padding-bottom: 0;
}
.show_top{
	display: block;
	width: 100%;
	margin: auto auto;
}
.show_top a{
	display: inline-block;
	width: 114px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #E68012;
	border-radius: 50px;
	font-size: 14px;
	color: #E68012;
	margin-right: 32px;
}
.show_top a.cur{
	background: #E68012;
	color: #fff;
}