@charset "UTF-8";
/* CSS Document */
.home {
	position: relative;
	width: 1440px;
	height: 100%;
}
.room {
	width: 1440px;
	height: 100%;
}
.room1 {
	width: 100%;
	height: 700px;
}
.img1 {
	width: 100%;
	height: 750px;
	background-image: url("images1/world.png");
	background-size: auto;
	background-repeat: repeat;
	position: relative;
}
.img2 {
	width: 500px;
	height: 160px;
	background-image: url("images3/title.png");
	background-size: 500px 160px;
	position: absolute;
	margin-top: 200px;
	margin-left: 470px;
}
.img3 {
	display: block;
	width: 800px;
	height: 100px;
	background-color: #fff;
	border: 5px solid;
	border-color: #fddbdb;
	position: absolute;
	margin-top: 500px;
	margin-left: 320px;
	text-align: center;
}
.text {
	margin-top: 25px;
}
.room2 {
	background-color: #fddbdb;
	width: 100%;
	height: 1050px;
	position: relative;
}
.box1 {
	background-color: #fff;
	width: 1000px;
	height: 200px;
	position: absolute;
	margin-top: 50px;
	margin-left: 220px;
}
.box1 a img {
	width: 1000px;
	height: 200px;
}
.box1 a:hover {
	opacity: 0.6;
}
.box2 {
	background-color: #fff;
	width: 1000px;
	height: 200px;
	position: absolute;
	margin-top: 300px;
	margin-left: 220px;
}
.box2 a img {
	width: 1000px;
	height: 200px;
}
.box2 a:hover {
	opacity: 0.6;
}
.box3 {
	background-color: #fff;
	width: 1000px;
	height: 200px;
	position: absolute;
	margin-top: 550px;
	margin-left: 220px;
}
.box3 a img {
	width: 1000px;
	height: 200px;
}
.box3 a:hover {
	opacity: 0.6;
}
.box4 {
	background-color: #fff;
	width: 1000px;
	height: 200px;
	position: absolute;
	margin-top: 800px;
	margin-left: 220px;
}
.box4 a img {
	width: 1000px;
	height: 200px;
}
.box4 a:hover {
	opacity: 0.6;
}