/*--------------copyright by alva start-------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8;
	letter-spacing: 1px;
	font-size: 17px;
	color: #2d2d2d;
	font-family:'Philosopher','Noto Sans TC',sans-serif;
	overflow-x: hidden;
	background:#fff;
	font-weight:300;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
a {
	display: block;
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #333;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
}
::selection {
	background:#97bf9b;
	color:#fff;
}
.clear {
	clear:both;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-inner>.item>img {
	display: inline-block;
}
/*navbar*/
.navbar {
	position:relative;
	z-index: 90;
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: 0;
	width:100%;
	background:#171818;
	padding:.5em 1em;
	text-align:center;
	transform: translateY(-100%);
	opacity:0;
	height:0;
}
.show,.navbartop {
	transform: translateY(0);
	opacity:1;
	position:fixed;
	top:0;
	left:0;
	transition:.5s ease all;
	height:auto;
}
	.navbar:before {
		content:'';
		background:#4a7c53;
		position:absolute;
		bottom:.5em;
		left:0;
		width:100%;
		height:1px;
	}
.logo {
	display:inline-block;
	vertical-align:middle;
	width:20%;
	text-align:left;
}
.logo a {
	display:inline-block;
}
/*ibutton*/
.ibutton {
	display:inline-block;
	vertical-align:middle;
	width:75%;
}
.ibutton ul {
}
.ibutton li {
	display:inline-block;
	vertical-align:middle;
	width:11%;
	padding:0 .5em;
}
.ibutton a {
	position:relative;
}
	.ibutton a:after {
		content:'';
		background:url(../../images/curve.png) center center no-repeat;
		background-size:contain;
		position:absolute;
		top:0;
		left:50%;
		transform:translateX(-50%);
		width:100%;
		height:100%;
	}
.ibutton p.ch {
	font-size:17px;
	color:#fff;
}
.ibutton p.en {
	font-size:14px;
	color:#4a7c53;
	transition:.2s linear;
	white-space:nowrap;
}
	.ibutton a:hover p.en {
		color:#fff;
	}
/***mibutton***/
.mibutton {
	position:fixed;
	top: 2em;
	right: 1em;
	z-index:100;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	line-height:.3;
	color:#eea82f;
    border-radius: 0px 0px 0px 30px;
	display:none;
	width:75px;
	text-align:left;
	min-height:30px;
	padding-top:.5em;
}
.mibutton span {
	display: inline-block;
	width:32%;
	height:2px;
	background: #eea82f;
	transition: .3s ease-in-out;
	position:absolute;
	top:0em;
	right:0;
	opacity:1;
}
.mibutton span:nth-child(2) {
	margin-top: .6em;
	width:30%;
}
.mibutton span:nth-child(3) {
	margin-top:1.2em;
}
.mibutton_ani {
	opacity: 1;
}
.mibutton_ani span:nth-child(1) {
	margin-top:.6em;
	opacity:0;
}
.mibutton_ani span:nth-child(2) {
}
.mibutton_ani span:nth-child(3) {
	margin-top:.6em;
	opacity:0;
}
	@media (max-width:1330px) {
		.mibutton {
			display:block;
		}
		.ibutton {
			width:100%;
			display:none;
		}
		.ibutton li {
			width:22%;
			padding:2em;
		}
		.logo {
			width:100%;
		}
		.logo a {
			padding: .5em;
			width: 160px;
		}
	}
	@media (max-width:768px) {
		.ibutton {
			padding-bottom:2em;
		}
		.ibutton li {
			width:40%;
			padding: 1em;
		}
	}
	@media (max-width:500px) {
		.logo a {
			width:115px;
		}
		.ibutton p.ch {
			font-size:16px;
		}
		.ibutton p.en {
			font-size:13px;
		}
	}
	@media (max-width:350px) {
		.ibutton li {
			width: 45%;
			padding: 1em .5em;
		}
	}
/*---mask_area--------------------------------------------------------------------------------------------------------------------------------------------------*/
/*mask_area*/
.mask_area {
	position:relative;
}
/*dex*/
.dex {
	height:100vh;
	position:relative;
}
.carousel-inner {
	height: 100%;
}
.dex .itembg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.dex .item:nth-of-type(1) {
	background: url(../../flash/dex1.jpg) top center no-repeat;
	background-size: cover;
}
.dex .item:nth-of-type(2) {
	background: url(../../flash/dex2.jpg) top center no-repeat;
	background-size: cover;
}
.dex .item:nth-of-type(3) {
	background: url(../../flash/dex3.jpg) top center no-repeat;
	background-size: cover;
}
.dex .item:nth-of-type(4) {
	background: url(../../flash/dex4.jpg) top center no-repeat;
	background-size: cover;
}
/*icenter*/
.icenter {
	position:absolute;
	top:3vh;
	left:50%;
	transform:translateX(-50%);
	text-align:center;
	max-width: 40vh;
}
.icenter img {
	display:block;
	margin:0 auto;
	padding-top:2em;
}
	.icenter img:nth-of-type(2) {
		max-width:32%;
	}
/*scroll*/
.scroll {
	position:absolute;
	left:0;
	width:100%;
	bottom:3em;
	text-align:center;
}
.scroll a {
	display:inline-block;
}
.scroll img {
	display:block;
	margin:0 auto;
}
.scroll img:nth-of-type(2) {
	animation:move 1s ease-in-out alternate infinite;
}
	@keyframes move {
		0% {
			transform:translateY(5px);
		}
		100% {
			transform:translateY(15px);
		}
	}
	@media (max-width:1024px) {
		.scroll {
			bottom:2em;
		}
		.scroll a {
			width: 70px;
		}
		.icenter {
			max-width:45vh;
		}
	}
	@media (max-width:600px) {
		.icenter {
			max-width:50vh;
		}
	}
	@media (max-width:500px) {
		.icenter {
			max-width: 100%;
			width: 70%;
			top:5vh;
		}
	}
	@media (max-width:350px) {
		.icenter {
			width: 70%;
			top: 3vh;
		}
		.icenter img:nth-of-type(2) {
			max-width: 30%;
			padding-top: 1em;
		}
		.scroll {
			bottom: 1em;
		}
		.scroll a {
			width: 50px;
		}
	}
/*---main-----------------------------------------------------------------------------------------------------------------------------------------*/
.main {
	position:relative;
}
/***inews***/
.inews {
	position:relative;
	background:url(../../images/inews_bg.jpg) top center no-repeat;
	background-size:cover;
}
	.inews:before {
		content:'';
		background:url(../../images/inews_leaf.png) center right no-repeat;
		background-size:contain;
		position:absolute;
		top: -8em;
		right: 0;
		width: 16%;
		height: 74%;
	}
