/* 懒人图库 搜集整理 www.lanrentuku.com */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.grid {
	
	max-width: 1200px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 793px;
	margin: 0;
	
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 793px; height:347px;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background:url(../images/55.png);
	color: #000;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size:74px;
	font-family:"新宋体";
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
    font-size:78px;
	font-family:"新宋体";
	color: #fff;
}

/* Individual Caption Styles */

/* Caption Style 1 */
.cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
    
}

.cs-style-1 figcaption h3 {
	margin-top: 110px;
}

.cs-style-1 figcaption span {
	display: block;
}

.cs-style-1 figcaption a {
	margin-top: 10px;
}


/* Caption Style 2 */
.cs-style-2 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-2 figure:hover figcaption,
.cs-style-2 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
    
}

.cs-style-2 figcaption h3 {
	margin-top: 35px;
}

.cs-style-2 figcaption span {
	display: block;
}




.grid2 li {
	display: inline-block;
	width: 388px;
	margin: 0;
	
	text-align: left;
	position: relative;
}

.grid2 figure {
	margin: 0;
	position: relative;
}

.grid2 figure img {
	width: 388px; height:165px;
	display: block;
	position: relative;
}

.grid2 figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background:url(../images/66.png);
	color: #000;
}

.grid2 figcaption h3 a {
	margin: 0;

	color: #fff;
	font-size:48px;
	font-family:"新宋体";
}

.grid2 figcaption span:before {
	content: 'by ';
}




/* Caption Style 3 */
.cs-style-3 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
    
}

.cs-style-3 figcaption h3 {
	margin-top: 35px;
}

.cs-style-3 figcaption span {
	display: block;
}




.grid3 li {
	display: inline-block;
	width: 388px;
	margin: 0;
	
	text-align: left;
	position: relative;
}

.grid3 figure {
	margin: 0;
	position: relative;
}

.grid3 figure img {
	width: 388px; height:165px;
	display: block;
	position: relative;
}

.grid3 figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background:url(../images/66.png);
	color: #000;
}

.grid3 figcaption h3 a {
	margin: 0;

	color: #fff;
	font-size:48px;
	font-family:"新宋体";
}

.grid3 figcaption span:before {
	content: 'by ';
}




