/* 首页顶部轮播 */
/* 首页顶部轮播 */
.header-swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

.header-swiper-container .hero-swiper-wrapper {
  display: flex;
  align-items: center;
}

.header-swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
  margin: 0 !important;
}

.header-swiper-slide video,
.header-swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
/* 首页顶部轮播 */
.header-swiper-slide img {
 transform: scale(1.2);  /* 初始放大状态 */
  /* transition: transform 8s ease-in-out; */
  opacity: 0;  /*初始透明*/
  transition: transform 8s ease-in-out, opacity 2s ease-in-out;
}
.scroll-content{
  display:flex;
}
.box-box-sc{
    display:flex;

}

.swiper-slide-active .header-swiper-slide img {
  transform: scale(1); /* 恢复正常大小*/
  opacity: 1;  /*完全显示*/
}

/* 确保视频没有这个效果 */
.header-swiper-slide video {
  transform: scale(1);
  opacity: 1;
}
.hero-slides .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 25%;
}

@media screen and (max-width: 1600px) {
  .header-swiper-container {
    width: 100%;
  }
  .hero-slides .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 5%;
}
}
/* 资讯轮播 */

/* 轮播容器样式 */
.center-swiper-container {
  width: 100%;
  padding: 20px 10px 60px;
  position: relative;
}

