.header {
  font-size: 18px;
  color: #ffffff;
  height: 860px;
  background-image: url(header-bg.png);
  background-repeat: no-repeat;
  /* IE10/11 fallback for background-size */
  -ms-behavior: url(/backgroundsize.min.htc);
  background-size: 100% 100%;
  behavior: url(/backgroundsize.min.htc); /* Polyfill for background-size */
}

.relWebsite {
  margin-top: 20px;
}

.relWebsite a:first-child {
  margin-right: 5px;
}

.relWebsite a:last-child {
  margin-left: 5px;
}

.header .logo {
  display: -ms-flexbox; /* IE10 prefix */
  display: flex;
  margin-top: 34px;
  -ms-flex-align: center; /* IE10 prefix */
  align-items: center;
}

.header .logo > div:first-child {
  text-align: left;
  -ms-flex: 1; /* IE10 prefix */
  flex: 1;
}

.header .logo > div:last-child {
  position: relative;
  text-align: right;
}

.searchBtn {
  position: absolute;
  color: #ffffff;
  top: 50%;
  right: 8px;
  width: 100px;
  height: 40px;
  background-color: #1365c3;
  -ms-transform: translateY(-50%); /* IE9 prefix */
  transform: translateY(-50%);
  border-radius: 20px;
  white-space: nowrap;
  vertical-align: middle;
}

.searchBtn img {
  margin-right: 5px;
  vertical-align: middle;
}

.header .logo input {
  width: 604px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  padding-left: 26px;
  /* IE10/11 placeholder fix */
  &::-ms-input-placeholder {
    color: #8d8d8d;
  }
}

.header .logo input::placeholder {
  color: #8d8d8d;
  opacity: 1;
}

.header a {
  color: #ffffff;
}

.header .navBox {
  height: 240px;
  background: rgba(9, 83, 183, 0.7);
  /* IE fallback for rgba */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B30953B7,endColorstr=#B30953B7);
  box-shadow: 0px -4px 0px 0px #5a9ced inset;
}

.header .header-banner {
  position: relative;
  height: 620px;
}

.header .header-welcome {
  position: absolute;
  height: 120px;
  left: 0;
  right: 0;
  padding-left: 8px;
  background: rgba(0, 35, 74, 0.6);
  /* IE fallback for rgba */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9900234A,endColorstr=#9900234A);
  bottom: 0;
}

.header-welcome-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-top: 17px;
}

.header-welcome-date {
  font-size: 20px;
  line-height: 1;
  margin-top: 24px;
}

.header .navbar {
  margin-top: 35px;
  line-height: 1;
}

.navbar > ul {
  display: -ms-flexbox; /* IE10 prefix */
  display: flex;
}

.navbar > ul > li {
  /* -ms-flex: 1; 
  flex: 1; */
  white-space: nowrap;
  margin-left: 37px;
  padding: 0 21px;
  font-size: 22px;
}
.navbar > ul > li:first-child {
  margin-left: 0;
}
.navbar > ul > li.on {
  font-weight: bold;
}
.navbar > ul > li.on::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 84px;
  background-color: #ffffff;
  bottom: -9px;
  left: 50%;
  -ms-transform: translateX(-50%); /* IE9 prefix */
  transform: translateX(-50%);
  border-radius: 3px;
}

.navbar-item {
  display: inline-block;
  position: relative;
  height: 28px;
  text-align: center;
}

.navbar-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.navbar-item ul {
  position: absolute;
  top: 100%;
  width: 136px;
  padding: 0 14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(3, 16, 47, 0.5);
  z-index: 999;
}
.navbar-item ul li {
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}
.navbar-item ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 18px;
}
/* Footer */
.footer {
  background-color: #e0e0e0;
}

.footer > div {
  display: -ms-flexbox; /* IE10 prefix */
  display: flex;
  font-size: 18px;
  padding-top: 40px;
  padding-bottom: 67px;
  -ms-flex-align: center; /* IE10 prefix */
  align-items: center;
}

.footer-ewm {
  width: 258px;
  font-size: 20px;
  text-align: center;
}

.footer-ewm img {
  width: 258px;
  height: 258px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.footer-info {
  font-size: 16px;
  line-height: 35px;
  margin-left: 28px;
}

.footer-info > img {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .relWebsite {
    margin-top: 0.2rem;
    margin-left: 0.16rem;
    font-size: 0.24rem;
    float: left;
  }
  #untitled {
    position: absolute;
    top: 0.2rem;
    right: 0.3rem;
    width: 0.36rem;
    height: 0.36rem;
  }
  .header {
    height: 8.6rem;
  }
  .header .navBox {
    height: 3.6rem;
  }
  .header .logo {
    display: block;
    margin-top: 0.34rem;
  }
  .header .logo > div {
    text-align: center !important;
  }
  .header .logo img {
    width: 80%;
    margin: auto;
  }
  .header .logo input {
    width: calc(100% - 26px);
  }
  .header .logo > div:last-child {
    margin-top: 0.16rem;
    padding: 0 0.16rem;
  }
  .searchBtn {
    right: 0.28rem;
  }
  .searchBtn img {
    width: 0.2rem !important;
    height: 0.18rem;
  }
  .navbar {
    position: fixed;
    display: none;
    top: 0.64rem;
    right: 0.16rem;
    margin-top: 0 !important;
    background-color: rgba(9, 83, 183, 1);
    z-index: 9999;
  }
  .navbar ul li.on::after {
    display: none;
  }
  .navbar ul {
    display: block;
  }
  .navbar-item {
    display: block;
    position: relative;
    width: 2.4rem;
    height: 0.96rem;
    line-height: 0.96rem;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 0 !important;
  }
  .navbar-item:last-child {
    border-bottom: none;
  }

  .header .header-banner {
    height: 5rem;
  }
  .header .header-welcome {
    height: 1.2rem;
  }
  .header-welcome-title {
    font-size: 0.3rem;
    line-height: 1;
  }
  .header-welcome-date {
    margin-top: 0.16rem;
    font-size: 0.24rem;
  }
  .footer > div {
    display: block;
    padding-top: 0.4rem;
    padding-bottom: 0.67rem;
    text-align: center;
  }
  .footer-ewm {
    margin: auto;
  }
  .footer-info {
    margin-top: 0.16rem;
  }
}
