@charset "utf-8";
/* CSS Document */
html,body,main{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-width: 1300px;
}
body,header,footer,main,main .home_title{
	min-width: 1300px;
}
main .left{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: -1;

}
main .left img{
	width: 100%;
	height:100%;
}
header,footer,main{
	 background-color:transparent;
}
header{
	position: absolute;
	top:0px;
	width: 100%;
	z-index: 999;
}
footer{
	position: absolute;
	bottom:0px;
	width: 100%;
	padding-bottom: 0px;
	z-index: 999;
}
main .home_title{
	text-align: center;
	position: absolute;
	top: 30%;
	width: 100%;
}
main .home_title img{
	width: 70%;
}
main .home_button{
	padding-top: 30px;
}
main .home_button img{
	width: 200px;
}
