.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;
}
.join {
  padding-top: 3rem;
}
.join .title h2 {
  font-size: 2.4rem;
  color: #062058;
  text-align: center;
}
.join .title .line {
  width: 2.5rem;
  height: 3px;
  background: #95bd43;
  margin: 1.5rem auto 2.5rem;
}
.join .tu {
  position: relative;
}
.join .tu img {
  width: 100%;
}
.join .tu .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.join .tu .con ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.join .tu .con ul li {
  float: left;
  width: 50%;
  position: relative;
}
.join .tu .con ul li .icon {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.join .tu .con ul li .icon img {
  width: 100%;
}
.join .tu .con ul li .icon img.color {
  display: none !important;
}
.join .tu .con ul li .icon img.white {
  display: block !important;
}
.join .tu .con ul li h2 {
  text-align: center;
  font-size: 2.1rem;
  color: #fff;
  margin: 1.8rem 0 1rem;
}
.join .tu .con ul li p {
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
}
.join .tu .con ul li:first-child:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #eee;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.join .tu .con ul li:hover .icon {
  background: #95bc46;
}
.join .tu .con ul li:hover .icon img.color {
  display: none;
}
.join .tu .con ul li:hover .icon img.white {
  display: block;
}
@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;
  }
  .join {
    padding-top: 30px;
  }
  .join .title h2 {
    font-size: 18px;
  }
  .join .title .line {
    margin: 14px auto 18px;
  }
  .join .tu .con ul li .icon {
    width: 50px;
    height: 50px;
  }
  .join .tu .con ul li h2 {
    font-size: 16px;
    margin: 6px 0 4px;
  }
  .join .tu .con ul li p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=join_index.css.map */