.header {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  height: 451px;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 932px;
  background-image: url(./header-bg.png);
  z-index: -1;
}

.relWebsite {
  margin-top: 8px;
  font-size: 14px;
}

.relWebsite a:first-child {
  margin-right: 5px;
}

.relWebsite a:last-child {
  margin-left: 5px;
}

.header .logo {
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo > div {
  display: -ms-flexbox;
  display: flex;
  color: #303030;
  font-size: 22px;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.header .logo > div:first-child {
  margin-right: 57px;
}

.header .logo > div:nth-last-child(n + 2) {
  text-align: left;
}

.header .logo > div:last-child {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.header .logo > div:last-child > div {
  /* width: 100%; */
  /* display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; 
 flex-direction: row-reverse;
  -ms-flex-direction: row-reverse; */
}
.header .logo > div > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
}
.searchBtn {
  font-family: AlibabaPuHuiTi55Regular;
  background-color: #ffffff !important;
  font-size: 16px;
  width: 96px;
  height: 40px;
  border-radius: 8px;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: bold;
  color: #303030;
}

.searchBtn img {
  margin-right: 5px;
  vertical-align: middle;
}

.header .logo input {
  width: 300px;
  font-size: 16px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  padding-left: 12px;
  float: inline-start;
}

.header .logo input::-ms-input-placeholder {
  color: #8d8d8d;
}

.header .wzLogo {
  position: relative;
  width: 100%;
  height: 245px;
  margin: 10px auto;
}

.header .wzLogo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header .logo input::placeholder {
  color: #8d8d8d;
  opacity: 1;
}

.header a {
  color: #ffffff;
}

.header .navBox {
  height: 240px;
}

.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);
  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: 21px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(#164ee6 0%, #0025de 100%), #ababab;
  border-radius: 12px;
}

.navbar ul {
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}

.navbar ul li {
  -ms-flex: 1;
  flex: 1;
}

.navbar ul li.on::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 137px;
  background-color: #ffffff;
  bottom: 9px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 3px;
}

.navbar-item {
  display: inline-block;
  position: relative;
  height: 70px;
  text-align: center;
}

.navbar-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
}

.navbar-item.on a {
  font-size: 22px;
}

/* Footer */
.footer {
}

.footer-ewm {
  height: 183px;
  font-size: 20px;
  background: #084fbe;
}

.footer-info {
  background: #033b93;
  height: 78px;
}

.footer-ewm > div,
.footer-info > div {
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  align-items: center;
  -ms-flex-align: center;
}

.footer-ewm-imgs,
.footer-ewm-icon {
  font-family: AlibabaPuHuiTi45Light;
  flex: 1;
  -ms-flex: 1;
  display: flex;
  display: -ms-flexbox;
  font-size: 20px;
  align-items: center;
  -ms-flex-align: center;
}
.footer-ewm-imgs a {
  display: inline-block;
}
.footer-ewm-imgs > *:nth-child(n + 2) {
  margin-left: 53px;
}

.footer-ewm-icon {
  text-align: right;
}

.footer-ewm-icon > div {
  flex: 1;
  -ms-flex: 1;
}

.footer-ewm-icon > div > div {
  display: inline-block;
  color: #ffffff;
  line-height: 28px;
  vertical-align: middle;
  margin-right: 10px;
}

.footer-info {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}

.footer-info > div > div {
  flex: 1;
  -ms-flex: 1;
}

.yqlx {
  background-color: #f6faff;
  padding-top: 23px;
}

.drop-groups {
  display: flex;
  display: -ms-flexbox;
  border-bottom: 1px solid #d7b88b;
  position: relative;
}

.drop-down {
  width: 364px;
  height: 50px;
}

.drop-down .tag {
  display: inline-block;
  font-family: AlibabaPuHuiTi45Light;
  height: 50px;
  box-sizing: border-box;
  color: #666666;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
}

.drop-down .tag:after {
  display: inline-block;
  content: " ";
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -2px;
  width: 9px;
  height: 5px;
  background: url(common-ic4.png) no-repeat right center;
}

.drop-down .cur:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drop-down .tag a {
  display: inline-block;
  color: #000000;
}

.drop-down:first-child .tag {
  background: none;
  padding: 0;
}

.drop-lists {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  overflow: auto;
  display: none;
  text-align: left;
  background: #fff;
  border: 1px solid #898989;
  padding: 10px 0;
  z-index: 999;
}

.drop-lists li {
  float: left;
  height: 36px;
  line-height: 36px;
  width: 20%;
  color: #313131;
  text-align: center;
}

.drop-lists a {
  display: inline-block;
  line-height: 36px;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .header {
    height: auto;
  }
  .header .navBox {
    height: auto;
  }
  #untitled {
    position: absolute;
    right: 0.16rem;
    top: 0.16rem;
    width: 0.36rem;
  }
  .header .logo {
    flex-direction: column;
    text-align: left;
    margin-top: 0.3rem;
  }
  .header .logo img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .header .logo > div > a span {
    font-size: 0.24rem;
  }
  .header .logo > div:nth-last-child(n + 2) {
    margin: auto;
  }
  .header .logo > div:last-child {
    width: 100%;
    text-align: center;
  }
  .header .logo > div:last-child > div {
    display: inline-block;
    width: auto;
    margin: auto;
    margin-top: 0.2rem;
  }
  .header .logo input {
    width: 5rem;
    height: 0.64rem;
    font-size: 0.2rem;
  }
  .searchBtn {
    width: 0.96rem;
    height: 0.64rem;
    float: right;
  }
  .header .wzLogo {
    width: 100%;
    height: 2.45rem;
    margin: 0;
    text-align: center;
  }
  .header .wzLogo img {
    height: 100%;
  }
  .header .navbar {
    position: absolute;
    right: 0.16rem;
    top: 0.56rem;
    z-index: 999;
    height: auto;
    line-height: 1;
    border-radius: 0;
    margin: 0;
  }
  .navbar {
    display: none;
  }
  .navbar ul {
    flex-direction: column;
    height: auto;
  }
  .navbar ul li {
    width: 2.4rem;
    height: 0.96rem;
    line-height: 0.96rem;
  }
  .navbar-item a,
  .navbar-item.on a {
    /* padding: 0 0.16rem; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.24rem;
  }
  .navbar ul li::after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
  }
  .navbar ul li.on::after,
  .navbar ul li::after {
    height: 1px;
    width: 100%;
    bottom: 0;
  }
  .yqlx {
    padding: 0 0.24rem;
  }
  .footer-ewm > div,
  .footer-info > div {
    flex-direction: column;
    padding: 0.16rem 0.24rem;
  }
  .footer-info > div p {
    display: flex;
  }
  .footer-info > div p > span:first-child {
    display: inline-block;
    white-space: nowrap;
  }
  .footer-info {
    height: auto;
  }
  .footer-info > div > div {
    width: 100%;
  }
  .footer-info > div p {
    float: left;
  }
  .footer-ewm-icon {
    font-size: 0.32rem;
  }
  .raw-html-embed {
    flex-direction: column !important;
    align-items: start !important;
  }
  .footer-ewm-icon p {
    font-size: 0.24rem;
  }
  .footer-ewm-icon img {
    width: 1.2rem;
  }
}
