.prodDetail { width: 1100px; margin: 0 auto; }
/*切换*/
/*.picScroll-left{ width: 1100px; overflow:hidden; position:relative; }*/
/*.picScroll-left .hd .prevStop{  }
.picScroll-left .hd .nextStop{  }*/
/*.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }

.picScroll-left .bd { width: 1100px; }
.picScroll-left .bd ul { width: 1100px; overflow:hidden; zoom:1; }
.picScroll-left .bd ul li { width: 1100px; float:left; _display:inline; overflow:hidden; }
*/
/*放大镜*/
.pro_left{ width:1098px; border-radius: 10px; background-color: #FFF; -webkit-box-shadow:0 0 15px 0 #eee; box-shadow:0 0 15px 0 #eee; overflow:hidden;}
/*图片放大镜样式*/
.jqzoom{position:relative; cursor:pointer; display:block; width:390px;height:auto; overflow:hidden;}
.jqzoom img{width:390px; height:auto; display:block; }
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:390px;height:390px; border: 1px solid #ccc; background:#ffffff;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px; border: 1px solid #ccc; height:20px; background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{ float:left; width:390px;}
.spec-scroll { float: left; margin-left: 50px; padding-top:44px; width:610px; position: relative; }

.spec-scroll h2 { font-size: 24px; line-height: 30px; color: #333; margin-bottom: 20px; }
.spec-scroll .para { min-height: 63px; margin-bottom: 15px; }
.spec-scroll .para p { line-height: 28px; color: #444; }

.hd { overflow:hidden; width: 82px; height:40px; position: absolute;right: 0; top: 44px; z-index: 10; }
.hd a { display:block; width:40px; height:40px; overflow:hidden; cursor:pointer; opacity: 0.7; filter: alpha(opacity=70); }
.hd a:hover { opacity: 1; filter: alpha(opacity=100); }
.hd .hdprev{ float: left; background:url("../images/img_06.jpg") no-repeat center; }
.hd .hdnext{ float: right; background:url("../images/img_07.jpg") no-repeat center; }

.spec-scroll .items{ position:relative; width:610px; height:78px; overflow:hidden;}
.spec-scroll .items .itemsUl{height:78px;}
.spec-scroll .items .itemsUl .divLi { float:left; width:78px; margin-right: 8px; text-align:center; }
.spec-scroll .items .itemsUl .divLi img{ border:1px solid #eee; width:76px; height:76px; }
.spec-scroll .items .itemsUl .divLi img:hover { border:1px solid #eb891a; }

.spec-scroll .imgs { margin-top: 30px; }


/*详细信息参数*/
.prodB { width: 998px; -webkit-box-shadow:0 0 15px 0 #eee; box-shadow:0 0 15px 0 #eee; border-radius: 10px; margin-top: 30px; background-color: #FFF; padding: 44px 50px; }
.prodB h3 { width: 138px; height: 34px; line-height: 34px; text-align: center; background: url(../images/img_15.png) no-repeat center; font-size: 16px; font-weight: bold; color: #f9f9f9; margin-bottom: 22px; }
.prodB .para { margin-bottom: 50px; }
.prodB p { line-height: 24px; }
.prodB img { max-width: 100%; margin-bottom: 20px; margin-top: 20px; display: inline; margin-right: 20px; }
.prodB a { font-size: 16px; color: #666; text-decoration: underline; margin-left: 20px; margin-right: 40px; }

.prodB .video { margin-top: 20px; }
.prodB .video img { margin: 0; }

@media screen and (max-width:768px){
	.prodDetail{ width:100%;}
	.pro_left{ width:99%;}
	.spec-scroll{ width:100%; padding-top:20px; padding-bottom:20px;}	
	.hd{ top:15px;}
	.prodB{ width:90%; padding:30px 5%;}
	.prodB img{ max-width:100%;}
	.jqZoomPup{ display:none;}
}

@media screen and (max-width:420px){
	.spec-scroll{ margin-left:0;}
	.spec-scroll h2{ padding:0 10px; margin-bottom:5px;}
	.spec-scroll .para{ padding:0 10px; margin-bottom:5px;}
	.spec-scroll .items{ width:96%; padding: 0 2%;}
	.spec-scroll .imgs img{ max-width:100%;}
	.prodB table{ width:100% !important;}
	.prodB td{ width:auto;}
	.prodB a{ margin-left:10px; margin-right:15px;}
	.spec-preview, .jqzoom{ width:100%; height:100%;}
	.jqzoom img{ width:100%; height:auto; max-width:100%; max-height:100%;}
}