  .BusinessText {
  background: url(/static/assets/images/mainBusinessBackImg1.png) no-repeat;
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.BusinessText .ENText {
  font-size: 36px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 60px;
}
.BusinessText .CHText {
  font-size: 40px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.BusinessText .ENText,
.BusinessText .CHText {
  opacity: 0;
  transform: translateY(20px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.BusinessText .ENText {
  animation: fadeInUp 1s forwards;
}

.BusinessText .CHText {
  animation: fadeInUp 1s forwards 0.5s; /* 加入延迟让中文文本稍后显示 */
}
.BusinessMain {
  background: #f5f7f9;
}
.BusinessMain .BusinessPage .EnterpriseA {
  position: relative;

  width: 100px;
  height: 80px;
  /* background: red; */
  margin: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
}
.BusinessMain .BusinessPage {
  width: 100%;
  height: 93px;
  display: flex;
  background: #f5f7f9;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e3e3e3;
}
.BusinessMain .BusinessPage > div {
  position: relative;

  width: 90px;
  height: 80px;
  /* background: red; */
  margin: 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.BusinessMain .BusinessPage > div .image {
  width: 32px;
  height: 34px;
  margin-bottom: 10px;
}
.BusinessMain .BusinessPage > div .image img {
  width: 100%;
  height: 100%;
}
.BusinessMain .BusinessPage > div .text {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}
/* .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #016d3b;
  bottom: -15px;
  transform: translate(-50%, 0);
} */
.BusinessTop {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 20px 0 60px 0;
}

.BusinessMain .introduce {
  width: 1300px;
  margin: 0 auto 60px;
  background: #fff;
}
.BusinessMain .introduce .officialwebsite {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 0 30px 0;
}
.BusinessMain .introduce .officialwebsite .text {
  font-size: 36px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
}
.BusinessMain .introduce .officialwebsite .website {
  width: 117px;
  height: 40px;
  background: #016d3b;
  border-radius: 27px 27px 27px 27px;
  border: 1px solid #dee2eb;
  cursor: pointer;
  text-align: center;
  color: #fff !important;
  line-height: 40px;
  margin: 0 25px;
}
.BusinessMain .introduce .officialwebsite .segmentation {
  width: 650px;
  height: 6px;
  background: linear-gradient(90deg, #016d3b 0%, #ffffff 100%);
  border-radius: 0px 0px 0px 0px;
}

.BusinessMain .introduce .introduceContent {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #848ea1;
  line-height: 32px;
}
.BusinessMain .seriesToggle {
  width: 1300px;
  background: #f5f7f9;
  margin: 50px 0;
  margin: 0 auto 50px;
}
.BusinessMain .seriesToggle .seriesButtons {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 35px 0;
}
.BusinessMain .seriesToggle .seriesButtons > a {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #848ea1 !important;
  width: 250px;
  height: 70px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
  cursor: pointer;
  text-align: center;
}

.BusinessMain .seriesToggle .seriesButtons .seriesActive {
  color: #dee2eb !important;
  background: #016d3b;
}
.BusinessMain .seriesToggle .seriesItems {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
}
.BusinessMain .seriesToggle .seriesItems .seriesItem {
  width: 630px;
  /* height: 45.3704vh; */
  background: #ffffff;
  /* margin: 30px 0; */
  transition: all 0.3s ease;
}
.BusinessMain .seriesToggle .seriesItems .seriesItem:hover {
  transform: scale(1.1);
  z-index: 1;
}

.BusinessMain .seriesToggle .seriesItems.hoverEffect .seriesItem:not(:hover) {
  opacity: 0.7;
}
.BusinessMain .seriesToggle .seriesItems .seriesItem .seriesImage {
  width: 630px;
  height: 360px;
}
.BusinessMain .seriesToggle .seriesItems .seriesItem .seriesImage img {
  width: 100%;
  height: 100%;
}
.BusinessMain .seriesToggle .seriesItems .seriesItem .seriesText {
  height: 130px;
  /* width: 100%; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.BusinessMain
  .seriesToggle
  .seriesItems
  .seriesItem
  .seriesText
  .seriesContent {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.BusinessMain
  .seriesToggle
  .seriesItems
  .seriesItem
  .seriesText
  .seriesContent
  .seriesTitle {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #444a67;
  width: 400px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.BusinessMain
  .seriesToggle
  .seriesItems
  .seriesItem
  .seriesText
  .seriesContent
  .DetailsBtn {
  width: 104px;
  text-align: center;
  height: 32px;
  background: #016d3b;
  border-radius: 23px 23px 23px 23px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.BusinessMain
  .seriesToggle
  .seriesItems
  .seriesItem
  .seriesText
  .seriesContent
  .DetailsBtn
  .nextImg {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.BusinessMain
  .seriesToggle
  .seriesItems
  .seriesItem
  .seriesText
  .seriesContent
  .DetailsBtn
  .nextImg
  img {
  width: 100%;
  height: 100%;
}
.BusinessMain
  .seriesToggle
  .seriesItems
  .seriesItem
  .seriesText
  .seriesDescription {
  width: 85%;
  font-size: 17px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #949eb2;
  margin-top: 15px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listDetails {
  width: 1300px;
  margin: 40px auto;
  /* display: none; */
}
.listDetails .DetailsTop {
  display: flex;
  justify-content: space-between;
}
.listDetails .DetailsTop .productImg {
  width: 735px;
  height: 420px;
  background: #e3f6eb;
}
.listDetails .DetailsTop .productImg img {
  width: 100%;
  height: 100%;
}
.listDetails .DetailsTop .DetailsContent {
  width: 552px;
  height: 420px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.listDetails .DetailsTop .DetailsContent .DetailsText {
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #383838;
  height: 200px;
}
.listDetails .DetailsTop .DetailsContent .DetailsSmallText {
  font-size: 17px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}

.listDetails .DetailsTop .DetailsContent .SwitchingProducts {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.listDetails .DetailsTop .DetailsContent .SwitchingProducts .detailsPrevious,
.listDetails .DetailsTop .DetailsContent .SwitchingProducts .nextPrevious {
  width: 245px;
  height: 58px;
  background: #f3f3f3;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
}
.listDetails .productDetails {
  padding: 45px;
  background: #ffffff;
  position: relative;
}
.listDetails .productDetails .producText {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #016d3b;
}
.listDetails .productDetails .producText::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background: #016d3b;
  margin-top: 10px;
}
