b {
  font-weight: normal;
}
.pgwSlideshow {
  width: 100%;
  background: #fff;
  display: none;
}
.pgwSlideshow a {
  color: #fff;
}
.pgwSlideshow .ps-current {
  text-align: center;
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
.pgwSlideshow .ps-current > ul > li {
  text-align: center;
  width: 100%;
  z-index: 1;
  opacity: 0;
  display: block;
}
.pgwSlideshow .ps-current > ul > li img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.pgwSlideshow .ps-caption {
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-indent: 25px;
  display: none;
  font-weight: normal;
}
.pgwSlideshow .ps-caption span {
  padding: 7px;
  display: inline-block;
}
.pgwSlideshow .ps-list {
  overflow: hidden;
  position: relative;
}
.pgwSlideshow .ps-list ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
}
.pgwSlideshow .ps-list li {
  float: left;
}
.pgwSlideshow .ps-list li .ps-item {
  display: block;
  margin: 15px 8px;
  opacity: 0.6;
}
.pgwSlideshow .ps-list li img {
  display: block;
  border: 3px solid #fff;
  width: 8pc;
  height: 6pc;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected {
  float: left;
  opacity: 1;
  border: 3px #f45e5e solid;
  overflow: hidden;
}
.pgwSlideshow .ps-list li .ps-item.ps-selected img {
  margin: -4px;
  border: 3px #f45e5e solid;
}
.pgwSlideshow .ps-prevIcon {
  border-width: 10px 10px 10px 0;
}
.pgwSlideshow .ps-nextIcon,
.pgwSlideshow .ps-prevIcon {
  border-color: transparent #fff;
  border-style: solid;
  display: none;
}
.pgwSlideshow .ps-nextIcon {
  border-width: 10px 0 10px 10px;
}
.pgwSlideshow .ps-current .ps-prev {
  background: url(../images/page_button_pre.png) 0 0 no-repeat;
  left: 0;
}
.pgwSlideshow .ps-current .ps-next,
.pgwSlideshow .ps-current .ps-prev {
  position: absolute;
  top: 45%;
  cursor: pointer;
  width: 70px;
  height: 70px;
}
.pgwSlideshow .ps-current .ps-next {
  background: url(../images/page_button_next.png) 0 0 no-repeat;
  right: 0;
}
.pgwSlideshow .ps-list .ps-prev {
  background: url(../images/album-arrow_pre.png) center no-repeat #fff;
  left: 0px;
}
.pgwSlideshow .ps-list .ps-next,
.pgwSlideshow .ps-list .ps-prev {
  cursor: pointer;
  position: absolute;
  top: 5px;
  z-index: 1000;
  display: none;
  width: 35px;
  height: 115px;
}
.pgwSlideshow .ps-list .ps-next {
  background: url(../images/album-arrow_next.png) center no-repeat #fff;
  right: 0px;
}
.pgwSlideshow.narrow .ps-list li img {
  width: 60px;
  height: 60px;
}
.pgwSlideshow.narrow .ps-current .ps-prev {
  padding: 15px 15px 15px 9pt;
  top: 40%;
}
.pgwSlideshow.narrow .ps-current .ps-next {
  padding: 15px 9pt 15px 15px;
  top: 40%;
}
.pgwSlideshow.narrow .ps-list .ps-prev {
  padding: 15px 9pt 15px 10px;
  top: 20px;
}
.pgwSlideshow.narrow .ps-list .ps-next {
  padding: 15px 10px 15px 9pt;
  top: 20px;
}
.pgwSlideshow.narrow .ps-caption {
  font-size: 0.8rem;
  padding: 8px;
}
.jq22-container {
  box-shadow: 1px 0 6px 0 hsla(0, 0%, 71%, 0.4);
  margin-top: 20px;
}

/* 手机端样式 */
@media screen and (max-width: 768px) {
  .pgwSlideshow.narrow .ps-list .ps-prev {
    top: 15px;
  }
  .pgwSlideshow.narrow .ps-list .ps-next {
    top: 15px;
  }
  .pgwSlideshow .ps-list .ps-next,
  .pgwSlideshow .ps-list .ps-prev {
    width: 10px;
    height: 35px;
  }

  .pgwSlideshow .ps-caption {
    height: 25px;
    line-height: 25px;
    text-indent: 15px;
  }

  .pgwSlideshow .ps-current .ps-next {
    width: 25px;
    height: 25px;
    background: url(../images/page_button_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .pgwSlideshow .ps-current .ps-prev {
    width: 25px;
    height: 25px;
    background: url(../images/page_button_pre.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
