/*--------------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;
}


/* 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:2px;
	font-size: 16px;
	font-weight:500;
	font-family:'Fredoka One','Noto Sans TC', sans-serif;
	background: url(../../images/pattern.png) repeat,#fffaf2;
	color:#403b32;
	overflow-x:hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height:1.5;
}

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;
	transition:.2s ease all;
}

a:hover,a:focus {
	text-decoration: none;
}

.clear {
	clear: both;
}

::selection {
	background:rgba(184, 99, 99, .6);
}
img {
	max-width:100%;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*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;
}
/*---navbar-------------------------------------------------------------------------------------------------------------------------------------*/
.navbar {
	background:url(../../images/logo_bg.png) top left no-repeat;
	background-size:contain;
	position:fixed;
	top:0;
	left:0;
	width:40%;
	height:210px;
	text-align: left;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
	z-index:90;
	pointer-events: none;
}
/***ilogo***/
.ilogo {
	padding-top:2em;
}
img.logo_deco {
	vertical-align:middle;
	padding: 1em 4em 1em 1em;
}
.ilogo a {
	vertical-align:middle;
	display:inline-block;
	pointer-events: auto;
}
	.ilogo a:hover {
		opacity:.8;
	}
.book {
	padding: 0 7em 1em 1em;
	display:inline-block;
}
.book a {
}
.book img {
    width: 100px;
}
/***mibutton***/
.mibutton {
	position: fixed;
	top:2em;
    left:24em;
	z-index: 30;
	cursor:pointer;
	width:40px;
	height:40px;
	text-align:center;
	transition:.2s ease all;
	display:none;
}
	.mibutton p {
		color:#092b78;
		font-size:15px;
		letter-spacing:2px;
	}
	.mibutton span {
		display: inline-block;
		width: 100%;
		height: 3px;
		transition: .3s ease all;
		position: absolute;
		right:0;
		background:#092b78;
		border-radius:20px;
	}
		.mibutton span:nth-child(2) {
			top:24px;
		}
		.mibutton span:nth-child(3) {
			top:32px;
			right:inherit;
			left:0;
			width:3px;
			border-radius:100%;
		}
		.mibutton span:nth-child(4) {
			top:32px;
			width:83%;
		}
	.mibutton_ani {
		background:#fffff;
		opacity:1;
	}
		.mibutton_ani span:nth-child(2) {
			-webkit-transform:rotate(30deg);
					transform:rotate(30deg);
			-webkit-transform-origin:left bottom;
					transform-origin:left bottom;
		}
		.mibutton_ani span:nth-child(3) {
			opacity:0;
		}
		.mibutton_ani span:nth-child(4) {
			-webkit-transform:rotate(-30deg);
					transform:rotate(-30deg);
			-webkit-transform-origin:bottom center;
					transform-origin:bottom center;
					width:100%;
		}
