.mCSB_scrollTools {
  width: 4px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 1rem;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.1);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #a5c25d;
  width: 2px;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #a5c25d;
}
.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;
}
.group {
  padding: 3.5rem 0 5rem;
}
.group .con .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.group .con .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 2rem;
}
.group .con .group-list .group-top ul li {
  float: left;
  width: 48.6%;
  margin-top: 1.7rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.group .con .group-list .group-top ul li:not(:nth-child(even)) {
  margin-right: 2.8%;
}
.group .con .group-list .group-top ul li .tu {
  height: 0;
  padding-bottom: 54%;
  overflow: hidden;
}
.group .con .group-list .group-top ul li .tu img {
  width: 100%;
}
.group .con .group-list .group-top ul li > h2 {
  line-height: 5rem;
  background: #f9f9f9;
  font-size: 1.2rem;
  color: #062058;
  text-align: center;
}
.group .con .group-list .group-top ul li .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.group .con .group-list .group-top ul li .mask .text {
  padding: 2rem 3rem;
}
.group .con .group-list .group-top ul li .mask .text .top h2 {
  font-size: 1.2rem;
  color: #062058;
  text-align: center;
}
.group .con .group-list .group-top ul li .mask .text .top .line {
  width: 2.5rem;
  height: 3px;
  background: #a4c35d;
  margin: 1rem auto;
}
.group .con .group-list .group-top ul li .mask .text .txt {
  height: 15rem;
  font-size: 0.8rem;
  color: #7f808a;
  line-height: 1.8;
  text-align: center;
  margin-top: 0.8rem;
}
.group .con .group-list .group-top ul li:hover {
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.08);
}
.group .con .group-list .group-top ul li:hover .mask {
  top: 0;
}
@media screen and (max-width: 1440px) {
  .group .con .group-list .group-top ul li .mask .text .txt {
    height: 14rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
  .group .con .group-list .group-top ul li .mask .text .txt {
    height: 13rem;
  }
}
@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;
  }
  .group {
    padding: 30px 0;
  }
  .group .con .title h2 {
    font-size: 18px;
  }
  .group .con .title .line {
    margin: 14px auto 16px;
  }
  .group .con .group-list .group-top ul li {
    width: 100%;
    margin-top: 10px;
  }
  .group .con .group-list .group-top ul li:not(:nth-child(even)) {
    margin-right: 0;
  }
  .group .con .group-list .group-top ul li > h2 {
    font-size: 16px;
  }
  .group .con .group-list .group-top ul li .mask .text {
    padding: 20px;
  }
  .group .con .group-list .group-top ul li .mask .text .top h2 {
    font-size: 16px;
  }
  .group .con .group-list .group-top ul li .mask .text .top .line {
    margin: 14px auto 10px;
  }
  .group .con .group-list .group-top ul li .mask .text .txt {
    height: 140px;
    font-size: 14px;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=staff_group.css.map */