.container{ width:1272px; }
.container-cqh{ width: 1310px; }
.header {
  background: url(../image/header.jpg) center no-repeat;
  height: 140px;
}

.header-a {
  font-size: 16px;
  color: #fff;
}
.header-a a {
  color: #fff;
}
.header-a span {
  padding: 0 15px;
}

.nav-list, .z-box {
  position: relative;
  z-index: 10000;
}
.nav-list li {
  float: left;
  width: 10%;
  position: relative;
}
.nav-list li a {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 60px;
}
.nav-list li:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 18px;
  margin-top: -9px;
  border-right: solid 1px #e5e5e5;
}
.nav-down {
  position: absolute;
  display: none;
  z-index: 10000;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
  border-top: solid 3px #9c1406;
}
.nav-down li {
  float: none;
  width: 100%;
}
.nav-down li a {
  line-height: 50px;
  color: #333;
  font-size: 16px;
}
.nav-down li:before {
  display: none;
}
.nav-list li:hover .nav-down {
  display: block;
}
.slick {
  overflow: hidden;
}

