@charset "utf-8";

.pics_switch {
  position: relative;
  width: 1920px;
  margin: auto;
  background: #1b1c24;
  overflow: hidden;
}

.pics_switch .pb {
  height: 580px;
}

.pics_switch .pic_box {
  float: left;
  width: 1920px;
  overflow: hidden;
}

.pics_switch .pic_box a {
  margin: auto;
  display: block;
  width: 1920px;
}

.viewArrows {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-indent: -99999999px;
  position: absolute;
  top: 269px;
}

.prev {
  left: 200px;
  background: url(../images/prev.png) center center no-repeat;
  z-index: 9999;
}

.next {
  right: 200px;
  background: url(../images/next.png) center center no-repeat;
  z-index: 9999;
}

.banner_img {
  width: 100%;
}

.ps_box .pics_switch_clients {
  display: ;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.ps_box .pics_switch_clients ul {
  margin: 20px auto 0;
  width: 116px;
  height: 24px;
  overflow: hidden;
}

.ps_box .pics_switch_clients ul li {
  float: left;
  padding: 0px 0;
  cursor: pointer;
}

.ps_box .pics_switch_clients ul li span {
  display: block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  text-indent: -999999px;
  background: url(../images/banner_pointer.png) right top no-repeat;
}