  .technologyText {
  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;
}
.technologyText .ENText {
  font-size: 36px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
      margin-top: 60px;
}
.technologyText .CHText {
  font-size: 40px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.technologyText .ENText,
.technologyText .CHText {
  opacity: 0;
  transform: translateY(20px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.technologyText .ENText {
  animation: fadeInUp 1s forwards;
}

.technologyText .CHText {
  animation: fadeInUp 1s forwards 0.5s; /* 加入延迟让中文文本稍后显示 */
}
.technologyMain {
  background: #f5f7f9;
}
.technologyMain .technologyPage {
  width: 100%;
  height: 93px;
  display: flex;
  background: #f5f7f9;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E3E3E3;
}
.technologyMain .technologyPage .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;
}
.technologyMain .technologyPage > 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;
}
.technologyMain .technologyPage > div .image {
  width: 46px;
  height: 41px;
  margin-bottom: 10px;
}
.technologyMain .technologyPage > div .image img {
  width: 100%;
  height: 100%;
}
.technologyMain .technologyPage > 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: -13px;
} */

.technologyMain .introduce {
  width: 1300px;
  margin: 0 auto 60px;
  background: #fff;
}
.technologyMain .technologyContent {
  margin: 0 auto;
}
.technologyMain .technologyContent .technologyResearch {
  width: 1300px;

  margin: 40px auto 135px;
}
.technologyMain .technologyContent .technologyResearch .img1 {
  width: 100%;
  height: 360px;
}
.technologyMain .technologyContent .technologyResearch .img1 img {
  width: 100%;
  height: 100%;
}
.technologyMain .technologyContent .technologyResearch .technologytext {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #383838;
  line-height: 34px;
  margin: 70px 0;
}
.technologyMain .technologyContent .technologyResearch .technologytext p {
  margin: 30px 0;
}
.technologyMain .technologyContent .technologyResearch .img2 {
  height: 367px;
  width: 100%;
}
.technologyMain .technologyContent .technologyResearch .img2 img {
  width: 100%;
  height: 100%;
}
.technologyMain .technologyInnovate {
  width: 100%;
  background: #fff;
  margin-top: 40px;
}
.technologyMain .technologyInnovate .headerTitle {
  width: 1300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #1c1c1c;
  line-height: 31px;
  background: #fff;
  padding: 50px 0;
  margin: 0 auto;
}
.technologyMain .technologyInnovate .technologyListItem {
  background: #f5f7f9;
  padding-top: 50px;
  padding-bottom: 95px;
  width: 1300px;
  margin: 0 auto;
}
.technologyMain .technologyInnovate .technologyListItem .items {
  width: 1300px;
  margin: 0 auto;
  background: #f5f7f9;
}
.technologyMain .technologyInnovate .technologyListItem .items .itemTop {
  background: url(/static/assets/images/technologyItemBackImg1.png) no-repeat;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 55px;
  height: 130px;
}
.technologyMain
  .technologyInnovate
  .technologyListItem
  .items
  .itemTop
  .topTitle {
  width: 150px;
  font-size: 50px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
  margin-left: 10px;
  border-right: 1px solid #016D3B;
}
.technologyMain
  .technologyInnovate
  .technologyListItem
  .items
  .itemTop
  .topText {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #383838;
  line-height: 24px;
  width: 762px;
  margin-left: 33px;
}
.technologyMain .technologyInnovate .technologyListItem .items .itemContent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 55px 0;
}
.technologyMain
  .technologyInnovate
  .technologyListItem
  .items
  .itemContent
  .itemImg {
  width: 548px; /* (50 / 1920) * 100 */
  height: 327px /* (30 / 1920) * 100 */
}
.technologyMain
  .technologyInnovate
  .technologyListItem
  .items
  .itemContent
  .itemImg
  img {
  width: 100%;
  height: 100%;
}
.technologyMain
  .technologyInnovate
  .technologyListItem
  .items
  .itemContent
  .itemText {
  width: 682px;
}
.technologyMain
  .technologyInnovate
  .technologyListItem
  .items
  .itemContent
  .itemText
  .caseText {
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #016d3b;
  line-height: 41px;

  display: flex;
  align-items: center;
}
.technologyMain
  .technologyInnovate
  .technologyListItem
  .items
  .itemContent
  .itemText
  .caseContent {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #383838;
  line-height: 40px;
}
.technologyMain .technologyContent .technologyAchievement .btns {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  margin-top:30px;
}
.technologyMain .technologyContent .technologyAchievement .btns .btnItems {
  width: 136px;
  height: 44px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #383838;

  text-align: center;
  line-height: 44px;

  border: 1px solid #c4cbdb;
  margin: 0 10px;
}
.technologyMain
  .technologyContent
  .technologyAchievement
  .btns
  .btnItems.active {
  background: #016d3b;
  color: #fff !important;
}
.technologyMain .technologyContent .technologyAchievement .achievementItems {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 60px 0;
}
.technologyMain
  .technologyContent
  .technologyAchievement
  .achievementItems
  .achievementItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.technologyMain
  .technologyContent
  .technologyAchievement
  .achievementItems
  .itemImage {
  position: relative;

  width: 280px;
  height: 394px;
  background: #016d3b;
  text-align: center;
  padding: 10px;
}
.technologyMain
  .technologyContent
  .technologyAchievement
  .achievementItems
  .itemImage
  img {
  width: 100%;
  height: 100%;
}
.technologyMain
  .technologyContent
  .technologyAchievement
  .achievementItems
  .itemImage:hover
  .itemDescription {
  opacity: 0.84;
}
.technologyMain
  .technologyContent
  .technologyAchievement
  .achievementItems
  .itemImage
  .itemDescription {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #016d3b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.technologyMain
  .technologyContent
  .technologyAchievement
  .achievementItems
  .itemText {
  width: 262px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #383838;
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
}