﻿/* products_detail_01   产品详细页面样式  
--------------------------------------------------------------------*/
.products_detail {
}
.content {
	width: 100%;
	overflow: hidden;
	margin-bottom:20px;
}
.detail {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.other {/*产品链接样样式*/
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 30px;
}
.other p{
	float:left;
}
.other p.next{
	float:right;
}
.other p a{
	text-decoration:none;
}

.products_detail_left {
	width: 380px;/*详细大图宽度*/
	float: left;
}
.products_detail_right {
	width: 360px;/*参数属性*/
	float: right;
}
.pic_info_content ul li{
	line-height:26px;
}
.pic_zoom {
	position: relative;
	height: 380px;/*大图高度*/
	margin-bottom: 10px;
	z-index: 99;
	text-align: center;
}
.pic_zoom img {
	/* position: absolute; */
	/* right: 0px; */
	/* bottom: 0px; */
	/* width: 400px; */
	height: 380px;
}
.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: 76px;/*小图列表高度*/
	position:relative;
}
.pic_list .pic_list_content {
	width: 322px;/*小图列表宽度*/
	height: 70px;
	margin-left:5px;
	float: left;
	overflow:hidden;
}
.pic_list ul li {
	width: 84px;
	height: 70px;
	float: left;
	overflow:hidden;
}
.pic_list ul li a{
	display:block;
	border: solid 2px #dcdcdc;
	padding: 1px;
	background: #fff;
	width: 64px;/*小图显示宽度*/
	height: 64px;
	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 #e60012;
	opacity:10.0;
	-moz-opacity:10.0;
	-khtml-opacity:10.0;
	filter:alpha(Opacity=100);
}
.pic_list ul li img{
	width: 64px;/*小图显示宽度*/
	height: 64px;
}
.pic_list ul li a.current{
	border: solid 2px #e60012;/*小图当前停留边框*/
	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:10px;
}
.pic_list .prev {
	float:left;
	margin-right:5px;
	background: url(../../img/common/Gui.gif) no-repeat 0px -120px;/*左箭头背景*/
}
.pic_list .next {
	float:right;
	background: url(../../img/common/Gui.gif) no-repeat 0px -170px;/*左箭头背景*/
}




.products_detail_right ul li.name h3{
	font-size:24px;
	line-height:40px;
	margin:5px 0px;
	font-weight:normal;
	}
.products_detail_right ul li.name h3 a{
	font-weight:normal;
	font-size:14px;
	color:#666;
	border:solid 1px #1F9F55;
	height:30px;
	line-height:30px;
	border-radius:5px;
	display:inline-block;
	width:100px;
	text-align:center;
	text-decoration:none;
	}
.products_detail_right ul li.name h3 a:hover{
	color:#fff;
	background: #1F9F55;
	}
.products_detail_right ul li{
	font-size:14px;
	line-height:39px;height:39px;
	border-bottom: dashed 1px #ddd;
	}
.products_detail_right ul li span{
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
	}
.products_detail_right ul li .text{
	line-height:22px;
	min-height: 170px;
	max-height: 170px;
	overflow:hidden;
	}
.products_detail_right ul li.td{
	padding-bottom:15px;
	}
.products_detail_right ul li.clear{border:none
	}
.products_detail_right ul li.ph,.products_detail_right ul li.name{
	border:none;
	}
.products_detail_right ul li.ph a{
	display:inline-block;
	width:175px;
	height:32px;
	line-height:32px;
	margin-right:10px;
	margin-top:10px;
	background:#eee;
	color:#333;
	text-decoration:none;
	text-align:center;
	border:none;
	font-size:14px;
	}
.products_detail_right ul li.ph a.contact_pic{
	margin-right:0px;
	}
.products_detail_right ul li.ph a:hover{
	background:#e60012;
	color:#fff;
	}
.products_detail_text h3{
	font-size:18px;
	border-bottom:solid 1px #ddd;
	background:#eee;
	text-indent:20px;
	line-height:40px;
	font-weight:normal;
	}
.products_detail_Related{
	display:inline-block;
	position:relative;
	}
.products_detail_Related h3{
	font-size:28px;
	line-height:40px;
	}