.banner {
  position: relative;
  width: 100%;
}

.banner-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  color: #fff;
}

.banner-text {
  font-size: 0.75rem;
  margin-bottom: 0.45rem;
}

.banner-text::after {
  content: "/ABOUT US";
  display: inline-block;
  font-size: 0.3rem;
  margin-left: 0.15rem;
  letter-spacing: 0.05rem;
}

.banner-sub-text {
  font-size: 0.6rem;
  background-color: rgba(72, 143, 251, 0.5);
  padding: 0 0.3rem;
  word-spacing: 40px;
}

.company-goal-wrapper {
  padding: 1.05rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
}

.company-goal-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.25rem;
}

.company-goal-box:last-child {
  margin-right: 0;
}

.company-goal-icon {
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 0.7rem;
}

.company-goal-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.company-goal-title {
  font-size: 0.3rem;
  color: #2e3333;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.company-goal-desc {
  font-size: 0.225rem;
  color: #737374;
  font-weight: 400;
}

.bg-gray {
  background: #f6f6f6;
}

.bg-gray > .content-title > .title-bg-text {
  color: #fff;
}

.branch-office-wrapper {
  padding: 0 3.5rem;
}

.branch-office-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.7rem;
}

.branch-office-brief {
  flex: 1;
}

.branch-office-img {
  width: 5.925rem;
  height: 3.7rem;
}

.branch-office-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}

.branch-office-subtitle {
  line-height: 0.35rem;
  border-radius: 0.175rem;
  background: #488ffb;
  /* display: flex;
    align-items: center; */
  color: #fff;
  padding: 0 0.125rem;
  font-size: 0.2125rem;
  display: inline-block;
  position: relative;
}

.branch-office-subtitle-text {
  margin-left: 0.2rem;
}

.branch-office-desc {
  font-size: 0.225rem;
  color: #737374;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.35rem;
}

.subtitle-dot {
  width: 0.1rem;
  height: 0.1rem;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.15rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ml-72 {
  margin-left: 0.9rem;
}

.mr-72 {
  margin-right: 0.9rem;
}

.branch-office-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.branch-office-list-item {
  width: 2.1rem;
  height: 2.1rem;
}

.product-layout-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 3.5rem;
}

.product-layout-intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.product-layout-title {
  font-size: 0.375rem;
  font-weight: bold;
  color: #2e3333;
  margin-bottom: 0.3rem;
}

.mb-62 {
  margin-bottom: 0.775rem;
}

.product-layout-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.3rem;
}

.product-layout-item-title {
  font-size: 0.3rem;
  color: #737374;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.product-layout-item-desc {
  font-size: 0.225rem;
  color: #737374;
  font-weight: 400;
  line-height: 1.5;
}

.product-layout-img {
  width: 4.75rem;
  height: 5.575rem;
}

.product-layout-item-icon {
  width: .425rem;
  height: .425rem;
  margin-right: 0.3rem;
}

.property-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.property-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.property-wrapper .swiper {
  width: 15rem;
  height: 4.75rem;
  margin: 0;
}

.property-swiper-btn-prev {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.575rem;
  cursor: pointer;
}

.property-swiper-btn-next {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.575rem;
  cursor: pointer;
}

.property-swiper > .swiper-wrapper > .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 3.4rem;
  height: 4.75rem;
}

.property-swiper > .swiper-wrapper > .swiper-slide > img {
  display: block;
  width: 100%;
}

.property-statics {
  width: 15.175rem;
  height: .8rem;
  margin-top: .45rem;
}

.product-layout-content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.625rem .925rem;
    padding: 1.55rem 4.925rem;
    padding-bottom: 0;
}

.product-layout-grid-item {
    width: 4.05rem;
}

.product-layout-grid-item-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: .225rem;
}

.product-layout-grid-item-title-icon {
    width: .325rem;
    height: .3rem;
    margin-right: .15rem;
}

.product-layout-grid-item-title-icon img {
    display: block;
}

.product-layout-item-icon img {
    display: block;
}

.product-layout-grid-item-title-text {
    font-size: .3rem;
    font-weight: bold;
    color: #2e3333;
}

.product-layout-grid-item-desc {
    font-size: .225rem;
    color: #737374;
    font-weight: 400;
    line-height: 1.5;
}
