.box2{
	padding-top: 70px;
	margin-bottom: 35px;
}
.auto-wrap{
	position: relative;
	width: 1370px;
	margin: 0 auto;
}
.btn{
	position: absolute;
	z-index: 52;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-image: url(/Static/img/lr-btn.png);
	background-repeat: no-repeat;
	transition: background-position 0.5s cubic-bezier(0.650, -0.600, 0.240, 1.650);
	cursor: pointer;
}
.btn.js-left{
	left: 0;
	background-position: 0px center;
}
.btn.js-left:hover{
	background-position: -91px center;
}
.btn.js-right{
	right: 0;
	background-position: -357px center;
}
.btn.js-right:hover{
	background-position: -265px center;
}
.w990{
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
.link-box{
	width: 2000px;
}
.linkCon{
	display: block;
	width: 360px;
	margin:0 15px;
	float: left;
}
.img-box{
	position: relative;
	width: 360px;
	height: 252px;
	overflow: hidden;
}
.img-box img{
	transition: all 0.3s;
	display: block;
	width: 360px;
	height: 252px;
}
.text-box{
	height: 136px;
	padding: 30px 46px 0;
	background-color: #e1e1e1;
	color: #969696;
}
.text-box .text{
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 18px;
}
.text-box .title{
	font-size: 22px;
	line-height: 30px;
	color: #969696;
	text-transform: uppercase;
}
.linkCon:hover .img-box img{
	transform: scale(1.1);
}		
.linkCon:hover .text-box{
	color: #fff;
	background-color: #2dc888;
}			
.linkCon:hover .text-box .title{
	color: #fff;
}

