/*大图展示*/
.picshowtop{width:100%; height:400px;text-align:center;position:relative;z-index:1;overflow:hidden;}
.picshowtop img { height:100%;width:auto}
#pic1{max-width:100%;}
#preArrow{left:100px;}
#nextArrow{right:100px;}
.contextDiv{cursor:pointer;height:100%;width:50%;position:absolute;top:0px;z-index:5;background:url("blank") repeat;}
.contextDiv span{position:absolute;top:50%;margin-top:-26px;width:29px;height:53px;}
#preArrow_A{left:0px;background:url("../images/prevp.png") 0px 0px no-repeat;}
#nextArrow_A{right:0px;background:url("../images/nextp.png") 0px 0px no-repeat;}
.picshowlist_mid{float:left;width:100%;display:inline;overflow:hidden;height:76px;text-align:center;margin:40px 0 60px 0}
.picmidmid{float:left;width:100%;overflow:hidden;height:76px; text-align:center}
.picmidmid ul{width:100%; text-align:center;overflow:hidden;position:relative;height:76px;}
.picmidmid ul li{margin:0 10px;display:inline-block;width:85px;text-align:center;height:76px;}
.picmidmid ul li img{width:83px;height:74px;border:1px solid #f5f5f5;}
.picmidmid ul li img.selectpic{border-color:#ffd200;}