.service-case-wrap {
  width: 100%;
  overflow: hidden;
}
.banner-wrap {
  position: relative;
}
.banner-wrap img.bg {
  width: 100%;
  z-index: 1;
}
.banner-wrap .container-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.banner-wrap .container-wrap .title {
  font-size: 80px;
  font-family: 'FontquanXinYiGuanHeiTi';
}
.banner-wrap .container-wrap .summary {
  padding-top: 10px;
  font-size: 30px;
}
.data-list {
  background-color: #F2ECEC;
}
.data-list .container-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 36px;
}
.data-list .container-wrap .list {
  margin-top: 36px;
  padding: 10px;
  border: 1px solid #C2BABA;
  border-radius: 5px;
  background-color: #fff;
  width: calc(calc(100% - 72px - 66px) / 3);
}
.data-list .container-wrap .list:not(:nth-child(3n)) {
  margin-right: 36px;
}
.data-list .container-wrap .list .thumb {
  height: 197px;
}
.data-list .container-wrap .list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.data-list .container-wrap .list .title {
  color: #000;
  font-size: 14px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.data-list .container-wrap .list .summary {
  color: #6E6D6D;
  font-size: 12px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.7;
  height: 3.4em;
  word-wrap: break-word;
  margin: 10px 0;
}
.data-list .container-wrap .list .more a {
  color: #8C81EF;
  font-size: 14px;
}
.data-details {
  background-color: #F2ECEC;
  padding: 36px 0;
}
.data-details .container-wrap {
  display: flex;
  align-items: self-start;
}
.data-details .left-item {
  width: 835px;
  margin-right: 32px;
  background-color: #fff;
  padding: 20px;
}
.data-details .left-item .title {
  color: #000;
  font-size: 30px;
}
.data-details .left-item .content {
  margin-top: 20px;
}
.data-details .left-item .content * {
  font-size: 16px;
  line-height: 1.7;
}
.data-details .right-item {
  width: calc(100% - 875px - 32px - 40px);
  background-color: #fff;
  padding: 20px;
}
.data-details .right-item .top-title {
  color: #000;
  font-size: 30px;
}
.data-details .right-item .list {
  margin-top: 20px;
}
.data-details .right-item .list .pic {
  height: 165px;
}
.data-details .right-item .list .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.data-details .right-item .list .title {
  font-size: 14px;
  color: #000;
  padding-top: 10px;
}