/*---header------------------------------------------------------------------------------------------------------------------------*/
header {
	text-align:left;
	position:relative;
}
/*ideco*/
img.ideco {
	position:absolute;
	top:0;
	right:1em;
	z-index:20;
}
/***dex***/
.dex {
	position:relative;
	text-align:left;
	padding: 6em 2em 2em 0;
	width: 1920px;
    margin: 0 auto;
    max-width: 100%;
}
.dex_b {
	display:inline-block;
	vertical-align:top;
	width:36%;
	padding-top:12em;
	z-index:5;
}
.dex_a {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:60%;
	margin-left:-5em;
}
img.itext {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
/***ibg***/
.ibg {
	position:relative;
}
.ibg:before {
	content:'';
	background:url(../../images/ibg1.png) top left no-repeat;
	background-size:contain;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1280px;
	z-index:-1;
}
.ibg:after {
	content:'';
	background:url(../../images/ibg2.png) top right no-repeat;
	background-size:contain;
	position:absolute;
	top:0;
	right:0;
	width:40%;
	height:1412px;
	z-index:-1;
}
/*---nav------------------------------------------------------------------------------------------------------------------------------*/
nav {
	text-align:right;
	padding:0em 3em 0em 0;
	transition:.2s linear;
	z-index:30;
}
.navtop,.intop {
	position:fixed;
	top:0;
	right:0;
	width:100%;
	background:url(../../images/pattern.png) repeat,#fff6ee;
	padding: 2em 3em 2em 0;
}
	.navtop:after,.intop:after {
		content:'';
		background:url(../../images/menu_bg.png) bottom left repeat-x;
		position:absolute;
		bottom:-45px;
		left:0;
		width:100%;
		height:45px;
	}
/***ibutton***/
.ibutton {
	width:1200px;
	display:inline-block;
	max-width:100%;
}
.ibutton ul {
}
.ibutton li {
	display:inline-block;
	vertical-align:top;
	width:16%;
	padding:0 1em 0 0;
}
.ibutton a {
}
.ibutton img {
	vertical-align:middle;
	transition:.3s ease-in-out;
}
	.ibutton a:hover img {
		transform:scale(1.1);
	}
.ibutton p {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	line-height:1.2;
	white-space:nowrap;
}
.ibutton p span:nth-of-type(1) {
	display:block;
	font-size:18px;
	color:#9ea842;
}
.ibutton p span:nth-of-type(2) {
	font-size:20px;
	color:#e8b9a8;
}
	@media screen and (max-width:1760px) {
		.navbar {
			height:180px;
		}
		.ibutton {
			width:1100px;
		}
		img.logo_deco {
			width:28%;
		}
		.ilogo a {
			width:25%;
		}
		.book {
			padding: 0 5em 1em 1em;
		}
		.book a {
			width:100% !important;
		}
		.book img {
			width:80px;
		}
	}
	@media screen and (max-width:1600px) {
		.mibutton {
			display:block;
			pointer-events:auto;
		}
		.navbar {
			width:640px;
		}
		nav {
			display:none;
			position:fixed;
			top:0;
			right:0;
			width:100%;
			background:url(../../images/pattern.png) repeat,#fff6ee;
			padding: 2em 3em 2em 0;
			transition:none;
			z-index:30;
		}
		nav:after {
			content:'';
			background:url(../../images/menu_bg.png) bottom left repeat-x;
			position:absolute;
			bottom:-45px;
			left:0;
			width:100%;
			height:45px;
		}
		.ibutton {
			width: 900px;
			text-align: right;
		}
		.ibutton li {
			width: 30%;
			padding: 0 1em 2em 0;
			text-align:left;
		}
		img.ideco {
			width:30vw;
		}
		.ibg:before {
			width:65vw;
		}
		.ibg:after {
			width:20vw;
		}
	}
	@media screen and (max-width:1400px) {
		nav,.navtop,.intop {
			padding: 2em 1em 2em 0;
		}
		.ibutton {
			width:800px;
		}
		.ibutton img {
			padding-right:.3em;
		}
		.dex {
			padding: 9em 2em 2em 0;
		}
		img.itext {
			width:74px;
		}
	}
	@media screen and (max-width:1260px) {
		.ibutton li {
			width:35%;
		}
		.navbar {
			width: 570px;
			height: 160px;
		}
		.ilogo {
			padding-top: 1em;
		}
		img.logo_deco {
			padding: 1em 2em 1em 1em;
		}
		.mibutton {
			top:1em;
			left:22em;
		}
		.dex {
			padding: 7em 2em 0em 0;
		}
	}
	@media screen and (max-width:1080px) {
		.ibutton {
			width: 510px;
		}
		.ibutton li {
			width: 45%;
		}
		.dex {
			padding: 9em 2em 0em 0;
		}
		.dex_b {
			padding-top:9em;
			width:35%;
		}
		.dex_a {
			width:65%;
		}
		img.itext {
			width: 60px;
		}
	}
	@media screen and (max-width:900px) {
		.ibutton {
			width: 430px;
		}
		nav, .navtop,.intop {
			padding: 2em 1em 0em 0;
		}
		.ibutton img {
			width:45px;
		}
		img.ideco {
			width: 35vw;
		}
		.dex_a {
			width: 100%;
			margin:0;
		}
		.dex {
			padding: 10em 1em 0em 10em;
		}
		.dex_b {
			position:absolute;
			bottom:0;
			left:0;
			padding:0;
			width:32%;
		}
		img.itext {
			left: -2em;
		}
		.navbar {
			width: 495px;
			height:142px;
		}
		.mibutton {
			left: 19em;
		}
		.ibg:before {
			width: 95vw;
		}
		.book {
			padding: 0 4em 1em 1em;
		}
		.book img {
			width: 65px;
		}
	}
	@media screen and (max-width:768px) {
		nav, .navtop,.intop {
			padding: 3em 1em 0em 0;
		}
		.ibutton li,.ibutton p {
			text-align:right;
		}
		.ibutton {
			width: 390px;
		}
		.ibutton p span:nth-of-type(1) {
			font-size:16px;
		}
		.ibutton p span:nth-of-type(2) {
			font-size:18px;
		}
	}
	@media screen and (max-width:700px) {
		.navbar {
			width: 450px;
			height:124px;
		}
		nav, .navtop,.intop {
			padding: 9em 0em 0em 0;
			text-align: center;
		}
		.ibutton {
			text-align: center;
		}
		.ibutton li, .ibutton p {
			text-align: left;
		}
		img.logo_deco {
			padding: 0em 1em 1em 1em;
			width:26%;
		}
		.ilogo a {
			width: 26%;
		}
		.mibutton {
			left: 16em;
		}
		img.ideco {
			width: 40vw;
		}
		.book img {
			width: 55px;
		}
		.book {
			padding: 0 3em 1em .5em;
		}
	}
	@media screen and (max-width:600px) {
		img.ideco {
			width: 35vw;
			right:0;
		}
		.dex {
			padding: 8em 1em 2em 10em;
		}
		img.itext {
			width: 46px;
			top:-1em;
		}
		.dex_b {
			bottom:2em;
		}
	}
	@media screen and (max-width:520px) {
		.navbar {
			width: 420px;
			height: 110px;
		}
		img.logo_deco {
			padding: 0em 1em 1em .5em;
			width: 25%;
		}
		.ilogo a {
			width: 24%;
		}
		.mibutton {
			left: 14em;
		}
		nav, .navtop,.intop {
			padding: 8em 0em 0em 0;
		}
		.dex {
			padding: 7em 1em 2em 6em;
		}
		.dex_b {
			width:30%;
		}
	}
	@media screen and (max-width:450px) {
		.navbar {
			width: 100%;
			height: 110px;
		}
		img.logo_deco {
			width:22%;
		}
		.ilogo a {
			width: 23%;
		}
		.mibutton {
			left: 13em;
		}
		.ibutton {
			max-width: 100%;
		}
		.ibutton img {
			width: 40px;
		}
		img.ideco {
			width: 37vw;
			right: -2em;
			display:none;
		}
		img.itext {
			width: 36px;
		}
		nav, .navtop,.intop {
			padding: 8em 0em 0em 1em;
		}
		.ibg:before {
			width:90vw;
			top:2em;
		}
		.book {
			padding: 0 2em 1em .5em;
		}
	}
	@media screen and (max-width:380px) {
		img.logo_deco {
			width: 26%;
		}
		nav:after {
			background-size:contain;
			height:30px;
			bottom:-30px;
		}
		img.ideco {
			right: -1em;
		}
		img.itext {
			top:-1.5em;
		}
		.book {
			padding: 0 2em 1em .5em;
		}
	}
	@media screen and (max-width:350px) {
		.mibutton {
			left: 11em;
			top: .5em;
			width: 35px;
		}
		.mibutton p {
			transform: scale(.8);
			transform-origin: left bottom;
		}
		.ibutton li {
			width: 48%;
			padding:0 0 2em 0;
		}
		.ibutton img {
			width: 35px;
		}
		.ibutton p span:nth-of-type(1),.ibutton p span:nth-of-type(2) {
			font-size: 15px;
		}
		nav, .navtop,.intop {
			padding: 7em 0em 0em 1em;
		}
		img.itext {
			top: -1em;
			width:30px;
		}
		.dex {
			padding: 6em 1em 2em 5em;
		}
		.book {
			padding: 0 1.5em 1em .5em;
		}
		.book img {
			width: 45px;
		}
	}
/*---main----------------------------------------------------------------------------------------------------------------------------*/
/*---about---------------------------------------------------------------------------------------------------------------------------*/
/***abt1***/
.abt1 {
	width:1541px;
	min-height:954px;
	margin:7em auto 0;
	max-width:100%;
	background:url(../../images/abt1_01.png) bottom left no-repeat, url(../../images/abt1_02.png) bottom right no-repeat;
	background-size: contain;
	position:relative;
	text-align:right;
}
.abt1_img {
	display:inline-block;
	vertical-align:top;
	width:65%;
}
.abt1_img img {
	display:none;
}
.abt1_right {
	display:inline-block;
	vertical-align:top;
	width:35%;
	text-align:left;
	padding: 4em 0px 0 3em;
}
/*title*/
.title {
	text-align:left;
}
.title div {
}
.title div p {
	color:#e16d6d;
	font-size:72px;
	padding-right:.2em;
	line-height: 1;
    display: inline-block;
    vertical-align: bottom;
}
.title div span {
	font-size:18px;
	color:#9ea842;
	display:inline-block;
	vertical-align:bottom;
	text-align:right;
} 
.title div span b {
	display:block;
}
.title div img {
}
.title sub {
	color:#b0bfbe;
	font-size:13px;
	position:relative;
	bottom:0;
	letter-spacing:1px;
	line-height:1.2;
	display:block;
}
/*abt1_text*/
.abt1_text {
	padding: 9em 8em 0 0;
}
.abt1_text h6 {
	font-size:24px;
	padding-bottom:1em;
}
.abt1_text p {
	font-size:16px;
}
img.pot {
	position:absolute;
	bottom:-2em;
	right:0;
}
	@media screen and (max-width:1550px) {
		.abt1 {
			background:none;
			min-height:auto;
			text-align:left;
		}
		.abt1_img {
			width:70%;
			float:right;
			text-align:right;
		}
		.abt1_img img {
			display:inline-block;
		}
		.abt1_right {
			width:530px;
			position:relative;
			max-width:90%;
			background:url(../../images/abt1_02.png) top left no-repeat;
			background-size:cover;
			min-height:960px;
			margin-top: -35em;
			padding: 6em 0px 0 3em;
		}
		.abt1_text {
			padding: 9em 4em 0 0;
		}
		img.pot {
			bottom: -2em;
			right: -9em;
		}
	}
	@media screen and (max-width:1300px) {
		.abt1 {
			margin:0 auto;
		}
		.abt1_img {
			width:64vw;
		}
		.abt1_right {
			width: 40vw;
			background-size: contain;
			margin-top: -29em;
		}
	}
	@media screen and (max-width:1140px) {
		.abt1_img {
			width: 90vw;
		}
		.abt1_right {
			width:100vw;
			margin-top: -13em;
			max-width:100%;
		}
		img.pot {
			right: 0em;
		}
		.abt1_text {
			width: 500px;
			max-width: 100%;
		}
	}
	@media screen and (max-width:991px) {
		.abt1_img {
			width: 90vw;
		}
		img.pot {
			bottom: 0em;
			right: 0em;
			width: 45vw;
		}
	}
	@media screen and (max-width:800px) {
		.abt1_right {
			padding: 7em 0px 0 3em;
		}
	}
	@media screen and (max-width:630px) {
		.abt1_right {
			margin-top: -11em;
		}
		.abt1_text {
			padding: 8em 4em 0 0;
		}
		img.pot {
			width:55vw;
		}
		.abt1_img {
			width: 95vw;
		}
	}
	@media screen and (max-width:500px) {
		.title div p {
			font-size:62px;
		}
		.abt1_right {
			margin-top: -5em;
			min-height:720px;
			padding: 2em 0px 0 2em;
		}
		.abt1_text {
			padding:7em 6em 0 0;
		}
		.title div img {
			width: 55px;
		}
	}
	@media screen and (max-width:450px) {
		.title div p {
			font-size: 52px;
		}
		.title div span {
			font-size:15px;
		}
		.abt1_text {
			padding:5em 3em 0 0;
		}
		.abt1_text p {
			width: 100%;
		}
		.abt1_right {
			padding: 3em 0px 0 2em;
			width:90vw;
		}
		.abt1_text h6 {
			font-size:20px;
		}
	}
	@media screen and (max-width:380px) {
		.abt1_text {
			padding:2em 2em 0 0;
		}
		.abt1_text h6 {
			padding-bottom: .5em;
		}
	}
	@media screen and (max-width:350px) {
		.title div p {
			font-size: 50px;
		}
		.abt1_text {
			padding: 2em 1em 0 0;
		}
		.abt1_right {
			width: 100vw;
			max-width: 95%;
			min-height: 638px;
			padding: 2em 0px 0 1em;
		}
	}
/***floating***/
.floating {
	position:relative;
	text-align:center;
}
.alphabet1 {
	background:url(../../images/alphabet1.png) top left no-repeat;
	background-size:contain;
	position:absolute;
	top:0em;
	left:2em;
	width:50%;
	height:100%;
	z-index:-1;
}
.alphabet2 {
	background:url(../../images/alphabet2.png) top right no-repeat;
	background-size:contain;
	position:absolute;
	top:-5em;
	right:2em;
	width:50%;
	height:100%;
	z-index:-1;
}
/***inews***/
.inews {
    text-align: left;
    padding: 0 2em 2em 20em;
    width: 1200px;
    max-width: 100%;
}
.inews .title {
	padding-bottom:2em;
}
/***abt2***/
.abt2 {
	position:relative;
}
/*wrap1*/
.wrap1 {
	width:1435px;
	margin:0 auto;
	max-width:90%;
	text-align:left;
	position:relative;
}
img.abt2_1 {
	width:36%;
	float:right;
	padding-right:2em
}
img.abt2_2 {
	width: 63%;
    padding:3em 0 0 2em;
}
/*abt2_btm*/
.abt2_btm {
	margin-bottom: -7em;
    position: relative;
    z-index: 3;
}
.abt2_left {
	display:inline-block;
	vertical-align:middle;
	width:50%;
    padding-right: 2em;
}
.abt2_left p {
    width: 290px;
    margin: 0 auto;
    max-width: 100%;
    padding: 6em 0 4em;
}
	.abt2_left p:first-letter {
		font-size:24px;
	}
.abt2_left img {
}
img.abt2_4 {
	vertical-align: middle;
	width:45%;
}
/***abt3***/
.abt3 {
	position:relative;
	min-height:900px;
	background:url(../../images/abt3_bg.jpg) top center no-repeat fixed;
	background-size:cover;
}
.abt3:before {
	content:'';
	background:url(../../images/iwave_01.png) top center no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-height:186px;
}
.abt3:after {
	content:'';
	background:url(../../images/iwave_02.png) bottom center no-repeat;
	background-size:cover;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-height:172px;
}
/***btm***/
.btm {
	position:relative;
	background:url(../../images/btm_bg_01.png) bottom center no-repeat;
	background-size:auto;
}
/*abt4*/
.abt4 {
	text-align:right;
	padding:0 0 1em 2em;
}
.abt4_left {
	display:inline-block;
	vertical-align:middle;
	width:42%;
}
	img.abt4_1 {
		display: block;
		margin: -5em auto 0;
	}
	.abt4_left div {
		width: 630px;
		margin: 0 auto;
		max-width: 100%;
		padding-top:15em;
	}
	.abt4_left div p {
		text-align: left;
		padding-left: 18em;
		margin-bottom: -3em;
		position: relative;
	}
	.abt4_left div img {
	}
img.abt4_3 {
	vertical-align:middle;
	width:51%;
	padding-left:1em;
}
	@media screen and (max-width:1300px) {
		.abt3 {
			min-height:790px;
		}
		.inews {
			padding: 2em;
			width: 900px;
			margin: 0 auto;
			max-width: 90%;
			min-height: 250px;
		}
		.abt4_left div {
			padding-top:6em;
		}
		.abt4_left div p {
			padding-left:14em;
		}
		.btm {
			background-size:cover;
		}
	}
	@media screen and (max-width:1080px) {
		img.abt2_1 {
			width: 100%;
			padding-right: 0em;
			max-width: 53%;
		}
		img.abt2_2 {
			width: 100%;
			padding: 0em 0 0 0em;
			max-width: 80%;
			margin-top: -2em;
		}
		img.abt2_4 {
			width:47%;
		}
		.abt3 {
			min-height:550px;
		}
		.abt3:before {
			min-height:130px;
		}
		.abt3:after {
			min-height:115px;
		}
		.abt4_left div {
			padding-top: 1em;
		}
	}
	@media screen and (max-width:991px) {
		.abt3 {
			background-attachment:inherit;
		}
		.abt4_left {
			width:100%;
		}
		img.abt4_1 {
			display: inline-block;
			margin: 0em auto;
			width: 54%;
			vertical-align: top;
		}
		img.abt4_1 {
			display: inline-block;
			margin: 0em auto;
			width: 54%;
			vertical-align: top;
		}
		.abt4_left div {
			display:inline-block;
			padding:1em;
			width:43%;
		}
		.abt4_left div p {
			padding-left: 4em;
			margin-bottom: 0;
		}
		img.abt4_3 {
			width:85%;
		}
	}
	@media screen and (max-width:750px) {
		.abt3 {
			min-height:450px;
		}
		.abt3:after {
			min-height: 70px;
			background-position-x: 0%;
		}
		img.abt4_1 {
			display: block;
			width: auto;
			max-width: 80%;
		}
		.abt4 {
			padding: 0 0 1em 0em;
		}
		.abt4_left div {
			display: block;
			width: 85%;
		}
		.abt4_left div p {
			padding: 3em 0 0 16em;
			margin-bottom: -2em;
		}
		img.abt4_3 {
			width: 90%;
		}
	}
	@media screen and (max-width:600px) {
		img.abt2_1 {
			max-width:75%;
		}
		img.abt2_2 {
			max-width:100%;
			margin:0;
		}
		.alphabet1 {
			left:1em;
			background-repeat:repeat-y;
		}
		.alphabet2 {
			right:1em;
			background-repeat:repeat-y;
		}
		.abt2_left {
			width:100%;
			padding:0;
		}
		.abt2_left p {
			padding: 4em 0 1em;
		}
		img.abt2_4 {
			width: auto;
			max-width: 90%;
			margin: 0 auto;
			display: block;
			padding-top: 1em;
		}
		.abt3 {
			min-height: 370px;
		}
		.abt4_left div {
			width:90%;
		}
		.abt4_left div p {
			padding: 2em 0 0 10em;
			margin-bottom: 0em;
		}
	}
	@media screen and (max-width:480px) {
		img.abt2_1 {
			max-width: 85%;
			padding-bottom:1em;
		}
		.abt3 {
			min-height: 350px;
		}
		.abt3:after {
			background-position-x: 90%;
		}
		.abt3:before {
			background-position-x: 3%;
		}
		img.abt4_1 {
			max-width:90%;
		}
		.abt4_left div p {
			padding: 2em 0 1em 3em;
		}
		img.abt4_3 {
			width: 100%;
		}
		.alphabet1,.alphabet2 {
			opacity:.5;
		}
		img.abt2_4 {
			max-width:100%;
		}
	}
	@media screen and (max-width:380px) {
		.inews {
			padding:1em;
		}
		.abt4_left div p {
			padding: 0em 0 1em 1em;
			font-size: 15px;
		}
	}
/*---footer---------------------------------------------------------------------------------------------------------------------*/
footer {
	position:relative;
	background:url(../../images/btm_bg_02.png) top center no-repeat,#fff;
	background-size:auto;
	min-height:530px;
}
	footer:after {
		content:'';
		background:url(../../images/ft_bg.png) bottom center no-repeat;
		background-size:auto;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:100%;
	}
/***ft_top***/
.ft_top {
	text-align:right;
	position:relative;
}
.ft_top img {
	padding-right: 20vw;
}
/***ft_inner***/
.ft_inner {
	z-index:5;
}
/*ft1*/
.ft1 {
	display:inline-block;
	width:210px;
	position:absolute;
	top:8em;
	left:17vw;
	z-index:5;
}
img.ftlogo {
}
.ft1 ul {
	padding:2em 0 1em;
}
.ft1 li {
	display:inline-block;
	vertical-align:top;
	width:31%;
}
.ft1 li a {
}
	.ft1 li a:hover {
		-webkit-filter: brightness(.6);
		filter: brightness(.6);
	}
/*ft2*/
.ft2 {
	display:inline-block;
	width:380px;
	position:absolute;
	bottom:4em;
	right:20vw;
	z-index:5;
}
ul.ftinfo {
	letter-spacing:1px;
}
ul.ftinfo li {
	padding:.1em 0;
}
ul.ftinfo p:nth-of-type(1) {
	display:inline-block;
	vertical-align:top;
	color:#a9524d;
	width:30%;
}
ul.ftinfo p:nth-of-type(2) {
	display:inline-block;
	vertical-align:top;
	color:#8c4949;
	font-family:'Noto Sans TC', sans-serif;
}
ul.ftinfo i {
	color: #389998;
    font-size: 18px;
    width: 25px;
    text-align: center;
}
ul.ftmark {
	text-align:center;
	padding:1em 0;
}
ul.ftmark li {
	display:inline-block;
	vertical-align:top;
	width:31%;
	text-align:center;
}
ul.ftmark img {
}
ul.ftmark p {
	color:#a54c47;
	font-size:14px;
	white-space:nowrap;
	letter-spacing:0;
}
/***ftright***/
.ftright {
	color:#bd8774;
	font-size:14px;
	text-align:center;
	padding:1em;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:5;
}
.ftright a {
	color:#bd8774;
	font-size:14px;
	display:inline-block;
}
/*ft_icon*/
.ft_icon {
	display:inline-block;
	padding:0 1em;
}
.ft_icon a {
	padding:3px;
	transition:.2s linear;
}
	.ft_icon a:hover {
		transform:translateY(-3px);
	}
/*copyright*/
.copyright {
	display:inline-block;
	padding:0 1em;
	font-family:'Noto Sans TC', sans-serif;
}
.copyright a {
	transition:.2s linear;
}
	.copyright a:hover {
		color:#6b493b;
	}
	@media screen and (max-width:1700px) {
		.ft1 {
			left: 12vw;
		}
		.ft2 {
			right:15vw;
		}
		.ft_top img {
			padding-right: 15vw;
		}
	}
	@media screen and (max-width:1500px) {
		.ft1 {
			left: 7vw;
		}
		footer,footer:after {
			background-position-x: 50%;
		}
		.ft2 {
			right:10vw;
		}
		.ft_top img {
			padding-right: 10vw;
		}
	}
	@media screen and (max-width:1300px) {
		.ft1 {
			left:11vw;
		}
		footer,footer:after {
			background-position-x: 30%;
		}
		.ft2 {
			right:8vw;
		}
		.ft_top img {
			padding-right: 8vw;
		}
	}
	@media screen and (max-width:1200px) {
		.ft1 {
			left:11vw;
		}
		footer,footer:after {
			background-position-x: 30%;
		}
		.ft_top img {
			width:38%;
		}
	}
	@media screen and (max-width:1050px) {
		.ft1 {
			left: 7vw;
		}
		.ft2 {
			right:7vw;
		}
		.ft_top img {
			padding-right:7vw;
		}
	}
	@media screen and (max-width:991px) {
		.ft_top img {
			padding-top: 2em;
		}
	}
	@media screen and (max-width:900px) {
		footer {
			background-position-x: 94%;
		}
		footer:after {
			display:none;
		}
		.ft1 {
			position:relative;
			left:0;
			top:0;
			display:block;
			margin:0 auto -1px;
			background:url(../../images/ft_bg_mob.png) bottom center no-repeat;
			background-size:cover;
			width:100%;
			text-align:center;
			min-height:348px;
			padding-top: 5em;
		}
		.ft1 ul {
			width:210px;
			margin:0 auto;
		}
		.ft2 {
			position:relative;
			bottom:0;
			right:0;
			width:100%;
			background:#e8b9a7;
		}
		ul.ftinfo,ul.ftmark {
			width:380px;
			margin:0 auto;
			max-width:90%;
		}
		.ftright {
			position:relative;
			background:#e8b9a7;
			padding:1em;
		}
		.ft_icon,.copyright {
			display:block;
			padding:0;
		}
	}
	@media screen and (max-width:768px) {
		.ft_top img {
			width:45%;
		}
	}
	@media screen and (max-width:500px) {
		.ft_top img {
			width: 55%;
			padding:0 2em 0 0;
		}
		.ft1 {
			min-height:auto;
			background-size:125%;
		}
		img.ftlogo {
			width:31vw;
		}
		.ft1 ul {
			padding: 1.5em 0 1em;
		}
		.ft1 {
			background-size: cover;
			min-height: auto;
			padding: 3em 0 1em;
		}
		.ftright {
			padding: 0 1em 1em;
		}
		.ft1 li {
			width: 30%;
			padding: 0 .5em;
		}
	}
	@media screen and (max-width:380px) {
		.ft_top img {
			padding: 0 1em 0 0;
		}
		img.ftlogo {
			width: 35vw;
		}
		ul.ftinfo p:nth-of-type(2) {
			width:70%;
		}
	}
	@media screen and (max-width:350px) {
		.ft1 li {
			width:28%;
		}
		ul.ftinfo p:nth-of-type(1) {
			width:35%;
		}
		ul.ftinfo p:nth-of-type(2) {
			width:60%;
		}
		ul.ftmark p {
			font-size:12px;
		}
		.ftright,.ftright a {
			font-size:12px;
		}
	}
#gotop {
	position:fixed;
	top:50%;
	transform:translateY(-50%);
	right:0;
	cursor:pointer;
	z-index:10;
	transition:.3s ease all;
	display:none;
}
	#gotop:hover {
		top:48%;
	}
	@media screen and (max-width:500px) {
		#gotop {
			width:55px;
		}
	}
