/**
 **************** cover **************************
 */
.cover {
  height: 578px;
  background-image: url("../img/cover-banner.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
}
.cover-name {
  font-size: 44px;
  margin-top: 30px;
}
.cover-desc {
  font-size: 24px;
  margin-top: 90px;
}

/**
 **************** about **************************
 */
.about {
  color: #212121;
  padding: 150px 0px;
  background-image: url(../img/text-company.png);
  background-repeat: no-repeat;
  background-position: right 100px;
}
.about .about-cn {
  font-size: 72px;
}
.about .about-en {
  font-size: 30px;
}
.about .about-container {
  margin-top: 90px;
}
.about .about-text {
  font-size: 16px;
  line-height: 33px;
  padding-right: 30px;
}
.about .about-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 74px;
  position: relative;
}
.about .about-title img {
  position: absolute;
  top: -10px;
  left: 0px;
}
.about .about-left .about-title {
  margin-top: 150px;
  margin-bottom: 50px;
}
.about .about-right .about-title {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .about .container .container, .about .col-sm-6 {
    padding: 0px;
  }
  .about .about-left .about-title {
    margin-top: 50px;
  }
  .about .about-right .about-title {
    margin-top: 50px;
  }
}
/**
 **************** team **************************
 */
.team .team-year {
  background-color: #f9f9f9;
  height: 559px;
  color: #212121;
  position: relative;
  padding: 100px 40px;
  background-image: url(../img/text-team.png);
  background-repeat: no-repeat;
  background-position: center 80px;
}
.team .team-year-en {
  font-size: 72px;
  text-align: right;
}
.team .team-year-cn {
  font-size: 30px;
  text-align: right;
}
.team .team-year-year {
  font-size: 120px;
  color: #2b62ec;
  font-weight: bold;
  position: absolute;
  bottom: 100px;
  right: 200px;
}
.team .team-year-start {
  font-size: 24px;
  position: absolute;
  right: 40px;
  top: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.team .team-year-circle {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: solid 3px #0140f3;
  border-radius: 999px;
  margin-top: 10px;
}
.team .team-image {
  margin-top: 160px;
}

@media (max-width: 768px) {
  .team .team-year-year {
    font-size: 80px;
    left: 20px;
  }
  .team .team-image {
    display: none;
  }
}
/**
 **************** target **************************
 */
.target {
  color: #212121;
  background-color: #f9f9f9;
  padding-top: 130px;
  background-image: url(../img/text-target.png);
  background-repeat: no-repeat;
  background-position: 500px 100px;
}
.target .target-title {
  font-size: 44px;
  text-align: center;
}
.target .target-title-en {
  font-size: 72px;
  color: #212121;
  margin-top: 50px;
  margin-bottom: 20px;
}
.target .target-desc {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
.target .target-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.target .target-item {
  width: 320px;
  height: 198px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
}
.target .target-item-title {
  font-size: 36px;
  color: #2b62ec;
}
.target .target-item-desc {
  font-size: 16px;
  letter-spacing: -1px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .target {
    padding-top: 0px;
  }
  .target .target-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .target .target-item {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
/**
 **************** contacts **************************
 */
.contacts {
  color: #212121;
  background-color: #fff;
  padding: 130px 0px;
  background-image: url(../img/text-contact.png);
  background-repeat: no-repeat;
  background-position: 100px 100px;
}
.contacts .contacts-title {
  font-size: 44px;
  text-align: center;
}
.contacts .contacts-desc {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 80px;
}
.contacts .contacts-info-en {
  font-size: 72px;
}
.contacts .contacts-info-cn {
  font-size: 30px;
}
.contacts .contacts-info-text {
  font-size: 16px;
  margin-top: 60px;
}

/**
 **************** contact **************************
 */
.apply {
  background-color: #0d2565;
  padding: 80px;
  text-align: center;
}
.apply .apply-title {
  font-size: 44px;
  color: #ffffff;
}
.apply .apply-desc {
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}
.apply .apply-desc a {
  color: #00f6ff;
}
.apply .apply-error {
  color: #ff5137;
  margin-top: 10px;
  display: none;
}
.apply .apply-phone {
  margin-top: 60px;
}
.apply .apply-phone input {
  width: 591px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #e4e4e4;
  padding: 0px 20px;
  outline: none;
}
.apply .apply-phone input.error {
  border: solid 1px #ff5137;
}
.apply .apply-phone button {
  width: 236px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #0074ff;
  border: none;
  color: #fff;
  margin-left: 20px;
}