/*--------------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,  th, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family:'Open Sans','Noto Sans TC',sans-serif;
    position: relative;
    font-size: 18px;
	line-height:1.8;
	letter-spacing:1px;
	color:#333;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
	margin-bottom: 0px;
	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;
}

a {
    display: block;
	color:#333;
	text-decoration:none;
}
a:hover,a:visited,a:focus {
	text-decoration:none;
}
img {
	max-width:100%;
}
::selection {
  background:#ffc9c9;
}
.clear {
	clear:both;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
	position: fixed;
	bottom: 1%;
    right: 1%;
	cursor:pointer;
	z-index:6;
	transition:.3s ease-in-out;
	display:none;
}
	#gotop:hover {
		transform:scale(.9);
	}
	@media screen and (max-width:500px) {
		#gotop {
			width:15%;
			bottom:7%;
		}
		#gotop img {
			width:100%;
		}
	}
button, html input[type=button], input[type=reset], input[type=submit] {
	background: #fff;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 10px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgba(0,0,0,.3);
	transition:.2s ease all;
	width:150px;
	margin:0 1%;
	color:#000;
}
input[type=reset] {
	background: rgb(173, 176, 176);
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background:rgba(0,0,0,.8);
    box-shadow: 0px 0px 1px rgba(0,0,0,.3);
	color:#fff;
}
/*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;
	text-align:center;
	background:url(../../images/mask.png) top center no-repeat;
	background-size:cover;
	min-height:1645px;
	width:100%;
	z-index:7;
	margin-top:6em;
}
/*logo*/
.logo {
	position:absolute;
	top: 10em;
    right: 18vw;
}
/*scroll*/
.scroll {
	margin-top:3em;
}
.scroll a {
}
.scroll .line {
	width:2px;
	height:120px;
	margin:0 auto;
	background:#bba8a4;
	position:relative;
}
	.scroll .line:after {
		content:'';
		background:#8b0812;
		width:4px;
		height:20px;
		position:absolute;
		top:5px;
		left:-1px;
		animation:2s move infinite ease-in-out;
	}
.scroll p {
	font-size:14px;
	padding-top:1em;
	transition:.2s ease-in;
}
	.scroll a:hover p {
		color:#881811;
	}
/*ideco*/
.ideco {
	position:absolute;
	top: 12em;
    left: 25vw;
}
	@keyframes move {
		0% {
			top:-5px;
			opacity:0;
		}
		10% {
			opacity:1;
		}
		60% {
			opacity:1;
		}
		100% {
			top:80%;
			opacity:0;
		}
	}
/*dex*/
.dex {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:-1;
}
.carousel {
}
	/*item*/
	.dex .item {
		background: url(../../flash/dex1.jpg) top right no-repeat;
		background-size:cover;
		width:100%;
		height:100vh;
	}
	.dex .item:nth-of-type(2) {
		background: url(../../flash/dex2.jpg) top center no-repeat;
		background-size:cover;
	}
	.dex .item:nth-of-type(3) {
		background: url(../../flash/dex3.jpg) top center no-repeat;
		background-size:cover;
	}
	.dex .item:nth-of-type(4) {
		background: url(../../flash/dex4.jpg) top center no-repeat;
		background-size:cover;
	}
	.dex .item img {
		display:none !important;
	}
/*---main---------------------------------------------------------------------------------------------------------------------*/
#main {
	text-align:center;
	position:relative;
	margin-top:7em;
}
/***about***/
.abt {
	background:url(../../images/abt_bg.png) top center no-repeat;
	background-size:cover;
}
/*wrap1*/
.wrap1 {
	width:1300px;
	margin:0 auto;
	max-width:90%;
	padding:15em 0 3em;
}
/*title*/
.title {
	text-align:center;
	position:relative;
	padding-bottom:20px;
	margin-bottom:4em;
}
	.title:after {
		content:'';
		background:url(../../images/title_pattern.png) top center no-repeat;
		background-size:contain;
		position:absolute;
		bottom:0;
		left:50%;
		transform:translateX(-50%);
		width:100%;
		min-height:16px;
	}
.title h5 {
	font-size:50px;
	font-weight:700;
	font-family:'Lobster Two', cursive;
}
.title h6 {
	font-size:20px;
	color:#8a0712;
	padding:1em 0;
}
/***abt1***/
.abt1 {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width: 60%;
    padding: 0 2em 8em 0;
}
/*ititle*/
.ititle {
	letter-spacing:1px;
}
.ititle p:first-of-type {
	font-size:24px;
}
.abt1 .ititle {
	padding:0 2em 3em 4em;
}
.abt1 img {
}
/*abt_text*/
.abt_text {
	padding:3em 6em 0 5em;
}
.abt_text p {
	color:#bf4b41;
	padding-bottom:1em;
}
.abt_text span {
	color:#a56148;
}
/*abt_btn*/
.abt_btn {
	display:inline-block;
	vertical-align:bottom;
	width:35%;
}
.abt_btn ul {
	text-align:right;
}
.abt_btn li {
	display:inline-block;
	vertical-align:bottom;
	width:48%;
	padding:.5em;
	text-align:right;
	position:relative;
}
.abt_btn ul p {
	font-size:15px;
	display:inline-block;
	vertical-align:bottom;
	width:48%;
	padding-bottom:1em;
}
.abt_btn li:nth-of-type(1) a:after {
	background:url(../../images/abt_btn_01.jpg) center center no-repeat;
	background-size:110%;
}
.abt_btn li:nth-of-type(2) a:after {
	background:url(../../images/abt_btn_02.jpg) center center no-repeat;
	background-size:110%;
}
.abt_btn li:nth-of-type(3) a:after {
	background:url(../../images/abt_btn_03.jpg) center center no-repeat;
	background-size:110%;
}
.abt_btn a {
	position:relative;
	display:block;
	min-height:200px;
	position:relative;
	padding:10px;
	overflow:hidden;
}
	.abt_btn a:after {
		content:'';
		-webkit-filter:blur(3px);
		filter:blur(3px);
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:0;
		transition:.3s ease all;
	}
	.abt_btn a:before {
		content:'';
		border:solid 1px #fff;
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		transform:scale(.95);
		transform-origin:center center;
		z-index:3;
	}
