@charset "UTF-8";

/*!
*Copyright (c) 2015 by yuchen.
*/


/*************************
*********header******
**************************/

header.sticky {
    position: fixed;
    width: 100%;
}


/*************************
*********排版相關******
**************************/

/*about down*/
.about_down {
	padding: 0 9%;
	position:relative;
}
.sdbg {
	background:url(../../images/about_bg2.jpg) bottom center no-repeat;
	background-size: contain;
}

	/*sd1*/
	.sd1 {
		padding:10% 0px 5%;
	}
		.sd1_list {
			display:inline-block;
			width:49%;
			text-align:center;
		}
		
	/*sd2*/
	.sd2 {
		z-index:9;
		padding:0 0 3% 0;
	}
		.sd2_list {
			display:inline-block;
			width:49%;
			text-align:center;
			vertical-align:top;
		}
	
	/*sd3*/
	.sd3 {
		position:relative;
		padding-bottom:7%;
		z-index:0;
	}
		.sdtag {
			text-align:center;
		}
		.sd3_list {
			display:inline-block;
			width:36%;
			text-align:center;
		  }
		.sd3tag {
			width:56%;
		}
			.sd3tag img {
			}
			@media screen and (max-width: 1880px) {
				.sd2_list img {
					width:100%;
				}
				.sd3_list img {
					width:100%;
				}
				.sd3tag {
					padding: 0 10px;
				}
			}
			@media screen and (max-width: 1275px) {
				.sd1_list img {
					width:100%;
				}
				.sd1_list:nth-of-type(1) img {
					width:80%;
				}
			}
			@media screen and (max-width: 1200px) {
				.sd1 {
					padding: 10% 0px 8%;
				}
				.sd2 {
					text-align:center;
					padding:0px;
				}
					.sd2_list {
						width:70%;
						padding-bottom:6%;
					}
				.sd3_list {
					width:60%;
				}
				.sd3tag {
					width:75%;
					padding: 4% 10px 0;
				}
			}
			@media screen and (max-width: 600px) {
				.sd2_list {
					width: 90%;
				}
				.sd3_list {
					width: 85%;
				}
				.sd3tag {
					width:100%;
				}
			}
			@media screen and (max-width: 425px) {
				.sd2_list {
					width: 100%;
				}
				.sd3_list {
					width: 80%;
				}
				.sd3tag {
					padding: 9% 10px 0;
					width:100%;
				}
			}
		
/*---google map-------------------------------------------------------------------------------------------------------------------------------------------*/
.gmap {
	background:url(../../images/map_spot.png) top center no-repeat, url(../../images/map_bg.jpg) repeat-x;
	width:100%;
	background-size:contain;
}
	.map_tit {
		text-align: center;
		padding: 4% 2% 1%;
	}
	@media(max-width:950px) {
		.map_tit {
			padding: 4% 19% 1%;
		}
			.map_tit img {
				width:100%;
			}
	}
	
	/*************************
	*********services_loc*****
	**************************/
	
	#map_canvas {
		min-height: 560px;
		margin-top: 30px;
	}
	
	@media(max-width:768px) {
		#map_canvas {
			min-height: 420px;
		}
	}

	
/*---sce_top-----------------------------------------------------------------------------------------------------------------------------------------------*/
.sce_top {
	text-align:center;
}

/*---sce_area----------------------------------------------------------------------------------------------------------------------------------------------*/

/*sce tit*/
.sce_tit {
	text-align:center;
	padding:3% 0 0 0;
}

/*sce_line*/
.sce_line {
	height:30px;
	background:url(../../images/sce_line.jpg) repeat-x;
	background-size:contain;
}
@media(max-width:800px) {
	.sce_tit {
		padding: 3% 10% 0 10%;
	}
		.sce_tit img {
			width:100%;
		}
}
@media(max-width:500px) {
	.sce_line {
		height:20px;
	}
}
@media(max-width:425px) {
	.sce_line {
		height:13px;
	}
}


