#index-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  #index-main {
    padding-top: 70px;
  }
}

.index-hero {
  width: 100%;
  height: auto;
  display: none;
  padding: 36px;
  background: #001976;
}
@media (max-width: 1280px) {
  .index-hero {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .index-hero {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .index-hero {
    padding: 16px;
  }
}
.index-hero .container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-radius: 0 120px 0 120px;
  overflow: hidden;
  background-image: url(/img/hero-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1280px) {
  .index-hero .container {
    border-radius: 0 60px 0 60px;
  }
}
@media (max-width: 768px) {
  .index-hero .container {
    border-radius: 0 48px 0 48px;
  }
}
@media (max-width: 480px) {
  .index-hero .container {
    border-radius: 0 24px 0 24px;
  }
}
.index-hero .container .hero-content-wrapper {
  flex: 0 0 auto;
  width: 50%;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .index-hero .container .hero-content-wrapper {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .index-hero .container .hero-content-wrapper {
    width: 100%;
  }
}
.index-hero .container .hero-content-wrapper .top {
  width: 100%;
  height: auto;
  padding: 40px 120px 40px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8666666667));
}
@media (max-width: 1280px) {
  .index-hero .container .hero-content-wrapper .top {
    padding: 20px 48px 20px 24px;
  }
}
@media (max-width: 480px) {
  .index-hero .container .hero-content-wrapper .top {
    padding: 16px 20px;
  }
}
.index-hero .container .hero-content-wrapper .top > h1 {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: right;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-hero .container .hero-content-wrapper .top > h1 {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .index-hero .container .hero-content-wrapper .top > h1 {
    font-size: 24px;
  }
}
.index-hero .container .hero-content-wrapper .top > h1 > em {
  color: #94C9FF;
}
.index-hero .container .hero-content-wrapper .top > p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-hero .container .hero-content-wrapper .top > p {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .index-hero .container .hero-content-wrapper .top > p {
    font-size: 14px;
  }
}
.index-hero .container .hero-content-wrapper .top .hashtags {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1280px) {
  .index-hero .container .hero-content-wrapper .top .hashtags {
    justify-content: flex-end;
  }
}
.index-hero .container .hero-content-wrapper .top .hashtags > li {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 25, 118, 0.6666666667);
  border-radius: 10000rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media (max-width: 1280px) {
  .index-hero .container .hero-content-wrapper .top .hashtags > li {
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .index-hero .container .hero-content-wrapper .top .hashtags > li {
    height: 28px;
    padding: 0 10px;
    font-size: 13px;
  }
}
.index-hero .container .hero-content-wrapper .bottom {
  width: 100%;
  height: auto;
  padding: 40px 120px 40px 60px;
  display: flex;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.6666666667), #ffffff);
}
@media (max-width: 1280px) {
  .index-hero .container .hero-content-wrapper .bottom {
    padding: 20px 48px 20px 24px;
    justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  .index-hero .container .hero-content-wrapper .bottom {
    padding: 16px 20px;
  }
}
.index-hero .container .hero-content-wrapper .bottom > img {
  width: 100%;
  height: auto;
}
@media (max-width: 1280px) {
  .index-hero .container .hero-content-wrapper .bottom > img {
    max-width: 480px;
  }
}

.index-hero2 {
  width: 100%;
  height: auto;
  padding: 36px;
  background: #001976;
}
@media (max-width: 1280px) {
  .index-hero2 {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .index-hero2 {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .index-hero2 {
    padding: 16px;
  }
}
.index-hero2 .container {
  position: relative;
  width: 100%;
  height: auto;
}
.index-hero2 .container .hero-swiper {
  width: 100%;
  height: auto;
  border-radius: 0 120px 0 120px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .index-hero2 .container .hero-swiper {
    border-radius: 0 60px 0 60px;
  }
}
@media (max-width: 768px) {
  .index-hero2 .container .hero-swiper {
    border-radius: 0 48px 0 48px;
  }
}
@media (max-width: 480px) {
  .index-hero2 .container .hero-swiper {
    border-radius: 0 24px 0 24px;
  }
}
.index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 800px;
}
@media (max-width: 1280px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide {
    height: 560px;
  }
}
@media (max-width: 768px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide {
    height: 400px;
  }
}
.index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  padding: 40px 120px 40px 60px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.8666666667));
  z-index: 3;
}
.index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper.content-left {
  align-items: flex-start;
  margin-left: unset;
  margin-right: auto;
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.8666666667));
}
.index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper.content-left > h1 {
  text-align: left;
}
.index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper.content-left > p {
  text-align: left;
}
@media (max-width: 1280px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper.content-left .hashtags {
    justify-content: flex-start;
  }
}
@media (max-width: 1280px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper {
    padding: 20px 48px 20px 24px;
  }
}
@media (max-width: 480px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper {
    padding: 16px 20px;
  }
}
.index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper > h1 {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: right;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper > h1 {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper > h1 {
    font-size: 24px;
  }
}
.index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper > h1 > em {
  color: #94C9FF;
}
.index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper > p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper > p {
    margin-bottom: 18px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper > p {
    font-size: 14px;
  }
}
.index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper .hashtags {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1280px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper .hashtags {
    justify-content: flex-end;
  }
}
.index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper .hashtags > li {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 25, 118, 0.6666666667);
  border-radius: 10000rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  -moz-text-align-last: center;
       text-align-last: center;
}
@media (max-width: 1280px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper .hashtags > li {
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .index-hero2 .container .hero-swiper .swiper-wrapper .swiper-slide .slide-content-wrapper .hashtags > li {
    height: 28px;
    padding: 0 10px;
    font-size: 13px;
  }
}
.index-hero2 .container .hero-control-box {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 120px;
  z-index: 5;
}
@media (max-width: 1280px) {
  .index-hero2 .container .hero-control-box {
    bottom: 16px;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .index-hero2 .container .hero-control-box {
    bottom: 12px;
    gap: 24px;
  }
}
.index-hero2 .container .hero-control-box > div {
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px) brightness(0.7);
  border-radius: 12px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .index-hero2 .container .hero-control-box > div {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .index-hero2 .container .hero-control-box > div {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
}
.index-hero2 .container .hero-control-box > div i {
  font-size: 36px;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .index-hero2 .container .hero-control-box > div i {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .index-hero2 .container .hero-control-box > div i {
    font-size: 20px;
  }
}

.reliable-section {
  width: 100%;
  height: auto;
  padding: 150px 0;
  background: white;
  display: flex;
}
@media (max-width: 1280px) {
  .reliable-section {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .reliable-section {
    padding: 70px 0;
  }
}
.reliable-section .container {
  width: 95%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .reliable-section .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .reliable-section .container {
    gap: 36px;
  }
}
.reliable-section .container .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reliable-section .container .title-wrap > span {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(0, 138, 50, 0.4);
}
@media (max-width: 1280px) {
  .reliable-section .container .title-wrap > span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .reliable-section .container .title-wrap > span {
    font-size: 18px;
  }
}
.reliable-section .container .title-wrap > span > em {
  color: #008A32;
}
.reliable-section .container .title-wrap > h1 {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 1.2;
  color: #001976;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .reliable-section .container .title-wrap > h1 {
    margin-bottom: 16px;
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .reliable-section .container .title-wrap > h1 {
    font-size: 28px;
  }
}
.reliable-section .container .title-wrap > p {
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  .reliable-section .container .title-wrap > p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .reliable-section .container .title-wrap > p {
    font-size: 14px;
  }
}
.reliable-section .container .reliable-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1280px) {
  .reliable-section .container .reliable-grid {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .reliable-section .container .reliable-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.reliable-section .container .reliable-grid .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1280px) {
  .reliable-section .container .reliable-grid .item {
    gap: 20px;
  }
}
.reliable-section .container .reliable-grid .item .rel-thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.3;
  overflow: hidden;
  border-radius: 70px;
}
@media (max-width: 1280px) {
  .reliable-section .container .reliable-grid .item .rel-thumb {
    border-radius: 40px;
  }
}
.reliable-section .container .reliable-grid .item .rel-thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reliable-section .container .reliable-grid .item .rel-text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1280px) {
  .reliable-section .container .reliable-grid .item .rel-text {
    gap: 12px;
  }
}
.reliable-section .container .reliable-grid .item .rel-text .rel-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #001976;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .reliable-section .container .reliable-grid .item .rel-text .rel-title {
    font-size: 20px;
  }
}
.reliable-section .container .reliable-grid .item .rel-text .rel-content {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: #2D2D2D;
}
@media (max-width: 1280px) {
  .reliable-section .container .reliable-grid .item .rel-text .rel-content {
    font-size: 16px;
  }
}

.industry {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-image: url(/img/industry-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .industry {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .industry {
    padding: 48px 0;
  }
}
.industry .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 42, 85, 0.7);
}
.industry .container {
  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 64px;
  z-index: 3;
}
@media (max-width: 1280px) {
  .industry .container {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .industry .container {
    gap: 40px 16px;
  }
}
.industry .container .left {
  width: 100%;
  height: auto;
  padding-left: 10%;
  padding-top: 64px;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 200px;
}
@media (max-width: 1280px) {
  .industry .container .left {
    padding-top: 32px;
    padding-left: 5%;
    gap: 80px;
    grid-column: span 6;
  }
}
@media (max-width: 768px) {
  .industry .container .left {
    padding: 0 4%;
    gap: 24px;
    grid-column: span 12;
  }
}
.industry .container .left .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.industry .container .left .title-wrap > h1 {
  margin-bottom: 22px;
  font-size: 60px;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .industry .container .left .title-wrap > h1 {
    margin-bottom: 16px;
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .industry .container .left .title-wrap > h1 {
    font-size: 32px;
  }
}
.industry .container .left .title-wrap > p {
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .industry .container .left .title-wrap > p {
    font-size: 16px;
  }
}
.industry .container .left .industry-controls {
  margin-top: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.industry .container .left .industry-controls > div {
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 10000rem;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .industry .container .left .industry-controls > div {
    width: 40px;
    height: 40px;
  }
}
.industry .container .left .industry-controls > div > svg {
  width: 50%;
  height: auto;
  fill: white;
}
.industry .container .right {
  width: 100%;
  height: auto;
  grid-column: span 8;
  display: flex;
}
@media (max-width: 1280px) {
  .industry .container .right {
    grid-column: span 6;
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .industry .container .right {
    grid-column: span 12;
    padding: 0 4%;
  }
}
.industry .container .right .industry-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.industry .container .right .industry-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 380px;
  height: 680px;
}
@media (max-width: 1280px) {
  .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide {
    height: 480px;
  }
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .front, .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  border-radius: 64px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1280px) {
  .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .front, .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back {
    border-radius: 24px;
  }
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .front {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .front > span {
  margin-bottom: 64px;
  font-size: 16px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: white;
  opacity: 0.8;
}
@media (max-width: 1280px) {
  .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .front > span {
    margin-bottom: 48px;
  }
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .front > figure {
  position: relative;
  width: 90%;
  height: 70%;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .front > figure {
    height: 50%;
  }
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .front > figure > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back {
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  transform: rotateY(-90deg);
}
@media (max-width: 1280px) {
  .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back {
    padding: 40px 16px;
  }
}
@media (max-width: 768px) {
  .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back {
    padding: 24px 16px;
  }
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back .top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back .top > img {
  margin-bottom: 14px;
  width: 64px;
  height: auto;
}
@media (max-width: 1280px) {
  .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back .top > img {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back .top > img {
    width: 32px;
  }
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back .top > b {
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 1.2;
  color: #137FEC;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back .top > b {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back .top > b {
    font-size: 20px;
  }
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back .top > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #137FEC;
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back > figure {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width: 90%;
  height: 50%;
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide .back > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide:hover .front {
  transform: rotateY(90deg);
}
.industry .container .right .industry-swiper .swiper-wrapper .swiper-slide:hover .back {
  transform: rotateY(0);
}

.why-wk {
  width: 100%;
  height: auto;
  padding: 150px 0;
  background: white;
}
@media (max-width: 1280px) {
  .why-wk {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .why-wk {
    padding: 70px 0;
  }
}
.why-wk .container {
  width: 95%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1280px) {
  .why-wk .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .why-wk .container {
    gap: 28px;
  }
}
.why-wk .container .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-wk .container .title-wrap > span {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(0, 138, 50, 0.4);
}
@media (max-width: 1280px) {
  .why-wk .container .title-wrap > span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .why-wk .container .title-wrap > span {
    font-size: 18px;
  }
}
.why-wk .container .title-wrap > span > em {
  color: #008A32;
}
.why-wk .container .title-wrap > h1 {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .why-wk .container .title-wrap > h1 {
    margin-bottom: 16px;
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .why-wk .container .title-wrap > h1 {
    font-size: 28px;
  }
}
.why-wk .container .title-wrap > p {
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  .why-wk .container .title-wrap > p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .why-wk .container .title-wrap > p {
    font-size: 14px;
  }
}
.why-wk .container .why-list {
  width: 100%;
  height: 660px;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
@media (max-width: 1280px) {
  .why-wk .container .why-list {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .why-wk .container .why-list {
    grid-template-columns: 1fr;
  }
}
.why-wk .container .why-list .item {
  flex: 1 1 auto;
  width: auto;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1280px) {
  .why-wk .container .why-list .item {
    width: 100%;
    height: 400px;
  }
}
.why-wk .container .why-list .item > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 48px;
}
@media (max-width: 1280px) {
  .why-wk .container .why-list .item > a {
    border-radius: 24px;
  }
}
.why-wk .container .why-list .item > a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-wk .container .why-list .item > a .why-content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.8));
  z-index: 2;
}
@media (max-width: 1280px) {
  .why-wk .container .why-list .item > a .why-content {
    padding: 24px 5%;
  }
}
.why-wk .container .why-list .item > a .why-content > b {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .why-wk .container .why-list .item > a .why-content > b {
    font-size: 18px;
    font-weight: 700;
  }
}
.why-wk .container .why-list .item > a .why-content > p {
  margin-top: 18px;
  display: none;
  font-size: 18px;
  line-height: 1.3;
  color: white;
}
@media (max-width: 1280px) {
  .why-wk .container .why-list .item > a .why-content > p {
    display: block;
    margin-top: 12px;
    font-size: 14px;
  }
}
@media (min-width: 1281px) {
  .why-wk .container .why-list .item.on {
    width: 40%;
  }
  .why-wk .container .why-list .item.on > a .why-content {
    padding: 40px 60px;
  }
  .why-wk .container .why-list .item.on > a .why-content > b {
    font-size: 24px;
    font-weight: 800;
  }
  .why-wk .container .why-list .item.on > a .why-content > p {
    display: block;
  }
}

.contact {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}
.contact .inner {
  width: 100%;
  height: auto;
  background-image: url(/img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 65%;
  background-size: cover;
}
.contact .inner .cover {
  width: 100%;
  height: 100%;
  padding: 56px 0;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1280px) {
  .contact .inner .cover {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .contact .inner .cover {
    padding: 36px 0 240px;
  }
}
.contact .inner .cover .container {
  width: 95%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
@media (max-width: 1280px) {
  .contact .inner .cover .container {
    gap: 16px;
  }
}
.contact .inner .cover .container > h1 {
  font-size: 48px;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .contact .inner .cover .container > h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .contact .inner .cover .container > h1 {
    font-size: 20px;
  }
}
.contact .inner .cover .container > span {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .contact .inner .cover .container > span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .contact .inner .cover .container > span {
    font-size: 16px;
  }
}
.contact .inner .cover .container > a {
  padding: 10px 30px;
  background: #008A32;
  border-radius: 100000rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .contact .inner .cover .container > a {
    padding: 8px 16px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contact .inner .cover .container > a {
    font-size: 14px;
  }
}
.contact > img {
  position: absolute;
  right: 10%;
  bottom: 0;
  transform: translateY(20%);
  width: auto;
  height: 100%;
}
@media (max-width: 1620px) {
  .contact > img {
    right: 5%;
    width: 35%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .contact > img {
    transform: unset;
    bottom: 24px;
    width: auto;
    height: 50%;
  }
}
@media (max-width: 480px) {
  .contact > img {
    width: 90%;
    height: auto;
  }
}

.quality {
  width: 100%;
  height: auto;
  padding: 150px 0;
  background: white;
}
@media (max-width: 1280px) {
  .quality {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .quality {
    padding: 70px 0;
  }
}
.quality .container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1280px) {
  .quality .container {
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .quality .container {
    gap: 28px;
  }
}
.quality .container .title-wrap {
  width: 95%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.quality .container .title-wrap > span {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(0, 138, 50, 0.4);
  word-break: keep-all;
  text-align: right;
}
@media (max-width: 1280px) {
  .quality .container .title-wrap > span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .quality .container .title-wrap > span {
    font-size: 18px;
  }
}
.quality .container .title-wrap > span > em {
  color: #008A32;
}
.quality .container .title-wrap > h1 {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
  text-align: right;
}
@media (max-width: 1280px) {
  .quality .container .title-wrap > h1 {
    margin-bottom: 16px;
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .quality .container .title-wrap > h1 {
    font-size: 28px;
  }
}
.quality .container .title-wrap > p {
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  text-align: right;
  color: black;
}
@media (max-width: 1280px) {
  .quality .container .title-wrap > p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .quality .container .title-wrap > p {
    font-size: 14px;
  }
}
.quality .container .section-body {
  width: 100%;
  height: auto;
}
.quality .container .section-body .quality-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.quality .container .section-body .quality-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1280px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide {
    width: 80%;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    padding: 0 2.5%;
  }
}
.quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-image {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  border-radius: 48px;
}
@media (max-width: 1280px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-image {
    height: 400px;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-image {
    height: 320px;
  }
}
.quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box {
  width: 100%;
  height: auto;
  padding: 36px 54px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #E5F2FF;
  border-radius: 36px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1280px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box {
    padding: 24px 40px;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box {
    padding: 20px 24px;
    flex-direction: column;
  }
}
.quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box .content-name {
  flex: 0 0 auto;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #137FEC;
  word-break: keep-all;
  border-right: 1px solid #aaa;
}
@media (max-width: 1280px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box .content-name {
    padding-right: 12px;
    margin-right: 12px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box .content-name {
    margin-bottom: 12px;
    padding-right: 0;
    margin-right: 0;
    font-size: 18px;
  }
}
.quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box .content-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box .content-inner {
    flex: unset;
    width: 100%;
  }
}
.quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box .content-inner > b {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #092A4B;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box .content-inner > b {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box .content-inner > b {
    font-size: 18px;
  }
}
.quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box .content-inner > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  word-break: keep-all;
  color: #092A4B;
}
@media (max-width: 1280px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box .content-inner > p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide .qual-content-box .content-inner > p {
    font-size: 14px;
  }
}
.quality .container .section-body .quality-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .qual-content-box {
  opacity: 1;
  visibility: visible;
}
.quality .container .section-body .quality-swiper .custom-navigation {
  position: absolute;
  left: 50%;
  top: 275px;
  transform: translate(-50%, -50%);
  width: calc(50% + 90px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 1280px) {
  .quality .container .section-body .quality-swiper .custom-navigation {
    top: 200px;
    width: calc(80% + 48px);
  }
}
@media (max-width: 768px) {
  .quality .container .section-body .quality-swiper .custom-navigation {
    top: 160px;
    width: 95%;
  }
}
.quality .container .section-body .quality-swiper .custom-navigation > div {
  width: 90px;
  height: 90px;
  border-radius: 10000rem;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .quality .container .section-body .quality-swiper .custom-navigation > div {
    width: 48px;
    height: 48px;
  }
}
.quality .container .section-body .quality-swiper .custom-navigation > div > svg {
  width: 50%;
  height: 50%;
  fill: white;
}/*# sourceMappingURL=main.css.map */