﻿#xia{ font-size:12px; padding-bottom:20px;}
#xia a { font-size:12px; color:Black;}
/*顶踩
-------------------------------------------------------*/
.newdigg{ clear:both; margin:30px auto; padding-left:8px; width:406px; height:51px; overflow:hidden; }
.diggbox{ float:left; margin-right:8px; width:195px; height:51px; overflow:hidden; cursor:pointer; }
	.diggbox .digg_act{ float:left; font-size:14px; font-weight:bold; line-height:31px; text-indent:32px; height:29px; overflow:hidden; }
	.diggbox .digg_num{ float:left; line-height:29px; text-indent:5px; }
	.diggbox .digg_percent{ clear:both; padding-left:10px; width:180px; overflow:hidden; }
		.diggbox .digg_percent .digg_percent_bar{ float:left; margin-top:3px; width:100px; height:7px; background:#E8E8E8; border-right:1px solid #CCC;  overflow:hidden; }
		.diggbox .digg_percent .digg_percent_num{ float:left; padding-left:10px; font-size:10px; }
		.diggbox .digg_percent .digg_percent_bar span{ display:block; height:5px; background:#000; overflow:hidden; }
.newdigg .digg_good{ background:url(../images/newdigg-bg.png) left top no-repeat; }
.newdigg .digg_bad{ background:url(../images/newdigg-bg.png) right top no-repeat; }
.newdigg .digg_good .digg_act{ color:#C30; }
.newdigg .digg_good .digg_num{ color:#C63; }
.newdigg .digg_bad .digg_act{ color:#36C; }
.newdigg .digg_bad .digg_num{ color:#39C; }
.newdigg .digg_good .digg_percent .digg_percent_bar span{ color:#ff0000; border:1px solid #E37F24; background:#FFC535; }
.newdigg .digg_bad .digg_percent .digg_percent_bar span{ border:1px solid #689ACC; background:#94C0E4; }



/*用户留言
------------------------------------------------------------------*/
.feedback_add dl{ clear: both; height:auto; padding:10px 0; }
.feedback_add dl dt{ float: left; display:block; width: 110px; }
.feedback_add dl dd{ float: left; width:508px; }
.feedback_add dl dd .fright{ float: right;}
.feedback_add dl dd textarea{ width:504px; height:80px; overflow:auto; }
.feedback_add dl dd label{ margin-left: 10px; color: #999; }


/* 图片放大镜样式3
-----------------------------------------------------------------*/
.pictureDIV { float: left; margin: 0 0 20px 0; }
.jqzoom{ float:left;border:none; position:relative; padding:0px; cursor:pointer; margin:0px; display:block; }
.zoomdiv{ z-index:100; position:absolute; top:0px; left:0px; background:#ffffff; border:1px solid #CCCCCC; display:none; text-align:center; overflow:hidden; }
.jqZoomPup{ z-index:10; visibility:hidden; position:absolute; top:0px;left:0px; width:20px; height:20px; border:1px solid #aaa; background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{ width:292px; height:292px; border: 1px solid #CCC;}
.spec-preview .jqzoom img{ width:292px; height:292px; }
.spec-scroll{ clear:both; margin-top:5px; width:294px; }
.spec-scroll .prev{ float:left; margin-right:5px; }
.spec-scroll .next{ float:right; }
.spec-scroll .prev,.spec-scroll .next{ display:block; font-family:"宋体"; text-align:center; width:10px; height:54px; line-height:54px; border:1px solid #CCC; background:#EBEBEB; cursor:pointer; text-decoration:none; }
.spec-scroll .items{ float:left;position: relative;width:261px; height:56px; overflow:hidden; }
.spec-scroll .items ul{ margin:0; padding:0; list-style:none; position:absolute; width:999999px; height:56px; }
.spec-scroll .items ul li{ float:left; margin:0px; padding:0px; width:65px; text-align:center; }
.spec-scroll .items ul li img{ border:1px solid #CCC; padding:2px; width:50px; height:50px; }
.spec-scroll .items ul li img:hover{ border:2px solid #FF6600; padding:1px; }
.productItem { float: left; margin: 0 0 20px 10px; padding: 10px; height: 330px; border-top: 1px dotted #ccc; border-bottom: 1px dotted #CCC; list-style: none;  width: 296px;  line-height: 34px; font-size: 14px; }
.productItem li { margin: 0px; padding: 0px;}

/*slide样式
-----------------------------------------------------------------*/
#pic_box{ margin-bottom:20px; position:relative; width:618px; height:300px; text-align:center; }
#pic_show img{ display:none; *display:block; max-width:618px; width:expression((this.width>618)?618:this.width); }
.slide_box{ margin:0 auto; }

.slide_box .items{ float:left; position:relative; width:582px; height:64px; overflow:hidden; }
.slide_box .items ul{ margin:0px; padding:0; position:absolute; list-style:none; width:999999px; }
.slide_box .items ul li{ margin:0; padding:0; float:left; width:74px; }
.slide_box .items ul li img{ width:60px; }
.slide_box .items ul li a{ display:block; width:60px; height:60px; border:2px solid #fff; }
.slide_box .items ul li a:hover{ border:2px solid #f8ae0f; }
.slide_box .items ul li a.current{ margin: 0; font-weight: normal; border:2px solid #4394D6; }

.big_prev,.big_next{ display:block; top:0px; text-indent:-9999px; position:absolute; left:0; width:50%; height:100%; background:url(../images/slide_bg.gif) no-repeat; cursor:pointer; }
.big_next{ left:auto; right:0; }
.big_prev:hover{ background:url(../images/big_prev.png) no-repeat left center; }
.big_next:hover{ background:url(../images/big_next.png) no-repeat right center; }

.small_prev,.small_next{ display:block; width:18px; height:60px; cursor:pointer; }
.small_prev{ float:left; background:url(../images/small_prev.png) no-repeat left center; }
.small_next{ float:right; background:url(../images/small_next.png) no-repeat right center; }
/*slide结束*/