/* 轮播样式 */

.carousel {
  position: relative;

  width: 100%;

  overflow: hidden;

  height: 1085px;
}

.carousel-inner {
  display: flex;

  transition: transform 0.5s ease;

  height: 100%;
}

.carousel-item {
  min-width: 100%;

  background-size: cover;

  background-position: center;

  display: flex;

  align-items: center;

  position: relative;
}

.carousel-item::after {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.carousel-content {
  position: relative;

  z-index: 2;

  color: white;

  /* padding: 0 10%; */

  max-width: 1200px;

  margin: 0 15%;

  width: 100%;
}

.carousel-title {
  width: 52%;

  height: 14.875rem;

  font-weight: 900;

  font-size: 5rem;

  color: #ffffff;

  line-height: 5.625rem;

  font-family: var(--font-family);
}

.carousel-description {
  width: 39.7rem;

  height: 3.0625rem;

  font-weight: 400;

  font-size: 1.25rem;

  color: #ffffff;

  line-height: 1.875rem;

  margin-top: 6%;
}

.btn {
  background: #fad02c;

  color: #00071d;

  border: none;

  padding: 0.8rem 2rem;

  border-radius: 30px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s ease;

  display: inline-flex;

  align-items: center;

  gap: 0.5rem;

  margin-top: 8%;
}

.btn:hover {
  background: #e5ba0d;

  transform: translateY(-2px);

  /* box-shadow: 0 4px 12px rgba(250, 208, 44, 0.3); */
}

.span-arrow {
  margin-left: 5vw;
}

#prevBtn,
#nextBtn {
  visibility: hidden;
}

.carousel-indicators {
  position: absolute;

  bottom: 20px;

  left: 50%;

  transform: translateX(-50%);

  display: flex;

  gap: 20px;
}

.indicator {
  width: 6px;

  height: 6px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.5);

  cursor: pointer;

  transition: all 0.3s ease;
}

.indicator.active {
  background: white;

  transform: scale(3.2);
}

.carousel-nav {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  background: rgba(255, 255, 255, 0.2);

  width: 40px;

  height: 40px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  transition: all 0.3s ease;

  z-index: 10;
}

