/**
 * 首页样式 - 语义化 Flex 布局
 */
.section-data-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 120px;
  padding-top: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20.2px);
  backdrop-filter: blur(20.2px);
}

.section-data {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}
.section-data-wrapper {
  flex: 1;
  text-align: center;
}
.section-data-wrapper + .section-data-wrapper {
  margin-left: 24px;
}

.section-data-count-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.section-data-count {
  font-weight: bold;
  font-size: 44px;
  font-family:
    Alimama ShuHeiTi,
    sans-serif;
}
.section-data-unit {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 42px;
  margin-left: 5px;
}
.section-data-title {
  line-height: 20px;
  color: #ffffff;
  text-align: left;
}

.company-service-title {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  padding: 57px 0 24px;
  text-align: center;
  box-sizing: border-box;
}
.company-service-grid {
  display: flex;
  flex-wrap: wrap;
}
.company-service-item {
  flex: 1 1 100%;
  min-width: 280px;
  max-width: 100%;
  margin: 0 0 24px 0;
  border-radius: 16px;
  overflow: hidden;
  background: #f7f8fa;
  cursor: pointer;
}
@media (min-width: 768px) {
  .company-service-item {
    flex: 1 1 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
    margin: 0 24px 24px 0;
  }
  .company-service-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .company-service-item {
    flex: 1 1 calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
    margin: 0 24px 24px 0;
  }
  .company-service-item:nth-child(3n + 1),
  .company-service-item:nth-child(3n + 2) {
    margin-right: 24px;
  }
  .company-service-item:nth-child(3n) {
    margin-right: 0;
  }
}
.company-service-item:hover {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}
.company-service-item-bg {
  height: 184px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.company-service-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.company-service-item-section {
  padding: 24px 12px 68px;
}
.company-service-item-title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 8px;
}
.company-service-item-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}

.qualification-honor {
  width: 100%;
  background: #f7f8fa;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.qualification-honor-card {
  position: relative;
  width: 100%;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
}
.qualification-honor-card::before,
.qualification-honor-card::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 2;
  pointer-events: none;
}
.qualification-honor-card::before {
  left: 0;
  background: linear-gradient(to right, #f7f8fa 0%, rgba(247, 248, 250, 0) 100%);
}
.qualification-honor-card::after {
  right: 0;
  left: auto;
  background: linear-gradient(to left, #f7f8fa 0%, rgba(247, 248, 250, 0) 100%);
}
.qualification-item {
  display: inline-block;
  width: 180px;
  height: 240px;
  margin: 0 24px;
  border-radius: 16px;
  vertical-align: top;
  flex-shrink: 0;
}
.qualification-item img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 640px) {
  .custom-pagination-container {
    display: none;
  }
  .section-data-container {
    height: 208px;
    padding: 46px 0;
  }
  .section-data-container-en {
    padding: 12px 0;
  }
  .section-data {
    flex-wrap: wrap;
  }
  .section-data-wrapper {
    flex: 0 0 46%;
    margin-left: 12px!important;
    margin-bottom: 8px;
  }
  .company-service-title {
    font-size: 24px;
    padding: 24px 0;
  }
  .section-data-count {
    font-size: 24px;

  }
  .section-data-unit {
    font-size: 14px;
    line-height: 32px;
    margin-left: 4px;
  }
  .company-service-item-mobile {
    margin-bottom: 24px;
    width: 100%;
  }
  .company-service-item-section  {
    padding: 0;
  }
   .company-service-item-bg {
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }
  .company-service-item-title{
    font-weight: 500;
    font-size: 16px;
    margin-top: 8px;
  }
  .company-service-item-content {
    font-size: 14px;
    color: #3573FF;
    line-height: 22px;
  }
  .qualification-honor {
    padding-bottom: 24px;
  }
}