#about {
	transform:translateY(-155px);
}
	@media screen and (max-width:1600px) {
		#about {
			transform:translateY(-50px);
		}
	}
/***inbg***/
.inbg:after {
	content:'';
	background: url(../../images/inbg1.png) top right no-repeat;
	background-size:contain;
	position:absolute;
	top:0;
	right:0;
	width:30vw;
	height:100%;
	z-index:-1;
}
/***indeco***/
img.indeco {
	position:absolute;
	top:0;
	right:1em;
	z-index:5;
	width:16vw;
}
/***inbanner***/
.inbanner {
	position:relative;
	display:inline-block;
	width:100%;
	min-height:586px;
	max-width:70vw;
	background:url(../../images/inbanner.png) top left no-repeat;
	background-size:cover;
}
/*family*/
img.family {
	position:absolute;
	bottom:0;
	left:30%;
}
/***intitle***/
.intitle {
	display: inline-block;
    vertical-align: bottom;
    z-index: 12;
    position: relative;
    margin: 0 0 2em -10em;
}
img.intext {
	padding:3em 0 2em;
}
/*inbtm*/
.inbtm {
	position:relative;
}
.inbtm:before {
	content: '';
    background: url(../../images/inbg2.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 40em;
    left: 0;
    width: 16vw;
    height: 380px;
    opacity: .7;
	z-index:-1;
}
/*---roomguide---------------------------------------------------------------------------------------------------------------------*/
.roomguide {
	width:1200px;
	margin:0 auto;
	max-width:90%;
	padding:5em 0 10em;
	position:relative;
	text-align:center;
	z-index:10;
}
/***rgbt***/
.rgbt {
	display:inline-block;
	vertical-align:top;
	width:47%;
	padding:0 1em 5em;
	text-align:center;
	-webkit-filter: drop-shadow(5px 5px 4px rgba(51, 51, 51, .2));
	filter: drop-shadow(5px 5px 4px rgba(51, 51, 51, .2));
}
	.rgbt:nth-of-type(odd) {
		transform:translateY(10em);
	}
.rgbt a {
	color:#9ea842;
	transition:.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/*rmtit*/
.rmtit {
	text-align:center;
}
/*mark*/
.mark {
	display:inline-block;
	vertical-align:top;
	background: none;
    padding: 0;
	text-align:center;
	width:35%;
}
.mark p {
	display:inline-block;
	font-size:36px;
	line-height:1;
	transition:.3s ease-in-out;
}
.mark img {
	vertical-align:baseline;
}
.mark sub {
	font-size:18px;
	position:relative;
	bottom:0;
	display:block;
	background:#f4da6b;
	border-radius:30px;
	line-height:1;
	padding: .3em 1em;
	display:block;
}
/*name*/
.name {
	display:inline-block;
	vertical-align:top;
	width:63%;
	padding:0 0 1em .5em;
	text-align:left;
}
.name h5 {
	font-size:30px;
	line-height:1.5;
	transition:.3s linear;
}
.name b {
	font-size:24px;
	vertical-align:bottom;
	position:relative;
	bottom:0;
	font-weight:normal;
}
.name sub {
	position:relative;
	bottom:0;
	color:#8c5b30;
	font-size:12px;
	transform:scale(.8);
	text-align:left;
	transform-origin:left;
	display:block;
	line-height:1;
	letter-spacing:1px;
}
	.rgbt a:hover {
		transform:translateY(-2em);
	}
	.rgbt a:hover .mark p {
		color:#d05a53;
	}	@media screen and (max-width:1760px) {
		.inbanner {
			min-height:550px;
			background-size:cover;
		}
	}
	@media screen and (max-width:1640px) {
		.inbanner {
			min-height:500px;
		}
	}
	@media screen and (max-width:1600px) {
		.inbanner {
			min-height: 460px;
			position: absolute;
			top: 0;
			left: 0;
			max-width: 90vw;
			background-size:contain;
		}
		img.family {
			left:17%;
		}
		img.indeco {
			top:-2em;
		}
		.intitle {
			margin: 0;
			left: 60vw;
			padding: 11em 0 2em;
		}
	}
	@media screen and (max-width:1300px) {
		.inbtm {
			background-size:contain;
		}
	}
	@media screen and (max-width:1260px) {
		.inbanner {
			min-height:380px;
		}
		img.family {
			left:5%;
			width: 35%;
		}
		.intitle {
			left: 56vw;
			padding: 6em 0 0em;
		}
	}
	@media screen and (max-width:1050px) {
		.inbanner {
			min-height: 350px;
		}
		.inbg:after {
			width:20vw;
		}
	}
	@media screen and (max-width:991px) {
		.inbanner {
			min-height: 320px;
		}
		.intitle {
			left: 0;
			padding: 19em 0 0em;
			display: block;
			text-align: center;
		}
		img.intext {
			padding: 1em 0 0em;
		}
		.mark sub {
			font-size:15px;
			white-space:nowrap;
		}
		img.indeco {
			width:20vw;
		}
	}
	@media screen and (max-width:930px) {
		.rgbt:nth-of-type(odd) {
			transform: translateY(0em);
		}
		.rgbt {
			width:500px;
			max-width:90%;
		}
		.roomguide {
			padding: 4em 0 0em;
		}
		
	}
	@media screen and (max-width:730px) {
		.inbanner {
			min-height: 310px;
			background-size:cover;
			max-width:100vw;
		}
		img.family {
			width: 35%;
		}
		.intitle {
			padding: 18em 0 0em;
		}
	}
	@media screen and (max-width:650px) {
		.inbanner {
			min-height: 280px;
		}
		.intitle {
			padding: 17em 0 0em;
		}
		.roomguide {
			padding: 3em 0 0em;
		}
		.mark p {
			font-size:32px;
		}
		.mark img {
			width:55px;
		}
	}
	@media screen and (max-width:530px) {
		.inbanner {
			min-height: 260px;
		}
		.intitle {
			padding: 15em 0 0em;
		}
		img.intext {
			max-width: 61vw;
		}
		.rgbt {
			padding: 0 1em 3em;
		}
	}
	@media screen and (max-width:480px) {
		.inbanner {
			min-height: 220px;
		}
		.mark {
			display:block;
			width:135px;
		}
		.name {
			display:block;
			padding:.5em 0 0 0;
			width:100%;
			text-align:center;
		}
		.name sub {
			transform:scale(.9);
			transform-origin: center;
		}
		.title sub {
			font-size:12px;
			padding: 0 .5em;
		}
	}
	@media screen and (max-width:380px) {
		.inbanner {
			min-height: 180px;
		}
		img.family {
			bottom: 0em;
			width: 45%;
		}
		.intitle {
			padding: 11em 0 0em;
		}
		.roomguide {
			padding: 2em 0 0em;
		}
		img.indeco {
			width: 25vw;
			right:0;
			top:-1em;
		}
		.name h5 {
			font-size:28px;
		}
		.name b {
			font-size:22px;
		}
		.rgbt {
			padding: 0 1em 2em;
		}
	}
	@media screen and (max-width:350px) {
		.rgbt {
			max-width: 100%;
		}
	}
/*---room-----------------------------------------------------------------------------------------------------------------------------*/
.room {
	width:1120px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	padding:2em 0;
}
/***rmbt***/
.rmbt {
	margin:0 auto;
	max-width:100%;
	padding:1em 0;
}
.rmbt li {
	display:inline-block;
	vertical-align:top;
	width:22%;
	padding:0 1em;
	text-align:center;
}
.rmbt a {
}
.rmbt img {
	max-width:70%;
	transition:.3s ease-in-out;
}
.rmbt p {
	font-size:22px;
	color:#614442;
	border-bottom:solid 1px;
	white-space:nowrap;
	transition:.3s ease-in-out;
}
	.rmbt li:hover p {
		color:#c54d4d;
	}
	.rmbt li:hover img {
		transform:translateY(-5px);
	}
/***rmslider***/
.rmslider {
	border:solid 25px #f3f4a0;
	border-radius:55px;
	background:#f3f4a0;
	margin:2em 0 0;
	display:block;
	max-width:100%;
}
#wowslider-container1 img {
	border-radius:50px;
}
	@media screen and (max-width:991px) {
		.rmbt li {
			width: 40%;
			padding: 0 1em 1em;
		}
		.rmbt img {
			display:block;
			margin:0 auto;
		}
		.rmbt p {
			display:inline-block;
		}
	}
	@media screen and (max-width:700px) {
		.rmslider {
			border: solid 15px #f3f4a0;
		}
		#wowslider-container1 img {
			border-radius: 45px;
		}
	}
	@media screen and (max-width:550px) {
		.rmbt p {
			font-size:18px;
		}
		.rmbt li {
			width:45%;
		}
		.room {
			padding:0 0 2em;
		}
	}
	@media screen and (max-width:430px) {
		.rmbt {
			padding: 1em 0 0;
		}
		.rmbt li {
			width: 48%;
		}
		.rmbt p {
			font-size:16px;
		}
		.room {
			max-width:95%;
		}
		#wowslider-container1 a.ws_next,#wowslider-container1 a.ws_prev {
			display:none;
		}
		.rmslider {
			border-radius: 35px;
		}
		#wowslider-container1 img {
			border-radius: 30px;
		}
	}
	@media screen and (max-width:380px) {
		.rmslider {
			border: solid 10px #f3f4a0;
		}
	}
	@media screen and (max-width:350px) {
		.rmslider {
			border: solid 10px #f3f4a0;
		}
		.rmbt li {
			padding:0 .5em 1em;
		}
		.rmbt p {
			font-size: 14px;
		}
	}
