/*--------------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: 2px;
	font-size: 16px;
	font-family: 'Noto Sans TC', sans-serif;
	background: url(../../images/allbg.jpg) repeat;
	color:#232323;
	overflow-x:hidden;
	font-weight:400;
}
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;
	transition:.2s ease all;
}
img {
	max-width:100%;
}
::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;
}
.carousel-inner>.item>img {
	display:inline-block;
}
/*---dex_area-------------------------------------------------------------------------------------------------------------------------*/
.toparea {
	background:url(../../images/pattern.jpg) repeat;
}
.logo_mobile {
	display:none;
	text-align: center;
    padding: 4em 1em 4em;
}
.dex_area {
	position:relative;
	text-align:left;
	padding:2em 0 0 0;
}
	.dex_area:after {
		content:'';
		background:url(../../images/topdeco.jpg) top left repeat;
		clip-path: polygon(0 0, 0% 100%, 100% 0);
		-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
		position:absolute;
		top:0;
		left:0;
		height:580px;
		width:45vw;
	}
/***dex***/
.dex {
	position:relative;
	z-index:5;
	display: inline-block;
    padding: 3em 2em 1em 8em;
}
	.dex:after {
		content:'';
		clip-path: polygon(50% 0%, 100% 0, 100% 35%, 50% 100%, 0 100%, 0 0);
		-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 50% 100%, 0 100%, 0 0);
		background:url(../../images/dex_bg.jpg) top center no-repeat fixed;
		background-size:cover;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:-1;
	}
/***logo***/
.logo {
	display: inline-block;
    vertical-align: bottom;
    padding: 0 2em 9em 3em;
}
/*scroll*/
.scroll {
	padding-top:3em;
}
.scroll a {
}
.scroll img {
	display:block;
	margin:0 auto;
}
.scroll img:nth-of-type(2) {
	animation:updown 1s infinite alternate;
	margin-top:1em;
}
	@keyframes updown {
		0% {
			transform:translateY(20px);
		}
		100% {
			transform:translateY(5px);
		}
	}
