.room1 {
	padding-top: 140px;
	padding-bottom: 100px;
	overflow: hidden;
}
.room1_wrap {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	text-align: right;
}
.room1_wrap .lImg {
	position: absolute;
	top: 0; right: 840px; left: 0;
	margin: auto;
	width: auto; height: 900px;
}
.room1_wrap .roomInfo_wrap {
	display: inline-block;
	width: 800px; min-height: 882px;
	text-align: left;
}
.roomInfo_wrap .title {
	position: relative;
}
.roomInfo_wrap .title .eng {
	font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #002538;
	text-transform: capitalize;
	transform: translateX(10%);
}
.roomInfo_wrap .title .name {
	margin-top: 20px;
	font-size: 24px;
	color: #586770;
	transform: translateX(10%);
	transition-delay: 0.35s;
}
.roomInfo_wrap .roomInfo {
	margin-top: 55px;
	text-align: left;
}
.roomInfo_wrap .roomInfo dl {
	margin-bottom: 30px;
}
.roomInfo_wrap .roomInfo dl dt {
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
}
.roomInfo_wrap .roomInfo dl dd {
	display: table;
	color: #444;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4;
	word-break: keep-all;
}
.roomInfo_wrap .roomInfo dl dd span {
	display: table-cell;
	width: 120px;
	color: #666;
}
.roomInfo_wrap .roomInfo dl dd span.infoB {
	font-size: 16px;
	font-weight: bold;
	color: #222;
}
.roomInfo_wrap .roomInfo dl dd .info_point {
	font-size: 13px;
	color: #1c3976;
}

.roomInfo_wrap .btn_reser {
	display: inline-block;
	width: 202px; height: 46px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 46px;
	background: #1c3976;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	transition: background 0.35s, color 0.35s;
}
.roomInfo_wrap .btn_reser i {
	margin-right: 10px;
	font-size: 15px;
}
.roomInfo_wrap .btn_reser:hover {
	background: #6e96eb;
	color: #fff;
}




@media ( max-width: 1024px ) {
	.roomSlider {
		margin-top: 50px;
	}
	.firstSliderWrap .viewObj i {
		color: rgba(34, 34, 34, 0.5);
		text-shadow: none;
	}
	.firstSliderWrap .viewObj i.active {
		color: #222;
	}

	.room1 {
		padding-top: 0;
		padding-bottom: 30px;
		background: transparent;
	}
	.room1_wrap {
		max-width: 100%;
		text-align: center;
	}
	.room1_wrap .lImg {
		display: none;
	}
	.room1_wrap .roomInfo_wrap {
		display: block;
		width: 100%;
		min-height: auto;
	}
	.roomInfo_wrap .title {
		margin-top: 105px;
		padding-bottom: 48px;
		text-align: center;
	}
	.roomInfo_wrap .title .eng {
		font-size: 25px;
		line-height: 25px;
		color: #444;
		transform: translate(0,30%);
	}
	.roomInfo_wrap .title .name {
		margin-top: 8px;
		font-size: 18px;
		color: #666;
		transform: translate(0,30%);
	}
	.roomInfo_wrap .roomInfo {
		position: relative;
		max-width: calc(100% - 30px);
		margin: auto;
	}
	.roomInfo_wrap .roomInfo dl {
		margin-bottom: 40px;
	}
	.roomInfo_wrap .roomInfo dl dt {
		margin-bottom: 14px;
		font-size: 15px;
	}
	.roomInfo_wrap .roomInfo dl dd {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.roomInfo_wrap .roomInfo dl dd span.infoB {
		font-size: 15px;
	}
	.roomInfo_wrap .btn_reser {
		width: 100%;
		height: 47px;
		margin-top: 15px;
		font-size: 14px;
		line-height: 47px;
	}
	.roomInfo_wrap .btn_reser i {
		margin-right: 5px;
	}

}