






#video {
	background: url(/img/video_bg.jpg) 0 0 no-repeat;
	overflow: hidden;
	padding-bottom: 6.8%;
	background-size: cover; 
}
#video h2 {
	margin-left: 6.5%;
	display: inline-block;
}
#video .vod {
	float: right;
	margin: 7% 5.3% 0 0;
	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;
}










#about {
	margin-top: 3.5%;
	overflow: hidden;
	padding-bottom: 6%;
	border-bottom: 1px solid #e5e5e5;
}
#about .left {
	text-align: right;
	float: left;
	width: 57%;
}
#about .left .img {
	width: 100%;
}
#about .left p {
	margin-top: 5%;
}
#about .right {
	float: right;
	margin-top: 6.7%;
	width: 40.6%;
}





#room {
	padding-top: 4%;
	position: relative;
	overflow: hidden;
}
#room h2 {
	margin: 1% 0 2% 0;
	text-align: center;
}
#room .small_title {
	color: #888888;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
#room .room_list .item {
	position: relative;
	padding: 0 10px;
}
#room .room_list .item p {
	position: absolute;
	bottom: -10.5%;
	right: 50%;
}
#room .room_list .item p:after {
	content: url(/img/line.jpg);
	display: block;
	margin: 0 auto;
	width: 1px;
	margin-top: 10px;
}
#room .room_detail {
	font-size: 0;
	margin-top: 3.4%;
}
#room .room_detail .img {
	width: 50.5%;
}
#room .room_detail .content {
	background-color: #7cb9be;
	float: right;
	width: 45.5%;
	padding-left: 4%;
	padding-top: 2.5%;
	padding-bottom: 3.65%;
}
#room .room_detail .content h3 {
	height: 50px;
}
#room .room_detail .content p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 4% 0 6% 0;
}
#room .room_detail .content .more {
	display: inline-block;
	padding: 2% 5%;
	border: 1px solid #fff;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#room .room_detail .content .more:hover {
	background-color: #fff;

}






#special {
	font-size: 0;
	margin-top: 6.5%;
}
#special .special_bg {
	background: url(/img/facilities_bg.png) 0 0 no-repeat;
	padding-top: 15.5%;
	padding-bottom: 9.5%;
	overflow: hidden;
	background-size: cover;

}
#special .img_group {
	float: left;
	width: 63.1%;
}
#special .img_group a {
	display: none;
}
#special .img_group a.active {
	display: block;
}
#special .img_group img {
	width: 100%;
}
#special .content_wrap {
	float: left;
	width: 36%;
}
#special .content_group {
	margin-left: 13.5%;
}
#special .content_group .item {
	display: none;
	height: 130px;
/*	width: 136%;*/
}
#special .content_group .item h3 img {
	max-width: 100%;
}
#special .content_group .active {
	display: block;
}
#special .content_group .item .text {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-top: 15px;
}
#special .arrow_button {
	margin-left: 14%;
	margin-top: 33px;
}
#special .arrow_button .btn {
	position: relative;
	display: inline-block;
	width: 15.2%;
}
#special .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;
} 
#special .arrow_button .btn img {
	cursor: pointer;
	width: 100%;
}
#special .arrow_button .btn .over:hover {
	opacity: 1;
}
#special .arrow_button .btn_prev {
	margin-right: 18px;
}
#special .title_group {
	margin-top: 6%;
	padding-left: 14%;
	overflow: hidden;
}
#special .title_group p {
	font-size: 19px;
	color: #000;
	line-height: 38px;
	position: relative;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	cursor: pointer;
}
#special .title_group p:hover {
	color: #333333;
	font-weight: 600;
}
#special .title_group p.active {
	color: #333333;
	font-weight: 600;
}
#special .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);
}
#special .title_group p:after {
	content:'';
	display: block;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: -27%;

	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;
}
#special .title_group p:nth-child(1):after {
	width: 230px;
}
#special .title_group p:nth-child(2):after {
	width: 310px;
}
#special .title_group p:nth-child(3):after {
	width: 310px;
}
#special .title_group p:nth-child(4):after {
	width: 250px;
}
#special .title_group p:nth-child(5):after {
	width: 230px;
}
#special .title_group p:nth-child(6):after {
	width: 245px;
}
#special .title_group p:nth-child(7):after {
	width: 245px;
}
#special .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;
	text-align: center;
	margin-top: 7.5%;
	padding-top: 5.7%;
	background-size: cover; 
}
#service h2 {
	margin-bottom: 1%;
}
#service .small_title {
	font-size: 16px;
	line-height: 26px;
	color: rgba(255,255,255,0.8);
	margin-bottom: 1%;
}
#service .service_img {
	font-size: 0;
}
#service .service_img .item {
	display: none;
}
#service .service_img .item img {
	width: 34.5%;
}
#service .service_img .item img:first-child {
	margin-right: 1.5%;
}
#service .service_img .active {
	display: block;
}
#service .title_wrap {
	padding: 2.7% 0 6% 0;
	text-align: center;
}
#service .title_wrap li {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	padding: 0 0.5% 10px 0.5%;
	cursor: pointer;
	margin: 0 1%;
}
#service .title_wrap li:hover,
#service .title_wrap li.active {
	border-bottom: 2px solid #fff;
}




#tour {
	background: url(/img/tour_bg.jpg) 0 0 no-repeat;
	text-align: center;
	padding: 5% 0 27% 0;
	background-size: cover; 
}
#tour .small_title {
	color: #888888;
	font-size: 16px;
	line-height: 26px;
	margin-top: 0.8%;
}





@media (max-width: 1270px) {
	#room .room_detail .content {
		padding-bottom: 2.7%;
	}
	#room .room_detail .content p,
	#special .content_group .item .text{
		font-size: 14px;
		line-height: 20px;
	}
	#special .title_group p {
		font-size: 16px;
		line-height: 33px;
	}
	#service .title_wrap li {
		font-size: 16px;
	}
	
}