.carousel-nav:hover {
  background: rgba(255, 255, 255, 0.3);
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

/* 将引入的背景图片放在样式文件中 */

/* #carousel-item-1 {

  background: url("../images/38.jpg") no-repeat center/cover;

} */

.bannerImg {
  position: absolute !important;

  top: 0;

  left: 0;

  width: 100% !important;

  height: 100% !important;

  z-index: -1 !important; /* 使背景图片位于内容下方 */
}

.solution-card .bannerImg {
  object-fit: cover;
  border-radius: 10px;
}

/* #carousel-item-2 {

  background: url("../images/38.jpg") no-repeat center/cover;

} */

/* #carousel-item-3 {

  background: url("../images/38.jpg") no-repeat center/cover;

} */

/* #pro-slide-1 {

  background: url("../images/45.png") no-repeat center/cover;

} */

/* #pro-slide-2 {

  background: url("../images/39.png") no-repeat center/cover;

} */

/* #pro-slide-3 {

  background: url("../images/41.png") no-repeat center/cover;

} */

/* #pro-slide-4 {

  background: url("../images/40.png") no-repeat center/cover;

}



#pro-slide-5 {

  background: url("../images/43.png") no-repeat center/cover;

} */

/* #solution-card-1 {

  background: url("../images/46.png") no-repeat center/cover;

} */

/* #solution-card-2 {

  background: url("../images/51.png") no-repeat center/cover;

} */

/* #solution-card-3 {

  background: url("../images/47.png") no-repeat center/cover;

} */

/* #news-image-1 {

  background: url("../images/27.png") no-repeat center/cover;

} */

/* #news-image-2 {

  background: url("../images/28.png") no-repeat center/cover;

} */

/* ============== 产品区域 - 3D轮播 ============== */

.block_3 {
  position: relative;

  width: 100%;

  padding: 60px 0;

  background: #f8f9fa;

  overflow: hidden;
}

/*.group_1 {*/
/*  text-align: center;*/

/*  margin-bottom: 20px;*/
/*}*/

.text_12 {
  /*font-size: 3rem;*/

  /*color: #222;*/

  /*font-weight: 900;*/

  /*margin-bottom: 10px;*/

  /*font-family: var(--font-family);*/
   font-family: var(--font-family);
   font-weight: 900;
   font-size: 48px;
   color: #222222;
   text-align: center;
   line-height: 1;
}

.text-wrapper_3 {
  max-width: 73%;

  margin: 27px auto 52px;

  text-align: center;
}

.text_13 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

/* 产品服务部分 */

.section-title {
  /*font-size: 3rem;*/

  /*text-align: center;*/

  /*margin: 3rem 0 1.5rem;*/

  /*color: #222;*/

  /*font-weight: 900;*/

  /*font-family: var(--font-family);*/
   font-family: var(--font-family);
   font-weight: 900;
   font-size: 48px;
   color: #222222;
   text-align: center;
   line-height: 1;
}

.section-subtitle {
  /*text-align: center;*/

  /*margin: 0 auto 3rem;*/

  /*color: #666;*/

  /*font-size: 1.1rem;*/

  /*line-height: 1.6;*/
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 18px;
  text-align: center;
  margin-top: 23px;
}

/* 合作伙伴滚动 */

.partners-section {
  /*padding: 4rem 1rem;*/
  padding: 115px 0 125px 0;

  /* margin: 4rem 0; */

  background: white;
}

.partners-container {
  /* max-width: 1200px; */

  margin: 55px auto 0;

  overflow: hidden;

  position: relative;
}

.partners-scroll {
  display: flex;

  animation: scroll 35s linear infinite;

  width: max-content;
}

.partner-logo {
  height: 80px;
  max-width: 200px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-logo img{
  transition: all 0.3s ease;
  max-width: 100%;
  max-height: 80%;
}
.partner-logo:hover img{
  transform: scale(1.05);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* 解决方案轮播 - 优化移动端适配 */

.solutions-carousel {
  position: relative;

  width: 100%;

  overflow: hidden;

  /* background: url("../images/49.jpg") no-repeat center/cover; */

  padding: 60px 0;
}

.carousel-header {
  max-width: 1200px;

  margin: 0 auto 40px;

  padding: 0 20px;

  display: -webkit-inline-box;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  /* text-align: center; */

  /* margin-right: 26%; */
}

.carousel-title2 {
  font-size: 3rem;

  color: white;

  font-weight: 900;

  margin-bottom: 1rem;

  font-family: var(--font-family);
}

.carousel-subtitle {
  color: rgba(255, 255, 255, 0.9);

  max-width: 600px;

  margin-top: 0.5rem;

  line-height: 1.6;
}

.ccarousel-nav2 {
  display: flex;

  gap: 15px;

  margin-top: 1.5rem;

  margin-left: 52%;
}

.carousel-btn {
  width: 50px;

  height: 50px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.15);

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  transition: all 0.3s ease;

  border: 1px solid rgba(255, 255, 255, 0.3);

  color: white;

  font-weight: bold;

  font-size: 1.2rem;
}

.carousel-btn:hover {
  background: #fad02c;

  transform: translateY(-2px);

  color: #222222;
}

/* 轮播轨道和项目 - 优化移动端适配 */

.carousel-track {
  display: flex;

  transition: transform 0.5s ease;

  width: 100%;

  /* padding: 0 10px; */
}

.carousel-slide {
  min-width: 33.333%;

  display: flex;

  justify-content: center;

  padding: 0 10px;
}

.slide-content {
  max-width: 1200px;

  width: 100%;

  margin: 0 auto;
}

.solution-card {
  border-radius: 10px;

  overflow: hidden;

  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding: 30px;

  transition: all 0.4s ease;

  /* aspect-ratio: 3/4; */

  margin: 0 auto;

  height: 39.375rem;

  width: 37.5rem;
}

.solution-card img {
  width: 80px;

  height: 80px;

  margin-bottom: 30px;

  position: relative;

  z-index: 2;

  /* object-fit: contain; */
}

.solution-card h3 {
  font-size: 2.375rem;

  color: white;

  margin-bottom: 15px;

  position: relative;

  z-index: 2;

  font-weight: 700;

  font-family: var(--font-family);
}

.solution-card p {
  color: rgba(255, 255, 255, 0.9);

  font-size: 1rem;

  line-height: 1.6;

  position: relative;

  z-index: 2;

  /* max-width: 300px; */
}

/* 指示器 */

.carousel-indicators2 {
  display: flex;

  justify-content: center;

  gap: 10px;

  margin-top: 40px;

  visibility: hidden;
}

.indicator2 {
  width: 12px;

  height: 12px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.3);

  cursor: pointer;

  transition: all 0.3s ease;
}

.indicator2.active {
  background: white;

  transform: scale(1.2);
}

/* 优化后的公司简介部分 */

.about-section {
  padding: 80px 5%;

  /* max-width: 1200px; */

  margin: 0 auto;

  position: relative;

  border-bottom: solid 1px #e5e5e5;

  background: white;
}

.about-header {
  display: flex;

  flex-wrap: wrap;

  margin-bottom: 60px;

  gap: 40px;

  margin-left: 11%;
}

.about-title {
  flex: 1;

  min-width: 300px;
}

.about-title h2 {
  font-size: 3rem;

  color: #222;

  font-weight: 900;

  margin-bottom: 15px;

  line-height: 1.2;

  font-family: var(--font-family);
}

.about-title p {
  font-size: 1.75rem;

  color: #444;

  font-weight: 500;
}

.about-content {
  flex: 2;

  min-width: 300px;

  margin-left: 8%;
}

.about-content p {
  font-size: 1rem;

  color: #555;

  line-height: 1.8;

  margin-bottom: 20px;
}

.about-footer {
  display: flex;

  justify-content: space-between;

  align-items: center;

  position: relative;
}

/* 水印跑马灯效果 */

.about-watermark-container {
  position: absolute;

  left: 0;

  top: -5rem;

  width: 100%;

  overflow: hidden;

  /* height: 9.375rem; */

  z-index: 0;

  pointer-events: none;

  user-select: none;

  transform: translateX(-100px);

  opacity: 0;

  transition: transform 1s ease, opacity 1s ease;
}

.about-watermark-container.visible {
  transform: translateX(0);

  opacity: 0.4;

  max-width: 400px;

  margin-left: 11%;
}

.watermark-marquee {
  display: flex;

  width: 200%;

  animation: marquee 15s linear infinite;

  white-space: nowrap;

  height: 100%;
}

.watermark-text {
  width: 50%;

  font-size: 13.0625rem;

  font-weight: 900;

  color: rgba(34, 34, 34, 0.03);

  line-height: 10rem;

  padding-right: 3rem;

  flex-shrink: 0;

  height: 100%;
}

.arrow-style-2 {
  padding-left: 40%;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.learn-more-btn {
  background: #fad02c;

  color: #222;

  border: none;

  padding: 15px 40px;

  border-radius: 30px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s ease;

  display: inline-flex;

  align-items: center;

  /* gap: 10px; */

  position: relative;

  z-index: 1;

  /* box-shadow: 0 4px 15px rgba(250, 208, 44, 0.2); */

  position: relative;

  left: 47%;

  width: 15.625rem;

  text-decoration: none;
}

.learn-more-btn:hover {
  background: #e5ba0d;

  transform: translateY(-3px);

  /* box-shadow: 0 6px 20px rgba(250, 208, 44, 0.3); */
}

.learn-more-btn img {
  width: 12px;

  height: auto;

  transition: transform 0.3s ease;
}

.learn-more-btn:hover img {
  transform: translateX(3px);
}

/* 客户评价轮播 - 新样式 */

.testimonials-section {
  background: url("../images/50.jpg") no-repeat center/cover;

  padding: 80px 5%;

  position: relative;

  /*margin: 80px 0;*/
}

.testimonials-container {
  max-width: 1200px;

  margin: 0 auto;

  position: relative;

  overflow: hidden;

  padding: 0;
}

.testimonials-title {
  font-size: 1.5rem;

  color: #222;

  margin-bottom: 2.8125rem;

  font-weight: 400;

  font-family: var(--font-family);
}

.testimonials-carousel {
  position: relative;
}

.testimonials-track {
  display: flex;

  transition: transform 0.5s ease;
}

.testimonial-item {
  min-width: 100%;

  padding: 30px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  transition: all 0.3s ease;
}

.testimonial-avatar {
  width: 12.5rem;

  height: 12.5rem;

  border-radius: 50%;

  object-fit: cover;

  margin-bottom: 5rem;

  border: 5px solid rgba(255, 255, 255, 0.8);

  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.testimonial-quote {
  font-size: 1.1rem;

  color: #333;

  /*font-style: italic;*/

  line-height: 1.8;

  max-width: 880px;

  /* margin: 0 auto 30px; */

  position: relative;
}

.testimonial-author {
  font-size: 1.2rem;

  font-weight: 700;

  margin-top: 6.25rem;
}

.testimonials-nav {
  display: flex;

  gap: 15px;

  margin-top: 40px;
}

.testimonial-btn {
  width: 50px;

  height: 50px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.15);

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  transition: all 0.3s ease;

  border: 1px solid #bfbfbf;
}

.testimonial-btn:hover {
  background: #fad02c;

  transform: translateY(-2px);
}

/* 指示器 */

.testimonials-indicators {
  display: flex;

  justify-content: center;

  gap: 10px;

  margin-top: 40px;

  visibility: hidden;
}

.testimonial-indicator {
  width: 12px;

  height: 12px;

  border-radius: 50%;

  background: rgba(11, 102, 204, 0.3);

  cursor: pointer;

  transition: all 0.3s ease;
}

.testimonial-indicator.active {
  background: #0b66cc;

  transform: scale(1.2);
}

/* 新闻轮播部分 */

/*.news-section {*/
/*  padding: 80px 5%;*/

/*  max-width: 1200px;*/

/*  margin: 0 auto;*/
/*}*/

.news-header {
  text-align: center;

  margin-bottom: 40px;
}

.news-title {
  font-size: 3rem;

  color: #222;

  font-weight: 900;

  margin-bottom: 15px;

  font-family: var(--font-family);
}

.news-subtitle {
  color: #666;

  font-size: 1.1rem;

  max-width: 600px;

  margin: 0 auto;
}

.news-carousel-container {
  position: relative;

  overflow: hidden;

  margin: 0 auto;

  max-width: 1200px;

  margin-top: 4rem;
}

.news-track {
  display: flex;

  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  padding: 10px 0;
}

.news-slide {
  flex: 0 0 50%;

  padding: 0 15px;

  min-width: 0;

  transition: transform 0.3s ease;
}

.news-card {
  background: white;

  border-radius: 12px;

  overflow: hidden;

  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */

  transition: all 0.3s ease;

  height: 100%;

  display: flex;

  flex-direction: column;

  position: relative;

  text-decoration: none;
}

.news-card:hover {
  transform: translateY(-5px);

  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12); */
}

/*.news-image {*/
/*  width: 100%;*/

/*  height: 200px;*/

/*  background-size: cover;*/

/*  background-position: center;*/

/*  text-decoration: none;*/
/*}*/

.news-content {
  padding: 25px;

  flex-grow: 1;

  display: flex;

  flex-direction: column;
}

.news-date {
  color: #0b66cc;

  font-size: 0.9rem;

  font-weight: 600;

  margin-bottom: 10px;

  display: flex;

  align-items: center;
}

.news-date::before {
  content: "•";

  margin-right: 8px;

  color: #fad02c;
}

.news-heading {
  width: 180%;

  font-size: 1.5rem;

  color: #222;

  margin-bottom: 15px;

  line-height: 1.4;
}

.news-text {
  color: #555;

  line-height: 1.6;

  margin-bottom: 20px;

  flex-grow: 1;
}

.news-footer {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding-top: 15px;

  border-top: 1px solid #eee;
}

.news-category {
  color: #0b66cc;

  font-size: 0.9rem;

  font-weight: 500;
}

.read-more {
  display: flex;

  align-items: center;

  gap: 5px;

  color: #222;

  font-weight: 500;

  text-decoration: none;

  transition: all 0.3s ease;
}

.read-more:hover {
  color: #0b66cc;

  gap: 8px;
}

.news-nav {
  display: block;

  justify-content: center;

  gap: 15px;

  margin-top: 30px;

  width: 50%;
}

.news-btn {
  width: 50px;

  height: 50px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.15);

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  transition: all 0.3s ease;

  border: 1px solid #bfbfbf;
}

