

.header{
  background: no-repeat center/cover;
}
img {
  max-width: 100%;
}
.banner.modular img {
  width: 100%;
}
.banner.modular {
  padding: 0;
  position: relative;
}
.banner.modular .swiper-pagination {
  bottom: 40rem;
}
.banner.modular .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
@keyframes bannerAnimate {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.banner .swiper-slide-active {
  animation: bannerAnimate 5s;
}
.banner.modular .swiper-pagination-bullet-active {
  background: transparent;
  position: relative;
  width: 14rem;
}

.banner.modular .swiper-pagination-bullet-active::after {
  content: "⊙";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  vertical-align: top;
  margin-top: -2.5rem;
  font-size: 20rem;
}
.modular .title {
  font-size: 50rem;
  margin-bottom: 50rem;
}
.modular .title .sub-title {
  font-size: 16rem;
  line-height: 1.6;
  margin-top: 1em;
}

.modular {
  background: no-repeat center center;
  background-size: cover;
}

.modular1 .tit {
  font-size: 40rem;
  margin-bottom: 60rem;
}
.modular1{
  padding: 200rem 0;
  position: relative;
}
.modular1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/02-p.png') center center;
  background-size: cover;
  z-index: 0;
}
.modular1 .wrap {
  display: flex;
  gap: 360rem;
  color: #fff;
  align-items: center;
  position: relative;
  z-index: 1;
}

.modular1 .wrap .left {
  flex: 1;
}

.modular1 .wrap .left .info {
  display: flex;
  flex-direction: column;
  gap: 30rem;
  margin-bottom: 90rem;
  font-size: 16rem;
  line-height: 1.6;
}

.modular1 .wrap .right {
  width: 530rem;
  padding: 0 100rem;
  box-sizing: border-box;
}

.modular1 .wrap .right .num {
  font-size: 60rem;
  display: flex;
  gap: 5rem;
}
.modular1 .wrap .right .num-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60rem;
  flex-direction: column;
}
.modular1 .wrap .right .num em {
  font-size: 30rem;
}

.modular3 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
}

.modular3 .list .item {
  background-size: cover;
  height: 530rem;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  transition: 0.5s;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 20rem rgba(0, 0, 0, 0.1);
}
.modular3 .list .item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.modular3 .list .item .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.modular3 .list .item.black {
  color: #000;
}

.modular3 .list .item.black .worm-button a {
  color: #000;
}
.modular3 .list .item.black .worm-button::before {
  border-color: #000;
}

.modular3 .list .item > * {
  position: relative;
  z-index: 2;
}
.modular3 .list .item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #142665;
  opacity: 0;
  transition: 0.3s;
}
.modular3 .list .item .us,
.modular3 .list .item .open {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 90rem 40rem;
  box-sizing: border-box;
  transition: 0.5s;
}
.modular3 .list .item .us {
  opacity: 1;
}
.modular3 .list .item .open {
  opacity: 0;
  text-align: left;
  transform: translate(0, 50%);
}
.modular3 .list .item .info {
  display: flex;
  gap: 24rem;
  margin-bottom: -10rem;
  flex-direction: column;
  line-height: 1.6;
  transition: 0.3s;
  margin-bottom: 50rem;
}

.modular3 .list .item .tit {
  margin-bottom: 30rem;
  font-size: 36rem;
}
.modular2 {
  color: #fff;
  padding-bottom: 0;
}
.modular2 .bg-box img,
.modular2 .bg-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.modular2 .bg-box img.on {
  z-index: 1;
}
.modular2 .list {
  white-space: nowrap;
  gap: 0rem;
  font-size: 0;
  position: relative;
}
.modular2 .list .info {
   white-space: normal;
       width: 640rem;
}
.modular2 .list {
   display: flex;
   height: 750px;
}
.modular2 .item {
  display: inline-block;
  width: 700rem;
  padding: 30rem;
  box-sizing: border-box;
  transition: 0.5s;
  position: relative;
  font-size: 16rem;
  padding-bottom: 146rem;
}
.modular2 .list::before,
.modular2 .item::before,
.modular2 .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.modular2 .list::before {
  left: auto;
  right: 0;
}
.modular2 .list::before,
.modular2 .item::before {
  width: 1px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.5),
    transparent 90%
  );
}

.modular2 .item.on::after {
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.2),
    transparent 90%
  );
}

.modular2 .item.on + .item {
  margin-left: 0rem;
}
.modular2 .item.on + .item ~ .item,
.modular2 .item ~ .item {
  margin-left: -380rem;
}
.modular2 .item .icon,
.modular2 .item .tit {
  font-size: 40rem;
}
.modular2 .item .sub-t {
  margin-top: 70rem;
  margin-bottom: 20rem;
  font-weight: bold;
}
.modular2 .item .info {
  display: flex;
  gap: 24rem;
  flex-direction: column;
  line-height: 1.6;
  margin-bottom: 60rem;
}

.modular2 .item .icon,
.modular2 .item .tit {
  transform: translate(0, 80rem);
  transition: 0.5s;
}

.modular2 .item .sub-t,
.modular2 .item .info,
.modular2 .item .worm-button {
  opacity: 0;
  transition: 0.5s;
}

.modular2 .item.on {
  position: relative;
  z-index: 1;
}

.modular2 .item.on .sub-t,
.modular2 .item.on .info,
.modular2 .item.on .worm-button {
  opacity: 1;
}

.modular2 .item.on .icon,
.modular2 .item.on .tit {
  transform: translate(0, 0);
}

