/* h1 顶部导航 */
.navbar-toggler {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.navbar-toggler .icon-list {
  color: #243855;
}
/* h1 顶部导航 */

/* h1 海报 */
.about-banner {
  background: url(/zhinengruanjian/images/关于我们banner背景.png) no-repeat;
  background-size: cover;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.about-banner-img {
  display: flex;
  justify-content: center;
  height: 100%;
  max-height: 25rem;
}
.about-banner-img img {
  width: 100%;
  object-fit: contain;
}
.about-banner-text {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  font-size: 1.5rem;
  color: #5d6b81;
}
.about-banner-text h1 {
  font-size: 3.5rem;
  font-weight: bolder;
  color: #243855;
}
/* h1 海报 */

/* h1 内容导航 */
.about-nav {
  position: relative;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.about-nav.fixed {
  position: fixed;
  top: 72px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.about-nav-content {
  display: flex;
  justify-content: space-between;
}
.about-nav-style {
  color: #243855;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.about-nav-style.active {
  color: #00bf80;
}
.about-line {
  position: absolute;
  height: 0.125rem;
  background: #00bf80;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.nav-here {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  font-size: 0.875rem;
}
.nav-here .icon-home {
  font-size: 0.875rem;
  color: #243855;
  transition: all 0.3s ease-in-out;
}
.nav-here .icon-arrow-right {
  font-size: 0.625rem;
  color: #5d6b81;
}
.nav-here p {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.nav-here p:hover {
  color: #00bf80;
}
.nav-here .icon-home:hover {
  color: #00bf80;
}
/* h1 内容导航 */

/* h1 公司简介 */
.company-element {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.company-title {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  row-gap: 1.25rem;
}
.company-text {
  color: #5d6b81;
  text-align: justify;
}
.company-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
  color: #5d6b81;
}
.company-icon img {
  width: 30%;
}
/* h1 公司简介 */

/* h1 发展历程 */
.process-carousel {
  display: flex;
  align-items: center;
  column-gap: 6.25rem;
}
.process-carousel .iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid #243855;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.process-carousel .iconfont:hover {
  background: #00bf80;
  border: 1px solid #00bf80;
  color: #fff;
}
.process-inner {
  overflow: hidden;
}
.process-content {
  display: flex;
  transition: all 0.5s ease-in-out;
}

.process-item img {
  width: 40%;
  object-fit: cover;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.process-element {
  width: 60%;
  height: 18.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1.25rem;
  background: #fff;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.process-title {
  display: flex;
  align-items: end;
  column-gap: 0.3125rem;
  font-size: 2.25rem;
  line-height: 1.875rem;
  color: #00bf80;
  font-family: 'D-DIN-PRO', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: bold;
}
.process-title span {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1rem;
}
.process-part {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}
.process-text {
  display: flex;
  flex-direction: column;
  row-gap: 0.3125rem;
  color: #243855;
  font-size: 1.25rem;
}
.process-text p {
  font-size: 1rem;
  color: #5d6b81;
  text-align: justify;
}
.process-indicators {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.process-indicators::before {
  position: absolute;
  content: '';
  width: calc(100% - 80px);
  height: 1px;
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
  background: #e5e5e5;
  z-index: 0;
}
.indicators-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.3125rem;
  z-index: 1;
  cursor: pointer;
  min-width: 4.5rem;
  /* min-height: 3.75rem; */
}
.indicators-circle {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: 1px solid #5d6b81;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.indicators-content p {
  color: #5d6b81;
  font-family: 'D-DIN-PRO', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  transition: all 0.3s ease-in-out;
}
.indicators-content.active .indicators-circle {
  border: 5px solid #00bf80;
  background: #f5f9ff;
}
.indicators-content.active p {
  font-weight: bold;
  color: #00bf80;
  transform: translateY(-240%) scale(1.6);
}
.indicators-content:hover p {
  color: #00bf80;
}
/* h1 发展历程 */

/* h1 企业资质 */
.qualifications-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
  background: linear-gradient(0deg, #fff, #f5f9ff);
  box-shadow: 2px 5px 9px 0 rgba(8, 0, 40, 0.04);
  border-radius: 0.625rem;
  padding: 1.25rem;
}
.qualifications-content img {
  width: 45%;
  object-fit: contain;
}
/* h1 企业资质 */

/* h1 企业专利 */
.patent-img {
  object-fit: contain;
}
/* h1 企业专利 */

/* h1 合作伙伴 */
.partner-content {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  overflow: hidden;
  position: relative;
}
.partner-content::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 255, 0) 8%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.partner-content::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 255, 0) 8%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.partner-element {
  display: flex;
  column-gap: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.partner-item {
  min-width: 15rem;
  min-height: 8.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #fff, #f5f9ff);
  border: 1px solid #fff;
  border-radius: 0.625rem;
  box-shadow: 2px 5px 9px 0 rgba(8, 0, 40, 0.04);

  padding: 1.25rem 0;
}
.partner-image {
  width: 60%;
  object-fit: cover;
}
.partner-scroll-left {
  animation: scrollLeft 20s linear infinite;
}

.partner-scroll-right {
  animation: scrollRight 20s linear infinite;
}

/* 定义动画关键帧 */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1560px);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-1560px);
  }
  100% {
    transform: translateX(0);
  }
}

