/* ========== 关于我们板块 About- 专属样式 ========== */

.About-page {
  width: 100%;
  min-height: auto;
  overflow-x: clip;
  background-image: url(/assets/image/about/about_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -80px;
}

.About-page__inner {
  width: 88%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.About-page__inner::after {
  content: "";
  display: block;
  clear: both;
}

/* ========== 左侧主内容区 ========== */
.About-main {
  float: left;
  width: 64.8%;
}

.About-main__title-wrap {
  position: relative;
  font-weight: 700;
  margin: 0;
  font-size: inherit;
}

.About-main__title-row {
  display: block;
}

.About-main__title {
  font-size: 66px;
  /* line-height: 1.242; */
  color: #ffffff;
  letter-spacing: 0px;
  display: inline-block;
  margin-right: 8px;
  font-family: "almmFB";
}

.About-main__title--brand {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 3px solid #ff6300;
  display: inline-block;
  padding-top: 206px;
}

.About-main__title--highlight {
  color: #ffffff;
}

.About-main__subtitle {
  display: block;
  font-size: 40px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 12px;
  margin-left: 0;
  font-family: "almmFB";
}

/* 双线 */
.About-main__line {
  width: 728px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 6px;
  margin-left: 0;
}

.About-main__line--second {
  margin-top: 8px;
}

.About-main__desc {
  width: 762px;
  font-size: 20px;
  line-height: 1.8;
  color: #ffffff;
  letter-spacing: 0px;
  margin-top: 30px;
  margin-left: 2px;
}

/* 服务热线 */
.About-main__hotline {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-left: 0;
}

.About-main__phone-icon {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}

.About-main__hotline-label {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0px;
  margin-left: 15px;
}

.About-main__hotline-num {
  display: block;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0px;
  margin-top: 18px;
  margin-left: 0;
  font-family: "almmYB";
}

.About-main__hotline-slash {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0px;
  margin-top: 7px;
  margin-left: 0;
  opacity: 0.2;
}

/* 查看详情按钮 */
.About-main__btn {
  width: 144px;
  height: 96px;
  background-color: rgba(255, 99, 0, 1);
  border-radius: 0 19px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 125px;
  margin-left: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.About-main__btn:hover {
  background-color: rgba(230, 85, 0, 1);
}

.About-main__btn-text {
  font-size: 19px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0px;
}

.About-main__btn-sub {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0px;
  margin-top: 6px;
}

/* ========== 右侧服务卡片区 ========== */
.About-services {
  float: right;
  width: 35.2%;
  position: relative;
 
}

.About-services::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

.About-services::after {
  display: none;
}

.About-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.About-services__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

.About-services__item {
  display: flex;
  align-items: flex-start;
  padding: 90px 0 90px 60px;
  position: relative;
}

.About-services__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: -9999px;
  bottom: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.About-services__item:last-child::after {
  display: none;
}

.About-services__icon {
  width: auto;
  height: 34px;
  flex-shrink: 0;
  margin-right: 24px;
  margin-top: 0;
}

.About-services__info {
  display: flex;
  flex-direction: column;
}

.About-services__title {
  font-size: 26px;
  line-height: 1.231;
  color: #ffffff;
  letter-spacing: 0px;
  margin: 0 0 8px 0;
  font-weight: 400;
  white-space: nowrap;
}

.About-services__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.85;
  letter-spacing: 0px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 360px;
}

/* ========== 响应式 ========== */
@media screen and (max-width: 1448px) {
  .About-main__title {
    font-size: 52px;
  }
  .About-main__title--brand {
    padding-top: 180px;
  }
  .About-main__subtitle {
    font-size: 32px;
  }
  .About-main__desc {
    font-size: 18px;
    line-height: 1.7;
    width: 100%;
  }
  .About-main__line {
    width: 100%;
  }
  .About-main__hotline-label {
    font-size: 26px;
  }
  .About-main__hotline-num {
    font-size: 44px;
  }
  .About-services__title {
    font-size: 22px;
  }
  .About-services__desc {
    font-size: 14px;
    max-width: 320px;
  }
}

@media screen and (max-width: 1280px) {
  .About-main__title {
    font-size: 48px;
  }
  .About-main__title--brand {
    padding-top: 150px;
  }
  .About-main__subtitle {
    font-size: 30px;
  }
  .About-main__desc {
    font-size: 16px;
    width: 100%;
  }
  .About-main__line {
    width: 100%;
  }
  .About-services__title {
    font-size: 22px;
  }
  .About-services__desc {
    font-size: 14px;
  }
  .About-page{
	  top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .About-main,
  .About-services {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .About-main {
    padding-top: 80px;
  }
  .About-services::before {
    display: none;
  }
  .About-main__desc {
    width: 100%;
  }
  .About-main__line {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .About-main__title {
    font-size: 32px;
  }
  .About-main__subtitle {
    font-size: 22px;
  }
  .About-main__hotline-num {
    font-size: 32px;
  }
  .About-main__btn {
    width: 120px;
    height: 80px;
    margin-top: 60px;
  }
  .About-main__btn-text {
    font-size: 16px;
  }
  .About-main__btn-sub {
    font-size: 12px;
  }
  .About-main__desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .About-services__item {
    padding: 50px 0 50px 30px;
  }
}
