/*
* set color variable
*/
/*
* set img variable
*/
.about-content {
  background: #F7F9FC; }
  .about-content .about-banner {
    padding-top: 140px;
    width: 100%;
    height: 500px;
    background: url("https://img9.aijiuku.com/minorities/public/images/about/about_banner.jpg") no-repeat center top;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 80px; }
    .about-content .about-banner .tit {
      margin-bottom: 20px;
      font-size: 48px;
      font-weight: bold; }
    .about-content .about-banner .desc {
      margin-bottom: 40px;
      font-size: 24px; }
    .about-content .about-banner .btn {
      display: block;
      width: 240px;
      height: 50px;
      line-height: 50px;
      margin: 0 auto;
      -webkit-border-radius: 40px;
      border-radius: 40px;
      font-size: 16px;
      font-weight: 500;
      background: -webkit-gradient(linear, right top, left top, from(#11AA2B), to(#009AE1));
      background: -webkit-linear-gradient(right, #11AA2B 0%, #009AE1 100%);
      background: -o-linear-gradient(right, #11AA2B 0%, #009AE1 100%);
      background: linear-gradient(270deg, #11AA2B 0%, #009AE1 100%);
      color: #fff;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .about-content .about-banner .btn:hover {
        width: 300px; }
  .about-content .about-introduction {
    margin-bottom: 50px; }
    .about-content .about-introduction .introduction-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .about-content .about-introduction .introduction-box .introduction-left {
        width: 660px; }
        .about-content .about-introduction .introduction-box .introduction-left .tit {
          margin-bottom: 10px;
          font-size: 36px;
          font-weight: bold;
          color: #222; }
        .about-content .about-introduction .introduction-box .introduction-left .desc {
          min-height: 100px;
          margin-bottom: 30px;
          line-height: 28px;
          font-size: 18px;
          font-weight: bold;
          color: #222;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
        .about-content .about-introduction .introduction-box .introduction-left .product {
          font-size: 14px;
          line-height: 24px;
          color: #61646F; }
      .about-content .about-introduction .introduction-box .introduction-right {
        width: 650px; }
  .about-content .about-service {
    margin-bottom: 40px; }
    .about-content .about-service .hd {
      font-size: 36px;
      font-weight: bold;
      color: #222;
      text-align: center;
      margin-bottom: 30px; }
    .about-content .about-service .bd {
      width: 1400px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .about-content .about-service .bd .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: -webkit-gradient(linear, left top, right top, from(#F3F7FF), to(#EAF2FF));
        background: -webkit-linear-gradient(left, #F3F7FF 0%, #EAF2FF 100%);
        background: -o-linear-gradient(left, #F3F7FF 0%, #EAF2FF 100%);
        background: linear-gradient(90deg, #F3F7FF 0%, #EAF2FF 100%);
        padding: 20px 40px 20px 20px;
        min-height: 230px; }
        .about-content .about-service .bd .item .icon {
          width: 80px;
          height: 80px;
          margin-right: 10px; }
        .about-content .about-service .bd .item .icon-a {
          background: url("https://img9.aijiuku.com/minorities/public/images/about/about_icon01.png") no-repeat; }
        .about-content .about-service .bd .item .icon-b {
          background: url("https://img9.aijiuku.com/minorities/public/images/about/about_icon02.png") no-repeat; }
        .about-content .about-service .bd .item .icon-c {
          background: url("https://img9.aijiuku.com/minorities/public/images/about/about_icon03.png") no-repeat; }
        .about-content .about-service .bd .item .icon-d {
          background: url("https://img9.aijiuku.com/minorities/public/images/about/about_icon04.png") no-repeat; }
        .about-content .about-service .bd .item .info {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding-top: 10px; }
          .about-content .about-service .bd .item .info .tit {
            font-size: 24px;
            line-height: 30px;
            font-weight: bold;
            color: #222;
            margin-bottom: 10px; }
          .about-content .about-service .bd .item .info .desc {
            font-size: 14px;
            line-height: 24px;
            color: #61646F; }
  .about-content .customer-num {
    width: 100%;
    height: 600px;
    padding-top: 90px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url("https://img9.aijiuku.com/minorities/public/images/about/about_customer_bg.jpg") no-repeat center top;
    margin-bottom: 50px;
    color: #fff; }
    .about-content .customer-num .tit {
      margin-bottom: 30px;
      font-size: 36px;
      font-weight: bold; }
    .about-content .customer-num .desc {
      margin-bottom: 30px;
      font-size: 16px;
      font-weight: 500; }
    .about-content .customer-num .num {
      font-size: 150px;
      font-weight: bold; }
  .about-content .customer-voice {
    margin-bottom: 50px; }
    .about-content .customer-voice .hd {
      text-align: center; }
      .about-content .customer-voice .hd .tit {
        margin-bottom: 10px;
        font-size: 36px;
        font-weight: bold;
        color: #222; }
      .about-content .customer-voice .hd .desc {
        margin-bottom: 30px;
        line-height: 26px;
        font-size: 16px;
        font-weight: 500;
        color: #61646F; }
    .about-content .customer-voice .bd {
      width: 100%;
      margin: 0 auto;
      overflow: hidden; }
      .about-content .customer-voice .bd .tempWrap {
        margin: 0 auto; }
      .about-content .customer-voice .bd .bd-item {
        width: 100%;
        margin-bottom: 10px !important; }
        .about-content .customer-voice .bd .bd-item .item {
          padding: 20px 10px;
          width: 460px;
          height: 124px;
          -webkit-border-radius: 12px;
          border-radius: 12px;
          margin-right: 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background: #fff; }
          .about-content .customer-voice .bd .bd-item .item .tit {
            margin-bottom: 10px;
            height: 60px;
            font-size: 14px;
            color: #61646F; }
          .about-content .customer-voice .bd .bd-item .item .info {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .about-content .customer-voice .bd .bd-item .item .info .avatar {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              font-size: 14px;
              font-weight: 500;
              color: #222; }
              .about-content .customer-voice .bd .bd-item .item .info .avatar .img {
                width: 24px;
                height: 24px;
                margin-right: 10px;
                -webkit-border-radius: 50%;
                border-radius: 50%; }
            .about-content .customer-voice .bd .bd-item .item .info .date {
              font-size: 14px;
              color: #61646F; }
