


.main_about {
	margin-bottom: 12.5%;
}
#about {
	font-size: 0;
}
#about .left,
#about .right {
	display: inline-block;
	width: 50%;
}
#about .right {
	text-align: center;
}
#about .right .title {
	font-size: 32px;
	color: #333333;
	margin-top: 5.5%;
}
#about .right .text {
	font-size: 20px;
	color: #444444;
	line-height: 36px;
	margin: 2% 0 9% 0;
}
#about .right .img {
	width: 100%;
}






#facilities {
	background: url(/img/facilities_bg2.png) 0 0 no-repeat, url(/img/facilities_bg.jpg) 0 0 no-repeat fixed;

	position: relative;
	font-size: 0;
}
#facilities h3 {
	position: absolute;
	top: -14.5%;
	left: 50%;
	width: 747px;
	margin-left: -373.5px;
}
#facilities .small_title {
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 3.5% 0 8.5% 0;
}
#facilities .list {
	padding: 0 15% 6%;
}
/*#facilities .list:after {*/
/*	content: '';*/
/*	display: block;*/
/*	clear: both;*/
/*}*/
/*#facilities .list li {*/
/*	float: left;*/
/*}*/
/*#facilities .list li:nth-child(2) {*/
/*	margin: 0 2%;*/
/*}*/

#facilities .list li .img {
	width: 94.35%;
}
#facilities .list li .content {
	background-color: #fff;
	padding: 6% 0 5% 6%;
	width: 88.3%;
}
#facilities .list li .content h4 {
	height: 29px;
}
#facilities .list li .content .text {
	font-size: 18px;
	color: #888888;
	line-height: 28px;
	margin: 2% 0 5% 0;
}
#facilities .list li .content .more {
	font-size: 18px;
	color: #444444;
	border: 1px solid #bfbfbf;
	padding: 2% 13%;
	display: inline-block;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#facilities .list li .content .more:hover {
	background-color: #cdb789;
	color: #fff;
	border: 1px solid #cdb789;
}








#room {
	position: relative;
	font-size: 0;
}
#room .room_title {
	text-align: center;
	background-color: #f6f7f7;
	padding: 90px 0 48px 0;
}
#room .room_title h3 {
	margin-bottom: 27px;
}
#room .room_title .small_title {
	font-size: 20px;
	color: #555555;
}
#room .item {
	position: relative;
}
#room .item .img {
	width: 100%;
}
#room .item .content {
	position: absolute;
	top: 0%;
	right: 8.2%;
	background-color: #fff;
	width: 368px;
	height: 733px;
	padding: 90px 0 69.5% 92px;
}
#room .item .content .title {
	font-size: 40px;
	color: #333333;
	margin: 6px 0 42px 0;
}
#room .item .content .text {
	font-size: 18px;
	color: #555555;
	line-height: 28px;
}
#room .item .content .more {
	position: absolute;
	display: inline-block;
	top: 15.5%;
	left: -11%;
	outline: none;
}
#room .item .content .more .plus {
	position: absolute;
	top: 35%;
	left: 35%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
#room .item .content .more:hover .plus {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#room .slick-prev,
#room .slick-next {
	width: 126px;
	height: 33px;
	left: 70%;
	top: 93%;
}
#room .slick-next {
	left: 82%;
}
#room .slick-prev:before {
	content: url(/img/room_prev.png);
	opacity: 1;
}
#room .slick-next:before {
	content: url(/img/room_next.png);
	opacity: 1;
}






#room_special {
	text-align: center;
	background: url(/img/room_special_bg.jpg) 0 0 no-repeat fixed;
	padding: 73px 0 112px 0 ; 
}
#room_special .small_title {
	margin: 30px 0 65px 0;
	font-size: 18px;
	color: #555555;
	line-height: 28px;
}
#room_special .image {
	font-size: 0;
}
#room_special .image img {
	width: 40.8%;
}
#room_special .image img:first-child {
	margin-right: 3%;
}




#tour {
	text-align: center;
	margin-top: 105px;
	font-size: 0;
}
#tour .small_title {
	font-size: 20px;
	color: #555555;
	margin: 23px 0 50px 0;
}
#tour .img {
	width: 100%;
}
#tour .content {
	background-color: #eaebed;	
	padding: 65px 0 55px 0;
	position: relative;
}
#tour .content .more {
	position: absolute;
	top: -26%;
	width: 110px;
	margin-left: -55px;
}
#tour .content .more .plus {
	position: absolute;
	top: 35%;
	left: 35%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
#tour .content .more:hover .plus {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#tour .content h4 {
	padding: 0 0 35px 0;
}
#tour .content p {
	font-size: 18px;
	color: #555555;
	line-height: 28px;
}






#service {
	font-size: 0;
	margin: 108px 0 0 0;
}
#service h3 {
	text-align: center;
}
#service .small_title {
	text-align: center;
	font-size: 20px;
	color: #555555;
	margin: 25px 0 35px 0;
}
#service .list {
	background: url(/img/service_bg.jpg) 0 0 no-repeat;
	padding: 40px 5.5% 0;
}
#service .list:after {
	content:'';
	display: block;
	clear: both;
}
#service .list li {
	float: left;
	margin-right: 5%;
	position: relative;
	width: 21.2%;
	cursor: pointer;
}
#service .list li:last-child {
	margin-right: 0;
}
#service .list li .number {
	display: block;
	text-align: right;
}
#service .list li .img {
	width: 100%;
}
#service .list li .title {
	text-align: center;
	margin-top: 29px;
}
#service .list li .over {
	position: absolute;
	top: 8%;
	display: block;
	width: 100%;
	height: 82.5%;
	background-color: rgba(0,0,0,0);
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#service .list li:hover .over {
	background-color: rgba(0,0,0,0.5);
}






