html, body, div, p, span, i, b, a, input, select, table, th, tbody, tr, td, ol, dl, dt, dd, li, ul, br, textarea, img, thead, area, aside, article, address, base, button {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  font-weight: normal;
  font-family: "PingFang SC", Arial, Helvetica, sans-serif;
  line-height: 1;
  color: #565656;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-user-drag: none;
}

a {
  color: #565656;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a:hover {
  color: #565656;
  text-decoration: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

ul li, ol li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: middle;
}

input, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main {
  margin: 0 auto;
  width: 1000px;
}

.head-part {
  height: 99px;
  zoom: 1;
}

.head-part:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.head-part ul {
  float: right;
}

.head-part ul > li {
  float: left;
  margin-left: 50px;
}

.head-part ul > li > a {
  float: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 5;
  color: #303030;
}

.head-part ul > li > a:hover {
  color: #565656;
  font-weight: bold;
}

.head-part ul > li.active > a {
  color: #256ab5;
  font-weight: bold;
}

.head-part ul > li.active > a:hover {
  color: #256ab5;
}

.banner-part {
  margin-bottom: 40px;
  height: 500px;
  background: no-repeat scroll url(/Common/Images/nbkun/1.jpg) center top;
  background-size: 100% auto;
}

.title-1 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0 auto;
  width: 140px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #333;
  text-align: center;
  border-bottom: 2px solid #dcdbdb;
}

.title-1:after {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -2px;
  left: 0;
  margin: 0 auto;
  width: 80px;
  height: 3px;
  background-color: #256ab5;
  content: "";
}

.content-company {
  margin: 30px 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  color: #565656;
  text-align: justify;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.content-job {
  margin: 30px 0;
}

.content-job ul {
  zoom: 1;
}

.content-job ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.content-job ul > li {
  float: left;
  width: 998px;
  border: 1px solid #f3f3f3;
  border-top: 0;
}

.content-job ul > li.special {
  border: 1px solid #256ab5;
}

.content-job ul > li.special > span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #256ab5;
}

.content-job ul > li.title {
  padding: 7px 25px;
  width: 948px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  color: #256ab5;
  background-color: #f3f3f3;
}

.content-job ul > li > span {
  padding: 7px 5px;
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.5;
  color: #565656;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
}

.content-job ul > li > span.first {
  padding-left: 25px;
  width: 378px;
}

.content-job ul > li > span.second {
  width: 130px;
}

.content-job ul > li > span.third {
  width: 110px;
}

.content-job ul > li > span.forth {
  width: 100px;
}

.content-job ul > li > span.fifth {
  width: 100px;
}

.content-job ul > li > span.sixth {
  width: 100px;
  color: #256ab5;
}

.content-job ul > li > span.sixth > a {
  color: #256ab5;
}

.content-job ul > li > span.sixth > a:hover {
  color: #256ab5;
  text-decoration: underline;
}

.content-contact {
  margin: 30px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  color: #333;
  text-align: center;
}

.foot {
  padding: 8px 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #565656;
  text-align: center;
  background-color: #f3f3f3;
}

.foot a {
  color: #565656;
}

.foot a:hover {
  color: #256ab5;
  text-decoration: none;
}

@media (max-width: 767px) {
  .main {
    margin: 0 auto;
    width: 100%;
  }
  .head-part {
    height: auto;
    zoom: 1;
  }
  .head-part:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
  .head-part img {
    margin: 0 auto;
    display: block;
    width: 6rem;
  }
  .head-part ul {
    float: none;
  }
  .head-part ul > li {
    float: left;
    margin-left: 0;
    width: 33%;
  }
  .head-part ul > li > a {
    float: left;
    width: 100%;
    font-size: 0.6rem;
    font-weight: normal;
    line-height: 2.5;
    color: #303030;
    text-align: center;
  }
  .head-part ul > li > a:hover {
    color: #565656;
    font-weight: bold;
  }
  .head-part ul > li.active > a {
    color: #fff;
    font-weight: bold;
    background-color: #256ab5;
  }
  .head-part ul > li.active > a:hover {
    color: #fff;
    background-color: #256ab5;
  }
  .title-1 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    margin: 0 auto;
    width: 3.6rem;
    font-size: 0.56rem;
    font-weight: bold;
    line-height: 2;
    color: #333;
    text-align: center;
    border-bottom: 0.04rem solid #dcdbdb;
  }
  .title-1:after {
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -0.04rem;
    left: 0;
    margin: 0 auto;
    width: 1.6rem;
    height: 0.06rem;
    background-color: #256ab5;
    content: "";
  }
  .banner-part {
    margin-bottom: 0.9rem;
    height: 7.5rem;
    background: no-repeat scroll url(/Common/Images/nbkun/1.jpg) center top;
    background-size: 100% auto;
  }
  .content-job {
    margin: 0.6rem 0.5rem;
  }
  .content-job ul {
    zoom: 1;
  }
  .content-job ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
  }
  .content-job ul > li {
    float: left;
    width: 100%;
    border: 1px solid #f3f3f3;
    border-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .content-job ul > li.special {
    border: 1px solid #256ab5;
  }
  .content-job ul > li.special > span {
    font-size: 0.52rem;
    font-weight: bold;
    color: #fff;
    background-color: #256ab5;
  }
  .content-job ul > li.title {
    padding: 0.14rem 0.5rem;
    width: 100%;
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 2.5;
    color: #256ab5;
    background-color: #f3f3f3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .content-job ul > li > span {
    padding: 0.14rem 0.1rem;
    float: left;
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 2.5;
    color: #565656;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .content-job ul > li > span.first {
    padding-left: 2%;
    width: 70%;
  }
  .content-job ul > li > span.second {
    width: 30%;
  }
  .content-job ul > li > span.third {
    display: none;
    width: 2.2rem;
  }
  .content-job ul > li > span.forth {
    display: none;
    width: 2rem;
  }
  .content-job ul > li > span.fifth {
    display: none;
    width: 2rem;
  }
  .content-job ul > li > span.sixth {
    display: none;
    width: 2rem;
    color: #256ab5;
  }
  .content-job ul > li > span.sixth > a {
    color: #256ab5;
  }
  .content-job ul > li > span.sixth > a:hover {
    color: #256ab5;
    text-decoration: underline;
  }
  .content-contact {
    margin: 0.6rem 0.5rem;
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 2;
    color: #333;
    text-align: center;
  }
  .foot {
    padding: 0.16rem 0.3rem;
    font-size: 0.48rem;
    font-weight: normal;
    line-height: 1.5;
    color: #565656;
    text-align: center;
    background-color: #f3f3f3;
  }
  .foot a {
    color: #565656;
  }
  .foot a:hover {
    color: #256ab5;
    text-decoration: none;
  }
}
/*# sourceMappingURL=type.css.map */