@charset "UTF-8";
/* 首页banner start*/
.banner {
  padding-top: clamp(40px, 3.125vw, 60px);
  position: relative;
  width: 100%;
  height:100vh;
  box-sizing:border-box;
}
.banner .swiper{
    height:100%;
}
.banner .meidia-box {
  height:100%;
  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: 0;
  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;
          justify-content: center;
}
.banner .swiper-slide .text-content .text {
  max-width: clamp(906.66667px, 70.83333vw, 1360px);
  font-weight: 600;
  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: 50%;
  --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%);*/
  /*background: linear-gradient(180deg, #004ea3 0%, #88b1de 99%);*/
  background: #F1F1F1;
  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: 46%;
  z-index: 2;
  cursor: grab;
}
.index-page-01 .bg .global-box:active {
  cursor: grabbing;
}
.index-page-01 .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
  pointer-events: none;
}
.index-page-01 .bg .text {
  position: relative;
  z-index: 3;
  width: 47%;
}

.index-page-01 .bg .text .tit {
  font-weight: 600;
  font-size: clamp(30px, 2.60417vw, 50px);
  color: #000000;
}

.index-page-01 .bg .text .des {
  font-size: clamp(16px, 1.04167vw, 20px);
  color: #6E6359;
  line-height: 1.7;
  height: initial;
  margin: clamp(13.33333px, 1.04167vw, 20px) 0 clamp(26.66667px, 2.08333vw, 40px);
}

.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: #004EA3;
}
.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, 18px);
  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: 600;
  font-size: clamp(36px, 3.125vw, 60px);
  /*color: #004EA3;*/
}
.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: #004EA3;
  border-color: #004EA3;
}
.index-page-02 .title-tab .tit-btn .btn a i {
  background: #004EA3;
  color: #fff;
}
.index-page-02 .title-tab .tit-btn .btn a:hover {
  /*background: linear-gradient(307deg, #051C55 0%, #214195 100%);*/
  background: linear-gradient(279deg, #093566 -4%, #004ea3 91%);
  color: #fff;
}
.index-page-02 .title-tab .tit-btn .btn a:hover i {
  background: #fff;
  color: #004EA3;
}
.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: #2C2C2C;
  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%);*/
  background: linear-gradient(180deg, #0451a5 0%, #84aedc 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: 600;
  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; /* 文本填充透明 */
  text-align: center;
}
.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%);*/
  background: linear-gradient(279deg, #093566 -4%, #004ea3 91%);
}
.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: 600;
  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(16px, 1.25vw, 24px);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 600;
  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: 600;
  font-size: clamp(36px, 3.125vw, 60px);
  /*color: #004EA3;*/
}
.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: #004EA3;
  border-color: #004EA3;
}
.index-page-04 .tit-tips .tit-btn .btn a i {
  background: #004EA3;
  color: #fff;
}
.index-page-04 .tit-tips .tit-btn .btn a:hover {
  /*background: linear-gradient(307deg, #051C55 0%, #214195 100%);*/
  background: linear-gradient(279deg, #093566 -4%, #004ea3 91%);
  color: #fff;
}
.index-page-04 .tit-tips .tit-btn .btn a:hover i {
  background: #fff;
  color: #004EA3;
}
.index-page-04 .tit-tips .tips {
  width: 50%;
  font-weight: 400;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #2C2C2C;
  padding-top: clamp(10.66667px, 0.83333vw, 16px);
}
.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);
  height: clamp(265.33333px, 20.72917vw, 398px);
  background: #FFFFFF;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  transition: .3s all;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.index-page-04 .solution-content .swiper-slide:hover{
  margin-top: -10px;
}

.index-page-04 .solution-content .swiper-slide .pic {
  width: clamp(200px, 15.625vw, 300px);
  height: 100%;
  flex-shrink: 0;
  display: flex; 
}

.index-page-04 .solution-content .swiper-slide .pic .meidia-box {
  display: block;
  width: 100%;
  height: 100%; 
  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;
  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 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(13.33333px, 1.04167vw, 20px) 0 0 clamp(13.33333px, 1.04167vw, 20px);
}

