.layoutUl li {
  margin-right: 0.5%;
  width: 12.5%;
  height: 580px;
}

.layoutUl li.on {
  width: 34.3%;
}

.layoutUl li::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(25, 44, 137, 0.3);
}

.layoutUl li h1 {
  position: absolute;
  letter-spacing: 5px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.layoutUl li .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.layoutUl li.on h1 {
  left: 100%;
  opacity: 0;
}

.layoutUl li.on::after {
  opacity: 0;
}

.layoutUl li.on .text {
  z-index: 999;
  transform: translateY(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.layoutSwiper .swiper-slide .img {
  height: 280px;
}

.layoutSwiper .swiper-slide .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#c_static_667-1716782732753 .subtitle {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  font-size: 38px;
  color: #214a9e;
}

@media screen and (max-width: 768px) {
  #c_static_667-1716782732753 .subtitle {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 26px;
    color: #214a9e;
  }
  .layoutSwiper .swiper-slide .img {
    height: 280px;
  }
  .radius10,
  .radius20 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .layoutSwiper .swiper-slide .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bigImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wap-show {
    width: 100%;
  }
  .layoutSwiper .swiper-container {
    width: 100%;
  }
}
