<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-height: 800px) {
  #index-logo {
    width: 1100px;
    margin: 40px auto 50px;
  }
  #index-logo img {
    display: block;
    margin: 0 auto;
  }
  #index-logo .logo {
    margin-bottom: 15px;
  }
  #index-nav {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
  }
  #index-nav ul {
    width: 1125px;
  }
  #index-nav ul li .nav {
    height: 260px;
  }
  #index-nav ul li .nav .content {
    top: 75px;
  }
  #index-nav ul li .nav .content h2 {
    margin-bottom: 8px;
  }
  #index-nav ul li .nav .content a {
    bottom: -119px;
    left: 30px;
    position: absolute;
    transition: all 0.9s ease 0s;
    display: block;
    width: 142px;
    height: 30px;
    background: url(../image/skip.png);
  }
  #index-nav ul li:hover .nav {
    transition: all 0.5s ease 0s;
    background: rgba(0, 44, 88, 0.9);
  }
  #index-nav ul li:hover .nav .content a {
    bottom: -52px;
  }
}
@media (max-height: 730px) {
  #body {
    background: url(../image/bj.png);
    filter: none;
    -moz-background-size: none;
    background-size: none;
    background-position: none;
    background-repeat: none;
  }
  #index-floor {
    margin-top: 70px;
    display: block;
    bottom: none;
    position: inherit;
    width: 100%;
    height: 100px;
    background: rgba(30, 30, 30, 0.9);
  }
}
/*# sourceMappingURL=index.css.map */
</pre></body></html>