/* 轮播 */
.banner {
  position: relative;
  padding: 0;
  height: 906px;
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.banner-swiper-container {
  height: 100%;
}

.banner-swiper-container img {
  width: 100%;
  height: 100%;
}

.banner-swiper-container .swiper-pagination {
  text-align: right;
  max-width: var(--max-width);
  margin-bottom: 50px;
}

.banner-swiper-container .swiper-slide {
  position: relative;
}

.banner-swiper-container .swiper-slide .banner-extra {
  position: absolute;
  left: 200px;
  bottom: 300px;
  color: #fff
}

.banner-swiper-container .swiper-slide .banner-extra .banner-title {
  font-size: 48px;
  margin-bottom: 16px;
  font-weight: 800;
}

.banner-swiper-container .swiper-slide .banner-extra .banner-sub-title {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #fff;
  color: var(--text-color);
}

.banner-swiper-container .swiper-slide .banner-extra ul li {
  font-size: 16px;
  margin-bottom: 12px;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f8fb
}

.slide-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: center
}

.slide-content {
  flex: 1
}

.slide-content h2 {
  font-size: 36px;
  color: var(--theme-primary);
  margin-bottom: 8px
}

.slide-content p {
  color: var(--muted-color);
  margin-bottom: 12px
}

.slide-media {
  width: 420px
}

.slide-media img {
  border-radius: 6px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, .08)
}

/* 热销产品 */
.hot-products {
  height: 906px;
  background: transparent;
  background-image: url(../../images/pages/home/hot-products/hot-products-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.hot-products .products-inner {
  margin: 0 auto;
  padding: 100px 16px 0;
}

.hot-products .page-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 36px;
  color: var(--text-color)
}

.hot-products .page-sub-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  color: var(--color-blue-5);
  font-weight: 400;
}

.hot-products .page-title .sub {
  display: block;
  font-size: 13px;
  color: var(--theme-primary);
  margin-top: 6px
}

.hot-products-container {
  position: relative;
}

.hot-products-swiper-container {
  position: relative;
  ;
  width: 100%;
  height: 580px;
  overflow: hidden;
}

.hot-products-swiper-container .swiper-slide {
  background: transparent;
  padding: 0 100px;
  align-items: flex-start;
}

.hot-products-swiper-container .swiper-slide .ss-left {
  width: 440px;
  margin-top: 100px;
}

.hot-products-swiper-container .swiper-slide .ss-left h3 {
  font-size: 55px;
  margin: 0 0 10px 0;
}

.hot-products-swiper-container .swiper-slide .ss-left .sub-title {
  font-size: 33px;
  margin: 0 0 10px 0;
  color: #333;
}

.hot-products-swiper-container .swiper-slide .ss-left ul {
  margin-bottom: 30px;
  margin-top: 100px;
}

.hot-products-swiper-container .swiper-slide .ss-left li {
  display: inline-flex;
  width: 45%;
  align-items: center;
  margin-right: 2%;
  margin-bottom: 10px;
}

.hot-products-swiper-container .swiper-slide .ss-left li .icon-label {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-right: 8px;
}

.hot-products-swiper-container .swiper-slide .ss-left .view-more a {
  color: var(--text-color)
}

;

.hot-products-swiper-container .ss-right {
  width: 0;
  flex: 1;
}

.hot-products-swiper-container .ss-right {
  width: 0;
  flex: 1;
}

.hot-products-swiper-container .ss-right img {
  max-width: 100%;
  max-height: 100%;
  transition: all .3s linear;
}

.hot-products-swiper-container .ss-right img:hover {
  transform: scale(1.05);
}

.hot-products-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.hot-products-thumbnail-swiper-container {
  position: relative;
  ;
  height: 120px;
  overflow: hidden;
  padding: 10px 20px;
  background-color: transparent;
}
.hot-products-thumbnail-swiper-wrapper{
  justify-content: center;
}

