.ms-nav {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    justify-content: center;
    height: 60px;
    margin-left: 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .ms-nav.active {
    background-color: rgba(3, 22, 77,0.52);
  }
  .ms-nav .body {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 1200px;
    box-sizing: border-box;
    justify-content: space-between;
    height: 100%;
  }
  
  .ms-nav .body .logo {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-start;
    height: 100%;
    margin-right: 45px;
  }
  
  .ms-nav .body .logo .logo-pic {
    width: 114px;
  }
  
  .ms-nav .body .logo .logo-desc {
    padding-right: 0px;
    width: unset;
    padding-left: 0px;
    height: unset;
  }
  
  .ms-nav .body .nav-h5 {
    padding-bottom: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: none;
    width: 100px;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    right: 0px;
    justify-content: center;
    height: 100%;
  }
  
  .ms-nav .body .nav-h5 .nav-h5-icon {
    font-size: 28px;
  }
  
  .ms-nav .body .nav-h5 .nav-h5-body {
    padding-bottom: 10px;
    align-items: flex-start;
    top: 80px;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    position: absolute;
    justify-content: center;
    height: 100px;
  }
  
  .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
    cursor: pointer;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    font-size: 18px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .h5 {
    display: none;
  }
  .web {
    display: block;
  }
  
  .ms-nav .body .nav-item {
    margin-right: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    flex: 1;
    padding-right: 40px;
    box-sizing: border-box;
    /* padding-left: 40px; */
    height: 100%;
  }
  
  .ms-nav .body .nav-item .item {
    cursor: pointer;
    margin-right: 30px;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    font-size: 14px;
    padding-left: 0px;
    color: #fff;
    padding-bottom: 10px;
  }
  .ms-nav .body .nav-item .item.active {
    border-bottom: 2px solid #fff;
  }
  
  .ms-nav .body .nav-item .sel {
    color: #409eff;
  }
  
  .ms-nav .body .nav-search {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 40%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-end;
    height: 100%;
    margin-left: 0px;
  }
  .ms-nav .body .shiyong {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 40%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-end;
    height: 100%;
    margin-left: 0px;
    font-size: 14px;
  }
  .ms-nav .body .shiyong .sq {
    background-color: #fff;
    border-radius: 2px;
    color: #021f6f;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 70px;
    cursor: pointer;
  }
  .ms-nav .body .shiyong .gl {
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 70px;
    border: 1px solid rgba(255, 255, 255, 100);
    margin-left: 27px;
  }
  .ms-nav .body .nav-search .ms-search-input {
    border-color: #409eff;
    align-items: flex-end;
    flex-direction: row;
    border-width: 1px;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    border-style: solid;
    padding-left: 0px;
    justify-content: center;
    height: 32px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  
  .ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: flex-start;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    height: 100%;
  }
  
  .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
    border: 0px;
    background-color: #ffffff;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 4px;
    box-sizing: border-box;
    justify-content: space-between;
    border-top-left-radius: 2px;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    border-bottom-left-radius: 2px;
    width: 90%;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding-top: 0px;
    padding-left: 4px;
    height: 30px;
  }
  
  .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
    color: #dcdfe6;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-top-left-radius: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    padding-top: 0px;
    padding-left: 0px;
  }
  
  .ms-nav .body .nav-search .ms-search-input .ms-search-button {
    cursor: pointer;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 80px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background-repeat: no-repeat;
    padding-left: 0px;
    height: 100%;
  }
  
  .ms-nav .body .nav-search .ms-search-input .ms-search-button:hover {
    background-color: #e6e6e6;
  }
  
  .ms-nav .body .nav-search .ms-search-input .ms-search-button i {
    color: #409eff;
    border-bottom-left-radius: 0px;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    border-top-left-radius: 0px;
  }
  
  .ms-nav .body .nav-search .ms-search-input .ms-search-button span {
    color: #409eff;
    border-bottom-left-radius: 0px;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    padding-left: 0px;
    border-top-left-radius: 0px;
  }
  
  .ms-footer {
    background-color: rgba(11, 18, 33, 1);
    width: 100%;
    height: auto;
    padding: 45px 0 36px 0;
  }
  .ms-footer .body {
    width: 90%;
    margin: 0 auto;
  }
  .ms-footer .body .body-box {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(21, 29, 40, 1);
  }
  .ms-footer .left {
    width: 379px;
    margin-right: 149px;
    color: #b2b2b2;
    font-size: 14px;
  }
  .ms-footer .footer-logo {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(153, 153, 153, 1);
  }
  .ms-footer .footer-logo img {
    width: 114px;
  }
  .ms-footer .address {
    font-size: 14px;
    font-family: SourceHanSansSC-medium;
    margin: 22px 0 25px 0;
  }
  .ms-footer .center {
    width: 373px;
    margin-right: 145px;
  }
  .ms-footer .cen-tit {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(153, 153, 153, 1);
    color: #fff;
    font-size: 16px;
    margin-bottom: 22px;
  }
  .ms-footer .cen-box {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .ms-footer .cen-box a {
    color: #5f7499;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
  }
  .ms-footer .cen-box .box-tit {
    color: #fff;
    font-size: 16px;
    margin-bottom: 22px;
  }
  .ms-footer .right {
    width: 175px;
  }
  .ms-footer .text a {
    font-size: 14px;
    font-family: SourceHanSansSC-medium;
    margin-bottom: 24px;
    color: #5f7499;
    display: block;
  }
  .ms-footer .copyright {
    font-size: 14px;
    text-align: center;
    font-family: SourceHanSansSC-regular;
    color: #666666;
    margin-top: 30px;
    line-height: 2;
  }
  .ms-footer .copyright img {
    width: 14px;
    margin-right: 3px;
  }
  .ms-footer .copyright .records {
    width: 360px;
    display: flex;
    align-items: center;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .footer-logo-er img{
    width: 180px;
    margin-top: 10px;
  }
  .beian {
      color:#666666;
  }
  @media (max-width: 768px) {
    .ms-nav {
      flex-wrap: nowrap;
      flex-direction: row;
      display: flex;
      width: 100%;
      box-sizing: border-box;
      padding-top: 0px;
      justify-content: center;
      height: 60px;
      margin-left: 0px;
      background-color: rgba(3, 22, 77, 52);
    }
    .web {
      display: none;
    }
    .h5 {
      display: block;
    }
    .ms-nav .body {
      flex-wrap: nowrap;
      flex-direction: row;
      display: flex;
      width: 100%;
      box-sizing: border-box;
      justify-content: space-between;
      height: 100%;
    }
  
    .ms-nav .body .logo {
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      display: flex;
      padding-right: 0px;
      box-sizing: border-box;
      padding-left: 15px;
      justify-content: center;
    }
    .ms-nav .body .logo .logo-desc {
      width: unset;
      height: unset;
    }
  
    .ms-nav .body .nav-h5 {
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      display: flex;
      width: 100px;
      box-sizing: border-box;
      justify-content: center;
      height: 100%;
    }
  
    .ms-nav .body .nav-h5 .nav-h5-icon {
      font-size: 28px;
      padding-top: 0px;
      padding-left: 0px;
      color: #fff;
    }
  
    .ms-nav .body .nav-h5 .nav-h5-body {
      background-color: #f2f6fc;
      flex-direction: column;
      display: none;
      box-sizing: border-box;
      right: 0px;
      justify-content: flex-start;
      padding-bottom: 0px;
      top: 60px;
      flex-wrap: nowrap;
      width: 140px;
      padding-top: 10px;
      position: absolute;
      padding-left: 10px;
      height: 100vh;
      z-index: 2;
    }
  
    .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
      cursor: pointer;
      color: #303133;
      flex-direction: row;
      word-wrap: break-word;
      display: inline-block;
      padding-right: 0px;
      font-size: 18px;
      padding-top: 8px;
      padding-left: 0px;
      height: 40px;
    }
  
    .ms-nav .body .nav-item {
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      display: none;
      padding-right: 40px;
      width: 50%;
      box-sizing: border-box;
      padding-left: 40px;
      justify-content: space-between;
      height: 100%;
    }
  
    .ms-nav .body .nav-item .item {
      cursor: pointer;
      flex-direction: row;
      word-wrap: break-word;
      display: inline-block;
      padding-right: 0px;
      font-size: 18px;
      padding-left: 0px;
    }
  
    .ms-nav .body .nav-search {
      align-items: center;
      flex-wrap: nowrap;
      flex-direction: row;
      display: none;
      padding-right: 0px;
      width: 40%;
      box-sizing: border-box;
      padding-left: 0px;
      justify-content: center;
      height: 100%;
      margin-left: 0px;
    }
  
    .ms-nav .body .nav-search .ms-search-input {
      border-color: #cccccc;
      align-items: flex-end;
      flex-direction: row;
      border-width: 1px;
      display: flex;
      width: 100%;
      box-sizing: border-box;
      border-style: solid;
      justify-content: center;
      height: 40%;
    }
  
    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
      flex-direction: row;
      border-right-width: 1px;
      display: flex;
      padding-right: 0px;
      width: 100%;
      box-sizing: border-box;
      border-right-color: #cccccc;
      border-right-style: solid;
      height: 100%;
    }
  
    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
      border: 0px;
      background-color: #ffffff;
      align-items: center;
      flex-direction: row;
      display: flex;
      padding-right: 4px;
      box-sizing: border-box;
      justify-content: space-between;
      border-top-left-radius: 2px;
      padding-bottom: 0px;
      flex-wrap: nowrap;
      border-bottom-left-radius: 2px;
      width: 90%;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px;
      padding-top: 0px;
      padding-left: 4px;
      height: 30px;
    }
  
    .ms-nav
      .body
      .nav-search
      .ms-search-input
      .ms-search-input-div
      .ms-input
      span {
      color: #dcdfe6;
      flex-direction: row;
      word-wrap: break-word;
      display: inline-block;
      padding-right: 0px;
      border-top-left-radius: 0px;
      padding-bottom: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
      font-size: 14px;
      padding-top: 0px;
      padding-left: 0px;
    }
  
    .ms-nav .body .nav-search .ms-search-input .ms-search-button {
      flex-direction: row;
      display: flex;
      width: 40px;
      box-sizing: border-box;
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
    }
  
    .ms-nav .body .nav-search .ms-search-input .ms-search-button i {
      border-bottom-left-radius: 0px;
      padding-right: 0px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
      padding-left: 0px;
      border-top-left-radius: 0px;
    }
  
    .ms-nav .body .nav-search .ms-search-input .ms-search-button span {
      border-bottom-left-radius: 0px;
      flex-direction: row;
      word-wrap: break-word;
      display: inline-block;
      padding-right: 0px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
      font-size: 14px;
      padding-left: 0px;
      border-top-left-radius: 0px;
    }
    .ms-footer {
      padding: 10px;
      height: auto;
    }
    .ms-footer .footer-logo {
      padding-bottom: 10px;
    }
    .ms-footer .body {
      width: 100%;
    }
    .ms-footer .body .body-box {
      display: block;
      padding-bottom: 0;
    }
    .ms-footer .address {
      font-size: 14px;
      font-family: SourceHanSansSC-medium;
      margin: 10px 0 10px 0;
    }
  
    .ms-footer .left,
    .ms-footer .center,
    .ms-footer .right {
      width: 100%;
      margin-bottom: 15px;
    }
    .ms-footer .cen-tit {
      padding-bottom: 10px;
      margin-bottom: 10px;
    }
    .ms-footer .cen-box .box-tit {
      margin-bottom: 5px;
    }
    .ms-footer .cen-box a {
      color: #5f7499;
      font-size: 14px;
      display: block;
      margin-bottom: 5px;
    }
    .ms-footer .copyright {
      margin-top: 0;
    }
    .ms-footer .text {
      margin-bottom: 5px;
    }
    .ms-footer .text {
      margin-top: 0;
    }
  }
  
  iframe {
    height:0px !important;
  }