/***abt***/
.abt {
	text-align: left;
    width: 1120px;
    padding:5em 2em 7em 20em;
    display: inline-block;
	max-width:100%;
}
/*title*/
.title {
	text-align:center;
	padding:2em 2em;
	max-width: 90%;
	margin: 0 auto;
}
.abt p {
	padding: 2em 0 0 5em;
}
/***abt1***/
.abt1 {
	text-align:center;
	padding:0 2em;
}
img.abt1_text {
	padding: 0 2em 3em 0;
    width: 27%;
}
/*abtslider*/
.abtslider {
	display:inline-block;
	width:45%;
	text-align:center;
	background:url(../../images/abt1_pattern.jpg) repeat;
	padding:1em;
	line-height:0;
	box-shadow: -1px 2px 6px rgba(0,0,0,.5);
	margin-bottom:-12em;
	cursor:grab;
}
.swiper-slide {
	display:inline-block;
	width:100% !important;
}
.abtslider .swiper-slide {
	text-align: center;
}
.swiper-pagination {
	bottom:2em !important;
}
.swiper-pagination-bullet {
	background:#000;
	opacity:.3;
}
.swiper-pagination-bullet-active {
	background:#fff;
	opacity:1;
}
/***abt2***/
.abt2 {
	clip-path: polygon(100% 0, 100% 100%, 80% 70%, 0 70%, 0 0);
	-webkit-clip-path: polygon(100% 0, 100% 100%, 80% 70%, 0 70%, 0 0);
	min-height:850px;
	background:url(../../images/abt2.jpg) top center no-repeat fixed;
	background-size:cover;
}
	@media screen and (max-width:1730px) {
		.dex {
			width:70%;
		}
	}
	@media screen and (max-width:1420px) {
		.dex {
			width:68%;
		}
		.logo {
			width:28%;
		}
		.abt {
			display:block;
			margin:0 auto;
			padding: 5em 2em 7em 2em;
			width:900px;
		}
		.abt p {
			padding: 2em 0 0 6em;
		}
		img.abt1_text {
			width:35%;
		}
		.abtslider {
			width:58%;
		}
		.abt2 {
			min-height:750px;
		}
	}
	@media screen and (max-width:1200px) {
		.logo {
			padding: 0 2em 2em 3em;
			width:30%;
		}
		.abt2 {
			min-height: 670px;
		}
		.dex {
			padding: 3em 2em 1em 2em;
		}
	}
	@media screen and (max-width:991px) {
		.dex {
			padding: 2em 2em 1em 2em;
			width: 90%;
		}
		.dex:after {
			background-attachment:inherit;
		}
		.abt2 {
			min-height: 510px;
			-webkit-clip-path: polygon(100% 0, 100% 100%, 80% 80%, 0 80%, 0 0);
			clip-path: polygon(100% 0, 100% 100%, 80% 80%, 0 80%, 0 0);
			background-attachment:inherit;
		}
		.dex {
			padding: 3em 2em 1em 2em;
		}
		.logo {
			padding: 2em 2em 0em 2em;
			width: 100%;
			display: block;
			text-align: center;
		}
		.scroll {
			padding-top: 1em;
		}
		.logo_mobile {
			display:block;
		}
		.logo img:first-of-type {
			display:none;
		}
		.scroll img {
			display:block !important;
		}
	}
	@media screen and (max-width:800px) {
		.dex {
			width:100%;
		}
		.abt p {
			padding: 1em 5em 0;
		}
		.abt {
			padding: 5em 2em 4em 2em;
		}
		img.abt1_text {
			width: auto;
			padding: 0 0 2em 0;
			max-width: 70%;
		}
		.abtslider {
			width: 90%;
			margin-bottom: -5em;
		}
		.abt2 {
			min-height:380px;
		}
	}
	@media screen and (max-width:600px) {
		.dex_area:after {
			height:40%;
		}
		.dex {
			padding: 2em 1em 1em 1em;
		}
		.abt {
			padding: 3em 0 4em;
		}
		.abt p {
			padding: 0em 3em 0;
		}
		.abt2 {
			min-height:330px;
		}
		.logo_mobile {
			padding: 5em 1em 2em;
		}
	}
	@media screen and (max-width:540px) {
		.abtslider {
			width:100%;
		}
		.abt2 {
			min-height: 300px;
		}
	}
	@media screen and (max-width:430px) {
		.logo img {
			max-width:90%;
		}
		img.abt1_text {
			padding: 0 0 1em 0;
			max-width: 80%;
		}
		.abtslider {
			padding:.7em;
		}
		.abt2 {
			min-height: 270px;
		}
		.swiper-pagination {
			bottom: 1.5em !important;
		}
		.logo_mobile img {
			max-width:75%;
		}
		.logo_mobile {
			padding: 6em 1em 3em;
		}
	}
	@media screen and (max-width:380px) {
		.abt2 {
			min-height: 250px;
		}
		.logo {
			padding: 1em 2em 0em 2em;
		}
		.abt p {
			padding: 0em 2em 0;
		}
		.abt {
			padding: 2em 0 3em;
		}
		.logo_mobile img {
			max-width:85%;
		}
	}