.hot-products-thumbnail-swiper-container .swiper-slide {
  width: 200px;
  height: 100px;
  border: 4px solid transparent;
  border-radius: 4px;
  box-shadow: 4px 5px 5px #aaa;
  margin: 0 5px;
  transition: all .3s ease;
}

.hot-products-thumbnail-swiper-container .swiper-slide-active {
  opacity: 1;
  border: 4px solid var(--color-blue-5);
  box-shadow: unset;
}

.hot-products-thumbnail-swiper-container .swiper-slide img {
  width: 200px;
  height: 92px;
  border-radius: 4px
}

.hot-products-thumbnail-swiper-container-wrapper {
  position: relative;
  ;
  padding: 0 100px;
}

.hot-products-thumbnail-swiper-container-wrapper .swiper-button-next {
  right: 40px
}

.hot-products-thumbnail-swiper-container-wrapper .swiper-button-prev {
  left: 40px;
  width: 50px;
  height: 50px;
  background-image: url('../../../images/common/prev.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.hot-products-thumbnail-swiper-container-wrapper .swiper-button-next {
  right: 40px;
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
  background-image: url('../../../images/common/prev.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.hot-products-thumbnail-swiper-container-wrapper .swiper-button-prev::after {
  display: none;
}

.hot-products-thumbnail-swiper-container-wrapper .swiper-button-next::after {
  display: none;
}

/* 产品中心 */
.products {
  height: 906px;
  background: #fff;
  background-image: url(../../images/pages/home/products/products-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/* 产品中心具体样式 */
.products .products-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 100px 16px 0;
}

.products .page-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 36px;
  color: var(--text-color)
}

.products .page-sub-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  color: var(--color-blue-5);
  font-weight: 400;
}

.products .page-title .sub {
  display: block;
  font-size: 13px;
  color: var(--theme-primary);
  margin-top: 6px
}

.prod-tabs {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin: 44px 0 36px;
  flex-wrap: wrap;
}

.prod-tab {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 14px;
  border-radius: 10px;
  background: transparent;
  border: none;
  color: var(--muted-color);
  min-width: 140px
}

.prod-tab .icon {
  width: 100px;
  height: 120px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 6px 18px rgba(16, 40, 70, 0.04); */
  margin-bottom: -10px
}

.prod-tab .icon img {
  max-width: 96px;
  max-height: 96px;
  /* animation: rot2 .3s linear 1; */
}
.prod-tab .icon img.icon-img-highlight{
  display: none;
}

.prod-tab .label {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color);
  text-align: center
}

.prod-tab.active {
  /* background: linear-gradient(180deg, rgba(58, 176, 255, 0.96), rgba(58, 176, 255, 0.02)); */
  /* box-shadow: 0 8px 24px rgba(58, 176, 255, 0.06) */
}

/* .prod-tab.active{box-shadow:0 8px 24px rgba(58,176,255,0.06)} */
.prod-tab.active .label {
  color: var(--theme-primary);
}

.prod-tab.active .icon img {
  animation: rot .3s linear 1;
}
.prod-tab.active .icon img.icon-img-highlight{
  display: block;
}
.prod-tab.active .icon img.icon-img{
  display: none;
}

@keyframes rot {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rot2 {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.prod-details {
  display: flex;
  gap: 28px;
  align-items: stretch;
  justify-content: space-between
}

.prod-detail {
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: space-between;
  padding: 30px;
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(16, 40, 70, 0.04);
  width: 100%;
  transition: all .28s ease;
  display: none
}

.prod-detail.active {
  display: flex
}

.detail-text {
  flex: 1;
  min-width: 280px
}

.detail-text .prod-title {
  font-size: 30px;
  color: var(--text-color);
  margin-bottom: 12px
}

.detail-text .prod-desc {
  color: var(--muted-color);
  line-height: 1.7;
  margin-bottom: 18px
}

.detail-text .outline {
  display: inline-block;
  padding: 8px 0;
  border-radius: 24px;
  border: none;
  color: var(--text-color);
  background: transparent
}

.prod-detail .detail-media {
  position: relative;
  ;
  flex: 0 0 640px;
  width: 640px;
  overflow: hidden;
}

.prod-swiper-container {
  width: 560px;
  height: 320px;
  margin: 0 auto;
}

.prod-swiper-container .swiper-slide {
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.25);
  border-radius: 10px;
}

.prod-swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px
}