.abt_btn li span {
	color:#fff;
	font-size:18px;
	display:block;
	text-align:center;
	padding:0 .5em;
	position:absolute;
	width:100%;
	top:50%;
	left:0%;
	transform:translate(0,-50%);
	z-index:3;
	transition:.3s ease all;
}
	.abt_btn a:hover:after {
		-webkit-filter:blur(0px);
		filter:blur(0px);
	}
	.abt_btn a:hover span {
		opacity:0;
	}
	@media screen and (max-width:1500px) {
		.logo {
			right:10vw;
		}
		.ideco {
			left: 18vw;
		}
	}
	@media screen and (max-width:1200px) {
		.logo {
			right:2vw;
		}
		.ideco {
			left: 11vw;
		}
		.abt_btn a {
			min-height:165px;
		}
		#main {
			margin-top:0;
		}
	}
	@media screen and (max-width:950px) {
		.abt1 {
			width:100%;
			padding: 0 2em 5em 0;
		}
		.abt_text {
			padding: 3em 12em 0 5em;
		}
		.abt_btn {
			width:100%;
		}
		.abt_btn a {
			min-height: 230px;
		}
		.logo {
			right: 0vw;
		}
	}
	@media screen and (max-width:768px) {
		header {
			background:url(../../images/mask_sm.png) top center no-repeat;
			background-size:cover;
			height:100vh;
			min-height:auto;
		}
		.ideco {
			display:none;
		}
		.logo {
			right: 0;
			width: 100%;
			padding:0 2em;
		}
		.dex {
			position: relative;
			width: 100%;
			height: auto;
			z-index: 5;
		}
		.dex .item {
			background:none !important;
			height: auto;
		}
		.dex .item img {
			display:block !important;
		}
		.abt {
			background: url(../../images/abt_bg.png) top center no-repeat;
			background-size: cover;
			margin-top: -24em;
			z-index: 6;
			position: relative;
		}
		#about {
			transform:translateY(-24em);
		}
		.abt1 {
			padding: 0 2em 3em 0;
		}
		.abt_text {
			padding: 3em 12em 0 2em;
		}
		.abt1 .ititle {
			padding: 0 2em 3em 2em;
		}
	}
	@media screen and (max-width:600px) {
		.abt {
			margin-top:-22em;
		}
		#about {
			transform:translateY(-22em);
		}
		.abt1 {
			padding: 0 0em 3em 0;
		}
		.abt_text {
			padding: 3em 4em 0 2em;
		}
	}
	@media screen and (max-width:500px) {
		.logo {
			right: 50%;
			width: 100%;
			transform: translateX(50%);
			top:14vh;
		}
		.abt {
			margin-top: -19em;
		}
		#about {
			transform:translateY(-14em);
		}
		.abt_btn ul p,.abt_btn li {
			width:100%;
		}
		.abt_btn a {
			min-height: 220px;
		}
	}
	@media screen and (max-width:430px) {
		header {
			background:url(../../images/mask_xs.png) top center no-repeat;
			background-size:cover;
		}
		.scroll .line {
			height:70px;
		}
		.scroll .line:after {
			height:10px;
		}
		.title {
			margin-bottom:3em;
		}
		.abt1 .ititle {
			padding: 0 2em 2em 1em;
		}
		.abt_text {
			padding: 2em 1em 0 1em;
		}
		.abt_btn a {
			min-height: 200px;
		}
		.wrap1 {
			padding: 15em 0 2em;
		}
		.scroll p {
			font-size:12px;
		}
	}
	@media screen and (max-width:380px) {
		#about {
			transform:translateY(-13em);
		}
	}
	@media screen and (max-width:350px) {
		#about {
			transform:translateY(-11em);
		}
	}
/*---inews------------------------------------------------------------------------------------------------------------------------*/
.inews {
	text-align:left;
	background:#f3f3f3;
	padding:1em 0;
}
/*inews_pattern*/
.inews_pattern {
	background:url(../../images/pattern.png) top left repeat-x;
	background-size:contain;
	width:100%;
	min-height:66px;
	margin-bottom:4em;
}
img.in_tit {
	width:43%;
}
	@media screen and (max-width:950px) {
		img.in_tit {
			width: 80%;
		}
	}
	@media screen and (max-width:600px) {
		img.in_tit {
			width: 90%;
		}
		.inews_pattern {
			min-height:50px;
			margin-bottom:2em;
		}
	}
/*---spring--------------------------------------------------------------------------------------------------------------------------*/
.spring {
}
/***spring1***/
.spring1 {
	position:relative;
	text-align:right;
	background:#f3f3f3;
}
/*spri_bg*/
.spri_bg {
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
	background:url(../../images/spring_bg.jpg) bottom center no-repeat fixed;
	background-size:cover;
	position:relative;
}
/*spri_text*/
.spri_text {
	display:inline-block;
	text-align:left;
	width:60%;
	padding: 12em 14em 12em 30em;
	position:relative;
}
.spri_text span {
	padding-top:2em;
	display:block;
}
	.spri_text:before {
		content:'';
		background:rgba(243,243,243,.9);
		clip-path: polygon(40% 0, 100% 0%, 100% 100%, 0 100%);
		-webkit-clip-path: polygon(40% 0, 100% 0%, 100% 100%, 0 100%);
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:100%;
		z-index:-2;
	}
	.spri_text:after {
		content:'';
		background:rgba(243,243,243,.75);
		clip-path: polygon(70% 8%, 100% 8%, 100% 100%, 0% 100%);
		-webkit-clip-path: polygon(70% 8%, 100% 8%, 100% 100%, 0% 100%);
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:100%;
		z-index:-1;
	}
