@charset "UTF-8";
/* CSS Document */
.home {
	width: 1440px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	background-color: #fff;
}
ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
ul li {
	display: table-cell;
	min-width: 50px;
}
ul li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
ul li a:hover {
	color: #E71B1F;
}
.room {
	width: 1440px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.room1 {
	display: block;
	background-image: url("images1/UK.png");
	background-size: auto;
	background-repeat: repeat;
	width: 1440px;
	height: 900px;
	position: relative;
}
.box1 {
	display: block;
	background-image: url("images2/clearbox.png");
	width: 1220px;
	height: 750px;
	position: absolute;
	margin-top: 75px;
	margin-left: 110px;
}
.img1a {
	display: block;
	width: 500px;
	height: 300px;
	background-image: url("images2/ki1.jpg");
	background-size: 500px 300px;
	position: absolute;
	margin-top: 225px;
	margin-left: 55px;
}
.text1 {
	display: block;
	width: 500px;
	height: 300px;
	position: absolute;
	margin-top: 175px;
	margin-left: 625px;
}
.img1b {
	display: block;
	width: 500px;
	height: 100px;
	position: absolute;
	margin-top: 475px;
	margin-left: 625px;
	text-align: center;
	
}
.img1b a img {
	width: 100px;
	height: 70px;
}
.room2 {
	display: block;
	background-image: url("images1/romania.png");
	background-size: auto;
	background-repeat: repeat;
	width: 1440px;
	height: 900px;
	position: relative;
}
.box2 {
	display: block;
	background-image: url("images2/clearbox.png");
	width: 1220px;
	height: 750px;
	position: absolute;
	margin-top: 75px;
	margin-left: 110px;
}
.img2a {
	display: block;
	width: 500px;
	height: 300px;
	background-image: url("images2/ki2.jpg");
	background-size: 500px 300px;
	position: absolute;
	margin-top: 225px;
	margin-left: 55px;
}
.text2 {
	display: block;
	width: 500px;
	height: 300px;
	position: absolute;
	margin-top: 175px;
	margin-left: 625px;
}
.img2b {
	display: block;
	width: 500px;
	height: 100px;
	position: absolute;
	margin-top: 475px;
	margin-left: 625px;
	text-align: center;
}
.img2b a img {
	width: 100px;
	height: 70px;
}
.room3 {
	background-image: url("images1/china.png");
	background-size: auto;
	background-repeat: repeat;
	width: 1440px;
	height: 900px;
	position: relative;
}
.box3 {
	display: block;
	background-image: url("images2/clearbox.png");
	width: 1220px;
	height: 750px;
	position: absolute;
	margin-top: 75px;
	margin-left: 110px;
}
.img3a {
	display: block;
	width: 500px;
	height: 300px;
	background-image: url("images2/ki3.jpg");
	background-size: 500px 300px;
	position: absolute;
	margin-top: 225px;
	margin-left: 55px;
}
.text3 {
	display: block;
	width: 500px;
	height: 300px;
	position: absolute;
	margin-top: 175px;
	margin-left: 625px;
}
.img3b {
	display: block;
	width: 500px;
	height: 100px;
	position: absolute;
	margin-top: 475px;
	margin-left: 625px;
	text-align: center;
}
.img3b a img {
	width: 100px;
	height: 70px;
}
.room4 {
	background-image: url("images1/australia.png");
	background-size: auto;
	background-repeat: repeat;
	width: 1440px;
	height: 900px;
	position: relative;
}
.box4 {
	display: block;
	background-image: url("images2/clearbox.png");
	width: 1220px;
	height: 750px;
	position: absolute;
	margin-top: 75px;
	margin-left: 110px;
}
.img4a {
	display: block;
	width: 500px;
	height: 300px;
	background-image: url("images2/ki4.jpg");
	background-size: 500px 300px;
	position: absolute;
	margin-top: 225px;
	margin-left: 55px;
}
.text4 {
	display: block;
	width: 500px;
	height: 300px;
	position: absolute;
	margin-top: 175px;
	margin-left: 625px;
}
.img4b {
	display: block;
	width: 500px;
	height: 100px;
	position: absolute;
	margin-top: 475px;
	margin-left: 625px;
	text-align: center;
}
.img4b a img {
	width: 100px;
	height: 70px;
}