.banner {
  margin-top: 6rem;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 26%;
}
.banner .text .con {
  padding-right: 5rem;
}
.banner .text .con .right {
  float: right;
  width: 35%;
}
.banner .text .con .right h2 {
  font-size: 3rem;
  color: #fff;
}
.banner .text .con .right p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
.salary {
  padding: 3.5rem 0 0;
}
.salary .con .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.salary .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 2.5rem;
}
.salary .con .salary-wrapper ul {
  border-bottom: 2px solid #eee;
}
.salary .con .salary-wrapper ul li {
  float: left;
  width: 25%;
  padding-bottom: 2rem;
  position: relative;
  cursor: pointer;
  margin-top: 2rem;
}
.salary .con .salary-wrapper ul li .tu {
  width: 4.1rem;
  height: 4.3rem;
  overflow: hidden;
  margin: 0 auto;
}
.salary .con .salary-wrapper ul li .tu img {
  width: 100%;
}
.salary .con .salary-wrapper ul li .tu img.white {
  display: block;
}
.salary .con .salary-wrapper ul li .tu img.color {
  display: none;
}
.salary .con .salary-wrapper ul li h2 {
  text-align: center;
  font-size: 1rem;
  margin-top: 2rem;
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.salary .con .salary-wrapper ul li:before {
  content: '';
  width: 0;
  height: 2px;
  background: #95bd43;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.salary .con .salary-wrapper ul li:hover .tu img.white {
  display: none;
}
.salary .con .salary-wrapper ul li:hover .tu img.color {
  display: block;
}
.salary .con .salary-wrapper ul li:hover h2 {
  color: #95bd43;
}
.salary .con .salary-wrapper ul li.active .tu img.white {
  display: none;
}
.salary .con .salary-wrapper ul li.active .tu img.color {
  display: block;
}
.salary .con .salary-wrapper ul li.active h2 {
  color: #95bd43;
}
.salary .con .salary-wrapper ul li.active:before {
  left: 0;
  width: 100%;
}
.salary-list {
  padding-bottom: 8rem;
}
.salary-list .con .box > ul > li {
  margin-top: 6rem;
}
.salary-list .con .box > ul > li .left {
  float: left;
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.salary-list .con .box > ul > li .left img {
  width: 100%;
}
.salary-list .con .box > ul > li .right {
  float: right;
  width: 50%;
  padding-right: 4rem;
}
.salary-list .con .box > ul > li .right .title {
  position: relative;
}
.salary-list .con .box > ul > li .right .title:before {
  content: attr(data-title);
  font-size: 10rem;
  font-family: Ninot_medium;
  color: #f8f8f8;
  position: absolute;
  left: -0.6rem;
  top: -7rem;
  z-index: -1;
}
.salary-list .con .box > ul > li .right .title h2 {
  font-size: 1.6rem;
  font-family: NotoSans_bold;
  color: #000;
}
.salary-list .con .box > ul > li .right .title .line {
  width: 2.5rem;
  height: 2px;
  background: #95bd43;
  margin: 1.8rem 0 1rem;
}
.salary-list .con .box > ul > li .right .title h3 {
  font-size: 1rem;
  color: #999;
  width: 86%;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.salary-list .con .box > ul > li .right .text h2 {
  font-size: 1rem;
  color: #555;
  margin-top: 2rem;
}
.salary-list .con .box > ul > li .right .text p {
  font-size: 0.9rem;
  color: #777;
  text-align: justify;
  line-height: 1.8;
}
.salary-list .con .box > ul > li .right .text .txt p {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.salary-list .con .box > ul > li .right .text ul li {
  padding-left: 1.5rem;
  margin-top: 0.8rem;
  line-height: 1.8;
  font-size: 0.9rem;
  color: #777;
  text-align: justify;
  position: relative;
}
.salary-list .con .box > ul > li .right .text ul li:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #95bc46;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
.salary-list .con .box > ul > li .right .text ul.f_two li {
  float: left;
  width: 50%;
  padding-right: 2rem;
}
.salary-list .con .box > ul > li .right .text ul.f_three li {
  float: left;
  width: 50%;
  padding-right: 2rem;
  color: #333;
}
.salary-list .con .box > ul > li .right .text ul.f_three li:before {
  content: '\ebe6';
  font-family: iconfont;
  font-size: 1rem;
  color: #95bc46;
  width: auto;
  height: auto;
  background: none;
  top: 0;
}
.salary-list .con .box > ul > li:nth-child(odd) .left {
  float: right;
}
.salary-list .con .box > ul > li:nth-child(odd) .right {
  float: left;
}
.salary-list .con .box > ul > li:nth-child(even) .right {
  padding-left: 6rem;
  padding-right: 0;
}
.salary-list .con .box > ul > li:nth-child(2) .right {
  padding-top: 5rem;
}
.salary-list .con .box > ul > li:nth-child(3) .right {
  padding-top: 4rem;
}
.salary-list .con .box:last-child > ul > li .left .swiper-pagination {
  bottom: 1rem;
}
.salary-list .con .box:last-child > ul > li .left .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin: 0 0.3rem;
}
.salary-list .con .box:last-child > ul > li .left .swiper-pagination-bullet-active {
  width: 1.7rem;
  border-radius: 5px;
  background: #95bc46;
}
.salary-list .con .box:last-child > ul > li .right {
  padding-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text {
    top: 12%;
  }
  .banner .text .con {
    padding-right: 20px;
  }
  .banner .text .con .right {
    width: 100%;
  }
  .banner .text .con .right h2 {
    font-size: 16px;
  }
  .banner .text .con .right p {
    font-size: 14px;
    margin-top: 6px;
  }
  .salary {
    padding: 30px 0 0;
  }
  .salary .con .title h2 {
    font-size: 18px;
  }
  .salary .con .title .line {
    margin: 14px auto 10px;
  }
  .salary .con .salary-wrapper ul {
    border-bottom: none;
  }
  .salary .con .salary-wrapper ul li {
    padding-bottom: 16px;
    margin-top: 20px;
  }
  .salary .con .salary-wrapper ul li h2 {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 10px;
  }
  .salary-list {
    padding-bottom: 30px;
  }
  .salary-list .con .box > ul > li {
    margin-top: 20px;
  }
  .salary-list .con .box > ul > li .left {
    width: 100%;
  }
  .salary-list .con .box > ul > li .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    padding-top: 40px !important;
  }
  .salary-list .con .box > ul > li .right .title:before {
    font-size: 100px;
    top: -70px;
  }
  .salary-list .con .box > ul > li .right .title h2 {
    font-size: 16px;
  }
  .salary-list .con .box > ul > li .right .title h3 {
    font-size: 14px;
  }
  .salary-list .con .box > ul > li .right .text h2 {
    font-size: 14px;
  }
  .salary-list .con .box > ul > li .right .text ul li {
    font-size: 14px;
  }
  .salary-list .con .box > ul > li .right .text ul.f_three li {
    width: 100%;
    padding-right: 0;
  }
  .salary-list .con .box > ul > li .right .text p {
    font-size: 14px;
  }
  .salary-list .con .box > ul > li .right .text .txt p {
    font-size: 14px;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=profession_salary.css.map */