.header {
  width: 100%;
  background: url("/pubm/banner_m.jpg") no-repeat center top;
  position: relative;
  background-size: 100% auto;
  padding-top: 1px;
}
.header .headerTop {
  width: 94vw;
  margin: 0.05rem auto;
  font-size: 0.28rem;
  line-height: .5rem;
}
.header .headerTop .ipv{
  display: inline-block;
  margin-left: .2rem;
  border-radius: .3rem;
  padding: 0 .1rem;
  height: .5rem;
  line-height: .5rem;
  background: rgba(70, 148, 227, 0.2);
  color: #007aff;
}
.header .headerCon {
  position: relative;
  z-index: 2;
  padding-top: 1px;
}
.header .headerCon .logo {
  width: 90vw;
  margin: 0.7rem auto 0;
}
.header .headerCon .logo img {
  width: 100%;
}
.header .headerCon .search {
  margin: 0.3rem auto 1.4rem;
}
.header .headerCon .search form {
  overflow: hidden;
  height: 0.66rem;
  width: 90vw;
  display: block;
  position: relative;
  margin: 0.2rem auto;
}
.header .headerCon .search form input {
  height: 100%;
  border-radius: 0.05rem;
  line-height: 100%;
  box-sizing: border-box;
  text-indent: 0.2rem;
  font-size: 0.3rem;
  border: 1px solid #c9cbca;
  display: block;
  background: #FFFFFF;
  width: 76vw;
}
.header .headerCon .search form button {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  width: 15vw;
  border-radius: 0.05rem;
  height: 0.66rem;
  cursor: pointer;
  font-size: 0.3rem;
  line-height: 100%;
  color: #FFFFFF;
  background: #4694e3;
  display: block;
  background-size: 50% auto;
  text-align: center;
}
.header .headerCon .search .hot {
  width: 96vw;
  text-align: center;
  font-size: 0.27rem;
  margin: 0.1rem auto;
  color: #2272c3;
}
.header .headerCon .search .hot a {
  line-height: 0.4rem;
  height: 0.4rem;
  border-radius: 0.07rem;
  display: inline-block;
  background: #FFFFFF;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  padding: 0 0.14rem;
}
.header .headerCon .search .hot a:last-child {
  margin-right: 0;
}
.header .nav {
  background: rgba(70, 148, 227, 0.4);
  width: 100%;
}
.header .nav li {
  width: 33.33%;
  text-align: center;
  line-height: 0.9rem;
  float: left;
  color: #fff;
  font-weight: bold;
  border-radius: 0.1rem;
  position: relative;
}
.header .nav li a {
  display: block;
}
.header .nav li.active {
  background: #4694e3;
}