﻿

@media (max-width: 991px) {

  .nav-se {
    position: fixed;
  }
  .header-pc {
    display: none;
  }
  .header-mp {
    position: fixed;
    top: 0;
    z-index: 101;
    display: block;
    width: 100%;
    height: 60px;
    background: #004488;
    line-height: 60px;
  }
  .header-mp .header-mp-right {
    text-align: right;
    white-space: nowrap;
    position: relative;
    z-index: 102;
  }
  .header-mp .header-mp-right .ham {
    width: 18px;
    height: 18px;
    font-size: 18px;
    margin-top: -5px;
  }
  .header-mp .header-mp-right .english {
    display: none;
    margin-right: 10px;
  }
  .header-mp .header-mp-right .english span {
    opacity: 0.7;
    font-family: NotoSans-Regular;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 28px;
  }
  .header-mp .header-mp-right .english i {
    color: #ffffff;
    font-size: 20px;
    padding-right: 8px;
  }
  .header-mp .logo:hover img {
    transform: unset;
  }
  .header-mp .logo img {
    width: 131px;
    height: 33px;
  }
  .header-mp .header-mp-nav {
    position: fixed;
    top: 60px;
    width: 100vw;
    height: 100vh;
    left: 0;
    pointer-events: none;
    z-index: 101;
  }
  .header-mp .header-mp-nav .main {
    position: relative;
    top: -100%;
    overflow: hidden;
    transition: top 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    background-color: #004488;
    height: 0;
    border: 0;
    max-height: calc(100vh - 60px);
    overflow: auto;
    height: auto;
  }
  .header-mp .header-mp-nav .main .main-top {
    height: auto;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
  }
  .header-mp .header-mp-nav .main .main-bottom div a {
    height: 70px;
    line-height: 70px;
    display: block;
    text-align: center;
    opacity: 0.7;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
  }
  .header-mp .header-mp-nav.active {
    pointer-events: painted;
    background: rgba(0, 0, 0, 0.65);
  }
  .header-mp .header-mp-nav.active .main {
    top: 0px;
  }
  .header-mp .search {
    position: relative;
    margin-top: 10px;
  }
  .header-mp .search i {
    position: absolute;
    color: #999;
    right: 15px;
  }
  .header-mp .search input {
    width: 100%;
    height: 36px;
    opacity: 0.7;
    border: 1px solid #ffffff;
    border-radius: 2px;
    background: transparent;
    outline: none;
    color: white;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 40px;
  }
  .header-mp .header-mp-nav-top {
    height: 28px;
    width: 100%;
    /* overflow: hidden; */
    line-height: 28px;
    text-align: justify;
    margin-bottom: 46px;
    position: relative;
  }
  .header-mp .header-mp-nav-top::after {
    width: 100%;
    content: "";
    display: inline-block;
    overflow: hidden;
    height: 0;
  }
  .header-mp .header-mp-nav-top>a {
    display: inline-block;
    opacity: 0.7;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 28px;
  }
  .header-mp .header-mp-nav-bottom {
    margin-bottom: 35px;
  }
  .header-mp .header-mp-nav-bottom li > div {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
  }
  .header-mp .secondaryNavigation-mp {
    background: #05305b;
    width: 100vw;
    margin-left: -15px;
    clear: both;
    overflow: hidden;
    transition: height 0.3s linear;
    height: auto;
    margin-bottom: 30px !important;
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-mp .secondaryNavigation-mp>a {
    float: left;
    margin-bottom: 10px;
    display: inline-block;
    width: 50%;
    font-size: 14px;
    color: white !important;
  }













  footer {
    overflow: hidden;
  }
  footer .footer-top {
    height: auto;
  }
  footer .footer-top .footer-top-left {
    margin-bottom: 40px;
  }
  footer .footer-top .footer-top-right {
    padding: 0 35px;
  }
  footer .footer-top .footer-top-right .row > :last-child {
    white-space: unset;
    display: block;
    text-align: justify;
    padding-right: 15px;
    margin-top: 30px;
  }
  footer .footer-top .footer-top-right .row > :last-child::after {
    display: inline-block;
    content: "";
    width: 100%;
  }
  footer .footer-top .footer-top-right .row > :last-child .linkTo {
    display: inline-block;
  }
  footer .footer-top .footer-top-right .row > :last-child .linkTo:first-child .code {
    left: 0;
  }
  footer .footer-bottom {
    opacity: 0.55;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
  }
  footer .footer-bottom span {
    display: block;
  }
  footer .footer-bottom .footer-bottom-left {
    margin-top: 30px;
    margin-bottom: 12px;
  }
  footer .footer-bottom .footer-bottom-right {
    text-align: center;
    margin-bottom: 36px;
  }
  .main-content {
    position: static !important;
    padding-top: 0;
  }

}


@media (max-width: 991px) and (min-width: 768px) {
  .header-mp .secondaryNavigation-mp {
    margin-left: -8%;
  }
}

@media (min-width: 992px) {

}