.room {
	padding-top: 150px;
	padding-bottom: 150px;
	background: url(../images/room/room_bg.jpg) top left no-repeat #fff;
	background-size: 54% 100%;
	overflow: hidden;
}
.room_wrap {
	position: relative;
	width: 100%; height: 100%;
	max-width: 1660px;
	margin: auto;
	text-align: right;
}
.room_wrap .leftCon {
	position: absolute;
	top: 0; right: 1145px; left: 0;
	margin: auto;
	display: inline-block;
	min-width: 617px; height: 650px;
}
.room_wrap .leftCon .loader {
	position: absolute;
	top: 0; left: 60px;
	height: 500px;
	z-index: 1;
	transform: translateX(-60px);
}
.room_wrap .leftCon .box {
	position: absolute;
	top: 130px; left: 0;
	width: 594px; height: 520px;
	background: #927e6b;
}
.room_wrap .leftCon .box h5 {
	position: absolute;
	bottom: 30px; left: 30px;
	font-size: 40px; line-height: 40px;
	color: #fff;
	transform: translateX(120px);
	transition: all 1.4s;
}

.room_wrap .rightTable {
	position: relative;
	display: inline-block;
	width: 983px;
	padding-left: 60px;
	background: #fff;
	z-index: 50;
}
.room_wrap .rightTable  h5 {
	margin-bottom: 25px;
	padding-left: 10px;
	font-size: 30px;
	line-height: 30px;
	color: #222;
	text-align: left;
	transform: translateY(-50px);
}
.room_wrap .rightTable .roomTitle h5 span { color: #ee4915; }
.room_wrap .rightTable iframe {
	width: 100%;
	margin: auto;
}

.room_wrap .rightTable .button_wrap {
	position: absolute;
	right: 1120px; bottom: 300px;
	width: 230px;
	z-index: 30;
}
.room_wrap .rightTable .button_wrap a {
	display: inline-block;
	height: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: background-image 0.3s;
}
.room_wrap .rightTable .button_wrap .btn_preview {
	margin-right: 30px;
	width: 78px;
	background-image: url(../images/room/btn_preview.png);
}
.room_wrap .rightTable .button_wrap .btn_preview:hover {
	background-image: url(../images/room/btn_preview_ov.png);
}
.room_wrap .rightTable .button_wrap .btn_reser {
	width: 111px;
	background-image: url(../images/room/btn_reser.png);
}
.room_wrap .rightTable .button_wrap .btn_reser:hover {
	background-image: url(../images/room/btn_reser_ov.png);
}