
/* CSS Document */


.hide { display:none;}



.proview { width:100%; margin:0px auto; overflow:hidden;}
.proview .bpic{ width:100%;display: flex;align-items: center;flex-wrap: wrap;justify-content:center;float:left;}
.proview .bpic img{width:auto; max-width: 100%; height: auto; max-height:100%;} 


.piclist { width:100%; margin-top:30px; position:relative;float:left;}
#showbox { width:100%; margin:0px auto; overflow:hidden;}
#prev { position:absolute; top:15px; left:5px; width:46px; height:60px; background:url(../image/prev.jpg) no-repeat;}
#next { position:absolute; top:15px; right:5px; width:46px; height:60px; background:url(../image/next.jpg) no-repeat;}
#showbox ul li { float:left; display:inline;  width:120px; height:90px; margin-left:9px; margin-right:9px; border:1px solid #ccc;display: flex;align-items: center;flex-wrap: wrap;justify-content:center;}
#showbox ul li img{width:auto; max-width: 100%; height: auto; max-height:100%;}

