﻿/* 精品与原创网站模板提供商，一站式建站 */
/* 主营业务：织梦模板、pbootcms模板、云优模板、易优模板 */
/* 我的PB模板网：Www.5moban.com */
/* 主机/服务器：Www.elubaba.com */
/* 淘搜网：Www.TaoSou.Net */
/* QQ：43171398  4360695 */

.index-pro li, .iCase-block .t1, .iCase-block .t2, .iCase-block .more {
	transition: all .6s ease-in-out .2s;
	-webkit-transition: all .6s ease-in-out .2s;
}
.index-pro li, .iCase-block .t1, .iCase-block .t2, .iCase-block .more {
	opacity: 0;
}
.index-pro li {
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
}
.iCase-block .t1, .iCase-block .t2 {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
}
.iCase-block .more {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
}
.index-pro li:nth-child(2) {
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}
.index-pro li:nth-child(3) {
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
}
.index-pro li:nth-child(4) {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}
.iCase-box:hover .iCase-block .t1, .iCase-box:hover .iCase-block .t2, .iCase-box:hover .iCase-block .more, .index-pro.active li {
	transform: translate(0);
	-webkit-transform: translate(0);
	opacity: 1;
}
