body {
  background-image: url('../../images/submenu/05/bg.png');
  background-size: 1920px 760px;
}
body img {
  display: inline;
}
#header-container {
  border-bottom: 0px solid rgba(51, 51, 51, 0.1);
}
#main-content {
  background-color: #F6F6F6;
}
.banner-section {
  position: relative;
  width: 100%;
  height: 269px !important;
  overflow: hidden;
}
.banner-section .banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center -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: 1560px;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box {
  width: 100%;
  color: #fff;
  border-radius: 4px;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: space-around;
  align-items: center;
  height: 169px;
  font-weight: 400;
  font-size: 22px;
  color: #37373C;
  text-align: center;
}
.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 {
  display: inline-block;
  font-weight: bold;
  font-size: 34px;
  color: #000;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .search-container {
  width: 630px;
  height: 50px;
  display: flex;
  justify-content: center;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .search-container input {
  width: calc(100% - 86px);
  height: 50px;
  background-color: #fff;
  outline: none;
  border-width: 0px;
}
.banner-section .banner-slider .banner-item .banner-content-wrapper .banner-text-box .search-container span {
  width: 86px;
  height: 50px;
  background: #E02C35;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: 20px;
  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;
}
.article-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.article-section .article-container {
  width: 1350px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  display: flex;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #0D0D0D;
  line-height: 38px;
}
.article-section .article-container .title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 36px;
  color: #333333;
  line-height: 91px;
  text-align: center;
}
.article-section .article-container .sub-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 26px;
  color: #626060;
  line-height: 29px;
  text-align: center;
}
.article-section .article-container .content-box {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #0D0D0D;
  line-height: 38px;
}
.article-section .article-container .content-box img {
  margin: 0 auto;
}
/* 产品与解决方案 */
.news-section {
  background: #F6F6F6;
}
.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;
  transition: all 0.3s;
}
.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: 100%;
  height: 180px;
  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;
}
.news-section .news-content .news-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.news-section .news-content .news-meta .news-link {
  color: #eb551d;
  /* 橙色 */
  text-decoration: none;
}
