.m-top {
  position: relative;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
}

.m-logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}

.m-logo img {
  height: 40px;

}

.m-top .btn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  height: 60px;
  padding: 22px 52px 0 10px;
  text-align: center;
}
.m-top .btn::before {
  content: "导航";
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #004291;
}

.m-top .btn span {
  display: block;
  width: 20px;
  height: 3px;
  background: #004291;
  transition: 0.3s;
}

.m-top .btn span:nth-child(2) {
  margin: 4px 0;
}

.cross span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

.cross span:nth-of-type(2) {
  opacity: 0;
}

.cross span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

header {
  position: absolute;
  z-index: 99;
  right: -150px;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  padding-top: 86px;
  background: #333;
}
.logo {
  display: none;
}
header li a {
  display: block;
  font: 400 16px/36px "微软雅黑";
  color: #fff;
  text-align: center;
}

.wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
}

@media (min-width: 1200px) {
  header {
    display: block;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0;
    background: #fff;
  }
  .head {
    width: 64vw;
    margin: 0 auto;
    padding: 2vw 0;
  }
  .logo {
    position: absolute;
    left: 50%;
    top: 1vw;
    display: block;
  }
  .logo img {
    width: 2.4vw;
    transform: translate3d(-50%, 0, 0);
  }

  .nav ul {
    display: flex;
    justify-content: center;
  }

  .nav ul li {
    padding: 0 1.2vw;
  }
  .nav ul li:nth-child(5) {
    margin-left: 5vw;
  }
  .nav ul a {
    display: block;
  }
  .nav ul a span {
    display: block;
    font-size: 0.9vw;
    line-height: 1.6vw;
    color: #000;
    background: url(/images/nav_li_line.png) no-repeat 0 bottom/0 0.2vw;
    transition: 0.6s;
  }
  .nav ul a:hover span {
    background-size: 100% 0.2vw;
  }
}

.public {
  border-top: 2px solid #00017f;
}

.public-main {
  position: relative;
}

.public-logo,
.public-nav ul {
  display: none;
}

.public-info {
  padding: 0.4rem 1.48rem 0.4rem 0.2rem;
}

.public-info p {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

.public-ewm {
  position: absolute;
  right: 0.2rem;
  top: 0.4rem;
  width: 1.28rem;
  height: 1.28rem;
  padding: 2px;
  background: #fff;
  border: 1px solid #7896b8;
}

.public-ewm img {
  width: 100%;
}

footer {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  border-top: 1px solid #d9d9d9;
}

footer p {
  padding-right: 5px;
  color: #333;
}

footer a {
  padding-right: 5px;
  color: #333;
}

@media (min-width: 1200px) {
  .public {
    border-top: 0.4vw solid #00017f;
  }

  .public-main {
    display: flex;
    justify-content: space-between;
    width: 72vw;
    margin: 0 auto;
    padding: 4vw 0;
  }

  .public-logo {
    display: block;
    width: 5vw;
  }

  .public-logo img {
    width: 100%;
  }

  .public-center {
    width: 44.8vw;
  }

  .public-nav {
    padding: 0.5vw 0 1.4vw;
  }

  .public-nav ul {
    display: flex;
  }

  .public-nav ul li {
    width: 5.6vw;
    padding: 0;
  }

  .public-nav ul li:nth-child(1) {
    background: none;
  }

  .public-nav ul a {
    display: block;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
    text-align: center;
  }

  .public-nav ul a:hover {
    color: #0b89d3;
  }

  .public-info {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1vw;
  }

  .public-info p {
    width: 50%;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #666;
  }

  .public-ewm {
    position: relative;
    right: 0;
    top: 0;
    width: 6.4vw;
    height: 6.4vw;
    padding: 0.1vw;
    background: #fff;
    border: 1px solid #7896b8;
  }

  .public-ewm img {
    width: 100%;
  }

  footer {
    display: flex;
    width: 72vw;
    margin: 0 auto;
    padding: 1vw 0;
    font-size: 0.8vw;
    line-height: 2vw;
    color: #333;
    border-top: 1px solid #d9d9d9;
  }

  footer p {
    padding-right: 5px;
    color: #333;
  }

  footer a {
    padding-right: 5px;
    color: #333;
  }
}

.fix-nav {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
}

.fix-nav ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 1.4rem;
  padding: 0.3rem 0.1rem 0;
  background: #004291;
}

.fix-nav ul li {
  width: 25%;
}

.fix-nav ul a {
  display: block;
  text-align: center;
}

.fix-nav ul i {
  display: block;
}

.fix-nav i img {
  width: 0.5rem;
}

.fix-nav a p {
  padding-top: 0.1rem;
  font: 400 0.3rem/0.3rem "Microsoft YaHei";
  color: #fff;
}

@media (min-width: 1200px) {
  .fix-nav {
    display: none;
  }
}
