@media only screen and (max-width: 1446px) {
  .audit_bannerbj .audit_banner > img {
    display: none;
  }
  .audit_bannerbj .audit_banner .audit_banner_left strong {
    max-width: 730px;
    width: 100%;
  }
  .survey {
    margin-top: 40px;
  }
  .survey ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .survey ul li {
    width: 32%;
    background-size: cover !important;
    background-position: center !important;
  }
  .survey ul li p {
    padding-top: 0;
  }
  .survey ul li p strong {
    margin-top: 12px;
  }
  .issue {
    margin-top: 45px;
  }
  .issue ul li p {
    flex-shrink: 0;
  }
  .issue ul li .issue_font span {
    width: unset;
  }
  .flow {
    margin-top: 45px;
  }
  .firm {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 1234px) {
  .report_bj .report .report_cont {
    width: calc(50% - 0.5rem);
    height: unset;
    padding: 0;
    flex-direction: column;
    float: right;
    overflow: hidden;
    position: relative;
    padding-bottom: 1.5rem;
    height: 320px;
  }
  .report_bj .report .report_cont img {
    display: none;
  }
  .report_bj .report .report_cont .report_box {
    width: 100%;
  }
  .report_bj .report .report_cont .report_box .report_main {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
  }
  .report_bj .report .report_cont .report_box .report_main ul {
    width: 100% !important;
  }
  .report_bj .report .report_cont:nth-of-type(2n) {
    float: left;
  }
  .flow > ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .flow > ul li {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
  .client {
    margin-top: 2rem;
  }
  .issue {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1125px) {
  .firm ul li {
    width: 32%;
    overflow: hidden;
    height: 300px;
  }
  .firm ul li span {
    width: auto;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1008px) {
  .report_bj .report .report_cont {
    width: 100%;
    height: auto;
  }
  .report_bj .report .report_cont ul {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 750px) {
  .survey {
    padding-bottom: 2rem;
  }
  .survey ul li {
    width: calc(50% - 0.5rem);
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 730px) {
  .audit_bannerbj .audit_banner .audit_banner_left strong {
    font-size: 32px;
  }
  .audit_bannerbj .audit_banner .audit_banner_left ul {
    margin-top: 2rem;
  }
  .audit_bannerbj .audit_banner .audit_banner_left ul li {
    line-height: 40px;
    font-size: 18px;
  }
  .client .client_box p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .flow > ul li {
    padding-top: 20px;
    height: 250px;
    position: relative;
  }
  .flow > ul li span {
    font-size: 13px;
    text-align: justify;
  }
  .flow > ul li .flow_font {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) scale(0.6);
  }
  .flow > ul li img {
    width: 30px;
  }
  .survey ul li {
    width: 100%;
    margin-bottom: 2rem;
    height: 220px;
  }
}
@media only screen and (max-width: 498px) {
  .firm ul li {
    width: calc(50% - 0.5rem);
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    height: 280px;
  }
  .firm ul li img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 40%;
  }
  .firm ul li h2 {
    margin: 5px 0;
  }
  .firm ul li span {
    text-align: justify;
  }
}
@media only screen and (max-width: 440px) {
  .report_bj {
    padding-bottom: 40px;
  }
  .report_bj .report .report_cont {
    width: 100%;
    height: auto;
  }
  .report_bj .report .report_cont ul li {
    margin-right: 0;
    width: calc(50% - 0.5rem) !important;
  }
}
