/* CSS Document */
* {
	font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu, 宋体, Arial, Helvetica;
}
* {
	-webkit-tap-highlight-color: transparent;
}
body {
	padding:0px;
	margin:0px;
	font-size: 14px;
	font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu, 宋体, Arial, Helvetica;
	color:#000000;
	line-height:150%;
	background-color:#ffffff;
}
ul, li {
	list-style:none;
	margin:0px;
	padding:0px;
}
form {
	margin:0px;
	padding:0px;
}
body, table, tr, td, div, span {
	font-size:14px;
	font-family:"Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu, 宋体, Arial, Helvetica;
	line-height:150%;
}
a:link {
	color: #020226;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	text-decoration: none;
}
#data_list {
	width:100%;
	clear:both;
}
#pic_item {
	width:290px;
	height:310px;
	float:left;
	padding:1px;
}
.pages {
	clear:both;
	width:100%;
	font-size:14px;
	text-align:center;
}
/*图片放大镜样式*/
.jqzoom {
	border:solid 0px #0CF;
	position:relative;
	padding:0px;
	cursor:pointer;
	margin:0px;
	text-align:center;
}
.zoomdiv {
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
	width:350px;
	height:350px;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
}
.jqZoomPup {
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:20px;
	border:1px solid #aaa;
	background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
