.index_01,
.index_02,
.index_03,
.index_04 {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.index_01 {
  background-image: url("../images/home/r1-bg.jpg");
  padding: 1.6rem 0 1.36rem;
}

.index_02 {
  background-image: url("../images/home/pro-bg.jpg");
  padding: 1rem 0;
}

.index_03 {
  background-image: url("../images/home/r3-bg.jpg");
  padding: 1.2rem 0 1rem;
}

.index_04 {
  background-image: url("../images/home/r4-bg.jpg");
  padding: 1rem 0 0.4rem;
}

.index_05 {
  background-color: #f5f8fb;
  padding: 1.2rem 0 0.52rem;
}

.index_01 .mod-hd {
  margin-bottom: 0.08rem;
}

.index_03 .mod-hd {
  margin-bottom: 0.48rem;
}

.index_05 .mod-hd {
  margin-bottom: 0.28rem;
}

@media only screen and (max-width: 767px) {
  .mod {
    padding-bottom: 0;
  }

  .mod .mod-bd {
    padding-bottom: 8px;
  }

  .button {
    --sk-button-width: auto;
    padding: 0 20px;
  }

  .index_01 {
    padding: 24px 0;
  }

  .index_02 {
    padding: 24px 0;
  }

  .index_03 {
    padding: 24px 0;
  }

  .index_04 {
    padding: 24px 0;
  }

  .index_05 {
    padding: 24px 0;
  }

  .index_01 .mod-hd {
    margin-bottom: 0.08rem;
  }

  .index_03 .mod-hd {
    margin-bottom: 0;
  }
}

.about-info {
  text-align: center;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.64rem;
  color: rgba(52, 64, 84, 1);
  font-size: 0.18rem;
  line-height: 1.7777777777777777;
}

.statistic-area {
  max-width: 1048px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.2rem;
}

.statistic-list {
  display: flex;
}

.statistic-list li {
  width: 33.33%;
}

.statistic {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statistic-icon {
  margin-bottom: 0.04rem;
}

.statistic-title {
  color: rgba(52, 64, 84, 1);
  font-size: 0.18rem;
}

.statistic-content {
  margin-bottom: 0.08rem;
}

.statistic-content-value {
  color: rgba(0, 104, 183, 1);
  font-size: 0.48rem;
  font-weight: bold;
}

.statistic-content-suffix {
  color: rgba(0, 104, 183, 1);
  font-size: 0.18rem;
}

.news-area {
  position: relative;
  padding-bottom: 0.6rem;
}

.news-list-item {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: -2px 2px 6px 0px rgba(13, 47, 73, 0.15);
  padding: 0.32rem 0.36rem 0;
  height: 2.74rem;
}

.news-list-item a {
  display: block;
}

.news-list-item .meta {
  box-sizing: border-box;
}

.news-list-item .title {
  color: rgba(0, 104, 183, 1);
  font-size: 0.2rem;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
  margin-bottom: 0.12rem;
}

.news-list-item .date {
  color: rgba(151, 151, 151, 1);
  font-size: 0.18rem;
  margin-bottom: 0.12rem;
}

.news-list-item .desc {
  color: rgba(52, 64, 84, 1);
  font-size: 0.18rem;
  line-height: 1.7777777777777777;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
}

.news-list-item a:hover .title {
}

@media only screen and (max-width: 767px) {
  .news-area {
    padding-bottom: 48px;
  }

  .news-list-item {
    padding: 20px 20px 28px;
    height: auto;
  }

  .news-list-item .title {
    font-size: 16px;
    margin-bottom: 8px;
    -webkit-line-clamp: 2;
  }

  .news-list-item .date {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .news-list-item .desc {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .about-info {
    max-width: 1320px;
    font-size: 14px;
    text-align: left;
  }

  .statistic-area {
    max-width: 100%;
    margin-bottom: 0.2rem;
  }

  .statistic-list li {
    width: 33.33%;
  }

  .statistic-icon {
    margin-bottom: 8px;
  }

  .statistic-title {
    font-size: 12px;
    text-align: center;
  }

  .statistic-content {
    margin-bottom: 12px;
  }

  .statistic-content-value {
    font-size: 20px;
  }

  .statistic-content-suffix {
    font-size: 12px;
  }
}

.index_04 .mod {
  position: relative;
  padding-left: 5.52rem;
}

.index_04 .mod .mod-hd {
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.honor-list {
  display: flex;
  margin: -0.1rem;
}

.honor-list li {
  box-sizing: border-box;
  width: 16.66%;
  padding: 0.1rem;
}

.honor-list li .wrap {
  border-bottom: 0.06rem solid rgba(0, 104, 183, 1);
  box-shadow: -0.02rem 0.02rem 0.08rem 0px rgba(13, 47, 73, 0.24);
  cursor: pointer;
}

.partner-area {
  position: relative;
  padding-bottom: 0.6rem;
  margin-left: -0.28rem;
  margin-right: -0.28rem;
}

.partner-area .swiper {
  width: 100%;
  height: 3.04rem;
}

.partner-area .swiper-slide {
  height: calc(100% / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-list-item {
  box-sizing: border-box;
  padding: 0.2rem 0.28rem;
  width: 100%;
  height: 100%;
}

.partner-list-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.partner-list-item .pic-area {
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
}

.partner-list-item .wrap {
  background: #fff;
  width: 100%;
  height: 100%;
}

.partner-list-item .pic {
  height: 100%;
  background: #fff;
}

.partner-list-item .bgimg {
  width: 100%;
  height: 100%;
}

/* 证书 */
.honor-area {
  box-sizing: border-box;
  position: relative;
  margin-top: 0.84rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4rem 1.82rem;
}

.honor-area .swiper-slide {
  width: 4.28rem;
  height: auto;
  filter: blur(3px);
}

.honor-area .swiper-slide-active {
  filter: blur(0);
}

.honor-list-item {
  padding: 0.24rem 0;
}

.honor-list-item .wrap {
  padding: 0.05rem;
  background-color: #fff;
  box-shadow: -0.02rem 0.02rem 0.08rem 0px rgba(13, 47, 73, 0.24);
  border-radius: 0.08rem;
}

.honor-area .swiper-button-next,
.honor-area .swiper-button-prev {
  --swiper-navigation-color: #bfbfbf;
  --swiper-navigation-size: 0.24rem;

  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(196, 196, 196, 0.3);
}

@media only screen and (max-width: 767px) {
  .index_04 .mod {
    padding-left: 0;
  }

  .index_04 .mod .mod-hd {
    position: relative;
    left: auto;
    top: auto;
  }

  .honor-list {
    flex-wrap: wrap;
    margin: 0;
  }

  .honor-list li {
    width: 33.33%;
    padding: 12px;
  }

  .honor-list li .wrap {
    border-bottom: 0.06rem solid rgba(0, 104, 183, 1);
    box-shadow: -0.02rem 0.02rem 0.08rem 0px rgba(13, 47, 73, 0.24);
    cursor: pointer;
  }

  .partner-area {
    padding-bottom: 48px;
    margin-left: -0.28rem;
    margin-right: -0.28rem;
  }

  .partner-area .swiper {
    width: 100%;
    height: 200px;
  }

  .partner-area .swiper-slide {
    height: calc(100% / 2) !important;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .partner-list-item {
    box-sizing: border-box;
    padding: 0.2rem 0.28rem;
    width: 100%;
    height: 100%;
  }

  .partner-list-item a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .partner-list-item .wrap {
    background: #fff;
    width: 100%;
    height: 100%;
  }

  .partner-list-item .pic {
    height: 100%;
  }

  .partner-list-item .bgimg {
    width: 100%;
    height: 100%;
  }

  /* 证书 */
  .honor-area {
    margin-top: 0;
    padding: 40px 60px 20px;
  }

  .honor-area .swiper-slide {
    width: 100%;
  }

  .honor-list-item {
    padding: 0.24rem 0;
  }

  .honor-list-item .wrap {
    padding: 0.05rem;
  }

  .honor-area .swiper-button-next,
  .honor-area .swiper-button-prev {
    --swiper-navigation-size: 14px;

    width: 32px;
    height: 32px;
  }
}

/* 产品缩略图 */
.pro-thumb-area {
  position: relative;
}

.pro-thumb-item {
  transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  height: 1.4rem;
  border-radius: 0.1rem;
  background: rgba(1, 7, 15, 0.25);
}

.pro-thumb-item .pro-thumb-image {
  height: 0.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro-thumb-item img {
  max-width: 100%;
  max-height: 100%;
}

.pro-thumb-item .title {
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.04rem;
}

.pro-thumb-item:hover {
  background: rgba(1, 7, 15, 0.46);
}

.pro-thumb-area .swiper-slide-thumb-active .pro-thumb-item {
  background: rgba(1, 7, 15, 0.46);
}

/* 大图 */

.pro-gallery-area {
  position: relative;
}

.pro-gallery-item {
  height: 5.32rem;
  margin-bottom: 0.48rem;
}

.pro-gallery-area .flex-box-left {
  padding-top: 1.76rem;
  width: 43%;
}

.pro-gallery-area .flex-box-right {
  width: 57%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pro-gallery-item .flex-box-right img {
  max-width: 100%;
  max-height: 100%;
}

.index_02 .mod {
  position: relative;
}

.index_02 .mod .mod-bd {
  padding: 0;
}

.index_02 .mod .mod-hd {
  position: absolute;
  left: 0;
  top: 0;
}

.other-list {
  max-width: 5.2rem;
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.4rem;
}

.other-list li {
  box-sizing: border-box;
  width: 50%;
}

.other-list li .wrap {
  background-color: #fff;
  border-radius: 0.04rem;
}

.other-list li .wrap img {
  border-radius: 0.04rem;
}

.pro-gallery-area .flex-box-left .title {
  color: rgba(255, 255, 255, 1);
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.36rem;
}

.pro-gallery-area .flex-box-left .extra {
  display: flex;
}

.pro-gallery-area .swiper-pagination-lock {
  display: block;
}

.pro-gallery-area .swiper-pagination {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.2rem;
  left: 0;
  top: 1.24rem;
  bottom: auto;
  width: auto;
}

.pro-gallery-area .swiper-pagination-current {
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  font-size: 0.3rem;
}

@media only screen and (max-width: 767px) {
  /* 产品缩略图 */

  .pro-thumb-item {
    height: 48px;
  }

  .pro-thumb-item .pro-thumb-image {
    height: 48px;
  }

  .pro-thumb-item .title {
    font-size: 12px;
    display: none;
  }

  /* 大图 */

  .pro-gallery-area {
  }

  .pro-gallery-item {
    height: 400px;
    margin-bottom: 4px;
  }

  .pro-gallery-area .flex-box-left {
    padding-top: 0;
  }

  .pro-gallery-area .flex-box-right {
    justify-content: center;
  }

  .pro-gallery-area .flex-box-right a {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .pro-gallery-item .flex-box-right img {
    max-width: 90%;
    max-height: 168px;
  }

  .index_02 .mod .mod-bd {
    padding: 20px 0;
  }

  .index_02 .mod .mod-hd {
    position: relative;
    left: auto;
    top: auto;
  }

  .other-list {
    max-width: 80%;
    gap: 20px;
    margin-bottom: 0.4rem;
  }

  .other-list li {
    box-sizing: border-box;
    width: 50%;
  }

  .other-list li .wrap {
    background-color: #fff;
    border-radius: 0.04rem;
  }

  .other-list li .wrap img {
    border-radius: 0.04rem;
  }

  .pro-gallery-area .flex-box-left .title {
    color: rgba(255, 255, 255, 1);
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.36rem;
  }

  .pro-gallery-area .flex-box-left .extra {
    display: flex;
  }

  .pro-gallery-area .swiper-pagination-lock {
    display: block;
  }

  .pro-gallery-area .swiper-pagination {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.2rem;
    left: 0;
    top: 1.24rem;
    bottom: auto;
    width: auto;
  }

  .pro-gallery-area .swiper-pagination-current {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-size: 0.3rem;
  }
}
