@charset "gb2312";
td{ 
font-size:12px
}
body {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #3e3e3e;
	margin:0;
}
ul,p{
	padding:0;
	margin:0;
	list-style:none;
}

a{
	color: #3e3e3e;
	text-decoration:none;
}
a:hover{
	color:#D7950D;
}
.top_menu a{
	color: #333;
	text-decoration:none;
}
.top_menu a:hover{
	color:#D7950D;
}
.green{
	color:#9F0E12;
}
.white{
	color:#FFF
}
#mainmenu ul li{
	display:block;
	width:96px;
	float:left;
	text-align:center;
	background:url(../images/menu_line.jpg) right center no-repeat;
}
	
#mainmenu ul li a{
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	line-height:38px;
}
	
#mainmenu ul li a:hover{
	color:#E6CE00;
}
.serach_bar {
	background:url(../images/searchbj.jpg) 0 0 repeat-x;
}
.search_input{
	background:url(../images/search_bj.jpg) #FFF 0 0 no-repeat;
	width:131px;
	height:18px;
	text-indent:20px;
	line-height:18px;
	border:none;
}
.search_bt{
	background:url(../images/search_bt_bj.jpg) #FFF 0 0 repeat;
	height:20px;
	border:#c8c8c8 solid 1px;
}

.keyword, .keyword a{
	color:#333;
}
.keyword a:hover{
	color:#000;
}
.atop{
	margin-top:5px;
}
.table_border{
	border:#d3d3d3 solid 1px;	
}
.left_title{
	background:url(../images/left_bj.jpg) 0 0 no-repeat;
	height:26;
	line-height:26px;
	text-indent:10px;
	font-weight:bold;
	color:#FFF;
}
.left_title{
	background:url(../images/left_bj.jpg) 0 0 no-repeat;
	height:26;
	line-height:26px;
	text-indent:10px;
	font-weight:bold;
	color:#FFF;
}
.left_title1{
	background:url(../images/notice_b.jpg) 0 0 no-repeat;
	height:26;
	line-height:26px;
	text-indent:10px;
	font-weight:bold;
	color:#FFF;
}

.cate ul li {
	line-height:30px;
	background:url(../images/cate_bj.jpg) 0 0 repeat-x;
	border-bottom:#CCC dotted 1px;
	text-indent:15px;
}

.cate ul li a {

	font-size:13px;
	font-weight:bold;
}
.left_content{
	line-height:24px;
}
#Num, #Price{
	color:#F00;
}
.log{
	background:url(../images/l_bt.jpg) 0 0 no-repeat;
	width:70px;
	height:22px;
	border:0;
}
.reg{
	background:url(../images/l_zc.jpg) 0 0 no-repeat;
	width:70px;
	height:22px;
	border:0;
}
.input{
	border:#cdd0c8 solid 1px;
	height:18px;
}
#left_hotpro a{
	color:#9F0E12;
}
#left_hotpro a:hover{
	color:#f88600;
}
#left_hotpro ul{
	margin-top:2px;
}
#left_hotpro ul li{
	text-indent:10px;
	height:24px;
	line-height:24px;
}
#left_hotpro ul li span{
	background-color:#9F0E12;
	border:#4D0002 solid 1px;
	padding:0 3px;
	margin:4px;
	color:#FFF;
	}
	
.center_title{
	background:url(../images/center_t.jpg) 0 0 no-repeat;
	height:26;
	line-height:26px;
	text-indent:10px;
	font-weight:bold;
	color:#FFF;
}
.prolist .name{
font:normal 12px/16px "宋体";
height:18px;
width:100%;
text-align:center;
word-break:break-all;

}

.prolist .price{
width:100%;
height:18px;
font:normal 12px/16px "宋体";
text-align:center;	
}
.prolist .bt{
	text-align:center;
}
.prolist .price span{
color:#ff0036;
font:bold 12px/16px  Verdana, Geneva, sans-serif;
}

.prolist ul li .img
{
	border:#FEE7F1 solid 1px;
	width:160px;
	float:left;
	padding-left:6px;
	text-align:left;
	margin:5px 1px 1px 5px;
        height:160px;
}
	
.prolist ul li
{
width:186px;
float:left;
padding-left:2px;
margin:1px 1px 1px 1px;
border:#FEE7F1 solid 1px;
display:block;
overflow:hidden;
height:260px;
}

/*多级分类横向导航开始*/
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 179px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
BACKGROUND: url(/images/cate_bj.jpg) repeat-x 0px 0px;
LINE-HEIGHT: 30px;
BORDER: #ccc 1px dotted
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 178px; /* Parent menu width - 1*/
position: absolute;
width: 178px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 178px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color:#3e3e3e;
text-decoration: none;
font:12px 宋体;
LINE-HEIGHT: 30px;
font-weight:bold;
border-bottom: 0;
width: 178px;
}

.suckerdiv ul li a:visited{
color: black;
LINE-HEIGHT: 30px;
}

.suckerdiv ul li a:hover{
LINE-HEIGHT: 30px;
color: white;
background-color:#343434;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/*多级分类横向导航结束*/

/*产品展示页图片及说明代码开始*/
#Product_BigImage{width:400px;height:300px;border:1px solid #EAEAEA;}
#Product_BigImage img{width:400px;height:300px;display:block;}

#Product_LittleImage
{width:400px;height:75px;
	padding:5px 0;overflow:hidden;
	float:left;
	}
#Product_LittleImage ul
{height:75px;width:321px;
	overflow:hidden;text-align:center;
	}
#Product_LittleImage li
{float:left;width:64px;
	height:60px;padding:7px 0;
	text-align:center;
	}
#Product_LittleImage li img
{display:inline;width:50px;
	height:50px;padding:4px 1px;
	margin:0 auto;border:1px solid #D7D7D7;
	background:#fff;
	}
#Product_LittleImage li .curr{padding:3px 0px;border:2px solid #E00;}


.jqzoom{float:left;position:relative;padding:0px;/*cursor:pointer;*/}
.jqzoom img{float:left;}
.zoomdiv{z-index:100;position:absolute;
	top:1px;left:0px;width:200px;height:200px;
	background:#fff;border:1px solid #CCC;display:none;
	text-align:center;overflow: hidden;
	}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;
	position:absolute;top:0px;left:0px;width:50px;
	height:50px;border:1px solid #aaa;
	background:#ffffff 80% top no-repeat;
	opacity:0.5;-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);cursor:move;
	
	}

#Product_Opp{width:349px;height:18px;padding:8px 0;text-align:center;float:left;font:normal 12px/15px "宋体";}
#Product_Opp a{text-decoration:none;}
#Product_Opp img{display:inline;vertical-align:text-top;}

#itemInfoList {
width:350px;
margin:5px 0;
}
#itemInfoList ul li{
border-bottom:#DDD dotted 1px;
line-height:24px;

}

#itemInfoList h2{
font-size:14px;
font-wight:bold;
}
/*产品展示页图片及说明代码结束*/
.Interval1{
font-size:14px;
font-wight:bold;
}
.Interval{
font-size:14px;
padding:10px;
font-wight:bold;
line-height:24px;
}

.footer ul li{
line-height:24px
}

.AllPriceCategory ul li{
width:156px;
float:left;
margin:0px;
display:block;
overflow:hidden;
text-align:left;
border:#ddd solid 1px;
background-color:#eee;
height:24px;
line-height:24px;
}

.hbor{
	border:#DDD  solid 1px;
}
.xline{
	border-bottom:#DDD dashed 1px;
}
.tcen{
	padding:2px;
	line-height:26px;
}
.Ttitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#656565;
}