/*--------------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;
	font-size: 100%;
}


/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height:2;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: 'Noto Sans TC','Dosis', sans-serif;
	background:#fff;
	color:#000;
	overflow-x:hidden;
}

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 {
	text-decoration: none;
}

.clear {
	clear: both;
}

::selection {
	background: rgba(204,204,204,1);
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*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;
}
.dex {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:-2;
}
.dex .item {
	height:100vh;
}
.dex .item img {
	display:none !important;
}
.dex .item:nth-of-type(1) {
	background:url(../../flash/dex1.jpg) top center no-repeat fixed;
	background-size:cover;
}
.dex .item:nth-of-type(2) {
	background:url(../../flash/dex2.jpg) top center no-repeat fixed;
	background-size:cover;
}
.dex .item:nth-of-type(3) {
	background:url(../../flash/dex3.jpg) top center no-repeat fixed;
	background-size:cover;
}
.dex .item:nth-of-type(4) {
	background:url(../../flash/dex4.jpg) top center no-repeat fixed;
	background-size:cover;
}

/*---header-------------------------------------------------------------------------------------------------------------------------------------*/
header {
	position:relative;
	z-index:20;
}
header a {
	background:url(../../images/mask.png) top left no-repeat;
	background-size:cover;
	width:100%;
	height:112vh;
}
img.ilight {
	position:absolute;
	top:0;
	left:0;
}
.ilogo {
	display: inline-block;
    text-align: center;
    position: absolute;
    top: 24em;
    left: 25em;
}
.ilogo img {
	max-width:100%;
}
.scroll {
	padding:8em 0;
	color:#fff;
	font-family:'Dosis', sans-serif;
	font-size:14px;
	opacity:.8;
}
.scroll img {
	max-width:100%;
	display:block;
	margin:0 auto .5em;
	animation:move 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
	opacity:1;
}
@keyframes move {
	0% {
		transform:translateY(-5px);
		opacity:1;
		-webkit-filter: drop-shadow(0px 0px 3px #fff);
		filter: drop-shadow(0px 0px 3px #fff);
	}
	100% {
		transform:translateY(5px);
		opacity:.6;
		-webkit-filter: drop-shadow(0px 0px 0px #fff);
		filter: drop-shadow(0px 0px 0px #fff);
	}
}
img.ileaf {
	max-width:100%;
}
/*---navbar----------------------------------------------------------------------------------------------------------------------------------*/
#navbar {
	background:#070707;
	width: 174px;
    height: 105px;
	position:fixed;
	top: 0;
    right: 0;
	overflow:hidden;
	border-radius: 0 0 0 100%;
	transition:.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index:99;
}
#navbar.open {
	width:900px;
    height:900px;
	right:-20%;
	top:-5%;
	border-radius: 100%;
	transition:.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/***mobile ibutton***/
.mibutton {
	position: fixed;
	top:2%;
    right:1%;
	z-index: 30;
	opacity:.5;
	cursor:pointer;
	width:90px;
	color:#362e2b;
	font-family:'Dosis', sans-serif;
	text-align:right;
	transition:.2s ease all;
}
	.mibutton strong {
		color:#ffffff;
		display:block;
		text-align:left;
	}
	.mibutton span {
		display: inline-block;
		width: 38px;
		height: 1px;
		transition: .3s ease all;
		position: absolute;
		right:0px;
		background:#ffffff;
	}
		.mibutton span:nth-child(2) {
			top:13px;
		}
		.mibutton span:nth-child(3) {
			top:18px;
			width:20px;
		}
	.mibutton_ani {
		background:#fffff;
		opacity:1;
	}
		.mibutton_ani span:nth-child(2) {
			-webkit-transform:rotate(45deg);
					transform:rotate(45deg);
			-webkit-transform-origin:left top;
					transform-origin:left top;
			top: 5px;
			width: 35px;
		}
		.mibutton_ani span:nth-child(3) {
			-webkit-transform:rotate(-45deg);
					transform:rotate(-45deg);
			-webkit-transform-origin:left bottom;
					transform-origin:left bottom;
			top: 29px;
			right: 0;
			width: 35px;
		}
#navbar:hover .mibutton {
	opacity:1;
}
/***nav***/
nav {
	display:none;
	position: fixed;
    top: 8em;
    right: 8em;
}
.show {
	display:block;
}
.nav_inner {
}
.nav_logo {
}
.nav_logo a {
}
.nav_logo img {
	max-width:100%;
}
.ibutton {
	padding:2em 0;
}
.ibutton ul {
}
.ibutton li {
	padding:.5em 0;
	position:relative;
}
.ibutton a {
	position:relative;
}
.ibutton li:after {
	content:'';
	width:32px;
	height:34px;
	position:absolute;
	bottom:15px;
	left:-40px;
	transform: scale(0);
	transition:.3s ease-in-out;
	transform-origin:right bottom;
}
.ibutton li:nth-of-type(1):after {
	content:'';
	background:url(../../images/ibutton_01.png) center center no-repeat;
	background-size:contain;
}
.ibutton li:nth-of-type(2):after {
	content:'';
	background:url(../../images/ibutton_02.png) center center no-repeat;
	background-size:contain;
}
.ibutton li:nth-of-type(3):after {
	content:'';
	background:url(../../images/ibutton_03.png) center center no-repeat;
	background-size:contain;
}
.ibutton li:nth-of-type(4):after {
	content:'';
	background:url(../../images/ibutton_04.png) center center no-repeat;
	background-size:contain;
}
.ibutton li:nth-of-type(5):after {
	content:'';
	background:url(../../images/ibutton_05.png) center center no-repeat;
	background-size:contain;
}
.ibutton li:nth-of-type(6):after {
	content:'';
	background:url(../../images/ibutton_06.png) center center no-repeat;
	background-size:contain;
}
.ibutton li:hover:after {
	transform:scale(1);
}
.ibutton h1 {
	color:#dcb5b5;
	display:inline-block;
	font-size:17px;
	padding-right:5px;
}
.ibutton h2 {
	color:#d5d5d5;
	font-size:14px;
	display:inline-block;
	font-family:'Dosis', sans-serif;
}
/*language*/
.language {
	display:inline-block;
	position:relative;
	vertical-align:bottom;
	mix-blend-mode: difference;
	color: #fff;
	opacity:.5;
	cursor:pointer;
	font-family:'Dosis', sans-serif;
	margin-top:2em;
	transition:.2s ease;
}
	.switch {
		font-weight: lighter;
		font-size:12pt;
		border: solid 1px #fff;
		padding: 0px 8px 5px;
		letter-spacing:2px;
	}
	.language i {
		font-size: 16px;
		padding-right: 10px;
	}
/*#google_translate_element*/
#google_translate_element {
	display:inline-block;
	vertical-align:top;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	width: 100%;
}
.goog-te-gadget {
	font-size:0 !important;
}
.goog-logo-link {
	display:none;
}
.goog-te-combo {
	cursor:pointer;
}
.goog-te-gadget .goog-te-combo {
	padding:8px 0;
	margin:0 !important;
	width:100%;
}
select {
	font-size: 10pt;
}
.language:hover {
	opacity:1;
}
.goog-te-banner-frame {
	z-index:0 !important;
}
/*---inews-------------------------------------------------------------------------------------------------------------------------------*/
.inews_top {
	min-height:154px;
	width:100%;
	position:relative;
	margin-top:60vh;
	background:url(../../images/inews_top.png) bottom center no-repeat;
	background-size:cover;
}
.inews {
	position:relative;
	background:url(../../images/pattern.png) repeat ,#fff;
}
.inews_inner {
	min-height:350px;
	padding: 2em 0 5em 0;
}
img.inews_deco {
	position:absolute;
	top: -13em;
	left:0;
	width:45%;
}
/*inews_title*/
.inews_title {
	display:inline-block;
	vertical-align:top;
	text-align:right;
	width:48%;
	padding:0 2em 1em 2em;
	position:relative;
	z-index:5;
}
.inews_title img {
	max-width:100%;
}
.inews_title h1 {
	color:#131212;
	font-size:20px;
	letter-spacing:2px;
	padding-top:10px;
}
/*newstable*/
.newstable {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:48%;
	padding:0 1em 1em 1em;
}
.newstable table {
	width:100%;
}
.newstable a {
	display:inline-block;
}
/*---abt1------------------------------------------------------------------------------------------------------------------------------------*/
.abt1 {
	position:relative;
	text-align:center;
	z-index:1;
}
/*abt1_top*/
.abt1_top {
	background:url(../../images/abt1_bg_01.png) bottom center no-repeat;
	background-size:cover;
	min-height:405px;
}
/*abt1_inner*/
.abt1_inner {
	background:url(../../images/abt1_bg_02.png) top center repeat-y;
	background-size:auto;
	min-height:392px;
}
.wrap {
	width:1250px;
	margin:0 auto;
	max-width:90%;
}
/*abt_title*/
.abt_title {
	text-align:left;
	display:inline-block;
	vertical-align:middle;
	width:64%;
	margin-top:-15em;
}
.abt_title h1 {
	color:#131212;
	font-size:20px;
	letter-spacing:2px;
	padding:0 10px;
	display:inline-block;
	vertical-align:bottom;
}
.abt_title img {
	vertical-align:bottom;
}
img.abt1_img {
	vertical-align:middle;
	max-width:100%;
	padding-top:1em;
}
/*abt_text*/
.abt_text {
	display:inline-block;
	vertical-align:top;
	width:34%;
	padding-left:1em;
	text-align:left;
}
.abt_text img {
	max-width:80%;
	padding-bottom:1em;
}
.abt_text span {
	color:#fff;
	display:block;
	text-align:left;
}
/*abt1_bottom*/
.abt1_bottom {
	background:url(../../images/abt1_bg_03.png) top center no-repeat;
	background-size:cover;
	min-height:151px;
}
	@media screen and (max-width:1440px) {
		#navbar.open {
			width: 800px;
			height: 800px;
		}
		.ilogo {
			top:16em;
		}
		img.inews_deco {
			top:-8em;
		}
	}
	@media screen and (max-width:1250px) {
		header a {
			height:100vh;
		}
		#navbar.open {
			top: -10%;
		}
		img.inews_deco {
			top: -7em;
			width: 625px;
		}
		.abt_text {
			margin-top:-5em;
		}
	}
	@media screen and (max-width:1080px) {
		#navbar.open {
			right: -25%;
		}
		.mibutton {
			right:2%;
		}
		.inews_top {
			margin-top:50vh;
			min-height:100px;
		}
		img.inews_deco {
			top:-6em;
			width:540px;
		}
		.abt1_top {
			min-height:305px;
		}
		.abt_text {
			margin-top: 0;
			padding: 2em 0em 0;
			width: 620px;
			max-width:100%;
		}
		.abt1_bottom {
			min-height:115px;
		}
	}
	@media screen and (max-width:940px) {
		#navbar {
			height:90px;
			width: 170px;
		}
		#navbar.open {
			right: -30%;
		}
		nav {
			top:7em;
			right:7em;
		}
		.ilogo {
			top: 14em;
			left: 50%;
			transform: translateX(-50%);
		}
		img.ilight {
			width:27%;
		}
		.inews_title {
			width:90%;
		}
		.newstable {
			width:100%;
			padding:15em 2em 0;
		}
		.abt_title {
			width: 75%;
			margin-top: -16em;
		}
	}
	@media screen and (max-width:768px) {
		header a {
			height: 90vh;
			background-position-x:12%;
		}
		#navbar {
			height: 85px;
			width: 150px;
		}
		#navbar.open {
			right: -45%;
		}
		nav {
			top: 6em;
			right: 6em;
		}
		.ilogo {
			top:10em;
		}
		.scroll {
			padding:15em 0 5em;
		}
		.scroll img {
			width:60px;
		}
		.inews_top {
			margin-top:40vh;
		}
		.abt1_top {
			min-height: 270px;
		}
		.abt_title {
			width:630px;
			max-width:100%;
		}
		#about {
			transform:translateY(-50px);
		}
	}
	@media screen and (max-width:530px) {
		header a {
			background: url(../../images/mask_mob.png) top center no-repeat;
			background-size: cover;
			background-position-y: 115%;
			height:100vh;
		}
		img.ilight {
			display:none;
		}
		#navbar.open {
			right: -60%;
		}
		.scroll {
			padding: 10em 0 6em;
		}
		.mibutton {
			top:2%;
		}
		.dex {
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			height: auto;
			z-index: -2;
			margin: -3em 0 0 0;
		}
		.dex .item {
			background:none !important;
			height:auto;
		}
		.dex .item img {
			display:block !important;
		}
		.inews_top {
			margin-top: -3em;
			min-height: 45px;
		}
		.inews_title {
			width: 100%;
		}
		img.inews_deco {
			top: -4em;
			width: 84%;
		}
		.newstable {
			padding: 12em 2em 0;
		}
		#about {
			transform:translateY(-60px);
		}
	}
	@media screen and (max-width:430px) {
		#navbar.open {
			width: 700px;
			height: 750px;
		}
		nav {
			top: 5em;
			right: 1em;
			min-width: 220px;
		}
		img.inews_deco {
			top: 0;
			width: 85%;
			position: relative;
			margin-top: -7em;
		}
		.newstable {
			padding: 2em 2em 0;
		}
		.abt_title h1,.inews_title h1 {
			font-size:18px;
		}
		.abt_title h1 {
			padding:0;
		}
		.abt_title img,.inews_title img {
			width:200px;
		}
		img.abt1_img {
			width:auto;
		}
		.inews_title {
			margin-top:-2em;
		}
		.scroll {
			padding: 8em 0 5em;
		}
		header a {
			height:100vh;
		}
	}
	@media screen and (max-width:380px) {
		.mibutton {
			top: 1%;
		}
		#navbar {
			height: 65px;
			width: 140px;
		}
		.ilogo img {
			width:165px;
		}
		.scroll {
			padding: 9em 0 6em;
		}
		.scroll img {
			width: 50px;
		}
		nav {
			top: 6em;
			right: 45%;
			transform: translateX(50%);
		}
		.inews_top {
			min-height:30px;
		}
		.abt1_bottom {
			min-height: 70px;
		}
	}
	@media screen and (max-width:330px) {
		nav {
			top:4em;
		}
		.abt_title h1 {
			padding:0 0 10px 0;
		}
	}