/*rinfo*/
.rinfo {
	text-align: left;
	padding: 3% 0%;
}
.rinfo li span {
	display: inline-block;
	vertical-align: top;
}
.rinfo li span:nth-of-type(1) {}
.rinfo li span:nth-of-type(2) {
	width: 78%;
}
	@media screen and (max-width:450px) {
		.rinfo li span:nth-of-type(2) {
			width: 67%;
		}
	}
/*---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, .6);
	border-radius: 7px;
	padding: 5px 0 8px;
	text-align: center;
}
.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:1199px) {
	.icons li {
		width: 10%;
	}
}
@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;
	}
}
@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 {
	width: 17%;
	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%;
	}
}
@media screen and (max-width:400px) {
	.note_icon li {
		width: 32%;
		padding: 6px;
	}
}
/***roomb***/
.roomb {
	padding:2em .5em 2em;
}
.roomb h5 {
	color:#614442;
	font-size:30px;
	padding-bottom:1em;
}
.roomb img {
	display:block;
	margin:0 auto;
}
.roomb td {
	vertical-align:middle;
}
	@media screen and (max-width:991px) {
		.roomb {
			padding: 2em .5em 1em;
		}
		.roomb h5 {
			padding-bottom: .5em;
		}
	}
	@media screen and (max-width:500px) {
		.roomb h5 {
			font-size:26px;
		}
		.roomb img {
			width:200px;
		}
	}
	@media screen and (max-width:380px) {
		.roomb {
			font-size:15px;
			letter-spacing:1px;
		}
	}
