.swiper-img {
  width: 100%;
  margin-top: 65px;
  height: 500px;
  background-image: url(../imgs/aboutUs/banner_aboutus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0%;
  position: relative;
}

.swiper-img .introduce {
  width: 1200px;
  margin: 0 auto;
}

.swiper-img .introduce .banner {
  position: absolute;
  top: 35%;
}

.swiper-img .introduce .banner-title {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 44px;
  font-weight: 300;
}

.swiper-img .introduce .free-trial {
  position: absolute;
  width: 160px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -597px;
  margin-top: 80px;
  color: #CF3F61;
  background-color: #fff;
}

.content-module-1 {
  padding: 80px 0;
  background-color: #fff;
}

.content-module-1 .module-title {
  /* padding-top: 60px; */
  padding-bottom: 61px;
  font-size: 40px;
  color: #333;
  text-align: center;
}

.content-module-1 .brief-content-desc {
  padding-left: 101px;
  padding-right: 127px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.brief-content-desc p {
  margin-bottom: 25px;
}

.corporate-apply h2 {
  color: #333;
  font-size: 30px;
  margin-bottom: 40px;
}

.btn-red {
  margin: 0 auto;
  display: block;
  width: 180px;
  height: 52px;
  line-height: 52px;
  background: rgb(207, 63, 97);
  color: #fff;
  font-size: 16px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(207, 63, 97, .2);
  box-shadow: 0 5px 15px 0 rgba(207, 63, 97, .2);
}

.corporate-apply {
  text-align: center
}