﻿.team {
  margin: 68px 0 266px;
}
.team .team-member {
  display: flex;
}
.team .team-member .member-left {
  width: 845px;
  flex-shrink: 0;
  margin-right: 14px;
}
.team .team-member .member-left .team-title {
  padding: 0 15px 19px 13px;
  position: relative;
  font-weight: bold;
  font-size: 36px;
  color: #181818;
  background: url(../images/team-title.png) no-repeat left bottom/100% 39px;
  display: inline-block;
  margin-bottom: 37px;
}
.team .team-member .member-left .team-title:after {
  content: "";
  width: 54px;
  height: 54px;
  background: url(../images/team_1.png) no-repeat;
  position: absolute;
  right: -76px;
  top: 50%;
  transform: translateY(-50%);
}
.team .team-member .member-left .member-info {
  display: flex;
  position: relative;
  transition: all ease 0.3s;
}
.team .team-member .member-left .member-info:hover {
  transform: translateY(-10px);
}
.team .team-member .member-left .member-info:hover img {
  transform: scale(1.1);
}
.team .team-member .member-left .member-info .member-img {
  width: 295px;
  height: 324px;
  flex-shrink: 0;
  overflow: hidden;
}
.team .team-member .member-left .member-info .member-img img {
  width: 100%;
  transition: all ease 0.3s;
  height: 100%;
  object-fit: cover;
}
.team .team-member .member-left .member-info .member-detail {
  background: url(../images/team_2.png) no-repeat;
  background-size: 100% 100%;
  padding: 40px 18px 0 50px;
}
.team .team-member .member-left .member-info .member-detail .member-people {
  display: flex;
  align-items: flex-end;
  margin-bottom: 28px;
}
.team .team-member .member-left .member-info .member-detail .member-people .member-name {
  font-weight: bold;
  font-size: 24px;
  color: #181818;
}
.team .team-member .member-left .member-info .member-detail .member-people .member-duty {
  font-weight: bold;
  font-size: 18px;
  color: #0068B7;
  margin-left: 12px;
}
.team .team-member .member-left .member-info .member-detail .member-content {
  font-size: 18px;
  color: #181818;
  line-height: 24px;
}
.team .team-member .member-right {
  background: url(../images/team_3.png) center center/100% 100%;
  padding: 50px 32px 0 40px;
  position: relative;
  color: #FFFFFF;
}
.team .team-member .member-right:before {
  content: "";
  position: absolute;
  width: 83px;
  height: 68px;
  background: url(../images/team_4.png) no-repeat;
  right: 21px;
  top: -23px;
}
.team .team-member .member-right .member-title {
  font-weight: bold;
  font-size: 26px;
}
.team .team-member .member-right .member-item {
  padding: 33px 0 28px;
}
.team .team-member .member-right .member-item + .member-item {
  border-top: 1px solid #FFFFFF;
}
.team .team-member .member-right .member-item .member-tips {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 20px;
}
.team .team-member .member-right .member-item .member-content {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
}
.team .team-list {
  padding-top: 30px;
  box-sizing: content-box;
  display: flex;
  gap: 29px 81px;
  flex-wrap: wrap;
}
.team .team-list.team-list-small .team-item {
  height: 235px;
}
.team .team-list .team-item {
  position: relative;
  transition: all ease 0.3s;
  overflow: hidden;
  height: 235px;
}
.team .team-list .team-item:hover {
  transform: translateY(-6px);
}
.team .team-list .team-item:hover img {
  transform: scale(1.1);
}
.team .team-list .team-item .team-name {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 91px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  padding: 109px 0 0 16px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.63));
}
.team .team-list .team-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.team .team-subTitle {
  display: flex;
  width: 276px;
  height: 74px;
  background: url(../images/team_5.png) no-repeat;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  margin: 60px 0 42px;
}
.team .team-list1 {
  display: flex;
  flex-wrap: wrap;
  gap: 41px;
}
.team .team-list1 .team-item {
  width: 432px;
}
.team .team-list1 .team-item img {
  width: 100%;
}
.team .team-imgList {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 88px;
}
.team .team-imgList .team-imgItem {
  flex: 1;
  background: url(../images/team_7.png) no-repeat center center/cover;
  height: 403px;
  padding: 40px 33px 0;
  color: #FFFFFF;
}
.team .team-imgList .team-imgItem .team-tips {
  display: flex;
  gap: 17px;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  align-items: flex-start;
}
.team .team-imgList .team-imgItem .team-content {
  margin-top: 20px;
  line-height: 24px;
}
.team .team-imgList .team-imgItem .desc {
  padding: 24px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #FFFFFF;
}
.team .team-imgList .team-imgItem .desc .desc-item.w100 {
  width: 100%;
}
.team .team-imgList .team-imgItem .desc .desc-item .desc-label {
  font-weight: bold;
}
.team .team-imgList .team-img {
  width: 628px;
  flex-shrink: 0;
}
.team .team-imgList .team-img img {
  width: 100%;
}

/*# sourceMappingURL=child.css.map */