/*---notice---------------------------------------------------------------------------------------------------------------------------*/
.notice {
	text-align:center;
	width:900px;
	margin:0 auto;
	max-width:90%;
	padding:1em 0;
}
/*note*/
.note {
	padding:2em 0 3em;
}
img.notetitle {
	padding-bottom:1em;
}
	@media screen and (max-width:500px) {
		.note {
			padding:2em 0 1em;
		}
	}
	@media screen and (max-width:350px) {
		.note {
			padding:1em 0 1em;
		}
		img.notetitle {
			width:130px;
		}
	}
/*---location--------------------------------------------------------------------------------------------------------------------------*/
.location {
    padding: 9em 0 10em;
}
.map {
	width:1000px;
	margin:0 auto;
	max-width:90%;
	border-radius:20px;
	border:solid 15px #6ebcb9;
	min-height:690px;
	position:relative;
	background:#6ebcb9;
}
.map iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	border:0;
	border-radius:20px;
	background:#6ebcb9;
}
	@media screen and (max-width:991px) {
		.location {
			padding: 4em 0 8em;
		}
		.map {
			min-height:630px;
		}
	}
	@media screen and (max-width:800px) {
		.location {
			padding: 4em 0 6em;
		}
		.map {
			min-height:500px;
		}
	}
	@media screen and (max-width:640px) {
		.location {
			padding: 4em 0 4em;
		}
		.map {
			min-height:400px;
		}
	}
	@media screen and (max-width:520px) {
		.location {
			padding:2em 0 2em;
		}
		.map {
			min-height:350px;
			border: solid 10px #6ebcb9;
		}
	}
	@media screen and (max-width:430px) {
		.map {
			min-height:300px;
		}
	}
	@media screen and (max-width:380px) {
		.map {
			min-height:280px;
		}
	}
