/* 96KaiFa原创源码，唯一官网：www.96kaifa.com */
@charset  "utf-8";

.banner {
	width: 100%;
	height: 300px;
	min-width: 1200px;
	background: url(/96kaifa/CloudStatic/about_v2/images/banner-join.png) center top no-repeat;
}

.join-text {
	width: 497px;
	height: 111px;
	margin: 50px auto 60px;
	background: url(/96kaifa/CloudStatic/about_v2/public/images/about-all.png) no-repeat 0 0;
}

.join-job ul {
	border-top: 1px solid #e6e5e5;
}

.join-job ul li {
	width: 100%;
	*margin-top: -4px;
	border-bottom: 1px solid #e6e5e5;
}

.join-job ul li .job-tit {
	height: 67px;
	line-height: 64px;
	cursor: pointer;
}

.join-job ul li .job-tit1 {
	border-bottom: 1px solid #e6e5e5;
}

.join-job ul li .job-tit h4 {
	float: left;
	padding: 0 0 0 11px;
	font-size: 20px;
	color: #333;
}

.join-job ul li .job-tit p {
	float: right;
	font-size: 16px;
	color: #d53939;
}

.join-job ul li .job-tit p em {
	display: inline-block;
	width: 19px;
	height: 11px;
	margin: 30px 5px 0 40px;
	*margin: 10px 5px 4px 40px;
	background: url(../public/images/about-all.png) no-repeat -87px -181px;
	cursor: pointer;
}

.job-note {
	overflow: hidden;
	height: 0;
}

.job-note div {
	float: left;
	width: 631px;
}

.job-note div+div {
	float: right;
	width: 513px;
}

.job-note div h5 {
	width: 101px;
	height: 32px;
	margin: 14px 0 8px 0;
	line-height: 32px;
	background: #d53939;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.job-note div p {
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

.join-resume {
	margin: 79px 0 84px 0;
}

.join-resume p {
	width: 100%;
	padding: 0 0 14px 0;
	font-size: 22px;
	color: #333;
	text-align: center;
}

.join-resume p span {
	display: inline-block;
	font-size: 14px;
	color: #999;
	vertical-align: top;
	*vertical-align: middle;
}

.join-resume a {
	display: block;
	width: 266px;
	height: 54px;
	line-height: 54px;
	margin: 0 auto;
	border-radius: 3px;
	background: #d53939;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.join-resume a:hover {
	background: #D85050;
}

.join-job ul li.join-open .job-note {
	height: auto;
	margin: 0 0 55px 0;
	border-top: 1px solid #e6e5e5;
}

.join-job ul li.join-open .job-tit p em {
	background-position: -51px -181px;
}