/*---about2-----------------------------------------------------------------------------------------------------------------------------------*/
.abt2 {
	background:url(../../images/abt2_bg.png) top center no-repeat, url(../../images/abt3_top.png) bottom center no-repeat,rgba(94,94,94,.65);
	text-align:center;
	position:relative;
	padding: 20em 2em 15em;
    margin-top: -12em;
}
.abt2:after {
	content:'';
	background:url(../../images/abt2_leaf.png) top right no-repeat;
	background-size:contain;
	position:absolute;
	top:0;
	right:0;
	width: 32%;
    height: 34%;
}
.abt2_img {
	vertical-align:top;
	width:1200px;
	margin:0 auto;
	max-width:100%;
	z-index:2;
	position:relative;
}
.abt2_img img {
	vertical-align:top;
	max-width:100%;
	width:65%;
}
.abt2_img div {
	display:inline-block;
	vertical-align:top;
	width:33.5%;
}
.abt2_img div img {
	width:100%;
}
.abt2_img div span {
	display:block;
	text-align:left;
	line-height:25px;
	font-size:14px;
}
/*---about3------------------------------------------------------------------------------------------------------------------------------------*/
.abt3 {
	background:#131212;
	text-align:right;
}
.abt3_img {
    z-index: 2;
    position: relative;
}
.abt3_img img {
	margin: -6em 0 -7em;
}
.abt3_img img:nth-of-type(1) {
	vertical-align:bottom;
	width:47%;
}
.abt3_img img:nth-of-type(2) {
	vertical-align:bottom;
	width: 51%;
    padding-left:1em;
}
/*---about4------------------------------------------------------------------------------------------------------------------------------------*/
.abt4 {
	background: url(../../images/pattern.png) repeat,#fff;
	padding:14em 2em 4em;
	text-align:center;
}
.abt4 ul {
	width:1224px;
	margin:0 auto;
	max-width:100%;
}
.abt4 li {
	display:inline-block;
	vertical-align:top;
	width:31%;
	text-align:center;
	padding:0 8px;
	position:relative;
	transition:.2s ease;
	overflow:hidden;
	-webkit-filter: drop-shadow(0px 0px 0px rgba(18, 14, 11, .5));
	filter: drop-shadow(0px 0px 0px rgba(18, 14, 11, .5));
}
.abt4 li:after {
	content:'';
	cursor:pointer;  
	position: absolute;  
	left: -180px;  
	top: 0;  
	width: 100px;  
	height: 75%;  
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.3),rgba(255,255,255,0));  
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.3),rgba(255,255,255,0));  
	transform: skewx(-25deg);  
	-o-transform: skewx(-25deg);  
	-moz-transform: skewx(-25deg);  
	-webkit-transform: skewx(-25deg);  

}
.abt4 img {
	max-width:100%;
}
.abt4_img {
}
.abt4 div {
	display:inline-block;
	padding:2em 0 0;
	display:none;
}
.abt4 h3 {
	color:#646464;
	font-size:20px;
	border-bottom:solid 1px #131212;
	padding:0 2em 10px;
}
.abt4 h4 {
	color:#8c8974;
	font-size:16px;
	font-family:'Dosis', sans-serif;
	padding-top:10px;
}
/*hover*/
.abt4 li:hover:after {
	-webkit-animation: shine 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: shine 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.abt4 li:hover {
	-webkit-filter: drop-shadow(0px 0px 4px rgba(18, 14, 11, .5));
	filter: drop-shadow(0px 0px 4px rgba(18, 14, 11, .5));
}
@-webkit-keyframes shine {
	100% {
		left: 100%;
	}
}
@keyframes shine {
	100% {
		left: 90%;
		opacity:0;
	}
}
	@media screen and (max-width:1200px) {
		.abt2 {
			padding: 16em 2em 12em;
			background-size: 140%,auto;
		}
		.abt3_img img {
			margin: -6em 0 -5em;
		}
		.abt4 {
			padding: 11em 2em 3em;
		}
	}
	@media screen and (max-width:900px) {
		.abt2 {
			padding: 16em 2em 10em;
		}
		.abt3_img img {
			margin: -6em 0 -3em;
		}
		.abt4 {
			padding: 8em 2em 3em;
		}
	}
	@media screen and (max-width:670px) {
		.abt2 {
			padding: 13em 2em 9em;
			background-size: auto,auto;
		}
		.abt2_img {
			text-align:left;
		}
		.abt2_img div {
			width:65%;
			padding: 0 0 1em 1em;
		}
		.abt2_img img {
			width:100%;
			display:block;
			margin:0 auto;
		}
		.abt2_img div img {
			width: 100%;
			display:inline-block;
		}
		.abt3_img img:nth-of-type(1) {
			width: 90%;
			display: block;
			margin: -6em auto 0em;
		}
		.abt3_img img:nth-of-type(2) {
			width: 95%;
			padding: 2em 0 0 0;
			margin:0 auto -4em;
		}
		.abt4 {
			padding: 7em 1em 2em;
		}
		.abt4 li {
			width:32%;
		}
		.abt4 div {
			padding:1em 0 0;
		}
		.abt4 h3 {
			font-size:18px;
			padding: 0 1em 7px;
		}
		.abt4 h4 {
			font-size:14px;
			padding-top:7px;
		}
	}
	@media screen and (max-width:530px) {
		.abt2 {
			background: url(../../images/abt2_bg.png) top center no-repeat, url(../../images/abt3_top.png) bottom center no-repeat,rgba(0,0,0,.3);
		}
		.abt2_img div {
			width: 70%;
		}
		.abt4 li {
			padding: 0 2px;
		}
		.abt4 h3 {
			font-size:15px;
		}
		.abt4 h4 {
			font-size:12px;
		}
	}
	@media screen and (max-width:430px) {
		.abt2_img div {
			width: 100%;
		}
		.abt2 {
			padding: 13em 1em 9em;
		}
		.abt4 {
			padding: 7em 1em 2em;
		}
	}
	@media screen and (max-width:330px) {
		.abt2_img div {
			padding: 0 0 1em 0em;
		}
		.abt4 h3 {
			font-size: 14px;
		}
		.abt4 {
			padding: 6em 1em 1em;
		}
	}
/*---bottom---------------------------------------------------------------------------------------------------------------------------------*/
.bottom {
	position:relative;
	min-height:300px;
}
.ibtm {
	background:url(../../images/btm_bg.jpg) center center no-repeat fixed;
	background-size:cover;
	min-height:650px;
}
.ft_top {
	background:url(../../images/ft_top.png) bottom center no-repeat;
	background-size:cover;
	min-height:165px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
/*---footer----------------------------------------------------------------------------------------------------------------------------------*/
footer {
	background:url(../../images/pattern.png) repeat,#f4f4f4;
	text-align:center;
	padding:2em 0em 0em;
}
/*ft_logo*/
.ft_logo {
	display:inline-block;
	vertical-align:top;
	width:40%;
	text-align:center;
	padding:1em 1em 0;
}
.ft_logo img {
	max-width:90%;
}
/*contact*/
.contact {
	display:inline-block;
	vertical-align:top;
	width:40%;
	padding:0 1em 1em 3em;
}
img.conta_tit {
	max-width:100%;
	display:block;
	padding-bottom:.5em;
}
.contact ul {
	text-align:left;
	padding-left:.5em;
}
.contact li {
	padding:2px 0;
}
.contact i {
	color:#131212;
	text-align:center;
	font-size:16px;
	width:20px;
}
i.fab.fa-line {
	font-size:20px;
}
.contact p {
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	padding-left:5px;
}
/*ft_btn*/
.ft_btn {
	display:inline-block;
	vertical-align:top;
	width:48%;
	text-align:center;
	padding: 2em 1em 4em 8em;
}
imf.qk {
	max-width:100%;
}
.ft_btn ul {
	display:inline-block;
	vertical-align:bottom;
	width:30%;
}
.ft_btn li {
	display:inline-block;
	width:auto;
}
.ft_btn a {
}
.ft_btn img {
	max-width:100%;
	transition:.2s ease;
}
.ft_btn a:hover img {
	-webkit-filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, .5));
	transform:translateY(-5px);
}
/*ft_number*/
.ft_number {
	display:inline-block;
	vertical-align:top;
	width:48%;
	text-align:left;
	padding: 2em 1em 4em 3em;
}
.ft_number img {
	max-width:80%;
}
/*copyright*/
.copyright {
	color:#131212;
	padding:0 3em .5em;
	text-align:right;
	font-size:14px;
}
.copyright a {
	display:inline-block;
	color:#131212;
	font-size:14px;
	transition:.2s ease;
}
.copyright a:hover {
	color:#efc000;
}
/*ft_icon*/
.ft_icon {
	background:#131212;
	text-align:right;
	padding:.5em 2em;
}
.ft_icon a {
	display:inline-block;
	transition:.2s ease;
}
.ft_icon img {
	padding:0 3px;
	max-width:100%;
}
.ft_icon a:hover {
	opacity:.5;
}
	@media screen and (max-width:1330px) {
		.ft_btn ul {
			width:43%;
		}
		.ft_number {
			padding: 2em 1em 4em 0em;
		}
	}
	@media screen and (max-width:1140px) {
		.inbottom {
			min-height:110px;
		}
		.ibtm {
			min-height:500px;
		}
	}
	@media screen and (max-width:1010px) {
		.ft_btn {
			padding: 2em 1em 4em 3em;
		}
		.ft_top {
			min-height:100px;
		}
		.contact {
			padding: 0 1em 1em 0em;
		}
	}
	@media screen and (max-width:790px) {
		.contact p {
			vertical-align:top;
			width:90%;
			line-height:20px;
		}
		.contact i {
			vertical-align:top;
		}
		.inbottom {
			min-height: 75px;
		}
		.bottom {
			min-height: 200px;
		}
		.ibtm {
			min-height:470px;
		}
	}
	@media screen and (max-width:690px) {
		.ft_logo {
			width:100%;
			padding: 0em 1em 1em;
		}
		.contact {
			padding: 1em 0em 0em 0em;
			width: 390px;
			max-width: 90%;
		}
		.ft_btn {
			padding: 1em 1em 2em 0em;
			width: 490px;
			max-width: 90%;
			text-align: center;
		}
		.ft_number {
			padding: 0em 0em 3em 0em;
			width: 90%;
			text-align: center;
		}
		.copyright {
			font-size:12px;
			line-height:1.5;
			padding: 0 1em .5em;
		}
		.copyright a {
			font-size:12px;
		}
		.ft_icon {
			padding: .5em 1em;
		}
		.ft_top {
			min-height: 70px;
		}
		.ibtm {
			min-height:430px;
		}
	}
	@media screen and (max-width:530px) {
		.ft_top {
			min-height: 50px;
		}
		.bottom {
			min-height: 100px;
		}
		.ibtm {
			min-height:320px;
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:430px) {
		.ft_btn {
			padding: 0;
		}
		.ft_btn img {
			display: block;
		}
		.ft_btn ul {
			width: 65%;
			padding-top: 1em;
		}
		.ft_top {
			min-height: 40px;
		}
		.ft_icon {
			padding: .2em 1em;
		}
		.ft_icon a {
			width:8%;
		}
		.contact li {
			padding: 0px 0;
		}
		.ft_logo {
			padding: 0em 1em 0em;
		}
		.ft_number {
			padding: 0em 0em 1em 0em;
		}
		.ibtm {
			min-height:260px;
		}
	}
/***gotop***/
#gotop {
	position:fixed;
	right:1%;
	bottom:10vh;
	z-index:10;
	cursor:pointer;
	display:none;
}
#order {
	position:fixed;
	right:1%;
	bottom:20vh;
	z-index:10;
	cursor:pointer;
	display:none;
}
#gotop img,#order img {
	max-width:100%;
	transition:.2s ease all;
}
#gotop:hover img {
	-webkit-filter: invert(1);
	filter: invert(1);
}
#order a {
	transition: .2s linear;
}
#order:hover a {
	transform: translateY(-5px);
}
	@media screen and (max-width:430px) {
		#gotop,#order {
			width:60px;
		}
	}
