/*--------------copyright by alva start-------------------------------*/
* {
    padding: 0px;
    margin: 0px;
}

ul,ol {
    margin-bottom: 0px;
	list-style:none;
}

body {
    font-family:Arial, sans-serif,"微軟正黑體", "Microsoft JhengHei";
    position: relative;
    font-size: 15px;
	line-height:30px;
	letter-spacing:1px;
	color: #fff;
	background:#000;
	overflow-y:scroll;
	overflow-x: hidden;
}

a {
    display: block;
	color:#333;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}


/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
	position:fixed;
	bottom: 2%;
    right: 8px;
	cursor:pointer;
	display:none;
	z-index:9;
	transition:.3s ease-in-out;
}
	#gotop:hover {
		transform:scale(.9);
	}
	@media screen and (max-width:500px) {
		#gotop {
			width:15%;
		}
		#gotop img {
			width:100%;
		}
	}
/*************************
*********services_news*****
**************************/

#services_news a {
	color: #b37525;
}

#services_news a:visited {
	color: #87571a;
}

#services_news a:hover,
#services_news a:focus {
	color: #6d4715;
}

.newstable table {
	width: 100%;
}
	.newstable table a {
		display:inline-block;
		color:#000;
		transition:.2s ease all;
	}
		.newstable table a:hover {
			color:#ff6e13;
		}
button, html input[type=button], input[type=reset], input[type=submit] {
	background: #d3d3d3;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 7px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	transition:.2s ease all;
}
input[type=reset] {
	background: rgb(173, 176, 176);
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.3);
}
@media screen and (max-width:600px) {
	.newstable td {
		letter-spacing: 0px;
	}
}

.tableimg img {
	display: block;
	height: auto;
	max-width: 100%;
	max-height: auto;
}