.wrap1 {
	width:1000px;
	margin:0 auto;
	max-width:90%;
	padding:5em 0;
}
/*inews_tit*/
.inews_tit {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 1em;
	width: 40%;
    text-align: center;
}
	.inews_tit:before {
		content:'';
		background:#fff;
		position:absolute;
		top:2em;
		right:0;
		width:1px;
		height:80%;
	}
.inews_tit:nth-of-type(1) {
}
img.owl {
	padding-top:10em;
}
/*inews_list*/
.inews_list {
	padding:0 2em;
	text-align:left;
	display:inline-block;
	vertical-align:top;
	width: 55%;
}
.inews_list .ntitle p {
	color:#fff;
}
.inews_list .page_num {
	display:none;
}
/*more*/
.more {
	text-align:right;
}
.more a {
	display:inline-block;
	background:#53812d;
	color:#fff;
	border-radius:60px;
	padding:.1em 1em;
    font-size: 16px;
	transition:.2s ease all;
	border: solid 1px #53812d;
}
	.more a:hover {
		background:transparent;
	}
	@media (max-width:350px) {
		.inews:before {
			width: 20%;
			height: 50%;
		}
	}
	@media (max-width:768px) {
		.inews_tit {
			width:100%;
		}
		.wrap1 {
			padding: 3em 0;
		}
		.inews_tit img {
			vertical-align:top;
		}
		img.owl {
			padding-top: 4em;
			width: 130px;
		}
		.inews_list {
			padding:1em;
			width:100%;
		}
		.inews_tit:before {
			width:0;
		}
		.inews:before {
			width: 20%;
			height:225px;
			top:-4em;
		}
	}
	@media (max-width:500px) {
		.inews_tit {
			padding:0;
		}
		.inews_tit img {
			width:65%;
		}
		img.owl {
			width: 25%;
		}
		.inews:before {
			top: -4em;
		}
		.more {
			text-align:center;
		}
		.more a {
			font-size:15px;
		}
	}
/*---about-------------------------------------------------------------------------------------------------------------------------------------------*/
/***abt1***/
.abt1 {
	position:relative;
	text-align:left;
	background:url(../../images/abt1_bg.jpg) top center no-repeat fixed;
	background-size:auto;
	min-height:1660px;
	overflow:hidden;
}
	.abt1:before {
		content:'';
		background:url(../../images/abt1_deco.png) top left no-repeat;
		background-size:contain;
		position:absolute;
		top:-4em;
		left:0;
		width: 30%;
		height: 60%;
		z-index:3;
	}
	.abt1:after {
		content:'';
		background:url(../../images/abt1_mountain.png) top center no-repeat;
		background-size:cover;
		width:100%;
		height:983px;
		position:absolute;
		top:0;
		left:0;
	}
/*abt1_text*/
.abt1_text {
	display:inline-block;
	padding: 5em 2em 0 35em;
	position:relative;
	z-index:3;
}
.abt1_text img {
}
.abt1_text p {
	width:410px;
	padding: 2em 0em 2em 1em;
	max-width:100%;
}
img.abt1img {
	position:absolute;
	top:37%;
	right:0;
	z-index:3;
	max-width: 75vw;
}
	@media (max-width:1350px) {
		.abt1:before {
			width:35vw;
		}
		.abt1_text {
			padding: 5em 2em 0 35vw;
		}
		.abt1 {
			
			min-height:1400px;
		}
		.abt1:after {
			height:895px;
		}
	}
	@media (max-width:1030px) {
		img.abt1img {
			max-width: 85vw;
		}
		.abt1 {
			
			min-height:1100px;
			background-attachment:inherit;
			background-position-y: 11em;
		}
		.abt1:after {
			height:680px;
		}
		.abt1:before {
			width: 30vw;
		}
		.abt1_text {
			padding: 4em 2em 0 33vw;
		}
	}
	@media (max-width:800px) {
		.abt1:before {
			width: 34vw;
			top:-1em;
		}
		.abt1_text {
			padding: 4em 2em 0 8em;
			display: block;
			width: 530px;
			margin: 0 auto;
			max-width: 100%;
		}
		.abt1:after {
			height: 530px;
			background-position-x: 0%;
		}
		img.abt1img {
			max-width: 100%;
		}
		.abt1 {
			min-height:900px;
			background-position-y: 0em;
		}
	}
	@media (max-width:600px) {
		.abt1_text {
			padding: 4em 2em 0 9em;
		}
		.abt1:before {
			width: 30vw;
		}
		.abt1:after {
			height: 480px;
			background-position-x: 60%;
		}
		.abt1 {
			min-height: 800px;
		}
		img.abt1img {
			top:44%;
		}
	}
	@media (max-width:500px) {
		.abt1_text {
			padding: 5em 2em 0 2em;
		}
		.abt1:before {
			width: 25vw;
		}
		img.abt1img {
			top: 47%;
		}
		.abt1 {
			min-height: 730px;
			background-position-y: -4em;
		}
	}
	@media (max-width:380px) {
		img.abt1img {
			top: 50%;
		}
		.abt1:before {
			width: 35vw;
		}
	}
	@media (max-width:350px) {
		.abt1_text {
			padding: 5em 1em 0 1em;
		}
		img.abt1img {
			top: 58%;
		}
		.abt1 {
			min-height: 650px;
			background-position-y: -6em;
		}
	}
/***abt2***/
.abt2 {
	position:relative;
	text-align:left;
	background:#fff;
	min-height:1280px;
}
	.abt2:before {
		content:'';
		background:url(../../images/abt2_curve.png) top left no-repeat;
		background-size:contain;
		position:absolute;
		top:0;
		left:3em;
		width: 32%;
		height: 41%;
	}
	.abt2:after {
		content:'';
		background:url(../../images/abt2_bg.png) top left no-repeat;
		background-size:cover;
		position:absolute;
		top:0;
		right:0;
		width:59%;
		height:100%;
	}
img.abt2_deco {
	position:absolute;
	top:7em;
	left:45%;
	z-index:3;
}
/*abt2_top*/
.abt2_top {
	position:relative;
	z-index:3;
	padding: 13em 2em 5em 5em;
	width: 1200px;
    max-width: 100%;
	margin-left:1em;
}
	.abt2_top:before {
		content:'';
		background:url(../../images/abt2_circle.png) bottom left no-repeat;
		background-size:contain;
		position:absolute;
		bottom:-4em;
		left:0;
		width: 63%;
		height: 68%;
		z-index:-1;
	}
