.slide1{
	background: url(http://www.lsnews.com.cn/public/material/kls/images/1.jpg) no-repeat 50% 50%;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lsnews.com.cn/public/material/kls/images/1.jpg', sizingMethod='scale');
}
.slide2{
	background: url(http://www.lsnews.com.cn/public/material/kls/images/2.jpg) no-repeat 50% 50%;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lsnews.com.cn/public/material/kls/images/2.jpg', sizingMethod='scale');
}
.slide3{
	background: url(http://www.lsnews.com.cn/public/material/kls/images/3.jpg) no-repeat 50% 50%;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lsnews.com.cn/public/material/kls/images/3.jpg', sizingMethod='scale');
}
.slide4{
	background: url(http://www.lsnews.com.cn/public/material/kls/images/4.jpg) no-repeat 50% 50%;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lsnews.com.cn/public/material/kls/images/4.jpg', sizingMethod='scale');
}
.slide5{
	background: url(http://www.lsnews.com.cn/public/material/kls/images/5.jpg) no-repeat 50% 50%;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lsnews.com.cn/public/material/kls/images/5.jpg', sizingMethod='scale');
}
.slide6{
	background: url(http://www.lsnews.com.cn/public/material/kls/images/6.jpg) no-repeat 50% 50%;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lsnews.com.cn/public/material/kls/images/6.jpg', sizingMethod='scale');
}
.slide7{
	background: url(http://www.lsnews.com.cn/public/material/kls/images/7.jpg) no-repeat 50% 50%;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lsnews.com.cn/public/material/kls/images/7.jpg', sizingMethod='scale');
}
.slide8{
	background: url(http://www.lsnews.com.cn/public/material/kls/images/8.jpg) no-repeat 50% 50%;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lsnews.com.cn/public/material/kls/images/8.jpg', sizingMethod='scale');
}
.slide9{
	background: url(http://www.lsnews.com.cn/public/material/kls/images/9.jpg) no-repeat 50% 50%;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lsnews.com.cn/public/material/kls/images/9.jpg', sizingMethod='scale');
}
.slide10{
	background: url(http://www.lsnews.com.cn/public/material/kls/images/10.jpg) no-repeat 50% 50%;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lsnews.com.cn/public/material/kls/images/10.jpg', sizingMethod='scale');
}
.slide11{
	background: url(http://www.lsnews.com.cn/public/material/kls/images/11.jpg) no-repeat 50% 50%;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lsnews.com.cn/public/material/kls/images/11.jpg', sizingMethod='scale');
}


.swiper-container {
    /*width: 100%;*/
    height: 524px;
	width:auto;
	min-width:980px;
	_width:expression(document.body.clientWidth < 980 ? "980px" : "auto");
	background-color:#036;
} 
.box{
	width:980px;
	margin:0 auto;
}
.topFous{
	width: 100%;
	height: 524px;
	overflow: hidden;
}
.topFous .topFousFix{
	position: relative;
	z-index: 999;
}
.topFousFix .arrow{
	display:none;/* 箭头 */
	
	position: absolute;
	top: 140px;
	width: 33px;
	height: 80px;
	line-height: 80px;
	filter: alpha(Opacity=70);
	opacity: .7;
	z-index: 999;
	background: url(http://www.lsnews.com.cn/public/material/kls/images//sp.png) #303030 no-repeat;
}
.topFousFix .arrow-left {
	background-position:-604px -44px;
	left: 0px;
}
.topFousFix .arrow-right {
	background-position:-672px -44px;
	right: 0px;
}
.topFousFix .top_title{
	position: absolute;
	display: block;
	left: 200px;
	top:140px;
	font-size:58px;
	color:#FFF;
}
.pagination {
  position: absolute;
  /*right: 0;*/
  text-align: center;
  bottom:8px;
  *bottom:14px;
  /*width: 130px;*/
  width: 100%;
  z-index: 99;
}
 .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  filter:alpha(opacity=60);
  opacity:0.6;
  line-height: 0px;
  overflow: hidden;
}
.swiper-active-switch {
  width: 12px;
  height: 12px;
  background: #FF0;
  margin:0 0 -2px 0 ;
  filter:alpha(opacity=100);
  opacity:1.0;
}
/* 当前轮显图标题 */
.swiper-slide div{display:none;height:35px; line-height:35px; color:#FFF;width:960px;margin:0 auto;bottom:0; text-align:center; position:absolute;}