img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1450px) {
  .web-pc {
    display: block;
  }
  .web-mobile {
    display: none;
  }
  .beijing-example {
    width: 100%;
    background: url('../images/beijing-example/beijing-bg.png');
    background-size: contain;
    min-width: 1260px;
  }
  .example-body {
    width: 1320px;
    margin: 140px auto 0;
    padding-bottom: 140px;
  }
  /* 修改 */
  .house-title {
    background: url(../images/coreTeam/linebg.png);
    background-size: 100%;
    margin-top: 102px;
  }
  .house-title img {
    width: 142px;
    height: 26px;
  }
  .example-contain {
    width: 1320px;
    margin: 0 auto;
    padding-bottom: 171px;
  }
  .example-title {
    font-size: 24px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 13px;
  }
  .case_data{
    margin-top: 66px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .case_data_box{
    width: calc(100%/3);
    margin-bottom: 45px;
  }
  .case_data_box_con{
    width: 390px;
    border-bottom: 1px solid #00A0E9;
    padding-bottom: 20px;
  }
  .case_data_box_con_name{
    color: #00A0E9;
    font-size: 24px;
    font-weight: bold;
  }
  .case_data_box_con_address{
    font-size: 18px;
    color: #ffffff;
    margin-top: 16px;
  }
}
@media (min-width: 769px) {
  @media (max-width: 1449px) {
    .web-pc {
      display: block;
    }
    .web-mobile {
      display: none;
    }
    .beijing-example {
      width: 100%;
      background: url('../images/beijing-example/beijing-bg.png');
      background-size: contain;
      /* min-width: 1260px; */
    }
    .example-body {
      width: 1000px;
      margin: 106px auto 0;
      padding-bottom: 106px;
    }
   /* 修改 */
   .house-title {
    background: url(../images/coreTeam/linebg.png);
    background-size: 100%;

    margin-top: 102px;
  }
  .house-title img {
    width: 142px;
    height: 26px;
  }
  .example-contain {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 111px;
  }
  .example-title {
    font-size: 17px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 9px;
  }
  .case_data{
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .case_data_box{
    width: calc(100%/3);
    margin-bottom: 34px;
  }
  .case_data_box_con{
    width: 293px;
    border-bottom: 1px solid #00A0E9;
    padding-bottom: 15px;
  }
  .case_data_box_con_name{
    color: #00A0E9;
    font-size: 18px;
    font-weight: bold;
  }
  .case_data_box_con_address{
    font-size: 14px;
    color: #ffffff;
    margin-top: 12px;
  }
  }
}
@media (max-width: 768px) {
  .web-pc {
    display: none;
  }
  .web-mobile {
    display: block;
  }
  .web-mobile {
    background: url('/assets/index/images/honor/bg.png') no-repeat;
    background-size: 100% 100%;
  }
  .mobile-body {
    padding: 0 1.6rem;
    padding-top: 2rem;
    padding-bottom: 1.4rem;
  }
  .mobile-empoly-box {
    width: 100%;
    background: url('/assets/index/images/honor/bg.png') no-repeat;
    background-size: 100% 100%;
  }
  .mobile-empoly-body {
    width: 16.8rem;
    margin: 0 auto;
    padding-bottom: 2.67rem;
  }
  .mobile-contact-img {
    margin-top: 2rem;
    height: 2.5rem;
    background: url('/assets/index/images/companyProfile/c-m.png') no-repeat;
    background-size: 100%;
    position: relative;
  }
  .mobile-contact-img img {
    width: 4.11rem;
    height: 1.25rem;
  }
  .mobile-contact-title {
    position: absolute;
    bottom: -0.3rem;
    margin-top: 0.77rem;
    font-size: 0.8rem;
    color: #fff;
  }
  .mobile-honor-text {
    margin-top: 1.55rem;
    font-size: 0.64rem;
    font-family: SourceHanSansSC;
    font-weight: 300;
    color: rgba(240, 240, 240, 1);
    line-height: 1.01rem;
  }
  .mobile-honor-name {
    font-size: 0.64rem;
    font-family: SourceHanSansSC;
    font-weight: 300;
    color: rgba(240, 240, 240, 1);
  }
  .mobile-honor-list {
    margin-top: 1.594rem;
    display: flex;
    flex-wrap: wrap;
  }
  .mobile_data{
    margin-bottom: 1.189rem;
    border-bottom: 0.054rem solid #00A0E9;
    width: 12.16rem;
    padding-bottom: 0.649rem;
  }
  .mobile_data_name{
    color: #00A0E9;
    font-size: 0.81rem;
    font-weight: bold;
  }
  .mobile_data_pos{
    margin-top: 0.49rem;
    color: #FFFFFF;
    font-size: 0.648rem;
  }
}
