.inner-page-content .inner-banner-wrapper {
  padding-bottom: 28.5294%;
  position: relative;
  height: auto;
}
.banner-box {
  position: absolute;
  top: 40%;
  /* margin-top: -50%; */
}
.inner-concept {
  background-color: rgb(0, 0, 0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  margin: 0;
}
.concept-box {
  padding: 0 9.27644%;
}
.concept-item {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 4.43623vw 0%;
  gap: 4%;
  color: rgb(222, 222, 222);
}
.concept-info {
  width: 58.33%;
}
.concept-image {
  width: 41.66%;
}
.concept-image img {
  width: 100%;
  height: auto;
}
.concept-info .title {
  margin: 9.76115vw 0% 0vw;
}
.concept-image .title {
  margin: 0 0 3.4vw 0;
}
.title .en {
  font-size: 54px;
  color: rgb(169, 169, 169);
  line-height: 1;
  margin-bottom: 12px;
}
.title .cn {
  font-size: 20px;
  color: rgb(169, 169, 169);
  line-height: 1;
}
.first-content.content {
  margin: 3.43428vw 0% 0vw;
}
.first-content.content .text {
  font-size: 14px;
  line-height: 3;
  color: rgb(222, 222, 222);
}

.concept-info {
  padding-top: calc(88px + 3.4vw);
}
.vice-tit {
  font-size: 16px;
  color: rgb(169, 169, 169);
  margin-bottom: 2.28819vw;
}

.concept-info .text {
  font-size: 14px;
  color: rgb(222, 222, 222);
  line-height: 2;
}
