@media screen and (min-width: 1200px) {
  .zhaoping_750 {
    display: none;
  }

  .banner {
    height: 500px;
    min-width: 1200px;
    background-image: url("../img/zhaoping_banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    margin-bottom: 80px;
  }

  .banner_title {
    width: 1200px;
    margin: 0 auto;
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 140px;
  }

  .content {
    width: 1200px;
    margin: 0 auto;
  }

  .zhaoping_options {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .zhaoping_option {
    display: block;
    box-sizing: border-box;
    width: 590px;
    background: #F5F5F5;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .zhaoping_text {
    flex: 1;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin-left: 23px;
    font-family: Source Han Sans CN, Source Han Sans CN;
  }

  .konw_more {
    padding: 16px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    width: 120px;
    font-family: Source Han Sans CN, Source Han Sans CN;
  }

  .zhaoping_option:hover {
    background: #3C37C0;
  }

  .zhaoping_option:hover .zhaoping_text {
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1199px) {
  .zhaoping {
    display: none;
  }

  .banner_750 {
    background-image: url("../img/zhaoping_banner_750.png");
    height: 306px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 124px;
    padding-left: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 27px;
    color: #FFFFFF;
  }

  .contrainer_750 {
    padding: 0px 16px 0px 16px;
  }

  .contrainer_750_title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
  }

  .contrainer_750_title img {
    margin-right: 4px;
  }

  .contrainer_750_title_line {
    width: 150px;
    height: 1px;
    background: #B6B6B6;
    margin: 12px auto 8px;
  }

  .public_content {
    display: block;
    box-sizing: border-box;
    margin: 20px auto 0;
    height: 60px;
    background: #F8F8F8;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .public_content:active{
    outline: none;
    background: #3C37C0;
  }
  .public_content:active .public_content_left{
    color: #FFFFFF;
  }
  .public_content_left {
    display: flex;
    align-items: center;
  }

  .public_content_left img {
    margin-right: 4px;
  }

  .public_content_right {
    display: flex;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 24px;
    align-items: center;
    padding: 8px;
    background: #FFFFFF;
    height: 28px;
  }

  .public_content_right img {
    width: 7px;
    margin-left: 5px;
  }
}