.newstable iframe {
	display: block;
	height: 600px;
	max-width: 100%;
	max-height: auto;
}
.newstitle {
	color:#000;
}
@media screen and (max-width:991px) {
	.newstable table {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.newstable iframe {
		padding-left: 15px;
		padding-right: 15px;
		height: 400px;
	}
	.table-responsive {
		border: 0px solid transparent;
		margin-bottom: 0px;
	}
}

/*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;
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*---header-------------------------------------------------------------------------------------------------------------------------------*/
header {
	position:relative;
	background:url(../../images/dex_deco.png) top center no-repeat;
	background-size:cover;
	height:100vh;
}
	/*dex*/
	.dex {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		z-index:-1;
	}
	.carousel {
	}
		/*item*/
		.item {
			background: url(../../flash/dex1.png) top right no-repeat;
			background-size:cover;
			width:100%;
			height:100vh;
		}
		.carousel .item:nth-of-type(2) {
			background: url(../../flash/dex2.png) top right no-repeat;
			background-size:cover;
		}
		.carousel .item:nth-of-type(3) {
			background: url(../../flash/dex3.png) top right no-repeat;
			background-size:cover;
		}
		.carousel .item:nth-of-type(4) {
			background: url(../../flash/dex4.png) top right no-repeat;
			background-size:cover;
		}
	/*ilogo*/
	.ilogo {
		text-align:center;
		position:absolute;
		top:35%;
		left:50%;
		transform:translateX(-50%);
	}
		.ilogo span {
			display: block;
			font-size: 24px;
			margin: 7% 0 7em;
			letter-spacing:3px;
		}
		/*enter*/
		.enter {
		}
			.enter img {
				margin-top:1em;
			}
			/*circle*/
			.circle {
				width:12px;
				height:12px;
				border:1px solid #fff;
				border-radius:100%;
				background:transparent;
				margin:0 auto 16%;
			}
			/*line*/
			.line {
				width: 1px;
				overflow: hidden;
				position: absolute;
				bottom: 40px;
				right: 0;
				left: 0;
				z-index: 10;
				margin-right: auto;
				margin-left: auto;
				padding-top: 35px;
			}
				.line:after {
					content: '';
					display: block;
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
					background-color: #fff;
					animation:moving 1.5s infinite;
				}
			@keyframes moving {
				0% {
					-webkit-transform: translateY(-100.5%);
					transform: translateY(-100.5%);
				}
				100% {
					-webkit-transform: translateY(100.5%);
					transform: translateY(100.5%);
				}
			}
			@media screen and (max-width:600px) {
				.ilogo {
					top:30%;
				}
					.ilogo img {
						width:90%;
					}
				.ilogo span {
					margin:7% 0 5em;
					font-size:20px;
				}
				.enter img {
					width:25%;
				}
			}
			@media screen and (max-width:425px) {
				.line {
					padding-top:20px;
					bottom:30px;
				}
				.circle {
					width:8px;
					height:8px;
					margin: 0 auto 10%;
				}
				.ilogo span {
					margin: 7% 0 2em;
				}
				.dex {
					position:absolute;
					height:70vh;
				}
				.item {
					height:70vh;
				}
				header {
					height:70vh;
				}
			}
/*---inews-----------------------------------------------------------------------------------------------------------------------------------*/
.inews {
	background:rgba(0,0,0,.6);
}
	/*navbar_block*/
	.navbar_block {
		position:relative;
		z-index:10;
	}
	/*navbartop*/
	.navbartop {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		transition:.5s linear;
		animation:opacity 1s linear;
	}
	/*innertop*/
	.innertop {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		animation: unset;
	}
		@keyframes opacity {
			0% {
				opacity:0;
			}
			100% {
				opacity:1;
			}
		}
		/*navbar*/
		.navbar {
			min-height: auto;
			border: 0px;
			border-radius: 0;
			background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(0, 0, 0));
			padding:2% 2% 1% 2%;
			margin:0;
			position: static;
			top:0;
			text-align:right;
		}
			/*navlogo*/
			.navlogo {
				display:inline-block;
				vertical-align:top;
				float:left;
			}
			/*menu*/
			.menu {
				display:inline-block;
				vertical-align:top;
				border-right:1px solid #fff;
				padding-right:1%;
				margin-right:1%;
				cursor:pointer;
			}
			/*language*/
			.language {
				display:inline-block;
				position:relative;
				border: 1px rgba(255, 255, 255, 0.5) solid;
				padding: 2px 10px;
			}
				.switch {
					font-weight: normal;
					font-size: 9pt;
				}
					.switch img {
						display:none;
					}
				.fa {
					padding-left: 4px;
				}
			/*#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;
			}
		/*navbar_inner*/
		.navbar_inner {
			position:absolute;
			height:auto;
			width:530px;
			background:rgba(0,0,0,.8);
			top:0;
			right:0px;
			padding:9em 4em 2em;
			transition:.5s linear;
			transform: translateX(530px);
			overflow-y: scroll;
			max-height: 100vh;
		}
		/*navinnershow*/
		.navinnershow {
			transform: translateX(0px);
		}
			/*off*/
			.off {
				position:absolute;
				top:0;
				left:0;
				opacity:1;
				transition:.2s linear;
				cursor:pointer;
			}
				.off:hover {
					opacity:.8;
				}
			/*title*/
			.title {
				color:#969696;
				text-align:center;
				position: relative;
				letter-spacing:5px;
			}
				.title:before {
					content:'';
					position:absolute;
					height:1px;
					width:32%;
					background:#969696;
					top:50%;
					left:0;
				}
				.title:after {
					content:'';
					position:absolute;
					height:1px;
					width:32%;
					background:#969696;
					top:50%;
					right:0;
				}
			/*ibutton*/
			.ibutton {
				border-bottom:1px solid #969696;
			}
				.ibutton ul {
					text-align:left;
				}
					.ibutton li {
						display:inline-block;
						vertical-align:top;
						width:48%;
						padding:4% 0;
						text-align:center;
					}
						.ibutton img {
						}
						.ibutton span {
							display: block;
							color: #d19a72;
							padding: 0 0 0 0%;
							transition:.2s linear;
						}
							.ibutton li:hover span {
								color:#fff;
							}
							.ibutton li:hover {
								animation:light 1.2s linear;
							}
						@keyframes light {
							0% {
								opacity:.4;
							}
							100% {
								opacity:1;
							}
						}
			/*ibtn*/
			.ibtn {
				text-align:center;
				margin-top:5%;
			}
				.ibtn ul {
				}
					.ibtn li {
						display:inline-block;
						vertical-align:bottom;
						padding:0 1%;
						position:relative;
						width:31%;
						transition:.2s linear;
					}
						.ibtn li img {
							max-width:100%;
						}
						.ibtn li:after {
							content:'';
							position:absolute;
							background:#969696;
							height:10px;
							width:1px;
							bottom:0;
							right:0;
						}
						.ibtn li:nth-of-type(3):after {
							width:0px;
						}
							.ibtn li:hover {
								filter: drop-shadow(0px 0px 3px #dfdfdf);
								-webkit-filter: drop-shadow(0px 0px 3px #dfdfdf);
							}
	/*inews_block*/
	.inews_block {
		padding:4em 0 0;
		max-width: 63%;
		margin: 0 auto;
		position:relative;
	}
		/*inews_top*/
		.inews_top {
			background:url(../../images/inews_bg_01.png) bottom center no-repeat;
			background-size:contain;
			min-height:77px;
		}
		/*inews_inner*/
		.inews_inner {
			background:url(../../images/inews_bg_02.png) top center repeat-y;
			background-size:contain;
			min-height:200px;
			padding:0 8%;
		}
			.inews_inner a {
				color:#fff;
				transition:.3s linear;
				display:inline-block;
				vertical-align:top;
			}
				.inews_inner a:hover {
					opacity:.5;
				}
		/*inews_bottom*/
		.inews_bottom {
			background:url(../../images/inews_bg_03.png) top center no-repeat;
			background-size:contain;
			min-height:58px;
		}
		@media screen and (max-width:1884px) {
			.navbar_block {
				position:fixed;
				top:0;
				left:0;
				width:100%;
			}
			.navbartop {
				animation:none;
			}
			.navbar {
				padding: 2% 2% 2% 2%;
			}
		}
		@media screen and (max-width:1080px) {
			.inews_block {
				max-width: 85%;
			}
		}
		@media screen and (max-width:768px) {
			.inews_block {
				max-width:92%;
				padding: 1em 0 0;
			}
		}
		@media screen and (max-width:530px) {
			.navbar_inner {
				width:100%;
				height:100vh;
			}
			.inews_top {
				min-height:50px;
			}
			.inews_bottom {
				min-height:30px;
			}
			.inews_inner {
				min-height:100px;
			}
		}
		@media screen and (max-width:500px) {
			.goog-te-gadget-simple {
				font-size:9pt;
			}
			.goog-te-gadget {
				line-height:22px;
			}
			.menu {
				padding-right: 2%;
				margin-top: 1%;
			}
			.language {
				border:0px;
				padding:2px 0;
			}
			.switch {
				font-size: 0;
			}
			.switch img {
				display: inline-block;
				vertical-align: middle;
			}
			.fa {
				vertical-align: middle;
				font-size:12pt;
			}
		}
		@media screen and (max-width:425px) {
			.off img {
				width:75%;
			}
			.navbar_inner {
				padding: 7em 3em 2em;
			}
			.ibutton li {
				padding:3% 0;
			}
			.ibutton img {
				width: 60%;
			}
			.ibutton span {
				font-size:14px;
			}
			.inews_top {
				min-height:35px;
			}
			.inews {
				background:url(../../images/texture_bg.png) repeat;
			}
			.navlogo {
				width:51%;
			}
				.navlogo img {
					width:100%;
				}
			.menu {
				width:11%;
				margin-right:-1%;
			}
				.menu img {
					width:100%;
				}
			.switch {
				display: block;
				vertical-align: top;
			}
				.switch img {
					width:55%;
				}
			.goog-te-gadget .goog-te-combo {
				padding:11px 0;
			}
			.language {
				padding:0;
			}
			select.goog-te-combo {
				font-size:12px;
			}
		}
		@media screen and (max-width:375px) {
			.navlogo {
				width: 55%;
			}
		}
		@media screen and (max-width:330px) {
			.off img {
				width:70%;
			}
			.navbar_inner {
				padding: 6em 2em 2em;
			}
		}
/*---about1-------------------------------------------------------------------------------------------------------------------------------------*/
.a1 {
	background:url(../../images/texture_bg.png) repeat;
	text-align:left;
	padding:7em 2% 0 0;
	margin-top:-4%;
}
	/*a1_img*/
	.a1_img {
		display:inline-block;
		vertical-align:top;
	}
		.a1_img img {
			padding-top:6em;
			width:93%;
		}
		img.ab_title {
			vertical-align:top;
			padding:0;
			width:4%;
		}
	/*a1_text*/
	.a1_text {
		display:inline-block;
		vertical-align:top;
		position:relative;
		width:35%;
	}
		.a1_text span {
			display:block;
			letter-spacing: 3px;
			margin: 40em 0 20em 6em;
		}
		/*a1_deco*/
		.a1_deco {
		}
			.a1_deco img {
			}
			@media screen and (max-width:1530px) {
				.a1 {
					margin-top:-5%;
				}
				.a1_img {
					width:57%;
				}
				.a1_text {
					width:40%;
				}
					.a1_text span {
						margin: 60% 0 0 3em;
					}
					.a1_deco {
						position:absolute;
						bottom:-50%;
						left: -5%;
						width:73%;
					}
						.a1_deco img {
							width:100%;
						}
			}
			@media screen and (max-width:1130px) {
				.a1_img {
					width: 100%;
				}
					.a1_img img {
						width:85%;
					}
					img.ab_title {
						width:4%;
					}
				.a1_text {
					width: 100%;
					padding: 0 8% 8%;
				}
					.a1_text span {
						margin:13% 0;
					}
					.a1_deco {
						bottom: 0;
						width: 55%;
						position: relative;
						left: 0;
					}
			}
			@media screen and (max-width:768px) {
				.a1 {
					margin-top: -11%;
				}
			}
			@media screen and (max-width:600px) {
				.a1 {
					margin-top: -15%;
				}
				.a1_img img {
					width: 87%;
				}
				img.ab_title {
					width:4%;
				}
				.a1_deco {
					width:60%;
				}
			}
			@media screen and (max-width:530px) {
				.a1 {
					margin-top: -10%;
					padding: 5em 2% 0 0;
				}
				.a1_img img {
					padding-top: 4em;
				}
				img.ab_title {
					padding:0;
				}
				.a1_deco {
					width:70%;
				}
				.a1_text {
					padding: 0 8% 10%;
				}
			}
			@media screen and (max-width:425px) {
				.a1 {
					margin-top:-12%;
				}
				.a1_img img {
					width: 89%;
				}
				img.ab_title {
					width: 5%;
				}
				.a1_text {
					padding: 0 8% 10%;
				}
				.a1_deco {
					width: 75%;
				}
			}
			@media screen and (max-width:375px) {
				.a1 {
					margin-top: -13%;
				}
				.a1_img img {
					padding-top: 3em;
				}
				img.ab_title {
					padding:0;
				}
				.a1_text {
					padding: 0 8% 8%;
				}
				.a1_deco {
					width: 80%;
				}
			}
/*---a2--------------------------------------------------------------------------------------------------------------------------------------*/
.a2 {
	background:url(../../images/a2_bg.png) top left no-repeat fixed;
	background-size:cover;
	text-align:center;
	box-shadow:inset 17px 15px 24px rgba(0,0,0,.7);
	padding: 5% 0 5% 20%;
}
	/*a2_deco*/
	.a2_deco {
		display: inline-block;
		vertical-align: top;
		width: 20%;
		padding:1% 0 5% 0;
	}
		.a2_deco img {
			max-width:100%;
			width:47%;
		}
	/*a2_img*/
	.a2_img {
		display: inline-block;
		vertical-align: bottom;
		text-align: left;
		width: 42%;
		border-left:12px solid #f9c03c;
		padding: 0 0 0 20px;
		margin-left:7%;
	}
		/*a2_title*/
		.a2_title {
			padding:0 0 3% 0;
		}
			.a2_title img {
				max-width:100%;
			}
		/*a2_s*/
		.a2_s {
		}
			.a2_s ul {
			}
				.a2_s li {
					display:inline-block;
					vertical-align:top;
					width: 32%;
					padding: 0 4px;
					cursor:pointer;
					position:relative;
					transition:.3s ease-out;
				}
					.a2_s img {
						max-width:100%;
						position:relative;
						transition:.2s linear;
						opacity:1;
					}
					.a2_s li:after {
						content: '';
						position: absolute;
						top: 50%;
						left: 50%;
						width: 50px;
						height: 50px;
						border-radius: 100%;
						background: url(../../images/roomin.png) center center no-repeat,rgba(0,0,0,.5);
						opacity:0;
						transition: .3s ease-out;
						transform: translate(-50%,-50%) scale(.8);
					}
					.a2_s li:hover:after {
						opacity:1;
						transform:translate(-50%,-50%) scale(1);
						box-shadow: 0px 0px 5px rgba(255,255,255,1);
					}
					.a2_s li:hover img {
						opacity:.7;
					}
/****/
.modal-body {
	padding:10px;
}
.modal-dialog {
	width: 1200px;
    margin: 30px auto;
    max-width: 90%;
    height: auto;
}
.modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 5;
    background: #fff;
    border-radius: 3px 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.close {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0px 0 #fff;
    opacity: 1;
    box-shadow: none;
}
button.close {
	padding:5px;
}
	@media screen and (max-width:1440px) {
		.a2_deco {
			width:12%;
		}
		.a2_deco img {
			width:100%;
		}
		.a2_img {
			width:50%;
		}
	}
	@media screen and (max-width:1200px) {
		.a2 {
			background-position-x: 28%;
		}
	}
	@media screen and (max-width:990px) {
		.a2_deco {
			width: 15%;
		}
		.a2_img {
			width: 60%;
		}
	}
	@media screen and (max-width:820px) {
		.a2 {
			padding:6% 2%;
		}
		.a2_deco {
			width: 13%;
			display: block;
			margin: 0 auto;
		}
		.a2_img {
			width: 65%;
			margin: 0 auto;
			display:block;
		}
		.modal-dialog {
			margin:50px auto;
		}
		.modal {
			top:20%;
		}
	}
	@media screen and (max-width:640px) {
		.a2_deco {
			width:15%;
		}
		.a2_img {
			width:75%;
		}
	}
	@media screen and (max-width:480px) {
		.a2 {
			padding: 7% 2%;
			background-attachment:inherit;
		}
		.a2_deco {
			width:18%;
		}
		.a2_img {
			width:83%;
		}
		.close {
			font-size:20px;
		}
		.modal-body {
			padding: 5px;
		}
		.a2_s li:after {
			width:30px;
			height:30px;
			background-size:50%;
		}
	}
	@media screen and (max-width:425px) {
		.a2 {
			padding: 10% 2%;
		}
		.a2_s li {
			padding:0 1px;
		}
		.a2_img {
			width:92%;
			border-left: 10px solid #f9c03c;
			padding: 0 0 0 10px;
		}
	}
/*---a3----------------------------------------------------------------------------------------------------------------------------------------*/
.a3 {
	background:url(../../images/a3_bg.png) top right no-repeat fixed;
	background-size:cover;
	position:relative;
	min-height:925px;
	overflow:hidden;
}
	/*a3_ani*/
	.a3_ani {
		position:absolute;
		background:url(../../images/texture_bg.png) repeat;
		height:100%;
		width:65%;
		left:0;
		bottom:0;
		top:0;
		text-align:right;
	}
	/*a3_img*/
	.a3_img {
		position:relative;
		display:inline-block;
		margin: 9% 6% 0 0;
		overflow:hidden;
	}
		.layer1 {
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			background:#efb52e;
		}
		.a3_img img {
			max-width:100%;
		}
		@media screen and (max-width:1300px) {
			.a3 {
				min-height:810px;
			}
			.a3_img {
				position: absolute;
				right: 0;
				top: 50%;
				margin: 0% 6% 0 0;
				transform: translateY(-50%);
			}
		}
		@media screen and (max-width:1000px) {
			.a3 {
				min-height:670px;
				background-position-x: 80%;
			}
			.a3_img {
				width:65%;
			}
		}
		@media screen and (max-width:830px) {
			.a3 {
				min-height:580px;
			}
		}
		@media screen and (max-width:768px) {
			.a3_img {
				width:70%;
			}
		}
		@media screen and (max-width:620px) {
			.a3 {
				min-height: 515px;
				background-attachment: inherit;
			}
			.a3_img {
				width:80%;
			}
		}
		@media screen and (max-width:500px) {
			.a3 {
				min-height:460px;
			}
			.a3_img {
				width:85%;
			}
		}
		@media screen and (max-width:425px) {
			.a3 {
				min-height:400px;
			}
		}
		@media screen and (max-width:375px) {
			.a3 {
				min-height:360px;
			}
		}
/*---a4--------------------------------------------------------------------------------------------------------------------------------------*/
.a4 {
	background:url(../../images/a4_bg.png) top left no-repeat fixed;
	background-size:cover;
	text-align:right;
	overflow:hidden;
}
	.a4bg {
		display:none;
	}
	/*a4_img*/
	.a4_img {
		background:#dda431;
		padding:4% 0 4% 4%;
		display:inline-block;
		width:45%;
	}
		.a4_img img {
			max-width:100%;
		}
		@media screen and (max-width:1360px) {
			.a4_img {
				width:52%;
			}
		}
		@media screen and (max-width:1200px) {
			.a4 {
				background-attachment:inherit;
			}
		}
		@media screen and (max-width:700px) {
			.a4 {
				background-position-x: 50%;
			}
			.a4_img {
				width:60%;
			}
		}
		@media screen and (max-width:430px) {
			.a4 {
				background:none;
			}
			.a4bg {
				background:url(../../images/a4_bg.png) top left no-repeat;
				background-size:cover;
				display:block;
				min-height:237px;
			}
			.a4_img {
				width:100%;
			}
		}
		@media screen and (max-width:375px) {
			.a4bg {
				min-height:207px;
			}
		}
/*---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: 1px solid #888;
	}
		.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 {
	text-align:left;
}
	.r_icons ul {
		list-style:none;
	}
	.r_icons li {
		width:16%;
	}
	@media screen and (max-width:815px) {
		.r_icons {
			text-align:left;
		}
	}
	@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: 23%;
			margin:5px 0;
		}
	}
	@media screen and (max-width:440px) {
		.r_icons li {
			width: 30%;
			margin: 5px 3px;
			padding:5px;
		}
		.r_icons li img {
			padding:0 20px;
		}
	}
	@media screen and (max-width:360px) {
		.r_icons li {
			width: 31%;
			margin: 5px 0px;
		}
		.r_icons li img {
			padding:0 12px;
		}
	}
/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/
.note_icon {
	padding:3% 0 0 0;
	text-align:left;
}
	.note_icon ul {
		list-style:none;
	}
	.note_icon li {
		width:10.666666%;
		padding: 5px 0 5px;
		border: solid 1px #d4d4d4;
		background:none;
	}
		.note_icon li img {
			padding-bottom:5px;
			max-width:100%;
			-webkit-filter: invert(1);
			filter: invert(1);
		}
		@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%;
			}
			.icons li span {
				font-size: 12px;
			}
		}
		@media screen and (max-width:400px) {
			.note_icon li {
				width:31%;
				padding:6px;
			}
		}
/*---footer----------------------------------------------------------------------------------------------------------------------------------*/
footer {
	background:url(../../images/ft_cover.png) repeat, url(../../images/ft_bg.png) center center no-repeat fixed;
	background-size:auto,cover;
	padding-top:530px;
	overflow:hidden;
}
	/*ft_top*/
	.ft_top {
		background:url(../../images/ft_top.png) bottom center no-repeat;
		background-size:cover;
		text-align:center;
		position:relative;
		min-height: 366px;
	}
		/*contact*/
		.contact {
			position:absolute;
			top:-120px;
			left:50%;
			transform:translateX(-50%);
		}
		/*ft_logo*/
		.ft_logo {
			padding:35px 0 0 0;
		}
			/*ft_line*/
			.ft_line {
				width:1px;
				height:50px;
				background:#000;
				margin:0 auto;
			}
			.ft_top span {
				display:block;
				color:#0f0f0f;
				padding:20px 0 1%;
			}
			.ft_top img {
				display:block;
				margin:0 auto;
			}
	/*ft_inner*/
	.ft_inner {
		background:#fff;
		color: #000;
		line-height: 25px;
		margin-top: -1px;
	}
		/*ft_info*/
		.ft_info {
			padding: 2% 2% 0 43%;
		}
			.ft_info ul {
			}
				.ft_info li {
				}
					.ft_info img {
					}
		/*ft_btn*/
		.ft_btn {
			text-align: center;
			width: 30%;
			margin: 0 auto;
			max-width: 80%;
			padding:2% 0;
		}
			 .ft_btn ul {
			 }
			 	.ft_btn li {
					display:inline-block;
					vertical-align:bottom;
					padding:0 12px;
					border-right:1px solid #dcdcdc;
					width:28%;
					margin-bottom:4%;
					transition:.3s ease-in-out;
				}
					.ft_btn li:first-of-type {
						border-left:1px solid #dcdcdc;
					}
					.ft_btn img {
						max-width:100%;
					}
					.ft_btn li:hover {
						opacity:.5;
					}
	/*ft_bottom*/
	.ft_bottom {
		background:#fff;
		margin-top:26px;
		padding:2%;
		text-align:center;
	}
		/*ft_icon*/
		.ft_icon {
			display:inline-block;
			vertical-align:bottom;
			text-align:left;
		}
			/*icon*/
			.icon {
			}
				.icon a {
					display:inline-block;
					vertical-align:top;
					transition:.3s linear;
				}
					.icon img {
						padding:0 3px;
					}
					.icon a:hover {
						opacity:.6;
						transform:translateY(3px);
					}
				/*share*/
				img.share {
				}
			/*copyright*/
			.copyright {
				color:#7a7a7a;
				font-size:14px;
				line-height:20px;
			}
				.copyright a {
					display:inline-block;
					color:#7a7a7a;
					transition:.3s linear;
				}
					.copyright a:hover {
						color:#d96e1f;
					}
		/*ft_link*/
		.ft_link {
			display:inline-block;
			vertical-align:bottom;
			padding-left:2%;
		}
			.ft_link ul {
			}
				.ft_link li {
					display:inline-block;
					vertical-align:bottom;
					padding:0 30px;
					transition:.3s linear;
				}
					.ft_link li:first-of-type {
						border-right:1px solid #dcdcdc;
					}
					.ft_link li:hover {
						opacity:.5;
					}
					.ft_link a {
					}
						.ft_link img {
						}
						@media screen and (max-width:1560px) {
							footer {
								padding-top:30%;
							}
							.ft_info {
								padding: 2% 2% 0 40%;
							}
						}
						@media screen and (max-width:1240px) {
							.ft_btn {
								width:45%;
							}
						}
						@media screen and (max-width:1200px) {
							.ft_btn {
								width:45%;
							}
							.ft_link {
								padding: 2% 0px 1% 0;
								display:block;
							}
							.ft_info {
								padding: 2% 2% 0 35%;
							}
							.ft_info span {
								display:inline-block;
								vertical-align:top;
								width:88%;
							}
						}
						@media screen and (max-width:1020px) {
							.ft_btn {
								width:50%;
							}
						}
						@media screen and (max-width:768px) {
							footer {
								padding-top:40%;
							}
							.ft_top img {
								width:25%;
							}
							.ft_btn {
								width:62%;
							}
							.ft_top {
								min-height:inherit;
							}
							.contact {
								width:30%;
								top:-90px;
							}
								.contact img {
									width:100%;
								}
						}
						@media screen and (max-width:630px) {
							footer {
								padding-top: 45%;
							}
							.ft_info {
								padding: 4% 5% 0 30%;
							}
							.ft_btn {
								padding:4% 0;
								width:75%;
							}
							.ft_link li {
								width:45%;
							}
							.ft_link img {
								width:95%;
							}
						}
						@media screen and (max-width:530px) {
							.ft_btn {
								width:100%;
								max-width:90%;
							}
							.ft_link {
								padding: 2% 0px 3% 0;
							}
							.ft_link img {
								width: 100%;
							}
							footer {
								background-attachment:inherit;
							}
							.ft_info {
								padding: 4% 5% 0 24%;
							}
						}
						@media screen and (max-width:430px) {
							.contact {
								width: 35%;
								top: -80px;
							}
							.ft_info {
								padding: 5% 5% 3%;
							}
							.ft_btn li {
								width:30%;
								padding: 0 5px;
							}
							.ft_link {
								padding: 5% 0px 5% 0;
							}
							.ft_link li {
								padding:0 10px;
								width:47%;
							}
							.ft_top img {
								width: 30%;
							}
							.contact img {
								width:100%;
							}
							.copyright {
								font-size:12px;
							}
						}
						@media screen and (max-width:375px) {
							.contact {
								top:-64px;
								width:40%;
							}
							.ft_info li {
								font-size:14px;
							}
							.ft_btn li {
								width:31%;
							}
							.ft_link li {
								padding: 0 5px;
							}
							.ft_info {
								padding: 5% 4% 3%;
							}
						}
/*---roomguide-------------------------------------------------------------------------------------------------------------------------------*/
#roomguide {
	position:relative;
	background:url(../../images/rmbg_deco.png) top center no-repeat fixed, url(../../images/room_bg.png) top center no-repeat fixed;
	background-size:cover;
	text-align:center;
	padding: 11em 2em 5em;
}
	/*rg_title*/
	.rg_title {
		display:inline-block;
		vertical-align:top;
		text-align:left;
		width: 30%;
		padding-top:3%;
	}
		.rg_title img {
			max-width:100%;
		}
	/*rg_text*/
	.rg_text {
	}
		.rg_text h1 {
			font-size:25px;
			font-weight:normal;
			letter-spacing:5px;
			margin: 2em 0 1em;
		}
		.rg_text span {
			display:block;
			letter-spacing:1.5px;
			font-size:16px;
		}
	/*rmbt*/
	.rmbt {
		display:inline-block;
		vertical-align:top;
	}
		/*rmbt_bg*/
		.rmbt_bg {
			width:700px;
			height:275px;
			max-width:100%;
			position:relative;
			cursor:pointer;
			transition:.3s ease-in-out;
			box-shadow: 0px 0px 5px rgba(0,0,0,.8);
			margin-bottom:2em;
		}
		.rmbt_bg1 {
			background:url(../../images/rmbt_bg1.png) top center no-repeat;
			background-size:105%;
		}
		.rmbt_bg2 {
			background:url(../../images/rmbt_bg2.png) top center no-repeat;
			background-size:105%;
		}
		.rmbt_bg3 {
			background:url(../../images/rmbt_bg3.png) top center no-repeat;
			background-size:105%;
		}
		.rmbt_bg4 {
			background:url(../../images/rmbt_bg4.png) top center no-repeat;
			background-size:105%;
		}
		.rmbt_bg5 {
			background:url(../../images/rmbt_bg5.png) top center no-repeat;
			background-size:105%;
		}
		.rmbt_bg6 {
			background:url(../../images/rmbt_bg6.png) top center no-repeat;
			background-size:105%;
		}
		.rmbt_bg7 {
			background:url(../../images/rmbt_bg7.png) top center no-repeat;
			background-size:105%;
		}
		.rmbt_bg8 {
			background:url(../../images/rmbt_bg8.png) top center no-repeat;
			background-size:105%;
		}
			.rmbt_bg a:before {
				content:'';
				position:absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
			}
			/*rm_name*/
			.rm_name {
				position:absolute;
				bottom:0;
				left:0;
				width:100%;
				background:rgba(0,0,0,.7);
				text-align:left;
				padding:2%;
				color:#fff;
				transition:.3s ease-in-out;
			}
				.rm_name:before {
					content:'';
					position:absolute;
					top:0;
					left:0;
					width:0%;
					height:1px;
					background:rgba(255,255,255,1);
					transition:.3s ease-in-out;
				}
				.rm_name span {
					border-left:1px solid #fff;
					padding-left:3%;
				}
			/*hover*/
			.rmbt_bg:hover {
				background-size:100%;
				box-shadow: 0px 0px 15px rgba(255,255,255,1);
			}
			.rmbt_bg:hover .rm_name {
			}
			.rmbt_bg:hover .rm_name:before {
				width:100%;
			}
				@media screen and (max-width:1400px) {
					.rmbt {
						width:45%;
					}
						.rmbt_bg {
							height:250px;
							background-size:cover;
						}
						.rmbt_bg:hover {
							background-size:cover;
						}
					.rg_title {
						padding:3% 3% 0 0;
					}
				}
				@media screen and (max-width:1080px) {
					.rg_title {
						padding:3% 9% 0 0;
						width:35%;
					}
				}
				@media screen and (max-width:930px) {
					.rmbt {
						width: 50%;
					}
					.rmbt_bg {
						height:200px;
					}
				}
				@media screen and (max-width:768px) {
					#roomguide {
						padding: 11em 2em 4em;
					}
					.rg_title {
						width:40%;
					}
					.rmbt {
						width: 55%;
					}
					.rmbt_bg {
						height:190px;
					}
				}
				@media screen and (max-width:670px) {
					#roomguide {
						padding:7em 2em 4em;
					}
					.rg_title {
						padding: 0 13%;
						width: 100%;
					}
					.rg_title img {
						width:55%;
					}
					.rmbt {
						width: 80%;
						padding-top:2em;
					}
				}
				@media screen and (max-width:500px) {
					#roomguide {
						padding: 7em 1em 2em;
					}
					.rg_title {
						padding: 0 5%;
					}
					.rg_text h1 {
						font-size:23px;
						margin: 2em 0 3%;
					}
					.rg_text span {
						letter-spacing:1px;
						line-height:28px;
					}
					.rmbt {
						width:90%;
					}
				}
				@media screen and (max-width:425px) {
					#roomguide {
						padding: 5em 1em 2em;
						background-attachment:inherit;
					}
					.rg_text h1 {
						font-size: 20px;
						margin: 1em 0 3%;
					}
					.rg_text span {
						font-size:15px;
					}
					.rmbt {
						width:100%;
					}
					.rg_title {
						padding: 0 2%;
					}
					.rm_name img {
						padding-bottom:1%;
					}
					.rm_name span {
						line-height:22px;
						border-left: 1px solid #fff9;
						display:block;
					}
					.rmbt_bg:hover {
						animation:none;
					}
				}
