/**
 * 最新客户案例事件切换
 */
.case-show-list li {
	overflow: hidden;
}
.case-show-list .case-hover {
	opacity: 0;
	transform: translateY(-100%);
	transition: all 0.4s ease 0s;
}
.case-show-list li:hover .case-hover {
	opacity: 1;
	transform: translateY(0%);
}
.case-show-list .case-hover h3, .case-show-list .case-hover span {
	opacity: 0;
	transform: translateY(-50%);
	transition: all 0.4s ease 0s;
}
.case-show-list .case-hover p {
	opacity: 0;
	transform: translateY(50%);
	transition: all 0.4s ease 0s;
}
.case-show-list li:hover .case-hover h3, .case-show-list li:hover .case-hover span, .case-show-list li:hover .case-hover p {
	opacity: 1;
	transform: translateY(0%);
	transition: all 0.4s ease 0.3s;
}

/**
 * 轮播
 */
.sevice-con .flexs-content {
	display: inline-block;
    float: left;
    width: 945px;
    height: 534px;
    padding-top: 20px;
    overflow: hidden;
    margin-left: 36px;
}
.sevice-con i.right {
	margin-left: 36px !important;
}
.sevice-con .flexs-content li{
	display: inline-block;
    float: left;
    width: 945px;
    height: 534px;
}