.circle_process .rightcircle {
	border-top:4px solid #183c7b;
	border-right:4px solid #183c7b;
	right:0;
	animation:circle_right 5s linear 1 forwards;
	-moz-animation:circle_right 5s linear 1 forwards; /* Firefox */
	-webkit-animation:circle_right 5s linear 1 forwards;/* Safari and Chrome */
	-o-animation:circle_right 5s linear 1 forwards;/* Opera */
}
.circle_process .leftcircle {
	border-bottom:4px solid #183c7b;
	border-left:4px solid #183c7b;
	left:0;
	animation:circle_right 5s linear 1 forwards;
	-moz-animation:circle_right 5s linear 1 forwards; /* Firefox */
	-webkit-animation:circle_right 5s linear 1 forwards;/* Safari and Chrome */
	-o-animation:circle_right 5s linear 1 forwards;/* Opera */
}
@-webkit-keyframes circle_right {
	0% {
		-webkit-transform:rotate(-135deg)
	}
	50%,100% {
		-webkit-transform:rotate(45deg)
	}
}
@-webkit-keyframes circle_left {
	0%,50% {
		-webkit-transform:rotate(-135deg)
	}
	100% {
		-webkit-transform:rotate(45deg)
	}
}
@keyframes estop_fade {
	from {
		height:0
	}
	to {
		height:82px
	}
}
@-webkit-keyframes estop_fade {
	from {
		height:0
	}
	to {
		height:82px
	}
}
@keyframes imgFadein {
	from {
		opacity:0
	}
	to {
		opacity:1
	}
}
@-webkit-keyframes imgFadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
div.second_ul_part .top-img .estop {
	animation:estop_fade 2.5s linear 1s 1 forwards;
	-moz-animation:estop_fade 2.5s linear 1s 1 forwards;  /* Firefox */
	-webkit-animation:estop_fade 2.5s linear 1s 1 forwards;  /* Safari and Chrome */
	-o-animation:estop_fade 2.5s linear 1s 1 forwards; /* Opera */
}
div.second_ul_part .bottom-img {
	animation:imgFadein 1s linear 3.5s 1 forwards;
	-moz-animation:imgFadein 1s linear 3.5s 1 forwards; /* Firefox */
	-webkit-animation:imgFadein 1s linear 3.5s 1 forwards;  /* Safari and Chrome */
	-o-animation:imgFadein 1s linear 3.5s 1 forwards;/* Opera */
}
