﻿/* products_detail_01   产品详细页面样式  
--------------------------------------------------------------------*/
.products_detail {
	width: 100%;
}
.content {
	width: 100%;
	overflow: hidden;
	
	border-bottom:none;
}
.detail {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.other {/*äº§å“é“¾æŽ¥æ ·æ ·å¼*/
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.other {
	line-height: 30px;
}
.products_detail_left {
	width: 415px;/*è¯¦ç»†å¤§å›¾å®½åº¦*/
	float: left;
}
.products_detail_right {
	width: 750px;/*å‚æ•°å±žæ€§*/
	float: right;
}
.pic_info_content ul li{
	line-height:26px;}
.pic_zoom {
	position: relative;
	height: 415px;/*å¤§å›¾é«˜åº¦*/
	margin-bottom: 10px;
	z-index: 99;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.pic_zoom img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 415px;
	height:415px;
}
.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: 85px;/*å°å›¾åˆ—è¡¨é«˜åº¦*/
	position:relative;
}
.pic_list .pic_list_content {
	width: 365px;/*å°å›¾åˆ—è¡¨å®½åº¦*/
	height: 85px;
	float: left;
	overflow:hidden;
}
.pic_list .pic_list_content ul {
}
.pic_list ul li {
	width: 94px;
	height: 85px;
	float: left;
	overflow:hidden;
}
.pic_list ul li a{
	display:block;
	border: solid 2px #dcdcdc;
	background: #fff;
	width: 75px;/*å°å›¾æ˜¾ç¤ºå®½åº¦*/
	height: 75px;
	padding: 1px;
	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 1px #16429f;
	opacity:10.0;
	-moz-opacity:10.0;
	-khtml-opacity:10.0;
	filter:alpha(Opacity=100);
}
.pic_list ul li img{
	width: 75px;/*å°å›¾æ˜¾ç¤ºå®½åº¦*/
	height: 75px;
}
.pic_list ul li a.current{
	border: solid 1px #16429f;/*å°å›¾å½“å‰åœç•™è¾¹æ¡†*/
	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:15px;
}
.pic_list .prev {
	float:left;
	margin-right:10px;
	background: url(../../img/common/Gui.gif) no-repeat 0px -120px;/*左箭头背景*/
	background-size: cover;
}
.pic_list .next {
	float:right;
	background: url(../../img/common/Gui.gif) no-repeat 0px -170px;/*左箭头背景*/
	background-size: cover;
}
.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;
	}









































