﻿/* products_detail_01   产品详细页面样式  
--------------------------------------------------------------------*/
.products_detail {
	width: 100%;
}
.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: 450px;/*详细大图宽度*/
	float: left;
}
.products_detail_right {
	width: 370px;/*参数属性*/
	float: right;
}
.pic_info_content ul li {
}
.pic_zoom {
	position: relative;
	height: 450px;/*大图高度*/
	margin-bottom: 10px;
	z-index: 99;
}
.pic_zoom img {
	position: absolute;
	right: 0px;
	width: 100%;
	max-width: 450px;
	width: 100%;
	max-height: 450px;
	overflow: hidden;
}
.pic_zoom .zoom_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 1px;
	bottom: 1px;
	background: url(../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: 370px;/*小图列表宽度*/
	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(../images/gui.gif) no-repeat 0px -120px;/*左箭头背景*/
}
.pic_list .next {
	float: right;
	background: url(../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;
}
.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;
}
.detail .d_title {
	width: 100%;
	height: 61px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.detail .d_title h3 {
	font-size: 16px;
	line-height: 40px;
	width: 150px;
	height: 40px;
	background: #0080d0;
	color: #fff;
	font-weight: normal;
	text-align: center;display: inline-block;
    margin-right: 20px;
}
.products_detail_right .products_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #eee;
	margin-bottom: 15px;
}
.products_detail_right .products_title h3 {
	color: #333;
	font-weight: normal;
	font-size: 16px;
}
.pic_info_content li {
	line-height: 30px;
	font-size: 15px;
	color: #444;
}
