* {
  margin: 0;
  padding: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #282828 !important;
}
.header .wrap {
  width: 79%;
  height: 66px;
}
.header .logo {
  display: inline-block;
  width: 82px;
  height: 42px;
  float: left;
  margin-top: 12px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .nav {
  display: inline-block;
  float: right;
  padding: 20px 0 25px;
}
.header .nav .item {
  position: relative;
  display: inline-block;
  color: #fff;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  margin: 0 40px;
  cursor: pointer;
}
.header .nav .cur,
.header .nav .item:hover {
  color: #11D7AE;
}
.header .nav .sub-item {
  display: none;
  position: absolute;
  top: 13px;
  left: 50%;
  width: 180px;
  height: 135px;
  margin-left: -75px;
  padding-top: 33px;
}
.header .nav .sub-item a {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #727272;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
}
.header .nav .sub-item a:first-child {
  border-radius: 4px 4px 0 0;
}
.header .nav .sub-item a:last-child {
  border-radius: 0 0 4px 4px;
}
.header .nav .sub-item .cur,
.header .nav .sub-item a:hover {
  background: #F9F8FD;
  color: #11D7AE;
}
.header .nav .sub-main {
  display: block;
  width: 150px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}
.header .nav .item:hover .sub-item {
  display: block;
}
.footer {
  background-color: #282828;
}
.footer .wrap {
  height: 270px;
  padding: 61px 0 53px;
}
.footer .foot-left,
.footer .foot-right {
  display: inline-block;
  float: left;
}
.footer .list {
  display: inline-block;
  float: left;
  width: 80px;
  margin-right: 70px;
}
.footer .list a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 30px;
}
.footer .list .tit {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .foot-right {
  float: right;
  height: 152px;
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.footer .foot-right .code {
  display: inline-block;
  float: left;
  width: 120px;
}
.footer .foot-right .code img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
}
.footer .foot-right .code p {
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.footer .foot-right .code + .code {
  margin-left: 70px;
}
.footer .foot-bom {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(134, 132, 157, 0.6);
}
.sfooter {
  background-color: #282828;
  height: 158px;
}
.sfooter .foot-top {
  height: 114px;
  text-align: center;
  padding: 46px 0;
}
.sfooter .foot-top a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 0 33px;
}
.sfooter .foot-bom {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(134, 132, 157, 0.6);
}
@media screen and (max-width: 1440px) {
  .wrap {
    width: 1000px;
  }
  .header .wrap {
    width: 1080px;
    height: 50px;
  }
  .header .logo {
    width: 62px;
    height: 31px;
    margin-top: 9px;
  }
  .header .nav {
    padding: 13px 0;
  }
  .header .nav .item {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 30px;
  }
  .header .nav .sub-item {
    top: 4px;
    width: 110px;
    height: 100px;
    margin-left: -55px;
  }
  .header .nav .sub-item a {
    width: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .header .nav .sub-main {
    width: 110px;
  }
  .footer {
    background-color: #282828;
  }
  .footer .wrap {
    width: 1000px;
    height: 190px;
    padding: 44px 0 37px;
  }
  .footer .list {
    width: 60px;
    margin-right: 65px;
  }
  .footer .list a {
    font-size: 12px;
    line-height: 24px;
  }
  .footer .list .tit {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .footer .foot-right {
    height: 108px;
    padding-left: 60px;
  }
  .footer .foot-right .code {
    width: 85px;
  }
  .footer .foot-right .code img {
    width: 85px;
    height: 85px;
    margin-bottom: 7px;
  }
  .footer .foot-right .code p {
    font-size: 12px;
  }
  .footer .foot-right .code + .code {
    margin-left: 50px;
  }
  .footer .foot-bom {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .sfooter {
    height: 118px;
  }
  .sfooter .foot-top {
    height: 84px;
    text-align: center;
    padding: 34px 0;
  }
  .sfooter .foot-top a {
    font-size: 12px;
    line-height: 18px;
    padding: 0 25px;
  }
  .sfooter .foot-bom {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #282828 !important;
}
.header .wrap {
  width: 79%;
  height: 66px;
}
.header .logo {
  display: inline-block;
  width: 82px;
  height: 42px;
  float: left;
  margin-top: 12px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .nav {
  display: inline-block;
  float: right;
  padding: 20px 0 25px;
}
.header .nav .item {
  position: relative;
  display: inline-block;
  color: #fff;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  margin: 0 40px;
  cursor: pointer;
}
.header .nav .cur,
.header .nav .item:hover {
  color: #11D7AE;
}
.header .nav .sub-item {
  display: none;
  position: absolute;
  top: 13px;
  left: 50%;
  width: 180px;
  height: 135px;
  margin-left: -75px;
  padding-top: 33px;
}
.header .nav .sub-item a {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #727272;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
}
.header .nav .sub-item a:first-child {
  border-radius: 4px 4px 0 0;
}
.header .nav .sub-item a:last-child {
  border-radius: 0 0 4px 4px;
}
.header .nav .sub-item .cur,
.header .nav .sub-item a:hover {
  background: #F9F8FD;
  color: #11D7AE;
}
.header .nav .sub-main {
  display: block;
  width: 150px;
  border-radius: 4px;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.05);
}
.header .nav .item:hover .sub-item {
  display: block;
}
.footer {
  background-color: #282828;
}
.footer .wrap {
  height: 270px;
  padding: 61px 0 53px;
}
.footer .foot-left,
.footer .foot-right {
  display: inline-block;
  float: left;
}
.footer .list {
  display: inline-block;
  float: left;
  width: 80px;
  margin-right: 70px;
}
.footer .list a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 30px;
}
.footer .list .tit {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .foot-right {
  float: right;
  height: 152px;
  padding-left: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.footer .foot-right .code {
  display: inline-block;
  float: left;
  width: 120px;
}
.footer .foot-right .code img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
}
.footer .foot-right .code p {
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.footer .foot-right .code + .code {
  margin-left: 70px;
}
.footer .foot-bom {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(134, 132, 157, 0.6);
}
.sfooter {
  background-color: #282828;
  height: 158px;
}
.sfooter .foot-top {
  height: 114px;
  text-align: center;
  padding: 46px 0;
}
.sfooter .foot-top a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 0 33px;
}
.sfooter .foot-bom {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  height: 40px;
  line-height: 40px;
  border-top: 1px solid rgba(134, 132, 157, 0.6);
}
@media screen and (max-width: 1440px) {
  .wrap {
    width: 1000px;
  }
  .header .wrap {
    width: 1080px;
    height: 50px;
  }
  .header .logo {
    width: 62px;
    height: 31px;
    margin-top: 9px;
  }
  .header .nav {
    padding: 13px 0;
  }
  .header .nav .item {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 30px;
  }
  .header .nav .sub-item {
    top: 4px;
    width: 110px;
    height: 100px;
    margin-left: -55px;
  }
  .header .nav .sub-item a {
    width: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .header .nav .sub-main {
    width: 110px;
  }
  .footer {
    background-color: #282828;
  }
  .footer .wrap {
    width: 1000px;
    height: 190px;
    padding: 44px 0 37px;
  }
  .footer .list {
    width: 60px;
    margin-right: 65px;
  }
  .footer .list a {
    font-size: 12px;
    line-height: 24px;
  }
  .footer .list .tit {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .footer .foot-right {
    height: 108px;
    padding-left: 60px;
  }
  .footer .foot-right .code {
    width: 85px;
  }
  .footer .foot-right .code img {
    width: 85px;
    height: 85px;
    margin-bottom: 7px;
  }
  .footer .foot-right .code p {
    font-size: 12px;
  }
  .footer .foot-right .code + .code {
    margin-left: 50px;
  }
  .footer .foot-bom {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .sfooter {
    height: 118px;
  }
  .sfooter .foot-top {
    height: 84px;
    text-align: center;
    padding: 34px 0;
  }
  .sfooter .foot-top a {
    font-size: 12px;
    line-height: 18px;
    padding: 0 25px;
  }
  .sfooter .foot-bom {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
}
html {
  font-size: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html .head-baner {
  width: 100%;
  max-width: none;
  background: url("http://static.98du.com/images/joinUs/banner.png?v=729") no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  color: #b5b5b6;
  height: 390px;
  margin-top: 66px;
}
html .head-baner .img-box {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
html .head-baner .img-box img {
  width: 100%;
}
html .main-box {
  height: auto;
  margin: 0px auto 0px auto;
  cursor: pointer;
}
html .main-box .serch-box {
  width: 1200px;
  margin: 44px auto 43px auto;
}
html .main-box .serch-box .input-box {
  width: 1079px;
  height: 50px;
  float: left;
  position: relative;
}
html .main-box .serch-box .input-box input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 35px;
  color: #1E1E1E;
  line-height: 14px;
  font-size: 14px;
  border: 1px solid #09C9CB;
}
html .main-box .serch-box .input-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C9C9C9;
}
html .main-box .serch-box .input-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #C9C9C9;
}
html .main-box .serch-box .input-box input:-ms-input-placeholder {
  /* IE 10+ */
  color: #C9C9C9;
}
html .main-box .serch-box .input-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #C9C9C9;
}
html .main-box .serch-box .input-box .input-tip {
  color: #C9C9C9;
  font-size: 14px;
  position: absolute;
  top: 18px;
  left: 35px;
}
html .main-box .serch-box .serch-btn {
  width: 121px;
  height: 50px;
  line-height: 50px;
  float: right;
  background-color: #09C9CB;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
html .main-box .serch-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
html .main-box .categories {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 0px 43px 0;
  color: #1E1E1E;
  font-size: 14px;
}
html .main-box .categories .mb-18 {
  margin-bottom: 18px;
}
html .main-box .categories span {
  display: inline-block;
  line-height: 36px;
  padding: 0 20px;
}
html .main-box .categories span.fromc,
html .main-box .categories span.typec {
  color: #4D4D4D;
}
html .main-box .categories span.active {
  background: -webkit-linear-gradient(left, #11D7AE, #1FCCD6);
  background: url("http://static.98du.com/images/btn_bj.png?v=729") no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 36px;
}
html .main-box .jobs-box {
  width: 100%;
  background-color: #FBFBFB;
  padding-top: 19px;
  padding-bottom: 68px;
}
html .main-box .jobs-box .jobs {
  width: 1200px;
  margin: 0px auto;
}
html .main-box .jobs-box .jobs .job-item {
  display: block;
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 6px;
}
html .main-box .jobs-box .jobs .job-item .item-left {
  float: left;
}
html .main-box .jobs-box .jobs .job-item .item-left .job-tit {
  margin-bottom: 6px;
  font-size: 18px;
  color: #1E1E1E;
}
html .main-box .jobs-box .jobs .job-item .item-left .job-cate {
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
  margin-top: 6px;
}
html .main-box .jobs-box .jobs .job-item .item-left .address {
  font-size: 14px;
  color: #575757;
}
html .main-box .jobs-box .jobs .job-item .item-right {
  float: right;
  text-align: right;
}
html .main-box .jobs-box .jobs .job-item .item-right .salary {
  font-size: 20px;
  color: #1E1E1E;
  margin-bottom: 28px;
  margin-top: 13px;
}
html .main-box .jobs-box .jobs .job-item .item-right .public-time {
  font-size: 14px;
  color: #999;
}
html .main-box .jobs-box .jobs .job-item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
html .main-box .jobs-box .page-box {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
  margin-top: 46px;
}
html .main-box .jobs-box .page-box span {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  color: #606266;
}
html .main-box .jobs-box .page-box span.count {
  margin-right: 36px;
}
html .main-box .jobs-box .page-box span.pre-page {
  margin-right: 8px;
}
html .main-box .jobs-box .page-box span.pre-btn,
html .main-box .jobs-box .page-box span.next-btn,
html .main-box .jobs-box .page-box span.page-count {
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: #F0F2F5;
  color: #C0C4CC;
  border-radius: 2px;
  margin-right: 8px;
}
html .main-box .jobs-box .page-box span.next-btn,
html .main-box .jobs-box .page-box span.page-count {
  color: #606266;
}
html .main-box .jobs-box .page-box span.page-count.active {
  background-color: #09C9CB;
  color: #fff;
}
html .placeholder {
  color: #C9C9C9 !important;
}
@media screen and (max-width: 1440px) {
  html .head-baner {
    background: url(/static/img/banner_sm.531839e.png) no-repeat;
    background-size: cover;
    height: 294px;
    overflow: hidden;
    margin-top: 50px;
  }
  html .head-baner .img-box {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
  }
  html .head-baner .img-box img {
    width: 100%;
  }
  html .main-box .serch-box {
    width: 1000px;
    margin: 40px auto 32px auto;
  }
  html .main-box .serch-box .input-box {
    width: 909px;
    height: 40px;
  }
  html .main-box .serch-box .input-box input {
    padding: 12px 26px 12px 26px;
    line-height: 16px;
    font-size: 12px;
  }
  html .main-box .serch-box .input-box .input-tip {
    color: #C9C9C9;
    font-size: 12px;
    position: absolute;
    top: 12px;
    left: 26px;
  }
  html .main-box .serch-box .serch-btn {
    width: 91px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  html .main-box .categories {
    width: 1000px;
    padding: 0px 0px 32px 0;
    font-size: 12px;
  }
  html .main-box .categories .mb-18 {
    margin-bottom: 14px;
  }
  html .main-box .categories span {
    line-height: 24px;
    padding: 0 15px;
    color: #727272;
    font-size: 12px;
  }
  html .main-box .categories span.active {
    background: -webkit-linear-gradient(left, #1ECCD4, #11D7AE);
    background: url(data:image/png;base64,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) no-repeat;
    background-size: cover;
    border-radius: 24px;
    background-position: center center;
  }
  html .main-box .jobs-box {
    padding-top: 14px;
    padding-bottom: 35px;
  }
  html .main-box .jobs-box .jobs {
    width: 1000px;
  }
  html .main-box .jobs-box .jobs .job-item {
    padding: 22px 30px 25px 30px;
    margin-bottom: 10px;
  }
  html .main-box .jobs-box .jobs .job-item .item-left .job-tit {
    font-size: 14px;
  }
  html .main-box .jobs-box .jobs .job-item .item-left .job-cate {
    margin-bottom: 12px;
    font-size: 12px;
  }
  html .main-box .jobs-box .jobs .job-item .item-left .address {
    font-size: 12px;
    color: #727272;
  }
  html .main-box .jobs-box .jobs .job-item .item-right .salary {
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 16px;
  }
  html .main-box .jobs-box .jobs .job-item .item-right .public-time {
    font-size: 12px;
    color: #999;
  }
  html .main-box .jobs-box .page-box {
    width: 1000px;
    margin-top: 31px;
  }
  html .main-box .jobs-box .page-box span {
    display: inline-block;
    line-height: 24px;
    font-size: 10px;
    color: #727272;
  }
  html .main-box .jobs-box .page-box span.count {
    margin-right: 29px;
  }
  html .main-box .jobs-box .page-box span.pre-page {
    margin-right: 10px;
  }
  html .main-box .jobs-box .page-box span.pre-btn,
  html .main-box .jobs-box .page-box span.next-btn,
  html .main-box .jobs-box .page-box span.page-count {
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #F0F2F5;
    color: #C0C4CC;
    border-radius: 2px;
    margin-right: 10px;
  }
}

