.sec1{
	padding: 4.6875% 0;
}
.sec1 li{
	width: 48.75%;
	margin-right: 2.5%;
	margin-bottom: 2.67%;
	float: left;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.sec1 li:nth-child(even){
	margin-right: 0;
}
.sec1 li:hover{
	box-shadow: 0 0 12px rgba(19,19,19,0.14);
	background-color: #333333;
}
.sec1 .img-box img{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.sec1 li:hover .img-box img{
	-webkit-transform: scale(0.986,0.968);
	transform: scale(0.986,0.968);
}
.sec1 .text-box{
	padding: 5.128% 4.274%;
}
.sec1 .text-box h5{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec1 li:hover .text-box h5{
	color: #ffd200;
}
.sec1 .text-box p{
	font-size: 14px;
	color: #999;
	line-height: 1.4286;
	margin: 3% 0 4.86%;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.sec1 li:hover .text-box p{
	color: #fff;
}
.sec1 .text-box a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	width: 8em;
	line-height: 2.57;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.4;
}
.sec1 li:hover .text-box a{
	background-color: #ffd200;
	opacity: 1;	
	border-color: #333;
}
.sec1 .text-box a span,.sec1 .text-box a img{
	vertical-align: middle;
}
.sec1 .text-box a img{
	width: auto;
	height: 0.75em;
	margin-left: 0.5em;
}
.sec1 .page{
	margin-top: 2.25%;
}
@media only screen and (max-width:1024px) {
	.sec1{
		padding: 2.5rem 0;
	}
	.sec1 li:hover{
		box-shadow: 0 0 6px rgba(19,19,19,0.14);
	}
	.sec1 .text-box{
		padding: 0.75rem;
	}
	.sec1 .text-box h5{
		font-size: 0.75rem;
	}
	.sec1 .text-box p{
		font-size: 0.625rem;
		margin: 0.5rem 0 0.75rem;
	}
	.sec1 .text-box a{
		font-size: 0.5625rem;
	}
	.sec1 .page{
		margin-top: 1.5rem;
	}
	/*取消hover*/
	.sec1 li:hover{
		box-shadow: none;
		background-color: transparent;
	}
	.sec1 li:hover .img-box img{
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
	}
	.sec1 li:hover .text-box h5{
		color: #333;
	}
	.sec1 li:hover .text-box p{
		color: #999;
	}
	.sec1 li:hover .text-box a{
		background-color: transparent;
		opacity: 0.4;	
		border-color: #000;
	}
}