@charset "UTF-8";
/* 首页banner start*/
.banner {
  padding-top: clamp(40px, 3.125vw, 60px);
  position: relative;
  width: 100%;
}
.banner .meidia-box {
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.banner .meidia-box .lazyload-loaded {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .text-content {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 30%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .swiper-slide .text-content .text {
  max-width: clamp(906.66667px, 70.83333vw, 1360px);
  font-weight: 700;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #FFFFFF;
  line-height: 1.6;
  text-align: center;
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
  -webkit-transform: translateY(clamp(93.33333px, 7.29167vw, 140px));
          transform: translateY(clamp(93.33333px, 7.29167vw, 140px));
  opacity: 0;
}
.banner .swiper-slide .text-content .btn {
  -webkit-transform: translateY(clamp(93.33333px, 7.29167vw, 140px));
          transform: translateY(clamp(93.33333px, 7.29167vw, 140px));
  opacity: 0;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.banner .swiper-slide.swiper-slide-active .text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide.swiper-slide-active .btn {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: clamp(46.66667px, 3.64583vw, 70px);
  height: clamp(93.33333px, 7.29167vw, 140px);
  background: rgba(17, 17, 17, 0.2);
  top: 35%;
  --swiper-theme-color:#fff;
}
.banner .swiper-button-next.swiper-button-next,
.banner .swiper-button-prev.swiper-button-next {
  right: 0;
  border-radius: clamp(6.66667px, 0.52083vw, 10px) 0 0 clamp(6.66667px, 0.52083vw, 10px);
}
.banner .swiper-button-next.swiper-button-prev,
.banner .swiper-button-prev.swiper-button-prev {
  left: 0;
  border-radius: 0 clamp(6.66667px, 0.52083vw, 10px) clamp(6.66667px, 0.52083vw, 10px) 0;
}
.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
  font-size: clamp(23.33333px, 1.82292vw, 35px);
}
.banner .swiper-pagination {
  bottom: clamp(26.66667px, 2.08333vw, 40px);
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: clamp(86.66667px, 6.77083vw, 130px);
  height: clamp(3.33333px, 0.26042vw, 5px);
  background: rgba(255, 255, 255, 0.5);
  margin: 0 clamp(6.66667px, 0.52083vw, 10px);
  border-radius: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/* 首页banner end*/
.index-page-01 {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(66.66667px, 5.20833vw, 100px);
}
.index-page-01 .bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#040E24), to(#182E64));
  background: linear-gradient(180deg, #040E24 0%, #182E64 100%);
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(140px, 10.9375vw, 210px);
  position: relative;
  overflow: hidden;
}
.index-page-01 .bg .global-box {
  position: absolute;
  top: 10%;
  right: 0;
  height: 110%;
  width: 40%;
}
.index-page-01 .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.index-page-01 .bg .text {
  position: relative;
  z-index: 3;
  width: 47%;
}
.index-page-01 .bg .text .tit {
  font-weight: 700;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #FFFFFF;
}
.index-page-01 .bg .text .des {
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  height: 10.2em;
  margin: clamp(26.66667px, 2.08333vw, 40px) 0;
}
.index-page-01 .list {
  margin-top: -7.5%;
  position: relative;
  z-index: 3;
}
.index-page-01 .list .item-wrap .item {
  background: rgba(255, 255, 255, 0.6);
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(15, 8, 86, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(15, 8, 86, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: calc(33.3333333333% - clamp(22px, 1.71875vw, 33px));
  margin-left: calc(clamp(66px, 5.15625vw, 99px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(20px, 1.5625vw, 30px);
}
.index-page-01 .list .item-wrap .item .swiper {
  height: clamp(143.33333px, 11.19792vw, 215px);
}
.index-page-01 .list .item-wrap .item:nth-child(3n+1) {
  margin-left: 0;
}
.index-page-01 .list .item-wrap .item .num-box {
  font-weight: 600;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #0C0F4D;
}
.index-page-01 .list .item-wrap .item .slogan {
  font-weight: 400;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #2C2C2C;
}
.index-page-01 .list .item-wrap .item .slogan h3 {
  font-weight: 400;
}
.index-page-01 .list .item-wrap .item .tips-icon {
  margin-top: clamp(10px, 0.78125vw, 15px);
}
.index-page-01 .list .item-wrap .item .tips-icon .tips {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(44, 44, 44, 0.8);
}
.index-page-01 .list .item-wrap .item .tips-icon .icon {
  width: clamp(53.33333px, 4.16667vw, 80px);
}
.index-page-01 .list .item-wrap .item .tips-icon .icon img {
  width: 100%;
  height: auto;
}

.index-page-02 {
  padding-bottom: clamp(40px, 3.125vw, 60px);
}
.index-page-02 .title-tab {
  padding-bottom: clamp(53.33333px, 4.16667vw, 80px);
}
.index-page-02 .title-tab .tit-btn .tit {
  font-weight: 700;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #0C0F4D;
}
.index-page-02 .title-tab .tit-btn .btn {
  margin-top: clamp(16.66667px, 1.30208vw, 25px);
}
.index-page-02 .title-tab .tit-btn .btn a {
  color: #0C0F4D;
  border-color: #0C0F4D;
}
.index-page-02 .title-tab .tit-btn .btn a i {
  background: #0C0F4D;
  color: #fff;
}
.index-page-02 .title-tab .tit-btn .btn a:hover {
  background: linear-gradient(307deg, #051C55 0%, #214195 100%);
  color: #fff;
}
.index-page-02 .title-tab .tit-btn .btn a:hover i {
  background: #fff;
  color: #0C0F4D;
}
.index-page-02 .title-tab .tab-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.index-page-02 .title-tab .tab-list .tab-item {
  max-width: clamp(100px, 7.8125vw, 150px);
  border-radius: clamp(8px, 0.625vw, 12px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(6.66667px, 0.52083vw, 10px);
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: clamp(12px, 1.5625vw, 30px);
  cursor: pointer;
}
.index-page-02 .title-tab .tab-list .tab-item:first-child {
  margin-left: 0;
}
.index-page-02 .title-tab .tab-list .tab-item .icon {
  width: clamp(46.66667px, 3.64583vw, 70px);
  position: relative;
}
.index-page-02 .title-tab .tab-list .tab-item .icon img {
  position: relative;
  width: 100%;
  height: auto;
}
.index-page-02 .title-tab .tab-list .tab-item .icon img.white {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
.index-page-02 .title-tab .tab-list .tab-item .text {
  font-weight: 600;
  font-size: 14px;
  color: #0C0F4D;
  text-align: center;
}
.index-page-02 .title-tab .tab-list .tab-item .text h3 {
  font-weight: 600;
}
.index-page-02 .title-tab .tab-list .tab-item.active, .index-page-02 .title-tab .tab-list .tab-item:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#051C55), to(#214195));
  background: linear-gradient(180deg, #051C55 0%, #214195 100%);
}
.index-page-02 .title-tab .tab-list .tab-item.active .text, .index-page-02 .title-tab .tab-list .tab-item:hover .text {
  color: #fff;
}
.index-page-02 .title-tab .tab-list .tab-item.active .icon img.white, .index-page-02 .title-tab .tab-list .tab-item:hover .icon img.white {
  opacity: 1;
  visibility: visible;
}
.index-page-02 .tab-content .swiper-slide {
  position: relative;
  width: clamp(226.66667px, 17.70833vw, 340px);
}
.index-page-02 .tab-content .swiper-slide .meidia-box {
  padding-bottom: 145%;
  overflow: hidden;
  position: relative;
}
.index-page-02 .tab-content .swiper-slide .meidia-box .lazyload-loaded {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-page-02 .tab-content .swiper-slide .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-02 .tab-content .swiper-slide .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-02 .tab-content .swiper-slide .pic {
  position: relative;
}
.index-page-02 .tab-content .swiper-slide .pic img {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-02 .tab-content .swiper-slide .pic.border-hover {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-02 .tab-content .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(26.66667px, 2.08333vw, 40px) clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-02 .tab-content .swiper-slide .text .name {
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0.17)));
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.17) 100%);
  -webkit-background-clip: text; /* 遮罩渐变 */
  -webkit-text-fill-color: transparent; /* 文本填充透明 */
}
.index-page-02 .tab-content .swiper-slide .text .more {
  margin-top: clamp(6.66667px, 0.52083vw, 10px);
  width: clamp(86.66667px, 6.77083vw, 130px);
  height: clamp(26.66667px, 2.08333vw, 40px);
  background: rgba(255, 255, 255, 0.5);
  border-radius: clamp(2.66667px, 0.20833vw, 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #FFFFFF;
}
.index-page-02 .tab-content .page {
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
  position: relative;
  width: clamp(80px, 6.25vw, 120px);
  height: clamp(30.66667px, 2.39583vw, 46px);
}
.index-page-02 .tab-content .page .swiper-button-prev,
.index-page-02 .tab-content .page .swiper-button-next {
  width: clamp(30.66667px, 2.39583vw, 46px);
  height: clamp(30.66667px, 2.39583vw, 46px);
  border-radius: clamp(2.66667px, 0.20833vw, 4px);
  border: 1px solid #9F9F9F;
  top: 0;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-page-02 .tab-content .page .swiper-button-prev::after,
.index-page-02 .tab-content .page .swiper-button-next::after {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #3D3D3D;
}
.index-page-02 .tab-content .page .swiper-button-prev:hover,
.index-page-02 .tab-content .page .swiper-button-next:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#214195), to(#0F296B));
  background: linear-gradient(180deg, #214195 0%, #0F296B 100%);
}
.index-page-02 .tab-content .page .swiper-button-prev:hover::after,
.index-page-02 .tab-content .page .swiper-button-next:hover::after {
  color: #fff;
}
.index-page-02 .tab-content .page .swiper-button-prev.swiper-button-next,
.index-page-02 .tab-content .page .swiper-button-next.swiper-button-next {
  right: 0;
}
.index-page-02 .tab-content .page .swiper-button-prev.swiper-button-prev,
.index-page-02 .tab-content .page .swiper-button-next.swiper-button-prev {
  left: 0;
}

.index-page-03 {
  position: relative;
}
.index-page-03 .title {
  font-size: clamp(34px, 3.125vw, 60px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  font-weight: 700;
  color: #FFFFFF;
  padding-top: clamp(53.33333px, 4.16667vw, 80px);
}
.index-page-03 .pic {
  position: relative;
  width: 100%;
}
.index-page-03 .pic .swiper-slide {
  position: relative;
}
.index-page-03 .pic .swiper-slide .meidia-box {
  padding-bottom: 45%;
  overflow: hidden;
  position: relative;
}
.index-page-03 .pic .swiper-slide .meidia-box .lazyload-loaded {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-page-03 .pic .swiper-slide .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-03 .pic .swiper-slide .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-03 .pic .swiper-slide .meidia-box img {
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.index-page-03 .pic .swiper-slide .pic-img {
  position: relative;
}
.index-page-03 .pic .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-page-03 .pic .swiper-slide .text .m-width-content {
  width: 100%;
}
.index-page-03 .pic .swiper-slide .text .tit {
  font-weight: 600;
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.index-page-03 .pic .swiper-slide .text .tit h3 {
  font-weight: 600;
}
.index-page-03 .pic .swiper-slide .text .des {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  width: 40%;
  font-weight: 400;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #FFFFFF;
  line-height: 1.75;
  height: auto;
  max-height: 10.5em;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.index-page-03 .pic .swiper-slide.swiper-slide-active .meidia-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.index-page-03 .pic .swiper-slide.swiper-slide-active .tit {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.index-page-03 .pic .swiper-slide.swiper-slide-active .des {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.index-page-03 .tab-list {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.index-page-03 .tab-list .swiper-slide {
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height:auto;
}
.index-page-03 .tab-list .swiper-slide .text {
  padding: clamp(16.66667px, 1.30208vw, 25px) clamp(6.66667px, 0.52083vw, 10px);
  font-size: clamp(20px, 1.5625vw, 30px);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  height:100%;
  box-sizing:border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page-03 .tab-list .swiper-slide.swiper-slide-thumb-active {
  background: rgba(255, 255, 255, 0.1);
}

.index-page-04 {
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(rgba(255, 255, 255, 0.0001)));
  background: linear-gradient(180deg, #EEEEEE 0%, rgba(255, 255, 255, 0.0001) 100%);
  padding: clamp(66.66667px, 5.20833vw, 100px) 0;
}
.index-page-04 .tit-tips {
  padding-bottom: clamp(53.33333px, 4.16667vw, 80px);
}
.index-page-04 .tit-tips .tit-btn {
  width: 50%;
}
.index-page-04 .tit-tips .tit-btn .tit {
  font-weight: 700;
  font-size: clamp(36px, 3.125vw, 60px);
  color: #0C0F4D;
}
.index-page-04 .tit-tips .tit-btn .btn {
  margin-top: clamp(16.66667px, 1.30208vw, 25px);
}
.index-page-04 .tit-tips .tit-btn .btn a {
  color: #0C0F4D;
  border-color: #0C0F4D;
}
.index-page-04 .tit-tips .tit-btn .btn a i {
  background: #0C0F4D;
  color: #fff;
}
.index-page-04 .tit-tips .tit-btn .btn a:hover {
  background: linear-gradient(307deg, #051C55 0%, #214195 100%);
  color: #fff;
}
.index-page-04 .tit-tips .tit-btn .btn a:hover i {
  background: #fff;
  color: #0C0F4D;
}
.index-page-04 .tit-tips .tips {
  width: 50%;
  font-weight: 400;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: rgba(12, 15, 77, 0.8);
}
.index-page-04 .solution-content .swiper {
  padding-top: clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-04 .solution-content .swiper-wrapper {
  padding-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.index-page-04 .solution-content .swiper-slide {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  width: clamp(458px, 35.78125vw, 687px);
  background: #FFFFFF;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  transition: .3s all;
}
.index-page-04 .solution-content .swiper-slide:hover{
    margin-top: -20px;
}
.index-page-04 .solution-content .swiper-slide .pic {
  width: clamp(200px, 15.625vw, 300px);
}
.index-page-04 .solution-content .swiper-slide .pic .meidia-box {
  display: block;
}
.index-page-04 .solution-content .swiper-slide .pic .meidia-box img {
  border-radius: clamp(13.33333px, 1.04167vw, 20px) 0 0 clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-04 .solution-content .swiper-slide .pic .meidia-box {
  padding-bottom: 120%;
  overflow: hidden;
  position: relative;
}
.index-page-04 .solution-content .swiper-slide .pic .meidia-box .lazyload-loaded {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-page-04 .solution-content .swiper-slide .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-04 .solution-content .swiper-slide .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-04 .solution-content .swiper-slide .text {
  width: calc(100% - clamp(200px, 15.625vw, 300px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(26.66667px, 2.08333vw, 40px);
}
.index-page-04 .solution-content .swiper-slide .text .tit {
  font-weight: 600;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #0C0F4D;
}
.index-page-04 .solution-content .swiper-slide .text .tit h3 {
  font-weight: 600;
}
.index-page-04 .solution-content .swiper-slide .text .tips {
  font-weight: 400;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: rgba(12, 15, 77, 0.8);
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  margin-bottom: clamp(46.66667px, 3.64583vw, 70px);
}
.index-page-04 .solution-content .swiper-slide .text .more a {
  font-weight: 400;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0C0F4D;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-page-04 .solution-content .swiper-slide .text .more a i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
.index-page-04 .solution-content .swiper-slide .text .more a:hover i {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.index-page-04 .sc-page {
  padding-top: clamp(40px, 3.125vw, 60px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --swiper-theme-color: #222;
}
.index-page-04 .sc-page .sc-page-inner {
  position: relative;
  display: inline-block;
  padding: 0 clamp(20px, 1.5625vw, 30px);
}
.index-page-04 .sc-page .swiper-button-prev {
  left: 0;
}
.index-page-04 .sc-page .swiper-button-prev::after {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-04 .sc-page .swiper-button-next {
  right: 0;
}
.index-page-04 .sc-page .swiper-button-next::after {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-04 .sc-page .swiper-pagination {
  position: relative;
  bottom: 0;
}
.index-page-04 .sc-page .swiper-pagination .swiper-pagination-bullet {
  width: clamp(13.33333px, 1.04167vw, 20px);
  height: auto;
  background: none;
  color: #666;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
}
.index-page-04 .sc-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #062964;
}

.index-page-05 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0A182F), to(#000C24));
  background: linear-gradient(180deg, #0A182F 0%, #000C24 100%);
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(66.66667px, 5.20833vw, 100px);
}
.index-page-05 .tit-btn {
  padding-bottom: clamp(46.66667px, 3.64583vw, 70px);
}
.index-page-05 .tit-btn .tit {
  font-weight: 700;
  font-size: clamp(36px, 3.125vw, 60px);
  text-transform: none;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.index-page-05 .tit-btn .btn a {
  color: #fff;
  border: 0;
  padding: 0;
}
.index-page-05 .tit-btn .btn a i {
  background: transparent;
  color: #FFFFFF;
  display: block;
  position: relative;
    top: 2px;
    margin-left: 0;
    padding-left: clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-05 .tit-btn .btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.index-page-05 .tit-btn .btn a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.index-page-05 .tit-btn .btn a:hover {
  color: #FFFFFF;
  background: transparent;
}
.index-page-05 .tit-btn .btn a:hover i {
  background: transparent;
  color: #FFFFFF;
}
.index-page-05 .news-content .big {
  width: 45%;
}
.index-page-05 .news-content .big .pic .meidia-box {
  display: block;
}
.index-page-05 .news-content .big .pic .meidia-box img {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-05 .news-content .big .pic .meidia-box {
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.index-page-05 .news-content .big .pic .meidia-box .lazyload-loaded {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-page-05 .news-content .big .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-05 .news-content .big .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-05 .news-content .big .tit-time {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.index-page-05 .news-content .big .tit-time .tit {
  display: block;
  font-weight: 700;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #FFFFFF;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index-page-05 .news-content .big .tit-time .tit:hover {
  color: rgba(255, 255, 255, 0.6);
}
.index-page-05 .news-content .big .tit-time .time {
  margin-top: 10px;
  font-weight: 600;
  font-size: clamp(14px, 1.04167vw, 20px);
  color: rgba(255, 255, 255, 0.6);
}
.index-page-05 .news-content .list {
  width: calc(55% - clamp(40px, 3.125vw, 60px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(40px, 3.125vw, 60px);
  margin-left: clamp(40px, 3.125vw, 60px);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.index-page-05 .news-content .list ul li {
  margin-top: clamp(28px, 2.1875vw, 42px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.index-page-05 .news-content .list ul li:first-child {
  margin-top: 0;
}
.index-page-05 .news-content .list ul li .pic {
  width: clamp(184.66667px, 14.42708vw, 277px);
}
.index-page-05 .news-content .list ul li .pic .meidia-box {
  display: block;
}
.index-page-05 .news-content .list ul li .pic .meidia-box img {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-05 .news-content .list ul li .pic .meidia-box {
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.index-page-05 .news-content .list ul li .pic .meidia-box .lazyload-loaded {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-page-05 .news-content .list ul li .pic .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-05 .news-content .list ul li .pic .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-05 .news-content .list ul li .tit-time {
  width: calc(100% - clamp(184.66667px, 14.42708vw, 277px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-05 .news-content .list ul li .tit-time .tit {
  display: block;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #FFFFFF;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index-page-05 .news-content .list ul li .tit-time .tit:hover {
  color: rgba(255, 255, 255, 0.6);
}
.index-page-05 .news-content .list ul li .tit-time .time {
  margin-top: 10px;
  font-size: clamp(14px, 1.04167vw, 20px);
  color: rgba(255, 255, 255, 0.6);
}

.index-page-06 {
  position: relative;
}
.index-page-06 .bg {
  width: 100%;
  position: relative;
}
.index-page-06 .bg .meidia-box {
  padding-bottom: 45%;
  overflow: hidden;
  position: relative;
}
.index-page-06 .bg .meidia-box .lazyload-loaded {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-page-06 .bg .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-06 .bg .meidia-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-page-06 .esg-box {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(223.33333px, 17.44792vw, 335px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-page-06 .esg-box .tit {
  font-weight: 700;
  font-size: clamp(106.66667px, 8.33333vw, 160px);
  background: -webkit-gradient(linear, left top, left bottom, from(#9DD875), to(rgba(175, 255, 183, 0.1)));
  background: linear-gradient(180deg, #9DD875 0%, rgba(175, 255, 183, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.index-page-06 .esg-box .des {
  font-weight: 400;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #0C0F4D;
  width: 40%;
}
.index-page-06 .esg-box .btn {
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
}
.index-page-06 .esg-box .btn a {
  color: #0C0F4D;
  border-color: #0C0F4D;
}
.index-page-06 .esg-box .btn a i {
  background: #0C0F4D;
  color: #fff;
}
.index-page-06 .esg-box .btn a:hover {
  color: #fff;
  background: linear-gradient(307deg, #051C55 0%, #214195 100%);
}
.index-page-06 .esg-box .btn a:hover i {
  background: #fff;
  color: #0C0F4D;
}

@media screen and (max-width: 1023px) {
  .banner .meidia-box {
    padding-bottom: 100%;
  }
  .banner .swiper-slide .text-content .text {
    font-size: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
  }
  .index-page-01 .bg .global-box {
    position: relative;
    top: 0;
    width: 100%;
    height: 50vh;
  }
  .index-page-01 .bg .text {
    width: 100%;
  }
  .index-page-01 .bg {
    padding-bottom: 80px;
  }
  .index-page-01 .list .item-wrap .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .index-page-01 {
    padding-bottom: 30px;
  }
  .index-page-02 .title-tab {
    display: block;
    padding-bottom: 30px;
  }
  .index-page-02 .title-tab .tab-list .tab-item{
    max-width: none;
  }
  .index-page-02 .title-tab .tab-list .tab-item .text {
    /*display: none;*/
  }
  .index-page-02 .title-tab .tab-list {
    padding-top: 40px;
    /*width: 100%;*/
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index-page-03 .pic .swiper-slide .meidia-box {
    padding-bottom: 120%;
  }
  .index-page-03 .title {
    padding-top: 40px;
  }
  .index-page-03 .pic .swiper-slide .text .des {
    width: 100%;
  }
  .index-page-04 .tit-tips .tit-btn {
    width: 100%;
  }
  .index-page-04 .tit-tips .tips {
    width: 100%;
    margin-top: 20px;
  }
  .index-page-04 {
    padding: 40px 0;
  }
  .index-page-04 .solution-content .swiper-slide {
    width: 300px;
  }
  .index-page-04 .solution-content .swiper-slide .pic {
    width: 100%;
  }
  .index-page-04 .solution-content .swiper-slide .pic .meidia-box img {
    border-radius: clamp(13.33333px, 1.04167vw, 20px) clamp(13.33333px, 1.04167vw, 20px) 0 0;
  }
  .index-page-04 .solution-content .swiper-slide .text {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index-page-05 .news-content .big {
    width: 100%;
  }
  .index-page-05 .news-content .list {
    padding-top: 30px;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .index-page-06 .bg .meidia-box {
    padding-bottom: 100%;
  }
  .index-page-06 .esg-box {
    padding: 40px 0 0;
  }
  .index-page-06 .esg-box .tit {
    font-size: 60px;
  }
  .index-page-06 .esg-box .des {
    width: 100%;
  }
  .index-page-03 .tab-list .swiper-slide{
      max-width:fit-content;
      padding:0 10px;
  }
}