.kv {
  position: relative;
  width: 100%;
  height: 800px;
  background: url("../images/joinus/joinus-kv.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}

.kv .kv-center-word {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
}

.kv .kv-center-word h1 {
  display: block;
  margin-bottom: 0;
  width: 100%;
  font-size: 48px;
  font-weight: bold;
}

.kv .kv-center-word p {
  display: block;
  width: 550px;
  margin: 0 auto;
  line-height: 34px;
  font-size: 28px;
  margin-top: 20px;
}

.globalweb-content {
  clear: both;
  width: 100%;
  overflow: hidden;
  padding-bottom: 150px;
  background: #fff;
}

.globalweb-grey-content {
  background: #F6F6F6;
}

.globalweb-content h3 {
  display: block;
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
  color: #212B35;
  padding-top: 120px;
  font-size: 36px;
  font-family: "Helvetica";
}

.center {
  text-align: center !important;
}

.globalweb-desc-content {
  background: url("../images/joinus/desc-bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}

.globalweb-desc-content h3 {
  color: #fff;
  line-height: 1;
}

.globalweb-desc-content h3 small {
  display: block;
  margin-top: 30px;
  opacity: 0.8;
  font-family: Helvetica-Bold;
  font-size: 18px;
  color: #FFFFFF;
}

.bold {
  font-weight: bold !important;
}

.why-join {
  clear: both;
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  overflow: hidden;
}

.why-join-left {
  width: 620px;
  float: left;
  text-align: justify;
}

.why-join-left p {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 15px;
  color: #6D7276;
}

.why-join-left label {
  display: block;
  width: 100%;
  color: #212B35;
  font-weight: bold;
  font-size: 18px;
}

.why-join-right {
  width: 510px;
  float: right;
}

.why-join-right img {
  display: block;
  width: 100%;
  height: auto;
}

.why-join-right .why-img2 {
  margin-top: 50px;
}

.offer-five {
  display: block;
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

.offer-five li {
  width: 280px;
  height: 430px;
  overflow: hidden;
  float: left;
  margin-right: 180px;
  margin-top: 80px;
}

.offer-five li.offer-fivelast {
  margin-right: 0;
}

.offer-five li .ofli-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.ofli-icon1 {
  background: url("../images/joinus/of-icon1.png") no-repeat center center;
}

.ofli-icon2 {
  background: url("../images/joinus/of-icon2.png") no-repeat center center;
}

.ofli-icon3 {
  background: url("../images/joinus/of-icon3.png") no-repeat center center;
}

.ofli-icon4 {
  background: url("../images/joinus/of-icon4.png") no-repeat center center;
}

.ofli-icon5 {
  background: url("../images/joinus/of-icon5.png") no-repeat center center;
}

.offer-five li label {
  display: block;
  margin-top: 60px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -o-text-transform: uppercase;
  text-transform: uppercase;
}

.offer-five li p {
  text-align: center;
  padding-top: 40px;
  opacity: 0.9;
  font-family: Helvetica;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
}

.campus-content {
  clear: both;
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 0;
}

.campus-content-in {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin-right: 8%;
  /*width: 100%;*/
  /*height: 330px;*/
  /*margin-top: 10px;*/
}

.campus-content-in:nth-child(2n) {
  margin-right: 0;
}

.campus-content-in label {
  position: relative;
  display: block;
  width: 560px;
  padding: 40px 0 0 0;
  font-size: 26px;
  font-weight: bold;
  z-index: 1;
  color: #212B35;
}

.campus-content-in p {
  position: relative;
  display: block;
  width: 560px;
  padding: 20px 0 0 0;
  line-height: 24px;
  font-size: 16px;
  z-index: 1;
  color: #A1A1A1;
}

.campus-content-in1 p {
  clear: both;
}

.joinwatch-video {
  clear: both;
  width: 100%;
  height: 400px;
  background: url("../images/joinus/banner.jpg") no-repeat center center;
  background-size: cover;
}

.joinwatch-video-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 160px;
}

.joinwatch-video-btn:link, .joinwatch-video-btn:visited {
  display: block;
  position: relative;
  width: 240px;
  height: 60px;
  line-height: 58px;
  padding-left: 30px;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
}

.joinwatch-video-btn-icon {
  position: absolute;
  right: 30px;
  top: 23px;
  border-width: 6px 8px;
  border-color: transparent transparent transparent #fff;
  border-style: dashed dashed dashed solid;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  font-style: normal;
}

.joinwatch-video-btn:hover {
  background: #279cd4;
  border: 2px solid #279cd4;
}

.joinwatch-video-btn:hover .joinwatch-video-btn-icon {
  animation: videobtnhover 0.4s linear 0s 1 normal;
  animation-fill-mode: forwards;
}

@-webkit-keyframes videobtnhover {
  0% {
    right: 30px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 30px;
  }
}

.joinsend-resume {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
}

.joinsend-resume label {
  color: #212B35;
  font-size: 26px;
}

.joinsend-resume em {
  display: block;
  position: relative;
  width: 138px;
  height: auto;
  margin: 0 auto;
  margin-top: 24px;
}

.joinsend-resume em img {
  display: block;
  width: 100%;
}

.joinsend-resume p {
  width: 100%;
  color: #6D7276;
  font-size: 14px;
  text-align: center;
  margin-top: 14px;
}

.joinsend-resume p a:link, .joinsend-resume p a:visited {
  color: #6D7276;
}

.joinsend-resume p a:hover {
  text-decoration: underline;
}

.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

.video-content-sp {
  display: none;
  clear: both;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background: #000;
}

.video-content-sp video {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.video-close-sp:link, .video-close-sp:visited {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/joinus/close.png") no-repeat center center #000;
  position: absolute;
  z-index: 11;
  right: 40px;
  top: 40px;
  cursor: pointer;
}

@media (max-width: 1023px) {
  html, body {
    height: 100%;
  }
  body {
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
  }
  .video-content-sp .video-close-sp {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background-size: 15px 15px;
  }
  .kv {
    height: 100%;
    background-size: auto 100%;
  }
  .kv .kv-center-word {
    max-width: 100%;
    padding: 0 50px;
  }
  .kv .kv-center-word h1 {
    font-size: 26px;
  }
  .kv .kv-center-word p {
    font-size: 16px;
    max-width: 100%;
    line-height: 22px;
  }
  .globalweb-content {
    padding-bottom: 60px;
  }
  .globalweb-content h3 {
    max-width: 100%;
    font-size: 26px;
    padding: 40px 28px 0 28px;
  }
  .why-join {
    width: auto;
    max-width: 100%;
    padding: 20px 28px 0 28px;
  }
  .why-join-left {
    width: 100%;
    float: none;
  }
  .why-join-left p {
    letter-spacing: -0.5px;
  }
  .why-join-left p.bold {
    text-align: left;
  }
  .why-join-right {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .why-join-right .why-img2 {
    margin-top: 0px;
  }
  .offer-five {
    width: 100%;
  }
  .offer-five li {
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0;
  }
  .offer-five li label {
    margin-top: 40px;
  }
  .campus-content {
    width: 100%;
    margin-top: 40px;
  }
  .campus-content-in {
    width: 100%;
    height: auto;
    padding: 0 28px;
    /*padding-bottom: 70px;*/
  }
  .campus-content-in p {
    width: 100%;
  }
  .campus-content-in2 {
    overflow: hidden;
  }
  .joinwatch-video {
    background-size: auto 100%;
  }
  .joinwatch-video-content {
    width: 100%;
  }
  .joinwatch-video-btn:link, .joinwatch-video-btn:visited {
    margin: 0 auto;
  }
  .joinsend-resume {
    width: 100%;
    margin-top: 40px;
  }
  .offer-five li .ofli-icon {
    transform: scale(0.8, 0.8);
  }
  .offer-five li p {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 280px;
    font-size: 16px;
  }
  .campus-content-in label {
    width: 100%;
    max-width: 100%;
    padding: 20px 28px 0 0;
  }
  .campus-content-in > div {
    clear: both;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .campus-content-in1 p {
    max-width: 100%;
    padding: 20px 28px 0 28px;
  }
  .campus-content-in2 p {
    max-width: 100%;
    padding: 20px 28px 0 28px;
  }
  .campus-content-in2 .fLeft p {
    padding-bottom: 50px;
  }
  .globalweb-desc-content {
    background: #fff;
    color: #004D92;
  }
  .globalweb-desc-content h3 {
    color: #004D92;
  }
  .offer-five li label {
    color: #004D92;
  }
  .offer-five li p {
    color: #004D92;
  }
  .offer-five li .ofli-icon {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background-color: #004D92;
  }
  .globalweb-desc-content-title {
    text-align: center;
  }
}