/***abt3***/
.abt3 {
	text-align:center;
	padding:0 2em 3em;
}
/*wrap1*/
.wrap1 {
	margin-top: -10em;
}
.wrap1 img {
	vertical-align:bottom;
}
.wrap1 img:nth-of-type(1) {
	max-width: 45%;
}
.wrap1 img:nth-of-type(2) {
	margin-left: -9em;
	max-width: 40%;
}
	@media screen and (max-width:1470px) {
		.wrap1 img:nth-of-type(2) {
			margin-left: -5em;
		}
	}
	@media screen and (max-width:1080px) {
		.wrap1 img:nth-of-type(1) {
			max-width: 50%;
		}
		.wrap1 img:nth-of-type(2) {
			max-width: 45%;
		}
	}
	@media screen and (max-width:991px) {
		.wrap1 {
			margin-top: -4em;
		}
	}
	@media screen and (max-width:800px) {
		.wrap1 {
			margin-top: -2em;
		}
		.wrap1 img:nth-of-type(1) {
			max-width: 52%;
		}
		.wrap1 img:nth-of-type(2) {
			max-width: 46%;
			margin-left: -4em;
		}
	}
	@media screen and (max-width:768px) {
		.wrap1 img:nth-of-type(1) {
			max-width:90%;
			position:relative;
			z-index:5;
		}
		.wrap1 img:nth-of-type(2) {
			max-width:90%;
			margin-left:0em;
			padding-top:1em;
		}
	}
	@media screen and (max-width:500px) {
		.wrap1 {
			margin-top: -1em;
		}
		.wrap1 img:nth-of-type(1),.wrap1 img:nth-of-type(2) {
			max-width:100%;
		}
	}
	@media screen and (max-width:380px) {
		.abt3 {
			padding: 0 1em 1em;
		}
	}
/***abt4***/
.abt4 {
	background:url(../../images/abt4.jpg) top center no-repeat fixed;
	background-size:cover;
	min-height:960px;
}
/***abt5***/
.abt5 {
	margin-bottom:5em;
}
.wrap2 {
	width:1360px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
}
/*abt5_top*/
.abt5_top {
	position: relative;
    margin: -35em auto 0;
	text-align:right;
}
	.abt5_top:before {
		content:'';
		background:url(../../images/abt5_color_01.png) repeat;
		position:absolute;
		bottom:0;
		left:5em;
		width: 62%;
		height: 35%;
	}
.abt5_top span {
	display:inline-block;
	color:#fff;
	font-size:60px;
	font-weight:900;
	white-space:nowrap;
	vertical-align:middle;
	line-height:1;
	padding-right:.3em;
	position:relative;
	z-index:5;
}
.abt5_top img {
	vertical-align:middle;
	max-width:65%;
	position:relative;
	z-index:5;
}
/*abt5_btm*/
.abt5_btm {
	margin-top: -3em;
    position: relative;
    z-index: 5;
	padding-bottom:5em;
}
	.abt5_btm:before {
		content:'';
		background:url(../../images/abt5_color_02.png) repeat;
		position:absolute;
		right:0;
		bottom:0;
		height:98%;
		width:88%;
		z-index:-1;
	}
