.home-banner {
	height: 200px;
	width: 100%;
	overflow: hidden;
}
.home-banner .title {
	position: relative;
	width: 1000px;
	height: 42px;
	margin: 0 auto;
	padding-top: 158px; 	
}
.home-banner img{
  	position: absolute;
  	left:-148px;
  	z-index:-100;
  	overflow: hidden;
}
.home-banner .title:after {
	content: " ";
	display: inline-block;
	width: 192px;
	height: 42px;
	background: url('../images/job-title.png') no-repeat 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
.filters  {
  margin: 20px;
}
.filters li {
  cursor: pointer;
}
.filters li.active {
  color: #e7321f;

}
.filters li:after {
  content: '|';
  margin: 30px;
}
.collapse {
  margin: 20px;
}
.collapse-pane {
  background-color: #f7f9fa;
}
.collapse-pane:after {
  content: '';
  height: 0;
  clear: both;
  display: table;
}
.pane-header {
  height: 45px;
  line-height: 50px;
  background-color: #b4c7d1;
  color: white;
  cursor: pointer;
}
.pane-header:before {
  content: '▲';
  transform: rotate(180deg);
  display: table;
  margin: 0 10px;
  float: left;
}
.compress .pane-header:before {
  content: '▲';
  transform: rotate(90deg);
  display: table;
  margin: 0 10px;
  float: left;
}
.pane-content {
  padding-bottom: 30px;
}
.compress .pane-content {
  display: none;
}

.pane-content table {
  border-bottom: 1px dotted gray;
  width: 100%;
  padding: 10px 40px;
}
.job-describe {
  list-style: none;
  margin: 30px;
}
.job-describe:before {
  font-size: 16px;
  margin: 10px 0px;
  display: block;
}
.job-detail:before {
  content: '职位描述';
}
.job-demand:before {
  content: '职位要求';
}
.job-demand .textindent2 {
	text-indent: 8px;
}
.job-describe li {
  padding: 5px 30px;
}
.job-describe li:before {
  content: '-';
  display: inline-block;
  padding: 0 10px;
}
.btn-apply {
  width: 150px;
  height: 50px;
  display: block;
  margin: auto;
  line-height: 50px;
  text-align: center;
  background-color: #e7321f;
  color: white;
  font-size: 18px;
}

/*=====
	联系我们
	=====*/
.contact-us h3 {
	padding:0;
	padding-bottom: 20px;
}
.contact-us .contact-ways{
	width:260px;
	background-color: #b4c7d1;
	color: white;
	padding: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.contact-us .contact-ways:before {
	content: " ";
	display: inline-block;
	border: 10px solid;
	border-color: transparent  transparent #b4c7d1 transparent;
	position: absolute;
	top: -20px;
	left: 135px;
}
.contact-us .contact-ways p {
	font-size: 14px;
	margin: 0;
}