/***spri_btm***/
.spri_btm {
	background:url(../../images/spring_btm.png) bottom right no-repeat;
	background-size:cover;
	padding:3em 0 7em;
	position:relative;
}
	.spri_btm:after {
		content:'';
		background-image: linear-gradient(to top,  rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:45px;
	}
.wrap2 {
	width:1200px;
	margin:0 auto;
	max-width:90%;
}
/*spa*/
.spa {
}
.spa img {
	vertical-align:middle;
	width: 62%;
    padding-right: 1em;
}
/*spa_text*/
.spa_text {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	width: 36%;
    padding: 0 2em;
}
.spa_text span {
	display:block;
	padding-top:1em;
}
.spa_text strong {
	color:#a56148;
	font-weight:normal;
}
/*spa2*/
.spa2 {
	position: relative;
}
.spa2 p {
	text-align: right;
    position: absolute;
    top: 9em;
    left: 7vw;
}
.spa2 span {
	color:#4960ac;
}
.spa2 img:nth-of-type(1) {
	padding: 6em 1em 0 0;
    width: 61%;
    vertical-align: top;
}
.spa2 img:nth-of-type(2) {
	width:25%;
}
	@media screen and (max-width:1500px) {
		.spri_text {
			padding: 12em 5em 12em 23em;
		}
	}
	@media screen and (max-width:1300px) {
		.spri_text {
			width:70%;
		}
	}
	@media screen and (max-width:1200px) {
		.spri_text {
			padding: 7em 3em 8em 16em;
		}
		.spa2 p {
			top:7em;
		}
	}
	@media screen and (max-width:1100px) {
		.spa2 p {
			top:8em;
			left:6vw;
		}
	}
	@media screen and (max-width:970px) {
		.spri_bg {
			background-attachment:inherit;
		}
		.spri_text {
			width: 80%;
			padding: 5em 3em 5em 19em;
		}
		.spri_btm {
			padding: 1em 0 4em;
		}
		.spa2 img:nth-of-type(1) {
			width: 66%;
		}
		.spa2 img:nth-of-type(2) {
			width: 30%;
		}
		.spa2 p {
			top: 7em;
			left: 0vw;
		}
	}
	@media screen and (max-width:850px) {
		.spri_text {
			padding: 4em 2em 5em 14em;
		}
		.spa2 p {
			left: 0vw;
			position: relative;
			top: 0;
			text-align: left;
			padding: 2em;
		}
		.spa2 img {
			margin-top:-8em;
		}
	}
	@media screen and (max-width:768px) {
		.spri_text {
			padding: 4em 2em 5em 17em;
			width:90%;
		}
		.spa img {
			width:auto;
		}
		.spa_text {
			width: 100%;
			padding: 2em 1em;
		}
		.spa2 p {
			padding: 1em 0 3em 1em;
		}
	}
	@media screen and (max-width:600px) {
		.spri_text {
			padding: 4em 2em 5em 14em;
			width: 100%;
		}
	}
	@media screen and (max-width:530px) {
		.spri_text {
			padding: 3em 2em 5em 12em;
		}
		.spa2 img:nth-of-type(1),.spa2 img:nth-of-type(2) {
			width: auto;
			padding: 0;
		}
		.spa2 img:nth-of-type(2) {
			padding-top:1em;
			max-width:55%;
		}
		.spa2 p {
			padding: 1em 0em 1em 0em;
			text-align: right;
		}
		.spa2 img {
			margin-top: 0em;
		}
		.spa2 {
			text-align:right;
		}
		.spri_btm {
			padding: 1em 0 2em;
		}
	}
	@media screen and (max-width:450px) {
		.spri_bg {
			clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
			-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
		}
		.spri_text {
			padding: 3em 2em 3em 4em;
		}
		.spri_text:before {
			background: rgba(243,243,243,.8);
			clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
			-webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%);
		}
		.spri_text:after {
			clip-path: polygon(55% 8%, 100% 8%, 100% 100%, 0 100%);
			-webkit-clip-path: polygon(55% 8%, 100% 8%, 100% 100%, 0 100%);
		}
		.spri_text span {
			padding-top: 1em;
		}
	}
/*---environment-------------------------------------------------------------------------------------------------------------*/
.environment {
}
/***env1***/
.env1 {
	background:url(../../images/env_bg.jpg) center center no-repeat fixed;
	background-size:cover;
	text-align:left;
}
/*env1_text*/
.env1_text {
	position:relative;
	display:inline-block;
	width:50%;
	padding: 20em 24em 7em 15em;
}
.env1_text .ititle,.env1_text span {
	z-index:5;
	position:relative;
}
.env1_text span {
	display:block;
	padding-top:2em;
}
	.env1_text:before {
		content:'';
		background:rgba(243,243,243,.75);
		clip-path: polygon(0 20%, 50% 20%, 100% 100%, 0% 100%);
		-webkit-clip-path: polygon(0 20%, 50% 20%, 100% 100%, 0% 100%);
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:100%;
		z-index:0;
	}
	.env1_text:after {
		content:'';
		background:rgba(243,243,243,.9);
		clip-path:polygon(0 32%, 66% 25%, 90% 100%, 0% 100%);
		-webkit-clip-path:polygon(0 32%, 66% 25%, 90% 100%, 0% 100%);
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:100%;
		z-index:0;
	}
/***env_btm***/
.env_btm {
	background:rgba(255,255,255,.85);
	position:relative;
}
	.env_btm:before {
		content:'';
		background:url(../../images/env_deco01.png) top left no-repeat;
		background-size:contain;
		position:absolute;
		top:0;
		left: 4em;
		width: 3%;
		height: 47%;
	}
	.env_btm:after {
		content:'';
		background:url(../../images/env_deco02.png) top right no-repeat;
		background-size:contain;
		position:absolute;
		top:5em;
		right:0;
		width:19%;
		height:22%;
	}