.abt2_top img {
}
.abt2_top p {
	padding: 0em 0em 2em 15em;
    margin-top: -3em;
    width: 705px;
    max-width: 90%;
}
/***abt3***/
.abt3 {
	position:relative;
	background:url(../../images/abt3_bg.png) bottom left no-repeat,#fff;
	background-size:contain;
	padding:0 0 10em 0;
}
.wrap2 {
	width:1350px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	position: relative;
    top: -10em;
	z-index:3;
}
.wrap2 img:nth-of-type(1) {
	max-width: 41vw;
}
.wrap2 img:nth-of-type(2) {
	max-width: 29vw;
    padding-left: 10px;
}
/***abt4***/
.abt4 {
	background:#fff;
	position:relative;
	text-align:left;
}
	.abt4:before {
		content:'';
		background:url(../../images/abt4_deco.jpg) top right no-repeat;
		background-size:cover;
		position:absolute;
		top: -15em;
		right: 0;
		width: 50%;
		height:90%;
		mix-blend-mode: multiply;
	}
	.abt4:after {
		content:'';
		background:url(../../images/abt4_leaves.png) top right no-repeat;
		background-size:contain;
		position:absolute;
		top: -17em;
		right: 0;
		width: 61%;
		height: 100%;
	}
.wrap3 {
	width:1300px;
	margin:0 auto;
	max-width:90%;
	padding:7em 0;
}
.wrap3 p {
	width:405px;
	max-width:100%;
}
.wrap3 ul {
	width:770px;
	max-width:100%;
	position:relative;
	z-index:3;
	padding-top:8em;
}
.wrap3 li {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:48%;
	padding:0 1em 0 0;
}
.wrap3 li a {
}
.wrap3 li a img {
	transition:.2s ease all;
}
.wrap3 li a b {
	color:#464646;
	font-weight:700;
}
.wrap3 li a span {
	color:#53812d;
	font-size:30px;
	display:block;
	line-height:1;
}
	.wrap3 li a:hover img {
		transform:translateY(-5px);
		box-shadow: 3px 5px 6px rgba(0,0,0,.3);
	}
	.wrap3 li a:hover b {
		color: #53812d;
	}
	@media (max-width:1300px) {
		.abt2_top {
			max-width:65%;
		}
		.abt2_top:before {
			bottom: 0em;
			width: 70%;
			height: 70%;
		}
		.abt2_top p {
			padding: 0em 0em 2em 12em;
			margin-top: -2em;
		}
		.wrap2 {
			top: -12em;
		}
		.wrap2 img:nth-of-type(1) {
			max-width: 45vw;
		}
		.wrap2 img:nth-of-type(2) {
			max-width: 31vw;
		}
		.wrap3 {
			padding: 5em 0 4em;
		}
		.wrap3 ul {
			padding-top: 5em;
		}
		.abt3 {
			background-size:70%;
		}
		.abt4:before {
			width:57%;
		}
	}
	@media (max-width:1000px) {
		.abt2:after {
			width: 80%;
		}
		img.abt2_deco {
			top: 4em;
			left: 35%;
			width: 35%;
		}
		.abt2_top {
			max-width: 70%;
			padding: 9em 2em 2em 2em;
		}
		.abt2_top p {
			padding: 0em 7em 2em 10em;
			margin-top: -2em;
		}
		.abt2_top:before {
			width: 80%;
		}
		.abt2 {
			min-height: 1125px;
		}
		.wrap2 img:nth-of-type(1) {
			max-width: 52vw;
		}
		.wrap2 img:nth-of-type(2) {
			max-width: 36vw;
		}
		.abt3 {
			padding: 0 0 3em 0;
		}
		.abt4:before {
			width: 52%;
			top: -12em;
			height: 57%;
		}
		.wrap3 {
			padding: 4em 0 3em;
		}
		.abt4:after {
			top:-13em;
		}
		.wrap3 p {
			padding-right:1em;
		}
	}
	@media (max-width:850px) {
		img.abt2_deco {
			top:3em;
		}
		.abt2_top {
			max-width: 90%;
			padding: 7em 2em 2em 1em;
		}
		.abt2:after {
			width: 75%;
		}
		.abt2 {
			min-height: 1100px;
		}
		.wrap3 p {
			width: 44%;
		}
		.wrap3 ul {
			padding-top: 2em;
		}
		.wrap3 {
			padding: 3em 0 2em;
		}
	}
	@media (max-width:850px) {
		img.abt2_deco {
			width: 45%;
		}
		.abt2_top {
			max-width: 100%;
			padding: 7em 2em 2em 1em;
			margin: 0;
		}
		.abt2_top p {
			padding: 0em 2em 2em 10em;
			margin-top: -2em;
		}
		.abt2 {
			min-height: 1050px;
		}
		.abt2_top:before {
			width: 100%;
		}
		.wrap2 img:nth-of-type(1) {
			max-width: 100%;
		}
		.wrap2 img:nth-of-type(2) {
			max-width: 100%;
			padding: 0;
			display: block;
		}
		.abt3 {
			background-size: 90%;
			padding:0;
		}
		.abt4:before {
			top: -10em;
			height:45%;
		}
		.abt4:after {
			top: -11em;
		}
		.wrap3 p {
			width: 95%;
		}
		.wrap3 li {
			padding:0 .5em;
		}
		.wrap3 li a span {
			font-size:22px;
		}
	}
	@media (max-width:500px) {
		.abt2_top p {
			padding: 0em 2em 2em 4em;
			margin-top: 0;
			max-width: 100%;
		}
		.abt2_top {
			padding: 6em 2em 2em 1em;
		}
		img.abt2_deco {
			width: 50%;
		}
		.abt2 {
			min-height:780px;
		}
		.abt2:after {
			width: 100%;
		}
		.wrap2 {
			top: -6em;
		}
		.abt2:before {
			left:2em;
			width:40%;
		}
		.abt4:before {
			top:-5em;
			height:30%;
			width:54%;
		}
		.abt4:after {
			top: -6em;
			width: 65%;
			height: 46%;
		}
		.wrap3 {
			padding: 5em 0 2em;
		}
		.wrap3 ul {
			padding-top: 1em;
		}
		.wrap3 li a b {
			font-size:16px;
		}
		.wrap3 li a span {
			font-size: 18px;
		}
		.wrap3 {
			padding: 4em 0 2em;
		}
		body {
			font-size:16px;
		}
	}
	@media (max-width:380px) {
		.abt2_top {
			padding: 5em 2em 2em 1em;
		}
		.abt2_top p {
			padding: 0em 0em 2em 2em;
		}
		.abt2_top:before {
			background-size:cover;
		}
		.abt2 {
			min-height:670px;
		}
		img.abt2_deco {
			top:2em;
		}
		.abt2_top {
			padding: 4em 2em 0em 1em;
		}
	}
