.banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 5.6rem;
  position: relative;
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.banner .banner-text .title-en {
  text-transform: uppercase;
  font-size: 0.3rem;
  line-height: 1.5;
  font-weight: bold;
  color: var(--pri-color);
}

.banner .banner-text .title-zh {
  font-weight: bold;
  font-size: 0.5rem;
  line-height: 2;
}

.tab-box {
  border-bottom: 1px solid #EBEBEB;
}

.tab-box .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.2rem 0;
}

.tab-box .tabs .tab-item {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
  padding: 0.1rem 0.3rem;
  cursor: pointer;
}

.tab-box .tabs .tab-item.active {
  color: var(--pri-color);
}

.introduct {
  background: url(../img/business/bg2.png) no-repeat center;
  background-size: cover;
  padding: 1rem 0;
}

.introduct .warp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.introduct .warp .logo-box .logo {
  width: 1.8rem;
  margin-bottom: 0.4rem;
}

.introduct .warp .title {
  font-weight: bold;
  font-size: 0.24rem;
}

.introduct .warp .text {
  font-size: 0.24rem;
  line-height: 2;
  color: #999;
}

.introduct .warp .line {
  width: 1px;
  height: 2rem;
  background: #004AB9;
  margin: 10px 0;
}

.introduct .warp .next {
  cursor: pointer;
}

.introduct .warp .next img {
  width: 0.45rem;
  height: 0.45rem;
}

.module {
  padding: 1.3rem 0;
}

.module .cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.module .cont.align-r {
  align-items: flex-end;
}

.module .cont .num img {
  width: 95px;
}

.module .cont .title {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  margin-top: 0.2rem;
}

.module .cont .list {
  margin-top: 0.4rem;
}

.module .cont .list li {
  position: relative;
  padding-left: 12px;
  font-size: 0.14rem;
  line-height: 2;
  color: #fff;
}

.module .cont .list li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(50%, -50%);
}

.module .cont .btn {
  cursor: pointer;
  margin-top: 0.8rem;
  width: 157px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 23px;
  border: 1px solid #FFFFFF;
  color: #fff;
}

.module .cont .btn .text {
  margin-right: 20px;
}

.module .cont .btn:hover {
  box-shadow: 0 0 10px #fff;
}

@media screen and (orientation: portrait) {
  .banner {
    margin-top: 50px;
    height: 3rem;
    align-items: center;
    text-align: center;
  }
  .banner .banner-text .title-en {
    font-size: 0.2rem;
  }
  .banner .banner-text .title-zh {
    font-size: 0.3rem;
  }
  .introduct {
    padding: 0.8rem 0;
  }
  .introduct .warp .title {
    font-size: 18px;
  }
  .introduct .warp .text {
    font-size: 14px;
    text-align: center;
  }
  .introduct .warp .line {
    height: 1.4rem;
  }
  .module {
    padding: 0.5rem;
  }
  .module .cont {
    align-items: center !important;
  }
  .module .cont .title {
    font-size: 18px;
  }
}
