﻿.header {
  background: url("/public/header_bg.jpg") no-repeat center top;
  width: 100%;
  min-width: 1200px;
  height: 733px;
}
.header .headerTop {
  width: 1200px;
  margin: 0 auto 30px;
  padding-top: 16px;
  line-height: 30px;
  color: #bb1f1f;
}
.header .headerTop a.wza {
  margin-right: 20px;
  cursor: pointer;
}
.header .headerTop a.wza i {
  background: url("/public/icon_wza.png");
  width: 21px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.header .headerTop a.slh {
  display: inline-block;
  border-radius: 4px;
  width: 104px;
  text-align: center;
  background: #bb1f1f;
  color: #FFFFFF;
  margin-right: 20px;
}
.header .headerTop a.slh i {
  background: url("/public/icon_slh.png");
  width: 19px;
  vertical-align: middle;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
}
.header .headerTop span.ipv {
  display: inline-block;
  width: 120px;
  text-align: center;
  color: #bb1f1f;
  background: #F1D2D2;
  border-radius: 15px;
}
.header .headerCon {
  width: 1200px;
  margin: 40px auto 50px;
}
.header .headerCon .logo img {
  display: block;
  margin: 0 auto;
}
.header .nav {
  background: #bb1f1f;
  box-sizing: border-box;
  line-height: 70px;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  width: 1200px;
  margin: 148px auto 0;
}
.header .nav ul li {
  float: left;
  color: #FFFFFF;
  width: 168px;
  text-align: center;
}
.header .nav ul li.active {
  background: url("/public/nav_active.png") no-repeat right bottom;
}
.header .nav ul li a{
  display: block;
}
.header .nav .search{
  margin: 10px 12px 0 0;
}
.header .nav .search form {
  width: 334px;
  height: 50px;
  line-height: 50px;
  border-radius: 28px;
  display: block;
  background: #ffffff;
  margin: 0 auto;
  overflow: hidden;
}
.header .nav .search form input {
  height: 50px;
  font-size: 18px;
  display: block;
  border-right: none;
  border-radius: 28px 0 0 28px;
  text-indent: 48px;
  width: 282px;
}
.header .nav .search form button {
  width: 50px;
  height: 100%;
  cursor: pointer;
  display: block;
  background: url("/public/search.png") no-repeat center center;
}
.main {
  margin: -330px auto 0;
}