@charset "utf-8";

.index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 1);
}

.banner-arrow {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 9;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  display: none;
}

.banner-arrow i {
  display: block;
  font-size: 32px;
  color: #fff;
  animation: bounceArrow 1.2s ease-in infinite;
}

@keyframes bounceArrow {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

/* banner */
.index-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.index-banner-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.index-banner-pic picture,
.index-banner-pic picture img {
  display: block;
  width: 100%;
}

.index-banner-title {
  position: absolute;
  inset: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.index-banner-title .container {
  height: 100%;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20%;
}

.index-banner-title h3 {
  font-weight: bold;
  font-size: 56px;
  line-height: 1.4;
  color: #292929;
}

.index-banner-title h3 span {
  display: block;
}

.index-banner-title p {
  /* margin-top: 5px; */
  font-size: 56px;
  color: #292929;
}

.index-banner-title .more {
  margin-top: 70px;
}

@media (max-width: 1440px) {
  .index-banner-title p {
    margin-top: 10px;
    font-size: 18px;
  }

  .index-banner-title .more {
    margin-top: 30px;
  }
}

@media (max-width: 1600px) {
  .index-banner-title h3,
  .index-banner-title p {
    font-size: 42px;
  }
}

@media (max-width: 1440px) {
  .index-banner-title h3,
  .index-banner-title p {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  .index-banner-title h3,
  .index-banner-title p {
    font-size: 24px;
  }
}


@media (max-width:640px) {
  .index-banner-title .container{
    padding-bottom: 50%;
  }
}

/* about */
.index-about {
  padding-top: 10%;
  height: 100vh;
  min-height: 800px;
  background-image: url(../../assets/images/index/about-bg.webp);
  background-repeat: no-repeat;
  background-position: center 24%;
  background-size: cover;
}

.index-about .desc {
  max-width: 900px;
  padding-bottom: 50px;
}

.index-about .desc p {
  margin-bottom: 20px;
  font-size: 20px;
  color: #666;
}

.index-about .pic {
  margin-top: 80px;
  width: 90%;
}

.index-about .pic svg {
  width: 100%;
}

@media (max-width: 930px) {
  .index-about .desc p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
  }

  .index-about .pic {
    margin-top: 50px;
    width: 100%;
  }
}

@media (max-width: 930px) {
}

@media (max-width: 768px) {
  .index-about{
    min-height: auto;
  }
  .index-about .desc p {
    font-size: 16px;
  }

  .index-about {
    padding: 50px 0;
    height: auto;
    /* background-size: cover; */
    background-position: 40% center;
  }

  .index-about .pic {
    margin-top: 50px;
    width: 100%;
    overflow-x: auto;
  }

  .index-about .pic::-webkit-scrollbar {
    height: 2px;
  }

  .index-about .pic::-webkit-scrollbar-thumb {
    background: var(--theme-default);
  }

  .index-about .pic svg {
    width: 768px;
  }
}

@media (max-width: 640px) {
  .index-about .pic svg {
    width: 640px;
  }
}

.index-about .pic svg .item .st5 {
  font-size: 64px;
}

.index-about .pic svg .item .st7 {
  font-size: 24px;
}

.index-about .pic svg .item .st8 {
  font-size: 20px;
}

.index-about .pic svg .item .bg {
  opacity: 0.86;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ffffff;
  transition: 0.3s;
}

.index-about .pic svg .item .st13 {
  fill: #2263af;
  transition: 0.3s;
}

.index-about .pic svg .item .st14 {
  fill: #292929;
  transition: 0.3s;
}

.index-about .pic svg .item .icon path {
  fill: var(--theme-default);
  stroke: var(--theme-default);
  transition: 0.3s;
}

.active .bg {
  fill: #2263af !important;
}

.active .icon path {
  fill: #fff !important;
  stroke: #fff !important;
}

.active .text .st13,
.active .text .st14 {
  fill: #ffffff !important;
}

/* product */
.index-product {
  background-color: aliceblue;
}

.index-product > .flex {
  height: 100vh;
  min-height: 800px;
}

.index-product .left,
.index-product .right {
  position: relative;
  width: 50%;
  height: 100%;
  transition: 0.3s;
}

.index-product .title-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-top: 10%;
  text-align: center;
  transition: 0.1s;
}

.index-product .title-top h3 {
  font-size: 48px;
  color: #333;
}

.index-product-poster {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.index-product-poster .mb {
  display: none;
}

.index-product-poster .top,
.index-product-poster .bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.index-product-poster .top {
  z-index: -1;
  width: 0;
  transition: 1.3s;
}

.index-product-poster .bottom {
  z-index: -2;
}

/*  */
.index-product-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 700px;
  height: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotateX(90deg);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.index-product-wrap .title {
  transition: 0.3s;
}

.index-product-wrap .title h3 {
  font-size: 48px;
  color: #333;
}

.index-product-wrap .title p {
  margin-top: 20px;
  font-size: 48px;
  color: #2263af;
}

.index-product-wrap .lists {
  margin-top: 100px;
  width: 700px;
}

.index-product-wrap .lists ul {
  flex-wrap: nowrap;
}

.index-product-wrap .lists ul li {
  width: 160px;
  height: 160px;
  margin-right: 24px;
}

.index-product-wrap .lists a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(
    -45deg,
    rgba(142, 191, 241, 0.2),
    rgba(255, 255, 255, 0.4)
  );
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  border: 0px solid rgba(255, 255, 255, 0.18);
  box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
  -webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  color: rgb(255, 255, 255);
}

.index-product-wrap .lists h3 {
  font-size: 32px;
  color: #333;
}

.index-product-wrap .lists p {
  font-size: 16px;
  color: #666;
}

.index-product-wrap .lists span {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
}

.index-product-wrap .lists-fc {
  padding-top: 6px;
}

.index-product-wrap .lists-fc img {
  max-width: 50px;
  margin: 0 auto;
}

.index-product-wrap .lists-fc h3 {
  margin-top: 4px;
  font-size: 16px;
}

.index-product-wrap .lists-fc span {
  color: #292929;
}

/* left */

.index-product .left .index-product-poster {
  left: 0;
}

.index-product .left .index-product-poster .top,
.index-product .left .index-product-poster .bottom {
  left: 0;
  background-position: left center;
}

.index-product .left .index-product-wrap {
  left: 60%;
}

/* right */

.index-product .right .index-product-poster {
  right: 0;
}

.index-product .right .index-product-poster .top,
.index-product .right .index-product-poster .bottom {
  right: 0;
  background-position: right center;
}

.index-product .right .index-product-wrap {
  right: 60%;
  text-align: right;
  align-items: flex-end;
}

.index-product .right .index-product-wrap .lists ul {
  justify-content: flex-end;
}

/* active */
@media (min-width: 1200px) {
  .index-product .left.active .title-top,
  .index-product .right.active .title-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }

  .index-product .left.active .index-product-poster,
  .index-product .right.active .index-product-poster {
    width: 180%;
    z-index: 3;
  }

  .index-product .left.active .index-product-poster .top,
  .index-product .right.active .index-product-poster .top {
    width: 100%;
  }

  .index-product .left.active .index-product-wrap,
  .index-product .right.active .index-product-wrap {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    transition-delay: 0.3s;
  }
}

