.header {
  /* padding: 0.2rem 0 0.6rem 0;
  background: url(../images/yj_lzrsksw_header_bg.png) no-repeat;
  background-size: cover; */
  padding: 0.10rem 0 0.10rem 0;
  background: none;
}
.header .top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.14rem;
}
.header .top a,
.header .top span {
  /* color: #0565c3; */
  color: #fff;
}
.header .top .line {
  display: inline-block;
  margin: 0 0.08rem;
}
.header .logo-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* margin: 0.6rem 0 0 0; */
  margin: 0.08rem 0 0 0;
}
.header .logo-search .logo {
  /* width: 3.69rem; */
  width: 4.2rem;
}
.header .logo-search .search-box {
  display: flex;
  flex-direction: row;
  width: 4rem;
  /* height: 0.6rem; */
  height: 0.5rem;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.header .logo-search .search-box input {
  flex: 1;
  padding: 0 0.15rem;
  height: 100%;
  font-size: 0.16rem;
}
.header .logo-search .search-box .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.54rem;
  height: 100%;
}
.header .logo-search .search-box .search-btn img {
  width: 0.18rem;
}


.nav-box {
  background-color: #0871cf;
}
.nav-box .nav {
  display: flex;
  flex-direction: row;
}
.nav-box .nav .nav-item {
  display: block;
  width: 12.5%;
  font-size: 0.2rem;
  /* line-height: 0.8rem; */
  line-height: 0.48rem;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
}
.nav-box .nav .nav-item:nth-child(1) {
  width: 9%;
}
.nav-box .nav .nav-item:nth-last-child(1) {
  width: 16%;
}
.nav-box .nav .nav-item:hover {
  background-color: rgb(0, 96, 179);
}

.foot-link-box {
  margin-top: 0.2rem;
  padding: 0.2rem 0 0 0;
  background-color: #fff;
}
.foot-link-box .foot-link {
  display: flex;
  flex-direction: row;
}
.foot-link-box .foot-link .foot-link-tit {
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.25rem;
  letter-spacing: 1px;
  color: #0871cf;
}
.foot-link-box .foot-link ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}
.foot-link-box .foot-link ul li {
  margin-right: 0.4rem;
  margin-bottom: 0.15rem;
}
.foot-link-box .foot-link ul li a {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.25rem;
  color: #333;
  letter-spacing: 0.01rem;
}
.foot-link-box .foot-link ul li a:hover {
  color: #0871cf;
}

.footer-box {
  background-color: #0871cf;
}
.footer-box .footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
}
.footer-box .footer .logo {
  height: 0.58rem;
}
.footer-box .footer .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.footer-box .footer .info p {
  margin: 0.08rem 0;
  width: 90%;
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #fff;
}
.footer-box .footer .info p a {
  color: #fff;
}
.footer-box .footer .info p a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer-box .footer .info p .line {
  display: inline-block;
  margin: 0 0.1rem;
}
.footer-box .footer .info span {
  display: inline-block;
  margin-right: 0.1rem;
}
.footer-box .footer .info p .jh {
  height: 0.2rem;
}
.footer-box .footer .sydw {
  width: 0.93rem;
  height: 1.16rem;
}

@media screen and (max-width: 850px) {
  .header {
    padding: 0.2rem 0 0.6rem 0;
  }
  .header .top {
    font-size: 0.16rem;
  }

  .header .logo-search {
    flex-direction: column;
    margin: 0.6rem 0 0 0;
  }
  .header .logo-search .logo {
    display: block;
    margin: 0 auto;
    max-width: 6rem;
    width: 80%;
  }
  .header .logo-search .search-box {
    margin-top: 0.25rem;
    width: 3.69rem;
  }
  .header .logo-search .search-box input {
    font-size: 0.18rem;
  }

  .nav-box .nav {
    flex-wrap: wrap;
  }
  .nav-box .nav .nav-item {
    width: calc(100% / 3);
    font-size: 0.2rem;
    line-height: 0.45rem;
    letter-spacing: 1px;
  }
  .nav-box .nav .nav-item:nth-child(1) {
    width: calc(100% / 3);
  }
  .nav-box .nav .nav-item:nth-last-child(1) {
    width: calc(100% / 3);
  }
  .nav-box .nav .wsbm-item {
    display: none;
  }

  .foot-link-box .foot-link {
    flex-wrap: wrap;
  }
  .foot-link-box .foot-link .foot-link-tit {
    font-size: 0.2rem;
    line-height: 0.25rem;
  }

  .foot-link-box .foot-link ul li {
    margin-right: 0.2rem;
    margin-bottom: 0.15rem;
  }
  .foot-link-box .foot-link ul li a {
    font-size: 0.18rem;
  }

  .footer-box .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0.2rem 0;
  }
  .footer-box .footer .logo {
    max-width: 5rem;
    width: 80%;
    height: auto;
  }
  .footer-box .footer .info {
    margin: 0.1rem 0;
  }
  .footer-box .footer .info p {
    margin: 0.08rem 0;
    width: 90%;
    font-size: 0.18rem;
    text-align: center;
  }

  .footer-box .footer .info p .jh {
    height: 0.2rem;
  }
  .footer-box .footer .sydw {
    width: 0.6rem;
    height: auto;
  }
}