.news-btn:hover {
  background: #fad02c;

  transform: translateY(-2px);
}

.news-indicators {
  display: flex;

  justify-content: center;

  gap: 10px;

  margin-top: 25px;

  visibility: hidden;
}

.news-indicator {
  width: 12px;

  height: 12px;

  border-radius: 50%;

  background: rgba(11, 102, 204, 0.3);

  cursor: pointer;

  transition: all 0.3s ease;
}

.news-indicator.active {
  background: #0b66cc;

  transform: scale(1.2);
}

/* 新增样式：解决方案卡片悬浮效果 */

.solution-card {
  position: relative;

  overflow: visible !important;

  transition: all 0.4s ease;
}

.box-noopen {
  display: none;

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  background: #fad02c;

  color: rgba(255, 255, 255, 0.9);

  padding: 20px;

  border-radius: 0 0 10px 10px;

  transform: translateY(100%);

  z-index: 10;

  font-size: 0.9rem;

  line-height: 1.5;

  transition: all 0.3s ease;

  text-align: left;
}

/* PC端悬浮效果 */

@media (hover: hover) and (pointer: fine) {
  .solution-card:hover .box-noopen {
    display: block;

    transform: translateY(0);

    opacity: 0.9;
  }

  .solution-card:hover {
    transform: translateY(-10px);

    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
  }
}

