@charset "utf-8";
/* CSS Document */
/* reset */


.fr {
  float: right !important
}
.fl {
  float: left !important
}
.clearfix {
    *+height: 1%;
}
  .clearfix:before{
            content:"";
            display:table;
        }


.poster_box img {
 
  border: 0;
  display: block
}

/*轮播样式ʽ*/
.poster_box {
  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: 500px!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-list .poster-item .item b{
  position: absolute;
  font-size: 24px;
  color: #fff;
  left: 40px;
  bottom: 80px;
  display: none;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover {
  filter: opacity(1) brightness(1);
}
.poster-main .poster-prev-btn {
  left: -200px;
  background: url(left.png) no-repeat center center;
}
.poster-main .poster-next-btn {
  right: -200px;
  background: url(right.png) no-repeat center center;
}
.poster-item-title {
 
  color: #FFF;
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 18px;
  display: none;
}
.lunbo_btn {
  height: 15px;
  width: 100%;
  margin: 0px auto;
  display: none;
  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;
}
