


#video {
	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;
}
#video .align-center{
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	transform: translateX(-50%) translateY(-50%) !important;
	z-index: 30;
}
#video  .m_video {
	display: none;
}









/*#video {
	position: relative;
}
#video .video_wrap{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#video .video_wrap #player {
	width: 1970px;
	height: 1300px;
}
#video .video_wrap .player-ctrl{
	position: absolute;
	z-index: 200;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
#video .align-center{
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	transform: translateX(-50%) translateY(-50%) !important;
	z-index: 30;
}*/
















#outside {
	background: url(/img/outside_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-size: 0;
	display: table;
}
#outside .container {
	padding: 0 6% 0;
	display: table-cell;
	vertical-align: middle;
}
#outside .container:after {
	content: '';
	display: block;
	clear: both;
}
#outside .title_wrap {
	margin-bottom: 10%;
}
#outside .title_wrap .title {
	opacity: 0;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
}   
#outside .title_wrap .title1 {
	margin-bottom: 2%;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
#outside .title_wrap .title1 img {
	width: 43%;
}
#outside .title_wrap .title2 {
	transition-delay: 0.2s;
}
#outside .title_wrap .title2 img {
	width: 62%;
}
#outside .title_wrap .title.active {
	transform: translate(0,0);
	opacity: 1;
}
#outside .left,
#outside .right {
	width: 47.8%;
	float: left;
}
#outside .left {
	margin-right: 4.2%;
}
#outside .right {
	margin-top: 2%;
}
#outside .item.active {
	transform: rotateZ(0) translate(0);
	-webkit-transform: rotateZ(0) translate(0);
	opacity: 1;
}
#outside .item {
	position: relative;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	opacity: 0;
}
#outside .item1 {
	transform: rotateZ(-5deg) translate(0,-30px);
	-webkit-transform: rotateZ(-5deg) translate(0,-30px);
	transition-delay: 0.4s;
}
#outside .item2 {
	transform: rotateZ(5deg) translate(0,-30px);
	-webkit-transform: rotateZ(5deg) translate(0,-30px);
	transition-delay: 0.6s;
}
#outside .item .img {
	display: inline-block;
	overflow: hidden;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.4);
}
#outside .item .img img {
	width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
#outside .item .img img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
#outside .item .text {
	text-align: right;
	font-size: 16px;
	color: #fff;
	margin-top: 1%;
}
#outside .item .more {
	position: absolute;
	bottom: 12%;
	right: -8%;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
	padding: 5px 15px 0;
	transition: all 0.6s; 
	-webkit-transition: all 0.6s; 
}
#outside .item2 .more {
	bottom: auto;
	right: auto;
	top: 17%;
	left: -8%;
}
#outside .item:hover .more {
	background-color: rgba(255,255,255,1);
}
#outside .item1:hover .more {
	right: -10%;
}
#outside .item2:hover .more {
	left: -6%;
}








#room {
	background: url(/img/room_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
}
#room .floater {
    float: left;
    height: 50%;
    margin-bottom: -310px;
}
#room .container2 {
	clear: both;
    height: 620px;
	position: relative;
}
#room .title_wrap {
	position: absolute;
	top: 0;
	width: 29.55%;
}
#room .title_wrap .title {
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
#room .title_wrap .title.active {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity: 1;
}
#room .title_wrap .title1 {
	margin-bottom: 1%;
}
#room .title_wrap .title1 img {
	width: 61.1%;
}
#room .title_wrap .title2 {
	transition-delay: 0.2s;
}
#room .title_wrap .title2 img {
	width: 100%;
}
#room .list {
	position: relative;
}
#room .list li {
	display: none;
}
#room .list li.active {
	display: block;
}
#room .list .content {
	text-align: right;
	width: 31.7%;
	display: inline-block;
	margin: 0 3.5% 0 0;
	vertical-align: top;
	margin-top: 11%;
}
#room .list .content h3 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 1%;
}
#room .list .content .text1 {
	font-size: 18px;
	color: #fff;
	margin: 3% 0 3% 0;
	border-bottom: 1px solid #fff;
	display: inline-block;
	transition-delay: 0.2s;
}
#room .list .content .text2 {
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	line-height: 28px;
	transition-delay: 0.4s;
}
#room .list .image {
	display: inline-block;
	margin-top: 3.5%;
	position: relative;
	width: 59%;
	outline: none;
}
#room .list .image .img {
	width: 100%;
}
#room .list .image .more {
	position: absolute;
	z-index: 10;
	bottom: 7%;
	right: -8%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#room .list .image .more:hover {
	transform: translate(12px,0);
	-webkit-transform: translate(12px,0);
}
#room .room_btn {
	position: absolute;
	bottom: 3%;
	left: 28.65%;
}
#room .room_btn li {
	font-size: 22px;
	color: #007bd8;
	background-color: rgba(255,255,255,0.7);
	width: 100px;
	height: 65px;
	line-height: 65px;
	padding-left: 25px;
	margin: 4px;
	transform: translate(25px,0);
	-webkit-transform: translate(25px,0);
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#room .room_btn li.active,
#room .room_btn li:hover {
	background-color: rgba(255,255,255,1);
	width: 125px;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}