/***rmguide***/
.rmguide {
	background:url(../../images/irg_bg.jpg) top center no-repeat;
	background-size:cover;
	text-align:center;
}
.rgtitle {
	padding:4em 0;
}
.rmguide ul {
	width:1440px;
	margin:0 auto;
	max-width:90%;
}
.rmguide li {
	display:inline-block;
	vertical-align:top;
	width:24%;
	padding:0 6px;
}
.rmguide a {
	position:relative;
	transition:.3s ease all;
}
	.rmguide a:before {
		content:'';
		background-image:linear-gradient(to top, #ffffff00 0%, rgb(255 255 255 / 0.5) 100%);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		opacity:0;
		transition:.3s ease all;
	}
.rmguide a img {
	padding-bottom:.5em;
}
.rmguide a p {
	color:#fff;
	font-size:18px;
	font-weight:300;
}
.rmguide a span {
	display:block;
	font-size:30px;
	color:#53812d;
	line-height:1;
}
	.rmguide a:hover {
		transform:translateY(-5px);
	}
	.rmguide a:hover:before {
		opacity:.5;
	}
/*ftblock*/
.ftblock {
	padding-bottom:18em;
}
/***footer***/
/*ft_top*/
.ft_top {
	position:relative;
	min-height:280px;
	margin-top:-280px;
	text-align:center;
}
	.ft_top:before {
		content:'';
		background:url(../../images/fttop.png) bottom center no-repeat;
		background-size:auto;
		position:absolute;
		bottom:0;
		left:50%;
		transform:translateX(-50%);
		width:718px;
		height:151px;
		max-width:100%;
	}
.ft_top p {
	color:#717e7c;
	font-size:14px;
	padding-top:3em;
}
footer {
	background:#23211d;
}
/*ftwrap*/
.ftwrap {
	width:750px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	overflow:hidden;
}
img.ftlogo {
    position: relative;
	display:block;
	margin:-5em auto 0;
}
/*ftbtn*/
ul.ftbtn {
	padding:2em 0;
}
ul.ftbtn li {
	display:inline-block;
	vertical-align:top;
	width:32%;
	padding:1em;
	position:relative;
}
	ul.ftbtn li:after {
		content:'';
		background:#cce2dc;
		position:absolute;
		top:0;
		right:0;
		width:1px;
		height:100%;
	}
	ul.ftbtn li:nth-of-type(3):after {
		width:0;
	}
ul.ftbtn li a {
}
ul.ftbtn li a img {
	transition:.2s linear;
}
	ul.ftbtn li a:hover img {
		transform:translateY(-5px);
	}
ul.ftbtn li a span {
	color:#cce2dc;
	display:block;
}
/*ftinfo*/
ul.ftinfo {
	padding:1em 0;
}
ul.ftinfo li {
	padding:0 0 1em 0;
}
ul.ftinfo span {
	color:#717e7c;
	display:block;
	font-size:14px;
	line-height:1;
}
ul.ftinfo i {
}
ul.ftinfo p {
	color:#93a09d;
}
/*ftmark*/
ul.ftmark {
}
ul.ftmark li {
	display:inline-block;
	vertical-align:top;
	width:23%;
	padding:1em 5px;
}
ul.ftmark img {
	vertical-align:middle;
}
ul.ftmark span {
	display:inline-block;
	vertical-align:middle;
	color:#717e7c;
	font-size:14px;
	line-height:1.2;
}
/*icon*/
.icon {
	color:#717e7c;
	font-size:14px;
	padding:1em 0 0 0;
}
.icon a {
	color:#717e7c;
	font-size:14px;
	display:inline-block;
	transition:.2s linear;
}
	.icon a:hover {
		transform:translateY(-3px);
	}
/*copyright*/
.copyright {
	color:#717e7c;
	font-size:14px;
	padding-bottom:2em;
}
.copyright a {
	color:#717e7c;
	font-size:14px;
	display:inline-block;
	transition:.2s linear;
}
	.copyright a:hover {
		color:#d8e8e3;
	}
	@media (max-width:1080px) {
		.rmguide a span {
			font-size:22px;
		}
	}
	@media (max-width:900px) {
		.rmguide li {
			width:45%;
		}
		.rmguide a span {
			padding-bottom:1em;
		}
		.ftblock {
			padding-bottom: 16em;
		}
		.ft_top {
			min-height: 245px;
			margin-top: -245px;
		}
		ul.ftmark span {
			display:block;
			padding-top:3px;
		}
	}
	@media (max-width:600px) {
		.rmguide li {
			width:48%;
		}
		.rmguide a span {
			font-size:20px;
		}
	}
	@media (max-width:450px) {
		.rgtitle {
			padding: 3em 0;
		}
		.rmguide a p {
			font-size:17px;
		}
		.rmguide a span {
			font-size:18px;
		}
		.ftblock {
			padding-bottom: 15em;
		}
		img.ftlogo {
			margin:-6em auto 0;
			width: 150px;
		}
		ul.ftbtn li a img {
			width:35px;
		}
		ul.ftbtn li a span {
			font-size:14px;
		}
		ul.ftbtn li {
			padding:0;
		}
		.rmguide li {
			width:100%;
			padding:0 .2em 1em;
		}
	}
	@media (max-width:380px) {
		ul.ftmark li {
			width: 40%;
			padding: 0 5px 15px;
		}
		.copyright {
			padding-bottom:1em;
		}
	}
/***space***/
.space {
	transform:translateY(-110px);
}
	@media (max-width:768px) { 
		.space {
			transform:translateY(-85px);
		}
	}

#gotop {
	position:fixed;
	bottom:1em;
	right:1em;
	z-index:30;
	cursor:pointer;
	display:none;
}
#gotop img {
	transition:.2s linear;
}
	#gotop:hover img {
		transform:scale(.9);
	}
	@media (max-width:900px) {
		#gotop {
			width:65px;
		}
	}
	@media (max-width:500px) {
		#gotop {
			bottom:0;
			right:.5em;
		}
	}