/* 移动端点击效果 */

.solution-card.active .box-noopen {
  display: block;

  transform: translateY(0);

  opacity: 0.9;
}

.solution-card.active {
  transform: translateY(-10px);

  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */

  z-index: 20;
}

/* 新闻卡片悬浮效果 */

.news-card-style {
  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  background: rgba(255, 255, 255, 0.95);

  padding: 15px 20px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  /*transform: translateY(100%);*/

  transition: transform 0.3s ease;

  z-index: 2;

  width: 70%;

  border-radius: 0px 12px 0px 0px;
}

.news-card:hover .news-card-style {
  transform: translateY(0);
}

.news-card-style span:first-child {
  font-weight: 500;
}

.news-card-style span:last-child {
  display: flex;

  align-items: center;

  gap: 5px;

  color: #222;

  font-weight: 500;
}

.news-card-style img {
  width: 20px;

  transition: transform 0.3s ease;
}

.news-card:hover .news-card-style img {
  transform: translateX(3px);
}

.news-card-style a {
  text-decoration: none;
  color: #888888;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
}

.news-card-style a span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #888888;
}

.news-footer-style span {
  cursor: pointer;

  padding: 5px 10px;

  border-radius: 4px;

  transition: all 0.3s ease;
}

.news-footer-style span.active,
.news-footer-style span:hover {
  color: #0b66cc;

  border-bottom: solid 2px;
  border-radius: 0;
}

.news-next-btn {
  width: 50px;

  height: 50px;

  border-radius: 50%;

  /*background: rgba(255, 255, 255, 0.15);*/

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  transition: all 0.3s ease;

  border: 1px solid #bfbfbf;

  background: #fad02c;
}

/*.news-next-btn:hover {*/
/*  background: #fad02c;*/

/*  transform: translateY(-3px);*/
/*}*/

.consult-btn {
  background: #fad02c;

  color: #222;

  border: none;

  padding: 15px 40px;

  border-radius: 30px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s ease;

  display: inline-flex;

  align-items: center;

  gap: 10px;

  text-decoration: none;
}

.consult-btn:hover {
  background: #e5ba0d;

  transform: translateY(-3px);

  /* box-shadow: 0 6px 20px rgba(250, 208, 44, 0.3); */
}

/* 响应式调整 - 优化移动端适配 */

/*@media (max-width: 1200px) {*/

/*  .pro-slide.active {*/
/*    width: 300px;*/

/*    height: 350px;*/
/*  }*/

/*  .pro-slide.prev {*/
/*    width: 300px;*/

/*    height: 350px;*/
/*  }*/

/*  .pro-slide.next {*/
/*    width: 300px;*/

/*    height: 350px;*/
/*  }*/

/*  .pro-slide.prev-2 {*/
/*    width: 300px;*/

/*    height: 350px;*/
/*  }*/

/*  .pro-slide.next-2 {*/
/*    width: 300px;*/

/*    height: 350px;*/
/*  }*/

/*  .testimonial-avatar {*/
/*    margin-bottom: 1.875rem;*/
/*  }*/

/*  .testimonials-title {*/
/*    margin-bottom: 0.9375rem;*/
/*  }*/

/*  .testimonial-author {*/
/*    margin-top: 1.25rem;*/
/*  }*/

/*  .ccarousel-nav2 {*/
/*    margin-left: 0;*/
/*  }*/
/*}*/

/*@media (max-width: 992px) {*/
/*  .pro-slide {*/
/*    width: 260px;*/

/*    height: 320px;*/
/*  }*/

/*  .solution-card {*/
/*    aspect-ratio: 4/5;*/
/*  }*/

/*  .carousel-title {*/
/*    font-size: 1.8rem;*/

/*    font-weight: 900;*/

/*    margin-bottom: 1.5rem;*/

/*    line-height: 1.2;*/