#room_special {
	position: relative;
	background: url(/img/room_special1.jpg) 0 0 no-repeat;
	background-position: center;
	background-size: cover;
}
#room_special .owl-carousel {
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
#room_special .owl-carousel.active {
	opacity: 1;
}
#room_special .title_wrap {
	position: absolute;
	top: 60%;
	left: 10%;
	z-index: 10;
	width: 28.1%;
}
#room_special .title_wrap .title {
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
#room_special .title_wrap .title.active {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity: 1;
}
#room_special .title_wrap .title1 {
	margin-bottom: 2%;
}
#room_special .title_wrap .title1 img {
	width: 65%;
}
#room_special .title_wrap .title2 {
	transition-delay: 0.2s;
}
#room_special .title_wrap .title2 img {
	width: 100%;
}
#room_special .owl-carousel li {
	width: 100%;
	height: 100%;
}
#room_special .owl-carousel li div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}







#facilities {
	font-size: 0;
	position: relative;
}
#facilities .title_wrap {
	text-align: center;
	background: url(/img/fac_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 10%;
}
#facilities .title_wrap .title {
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
#facilities .title_wrap .title.active {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity: 1;
}
#facilities .title_wrap .title1 {
	margin-bottom: 1%;
}
#facilities .title_wrap .title1 img {
	width: 18.2%;
}
#facilities .title_wrap .title2 {
	transition-delay: 0.2s;
}
#facilities .title_wrap .title2 img {
	width: 30.3%;
}
#facilities .container3 {
	margin-top: 6%;
	position: relative;
}
#facilities .list {
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	transition-delay: 0.4s;
}
#facilities .list.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
#facilities .list li {
	position: relative;
	text-align: center;
}
#facilities .list li .over {
	position: absolute;
	display: inline-block;
	color: #fff;
	font-size: 26px;
	top: 0;
	left: 3.5%;
	width: 93.2%;
	height: 47%;
	background-color: rgba(0,0,0,0.5);
	padding-top: 53%;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#facilities .list li .over:hover {
	opacity: 1;
	padding-top: 50%;
	height: 50%;
}
#facilities .list li .img {
	width: 93%;
}
#facilities .list li .text {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 3%;
}
#facilities .slick-next, 
#facilities .slick-prev {
	width: 131px;
	height: 25px;
	top: 70%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#facilities .slick-next {
	background: url(/img/fac_next.png) 0 0 no-repeat;
	right: -4%;
}
#facilities .slick-prev {
	background: url(/img/fac_prev.png) 0 0 no-repeat;
	left: -4%;
}
#facilities .slick-next:hover {
	transform: translate(12px,0);
	-webkit-transform: translate(12px,0);
}
#facilities .slick-prev:hover {
	transform: translate(-12px,0);
	-webkit-transform: translate(-12px,0);
}









#about {
	background: url(/img/about_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
	display: table;
	position: relative;
	background-attachment: fixed;
}
#about .container3 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 6.5%;
}
#about .content {
	display: inline-block;
	vertical-align: middle;
}
#about .content {
	padding: 6.5% 3.5%;
	transition: all 1s;
	-webkit-transition: all 1s;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 63px 24px 0px 0px rgba(0,0,0,0.2);
}
#about .content .title1 {
	margin-bottom: 2%;
}
#about .content .title2 {
	margin-bottom: 7%;
}
#about .content .title1 img {
	width: 59.4%;
}
#about .content .title2 img {
	width: 91.6%;
}
#about .content .text {
	font-size: 18px;
	color: #333333;
	line-height: 34px;
}
#about .shadow {
	position: absolute;
	top: 18%;
	left: 8%;
	z-index: 5;
}







