.bottomBannerSlideWrap{position:relative;width:1200px;height:52px;margin:25px auto;overflow:hidden;background:#fff;}
.bottomBannerSlidebox {width: 1100px;margin: 0 auto;}
/* .bottomBannerSlide{position:absolute;width:9999px;left:0;top:15px;} */
.bottomBannerSlide li{float: left; height: 40px;padding-right: 23px;}
.bottomBannerSlide .anchor{display:block;}
.bottomBannerSlide .image{display:block;width:100%;height:40px;}
.bottomBannerSlide .slick-arrow {
  position: absolute;
  top:5px;
  width: 30px;
  height: 30px;
  background: url('/news/img/box_arrow.png');
}
.bottomBannerSlide .slick-prev {
  left:-50px;
}
.bottomBannerSlide .slick-next {
  right:-30px;
  transform: rotate(180deg);
}
