.clientcases-banner {
  width: 100%;
  min-width: 1200px;
  height: 361px;
  background: #02C687; }
  .clientcases-banner .banner-content {
    max-width: 1200px;
    margin: 0 auto;
    background: url(../images/clientcases/banner_anlie.png) no-repeat right bottom;
    background-size: 100%;
    height: 100%;
    position: relative; }

.cases-content {
  width: 1200px;
  margin: 0 auto; }
  .cases-content .module-title {
    font-size: 34px;
    color: #333;
    line-height: 48px;
    margin: 109px 0 60px;
    text-align: center; }
  .cases-content .more-list {
    display: none; }
  .cases-content .speak-list-item {
    padding: 20px 50px;
    background: white;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border-radius: 10px; }
    .cases-content .speak-list-item.stripe-even {
      flex-direction: row-reverse; }
      .cases-content .speak-list-item.stripe-even .client-info {
        margin: 0 0 0 54px; }
    .cases-content .speak-list-item .client-info {
      color: #333;
      text-align: center;
      font-size: 14px;
      margin: 0 54px 0 0; }
      .cases-content .speak-list-item .client-info .info-pic {
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 10px; }
      .cases-content .speak-list-item .client-info .info-school {
        display: block;
        font-size: 18px;
        line-height: 25px; }
    .cases-content .speak-list-item .client-speak {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      flex: 1;
      position: relative;
      padding-right: 21px;
      padding-left: 40px; }
      .cases-content .speak-list-item .client-speak::before, .cases-content .speak-list-item .client-speak::after {
        content: '';
        width: 18px;
        height: 15px;
        position: absolute; }
      .cases-content .speak-list-item .client-speak::before {
        background: url(../images/index/icon_colon1.png) no-repeat;
        background-size: 100%;
        top: -22px;
        left: 0; }
      .cases-content .speak-list-item .client-speak::after {
        background: url(../images/index/icon_colon2.png) no-repeat;
        background-size: 100%;
        right: 0;
        bottom: -17px; }
  .cases-content .more-client {
    color: #999;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer; }
    .cases-content .more-client::after {
      content: "";
      width: 17px;
      height: 10px;
      display: inline-block;
      background: url(../images/clientcases/icon_unfold.png) no-repeat;
      background-size: 100%;
      margin-left: 8px; }
  .cases-content .client-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px; }
    .cases-content .client-list li {
      width: 160px;
      height: 75px;
      background: #D8D8D8;
      margin: 0 48px 40px 0; }
      .cases-content .client-list li.mg-0 {
        margin-right: 0; }
      .cases-content .client-list li img {
        width: 100%;
        height: 100%; }