/*---inner--------------------------------------------------------------------------------------------------------------------------------------------*/
.inbanner {
	height:405px;
	position:relative;
	text-align:center;
}
.inbannerfix {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.inbanner_fac {
	background:url(../../images/inbanner_fac.png) top center no-repeat;
	background-size:cover;
}
.inbanner_news {
	background:url(../../images/inbanner_news.png) top center no-repeat;
	background-size:cover;
}
.inbanner_room {
	background:url(../../images/inbanner_room.png) top center no-repeat;
	background-size:cover;
}
.inbanner_spa {
	background:url(../../images/inbanner_spa.png) top center no-repeat;
	background-size:cover;
}
.inbanner_note {
	background:url(../../images/inbanner_note.png) top center no-repeat;
	background-size:cover;
}
.inbanner_loc {
	background:url(../../images/inbanner_loc.png) top center no-repeat;
	background-size:cover;
}
.inbanner_sce {
	background:url(../../images/inbanner_sce.png) top center no-repeat;
	background-size:cover;
}
img.inlogo {
	position:absolute;
	bottom:3em;
	left:50%;
	transform:translateX(-50%);
}
/***inner***/
.inner {
	background:url(../../images/inbg.jpg) top center no-repeat;
	background-size:cover;
	position:relative;
	text-align:center;
	min-height:600px;
}
img.incircle {
	position:absolute;
	top:-6em;
	left:0;
	max-width: 32vw;
	z-index:0;
}
img.inleaf {
	position:absolute;
	top:-7em;
	right:0;
	max-width: 20vw;
	z-index:0;
}
/*---fac--------------------------------------------------------------------------------------------------------------------------------------------*/
/***fac1***/
.fac1 {
	background:url(../../images/fac1_house.png) bottom left no-repeat;
	background-size:auto;
}
/*fac1tp*/
.fac1tp {
	width: 1200px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    z-index: 3;
    text-align: left;
    padding: 4em 0 8em 15em;
    min-height: 750px;
}
.fac1tp img:nth-of-type(1) {
}
.fac1tp p {
	width:430px;
	max-width:100%;
	padding:2em 0 0 1em;
}
img.cat {
	position:absolute;
	bottom:-4em;
	right:0;
}
/*fac1btm*/
.fac1btm {
	width:1650px;
	max-width:90%;
	text-align:right;
}
.fac1btm img {
	padding: 8em 0 3em 0em;
}
	@media (max-width:1530px) {
		.fac1btm img {
			max-width: 50vw;
		}
	}
	@media (max-width:1200px) {
		img.cat {
			max-width: 30vw;
		}
		.fac1 {
			background-size: 55%;
		}
		.fac1tp {
			min-height:650px;
		}
		.fac1btm img {
			max-width: 55vw;
			padding: 4em 0 2em 0em;
		}
	}
	@media (max-width:900px) {
		.fac1tp {
			padding: 4em 0 0em 6em;
			width: 600px;
		}
		img.cat {
			bottom:-1em;
		}
		.inbanner {
			height:345px;
		}
		img.inlogo {
			width:330px;
		}
		.fac1btm img {
			max-width: 70vw;
			padding: 1em 0 2em 0em;
		}
	}
	@media (max-width:700px) {
		.fac1tp {
			min-height: 570px;
		}
		.fac1btm img {
			max-width: 90%;
			padding: 1em 0 5em 0em;
		}
		img.incircle,img.inleaf {
			top:-3em;
		}
	}
	@media (max-width:530px) {
		.inbanner {
			height:280px;
		}
		img.inlogo {
			width: 240px;
			bottom: 2em;
		}
		.fac1tp {
			padding: 5em 0 0em 2em;
		}
		img.cat {
			bottom: -3em;
			max-width:100%;
			width:212px;
		}
		.fac1btm img {
			padding: 2em 0 2em 0em;
		}
	}
	@media (max-width:430px) { 
		.inbanner {
			height: 230px;
		}
		img.inlogo {
			width: 222px;
			bottom: 2em;
		}
		.fac1tp {
			padding: 3em 0 0em 0em;
		}
		img.inleaf {
			max-width:22vw;
		}
		.fac1tp {
			min-height: 550px;
		}
		.fac1tp p {
			padding: 2em 0 0 2em;
		}
		.fac1btm img {
			padding: 2em 0 1em 0em;
			max-width:95%;
		}
		.fac1btm {
			max-width:95%;
		}
	}
	@media (max-width:380px) { 
		img.cat {
			bottom: -1em;
			width: 178px;
		}
		.fac1tp p {
			padding:1em 0 0 2em;
		}
	}
/***fac2***/
.fac2 {
	background:url(../../images/fac2_bg.jpg) top center no-repeat;
	background-size:cover;
	text-align:center;
}
.wrap4 {
	width:980px;
	margin:0 auto;
	max-width:90%;
	padding:6em 0;
}
.fac2_tit {
	display:inline-block;
	vertical-align:top;
	text-align:right;
	width:30%;
	padding:0 2em 0 0;
}
.fac2_tit img {
}
.fac2_tit p {
	color:#cce2dc;
	line-height:2;
	padding:2em 0;
}
.fac2_tit .more {
}
img.fac2_img {
	vertical-align:top;
}
/***fac3***/
.fac3 {
	background:url(../../images/fac3_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	position:relative;
	min-height:960px;
}
.wrap5 {
	width:1420px;
	margin:0 auto;
	max-width:90%;
	text-align:left;
	padding-top:5em;
	position:relative;
}
img.dog {
	vertical-align:top;
}
.fac3_text {
	display:inline-block;
	vertical-align:top;
	padding: 6em 0 0 0;
}
.fac3_text img {
	margin-left: -3em;
}
.fac3_text p {
	width: 400px;
    max-width: 100%;
    padding: 1em 0 0 2em;
}
	@media (max-width:1200px) { 
		.fac3 {
			min-height:850px;
		}
		img.dog {
			max-width: 35vw;
		}
		img.fac2_img {
			max-width: 55vw;
		}
	}
	@media (max-width:991px) { 
		.fac3 {
			background-attachment:inherit;
			min-height:750px;
		}
		.fac3_text {
			padding: 3em 0 0 0;
		}
	}
	@media (max-width:760px) { 
		.fac2_tit {
			width:35%;
		}
		.fac3_text {
			width: 60%;
		}
		.wrap4 {
			padding:4em 0;
		}
		.fac3 {
			min-height:650px;
		}
		.wrap5 {
			padding-top: 3em;
		}
	}
	@media (max-width:600px) { 
		.fac2_tit {
			width: 100%;
			padding: 0 2em 2em 0;
		}
		img.fac2_img {
			max-width: 100%;
		}
		.wrap4 {
			padding: 3em 0;
		}
		.wrap5 {
			padding-top: 2em;
		}
		.fac3_text p {
			padding: 1em 1em 0 0em;
		}
		.fac3_text {
			width: 55%;
		}
	}
	@media (max-width:500px) { 
		.fac2_tit .more {
			text-align:right;
		}
		.fac3 {
			min-height:560px;
		}
		.fac3_text {
			padding: 1em 0 0 0;
			width:58%;
		}
		img.dog {
			position: absolute;
			top: 2em;
			left: 0em;
		}
		.fac3_text img {
			margin-left: 0;
		}
		.fac3_text {
			padding: 2em 0 0 2em;
			position: relative;
			width: 100%;
			text-align: right;
		}
		.fac3_text p {
			padding: 1em 1em 0 0em;
			text-align: left;
		}
	}
	@media (max-width:350px) { 
		.wrap4 {
			padding: 2em 0;
		}
		img.dog {
			top:1em;
		}
		.fac3_text {
			padding: 4em 0 0 1em;
		}
		.fac3 {
			min-height: 550px;
			background-position-x: 26%;
		}
	}
/***fac4***/
.fac4 {
	background:url(../../images/fac4_bg.jpg) top center no-repeat;
	background-size:cover;
	text-align:center;
	position:relative;
}
.wrap6 {
	width:1420px;
	margin:0 auto;
	position:relative;
	text-align:center;
	padding:3em 0;
	max-width:90%;
}
.fac4_text {
	position:relative;
	text-align:left;
}
.fac4_text p {
	padding:4em 2em;
	width:430px;
	margin-left: 13em;
	max-width:100%;
}
img.frog {
	position: absolute;
    top: -15em;
    left: -10em;
    max-width: 20vw;
}
/***fac5***/
.fac5 {
	background:url(../../images/fac5_bg.jpg) top center no-repeat;
	background-size:cover;
}
.fac5 ul {
	padding-bottom:3em;
}
.fac5 b {
	position:relative;
	font-weight:400;
	line-height:1;
	color:#fff;
	padding: 6em 0 4em;
	display:block;
}
.fac5 p {
	color:#fff;
	font-size:18px;
}
.fac5 span {
	color:#53812d;
	font-size:30px;
	display:block;
	line-height:1;
}
	@media (max-width:1200px) { 
		.wrap6 {
			padding: 3em 0 3em 3em;
			max-width:100%;
		}
		img.frog {
			top: -8em;
			left: -2em;
		}
		.fac5 ul {
			padding-bottom: 0em;
		}
		.fac5 span {
			font-size:24px;
		}
	}
	@media (max-width:900px) {
		.wrap6 {
			padding: 2em 0 2em 3em;
		}
		.fac4_text p {
			padding: 2em 0em;
			margin-left: 0;
			margin: 0 auto;
		}
		img.frog {
			top: -5em;
			left: -2em;
		}
		.fac5 li {
			width: 45%;
			padding-bottom:1em;
		}
	}
	@media (max-width:630px) {
		.fac4_text p {
			padding: 1em 0em 2em 3em;
		}
		img.frog {
			top: -3em;
		}
		.wrap6 {
			padding: 2em 0 2em 2em;
		}
		.fac5 b {
			padding: 5em 0 3em;
		}
	}
	@media (max-width:500px) {
		.fac4_text p {
			padding: 1em 2em 2em 4em;
			font-size:16px;
		}
		img.frog {
			top: -2em;
			width: 100px;
			max-width: 100%;
		}
		.fac5 b {
			padding: 4em 0 2em;
		}
		.fac5 p {
			font-size:16px;
			white-space:nowrap;
		}
		.fac5 span {
			font-size: 20px;
		}
		.fac5 li {
			width:48%;
		}
	}
	@media (max-width:380px) {
		.fac4_text p {
			padding: 1em 1em 2em 6em;
			font-size: 15px;
		}
		img.frog {
			width:110px;
		}
		.wrap6 {
			padding: 1em 0 1em 1em;
		}
		.fac5 li {
			width:100%;
		}
	}
/****************/
/*rinfo*/
.rinfo {
	text-align: left;
	padding:1em 0;
	font-size:16px;
}
.rinfo ul {}
.rinfo li {
	position:relative;
	display:table;
}
.rinfo li span {
	display: inline-block;
	vertical-align: top;
}
.rinfo li span:nth-of-type(1) {
	display: table-cell;
    white-space: nowrap;
}
.rinfo li span:nth-of-type(2) {
	display: table-cell;
}
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
	list-style: none;
}

.icons li {
	margin: 5px 5px;
	display: inline-block;
	vertical-align: top;
	width:16%;
	background: rgba(255, 255, 255, .1);
	border-radius:2px;
	padding: 5px 0 8px;
	text-align: center;
	border:solid 1px #656565;
}

.icons li img {
	padding: 0 7px;
	margin: 0 auto;
}

.icons li span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
}

