﻿/*---------------viewbox----------------*/
.viewbox{
    line-height: 32px;
    padding-bottom: 10px;
	width:750px;
	height:250px;
}
.viewbox .text1{
	width:380px;
	float:left;
	line-height:24px;
}
.viewbox .text1 table{border-collapse: collapse;}
.viewbox .text1 tr td{
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	padding:5px 10px;
}
/*---------------大图弹出层----------------*/
#preview {
	float:left;
	text-align:center;
	width:350px;
}
.jqzoom {
	width:340px;
	height:260px;
	position:relative;
}
.zoomdiv {
	left:859px;
	height:400px;
	width:400px;
}
.jqzoom {
	float:left;
}
.jqzoom img {
	width:328px;
	height:246px;
	float:left;
	border:1px solid #DFDFDF;
}
.zoomdiv {
	z-index:100;
	position:absolute;
	top:1px;
	left:0px;
	border:1px solid #c00;
	display:none;
	overflow: hidden;
}
.bigimg {
	width:800px;
	height:600px;
}
.jqZoomPup {
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:30px;
	height:30px;
	border:1px solid #aaa;
	background:#FEDE4F 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:move;
}
/*-------------小图列表------------------*/
#spec-n5 {
	width:330px;
	overflow:hidden;
}
#spec-list {
	width:300px;
	float:left;
	overflow:hidden;
}
#spec-list ul li {
	float:left;
	width:100px;
	text-align:center;
}
#spec-list ul li img {
	border:1px solid #ccc;
	width:90px;
	height:68px;
}
#spec-left {
	background:url(../images/left.gif) no-repeat 0 center;
	width:18px;
	height:70px;
	float:left;
	cursor:pointer;
}
#spec-right {
	background:url(../images/right.gif) no-repeat right center;
	width:10px;
	height:70px;
	float:right;
	cursor:pointer;
}
.article-nav {
	height:30px;
	border-bottom:1px solid #ccc;
}
.article-nav li {
	display:block;
	font-size:14px;
	float:left;
	height:28px;
	line-height:28px;
	width:112px;
	text-align:left;
	background:url(../images/article-nav.gif) no-repeat 0 bottom;
	font-family:"微软雅黑";
}
.article-nav li.this{
	background:url(../images/article-nav.gif) no-repeat 0 1px;
	font-family:"微软雅黑";
}
.article-box{
	CLEAR: both;
	padding:15px 0;
}
.article-box .hide {
    display: none;
}
.article-box .depot li {
	cursor: pointer;
	display: block;
	float: none;
	padding-bottom:15px;
	overflow:hidden;
	position:relative;
	width:650px;
	background:0;
	text-align:center
}