@charset "utf-8";

#head_k {
	visibility: hidden;
	position: fixed;
	z-index: 2;

}


#head {
	position: fixed;
	max-width:1280px;
	top: -0px;
	left: -0px;
	z-index: 1;

}
#land {
	max-width: 1280px;
	position: absolute;
	top: -0px;
	left:-0px;
	z-index: 100;
	width: 100%;


}
#land img {
	position: absolute;
	right: 10px;
}