@media (max-width: 1600px) {
  .index-product .left .index-product-wrap {
    left: 80%;
  }

  .index-product .right .index-product-wrap {
    right: 80%;
  }
}

@media (max-width: 1440px) {
  .index-product .title-top {
    padding-top: 23%;
  }

  .index-product .title-top h3 {
    font-size: 32px;
    color: #333;
  }

  .index-product-wrap {
    width: 600px;
  }

  .index-product-wrap .title h3 {
    font-size: 32px;
  }

  .index-product-wrap .title p {
    margin-top: 20px;
    font-size: 32px;
  }

  .index-product-wrap .lists {
    margin-top: 60px;
    width: 500px;
  }

  .index-product-wrap .lists ul li {
    width: 120px;
    height: 120px;
    margin-right: 14px;
  }

  .index-product-wrap .lists h3 {
    font-size: 24px;
  }

  .index-product-wrap .lists p {
    font-size: 14px;
  }

  .index-product .left .index-product-poster .top,
  .index-product .left .index-product-poster .bottom {
    background-position: 8% center;
  }

  .index-product .right .index-product-poster .top,
  .index-product .right .index-product-poster .bottom {
    background-position: 92% center;
  }

  .index-product-wrap .lists span {
    font-size: 14px;
  }

  .index-product-wrap .lists-fc img {
    max-width: 30px;
    margin: 0 auto;
  }

  .index-product-wrap .lists-fc h3 {
    margin-top: 4px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .index-product > .flex {
    height: auto;
  }

  .index-product .left,
  .index-product .right {
    z-index: 1;
    width: 100%;
    height: auto;
  }

  .index-product .index-product-poster .top,
  .index-product .index-product-poster .bottom {
    position: static;
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .index-product .index-product-poster .bottom {
    display: none;
  }

  .index-product-poster {
    position: static;
    z-index: -1;
    height: auto;
  }

  .index-product .title-top {
    display: none;
  }

  .index-product-wrap {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 50px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }

  .index-product-wrap .lists a {
    padding: 10px;
    background: linear-gradient(
      -45deg,
      rgba(142, 191, 241, 0.2),
      rgba(142, 191, 255, 0.4)
    );
  }

  .index-product-wrap .lists span {
    color: #292929;
  }
}

@media (max-width: 768px) {
  .index-product-poster .top {
    display: none;
  }

  .index-product-poster .mb {
    display: block;
  }

  .index-product-poster .mb img {
    width: 100%;
  }

  .index-product .left .index-product-wrap,
  .index-product .right .index-product-wrap {
    position: absolute;
    z-index: 1;
    left: 0;
    right: inherit;
    width: 100%;
    padding: 50px 25px 0;
    height: auto;
    align-items: flex-start;
    text-align: left;
  }

  .index-product .right .index-product-wrap .lists ul {
    justify-content: flex-start;
  }

  .index-product-wrap .lists {
    margin-top: 30px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 25px;
  }

  .index-product-wrap .lists::-webkit-scrollbar {
    height: 2px;
  }

  .index-product-wrap .lists::-webkit-scrollbar-thumb {
    background: var(--theme-default);
  }

  .index-product-wrap .lists ul {
    width: auto;
  }

  .index-product-wrap .lists ul li {
    flex-shrink: 0;
  }

  .index-product-wrap .lists a {
    background: linear-gradient(
      -45deg,
      rgba(142, 191, 241, 0.2),
      rgba(255, 255, 255, 0.4)
    );
  }

  .index-product-wrap .title h3 {
    font-size: 24px;
  }

  .index-product-wrap .title p {
    margin-top: 5px;
    font-size: 24px;
  }
}

/*  */
.index-service {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 800px;
}

.index-service-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.index-service-bg .swiper {
  width: 100%;
  height: 100%;
}

.index-service-bg .swiper .swiper-slide {
  overflow: hidden;
}

.index-service-bg .swiper .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

/*  */

.index-service-fix {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
}

.index-service-fix .boxs {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 24px;
}

.index-service-imgs {
  width: 100%;
  height: 300px;
}

.index-service-imgs .swiper {
  width: 100%;
  height: 100%;
}

.index-service-imgs .swiper-slide {
  overflow: hidden;
}

.index-service-imgs .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

/*  */
.index-service-title .title-item {
  padding: 20px 0;
}

.index-service-title .title-item h3 {
  font-size: 48px;
  color: #333;
}

.index-service-title .title-item p {
  font-size: 20px;
  color: #666;
}

.index-service-title .title-item img {
  margin-top: 15px;
  margin-left: auto;
  height: 70px;
}

.index-service-title {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 25px;
  /* height: 300px; */
}

.index-service-title .swiper {
  width: 100%;
  height: 100%;
}

.index-service-title .swiper-pagination {
}

.index-service-title .swiper-pagination .swiper-pagination-bullet {
  width: 90px;
  height: 3px;
  background-color: #292929;
  border-radius: 3px;
}

/*  */

@media (max-width: 1440px) {
  .index-service-fix .boxs {
    border-radius: 12px;
  }

  .index-service-title .title-item h3 {
    font-size: 32px;
  }

  .index-service-title .title-item p {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .index-service-title .title-item h3 {
    font-size: 24px;
  }

  .index-service-title .title-item p {
    font-size: 16px;
  }

  .index-service-title .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .index-service-fix {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .index-service-title .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }

  .index-service-title .title-item img {
    height: auto;
    max-width: 100%;
    height: 60px;
  }
}

/*  */
.index-news {
  padding: 140px 0;
  background-color: #e8ecf2;
  overflow: hidden;
}

.index-news-lists ul {
  margin-left: -40px;
}

.index-news-lists ul li {
  width: 50%;
  padding-left: 40px;
  transition: 0.3s;
}

.index-news-lists ul li:nth-child(1) {
  transform: translateY(50px);
}

.index-news-lists ul li:nth-child(2) {
  transform: translateY(150px);
}

.index-news-lists ul li:nth-child(3) {
  transform: translateY(250px);
}

.index-news-lists ul li:nth-child(4) {
  transform: translateY(350px);
}

.index-news-lists .item .pic {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 24px;
  overflow: hidden;
}

.index-news-lists .item .pic img {
  width: 100%;
  transition: 0.3s;
}

.index-news-lists .item .pic div {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  height: 50px;
}

.index-news-lists .item .pic div svg {
  height: 100%;
  transition: 0.3s;
}

.index-news-lists .pic div .item svg path {
  fill: var(--theme-default);
}

.index-news-lists .item span {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 20px;
}

.index-news-lists .item .title {
  padding-top: 20px;
}

.index-news-lists .item .title h3 {
  font-size: 24px;
}

.index-news-lists .item .title p {
  margin-top: 10px;
  font-size: 16px;
}

.index-news-lists .item:hover .pic img {
  transform: scale(1.02);
}

.index-news-lists .item:hover .title h3 {
  color: var(--theme-default);
}

@media (max-width: 1440px) {
  .index-news {
    padding: 100px 0;
  }

  .index-news-lists ul {
    margin-left: -30px;
  }

  .index-news-lists ul li {
    padding-left: 30px;
  }

  .index-news-lists .item .title h3 {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .index-news-lists .item .pic {
    border-radius: 12px;
  }

  .index-news-lists .item .title h3 {
    font-size: 18px;
  }

  .index-news-lists .item .title p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .index-news {
    padding: 50px 0;
  }

  .index-news-lists ul li {
    transform: translate(0) !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .index-news-lists ul li {
    width: 100%;
  }
}