.abt5_btm img:nth-of-type(1) {
	max-width: 62%;
    vertical-align: bottom;
	position:relative;
	z-index:7;
}
.abt5_btm img:nth-of-type(2) {
	max-width: 35%;
    padding: 0 3em;
}
	@media screen and (max-width:1370px) {
		.abt5_top img {
			max-width:60%;
		}
		.abt4 {
			min-height:850px;
		}
		.abt5_top {
			margin: -30em auto 0;
		}
	}
	@media screen and (max-width:1200px) {
		.abt4 {
			min-height:650px;
		}
		.abt5_top {
			margin: -26em auto 0;
		}
		.abt5_top span {
			display:block;
			padding:0 .3em .3em 0;
		}
	}
	@media screen and (max-width:991px) {
		.abt4 {
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:860px) {
		.abt4 {
			min-height: 400px;
		}
		.abt5_top {
			margin: -12em auto 0;
		}
		.abt5_btm img:nth-of-type(2) {
			padding: 0 1em;
		}
		.abt5_top span {
			font-size:50px;
		}
	}
	@media screen and (max-width:768px) {
		.abt5_top img {
			max-width: 100%;
		}
		.abt5_top:before {
			left:0;
			width:90%;
			height:45%;
		}
		.abt5_btm img:nth-of-type(1) {
			max-width:100%;
		}
		.abt5_btm img:nth-of-type(2) {
			max-width:50%;
		}
		.abt5_btm:before {
			width:90%;
		}
	}
	@media screen and (max-width:530px) {
		.abt4 {
			min-height:350px;
		}
		.abt5_top span {
			font-size: 40px;
		}
		.abt5_top {
			margin: -10em auto 0;
		}
		.abt5_btm {
			margin-top:-2em;
		}
	}
	@media screen and (max-width:430px) {
		.abt4 {
			min-height:300px;
		}
		.abt5_top span {
			font-size: 35px;
		}
		.abt5_btm {
			padding-bottom:1em;
		}
		.abt5_btm img:nth-of-type(2) {
			max-width: 55%;
		}
	}
	@media screen and (max-width:380px) {
		.abt5_btm {
			margin-top:-1.5em;
		}
		.abt5_btm img:nth-of-type(2) {
			max-width:60%;
		}
	}
/*---room_area----------------------------------------------------------------------------------------------------------------------------*/
.room_area {
	text-align:center;
}
.room_area .title {
}
/***rmbt***/
.rmbt {
	width:1035px;
	margin:0 auto;
	max-width:90%;
	padding:2em 0;
}
.rmbt ul {
}
.rmbt li {
	justify-content:space-around;
    display: inline-flex;
	width:19%;
	margin-bottom: 1.5em;
}
.rmbt a {
	border:solid 1px #000;
	padding:0 .5em .3em;
	position:relative;
	transition:.3s ease-in-out;
	width: 100%;
}
	.rmbt a:before {
		content:'';
		background:#fff;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:100%;
		transition:.3s ease-in-out;
	}
.rmbt img {
	display:block;
	margin:0 auto;
	transition: transform 0.6s cubic-bezier(0.68, -0.2, 0.265, 1.2);
	position:relative;
	z-index:3;
}
.rmbt p {
	font-size:18px;
	padding-top:.5em;
	position:relative;
	z-index:3;
	white-space: nowrap;
}
.rmbt span {
	display:block;
	font-size:15px;
	line-height:1;
	position:relative;
	z-index:3;
}
	.rmbt a:hover img {
		transform: translateY(-1.5em);
	}
	.rmbt a:hover:before {
		height:10%;
	}
	.rmbt a:hover {
		color:#616161;
	}
/***room***/
.room {
	position:relative;
	padding:3em 0 0;
	margin:2em 0;
}
	.room:after {
		content:'';
		background:url(../../images/rm_bg.jpg) repeat;
		position:absolute;
		top:0;
		left:0;
		width:50vw;
		height:100%;
		z-index:-1;
	}
.wrap3 {
	width:1090px;
	margin:0 auto;
	max-width:90%;
	position:relative;
}
/*rmtag*/
.rmtag {
	position: absolute;
    top: -1em;
    right: 3em;
    z-index: 3;
}
/*rm_slider*/
.rm_slider {
	position:relative;
	line-height:0;
	cursor:grab;
}
/*rm_deco*/
.rm_deco {
	border: solid 1px #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    transform: scale(.98);
    transform-origin: center center;
}
.rm_deco p {
	color:#fff;
	font-size:12px;
	letter-spacing:1px;
	position:absolute;
	bottom:1em;
	right:1em;
	white-space:nowrap;
}
/*rmbtn*/
.rmbtn {
	padding: 2em 3em;
    text-align: left;
	position:relative;
}
a.rmb {
	position:absolute;
	top:2em;
	right:3em;
}
.clear {
	clear:both;
}
/*rinfo*/
.rinfo {
	text-align: left;
	padding: 3% 0%;
}
.rinfo ul {}
.rinfo li {}
.rinfo li span {
	display: inline-block;
	vertical-align: top;
}
.rinfo li span:nth-of-type(1) {}
.rinfo li span:nth-of-type(2) {
	width: 77%;
}
	@media screen and (max-width:1120px) {
		.rmbt {
			padding:1em 0;
		}
		.rmbt li {
			width:24%;
			padding:.5em 0;
		}
		.rmbt li a {
			width:100%;
		}
	}
	@media screen and (max-width:900px) {
		.rmbt li {
			width:35%;
		}
	}
	@media screen and (max-width:700px) {
		.rmbt {
			padding: 0em 0;
			text-align:left;
		}
		.rmbt li {
			width: 48%;
			text-align: center;
			padding: .2em 0;
		}
		.rmtag {
			right: 1em;
			max-width: 25%;
		}
		a.rmb {
			max-width:45%;
			right: 1em;
		}
		.rmbtn {
			padding: 2em 1em;
		}
		.rmbtn a {
			max-width:45%;
			vertical-align:middle;
		}
		.rmbtn img {
			vertical-align:bottom;
		}
		.rm_deco p {
			transform: scale(.8);
			transform-origin: right;
		}
	}
	@media screen and (max-width:530px) {
		.abt5 {
			margin-bottom: 3em;
		}
		.rmbt p {
			font-size:16px;
		}
		.rmbt span {
			font-size:14px;
			letter-spacing:1px;
		}
		.room {
			padding: 2em 0 0;
		}
		.rmbtn {
			padding: 2em 0em;
		}
		.rmbtn a {
			right:0;
		}
		.roomb1 {
			font-size:15px;
		}
	}
	@media screen and (max-width:430px) {
		.rmbtn {
			padding: 1em 0em;
		}
		.rmbtn a {
			top:1em;
		}
		.room_area .title {
			padding:1em;
		}
		.rmbtn a {
			position:relative;
			top:0;
			right:0;
			max-width:70%;
			padding-bottom:1em;
		}
		.rmtag {
			max-width:30%;
		}
		.rmbtn {
			text-align:center;
		}
		.rmbtn a {
			margin:0 auto;
		}
		.rm_deco p {
			transform: scale(.6);
		}
	}
	@media screen and (max-width:380px) {
		.rmbt a {
			padding:0 .2em .3em;
		}
		.room {
			margin:1em 0;
		}
		.rmbtn a {
			max-width:80%;
		}
		.rmbt li {
			width: 100%;
		}
		.rmbt p {
			padding-top: .2em;
		}
	}
	@media screen and (max-width:350px) {
		.rmbt li {
			width:100%;
		}
		.rmbtn a {
			max-width:90%;
		}
	}
/*---room_info---------------------------------------------------------------------------------------------------------------------------------*/
.room_info button.close {
	background:none;
}
.modal-dialog {
	width:80%;
	margin:0 auto;
}
.modal {
	padding: 0 !important;
}
.modal-content {
	background: rgba(255, 255, 255, .9);
	padding: 2% 5% 5px;
	position: relative;
	height: 80vh;
}
.abouts .modal-content ,.abouts .modal-body ,.abouts .modal_body{
	height:auto !important;
	overflow-y: auto;
}
.abouts .modal-content {
	padding:0 !important;
}
.close {
	text-shadow: none;
	opacity: 1;
	font-weight: normal;
	box-shadow: none;
	font-size: 30px;
	position: absolute;
	top: 2%;
	right: 1%;
}
.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
	opacity:.8;
	background:rgba(255,255,255,1);
}
.modal-header .close {
	margin-top: 0px;
}
.modal-header {
	padding: 15px 0;
	border-bottom: 1px solid #959595;
}
.modal-footer {
	padding:1em 0;
	border-top: 1px solid #959595;
	text-align: center;
	color: #5e5e5e;
	font-size: 15px;
	margin-top:2em;
}
.modal-dialog {
	width: 80%;
	margin: 85px auto;
}
.modal-body {
	padding: 15px 0;
	height: 68vh;
	overflow-y: scroll;
}
/*roomb1*/
.roomb1 {
	text-align: left;
	line-height:1.5;
	letter-spacing:1px;
}
.roomb1 img {
	padding: 2% 0 3% 0;
	max-width:100%;
}
.roomb1 td {
	vertical-align: middle;
	line-height: 1.2;
	padding: 5px 0;
}
.roomb1 tr td:nth-of-type(1),.roomb1 tr td:nth-of-type(2) {
	white-space: nowrap;
	padding: 5px 3px;
}
.roomb1 tr:last-of-type td {
	white-space: normal;
	padding: 5px 0;
}
h4 {
	font-size: 25px;
}
@media screen and (max-width:1200px) {
	.modal-dialog {
		margin: 75px auto;
	}
}
@media screen and (max-width:990px) {
	.roomb1 {
		padding: 0 0 2% 0;
	}
	.roomb1 img {
		padding:1em;
	}
	.modal-content {
		overflow: hidden;
		padding: 2% 3% 5%;
	}
	.modal_body {
		height: 75vh;
	}
	.modal-body {
		padding: 0;
		height: 65vh;
		overflow-y: scroll;
	}
	.close {
		right: 2%;
	}
}
@media screen and (max-width:900px) {
	.modal-dialog {
		margin: 40px auto 0;
	}
}
@media screen and (max-width:768px) {
	.modal-dialog {
		width: 85%;
	}
}
@media screen and (max-width:530px) {
	.modal-dialog {
		width: 85%;
	}
}
@media screen and (max-width:450px) {
	.modal-dialog {
		width: 95%;
		margin: 9% auto 0;
	}
	h4 {
		font-size: 22px;
	}
	.roomb1 img {
		padding:6% 0 2% 0;
	}
}
@media screen and (max-width:400px) {
	.roomb1 {
		font-size: 14px;
	}
	h4 {
		font-size: 20px;
	}
	.modal-body {
		padding: 0;
	}
}
/*---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;
	border: solid 1px #7b7b7b;
}
.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 {
		letter-spacing:1px;
	}
}
@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: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 {
	width: 17%;
	float: left;
	border:0px;
}
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:790px) {
	.note_icon li {
		width: 16%;
	}
}
@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: 90%;
	}
}
@media screen and (max-width:453px) {
	.note_icon li {
		width:31%;
		padding:4px;
	}
}
@media screen and (max-width:400px) {
	.note_icon li {
		padding: 6px;
	}
}
@media screen and (max-width:350px) {
	.note_icon li {
		width: 31%;
		padding:3px;
	}
}
/*---location---------------------------------------------------------------------------------------------------------------------*/
.location {
	padding:2em 0 10em;
}
.map {
	position:relative;
	width:1580px;
	margin:0 auto;
	max-width:100%;
	min-height:610px;
}
.map iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
	@media screen and (max-width:800px) {
		.map {
			min-height:500px;
		}
	}
	@media screen and (max-width:600px) {
		.map {
			min-height:400px;
		}
		.location {
			padding: 0em 0 6em;
		}
		.location .title {
			padding:2em 1em;
		}
	}
	@media screen and (max-width:430px) {
		.map {
			min-height:300px;
		}
		.location {
			padding: 0em 0 3em;
		}
		.location .title {
			padding:1em 0em;
		}
	}
	@media screen and (max-width:350px) {
		.map {
			min-height:270px;
		}
		.location {
			padding: 0em 0 1em;
		}
	}