.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);
  flex-grow: 1; 
}
.index-page-04 .solution-content .swiper-slide .text .tit {
  font-weight: 600;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #004EA3;
}
.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: #2C2C2C;
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
}
.index-page-04 .solution-content .swiper-slide .text .more{
  margin-top: 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: #004EA3;
  -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(26.66667px, 2.08333vw, 40px);
  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: 8px;
  height: 8px;
  border-radius:4px;
  background: #ccc;
  opacity:1;
  color: #666;
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  transition: all 0.6s;
}
.index-page-04 .sc-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #062964;
  background:#004EA3;
  width:30px;
}

.index-page-05 {
  /*background: -webkit-gradient(linear, left top, left bottom, from(#0A182F), to(#000C24));*/
  /*background: linear-gradient(180deg, #0A182F 0%, #000C24 100%);*/
  background: linear-gradient(180deg, #1e95b6 0%, #004ea3 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: 600;
  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;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.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 .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);*/
  margin-top:20px;
}
.index-page-05 .news-content .big .tit-time .tit {
  display: block;
  font-family: Manrope;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  color: #004EA3;
  -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);*/
  text-decoration: underline;
}


.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);*/
    font-family: Manrope;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #6E6359;
}

.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);*/
  border-left: 1px solid #EDEDED;
}
.index-page-05 .news-content .list ul li {
  margin-top: clamp(14px, 1.09375vw, 21px);
  -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: 56.25%;
  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: rgba(255, 255, 255, 0.8);*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  
    font-family: Manrope;
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #000000;
    height: initial !important;
    max-height: initial !important;
}


.index-page-05 .news-content .list ul li .tit-time .tit:hover {
  /*color: #FFFFFF;*/
  color: #004EA3;
}
.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);*/
  
  
    font-family: Manrope;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #6E6359;
}



.index-page-06 {
  position: relative;
}
.index-page-06 .bg {
  width: 100%;
  position: relative;
}
.index-page-06 .bg .meidia-box {
  padding-bottom: 34.73958333%;
  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(74.66667px, 5.83333vw, 112px) 0 clamp(223.33333px, 17.44792vw, 335px);*/
  
  padding: clamp(74.66667px, 5.83333vw, 112px) 0;
  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: 600;
  /*font-size: clamp(106.66667px, 8.33333vw, 160px);*/
  /*background: linear-gradient(354deg, #84c234 21%, #1db33b 79%);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  /*background-clip: text;*/
  /*text-fill-color: transparent;*/
  
    font-family: Manrope;
    font-size: clamp(30px, 2.60417vw, 50px) !important;
    line-height: normal;
    color: #000000;
    margin-bottom: clamp(20px, 1.5625vw, 30px);
  
}
.index-page-06 .esg-box .des {
  /*font-weight: 400;*/
  /*font-size: clamp(17.33333px, 1.35417vw, 26px);*/
  /*color: #2C2C2C;*/
  width: 48.5714285%;
  
    font-family: Manrope;
    font-size: clamp(16px, 1.04167vw, 20px);
    font-weight: normal;
    line-height: 2;
    color: #6E6359;
  
}
.index-page-06 .esg-box .btn {
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
}
.index-page-06 .esg-box .btn a {
  color: #004EA3;
  border-color: #004EA3;
}
.index-page-06 .esg-box .btn a i {
  background: #004EA3;
  color: #fff;
}
.index-page-06 .esg-box .btn a:hover {
  color: #fff;
  /*background: linear-gradient(307deg, #051C55 0%, #214195 100%);*/
  background: linear-gradient(279deg, #093566 -4%, #004ea3 91%);
}
.index-page-06 .esg-box .btn a:hover i {
  background: #fff;
  color: #004EA3;
}
@media screen and (max-width: 1200px) {
    .index-page-01 .bg .global-box{
        height:100%;
    }
}

@media screen and (max-width: 1023px) {
  .banner .meidia-box {
    padding-bottom: 100%;
  }
  .banner{
      height:450px;
  }
    .banner .swiper-button-next,
    .banner .swiper-button-prev {
      width: 30px;
      height:60px;
    }
  .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: 40vh;
  }
  .index-page-01 .bg .text {
    width: 100%;
  }
  .index-page-01 .bg {
    padding-bottom: 80px;
    padding-top:20px;
  }
  .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;
  }
}



