
.swiper-box {
  margin: 5% auto;
  width: 100%;
}
.pic_page {
  position: absolute;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  font-size: 18px;
  color: #FF5909;
  font-weight: bold
}
.view .swiper-container img {
  display: block;
  width: 100%;
  height: 100%
}
.view {
  width: 100%;
  background-color: #f1f1f1;
  position: relative
}
.view .swiper-container {
  width:55%;
  height: 453px;
}
.view .arrow-left {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 50px;
  background: url("../images/arrow_l.png") no-repeat center;
  background-size: 100%;
  z-index: 10
}
.view .arrow-right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 50px;
  background: url("../images/arrow_r.png") no-repeat center;
  z-index: 10
}
.view .swiper-slide div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.preview {
  width: 100%;
  margin-top: 18px;
  position: relative
}
.preview .swiper-container {
  height: 200px;
}
.preview .swiper-slide {
  width:297px;
  height:200px;
  cursor: pointer;
  overflow: hidden
}
.preview .swiper-slide img {
  width: 288px;
  height: 164px;
  margin: 0 auto;
  border: 2px solid #edeef5
}
.preview .swiper-slide p{
  font-size: 16px;
  color: #797979;
  text-align: center;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.preview .arrow-left {
  background-size: 100% 100%;
  position: absolute;
  left: -5%;
  top: 10px;
  margin-top: -9px;
  width: 44px;
  height: 164px;
  
  text-align: center;
  z-index: 10
}
.preview .arrow-left span {
  display: inline-block;
  width: 27px;
  height: 59px;
  background: url("../images/fcwhprev.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 48px
}
.preview .arrow-right {
  position: absolute;
  right: -5%;
  top: 10px;
  margin-top: -9px;
  width: 44px;
  height: 164px;
  
  text-align: center;
  z-index: 10
}
.preview .arrow-right span {
  display: inline-block;
  width: 27px;
  height: 59px;
  background: url("../images/fcwhnext.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 48px
}
.preview .active-nav img {
  padding: 0;
  border-color: #ff5909;
  opacity: .9
}