/* Demo Syles */
.device {
  width: 973px;
  left: 1px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  margin: 0px auto;
  position: relative;
}
.device .arrow-left {
  background: url(../../img/slider_btn_1.png) no-repeat left top;
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -15px;
  height: 59px;
  width: 67px;
  z-index: 5;
}
.device .arrow-right {
  background: url(../../img/slider_btn_2.png) no-repeat left bottom;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -15px;
  height: 59px;
  width: 67px;
  z-index: 5;
}
.swiper-slide{
/*  position: relative;*/
}
.swiper-container {
  height: 359px;
  width: 975px;
  z-index: 0;
}
.content-slide {
/*  padding: 20px;*/
  position: relative;
}
.content-slide .swiper-textwrap{
  position: absolute;
  top: 0;
  width: 875px;
  padding: 20px 50px;
  float: left;
}
.content-slide .swiper-title{
  font-family: 'Open sans', Arial, san-serif;
  font-size: 28px !important;
  position: relative;
  text-align: right;
  margin: 0 0 15px 0px;
  width: 875px;
}
.content-slide p{
  display: none;
}
.content-slide .swiper-info{
  font-family: Arial, san-serif;
  font-size: 15px;
  display: block;
  position: relative;
  margin: 0 0 15px 0;
  padding-left: 610px;
  padding-right: 10px;
  max-height: 175px;
  overflow: hidden;
}
.content-slide .swiper-more{
  display: block;
  position: relative;
  text-align: right;
  float: right;
  margin-top: 40px;
}
.content-slide .swiper-more-text{
  font-family: Arial, san-serif;
  font-size: 14px;
  display: block;
  background-image: url(../../img/bgRedbtn.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  padding: 4px 0px;
  width: 255px;
  text-align: center;
  margin-right: 10px;
  float: left;
  color: #fff;
}
.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;
}