.cursor-js .pic {
    position: relative;
    overflow: hidden; 
    cursor: none;   
}

/*.cursor-icon {*/
/*    position: absolute;*/
/*    width: clamp(33.33333px, 2.60417vw, 50px);*/
/*    height: clamp(33.33333px, 2.60417vw, 50px);*/
/*    line-height: clamp(33.33333px, 2.60417vw, 50px);*/
/*    border-radius: 4px;*/
/*    background: #FFFFFF;*/
/*    z-index: 10;*/
/*    pointer-events: none; */
/*    opacity: 0;*/
/*    transition: opacity 0.3s ease, transform 0.3s ease; */
/*    left: 0;*/
/*    top: 0;*/
/*    transform: rotate(-90deg);*/
/*    text-align: center;*/
/*}*/
/*.cursor-icon i{*/
/*    color: #004EA3;*/
/*}*/

/*.cursor-js:hover .cursor-icon {*/
/*    opacity: 1;*/
/*    transform: translate(-50%, -50%) scale(1) rotate(-90deg);*/
/*}*/


/*---------------------------------------------------------------*/


[data-header-item]:hover .header-second-box{
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0px);
}

.header-second-box{
    position: absolute;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    top: 100%;
    transition: all 0.5s;
    z-index: 2;
    background: #FFFFFF;
    color: #2C2C2C;
    pointer-events: none;
    opacity: 0;
}

.header-second-box .flex{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch !important;
    text-align: center;
}

.header-second-link{
    color: #444 !important;
    font-size: clamp(14px, 1vw, 18px) !important;
    line-height: 1.65;
    white-space: nowrap;
    display: block;
    padding: 14px 24px !important;
    font-weight: 600;
}

@media screen and (max-width:1440px) {
    .header-second-link{
        padding: 12px 24px !important;
    }
}

@media screen and (max-width:1200px) {
    .header-second-link{
        padding: 10px 20px !important;
    }
}

.header-second-link:hover{
    color: #004EA3 !important;
    background: #F0F0F0 !important;
}

.header.innerPage .header-box .logo-nav .nav-search .nav-box #menuPc ul li a svg{
    margin-left: 5px;
    transform: rotate(90deg);
}

