@media (min-width: 720px) {
  /* 头部背景 start */
  .public-banner {
    position: relative;
    color: #fff;
    padding-top: 90px;
  }
  .public-banner img {
    width: 100%;
  }
  .about-top-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .about-top-content-title {
    text-align: center;
    font-size: 52px;
  }
  .win-page {
    width: 100%;
    background-color: #fff;
  }
  .winHGItem-top {
    width: 1200px;
    padding: 40px 0;
    margin: auto;
    justify-content: center;
    align-items: center;
  }
  .winHG {
    width: 1200px;
    margin: 0 auto 40px;
    display: flex;
  }
  .award-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .award-img {
    width: 360px;
    height: 240px;
    overflow: hidden;
  }
  .award-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
  }
  .winBox-left {
    padding: 40px 40px 0;
    width: 75%;
  }
  .winBox-right {
    width: 25%;
  }
  .winBox-left-top {
    display: flex;
    padding: 60px 0;
  }
  .winBox-left-top-imgkey img {
    flex: 1;
    transition: transform 0.5s;
  }
  .winBox-left-top-imgkey:hover img {
    transform: scale(1.1);
  }
  .winBox-left-top-img {
    /* overflow: hidden; */
  }
  .winBox-left-top-img img {
    transition: transform 0.5s;
    height: 100%;
    width: 100%;
    object-fit: fill;
  }
  .winBox-left-top-img:hover img {
    transform: scale(1.1);
  }
  .winBox-left-top-text {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .winBox-content-title {
    text-align: center;
  }
  .winBox-content-text {
    letter-spacing: 0.19px;
    margin: 22px 0 40px;
  }

  .winHGItem-bot {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bot-item-text {
    text-align: center;
    margin: 20px 0 60px;
  }

  .winHGItem-LB {
    width: 1200px;
    margin: 80px auto 80px;
  }
  .index-page .index-partner {
    padding: 0;
  }

  .ser-text {
    text-align: center;
    margin: 40px 0;
    font-size: 30px;
  }

  .layui-tab-title {
    text-align: center;
  }
  .rysize {
    font-size: 22px !important;
  }
  .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid #003f74;
  }
  .layui-this {
    font-size: 32px !important;
  }
  .layui-this {
    transition: all 0.3s;
  }
  .layui-tab-brief > .layui-tab-title .layui-this {
    color: #003566;
  }
  .layui-tab-content {
    padding-top: 40px;
  }
  .bot-item-img {
    width: 360px;
    height: 240px;
  }
  .bot-item-img img {
    width: 100%;
    height: 100%;
  }

  .award-box .award-box-son {
    width: 360px;
    height: 380px;
  }
  .win-phone {
    display: none;
  }
}
@media (max-width: 720px) {
  .about-page {
    display: none;
  }
  .layui-tab-title-phones {
    text-align: center;
  }
}