.wrap3 {
	width:1300px;
	margin:0 auto;
	max-width:90%;
	padding:6em 0;	
}
/*feature1*/
.feature1 {
}
.feature1 img {
	vertical-align:middle;
	width:41%;
}
.feature1_text {
	display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 2em;
    width: 35%;
}
.feature1_text span {
	padding-top:2em;
	display:block;
}
.feature1_text strong:nth-of-type(1) {
	font-weight:normal;
	color:#a56148;
}
.feature1_text strong:nth-of-type(2) {
	font-weight:normal;
	color:#4960ac;
}
/***feature2***/
.feature2 {
	padding-top:4em;
}
img.ft21 {
	vertical-align:top;
	width:50%;
	padding-top:1em;
}
/*ft2*/
.ft2 {
	display: inline-block;
    vertical-align: top;
    text-align: left;
    width:50%;
    margin-left: -6px;
}
.ft2 img {
}
.rest {
	padding:3em 2em 2em 3em;
}
.rest span {
	padding:1em 13em 0 0;
	display:block;
}
	@media screen and (max-width:1500px) {
		.env1_text {
			width: 55%;
			padding: 20em 17em 7em 7em;
		}
	}
	@media screen and (max-width:1200px) {
		.env1_text {
			width: 60%;
			padding: 16em 15em 6em 5em;
		}
		.rest span {
			padding: 1em 5em 0 0;
		}
		.wrap3 {
			padding: 6em 0 2em;
		}
		.env_btm:after {
			top:3em;
		}
	}
	@media screen and (max-width:970px) {
		.env1 {
			background-attachment:inherit;
		}
		.env1_text {
			width: 60%;
			padding: 15em 10em 5em 3em;
		}
		.rest span {
			padding: 1em 2em 0 0;
		}
		.wrap3 {
			padding: 6em 0 1em;
		}
	}
	@media screen and (max-width:900px) {
		.feature2 {
			padding-top: 2em;
		}
		img.ft21 {
			width: auto;
			padding-top: 0em;
			padding-bottom:1em;
		}
		.ft2 {
			text-align:center;
			width:100%;
			margin:0;
		}
		.rest {
			text-align:left;
		}
	}
	@media screen and (max-width:768px) {
		.env1_text {
			width: 80%;
		}
		.wrap3 {
			padding: 4em 0 1em;
		}
		.feature1 img {
			width:auto;
		}
		.feature1_text {
			padding: 1em 5em;
			width: 100%;
		}
		.env_btm:before {
			left:2em;
			width:4%;
		}
		.env_btm:after {
			width: 21%;
			height: 7%;
		}
		.rest {
			padding: 2em 1em 2em 2em;
		}
	}
	@media screen and (max-width:600px) {
		.env1_text {
			width: 100%;
		}
		.env1_text:before {
			background:rgba(243,243,243,.6);
		}
		.env1_text:after {
			background:rgba(243,243,243,.8);
		}
		.env_btm:before {
			left: 1em;
		}
		.feature1_text {
			padding: 1em 1em;
		}
		.rest span {
			padding: 1em 0em 0 0;
		}
	}
	@media screen and (max-width:500px) {
		.env1_text {
			padding: 10em 10em 2em 2em;
		}
		.rest {
			padding: 2em 1em 1em 1em;
		}
	}
	@media screen and (max-width:430px) {
		.env1_text {
			padding: 10em 8em 2em 2em;
		}
		.rest {
			padding: 2em 1em 1em 1em;
		}
		.env1_text span {
			padding-top: 1em;
		}
		.feature1_text span {
			padding-top: 1em;
		}
	}
	@media screen and (max-width:350px) {
		.env1_text {
			padding:10em 5em 1em 1em;
		}
	}
/*---surrounding----------------------------------------------------------------------------------------------------------------*/
.surrounding {
}
/*surdi_bg*/
.surdi_bg {
	background:url(../../images/sur_bg.jpg) center center no-repeat fixed;
	background-size:cover;
	min-height:550px;
}
/*surdi_img*/
.surdi_img {
	background:#f8fff2;
	position:relative;
	padding:6em 0 4em;
}
	.surdi_img:after {
		content:'';
		background:url(../../images/sur_btm.png) bottom center no-repeat;
		background-size:cover;
		width:100%;
		height:77%;
		position:absolute;
		bottom:0;
		left:0;
	}
