.row {
  box-sizing: border-box;
  padding: 1.5rem 0;
}

.index_03 {
  background-image: url("../images/home/bg2.jpg");
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.index_03 .mod {
  max-width: 870px;
}

.statistic-list {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.6rem;
}
.statistic {
  box-sizing: border-box;
}

.statistic-title {
  margin-bottom: 0.12rem;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font20);
  font-weight: 300;
}

.statistic-content {
  line-height: 1.2;
}

.statistic-content-value {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font40);
  font-weight: 600;
}

.statistic-content-suffix {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font40);
  font-weight: 600;
}

.more-circle {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  color: #fff;
  transition: all 0.3s;
}

.more-circle:hover {
  color: var(--main-color);
}

.more-circle svg,
.more-circle img {
  width: 100%;
  height: 100%;
}

.index_04 .mod-extra a {
  display: flex;
  gap: 0.28rem;
  align-items: center;
}

.index_04 .mod-extra .txt {
  font-size: var(--font20);
  color: rgba(0, 0, 0, 1);
  width: 3em;
  text-align: right;
  line-height: 1.5;
}

.index_04 .mod-extra .icon {
  width: 0.54rem;
  height: 0.54rem;
  color: var(--main-color);
}

.index_04 .mod-extra .icon svg {
  width: 100%;
  height: 100%;
}

.index_04 .mod-hd {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}

.news-list-item .meta {
  padding: 0.36rem 0.48rem;
}

.news-list-item .title {
  margin-bottom: 0.36rem;
}

.index_02 .summary-info {
  color: rgba(0, 0, 0, 1);
  font-size: var(--font18);
  font-weight: 300;
}

.pro-area {
  position: relative;
  padding-bottom: 0.5rem;
  padding-top: 0.4rem;
}

.index_01 {
  padding-bottom: 0;
  padding-top: 1.32rem;
}

.index_01 .mod .mod-hd .subtitle {
  margin-top: 0.32rem;
}

.index_01 .subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.index_01 .subtitle .sep {
  width: 0.38rem;
  height: 1px;
  background-color: var(--main-color);
}

.index_01 .mod .mod-hd {
  margin-bottom: 1.48rem;
}

.case-area {
  position: relative;
  box-sizing: border-box;
  height: calc(100vh - var(--global-header-height));
}

.case-area .swiper {
  height: 100%;
}

.case-area .swiper-slide a {
  display: block;
  height: 100%;
}

.case-list-item {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}

.case-list-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.case-list-item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-list-item .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(11, 34, 76, 0.6) 0%, rgba(11, 34, 76, 0) 50%);
  opacity: 1;
}

.case-list-item .meta {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.case-list-item .title {
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1);
  font-size: var(--font40);
  margin-bottom: 0.2rem;
}

.case-list-item .desc {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font24);
  font-weight: 300;
}

.case-feature-list {
  box-sizing: border-box;
  margin-top: 0.36rem;
  margin-bottom: 0.36rem;
  max-width: 540px;
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
}

.case-feature-list-item .title {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font16);
  font-weight: 300;
  line-height: 1.5;
  max-width: 168px;
}

.case-feature-list-item .icon {
  transition: all 0.5s;
  width: 0.36rem;
  height: 0.36rem;
  margin-bottom: 0.16rem;
}

.case-feature-list-item .icon svg,
.case-feature-list-item .icon img {
  width: 100%;
  height: 100%;
}

.case-feature-list-item:hover .icon {
  transform: rotateY(360deg);
}

/*
swiper-pagination-bullet
*/
@media only screen and (min-width: 1024px) {
  .case-area {
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 0;
  }

  .case-area .swiper-pagination {
    box-sizing: border-box;
    bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .case-area .swiper-pagination-bullet {
    position: relative;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .case-area .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .case-area .swiper-pagination-bullet:last-child::after {
    display: none;
  }

  .case-area .swiper-pagination-bullet::before {
    box-sizing: border-box;
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: var(--font18);
    width: 100%;
    transition: all 0.5s;
    border-radius: 980px;
    line-height: 0.5rem;
    padding: 0 0.32rem;
    content: attr(data-title);
  }

  .case-area .swiper-pagination-bullet-active::before {
    background: var(--main-color);
    font-weight: 600;
  }
}

.index_04 {
  padding-bottom: 0.9rem;
}

@media only screen and (max-width: 767px) {
  .row {
    padding: 28px 0;
  }

  .index_01 {
    padding: 28px 0 0;
  }

  .index_01 .mod .mod-hd {
    margin-bottom: 28px;
  }

  .index_01 .mod .mod-hd h3 {
    text-align: center;
  }

  .index_02 .flex-box-left {
    margin-bottom: 0;
  }

  .index_03 {
    min-height: auto;
    padding: 60px 0 48px;
  }

  .index_04 .mod-hd {
    margin-bottom: 20px;
  }

  .index_04 .mod .mod-title {
    width: auto;
    flex: 1;
  }

  .case-area {
    height: 400px;
  }
}
