



#greeting {
	background: url(/img/greeting_bg.jpg) 0 0 no-repeat fixed;
	text-align: center;
	padding: 9.5% 0 9.3% 0;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#greeting:after {
	content: '';
	width: 1px;
	height: 267px;
	background-color: #fff;
	position: absolute;
	bottom: -24.4%;
	left: 50%;
}
#greeting .small_title {
	font-size: 18px;
	color: #fff;
}
#greeting h2 {
	margin: 0.5% 0 1% 0;
	font-family: 'bellMTI';
	font-size: 70px;
	color: #fff;
}
#greeting .text {
	font-size: 15.5px;
	color: #fff;
	line-height: 26px;
}






#video {
	background: url(/img/video_bg.jpg) 0 0 no-repeat fixed;
	padding: 6.8% 0;
	background-size: cover;
	position: relative;
}
#video:after {
	content: '';
	display: block;
	clear: both;
}
#video h2 {
	position: absolute;
	bottom: 25%;
	left: -10%;
	font-family: 'bellMTI';
	font-size: 72px;
	color: #fff;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#video h2:after {
	content: '';
	display: inline-block;
	width: 103px;
	height: 1px;
	background-color: #fff;
	margin-left: 20px;
	vertical-align: middle;
}
#video .vod {
	float: right;
	border: none; 
	position: relative;
	overflow: hidden;
}
#video #vimeo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1940px;
	height: 1091px;
}
#video .player-ctrl{
	position: absolute;
	z-index: 200;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	text-align: center;	
}
#video .play_btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0);
	border: none;
	outline: none;
	cursor: pointer;
}












#pension_img {
	margin-top: 81px;
	margin-bottom: 262px;
}
#pension_img:after {
	content: '';
	display: block;
	clear: both;
}
#pension_img .img {
	width: 100%;
}
#pension_img .left {
	float: left;
	text-align: right;
	width: 58%;
}
#pension_img .left .text {
	margin-top: 45px;
	font-family: 'bellMTI';
	font-size: 24px;
	color: #d5d5d5;
	text-align: right;
}
#pension_img .right {
	float: right;
	margin-top: 123px;
	width: 41%;
}







#room {
	position: relative;
}
#room .content {
	background: url(/img/room_bg.jpg) 0 0 no-repeat;
	text-align: center;
	padding: 153px 0 250px 0;
	position: relative;
	margin-bottom: 74px;
	background-size: cover;	
}
#room .content .text {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 7px;
}
#room .content .sub_title {
	font-family: 'bellMTI';
	font-size: 72px;
	color: #fff;
}
#room .content .sub_title:after {
	content: '';
	display: block;
	width: 496px;
	height: 1px;
	background-color: rgba(255,255,255,0.3);
	margin: 25px auto 0;
}
#room .content .motion1 {
	position: absolute;	
	bottom: -2.6%;
	left: 50%;	
	transition: all 1s;
	transform: translateX(-30%);
	-webkit-transform: translateX(-30%);
	-moz-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	-o-transform: translateX(-30%);
	opacity: 0;
}
#room .content .motion2 {
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	opacity: 1;
}
#room .room_list li {
	float: left;
	text-align: center;
	font-size: 0;
}
#room .room_list li .img_group {
	position: relative;
}
#room .room_list li .img_group .img {
	width: 92%;
}
#room .room_list li .img_group .over {
	position: absolute;
	top: 0;
	left: 0;
	width: 92%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-moz-transition: all 0.2s; 
	-ms-transition: all 0.2s; 
	-o-transition: all 0.2s; 
}
#room .room_list li:hover .over {
	opacity: 1;
}
#room .room_list li .img_group .over img {
	padding-top: 55%;
	padding-left: 43%;
}
#room .room_list li .name {
	font-size: 30px;
	color: #333333;
	margin-top: 15px;
	width: 86%;
}
#room .reser {
	text-align: center;
	margin: 85px 0 320px 0;
}
#room .reser:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	margin-top: -45px;
}
#room .reser a {
	display: inline-block;
	border: 1px solid #000;
	width: 400px;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	font-family: 'bellMTI';
	font-size: 42px;
	color: #222222;
}
#room .reser a:hover {
	background-color: #2b75ef;
	border-color: #2b75ef;
	color: #fff;
}
#room .reser a img {
	margin-left: 20px;
}






