.header .header_top {
  display: flex;
  justify-content: space-between;
  height: 103px;
  align-items: center;
}
.header .header_top .search .login {
  text-align: right;
  margin-bottom: 21px;
}
.header .header_top .search .login span {
  width: 48px;
  height: 16px;
  font-family: Microsoft YaHei;
  color: #333333;
  font-size: 12px;
  margin-right: 15px;
}
.header .header_top .search .login .list {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #eeeeee;
}
.header .header_top .search .searchInput .searchBox {
  width: 180px;
  height: 26px;
  background-color: #f4f4f4;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_top .search .searchInput .searchBox input {
  background-color: transparent;
  padding-left: 10px;
  width: 80%;
}
.header .header_top .search .searchInput .searchBox img {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.header .header_top .logo {
  width: 279px;
  height: 67px;
}
.header .header_top .logo img {
  width: 100%;
}
.header .header_top .userInfo,
.header .header_top .smallSearch {
  display: none;
}
.header .topnav-list {
  position: relative;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0;
  position: fixed;
  background-color: #6e6e6e;
  z-index: 9999;
  height: 100%;
  min-height: 100%;
  overflow: auto;
  width: 100%;
  top: 0;
  padding: 30px;
  left: 100%;
  transition: all 0.3s;
}
.header .topnav-list .topnav-search {
  margin: 0;
  padding: 0;
  border: 1px solid #949494;
  margin-top: 50px;
  width: 100%;
  height: 38px;
  border-radius: 4px;
  background-color: #8b8b8b;
  position: relative;
}
.header .topnav-list .topnav-search input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
}
.header .topnav-list .topnav-search .smallButton {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 8px;
  top: 7px;
}
.header .topnav-list .topnav-search .smallButton img {
  width: 100%;
}
.header .topnav-list .close img {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 22px;
  height: 22px;
}
.header .nav {
  width: 100%;
  min-width: 1100px;
  height: 44px;
  line-height: 44px;
  background-color: #015293;
}
.header .nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .nav ul li {
  height: 100%;
  text-align: center;
  margin-right: 22px;
}
.header .nav ul li a {
  display: inline-block;
  height: 44px;
  padding: 0 16px;
  color: #ffffff;
  font-size: 18px;
}
.header .nav ul li a:hover {
  background-color: #01467d;
}
.header .nav ul li .nav_active {
  background-color: #01467d;
}
.footer .Links {
  border-top: 1px solid #015293;
  height: 135px;
  display: flex;
  align-items: center;
}
.footer .Links .linkTitle {
  width: 72px;
  border-right: 1px solid #ddd;
  height: 90px;
  line-height: 90px;
  font-family: Microsoft YaHei;
  color: #333333;
  font-size: 14px;
}
.footer .Links .linkContent {
  flex: 1;
  height: 90px;
  padding-left: 20px;
  box-sizing: border-box;
}
.footer .Links .linkContent a {
  margin-right: 15px;
  font-family: Microsoft YaHei;
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}
.footer .footerBanner {
  width: 100%;
  height: 125px;
  background-color: #015293;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .footerBanner p {
  font-family: Microsoft YaHei;
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.footer .footerBanner p a {
  font-family: Microsoft YaHei;
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.footer .footerBanner > div {
  margin-bottom: 18px;
  width: 340px;
  display: flex;
  justify-content: space-between;
}
.footer .footerBanner > div a {
  width: 70px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  border-right: 2px solid #fff;
}
.footer .footerBanner > div a:nth-child(4) {
  border: 0;
}
@media (max-width: 500px) {
  .header .header_top {
    height: 2.6875rem;
    padding: 0 0.9375rem;
    box-sizing: border-box;
  }
  .header .header_top .logo {
    width: 7.3125rem;
    height: 1.75rem;
  }
  .header .header_top .search {
    display: none;
  }
  .header .header_top .userInfo,
  .header .header_top .smallSearch {
    display: block;
    width: 1rem;
    height: 1rem;
  }
  .header .header_top .userInfo img,
  .header .header_top .smallSearch img {
    width: 100%;
  }
  .header .header_top .userInfo .wapLogin,
  .header .header_top .smallSearch .wapLogin {
    display: none;
    width: 6.2rem;
    height: 7rem;
    padding: 0 0.1rem;
    background-color: #fff;
    position: absolute;
    left: 1rem;
    top: 2.8rem;
    z-index: 999;
    box-shadow: 1px 1px 5px #999;
  }
  .header .header_top .userInfo .wapLogin:before,
  .header .header_top .smallSearch .wapLogin:before {
    content: '';
    position: absolute;
    top: -1rem;
    left: 0.1rem;
    border-bottom: 0.5rem solid #999;
    border-top: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
  }
  .header .header_top .userInfo .wapLogin ul li,
  .header .header_top .smallSearch .wapLogin ul li {
    line-height: 2.4rem;
    border-bottom: 1px dashed #eee;
    font-size: 1rem;
    color: #000;
  }
  .header .header_top .userInfo .wapLogin ul li:nth-child(3),
  .header .header_top .smallSearch .wapLogin ul li:nth-child(3) {
    border-bottom: none;
  }
  .header .header_top .userInfo .blk,
  .header .header_top .smallSearch .blk {
    display: block;
  }
  .header .nav {
    width: auto !important;
    min-width: auto !important;
    overflow: auto;
    height: 2.75rem;
    background-color: transparent;
  }
  .header .nav ul {
    width: 54.5rem;
    border-bottom: 2px solid #ddd;
    height: 2.625rem;
    display: block !important;
  }
  .header .nav ul li {
    height: 2.625rem;
    margin: 0;
    flex: 1;
    padding: 0 1rem;
    float: left;
  }
  .header .nav ul li a {
    font-family: Microsoft YaHei;
    color: #333333;
    font-size: 1.0625rem;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    height: 2.75rem;
  }
  .header .nav ul li a:hover {
    background-color: transparent;
    color: #015293;
    border-bottom: 2px solid #015293;
  }
  .header .nav ul li .nav_active {
    background-color: transparent;
    color: #015293;
    border-bottom: 2px solid #015293;
  }
  .footer .Links {
    display: none;
  }
  .footer .footerBanner {
    height: 7.81rem;
  }
  .footer .footerBanner div {
    width: 21.3rem;
    margin-bottom: 0.5rem;
    justify-content: center;
  }
  .footer .footerBanner div a {
    width: 4rem;
    font-size: 0.75rem;
    text-align: center;
  }
  .footer .footerBanner p {
    font-size: 0.75rem;
    line-height: 1.75rem;
  }
  .footer .footerBanner p a {
    font-size: 0.75rem;
    line-height: 1.75rem;
  }
}
