.bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.banner {
  height: 980rem;
}

.banner.modular {
  padding: 0;
  position: relative;
}

.banner .swiper-container {
  height: 100%;
  overflow: visible;
}

@keyframes bannerAnimate {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.banner .swiper-slide-active .bg-multiply {
  animation: bannerAnimate 5s linear;
}

.banner .swiper-pagination {
  width: 750rem;
  bottom: 30rem;
  z-index: 9999;
  left: 50%;
  margin-left: -830rem;
  text-align: right;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  transition: 0.5s;
}

.banner .swiper-pagination-bullet-active {
  transform: scale(1.5);
}

.banner .swiper-container .swiper-slide {
  overflow: hidden;
}

.banner .swiper-container .swiper-slide .bg-wrap {
  position: relative;
}

.bg-refresh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-refresh .bg-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.banner .swiper-container .swiper-slide .bg-wrap {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner .swiper-container .swiper-slide .bg-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.bg-multiply {
  position: absolute;
  background-size: cover;
  background-position: center center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner .text-box {
  font-size: var(--font-size-120);
  font-weight: 500;
  line-height: 1.1;
  color: #4c4d51;
  bottom: 200rem;
  position: absolute;
  font-weight: 100;
}

.banner .dark .text-box {
  color: #fff;
}

.banner .swiper-button-worm-next {
  position: absolute;
  background: var(--vi-color);
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 60rem;
  width: 100%;
}

.banner .swiper-button-worm-next i {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: block;
  width: 60rem;
  height: 60rem;
  line-height: 60rem;
  color: #fff;
  text-align: center;
  font-size: 30rem;
}

.modular .title {
  color: #139f40;
  line-height: 1;
}

.modular .sub_title {
  margin-top: 20rem;
  line-height: 1.8;
}

.modular5 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20rem;
  margin: 0 220rem;
  align-items: flex-end;
  margin-top: 70rem;
}

.modular5 .list .item {
  display: flex;
  flex-direction: column;
  gap: 20rem;
  overflow: hidden;
  color: #fff;
}

.modular5 .list img {
  width: 100%;
  transition: 0.5s;
}

.modular5 .list .t {
  border-radius: 30rem;
  overflow: hidden;
}

.modular5 .list .item:nth-child(1) .b {
  height: 188rem;
}

.modular5 .list .item:nth-child(2) .b {
  height: 480rem;
}

.modular5 .list .item:nth-child(3) .b {
  height: 360rem;
}

.modular5 .list .item:nth-child(4) .b {
  height: 530rem;
}

.modular5 .list .b {
  border-radius: 30rem;
  padding: 20rem 20rem 20rem 40rem;
  box-sizing: border-box;
  background: center center no-repeat;
  background-size: 100%;
  transition: 0.5s;
}

.modular5 .list .b.text-bottom {
  padding-bottom: 45rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30rem;
  align-items: flex-start;
}

.modular5 .list .b.text-top {
  padding-top: 45rem;
}

.modular4 {
  padding-bottom: 0;
}

.modular4 .list {
  margin-top: 70rem;
  display: flex;
  gap: 100rem;
  flex-direction: column;
}

.modular4 .list .item {
  display: flex;
  gap: 40rem;
  align-items: center;
}

.modular4 .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.modular4 .list .item .left {
  width: 720rem;
  margin-left: 64rem;
  overflow: hidden;
}

.modular4 .list .item .left img {
  width: 100%;
  transition: 0.5s;
}

.modular4 .list .item .right {
  flex: 1;
  padding: 0 120rem;
}

.modular4 .list .item .right .info {
  margin-top: 40rem;
  margin-bottom: 70rem;
  line-height: 1.6;
}
.modular3 {
  background: #f6f7f9;
  padding-bottom: 0;
}
.modular3 .swiper-box .swiper-slide {
  width: 180rem;
}

.modular3 .swiper-box {
  margin-top: 70rem;
  margin-bottom: 70rem;
  width: 100%;
  box-sizing: border-box;
}

.modular3 .swiper-box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 90rem;
  height: 54rem;
  transition: 0.5s;
  cursor: pointer;
  box-sizing: border-box;
}

.modular3 .swiper-box .swiper-slide.on {
  color: var(--vi-color);
  border-color: var(--vi-color);
  background: transparent;
  font-weight: bold;
}

.modular3 .swiper-content .swiper-slide {
  display: flex;
  align-items: flex-end;
}

.modular3 .swiper-content .l {
  width: 1190rem;
  overflow: hidden;
}

.modular3 .swiper-content .l img {
  width: 100%;
  transition: 0.5s;
}

.modular3 .swiper-content .r {
  margin-left: -280rem;
  width: 883rem;
  margin-right: 130rem;
  background: var(--vi-color);
  border-top-left-radius: 60rem;
  border-bottom-right-radius: 60rem;
  position: relative;
  z-index: 1;
}

.modular3 .swiper-content .r .info {
  padding: 82rem 92rem;
  box-sizing: border-box;
  color: #fff;
}

.modular3 .swiper-content .r .info .tit {
  margin-bottom: 40rem;
  line-height: 1.1;
  font-weight: 100;
}

.modular3 .swiper-content .r .info h3 {
  margin: 16rem 0;
}

.modular3 .swiper-content .r .info p {
  line-height: 1.6;
}

.modular2 .info {
  margin: 70rem 0;
  display: flex;
  gap: 30rem;
  flex-direction: column;
}

.modular2 .info p {
  line-height: 1.6;
}

.modular2 .num-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 120rem;
  margin-right: 400rem;
  margin-bottom: 90rem;
  color: var(--vi-color);
}

