.about .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    margin: auto;
    background-image: url(../image/bg/openapi_bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
  }
  .about .top h2 {
    width: 1100px;
    /* margin: auto; */
    /* padding-top: 94px; */
    font-size: 49px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 96px;
    letter-spacing: 1px;
  }
  
  .about .company-culture {
    padding-top: 60px;
    padding-bottom: 60px;
    display:flex;width:1100px;margin:auto;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  
  .item{
    width: 289px;height: 340px;
    margin-bottom: 40px;
    background: linear-gradient(180deg, #F9F9F9 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 12px 5px rgba(221,225,236,0.53);
    border-radius: 46px;padding:20px 24px;display: flex;align-items:center;flex-direction: column;justify-content:space-between;
  }
  .item .bottom-content{
    text-align: center;line-height:25px;
  }
  .item .content{
    font-size: 14px;color: #424242;text-align: left;
  }
  .item .title{
    margin-top:28px;font-weight:500;font-size: 18px;text-align: center;margin-bottom: 11px;
  }
  .item .more{
    color:#0074FF;font-size: 14px;display: flex;align-items:center;
  }
  .item .more .text{
    margin-right: 5px;
    cursor: pointer;
  }
  .item .more .text:hover,.item .more .text:visited {
    color:#337ab7
  }