@charset "utf-8";
.section3{
	width:90%;
	margin:auto;
}
.trans {
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.trans_3d {
	-webkit-transform: perspective(100px) rotateX(-90deg);
	transform: perspective(100px) rotateX(-90deg);
	-webkit-transform-origin: center center 0;
	-ms-transform-origin: center center 0;
	transform-origin: center center 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .6s ease;
	transition: all .6s ease
}

.trans_3d_a:hover .trans_3d {
	-webkit-transform: perspective(100px) rotateX(0);
	transform: perspective(100px) rotateX(0)
}

::-moz-selection {
	color: #fff;
	background: #0495a6
}

::selection {
	color: #fff;
	background: #0495a6
}
.thumbs {
	overflow: hidden;
	margin-right: -6px;
}
@media (min-width:769px) {
	.thumbs {
	max-height:100%;
}
}

.thumbs li {
	float: left;
	margin-left: -1px;
	width: 50%;
	max-height:100%;
}

.thumbs li a {
	float: left;
	width: 100%;
	font-size: 0;
	text-align: center;
	overflow: hidden;
	max-height:100%;
}

.thumbs li a img {
	width: 100%;
	height: 100%;
}
@media screen and (min-width:0) and (max-width:768px) {
	.thumbs li {
		width: 100%;
	}
	.thumbs li a img {
	height: auto;
}
}
.thumbs .bg {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 50%;
	bottom: 50%;
	background-color: black;
	opacity: 0;
	filter: alpha(opacity=0)
}

@media (max-width:800px) {
	.thumbs {
		margin-right: -3px
	}
}

@media (max-width:767px) {
	.thumbs {
		margin-right: -2px
	}
}

.thumb_title {
	position: absolute;
	width: 100%;
	padding: 0 30px;
	top: 50%;
	margin-top: -14px;
	line-height: 1;
	color: #fff;	
}

.thumb_title .cn {
	margin-top: -14px;
	margin-bottom:10px;
}
.thumb_title .en{
    width: 200px;
    margin: auto;
	padding:5px;
	background:white;
	color:black;
	border:1px solid white;
}
.thumbs li a:hover .bg {
	top: 0px;
	bottom: 0px;
	left:0px;
	right:0px;
	opacity: .4;
	filter: alpha(opacity=40)
}

.thumbs li a:hover .thumb_title .en {
	background:transparent;
	color:white;
}