#dot_wrap {
	position: fixed;
	top: 35%;
	right: 40px;
	z-index: 200;
	text-align: right;
}
#dot_wrap .dot li {
	margin-bottom: 18px;
	position: relative;
	width: 14px;
	text-align: center;
}
#dot_wrap .dot li.active .shape,
#dot_wrap .dot li:hover .shape {
	width: 6px;
	height: 6px;
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	background-color: rgba(255,255,255,0);	
}
#dot_wrap .dot li .shape {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: rgba(255,255,255,0.7);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#dot_wrap .dot li.active .text,
#dot_wrap .dot li:hover .text {
	color: #fff;
}
#dot_wrap .dot li .text {
	position: absolute;
	top: 7px;
	left: -69px;
	font-size: 12px;
	width: 60px;
	text-align: right;
	color: rgba(255,255,255,0.4);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	cursor: pointer;
}
#dot_wrap .scroll {
	position: absolute;
	top: -16px;
	left: 1px;
}



#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 #vimeo{
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	transform: translateX(-50%) translateY(-50%) !important;
	z-index: 30;
}



#outside .item {
	float: left;
	position: relative;
}
#outside .item a:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}
#outside .item a:hover:after {
	opacity: 1;
}
#outside .item .img {
	background-position: center;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	background-size: cover;
}
#outside .item .text_wrap {
	position: absolute;
	text-align: right;
	z-index: 10;
}
#outside .item1 .text_wrap {
	top: 28%;
	left: 5%;
}
#outside .item2 .text_wrap {
	top: 80%;
	right: 9.5%;
}
#outside .item .text_wrap .text {
	font-size: 20px;
	color: #fff;
	margin-right: 58px;
	margin-top: 15px;
}
#outside .item .text_wrap .tit {
	vertical-align: middle;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
#outside .item .text_wrap .tit2 {
	opacity: 0;
}
#outside .item .text_wrap .arrow {
	vertical-align: middle;
	margin-left: 32px;
}






#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: -350px;
}
#room .container {
	padding: 0 6%;
	font-size: 0;
	clear: both;
	height: 700px;
}
#room .title_wrap {
	margin-bottom: 3.5%;
}
#room .title_wrap .title {
	opacity: 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-moz-transform: translate(0,20px);
	-ms-transform: translate(0,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	text-align: center;
}
#room .title_wrap .title.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
#room .title_wrap .title1 {
	margin-bottom: 1%;
}
#room .title_wrap .title1 img {
	width: 21.8%;
}
#room .title_wrap .title2 {
	transition-delay: 0.2s;
}
#room .title_wrap .title2 img {
	width: 33.082%;
}
#room .list li {
	display: inline-block;
	position: relative;
	width: 49%;
}
#room .list li a {
	display: inline-block;
} 
#room .list li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: all 0.3s;
}
#room .list li a:hover:after {
	background-color: rgba(0,0,0,0.3);
}
#room .list li:nth-child(1) {
	margin-right: 2%;
}
#room .list li img {
	width: 100%;
}
#room .list li .content {
	position: absolute;
	bottom: 6%;
	left: 50%;
	transform: translate(-50%,0);
	text-align: center;
}
#room .list li .content p {
	color: #fff;
	font-size: 38px;
}
#room .list li .content .txt {
	font-size: 18px;
	margin-top: 1.5%;
}















#cafe {
	position: relative;
	background: url(/img/cafe_detail1.jpg) 0 0 no-repeat;
	background-position: center;
	background-size: cover;
}
#cafe .owl-carousel {
	opacity: 0;	
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	height: 100%;
}
#cafe .owl-carousel.active {
	opacity: 1;	
}
#cafe .owl-carousel li {
	width: 100%;
	height: 100%;
}
#cafe .owl-carousel li div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
#cafe .title_wrap {
	position: absolute;
	top: 29%;
	left: 3%;
	z-index: 10;
	background-color: rgba(0,0,0,0.55);
	width: 32%;
	padding: 2%;
}
#cafe .title_wrap .title {
	opacity: 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-moz-transform: translate(0,20px);
	-ms-transform: translate(0,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
#cafe .title_wrap .title1 img {
	width: 60.1%;
}
#cafe .title_wrap .title2 img {
	width: 70%;
}
#cafe .title_wrap .title.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
#cafe .title_wrap .title1 {
	margin-bottom: 3%;
	transition-delay: 0.2s;
}
#cafe .title_wrap .title2 {
	transition-delay: 0.4s;
}
#cafe .title_wrap .text {
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	margin: 8% 0 7%;
} 
#cafe .title_wrap .more {
	display: block;
	text-align: right;
}








#other_menu {
	overflow: hidden;
}
#other_menu .item {
	float: left;
	text-align: center;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