/*************************
*********services_isce*****
**************************/
#scenery {
	padding:2em 0;
}
#services_isce {
	background: url(../../images/index1bg.jpg);
	background-position: top left;
	background-size: auto;
	background-repeat: repeat;
}

#services_isce h2 {
	color: #fff;
	padding-bottom: 15px;
	text-align: center;
	background-image: url(../../images/isceline.png);
	background-position: center bottom;
	background-size: auto;
	background-repeat: no-repeat;
	font-size: 22px;
    padding: 10px 0;
}

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

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

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

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

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

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

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

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

.isce ul li p {
	color: #fff;
}

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

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

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

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

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

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

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

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

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

@media(max-width:450px) {
	.iscebg {
		padding: 0 10px;
	}
	.isce ul li {
		width:50%;
	}
	.iscemore {
		background-image: url(../../images/iscemore.png);
		background-position: right bottom;
		background-size: auto;
		background-repeat: no-repeat;
		min-height: 16px;
	}
	.iscebtn img {
		max-width: 250px;
	}
	#services_isce h2 {
		font-size: 18px;
		line-height: 25px;
		padding: 10px 0;
	}
	.isce {
		padding-bottom:0;
	}
	iscebtn {
		padding-bottom:20px;
	}
}

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

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

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

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

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

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

