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;}
@media(max-width:767px){
.pc{display:none;}
.mobile{ display:block;}
}
/*大的图片*/
 
/*小的图片或序号*/
#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: -30px; outline: 0; width: 60px; height: 60px; text-indent: -9999px; z-index: 999; background-color:#ccc; border-radius:30px; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
.bx-wrapper .bx-prev { left: 10px; background: url(../images/big-left-arr01.png) no-repeat 0 0px; }
.bx-wrapper .bx-next { right: 10px; background: url(../images/big-right-arr01.png) no-repeat right 0px; }
.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-next:hover { background-color:#e5771a; } 
@media(max-width:767px){
	.bx-wrapper .bx-controls-direction a { width: 30px; height: 30px; background-size:30px 30px; border-radius:15px;margin-top: -15px;}
	#pic-page{ display:none;}
}