.banner-content {
  width: 100%;
  position: absolute;
  top: 110px;
}
.banner-content ul {
  width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.banner-content ul li {
  width: 120px;
  border-right: 1px solid #eeeeee;
}
.banner-content ul li:last-child {
  border: none;
}
.section {
  width: 100%;
}
.section .section-content .successCase-content {
  display: none;
}
.section .section-content .successCase-content ul .out-list {
  border-bottom: 1px solid #eee;
}
.section .section-content .successCase-content ul .outList-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px;
}
.section .section-content .successCase-content ul .outList-content .left-box {
  width: 495px;
}
.section .section-content .successCase-content ul .outList-content .left-box .innerList {
  padding-top: 20px;
}
.section .section-content .successCase-content ul .outList-content .left-box .innerList li {
  display: flex;
  padding: 10px 0;
  flex-direction: row;
  align-items: center;
}
.section .section-content .show {
  display: block;
}
