﻿@charset "utf-8";
/* CSS Document */
 @keyframes Fire{
	0%{
		width: 5px;
		height: 5px;
		opacity: 0;
	}
	100%{
		width: 11px;
		height: 11px;
		opacity: 1;
	}
}

@keyframes Line{
	0%{
		width: 0;
	}
	100%{
		width: 64px;
	}
}

.i-cases{
 }

@keyframes Circle{
	0%{
		transform: scale(0.5);
		opacity: 0;
	}
	50%{
		transform: scale(1);
		opacity: 0.3;
	}
	100%{
		transform: scale(0.5);
		opacity: 0;		
	}
}
.i-process{
 	height: 382px;
	margin-top: 30px;
}
.i-process .hold{
	width: 1106px;
	height: 352px;
	margin: 0 auto;
}
.i-process .list{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 352px;
	background: url(../images/bg_bg07.png) no-repeat left 51px;
}
.i-process .btn{
	width: 68px;
	height: 150px;
	line-height: 2;
	color: #8f8f95;
	text-align: center;
	transform: translateX(50px);
	opacity: 0;
}
.i-process .btn.cur{
	color: #45b2f9;
}
.i-process .btn:nth-child(1){
	left: 140px;
	top: 84px;
}
.i-process .btn:nth-child(2){
	left: 360px;
	top: 1px;
}
.i-process .btn:nth-child(3){
	left: 603px;
	top: 18px;
}
.i-process .btn:nth-child(4){
	left: 800px;
	top: 8px;
}
.i-process .btn:nth-child(5){
	left: 1000px;
	top: 110px;
}
.i-process .btn:nth-child(6){
	left: 726px;
	top: -4px;
}
.i-process .btn:nth-child(7){
	left: 877px;
	top: 106px;
}
.i-process .btn:nth-child(8){
	left: 1017px;
	top: 20px;
}
.i-process .btn .light{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	margin: 12px 29px;
}
.i-process .btn .light:after{
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: -1;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #0098ef;
	opacity: 0.3;
}
.i-process .btn.cur .light:after{
	animation: Circle 1.2s infinite linear;	
}
.i-process .btn .circle{
	width: 68px;
	height: 68px;
	border-radius: 34px;
	background: #f0efee;
	margin: 12px 0;
}
.i-process .btn.cur .circle{
	background: #45b2f9;
}
.i-process .btn .circle:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	height: 68px;
	background:url(../images/bg_sign07.png) no-repeat;
}
.i-process .btn.cur .circle:after{
	background-position: 0 -68px;
}
.i-process .btn:nth-child(2) .circle:after{
	background-image: url(../images/bg_sign07.png);
}
.i-process .btn:nth-child(3) .circle:after{
	background-image: url(../images/bg_sign08.png);
}
.i-process .btn:nth-child(4) .circle:after{
	background-image: url(../images/bg_sign09.png);
}
.i-process .btn:nth-child(5) .circle:after{
	background-image: url(../images/bg_sign10.png);
}
.i-process .btn:nth-child(6) .circle:after{
	background-image: url(../images/bg_sign11.png);
}
.i-process .btn:nth-child(7) .circle:after{
	background-image: url(../images/bg_sign12.png);
}
.i-process .btn:nth-child(8) .circle:after{
	background-image: url(../images/bg_sign13.png);
}
.i-parnter{
	padding: 63px 0 94px;
	background: #f5f6f7;
}
.i-parnter .list{
	width: 950px;
	margin: 24px auto;
}
.i-parnter .list li{
	position: relative;
	top: 30px;
	width: 150px;
	height: 57px;
	margin: 0 20px 20px;
	opacity: 0;
}