@keyframes aniscebtn {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 2px;
	}
}
/*********************************************************************************************************************************************/
/*---footer-------------------------------------------------------------------------------------------------------------------------------*/
/*---footer--------------------------------------------------------------------------------------------------------------------------*/
footer {
	text-align:center;
	font-size:16px;
	background:#f7f7f7;
	position:relative;
}
/*ftlogo*/
.ftlogo {
	position:relative;
	margin:4em 0 2em;
}
	.ftlogo:before {
		content:'';
		background:url(../../images/line.png) bottom left repeat-x;
		position:absolute;
		bottom:0;
		left:0;
		height:40px;
		width:30%;
	}
	.ftlogo:after {
		content:'';
		background:url(../../images/line.png) bottom right repeat-x;
		position:absolute;
		bottom:0;
		right:0;
		height:40px;
		width:30%;
	}
.ftlogo img:nth-of-type(2) {
	padding:2em 0 1em;
	display:block;
	margin:0 auto;
}
/*ftinfo*/
.ftinfo {
	width:410px;
	margin:0 auto;
	max-width:90%;
	padding:1em 0 3em;
	text-align:left;
	color:#4a4a4a;
}
.ftinfo ul {
}
.ftinfo li {
	padding:.2em 0;
}
.ftinfo li img {
	vertical-align:middle;
}
.ftinfo li p {
	display:inline-block;
	vertical-align:top;
	line-height:1.5;
}
.ftinfo li p:nth-of-type(1) {
	white-space: nowrap;
}
.ftinfo li p:nth-of-type(2) {
	width: 63%;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: 1px;
}
/*ftbtn*/
.ftbtn {
	width:590px;
	margin:0 auto;
	max-width:95%;
}
.ftbtn li {
	display:inline-block;
	vertical-align:baseline;
	width:31%;
	padding:0 1em 2em;
}
.ftbtn a {
	transition:.2s linear;
}
	.ftbtn a:hover {
		opacity:.8;
		transform:translateY(-5px);
	}
