.heads {
  width: 100%;
  height: 64px;
  background: rgba(0,0,0,0.6);
  box-shadow: inset 0px -1px 0px 0px rgba(245, 241, 241, 0.2);
}
.fixhead{position: fixed;top: 0px;left: 0px;z-index: 10;}

.layer-mask {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: all 0.5s;
  background-color: #3e3e3e;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

/* 移动 */
@media screen and (min-width:0px) and  (max-width:992px){
  .w1200{
    max-width:100% !important;
    min-width:100% !important;
  }
  .swiper2{
    width:100% ;
    height:225px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .swiper2 img{
    width: 100%;
    height: 100%;
  }
  .swiper{
    --swiper-theme-color: #ffffff;/* 设置Swiper风格 */
    --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
  }

}

.poster-active .layer-mask {
  display: none;
}

/*轮播样式ʽ*/
.poster_box {
  overflow: hidden;
  margin: 30px 20px
}

.poster_box h2 {
  font-size: 30px;
  color: #015293;
  font-weight: bold;
  text-align: center;
}

.poster_box h3 {
  font-size: 16px;
  color: #015293;
  margin: 10px 0 35px;
  text-align: center;
}

.poster-main {
  position: relative;
  width: 100%;
  height: 340px !important;
  margin-left: auto;
  margin-right: auto;
}

.poster-main img {
  display: block;
  box-shadow: 0px 0px 10px #222222;
  -webkit-box-shadow: 0px 0px 10px #222222;
}

.poster-main a,
.poster-main img {
  display: block;
  width: 100%;
  height: 100%;
}

.poster-main img {}

.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}

.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}

.poster-main .poster-list .poster-item .item {
  position: relative;
  width: 100%;
  height: 100%
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: opacity(.5) brightness(1);
}

.poster-main .poster-btn:hover {
  filter: opacity(1) brightness(2);
}

.poster-main .poster-prev-btn {
  left: 0;
  background: url('https://static.dhorde.com/static/index/images/left.png') no-repeat center center;
}

.poster-main .poster-next-btn {
  right: 0;
  background: url('https://static.dhorde.com/static/index/images/right.png') no-repeat center center;
}

.poster-item-title {
  background: rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important;
  /*实现FF背景透明，文字不透明*/
  filter: Alpha(opacity=80);
  background: #2a2a2a;

  color: #FFF;
  width: 100%;
  height: 52px;
  line-height: 52px;
  position: absolute;
  bottom: 0;
  text-indent: 29px
}

.lunbo_btn {
  height: 15px;
  width: 100%;
  margin: 0px auto;

  position: absolute;
  z-index: 3;
  text-align: center;
  bottom: 2px
}

.lunbo_btn li {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: #b4b5b7;
  border-radius: 50%;
  margin: 0px 2px;
  cursor: pointer;
}

.lunbo_btn li.poster-btn-active {
  background-color: #0b518a;
}