@media screen and (max-width:1200px) {
	.icons li {
		width:21%;
	}
}
@media screen and (max-width:900px) {
	.icons li span {
		font-size: 14px;
		letter-spacing:0;
	}
	.icons li {
		width:15%;
	}
}

@media screen and (max-width:768px) {
	.icons li {
		width: 13%;
	}
}

@media screen and (max-width:600px) {
	.icons li {
		width: 17%;
	}
}

@media screen and (max-width:500px) {
	.icons li {
		width: 21%;
	}
}

@media screen and (max-width:430px) {
	.icons li {
		width: 27%;
		margin: 5px 8px;
		padding: 5px 4px 8px;
	}
	.icons li span {
		font-size: 13px;
	}
}

@media screen and (max-width:360px) {
	.icons li span {
		font-size: 12px;
	}
}

@media screen and (max-width:340px) {
	.icons li {
		width: 28%;
		margin: 5px 5px;
		padding: 5px 2px 8px;
	}
}


/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/

.r_icons {
	padding-bottom: 0;
	text-align: left;
}

.r_icons ul {
	list-style: none;
}

.r_icons li {
	float: left;
}

table.fac {
	padding: 0 0 3% 2%;
	display: block;
}

table.fac td {
	vertical-align: top;
}
@media screen and (max-width:815px) {
	.r_icons li {
		width: 15%;
	}
}
@media screen and (max-width:580px) {
	.r_icons li {
		width: 18%;
	}
}

@media screen and (max-width:480px) {
	.r_icons li {
		width: 22%;
	}
}

@media screen and (max-width:440px) {
	.r_icons li {
		width: 31%;
		margin: 5px 3px;
		padding: 5px;
	}
}


/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/

.note_icon {
	padding:0;
	text-align: left;
	padding:1% 0;
}

.note_icon ul {
	list-style: none;
}

.note_icon li {
	width: 10.666666%;
	padding: 5px 0 5px;
}

.note_icon li img {
	padding-bottom: 5px;
	max-width: 100%;
}
.icons_no li img {
	-webkit-filter: invert(0);
    filter: invert(0);
}
@media screen and (max-width:1220px) {
	.note_icon li {
		width: 12%;
	}
}

@media screen and (max-width:1080px) {
	.note_icon li {
		width: 12%;
	}
}

@media screen and (max-width:760px) {
	.note_icon li {
		width: 14%;
	}
}

@media screen and (max-width:700px) {
	.note_icon li {
		width: 17%;
	}
}

@media screen and (max-width:580px) {
	.note_icon li {
		width: 18%;
		margin: 5px 0;
	}
}

@media screen and (max-width:505px) {
	.note_icon li {
		width: 23%;
		padding: 7px;
	}
	.note_icon li img {
		width: 100%;
	}
}

@media screen and (max-width:453px) {
	.note_icon li {
		width: 23.66666%;
		padding:3px;
	}
}

@media screen and (max-width:400px) {
	.note_icon li {
		width: 32%;
		padding: 6px;
	}
}
@media screen and (max-width:330px) {
	.note_icon li {
		width: 31%;
		padding: 1px;
	}
}
/*---spa------------------------------------------------------------------------------------------------------------------------------------------*/
.spa1 {
	width:730px;
	margin:0 auto;
	max-width:90%;
	padding:6em 0 2em;
	position:relative;
	z-index:3;
}
	.spa1:after {
		content:'';
		background:url(../../images/spa_deco.png) bottom right no-repeat;
		background-size:contain;
		position:absolute;
		bottom: -2em;
		right: -20em;
		width: 67%;
		height: 74%;
		z-index: 0;
	}
