﻿
/*产品列表*/
.showlist {width:100%;float:left; margin-top:10px;}
.showlist div *{width:100%;}
.showlist li{margin:0.5% ;width:23%;background:#fdfdfd;border:5px solid #fff;border-radius: 5px;float: left;}
.showlist li:hover{box-shadow: 0px 0px 8px #666;background:#f0f0f0;}
.showlist li a{display:block;}
.showlist li:hover a{color:#333;}
.showlist li img{border-radius: 5px;}
.showlist li .t{line-height:26px;text-transform:uppercase;display:block;}
.showlist li:hover b{color:#e30;}
.showlist dl {}
.showlist dt a{overflow:hidden;display:inline-block;transform:rotate(0);border-radius: 5px;width: 100%;}
.showlist dt a img{transition:all .4s ease-in-out;width: 100%;}
.showlist dt a:hover img{transform:translateZ(0) scale(1.12);}
.showlist dd ,.showlist ol{padding:1%;/*text-align:center;*/}
.showlist dd *{ text-align:center;color:#888;font-size:15px;}
.showlist ol {font-family:Arial;color:red;font-size:1.3em;width:95%;}
.showlist ol span{float:right;width:40%;text-align:right;text-decoration:none;}
.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:#fafafa;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}

#showdata {display:none;}
#showdata li{float:left;width:300px;}
#showdata li *{width:100%;}
#loaddata {text-align:center;}

.showpics{width:94%;border:#DBDBDB solid 1px;border-radius:5px;background:#FFF;float:left;margin:0px;}
.showpics img{border-radius:5px;}
.showpics li{height:395px;padding-bottom:15px;text-align:center;position:relative;}
.showpics li img{max-height:385px;max-width:95%;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;}
.showpics ol {border-top:#dbdbdb solid 1px;background:#fbfbfb;}
.showpics dt{ height:90px; overflow:hidden;}
.showpics dt img{height:90%;margin:1%;}
.showpics dt img:hover{box-shadow: -5px -5px 8px #aaa;}
div.showleft{background:#fdfdfd;width:50%;float:left;margin:3% 0px;}
div.showleft .qrout{margin:0px 20px 0px 0px;}

ul.fs2 {margin:0px;padding-top:1px;}
ul.fs2 li dl{width:20%;}
ul.fs2 li dt{width:76%;}
#_nub{width:50px;}
.nubjia,.nubjian{border:#A0A0A0 1px solid;line-height:27px;height:27px;width:15px;display:inline-block;margin-left:3px;text-align:center;cursor:pointer;user-select:none;}
div.min_box_content{color:#666;min-height:110px;padding-bottom:22px;}
div.min_box_content div.c{min-height:110px;text-indent:2em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
div.min_box_content:hover{color:#000;background:url(../images/hotbg.gif);}
@media screen and (max-width:1669px) {
	.showlist li {width: 31%;}
}
@media screen and (max-width:1269px) {
	.showlist li {width: 30%;}
}
@media only screen and (max-width: 650px){
	.showlist .button{font-size:12px;height:30px;line-height:30px;}
	.showlist li {width: 46%;} 
}