.surdi_text {
	width:730px;
	margin:0 auto;
	max-width:90%;
}
.surdi_text .ititle {
	z-index:5;
	position:relative;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding:1em 2em 0 0;
	width:30%;
}
.surdi_text span {
	z-index:5;
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:65%;
	text-align:left;
}
.surdi_img ul {
	z-index:5;
	position:relative;
	width:1200px;
	margin:0 auto;
	max-width:90%;
	padding-top:10em;
}
.surdi_img li {
	display:inline-block;
	vertical-align:top;
	width:31%;
	padding:0 .5em;
}
.surdi_img li img {
}
.surdi_img li p {
	padding-top:1em;
}
	@media screen and (max-width:990px) {
		.surdi_bg {
			min-height:470px;
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:700px) {
		.surdi_bg {
			min-height:350px;
		}
		.surdi_img ul {
			max-width:100%;
		}
	}
	@media screen and (max-width:530px) {
		.surdi_bg {
			min-height:300px;
		}
		.surdi_img ul {
			padding-top:6em;
		}
	}
	@media screen and (max-width:450px) {
		.surdi_bg {
			min-height:250px;
		}
		.surdi_text .ititle {
			width:100%;
		}
		.surdi_text span {
			width:100%;
			padding-top:1em;
		}
		.surdi_img {
			position: relative;
			padding: 3em 0 2em;
		}
		.surdi_img ul {
			padding-top: 3em;
		}
		.surdi_img li {
			width:100%;
			padding:0 0 1em 0;
		}
		.surdi_img li p {
			padding-top:.5em;
		}
	}
	@media screen and (max-width:380px) {
		.surdi_bg {
			min-height:200px;
		}
		.surdi_img {
			padding: 2em 0 1em;
		}
	}
/*---footer--------------------------------------------------------------------------------------------------------------*/
footer {
	background:#fff;
	padding:1em 0 0 0;
	font-size:15px;
}
/***ft_pattern***/
.ft_pattern {
	background:url(../../images/pattern.png) top left repeat-x;
	background-size:contain;
	min-height:66px;
	width:100%;
	margin-bottom:3em;
}
/*ft_wrap*/
.ft_wrap {
	width:1265px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
}
/*ft_info*/
.ft_info {
	display:inline-block;
	vertical-align:middle;
	width:33%;
	text-align:left;
}
ul.ft_btn {
}
ul.ft_btn li {
	display:inline-block;
	vertical-align:bottom;
	width:27%;
}
ul.ft_btn a {
	-webkit-filter:grayscale(1);
	filter:grayscale(1);
	transition:.3s ease all;
}
	ul.ft_btn a:hover {
		-webkit-filter:grayscale(0);
		filter:grayscale(0);
	}
ul.ft_text {
	padding:1em 0 2em;
}
ul.ft_text li {
}
ul.ft_text li p {
	display:inline-block;
	vertical-align:top;
}
ul.ft_text li p:nth-of-type(1) {
}
ul.ft_text li p:nth-of-type(2) {
}
/*ft_logo*/
.ft_logo {
	display:inline-block;
	vertical-align:middle;
	width:25%;
	padding:0 1em;
}
/*ft_mark*/
.ft_mark {
	display:inline-block;
	vertical-align:middle;
	width:40%;
}
.ft_mark ul {
}
.ft_mark li {
	display:inline-block;
	vertical-align:bottom;
	width:23%;
}
.ft_mark img {
	-webkit-filter: drop-shadow(0px 1px 5px rgba(51, 51, 51, .3));
	filter: drop-shadow(0px 1px 5px rgba(51, 51, 51, .3));
}
.ft_mark p {
	padding-top:1em;
	font-size: 14px;
    white-space: nowrap;
}
footer hr {
	border-top: 1px solid #000;
	margin:0;
}
/*icon*/
.icon {
	display:inline-block;
	text-align:left;
	width:40%;
	padding:1em 0;
	font-size:14px;
}
.icon a {
	display:inline-block;
	font-size:14px;
	padding:0 3px;
	transition:.2s ease-in;
}
	.icon a:hover {
		transform:translateY(-5px);
	}
/*copyright*/
.copyright {
	display:inline-block;
	text-align:right;
	width:50%;
	font-size:14px;
	padding:1em 0;
}
.copyright a {
	display:inline-block;
	font-size:14px;
	transition:.2s ease-in;
}
	.copyright a:hover {
		color:#b92d2e;
	}
	@media screen and (max-width:1200px) {
		.ft_mark {
			width:800px;
			max-width:100%;
			padding:1em 0 2em;
		}
		.ft_info {
			width:45%;
		}
		.ft_logo {
			width:40%;
		}
		.icon {
			width:100%;
			text-align:center;
			padding:1em 0 0 0;
		}
		.copyright {
			width:100%;
			text-align:center;
			padding:1em 0;
		}
		.ft_mark li {
			padding:0 .5em;
		}
	}
	@media screen and (max-width:810px) {
		ul.ft_text li p:nth-of-type(2) {
			width: 70%;
		}
	}
	@media screen and (max-width:700px) {
		.ft_pattern {
			min-height: 50px;
			margin-bottom: 2em;
		}
		.ft_info {
			width:80%;
		}
		ul.ft_btn {
			text-align:center;
		}
		.ft_logo {
			width: 310px;
			max-width:100%;
			padding:0 1em 1em 1em;
		}
		.ft_mark {
			width:100%;
		}
	}
	@media screen and (max-width:500px) {
		.ft_info {
			width: 100%;
		}
		.ft_logo {
			width:80%;
		}
		.ft_mark {
			width: 100%;
			font-size: 14px;
		}
		ul.ft_text {
			padding: 1em 0 0em;
		}
		.ft_mark {
			font-size:13px;
		}
		ul.ft_btn li {
			width:30%;
		}
		.copyright a,.copyright,.icon {
			font-size:12px;
		}
		.ft_mark li {
			padding:.5em;
		}
		.ft_mark p {
			padding-top: .5em;
			font-size: 15px;
			white-space: inherit;
			transform: scale(.9);
			line-height: 1.3;
		}
	}
	@media screen and (max-width:350px) {
		ul.ft_text li p:nth-of-type(2) {
			width: 68%;
		}
		.ft_mark li {
			width: 45%;
		}
	}
/*---nav-----------------------------------------------------------------------------------------------------------------------------------*/
nav {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:rgba(255,255,255,.95);
	z-index:7;
	opacity:0;
	visibility:hidden;
	transition:.5s ease all;
}
.navshow {
	opacity:1;
	visibility:visible;
}
/***mobile ibutton***/
.mibutton {
	z-index: 30;
	cursor:pointer;
	width:40px;
	height:45px;
	color:#000;
	text-align:center;
	mix-blend-mode: difference;
	position:fixed;
	top:1em;
	right:1em;
	z-index:8;
	display:none;
}
	.mibutton span {
		display: inline-block;
		width: 100%;
		height: 2px;
		transition: .3s ease all;
		position: absolute;
		top:0;
		right:0;
		background:#fff;
		transform-origin:left top;
		mix-blend-mode: difference;
	}
		.mibutton span:nth-child(2) {
			top:25px;
		}
		.mibutton span:nth-child(3) {
			top:33px;
		}
	.mibutton strong {
		display:block;
		text-align:center;
		font-weight: normal;
		font-size: 13px;
		position:absolute;
		top:3px;
		left:50%;
		transform:translateX(-50%);
		mix-blend-mode: difference;
		color:#fff;
		letter-spacing:0;
	}
		.mibutton_ani span:nth-child(2) {
			-webkit-transform:rotate(10deg);
					transform:rotate(10deg);
			-webkit-transform-origin:bottom left;
					transform-origin:bottom left;
		}
		.mibutton_ani span:nth-child(3) {
			-webkit-transform:rotate(-15deg);
					transform:rotate(-15eg);
			-webkit-transform-origin:top left;
					transform-origin:top left;
		}
/****nav_inner***/
.nav_inner {
	width:400px;
	margin:0 auto;
	max-width:100%;
	position:fixed;
	top:0em;
	left:50%;
	transform:translateX(-50%);
	opacity:0;
	visibility:hidden;
	transition:1s ease all;
	height:90vh;
}
.innershow {
	opacity:1;
	visibility:visible;
	transition-delay:.6s;
	top:2em;
}
.wrap0 {
}
/*ilogo*/
.ilogo {
	position:relative;
	padding-bottom:3em;
}
	.ilogo:before {
		content:'';
		background:url(../../images/imenu_pattern.png) bottom center no-repeat;
		background-size:contain;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:27px;
	}
.nav_inner ul {
	margin:2em 0;
	text-align:center;
}
.nav_inner li {
	padding-bottom:2em;
}
.nav_inner li a {
	position:relative;
	padding:.2em 0 0 0;
}
	.nav_inner li a:after {
		content:'';
		background:url(../../images/snake.png) top left no-repeat;
		background-size:contain;
		position:absolute;
		top:-5px;
		left:2em;
		width:43px;
		height:48px;
		transform: rotate(-75deg) scale(.9);
		opacity:0;
		transition:.6s ease all;
	}
p.ch {
	display:inline-block;
	vertical-align:top;
	position:relative;
	font-size:18px;
	font-weight:600;
	min-width: 80px;
    text-align: center;
	margin-right:1em;
	padding-bottom:.5em;
	transition:.2s ease all;
}
	p.ch:after {
		content:'';
		background:url(../../images/ibutton_pattern.png) bottom center no-repeat;
		background-size:contain;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:7px;
	}
p.en {
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	text-align: left;
    min-width: 100px;
	padding-top:.1em;
	transition:.2s ease all;
}
	.nav_inner li a:hover:after {
		transform: rotate(0deg) scale(1);
		opacity:1;
	}
	.nav_inner li a:hover p {
		color:#e02d38;
	}
	@media screen and (max-width:1600px) {
		.nav_inner {
			overflow-y:scroll;
		}
	}
	@media screen and (max-width:600px) {
		.ilogo {
			padding: 0 2em 3em;
			text-align: center;
		}
		.ilogo:before {
			height:22px;
		}
	}
	@media screen and (max-width:450px) {
		.ilogo {
			padding: 0 3em 2em;
		}
		.ilogo:before {
			height:18px;
		}
		.nav_inner li {
			padding-bottom: 1.5em;
		}
		.mibutton {
			top:.5em;
		}
	}
	@media screen and (max-width:350px) {
		.nav_inner li a:after {
			left: 1em;
			width: 34px;
			height: 43px;
		}
	}
/*---inbg----------------------------------------------------------------------------------------------------------------------------*/
.inbg {
	position:relative;
	text-align:center;
}
	.inbg:before {
		content:'';
		background:rgba(82,127,165,.45);
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
	}
.inbg_rm {
	background:url(../../images/inbg_room.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_loc {
	background:url(../../images/inbg_loc.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_news {
	background:url(../../images/inbg_news.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_note {
	background:url(../../images/inbg_note.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_sce {
	background:url(../../images/inbg_sce.jpg) top center no-repeat fixed;
	background-size:cover;
}
/*---inframe-----------------------------------------------------------------------------------------------------------------------*/
.inframe {
	width:1479px;
	margin:0 auto;
	max-width:100%;
	padding:5em 0;
	min-height:50vh;
}
/***intop***/
.intop {
	background:url(../../images/inpattern_01.png) bottom center no-repeat;
	background-size:contain;
	min-height:246px;
	width:100%;
	position:relative;
	padding-top:3em;
}
/***inmiddle***/
.inmiddle {
	background:url(../../images/inpattern_02.png) top center repeat-y;
	background-size:contain;
	min-height:294px;
	width:100%;
	position:relative;
}
.wrap4 {
	padding:0 5em 3em;
}
/***inbtm***/
.inbtm {
	background:url(../../images/inpattern_03.png) top center no-repeat;
	background-size:contain;
	min-height:50px;
	width:100%;
	position:relative;
}

/*---rmguide-------------------------------------------------------------------------------------------------------------------*/
.rmguide {
}
.rmguide ul {
	text-align:center;
}
.rmguide li {
	display:inline-block;
	vertical-align:top;
	width:31%;
	padding:1em .5em;
}
.rmguide a {
	position:relative;
}
img.rgbt {
	transition:.3s ease all;
	position:relative;
	z-index:2;
}
img.rgbt1 {
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	transition:.3s ease all;
	z-index:1;
}
	.rmguide a:hover img.rgbt {
		opacity:0;
	}
	@media screen and (max-width:1340px) {
		.intop {
			padding-top:5em;
		}
	}
	@media screen and (max-width:1120px) {
		.intop {
			padding-top: 7em;
		}
		.wrap4 {
			padding: 3em 5em 3em;
		}
	}
	@media screen and (max-width:900px) {
		.inbg {
			background-attachment:inherit;
		}
		.intop .title {
			position:absolute;
			top:4em;
			left:50%;
			transform:translateX(-50%);
			margin:0;
			z-index:3;
		}
		.intop {
			padding-top: 0em;
			min-height:165px;
		}
		.rmguide li {
			width:45%;
		}
	}
	@media screen and (max-width:740px) {
		.intop {
			min-height:145px;
		}
		.intop .title {
			transform: translateX(-50%) scale(.9);
		}
	}
	@media screen and (max-width:600px) {
		.intop {
			min-height: 120px;
		}
		.intop .title {
			transform: translateX(-50%) scale(.8);
			transform-origin:top center;
		}
		.wrap4 {
			padding: 3em 2em 3em;
		}
		.inframe {
			padding: 5em 0 2em;
		}
	}
	@media screen and (max-width:500px) {
		.intop {
			min-height: 95px;
		}
		.intop .title {
			width:100%;
			top:3em;
		}
		.intop .title h6 {
			padding: .5em 0;
		}
		.wrap4 {
			padding: 4em 2em 2em;
		}
		.inframe {
			padding: 5em 0 1em;
		}
	}
	@media screen and (max-width:430px) {
		.intop {
			min-height: 87px;
		}
		.intop .title {
			transform: translateX(-50%) scale(.7);
		}
		.rmguide li {
			width: 83%;
		}
		.inbtm {
			min-height:30px;
		}
	}
	@media screen and (max-width:380px) {
		.inframe {
			padding: 3em 0 1em;
		}
		.intop {
			min-height: 84px;
		}
	}
/*---room---------------------------------------------------------------------------------------------------------------------------*/
/*rm_title*/
.rm_title {
	font-size:24px;
	font-weight:700;
}
/***rm***/
.rm {
	text-align:center;
	position:relative;
}
#wowslider-container1 {
	padding:0 10em;
}
/*other*/
.other {
	position:absolute;
	bottom:2em;
	right:0;
	z-index:-1;
	transition:.2s ease all;
}
.other p {
	display:none;
}
	.other:hover {
		transform:translateX(3%);
	}
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
	list-style: none;
}

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

.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:22%;
	}
}

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

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

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

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

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

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

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


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

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

.r_icons ul {
	list-style: none;
}

.r_icons li {
	float: left;
}

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

table.fac td {
	vertical-align: top;
}
@media screen and (max-width:815px) {
	.r_icons li {
		width: 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;
	}
}
@media screen and (max-width:350px) {
	.r_icons li {
		width: 30%;
	}
}
/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/

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

.note_icon ul {
	list-style: none;
}

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

.note_icon li img {
	padding-bottom: 5px;
	max-width: 100%;
}

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

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

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

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

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

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

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

@media screen and (max-width:400px) {
	.note_icon li {
		width: 32%;
		padding: 6px;
	}
}
@media screen and (max-width:330px) {
	.note_icon li {
		width: 31%;
		padding: 1px;
	}
}
/*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:75%;
}
/*rm_sub*/
.rm_sub {
	margin-bottom:-2em;
}
/*rminfo*/
.rminfo {
	width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}
/*roomb*/
.roomb {
	display:inline-block;
	vertical-align:top;
	width:48%;
	padding:0 2em;
	text-align:left;
}
.roomb .rb_tit {
	text-align:left;
}
.roomb:nth-of-type(2) {
	text-align:right;
}
/*rb_tit*/
.rb_tit {
	color:#303c51;
	text-align:center;
	position:relative;
	display:inline-block;
	padding:0 1.5em;
}
	.rb_tit:before {
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 18px;
		border-color: transparent transparent transparent #000000;
		position:absolute;
		top:50%;
		left:0;
		transform:translateY(-50%);
	}
	.rb_tit:after {
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 18px 10px 0;
		border-color: transparent #000000 transparent transparent;
		position:absolute;
		top:50%;
		right:0;
		transform:translateY(-50%);
	}
.rb_tit p {
	text-align:center;
	font-size:18px;
}
.rb_tit p:nth-of-type(2) {
	font-size:14px;
}
.roomb hr {
	border-top:solid 3px #c24b34;
	margin:1em -2.5em;
}
	@media screen and (max-width:990px) {
		.other {
			width:25%;
		}
		#wowslider-container1 {
			padding: 0 7em;
		}
	}
	@media screen and (max-width:900px) {
		.roomb {
			width:100%;
			padding-bottom:2em;
		}
		.roomb hr {
			margin: 1em 0;
		}
		.rm_sub {
			margin-bottom:1em;
		}
		.roomb:nth-of-type(2) {
			text-align: left;
		}
	}
	@media screen and (max-width:900px) {
		#wowslider-container1 {
			padding: 0 4em 0 0em;
		}
		.other {
			right:-3em;
			width:30%;
		}
		.roomb {
			padding:0 0 1em 0;
		}
	}
	@media screen and (max-width:700px) {
		#wowslider-container1 {
			padding: 0 3em 0 0em;
		}
	}
	@media screen and (max-width:600px) {
		#wowslider-container1 {
			padding: 0 5em 0 0em;
		}
		.other {
			right: -1em;
			width: 30%;
		}
		.rm_title {
			padding-top: .5em;
		}
	}
	@media screen and (max-width:530px) {
		.other {
			right: -1em;
			width: 35%;
		}
		.roomb {
			padding: 1em 0 1em 0;
		}
	}
	@media screen and (max-width:460px) {
		#wowslider-container1 {
			padding: 0 0em 0 0em;
		}
		.other img {
			display:none;
		}
		.other {
			position:relative;
			text-align:right;
			display:block;
			width:100%;
			bottom:0;
			right:0;
		}
		.other a {
			display:inline-block;
			background:#000;
			border-radius:5px;
			padding: 10px;
			margin-top: 1em;
		}
		.other p {
			display:block;
			color:#fff;
			font-size:14px;
		}
		.rm_sub {
			margin-bottom: 0em;
			text-align: left;
			margin-top: -3em;
			padding-right: 130px;
		}
	}
	@media screen and (max-width:350px) {
		.rm_sub {
			font-size:12px;
		}
	}