.prod-detail .detail-media .swiper-button-next, .prod-detail .detail-media .swiper-button-prev {
  color: #aaa;
  background-image: none;
  font-size: 20px;
}

.prod-detail .detail-media .swiper-button-next {
  right: -0px;
}

/* .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right{background: transparent;} */

/* 响应式 */
@media (max-width:1000px) {
  .detail-media {
    flex: 0 0 360px
  }

  .prod-swiper-container {
    height: 260px
  }
}

@media (max-width:700px) {
  .prod-details {
    flex-direction: column
  }

  .prod-tab {
    min-width: 100px;
    padding: 10px
  }

  .detail-media {
    width: 100%
  }

  .prod-swiper-container {
    height: 220px
  }
}

/* 行业应用（Swiper 横向 5 图 + 中央进度条指示器） */
.industry {
  background: #fff;
}

.industry-container {
  padding: 100px 0 200px;
  width: 100%;
  margin: 0 auto;
}

.industry .page-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 36px;
  color: var(--text-color)
}

.industry .page-sub-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  color: var(--color-blue-5);
  font-weight: 400;
}

.industry .page-title .sub {
  display: block;
  font-size: 13px;
  color: var(--theme-primary);
  margin-top: 6px
}

/* Swiper 容器与 slide 行为 */
.industry-swiper-wrap {
  /* max-width: var(--max-width); */
  /* margin: 0 auto; */
  padding: 100px 16px 0;
}

.industry-swiper {
  width: 100%;
  /* height: 220px */
}

.industry-swiper .swiper-wrapper {
  height: 100%
}

.industry-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  height: 360px;
  background-color: transparent;
}
.industry-swiper .swiper-slide a{
  display: block;
}
.industry-swiper .swiper-slide img{
  transition: all .3s linear;
  max-width: 100%;
  border-radius: 8px;
}
.industry-swiper .swiper-slide img{
  max-width: 100%;
}
.industry-swiper .swiper-slide:hover a img{
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -2px -2px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.slide-row {
  display: flex;
  gap: 18px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  /* max-width: 1200px */
}

.slide-row img {
  flex: 0 0 calc((100% - 4*18px)/5);
  height: 320px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(16, 40, 70, 0.04)
}

.swiper-3d .swiper-slide-shadow {
  background: transparent;
}

@media (max-width:1000px) {
  .industry-swiper {
    height: 170px
  }

  .slide-row img {
    height: 170px
  }
}

@media (max-width:700px) {
  .industry-swiper {
    height: 120px
  }

  .slide-row {
    gap: 10px
  }

  .slide-row img {
    height: 120px;
    flex: 0 0 calc((100% - 4*10px)/3);
  }

  /* 显示 3 张以保证可读 */
}

/* 自定义 Swiper scrollbar（居中小条，蓝色进度 + 浅灰轨道） */
.industry-swiper .swiper-scrollbar {
  position: relative;
  height: 8px;
  margin: 45px auto 0;
  max-width: 160px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  overflow: hidden
}

.industry-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--theme-primary);
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(58, 176, 255, 0.12)
}

/* 隐藏默认可见性干扰元素 */
.industry-swiper .swiper-scrollbar:after {
  content: "";
  display: block
}

/* 小屏时缩小进度条宽度 */
@media (max-width:700px) {
  .industry-swiper .swiper-scrollbar {
    max-width: 120px;
    height: 6px
  }

  .industry-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 6px
  }
}

