@charset "utf-8";
/* CSS Document */

.block {
	display: block;
	width: 1196px;
	height: 238px;
	border: 1px solid #eee;
	position: relative;
	padding: 1px;
	overflow: hidden;
	margin-bottom: 20px;
}
.block img {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1196px;
	height: 238px;
	left: 1px;
	top: 1px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	-webkit-transform: scale(1, 1) rotate(0);
	-ms-transition: .5s all;
}
.block a {
	display: block;
	position: absolute;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #d00000;
	font-size: 18px;
	right: 80px;
	top: 99px;
	color: #fff;
}
.block:hover img {
	-webkit-transform: scale(1.06, 1.06);
	-moz-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
	transform: scale(1.06, 1.06);
	-ms-transform: scale(1.06, 1.06);
}
.block a:hover {
	background-color: #ff8d00;
}
