.customer-manage {
    margin-top: 60px;
  }
  
  .banner-box {
    position: relative;
  }
  
  .manage-banner {
    display: block;
    width: 100%;
  }
  
  .block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 36px;
  }
  
  .banner-en-txt {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .banner-btitle {
    margin-bottom: 30px;
  }
  
  .banner-stitle {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 38px;
  }

  /* 图文 */
  .en-box {
    width: 100%;
    padding-top: 116px;
    padding-bottom: 106px;
  }

  .en-pic {
      width: 534px;
      height: 376px;
      box-shadow:0px 1px 15px 0px rgba(182,182,193,0.4);
  }


  .lf {
      float: left;
  }

  .rt {
      float: right;
  }

  .en-inner {
      width: 1200px;
      margin: 0 auto;
      overflow: hidden;
      padding-left: 44px;
      padding-right: 44px;
  }

  .en-left {
      width: 50%;
  }

  .en-right {
      width: 50%;
      padding-top: 68px;
  }

  .en-btitle {
      color: #111111;
      font-size: 28px;
      padding-bottom: 45px;
  }

  .en-stitle {
      color: #666666;
      font-size: 18px;
      line-height: 30px;
  }