
@charset "utf-8";

/* 图片展示 */
.imgShow{
	width: 1100px;
	position: relative;
}

.clearfix{
	zoom: 1;
}

.imgCont{
	width: 760px;
	height: 480px;
	float: left;
	background: #333;
	overflow: hidden;
}

.imgTable{
	float: left;
	width: 340px;
	height: 476px;
	color: #fefefe;
}

.imgCont .picCellCom{
	height: 476px;
	line-height: 476px;
}

.imgCont .picCell{
	width: 738px;
	height: 476px;
	line-height: 476px;
	position: relative;
	overflow: hidden;
	border-width: 2px 0px 2px 2px;
	border-style: solid;
	border-color: #333;
}

.picSmallList{
	background: #434343;
	height: 40px;
	text-align: center;
	font-size: 0;
	letter-spacing: -6px;
	word-spacing: -1px;
}

#smallPic{
	position: absolute;
}

img {
	vertical-align: middle;
	border: none;
}

.imgCont .circle{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #999;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0px 0px 8px #000;
	 -webkit-box-shadow: 0px 0px 8px #000;
	 box-shadow: 0px 0px 8px #000;
	 background-repeat:no-repeat; 
	 background-color:#333333; 
	 filter:alpha(opacity=0)\9; 
	 opacity:0; 
	 cursor:none; 
	 -moz-user-select:none;
}

.picSmallList .curr{
	padding: 0px;
	background: none;
}

.picSmallList li{
	display: inline-block;
	margin: 5px;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.curr{
	padding-left: 7px;
	color: #ffffff;
	background: #488ad4
}

.smallCon{
	width: 30px;
	height: 30px;
	overflow: hidden;
	display: table;
	table-layout: fixed\9;
	text-align: center;
}

.curr .smallMask{
	display: none;
}

.smallMask{
	background: #000000;
	filter: alpha(opacity=30);
	opacity:0.3;
}

.smallMask .smallBor{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
}

.curr .smallBor{
	border-color: #cccccc;
}

.smallBor{
	width: 28px;
	height: 28px;
	border: 1px solid #666666;
}

.smallCell{
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.smallCell img{
	max-width: 30px;
	max-height: 30px;
}

.filtTop{
	height: 40px;
	padding: 0px 10px;
	overflow: hidden;
	background-position: 0px -536px;
	line-height: 40px;
	background: #666;
}

.imgTable .btn{
	display: inline-block;
	padding: 0px 7px;
	margin-left: 10px;
	margin-top: 10px;
	background: #666666;
	line-height: 20px;
	color: #fefefe;
}

.btn, a.btn{
	height: 24px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 24px;
	background: #0099cc;
	display: inline-block;
	vertical-align: middle;
}

.imgTable a, .imgTable a:HOVER {
	color: #fefefe;
}

.showAll{
	float: right;
}

.btn{
	border: none;
	cursor: pointer;
}

.filtTop h2{
	font-size: 12px;
	font-weight: bold;
	padding-right: 96px;
}

h2{
	font-family: "Microsoft Yahei";
	font-size: 14px;
}

a{
	color: #000000;
	text-decoration: none;
	outline: none;
}

.imgSum{
	background: #666666;
	height: 400px;
}

.imgSum .current{
	background: #488ad4;
	border-color: #488ad4;
}

li{
	list-style: none;
}

.imgSum .pic{
	background: #333333;
}

.pic{
	width: 80px;
	height: 80px;
	float: left;
	background: #ffffff;
	overflow: hidden;
	display: table;
	table-layout: fixed\9;
	text-align: center;
}

.imgSum h3, .imgSum .dataItem{
	margin-left: 89px;
}

.imgSum h3{
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
}

.imgSum li{
	padding: 10px 10px 9px;
	height: 80px;
	overflow: hidden;
	border-bottom: 1px solid #4e4e4e;
}

.imgSum li a{
	color: #fefefe;
}

.imgSum .dataItem li{
	padding: 0px;
	border: none;
	line-height: 20px;
	height: 20px;
}

.imgSum .lotNum{
	text-indent: 2px;
}

.dataItem li{
	zoom: 1;
	overflow: hidden;
	line-height: 20px;
	float: none;
	_display: list-item;
	width: auto;
	padding-bottom: 0px;
}

.imgSum .dataItem em{
	color: #fefefe;
}

.dataItem em{
	color: #999999;
}

.dataItem span{
	font-family: Arial;
}








