.index-page .module-1 {
  background-color: #f3f1ef;
}
.index-page .module-1 h2 {
  font-size: 3.75rem;
}
.index-page .module-1 .module-con {
  display: flex;
  gap: 2.5rem;
}
.index-page .module-1 .module-con .left {
  width: calc(62% - 1.25rem);
  position: relative;
}
.index-page .module-1 .module-con .left .swiper {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}
.index-page .module-1 .module-con .left .swiper .swiper-slide .pic {
  background-color: rgba(0, 0, 0, 0.5);
}
.index-page .module-1 .module-con .left .swiper .swiper-slide .pic::before {
  padding-top: 56.93%;
}
.index-page .module-1 .module-con .left .swiper .swiper-slide h3 {
  position: absolute;
  top: 2.25rem;
  left: 3rem;
  margin: 0;
  width: 33.33%;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.3;
}
.index-page .module-1 .module-con .left .navigation-box {
  position: absolute;
  left: 0;
  bottom: 5.5rem;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.index-page .module-1 .module-con .left .scroll-down-pagination {
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-page .module-1 .module-con .left .scroll-down-pagination .scroll-down-btn {
  all: unset;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  color: #000;
  cursor: pointer;
  transition: color 0.3s ease;
}
.index-page .module-1 .module-con .left .scroll-down-pagination .scroll-down-btn .bi {
  font-size: 1rem;
}
.index-page .module-1 .module-con .left .scroll-down-pagination .scroll-down-btn:hover {
  color: #f06423;
}
.index-page .module-1 .module-con .left .scroll-down-pagination .swiper-pagination {
  position: static;
  width: auto;
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.index-page .module-1 .module-con .left .scroll-down-pagination .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  background-color: #b4b4b5;
}
.index-page .module-1 .module-con .left .scroll-down-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f06423;
}
.index-page .module-1 .module-con .right {
  width: calc(38% - 1.25rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.index-page .module-1 .module-con .right .box-1 {
  border-radius: 15px;
  border: 1px solid #f06423;
  padding: 1.5rem 1.25rem 1.25rem;
  background-color: #fff;
  position: relative;
  flex-shrink: 0;
}
.index-page .module-1 .module-con .right .box-1 .lines {
  display: flex;
  justify-content: space-between;
}
.index-page .module-1 .module-con .right .box-1 .lines .lines-box {
  display: flex;
  gap: 3px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.index-page .module-1 .module-con .right .box-1 .lines .lines-box .line {
  border-radius: 3px;
  width: 5px;
  height: 18px;
  background-color: #f06423;
}
.index-page .module-1 .module-con .right .box-1 .lines .lines-box.left-lines {
  left: 2rem;
}
.index-page .module-1 .module-con .right .box-1 .lines .lines-box.right-lines {
  right: 2rem;
}
.index-page .module-1 .module-con .right .box-1 .title {
  margin-bottom: 0.875rem;
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  font-size: 1.325rem;
  color: #fff;
  background-color: #f06423;
}
.index-page .module-1 .module-con .right .box-1 .con {
  display: flex;
  align-items: center;
  gap: 1.625rem;
}
.index-page .module-1 .module-con .right .box-1 .con .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.125rem;
}
.index-page .module-1 .module-con .right .box-1 .con .info h3 {
  margin: 0;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 1.125rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.44;
  color: #000;
}
.index-page .module-1 .module-con .right .box-1 .con .pic {
  border-radius: 10px;
  width: 40%;
  flex-shrink: 0;
  background-color: #f5f5f5;
  height: 128px;
}
.index-page .module-1 .module-con .right .box-2 {
  border-radius: 15px;
  border: 1px solid #009043;
  background-color: #fff;
  position: relative;
  flex-grow: 1;
}
.index-page .module-1 .module-con .right .box-2 .info {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 44%;
}
.index-page .module-1 .module-con .right .box-2 .info h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
}
.index-page .module-1 .module-con .right .box-2 .info p {
  margin: 0 0 2rem;
  font-size: 0.75rem;
  color: #000;
}
.index-page .module-1 .module-con .right .box-2 .info .btn {
  box-shadow: 0px 3px 6px #00000029;
}
.index-page .module-2 .module-con {
  display: flex;
  align-items: flex-end;
  gap: 6.25rem;
}
.index-page .module-2 .module-con .left {
  width: calc(50% - 3.125rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-page .module-2 .module-con .left h3 {
  margin: 0 0 1.625rem;
  padding-right: 3.25rem;
  font-size: 2.25rem;
  line-height: 1.11;
  color: #000;
  font-weight: bold;
}
.index-page .module-2 .module-con .left p {
  margin: 0 0 2.5rem;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.44;
}
.index-page .module-2 .module-con .left .btn {
  display: flex;
  align-items: center;
}
.index-page .module-2 .module-con .right {
  width: calc(50% - 3.125rem);
  display: flex;
  gap: 2.375rem;
}
.index-page .module-2 .module-con .right .item {
  border-radius: 14px;
  border: 2px solid #f06423;
  padding: 1.75rem 2rem 1.875rem;
}
.index-page .module-2 .module-con .right .item .pic {
  margin-bottom: 2.5rem;
  width: 4.375rem;
  background-color: #f06423;
  height: 52px;
}
.index-page .module-2 .module-con .right .item .line {
  width: 3.625rem;
  height: 2px;
  background-color: #ea6227;
  position: relative;
}
.index-page .module-2 .module-con .right .item .line::after {
  content: '';
  width: 50%;
  height: 2px;
  background-color: #009043;
  position: absolute;
  top: 0;
  left: 0;
}
.index-page .module-2 .module-con .right .item h4 {
  margin: 2.25rem 0 0;
  font-size: 1.25rem;
  color: #212121;
  line-height: 1.5;
}
.index-page .module-3 {
  padding: 0;
  overflow: hidden;
}
.index-page .module-3 .marquee {
  overflow: hidden;
}
.index-page .module-3 .marquee-track {
  display: flex;
  width: max-content;
  animation: module3-marquee var(--marquee-duration, 15s) linear infinite;
  will-change: transform;
}
.index-page .module-3 .marquee-content {
  flex-shrink: 0;
  padding: 0 1.1255rem;
}
.index-page .module-3 .marquee-content h3 {
  margin: 0;
  white-space: nowrap;
  font-size: 5.25rem;
  font-weight: 600;
  color: #e4ece5;
  letter-spacing: 0.05em;
}
.index-page .module-4 {
  position: relative;
}
.index-page .module-4::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  background-color: #f3f4f5;
}
.index-page .module-4 .module-con {
  display: flex;
  align-items: flex-start;
  gap: 5.5rem;
  position: relative;
  z-index: 2;
}
.index-page .module-4 .module-con .left {
  width: 15.375rem;
  flex-shrink: 0;
}
.index-page .module-4 .module-con .left .has-line {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-page .module-4 .module-con .right {
  flex-grow: 1;
  overflow: hidden;
}
.index-page .module-4 .module-con .right .swiper {
  width: 100%;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide {
  display: flex;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-left {
  width: 55%;
  position: relative;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-left .pic {
  position: relative;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-left .pic::before {
  padding-top: 62.3745%;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-left .pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-left .play-btn {
  border-radius: 50%;
  border: 1px solid #009043;
  width: 3.625rem;
  height: 3.625rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-left .play-btn .bi {
  color: #009043;
  font-size: 1.5rem;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-left .play-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #009043;
  animation: play-btn-ripple 1.8s ease-out infinite;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-right {
  padding: 2.75rem 2.875rem;
  width: 45%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-right .line-video {
  margin-bottom: 3.625rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-right .line-video .line {
  border: 1px solid #b5b5b5;
  flex-grow: 1;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-right .line-video span {
  font-size: 1rem;
  color: #292929;
  flex-shrink: 0;
  line-height: 1.25;
  font-weight: 600;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-right h3 {
  margin: 0 0 1.25rem;
  font-size: 1.625rem;
  color: #212121;
  line-height: 1.2;
}
.index-page .module-4 .module-con .right .swiper .swiper-slide .box-right p {
  margin: 0 0 2.25rem;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.44;
}
.index-page .module-4 .module-con .right .pagination-navigation {
  margin-top: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-page .module-4 .module-con .right .pagination-navigation .swiper-pagination {
  position: static;
  width: auto;
  font-size: 1.125rem;
  color: #8b8b8b;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.index-page .module-4 .module-con .right .pagination-navigation .swiper-pagination .swiper-pagination-current {
  font-size: 2.5rem;
  color: #009043;
}
.index-page .module-4 .module-con .right .pagination-navigation .navigation-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.index-page .module-5 h2 {
  justify-content: center;
}
.index-page .module-5 .swiper {
  margin: -10px;
  padding: 10px;
}
.index-page .module-5 .swiper .swiper-slide {
  box-shadow: 0px 0px 15px #00000029;
  border-radius: 15px;
  background-color: #fff;
  text-decoration: none;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.index-page .module-5 .swiper .swiper-slide:hover .pic img {
  transform: scale(1.05);
}
.index-page .module-5 .swiper .swiper-slide:hover .info .more .bi {
  left: 3px;
}
.index-page .module-5 .swiper .swiper-slide .pic {
  flex-shrink: 0;
  background-color: #f5f5f5;
}
.index-page .module-5 .swiper .swiper-slide .pic img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.index-page .module-5 .swiper .swiper-slide .pic::before {
  padding-top: 54.337%;
}
.index-page .module-5 .swiper .swiper-slide .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  padding: 1.75rem 1.75rem 5.625rem;
  position: relative;
}
.index-page .module-5 .swiper .swiper-slide .info .date-tag {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.index-page .module-5 .swiper .swiper-slide .info .date-tag .date {
  font-size: 1.125rem;
  color: #f06423;
  line-height: 1.166;
  font-weight: 600;
}
.index-page .module-5 .swiper .swiper-slide .info .date-tag .tag {
  border-radius: 8px;
  padding: 5px 1.125rem;
  font-size: 1.125rem;
  color: #161616;
  background-color: #edf4ef;
}
.index-page .module-5 .swiper .swiper-slide .info h3 {
  margin: 0 0 2.25rem;
  color: #212121;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-page .module-5 .swiper .swiper-slide .info .more {
  position: absolute;
  left: 1.75rem;
  bottom: 2rem;
}
@keyframes module3-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--marquee-distance, 50%)));
  }
}
@keyframes play-btn-ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