/*---rm_top-------------------------------------------------------------------------------------------------------------------------------*/
.rmbg:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	background:url(../../images/rm_inner.png) repeat;
	width: 80%;
    height: 82%;
	z-index:1;
}
.rm_top {
	z-index:9;
	position:relative;
	padding-left:10em;
}
	/*rm_left*/
	.rm_left {
		display:inline-block;
		vertical-align:top;
		width: 35%;
		padding-right: 2%;
	}
		/*rm_title*/
		.rm_title {
		}	
			.rm_title img {
				max-width:100%;
			}
		/*rm_block*/
		.rm_block {
			padding:6% 0 0 2%;
			text-align:left;
		}
			.rm_block img {
				max-width:100%;
			}
			.rm_block h2 {
				font-size: 26px;
				border-left: 1px solid #000;
				padding-left: 15px;
				color: #000;
			}
			.rm_block ul {
				list-style: inside;
				padding-top:2%;
				line-height:25px;
			}
				.rm_block li {
					color:#3a3a3a;
				}
			.rm_block span {
				text-align:left;
				font-size:16px;
				color: #000;
				margin: 10% 0 2% 0;
				display: block;
			}
			html input[type=button] {
				background: #424142;
				color: #fff;
				width: 395px;
				max-width: 100%;
				border-radius: 2px;
				padding: 2% 0;
				letter-spacing: 4px;
				border:0px;
				box-shadow:none;
			}
				 html input[type=button]:hover {
					 background:#000;
					 border-radius:10px;
				 }
			.rm_block strong {
				color: #868686;
				display: block;
				text-align: center;
				font-weight: normal;
				line-height: 25px;
				transform: scale(.7);
				margin: 1em 10em 0 0;
				letter-spacing: 3px;
			}
	/*rmslider*/
	#wowslider-container1 {
		display:inline-block;
		vertical-align:top;
		margin-top:3%;
		width:56%;
	}
