


#dot_wrap {
	position: fixed;
	bottom: 43%;
	right: 3%;
	z-index: 200;
	width: 15px;
	text-align: center;
}
#dot_wrap .dot {
	display: inline-block;
}
#dot_wrap .dot li {
	width: 9px;
	height: 9px;
	background-color: rgba(255,255,255,0.6);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	cursor: pointer;
	border-radius: 50%;
	margin: 20px 0;
}
#dot_wrap .dot li.active {
	box-shadow: 0 0 0 3px rgba(255,255,255,1);
	background-color: rgba(0,0,0,0);
	width: 7px;
	height: 7px;
	margin: 22px 0 19px;
}
#dot_wrap .scroll {
	position: absolute;
	top: 0;
	left: 2px;
	z-index: 190;
}



#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;
}
#video .m_video {
	display: none;
	border: none;
}



#about {
	background: url(/img/about_bg.jpg) 0 0 no-repeat;
	padding-left: 8%;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
#about .floater {
    float: left;
    height: 50%;
    margin-bottom: -335px;
}
#about .container {
	clear: both;
	height: 670px;
	position: relative;
}
#about .content {
	position: relative;
}
#about .content h2.p_tit {
	display: block;
	width: 26.7%;
}
#about .content h2.p_tit img {
	width: 100%;
}
#about .content h2.m_tit {
	display: none;
}
#about .text {
	margin: 2% 0 1.5% 0;
	font-size: 28px;
	color: #fff;
	font-weight: lighter;
	letter-spacing: -2px;
	line-height: 42px;
}
#about .about_slide {
	width: 44.5%;
	box-shadow: 3px 3px 7px 2px rgba(0,0,0,0.4);
}
#about .more {
	position: absolute;
	bottom: 2%;
	left: 37%;
	z-index: 10;
}






#room {
	background: url(/img/room_bg.jpg) 0 0 no-repeat;
	position: relative;
	background-position: center;
	background-size: cover;
}
#room .floater {
    float: left;
    height: 50%;
    margin-bottom: -335px;
}
#room .room_list {
	clear: both;
	height: 670px;
	position: relative;
}
#room h2 {
	text-align: right;
	padding-right: 6.2%;
}
#room h2,
#room .text {
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-ms-transform: translate(0,20px);
}
#room .text {
	font-size: 20px;
	color: #fff;
	text-align: right;
	padding: 0 6.2% 2.5% 0;
	transition-delay: 0.2s;
}
#room h2.active,
#room .text.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
#room .list .item {
	position: relative;
}
#room .list .item .content {
	position: absolute;
	bottom: 6%;
	left: 50%;
	transform: translate(-50%,0);
	text-align: center;
	width: 100%;
}
#room .list .item .content h3 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 2%;
}
#room .list .item .content .txt {
	font-size: 20px;
	color: #fff;
}
#room .owl-carousel .owl-nav button.owl-prev,
#room .owl-carousel .owl-nav button.owl-next {
	width: 60px;
	height: 60px;
	bottom: 49%;
}
#room .owl-carousel .owl-nav button.owl-prev:hover,
#room .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #07182f;
}
#room .owl-carousel .owl-nav button.owl-prev {
	background: #174178 url(/img/room_prev.png) 12px 16px no-repeat;
	left: 26%;
}
#room .owl-carousel .owl-nav button.owl-next {
	background: #174178 url(/img/room_next.png) 37px 16px no-repeat;
	right: 26%;
}
#room .owl-dots {
	text-align: center;
	margin-top: 2%;
}
#room .owl-dots .owl-dot {
	border: none;
	background-color: rgba(0,0,0,0);
	padding: 0;
	margin: 0 10px;
	outline: none;
}
#room .owl-dots .owl-dot span{
	display: inline-block;	
	width: 7px;
	height: 7px;
	background-color: #a4a4a4;
}
#room .owl-dots .owl-dot.active span {
	border: 3px solid #a4a4a4;
	background-color: rgba(0,0,0,0);
	vertical-align: middle;
}
#room .paging span {
	position: absolute;
	top: 54%;
	color: #fff;
	font-size: 15px;
	z-index: 10;
}
#room .paging .page1 {
	left: 27.7%;
}
#room .paging .page2 {
	left: 71.5%;
}