.modular2 .num-list .text {
  border-top: 1px solid var(--vi-color);
  color: #000;
  margin-top: 10rem;
  padding-top: 16rem;
}
.modular1 {
  padding: 0;
  margin-top: -200rem;
  margin-bottom: -200rem;
  position: relative;
  z-index: 15;
}
.modular1 .wrap {
  display: flex;
  justify-content: flex-end;
}
.modular1 .wrap .list {
  display: flex;
  width: 865rem;
}

.modular1 .wrap .list .left {
  width: 430rem;
  overflow: hidden;
}

.modular1 .wrap .list .left img {
  width: 100%;
  transition: 0.5s;
}

.modular1 .wrap .list .right {
  flex: 1;
  padding: 48rem 40rem;
  background: var(--vi-color);
  color: #fff;
  border-bottom-right-radius: 50rem;
  text-align: right;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.modular1 .wrap .list .right .info {
  margin-top: 20rem;
  line-height: 1.6;
}

.modular1 .wrap .list .right a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5rem;
}

.modular1 .wrap .list .right a span {
  display: block;
  margin-top: -3rem;
}

.news_btn > div {
  background: none;
  width: 66rem;
  height: 66rem;
  margin-top: -33rem;
  background: #fff;
  border-radius: 50%;
  color: #139f40;
  font-weight: bold;
  font-size: 18rem;
  box-shadow: 0 0 14px 2px rgba(0, 15, 79, 0.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.news_btn .swiper-button-next {
  right: 33rem;
  left: auto;
}

.news_btn .swiper-button-prev {
  left: 33rem;
}

@media screen and (min-width: 1024px) {
  .modular5 .list .t:hover img,
  .modular4 .list .item .left:hover img,
  .modular3 .swiper-content .l:hover img,
  .modular1 .wrap .list .left:hover img {
    transform: scale(1.05);
  }
  .modular5 .list .b:hover {
    background-size: 110%;
  }
  .news_btn > div:hover {
    background: #139f40;
    color: #fff;
  }
}

@media screen and (max-width: 1023px) {
  .modular3 .news_btn{
    display: none;
  }
  .modular3 .swiper-box .swiper-slide {
    width: 240rem;
  }

  .banner .dark .text-box .text {
    margin-bottom: 0.5em;
  }

  .modular2 .num-list {
    grid-template-columns: repeat(2, 1fr);
    margin-right: 30rem;
  }

  .modular1 .wrap .list {
    flex-direction: column;
  }

  .modular1 .wrap .list .left {
    width: 100%;
  }

  .modular1 {
    margin-top: -80%;
    margin-bottom: 0;
    width: 60%;
    float: right;
  }

  .modular3 .swiper-content .swiper-slide {
    flex-direction: column;
    gap: 20rem;
    align-items: center;
  }

  .modular3 .swiper-content .l {
    width: 90%;
  }
  .modular3 .swiper-content .r {
    margin-left: 0;
    width: 90%;
    margin-right: 0;
  }

  .modular4 .list .item:nth-child(2n),
  .modular4 .list .item {
    flex-direction: column;
    gap: 20rem;
    align-items: center;
  }
  .modular4 .list .item .left {
    width: 100%;
    margin-left: 0rem;
  }

  .modular4 .list .item .right {
    width: 100%;
    padding: 0 20rem;
  }

  .modular5 .list {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 20rem;
    margin-top: 50rem;
  }
}
