body{
	font-family: "微软雅黑", "microsoft yahei";
	background-color: #efebeb;
}
.employ-banner{
	position: relative;
	width: 100%;
	height: 470px;
	min-width: 1200px;
	background-image: url('../images/banner.jpg');
	background-position: center top;
}
.employ-body{
	background-color: #efebeb;
	width: 100%;
	min-height: 1200px;
	padding-bottom: 200px;
}
.employ-content{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.employ-content-leftside{
	border-top: 3px solid #262948;
	position: relative;
	width: 420px;
}
.employ-content-rightside{
	position: relative;
	border-top: 3px solid #ff4200;
	width: 780px;
	padding-top: 136px;
}
.employ-content-rightside .jobs-list>h3{
	font-size: 16px;
	color: #262948;
	font-weight: bold;
}
.employ-content-rightside .jobs-list h4{
	display: block;
	float: left;
	width: 60px;
	font-size: 12px;
	color: #666;
	margin-top: 30px;
}
.jobs-list .options ul{
	float: left;
	margin-top: 27px;
	font-size: 12px;
	margin-left: 2px;
	width: 710px;

}
.jobs-list .options ul li{
	float: left;
	margin-left: 20px;
	color: #666;
	line-height: 23px;
	padding: 0 24px;
	margin-bottom: 2px;
	cursor: pointer;

}
.jobs-list .options ul li.cur{
	background-color: #009966;
	border-radius: 12px;
	color: #fff;
}
.jobs-detail{
	position: relative;
	margin-top: 90px;
}
.jobs-detail h3{
	font-size: 16px;
	color: #262948;
	font-weight: bold;
}
.jobs-detail ul li{
    position: relative;
    color: #666666;
    font-size: 12px;
    height: 236px;
    overflow: hidden;
    width: 520px;
    border-bottom: 3px solid #ff4200;

}
.jobs-detail ul li h4{
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.jobs-detail ul li h5{
	font-size: 12px;
	margin-bottom: 30px;
}
.jobs-detail ul li .desc{
	margin-bottom: 42px;
}
.jobs-detail ul li .desc p{
	line-height: 20px;
}
.jobs-detail ul li .btn-apply{
	width: 220px;
	height: 40px;
	font-size: 16px;
	background-color: #009966;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	cursor: pointer;
	margin-bottom: 50px;
}
.jobs-detail ul li .know-more{
    position: absolute;
    padding: 21px 0 40px 0;
    width: 100%;
    background-color: #efebeb;
    bottom: 0px;
}
.jobs-detail ul li .know-more span{
	color: #ff4200;
	cursor: pointer;
}




.pop-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.pop-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 1;
}
.pop-content{
	position: absolute;
	width: 400px;
	height: 213px;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -200px;
	background-color: #fff;
	padding-top: 27px;
	text-align: center;
}
input{
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}
.pop-content input{
    width: 313px;
    height: 38px;
    line-height: 38px;
	margin-top: 15px;
	font-size: 14px;
	border-radius: 20px;
	text-shadow: none;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
}
.pop-content .btn-sure{
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	width: 335px;
	height: 40px;
	font-size: 16px;
	background-color: #009966;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	cursor: pointer;
}
.pop-content .notice{
	line-height: 40px;
	font-size: 12px;
	color: #ff4200;
}