/*    height: auto;*/
/*  }*/

/*  .carousel-description {*/
/*    font-size: 1.1rem;*/

/*    max-width: 37.5rem;*/

/*    margin-bottom: 2rem;*/

/*    line-height: 1.6;*/

/*    width: auto;*/

/*    height: auto;*/

/*    margin-top: 0vw;*/
/*  }*/

/*  .btn {*/
/*    margin-top: 0vw;*/

/*    width: auto;*/
/*  }*/

/*  .learn-more-btn {*/
/*    position: relative;*/

/*    left: 0;*/
/*  }*/

/*  .carousel-title,*/
/*  .carousel-title2 {*/
/*    font-size: 2rem;*/
/*  }*/

/*  .solution-card h3 {*/
/*    font-size: 1.8rem;*/
/*  }*/

/*  .solution-card p {*/
/*    font-size: 0.95rem;*/
/*  }*/

/*  .about-watermark-container {*/
/*    height: 8rem;*/
/*  }*/

/*  .watermark-text {*/
/*    font-size: 8rem;*/
/*  }*/

/*  .testimonial-avatar {*/
/*    margin-bottom: 1.875rem;*/
/*  }*/

/*  .testimonials-title {*/
/*    margin-bottom: 0.9375rem;*/
/*  }*/

/*  .testimonial-author {*/
/*    margin-top: 1.25rem;*/
/*  }*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .carousel-slide {*/
/*    min-width: 100%;*/
/*  }*/

/*  .carousel {*/
/*    height: 450px;*/
/*  }*/

/*  .carousel-title {*/
/*    font-size: 1.8rem;*/

/*    height: auto;*/
/*  }*/

/*  .carousel-description {*/
/*    font-size: 1.1rem;*/

/*    height: auto;*/

/*    margin-top: 0;*/
/*  }*/

/*  .btn {*/
/*    margin-top: 0;*/
/*  }*/

/*  .learn-more-btn {*/
/*    left: 0;*/
/*  }*/

/*  .carousel-title2 {*/
/*    font-size: 1.8rem;*/
/*  }*/

/*  .solution-card {*/
/*    aspect-ratio: 1/1;*/

/*    padding: 20px;*/
/*  }*/

/*  .solution-card img {*/
/*    width: 60px;*/

/*    height: 60px;*/

/*    margin-bottom: 20px;*/
/*  }*/

/*  .solution-card h3 {*/
/*    font-size: 1.5rem;*/

/*    margin-bottom: 10px;*/
/*  }*/

/*  .solution-card p {*/
/*    font-size: 0.9rem;*/

/*    max-width: 250px;*/
/*  }*/

/*  .carousel-header {*/
/*    padding: 0 15px;*/
/*  }*/

/*  .text-group_2 {*/
/*    display: none;*/
/*  }*/

/*  .about-header {*/
/*    flex-direction: column;*/

/*    gap: 30px;*/
/*  }*/

/*  .about-title h2 {*/
/*    font-size: 2rem;*/
/*  }*/

/*  .about-title p {*/
/*    font-size: 1.1rem;*/
/*  }*/

/*  .about-watermark-container {*/
/*    height: 6rem;*/

/*    top: -15px;*/
/*  }*/

/*  .watermark-text {*/
/*    font-size: 6rem;*/
/*  }*/

/*  .testimonials-container {*/
/*    padding: 0;*/
/*  }*/

/*  .testimonial-avatar {*/
/*    width: 100px;*/

/*    height: 100px;*/

/*    margin-bottom: 1.875rem;*/
/*  }*/

/*  .testimonial-quote {*/
/*    font-size: 1rem;*/

/*    padding: 0 15px;*/
/*  }*/

/*  .news-slide {*/
/*    flex: 0 0 100%;*/

/*    padding: 0 20px;*/
/*  }*/

/*  .news-title {*/
/*    font-size: 2rem;*/
/*  }*/

  /*.text_12 {*/
  /*  font-size: 1.8rem;*/
  /*}*/

/*  .pro-container {*/
/*    height: 350px;*/
/*  }*/

/*  .pro-slide {*/
/*    width: 180px;*/

/*    height: 240px;*/
/*  }*/

/*  .pro-slide.active {*/
/*    transform: translateX(-50%) scale(1);*/
/*  }*/

/*  .pro-slide.prev {*/
/*    transform: translateX(-100%) rotateY(20deg) scale(0.8);*/

/*    left: 30%;*/
/*  }*/

/*  .pro-slide.prev-2 {*/
/*    transform: translateX(-150%) rotateY(30deg) scale(0.7);*/

/*    left: 15%;*/
/*  }*/

/*  .pro-slide.next {*/
/*    transform: translateX(0%) rotateY(-20deg) scale(0.8);*/

/*    left: 70%;*/
/*  }*/

/*  .pro-slide.next-2 {*/
/*    transform: translateX(50%) rotateY(-30deg) scale(0.7);*/

/*    left: 85%;*/
/*  }*/

/*  .pro-slide.active {*/
    transition: opacity 0.8s ease, transform 0.8s ease; /* 移动端也增加过渡时间 */
/*  }*/

/*  .carousel-item {*/
/*    width: 30%;*/
/*  }*/

/*  .testimonial-item {*/
/*    width: 50%;*/
/*  }*/

/*  .kapian {*/
/*    display: none;*/
/*  }*/

/*  .testimonial-author {*/
/*    margin-top: 1.25rem;*/
/*  }*/
/*}*/

/* ============================================= */

/* 新增：testimonials-section 区域调整 */

