  .zhongdeGroup {
  background: url(/static/assets/images/zhongdeGroup.png) no-repeat;
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;

}
.zhongdeGroup .ENText {
  font-size: 36px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #ffffff;
      margin-top: 60px;
}
.zhongdeGroup .CHText {
  font-size: 40px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.zhongdeGroup .ENText,
.zhongdeGroup .CHText {
  opacity: 0;
  transform: translateY(20px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.zhongdeGroup .ENText {
  animation: fadeInUp 1s forwards;
}

.zhongdeGroup .CHText {
  animation: fadeInUp 1s forwards 0.5s; /* 加入延迟让中文文本稍后显示 */
}
.groupOverview {
  width: 1300px;
  margin-top: 20px;
  margin: 40px auto 0px;
  opacity: 0;
}
.groupOverview .group-text {
}
.groupOverview .group-text .ENText {
  font-size: 36px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #e5e5e5;
}
.groupOverview .group-text .CHText {
  font-size: 34px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
}
.groupOverview .group-Content {
  background: #fff;
  padding: 45px;
  margin-top: 30px;
}
.groupOverview .group-Content .content-top {
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 60px;
}
.groupOverview .group-Content .content-top .top-item {
  text-align: center;
}
.groupOverview .group-Content .content-top .top-item .top-nums {
  font-size: 66px;
  font-family: DINPro-Regular, DINPro;
  font-weight: 400;
  color: #016d3b;
}
.groupOverview .group-Content .content-top .top-item .top-text {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  line-height: 33px;
}
.groupOverview .group-Content .content-center .group-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 45px;
}

.groupOverview .group-Content .content-center .group-images .group1,
.groupOverview .group-Content .content-center .group-images .group2 {
  width: 585px;
  height: 300px;
}

.groupOverview .group-Content .content-center .group-images .group1 img,
.groupOverview .group-Content .content-center .group-images .group2 img {
  width: 100%;
  height: 100%;
}
.groupOverview .group-Content .group-writing p {
  text-indent: 2em;
  margin: 20px 0;
  line-height: 30px;
}

.GroupLayout {
  height: 530px;
  width: 100%;
  display: flex;
  margin-top: 205px;
  background-image: linear-gradient(to right, #e5e5e5, #fff);
  opacity: 0;
}
.GroupLayout .map {
  position: relative;
  width: 55%;
  height: 100%;
  /* background-color: #e5e5e5; */
}
.GroupLayout .map .mapImg {
  position: absolute;
  height: 692px;
  width: 100%;
  top: -85px;
  left: 42px;
}
.GroupLayout .map .mapImg img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.GroupLayout .marketingNetwork {
  width: 45%;
  height: 100%;

  /* background-color: #fff; */
}

.GroupLayout .marketingNetwork .network-content {
  margin: 85px 60px;
}
.GroupLayout .marketingNetwork .network-content .network-border {
  border: 1px solid #e5e5e5;
  margin: 35px 0;
}

.GroupLayout .marketingNetwork .network-content .network-text .networkENText {
  font-size: 36px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #9c9c9c;
  text-transform: capitalize;
}

.GroupLayout .marketingNetwork .network-content .network-text .networkCHText {
  font-size: 34px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
}
.GroupLayout .marketingNetwork .network-content .network-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
}

.GroupLayout .marketingNetwork .network-content .network-box > div {
  width: 45%;
  height: 102px;
  background: #eff8f4;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #016d3b;
  margin: 7.5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.GroupLayout
  .marketingNetwork
  .network-content
  .network-box
  > div
  .network-number {
  font-size: 40px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #016d3b;
}

.GroupLayout
  .marketingNetwork
  .network-content
  .network-box
  > div
  .network-number
  span {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}

.GroupLayout
  .marketingNetwork
  .network-content
  .network-box
  > div
  .network-hanzi {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
}
.group-swiper .groupContainer swiper-slide .image {
  width: 100%;
  height: 270px;
}
.group-swiper .groupContainer swiper-slide .image img {
  width: 100%;
  height: 100%;
}
.group-swiper {
  position: relative;
  opacity: 0;
}
.group-swiper .swiper-text {
  display: flex;
  align-items: center;
  width: 1300px;
  justify-content: space-between;
  margin: 150px auto 67px;
}
.group-swiper .groupContainer {
  --swiper-theme-color: #b60014;
  --swiper-pagination-bullet-inactive-color: #e5e5e5;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.group-swiper .Manufacturing {
  display: flex;
  flex-direction: column;
}
.group-swiper .Manufacturing .ManufacturingEN {
  font-size: 36px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;

  color: #e5e5e5;
}
.group-swiper .Manufacturing .ManufacturingCH {
  font-size: 34px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
}
.group-swiper .right-text {
  font-size: 34px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #383838;
}
.group-swiper .swiper-button-prev-group {
  position: absolute;
  bottom: -2px;
  left: 45%;
  transform: translate(-90px, 0px);
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 9;
}
.group-swiper .swiper-button-prev-group img {
  width: 100%;
  height: 100%;
}
.group-swiper .swiper-button-next-group {
  position: absolute;
  bottom: -2px;
  right: 45%;
  transform: translate(90px, 0px);
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 9;
}
.group-swiper .swiper-button-next-group img {
  width: 100%;
  height: 100%;
}
.group-swiper .groupContainer img {
  width: 100%;
  height: 100%;
}
.MonitoringForce {
  background: url(/static/assets/images/monitoringForceBack1.png) no-repeat;
  height: 830px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 145px;
  position: relative;
  opacity: 0;
  background-size: cover;
}
.MonitoringForce .images {
  width: 892px;
  height: 575px;
}

.MonitoringForce .images img {
  width: 100%;
  height: 100%;
  transform: scale(1);

  transition: all 0.5s ease;
}
.MonitoringForce .images:hover img {
  transform: scale(1.1);
}

.MonitoringForce .MonitoringForce-Content {
  width: 385px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 75px;
}
.MonitoringForce .MonitoringForce-Content .MonitoringForce-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.MonitoringForce
  .MonitoringForce-Content
  .MonitoringForce-text
  .MonitoringForceEN {
  font-size: 36px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #e5e5e5;
}

.MonitoringForce
  .MonitoringForce-Content
  .MonitoringForce-text
  .MonitoringForceCH {
  font-size: 34px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
}
.MonitoringForce .MonitoringForce-Content .MonitoringForceBorder {
  width: 369px;

  border-radius: 0px 0px 0px 0px;
  border: 1px solid #e5e5e5;
  margin: 15px 0;
}

.MonitoringForce .MonitoringForce-Content .MonitoringForcehanzi1 {
  font-size: 40px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #383838;
}
.MonitoringForce .MonitoringForce-Content .MonitoringForcehanzi {
  margin-top: 25px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
line-height: 30px;
text-align: end;
}
.BrandArchitectureBox {
  background: #f5f7f9;
}
.BrandArchitecture {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 0;

  width: 1300px;
  margin: 0 auto;
  padding: 118px 0 128px;
}
.BrandArchitecture .BrandArchitecture-content {
  width: 590px;
  margin-right: 195px;
  display: flex;
  flex-direction: column;
}

.BrandArchitecture
  .BrandArchitecture-content
  .BrandArchitecture-text
  .BrandArchitectureEN {
  font-size: 36px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #e5e5e5;
}

.BrandArchitecture
  .BrandArchitecture-content
  .BrandArchitecture-text
  .BrandArchitectureCH {
  font-size: 34px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
}

.BrandArchitecture .BrandArchitecture-content .BrandArchitectureBorder {
  width: 369px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #e5e5e5;
  margin: 30px 0;
}

.BrandArchitecture .BrandArchitecture-content .BrandArchitecturehanzi {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  line-height: 26px;
}
.BrandArchitecture .images {
  width: 595px;
  /* height: 45.83vh; */
}

.BrandArchitecture .images img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.BrandArchitecture .images:hover img {
  transform: scale(1.1);
}
.zhongdeBorder {
  height: 2px;
  background: #ececec;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.Leaderboard {
  background: url(/static/assets/images/brandAndValuesBack1.png) no-repeat;
  /* height: 600px; */
  opacity: 0;
  background-size: cover;

}
.Leaderboard .LeaderboardText {
  margin: 0 auto;
  background: #f5f7f9;
}
.Leaderboard .LeaderboardText .LeaderboardEN {
  font-size: 34px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #e5e5e5;
  width: 1300px;
  margin: 0 auto 10px;
}
.Leaderboard .LeaderboardText .LeaderboardCH {
  font-size: 34px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
  width: 1300px;
  margin: 0 auto 10px;
}
.Leaderboard .cost {
  width: 1300px;
  margin: 112px auto 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Leaderboard .cost .costMoney {
  text-align: center;
}
.Leaderboard .cost .costMoney .costCH {
  font-size: 32px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
}
.Leaderboard .cost .costMoney .costEN {
  font-size: 37px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;

  color: #4B4B4B;
  margin-top: 10px;
}
.Leaderboard .cost .costBorder {
  width: 1300px;
  height: 0px;
  opacity: 1;
  border: 1px solid #e1e1e1;
  margin: 30px 0 45px;
}
.Leaderboard .cost .costMedal {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Leaderboard .cost .costMedal .medalText {
  font-size: 34px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
  margin-bottom: 30px;
}

.Leaderboard .cost .costMedal .medalItems {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
.Leaderboard .cost .costMedal .medalItems .medalItem {
  transform: scale(0.5);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}

.Leaderboard .cost .costMedal .medalItems .medalItem.show {
  transform: scale(1);
  opacity: 1;
}
.Leaderboard .cost .costMedal .medalItems > div {
  width: 173px;
  height: 173px;
  position: relative;
}
.Leaderboard .cost .costMedal .medalItems > div img {
  width: 100%;
  height: 100%;
}
.Leaderboard .cost .costMedal .medalItems > div .trophy {
  position: absolute;
  width: 53%;
  position: absolute;
  top: 45%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -55%);
}

.Leaderboard .cost .costMedal .medalItems > div .trophy .trophyName {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #707070;
}
.Leaderboard .cost .costMedal .medalItems > div .trophy .noun {
  font-size: 35px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #b79e79;
}
.triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 35px solid transparent; /* 左侧边长的一半 */
  border-right: 35px solid transparent; /* 右侧边长的一半 */
  border-bottom: 28px solid #016d3b; /* 底边 */
  margin-bottom: -60px;
}

.groupBorder {
  width: 1920px;
  height: 0px;
  opacity: 1;
  border: 1px solid #e3e3e3;
}