/*roomb*/
.roomb {
	z-index:9;
	position:relative;
	padding-left:14em;
	color:#353535;
	width:50%;
	margin:6em 0 0;
}
	/*rmb_title*/
	.rmb_title {
		color:#353535;
		font-size: 20px;
		text-align: left;
		padding-bottom: 3%;
	}
	@media screen and (max-width:1280px) {
		.rm_top {
			padding-left:5em;
		}
		.roomb {
			padding-left:9em;
		}
		.rm_block strong {
			margin: 1em 0em 0 0;
		}
	}
	@media screen and (max-width:1120px) {
		.rm_top {
			padding-left:0em;
		}
		.roomb {
			padding-left:3em;
		}
	}
	@media screen and (max-width:925px) {
		#wowslider-container1 {
			width:60%;
		}
		.roomb {
			width:60%;
		}
	}
	@media screen and (max-width:800px) {
		.rm_left {
			display:block;
			width:70%;
		}
		.rm_title {
			width: 70%;
		}
		.rmbg:after {
			height:86%;
		}
		#wowslider-container1 {
			width: 78%;
			display: block;
			margin: 3% 0 0;
		}
		.roomb {
			width: 77%;
			padding-left:0;
			margin-top:3em;
		}
	}
	@media screen and (max-width:670px) {
		.rmbg:after {
			height: 87%;
		}
	}
	@media screen and (max-width:520px) {
		.rmbg:after {
			width:90%;
		}
		.rm_left,#wowslider-container1 {
			width:90%;
		}
		.roomb {
			width:88%;
		}
	}
	@media screen and (max-width:425px) {
		.rm_top {
			margin-top: 2em;
		}
		.rm_block h2 {
			font-size:24px;
		}
		.rm_block img {
			width:70%;
		}
		.rm_block strong {
			transform: scale(.6);
			margin: 0em 0em 0 0;
		}
		.rm_block {
			padding: 6% 0 0 0%;
		}
		.rm_left {
			padding-left:0;
		}
		.rmbg:after {
			width:100%;
		}
		.rm_left, #wowslider-container1 {
			width: 100%;
		}
		.roomb {
			width: 95%;
			margin: 3em auto 0;
		}
	}
	@media screen and (max-width:375px) {
		.rm_top {
			margin-top: 1em;
		}
		.rmbg:after {
			height: 88%;
		}
	}
