.GroupContent {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 50px;
  align-items: flex-start;
}
.GroupContent .GroupTitle_one {
  font-family: AlimamaShuHeiTi;
  font-style: normal;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 100px 0 80px;
}
.GroupContent .GroupTitle {
  font-family: AlimamaShuHeiTi;
  font-style: normal;
  text-align: center;
}
.GroupContent .GroupTitle div:first-child {
  font-size: 30px;
  letter-spacing: 1px;
}
.GroupContent .GroupTitle div:last-child {
  margin-top: -35px;
  font-weight: bold;
  font-size: 44px;
  color: rgba(9, 146, 90, 0.1);
  line-height: 62px;
  letter-spacing: 1px;
}
.GroupContent .leftTab {
  width: 257px;
  height: 1103px;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  margin-right: 22px;
  padding-top: 40px;
}
.GroupContent .leftTab .leftTab-links {
  list-style: none;
  padding: 0;
}
.GroupContent .leftTab .leftTab-links li a {
  padding-left: 24px;
  height: 60px;
  line-height: 60px;
  width: 233px;
  font-size: 18px;
  color: #2B2B2B;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.GroupContent .leftTab .leftTab-links li.leftTabActive a,
.GroupContent .leftTab .leftTab-links li a:hover {
  background: rgba(0, 196, 116, 0.07);
  border-left: 1px solid #09925A;
  color: #09925A;
}
.GroupContent .rightContent {
  width: 936px;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 107px 0;
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  line-height: 36px;
  text-align: justify;
}
.GroupContent .rightContent .aboutUsText {
  margin-top: 37px;
}
.GroupContent .rightContent .aboutUsText .trait {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #09925A;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 3px;
  margin-top: 20px;
}
.GroupContent .rightContent .aboutUsText .trait div {
  margin-bottom: 20px;
}
.GroupContent .rightContent .aboutUsText .trait .extrude {
  color: #ADD034;
  font-size: 26px;
  font-weight: bold;
}
.GroupContent .rightContent .aboutUsText img {
  width: 100%;
  height: 406px;
  margin-top: 56px;
  margin-bottom: 44px;
}
.GroupContent .rightContent .culture {
  width: 100%;
  display: flex;
}
.GroupContent .rightContent .culture .cultureItem {
  margin-bottom: 30px;
}
.GroupContent .rightContent .culture .cultureTitle {
  font-weight: 600;
  font-size: 26px;
  color: #09925A;
  line-height: 37px;
  margin-bottom: 18px;
}
.GroupContent .rightContent .cultureImg {
  width: 100%;
  height: 451px;
  margin-top: 40px;
}
.GroupContent .rightContent .team {
  margin-bottom: 100px;
}
.GroupContent .rightContent .certificationText {
  margin-top: 46px;
}
.GroupContent .rightContent .certification_1,
.GroupContent .rightContent .certification_2,
.GroupContent .rightContent .certification_3 {
  width: 100%;
}
.GroupContent .rightContent .certification_1 {
  height: 242px;
  margin-bottom: 46px;
  margin-top: 34px;
}
.GroupContent .rightContent .certification_2 {
  height: 520px;
  margin-bottom: 17px;
}
.GroupContent .rightContent .certification_3 {
  height: 392px;
}
.GroupContent .rightContent #section4 {
  padding-top: 60px;
  width: 100%;
}
.GroupContent .rightContent #section4 .container {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.GroupContent .rightContent #section4 .time-scroller {
  width: 175px;
  text-align: center;
}
.GroupContent .rightContent #section4 .time-scroller .scrollerIcon {
  width: 23px;
  height: 21px;
  cursor: pointer;
}
.GroupContent .rightContent #section4 .time-scroller .time-list {
  cursor: pointer;
  overflow: hidden;
  height: 326px;
}
.GroupContent .rightContent #section4 .time-scroller .time-list .timeItem {
  margin-bottom: 18px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 70px;
  color: #D3D3D3;
  line-height: 98px;
  letter-spacing: 2px;
}
.GroupContent .rightContent #section4 .time-scroller .time-list .timeItemActive {
  color: #09925A;
}
.GroupContent .rightContent #section4 .milestones {
  width: 100%;
  height: 406px;
  margin-left: 47px;
  overflow-y: auto;
}
.GroupContent .rightContent #section4 .milestones li {
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 10px;
}
.GroupContent .rightContent #section4 .milestones li .milestoneTime {
  font-weight: 500;
  font-size: 18px;
  color: #09925A;
  margin-right: 30px;
}
.GroupContent .rightContent #section4 .milestones li .milestoneinfo {
  font-weight: 500;
  font-size: 18px;
  color: #6A6A6A;
}
.GroupContent .rightContent #section4 .milestones li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #09925A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
}
.GroupContent .rightContent #section5 {
  padding-top: 130px;
}
.GroupContent .rightContent #section5 .projectImg {
  width: 100%;
  height: 530px;
  margin-bottom: 74px;
}
