.company-profile {
    padding: 0.5rem 0 0.6rem;
  }
  .company-profile .container {
    width: 12.5rem;
    margin: 0 auto;
  }
  @media screen and (max-width: 1024px) {
    .company-profile .container {
      width: 100%;
      padding: 0 0.3rem;
    }
  }
  .company-profile .List-title {
    border-bottom: 0.01rem solid #707070;
    padding-bottom: 0.1rem;
  }
  .company-profile .List-title b {
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #707070;
    border-left: 0.03rem solid #0B40AE;
    padding-left: 0.08rem;
    display: block;
  }
  @media screen and (max-width: 1024px) {
    .company-profile .List-title b {
      font-size: 0.32rem;
      line-height: 0.5rem;
      border-left: 0.08rem solid #0B40AE;
    }
  }
  .company-profile .company-profile-content {
    width: 9.4rem;
    float: left;
  }
  .sidebar{
      float: right;
  }
  @media screen and (max-width: 1024px) {
    .company-profile .company-profile-content {
      width: 100%;
      float: none;
    }
  }
  .company-profile .company-profile-content .company-profile-content-title {
    position: relative;
    padding-bottom: 0.1rem;
    padding-left: 0.12rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #707070;
    line-height: 0.24rem;
  }
  @media screen and (max-width: 1024px) {
    .company-profile .company-profile-content .company-profile-content-title {
      font-size: 0.32rem;
      line-height: 0.36rem;
    }
  }
  .company-profile .company-profile-content .company-profile-content-title:before {
    content: '';
    width: 0.03rem;
    height: 0.24rem;
    background-color: #0B40AE;
    position: absolute;
    left: 0;
    top: 0;
  }
  @media screen and (max-width: 1024px) {
    .company-profile .company-profile-content .company-profile-content-title:before {
      height: 0.32rem;
    }
  }
  .company-profile .company-profile-content .company-profile-content-title:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .company-profile .company-profile-content .company-profile-content-list .content {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
  }
  .company-profile .company-profile-content .company-profile-content-list .content img {
    max-width: 100%;
    height: auto;
  }
  .company-profile .company-profile-content .company-profile-content-list .content .customer-case-detail-video {
    float: right;
    width: 4.49rem;
    position: relative;
    margin-left: 0.21rem;
    margin-bottom: 0.16rem;
  }
  .company-profile .company-profile-content .company-profile-content-list .content .customer-case-detail-video img {
    display: block;
    width: 100%;
    height: auto;
  }
  .company-profile .company-profile-content .company-profile-content-list .content .customer-case-detail-video .play {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .company-profile .company-profile-content .company-profile-content-list .content .customer-case-detail-video .play a {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.47rem;
    height: 0.47rem;
    background: url("../images/case-play.png") center / cover no-repeat;
  }
  @media screen and (max-width: 1024px) {
    .company-profile .company-profile-content .company-profile-content-list .content {
      font-size: 0.28rem;
      line-height: 1.6;
    }
    .company-profile .company-profile-content .company-profile-content-list .content .customer-case-detail-video {
      float: none;
      width: 100%;
      height: auto;
      margin: 0 0 4% 0;
    }
    .company-profile .company-profile-content .company-profile-content-list .content .customer-case-detail-video .play a {
      width: 0.8rem;
      height: 0.8rem;
    }
  }
  .company-profile .company-profile-content .company-profile-content-list .list ul li {
    display: block;
    width: 2.97rem;
    height: 1.66rem;
    float: left;
    margin-right: 0.23rem;
    position: relative;
    margin-top: 0.3rem;
  }
  .company-profile .company-profile-content .company-profile-content-list .list ul li:nth-child(3n) {
    margin-right: 0;
  }
  @media screen and (max-width: 1024px) {
    .company-profile .company-profile-content .company-profile-content-list .list ul li {
      width: 48.5%;
      height: 2.5rem;
      margin-right: 3%;
    }
    .company-profile .company-profile-content .company-profile-content-list .list ul li:nth-child(3n) {
      margin-right: 3%;
    }
    .company-profile .company-profile-content .company-profile-content-list .list ul li:nth-child(2n) {
      margin-right: 0;
    }
  }
  .company-profile .company-profile-content .company-profile-content-list .list ul li .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .company-profile .company-profile-content .company-profile-content-list .list ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .company-profile .company-profile-content .company-profile-content-list .list ul li .text {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.23rem 0.25rem 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  .company-profile .company-profile-content .company-profile-content-list .list ul li .text .title {
    font-size: 0.18rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
  }
  @media screen and (max-width: 1024px) {
    .company-profile .company-profile-content .company-profile-content-list .list ul li .text .title {
      font-size: 0.28rem;
    }
  }
  .company-profile .company-profile-content .company-profile-content-list .list ul li .text .desc {
    margin-top: 0.15rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  @media screen and (max-width: 1024px) {
    .company-profile .company-profile-content .company-profile-content-list .list ul li .text .desc {
      font-size: 0.28rem;
      line-height: 0.36rem;
    }
  }
  .company-profile .company-profile-content .company-profile-content-list .list ul li .text .icon {
    width: 0.28rem;
    height: 0.28rem;
    overflow: hidden;
    margin: 0.12rem auto 0;
    background: url("../images/company-profile-list-icon.png") center / cover no-repeat;
  }
  @media screen and (max-width: 1024px) {
    .company-profile .company-profile-content .company-profile-content-list .list ul li .text {
      padding: 0.4rem 0.25rem 0;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
  }
  .company-profile .company-profile-content .company-profile-content-list .list ul li:hover .text {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }