



#about {
	background: url(/img/about_bg.jpg) 0 0 fixed;
	padding-top: 10.1%;
	overflow: hidden;
	padding-bottom: 5%;
	font-size: 0;
	background-size: cover;
}
#about h2,
#about .small_title {
	text-align: center;
}
#about .small_title {
	margin: 3% 0 6.5% 0;
}
#about .content {
	background-color: #76AADB;
	width: 43.58%;
	float: left;
	padding-left: 3%;
	padding-bottom: 8.5%;
}
#about .content h3 {
	padding: 13.8% 0 5% 0;
}
#about .content .text {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
#about .video {
/*	float: right;*/
	position: relative;
	overflow: hidden;
}
#about #vimeo {
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	transform: translate(-50%, -50%);*/
/*	width: 1940px;*/
/*	height: 1091px;*/
}
#about .player-ctrl{
	position: absolute;
	z-index: 200;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	text-align: center;	
}
#about .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;
}






#room {
	background: url(/img/room_bg.jpg) right 0 no-repeat;
	padding-top: 8.5%;
	overflow: hidden;
	position: relative;
	margin-bottom: 5.7;
}
#room h2,
#room .small_title {
	text-align: center;
}
#room .small_title {
	color: #777777;
	font-size: 15px;
	margin: 0.5% 0 3.5% 0;
}
#room .detail_title {
	position: absolute;
	top: 2%;
	left: 48px;
}
#room .detail_title:after {
	content: '';
	display: block;
	background-color: #000;
	width: 1px;
	height: 827px;
	margin-left: 13px;
}
#room .room_name {
	display: inline-block;
	width: 16.23%;
	margin-top: 6%;
}
#room .room_name li {
	font-size: 16px;
	color: #333333;
	line-height: 46px;
	cursor: pointer;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	padding-left: 11%;
}
#room .room_name li:hover,
#room .room_name li.active {
	color: #fff;
	background-color: #76abdc;
}
#room .room_group {
	float: right;
	padding-bottom: 6.4%;
	width: 83.75%;
}
#room .room_group .item {
	position: relative;
	display: none;
}
#room .room_group .item:first-child {
	display: block;
}
#room .room_group .item .img1 {
	width: 100%;
}
#room .room_group .item .info {
	position: absolute;
	top: 17%;
	right: -4%;
	background-color: #193B62;
	padding: 4.6% 4% 3% 3.1%;
	width: 30.5%;
}
#room .room_group .item .info h3 {
	font-size: 50px;
	color: #fff;
}
#room .room_group .item .info .title {
	font-size: 28px;
	color: #76abdc;
	margin: 1% 0 10% 0;
}
#room .room_group .item .info .text {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	font-weight: lighter;
}
#room .room_group .item .info .more {
	text-align: right;
	display: block;
	margin-top: 8%;
}
#room .room_detail img {
	display: none;
	width: 100%
}
#room .room_detail img:first-child {
	display: block;
}







#facilities {
	background: url(/img/facilities_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-color: #F7F7F7;
}
.main_facilities {
	margin-top: 5.7%;
}
.sub_facilities {
	margin-top: 0;
}
#facilities .facilities {
	overflow: hidden;
}
#facilities .facilities h2 {
	padding-top: 16%;
	padding-bottom: 2%;
}
#facilities .facilities h2 img {
	max-width: 100%;
}
#facilities .facilities .small_title {
	font-size: 15px;
	color: #777;
	opacity: 0.7;
	margin-bottom: 9.3%;
}
#facilities .facilities h2,
#facilities .facilities .small_title {
	padding-left: 14%;
}
#facilities .facilities .content {
	padding-top: 5.8%;
}
#facilities .facilities .content p {
	font-size: 18px;
	color: #444;
	line-height: 32px;
}
#facilities .facilities span {
	display: inline-block;
	border: 1px solid #000;
	width: 32%;
	
	text-align: center;
	font-size: 18px;
	margin-top: 6.5%;
	position: relative;
}
#facilities .facilities span a {
	display: inline-block;
	width: 100%;
	height: 70px;
	line-height: 77px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#facilities .facilities span a:hover {
	background-color: #000;
	color: #fff;
}
#facilities .facilities1 {
/*	padding-top: 7.2%;*/
}
#facilities .facilities_odd .left {
	float: left;
	width: 52.3%;
}
#facilities .facilities_odd .left img {
	width: 100%;
}
#facilities .facilities_odd .right {
	float: left;
	width: 44.45%;
}
#facilities .facilities_odd .right .content {
	border-top: 1px solid #000;
	padding-left: 15%;
}
#facilities .facilities2 {
	margin: 3.2% 0 7%;
	font-size: 0;
}
#facilities .facilities2 h2,
#facilities .facilities2 .small_title{
	padding-left: 0;
}
#facilities .facilities2 .left {
	float: left;
	width: 44.45%;
	margin-left: 3.05%;
}
#facilities .facilities2 .right {
	float: right;
	width: 52.5%;
}
#facilities .facilities2 .right img {
	max-width: 100%;
}
#facilities .facilities2 .left .content {
	border-top: 1px solid #000;
}



#other_facilities {
	overflow: hidden;
}
#other_facilities .left {
	width: 27%;
}
#other_facilities .right {
	width: 27%;
}
#other_facilities .center {
	margin: 0 2.3%;
	text-align: center;
	width: 41.3%;
}
#other_facilities .center .small_title {
	font-size: 15px;
	color: #777777;
	margin: 1% 0 16% 0;
}
#other_facilities .group {
	float: left;
	text-align: center;
}
#other_facilities .group .item {
	position: relative;
	font-size: 0;
	margin-bottom: 30px;
}
#other_facilities .group .item .img {
	width: 100%;
}
#other_facilities .group .item .title,
#other_facilities .group .item span {
	position: absolute;
	bottom: 50px;
	left: 3%;
	color: #fff;
	z-index: 10;
}
#other_facilities .group .item .title {
	font-size: 38px;
	font-weight: bold;
}
#other_facilities .group .item span {
	bottom: 25px;
	font-size: 16px;
}
#other_facilities .group .item .more {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	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;
	-o-transition: all 0.2s;
}
#other_facilities .group .item .more:hover {
	opacity: 1;
}
#other_facilities .left .item:first-child .more img,
#other_facilities .right .item:first-child+.item .more img {
	padding-top: 40%;
}
#other_facilities .left .item:first-child+.item .more img,
#other_facilities .right .item:first-child .more img {
	padding-top: 55%;
}
#other_facilities .center .item1 .more img {
	padding-top: 37%;
}
#other_facilities .center .item2 .more img {
	padding-top: 15%;
}
.main_facilities {
	margin-bottom: 4.5%;
}




#service {
	background: url(/img/service_bg1.jpg) 0 0 no-repeat;
	overflow: hidden;
	padding-bottom: 7.6%;
	background-size: cover;
}
.main_service {
	padding-top: 4%;
}
.sub_service {
	padding-top: 16%;
}
#service h2,
#service .small_title {
	text-align: center;
}
#service .small_title {
	font-size: 15px;
	color: #fff;
	margin: 0.5% 0 7% 0;
}
#service .item {
	width: 23.2%;
	float: left;
	margin-right: 2%;
	font-size: 0;
}
#service .item:last-child {
	margin-right: 0;
}

#service .item .over {
	position: relative;
}
#service .item .over .img {
	width: 100%;
}
#service .item .over .more {
	position: absolute;
	top: 0%;
	left: 0%;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#service .item .over .more:hover {
	opacity: 1;
}
#service .item .over .more img {
	padding: 56% 0 0 36%;
}
#service .odd h3 {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#service .odd .txt {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 2% 0 14% 0; 
}
#service .even h3 {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 7% 0 2% 0; 
}
#service .even .txt {
	font-size: 16px;
	color: #fff;
	text-align: center;

}



#tour {
	background: url(/img/tour_bg.jpg) 0 0 no-repeat;
	text-align: center;
	padding: 20.5% 0 19.7% 0;	
	background-size: cover;
}
#tour .small_title {
	font-size: 15px;
	color: #fff;
}




@media (max-width: 1600px) {
	#about .content {
		padding-bottom: 5.85%;
	}
	#room .room_group {
		width: 81.75%;
	}
}
@media (max-width: 1280px) {
	#about .content h3 {
		padding: 9% 0 5% 0;
	}
	#about .content .text {
		font-size: 14px;
		line-height: 26px;
	}
	#room .detail_title {
		display: none;
	}
	#room .room_name {
		margin-top: 0;
	}
	#room .room_name li {
		font-size: 14px;
		line-height: 43px;
	}
	#room .room_name {
		width: 18%;
	}
	#room .room_group .item .info h3 {
		font-size: 40px;
	}
	#room .room_group .item .info .title {
		font-size: 22px;
		margin: 0 0 4% 0;
	}
	#room .room_group .item .info .text {
		font-size: 14px;
	}
	#room .room_group .item .info .more {
		margin-top: 0;
	}
}