body {
  background-image: url(../../images/banner/08.jpg);
  background-size: 1920px 401px;
}
#header-container {
  border-bottom: 0px solid rgba(51, 51, 51, 0.1);
}
.banner-section {
  position: relative;
  width: 100%;
  height: 271px !important;
  overflow: hidden;
}
.banner-section .banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: left -130px;
  background-repeat: no-repeat;
}
.banner-section .banner-slider .banner-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1550px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box {
  width: 100%;
  border-radius: 4px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 33px;
  justify-content: flex-start;
  height: 100%;
  font-weight: 400;
  font-size: 22px;
  color: #37373C;
  line-height: 36px;
  padding-top: 35px;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box p {
  font-size: 21px;
  line-height: 30px;
  text-align: justify;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .top-title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 43px;
  color: #0044B5;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .center-title {
  width: 100%;
  height: 43px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 43px;
  color: #0044B5;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .button-group {
  display: flex;
  gap: 25px;
  justify-content: flex-start;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .button-group a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 56px;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 400;
  font-size: 21px;
  color: #0077F1;
  cursor: pointer;
  transition: color 0s;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .button-group a:hover {
  color: #fff;
  background-color: #3E72FF;
}
.banner-section .banner-slider .banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}
.banner-section .banner-slider .banner-item .active {
  opacity: 1;
  z-index: 10;
}
/* 核心业务/产品展示 - 修改为三列卡片 */
.services-section {
  background: #f9f9f9;
}
.services-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.service-card {
  flex: 1;
  background: #fff;
  border-radius: 0;
  /* 直角 */
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: left;
  /* 左对齐 */
  padding-bottom: 0;
  position: relative;
  height: 300px;
  /* 固定高度 */
}
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.service-card:hover img {
  transform: scale(1.05);
}
.service-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  color: #fff;
}
.service-overlay h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
.service-overlay p {
  font-size: 12px;
  color: #ddd;
  padding: 0;
}
/* 合作伙伴 - 调整样式 */
.partners-section {
  padding: 40px 0;
  background: #fff;
}
.partners-section .section-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.partners-grid {
  gap: 30px;
  display: flex;
  justify-content: space-between;
}
.partner-logo {
  width: 331px;
  height: 57px;
  filter: none;
  /* 取消灰度，按设计图来 */
  opacity: 1;
}
/* 产品与解决方案 */
.news-section {
  background: #fff;
}
.news-section .section-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.news-section .news-card {
  flex: 1;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  width: 422px;
  height: 500px;
}
.news-section .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.news-section .news-card img {
  width: 422px;
  height: 243px;
  object-fit: cover;
}
.news-section .news-content {
  padding: 15px;
}
.news-section .news-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.4;
  height: 44px;
  /* 两行高度 */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  line-height: 31px;
}
.news-section .news-content .news-detail {
  font-weight: 400;
  font-size: 19px;
  color: #999999;
  line-height: 27px;
}
.news-section .news-content .news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  margin-top: 35px;
  font-weight: 400;
  font-size: 18px;
  color: #3E72FF;
  line-height: 31px;
}
.news-section .news-content .news-meta .news-link {
  color: #3E72FF;
  text-decoration: none;
}
.text-img-section {
  background: #fff;
}
.text-img-section .section-title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0;
  color: #1E6BFD;
  line-height: 44px;
  background: linear-gradient(0deg, #E0A908 28.95507813%, #FFB500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-img-section .swiper {
  width: 100%;
  height: auto;
}
.text-img-section .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
