.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%);
}

.timg {
  display: flex;
  align-items: center;
}
.akd-pzfw {
    width:1200px;
    margin:0 auto;
}
.timg img {
  width: 100%;
  /* height: 100%; */
  margin-bottom: 35px;
}
.a1img {
  width: 100%;

  margin-bottom: 45px;
  margin-top: 10px;
}
.icon {
  margin-top: 10px;
  width: 100%;
}
.sj {
  margin: 198px 2px 0 2px;
}

.lineimg {
  margin: -46px 5px 0 5px;
}

.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;
}

.serviceNav {
  width: 100%;
  overflow: hidden;
  position: relative;
  list-style: none;
  padding: 10px 0;
  margin-bottom: 20px;
}

.serviceNav li {
  float: left;
  width: calc(25% - 45px);
  line-height: 2.5;
  font-weight: 600;
  border-bottom: 4px solid #ccc;
  margin-right: 60px;
  font-size: 22px;
  color: #999;
  cursor: pointer;
}
.serviceNav li.active {
  color: #e4752d;
}
.serviceNav li:last-child {
  margin-right: 0;
}
.serviceNav i {
  width: calc(25% - 45px);
  position: absolute;
  bottom: 10px;
  height: 4px;
  background: #e4752d;
  transition: all cubic-bezier(0.32, 0.84, 0.26, 1.2) 1.2s;
}
.swiper-slide {
  padding: 10px 0 20px;
  height: fit-content !important;
  overflow: hidden;
}
.swiper-slide > p {
  text-align: right;
  font-size: 13px;
  line-height: 3;
  color: #999;
  margin-bottom: 0;
}
.swiper-slide .textcontainer {
  float: left;
  width: 48%;
  font-size: 13px;
  color: #333;
}

.swiper-slide .textcontainer h2 {
  line-height: 3.5;
  font-size: 22px;
  text-indent: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #bb3126;
}
.swiper-slide .textcontainer ul {
  list-style: none;
  margin-bottom: 25px;
  padding-left: 15px;
}
.swiper-slide .textcontainer p {
  padding-left: 15px;
  line-height: 1.5;
}
.swiper-slide .textcontainer ul li {
  line-height: 1.5;
}
.swiper-slide .textcontainer ul li.child {
  text-indent: 5px;
}
.swiper-slide .textcontainer h2 span {
  color: #bb3126;
}
.swiper-slide .textcontainer h2 img {
  float: left;
  width: 15%;
  margin-left: 10px;
}
.swiper-slide > img {
  float: right;
  width: 50%;
}
