.case-banner-box {
  width: 100%;
  margin-top: -70px;
}
.container-box li {
  margin-top: 3%;
  padding-bottom: 3%;
}
.container-box li .name {
  color: #000000;
  font-size: 35px;
  line-height: 80px;
  border-bottom: 2px solid #01AEF0;
  width: 100%;
  text-align: center;
}
.container-box li .text {
  margin: 2% 0;
  font-size: 20px;
  color: #000000;
  text-indent: 2em;
  text-align: justify;
}
.container-box li .tit {
  display: flex;
  align-items: center;
}
.container-box li .tit i {
  width: 6px;
  height: 33px;
  background: #02AEEF;
  display: inline-block;
  margin-right: 10px;
}
.container-box li .tit span {
  width: 175px;
  height: 33px;
  background: #FFFFFF;
  border: 1px solid #02AEEF;
  padding-left: 20px;
  line-height: 33px;
  font-size: 18px;
  color: #000000;
  display: inline-block;
}
.container-box li .img {
  width: 100%;
  margin-top: 2%;
}
.container-box li .img img {
  width: 100%;
  height: 100%;
}