@media (max-width: 1600px) {
	#room .container2 {
		height: auto;
	}
	#room .list .content h3 {
		font-size: 30px;
	}
	#room .list .content .text1 {
		font-size: 16px;
	}
	#room .list .content .text2 {
		font-size: 15px;
		line-height: 24px;
	}
	#room .room_btn li {
		width: 75px;
		height: 55px;
		line-height: 55px;
		font-size: 18px;
	}
	#room .room_btn li.active, 
	#room .room_btn li:hover {
		width: 100px;
	}
	#facilities .list li .over {
		font-size: 20px;
	}
	#about .content .text {
		font-size: 16px;
		line-height: 24px;
	}

}
@media (max-width: 1280px) {
	#video .video_wrap #player {
		width: 1700px;
		height: 1100px;
	}
	.main_room {
		padding-top: 7%;
	}
	#room .floater {
		display: none;
	}
	#room .container2 {
		height: auto;
	}
	#room .title_wrap {
		position: static;
		margin-bottom: 3%;
	}
	#room .list .content {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	#room .list .content h3,
	#room .list .content .text1,
	#room .list .content .text2 {
		color: #333;	
	}
	#room .list .content h3 {
		font-size: 24px;
	}
	#room .list .content .text1 {
		margin: 1% 0;
		border-bottom: 1px solid #333;	
	}
	#room .list .content .text2 {
		display: none;
	}
	#room .list .image {
		width: 70%;
		margin: 1% auto 0;
		display: block;
	}
	#room .room_btn {
		left: 6.6%;
	}
	#about .image {
		display: none;
	}
	#about .container3 {
		padding: 5% 3%;
	}
	#about .content .title1 img {
		width: 28.3%;
	}
	#about .content .title2 img {
		width: 37.6%;
	}
	#about .content {
		margin-left: 0;
		width: 92%;
	}
	#about .content .text {
		font-size: 14px;
		line-height: 23px;
	}

}
@media (max-width: 768px) {
	#video .video_wrap {
		display: none;
	}
	#video  .m_video {
		display: block;
	}
	.sub_video {
		margin-top: 68px;
	}
	#outside {
		padding-bottom: 12%;	
	}
	#outside .container {
		padding: 5% 6% 0;
	}
	#outside .title_wrap .title {
		opacity: 1;
		transform: rotateZ(0) translate(0,0);
	}
	#outside .title_wrap {
		margin-bottom: 5%;
	}
	#outside .right {
		margin-top: 6%;
		margin-left: 14%;
	}
	#outside .item {
		transform: rotateZ(0) translate(0,0);
		opacity: 1;
	}
	#outside .item1 .more {
		right: -13%;
	}
	#outside .item2 .more {
		left: -13%;
	}
	.sub_room {
		padding: 68px 0 5% 0;
	}
	.main_room {
		padding: 7% 0 5% 0;
	}
	#room .title_wrap .title {
		opacity: 1;
		transform: translate(0,0);
	}
	#room .list .content h3 {
		font-size: 18px;
	}
	#room .list .content .text1 {
		font-size: 14px;
	}
	#room .list .content .text2 {
		font-size: 12px;
		line-height: 20px;
	}
	#room .title_wrap .title1 img {
		width: 150px;
	}
	#room .title_wrap .title2 img {
		width: 200px;
	}
	#room .list .image .more {
		right: -20%;
	}
	#room .room_btn {
		position: static;
		text-align: center;
	}
	#room .room_btn li {
		display: inline-block;
		width: 70px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 0;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	#room .room_btn li.active, 
	#room .room_btn li:hover {
		width: 70px;
	}
	#outside {
		background-attachment: scroll;	
	}
	#outside .left, #outside .right {
		width: 85%;
		float: none;
	}
	#outside .item .text {
		display: none;
	}
	#outside .item .more img {
		width: 140px;
	}
	#room_special .title_wrap {
		top: 40%;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		text-align: center;
		width: 48%;
	}
	#room_special .title_wrap .title {
		opacity: 1;
		transform: translate(0,0);
	}
	#room_special .title_wrap .title1 img {
		width: 150px;
	}
	#room_special .title_wrap .title2 img {
		width: 200px;
	}
	.sub_fac {
		padding-top: 68px;
	}
	#facilities .list,#facilities .title_wrap .title {
		opacity: 1;
		transform: translate(0,0);
	}
	#facilities .container3 {
		margin-bottom: 9%;
	}
	#facilities .title_wrap .title1 img {
		width: 150px;
	}
	#facilities .title_wrap .title2 img {
		width: 220px;
	}
	#facilities .list li .text {
		font-size: 14px;
	}
	#facilities .list li .over {
		font-size: 14px;
	}
	#facilities .slick-prev, #facilities .slick-next {
		background-size: 90px;
		width: 90px;
	}
	#about {
		background-attachment: scroll;	
	}
	
	
	#about .content .title1 {
		margin-bottom: 0;
	}
	#about .content .title1 img {
		width: 150px;
	}
	#about .content .title2 img {
		width: 180px;
	}
	#about .content .text {
		font-size: 12px;
		line-height: 18px;
	}
	#about .content {
		box-shadow: none;
	}
}
@media (max-width: 479px) {
	#video .video_wrap #player {
		width: 600px;
		height: 676px;
	}
	#room .room_btn li {
		height: 35px;
		line-height: 35px;
	}
	#room .list .content .text1 {
		font-size: 12px;
	}
	#room .list .content h3 {
		font-size: 16px;
	}
	#room .slick-next, #room .slick-prev {
		background-size: 30px;
		width: 30px;
		height: 30px;
	}
	#room .slick-next, #room .slick-prev {
		bottom: 6px;
	}
	#room .slick-next {
		right: 85.3%;
	}
	#room .slick-prev {
/*		left: 0.8%;*/
		transform: translate(-31px, 0);
		-webkit-transform: translate(-31px, 0);
	}
	#room .slick-next:hover , #room .slick-prev:hover {
		background-size: 30px;
	}
	#room .list .image .more {
		width: 90px;
	}
	#about .content .text {
		font-size: 10px;
		line-height: 15px;
	}
	.sub_fac {
		padding-top: 13%;
	}
	#facilities .list li .text {
		font-size: 12px;
	}
	#facilities .slick-next {
		right: -9%;
	}
	#facilities .slick-prev {
		left: -9%;
	}

}