/*************************
********services_sce******
**************************/
#services_sce {
	padding:2em 0 5em;
	width:1300px;
	margin:0 auto;
	max-width:90%;
}

.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:650px) {
	.scebtn {
		padding: 0 120px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

.scebox:hover {
	cursor: pointer;
}

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

.scebox_hot {
	padding: 0 80px;
}

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

.scetag {
	float: right;
	color: #fff;
	padding: 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;
}
.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: 32%;
	}
}

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

@media screen and (max-width:550px) {
	.scecontainer .item {
		width: 99%;
		margin-bottom: 10px;
	}
}
/*newstable*/
.newstable {
	width:600px;
	max-width:90%;
    margin: 0 auto;
    padding: 3em 0;
    position: relative;
    z-index: 3;
	min-height:1200px;
}
	.newstable table {
		width:100%;
	}
	img.newsicon {
		width:auto;
		max-width:inherit;
	}
	table.tableimg img {
		max-width:100%;
	}
	.newstable a {
		display:inline-block;
		color:#000;
		transition:.3s ease-in-out;
		word-wrap: break-word;
		word-break: break-all;
	}
	td.page a {
		display:inline-block !important;
	}
		.newstable a:hover {
			color:#ec5d5e;
		}
		.newstable a:first-of-type {
			display:block;
		}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #dddddd;
    border-radius: 5px;
    padding: 0% 4%;
	transition:.3s ease-in-out;
	letter-spacing:2px;
	margin:0 1%;
	height:45px;
	line-height:45px;
}
	button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
		background:#fff ;
	}
	@media screen and (max-width:1080px) {
		.newstable {
			min-height:auto;
		}
	}
	@media screen and (max-width:430px) {
		.newstable {
			width: 90%;
			padding: 1em 0;
		}
	}


























