
#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url(../images/WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px; }
#mbNumber { background:url(../images/mbNumber_bg.gif) no-repeat center; display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url(../images/CustomBlackPrevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url(../images/CustomBlackNext.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(../images/CustomBlackClose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }

.mod_gallerylist{width:100%; margin:0 auto}
.layout_default{float:left; /*! margin:5px; */ width: 25%; position: relative; overflow: hidden; height: 300px}

.meta{font-size:12px; text-align:center; background:rgba(0,0,0,0.8);color:#fff;position: absolute; height: 500px;width: 100%; z-index: 1;bottom: -500px;width: 100%;}
/*.image_container{height:600px}*/

.image_container img{border:1px solid #CCC; padding:2px; width:100%; height: auto; max-width: none}
.meta a{color:#fff; text-decoration:none}
.layout_default:hover .meta{ bottom: 0}
.media {
  width: 25%;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  position: relative;
}

.media:hover {
  cursor: pointer;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transition: all ease-in-out 0.5s;
	left: 0
}

.media:hover .overlay {
  opacity: 1;
}


.media:hover img {
  transform: scale(1.1);
  filter: blur(2px);
}

.image-details {
  text-align: center;
  color: white;
  font-size: 20px;
  z-index: 4;
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

.media:hover .image-details {
  top: 40%;
  opacity: 1;
}
.fdj{ color: #fff; font-size: 40px}




/* */
.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	
	position: relative
}
.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	position: absolute;
	top: 40%;
	width: 100%;
	left: 0;
	z-index: 999999999;
}
.bd {
	width: 97%;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden
}
.picScroll-left .hd .prev {
	display: block;
	width: 5px;
	height: 9px;
	float: left;
	/*! margin-right: 5px; */
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
	float: left;
}
.picScroll-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	/*! margin-right: 5px; */
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/arrow.png") no-repeat;
}
.picScroll-left .hd .next {
	background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
	background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
	background-position: -60px -50px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
	display: none
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 19.8%;
	margin-right: 5px
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 100%;
	height: 120px;
	display: block;
	padding: 2px;

}
.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picScroll-left .bd ul li .title {
	line-height: 24px; display: none
}


/*底部按钮*/
#foot_menu {
	line-height: 20px;
	
	position: fixed;
	bottom:0;
	z-index:900;
	width: 100%; background:rgba(0,0,0,0.7); padding:12px 0;max-width:600px; margin:0 auto; display: none
}
#foot_menu a {
	color: #fff;
	text-decoration: none;
	height: 43px;
	width: 24.3%;
	text-align: center;
	display: block;
	float: left;
	font-size:14px;
    background-image:url(../images/nav.jpg); border-right:1px solid  #a8a8a8

}

#foot_menu img{
    vertical-align:middle;
	border:none;}
#foot_menu span{
    text-transform: uppercase;
display: block;

color:#fff;}