.banner {
  margin: 0;
  padding: 0;
  border-right: none;
  border-left: none;
  position: relative;
  margin-top: 82px;
}
.banner .images {
  width: 100%;
  height: 3.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url('../../assets/images/v6/Joinus_banner-b006075eff.png');
}
.banner .images .container {
  height: 100%;
}
.banner .images .container h1 {
  font-size: 0.42rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #333333;
  line-height: 0.72rem;
  margin-top: 0.95rem;
}
.banner .images .container p {
  font-size: 0.18rem;
  font-family: 'SourceHanSans', '黑体', '宋体';
  font-weight: 400;
  color: #666666;
  line-height: 0.72rem;
}
.developer {
  border: 1px solid #2975D1;
  padding: 6px 12px;
  color: #fff;
  background: #006BD2;
  display: inline-block;
  margin-top: 22px;
  font-size: 18px;
  border-radius: 5px;
  font-weight: normal;
  margin-right: 10px;
  float: left;
}
.developer:hover {
  background: #2975D1 !important;
  color: #fff !important;
}
.developer:visited {
  color: #fff;
}
.primary-title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.recruit {
  padding: 0.8rem 0;
}
.recruit .intro-box {
  line-height: 2;
  margin-bottom: 0.73rem;
}
.recruit .intro-box h3 {
  font-size: 0.42rem;
  line-height: 0.6rem;
}
.recruit .intro-box p {
  text-indent: 0.5rem;
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
}
.recruit .pr20 {
  padding-right: 20px !important;
}
.recruit .title {
  padding-bottom: 30px;
  text-align: center;
  font-size: 16px;
  color: #999999;
}
.recruit .item {
  margin-top: 20px;
  background: #EDF5FF;
}
.recruit .item .header {
  height: 106px;
  line-height: 106px;
  padding: 0 20px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.recruit .item .header .right {
  position: absolute;
  right: 10px;
  top: 0;
  color: #8998a9;
  font-weight: initial;
}
.recruit .item .header img {
  margin: 20px;
}
.recruit .item .body {
  margin: 0 40px;
  padding: 0 0 20px 0;
  border-top: 1px dotted #e5ecf4;
  font-size: 18px;
  display: none;
}
.recruit .item .body h2 {
  margin-top: 40px;
}
.recruit .item .body h4 {
  font-weight: bold;
  margin-top: 16px;
}
.recruit .item .body p {
  color: #414a5d;
  text-indent: 2em;
}
.recruit .col-md-3 {
  margin-top: 20px;
  padding: 0;
}
.recruit .col-md-3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recruit .col-md-3 ul li {
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  font-size: 18px;
  cursor: pointer;
}
.recruit .col-md-3 ul li.current {
  color: white;
  background-image: linear-gradient(to left, #40C7FF, #40C7FF);
  border-radius: 5px;
  position: relative;
}
.recruit .col-md-3 ul li.current::after {
  position: absolute;
  right: -13px;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 13px solid #40C7FF;
  border-bottom: 8px solid transparent;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  a.digitalTransformation_active:before,
  ul a.digitalTransformation_active:before {
    display: none;
  }
  .banner .images h1 {
    font-size: 34px;
  }
  .recruit .primary-title {
    font-size: 30px;
  }
  .recruit .item .header img {
    margin: 20px 8px;
  }
  .recruit .item .header {
    padding: 10px;
    line-height: normal;
  }
  .recruit .item .header .right {
    top: 38px;
  }
  .recruit .item .body {
    margin: 0 20px;
  }
}
@media (max-width: 980px) {
  .recruit .col-md-3 {
    padding: 0 15px;
  }
  .recruit .col-md-3 ul li {
    display: inline-block;
    line-height: 1em;
    padding: 8px;
    height: auto;
  }
  .recruit .col-md-3 ul li::before {
    display: none;
  }
}
