.da-thumbs {
	list-style: none;
	position: relative;
}
.da-thumbs li {
	float: left;
	background: #fff;
	position: relative;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(1,127,178,0.8);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 20px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}
.da-thumbs-more { 
	width:366px;
	height:250px;
	line-height:250px;
	text-align:center;
	background:url("img/da-thumbs-more.jpg") no-repeat center center !important;
}
.da-thumbs-more a {
	color:#fff;
	font-weight:600;
}
.da-thumbs-more:hover {
	background:url("img/da-thumbs-more-hover.jpg") no-repeat center center !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.img_click {
}
.img_click span { 
}
.gall_ul li:hover .img_click{
	opacity:1;
  -webkit-transition: all 0.5s ease-out;
     -moz-transition: all 0.5s ease-out;
       -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}
.fixed_bg {
	background-color:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	display:none;
	z-index:9999;
}
.fixed_bg .list_view {
	width:1100px;
	background-color:#fff;
	padding:100px 50px;
	box-sizing:border-box;
	position:relative;
	left:50%;
	top:10%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
}
.fixed_bg div img { 
	display:block; 
	width:auto; 
	max-width:100%;
	margin:0 auto;
}
.list_content img {
	max-width: 80% !important;
	margin:0 auto;
}

.fixed_bg div p.close_btn {
	position:absolute;
	right:20px;
	top:20px; 
	font-size:16px;
	width:40px;
	height:40px;
	background-color:#65ad3d; 
	color:#fff;
	border-radius:20px;
	font-size:12px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	z-index:9999;
}
.list_view h3 { 
	text-align:center; 
	font-size:40px;
	font-weight:400;
	color:#65ad3d;
}
.list_view table {
	margin:40px auto;
	border-collapse:collapse;
	border-top:1px solid #b8da89;
	border-bottom:1px solid #b8da89;
	color:#65ad3d;
	max-width:80%;
}
.list_view table th { padding:10px 20px; }
.list_view table td { padding:10px 20px; }