.entering_wrap {
  width: 192rem;
  overflow-x: hidden;
}

/* banner */
.banner_wrap {
  width: 192rem;
  height: 72.6rem;
  background: url("../images/banner/entering.webp") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.banner_wrap_text {
  position: absolute;
  top: 30rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.banner_wrap_text p {
  height: 3.2rem;
  font-family: SourceHanSansCN-Regular;
  font-size: 4rem;
  letter-spacing: 0.4rem;
  color: #ffffff;
  line-height: 3.2rem;
}

.banner_wrap_text div {
  width: 11.3rem;
  height: 0.4rem;
  margin: 3rem auto 5.4rem;
  background-image: linear-gradient(#ffffff, #ffffff),
    linear-gradient(#2b6cdb, #2b6cdb);
  background-blend-mode: normal, normal;
}

.banner_wrap_text span {
  height: 6.8rem;
  font-family: SourceHanSansCN-Bold;
  font-size: 7.2rem;
  letter-spacing: 0.36rem;
  line-height: 6.8rem;
  color: #ffffff;
}

.company_overview {
  width: 192rem;
  padding: 0 23.5rem;
}

.company_overview_title {
  margin: 8rem auto;
  display: flex;
  justify-content: center;
}

.company_overview_title img {
  width: 6rem;
  height: 7.3rem;
}

.title_text {
  height: 7.3rem;
  padding-top: 2.2rem;
  display: table-cell;
  font-family: SourceHanSansCN-Regular;
  vertical-align: text-bottom;
}

.title_text p:first-child {
  height: 2.9rem;
  font-size: 3.1rem;
  line-height: 2.9rem;
  letter-spacing: 0.19rem;
  color: #333333;
  margin-bottom: 0.7rem;
}

.title_text p:last-child {
  height: 1.3rem;
  font-size: 1.65rem;
  line-height: 1.3rem;
  color: #666666;
}

.company_introduce_title {
  color: #666666;
  height: 8rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.company_introduce_title::after {
  width: 8.8rem;
  height: 0.2rem;
  background-color: #906b51;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
}

.company_introduce_title p:first-child {
  font-family: SourceHanSansCN-Bold;
  font-size: 3.1rem;
  line-height: 3rem;
}

.company_introduce_title p:last-child {
  font-family: SourceHanSansCN-Regular;
  font-size: 1.86rem;
  line-height: 1.8rem;
  color: #666666;
}

.company_introduce_box {
  margin: 2.6rem auto 4.5rem;
  display: flex;
  justify-content: space-between;
}

.company_introduce_text {
  width: 72.4rem;
  height: 52.3rem;
  font-size: 1.81rem;
  color: #424141;
  line-height: 3.1rem;
  letter-spacing: 0.1rem;
}

.company_introduce_img {
  width: 69rem;
}

.company_introduce_img img {
  width: 100%;
}

.support_wrap {
  width: 192rem;
  padding: 2rem 0;
  background-color: #fff;
}

.support_title {
  margin: 7rem auto;
  height: 4.6rem;
  font-size: 4.8rem;
  line-height: 4.6rem;
  color: #151515;
  text-align: center;
}

.support_box {
  display: flex;
  justify-content: space-between;
  padding: 0 30rem;
}

.support_item {
  width: 39.3rem;
}

.support_item img {
  width: 100%;
}

.support_item p {
  width: 36rem;
  margin: 4rem auto 0;
  font-family: SourceHanSansCN-Regular;
  font-size: 3rem;
  line-height: 4.8rem;
  color: #ffffff;
  text-align: center;
}