/***ftbtm***/
.ftbtm {
	background:#252525;
	text-align:center;
	padding:2em 1em 2em;
	font-size:14px;
}
/*ftmark*/
.ftmark {
	padding:1em 0 0 0;
}
.ftmark img {
	padding:5px;
}
/*number*/
.number {
	color:#fff;
	padding:0 0 1em;
}
/*icon*/
.icon {
	color:#828282;
}
.icon a {
	display:inline-block;
	vertical-align:middle;
	padding:3px;
	transition:.2s linear;
}
	.icon a:hover {
		-webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.52));
		filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.52));
	}
/*copyright*/
.copyright {
	color:#828282;
}
.copyright a {
	display:inline-block;
	color:#828282;
}
	.copyright a:hover {
		color:#fff;
	}
	@media screen and (max-width:1000px) {
		.ftlogo:before,.ftlogo:after {
			width:24%;
		}
		.ftbtn li {
			padding: 0 .2em 1em;
		}
	}
	@media screen and (max-width:500px) {
		.ftlogo img:nth-of-type(1) {
			width:200px;
		}
		.ftlogo img:nth-of-type(2) {
			padding: 1em 0 0em;
			width: 130px;
		}
		.ftbtm {
			padding:1em;
		}
		.ftmark img {
			width:20%;
		}
		.ftlogo {
			margin:3em 0 2em;
		}
	}
	@media screen and (max-width:380px) {
		.ftlogo:before, .ftlogo:after {
			width: 21%;
			height:30px;
		}
		.ftinfo {
			padding: 0em 0 1em;
		}
		.ftbtn li {
			width:32%;
		}
		.ftmark img {
			width: 23%;
		}
		.number {
			padding: 0em 0 1em;
		}
		footer {
			font-size:15px;
		}
	}
	@media screen and (max-width:350px) {
		.ftlogo {
			margin: 2em 0 2em;
		}
		.ftlogo img:nth-of-type(2) {
			width:120px;
		}
		.ftinfo li p:nth-of-type(2) {
			width:56%;
		}
		.ftbtm {
			font-size:12px;
		}
		.ftmark {
			padding:0;
		}
		.ftmark img {
			padding: 3px;
		}
	}