#other_menu .item .img {
	width: 100%;
}
#other_menu .item .more {
	margin: 0 0 -4px -9px;
}
#other_menu .item .sub_title img {
	width: 38%;
}
#other_menu .item h2 {
	margin: 16px 0 31px 0;
}
#other_menu .item h2 img {
	width: 48%;
}
#other_menu .item .text {
	font-size: 20px;
	color: #fff;
}
#other_menu .item1 {
	background: url(/img/other_menu_bg1.jpg) 0 0 no-repeat;
	background-size: cover;
}
#other_menu .item1 {	
	transform: translate(-50px,0);
	-webkit-transform: translate(-50px,0);
	-ms-transform: translate(-50px,0);
	background-position: center;
}
#other_menu .item2 {
	padding: 8% 0;
	background: url(/img/other_menu_bg2.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center bottom;
	transform: translate(0,-50px);
	-webkit-transform: translate(0,-50px);
	-ms-transform: translate(0,-50px);
}
#other_menu .item3 {
	padding: 11% 0 5%;
	background: url(/img/other_menu_bg3.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
	transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	-ms-transform: translate(0,50px);
}
#other_menu .item4 {
	background: url(/img/other_menu_bg4.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center top;
	transform: translate(50px,0);
	-webkit-transform: translate(50px,0);
	-ms-transform: translate(50px,0);
	background-position: center;
}
#other_menu .item.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
}





@media (max-width: 1600px) {
	#outside .item .text_wrap .tit {
		width: 90%;
	}
	#cafe .title_wrap .title2 {
		width: 90%;
	}
	#room_special .content .tit {
		width: 50%;
	}
}
@media (max-width: 1280px) {
	#video .video_wrap #player {
		width: 1700px;
		height: 1100px;
	}
	#room .list li .content {
		width: 100%;
	}
	#room .list li .content p {
		font-size: 28px;
	}
	#room .list li .content .txt {
		font-size: 16px;
	}
	#room_special .content .text {
		font-size: 30px;
	}
	#cafe .title_wrap .text {
		font-size: 16px;
		line-height: 30px;
	}
	#room_special .content.active .text {
		font-size: 44px;
	}
	#outside .item .text_wrap {
		text-align: left;
	}
	#outside .item .text_wrap .tit {
		width: 70%;
	}
	#other_menu .item .text {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	#video .video_wrap #player {
		width: 1100px;
		height: 1100px;
	}
	#dot_wrap {
		display: none;
	}
	.sub_outside {
		margin-top: 59px;
	}
	#outside .item {
		float: none;
	}
	#outside .item .text_wrap {
		top: 10%;
		left: 5%;
	}
	#outside .item1 .text_wrap .tit {
		width: 34%;
	}
	#outside .item2 .text_wrap .tit {
		width: 40%;
	}
	#outside .item .text_wrap .text {
		font-size: 16px;
		margin-top: 6px;
	}
	.sub_room {
		margin-top: 50px;
	}

	#room .list li .content p {
		font-size: 18px;
	}
	#room .list li .content .txt {
		font-size: 14px;
	}
	#room .title_wrap .title {
		opacity: 1;
		transform: translate(0,0);
	}
	#cafe .owl-carousel {
		opacity: 1;
	}
	#cafe .title_wrap .title {
		opacity: 1;
		transform: translate(0,0);
	}
	#cafe .title_wrap {
		width: 75%;
		left: 50%;
		top: 12%;
		transform: translate(-50%,0);
	}
	#cafe .title_wrap .text {
		font-size: 14px;
		line-height: 21px;
		margin: 2% 0 3%;
	}
	#cafe .title_wrap .more img {
		width: 170px;
	}
	

	#room_special {
		margin: 4% 0;
	}
	#room_special .content .text {
		font-size: 22px;
	}

	#other_menu .item {
		opacity: 1;
		transform: translate(0,0);
	}
	#other_menu .item .text {
		display: none;
	}

	
}
@media (max-width: 768px) { 
	#cafe .title_wrap .title1 img {
		width: 180px;
	}
	#cafe .title_wrap .title2 img {
		width: 180px;
	}
	#room {
		padding-top: 20px;
	}
	#room .title_wrap .title1 img {
		width: 180px;
	}
	#room .title_wrap .title2 img {
		width: 220px;
	}
	#room .content .tab li {
		font-size: 12px;
	}
	#room .list li .content {
		position: static;
		transform: none;
	}
	#room .list li .content p {
		color: #333;
		font-size: 16px;
	}
	#room .list li .content .txt {
		font-size: 12px;
	}
	#outside .item .text_wrap .text {
		font-size: 12px;
	}
	
}
@media (max-width: 479px) { 
	#video .video_wrap #player {
		width: 1000px;
		height: 676px;
	}
	#cafe {
		text-align: center;
	}
	#cafe .title_wrap .title {
		width: auto;
	}
	#cafe .title_wrap .text {
		font-size: 12px;
		line-height: 18px;
	}
	#cafe .title_wrap .title1 img {
		width: 140px	
	}
	#cafe .title_wrap .title2 img {
		width: 160px
		
	}
	#room_special .content .text {
		font-size: 18px;
	}
	#room .room_name .name1 {
		left: 50%;
	}
	#room .room_name .name3 {
		left: 55%;	
	}
	#room .room_name .name4 {
		left: 73.7%;	
	}
	#room .room_name .name6 {
		left: 79%;	
	}
	#room .room_name .name8 {
		left: 47.5%;	
	}
	#room .room_name .name9 {
		left: 43.5%;	
	}
	#room .room_name .name10 {
		left: 39.5%;	
	}
	#other_menu .item h2 {
		margin: 0;

	}
	#other_menu .item2,
	#other_menu .item3 {
		padding: 17% 0;
	}
}