/*************************************************************************************************/

.device {
  width: 705px;
  height: 125px;
  padding: 0px 40px;
  margin: 0px auto;
  position: relative;
}
.device .arrow-left {
  background: url(../images/arrows.png) no-repeat 0px 0px;
  position: absolute;
  left: 10px;
  top: 35px;
  margin-top: -15px;
  width: 22px;
  height: 98px;
}
.device .arrow-right {
  background: url(../images/arrows.png) no-repeat -22px -0px;
  position: absolute;
  left:739px;
  top: 35px;
  margin-top: -15px;
  width: 22px;
  height: 98px;
}

.swipper-wrapper, .swiper-container{
  height: 300px;
  width: 698px;

}
.swiper-slide {
  width: 219px;
  color: #fff;
}

.swiper-slide img {
border: 1px solid #A5C04D;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}