.team_1 {
  width: 100%;
}
.show-item-mian {
  display: flex;
  justify-content: flex-start;
  margin-top: 104px;
  padding-bottom: 104px;
}
.show-item-mian .item-main-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  width: 0;
  color: #333;
  margin-right: 76px;
}
.show-item-mian .item-main-box-img {
  width: 63px;
  height: 63px;
  margin-right: 20px;
}
.show-item-mian .item-main-box:last-child {
  margin-right: 0;
}
.show-item-mian .item-main-box-title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding-top: 7px;
}
.show-item-mian .item-main-box-dec {
  padding-top: 14px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  font-family: PingFang SC;
  font-weight: 300;
  color: #666;
}
.team_2 {
  padding-top: 116px;
  padding-bottom: 117px;
  width: 100%;
  overflow: hidden;
}
.team_2 .transform-title {
  padding-bottom: 72px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
.team_2 .transfrom-list-box {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
}
.team_2 .transfrom-list-box-item {
  margin-right: 30px;
  padding-top: 63px;
  padding-bottom: 53px;
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background: #383c46;
  border-radius: 5px;
}
.team_2 .transfrom-list-box-item h1 {
  color: #fff;
}
.team_2 .transfrom-list-box-item * {
  font-size: 16px;
}
.team_2 .transfrom-list-box-item .item-main-box-img {
  width: 37px;
  height: 37px;
}
.team_2 .transfrom-list-box-item .item-main-box-title {
  margin-top: 18px;
}
.team_2 .transfrom-list-box-item .item-main-box-content-dec {
  padding-left: 10px;
  position: relative;
  margin-top: 16px;
}
.team_2 .transfrom-list-box-item .item-main-box-content-dec:first-child {
  margin-top: 30px;
}
.team_2 .transfrom-list-box-item .item-main-box-content-dec:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.header {
  text-align: center;
  padding-top: 79px;
}
.header-title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: #333;
  line-height: 1;
}
.team_3 .header-dec {
  font-size: 18px;
  font-weight: 300;
  color: #666;
  line-height: 1;
  margin-top: 17px;
}
.team_3 .show-item-body {
  margin-top: 62px;
  display: flex;
  align-items: flex-start;
  gap: 58px;
  justify-content: space-between;
}
.team_3 .show-item-body .item-img {
  flex: 1;
  width: 656px;
  height: 354px;
}
.team_3 .show-item-body .text-box {
  flex: 1;
  padding-left: 40px;
}
.team_3 .show-item-body .text-box .text-item {
  padding-bottom: 39px;
  position: relative;
}
.team_3 .show-item-body .text-box .text-item:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  border: 5px solid #eaeaea;
  top: 5px;
  left: -30px;
}
.team_3 .show-item-body .text-box .text-item-title {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  margin: 0;
  margin-bottom: 9px;
}
.team_3 .show-item-body .text-box .text-item-title-color {
  color: #386fe7;
  font-size: 22px;
}
.team_3 .show-item-body .text-box .text-item-dec {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
}
.team_4 .show-item-mian {
  display: flex;
  justify-content: space-around;
  margin-top: 56px;
  padding-bottom: 56px;
}
.team_4 .show-item-mian .item-main-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  width: 0;
  color: #333;
}
.team_4 .show-item-mian .item-main-box-img {
  width: 93px;
  height: 102px;
}
.team_4 .show-item-mian .item-main-box-title {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding-top: 7px;
}
.team_4 .show-item-mian .item-main-box-dec {
  padding-top: 14px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  max-width: 180px;
  text-align: center;
}
.top_info_fix > ul > li:nth-child(1) > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 999;
  background: #45a6f7;
}