/* 联系表单 */
.container.contact {
  height: 660px;
  background-image: url(../../images/pages/home/contact.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-form-container {
  position: relative;
  margin: 0 auto;
  width: var(--max-width);
  background: transparent;
  height: 660px;
}

.contact-form {
  position: absolute;
  right: 30px;
  top: 150px;
  z-index: 1;
  width: 480px;
  padding: 36px;
  background: linear-gradient(90deg, rgba(43, 134, 217, .46), rgba(10, 163, 255, .43));
  border-radius: 8px
}

.form-field {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px
}

.form-field label {
  width: 50px;
  font-size: 24px;
  color: #fff;
  margin-top: 5px
}

.form-field input, .form-field textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #e6eef8
}

.form-field input:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--theme-primary);
  box-shadow: 0 6px 18px rgba(43, 134, 217, .08)
}

.contact-form .submit-btn {
  display: block;
  border-radius: 30px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600;
}

/* 新闻资讯 区块 */
.news-section {
  /* padding: 100px 0 200px; */
  background-color: #fff;
}

.news-section-wrapper {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 16px;
  overflow: hidden;
}

.news-header {
  margin: 0 atuo;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 70px
}

.news-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.news-tabs {
  display: flex;
}

/* .news-tabs .tab{background:transparent;border:1px solid #e6eef8;border-radius:20px;color:var(--muted-color);font-weight:600} */
.news-tabs .tab {
  background: transparent;
  border: none;
  border-bottom: 4px solid #B3B3B3;
  ;
  color: var(--muted-color);
  font-weight: 600;
  font-size: 36px;
  height: 60px;
  line-height: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

/* .news-tabs .tab.active{background:transparent;color:var(--theme-primary);border-color:rgba(43,134,217,0.12);box-shadow:inset 0 -2px 0 rgba(43,134,217,0.08)} */
.news-tabs .tab.active {
  background: transparent;
  color: var(--color-blue-5);
  border-color: var(--color-blue-5);
}

/* 卡片列表 */
.news-cards {
  display: none;
  gap: 18px;
  overflow: hidden;
  align-items: stretch;
  transition: all .3s ease-in-out;
  animation: show .6s 1;
  height: 420px;
  padding: 20px;
  cursor: pointer;
}

.news-cards.active {
  display: flex
}

.news-card {
  flex: 0 0 23%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px max(12px, 0.2rem) 0px rgba(31, 30, 31, 0.1);
  transition: box-shadow .4s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .3s ease-in-out;
}

.news-card .thumb {
  height: 260px;
  overflow: hidden
}

.news-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all .3s ease-in-out;
}

.news-card .card-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  transition: all .3s ease-in-out;
}

.news-card .news-title {
  font-size: 15px;
  line-height: 1.4;
  margin: 10px 0;
  color: #1e3550;
  font-weight: 600
}

.news-card .news-meta {
  font-size: 13px;
}