/* h1 合作伙伴 */

/* h1 服务支持 */
.service-content {
  border: 1px solid #fff;
  background: linear-gradient(0deg, #fff, #f5f9ff);
  box-shadow: 2px 5px 9px 0 rgba(8, 0, 40, 0.04);
  border-radius: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-item {
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}
.service-title {
  font-size: 1.125rem;
}
.service-text {
  color: #5d6b81;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}
.service-content img {
  object-fit: contain;
  width: 25%;
  transition: all 0.3s ease-in-out;
}
.service-content:hover img {
  transform: translateY(-0.625rem);
}
/* h1 服务支持 */

/* h1 联系我们 */
.contact-content {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  box-shadow: 2px 5px 9px 0 rgba(8, 0, 40, 0.04);
  border-radius: 0.625rem;
  padding: 2.25rem 3rem;
}
.contact-1 {
  background: url(/zhinengruanjian/images/contact-bgc-1.png) no-repeat;
  background-size: cover;
}
.contact-2 {
  background: url(/zhinengruanjian/images/contact-bgc-2.png) no-repeat;
  background-size: cover;
}
.contact-element {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.contact-item {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.contact-item .iconfont {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 100%;
  background: #00bf80;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.contact-text {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  color: #5d6b81;
}
.contact-text p {
  font-size: 0.875rem;
}
/* h1 联系我们 */

/* h1 大于992 */
@media (min-width: 992px) {
  /* 顶部导航 */
  .nav-style {
    color: #243855;
  }
  /* 顶部导航 */
}
/* h1 大于992 */

/* h1 小于992 */
@media (max-width: 992px) {
  /* 海报 */
  .about-banner-img img {
    width: 50%;
  }
  .about-banner-text {
    font-size: 1.25rem;
    align-items: center;
  }
  .about-banner-text h1 {
    font-size: 2.625rem;
    font-weight: bolder;
    color: #243855;
  }
  /* 海报 */

  /* 公司简介 */
  .company-text {
    font-size: 1rem;
  }
  .company-icon img {
    width: 30%;
  }
  /* 公司简介 */

  /* 发展历程 */
  .process-carousel {
    column-gap: 3.125rem;
  }
  .process-title {
    font-size: 1.75rem;
    line-height: 1.5rem;
  }
  .process-text {
    font-size: 1.125rem;
  }
  .process-text p {
    font-size: 0.875rem;
  }
  /* 发展历程 */
}
/* h1 小于992 */

/* h1 小于768 */
@media (max-width: 768px) {
  /* 海报 */
  .about-banner-img img {
    width: 75%;
  }
  .about-banner-text {
    font-size: 1rem;
  }
  .about-banner-text h1 {
    font-size: 2.25rem;
    font-weight: bolder;
    color: #243855;
  }
  /* 海报 */

  /* 公司简介 */
  .company-icon img {
    width: 40%;
  }
  /* 公司简介 */

  /* 发展历程 */
  .process-carousel {
    column-gap: 1.5625rem;
  }
  .process-item {
    padding: 1% 1%;
  }
  .process-element {
    width: 100%;
    border-radius: 0.625rem;
  }
  .process-text p {
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* 发展历程 */

  /* 服务支持 */
  .service-content img {
    width: 15%;
  }
  /* 服务支持 */
}
/* h1 小于768 */
