@charset "utf-8";
/* CSS Document */
ul,li{ list-style:none; margin:0; padding:0;}

.jqzoom {
	width: 498px;
	position: relative;
	cursor: pointer;
	border: 1px solid #d6d6d6;
}
div.zoomdiv {
	z-index : 100;
	position : absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}/*图片放大位置框*/
div.jqZoomPup {
	z-index : 10;
	visibility : hidden;
	position : absolute;
	top: 0px;
	left: 0px;
	width : 50px;
	height : 50px;
	border: 1px solid #aaa;
	background: #ffffff 30% top no-repeat;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter: alpha(Opacity=30);
}/*按钮不能点击样式*/


.smallImg{ margin:12px 0 0;}
#leftNav{ float:left; margin:12px 10px 0 0; cursor:pointer; font-size:48px; font-family:"宋体";}
#leftNav:hover{ color:#f08300; }
#rightNav{ float:left; margin:12px 10px 0 0; cursor:pointer; font-size:48px; font-family:"宋体";}
#rightNav:hover{ color:#f08300; }
#Cont_1{ float:left; width:432px; height:72px; overflow:hidden;}
#Cont_1 ul{ overflow:hidden;}
#Cont_1 li{ float:left; width:100px; height:70px; text-align:center; margin:0 4px 0 0; border:1px solid #ccc; overflow:hidden; cursor:pointer;}
#Cont_1 li:hover{ width:100px; height:68px;border:2px solid #f08300;}
#Cont_1 li img{ height:100%;}
.simple_slider_disabled { color:#CCC; zoom:1; }/*按钮不能点击样式*/
.pro_info .r .head{ font-size:14px; font-weight:bold; color:#555; padding:10px 0 5px; border-bottom:1px solid #d6dedf;}
.pro_info .r .body{ color:#555; line-height:25px; padding:10px;}

