.about {
	position: relative;
	width: 100%;
	padding: 120px 0;
	background: url(../images/about/about_bg.jpg) bottom right no-repeat #f4f4f4;
	overflow: hidden;
}
.about1 {
	position: relative;
	width: 100%; height: 648px;
	max-width: 1520px;
	margin: auto;
	text-align: right;
}
.about1 .leftImg {
	position: absolute;
	top: 0; right: 930px; left: 0;
}
.about1 .leftImg .bg {
	position: absolute;
	top: 130px; left: 0;
	display: inline-block;
	width: 100%; height: 520px;
	background: #927e6b;
}
.about1 .leftImg .loader {
	position: absolute;
	top: 0; left: 60px;
	display: inline-block;
	width: 100%; height: 500px;
	transform: translate(-60px,130px);
}
.about1 .content {
	display: inline-block;
	width: 930px; height: 500px;
	margin-top: 50px;
	padding-top: 112px;
	padding-left: 170px;
	background: #fff;
	text-align: left;
}
.about1 .content h5 {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -0.01em;
	color: #444;
}
.about1 .content .text {
	position: relative;
	margin-top: 35px;
	padding-left: 45px;
	font-size: 16px;
	line-height: 25px;
}
.about1 .content .text::before {
	content: '';
	position: absolute;
	top: 5px; bottom: 5px; left: 0;
	margin: auto;
	width: 2px;
	background: #927e6b;
}
.about1 .content .text .text_eng {
	margin-top: 25px;
	margin-bottom: 45px;
}
.about1 .content .btn_landscape {
	position: relative;
	display: inline-block;
	width: 99px; height: 13px;
	margin-right: 20px;
	background-image: url(../images/about/btn_landscape.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: background-image 0.3s;
}
.about1 .content .btn_landscape:hover {
	background-image: url(../images/about/btn_landscape_ov.png);
}
.about1 .content .btn_room {
	display: inline-block;
	width: 58px; height: 13px;
	background-image: url(../images/about/btn_room.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	transition: background-image 0.3s;
}
.about1 .content .btn_room:hover {
	background-image: url(../images/about/btn_room_ov.png);
}

.about2 {
	position: relative;
	width: 100%; height: 529px;
	max-width: 1520px;
	margin: 100px auto 0;
}
.about2 .content {
	position: relative;
	display: inline-block;
	width: 515px; height: 400px;
	margin-top: 52px;
	margin-left: 64px;
	background: #fff;
	z-index: 1;
}
.about2 .content h5 {
	position: relative;
	margin-top: 84px;
	margin-left: -64px;
	height: 70px;
	padding-left: 50px;
	font-size: 44px; font-weight: 600;
	line-height: 70px;
	color: #444;
}
.about2 .content h5 span {
	display: inline-block;
	transform: translateX(-100px);
}
.about2 .content h5 .title_deco {
	position: absolute;
	top: 0; bottom: 0; left: 0;
	width: 228px;
	background: #e6e0da;
	z-index: -1;
	transition: width 0.3s;
}
.about2 .content .text_eng {
	margin-top: 25px;
	margin-left: -64px;
}
.about2 .content .btn_more {
	margin-top: 42px;
	margin-left: 30px;
}
.about2 .rightImg {
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 580px;
	margin: auto;
	width: auto;
	font-size: 0;
}
.about2 .rightImg .loader {
	display: inline-block; height: 529px;
	width: 32.4%;
}
.about2 .rightImg .about2_2 {
	margin: 0 0.7%;
}
.about2 .rightImg .about2_3 { background-position: center left; }

.about3.fixed { padding-top: 31.5%; }