/* ============================================= */

/* 评价项新布局 */

.testimonial-item {
  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

  padding: 30px;

  transition: all 0.3s ease;

  min-width: 100%;

  box-sizing: border-box;
}

/*@media (min-width: 768px) {*/
/*  .testimonial-item {*/
/*    flex-direction: row;*/

/*    align-items: center;*/

/*    text-align: left;*/
/*  }*/
/*}*/

/* 头像区域 */

.testimonial-avatar-container {
  flex-shrink: 0;

  margin-bottom: 20px;
}

/*@media (min-width: 768px) {*/
/*  .testimonial-avatar-container {*/
/*    margin-right: 40px;*/

/*    margin-bottom: 0;*/
/*  }*/
/*}*/

/* 内容区域 */

.quyu {
  flex: 1;

  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;
}

/*@media (min-width: 768px) {*/
/*  .quyu {*/
/*    align-items: flex-start;*/

/*    text-align: left;*/
/*  }*/
/*}*/

/* 底部控制区域 */

.testimonials-controls {
  display: flex;

  justify-content: space-between;

  align-items: center;

  flex-wrap: wrap;

  width: 100%;

  margin-top: 30px;
}

.testimonials-nav {
  order: 1;

  margin-top: 0;
}

.timeline {
  font-weight: 400;

  font-size: 30px;

  color: #222222;

  line-height: 24px;

  order: 2;

  margin: 0 20px;
}

.testimonials-consult {
  order: 3;

  margin-top: 0;
}

/*@media (max-width: 767px) {*/
/*  .testimonials-controls {*/
/*    flex-direction: column;*/

/*    gap: 20px;*/
/*  }*/

/*  .timeline {*/
/*    margin: 10px 0;*/
/*  }*/

/*  .testimonials-consult {*/
/*    width: 100%;*/
/*  }*/

/*  .consult-btn {*/
/*    width: 100%;*/

/*    justify-content: center;*/
/*  }*/
/*}*/

/* 新闻轮播部分 - 改造后的 section_9 */

.news-section {
  padding: 80px 0;

  /*max-width: 1300px;*/

  /*margin: 0 auto;*/

  display: block;

  margin: 0 15%;
}

.news-header {
  text-align: center;

  margin-bottom: 40px;
}

.news-title {
  font-size: 2.5rem;

  color: #222;

  font-weight: 900;

  margin-bottom: 15px;
}

.news-subtitle {
  color: #666;

  font-size: 1.1rem;

  max-width: 600px;

  margin: 0 auto;
}

/* 新闻导航区域优化 */

.news-nav {
  display: block;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 1.875rem;

  flex-wrap: wrap;

  gap: 20px;

  width: 50%;
}

.news-head-style {
  flex: 1;

  min-width: 300px;
}

.news-nav-buttons {
  display: flex;

  gap: 15px;
}

.news-footer-style {
  display: flex;

  gap: 25px;

  font-size: 1.1rem;

  font-weight: 600;

  color: #666;

  margin-left: auto;
}

/* 轮播容器优化 */

.news-carousel-container {
  position: relative;

  overflow: hidden;

  margin: 0 auto;

  max-width: 1200px;

  margin-top: 4.5rem;
}

.news-track {
  display: flex;

  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  padding: 10px 0;
}

.news-slide {
  flex: 0 0 50%;

  padding: 0 15px;

  min-width: 0;

  transition: transform 0.3s ease;
}

.news-card {
  background: white;

  border-radius: 60px 0px;

  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */

  transition: all 0.3s ease;

  height: 100%;

  display: flex;

  flex-direction: column;

  position: relative;
}

.news-card:hover {
  transform: translateY(-5px);

  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12); */
}

.news-image {
  width: 100%;

  height: 25.625rem;

  background-size: cover;

  background-position: center;

  position: relative;
}

.news-image span{
  position: relative;
  top: 88%;
  left: 5%;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 15px;
}

/*.news-next-btn-2 {*/
/*  padding-right: 0.5rem;*/
/*}*/

.carousel-box {
  margin-left: 15%;

  overflow: hidden;
}

/* 响应式调整 */

/*@media (max-width: 992px) {*/
/*  .news-slide {*/
/*    flex: 0 0 100%;*/
/*  }*/

/*  .news-nav {*/
/*    flex-direction: column;*/

/*    align-items: flex-start;*/
/*  }*/

/*  .news-footer-style {*/
/*    margin-left: 0;*/

/*    align-self: flex-end;*/
/*  }*/

/*  .carousel-box {*/
/*    margin-left: 0;*/

/*    overflow: visible;*/
/*  }*/

/*  .carousel-header {*/
/*    text-align: center;*/
/*  }*/

/*  .ccarousel-nav2 {*/
/*    margin-left: 0;*/
/*  }*/

/*  .carousel-header {*/
/*    display: flex;*/
/*  }*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .news-footer-style {*/
/*    gap: 15px;*/

/*    font-size: 1rem;*/
/*  }*/

/*  .carousel-box {*/
/*    margin-left: 0;*/

/*    overflow: visible;*/
/*  }*/

/*  .carousel-header {*/
/*    text-align: center;*/
/*  }*/

/*  .ccarousel-nav2 {*/
/*    margin-left: 0;*/
/*  }*/

/*  .carousel-header {*/
/*    display: flex;*/
/*  }*/
/*}*/

/*@media (max-width: 576px) {*/
/*  .news-btn {*/
/*    width: 45px;*/

/*    height: 45px;*/
/*  }*/

