/* 图片集 */
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}
a, a:link, a:visited {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#ff7031;
}
body {
	font:12px/180% Arial, Helvetica, sans-serif, "微软雅黑";
}
.HS10, .HS15 {
	overflow:hidden;
	clear:both;
}
.HS10 {
	height:10px;
}
.HS15 {
	height:35px;
}
.Hidden {
	display:none;
}
.Clearer {
	display:block;
	clear:both;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
.FlLeft {
	float:left;
}
.FlRight {
	float:right;
}
/*幻灯片区域背景*/
.MainBg {
	width:1200px;
	margin:50px auto 0;
	position: relative;
}
/*标题和页码*/
/*.Title {
	color:#EEE;
	padding:5px 20px 0 20px;
	text-align:center;
	line-height:40px;
	height:40px;
}
.Title h1 {
	display:inline;
}*/
/*.Title .Counter {
	color:#666;
}
.Title .CounterCurrent {
	color:#C00;
	font-size:20px;
	font-weight:bold;
}*/
/*灰色分隔线*/
.SpaceLine {
	border-bottom:1px solid #333;
	height:1px;
	font-size:1px;
}
/*大图展示区域*/
.OriginalPicBorder {
/*	padding:15px 15px 0 15px;*/
	position: absolute;
	top: 0;
	background: #000;
}
#OriginalPic {
	width:1200px;
	overflow:hidden;
	position:relative;
	font-size:12px;
}
#OriginalPic img { /*3.18改，LionHe*/
	display:block;
	/*margin:0 auto;*/
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	/*width:700px;
	height:700px;*/
}
/*鼠标手势*/
.CursorL {
	position:absolute;
	z-index:999;
	width:49px;
	height:49px;
	color:#FFF;
	left:55px;
	cursor: pointer;
	background:url(../images/images/right_02.png) repeat scroll 0 0 transparent;
	top: 50%;
	margin-top: -23px;
}
.CursorR {
	position:absolute;
	z-index:999;
	width:49px;
	height:49px;
	color:#FFF;
	right:55px;
	cursor: pointer;
	background:url(../images/images/left_02.png) repeat scroll 0 0 transparent;
	top: 50%;
	margin-top: -23px;
}
.OriginalPage{
	position: relative;
}
/*小图预览和滑动*/
.SliderPicBorder { /*3.18改，LionHe*/
	position: relative;
	width:933px;
	height:700px;
	overflow:hidden;
	margin: 0 auto;
	display: block;
}

.Summary {
	display:block;
	width:calc(100% - 40px);
	margin-right:10px;
	overflow:hidden;
	background:url("../images/60.png") left top;
	padding:10px 20px;
	position: absolute;
	left: 0;
	bottom:0;
	font-size: 13px;
	color: #d3cccc;
	line-height: 25px;
	z-index: 999;
}
#description{
	display:block;
	width:92% !important;
	margin-right:10px;
	overflow:hidden;
	background:url("../images/60.png") left top;
	padding:10px 20px;
	position: absolute;
	/*left: 0;*/
	/*bottom:0;*/
	line-height: 25px;
}
.ehDescription2{
	display:block;
	width:100% !important;
	margin-right:10px;
	overflow:hidden;
	background:url("../images/60.png") left top;
	padding:10px 20px;
	position: absolute;
	/*left: 0;*/
	/*bottom:0;*/
	line-height: 25px;
}
#ehDescription{
	color: white;
	display:block;
	width:92% !important;
	margin-right:10px;
	overflow:hidden;
	background:url("../images/60.png") left top;
	padding:10px 20px;
	position: absolute;
	/*left: 0;*/
	/*bottom:0;*/
	line-height: 25px;
}
#authAndAwards{
	display:block;
	width:92% !important;
	margin-right:10px;
	overflow:hidden;
	background:url("../images/60.png") left top;
	padding:10px 20px;
	position: absolute;
	/*left: 0;*/
	/*bottom:0;*/
	line-height: 25px;
}
.ThumbPicBorder {
	width:1200px;
	margin:0 auto;
	top: 725px;
	position: absolute;
}
#ThumbPic li{
	float: left;
}
#ThumbPic img {
	border:3px solid #666;
	cursor:pointer;
	background-color:#666;
	margin:0 12px;
	width:120px;
	height:80px;
	display:inline-block;
}
#ThumbPic img.active {
	border:3px solid #FF9900;
}
#btnPrev{
	left: 0;
}
#btnNext{
	right: 0;
}
#btnPrev,#btnNext{
	position: absolute;
	top: 50%;
	margin-top: -22px;
	cursor:pointer;
}
.jCarouselLite{
	margin: 0 56px;
	width: 1088px!important;
}

/* 图片集 */
