
/*轮播*/
.news_content {
	overflow-y: auto;
}
.device {
  position: relative;
  overflow:hidden;
}
.device,.swiper-slide {
	width:100%;
	background: url(../image/default_img.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.swiper-slide img {
  width: 100%;
  height:100%;
}
.pagination {
  position: absolute;
  left: 0;
  z-index: 99;
  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: #a71e16;
}

@media screen and (max-width:320px){
	.device,.swiper-slide {
		height:180px;
	}
}
@media screen and (min-width:360px) and (max-width:375px){
	.device,.swiper-slide {
		height:202px;
	}
}
@media screen and (min-width:375px) and (max-width:380px){
	.device,.swiper-slide {
		height:210px;
	}
}
@media screen and (min-width:390px) and (max-width:400px){
	.device,.swiper-slide {
		height:220px;
	}
}
@media screen and (min-width:410px) and (max-width:430px){
	.device,.swiper-slide {
		height:232px;
	}
}
@media screen and (min-width:430px) and (max-width:440px){
	.device,.swiper-slide {
		height:242px;
	}
}