*{
	box-sizing: border-box;
}

html,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}
body{
	background-image: url(../img/bg.png);
	background-size: 100% 100%;
}
.beian{
	text-align: center;
	
}
a{
	color:#fff;
	/* text-decoration:none; */
}
a:link{
color:#fff;
}
a:visited{
color:#fff;
}
a:hover{
color:#eee;
}
.body_ban{
	width: 750px;
	height: 100%;
	margin: 0px auto;
	position: relative;
}
.list_ban{
	width: 1050px;
	height: 610px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -525px;
	margin-top: -305px;
}
.list_title{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.list_title img{
	width: 80%;
}
.list_box{
	width: 100%;
	font-size: 0px;
	/* text-align: center; */
}

.list_box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.list_box ul li{
	display: inline-block;
	font-size: 14px;
	width: 238px;
	height: 155px;
	margin: 5px;
	text-align: center;
	padding: 10px;
}
.bgcolor_1{
	background-color: #F77A1E;
}
.bgcolor_2{
	background-color: #57DDA8;
}
.bgcolor_3{
	background-color: #FF7659;
}
.bgcolor_4{
	background-color: #F2A565;
}
.bgcolor_5{
	background-color: #F36174;
}
.bgcolor_6{
	background-color: #5CA7DE;
}
.bgcolor_7{
	background-color: #98C142;
}
.bgcolor_8{
	background-color: #A886BC;
}
.bgcolor_9{
	background-color: #EDC331;
}
.bgcolor_10{
	background-color: #F19EC2;
}
.bgcolor_11{
	background-color: #7BC0BD;
}
.bgcolor_12{
	background-color: #88ABDA;
}
.list_tel{
	font-family: "黑体";
	width: 100%;
	margin-top: 20px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.list_tel span{
	padding: 0px 10px;
}
.menu_box{
	width: 228px;
	height: 145px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.menu_box img{
	position: absolute;
	top: 50%;
	left: 50%;
}

.m1_img{
	width: 50px;
	margin-left: -25px;
	margin-top: -45px;
	z-index: 11;
}
.m1_img.active{
	-webkit-animation: m1_animation 0.7s  ease-out;
	-o-animation: m1_animation 0.7s  ease-out;
	animation: m1_animation 0.7s  ease-out;
}
.m1_text{
	width: 90px;
	margin-left: -45px;
	margin-top: 20px;
	z-index: 10;
}

.m2_img_1{
	width: 50px;
	margin-left: -25px;
	margin-top: -45px;
	z-index: 11;
}
.m2_img_2{
	width: 25px;
	margin-left: 0px;
	margin-top: -14px;
	z-index: 12;
}
.m2_img_2.active{
	-webkit-animation: m2_animation 0.7s  ease-out;
	-o-animation: m2_animation 0.7s  ease-out;
	animation: m2_animation 0.7s  ease-out;
}
.m2_text{
	width: 90px;
	margin-left: -45px;
	margin-top: 20px;
	z-index: 10;
}

.m3_img_1{
	width: 40px;
	margin-left: -20px;
	margin-top: -45px;
	z-index: 11;
}
.m3_img_2{
	width: 30px;
	margin-left: -15px;
	margin-top: -55px;
	z-index: 12;
}
.m3_img_2.active{
	-webkit-animation: m3_animation 0.7s  ease-out;
	-o-animation: m3_animation 0.7s  ease-out;
	animation: m3_animation 0.7s  ease-out;
}
.m3_text{
	width: 90px;
	margin-left: -45px;
	margin-top: 20px;
	z-index: 10;
}

.m4_img{
	width: 40px;
	margin-left: -20px;
	margin-top: -45px;
	z-index: 11;
}
.m4_img.active{
	-webkit-animation: m4_animation 0.7s  ease-out;
	-o-animation: m4_animation 0.7s  ease-out;
	animation: m4_animation 0.7s  ease-out;
}
.m4_text{
	width: 114px;
	margin-left: -57px;
	margin-top: 20px;
	z-index: 10;
}

.m5_img{
	width: 65px;
	margin-left: -32.5px;
	margin-top: -45px;
	z-index: 11;
}
.m5_img.active{
	-webkit-animation: m5_img_animation 0.5s ease-in-out;
	-o-animation: m5_img_animation 0.5s ease-in-out;
	animation: m5_img_animation 0.5s ease-in-out;
}
.m5_text{
	width: 90px;
	margin-left: -45px;
	margin-top: 20px;
	z-index: 10;
}
.m5_text.active{
	-webkit-animation: m5_text_animation 0.1s 0.4s ease-in-out;
	-o-animation: m5_text_animation 0.1s 0.4s ease-in-out;
	animation: m5_text_animation 0.1s 0.4s ease-in-out;
}

.m6_img{
	width: 45px;
	margin-left: -22.5px;
	margin-top: -38px;
	z-index: 10;
}
.m6_img1{
	width: 16px;
	margin-left: -15px;
	margin-top: -52px;
	z-index: 10;
}
.m6_img1.active{
	transform-origin: 100% 100%;
	-webkit-animation: m6_a1_animation 1s ease-in-out infinite;
	-o-animation: m6_a1_animation 1s ease-in-out infinite;
	animation: m6_a1_animation 1s ease-in-out infinite;
}
.m6_img2{
	width: 16px;
	margin-left: 0px;
	margin-top: -52px;
	z-index: 10;
}
.m6_img2.active{
	transform-origin: 0% 100%;
	-webkit-animation: m6_a2_animation 1s ease-in-out infinite;
	-o-animation: m6_a2_animation 1s ease-in-out infinite;
	animation: m6_a2_animation 1s ease-in-out infinite;
}
.m6_img2.active{
	
}
.m6_text{
	width: 90px;
	margin-left: -45px;
	margin-top: 20px;
	z-index: 10;
}

.m7_img{
	width: 50px;
	margin-left: -25px;
	margin-top: -45px;
	z-index: 10;
}
.m7_img2{
	width: 8px;
	margin-left: -4px;
	margin-top: 1px;
	z-index: 10;
}
.m7_img2.active{
	-webkit-animation: m7_img_animation 2s ease-in-out infinite;
	-o-animation: m7_img_animation 2s ease-in-out infinite;
	animation: m7_img_animation 2s ease-in-out infinite;
}
.m7_text{
	width: 114px;
	margin-left: -57px;
	margin-top: 20px;
	z-index: 10;
}
.m8_img{
	width: 44px;
	margin-left: -22px;
	margin-top: -45px;
	z-index: 11;
}
.m8_img.active{
	-webkit-animation: m8_img_animation 1s ease-in-out;
	-o-animation: m8_img_animation 1s ease-in-out;
	animation: m8_img_animation 1s ease-in-out;
}
.m8_text{
	width: 134px;
	margin-left: -67px;
	margin-top: 20px;
	z-index: 10;
}

.m9_img1{
	width: 50px;
	margin-left: -25px;
	margin-top: -45px;
	z-index: 13;
}
.m9_img2{
	width: 50px;
	margin-left: -25px;
	margin-top: -23px;
	z-index: 12;
}
.m9_img2.active{
	-webkit-animation: m9_img_animation 0.7s ease-in-out;
	-o-animation: m9_img_animation 0.7s ease-in-out;
	animation: m9_img_animation 0.7s ease-in-out;
}
.m9_img3{
	width: 50px;
	margin-left: -25px;
	margin-top: -12px;
	z-index: 12;
}
.m9_img3.active{
	-webkit-animation: m9_img2_animation 0.8s ease-in-out;
	-o-animation: m9_img2_animation 0.8s ease-in-out;
	animation: m9_img2_animation 0.8s ease-in-out;
}
.m9_text{
	width: 90px;
	margin-left: -45px;
	margin-top: 20px;
	z-index: 10;
}

.m10_img1{
	width: 40px;
	margin-left: -20px;
	margin-top: -45px;
	z-index: 13;
}
.m10_text{
	width: 90px;
	margin-left: -45px;
	margin-top: 20px;
	z-index: 10;
}
.m11_img1{
	width: 40px;
	margin-left: -20px;
	margin-top: -45px;
	z-index: 13;
}
.m11_text{
	width: 110px;
	margin-left: -55px;
	margin-top: 20px;
	z-index: 10;
}
.m12_img1{
	width: 44px;
	margin-left: -22px;
	margin-top: -45px;
	z-index: 13;
}
.m12_text{
	width: 150px;
	margin-left: -75px;
	margin-top: 20px;
	z-index: 10;
}

/* ---------- animation ---------- */
@-webkit-keyframes m1_animation {
	0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes m1_animation {
	0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes m1_animation {
	0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes m1_animation {
	0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes m2_animation {
	0%{
		transform: scale(1);
	}
	30%{
		transform: scale(0.3);
	}
	60%{
		transform: scale(1.1);
	}
	90%{
		transform: scale(0.8);
	}
	100%{
		transform: scale(1);
	}
}
@-o-keyframes m2_animation {
	0%{
		transform: scale(1);
	}
	30%{
		transform: scale(0.3);
	}
	60%{
		transform: scale(1.1);
	}
	90%{
		transform: scale(0.8);
	}
	100%{
		transform: scale(1);
	}
}
@-moz-keyframes m2_animation {
	0%{
		transform: scale(1);
	}
	30%{
		transform: scale(0.3);
	}
	60%{
		transform: scale(1.1);
	}
	90%{
		transform: scale(0.8);
	}
	100%{
		transform: scale(1);
	}
}
@keyframes m2_animation {
	0%{
		transform: scale(1);
	}
	30%{
		transform: scale(0.3);
	}
	60%{
		transform: scale(1.1);
	}
	90%{
		transform: scale(0.8);
	}
	100%{
		transform: scale(1);
	}
}

@-webkit-keyframes m3_animation {
	0%{
		margin-top: -55px;
	}
	50%{
		margin-top: -60px;
	}
	70%{
		margin-top: -55px;
	}
	80%{
		margin-top: -58px;
	}
	100%{
		margin-top: -55px;
	}
}
@-o-keyframes m3_animation {
	0%{
		margin-top: -55px;
	}
	50%{
		margin-top: -60px;
	}
	70%{
		margin-top: -55px;
	}
	80%{
		margin-top: -58px;
	}
	100%{
		margin-top: -55px;
	}
}
@-moz-keyframes m3_animation {
	0%{
		margin-top: -55px;
	}
	50%{
		margin-top: -60px;
	}
	70%{
		margin-top: -55px;
	}
	80%{
		margin-top: -58px;
	}
	100%{
		margin-top: -55px;
	}
}
@keyframes m3_animation {
	0%{
		margin-top: -55px;
	}
	50%{
		margin-top: -60px;
	}
	70%{
		margin-top: -55px;
	}
	80%{
		margin-top: -58px;
	}
	100%{
		margin-top: -55px;
	}
}

@-webkit-keyframes m4_animation {
	0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-o-keyframes m4_animation {
	0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-moz-keyframes m4_animation {
	0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes m4_animation {
	0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes m5_img_animation {
	0%{
		top: 0%;
	}
	95%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@-o-keyframes m5_img_animation {
	0%{
		top: 0%;
	}
	95%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@-moz-keyframes m5_img_animation {
	0%{
		top: 0%;
	}
	95%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@keyframes m5_img_animation {
	0%{
		top: 0%;
	}
	95%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}

@-webkit-keyframes m5_text_animation {
	0%{
		top: 50%;
	}
	50%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@-o-keyframes m5_text_animation {
	0%{
		top: 50%;
	}
	50%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@-moz-keyframes m5_text_animation {
	0%{
		top: 50%;
	}
	50%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@keyframes m5_text_animation {
	0%{
		top: 50%;
	}
	50%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}

@-webkit-keyframes m6_a1_animation {
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(5deg);
	}
	50%{
		transform: rotate(-5deg);
	}
	75%{
		transform: rotate(5deg);
	}
	100%{
		transform: rotate(0deg);
	}
}
@-o-keyframes m6_a1_animation {
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(5deg);
	}
	50%{
		transform: rotate(-5deg);
	}
	75%{
		transform: rotate(5deg);
	}
	100%{
		transform: rotate(0deg);
	}
}
@-moz-keyframes m6_a1_animation {
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(5deg);
	}
	50%{
		transform: rotate(-5deg);
	}
	75%{
		transform: rotate(5deg);
	}
	100%{
		transform: rotate(0deg);
	}
}
@keyframes m6_a1_animation {
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(5deg);
	}
	50%{
		transform: rotate(-5deg);
	}
	75%{
		transform: rotate(5deg);
	}
	100%{
		transform: rotate(0deg);
	}
}

@-webkit-keyframes m6_a2_animation {
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(-5deg);
	}
	50%{
		transform: rotate(5deg);
	}
	75%{
		transform: rotate(-5deg);
	}
	100%{
		transform: rotate(0deg);
	}
}
@-o-keyframes m6_a2_animation {
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(-5deg);
	}
	50%{
		transform: rotate(5deg);
	}
	75%{
		transform: rotate(-5deg);
	}
	100%{
		transform: rotate(0deg);
	}
}
@-moz-keyframes m6_a2_animation {
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(-5deg);
	}
	50%{
		transform: rotate(5deg);
	}
	75%{
		transform: rotate(-5deg);
	}
	100%{
		transform: rotate(0deg);
	}
}
@keyframes m6_a2_animation {
	0%{
		transform: rotate(0deg);
	}
	25%{
		transform: rotate(-5deg);
	}
	50%{
		transform: rotate(5deg);
	}
	75%{
		transform: rotate(-5deg);
	}
	100%{
		transform: rotate(0deg);
	}
}


@-webkit-keyframes m7_img_animation {
	0%{
		top: 50%;
	}
	50%{
		top: 55%;
	}
	100%{
		top: 50%;
	}
}
@-o-keyframes m7_img_animation {
	0%{
		top: 50%;
	}
	50%{
		top: 55%;
	}
	100%{
		top: 50%;
	}
}
@-moz-keyframes m7_img_animation {
	0%{
		top: 50%;
	}
	50%{
		top: 55%;
	}
	100%{
		top: 50%;
	}
}
@keyframes m7_img_animation {
	0%{
		top: 50%;
	}
	50%{
		top: 55%;
	}
	100%{
		top: 50%;
	}
}

@-webkit-keyframes m8_img_animation {
	0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-o-keyframes m8_img_animation {
	0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-moz-keyframes m8_img_animation {
	0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes m8_img_animation {
	0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes m9_img_animation {
	0%{
		top: 43%;
	}
	60%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@-o-keyframes m9_img_animation {
	0%{
		top: 43%;
	}
	60%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@-moz-keyframes m9_img_animation {
	0%{
		top: 43%;
	}
	60%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@keyframes m9_img_animation {
	0%{
		top: 43%;
	}
	60%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}

@-webkit-keyframes m9_img2_animation {
	0%{
		top: 35%;
	}
	60%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@-o-keyframes m9_img2_animation {
	0%{
		top: 35%;
	}
	60%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@-moz-keyframes m9_img2_animation {
	0%{
		top: 35%;
	}
	60%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}
@keyframes m9_img2_animation {
	0%{
		top: 35%;
	}
	60%{
		top: 53%;
	}
	100%{
		top: 50%;
	}
}