/**产品二级页**/


/* 产品列表 */
.content .product{
	height: 300px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.content .product li{
	width: 220px;
	float: left;
	border: 1px solid #dddddd;
	margin-top: 10;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 9px;
	font-size: 14px;
	font-weight: normal;
}

.content .product li a{
	
	font-size: 14px;
	font-weight: normal;
}
.content .product li a:hover{
	font-size: 14px;
	font-weight: normal;
	color: #06C;
}
.content .product li .product_pc { height:210px; width:220px;}
.content .product li div{ margin-left:10px; margin-right:6px;}
.content .product li div p{display:inline; line-height:24px;}
.content .product li div .price{ color:#FF0004; font-size:20px; font-family:"方正大黑简体"} 
.content .product li div .stock{
	color: #b7b7b7;
	float: right;
	font-size: 14px;
}
.content .product li .introduce{
	color: #676767;
	line-height: 22px;
	margin-left: 8px;
	height: 44px;
	overflow: hidden;
}
.content .product li .shop{
	line-height: 24px;
	background-image: url(imgshop_pc.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	width:178px;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	height:24px;
}
.content .product li .shop img{ margin-right:6px;}
.content .product li .shop a{
	color: #0099CC;
	text-decoration: none;
}
.content .product li .shop a:hover{cursor:pointer;}


@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.infor-box table th:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}

.content .page{
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 48%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}
.content .page li{
	float: left;
	padding: 3px 10px;
}
.content .page .num{
	border: 1px solid #dddddd;
	margin: 0 3px;
}
.content .page .active,.content .page .num:hover{
	color: #fff;
	background: #f09215;
}
.classify {
	height: auto;
	border: 1px solid #dedede;
	margin-bottom: 20px;
	font-size: 14px;
}



a,img{border:0;}
body{background:#e3e3e3;height:100%;padding-bottom:30px;}
a{color:#333;text-decoration:none;}
a:hover{color:#093;text-decoration:none;}
#title{width:300px;margin:3% auto 0;}
#title h2{font-size:18px;}
#wrapper{width:980px;margin:0 auto;background:#f8f8f8;border:1px solid #a3a3a3;padding:20px 20px 50px;border-radius:5px;-moz-border-radius:5px;}
h3{color:#333;font-size:14px;text-align:center;margin:0px 0;}
/* box */
.box{width:auto;margin:0px auto ;background:#fff;}


/* productleft 产品类别*/
.classifybottom{    width: 100%;
    height: auto;
    display: inline-block;
   margin-top:0px !important;}
.productleft {    width: 92px;
    height: 30px;
    line-height: 30px;
    background: #eaeaea;
    text-align: center;
    font-weight: bold;
    float: left;}
.productright {width: 630px;
    height: auto;
    float: right;
    line-height: 30px;
    font-size: 14px;}
.tab_menu{overflow:hidden;}
.tab_menu li{
	width: 65px;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #4d4d4d;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}
.tab_menu li.current{color:#FFF;background:#f09415;}
.tab_menu li a{color:#fff;text-decoration:none;}
.tab_menu li.current a{color:#333;}
.tab_box li{height:24px; width:auto;line-height:24px;float:left; padding-left:7px; margin-top:7px; padding-right:7px; font-size:14px;}
.tab_box li:hover {background:#f09215; color:#FFF; cursor:pointer;}
.tab_box li span{margin:0 5px 0 0;font-family:"宋体";font-size:14px;font-weight:400;color:#ddd;}
.tab_box .hide{display:none;}

.productright .tab_box{	border:none;}

/**产品二级页结束**/