/*sce*/
.iscebg {
	background-image: url(../../images/iscebg.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 200px;
}

.iscemore {
	background-image: url(../../images/iscemore.png);
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 16px;
}

.isce h2 {
	text-align:center;
	font-size:24px;
	letter-spacing:2px;
}
.isce h2 span.iscenew {
	background: #dc5127;
	border-radius: 10px;
	font-size: 12px;
	padding: 2px 5px;
	vertical-align: middle;
	margin-right: 5px;
}

.isce h2 span.iscehot {
	background: #af2411;
	border-radius: 10px;
	font-size: 12px;
	padding: 2px 5px;
	vertical-align: middle;
	margin-right: 5px;
}

.isce {
	padding-top: 80px;
	padding-bottom: 60px;
}

.isce ul {
	margin: 0;
	padding: 0;
}

.isce ul li {
	display: inline-block;
	float: left;
	width: 25%;
	padding: 0 35px;
}

.isce ul li img {
	margin: 0 auto;
}

.isce ul li p {
	color: #fff;
	font-size:16px;
	letter-spacing:2px;
	line-height:30px;
}

.iscebtn img {
	margin: 0 auto;
	padding-bottom: 80px;
}

@media(max-width:1700px) {
	.iscebg {
		padding: 0 100px;
	}
}

@media(max-width:1550px) {
	.iscebg {
		padding: 0 20px;
	}
	.isce ul li {
		padding: 0 15px;
	}
}

@media(max-width:1250px) {
	#services_isce h2 {
		font-size: 20px;
	}
	.isce ul li p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media(max-width:1100px) {
	#services_isce h2 {
		font-size: 16px;
	}
}

@media(max-width:991px) {
	#services_isce h2 {
		font-size: 20px;
	}
	.isce ul li {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.iscebg {
		padding: 0 150px;
	}
	.isce ul li:nth-child(3) {
		clear: both;
	}
	.iscemore {
		margin-bottom: 20px;
	}
	.isce {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.iscebtn img {
		margin: 0 auto;
		padding-bottom: 20px;
	}
}

@media(max-width:850px) {
	.iscebg {
		padding: 0 80px;
	}
}

@media(max-width:700px) {
	.iscebg {
		padding: 0 15px;
	}
	.iscebtn img {
		max-width: 300px;
	}
}

@media(max-width:500px) {
	.isce ul li {
		display: inline-block;
		float: left;
		width: 100%;
	}
	.iscebg {
		padding: 0 80px;
	}
}

@media(max-width:450px) {
	.iscebg {
		padding: 0 30px;
	}
	.iscemore {
		background-image: url(../../images/iscemore.png);
		background-position: right bottom;
		background-size: auto;
		background-repeat: no-repeat;
		min-height: 16px;
	}
	.iscebtn img {
		max-width: 250px;
	}
}

@media(max-width:380px) {
	.iscebtn img {
		max-width: 80%;
	}
}

.isce li:hover {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: translateY(-10px);
}

.isce ul li:hover img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0.7;
}

.iscebtn img {
	position: relative;
	-webkit-animation: aniscebtn 0.6s infinite;
	animation: aniscebtn 0.6s infinite;
}

.iscebtn:hover img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: scale(0.9);
	transform-origin: center center;
}

@-webkit-keyframes aniscebtn {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 2px;
	}
}

@keyframes aniscebtn {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 2px;
	}
}


/*
.iscebtn img  {
	position: relative;
    -webkit-animation: myfirst 0.5s infinite;
    -webkit-animation-direction: alternate;
    animation: myfirst 0.5s infinite;
    animation-direction: alternate;
}

@-webkit-keyframes myfirst {
   0%   {top: 0px;}
    25%  {top: 2px;}
    50%  {top: 20px;}
    75%  {top: 2px;}
    100% {top: 0px;}
}

@keyframes myfirst {
    0%   {top: 0px;}
    25%  {top: 2px;}
    50%  {top: 20px;}
    75%  {top: 2px;}
    100% {top: 0px;}
}
*/

