#page {
  color: #3473FE;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
  .top {
    height: 50px;
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    display: flex;
    position: absolute;
    top: 0px;
    z-index: 999999999;
    transition: top 0.5s linear;
  }
  .top img {
    float: left;
    width: 100%;
    width: 190px;
    height: 50px;
  }
  .top .menu {
    display: none;
  }
  .top ul {
    float: left;
    height: 50px;
    margin-left: 42%;
  }
  .top ul a {
    height: 100%;
    float: left;
    margin-left: 30px;
    text-decoration: none;
  }
  .top ul a li {
    height: 100%;
    font-size: 16px;
    line-height: 50px;
    color: white;
  }
}
@media screen and (max-width: 1025px) {
  .top {
    height: 1.3514rem;
    width: 100%;
    background-color: #0D2C4B;
    position: fixed;
    z-index: 999999;
  }
  .top h1 {
    margin-top: 0.1081rem;
    float: left;
    height: 1.0811rem;
    margin-left: 0.5405rem;
  }
  .top h1 a {
    display: block;
    height: 100%;
  }
  .top h1 a img {
    height: 100%;
  }
  .top .menu {
    margin-top: 0.2703rem;
    float: right;
    height: 0.8108rem;
    width: 0.8108rem;
    margin-right: 0.5405rem;
  }
  .top ul {
    display: none;
    position: absolute;
    top: 1.3514rem;
    right: 0.0541rem;
    width: 2.1622rem;
    z-index: 9999;
    background-color: #fff;
  }
  .top ul li {
    color: #333;
    height: 0.8108rem;
    line-height: 0.8108rem;
    text-align: center;
    font-size: 0.3784rem;
    border: 0.027rem solid #4f4e4e;
    border-top: none;
  }
}