.scroll-li {
  flex: 0 0 calc(33.333% - 20px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 10px;
}

.scroll-li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.li-img {
  height: 200px;
  overflow: hidden;
}

.li-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.scroll-li:hover .li-img img {
  transform: scale(1.05);
}

.content-h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin: 20px 20px 12px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content-txt {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 20px 20px;
  height: 66px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 导航按钮样式 */
.center-swiper-container .swiper-button-prev,
.center-swiper-container .swiper-button-next {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}

.center-swiper-container .swiper-button-prev:after,
.center-swiper-container .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
  color: #dda15e;
}

.center-swiper-container .swiper-button-prev:hover,
.center-swiper-container .swiper-button-next:hover {
  background: #dda15e;
}

.center-swiper-container .swiper-button-prev:hover:after,
.center-swiper-container .swiper-button-next:hover:after {
  color: white;
}

.center-swiper-container .swiper-button-prev {
  left: -25px;
}

.center-swiper-container .swiper-button-next {
  right: -25px;
}
.m-product .swiper-button-prev {
  margin-left: 100px;
}
.m-product .swiper-button-next {
  margin-right: 100px;
}

/* 分页器样式 */
.center-swiper-container .swiper-pagination {
  bottom: 30px;
}

.center-swiper-container .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.center-swiper-container .swiper-pagination-bullet-active {
  background-color: #dda15e !important;
  transform: scale(1.3);
}

/* 轮播卡片样式调整 */
.swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.center-swiper-container {
  max-width: 1300px;
  padding: 80px 15px 40px;
}

.center-swiper-container .swiper-wrapper {
  padding: 10px 0;
}

/* .swiper-slide {
  width: 100% !important;
} */
.scroll-content {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  gap: 20px;
  padding: 0 10px;
}

.scroll-li {
  width: 100%;
  max-width: 30%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (min-width: 1501px) and (max-width: 1600px) {
  .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .center-swiper-container {
    max-width: 1300px;
  }
  .m-product .swiper-button-prev {
    margin-left: 100px;
  }
  .m-product .swiper-button-next {
    margin-right: 100px;
  }
  .scroll-li {
    max-width: 28%;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1500px) {
  .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .center-swiper-container {
    max-width: 1300px;
  }
  .m-product .swiper-button-prev {
    margin-left: 20px;
  }
  .m-product .swiper-button-next {
    margin-right: 20px;
  }
  .scroll-li {
    max-width: 28%;
  }
}
@media screen and (min-width: 1263px) and (max-width: 1350px) {
  .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .center-swiper-container {
    max-width: 1100px;
  }
  .m-product .swiper-button-prev {
    margin-left: 20px;
  }
  .m-product .swiper-button-next {
    margin-right: 20px;
  }
  .scroll-li {
    max-width: 26%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1262px) {
  .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .center-swiper-container {
    max-width: 750px;
  }
  .m-product .swiper-button-prev {
    margin-left: 15px;
  }
  .m-product .swiper-button-next {
    margin-right: 15px;
  }
  .scroll-content {
    gap: 10px;
    padding: 40px;
  }
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 697px) and (max-width: 900px) {
  .swiper-container {
    width: 100%;
    /* margin: 0 auto; */
  }
  .center-swiper-container {
    max-width: 500px;
  }
  .m-product .swiper-button-prev {
    margin-left: 10px;
  }
  .m-product .swiper-button-next {
    margin-right: 10px;
  }
}
@media screen and (max-width: 697px) {
  .swiper-container {
    width: 100%;
    /* margin: 0 auto; */
  }
  .center-swiper-container {
    max-width: 300px;
  }
  .m-product .swiper-button-prev {
    margin-left: 10px;
  }
  .m-product .swiper-button-next {
    margin-right: 10px;
  }
}

/* @media (min-width: 768px) {
            .scroll-li {
                width: calc(40% - 20px);
            }
        }
        
        @media (min-width: 992px) {
            .scroll-li {
                width: calc(33.333% - 20px);
            }
        } */

.scroll-li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.li-img {
  height: 200px;
  overflow: hidden;
}

.li-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.scroll-li:hover .li-img img {
  transform: scale(1.05);
}

.content-h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin: 20px 20px 12px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content-txt {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 20px 20px;
  height: 66px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 导航按钮样式优化 */
.swiper-button-prev,
.swiper-button-next {
  /* background-color: rgba(0, 0, 0, 0.1); */
  /* color: #333; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  /* background-color: #fff; */
  color: #dda15e;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  /* color: #fff; */
  color: #dda15e;
}

/* 分页器样式优化 */
.swiper-pagination {
  bottom: 10px;
}

.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.swiper-pagination-bullet-active {
  background-color: #dda15e !important;
}

.swiper-pagination-bullet-active {
  background: #dda15e;
  transform: scale(1.3);
}





















/* 客户LOGO区域 */
.m-about {
  padding: 80px 0;
  background: #f0f4f8;
}

.about-box {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-left h1 {
  font-size: 2.2rem;
  color: #2a4365;
  margin-bottom: 30px;
  line-height: 1.4;
}

.custom-logo-type {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.custom-logo-type span {
  padding: 8px 15px;
  background: #e2e8f0;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-logo-type span.active,
.custom-logo-type span:hover {
  background: #dda15e;
  color: white;
}

/* 客户LOGO轮播样式 */
.client-logo-swiper {
  overflow: hidden;
  padding: 20px 0;
}

.client-logo-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}


.client-logo-swiper {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  /* 确保logo轮播容器正确显示 */
}
.client-logo-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
 transition-timing-function: linear;
}

.swiper-slide-log {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  background: #ffffffff;
  height: 150px;
  max-width: 300px;
  overflow:hidden;
}
.logo-img{
    width:300px;
    height:150px;
    display:flex;
    justify-content: center;
    align-items:center;
    overflow:hidden;
}

.client-logo-swiper .swiper-slide img {
  width: 300px;
}
.client-logo-swiper .bj-img img {
  width:200px;
}
.client-logo-swiper .st-img img {
  width:200px;
}
.client-logo-swiper .sf-img img {
  width:200px;
}
.client-logo-swiper .cn-img img {
  width:180px;
}
.client-logo-swiper .wd-img img {
  width:250px;
}
.client-logo-swiper .sb-img img {
  width:180px;
}
.client-logo-swiper .rb-img img {
  width:100px;
}
.client-logo-swiper .mt-img img {
  width:200px;
}
.client-logo-swiper .mj-img img {
  width:250px;
}
.client-logo-swiper .ls-img img {
  width:200px;
}
.client-logo-swiper .ky-img img {
  width:150px;
}
.client-logo-swiper .jl-img img {
  width:250px;
}
.client-logo-swiper .hf-img img {
  width:150px;
}
.client-logo-swiper .hd-img img {
    width:200px;
}

.swiper-slide-log:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
/* 响应式调整 */
@media (max-width: 768px) {
  .client-logo-swiper .swiper-slide {
    width: 50% !important;
  }
}
