  /* 不同屏幕宽度下的布局调整 */
  @media screen and (max-width: 768px) {

      /* 小屏幕（如手机）布局 */
      .top {
          display: none !important;
      }

      .Largenavigation {
          display: none !important;
      }

      .smlnavigation {
          display: block !important;
      }

      .bottom {
          background-image: url(../img/bottomsmall.jpg) !important;         
      }
      .middle{
        width: 90% !important;
        min-height: 322px !important;
      }
      .bottom .content {
          width: 90% !important;
      }

      .bottom .content img {
          width: 100% !important;
      }
    
  }

  @media screen and (min-width: 769px) and (max-width: 1366px) {

      /* 中等屏幕（如平板）布局 */
      .Largenavigationmaxwidth {
          max-width: 90% !important;
          margin: 0 auto;
      }

      .top {
          max-width: 90% !important;
          margin: 0 auto;
      }

      .bottom {
          background-image: url(../img/bottommediumtu.jpg) !important;
      }

      .bottom .content {
          width: 90% !important;
      }

      .bottom .content img {
          width: 50% !important;
      }
      .middle{
        width: 90% !important;
      }
  }

  @media screen and (min-width: 1367px) {

      /* 大屏幕（如桌面电脑）布局 */
      .Largenavigationmaxwidth {
          max-width: 1200px !important;
          margin: 0 auto;
      }
  }
  a:hover{
    text-decoration: none !important;
  }
    body{
        position: relative;
    }
  .top {
      max-width: 1200px;
      margin: 0 auto;
      padding: 25px 0;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .topfont {
      color: #666666;
      font-size: 16px;
  }

  .plr {
      display: inline-block !important;
      padding: 0 1rem !important;
      height: 60px !important;
      line-height: 60px !important;
  }

  .Select {
      background-color: #0444D6;
  }

  .smlnavigation {
      display: none;
  }

  .code {
      position: relative;
  }

  .code:hover::before {
      content: "";
      position: absolute;
      top: 20px;
      left: -30px;
      width: 134px;
      height: 148px;
      background-image: url(../img/ewm.png);
      z-index: 999;
  }

  .bottom {
      width: 100%;
      background-image: url(../img/bottombig.jpg);
      height: 373px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }

  .bottom .content {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
  }

  .bottom .content img {
      margin-top: 70px;
      max-width: 388.83px;

  }

  .bottom .content .line {
      width: 100%;
      border: 1px solid #FFFFFF;
      opacity: 0.45;
      margin: 25px 0;
  }

  .bottom .content p {
      font-weight: 400;
      font-size: 1.25rem;
      color: #FFFFFF;
  }

  .bottom .content .text {
      font-weight: 300;
      font-size: 0.9rem;
  }
  .bottomabsolute{
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .middle{
    max-width: 1200px;
    margin: 0 auto;
    min-height: 373px;
    background-color: #fff;
    text-align: center;
}
.middle .title{
    font-size: 1.75rem;
    line-height: 1.2;
color: #056DFF;
margin-top: 2rem;
}
.middle .text{
    font-size: 1rem;
line-height: 1.5;
text-align: left;
}
.Largenavigationmaxwidth a{
    text-decoration: none;
}
.COMING{
    font-size: 4.5rem;
    color: #dddddd;
}