#room_special {
	position: relative;
}
#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;
}
#room_special .content {
	position: absolute;
	top: 23%;
	left: 5.5%;
	z-index: 10;
	text-align: right;
}
#room_special .content h2,
#room_special .content .text {
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-ms-transform: translate(0,20px);
}
#room_special .content h2.active,
#room_special .content .text.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
#room_special .content .text {
	margin-top: 10px;
	font-size: 20px;
	transition-delay: 0.2s;
	color: #fff;
}
#room_special .paging {
	position: absolute;
	bottom: 9%;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	z-index: 10;
}
#room_special .paging .page1:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 18px;
	background-color: rgba(255,255,255,0.8);
	margin-left: 25px;
}
#room_special .paging span {
	font-size: 22px;	
	display: inline-block;
	color: #fff;
}
#room_special .paging .page1 {
	margin-right: 17px;
}

#room_special .paging .page2 {
	opacity: 0.7;
}
















#facilities {
	background: url(/img/fac_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
	font-size: 0;
	display: table;
	text-align: center;
	background-attachment: fixed;
}
#facilities .container {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5%;
}
#facilities h2.p_tit {
	margin-bottom: 1.5%;
	display: inline-block;
	width: 33%;
}
#facilities h2.p_tit img {
	width: 100%;
}
#facilities h2.m_tit {
	display: none;
}
#facilities .list {
	text-align: left;
}
#facilities .list .name,
#facilities .list .more {
	text-align: center;
}
#facilities .list li {
	display: inline-block;
	position: relative;
	width: 26.9%;
	margin: 0 1% 1% 0;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-ms-transform: translate(0,20px);
}
#facilities .list li:nth-child(1) {
	transition-delay: 0.2s;
}
#facilities .list li:nth-child(2) {
	transition-delay: 0.4s;
}
#facilities .list li:nth-child(3) {
	transition-delay: 0.6s;
}
#facilities .list li:nth-child(4) {
	margin-left: 15%;
	transition-delay: 0.8s;
}
#facilities .list li:nth-child(5) {
	transition-delay: 1s;
}
#facilities .list li:nth-child(6) {
	transition-delay: 1.2s;
}
#facilities .list li:nth-child(3n) {
	margin-right: 0;
}
#facilities .list li.active {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	opacity: 1;
}
#facilities .list li .img {
	width: 100%;
}
#facilities .list li .name {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	bottom: 9%;
	left: 0;
	width: 100%;
}
#facilities .list li .more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#facilities .list li .more img {
	padding-top: 27%;
}
#facilities .list li:hover .more {
	opacity: 1;
}











#other_menu {
	font-size: 0;
}
#other_menu .menu_list {
	overflow: hidden;
}
#other_menu .menu_list li {
	float: left;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
#other_menu .menu_list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#other_menu .menu_list li .bg {
	width: 100%;
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	background-position: center;	
	background-size: cover;
}
#other_menu .menu_list li:hover .bg {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#other_menu .menu_list .text_wrap {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 100%;
}
#other_menu .menu_list .item .text_wrap .txt1 {
	display: inline-block;
}
#other_menu .menu_list .item1 .text_wrap .txt1 {
	width: 54%;
}
#other_menu .menu_list .item2 .text_wrap .txt1 {
	width: 44%;
}
#other_menu .menu_list .item3 .text_wrap .txt1 {
	width: 18.2%;
}
#other_menu .menu_list .text_wrap .txt1 img {
	width: 100%;
}
#other_menu .menu_list .text_wrap .txt2 {
	font-size: 24px;
	color: #fff;
	font-weight: lighter;
	margin-top: 15px;
}



