.slider-displayBox {
  position: relative;
  width: 1200px;
  height: 350px;
  margin: 0 auto 0;
  overflow: hidden;
  z-index: 0;
}
.slider-container {
  width: 100%;
  height: 100%;
  z-index: -10;
}
.slider-container img {
  width: 100%;
  height: 100%;
}
.slider-container > li {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-sidebar {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  color: #fff;
  z-index: 200;
  background-image: url(../image/幻灯片遮罩.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.slider-sidebar > h1 {
  display: none;
  position: relative;
  top: 135px;
  margin: 0 auto 0;
  width: 70%;
  font-family: "微软雅黑";
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  line-height: 50px;
}
.slider-displayBox-button {
  position: absolute;
  left: 0;
  *left: 100px;
  right: 0;
  margin: 0 auto 0;
  width: 100px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 50px;
  cursor: pointer;
  z-index: 200;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slider-displayBox-button > i {
  font-size: 45px;
}
.slider-next {
  bottom: 0;
  background-image: url(../image/下.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.slider-prev {
  top: 0;
  background-image: url(../image/上.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.slider-displayBox-button:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slider-navPoint-cotainer {
  position: absolute;
  left: 25px;
  top: 185px;
}
.slider-navPoint {
  margin-bottom: 10px;
  width: 10px;
  height: 10px;
  background-color: #D8D0CD;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}
.slider-navPoint--active {
  background-color: #3461A2;
}