.spa_tit {
	text-align:left;
	padding-bottom:1em;
}
.spa_tit img {
	vertical-align:middle;
}
.spa_tit p {
	display:inline-block;
	vertical-align:middle;
	padding-left:2em;
}
/*price*/
.price {
	position:relative;
	z-index:3;
}
.price h6 {
	padding:1em 0 1em 1em;
	font-size:18px;
	text-align:left;
}
.price b {
	display:inline-block;
	vertical-align:middle;
	color:#53812d;
	font-size:30px;
	padding-left:.5em;
	font-weight:normal;
	position:relative;
	line-height:1;
}
.price table {
	width:100%;
}
.price table td {
	vertical-align:middle;
	padding:5px 0;
	line-height:1.5;
}
/***spa_slide***/
.spa_slide {
	width:1300px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	position:relative;
	padding:2em 0 3em;
}
/*spa*/
.spa {
	display:inline-block;
	vertical-align:top;
	width:63%;
}
/*fac_list*/
.fac_list {
	display:inline-block;
	vertical-align:top;
	width:35%;
	padding:1em 0 0 2em;
}
.fac_list .rinfo {
}
.fac_list .rinfo li {
	display: inline-block;
    vertical-align: top;
    width: 48%;
}
.fac_list li {
	width:30%;
}
	@media screen and (max-width:1200px) {
		.spa1:after {
			right: -12em;
			width: 52%;
		}
	}
	@media screen and (max-width:1080px) {
		.spa1 {
			padding: 6em 0 2em 2em;
		}
		.spa {
			width:90%;
		}
		.fac_list {
			width: 100%;
			padding: 1em 0 0 4em;
		}
		.fac_list li {
			width:13%;
		}
	}
	@media screen and (max-width:700px) {
		.spa1 {
			padding: 6em 2em 0em 2em;
		}
		.spa1:after {
			right: -2em;
			width: 35%;
		}
		.fac_list {
			padding: 1em 0 0 2em;
		}
		.spa_tit p {
			width:48%;
		}
	}
	@media screen and (max-width:600px) {
		.spa_tit p {
			width: 100%;
			padding: 1em 0 0 2em;
		}
		.spa1 {
			padding: 4em 0em 0em 0em;
		}
		.spa_tit {
			text-align:center;
		}
		.spa {
			width: 100%;
		}
		.fac_list {
			padding: 1em 0 0 0em;
		}
		.spa_slide {
			padding: 2em 0;
		}
		.fac_list li {
			width: 17%;
		}
	}
	@media screen and (max-width:450px) {
		.price table {
			font-size:15px;
		}
		.spa1:after {
			width: 55%;
			right:0;
		}
		.fac_list li {
			width:22%;
		}
		.rinfo {
			font-size:15px;
		}
		.price h6 {
			padding: 1em 0 .5em 1em;
			font-size:16px;
		}
		.price b {
			font-size:25px;
		}
	}
	@media screen and (max-width:380px) {
		.fac_list li {
			width: 31%;
		}
	}
/***spa2***/
.spa2 {
	background:url(../../images/fac2_bg.jpg) top center no-repeat;
	background-size:cover;
	text-align:center;
	padding:5em 0;
}
.wrap7 {
	width:1330px;
	margin:0 auto;
	max-width:90%;
}
.spa2_tit {
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	padding:0 2em 0 0;
	width:23%;
}
.spa2_tit img {
}
.spa2_tit p {
	color:#fff;
	padding:1em 0 0 0;
}
.spa2_list {
	display:inline-block;
	vertical-align:middle;
	width:23%;
	margin:0 .2em;
	min-height:220px;
}
.spa2_list:nth-of-type(2) {
	background:url(../../images/spa2_img1.png) top center no-repeat;
	background-size:cover;
}
.spa2_list:nth-of-type(3) {
	background:url(../../images/spa2_img2.png) top center no-repeat;
	background-size:cover;
}
.spa2_list:nth-of-type(4) {
	background:url(../../images/spa2_img3.png) top center no-repeat;
	background-size:cover;
}
/***spa3***/
.spa3 {
	background:url(../../images/spa3_bg.png) top center no-repeat;
	background-size:cover;
	text-align:right;
	padding-top:6em;
}
/*open*/
.open {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width: 36%;
    padding-left: 1em;
}
.open img:nth-of-type(2) {
}
.open p {
	padding:1em;
}
img.spa3_img2 {
	float:left;
	width: 63%;
}
	@media screen and (max-width:1300px) {
		.open {
			width: 100%;
			padding-left: 0em;
		}
		.spa3 .wrap7 {
			width:900px;
		}
		img.spa3_img2 {
			width: 100%;
			float:none;
		}
		.open p {
			width: 500px;
			max-width:90%;
		}
	}
	@media screen and (max-width:900px) {
		.spa2_tit {
			padding: 0 0em 1em 0;
			width: 100%;
			text-align:center;
		}
		.spa2 {
			padding:4em 0;
		}
		.spa2_list {
			width:30%;
		}
		.spa3 {
			padding-top:3em;
		}
	}
	@media screen and (max-width:700px) {
		.spa2_list {
			min-height:170px;
		}
		.open img:nth-of-type(2) {
			width: 62%;
		}
	}
	@media screen and (max-width:500px) {
		.spa2_list:nth-of-type(2) {
			width: 97%;
			margin: 0 0em .2em;
			background-position-y: 40%;
		}
		.spa2_list:nth-of-type(3),.spa2_list:nth-of-type(4) {
			width:48%;
			margin:0;
		}
		.open img:nth-of-type(2) {
			width: 100%;
		}
		.spa2_list {
			min-height: 150px;
		}
	}
/***room***/
.room {
	position:relative;
}
/*intitle*/
.intitle {
	width:680px;
	margin:0 auto;
	max-width:80%;
	padding:4em 0 3em;
	text-align:left;
}
.rmbt {
	width:850px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	padding-bottom:2em;
}
.rmbt ul {
}
.rmbt li {
	display:inline-block;
	vertical-align:top;
	width:23%;
	padding:0 1em;
}
.rmbt li img {
	transition:.2s linear;
}
.rmbt a {
}
.rmbt p {
	color:#000;
	white-space:nowrap;
	line-height:1.1;
	transition:.2s linear;
}
.rmbt span {
	color:#53812d;
	display:block;
	line-height:1;
	font-size:18px;
}
	.rmbt a:hover img {
		transform:translateY(-10px);
		box-shadow: 0px 2px 5px rgba(0,0,0,.3);
	}
	.rmbt a:hover p {
		color:#53812d;
	}