/*  .carousel-box {*/
/*    margin-left: 0;*/

/*    overflow: visible;*/
/*  }*/

/*  .carousel-header {*/
/*    text-align: center;*/
/*  }*/

/*  .ccarousel-nav2 {*/
/*    margin-left: 0;*/
/*  }*/

/*  .carousel-header {*/
/*    display: flex;*/
/*  }*/
/*}*/

/* 新增：新闻轮播区域布局优化 */

.news-content-container {
  display: flex;

  flex-wrap: wrap;

  gap: 30px;

  margin-top: 30px;
}

.news-left {
  flex: 1;

  min-width: 300px;

  padding: 20px;

  background: #f8f9fa;

  border-radius: 12px;
}

.news-right {
  flex: 0.94;

  min-width: 300px;

  flex-direction: column;

  justify-content: center;

  height: 100%;

  position: relative;

  overflow: hidden;

  border-radius: 12px;
}

.news-right .news-nav-buttons {
  position: absolute;

  right: 0;

  z-index: 10;

  margin-top: 0.5rem;
}

.news-right .news-track {
  padding: 0;

  height: 25.625rem;
}

.news-right .news-slide {
  flex: 0 0 100%;

  padding: 0;

  height: 100%;
}

.news-right .news-card {
  height: 100%;

  box-shadow: none;
}

.news-right .news-image {
  height: 25.625rem;

  text-decoration: none;
}

.news-footer-style {
  margin-top: 60px;

  justify-content: right;

  width: 100%;
}

/* 产品区域 - 3D轮播 */

.block_3 {
  position: relative;

  width: 100%;

  padding: 105px 0 119px 0;

  background: #f8f9fa;

  overflow: hidden;
}

/*.group_1 {*/
/*  text-align: center;*/

/*  margin-bottom: 20px;*/
/*}*/

/*.text_12 {*/
/*  font-size: 3rem;*/

/*  color: #222;*/

/*  font-weight: 900;*/

/*  margin-bottom: 10px;*/

/*  font-family: var(--font-family);*/
/*}*/

/*.text-wrapper_3 {*/
/*  max-width: 1113px;*/

/*  margin: 0 auto 30px;*/

/*  text-align: center;*/
/*}*/

/*.text_13 {*/
/*  color: #666;*/

/*  font-size: 1.1rem;*/

/*  line-height: 1.6;*/
/*}*/

/* Swiper容器 */

.pro-container {
  position: relative;

  width: 100%;

  height: 34rem;

  perspective: 62.5rem;

  overflow: visible;
}

.pro-wrapper {
  position: relative;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);

  transform-style: preserve-3d;
}

/* swiper默认的宽高和样式设置 */

.pro-slide {
  position: absolute;

  width: 300px;

  height: 350px;

  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* 增加过渡时间并使用平滑的缓动函数 */

  border-radius: 15px;

  overflow: hidden;

  transform-origin: center bottom;

  display: flex;

  align-items: flex-end;

  background-size: cover;

  background-position: center;

  transform-style: preserve-3d; /* 确保3D变换效果 */

  backface-visibility: hidden; /* 防止元素翻转时出现闪烁 */
}

/* 中间卡片样式 */

.pro-slide.active {
  transform: translateX(-50%) scale(1);

  z-index: 3;

  left: 50%;

  width: 37.1875rem;

  height: 33.125rem;
}

/* 左侧卡片样式 */

.pro-slide.prev {
  transform: translateX(-100%) rotateY(20deg) scale(0.85);

  z-index: 2;

  left: 35%;

  /* filter: brightness(0.85); */

  width: 23.5rem;

  height: 20.9375rem;
}

.pro-slide.prev-2 {
  transform: translateX(-150%) rotateY(30deg) scale(0.75);

  z-index: 1;

  left: 30%;

  /* filter: brightness(0.7); */

  /* opacity: 0.8; */

  height: 15.0625rem;
}

/* 右侧卡片样式 */

.pro-slide.next {
  transform: translateX(0%) rotateY(-20deg) scale(0.85);

  z-index: 2;

  left: 65%;

  /* filter: brightness(0.85); */

  width: 23.5rem;

  height: 20.9375rem;
}

.pro-slide.next-2 {
  transform: translateX(50%) rotateY(-30deg) scale(0.75);

  z-index: 1;

  left: 70%;

  /* filter: brightness(0.7); */

  /* opacity: 0.8; */

  height: 15.0625rem;
}

/* 隐藏的卡片 */

.pro-slide.hidden {
  opacity: 0;

  visibility: hidden;
}

/* 为所有状态添加一致的过渡效果 */

.pro-slide.active,
.pro-slide.prev,
.pro-slide.next,
.pro-slide.prev-2,
.pro-slide.next-2 {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 添加透视效果 */

.pro-container {
  position: relative;

  width: 100%;

  height: 34rem;

  perspective: 1200px; /* 增加透视深度 */

  overflow: visible;
}

/* 卡片内容 */

.slide-content1 {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));

  width: 100%;

  padding: 20px;

  color: white;

  z-index: 2;

  background: #fad02c;

  border-radius: 10px;

  opacity: 0.8;
}