.news-card .read-more {
  margin-top: auto;
  color: var(--text-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  margin: 8px 0;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(16, 40, 70, 0.08)
}

.news-card:hover .thumb img {
  transform: scale(1.05);
}

/* .news-card:hover .card-body {
  background-color: var(--color-blue-5);
} */

.news-card:hover .card-body .news-title {
  /* color: #fff; */
  color: var(--color-blue-5);
}

.news-card:hover .card-body .news-meta {
  /* color: #fff; */
  /* color: var(--color-blue-5); */
}

.news-card:hover .card-body .read-more {
  /* color: #fff; */
  /* color: var(--color-blue-5); */
}

/* .news-card.featured{border:2px dashed rgba(0,0,0,0.08);background:linear-gradient(180deg,#f5fbff, #fff)} */

.news-more {
  display: flex;
  justify-content: center;
  margin-top: 34px
}

.news-more .btn.primary {
  background: var(--color-blue-5);
  color: #fff;
  border: none;
  border-radius: 28px;
  box-shadow: 0 8px 20px rgba(58, 176, 255, 0.12)
}

/* 响应式：小屏横向切换为两列或单列 */
@media (max-width:1000px) {
  .news-card {
    flex: 0 0 48%
  }

  .news-cards {
    flex-wrap: wrap
  }
}

@media (max-width:700px) {
  .news-cards {
    gap: 12px
  }

  .news-card {
    flex: 0 0 100%
  }

  .news-card .thumb {
    height: 150px
  }
}

@media (max-width: 1000px) {
  .swiper-container {
    height: 380px
  }

  .slide-media {
    display: none
  }

  .prod-item {
    flex: 0 0 50%
  }
}

@media (max-width: 700px) {
  .swiper-container {
    height: 280px
  }

  .prod-item {
    flex: 0 0 100%
  }

  .logo img {
    height: 36px
  }
}

@media (max-width: 1200px) {
  .nav {
    gap: 16px;
    font-size: 14px
  }

  .logo img {
    height: 40px
  }
}

@media (max-width: 900px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: center
  }

  .nav {
    flex-wrap: wrap;
    gap: 12px
  }
}

@keyframes show {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  10% {
    opacity: 0;
    transform: translate(0, 150px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* 服务数据 / 世界地图区块 */
.service-data {
  position: relative;
  background-color: #fff;
  background-image: url(../../images/pages/home/world-map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: var(--text-color, #123);
  height: 960px;
  display: flex;
  align-items: center;
}

.service-data-inner {
  position: relative;
  width: var(--max-width);
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service-hero h2 {
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 40px;
  color: var(--color-blue-5);
  font-weight: 800
}

.service-hero .lead {
  color: var(--text-color);
  font-size: 16px;
  margin: 0 0 22px;
}

.btn.outline.explore-btn {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 28px;
  border: 1.5px solid var(--color-blue-5);
  color: var(--color-blue-5);
  background: transparent;
  font-weight: 700;
  text-decoration: none
}

.btn.outline.explore-btn:hover {
  background: var(--color-blue-5);
  color: #fff;
  box-shadow: 0 10px 30px rgba(58, 176, 255, 0.12)
}

/* 统计行 */
.service-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding-top: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.04)
}

.service-stats .stat {
  position: relative;
  flex: 1;
  text-align: center;
  min-width: 0
}

.service-stats .stat+.stat::before {
  position: absolute;
  display: block;
  width: 2px;
  height: 60px;
  background-color: #ccc;
  left: -5px;
  top: 10px;
  content: "";
}

.service-stats .stat strong {
  display: block;
  font-size: 42px;
  color: #0f2233;
  font-weight: 1000;
}

.service-stats .stat strong i {
  font-size: 16px;
  font-style: normal;
}

.service-stats .stat span {
  display: block;
  color: var(--color-blue-5);
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.3
}

/* 响应式 */
@media (max-width:1100px) {
  .service-hero h2 {
    font-size: 36px
  }

  .service-stats .stat strong {
    font-size: 34px
  }
}

@media (max-width:800px) {
  .service-data {
    padding: 60px 0 80px
  }

  .service-data::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98));
  }

  .service-data-inner {
    gap: 20px
  }

  .service-stats {
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 18px
  }

  .service-stats .stat {
    flex: 0 0 50%;
    padding: 12px 6px
  }

  .service-stats .stat strong {
    font-size: 28px
  }
}

@media (max-width:480px) {
  .service-hero h2 {
    font-size: 22px
  }

  .service-hero .lead {
    font-size: 14px
  }

  .btn.outline.explore-btn {
    padding: 8px 16px;
    font-size: 14px
  }

  .service-stats .stat {
    flex: 0 0 100%
  }
}

body {
  overflow-y: hidden;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}