body{
	margin:0px;
	padding:0px;
}

.tab{
	width:180px;
	height:500px;
	margin-left:325px;
	margin-top:50px;
	float:left;
}
.tab ul{
  padding:0px;
  margin-top:10px;
}
ul li{
	list-style:none;
}
.tabitem{
	display:block;
	border:1px solid #c0c0c0;
	margin-top:8px;
}
#tab01{
	border:1px solid #eee;
}
.tabitem_content{
   width:100%;
   height:60px;
   line-height:60px;
   text-align:center;
   font-family:Tahoma;
   font-size:14px;
   cursor:pointer;
}
.tabitem:hover{
	border:1px solid #eee;
}
.tab_body{
	width:1000px;
	height:1250px;
	float:left;
	margin-left:10px;
	margin-top:50px;
	margin-bottom:30px;
}
#tab02_body,#tab03_body,#tab04_body{
   display:none;
}
.product_list li{
	float:left;
	display:block;
	margin-left:5px;
	margin-top:10px;
}
.single_product{
   width:240px;
   height:360px;
   position: relative;
   border:1px solid #eee;
   cursor:pointer;
}
.product_img{
	width:210px;
	height:285px;
	margin:0 auto;
	margin-top:10px;
}
.product_info{
	width:210px;
	height:40px;
	margin:0 auto;
	margin-top:10px;
	line-height:40px;
	text-align:center;
	text-overflow :ellipsis;
	white-space:nowrap; 
    overflow: hidden;
	
}
#tab01_body ul li .single_product{
   width:310px;
   height:240px;
}
#tab01_body ul li .single_product .product_img{
	width:300px;
	height:190px;
}
#tab01_body ul li .single_product .product_info{
     width:300px;
     height:20px;
     line-height:20px;
}
.single_product2{
   width:240px;
   height:360px;
   position: relative;
   border:1px solid #eee;
   cursor:pointer;
}
.single_product3{
   width:300px;
   height:200px;
   position: relative;
   border:1px solid #eee;
   cursor:pointer;
}

.single_product3 .product_img{
   width:260px;
   height:160px;
}
.single_product3 .product_info{
	 width:300px;
     height:20px;
     line-height:20px;
     margin-top:5px;
}
.single_product4{
   width:300px;
   height:200px;
   position: relative;
   border:1px solid #eee;
   cursor:pointer;
}
.single_product4 .product_img{
   width:260px;
   height:160px;
}
.single_product4 .product_info{
	 width:300px;
     height:20px;
     line-height:20px;
     margin-top:5px;
}
.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;}

.single_product2 .border-left{width: 1px;height: 0px;background: #999;position:absolute;left:-1px;bottom: 0;}
.single_product2 .border-bottom{width: 0px;height: 1px;background: #999;position:absolute;left:0;bottom: 0px;}
.single_product2 .border-top{width: 0px;height: 1px;background: #999;position:absolute;right:0;top: 0px;}
.single_product2 .border-right{width: 1px;height: 0px;background: #999;position:absolute;right:-1px;top: 0;}

.single_product3 .border-left{width: 1px;height: 0px;background: #999;position:absolute;left:-1px;bottom: 0;}
.single_product3 .border-bottom{width: 0px;height: 1px;background: #999;position:absolute;left:0;bottom: 0px;}
.single_product3 .border-top{width: 0px;height: 1px;background: #999;position:absolute;right:0;top: 0px;}
.single_product3 .border-right{width: 1px;height: 0px;background: #999;position:absolute;right:-1px;top: 0;}

.single_product4 .border-left{width: 1px;height: 0px;background: #999;position:absolute;left:-1px;bottom: 0;}
.single_product4 .border-bottom{width: 0px;height: 1px;background: #999;position:absolute;left:0;bottom: 0px;}
.single_product4 .border-top{width: 0px;height: 1px;background: #999;position:absolute;right:0;top: 0px;}
.single_product4 .border-right{width: 1px;height: 0px;background: #999;position:absolute;right:-1px;top: 0;}

 .product_img img{
	width:100%;
	height:100%;
}

.tcdPageCode{
	margin-top:50px;
	float:left;
	margin-left:-550px;
}
.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;}
.tcdPageCode{color:#ccc;text-align:center;position:absolute;top:1220px;left:80%;}


.footerr{
	width:100%;
	height:50px;
    float:left;
	background-color:rgb(42,45,52);
}