/*************************
**********footer**********
**************************/

.footer {
	background: #fff;
}

.Copyright {
	font-size: 13px;
	text-align: center;
	color: #fff;
}

.Copyright a {
	color: #fff;
}

.Copyright a:visited,
.Copyright a:focus {
	color: #fff;
}

.Copyright a:hover {
	color: #ebe800;
}

.brs,
.brxs {
	display: none;
}

.footerp {
	margin: 30px 0;
}

.footerp p {
	color: #726f6f;
}

.footerlogo {
	padding-top: 40px;
}

.footerline {
	background-image: url(../../images/footerline.png);
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
	min-height: 22px;
}

.footerbadge {
	padding: 47px 0;
}

.footernumber {
	text-align: center;
	color: #fff;
}

.footerbadge ul {
	margin: 0;
	padding: 0;
}

.footerbadge li:nth-child(1) {
	display: inline-block;
	float: left;
	width: 40%;
	padding-right: 20px;
}

.footerbadge li:nth-child(2) {
	display: inline-block;
	float: left;
	width: 60%;
}

.footerbadge li:nth-child(1) p {
	text-align: right;
	line-height: 16px;
	font-size: 13px;
	letter-spacing: 0px;
}

.footerbadge h1 {
	text-align: right;
	font-size: 16px;
	line-height: 24px;
	color: #a09d9d;
	vertical-align: bottom;
	padding-top: 5px;
}

.icon {
	text-align: center;
	color: #a09d9d;
	margin-bottom: 30px;
}

.ftop {
	padding:0 5%;
}

@media screen and (max-width: 1199px) {
	.footerbadge li:nth-child(1) {
		width: 35%;
	}
	.footerbadge li:nth-child(2) {
		width: 65%;
	}
}

@media screen and (max-width: 1100px) {
	.footerbadge li:nth-child(1) {
		width: 25%;
	}
	.footerbadge li:nth-child(2) {
		width: 75%;
	}
}

@media screen and (max-width: 991px) {
	.footerp {
		margin-top: 0px;
	}
	.footerlogo {
		padding-top: 30px;
	}
}

@media screen and (max-width: 900px) {
	.footerbadge li:nth-child(1),
	.footerbadge li:nth-child(2) {
		width: 100%;
		padding-right: 0px;
	}
	.footerbadge h1,
	.footerbadge {
		text-align: center;
		padding-top: 0px;
	}
	.footerbadge li:nth-child(2) img {
		padding-bottom: 20px;
	}
	.footerbadge {
		padding-bottom: 10px;
		padding-top: 0px;
	}
	.footerbadge li:nth-child(1) p {
		text-align: center;
	}
}

@media screen and (max-width: 650px) {
	.brs {
		display: block;
		line-height: 1px;
	}
}

.footerg {
	background-color: #d4d4d4;
	min-height: 25px;
	margin-top: 25px;
}

.footerb {
	background-color: #3e3e3e;
	padding-top: 30px;
	padding-bottom: 80px;
}

@media screen and (max-width:500px) {
	.footerp img {
		max-width: 110px;
	}
	.footerp p {
		text-align: left;
		letter-spacing: 0px;
		font-size: 13px;
	}
	.brxs {
		display: block;
		line-height: 1px;
	}
}

@media screen and (max-width:370px) {
	.footerp img {
		max-width: 90px;
	}
}

.icon a img:hover {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: rotate(360deg);
}

/*---room area---------------------------------------------------------------------------------------------------------------------------------*/
.in_area {
	padding:12% 7% 3% 7%;
}
	.room_tit {
		text-align:center;
	}
		
		@media screen and (max-width:1130px) {
			.room_tit img {
				width:60%;
			}
		}
	.room {
		background:url(../../images/room_bg.jpg) repeat-y;
		background-size:contain;
		padding:3% 5%;
	}
		.room_list {
			text-align:center;
		}
			.room1 {
			}
			.room2 {
				padding-top:3%;
			}
			.rooms {
				display:inline-block;
				width:49%;
			}
				.rooms img {
					width:100%;
				}
	.roomb {
		padding:3% 0;
	}
		.roomb img {
		}
		.roomb table {
			margin-top: 3%;
		}
		
		.container:after, .container:before, .row:after, :before {
			display:none;
		}
		
		@media screen and (max-width:1495px) {
			.in_area {
				padding: 15% 7% 3% 7%;
			}
		}
		@media screen and (max-width:1160px) {
			.in_area {
				padding: 18% 7% 3% 7%;
			}
		}
		@media screen and (max-width:760px) {
			.in_area {
				padding: 21% 7% 15% 7%;
			}
			.room {
				padding:3% 3%;
			}
			.room_tit img {
				width: 65%;
			}
			.rooms {
				width:100%;
			}
			.room2 {
				padding-top: 6%;
			}
		}
		@media screen and (max-width:575px) {
			.in_area {
				padding: 30% 9% 15% 9%;
			}
			.room_tit img {
				width: 75%;
			}
		}
		@media screen and (max-width:500px) {
			.roomb {
				padding: 6% 0;
			}
				.roomb table {
					margin-top: 5%;
				}
			.roomb img {
				width:70%;
			}
		}



/*---notice area----------------------------------------------------------------------------------------------------------------------------------------*/
.notice_area {
	text-align:center;
}
	.notice_tit {
		width:100%;
	}
	.notice {
		background:rgba(255,255,255,.6);
		margin:0 3%;
		line-height:28px;
	}
	.note {
		display:inline-block;
		width:100%;
		padding:4% 0;
	}
		.note img {
			padding:0 0 1% 0;
		}
		@media screen and (max-width:580px) {
			.title {
				padding:0 4%;
			}
				.title img {
					width:100%;
				}
		}
		@media screen and (max-width:470px) {
			.note img {
				padding:0 0 1% 0;
				width:88%;
			}
		}

/*---news_area---------------------------------------------------------------------------------------------------------------------------------------------*/
.news_tit {
	text-align:center;
}

.row {
	display:inline-block;
	width:100%;
}

.newstable table {
	width:100%;
}
	.newstable table a {
		color:#000;
	}
	
	@media screen and (max-width:720px) {
		.news_tit {
			padding:0 5%;
		}
			.news_tit img {
				width:100%;
			}
	}


/*bbs_tit*/
.bbs_tit {
	text-align:center;
}
@media screen and (max-width:800px) {
	.bbs_tit {
		padding:0 5%;
	}
		.bbs_tit img {
			width:100%;
		}
}

/*order_tit*/
.order_tit {
	text-align:center;
}
@media screen and (max-width:900px) {
	.order_tit {
		padding:0 5%;
	}
		.order_tit img {
			width:100%;
		}
}



/*---book area--------------------------------------------------------------------------------------------------------------------------------------------*/
#services_order .ripple input[type="submit"] {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    background: #ff9000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px #ff9000 solid;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#services_order .ripple input[type="submit"]:hover {
    border: 1px #fff solid;
    color: #fff;
    border-radius: 30px;
}

#services_order h3 {
    color: #fff;
}

#services_order input[type="text"] {
    padding: 2px 0;
    line-height: 26px;
    border-radius: 2px;
    border: 1px #000 solid;
    background: transparent;
    color: #000;
}

#services_order input[type="email"] {
    padding: 2px 0;
    line-height: 26px;
    border-radius: 2px;
    border: 1px #000 solid;
    background: transparent;
    color: #000;
}

#services_order input[type="date"] {
    padding: 2px 0;
    line-height: 26px;
    border-radius: 2px;
    border: 1px #000 solid;
    background: transparent;
    color: #000;
}

#services_order input:hover {
    border-color: #ff9000;
    outline: 0;
}

#services_order input:focus {
    border-color: #ff9000;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(255, 144, 0, .5), 0 0 6px rgba(255, 144, 0, .5);
}

#services_order textarea {
    padding: 2px 0;
    line-height: 26px;
    border-radius: 2px;
    border: 1px #000 solid;
    background: transparent;
    color: #000;
}

#services_order textarea:hover {
    border-color: #ff9000;
    outline: 0;
}

#services_order textarea:focus {
    border-color: #ff9000;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(255, 144, 0, .5), 0 0 6px rgba(255, 144, 0, .5);
}

@media(max-width:768px) {
    #services_bbs input,
    #services_bbs textarea,
    #services_order input,
    #services_order textarea,
    #services_news input,
    #services_news textarea,
    #services_login input,
    #services_login textarea,
    #service_album input,
    #service_album textarea {
        font-size: 16px;
    }
}


/*************************
********services_sce******
**************************/
.sce {
}
@media(max-width:1035px) {
	.sce {
	}
}
@media(max-width:500px) {
	.sce {
	}
}
.sce #services_sce {
	padding-bottom: 60px;
}

.scebtn {
	text-align: center;
	margin-bottom: 30px;
}

.scebtn h2 {
	display: inline-block;
	margin: 0 5px;
	color: #fff;
	padding: 25px 5px;
	font-size: 16px;
	border-radius: 50px;
	min-width: 82px;
	border: #fff 3px solid;
	cursor: pointer;
}

.scebtn h2.scebtn1 {
	background: #d85a51;
}

.scebtn h2.scebtn2 {
	background: #80a076;
}

.scebtn h2.scebtn3 {
	background: #89b5cb;
}

.scebtn h2.scebtn4 {
	background: #8dcfca;
}

.scebtn h2.scebtn5 {
	background: #b7ad6f;
}

.scebtn h2.scebtn6 {
	background: #8b8583;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
	background: #fff;
	border: #7e6b5a 3px solid;
	color: #656565;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

@media (max-width:650px) {
	.scebtn {
		padding: 0 120px;
	}
}

@media (max-width:600px) {
	.scebtn {
		padding: 0 100px;
	}
}

@media (max-width:550px) {
	.scebtn {
		padding: 0 60px;
	}
}

@media (max-width:480px) {
	.scebtn {
		padding: 0 25px;
	}
}

@media (max-width:400px) {
	.scebtn {
		padding: 0 5px;
	}
	.scebtn {
		margin-bottom: 10px;
	}
}

@media (max-width:350px) {
	.scebtn {
		padding: 0 0px;
	}
}


/***********/

.scebox {
	border: #c3c3c3 1px solid;
	border-radius: 5px;
	box-shadow: -1px 1px 6px 0.5px rgba(138, 138, 138, 0.75);
	padding: 0 10px 10px 10px;
}

.mount .sceimg {
	background-color: #80a076;
}

.sea .sceimg {
	background-color: #89b5cb;
}

.farm .sceimg {
	background-color: #8dcfca;
}

.city .sceimg {
	background-color: #b7ad6f;
}

.hot .sceimg {
	background-color: #d85a51;
}

.scebox:hover {
	cursor: pointer;
}

.scebox:hover .sceimg img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: scale(0.95);
	overflow: hidden;
}

.scebox_hot {
	padding: 0 80px;
}

.scebox_hot .scebox {
	display: inline-block;
	float: left;
	width: 23%;
	margin: 0 10px;
}

