/* products_detail_01   产品详细页面样式  
--------------------------------------------------------------------*/
.products_detail {
	width: 100%;
}
.content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.detail {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	min-height:150px;
}
.other {/*产品链接样样?/
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.other {
	line-height: 30px;
}
.products_detail_left {
	max-width: 100%;/*详细大图宽度*/
}
.products_detail_right {
	width: 370px;/*参数属?/
	float: right;
}
.pic_info_content ul li{
	line-height:26px;
    border-bottom: 1px dotted #c9c9c9;
	}
.pic_zoom {
	position: relative;

	margin-bottom: 10px;
	z-index: 99;
}
.pic_zoom img {
	right: 0px;
	bottom: 0px;
}
.pic_zoom .zoom_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 1px;
	bottom: 1px;
	background: url(/pyfile/images/Gui.gif) no-repeat 0px -220px;
}
.pic_zoom span img {
	width: auto;
	height:auto;
}
.pic_list {
	width: 100%;
	height: 56px;/*小图列表高度*/
	position:relative;
}
.pic_list .pic_list_content {
	width: 380px;/*小图列表宽度*/
	height: 56px;
	margin-left:5px;
	float: left;
	overflow:hidden;
}
.pic_list .pic_list_content ul {
}
.pic_list ul li {
	width: 76px;
	height: 56px;
	float: left;
	overflow:hidden;
}
.pic_list ul li a{
	display:block;
	border: solid 2px #dcdcdc;
	padding: 1px;
	background: #fff;
	width: 50px;/*小图显示宽度*/
	height: 50px;
	margin:0px;
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(Opacity=80);
}
.pic_list ul li a:hover{
	border: solid 2px #1b5eb1;
	opacity:10.0;
	-moz-opacity:10.0;
	-khtml-opacity:10.0;
	filter:alpha(Opacity=100);
}
.pic_list ul li img{
	width: 50px;/*小图显示宽度*/
	height: 50px;
}
.pic_list ul li a.current{
	border: solid 2px #1b5eb1;/*小图当前停留边框*/
	opacity:10.0;
	-moz-opacity:10.0;
	-khtml-opacity:10.0;
	filter:alpha(Opacity=100);
}
.pic_list a {
	display: block;
	width: 20px;
	height: 50px;
	margin-top:3px;
}
.pic_list .prev {
	float:left;
	margin-right:10px;
	background: url(/pyfile/images/Gui.gif) no-repeat 0px -120px;/*左箭头背?/
}
.pic_list .next {
	float:right;
	background: url(/pyfile/images/Gui.gif) no-repeat 0px -170px;/*左箭头背?/
}
.pic_info ul li {/*参数属性文字样?/
	display: inline-block;
	width: 100%;
	margin-bottom: 8px;
}
.pic_info ul .name {
	
}
.pic_info ul li span {
	vertical-align: top;
}
.pic_info_content ul li.color  {
	margin:10px 0;
	border:none;
}
.pic_info_content ul li a img  {
	width:34px;
	height:34px;
}
.color a, .color a:link, .color a:visited, .color a:hover{/*颜色*/
	float: left;
    background-color: #fff;
    white-space: nowrap;
    width: auto!important;
    min-width: 10px;
    padding: 0 9px;
	margin-right: 8px;
    text-align: center;
    border: 1px solid #b8b7bd;
    color: #000;
    text-decoration: none;
	}
.color a:hover, .material a:hover, .style a:hover {
	border:solid 1px #f00;
}

.pic_info_content ul li.material, .pic_info_content ul li.style, .pic_info_content ul li.color {
	overflow:hidden;
	margin:20px 0 10px;
    border-bottom:none;
    display: none;
}
.material span , .style span, .color span {
	float:left;

}
.material a, .style a{
    float: left;
    background-color: #fff;
    white-space: nowrap;
    width: auto!important;
    min-width: 10px;
    padding: 0 9px;
	margin-right: 8px;
    text-align: center;
    border: 1px solid #b8b7bd;
    color: #000;
    text-decoration: none;
}





