/*rmslide*/
.rmslide {
	width:913px;
	max-width:90%;
	display:block;
	margin:0 auto;
}
p.rmdeco {
	color:#35564c;
	font-size:12px;
	padding:1em 0;
	text-align:center;
}
/*roombs*/
.roombs {
	width:1550px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
}
.roombs .roomb {
	display:inline-block;
	vertical-align:top;
	width:45%;
	padding:1em 2em;
}
	@media screen and (max-width:1200px) {
		.intitle {
			text-align:center;
		}
		.roombs .roomb {
			width:48%;
			padding:1em;
		}
	}
	@media screen and (max-width:900px) {
		.roombs .roomb {
			width:100%;
		}
	}
	@media screen and (max-width:768px) {
		.roombs .roomb {
			width:100%;
		}
		.rmbt p {
			font-size:16px;
		}
		.rmbt span {
			font-size:15px;
			white-space:nowrap;
		}
	}
	@media screen and (max-width:630px) {
		.intitle {
			padding:3em 0;
		}
		.rmbt li {
			width: 40%;
			padding: 0 0em 1em;
		}
		.rmbt {
			padding-bottom:1em;
		}
		.roombs .roomb {
			padding:1em 0 0;
		}
	}
	@media screen and (max-width:500px) {
		.intitle {
			padding: 3em 0 2em;
		}
	}
	@media screen and (max-width:380px) {
		.roombs .roomb {
			padding: 0em 0 0;
		}
		.rmbt li {
			width:46%;
		}
	}
/***notice***/
.notice {
	width:900px;
	margin:0 auto;
	max-width:90%;
}
.note {
	padding:0 0 3em 0;
}
.notetit {
	text-align:left;
	padding-bottom:.5em;
}
	@media screen and (max-width:1200px) {
		.notetit {
			text-align:center;
		}
	}
	@media screen and (max-width:768px) {
		.notetit img {
			width:250px;
		}
	}
	@media screen and (max-width:500px) {
		.notetit img {
			width:220px;
		}
	}
/***location***/
.location {
}
/*route*/
.route {
	width:700px;
	margin:0 auto;
	max-width:90%;
	text-align:left;
	position:relative;
}
.route .intitle {
	width:700px;
	max-width:100%;
}
.route ul {
	padding:0 0 3em;
}
.route li {
}
.route li span {
	color:#487ba2;
}
.route li:nth-of-type(1),.route li:nth-of-type(4) {
	font-weight:700;
	font-size:18px;
}
/*map*/
.map {
	width:1240px;
	margin:0 auto;
	max-width:90%;
	min-height:650px;
	border:solid 5px #35564c;
	border-radius:3px;
	position:relative;
}
.map iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
	@media screen and (max-width:991px) {
		.map {
			min-height:550px;
		}
	}
	@media screen and (max-width:600px) {
		.map {
			min-height:450px;
		}
	}
	@media screen and (max-width:500px) {
		.map {
			min-height:350px;
		}
		.route ul {
			padding: 0 0 2em;
		}
	}
	@media screen and (max-width:380px) {
		.map {
			min-height:300px;
		}
	}

/*************************
********services_sce******
**************************/
#services_sce {
	padding: 0 0em 0;
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}
#services_sce .container {
	padding:0;
}
.scebtn {
	text-align: center;
	margin-bottom: 30px;
}

.scebtn h2 {
	display: inline-block;
    margin:5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #ccc;
    cursor: pointer;
	line-height:24px;
}

.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:500px) {
	.scebtn {
		padding: 0 1em;
	}
	.scebtn h2 {
		margin:1px;
	}
}

@media (max-width:400px) {
	.scebtn {
		margin-bottom: 10px;
	}
}
/***********/

.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: 4px 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: 21px;
	letter-spacing: 1px;
	margin-top: 20px;
    display: inline-block;
}

.sceimg img {
	margin: 0 auto;
}

.scep p {
	color: #616161;
	text-align:left;
	margin:10px 0 0 0;
}
.scemore {
	text-align:right;
}

@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 0px;
	margin-top: 30px;
}

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

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

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


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

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

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

@media screen and (max-width: 1800px) {
	.scecontainer {
		width: 96%;
	}
}
@media screen and (max-width: 1200px) {
	.scecontainer .item {
		width: 32%;
	}
}
@media screen and (max-width: 991px) {
	.scecontainer .item {
		width: 49%;
	}
}
@media screen and (max-width:550px) {
	.scecontainer .item {
		width: 99%;
		margin-bottom: 10px;
	}
}
/***news*************************************************************************************************/
.news {
	margin: 0 auto;
    max-width: 90%;
    text-align: center;
    padding-bottom: 5em;
	color:#000;
	width:850px;
	position:relative;
}
.newslist {
}
.newslist table {
	color:#000;
}
/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
    padding:0 0 1em;
}
.newslist_rwd a {
	position:relative;
	transition:.3s ease all;
	line-height: 1.5;
	color:#000;
	transition:.2s ease all;
}
/*npic*/
.npic {
	position: relative;
    width: 40%;
    min-height:140px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	transition:.2s linear;
}
.npicimg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-position:center center;
}
/*ntitle*/
.ntitle {
	text-align:left;
	position:relative;
	margin: .5em 0;
	width: 55%;
    padding: 1em 0 0 1em;
	display:inline-block;
	vertical-align:top;
}
.ntitle p {
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    color: #000;
    font-size:18px;
    font-weight: 400;
    letter-spacing: 2px;
	transition:.2s linear;
}
.ntitle p a {
	display:inline-block;
}
.ntitle p a:nth-of-type(1) {
	display:block;
	overflow:hidden;
}
.ntitle b {
	color: #607c74;
    font-weight: 500;
    font-size:14px;
    padding:0 0 .5em 0;
	position:relative;
	display:block;
	line-height:1;
}
	.newslist_rwd a:hover {
		color: #607c74;
	}
	.newslist_rwd a:hover .ntitle p {
		color:#607c74;
	}
	.newslist_rwd a:hover .npic {
		opacity:.7;
	}
/*page_num*/
.page_num {
	padding:1em 0;
}
.page_num a {
	display:inline-block;
}
.inews .page_num {
	display:none;
}
	@media (max-width:900px) {
		.news {
			padding:0 0 0 0;
		}
	}
	@media (max-width:700px) {
		.npic {
			min-height:110px;
		}
		.ntitle {
			padding: 0em 0 0 1em;
		}
	}
	@media (max-width:550px) {
		.newslist_rwd.col-xs-6 {
			width: 90%;
			display: block;
			float: none;
			margin: 0 auto;
		}
	}
	@media (max-width:350px) {
		.newslist_rwd.col-xs-6 {
			width:100%;
		}
	}
/******/
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: solid 2px #53812d;
    background: #53812d;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin: 5px;
    padding: 0 1em;
	transition:.2s linear;
}
html input[type=button]:hover,button:hover, input[type=reset]:hover, input[type=submit]:hover {
	background:transparent;
	color:#53812d;
}