.scetag {
	float: right;
	color: #fff;
	padding: 0 20px;
	margin-left: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.scetag1 {
	background: #d85a51;
}

.scetag2 {
	background: #80a076;
}

.scetag3 {
	background: #89b5cb;
}

.scetag4 {
	background: #8dcfca;
}

.scetag5 {
	background: #b7ad6f;
}

.scet h3 {
	clear: both;
	color: #3d3d3d;
	font-size: 23px;
	letter-spacing: 1px;
	display:block;
	padding-top:15px;
}

.sceimg img {
	margin: 0 auto;
}

.scep p {
	color: #616161;
}

@media(max-width:1700px) {
	.scebox_hot {
		padding: 0 10px;
	}
}

@media(max-width:1400px) {
	.scebox_hot .scebox {
		width: 24%;
		margin: 0 5px;
	}
}

@media(max-width:1199px) {
	.scebox_hot .scebox {
		width: 48%;
		margin: 5px;
	}
	.scebox_hot .scebox:nth-child(3) {
		clear: both;
	}
}

@media(max-width:700px) {
	.scebox_hot .scebox {
		width: 100%;
		margin: 5px 0px;
	}
	.scet h3 {
		font-size: 22px;
	}
	.scep p {
		line-height: 24px;
	}
}

@media(max-width:550px) {
	.city .sceimg,
	.farm .sceimg,
	.hot .sceimg,
	.mount .sceimg,
	.sea .sceimg {
		background-color: #fff;
	}
}

@media(max-width:500px) {
	.scet h3 {
		letter-spacing: 0px;
	}
}

@media(max-width:450px) {
	.mount .sceimg {
		background-color: #80a076;
	}
	.sea .sceimg {
		background-color: #89b5cb;
	}
	.farm .sceimg {
		background-color: #8dcfca;
	}
	.city .sceimg {
		background-color: #b7ad6f;
	}
	.hot .sceimg {
		background-color: #d85a51;
	}
}

@media(max-width:350px) {
	.scet h3 {
		font-size: 20px;
	}
}


/*************/

.scebox_content {
	padding: 0 80px;
	margin-top: 30px;
}

.scebox_content .scebox {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 5px;
}

@media (max-width: 1800px) {
	.scebox_content {
		padding: 0px;
	}
}

@media(max-width:1700px) {
	.scebox_content {
		padding: 0 0px;
		margin-top: 30px;
	}
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
	display: block;
	margin: auto;
	width: 90%;
}

.scecontainer .item {
	margin: 0.5%;
	float: left;
	background: #ffffff;
	display: block;
	width: 16.3%;
}

@media (max-width: 1800px) {
	.scecontainer {
		width: 96%;
	}
	.scecontainer .item {
		width: 19%;
	}
}

@media (max-width: 1400px) {
	.scecontainer .item {
		width: 24%;
	}
}

@media (max-width: 991px) {
	.scecontainer .item {
		width: 32%;
	}
}

@media (max-width:767px) {
	.scecontainer .item {
		width: 49%;
	}
}

@media (max-width:550px) {
	.scecontainer .item {
		width: 99%;
		margin-bottom: 10px;
	}
}


/***********20160817  以上A版*********************/


/*************************
*********services_sce******
**************************/

.nav-tabs>li {
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
	border-bottom: transparent;
	border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
	background: #f5f5f5;
	color: #666;
	border-radius: 0;
	border: 0 none;
	line-height: 24px;
	margin-right: 0;
	padding: 13px 15px;
}

.nav-tabs li:last-child {
	border-bottom: 0 none;
}

.nav-stacked>li+li {
	margin-top: 0;
}


/*景點選單色*/

.nav-tabs>li>a:hover {
	background: #57c9c8;
	/* #1f1f20;*/
	color: #fff;
}


/*景點選單色*/

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border: 0;
	color: #fff;
	background: #57c9c8;
	/* #1f1f20;*/
	position: relative;
}


/*景點選單色*/

.nav-tabs>li.active>a:after {
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-style: solid;
	border-color: transparent transparent transparent #57c9c8;
	/* #1f1f20;*/
	border-width: 25px 22px;
	right: -44px;
	top: 0;
}

