.header {
  width: 100%;
  min-width: 1200px;
}
.header .banner {
  position: relative;
  padding: 1px 0;
  background: #8ECBFE;
}
.header .banner img.bannerBg{
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0;
}
.header .banner .headerTop {
  width: 1200px;
  margin: 10px auto 30px;
  position: relative;
}
.header .banner .headerTop span {
  margin-right: 10px;
}
.header .banner .headerTop span.weather{
  vertical-align: -6px;
}
.header .banner .headerTop span.login {
  margin-right: 0;
}
.header .banner .headerTop span.ipv {
  display: inline-block;
  background: #428fe6;
  line-height: 26px;
  border-radius: 20px;
  padding: 0 12px;
  margin-left: 20px;
  margin-right: 0;
  color: #fff;
  font-size: 15px;
}
.header .banner .headerTop a {
  margin-left: 20px;
}
.header .banner .headerTop a.phone{
  position: relative;
}
.header .banner .headerTop a.phone img{
  position: absolute;
  top: 22px;
  z-index: 10;
  left: -50px;
  width: 160px;
}
.header .banner .headerCon {
  width: 1200px;
  position: relative;
  margin: 10px auto 30px;
}
.header .banner .headerCon .logo img {
  display: block;
}
.header .banner .headerCon .search form {
  margin: 24px 0;
  width: 436px;
  height: 44px;
  border-radius: 30px;
  line-height: 44px;
  display: block;
  background: #f9f9f9;
  overflow: hidden;
  border: 1px solid #80beeb;
}
.header .banner .headerCon .search form input {
  height: 44px;
  font-size: 16px;
  display: block;
  text-indent: 14px;
  width: 380px;
  background: #f9f9f9;
}
.header .banner .headerCon .search form button {
  width: 56px;
  height: 100%;
  cursor: pointer;
  background: url("/public/search.png") no-repeat center center;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
}
.header .nav {
  background: #0167CC;
  box-sizing: border-box;
  line-height: 54px;
  height: 54px;
  font-size: 22px;
}
.header .nav ul {
  width: 1200px;
  margin: 0 auto;
}
.header .nav ul li {
  float: left;
  color: #FFFFFF;
  width: 171px;
  position: relative;
  text-align: center;
}
.header .nav ul li a {
  display: block;
}
.header .nav ul li span {
  position: absolute;
  width: 22px;
  height: 5px;
  display: none;
  bottom: 6px;
  left: 75px;
  background: #D40D1C;
}
.header .nav ul li.active {
  font-weight: bold;
}
.header .nav ul li.active span {
  display: block;
}
.header .nav ul li:hover {
  font-weight: bold;
}