/* #region  header */
.kenburns-top {
  -webkit-animation: kenburns-top 2s ease-out reverse both;
  animation: kenburns-top 2s ease-out reverse both;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

.header {
  position: relative;
  overflow: hidden;
}
.header > .top-bg {
  display: block;
  width: 100%;
  height: 347px;
}
.header > .nav {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  color: #185aae;
  font-size: 16px;
}
.header > .nav > div.float-left {
  padding: 4px 0;
}
.header > .nav > div > a {
  color: #185aae;
  text-decoration: none;
  position: relative;
  transition: all 0.5s;
}
.header > .nav > div > a::after,
.header > .nav > div > a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #185aae;
  transition: all 0.5s;
}
.header > .nav > div > a:hover::after,
.header > .nav > div > a:hover::before {
  width: 100%;
}
.header > .nav > div > a::after {
  right: auto;
  left: 0;
}
.header > .nav > div > span {
  margin: 0 4.8px;
}
.header > .nav > div + div > a {
  margin-right: 10px;
}
.header > .nav > div + div > a:nth-last-child(1),
.header > .nav > div + div > a:nth-last-of-type(2) {
  margin-right: 0;
}

.nav .aged-mode {
  background: #eb9427;
  color: #fff !important;
  padding: 4px 10px;
  border-radius: 15px;
}
.nav .wza {
  background: #185aae;
  color: #fff !important;
  padding: 4px 10px;
  border-radius: 15px;
}
.nav .wza:hover::after,
.nav .wza:hover::before,
.nav .aged-mode:hover::after,
.nav .aged-mode:hover::before {
  display: none;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.header > .nav .wechat:hover > img,
.header > .nav .weibo:hover > img {
  display: block;
  animation: fadeInUp 0.5s;
}
.header > .nav .ercode {
  position: absolute;
  width: 100px;
  top: 30px;
  left: -25px;
  display: none;
  z-index: 999;
}
.header > .logo-search-container {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  text-align: center;
}
.header > .logo-search-container::after {
  display: block;
  content: "";
  clear: both;
}
.logo-search-container .banner-logo {
  height: 103px;
  float: left;
}
.search-container {
  font-size: 0;
  margin-top: 28px;
  border-radius: 40px;
  float: right;
}
.search-container > input {
  width: 440px;
  line-height: 56px;
  height: 56px;
  background-color: #fff;
  border: none;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 17px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.search-container > input:focus-visible {
  outline: none;
}
.search-container > .search-btn {
  display: inline-block;
  text-align: center;
  background-color: #0649a5;
  font-size: 24px;
  color: #fff;
  height: 56px;
  line-height: 56px;
  width: 120px;
  vertical-align: middle;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search-container > .search-btn > .ic-search {
  width: 22px;
  top: 3px;
  position: relative;
}

.dep-street {
  cursor: pointer;
}
.dep-street-pop-container {
  display: none;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  background: rgba(6, 73, 165, 0.9);
  z-index: 1000;
}
.dep-street-pop-container::before {
  content: "";
  width: 0px;
  height: 0px;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent rgba(6, 73, 165, 0.9);
  left: 538px;
  top: -10px;
  position: absolute;
  margin-left: -10px;
}
.dep-street-pop-container > .container {
  position: relative;
  padding-top: 20px;
  color: #fff;
  text-align: left;
}
.dep-street-pop-close {
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
  z-index: 11;
}
.dep-street-pop-container > .container > .dep-street-section-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #4077ca;
  padding-bottom: 15px;
}
.dep-street-pop-container > .container > ul {
  margin: 1em 0;
}
.dep-street-pop-container > .container > ul::after {
  content: "";
  display: block;
  clear: both;
}
.dep-street-pop-container > .container > ul > li {
  list-style-type: none;
  float: left;
  width: 16.66667%;
  height: 33px;
}
.dep-street-pop-container > .container > ul > li > a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  max-width: 100%;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}
.dep-street-pop-container > .container > ul > li > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.dep-street-pop-container > .container > ul > li > a:hover {
  font-weight: bold;
}
.dep-street-pop-container > .container > ul > li > a:hover::before {
  right: 0;
}
/* #endregion header */