.slide-content2 {
  /*background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));*/

  width: 100%;

  padding: 20px;

  color: white;

  z-index: 2;

  background: linear-gradient(to right, #0b66cc, transparent);

  /*border-radius: 10px;*/

  /*opacity: 0.95;*/

  cursor: pointer;

  text-decoration: none;
  transition: 0.3s;
}
/*.pro-slide:nth-of-type(even) .slide-content2{*/
/*    background: linear-gradient(to right, rgba(250,208,44,1), rgba(250,208,44,0.2));*/
/*}*/
  .pro-slide.prev .slide-content2,
  .pro-slide.next .slide-content2{
     background: linear-gradient(to right, rgba(250,208,44,1), rgba(250,208,44,0.2));
  }
/*.slide-content2:nth-child(odd) {*/
/*  order: 1;*/
/*  background: #0b66cc;*/
/*}*/

/*.slide-content2:nth-child(even) {*/
/*  order: 2;*/
/*  background: #fad02c;*/
/*}*/

.slide-title {
  font-size: 24px;

  font-weight: 700;

  margin-bottom: 5px;
}

.slide-description {
  font-size: 14px;

  opacity: 0.9;
}

/* 导航按钮 */

.swiper-nav {
  display: none;

  justify-content: center;

  gap: 20px;

  margin-top: -55px;
}

.swiper-button {
  width: 50px;

  height: 50px;

  border-radius: 50%;

  background: rgba(11, 102, 204, 0.1);

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  transition: all 0.3s ease;

  border: 1px solid rgba(11, 102, 204, 0.3);

  font-size: 1.2rem;

  color: #0b66cc;
}

.swiper-button:hover {
  background: rgba(11, 102, 204, 0.2);

  transform: translateY(-3px);
}

/* 分页指示器 */

.pro-pagination {
  display: flex;

  justify-content: center;

  gap: 10px;

  margin-top: 20px;
}

.pro-pagination-bullet {
  width: 20px;

  height: 8px;

  border-radius: 0.25rem;

  background: rgba(11, 102, 204, 0.3);

  cursor: pointer;

  transition: all 0.3s ease;
}

.pro-pagination-bullet.active {
  background: #0b66cc;

  transform: scale(1.2);
}

.arrow-style {
  width: 1.25rem;
}

/* 移动端优化样式 */

/*@media (max-width: 768px) {*/
/*  .pro-container {*/
/*    height: 350px;*/

/*    perspective: none;*/
/*  }*/

/*  .pro-slide {*/
/*    width: 100% !important;*/

/*    height: 300px;*/

/*    transform: none !important;*/

/*    left: 0 !important;*/

/*    opacity: 1 !important;*/

/*    filter: none !important;*/

/*    position: relative;*/

/*    transition: opacity 0.5s ease;*/

/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
/*  }*/

/*  .pro-slide:not(.active) {*/
/*    display: none;*/
/*  }*/

/*  .pro-slide.active {*/
/*    display: flex;*/

/*    transform: translateX(0) !important;*/

/*    width: 90% !important;*/

/*    height: 300px;*/

/*    margin: 0 auto;*/
/*  }*/
/*  .pro-wrapper {*/
/*    transform: none !important;*/
/*  }*/

  /*.text_12 {*/
  /*  font-size: 2rem;*/
  /*}*/

/*  .slide-content1,*/
/*  .slide-content2 {*/
/*    opacity: 0.9;*/

/*    padding: 15px;*/
/*  }*/

/*  .slide-title {*/
/*    font-size: 20px;*/
/*  }*/
/*}*/

/* 响应式调整 */

/*@media (max-width: 992px) {*/
/*  .pro-slide.active {*/
/*    width: 300px;*/

/*    height: 350px;*/
/*  }*/

/*  .pro-slide.prev {*/
/*    width: 300px;*/

/*    height: 350px;*/
/*  }*/

/*  .pro-slide.next {*/
/*    width: 300px;*/

/*    height: 350px;*/
/*  }*/

/*  .pro-slide.prev-2 {*/
/*    width: 300px;*/

/*    height: 350px;*/
/*  }*/

/*  .pro-slide.next-2 {*/
/*    width: 300px;*/

/*    height: 350px;*/
/*  }*/
/*}*/

/*@media (max-width: 576px) {*/
/*  .pro-container {*/
/*    height: 300px;*/
/*  }*/

/*  .pro-slide.active {*/
/*    height: 250px;*/
/*  }*/
/*}*/

@media only screen and (max-width:1560px) {
    .text_12{
        font-size: 38px;
    }
    .text-wrapper_3{
        margin: 22px auto 42px;
    }
    .pro-container{
        width: 70%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 960px) {
    .block_3{
        padding: 60px 4%;
        width: calc(100%);
    }
    .text_12{
        font-size: 20px;
    }
    .text_13{
        font-size: 14px;
        line-height: 18px;
    }
    .text-wrapper_3{
        margin: 10px auto 0;
        max-width: 100%;
        width: 100%;
    }
    .pro-slide{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .pro-slide.prev-2,
    .pro-slide.prev,
    .pro-slide.next-2,
    .pro-slide.next{
        height: 100%;
        width: 100%;
    }
    .pro-slide.active{
        width: 100%;
        height: 100%;
    }
    .pro-container{
        width: 80%;
        height: 280px;
        margin: 30px auto 0;
    }
    .bannerImg{
        object-fit: cover;
    }
    .pro-pagination-bullet{
        width: 16px;
        height: 5px;
    }
    .slide-content2{
        padding: 15px 10px;
    }
    .slide-title{
        font-size: 16px;
    }
    .partners-section{
        padding: 60px 0;
    }
    .partners-container{
        margin: 35px auto 0;
    }
    .partners-scroll{
        animation: scroll 30s linear infinite;
    }
    .partner-logo{
        height: 70px;
        margin: 0 20px;
    }
}