.modular4 {
  position: relative;
  z-index: 3;
  padding-top: 140rem;
}

.modular4 .body {
  display: flex;
  gap: 100rem;
}

.modular4 .body .left {
  width: 700rem;
}

.modular4 .body .right {
  flex: 1;
}
.modular4 .body .right .list {
  display: flex;
  flex-direction: column;
  gap: 30rem;
  margin-bottom: 60rem;
}

.modular4 .body .right .worm-button::before,
.modular4 .body .right .worm-button::after {
  content: "";
  border-color: #000;
}

.modular4 .body .right .worm-button a {
  color: #000;
}

.modular4 .body .right .item {
  padding-bottom: 30rem;
  display: block;
  position: relative;
}

.modular4 .body .right .item::after {
  content: "";
  border: 1px solid #4c4d51;
  width: 50%;
  left: 0;
  position: absolute;
  bottom: 0;
  transition: 0.5s;
  opacity: 0.2;
}

.modular4 .body .img-box {
  border-radius: 30rem;
  overflow: hidden;
  margin-bottom: 40rem;
  box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.1);
}

.modular4 .body .time {
  margin-bottom: 20rem;
}

.modular4 .body .img-box img {
  transition: 0.5s;
  width: 100%;
}

.modular4 .body .tit {
  font-size: 24rem;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bg-gx {
  position: relative;
}

.bg-gx .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.modular5 {
  background: #c4d1e0;
}

.modular5 .wrap {
  position: relative;
  z-index: 2;
}
.modular5 .center {
  text-align: center;
}

.modular5 .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20rem;
}

.modular5 .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 14rem;
  background: #fff;
  border-radius: 10rem;
  overflow: hidden;
  height: 70rem;
}

.modular5 .list .item img {
  transition: 0.5s;
  max-width: 80%;
  max-height: 80%;
}

.modular2 .button-prev,
.modular2 .button-next {
  display: none;
}

@media screen and (min-width: 1024px) {
  .modular4 .body .item:hover .tit {
    color: var(--vi-color);
  }
  .modular4 .body .right .item:hover::after {
    width: 100%;
  }
  .modular3 .list .item:hover {
    color: #fff;
  }
  .modular3 .list .item:hover .us {
    opacity: 0;
  }
  .modular3 .list .item:hover .open {
    opacity: 1;
    transform: translate(0, 0);
  }

  .modular3 .list .item.black:hover .worm-button a {
    color: #fff;
  }
  .modular3 .list .item.black:hover .worm-button::before {
    border-color: #fff;
  }

  .modular5 .list .item:hover img,
  .modular4 .body a:hover img,
  .modular3 .list .item:hover .bg-img img {
    transform: scale(1.1);
  }

  .modular3 .list .item:hover::after {
    opacity: 0.47;
  }
}

@media screen and (max-width: 1023px) {
  .banner.modular .swiper-pagination-bullet-active::after {
    font-size: 20px;
  }

  .modular1 .wrap {
    flex-direction: column;
  }
  .modular1 .wrap .left {
    width: 100%;
  }
  .modular1 .wrap .right {
    width: auto;
    padding: 0;
  }

  .modular1 .wrap .left .info {
    font-size: 12px;
  }

  .modular3 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .modular3 .list .item {
    height: auto;
  }
  .modular3 .list .item::after {
    opacity: 0.3;
  }
  .modular3 .list .item.black,
  .modular3 .list .item.black .worm-button a {
    color: #fff;
  }
  .modular3 .list .item.black .worm-button::before {
    border-color: #fff;
  }
  .modular3 .list .item .us {
    display: none;
  }
  .modular3 .list .item .open {
    opacity: 1;
    transform: translate(0, 0);
    position: relative;
  }

  .modular2 .list {
    white-space: normal;
  }

  .modular2 .item {
    display: block;
  }

  .modular2 .item.on + .item ~ .item,
  .modular2 .item ~ .item {
    margin-left: 0;
  }

  .modular2 .item .icon,
  .modular2 .item .tit {
    transform: translate(0, 0);
  }

  .modular2 .item .sub-t,
  .modular2 .item .info,
  .modular2 .item .worm-button {
    opacity: 1;
  }

  .modular2 .list::before,
  .modular2 .item::before,
  .modular2 .item::after {
    bottom: 0;
    top: auto;
  }

  .modular2 .list::before,
  .modular2 .item::before {
    width: 100%;
    height: 1px;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.5),
      transparent 90%
    );
  }

  .modular2 .item::after,
  .modular2 .item.on::after {
    background: none;
    display: none;
  }

  .modular2 .item {
    font-size: 12px;
    padding: 40rem 0;
    padding-bottom: 100rem;
  }

  .modular2 {
    padding-bottom: 30rem;
  }

  .modular2 .list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .modular2 .button-prev,
  .modular2 .button-next {
    position: absolute;
    right: 0;
    top: 10rem;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 10;
    border: 1px solid #fff;
    width: 60rem;
    height: 60rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
  }

  .modular2 .button-prev {
    right: 120rem;
  }
  .modular2 .button-prev i {
    transform: rotate(180deg);
  }

  .modular2 .swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
  }

  .modular2 .list .item {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .modular2 .list::before {
    display: none;
  }

  .modular4 .body {
    flex-direction: column;
  }
  .modular .title .sub-title br {
    display: none;
  }
  .modular .title .sub-title,
  .modular4 .body .tit {
    font-size: 12px;
  }

  .modular5 .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .modular5 .list .item {
    height: 130rem;
  }
  .modular4 .body{
    gap: 30rem;
  }
}
