.container{ width:1272px; }
.container-cqh{ width: 1310px; }
.header {
  background: url(../image/header.jpg) center no-repeat;
  height: 261px;
}

.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: 12%;
  position: relative;
}
.nav-list li a {
  display: block;
  font-size: 18px;
  color: #fff;
  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;
}
.wulan
{
  width:100%;
  background: #d71118;
}
.shi_in_all {
  width: 100%;
  height: 420px;
  background: white;
}
/* 视频动态 */

.focusBox2 {
  
  width: 100%;
  
  overflow: hidden;
  
}

.focusBox2 .hd {
  
  position: absolute;
  top: 47px;
  left: 135px;
  
  text-align: right;
  font-size: 0;
  z-index: 1;
}

.focusBox2 .hd li {
  margin: 0 5px;
  background: url(../image/in_03.png) no-repeat 0 -29px;
  height: 16px;
  overflow: hidden;
  width: 16px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  
}

.focusBox2 .hd .on {
  background-position: 0 0;
  height: 16px;
  
  width: 16px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.focusBox2 .prev,
.focusBox2 .next {
  position: absolute;
  left: 20px;
  top: 115px;
  
  display: block;
  width: 50px;
  height: 50px;
  background: url(../image/prev.png) no-repeat center;
}

.focusBox2 .next {
  left: auto;
  right: 20px;
  background: url(../image/next.png) no-repeat center;
}

.focusBox2 .next:hover,
.focusBox2 .prev:hover {
  filter: alpha(opacity=50);
  opacity: .5;
}

.focusBox2 .prevStop {
  display: none;
}

.focusBox2 .nextStop {
  display: none;
}