ul { list-style: none; margin:0; padding:0;}
.bxslider{ position:relative;}
.bx-wrapper { position: relative; margin: 0 auto 0px; padding: 0;  *zoom: 1;}

.pc{display:block;}
.mobile{ display:none;}
/*大的图片*/
 
/*小的图片或序号*/
#pic-page {height:30px; bottom:10px; left:0; text-align: center; margin-top: 0px; position:absolute; width:100%; z-index:999;}
#pic-page a {color:#868686;  margin: 0 2px; font-size:25px; cursor:pointer;}
#pic-page a img { width: 40px; padding: 2px; border: solid #ccc 1px; margin-bottom: 5px; }
#pic-page a:hover, #pic-page a.active {color:#b09070; }
#pic-page a:hover img, #pic-page a.active img{border:1px blue solid;}
/*左右按钮*/
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 30px; height: 30px; text-indent: -9999px; z-index: 999; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
.bx-wrapper .bx-prev { left: 10px; background: url(../images/gray_prev.png) no-repeat 0 -30px; }
.bx-wrapper .bx-next { right: 10px; background: url(../images/gray_next.png) no-repeat right -30px; }
.bx-wrapper .bx-prev:hover { background-position: 0 0; }
.bx-wrapper .bx-next:hover { background-position: 0 0; } 
@media(max-width:767px){
	.pc{display:none;}
	.mobile{ display:block;}
	#pic-page{display:none;}
}