@media (max-width:1280px) {
	#about .floater {
		margin-bottom: -235px;
	}
	#about .text {
		font-size: 23px;
		line-height: 32px;
	}
	#about .container {
		height: 470px;
	}
	#about .more {
		left: 33%;
	}
	#room h2 img {
		width: 400px;
	}
	#room .floater {
		margin-bottom: -212.5px;
	}
	#room .room_list {
		height: 425px;
	}
	#room_special .content h2 img {
		width: 360px;
	}
	#room .list .item .content h3 {
		font-size: 28px;
		margin-bottom: 0;
	}
	#room .list .item .content .txt {
		font-size: 16px;
	}
	#facilities .list li .name {
		font-size: 18px;
	}
	#other_menu .menu_list .text_wrap .txt2 {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	#dot_wrap {
		display: none;
	}
	#video .video_wrap {
		display: none;
	}
	#video .m_video {
		display: block;
	}
	#about {
		padding: 0;
		text-align: center;
		background: none;
	}
	#about .floater {
		display: none;
	}
	#about .container {
		height: auto;	
		width: 95%;
		margin: 8% auto;
	}
	#about .about_slide {
		width: 100%;
		box-shadow: none;
	}
	#about .content h2.p_tit {
		display: none;
	}
	#about .content h2.m_tit {
		display: block;
	}
	#about .content h2.m_tit img {
		width: 270px;
	}
	#about .text {
		color: #333;
		font-size: 20px;
	}
	#about .more {
		left: 74%;
	}
	#room {
		padding: 5% 0;
	}
	#room .room_list {
		height: auto;
	}
	#room h2 {
		text-align: center;
		padding-right: 0;
		opacity: 1;
		transform: translate(0,0);
	}
	#room .text,
	#room .paging,
	#room .floater {
		display: none;
	}
	#room .owl-carousel .owl-nav button.owl-next {
		background: #174178 url(/img/room_next.png) 17px 8px no-repeat;
	}
	#room .owl-carousel .owl-nav button.owl-prev {
		background: #174178 url(/img/room_prev.png) 12px 8px no-repeat;
	}
	#room .owl-carousel .owl-nav button.owl-next {
		right: 5%;
	}
	#room .owl-carousel .owl-nav button.owl-prev {
		left: 5%;
	}
	#room .owl-dots .owl-dot {
		margin: 0 5px;
	}
	#room_special .paging {
		display: none;
	}
	#room_special .owl-nav {
		display: none;
	}
	#room_special .content {
		text-align: center;
		top: 40%;
		left: 50%;
		transform: translate(-50%,0);
		width: 100%;
	}
	#room_special .content h2 {
		opacity: 1;
		transform: translate(0,0);
	}
	#room_special .content .text {
		color: #fff;
		font-size: 16px;
		margin-top: 0;
		opacity: 1;
		transform: translate(0,0);
	}
	#room_special .content h2 img {
		width: 270px;
	}
	#facilities {
		background: none;
		margin: 13% 0 5%;
	}
	#facilities h2.p_tit {
		display: none;
	}
	#facilities h2.m_tit {
		display: block;
		margin-bottom: 10px;
	}
	#facilities h2.m_tit img {
		width: 270px;
	}
	#facilities .list li {
		width: 32.5%;
		opacity: 1;
		transform: translate(0,0);
	}
	#facilities .list li:nth-child(4) {
		margin-left: 0;
	}
	#facilities .list li .name {
		font-size: 16px;
		font-weight: normal;
	}
}

@media (max-width: 479px) {		
	#about .content h2.m_tit img {
		width: 200px;
	}
	#about .text {
		font-size: 16px;
		line-height: 20px;
	}
	#about .more img {
		width: 60px;
	}
	
	#room h2 img {
		width: 270px;
	}
	#room .list .item .content .txt {
		display: none;
	}
	#room .owl-carousel .owl-nav button.owl-prev,
	#room .owl-carousel .owl-nav button.owl-next {
		width: 40px;
		height: 40px;
	}
	
	#room_special .content h2 img {
		width: 200px;
	}
	#room_special .content .text {
		font-size: 14px;
	}
	#facilities {
		margin: 17% 0 5%;
	}
	#facilities .list li {
		width: 49%;
		margin: 0 2% 2% 0;
	}
	#facilities .list li .name {
		font-size: 12px;
	}
	#facilities h2.m_tit img {
		width: 200px;
	}
	#facilities .list li:nth-child(3n) {
		margin-right: 2%;
	}
	#facilities .list li:nth-child(2n) {
		margin-right: 0;
	}
	#other_menu .menu_list .text_wrap .txt2 {
		display: none;
	}
	#other_menu .menu_list .item1 .text_wrap .txt1 {
		width: 83%;
	}
	#other_menu .menu_list .item2 .text_wrap .txt1 {
		width: 61%;
	}
	#other_menu .menu_list .item3 .text_wrap .txt1 {
		width: 28.2%;
	}
}