/*---inbanner----------------------------------------------------------------------------------------------------------------------------------*/
.inbanner {
	width:100%;
}
.inbanner_rg {
	background:url(../../images/inbanner_room.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbanner_news {
	background:url(../../images/inbanner_news.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbanner_note {
	background:url(../../images/inbanner_note.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbanner_loc {
	background:url(../../images/inbanner_loc.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbanner_sce {
	background:url(../../images/inbanner_sce.jpg) top center no-repeat fixed;
	background-size:cover;
}
/*intitle_block*/
.intitle_block {
	width: 1285px;
    text-align: left;
	padding:4em 0 4em;
	margin:0 auto;
	max-width:100%;
}
.intitle {
	text-align: center;
	display:inline-block;
	padding-left:1em;
}
.intitle img {
	max-width:100%;
}
.intitle h6 {
	color:#f4f4f4;
	font-size:20px;
	padding-top:.5em;
}
/*intop*/
.intop {
	background:url(../../images/intop.png) bottom center no-repeat;
	background-size:cover;
	min-height:155px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
/****inner***/
#inner {
	position:relative;
	text-align:center;
}
#inner:before {
	content:'';
	background:url(../../images/indeco_01.png) top left no-repeat;
	background-size:contain;
	width: 22%;
    height: 50%;
    position: absolute;
    top: 4em;
	left:0;
}
#inner:after {
	content:'';
	background:url(../../images/indeco_02.png) top right no-repeat;
	background-size:contain;
	width: 14%;
    height: 50%;
    position: absolute;
    top: -5em;
	right:0;
}
.inner_box {
	background: url(../../images/pattern.png) repeat, rgba(255,255,255,.8);
	width:1200px;
	margin:0 auto;
	max-width:100%;
}
.without_bg {
	background:none !important;
}
	@media screen and (max-width:768px) {
		.intitle_block {
			padding: 3em 0 2em;
		}
	}
	@media screen and (max-width:500px) {
		.intitle_block {
			padding: 3em 0 2em;
		}
		.intitle {
			width:300px;
			max-width:90%;
		}
		#inner:after {
			width: 25%;
			top: -4em;
		}
		#inner:before {
			width:38%;
			top:2em;
		}
		.inbanner {
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:425px) {
		.intitle {
			width: 245px;
		}
		.intitle_block {
			padding: 1.5em 0 1em;
		}
	}
/*---roomguide--------------------------------------------------------------------------------------------------------------------------------*/
.roomguide {
	width:1200px;
	margin:0 auto;
	position:relative;
	max-width:98%;
	padding:3em 0;
	z-index:10;
}
/*rglist*/
.rglist {
	height:380px;
	width:1200px;
	max-width:95%;
	margin:3em 0 5em;
	transform: translateX(25px);
	text-align:right;
	position:relative;
	transition:.2s ease all;
}
/*rglist*/
.rglist a {
	position:relative;
	transition:.3s ease all;
}
.rglist a:after {
	content:'';
	border:solid 1px #b4ab91;
	position:absolute;
	bottom: -1.5em;
    right: -2em;
    width: 87%;
    height: 82%;
    z-index: -1;
	transition:.3s ease all;
}
/*rg_img*/
.rg_img {
	display:inline-block;
	vertical-align:top;
	width: calc(100% - 35%);
    height: 380px;
	margin-right: -5px;
	transition:.2s ease all;
}
.rglist:nth-of-type(1) .rg_img {
	background:url(../../images/rg_img1.jpg) top center no-repeat;
	background-size:cover;
}
.rglist:nth-of-type(2) .rg_img {
	background:url(../../images/rg_img2.jpg) top center no-repeat;
	background-size:cover;
}
.rglist:nth-of-type(3) .rg_img {
	background:url(../../images/rg_img3.jpg) top center no-repeat;
	background-size:cover;
}
.rglist:nth-of-type(4) .rg_img {
	background:url(../../images/rg_img4.jpg) top center no-repeat;
	background-size:cover;
}
.rglist:nth-of-type(5) .rg_img {
	background:url(../../images/rg_img5.jpg) top center no-repeat;
	background-size:cover;
}
/*rgbt*/
.rgbt {
	padding:2em;
	position:relative;
	background:url(../../images/rg_deco_01.png) top right no-repeat,#131212;
	background-size:auto;
	text-align:left;
	width: calc(100% - 66%);
    height: 380px;
    display: inline-block;
    vertical-align: top;
	transition:.2s ease all;
}
.rgbt img {
	max-width:100%;
}
.more {
	color:#8c8974;
	font-size:15px;
	position:absolute;
	bottom:2em;
	left:3em;
	transition:.2s ease all;
}
/***2n+0***/
.rglist:nth-of-type(2n+0) {
	transform: translateX(-25px);
}
.rglist:nth-of-type(2n+0) a:after {
	left:-2em;
	right: inherit;
}
.rglist:nth-of-type(2n+0) .rg_img {
	float:right;
	margin-left: -5px;
    margin-right: 0;
}
.rglist:nth-of-type(2n+0) .rgbt {
	background: url(../../images/rg_deco_02.png) top left no-repeat,#131212;
    background-size: auto;
	text-align:right;
}
.rglist:nth-of-type(2n+0) .more {
	right:3em;
	left:inherit;
}
/*hover*/
.rglist:hover {
	-webkit-filter: drop-shadow(0px 0px 10px #b4ab91);
	 transform: translateX(0px);
}
.rglist a:hover:after {
	width:90%;
	height:80%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
}
.rglist a:hover {
	padding:1em;
	border:solid 1px #b4ab91;
	background:rgba(153,102,0,.0);
}
.rglist a:hover .more {
	color:#fff;
}
	@media screen and (max-width:1330px) {
		.rglist,.rglist:nth-of-type(2n+0) {
			transform: translateX(0px);
		}
		.rglist a:after {
			right:-1em;
			bottom:-1em;
		}
		.rglist:nth-of-type(2n+0) a:after {
			left: 0em;
			right: inherit;
		}
	}
	@media screen and (max-width:830px) {
		.rgbt {
			padding:1em;
		}
	}
	@media screen and (max-width:730px) {
		.rglist {
			width:100%;
			height:auto;
		}
		.rg_img {
			width:100%;
			height:350px;
			margin:0;
		}
		.rgbt {
			width:100%;
			height:135px;
		}
		.rglist:nth-of-type(2n+0) .rg_img {
			float:none;
		}
		.more {
			bottom:1em;
			left:inherit;
			right:2em;
		}
		.rglist:nth-of-type(2n+0) .more {
			left: 2em;
			right: inherit;
		}
		.rglist a:after {
			right:-1em;
		}
		.rglist:nth-of-type(2n+0) a:after {
			left:-1em;
		}
	}
	@media screen and (max-width:510px) {
		.rglist {
			transform: translateX(10px);
		}
		.rglist:nth-of-type(2n+0) {
			transform: translateX(-10px);
		}
		.rg_img {
			height:215px;
		}
		.rgbt {
			height:110px;
		}
	}
	@media screen and (max-width:430px) {
		.roomguide {
			padding:0em;
			max-width:90%;
		}
		.rg_img {
			height: 210px;
		}
		.rgbt {
			height: 100px;
		}
		.more {
			font-size:12px;
			width:80px;
		}
		.rglist,.rglist:nth-of-type(2n+0) {
			transform: translateX(0px);
		}
		.rglist a:after {
			bottom:-10px;
			right:-10px;
		}
		.rglist:nth-of-type(2n+0) a:after {
			left: -10px;
		}
		.rglist {
			margin: 1em 0 3em;
		}
	}
	@media screen and (max-width:380px) {
		.rg_img {
			height: 170px;
		}
		.rgbt img {
			max-width: 45%;
		}
		.rgbt {
			height: 90px;
		}
	}
/*---room-----------------------------------------------------------------------------------------------------------------------------------*/
.room {
	padding:5em 0 0em;
	position:relative;
	text-align:center;
	overflow-x:hidden;
}
.room:after {
	content:'';
	background:#131212;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:60%;
	display:none;
}
/*rm_slider*/
.rm_slider {
	position:relative;
	z-index:5;
	width: 1025px;
    margin: 0 auto;
    max-width: 90%;
	padding-bottom:2em;
}
.rm_slider:before {
	content:'';
	background: url(../../images/rm_flo1.png) bottom left no-repeat;
	background-size:contain;
	width: 17%;
    height: 29%;
    position: absolute;
    top: 15em;
    left: -17%;
}
.rm_slider:after {
	content:'';
	background: url(../../images/rm_flo2.png) bottom right no-repeat;
	background-size:contain;
	width: 32%;
    height: 44%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(58%);
}
/*rmbt*/
.rmbt {
	display: inline-block;
    text-align: left;
    width: 48%;
    padding: 2em 1em 0 0em;
}
.rmbt img {
	max-width:100%;
}
/*other*/
.other {
	display: inline-block;
    text-align: right;
    width: 48%;
    padding:0em 0em 0 1em;
	position:relative;
	z-index:6;
}
.other a {
	transition:.2s ease-in-out;
}
.other img {
	max-width:100%;
}
.other a:hover {
	-webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, .7));
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, .7));
}
/*rm_deco*/
.rm_deco {
	position: absolute;
    top: 78px;
    right: -87px;
	display:none;
}
.rm_deco img {
}
/***rminfo****/
.rminfo {
	position: relative;
    z-index: 5;
    width: 1025px;
    margin: 0 auto;
    max-width: 90%;
	padding:1em 0 3em;
}
/*roomb1*/
.roomb1 {
}
.roomb1 tr {
	/*border-top: solid 1px #5a5a5a;*/
	line-height:45px;
}
.roomb1 td {
	vertical-align:middle;
}
.roomb1 a{
	display:inline-block;
	color:#F00;
	transition:all .3s;
}
.roomb1 a:hover{
	color:#F66 !important;
}
.rb_tit {
	text-align:left;
	padding-bottom:2em;
}
.rb_tit p {
	display:inline-block;
	color:#b4ab91;
	font-size:20px;
	vertical-align:bottom;
	border-left:solid 1px #131212;
	border-right:solid 1px #131212;
	padding:0 10px;
	line-height:1;
}
.rb_tit img {
	max-width:100%;
	padding-left:10px;
}
/*rinfo*/
.rinfo,.rinfo2 {
	text-align: left;
	padding: 3% 0%;
}
.rinfo ul {}
.rinfo li {}
.rinfo li span,.rinfo2 li span {
	display: inline-block;
	vertical-align: top;
}
.rinfo2 li span:nth-of-type(1) {
	width:3%;
}
.rinfo2 li span:nth-of-type(2) {
	width:90%;
}
	@media screen and (max-width:1215px) {
		.rm_deco {
			display:none;
		}
		.room {
			padding:8em 0 0;
		}
	}
	@media screen and (max-width:1050px) {
		.room {
			padding: 5em 0 0;
		}
		.rb_tit img {
			max-width:65%;
		}
	}
	@media screen and (max-width:991px) {
		.roomb1 {
			padding-bottom: 4em;
		}
	}
	@media screen and (max-width:500px) {
		.rb_tit p {
			font-size:18px;
		}
		.roomb1 {
			padding: 0em 0 2em;
		}
		.rmbt {
			width: 100%;
			padding: 1em 1em 1em 0em;
		}
		.room {
			padding: 4em 0 0;
		}
		.other {
			width:100%;
		}
		.rb_tit img {
			display:block;
			padding:1em 1em 0 0;
		}
		.rb_tit {
			padding-bottom:1em;
		}
		.rminfo {
			padding:0;
		}
		.rm_slider {
			padding-bottom:0;
		}
	}
	@media screen and (max-width:430px) {
		.room {
			padding: 3em 0 0;
		}
		.rmbt {
			padding: .5em 1em 0em 0em;
		}
		.rm_slider:before {
			top:5em;
		}
	}
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
	list-style: none;
}

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

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

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

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

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

@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:1290px) {
	.r_icons li {
		width: 21%;
	}
}

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

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

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

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

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

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

