.headers .banners {
  background: url("/public/header_second.jpg") no-repeat center top;
  width: 100%;
  min-width: 1200px;
  height: 252px;
}
.headers .banners .headerTop {
  width: 1200px;
  margin: 0 auto 30px;
  padding-top: 10px;
  line-height: 30px;
  font-size: 16px;
}
.headers .banners .headerTop a {
  display: inline-block;
  cursor: pointer;
  line-height: 30px;
  font-size: 16px;
}
.headers .banners .headerTop i {
  display: inline-block;
  font-style: normal;
  margin: 0 10px;
  line-height: 30px;
  font-size: 16px;
}
.headers .banners .headerTop span {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
}
.headers .banners .headerCon {
  width: 1200px;
  margin: 36px auto 0;
}
.headers .banners .headerCon .search {
  margin-top: 14px;
  background: none;
}
.headers .banners .headerCon .search form {
  width: 430px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #ffffff;
  margin: 0 auto;
  border: 1px solid #c30001;
  overflow: hidden;
}
.headers .banners .headerCon .search form input {
  height: 50px;
  font-size: 18px;
  display: block;
  text-indent: 14px;
  width: 350px;
}
.headers .banners .headerCon .search form button {
  width: 78px;
  height: 100%;
  cursor: pointer;
  background: url("/public/search1.png") no-repeat center center #c30001;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
}
.headers .navs {
  background: #d90102;
  box-sizing: border-box;
  line-height: 70px;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
}
.headers .navs ul {
  width: 1200px;
  margin: 0 auto;
}
.headers .navs ul li {
  float: left;
  color: #FFFFFF;
  width: 171px;
  text-align: center;
}
.headers .navs ul li.active {
  background: #8e0001;
}
.headers .navs ul li:hover {
  background: #8e0001;
}
.headers .navs ul li a{
  line-height: 70px;
  color: #ffffff;
  height: 70px;
  font-size: 20px;
  display: block;
  font-weight: bold;
}