.header .headerCon {
  width: 100%;
  background: url("/pubm/banner_m.jpg") no-repeat center top;
  position: relative;
  background-size: 100% 100%;
  padding-top: 1px;
  height: 50vw;
  z-index: 2;
}
.header .headerCon .logo {
  width: 66vw;
  margin: 0.4rem auto 0;
}
.header .headerCon .logo img {
  width: 100%;
}
.header .headerCon .search {
  width: 50vw;
  margin: 0.4rem auto 0;
}
.header .headerCon .search form {
  overflow: hidden;
  height: 0.66rem;
  width: 100%;
  display: block;
  position: relative;
  margin: 0.2rem auto;
  background: #FFFFFF;
  border: 1px solid #c9cbca;
  border-radius: 0.35rem;
}
.header .headerCon .search form input {
  height: 100%;
  line-height: 100%;
  box-sizing: border-box;
  text-indent: 0.2rem;
  font-size: 0.3rem;
  background: #FFFFFF;
  display: block;
  width: 76vw;
}
.header .headerCon .search form button {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
  width: 10vw;
  background: #FFFFFF;
  height: 0.66rem;
  cursor: pointer;
  font-size: 0.3rem;
  line-height: 100%;
  display: block;
  background-size: 50% auto;
  text-align: center;
}
.header .headerCon .search form button img {
  width: 0.4rem;
}
.header .headerCon .search .hot {
  width: 100%;
  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;
  padding: 0 0.14rem;
}
.header .headerCon .search .hot a:last-child {
  margin-right: 0;
}
.header .nav {
  background: #bf0e0e;
  width: 100%;
}
.header .nav li {
  width: 15.8%;
  text-align: center;
  line-height: 0.7rem;
  float: left;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.header .nav li.navXwzx{
  width: 25.4%;
}
.header .nav li.navLong{
  width: 25.4%;
}
.header .nav li a {
  display: block;
}
.header .nav li.active {
  background: #FFFFFF;
  color: #bf0e0e;
}