.img_box{
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.img_box img{
    position: absolute;
    z-index: 1;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
}

/*首页 banner*/
.home-banner{
    padding: 90px 0;
}

.home-banner .flexs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-banner .flexs .lefts{
    width: 640px;
}

.home-banner .flexs .subtits{
    font-family: Manrope;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #004EA3;
}

.home-banner .flexs .titles{
    font-family: Manrope;
    font-size: clamp(30px, 2.60417vw, 50px);
    font-weight: 600;
    line-height: 1.52;
    letter-spacing: 0px;
    margin-top: 10px;
    color: #000000;
}

.home-banner .flexs .read-link{
    display: flex;
    align-items: center;
    margin-top: 36px;
    text-transform: capitalize;
}

.home-banner .flexs .read-link p{
    font-family: Source Sans Pro;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #004EA3;
}

.home-banner .flexs .read-link svg{
    width: 22px;
    height: auto;
    margin-left: 10px;
    transform: translateY(3px);
    transition: all 0.5s;
}

.home-banner .flexs .read-link:hover svg{
    transform: translateY(3px) translateX(10px);
}

.home-banner .flexs .rights{
    width: calc(100% - 640px);
    padding-left: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.home-banner-img{
    width: 100%;
}

.home-banner-img .img_box{
    padding-top: 68%;
}

.home-banner-img .img_box img{
    object-position: center center;
}

.home-banner .page-dota{
    margin-top: 54px;
}

.page-dota{
    width: initial !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.page-dota span{
    background: transparent !important;
    opacity: 1 !important;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 2px !important;
    border-radius: 50% !important;
    position: relative;
}

.page-dota span::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    opacity: 0.2;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
}

.page-dota span.swiper-pagination-bullet-active::after{
    opacity: 1;
}

@media screen and (max-width:1440px) {
    .home-banner {
        padding: 70px 0;
    }
    
    .home-banner .flexs .lefts{
        width: 560px;
    }
    
    .home-banner .flexs .rights {
        width: calc(100% - 560px);
        padding-left: 30px;
    }
    
    .home-banner .flexs .read-link {
        margin-top: 30px;
    }

    .home-banner .page-dota {
        margin-top: 30px;
    }
    
    .home-banner .flexs .read-link p {
        font-size: 22px;
    }
}

@media screen and (max-width:1200px) {

    .home-banner .flexs .lefts{
        width: 47%;
    }
    
    .home-banner .flexs .rights {
        width: 47%;
        padding-left: 0px;
    }
    
    .home-banner .flexs .read-link {
        margin-top: 25px;
    }

    .home-banner .page-dota {
        margin-top: 25px;
    }
    
    .home-banner .flexs .subtits {
        font-size: 18px;
    }
    
    .home-banner .flexs .read-link p {
        font-size: 20px;
    }
    
    .home-banner {
        padding: 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .home-banner {
        padding: 50px 0;
    }
    
    .home-banner .flexs .subtits {
        font-size: 16px;
    }
    
    .home-banner .flexs .titles {
        font-size: 28px;
    }
    
    .home-banner .flexs .lefts,
    .home-banner .flexs .rights{
        width: 48%;
    }
    
    .home-banner .flexs .read-link p {
        font-size: 18px;
    }
    
    .home-banner .flexs .read-link {
        margin-top: 20px;
    }
    
    .home-banner .page-dota {
        padding: 13px 25px;
    }
}

@media screen and (max-width:768px) {
    .home-banner .flexs{
        flex-direction: column-reverse;
    }
    
    .home-banner .flexs .lefts,
    .home-banner .flexs .rights{
        width: 100%;
    }
    
    .home-banner .flexs .lefts{
        margin-top: 20px;
    }
    
    .home-banner .flexs .titles {
        font-size: 24px;
        margin-top: 5px;
    }
}














.home-about-btn{
    border: 1px solid #004EA3;
    border-radius: 4px;
    display: inline-flex;
    padding: 3px 14px;
    transition: all 0.5s;
}

.home-about-btn span{
    color: #004EA3;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0px;
}

.home-about-btn svg{
    width: 16px;
    height: 16px;
    margin-left: 6px;
    transition: all 0.5s;
}

.home-about-btn:hover svg{
    transform: translateX(6px);
}

/*首页 banner*/

/*首页 product*/

.mod-tit2{
    font-family: Manrope;
    font-size: clamp(30px, 2.60417vw, 50px);
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0px;
    color: #000000;
}

.home-products{
    padding-bottom: 60px;
}

.home-products .title-group,
.index-page-05 .title-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width:768px) {
    .home-products .title-group,
    .index-page-05 .title-group{
        gap:16px 0;
    }
}

.home-products-nav{
    display: inline-flex;
    padding: 5px;
    border-radius: 50px;
    background: #F5F5F7;
    margin-top: clamp(26.66667px, 2.08333vw, 40px);
}

.home-products-nav .items{
    padding: 10px 20px;
    font-size: 15px;
    color: #000000;
    font-family: Manrope;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    cursor: pointer;
    transition: all 0.6s;
    margin-right: 10px;
    border-radius: 42px;
}

.home-products-nav .items:last-child{
    margin-right: 0;
}

.home-products-nav .items:hover{
    background: #004EA3;
    color: #fff;
}

.home-products-nav:not(:hover) .items.active{
    background: #004EA3;
    color: #fff;
}

.home-products-cont{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-products-cont .img_box{
    padding-top: 88.461538%;
    flex-shrink: 0;
}

.home-products-cont:hover .img_box img{
    transform: scale(1.06);
}

.home-products-cont .infos{
    flex-grow: 1;
    background:#F9F9F9;
    padding: 20px 16px;
}

.home-products-cont .infos .tits{
    font-family: Manrope;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    transition: all 0.5s;
}

.home-products-cont .infos .tits:hover{
    color: #004EA3;
}

.home-products-cont .infos .texts{
    margin-top: 12px;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #6E6359;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.accordant-swiper .swiper-slide{
    height: initial;
}

.home-products-swiper .text-center{
    text-align: center;
    margin-top: 30px;
}

.home-products-swiper-content{
    margin-top: clamp(30px, 2.60417vw, 50px);
}

.home-products-swiper-content .items:not(:first-child){
    display: none;
}

/*首页 product-end*/

/*首页 adv*/
.home-adv{
    padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(53.33333px, 4.16667vw, 80px);
    background: #F1F1F1;
}

.home-adv .flexs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-adv .flexs .lefts{
    width: 44.2857142%;
}

.home-adv .flexs .rights{
    width: 48.5714285%;
}

.home-adv .flexs .titles{
    
}

.home-adv-list{
    margin-top: 30px;
}

.home-adv-item{
    margin-bottom: 10px;
}

.home-adv-item:last-child{
    margin-bottom: 0;
}

.home-adv-hd{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.home-adv-hd:after{
    content: "";
    position: absolute;
    width:100%;
    height: 1px;
    background: #D8D8D8;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    width: 0%;
}

.home-adv-hd p{
    font-family: Manrope;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #000000;
    transition: all 0.5s;
    cursor: pointer;
}

.home-adv-hd svg{
    margin-left: 10px;
}

.home-adv-hd svg path{
    transition: all 0.5s;
    fill: #272636;
}

.home-adv-item.active .home-adv-hd p{
    color: #004EA3;
    font-weight: 600;
}

.home-adv-item.active .home-adv-hd svg path{
    fill:#004EA3;
}

.home-adv-item.active .home-adv-hd:after{
    width: 100%;
}

.home-adv-item:hover .home-adv-hd p{
    color: #004EA3;
    font-weight: 600;
}

.home-adv-item:hover .home-adv-hd svg path{
    fill:#004EA3;
}

.home-adv-bd{
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.home-adv-item:nth-child(1) .home-adv-bd{
    display: block;
}

.home-adv-bd p{
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #6E6359;
}

.home-adv-img .img_box{
    padding-top: 80.64516129%;
}
/*首页 adv*/


/*首页 solution*/
.home-solution{
    padding-bottom: clamp(53.33333px, 4.16667vw, 80px);
    padding-top: clamp(53.33333px, 4.16667vw, 80px);
    background: #006FE8;
    overflow: hidden;
}

.home-solution .flexs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-solution .lefts{
    width: 53%;
}

.home-solution .rights{
    width: 42.857142%;
}

.home-solution .lefts .titles{
    color: #fff;
}

.home-solution .lefts .texts{
    margin-top: clamp(13.33333px, 1.04167vw, 20px);
    font-family: Manrope;
    font-size: clamp(13.33333px, 1.04167vw, 20px);
    font-weight: normal;
    line-height: 2;
    color: #FFFFFF;
}

.home-solution-nav{
    display: flex;
    flex-wrap: wrap;
    gap:14px 35px;
    margin-top: clamp(24px, 1.875vw, 36px);
    padding-right: 25px;
}

.home-solution-nav .items{
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.home-solution-nav .items p{
    position: relative;
    padding: 10px 0;
    font-family: Manrope;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.6s;
}

.home-solution-nav .items p:after{
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: all 0.6s;
}

.home-solution-nav .items svg{
    position: absolute;
    opacity: 0;
    left:calc(100% + 3px);
    top: 53%;
    transform: translateY(-50%);
    transition: all 0.6s;
}


.home-solution-nav .items.active p{
    color: rgba(255, 255, 255, 1);
}

.home-solution-nav .items.active p:after{
    width: 100%;
}

.home-solution-nav .items.active svg{
    opacity: 1;
}


.effect-swiper {
    width: 90%;
    height: initial !important;
    overflow: visible !important;
}

.effect-swiper .swiper-slide {
    border-radius: 0;
    overflow: hidden;
    /*box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);*/
}

.effect-swiper .img_box {
    padding-top:98.14814814%;
}

.home-solution-imglist .items:not(:first-child){
    display: none;
}

.home-solution-swiper .page-dota {
    margin-top: clamp(26.66667px, 2.08333vw, 40px);
}

.home-solution-swiper .page-dota span::after {
    background: #fff;
}

/*首页 solution-end*/


/*首页news*/
.index-page-05 .title-group{
    margin-bottom: clamp(40px, 3.125vw, 60px);
}

.index-page-05{
    background: #FFFFFF;
}
/*首页news -end*/


.mod-footer .copy-mail{
    height: initial !important;
}

@media screen and (max-width:1680px) {
    .btns a span, .btn a span {
        font-size: 14px;
    }
    
    .page-dota {
        padding: 0;
    }
    
    .home-adv .flexs .lefts {
        width: 46.285714%;
    }

    .home-solution .lefts {
        width: 54%;
    }
    
    .home-solution-nav {
        gap: 10px 20px;
    }

    .mod-footer-list a {
        width: 36px !important;
        height: 36px !important;
    }
    
    .mod-footer .flexs {
        margin: 40px -20px 50px;
        gap: 50px 10vw;
    }
}

@media screen and (max-width:1680px) {
    
}


@media screen and (max-width:1440px) {
    .mod-footer-list a {
        width: 32px !important;
        height: 32px !important;
    }
}

@media screen and (max-width:1200px) {
    .home-adv-hd {
        padding-bottom: 15px;
    }
    
    .home-adv-bd p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .home-adv-bd {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .home-adv-item {
        margin-bottom: 8px;
    }
    
    .home-solution-nav .items p {
        padding: 10px 0;
        font-size: 16px;
    }

    .home-solution-nav {
        margin-top: clamp(14px, 1.875vw, 36px);
    }
    
    .index-page-06 .bg .meidia-box {
        padding-bottom: 37%;
    }
    
}

@media screen and (max-width:991px) {
    .mod-footer-list a {
        width: 30px !important;
        height: 30px !important;
    }
    
    .home-solution-nav{
        gap: 4px 34px;
    }
    
    .index-page-05 .news-content .big .tit-time .tit,
    .index-page-05 .news-content .list ul li .tit-time .tit{
        font-size: 18px;
    }
    
    .index-page-05 .news-content .big .tit-time .time,
    .index-page-05 .news-content .list ul li .tit-time .time{
        font-size: 16px;
    }
    
    .btns a span, .btn a span {
        font-size: 14px;
    }
    
}

@media screen and (max-width:768px) {
    .home-products-nav{
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
    }
    .home-products-nav .items{
        flex-shrink: 0;
    }
    
    .home-adv .flexs{
        flex-direction: column;
    }
    
    .home-adv .flexs .lefts,
    .home-adv .flexs .rights{
        width: 100%;
    }
    
    .home-adv .flexs .lefts{
        margin-bottom: 25px;
    }
    
    .index-page-06 .bg .meidia-box {
        padding-bottom: 77%;
    }
    
    .index-page-06 .esg-box {
        padding: 30px 0 0;
    }
    
    .index-page-05 .news-content .list ul li{
        flex-direction: column;
    }
    
    .index-page-05 .news-content .list ul li .pic{
        width: 100%;
    }
    
    .index-page-05 .news-content .list ul li .tit-time{
        width: 100%;
        margin-top: 10px;
    }
    
    .home-solution .flexs{
        flex-direction: column;
    }
    
    .home-solution .lefts{
        width: 100%;
    }
    
    .home-solution .rights {
        width: 100%;
        margin-top: 25px;
    }
    
    .mod-footer .flexs {
        margin: 40px -20px 50px;
    }
    
    .mod-footer-bottom .flexbs {
        gap: 10px;
    }
}







