.index-page .banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index-page .banner .pic {
  height: 100%;
  background-image: linear-gradient(45deg, #ffb057 0%, #ea5a6a 20%, #fa8851 40%, #f48e5e 60%, #93b7cf 80%, #fc7d50 100%);
}
.index-page .banner .text-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.index-page .banner .text-box .container {
  padding-bottom: 10rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .index-page .banner .text-box .container {
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.index-page .banner .text-box .inner-box {
  max-width: 690px;
}
@media screen and (max-width: 992px) {
  .index-page .banner .text-box .inner-box {
    max-width: 600px;
    width: 100%;
    text-align: center;
  }
}
.index-page .banner .text-box .inner-box h1 {
  margin-bottom: 5.625rem;
  font-size: 5rem;
  line-height: 1.125;
}
@media screen and (max-width: 768px) {
  .index-page .banner .text-box .inner-box h1 {
    margin-bottom: 2rem;
    font-size: 3.5rem;
  }
}
.index-page .banner .text-box .inner-box p {
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.33;
  max-width: 422px;
}
@media screen and (max-width: 992px) {
  .index-page .banner .text-box .inner-box p {
    max-width: none;
  }
}
.index-page .index-module-1 {
  background: #f8f7f5 url(../../img/index/module-1-bg.svg) no-repeat top left / auto 100%;
}
@keyframes circle-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 992px) {
  .index-page .index-module-1 {
    background-size: auto 55%;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 {
    background-size: auto 40%;
  }
}
.index-page .index-module-1 .container {
  max-width: 1440px;
}
.index-page .index-module-1 .module-tit h2 {
  font-size: 3.5rem;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-1 .module-tit h2 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 .module-tit h2 {
    font-size: 2rem;
  }
}
.index-page .index-module-1 .module-tit .desc-btn {
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.625rem;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-1 .module-tit .desc-btn {
    margin-top: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 .module-tit .desc-btn {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .index-page .index-module-1 .module-tit .desc-btn p {
    font-size: 1.125rem;
  }
}
.index-page .index-module-1 .list {
  padding: 0 9.375rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .index-page .index-module-1 .list {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .index-page .index-module-1 .list {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list {
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 2.5rem 2rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 .list {
    padding: 0 1rem;
    gap: 2rem 1rem;
  }
}
.index-page .index-module-1 .list .item {
  position: relative;
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .index-page .index-module-1 .list .item {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-top: 0;
  }
}
.index-page .index-module-1 .list .item .circle {
  position: relative;
  border-radius: 50%;
  border: 2px solid #2a4086;
  width: 100%;
  transform-origin: center center;
  animation: circle-animation 12s linear infinite;
}
.index-page .index-module-1 .list .item .circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: -0.4375rem;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #2a4086;
}
.index-page .index-module-1 .list .item .circle::after {
  content: '';
  padding-top: 100%;
  width: 100%;
  display: block;
}
.index-page .index-module-1 .list .item .box {
  border-radius: 50%;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-page .index-module-1 .list .item .box .num {
  font-size: 5.625rem;
  color: #ff4800;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item .box .num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 .list .item .box .num {
    font-size: 2.75rem;
  }
}
.index-page .index-module-1 .list .item .box .txt {
  font-size: 1.5rem;
  color: #2a4086;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item .box .txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 .list .item .box .txt {
    font-size: 1rem;
  }
}
.index-page .index-module-1 .list .item:nth-child(1) .circle {
  animation-delay: -10.5s;
}
.index-page .index-module-1 .list .item:nth-child(2) {
  width: 22%;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item:nth-child(2) {
    margin-left: -8rem;
    margin-top: 8rem;
    width: 52%;
    min-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .index-page .index-module-1 .list .item:nth-child(2) {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-top: 0;
  }
}
.index-page .index-module-1 .list .item:nth-child(2) .circle {
  animation-delay: -4.5s;
}
.index-page .index-module-1 .list .item:nth-child(2) .num {
  font-size: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item:nth-child(2) .num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 .list .item:nth-child(2) .num {
    font-size: 2.75rem;
  }
}
.index-page .index-module-1 .list .item:nth-child(2) .txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item:nth-child(2) .txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 .list .item:nth-child(2) .txt {
    font-size: 1rem;
  }
}
.index-page .index-module-1 .list .item:nth-child(3) {
  width: 22%;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item:nth-child(3) {
    width: 52%;
    min-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .index-page .index-module-1 .list .item:nth-child(3) {
    width: 100%;
    min-width: 0;
  }
}
.index-page .index-module-1 .list .item:nth-child(3) .circle {
  animation-delay: -1.5s;
}
.index-page .index-module-1 .list .item:nth-child(3) .num {
  font-size: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item:nth-child(3) .num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 .list .item:nth-child(3) .num {
    font-size: 2.75rem;
  }
}
.index-page .index-module-1 .list .item:nth-child(3) .txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item:nth-child(3) .txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 .list .item:nth-child(3) .txt {
    font-size: 1rem;
  }
}
.index-page .index-module-1 .list .item:nth-child(4) {
  width: 18%;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item:nth-child(4) {
    margin-left: -8rem;
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .index-page .index-module-1 .list .item:nth-child(4) {
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }
}
.index-page .index-module-1 .list .item:nth-child(4) .circle {
  animation-delay: -8s;
}
.index-page .index-module-1 .list .item:nth-child(4) .num {
  font-size: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item:nth-child(4) .num {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 .list .item:nth-child(4) .num {
    font-size: 2.75rem;
  }
}
.index-page .index-module-1 .list .item:nth-child(4) .txt {
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .index-page .index-module-1 .list .item:nth-child(4) .txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-1 .list .item:nth-child(4) .txt {
    font-size: 1rem;
  }
}
.index-page .index-module-2 {
  overflow: hidden;
}
.index-page .index-module-2 .list {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .index-page .index-module-2 .list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .index-page .index-module-2 .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-2 .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.index-page .index-module-2 .list .item {
  flex-shrink: 0;
  width: 16.6666%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .index-page .index-module-2 .list .item {
    padding: 2rem 0;
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .index-page .index-module-2 .list .item {
    width: auto;
    min-height: 14rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-2 .list .item {
    min-height: 12rem;
  }
}
.index-page .index-module-2 .list .item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.index-page .index-module-2 .list .item h3 {
  margin-bottom: 0;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
}
.index-page .index-module-2 .list .item h3 span {
  color: #ff4800;
}
.index-page .index-module-2 .list .item p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.77;
}
.index-page .index-module-2 .list .item h4 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.33;
  max-width: 248px;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-2 .list .item h4 {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
    max-width: none;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-2 .list .item h4 {
    font-size: 1.5rem;
  }
}
.index-page .index-module-2 .list .item .btn-box {
  border: 1px solid #fff;
  padding: 0 0.685rem;
  position: relative;
  z-index: 2;
  font-size: 0.75rem;
  line-height: 30px;
  height: 30px;
  gap: 5px;
}
.index-page .index-module-2 .list .item .btn-box:hover {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .index-page .index-module-2 .list .item .btn-box {
    font-size: 0.8125rem;
    padding: 0 0.875rem;
  }
}
.index-page .index-module-2 .list .item:nth-child(n + 2) {
  overflow: hidden;
}
.index-page .index-module-2 .list .item:nth-child(n + 2) .pic {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.index-page .index-module-2 .list .item:nth-child(n + 2) .pic .ele {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
}
.index-page .index-module-2 .list .item:nth-child(n + 2):hover .pic .ele {
  transform: scale(1.1);
}
.index-page .index-module-2 .list .item:nth-child(1) {
  padding: 2.875rem 2.25rem;
  background-color: #143c7d;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-2 .list .item:nth-child(1) {
    padding: 2rem 1.5rem;
    min-height: 14rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-2 .list .item:nth-child(1) {
    padding: 1.5rem 1rem;
    min-height: 12rem;
  }
}
.index-page .index-module-2 .list .item:nth-child(1)::after {
  content: none;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-2 .list .item:nth-child(1) h3 {
    margin-bottom: 0.875rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-2 .list .item:nth-child(1) h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  .index-page .index-module-2 .list .item:nth-child(1) p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.index-page .index-module-3 {
  background: #f9f7f5 url(../../img/index/module-3-bg.png) no-repeat top left / cover;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-size: auto 55%;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-size: auto 40%;
  }
}
.index-page .index-module-3 .container {
  overflow: hidden;
}
.index-page .index-module-3 .module-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-3 .module-tit {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-3 .module-tit {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
.index-page .index-module-3 .module-tit h2 {
  font-size: 6.25rem;
}
@media screen and (max-width: 1200px) {
  .index-page .index-module-3 .module-tit h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .index-page .index-module-3 .module-tit h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-3 .module-tit h2 {
    font-size: 2.5rem;
  }
}
.index-page .index-module-3 .module-tit .swiper-navigation {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .index-page .index-module-3 .module-tit .swiper-navigation {
    gap: 0.625rem;
  }
}
.index-page .index-module-3 .module-tit .swiper-navigation .bi {
  border-radius: 50%;
  border: 1px solid #ff4800;
  width: 4.5rem;
  height: 4.5rem;
  color: #ff4800;
  font-size: 1.875rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-3 .module-tit .swiper-navigation .bi {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-3 .module-tit .swiper-navigation .bi {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }
}
.index-page .index-module-3 .module-tit .swiper-navigation .bi:hover {
  background-color: #ff4800;
  color: #fff;
}
.index-page .index-module-3 .swiper .swiper-slide .pic {
  border-radius: 4px;
  overflow: hidden;
}
.index-page .index-module-3 .swiper .swiper-slide .pic .ele {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.index-page .index-module-3 .swiper .swiper-slide .tag {
  margin-top: 0.875rem;
  color: #084593;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.685rem;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-3 .swiper .swiper-slide .tag {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-3 .swiper .swiper-slide .tag {
    font-size: 1.125rem;
  }
}
.index-page .index-module-3 .swiper .swiper-slide .tag::before {
  content: '';
  border-radius: 50%;
  width: 0.685rem;
  height: 0.685rem;
  background-color: #084593;
  display: block;
  flex-shrink: 0;
}
.index-page .index-module-3 .swiper .swiper-slide h3 {
  margin-top: 0.875rem;
  color: #000000;
  font-size: 1.75rem;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-3 .swiper .swiper-slide h3 {
    margin-top: 0.75rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-3 .swiper .swiper-slide h3 {
    font-size: 1.25rem;
  }
}
.index-page .index-module-3 .btn-list {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-3 .btn-list {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-3 .btn-list {
    margin-top: 2rem;
  }
}
.index-page .index-module-4 {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-4 {
    display: flex;
    flex-direction: column;
  }
}
.index-page .index-module-4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-4 .bg {
    position: relative;
    order: 1;
    height: 50vh;
  }
}
.index-page .index-module-4 .bg .pic {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-4 .bg .pic {
    width: 100%;
  }
}
.index-page .index-module-4 .bg .pic .ele {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-4 .container {
    order: 2;
  }
}
.index-page .index-module-4 .text-box {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 2;
  width: calc(50% - 7.5rem);
}
@media screen and (max-width: 1200px) {
  .index-page .index-module-4 .text-box {
    width: calc(50% - 4rem);
  }
}
@media screen and (max-width: 992px) {
  .index-page .index-module-4 .text-box {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-4 .text-box {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .index-page .index-module-4 .text-box .module-tit {
    margin-bottom: 2rem;
  }
}
.index-page .index-module-4 .text-box .swiper-box {
  margin-bottom: 3.875rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-4 .text-box .swiper-box {
    margin-bottom: 2.5rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-4 .text-box .swiper-box {
    margin-bottom: 2rem;
    gap: 1rem;
  }
}
.index-page .index-module-4 .text-box .swiper-box .bi {
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #ff4800;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .index-page .index-module-4 .text-box .swiper-box .bi {
    font-size: 1.25rem;
  }
}
.index-page .index-module-4 .text-box .swiper-box .bi.swiper-button-disabled {
  color: #8d8c8b;
}
.index-page .index-module-4 .text-box .swiper-box .swiper {
  flex-grow: 1;
  overflow: hidden;
  min-width: 0;
}
.index-page .index-module-4 .text-box .swiper-box .swiper .swiper-wrapper {
  align-items: center;
}
.index-page .index-module-4 .text-box .swiper-box .swiper .swiper-slide {
  border-radius: 50%;
  overflow: hidden;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
  cursor: pointer;
}
.index-page .index-module-4 .text-box .swiper-box .swiper .swiper-slide .ele {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8333);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-size: 0;
  line-height: 0;
  transition: transform 0.3s ease-in-out;
}
.index-page .index-module-4 .text-box .swiper-box .swiper .swiper-slide::after {
  content: '';
  display: block;
  padding-top: 100%;
  border-radius: 50%;
  transform: scale(0.8333);
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}
.index-page .index-module-4 .text-box .swiper-box .swiper .swiper-slide.swiper-slide-active {
  filter: grayscale(0%);
  z-index: 1;
}
.index-page .index-module-4 .text-box .swiper-box .swiper .swiper-slide.swiper-slide-active .ele {
  transform: translate(-50%, -50%) scale(1);
}
.index-page .index-module-4 .text-box .swiper-box .swiper .swiper-slide.swiper-slide-active::after {
  transform: scale(1);
}
.index-page .index-module-4 .text-box h3 {
  margin-bottom: 1.625rem;
  font-size: 1.75rem;
  color: #000000;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-4 .text-box h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-4 .text-box h3 {
    font-size: 1.25rem;
  }
}
.index-page .index-module-4 .text-box p {
  margin-bottom: 6.125rem;
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-4 .text-box p {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .index-page .index-module-4 .text-box p {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
}
.index-page .index-module-4 .text-box .btn-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-4 .text-box .btn-list {
    justify-content: flex-start;
  }
}
.index-page .index-module-5 {
  background: url(../../img/index/module-5-bg.png) no-repeat top left / cover;
}
.index-page .index-module-5 .module-con {
  align-items: flex-start;
  display: flex;
  gap: 6.25rem;
}
@media screen and (max-width: 992px) {
  .index-page .index-module-5 .module-con {
    flex-wrap: wrap;
  }
}
.index-page .index-module-5 .box {
  width: calc(50% - 3.125rem);
}
@media screen and (max-width: 992px) {
  .index-page .index-module-5 .box {
    width: 100%;
  }
}
.index-page .index-module-5 .box .module-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-page .index-module-5 .box .swiper {
  overflow: hidden;
  width: 100%;
}
.index-page .index-module-5 .box .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.index-page .index-module-5 .box .swiper .swiper-slide .slide-box {
  border-radius: 20px;
  padding: 1rem 1.25rem;
  background-color: #fff;
  display: flex;
  gap: 1.125rem;
}
.index-page .index-module-5 .box .swiper .swiper-slide .slide-box .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 40%;
  flex-shrink: 0;
}
.index-page .index-module-5 .box .swiper .swiper-slide .slide-box .pic img {
  width: 100%;
}
.index-page .index-module-5 .box .swiper .swiper-slide .slide-box .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
.index-page .index-module-5 .box .swiper .swiper-slide .slide-box .txt .title h4 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
.index-page .index-module-5 .box .swiper .swiper-slide .slide-box .txt .title h3 {
  font-size: 1.5rem;
  color: #000000;
  line-height: 1.2;
}
.index-page .index-module-5 .box .swiper .swiper-slide .slide-box .txt .date {
  font-size: 1.25rem;
  color: #143c7d;
  line-height: 1.2;
}
.index-page .index-module-5 .box .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.875rem;
  width: 100%;
  position: static;
}
.index-page .index-module-5 .box .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  width: 10px;
  height: 10px;
  background-color: #FF4800;
  transition: all 0.3s ease-in-out;
}
.index-page .index-module-5 .box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-page .index-hero {
  position: relative;
  overflow: hidden;
}
.index-page .index-hero .pc {
  display: block;
}
.index-page .index-hero .mobile {
  display: none;
  font-size: 0;
  line-height: 0;
}
.index-page .index-hero .tit-60 {
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 1681px) {
  .index-page .index-hero .tit-60 {
    font-size: 54px;
  }
}
@media (max-width: 1481px) {
  .index-page .index-hero .tit-60 {
    font-size: 49px;
  }
}
@media (max-width: 1281px) {
  .index-page .index-hero .tit-60 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .index-page .index-hero .tit-60 {
    font-size: 42px;
  }
}
.index-page .index-hero .tit-24 {
  font-size: 24px;
}
@media (max-width: 1681px) {
  .index-page .index-hero .tit-24 {
    font-size: 22px;
  }
}
@media (max-width: 1481px) {
  .index-page .index-hero .tit-24 {
    font-size: 20px;
  }
}
@media (max-width: 1281px) {
  .index-page .index-hero .tit-24 {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .index-page .index-hero .tit-24 {
    font-size: 16px;
  }
}
.index-page .index-hero .tit-20 {
  font-size: 24px;
}
@media (max-width: 1681px) {
  .index-page .index-hero .tit-20 {
    font-size: 19px;
  }
}
@media (max-width: 1481px) {
  .index-page .index-hero .tit-20 {
    font-size: 18px;
  }
}
@media (max-width: 1281px) {
  .index-page .index-hero .tit-20 {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .index-page .index-hero .tit-20 {
    font-size: 14px;
  }
}
.index-page .index-hero .btn-more {
  width: max-content;
  text-decoration: none;
  display: flex;
  background: #fff;
  border-radius: 72px;
  padding: 1.3rem 2rem;
  color: #161616;
  font-weight: 400;
  cursor: pointer;
  align-items: center;
  position: relative;
  -webkit-transition: scale 0.42s cubic-bezier(0.28, 0.11, 0.32, 1), all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: scale 0.42s cubic-bezier(0.28, 0.11, 0.32, 1), all 0.5s ease 0s;
}
.index-page .index-hero .btn-more span {
  position: relative;
  z-index: 3;
}
.index-page .index-hero .btn-more img {
  margin-left: 15px;
}
.index-page .index-hero .btn-more:hover {
  background: #143C7D;
  color: #fff;
}
.index-page .index-hero .btn-more:hover img {
  filter: invert(50%) brightness(300%);
}
.index-page .index-hero .btn-more.blue-btn-more {
  background: #143C7D;
  color: #fff;
}
.index-page .index-hero .btn-more.blue-btn-more img {
  filter: invert(50%) brightness(300%);
}
.index-page .index-hero .btn-more.blue-btn-more:hover {
  background: #FF4800;
}
.index-page .index-hero .swiper-pagination-bullet {
  width: 18px !important;
  height: 18px !important;
  margin: 0 4px !important;
}
.index-page .index-hero .swiper-slide {
  position: relative;
}
.index-page .index-hero .swiper-slide .boximg {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-page .index-hero .swiper-slide .boximg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  top: 0;
}
.index-page .index-hero .swiper-slide .boximg img,
.index-page .index-hero .swiper-slide .boximg video {
  width: 100%;
  height: 969px;
  object-fit: cover;
}
.index-page .index-hero .swiper-slide .contxt {
  display: flex;
  align-items: center;
  position: absolute;
  width: 43%;
  height: 85%;
  right: 35px;
  bottom: 0;
}
.index-page .index-hero .swiper-slide .contxt h1 {
  color: #fff;
  font-weight: normal;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}
.index-page .index-hero .swiper-slide .contxt h1 i {
  font-style: normal;
  color: #003374;
}
.index-page .index-hero .swiper-slide .contxt .ban-text {
  width: 632px;
  color: #fff;
  margin-bottom: 2rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.index-page .index-hero .swiper-pagination {
  text-align: left;
  bottom: 8% !important;
  left: 8% !important;
}
.index-page .index-hero .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.index-page .index-hero .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 580px) {
  .index-page .index-hero .pc {
    display: none;
  }
  .index-page .index-hero .mobile {
    display: block;
  }
  .index-page .index-hero .swiper-slide .boximg img,
  .index-page .index-hero .swiper-slide .boximg video {
    height: auto;
  }
  .index-page .index-hero .swiper-slide .contxt {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto !important;
    right: 0;
    box-sizing: border-box;
    background: #203864;
    padding: 20px 15px 60px;
  }
  .index-page .index-hero .swiper-slide .contxt .ban-text {
    width: 100%;
    margin-top: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .index-page .index-hero .swiper-slide .contxt .tit-60 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .index-page .index-hero .swiper-pagination {
    bottom: 15px !important;
  }
}