/***note***/
.note { 
	padding:2em 0 2em;
	width:1000px;
	margin:0 auto;
	max-width:100%;
}
.notetitle {
	padding-bottom:1em;
}
	@media screen and (max-width:500px) {
		.note {
			padding: 1em 0 2em;
		}
	}
/*---map-----------------------------------------------------------------------------------------------------------------------*/
.map {
	position:relative;
	background:#9c0e0e;
	padding:6px;
	width:1250px;
	margin:0 auto;
	max-width:100%;
	min-height:620px;
}
.map iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:solid 4px #000;
	transform:scale(.98);
	transform-origin:center center;
}
/*route*/
.route {
	text-align:left;
	padding:2em 5em;
}
.route ul {
}
.route li {
	color:#8b0712;
	font-size:18px;
	font-weight:700;
	padding:.2em 0;
}
.route p {
	color:#000;
	font-size:16px;
	font-weight:normal;
	padding:0em 1em 1em 1.6em;
}
.route a {
	color: #123c61;
	transition:.3s ease all;
}
	.route a:hover {
		transform:translateX(10px);
	}
	@media screen and (max-width:1200px) {
		.route {
			padding: 2em 1em;
		}
	}
	@media screen and (max-width:930px) {
		.map {
			min-height:500px;
		}
	}
	@media screen and (max-width:700px) {
		.map {
			min-height:400px;
		}
	}
	@media screen and (max-width:450px) {
		.map {
			min-height:300px;
		}
		.route {
			padding: 2em 0em;
		}
	}
