body{
	margin:0;
	padding:0;
	background-color:rgb(240,240,240);
}
.search{
	height:50px;
	width:100%;
	position:absolute;
	background-color:rgba(72,143,192,0.1);
}
.search_box{
	width:910px;
	height:50px;
	margin:0 auto;
}
.sele_box{
	width:250px;
	height:30px;
	margin-top:10px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
}
.sele_box:focus { outline: none; }
.in_butt{
	width:100px;
	height:30px;
	margin-left:10px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
    cursor:pointer;
}
.in_butt:focus { outline: none; }
.main{
	width:1270px;
	height:100%;
	margin:0 auto;
	margin-top:50px;
}
.content_left{
	width:225px;
	height:800px;
	float:left;
	margin-top:10px;
}
.content_right{
	width:1000px;
	border:1px solid #ddd;
	margin-top:10px;
	float:left;
	margin-left:20px;
	margin-bottom:40px;
}
.product_box{
	width:100%;
}
.product_box ul{
	list-style:none;
}
.product_box ul li{
	float:left;
	display:block;
	margin-left:5px;
	margin-top:10px;
}
.single_product{
   width:240px;
   height:330px;
   position: relative;
   border:1px solid #eee;
   cursor:pointer;
   background-color:#fff;
}
.product_img{
	width:210px;
	height:250px;
	margin:0 auto;
	margin-top:10px;
}
.single_product .border-left{width: 1px;height: 0px;background: #999;position:absolute;left:-1px;bottom: 0;}
.single_product .border-bottom{width: 0px;height: 1px;background: #999;position:absolute;left:0;bottom: 0px;}
.single_product .border-top{width: 0px;height: 1px;background: #999;position:absolute;right:0;top: 0px;}
.single_product .border-right{width: 1px;height: 0px;background: #999;position:absolute;right:-1px;top: 0;}
.product_img img{
	width:100%;
	height:100%;
}
.product_info{
	width:210px;
	height:40px;
	margin:0 auto;
	font-family:Tahoma;
	margin-top:10px;
	line-height:40px;
	text-align:center;
	text-overflow :ellipsis;
	white-space:nowrap; 
    overflow: hidden;
	
}
.tcdPageCode{padding: 15px 20px;text-align: left;color: #ccc;text-align:center; margin:0 auto; margin-top:20px;}
.tcdPageCode a{display: inline-block;color: #428bca;display: inline-block;height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;border-radius: 4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration: none;border: 1px solid #428bca;}
.tcdPageCode span.current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;color: #fff;background-color: #428bca;	border: 1px solid #428bca;border-radius: 4px;vertical-align: middle;}
.tcdPageCode span.disabled{	display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;border-radius: 4px;vertical-align: middle;}

.footer{
	width:100%;
	height:50px;
    float:left;
	background-color:rgb(42,45,52);
}