.join-page .banner {
  width: 100%;
  height: 350px;
  background: url("") no-repeat center;
  background-size: cover;
}
.join-page .context {
  padding: 40px 0;
}
.join-page .join-show .small-nav {
  height: 32px;
}
.join-page .join-show .small-nav ul {
  float: left;
  position: relative;
  left: 50%;
}
.join-page .join-show .small-nav ul li {
  cursor: pointer;
  float: left;
  position: relative;
  right: 50%;
  width: 124px;
  height: 32px;
  line-height: 32px;
  background: #e1e1e1;
  text-align: center;
  margin: 0 10px;
  transition: all 0.5s;
}
.join-page .join-show .small-nav ul li:hover {
  color: #fff;
  background: #e5852e;
}
.join-page .join-show .small-nav ul li.active {
  color: #fff;
  background: #e5852e;
}
.join-page .join-show .join-context {
  padding: 40px 0;
}
