/*京东轮播图*/
*{
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  list-style: none;

}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration:none;
}
.slider_top{
	 width: 960px;
	     padding: 15px 0 0 0;

}

#wrapper_slider{
          width:960px;
          height:355px;
          position: relative;
          overflow: hidden;
        }
#wrapper_slider  .slider_ul{
          width:3840px;
          height:100%;
          overflow: hidden;
          position: relative;
        }
#wrapper_slider .slider{
          
          width:960px;
          height:355px;
          float: left;
       		position: relative;
        }
#wrapper_slider   .slider img{  
   width:960px;
   height: 355px;
}    
#wrapper_slider   .slider_nav{
      height:20px;
      width:100%;
      position: absolute;
      bottom:10px;
      
      
    }
#wrapper_slider   .slider_nav_ul{
      
      margin:0 auto;
      overflow: hidden;
      text-align: center;
      
    }
#wrapper_slider   .slider_item{
      width:20px;
      height: 20px;
      
      line-height: 20px;
      font-size: 20px;
      display: inline-block;
      *zoom:1;*display:inline;
      border-radius: 50%;
      color: #FFF;
      overflow: hidden;
      background: #3E3E3E;
      cursor: pointer;
      text-align: center;
      font-weight: 700px;
      box-shadow: 0 1px 1px 0px #fff9FC;

    }
    
     .sliderPage .bannerNav{
         font-size:48px;
      color:white;
      display: block;
     
      line-height: 62px;
      filter: Alpha(opacity=50);
      opacity :0.8;background:gray}
      
      
    .sliderPage{width:100%;float:left;position:absolute;top:200px;overflow: hidden;height: 80px;}
    
    
    .sliderPage .sliderPrev{
      float:left;
      position: absolute;
      top:0px;
      left:-100px;
    	width:80px;
      height:80px;
   		background:url(../images/Sprites.png) no-repeat;
   		background-position: 0px 0px;
   		}
      
      
    .sliderPage .sliderNext{
      float:right;
      position: absolute;
      top:0px;
      right:-100px;
      width:80px;
      height:80px;
      background:url(../images/Sprites.png) no-repeat;
   		background-position: 0px -80px;
      
    }
    
  	.sliderDesc{
  		position: absolute;
  		bottom: -50px;
  		left:0px;
  		width:960px;
  		height: 50px;
  		background-color:rgba(0, 0, 0, 0.5);
  		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000);
  		z-index:2;
  	}  
  	
  	.sliderDesc  p{
  		color: #FFFFFF;
  		font-size: 18px;
  		font-family: "微软雅黑";
  		line-height: 18px;
  		
  	}
/*京东轮播图结束*/