/*.btns*/
.btns {
	position:fixed;
	bottom:1em;
	right:1em;
	cursor:pointer;
	display:none;
	z-index:9;
	text-align:center;
}
	.btns div {
		transition:.3s ease-in-out;
		margin:5px 0;
	}
		.btns div img {
			max-width:100%;
		}
		.btns div:hover {
			transform:scale(.9);
		}
	@media screen and (max-width:768px) {
		.btns {
			width:10%;
		}
	}
	@media screen and (max-width:600px) {
		.btns {
			width:65px;
		}
	}
	@media screen and (max-width:430px) {
		.btns {
			width:55px;
			bottom:4em;
		}
	}
#footer .btns {
	display:none !important;
}
/*newstable*/
.newstable {
	width: 60%;
    margin: 0 auto;
    padding:0;
    position: relative;
    z-index: 3;
}
	.newstable table {
		width:100%;
	}
	table.tableimg img {
		max-width:100%;
	}
	.newstable a {
		display:inline-block;
		color:#000;
		transition:.3s ease-in-out;
	}
		.newstable a:hover {
			color:rgba(255,153,0,1);
		}
img.newsicon {
	width:auto !important;
	max-width:inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: transparent;
    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: #dddddd;
	}
	@media screen and (max-width:768px) {
		.newstable {
			width: 80%;
		}
	}
	@media screen and (max-width:430px) {
		.newstable {
			width: 90%;
		}
	}
/*---inbg--------------------------------------------------------------------------------------------------------------------------*/
.inarea {
	background:url(../../images/allbg.jpg) repeat;
}
.inbg {
	content:'';
	clip-path: polygon(25% 0, 100% 0%, 0 100%, 0 25%);
	-webkit-clip-path: polygon(25% 0, 100% 0%, 0 100%, 0 25%);
	background:url(../../images/inbg.jpg) center left no-repeat fixed, url(../../images/allbg.jpg) repeat;
	background-size:cover;
	position:fixed;
	top:0;
	left:0;
	width:45vw;
	height:90vh;
	z-index:0;
}
/***inner***/
.inner {
	width:1280px;
	margin:0 auto;
	max-width:100%;
	z-index:3;
	position:relative;
}
/*intitle*/
.intitle {
	text-align: right;
    padding: 8em 0 3em;
}
	.intitle img {
		max-width:90%;
	}
/*inblock*/
.inblock {
	background:url(../../images/inpattern.jpg) repeat;
	padding:2em;
	text-align:center;
	border-radius:2px;
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
	min-height:600px;
}
	@media screen and (max-width:1280px) {
		.inbg {
			width:50vw;
		}
		.intitle img {
			padding-right:3em;
			max-width:60%;
		}
	}
	@media screen and (max-width:991px) {
		.inbg {
			width:50vw;
			height:50vh;
			background-attachment:inherit;
		}
		.intitle img {
			padding-right:3em;
			max-width:60%;
		}
	}
	@media screen and (max-width:800px) {
		.intitle img {
			max-width:70%;
		}
	}
	@media screen and (max-width:600px) {
		.intitle {
			padding: 8em 0 2em;
		}
		.intitle img {
			max-width:80%;
			padding-right:2em;
		}
	}
	@media screen and (max-width:500px) {
		.intitle img {
			padding-right: 1em;
		}
		.inblock {
			min-height:450px;
			padding:1em;
		}
	}
/*************************
********services_sce******
**************************/
#services_sce {
	padding:0 3em 60px;
}

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

.scebtn h2 {
	display: inline-block;
    margin:5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 15px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #e4d0bc;
    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: 21px;
	letter-spacing: 1px;
	margin:.5em 0;
    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;
	}
	#services_sce {
		padding:0 1em 60px;
	}

}

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

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

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






