/*rmin_deco*/
.rmin_deco {
	background:url(../../images/texture_bg.png) repeat;
	padding: 7em 0 5em;
    margin-top: -5em;
    position: relative;
}
	.rmin_deco div {
		text-align:right;
		width:80%;
	}
		@media screen and (max-width:768px) {
			.rmin_deco img {
				width:40%;
			}
		}
		@media screen and (max-width:520px) {
			.rmin_deco {
				padding: 7em 0 3em;
			}
			.rmin_deco div {
				width:90%;
			}
			.rmin_deco img {
				width:42%;
			}
		}
		@media screen and (max-width:425px) {
			.rmin_deco {
				padding: 7em 0 2em;
			}
			.rmin_deco img {
				width:45%;
			}
		}
/*---inner--------------------------------------------------------------------------------------------------------------------------------*/
#inner {
	background:url(../../images/texture_bg.png) repeat;
	position:relative;
	text-align:center;
	height:100%;
}
	/*inbanner*/
	.inbanner {
		min-height:600px;
		position:relative;
	}
	.inbanner_note {
		background:url(../../images/inbanner_note.png) top center no-repeat;
		background-size:cover;
	}
	.inbanner_loc {
		background:url(../../images/inbanner_loc.png) top center no-repeat;
		background-size:cover;
	}
	.inbanner_sce {
		background:url(../../images/inbanner_sce.png) top center no-repeat;
		background-size:cover;
	}
	.inbanner_news {
		background:url(../../images/inbanner_news.png) top center no-repeat;
		background-size:cover;
	}
		/*intop*/
		.intop {
			position: absolute;
			top: 0;
			left: 400px;
		}
			.intop img {
				max-width:100%;
			}
	/*inbody*/
	.inbody {
		padding: 6em 2em 2em;
	}
		/*intitle*/
		.intitle {
			font-size: 24px;
			letter-spacing: 5px;
			padding-bottom:2em;
		}
		@media screen and (max-width:1400px) {
			.inbanner {
				min-height:500px;
			}
			.intop {
				left: 17%;
				width: 40%;
			}
			.inbody {
				padding: 7em 2em 2em;
			}
		}
		@media screen and (max-width:1260px) {
			.inbanner {
				min-height:470px;
			}
		}
		@media screen and (max-width:1150px) {
			.inbanner {
				min-height:425px;
			}
			.intop {
				width:460px;
			}
		}
		@media screen and (max-width:930px) {
			.inbanner {
				min-height:370px;
			}
			.intop {
				width:395px;
			}
		}
		@media screen and (max-width:680px) {
			.inbanner {
				min-height:300px;
			}
			.intop {
				width:315px;
			}
			.inbody {
				padding: 5em 2em 2em;
			}
			.intitle {
				font-size:22px;
			}
		}
		@media screen and (max-width:485px) {
			.inbanner {
				min-height:240px;
			}
			.intop {
				width:260px;
				left: 50%;
				transform: translateX(-50%);
			}
			.inbody {
				padding:4em 1em 2em;
			}
			.intitle {
				font-size:20px;
				padding-bottom: 1em;
			}
		}
		@media screen and (max-width:375px) {
			.inbanner {
				min-height:210px;
			}
			.intop {
				width:230px;
			}
		}
