h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

h6 {
  margin: 0;
  padding: 0;
}

html, body, div, p, span, i, b, label, blockquote, dl, ol, ul, dt, dd, a, br, button, table, tbody, tr, th, td, col, code, aside, area, article, caption, text, select, input, img {
  margin: 0;
  padding: 0;
}

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

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #1d49ac;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

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

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

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

.head-part {
  height: 100px;
}

.nav-part {
  height: 40px;
  background-color: #1d49ac;
}

.nav-part ul {
  zoom: 1;
}

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

.nav-part ul > li {
  float: left;
}

.nav-part ul > li.active a {
  color: yellow;
}

.nav-part ul > li.active a:hover {
  color: yellow;
  text-decoration: none;
}

.nav-part ul > li > a {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 0 59px 0 14px;
  font-size: 18px;
  font-weight: normal;
  line-height: 2.2;
  color: #fff;
}

.nav-part ul > li > a:before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #fff;
  content: "";
}

.nav-part ul > li > a:hover {
  color: yellow;
  text-decoration: none;
}

.banner-part {
  margin-bottom: 30px;
  height: 550px;
  background: url(/Common/Images/bjnangs/1.jpg) transparent center top no-repeat;
}

.title-1 {
  text-align: center;
}

.title-1 > span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  color: #666;
}

.title-1 > label {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 5px 0 10px;
  height: 1px;
  background-color: #d9d9d9;
}

.title-1 > label:before {
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 62px;
  height: 3px;
  background-color: #1d49ac;
  content: "";
}

.title-1 > i {
  display: block;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8;
  color: #b2b2b2;
  text-transform: uppercase;
}

.content-company {
  margin: 30px 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  color: #666;
  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: 999px;
  border-left: 1px solid #e6e6e6;
}

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

.content-job > ul > li.special > span {
  font-size: 16px;
  color: #fff;
  background-color: #1d49ac;
  border-right: 1px solid #1d49ac;
  border-bottom: 1px solid #1d49ac;
}

.content-job > ul > li.title {
  padding: 5px 30px;
  width: 938px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.2;
  color: #666;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.content-job > ul > li > span {
  float: left;
  padding: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.2;
  color: #666;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.content-job > ul > li > span.first {
  padding-left: 55px;
  width: 414px;
  text-align: left;
}

.content-job > ul > li > span.first > a {
  color: #666;
}

.content-job > ul > li > span.first > a:hover {
  color: #1d49ac;
  text-decoration: none;
}

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

.content-job > ul > li > span.third, .content-job > ul > li > span.forth, .content-job > ul > li > span.fifth {
  width: 115px;
}

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

.foot {
  padding: 5px 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  color: #666;
  text-align: center;
  background-color: #f5f5f5;
}

.foot a {
  color: #1d49ac;
}

.foot a:hover {
  color: #1d49ac;
  text-decoration: none;
}
/*# sourceMappingURL=type.css.map */