/*************************
********services_sce******
**************************/
#services_sce {
	padding: 0 2em 30px;
}

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

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

.scebtn h2.scebtn1 {
	background: #d85a51;
}

.scebtn h2.scebtn2 {
	background: #80a076;
}

.scebtn h2.scebtn3 {
	background: #89b5cb;
}

.scebtn h2.scebtn4 {
	background: #8dcfca;
}

.scebtn h2.scebtn5 {
	background: #b7ad6f;
}

.scebtn h2.scebtn6 {
	background: #8b8583;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
	background: #fff;
	border: #7e6b5a 3px solid;
	color: #656565;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
@media (max-width:1440px) {
	#services_sce {
		padding: 0 0em 60px;
	}
}
@media (max-width:480px) {
	.scebtn {
		padding: 0 0;
	}
	.scebtn h2 {
		margin:5px;
	}
}

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

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

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

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

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

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

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

.scebox:hover {
	cursor: pointer;
}

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

.scebox_hot {
	padding: 0 80px;
}

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

.scetag {
	float: right;
	color: #fff;
	padding: 4px 20px;
	margin-left: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.scetag1 {
	background: #d85a51;
}

.scetag2 {
	background: #80a076;
}

.scetag3 {
	background: #89b5cb;
}

.scetag4 {
	background: #8dcfca;
}

.scetag5 {
	background: #b7ad6f;
}

.scet h3 {
	clear: both;
	color: #3d3d3d;
	font-size: 23px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom:5px;
    display: inline-block;
}

.sceimg img {
	margin: 0 auto;
	display:block !important;
}

.scep p {
	color: #616161;
	text-align:left;
	margin:10px 0 0 0;
	line-height:25px;
}
.scemore {
	text-align:right;
}
	.scemore img {
		display: inline-block !important;
	}

@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%;
	height:auto !important;
}