/*---notice----------------------------------------------------------------------------------------------------------------------------------*/
.notice {
	width: 910px;
    margin: 0 auto;
	font-size:16px;
}
	.note {
		padding: 2em 0 6em;
	}
		.note img {
			padding-bottom:1em;
		}
		.s1 img {
			-webkit-filter: invert(0) !important;
			filter: invert(0) !important;
		}
		@media screen and (max-width:970px) {
			.notice {
				width:95%;
			}
		}
		@media screen and (max-width:768px) {
			.note img {
				width: 37%;
			}
			.note_icon li img {
				width:auto;
			}
		}
		@media screen and (max-width:650px) {
			.note {
				padding: 1em 0 3em;
			}
			.note img {
				width:224px;
			}
			.note_icon li img {
				width:auto;
			}
		}
		@media screen and (max-width:425px) {
			.note img {
				width:200px;
			}
			.note_icon li img {
				width:auto;
			}
		}
/*---loc----------------------------------------------------------------------------------------------------------------------------------------*/
.inloc {
	padding-left:0;
	padding-right:0;
}
.loc {
}
	iframe {
		width:100%;
	}
	/*route*/
	.route {
		padding:2em 2%;
		font-size:16px;
		min-height:300px;
	}
		.route span {
			text-align:center;
			font-size: 18px;
			letter-spacing: 3px;
		}
		.route div {
			padding-top:1%;
		}
		@media screen and (max-width:900px) {
			iframe {
				height: 540px;
			}
		}
		@media screen and (max-width:700px) {
			iframe {
				height: 440px;
			}
			.route {
				min-height: 270px;
			}
		}
		@media screen and (max-width:500px) {
			iframe {
				height: 360px;
			}
			.route {
				min-height: 270px;
			}
		}
		@media screen and (max-width:425px) {
			iframe {
				height: 300px;
			}
			.route {
				min-height: 250px;
			}
		}
