@charset "UTF-8";
.banner {
  background: url("../images/banner/jobs.jpg") top center no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.banner-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
}
.banner-title {
  font-size: 54px;
  color: white;
  margin-top: -33px;
}
.banner-title p {
  line-height: 60px;
  letter-spacing: 8px;
  font-weight: bold;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.main {
  width: 1100px;
  margin: 75px auto 90px;
}
.jobs .index-title {
  margin-bottom: 38px;
}
#table1 {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 58px;
  border: 1px solid #cca572;
}
#table1 thead th {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  background: #cca572;
  color: white;
  line-height: 52px;
  height: 52px;
}
#table1 tbody td {
  height: 80px;
  line-height: 2;
  color: #1a1a1a;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 2px;
  border-bottom: 1px solid #cca572;
  padding: 0 10px;
}
#table1 tbody a {
  color: #1a1a1a;
  letter-spacing: 4px;
}
#table1 tbody a:hover {
  color: #b66815;
  text-decoration: none;
}
.bigpage {
  margin-bottom: 80px;
}
.jobs .contact li {
  float: left;
  width: 347px;
  height: 226px;
  text-align: center;
  background-color: #f3f3f3;
}
.jobs .contact p {
  font-size: 18px;
  margin-bottom: 22px;
  font-weight: 300;
}
.jobs .contact label {
  font-size: 20px;
  font-weight: 300;
}
.jobs .contact .email {
  margin: 0 29px;
}
.jobs .contact .img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.jobs .contact .kefu .img {
  background: url("../images/jobs/kefu.png") center center no-repeat;
}
.jobs .contact .email .img {
  background: url("../images/jobs/email.png") center center no-repeat;
}
.jobs .contact .weixin img {
  margin: 28px 0 10px;
}
.jobs .contact .weixin p {
  font-size: 16px;
}
.jobs .company .index-title {
  margin: 40px 0 54px;
  padding-top: 40px;
}
.jobs .company #map {
  width: 570px;
  height: 364px;
  float: left;
}
.jobs .company .right {
  float: right;
}
.jobs .company ul {
  line-height: 40px;
  vertical-align: text-bottom;
  letter-spacing: 1px;
  font-size: 16px;
}
.jobs .company .shanghai .location,
.jobs .company .nanjing .location {
  font-size: 19px;
  color: #d59c53;
}
.jobs .company .shanghai {
  margin-bottom: 34px;
}
.jobs .company .shanghai ul,
.jobs .company .nanjing ul {
  display: inline-block;
}
.jobs .company .shanghai:before,
.jobs .company .nanjing:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 148px;
  background: white;
  margin-right: 13px;
}
.jobs .company .active:before {
  background-color: #d59c53;
}
a#jobs,
a#company {
  position: relative;
  top: -80px;
}
/*# sourceMappingURL=jobs.css.map */