@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%;
}

@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: 19%;
		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;
	}
	.icons li span {
		font-size: 12px;
	}
}

@media screen and (max-width:400px) {
	.note_icon li {
		width: 32%;
		padding: 6px;
	}
}
/******/
/*---news------------------------------------------------------------------------------------------------------------------------------------*/
.news {
	width:900px;
	margin:0 auto;
	max-width:90%;
	text-align:left;
	padding:3em 0 0;
	position:relative;
	z-index:5;
}
img.news_title {
	display:block;
	margin:0 auto;
	max-width:100%;
	padding-bottom:2em;
}
.news table {
	width:100%;
}
.news a {
	display:inline-block;
	transition:.2s ease all;
	font-weight:bold;
}
.news a:hover {
	color:#cca32d;
}
html input[type=button] {
	background:#cccccc;
    border-radius: 5px;
    padding: 5px 1em;
    letter-spacing: 2px;
    margin: 5px;
	transition:.2s ease all;
}
html input[type=button]:hover {
	background: transparent;
}
table.tableimg img {
	max-width:100%;
}
/*---note-----------------------------------------------------------------------------------------------------------------------------------*/
.note {
	width:1000px;
	margin:0 auto;
	max-width:90%;
	padding:3em 0;
}
img.notetitle {
	max-width:90%;
	padding-bottom:1em;
}
	@media screen and (max-width:430px) {
		.note {
			padding:2em 0;
		}
	}
