@charset "utf-8";
/* CSS Document */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u, i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;}
body{ background: #FFF; }/* color:#333333; font-family:"宋体",Arial,Lucida,Verdana,Helvetica,sans-serif; font-size:12px; line-height:150%;*/
a:link, a:visited{ color:#333333; text-decoration:none; }
a:hover{ color:#CC0000; text-decoration:underline; }
a:active{ color:#990000; }
ol, ul{ list-style: none outside none;}
/* Clear Fix */ 
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.clearfix{display:inline-block;} 
/* Hide from IE Mac */ 
.clearfix{display:block;} 
/*图片放大镜样式*/
.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;width:350px;height:350px;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);}

.bg-top{
	height:39px;
	background:#233040;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:right;
}
.bg-bottom{
	height:50px;
	background:#232f3e;
	bottom:0;
}
/*图片小图预览列表*/
.picture{
	width: 540px;
	margin:30px;
	margin-left:20px;
	padding:20px;
	margin-right:20px;
	float:left;
}

.spec-preview{width:450px;height:450px; float:left; background:#9C6; margin-left:20px;}

.spec-scroll{clear:both;width:62px; height:370; float:left;}

.spec-scroll .prev{ 
	margin-top:0;
}
.spec-scroll .next{
	margin-top:5px;
}
.prev span,.next span{
	display:inline-block;
	width:40px;
	line-height:8px;
	padding:0;
	margin-left:12px;
	margin-right:8px;
	font-size:12px;
}
.prev span{
	border-bottom:2px #999999 solid;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.next span{
	border-top:2px #999999 solid;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}
.spec-scroll .prev,.spec-scroll .next{
	display:block;
	text-align:center;
	width:60px;
	cursor:pointer;
	text-decoration:none;
	font-family: "MS Serif", "New York", serif;
	color:#999;
}
.prev span:hover{
	color: #900;
	border-bottom:2px #900 solid;
}
.next span:hover{
	color:#900;
	border-top:2px #900 solid;
}

.spec-scroll .items{float:left;position:relative;width:60px;height:354px;overflow:hidden; margin:5px 0; padding-right: 5px; background:#FFF;}
.spec-scroll .items ul{position:absolute;width:56px;height:354px;}
.spec-scroll .items ul li{width:64px;text-align:center; margin-bottom:5px;}
.spec-scroll .items ul li img{
	/*border:1px solid #CCC;
	padding:2px;width:50px;*/
	height:50px;
	width:50px;
	border-radius:3px;
}
.spec-scroll .items ul li img:hover{
	/*border:2px solid #FF6600;
	padding:1px;*/
}
.itemsli2{
	border:1px solid #CCC;   
	padding:2px;
	
}
.itemsli1{
	border:1px solid #e77600;    /*鼠标经过的样式*/
	padding:2px;
	box-shadow: 0 0 5px #e77600;
}

.spec-preview p{
	color:#5a556a;
	text-align:center;
	font-size:12px;
}


/*内容*/
.hengxian{
	height:1px;
	margin:0 auto;
	background: #999;
}
.t-color{
	color:#cc6600;
	font-weight:bold;
}
.content ul{
	list-style: disc;
	color:#949494;
	margin-left:15px;
}
.ul-prpdict span{
	color:#000;
}
.content{
	float:left;
	width:850px;
	margin: 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height:30px;
	float:left;
	color: #000;
	font-size:14px;
}
.content h2{
	margin:0;
	margin-bottom:10px;
	line-height:30px;
	font-size:22px;
	font-weight:normal;
	color:#555555;
	}
.content2{
	margin: 40px;
	color:#000;
	font-size:14px;
}
.price,.price2{
	color:#636565;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
.price span{
	font-size:19px;
	color:#b1270f;
}
.price2 span{
	font-size:19px;
	color: #000;
}


.button {
	background: -webkit-linear-gradient(#f6dc9b, #f0c24d); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f6dc9b, #f0c24d); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f6dc9b, #f0c24d); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f6dc9b, #f0c24d); /* 标准的语法（必须放在最后） */
	border-radius: 4px;
    border: 1px solid #846a29;
    color: #000;
	padding:1px 15px;
	padding-left:2px;
	width:200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
	margin-right:8px;
    cursor: pointer;
}
.button:hover{
	background: -webkit-linear-gradient(#f1c659, #f0c24d); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f1c659, #f0c24d); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f1c659, #f0c24d); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f1c659, #f0c24d); /* 标准的语法（必须放在最后） */
	color:#000;
	text-decoration:none;
	} 
.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.button:active{
	text-decoration:none;
	color:#000;
}
.span1{
	width:31px;
	/*line-height:31px;*/
	float:left;
	font-size:25px;
	padding: 7px 1px;
	background:#2f3841;
	color:#FFF;
	border-radius: 4px;
}
.span2{
	font-size:14px;
}