/* products_detail_01   产品详细页面样式  
--------------------------------------------------------------------*/
.products_detail {
	width: 100%;
	margin-top:30px;
}
.content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.detail {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.other {/*产品链接样样式*/
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.other {
	line-height: 30px;
}
.products_detail_left {
	width: 500px;/*详细大图宽度*/
	float: left;
	position:relative;
}
.products_detail_right {
	width: 360px;/*参数属性*/
	float: right;
}
.pic_info_content ul li{
	line-height:26px;}
.pic_zoom {
	position: relative;
	height: 500px;/*大图高度*/
	z-index: 99;
}
.pic_zoom img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 500px;
	height:500px;
}
.pic_zoom .zoom_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 1px;
	bottom: 1px;
	background: url(../../img/common/Gui.gif) no-repeat 0px -220px;
}
.pic_zoom span img {
	width: auto;
	height:auto;
}
.pic_list {
	width: 100%;
	height: 100px;/*小图列表高度*/
	position: absolute;
	bottom:10px;
	left:0px;
	z-index:999;
}
.pic_list .pic_list_content {
	width: 400px;/*小图列表宽度*/
	height: 80px;
	float: left;
	overflow:hidden;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	margin-top:10px;
	display:none;
	background-color:rgba(255,255,255,0.8);
}
.products_detail_left:hover .pic_list_content{
	display:block;
	}

.pic_list .pic_list_content ul {
}
.pic_list ul li {
	width: 80px;
	height: 80px;
	margin-left:10px;
	margin-right:10px;
	float: left;
	overflow:hidden;
}
.pic_list ul li a{
	display:block;
	border: solid 1px #dcdcdc;
	box-sizing:border-box;
	overflow:hidden;
	background: #fff;
	width: 80px;/*小图显示宽度*/
	height: 80px;
	margin:0px;
	opacity:0.7;
	-moz-opacity:0.7;
	-khtml-opacity:0.8;
	filter:alpha(Opacity=70);
}
.pic_list ul li a:hover{
	border: solid 1px #eb3d00;
	opacity:10.0;
	-moz-opacity:10.0;
	-khtml-opacity:10.0;
	filter:alpha(Opacity=100);
}
.pic_list ul li img{
	width: 80px;/*小图显示宽度*/
	height: 80px;
}
.pic_list ul li a.current{
	border: solid 1px #eb3d00;/*小图当前停留边框*/
	box-sizing:border-box;
	opacity:10.0;
	-moz-opacity:10.0;
	-khtml-opacity:10.0;
	filter:alpha(Opacity=100);
}
.pic_list a {
	display: block;
	width: 30px;
	height:30px;
	margin-top:3px;
}
.pic_list .prev {
	float:left;
	bottom:230px;
	position:absolute;
	left:15px;
	background:url(../../img/page_left.png) no-repeat center center;
}
.pic_list .prev:hover{
	background:url(../../img/page_left_hover.png) no-repeat center center;
	}
.pic_list .next {
	float:right;
	bottom:230px;
	position:absolute;
	right:15px;
	background:url(../../img/page_right.png) no-repeat center center;
}
.pic_list .next:hover{
	background:url(../../img/page_right_hover.png) no-repeat center center;
	}
.pic_info ul li {/*参数属性文字样式*/
	display: inline-block;
	width: 100%;
	margin-bottom: 8px;
}
.pic_info ul .name {
	
}
.pic_info ul li span {
	vertical-align: top;
}

.color a, .color a:link, .color a:visited, .color a:hover{/*颜色*/
	border:solid 1px #CCC;
	background:#fff;
	padding:0px 5px 0px 5px;
	font-style:normal;
	color:#fff;
	display:inline-block;
	/*样式隐藏超链接*/
	text-decoration:none;
	cursor:default;
	}



.pro_de_title{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.pro_de_title h2{
	color: #333;
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
}
.pro_de_info{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-bottom: 30px;
	margin-bottom: 50px;
	max-height: 400px;
	overflow: auto;
	padding-right: 20px;
	border-bottom:1px solid #ddd;
}
.pro_de_btn{
	margin-bottom: 50px;
}
.pro_de_btn a{
	display: inline-block;
	margin-right: 10px;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #aaa;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.pro_de_btn a:hover{
	background: #eb3d00;
}





































