﻿/* products_detail_01   产品详细页面样式  
--------------------------------------------------------------------*/
.pro_de_bg .search{ float:right;}
.products_detail {
	width: 100%;
}
.content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.detail {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 10px;
}
.other {/*产品链接样样式*/
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.other {
	line-height: 30px;
}
.products_detail_left {
	width: 380px;/*详细大图宽度*/
	float: left;
}
.products_detail_right {
	width: 620px;/*参数属性*/
	float: right;
}
.pic_info_content ul li{
	line-height:26px;}
.pic_zoom {
	position: relative;
	height: 380px;/*大图高度*/
	margin-bottom: 10px;
	z-index: 99;
}
.pic_zoom img {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 380px;
	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: 56px;/*小图列表高度*/
	position:relative;
}
.pic_list .pic_list_content {
	width: 310px;/*小图列表宽度*/
	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;
	margin-right:4px;
}
.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 #1f81c4;
	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 #1f81c4;/*小图当前停留边框*/
	opacity:10.0;
	-moz-opacity:10.0;
	-khtml-opacity:10.0;
	filter:alpha(Opacity=100);
}
.pic_list a {
	display: block;
	width: 22px;
	height: 50px;
	margin-top:3px;
}
.pic_list .prev {
	float:left;
	margin-right:10px;
	background: url(../../img/icon/pro_prev.png) center center no-repeat;/*左箭头背景*/
}
.pic_list .next {
	float:right;
	background:  url(../../img/icon/pro_next.png) center center no-repeat;/*左箭头背景*/
}
.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_bg .pro_name { color:#1f81c4;  padding-bottom:20px; margin-top:10px;}

.products_detail_right .pic_info_content li{ 
	color:#666;
	width: 100%;
	min-height: 30px;
	font-size: 14px;
    margin-bottom: 10px;
}

.products_detail_right .pic_info_content li .title{ width:100px;display: block;float: left;font-size: 16px;color: #000;
}
.products_detail_right .pic_info_content li.id{
	
}
.products_detail_right .pic_info_content li.id span{
}
.products_detail_right .pic_info_content li.pro_btn .download_icon { display:block; width:120px; height:30px; line-height:30px; border:2px solid #0077ca; background:#539ed2; color:#fff; text-align:center; float:left;
}
.products_detail_right .pic_info_content li.pro_btn .download_icon:hover  { border:2px solid #539ed2; background:#0077ca; color:#fff;
}
.products_detail_right .pic_info_content li.pro_btn .button_1_s   { display:block; width:120px; height:30px; line-height:30px; border:2px solid #119c60; background:#53d29b; color:#fff; text-align:center;float:left;margin-left: 40px;
}

.products_detail_right .pic_info_content li.pro_btn .button_1_s:hover  { border:2px solid #53d29b; background:#119c60; color:#fff;
}

.products_detail_right .pic_info_content li.other p a{ color:#539ed2; font-size:12px;}



.detail .bd{
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	padding:10px ;
}





.pro_de_bg .search{display: none;}


.products_detail_right .pic_info_content li span.share{display: none;}

span.bds_more, .bds_tools a{
	padding-top: 5px;
	line-height: 16px;
	color:#333;
}

.products_detail_right .pic_info_content li.other {height: 30px;    font-size: 16px;}





















