.banner {
  padding: 38px 0;
}
.akd-service .banner img {
  width: 100%;
  height: fit-content;
}

.imgTitle {
  width: 642px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  background: linear-gradient(
    89.97deg,
    rgba(172, 189, 233, 0.15) 2.43%,
    rgba(172, 189, 233, 0.15) 63.94%,
    rgba(172, 189, 233, 0.0075) 95.96%
  );
  padding: 8px 16px;
  margin-bottom: 24px;
  position: relative;
}

.imgTitle::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 4px;
  left: 16px;
  bottom: 12px;
  background: linear-gradient(127.63deg, rgb(241, 120, 34) 1.414%, rgba(241, 120, 34, 0.2) 49.151%);
}

.bigitem {
  background: #f2f2f2;
  padding: 32px 0 15px 0;
}

.bigitem .teamContainer {
  overflow: hidden;
}
.bigitem .teamContainer div {
  width: calc(100% / 4 - 15px);
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.bigitem .teamContainer div:nth-child(4n + 0) {
  margin-right: 0;
  margin-bottom: 0px;
}
.bigitem .teamContainer div > img {
  width: 100%;

  object-fit: cover;
}

.bigitem .timg {
  overflow: hidden;
}
.bigitem .timg div {
  width: calc(100% / 3 - 15px);
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.bigitem .timg div:nth-child(3n + 0) {
  margin-right: 0;
}
.bigitem .timg div > img {
  width: 100%;
  object-fit: cover;
}

.imbox img {
  width: 100%;
  margin-bottom: 18px;
}
