.indexC-arshine {
  padding: 75px 0 25px;
  background: #fff;
}

.indexC-arshine h3 {
  font-size: 50px;
  color: var(--color-primary);
  line-height: 1;
  text-align: center;
}

.indexC-arshine .list {
  position: relative;
  margin: 20px 0 0;
  padding: 60px 0;
}

.indexC-arshine .list::after {
  content: "";
  background: var(--bg-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 52%;
}

.indexC-arshine .swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.indexC-arshine .swiper-slide .pic {
  width: 54.7%;
}

.indexC-arshine .swiper-slide .pic img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.indexC-arshine .swiper-slide .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 52px;
}

.indexC-arshine .swiper-slide .txt em {
  font-size: 230px;
  line-height: 1;
  color: rgba(0, 98, 178, 0.15);
  font-family: Impact;
}

.indexC-arshine .swiper-slide .txt h5 {
  font-size: 36px;
  line-height: 1;
  color: var(--color-primary);
  margin: 20px 0 0;
}

.indexC-arshine .swiper-slide .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin: 20px 0 0;
}

.indexC-arshine .swiper-slide .txt a {
  margin: 15px 0 0;
  font-size: 18px;
  color: #000;
  display: inline-block;
  font-family: var(--title-font-family);
}

.indexC-arshine .page {
  position: absolute;
  width: 52%;
  right: 0;
  bottom: 25px;
  z-index: 30;
  font-size: 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.indexC-arshine .swiper-pagination-fraction {
  position: static;
  width: auto;
  text-align: center;
  margin: 0 40px;
  font-size: 24px;
  color: #000;
}

.indexC-arshine .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.37);
  border-radius: 20px;
  opacity: 1;
}

.indexC-arshine .swiper-pagination-bullet-active {
  background: #fff;
}

.indexC-arshine .page .swiper-button-prev,
.indexC-arshine .page .swiper-button-next {
  position: static;
  display: inline-block;
  color: #575b66;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 46px;
  height: 46px;
  line-height: 46px;
  margin-top: 0;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}

.indexC-arshine .page .swiper-button-next::after,
.indexC-arshine .page .swiper-button-prev::after {
  display: none;
}

.indexC-arshine .page .swiper-button-next i,
.indexC-arshine .page .swiper-button-prev i {
  font-size: 28px;
  color: inherit;
  line-height: inherit;
}

.indexC-arshine .page .swiper-button-prev:hover,
.indexC-arshine .page .swiper-button-next:hover {
  background: var(--color-primary);
  color: #fff;
}

@media screen and (max-width: 1441px) {
  .indexC-arshine h3 {
    font-size: 48px;
  }

  .indexC-arshine .swiper-slide .txt h5 {
    font-size: 34px;
  }
}

@media screen and (max-width: 1367px) {
  .indexC-arshine h3 {
    font-size: 44px;
  }

  .indexC-arshine .swiper-slide .txt h5 {
    font-size: 32px;
  }

  .indexC-arshine .swiper-slide .txt p {
    font-size: 17px;
    line-height: 28px;
  }

  .indexC-arshine {
    padding: 60px 0 25px;
  }
}

@media screen and (max-width: 1281px) {
  .indexC-arshine h3 {
    font-size: 40px;
  }

  .indexC-arshine .swiper-slide .txt h5 {
    font-size: 30px;
  }

  .indexC-arshine .swiper-slide .txt img {
    height: 70px;
  }

  .indexC-arshine .swiper-slide .pic {
    width: 50%;
  }

  .indexC-arshine .swiper-pagination-fraction {
    margin: 0 30px;
    font-size: 22px;
  }

  .indexC-arshine .page .swiper-button-prev,
  .indexC-arshine .page .swiper-button-next {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }

  .indexC-arshine .page .swiper-button-next i,
  .indexC-arshine .page .swiper-button-prev i {
    font-size: 24px;
  }
}

@media screen and (max-width: 1171px) {
  .indexC-arshine h3 {
    font-size: 36px;
  }

  .indexC-arshine .swiper-slide .txt h5 {
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  .indexC-arshine h3 {
    font-size: 32px;
  }

  .indexC-arshine .swiper-slide .txt h5 {
    font-size: 26px;
  }

  .indexC-arshine .swiper-slide .txt p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .indexC-arshine h3 {
    font-size: 28px;
  }

  .indexC-arshine {
    padding: 30px 0 25px;
    background: #fff;
  }

  .indexC-arshine .list {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
  }

  .indexC-arshine .list::after {
    display: none;
  }

  .indexC-arshine .swiper-slide {
    display: block;
  }

  .indexC-arshine .swiper-slide .pic {
    width: 100%;
  }

  .indexC-arshine .swiper-slide .txt {
    width: 90%;
    margin: -90px 5% 0;
    border-radius: 15px 15px 0 0;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 20;
    padding: 20px 15px;
    text-align: center;
  }

  .indexC-arshine .swiper-slide .txt img {
    height: 60px;
  }

  .indexC-arshine .swiper-slide .txt h5 {
    font-size: 28px;
    margin: 25px 0 0;
  }

  .indexC-arshine .swiper-slide .txt p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
  }

  .indexC-arshine .swiper-slide .txt a {
    margin: 15px 0 0;
    font-size: 16px;
    color: #000;
    display: inline-block;
    font-family: var(--font-family1);
  }

  .indexC-arshine .page {
    position: static;
    width: 100%;
  }

  .indexC-arshine .swiper-pagination-fraction {
    margin: 0 20px;
    font-size: 20px;
  }

  .indexC-arshine .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .indexC-arshine .page .swiper-button-prev,
  .indexC-arshine .page .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .indexC-arshine .page .swiper-button-next i,
  .indexC-arshine .page .swiper-button-prev i {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .indexC-arshine h3 {
    font-size: 26px;
  }

  .indexC-arshine .swiper-slide .txt h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .indexC-arshine h3 {
    font-size: 24px;
  }

  .indexC-arshine .swiper-slide .txt h5 {
    font-size: 24px;
  }
}