/*---news-------------------------------------------------------------------------------------------------------------------------------------*/
.news {
	background:rgba(255,255,255,.5);
	box-shadow:0px 5px 5px rgba(0,0,0,.3);
	width:1300px;
	height:730px;
	margin:0 auto 6em;
	padding:2%;
}
	/*news_deco*/
	.news_deco {
		background:url(../../images/news_deco.png) top left no-repeat;
		background-size:cover;
		min-height:64px;
		margin-bottom:2%;
	}
	.news a {
		display:inline-block;
		color:#000;
		transition:.2s linear;
	}
		.news a:hover {
			opacity:.5;
		}
	.news table {
		width:100%;
	}
	table.tableimg img {
		max-width:100%;
	}
	@media screen and (max-width:1430px) {
		.news {
			width:85%;
			height: 600px;
		}
	}
	@media screen and (max-width:768px) {
		.news {
			height:auto;
			min-height:500px;
		}
	}
	@media screen and (max-width:600px) {
		.news {
			height:auto;
			min-height:400px;
		}
		.ripple2 input[type=button] {
			width:100%;
		}
		.news_deco {
			min-height:50px;
		}
	}
	@media screen and (max-width:425px) {
		.news {
			width:100%;
			min-height:300px;
			margin: 0 auto 4em;
		}
		.news_deco {
			min-height: 40px;
		}
	}
/*---scenery----------------------------------------------------------------------------------------------------------------------------------*/
.insce {
	padding-bottom:0;
}
.scenery {
}
	/*sce*/
	.sce {
		background:#161616;
		position:relative;
		overflow:hidden;
		z-index:1;
	}
		/*sce_bg*/
		.sce_bg {
			overflow:hidden;
		}
			.sce_bg div {
				transition: .6s ease-in;
				position: absolute;
				width: 60vw;
				height: 100%;
				top: 0;
				left:0;
				opacity:.6;
			}
		/*sce_title*/
		.sce_title {
			text-align:center;
			color: #fff;
			z-index: 9;
			width: 40vw;
			display: inline-block;
			height: 100%;
			padding: 5% 6% 5% 0;
			position: relative;
			background: #161616;
			float: right;
			transition: .6s ease-in;
		}
			.sce_title:after {
				content:'';
				position:absolute;
				left:-26px;
				top:50%;
				transform:translateY(-50%);
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 17.5px 26px 17.5px 0;
				border-color: transparent #161616 transparent transparent;
			}
			.number {
				text-align:left;
			}
				.number img {
					max-width:100%;
					width:60%;
				}
			h3 {
				font-size:30px;
				text-align:center;
				margin:10px;
			}
			img.sce_deco {
				margin:0 auto;
				max-width:100%;
			}
			.sce_title span {
				font-size:16px;
				display:block;
				padding:8% 10% 0;
				text-align:left;
			}
			/*hover*/
			.sce:hover .sce_title {
				width:42vw;
				padding: 5% 8% 5% 0;
			}
			.sce:hover .sce_bg div {
				opacity:1;
			}
			/*2n*/
			.sce:nth-of-type(2n+0) .sce_title {
				float: left;
				padding: 5% 0 5% 6%;
			}
			.sce:nth-of-type(2n+0) .sce_bg div {
				right:0;
				left: inherit;
			}
			.sce:nth-of-type(2n+0) .number {
				text-align: right;
			}
			.sce:nth-of-type(2n+0) .sce_title:after {
				left:inherit;
				right:-26px;
				transform: rotate(-180deg);
			}
			/*2n hover*/
			.sce:nth-of-type(2n+0):hover .sce_title {
				width:42vw;
				padding: 5% 0 5% 8%;
			}
			@media screen and (max-width:1200px) {
				.sce_title {
					padding: 5% 0% 5%;
				}
				.sce:hover .sce_title {
					width:42vw;
					padding: 5% 0 5%;
				}
				.sce:nth-of-type(2n+0) .sce_title {
					padding: 5% 0% 5%;
				}
				.sce:nth-of-type(2n+0):hover .sce_title {
					padding: 5% 0 5%;
				}
				.sce_bg div {
					opacity:1;
				}
			}
			@media screen and (max-width:900px) {
				h3 {
					font-size:25px;
				}
				.sce_title span {
					font-size:15px;
				}
			}
			@media screen and (max-width:768px) {
				.sce_bg div {
					position: relative;
					width: 100%;
					height: 100%;
					min-height: 350px;
				}
				.sce_title {
					width:100%;
					float:none;
				}
				.sce:hover .sce_title,.sce:nth-of-type(2n+0):hover .sce_title {
					width:100%;
				}
				.sce_title:after {
					left: 50%;
					top: -26px;
					transform: translateX(-50%) rotate(90deg);
				}
				.sce:nth-of-type(2n+0) .sce_title:after {
					left: inherit;
					right: 50%;
					transform: rotate(90deg);
				}
			}
			@media screen and (max-width:600px) {
				.sce_bg div {
					min-height:300px;
				}
			}
			@media screen and (max-width:500px) {
				.sce_bg div {
					min-height:250px;
				}
			}
			@media screen and (max-width:425px) {
				.sce_bg div {
					min-height:200px;
				}
				.sce_title,.sce:nth-of-type(2n+0) .sce_title,.sce:hover .sce_title,.sce:nth-of-type(2n+0):hover .sce_title {
					padding:7% 0;
				}
				h3 {
					font-size: 22px;
					margin: 10px 0 0 0;
				}
				img.sce_deco {
					width:50%;
				}
			}
			@media screen and (max-width:375px) {
				.sce_title span {
					padding:8% 6% 0;
				}
			}
