
.services-header {
  text-align: center;
  padding-top: 120px;
  box-sizing: border-box;
  min-height: 320px;
}
.services-header1{
  width: 100%;
  text-align: center;
}
.services-header1>img {
  width:100%;
  height: auto;
}
.services-header>img {
  height: 70px;
}
/* 招聘 */
.recruit-detail .iconfont {
  font-size: 24px;
  color: #FC9F50;
}
/****** recruit-section ******/
.recruit-section .jobs {
  width: 100%;
  line-height: 2.6;
  margin-bottom: 24px;
  font-size: 16px;
  color: #666;
}

.recruit-section .jobs .layui-col-xs12.layui-col-sm6.layui-col-md6 {
  padding: 16px;
}

.recruit-section .jobs .job-item {
  background: #FBF6F7;
  height: 320px;
  padding: 16px;
}

.recruit-section .jobs .job-item:hover {
  -moz-box-shadow: 4px 4px 10px #988f8f;
  -webkit-box-shadow: 4px 4px 10px #988f8f;
  box-shadow: 4px 4px 10px #988f8f;
}

.recruit-section .jobs h5 {
  padding-left: 12px;
  border-left: 4px solid #FC9F50;
}

.recruit-section .jobs .title {
  color: #333;
}