/*新闻动态*/
.vs-lg-news0{
	width: 32% !important;
	margin-top: 2vh;
}
.vs-lg-news1{
	width: 36% !important;
}
.vs-lg-news2{
	width: 32% !important;
	margin-top: 2vh;
}
/*案例及作品*/
.vs-lg-case{
    width: 33.333333% !important;
}
img.lazy.animate {
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	animation: fallPerspective 5s ease-in-out forwards;
}
@keyframes fallPerspective {
	100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
.service-panel .service{
	webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: fadeInUp 1s 0.1s both;
    -moz-animation: fadeInUp 1s 0.1s both;
    animation: fadeInUp 1s 0.1s both;
}