@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;
	}
}
/*---newstable------------------------------------------------------------------------------------------------------------------------*/
.newstable {
	text-align:left;
	margin:0 auto;
	max-width:90%;
	width:1200px;
	padding-bottom:3em;
	position:relative;
	z-index:5;
}
	.newstable table {
		width:100%;
	}
	.newstable a {
		display:inline-block;
	}
	.newstable img {
		max-width:100%;
	}
/******************************************/
.npic div {
    background: no-repeat center center;
}
.newslist_rwd .ntitle p {
    font-size: 18px;
    color: #131212;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0px;
	text-align:left;
}
.newslist_rwd .ninfo p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
	text-align:left;
	color: #131212;
}
.inews .newslist_rwd .ninfo p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #131212;
}
.newslist_rwd .ninfo {
    font-size: 14px;
    line-height: 16px;
	color:#a64d4d;
	text-align:right;
}
.nbox {
    margin: 0;
    padding: 0;
}
.nbox div {
    display: inline-block;
}
.nbox div:nth-child(2) {
    width: 100%-130px;
}

/*******/
.newslist_rwd {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	padding:0 1em 2em 3em;
	transition:.2s ease all;
}
	.newslist_rwd:hover {
		opacity:.5;
	}
	.newslist_rwd a {
		display:inline-block;
	}
.newslist_rwd td {
    vertical-align: top
}
.newslist_rwd .npic {
    width: 30%;
}
.newslist_rwd .ntext {
    width: 65%;
	padding: 0em 1em 1em 1em;
	vertical-align:top;
}
.newslist_rwd .npic img {
    width: 120px;
    height: 120px;
	border-radius:100%;
}
.newslist_rwd .ntitle,
.newslist_rwd .ninfo {
    padding-bottom: 5px;
	display:block;
	width:100%;
}
.newslist_rwd .ntitle {
	padding:1em 0 1em 0;
}
.newslist_rwd .npicimg {
    min-width: 130px;
    min-height: 130px;
	border-radius:2px;
}
.inews .page_num {
	display:none;
}
.inews table {
	display:inline-block;
	vertical-align:top;
	width:50%;
}
.inews .newslist_rwd {
	width:60%;
}
.newslist_rwd table {
	width:100%;
}
@media screen and (max-width: 1440px) {
	.inews .newslist_rwd {
		width: 80%;
	}
}
@media screen and (max-width: 1199px) {
    .newslist_rwd .npicimg {
        min-width: 113px;
        min-height: 113px;
    }
	.newslist_rwd .npic {
		width: 33%;
	}
	.newslist_rwd .ntext {
		width: 65%;
	}
}
@media screen and (max-width: 991px) {
   .newstable {
	   width:100%;
   }
   .newslist_rwd .ntext {
		padding: 1em 1em 1em 1em;
	}
	.newslist_rwd .ntitle {
		padding: 0em 0 .5em 0;
	}
}
@media screen and (max-width: 950px) {
   .newslist_rwd {
	   padding: 0 1em 2em 0em;
	   width:100%;
   }
   .inews table {
	  display: block;
		vertical-align: top;
		width: 65%;
		text-align: center;
   }
   .newslist_rwd table {
		width: 100%;
	}
}
@media screen and (max-width: 840px) {
   .newslist_rwd {
	   width:100%;
	   padding:1em;
   }
   .newslist_rwd .npicimg {
		min-width: 130px;
		min-height: 130px;
	}
}
@media screen and (max-width: 700px) {
   .newslist_rwd .npicimg {
		min-width: 110px;
		min-height: 110px;
	}
	.inews_top .newslist_rwd {
		padding:2em 0 0;
	}
}
@media screen and (max-width: 610px) {
	.inews .newslist_rwd {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.newslist_rwd .npicimg {
		min-height: 100px;
		min-width: 100px;
	}
	.newslist_rwd .npic {
		padding:2% 0;
	}
	.inews_title {
		padding: 2em 0 3em;
	}
	.inews table {
		width:90%;
	}
	.newstable {
		max-width:100%;
	}
	.newslist_rwd .ntext {
		padding: 1em 0em 0em 0em;
	}
}
@media screen and (max-width: 425px) {
	.newslist_rwd .npicimg {
		min-height: 95px;
		min-width: 95px;
	}
}
@media screen and (max-width: 375px) {
	.inewstable {
		padding: 0 1em;
	}
	.newslist_rwd {
	   padding:0em;
   }
}
@media screen and (max-width: 330px) {
	.newslist_rwd .ntext {
		padding: 1em 0em 0em 1em;
	}
}
/***load***/
#load {
	background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background-image: linear-gradient(-20deg, rgba(221, 214, 243, 1.0) 0%, rgba(255, 217, 215, 1.0) 100%, rgba(216, 171, 188, 1.0) 100%);
}
.loading {
	position:fixed;
	top:45%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:60;
	width:80%;
	text-align:center;
}
.loading img {
	-webkit-filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, .7));
	filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, .7));
}
/*---desk_menu---*/
.desk_menu {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:rgba(255,255,255,1);
    z-index: 20;
	padding:0em 1em;
	text-align:center;
}
/*dm_logo*/
.dm_logo {
	display:inline-block;
	width:260px;
	vertical-align:middle;
}
.dm_logo a {
	transition:.3s ease all;
}
	.dm_logo a:hover {
		opacity:.5;
	}
.desk_menu ul {
	display:inline-block;
	width:70%;
	vertical-align:middle;
	text-align:right;
}
.desk_menu li {
	display:inline-block;
	text-align:center;
	width:10%;
}
.desk_menu a {
}
.desk_menu p.ch {
	margin:0;
	transition:.2s ease all;
}
.desk_menu p.en {
	display:block;
	text-align:center;
	transition:.2s ease all;
}
	.desk_menu a:hover p.ch,.desk_menu a:hover p.en {
		color:#da2b36;
	}
	@media screen and (max-width: 1500px) {
		.desk_menu li {
			width:12%;
		}
	}
	@media screen and (max-width: 1300px) {
		.desk_menu li {
			width:13%;
		}
	}	
	@media screen and (max-width: 1200px) {
		.desk_menu {
			display:none;
		}
		.mibutton {
			display:block;
			z-index:15;
		}
		header {
			margin:0;
		}
	}
/*allrm*/
.allrm {
	width: 1150px;
    margin: 0 auto 2em;
    max-width: 100%;
}





























