.s-banner-job{
	text-align: center;
	background-color: #00818e;
	height:160px;
}
.s-banner-company{
	text-align: center;
	background-color: #3256aa;
	height:160px;
}
.job-title{
	color:#3e69a4;
	font-weight: normal;
	font-size: 30px;
	margin-top:30px;
}
.border-bottom{
	color: #C8C9CA;
	border-bottom: 2px dashed #C8C891;
	padding:5px 0;
	margin-bottom:50px;
}
.job-list h4,.job-list p{
	text-align: center;
}
.job-list{
	padding-bottom: 50px;
}
.job-list:after{
	display: block;
	content:"";
	clear: both;
}
.job-list li{
	display: block;
	width:100%;
	border:1px solid #DFDFDF;
	padding:15px 20px;
	position: relative;
}
.i-btn{
	position:absolute;
	right:10px;
	bottom:10px;
	font-style: normal;
	color:#00b050;
	background-color: #eee;
	font-size: 14px;
	padding:5px 10px;
	border-radius:5px;
	cursor: pointer;
}
.hot{
	position:absolute;
	left:50px;
	top:10px;
	width:80px;
	height:80px;
	background-image:url("../images/hot.png");
	background-repeat: no-repeat;
	background-size:80px 80px;

}
.job-list li:not(:first-child){
	border-top:0;
}
.job-list h4{
	color:#1cacf4;
	padding:10px 0;
	font-weight: normal;
	font-size: 20px;
}
.job-list p{
	color:#888;
	padding:5px 0;
}
.job-list div{
	border-top: 1px dashed #ccc;
	padding:10px 30px;
	line-height: 30px;
	color:#000;
	display: none;
}
.text-img{
	text-align: center;
	margin:30px 0;
	margin-bottom: 50px;
}
.company-introduce{
	margin-bottom: 80px;
	padding:0 30px;
}
.company-introduce p{
	text-indent: 2em;
	margin-top:20px;
	font-size: 16px;
	line-height: 28px;
	color:#333;
}
			.title-bg{
				padding:10px;
				width:180px;
				border-radius: 8px;
				padding-left: 50px;
				color:#fff;
				background-repeat: no-repeat;
				background-size: 30px 30px;
				background-position: 10px 5px;
			}
			.title-1{
				background-image: url("{IMG_PATH}huiqu/title-1.png");
				background-color: #00a8ec;
			}
			.title-2{
				background-image: url("{IMG_PATH}huiqu/title-2.png");
				background-color: #7cc623;
			}
			.title-3{
				background-image: url("{IMG_PATH}huiqu/title-3.png");
				background-color: #67087b;
			}
			.title-4{
				background-image: url("{IMG_PATH}huiqu/title-4.png");
				background-color: #e8641b;
			}
	        .goTop{
	            position: fixed;
	            bottom:50px;
	            right:40px;
	            width:50px;
	            height:50px;
	            background-color: #2388ff;
	            z-index: 999;
	            font-size: 50px;
				text-align: center;
				line-height: 40px;
				color:#fff;
				cursor: pointer;
	        }
	        .goTop:hover{
	        	opacity: .8;
	        }
			.company-introduce{
				margin-bottom: 0;
			}
			.display-area-1 li img {
			width: 100%;
			height: 100%; 
}
.display-area-2{position:relative;}