@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
body {
	/* background-color: #000; */
	overflow-x: hidden;
}
.bigcontainer {
	width: 100%;
}
.test {
	border: 1px solid red;
}
.fl {
	float: left;
}
.cl {
	clean: both;
}
.bl {
	display: block;
}
.ab {
	position: absolute;
}
.rl {
	position: relative;
}
ul, li {
	list-style: none
}

@keyframes light_1 {
	  50% { transform: translatey(-10px) scale(1.005);opacity:1;}
	  100% {transform:translatey(0px) scale(1);opacity: 1;}
	}


.menu{
	width: 1300px;
	height:265px;
	margin: 0 auto;
	padding-top:0px;
}

.menu-1,.menu-2,.menu-3,.menu-4,.menu-5 {
	width: 254px;
	height: 676px;
}

.menu-1{
	background: url(../images/btn_1.png) no-repeat;
}

.menu-2{
	background: url(../images/btn_3.png) no-repeat;
	margin-top: 130px;
}

.menu-3{
	background: url(../images/btn_5.png) no-repeat;
}

.menu-4{
	background: url(../images/btn_7.png) no-repeat;
	margin-top: 130px;

}

.menu-5{
	background: url(../images/btn_9.png) no-repeat;
}

.menu-1:hover{
	background: url(../images/btn_2.png) no-repeat;

}
.menu-2:hover{
	background: url(../images/btn_4.png) no-repeat;

}
.menu-3:hover{
	background: url(../images/btn_6.png) no-repeat;

}
.menu-4:hover{
	background: url(../images/btn_8.png) no-repeat;

}
.menu-5:hover{
	background: url(../images/btn_10.png) no-repeat;

}