#facilities {
	font-size: 0;
	position: relative;
}
#facilities .facilities_bg {
	background: url(/img/facilities_bg.jpg) 0 0 no-repeat;
	padding-bottom: 9.5%;
	overflow: hidden;
	background-size: cover;
	padding: 118px 0 122px 0;
}
#facilities .motion1 {
	position: absolute;
	top: -17%;
	left: 50%;
	transition: all 1s;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	opacity: 0;
}
#facilities .motion2 {
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	opacity: 1;
}
#facilities .img_group {
	float: left;
	width: 73%;
}
#facilities .img_group a {
	display: none;
}
#facilities .img_group a.active {
	display: block;
}
#facilities .img_group img {
	width: 100%;
}
#facilities .content_wrap {
	float: left;
	width: 27%;
}
#facilities .content_group {
	margin-left: 13.5%;
}
#facilities .content_group .item {
	display: none;
	height: 130px;
}
#facilities .content_group .active {
	display: block;
}
#facilities .content_group .item h3 {
	font-family: 'bellMTI';
	font-size: 68px;
	color: #fff;
}
#facilities .content_group .item .text {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin-top: 27px;
}
#facilities .arrow_button {
	margin-left: 14%;
	margin-top: 65px;
}
#facilities .arrow_button .btn {
	position: relative;
	display: inline-block;
}
#facilities .arrow_button .btn .over {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
} 
#facilities .arrow_button .btn img {
	cursor: pointer;
/*	width: 100%;*/
}
#facilities .arrow_button .btn .over:hover {
	opacity: 1;
}
#facilities .arrow_button .btn_prev {
	margin-right: 16px;
}
#facilities .title_group {
	margin-top: 26%;
	padding-left: 14%;
	overflow: hidden;
	width: 39%;
}
#facilities .title_group p {
	font-size: 22px;
	color: rgba(255,255,255,0.7);
	line-height: 50px;
	position: relative;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	cursor: pointer;
}
#facilities .title_group p:hover {
	color: #fff;
	font-weight: 600;
}
#facilities .title_group p.active {
	color: #fff;
	font-weight: 600;
}
#facilities .title_group p.active:after {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
#facilities .title_group p:after {
	content:'';
	display: block;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: -50%;
	transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transition: transform 0.2s ease-in;
	-webkit-transition: transform 0.2s ease-in;
	-moz-transition: transform 0.2s ease-in;
	-o-transition: transform 0.2s ease-in;
}
#facilities .title_group p:nth-child(2):after {
	width: 260px;
}
#facilities .title_group p:nth-child(6):after {
	width: 240px;
}
#facilities .title_group p:nth-child(1):after,
#facilities .title_group p:nth-child(3):after,
#facilities .title_group p:nth-child(4):after,
#facilities .title_group p:nth-child(5):after,
#facilities .title_group p:nth-child(7):after {
	width: 220px;
}

#facilities .title_group p:hover:after {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}





#service {
	background: url(/img/service_bg.jpg) 0 0 no-repeat;
	font-size: 0;
	padding-top: 98px;
	padding-bottom: 238px;
	overflow: hidden;
	text-align: center;
}
#service .motion1 {
	margin: 0 0 20px 0;
	transform: translateX(5%);
	-webkit-transform: translateX(5%);
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
#service .motion2 {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
}
#service .sub_title {
	font-size: 16px;
	color: #888;
	margin-bottom: 40px;
}
#service .item {
	position: relative;
	display: inline-block;	
	margin: 0 2% 1% 0;
}
#service .item:last-child,
#service .item:nth-of-child(4) {
	margin-right: 0;
}
#service .item .over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	opacity: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#service .item .over img {
	padding-top: 200px;
}
#service .item .over:hover {
	opacity: 1;
}
#service .item .img {
	width: 100%;
}
#service .item .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#service .item .content .text {
	font-size: 22px;
	color: #fff;
}




#about {
	font-size: 0;
}
#about .img {
	width: 100%;
}
#about .content {
	text-align: center;
	background-color: #eaebed;
	position: relative;
	padding: 170px 0 67px 0;
}
#about .content .motion1 {
	position: absolute;
	top: -70px;
	left: 50%;
	transition: all 1s;
	transform: translate(-50%, 20%);
	-webkit-transform: translate(-50%, 20%);
	-moz-transform: translate(-50%, 20%);
	-ms-transform: translate(-50%, 20%);
	-o-transform: translate(-50%, 20%);
	opacity: 0;
}
#about .content .motion2 {
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	opacity: 1;
}
#about .content .text {
	font-size: 16px;
	color: #222222;
	line-height: 28px;
}
#about .more {
	text-align: center;
	margin: 90px 0 200px 0;
}
#about .more a {
	display: inline-block;
	border: 1px solid #000;
	width: 400px;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	font-family: 'bellMTI';
	font-size: 42px;
	color: #222222;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#about .more a:hover {
	background-color: #2b75ef;
	border-color: #2b75ef;
	color: #fff;
}
#about .more a img {
	margin-left: 30px;
}