.tab-wrap {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.tab-content {
	padding: 20px;
}

.tab-content h2 {
	margin-top: 0;
}

.tab-content img {
	border-radius: 4px;
}


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
	.tab-wrap .media .parrent.pull-left {
		clear: both;
		width: 100%;
	}
	.tab-wrap .media .parrent.media-body {
		clear: both;
		background-color: #fff;
	}
}


/* sm */

@media (min-width: 768px) and (max-width: 991px) {
	.tab-wrap .media .parrent.pull-left,
	.media.accordion-inner .pull-left {
		clear: both;
		width: 100%;
	}
	.tab-wrap .media .parrent.media-body,
	.media.accordion-inner .media-body {
		clear: both;
		background-color: #fff;
	}
}


/* xs */

@media (max-width: 767px) {
	.tab-wrap .media .pull-left {
		clear: both;
		width: 100%;
	}
	.tab-wrap .media .media-body {
		clear: both;
		background-color: #fff;
	}
	.nav-tabs > li.active > a:after {
		display: none;
	}
}

#gotop {
	position:fixed;
	right:35px;
	bottom:30px;
	cursor:pointer;
	display:none;
	z-index:8;
}
@media (max-width: 500px) {
	#gotop {
		width:18%;
		right: 20px;
    	bottom: 21px;
	}
		#gotop img {
			width:100%;
		}
}
@media (max-width: 425px) {
	#gotop {
		bottom:42px;
		width:20%;
	}
}

.clearall {
	clear:both;
}





/*bbs area*/
.bbstable table {
    width: 100%;
}

#services_bbs a {
    color: #000;
}

#services_bbs a:visited {
    color: #000;
}

#services_bbs a:hover,
#services_bbs a:focus {
    color: #ff9000;
}

.bbshid {
    display: none;
}

#services_bbs input[type=text], #services_bbs textarea[type=text] {
	padding: 2px 0;
    line-height: 35px;
    border-radius: 3px;
    border: 1px solid #86a04c;
    background: rgba(255,255,255,.6);
    color: #000;
}
#services_bbs .bbsfont td {
    padding: 10px 0;
}
#services_bbs .bbsfont td:nth-of-type(2) {
    padding-left:12px;
}
.ripple button {
    position: relative;
    background: 0 0;
    color: #5f7b62;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #5f7b62;
    transition: .3s ease-in-out;
}
	.ripple button:hover {
		background:#5f7b62;
		color:#fff;
	}
	
.ripple input {
	color:#fff;
	background:#5f7b62;
	position: relative;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 14px;
    border: 1px solid #5f7b62;
    transition: .3s ease-in-out;
	margin-right:8px;
}
	.ripple button,.ripple input:hover {
		background:0 0;
		color:#5f7b62;
	}


@media(max-width:768px) {
    .bbsimg img {
        max-width: 80px;
    }
}

@media(max-width:650px) {
    .bbsimg img {
        max-width: 70px;
    }
}

@media(max-width:580px) {
    .bbsimg img {
        max-width: 60px;
    }
}

@media(max-width:500px) {
    .bbsimg img {
        max-width: 90px;
    }
    .bbshid {
        display: block;
    }
    #services_bbs td {
        font-size: 12px;
        letter-spacing: 0px;
    }
}

/*order_form*/
#fix {
	padding-right: 140px;
}
	@media(max-width:1000px) {
		#fix {
			padding-right: 0;
		}
	}
	
/*******anflash*******/

.anflash a img:hover {
	opacity: 1;
	-webkit-animation: anflash 0.7s;
	animation: anflash 0.7s;
}

@-webkit-keyframes anflash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes anflash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
/**order**/
.ordericon {
	position:fixed;
	bottom:141px;
	right:55px;
	display:inline-block;	
}
.ordericon a {
	display: block;
	transition: .3s ease-in-out;
}
.ordericon a:hover {
	transform: scale(0.9);
    opacity: .9;
}

@media screen and (max-width: 700px) {
	.ordericon {
	position:fixed;
	bottom:141px;
	right:31px;
	display:inline-block;	
}
}