/*---fac---------------------------------------------------------------------------------------------------------------------------------------*/
.fac_dex {
	background:url(../../images/fac_mask.png) top center no-repeat, url(../../images/fac_bg.png) top center no-repeat;
	background-size:cover;
	width:100%;
	height:100vh;
	position:relative;
}
	.fac_title {
		position: absolute;
		top: 15%;
		left: 17%;
		width:25%;
	}
		.fac_title img {
			max-width:100%;
		}
		.fac_title h1 {
			font-size:26px;
			letter-spacing:3px;
			margin:2em 0 0 0;
		}
		@media screen and (max-width:1200px) {
			.fac_dex {
				height:70vh;
			}
		}
		@media screen and (max-width:990px) {
			.fac_dex {
				height:65vh;
			}
			.fac_title {
				left: 9%;
				width: 28%;
			}
		}
		@media screen and (max-width:630px) {
			.fac_dex {
				height:50vh;
			}
			.fac_title {
				left: 9%;
				width: 30%;
				top: 22%;
			}
			.fac_title h1 {
				font-size: 20px;
				margin: 1em 0 0 0;
			}

		}
		@media screen and (max-width:425px) {
			.fac_dex {
				height:45vh;
			}
			.fac_title {
				width: 36%;
			}
			.fac_title h1 {
				font-size: 17px;
			}
		}
/*fac1*/
.fac1 {
	text-align:center;
	position:relative;
	padding:7em 2em;
}
	.fac1:after {
		content:'';
		position:absolute;
		top:0;
		left:0;
		background:url(../../images/fac1_bg.png) top left no-repeat;
		width:53%;
		height:97%;
		background-size:cover;
		z-index:0;
		box-shadow: 0px 0px 15px rgba(0,0,0,.8);
	}
	/*fac1_img*/
	.fac1_img {
		position:relative;
		z-index:2;
	}
		.fac1_img img {
			max-width:100%;
			box-shadow: 0px 0px 5px rgba(0,0,0,.5);
		}
		.fac1_img span {
			display:block;
			background:rgba(249,192,60,.8);
			position:absolute;
			top:13%;
			right:1%;
			text-align:left;
			padding: 8em 3em;
		}
	/*fac1_deco*/
	.fac1_deco {
		position:relative;
		z-index:2;
		padding:5em 0 0;
	}
		.fac1_deco img {
			padding:0 1%;
		}
		/*fac1_text*/
		.fac1_text {
			text-align: left;
			display: inline-block;
			vertical-align: middle;
			margin: 0 4%;
			position:relative;
			overflow:hidden;
		}
			/*layerf*/
			.layerf {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background:#292929;
				z-index:3;
			}
			.fac1_text span {
				display:block;
				font-size:16px;
				letter-spacing:2px;
			}
			.fac1_text hr {
				margin:3px;
			}
			.fac1_text h2 {
				color: #faddc7;
				font-weight: normal;
				font-size: 25px;
				margin: 6px 0 0 0;
			}
			@media screen and (max-width:1440px) {
				.fac1_img span {
					right:0%;
					width:25%;
					padding: 8em 2em;
				}
				.fac1_deco img {
					width:35%;
				}
			}
			@media screen and (max-width:1020px) {
				.fac1_img span {
					right: 0%;
					padding: 2em 2em;
					position: relative;
					width: 95%;
					margin: -7% auto 0;
					top: 0;
				}
				.fac1 {
					padding:4em 3em;
				}
			}
			@media screen and (max-width:800px) {
				.fac1_img span {
					line-height:25px;
				}
				.fac1_img span {
					padding:1em 2em;
				}
				.fac1_deco {
					padding: 3em 0 2em;
				}
				.fac1_deco img {
					width: 42%;
				}
				.fac1_text {
					width:40%;
					margin:0 2%;
				}
			}
			@media screen and (max-width:600px) {
				.fac1 {
					padding: 3em 2em;
				}
					.fac1:after {
						width:81%;
					}
				.fac1_deco {
					padding: 1em 0;
				}
				.fac1_deco img {
					width:95%;
					padding:1em 0;
				}
				.fac1_text {
					width: 95%;
					margin: 0;
				}
			}
			@media screen and (max-width:425px) {
				.fac1 {
					padding: 2em 1em;
				}
				.fac1_img span {
					padding:1em;
				}
				.fac1_text span {
					font-size:15px;
				}
				.fac1_text h2 {
					font-size:20px;
				}
			}
/*facs*/
.facs {
	background:url(../../images/fac2_bg.png) top center no-repeat fixed;
	background-size:cover;
}
/*fac2*/
.fac2 {
	text-align:left;
}
	.fac2 img {
		padding: 15em 1em 4em 0;
		max-width:55%;
	}
/*fac3*/
.fac3 {
	text-align:center;
	background:url(../../images/fac3_mask.png) top center no-repeat;
	background-size:cover;
}
	.fac3 img {
		padding: 7em 2em 5em 15em;
		max-width:70%;
		-webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.63));
		filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.63));
	}
/*fac4*/
.fac4 {
	text-align:left;
	background:url(../../images/fac4_bg.png) top center no-repeat;
	background-size:cover;
	padding: 13em 0 5em 0;
}
	.fac4 img {
		vertical-align:bottom;
		-webkit-filter: drop-shadow(0px 0px 3px #000);
		filter: drop-shadow(0px 0px 3px #000);
		width:57%;
	}
	.fac4 img:first-of-type {
		width: 33%;
		padding-right: 2%;
	}
	@media screen and (max-width:900px) {
		.fac2 img {
			padding: 10em 1em 4em 0;
			max-width: 60%;
		}
		.fac3 img {
			padding: 7em 0em 5em 13em;
			max-width: 85%;
		}
		.fac4 {
			padding:8em 0 5em 0;
		}
			.fac4 img:first-of-type {
				width:35%;
			}
			.fac4 img {
				width:60%;
			}
	}
	@media screen and (max-width:600px) {
		.fac2 img {
			max-width:70%;
		}
		.fac3 img {
			padding: 7em 0em 5em 7em;
			max-width: 90%;
		}
		.fac4 {
			padding: 5em 0 3em 0;
		}
			.fac4 img:first-of-type {
				width: 55%;
				padding: 0 0 5%;
				display:inline-block;
			}
			.fac4 img {
				width: 90%;
				display: block;
				margin: 0 auto;
			}
	}
	@media screen and (max-width:425px) {
		.facs {
			background:none;
		}
		.fac2 {
			background:url(../../images/fac2_bg.png) top center no-repeat;
			background-size:cover;
		}
		.fac2 img {
			max-width: 90%;
			padding: 7em 1em 4em 0;
			-webkit-filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.7));
			filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.7));
		}
		.fac3 img {
			padding: 5em 1em 3em;
			max-width: 100%;
		}
		.fac4 img:first-of-type {
			width:74%;
		}
	}
	
	
	
	
	
	
	
