
  .aboutUs p {
    font-size: 0.18rem;
    text-align: justify;
    line-height: 0.42rem;
    margin-bottom: 0.3rem;
    color: #3e3a39;
  }
  .aboutUs .partOne {
    padding: 0 0.3rem 0.4rem;
  }
    .aboutUs .partOne .subTitle1 {
      margin: .4rem 0 .5rem;
      font-size: .3rem;
      color: #105fa8;
      font-weight: 700;
      text-align: left;
    }
    .aboutUs .partOne .oneContent{
      display:flex;
      justify-content:space-between;
    }
    .aboutUs .partOne h4 {
      font-size: 0.38rem;
      color: #105fa8;
      font-weight: lighter;
      text-align: left;
      line-height: 0.6rem;
    }

    .aboutUs .partOne .oneContent .introText {
      width:48%;
      padding-top: 0.3rem;
    }
    .aboutUs .partOne .oneContent .introImg{
      width:49%;
    }
      .aboutUs .partOne .introImg img {
        width: 100%;
      }
  .aboutUs  .partTwo {
    padding: 0.8rem 0.3rem;
    background: #ededed;
  }
    .aboutUs  .partTwo .title {
      text-align: left;
      margin-bottom:0.6rem;
    }
      .aboutUs  .partTwo .title h3 {
        font-size: 0.28rem;
        color: #4885bc;
        margin-bottom: 0.1rem;
      }
      .aboutUs  .partTwo .title span {
        display: block;
        height: 2px;
        width: 0.6rem;
        background: #f39801;
      }
    .aboutUs  .partTwo .statusCont {
      display: flex;
      align-items: center;
    }
    .aboutUs  .partTwo .statusCont .statusImg{
      margin-right:0.3rem;
    }
    .aboutUs  .partTwo .statusCont .statusImg img {
      width: 9.0rem;
    }
      .aboutUs  .partTwo .statusCont .statusText {
        text-align: left;
        width:33%;
      }
        .aboutUs  .partTwo .statusCont .statusText  h4 {
          color: #f39801;
          margin-bottom: 0.4rem;
        }
          .aboutUs  .partTwo .statusCont .statusText  h4 strong {
            font-size: 0.6rem;
          }
          .aboutUs  .partTwo .statusCont .statusText  h4 sup {
            position: relative;
            top: -0.2rem;
            font-size: 0.4rem;
            margin-top: -0.1rem;
            line-height: 0.4rem;
          }
          .aboutUs  .partTwo .statusCont .statusText  h4 span {
            position: relative;
            top: -0.1rem;
            font-size: 0.24rem;
            padding: 4px 0;
            border-top: 1px solid #f39801;
            border-bottom: 1px solid #f39801;
          }