.h_animation {
	display: block;
	width: 100%;
	height: 555px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
}
.h_animation .plane_left {
	position: absolute;
	left: 50%;
	top: 255px;
	width: 639px;
	height: 55px;
	background: url(../i/plane_left.png) no-repeat;
	margin-left: -589px;
	z-index: 3;
}
.h_animation .plane_right {
	position: absolute;
	left: 50%;
	top: 63px;
	width: 639px;
	height: 52px;
	background: url(../i/plane_right.png) no-repeat;
	margin-left: 373px;
	z-index: 3;
}
.inner .h_animation .plane_right{height:54px; background:url(../i/plane_righ_inner.png) no-repeat;}

.h_animation .cloud_n1 {
	display: block;
	width: 182px;
	height: 114px;
	position: absolute;
	left: 50%;
	top: 60px;
	background: url(../i/cloud_one.png) no-repeat;
	margin-left: -213px;
	z-index: 4;
}
.inner .h_animation .cloud_n1{top:30px;}
.h_animation .cloud_n2 {
	display: block;
	width: 118px;
	height: 74px;
	position: absolute;
	left: 50%;
	top: 222px;
	background: url(../i/cloud_two.png) no-repeat;
	margin-left: 190px;
}
.inner .h_animation .cloud_n2{top:125px;}
.h_animation .cloud_n3 {
	display: block;
	width: 66px;
	height: 41px;
	position: absolute;
	left: 50%;
	top: 111px;
	background: url(../i/cloud_three.png) no-repeat;
	margin-left: 455px;
}
.inner .h_animation .cloud_n3{top:32px;}


.h_animation .plane_left {
	-webkit-animation: movement_pl 25s infinite;
	-moz-animation: movement_pl 25s infinite;
	animation: movement_pl 25s infinite;
}
.h_animation .plane_right {
	-webkit-animation: movement_pr 30s infinite;
	-moz-animation: movement_pr 30s infinite;
	animation: movement_pr 30s infinite;
}
.h_animation .cloud_n1 {
	-webkit-animation: movement_cn1 4s infinite;
	-moz-animation: movement_cn1 4s infinite;
	animation: movement_cn1 4s infinite;
}
.h_animation .cloud_n2 {
	-webkit-animation: movement_cn2 7s infinite;
	-moz-animation: movement_cn2 7s infinite;
	animation: movement_cn2 7s infinite;
}
.h_animation .cloud_n3 {
	-webkit-animation: movement_cn3 11s infinite;
	-moz-animation: movement_cn3 11s infinite;
	animation: movement_cn3 11s infinite;
}



@-webkit-keyframes movement_cn3 {
    0%,100% {
     margin-left:455px;
    }
     50% {
     margin-left:475px;
    }
}
@-moz-keyframes movement_cn3 {
    0%,100% {
        margin-left:455px;
    }
    50% {
        margin-left:475px;
    }
}
@-o-keyframes movement_cn3 {
    0%,100% {
        margin-left:455px;
    }
    50% {
        margin-left:475px;
    }
}
@keyframes movement_cn3 {
    0%,100% {
        margin-left:455px;
    }
    50% {
        margin-left:475px;
    }
}



@-webkit-keyframes movement_cn2 {
    0%,100%  {
        margin-left:170px;
    }
     50% {
        margin-left:230px;
    }
}
@-moz-keyframes movement_cn2 {
    0%,100%  {
        margin-left:170px;
    }
     50% {
        margin-left:230px;
    }
}
@-o-keyframes movement_cn2 {
    0%,100%  {
        margin-left:170px;
    }
     50% {
        margin-left:230px;
    }
}
@keyframes movement_cn2 {
    0%,100%  {
        margin-left:170px;
    }
     50% {
        margin-left:230px;
    }
}



@-webkit-keyframes movement_cn1 {
    0%,100% {
        margin-left:-213px;
    }
    50% {
        margin-left:-233px;
    }
}
@-moz-keyframes movement_cn1 {
    0%,100% {
        margin-left:-213px;
    }
    50% {
        margin-left:-233px;
    }
}
@-o-keyframes movement_cn1 {
    0%,100% {
        margin-left:-213px;
    }
    50% {
        margin-left:-233px;
    }
}
@keyframes movement_cn1 {
    0%,100% {
        margin-left:-213px;
    }
    50% {
        margin-left:-233px;
    }
}



@-webkit-keyframes movement_pl {
    from {
        margin-left:-1700px;
    }
    to {
        margin-left:950px;
    }
}
@-moz-keyframes movement_pl {
    from {
        margin-left:-1700px;
    }
    to {
        margin-left:950px;
    }
}
@-o-keyframes movement_pl {
    from {
        margin-left:-1700px;
    }
    to {
        margin-left:950px;
    }
}
@keyframes movement_pl {
    from {
        margin-left:-1700px;
    }
    to {
        margin-left:950px;
    }
}



@-webkit-keyframes movement_pr {
    from {
        margin-left:950px;
    }
    to {
        margin-left:-1700px;
    }
}
@-moz-keyframes movement_pr {
    from {
        margin-left:950px;
    }
    to {
        margin-left:-1700px;
    }
}
@-o-keyframes movement_pr {
    from {
        margin-left:950px;
    }
    to {
        margin-left:-1700px;
    }
}
@keyframes movement_pr {
    from {
        margin-left:950px;
    }
    to {
        margin-left:-1700px;
    }
}


