.common-banner-wrap {
  margin-top: 0;
}
.common-statement-wrap .common-statement-detail-wrap .left {
  margin: 100px 0 100px 0;
}
.common-statement-wrap .common-statement-detail-wrap-right .left {
  padding: 100px 0 00px 0;
  margin-bottom: 100px;
}
.common-statement-wrap .common-statement-detail-wrap-right .right {
  top: 100px;
}
.join-us-wrap {
  width: 100%;
  height: 446px;
  background: url('/assets/styles/pages/assets/img/index/joinus.png') center no-repeat;
  background-size: cover;
  background-size: 100% 100%;
  position: relative;
}
.join-us-wrap .join-us-content-wrap {
  position: relative;
  height: 100%;
}
.join-us-wrap .join-us-content-wrap .join-us-title {
  padding-top: 110px;
  font-size: 48px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
}
.join-us-wrap .join-us-content-wrap .btn-arrow {
  position: absolute;
  top: 248px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.join-us-wrap:hover .btn-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
<!--0.00020313262939453-->