@charset "utf-8";
.filter{height:auto;border:1px solid #d1d1d1;}
.filter-tr{width:100%;border-bottom:1px dotted #d1d1d1;line-height:40px;}
.filter-td-left{width:10%;height:40px;background-color:#f8f8f8;text-align:center;overflow:hidden;}
.filter-td-right{width:90%;height:auto;text-align:left;background-color:#ffffff;}
.filter-td-right a{margin:0 5px;padding:3px 10px;border:1px solid #ffffff;}
.filter-td-right a:hover,.filter-td-right a.active{border:1px dotted #fd734f;color:#FD734F}

.sort{margin-bottom:30px;height:40px;line-height:40px;text-align: left;margin-top:10px;}
.sort a {padding:3px 10px;margin-right:10px;border:1px solid #d1d1d1;}
.sort a:hover,.sort a.active{border-color:#FD734F;color:#FD734F;}


.pro-box{width:100%;height:auto;background-color:#f8f8f8;padding:30px 0;}
.pro-title{width:100%;height:42px;/* border-top:1px solid #e2e2e2; */}
.pro-title-txt{    
	color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    height: 42px;
    /* margin-top: -1px;
    border-top: 1px dotted #000; */
}
.pro-title-more{color:#c8c8c8;line-height: 42px;font-size:13px;margin-right:10px;}
/* .prolist{width:101.7%;height:auto;margin-left:-0.85%;}
.probox{width:18.3%;height:280px;background-color:#fff;;margin:0 0.85%;
	float:left;margin-bottom:25px;text-align: center;
} */
.probox-img{width:88%;margin:6%;}
.probox-img a{display: block;width: 100%;height: 100%;}
.probox-img img{/* width:100%; */}
.pro-name{
	color: #666;
}
.pro-price{
	line-height: 30px;
    color: #c14345;
    font-weight: bold;
    padding-bottom:5px;
}
.pro-price del{text-decoration: line-through;color: #666;}


/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	        下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.page{width:100%;height:50px;line-height:50px;text-align:center;margin:20px auto;}
.pages a,
.pages strong{
	display:inline-block;
	line-height:28px;
	padding:0 15px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages  .current{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;	
	color:#fff;
	/* background-color:#75af27; */
	border-color:#fff;

}
.pages a:hover{
	color:#fff;
	background-color:#5fa3ea;
	border-color:#fff;
	text-decoration:none;
}

.pages b{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	
	color:#fff;
	background-color:#5fa3ea;
	border-color:#fff;
}
.pages strong{
	color:#fff;
	background-color:#75af27;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

.pages input{width:30px;padding:0 5px;height:28px;line-height:28px;border:1px solid #d9d9d9;vertical-align:middle;}
.pages button{width:50px;height:28px;line-height:28px;border:1px solid #d9d9d9;cursor:pointer;vertical-align:middle;}

@media (max-width:1441px) {/*屏幕宽度小于1440px时，设置container宽度为1000px*/
	/* .probox{width:18.3%;height:250px;background-color:#fff;;margin:0 0.85%;
		float:left;margin-bottom:25px;text-align: center;
	} */
}