/*产品列表*/
.showlist {width:100%;float:left;}
.showlist div *{width:100%;}
.showlist li{margin:10% auto;width:85%;background:#fdfdfd;border:5px solid #fff;border-radius: 5px;border-bottom: 3px solid #ff2a2a; padding-bottom: 10px;}
.showlist li:hover{box-shadow: 0px 0px 8px #666;background:#f0f0f0;}
.showlist li dl a{display:block;}
.showlist li img{border-radius: 5px;}
.showlist li .t{line-height:35px;display:block; text-align: center;}
.showlist li:hover b{color:#e30;}
.showlist dt{
	position: relative;
	z-index: 10;
}
.showlist dt .upname{
	position: absolute;
    left: 0px;
    bottom: 4px;
    z-index: 100;
    width: 100%;
    height: 35px;
    background: url(../images/pro-name2.png) top left no-repeat;

}
.showlist dt .upname p{
	display: block;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    text-indent: 15px;
}
.showlist dt a{overflow:hidden;display:inline-block;transform:rotate(0);border-radius: 5px;}
.showlist dt a img{transition:all .4s ease-in-out; border:1px solid #efefef; box-sizing: border-box;}
.showlist dt a:hover img{transform:translateZ(0) scale(1.12);}
.showlist dd ,.showlist ol{padding:1%;color:#666;text-align:center;}
.showlist dd *{color:#666; font-size: 16px;}
.showlist span{text-decoration:line-through;vertical-align: middle;}
.showlist .pm{text-decoration:none;color:#00F;}
.showlist div{float:left;border-left:1px solid #eee;}
.showlist div:hover{background:;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
@media only screen and (max-width: 650px){
	.showlist .button{font-size:12px;height:30px;line-height:30px;}
}
#showdata {display:none;}
#showdata li{float:left;width:300px;}
#showdata li *{width:100%;}
#loaddata {text-align:center;}