/*************************
********services_sce******
**************************/
#services_sce {
	padding: 2em 2em 0px;
	position:relative;
	z-index:5;
}

.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 #fff;
    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:1440px) {
	#services_sce {
		padding: 2em 1em 60px;
	}
}
@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 0;
	}
	.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: 23px;
	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;
	line-height:1.6;
}
.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: 1400px) {
	.scecontainer .item {
		width: 24%;
	}
}

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

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

@media screen and (max-width:550px) {
	.scecontainer .item {
		width: 99%;
		margin-bottom: 10px;
	}
}
/*---map---------------------------------------------------------------------------------------------------------------------------------------*/
.map {
	padding: 4em 0;
	position:relative;
	z-index:5;
	width:1200px;
	margin:0 auto;
	max-width:90%;
}
.map iframe {
	width: 100%;
    height: 600px;
    border: solid 5px #000;
    border-radius: 3px;
}
	@media screen and (max-width:768px) {
		.map {
			padding:2em 0;
		}
		.map iframe {
			height:500px;
		}
	}
	@media screen and (max-width:500px) {
		.map iframe {
			height:400px;
		}
	}
	@media screen and (max-width:430px) {
		.map iframe {
			height:300px;
		}
	}
/*---load-----------------------------------------------------------------------------------------------------------------------------------*/
#load {
	background:#fff;
	position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
.loading {
	position:fixed;
	top:46%;
	left:50%;
	transform:translate(-50%,-50%);
	width: 80%;
	text-align:center;
}
.loading img {
	max-width:100%;
}
























