/*--------------copyright by alva start-------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 16px;
	color: #808080;
	font-family:'Noto Sans TC', sans-serif; 
	overflow-x: hidden;
	background:#fff;
	font-weight:300;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
a {
	display: block;
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #333;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
}
::selection {
	background: #ffecdf;
}
.clear {
	clear:both;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-inner>.item>img {
	display: inline-block;
}
/*navbar*/
.navbar {
	position: fixed;
	top: 0em;
	right: 0em;
	z-index: 90;
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: 0;
	width: 180px;
}
/***mibutton***/
.mibutton {
	position: absolute;
	top: 0em;
	right: 0em;
	z-index: 30;
	cursor: pointer;
	text-align: center;
	font-size: 15px;
	line-height:.3;
	color:#7f4b0b;
	background:rgb(228 221 221 / 90%);
    padding:1.5em 1em;
    border-radius: 0px 0px 0px 30px;
	font-family: 'ZCOOL XiaoWei', serif;
}
.mibutton span {
	display: inline-block;
	width:80%;
	height: 1px;
	background: #7f4b0b;
	transition: .3s ease-in-out;
	transform-origin: left;
	margin-top:.8em;
}
.mibutton span:nth-child(2) {
	margin:0;
}
.mibutton span:nth-child(3) {
	margin:0;
}
.mibutton_ani {
	opacity: 1;
}
.mibutton_ani span:nth-child(1) {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.mibutton_ani span:nth-child(2) {
	opacity: 0;
}
.mibutton_ani span:nth-child(3) {
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
/****menublock***/
.menublock {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 80;
	text-align: center;
	padding: 25vh 2em 2em;
	opacity: 0;
	overflow: hidden;
	transition: .6s ease all;
	pointer-events: none;
}
.menublock:before {
	content: '';
	background: rgba(213,190,176,.8);
	width: 45%;
	height: 0%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
	transition-delay: .1s;
}
.menublock:after {
	content: '';
	background: rgba(255,255,255,.95);
	width: 55%;
	height: 0%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
	transition-delay: .1s;
}
/*menulogo*/
.menulogo {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s cubic-bezier(0.5, 1, 0.89, 1);
	transition-delay: .8s;
}
.menulogo img {
}
.menulogo p {
	color: #2e2e2e;
	font-size: 16px;
	padding:8em 0 0em;
	letter-spacing:3px;
	position:relative;
	font-weight:400;
}
	.menulogo p:after {
		content:'';
		background:#2e2e2e;
		width:1px;
		height:85px;
		position:absolute;
		top:1em;
		left:50%;
	}
/*ibutton*/
.ibutton {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 2em 0 10em;
	text-align: left;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s cubic-bezier(0.5, 1, 0.89, 1);
	transition-delay: 1s;
}
.ibutton li {
	display: inline-block;
	width: 45%;
	padding: 1em 2em;
	text-align: left;
	white-space: nowrap;
}
.ibutton a {
}
.ibutton p.en {
	color: #000;
	font-size: 25px;
	position: relative;
	font-family: 'ZCOOL XiaoWei', serif;
	padding-left:.5em;
}
.ibutton p.ch {
	color: #c69c6d;
	font-size: 16px;
	padding:.2em 0 .8em 0;
	position:relative;
}
	.ibutton p.ch:after {
		content: '';
		border:solid 1px #d0771c;
		width:100%;
		height: 0px;
		border-radius:50px;
		position: absolute;
		bottom: 0;
		left: 0;
		transition: .3s ease all;
		transition-delay: .1s;
		opacity:0;
	}
.ibutton p.ch img {
	vertical-align: top;
	padding-top: 6px;
}
.ibutton a:hover p.ch:after {
	opacity:1;
	height:6px;
}
/*menuflo*/
img.menuflo1 {
	position: absolute;
	top: 0;
	right: 0;
	mix-blend-mode: hard-light;
}
img.menuflo2 {
	position: absolute;
	bottom: 0;
	left: 0;
	mix-blend-mode: hard-light;
}
/***show***/
.show {
	opacity: 1;
	overflow: visible;
	pointer-events: auto;
}
.show:before, .show:after {
	height: 100%;
}
.show .menulogo, .show .ibutton {
	opacity: 1;
	transform: translateY(0);
}
	@media screen and (max-width:1600px) {
		.ibutton li {
			width: 48%;
		}
		.menublock {
			padding: 20vh 2em 2em;
		}
		.ibutton {
			padding: 0 2em 0 6em;
		}
	}
	@media screen and (max-width:1400px) {
		.ibutton {
			width: 55%;
			padding: 0 2em 0 5em;
		}
		.ibutton p.en {
			font-size: 28px;
		}
	}
	@media screen and (max-width:1080px) {
		.mask:before {
			min-height: 900px;
		}
		.menublock {
			padding: 15vh 2em 2em;
		}
		.menulogo {
			padding-top: 3em;
		}
		.ibutton {
			height: 80vh;
			overflow-y: scroll;
		}
		.ibutton li {
			width: 75%;
			display: block;
			padding: 1em;
		}
		.ibutton p.en {
			font-size: 26px;
		}
	}
	@media screen and (max-width:900px) {
		.menublock {
			padding: 0;
			overflow-y: scroll;
		}
		.menulogo {
			padding-top: 0em;
			display: block;
			width: 100%;
			padding: 3em 2em;
			position: relative;
			transform:translateY(0);
			opacity:1;
			min-height: 40vh;
		}
		.menulogo:after {
			content: '';
			background:rgba(213,190,176,.8);
			width: 100%;
			height: 0%;
			position: absolute;
			left: 0;
			top: 0;
			z-index: -1;
			transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
			transition-delay: .1s;
		}
		.show .menulogo:after {
			height: 100%;
		}
		.ibutton {
			width: 100%;
			position: relative;
			transform:translateY(0);
			opacity:1;
			height:auto;
			overflow-y:auto;
			padding:3em 2em;
			min-height:60vh;
		}
		.ibutton:after {
			content: '';
			background:rgba(255,255,255,.95);
			width: 100%;
			height: 0%;
			position: absolute;
			right: 0;
			bottom: 0;
			z-index: -1;
			transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
			transition-delay: .1s;
		}
		.show .ibutton:after {
			height: 100%;
		}
		.menublock:before, .menublock:after, .show:before, .show:after {
			display:none;
		}
		.ibutton ul {
			width: 700px;
			margin: 0 auto;
			max-width: 100%;
			padding-left: 5em;
		}
		.ibutton li {
			width: 48%;
			display: inline-block;
			padding: 1em;
		}
	}
	@media screen and (max-width:600px) {
		.ibutton ul {
			padding-left:2em;
		}
	}
	@media screen and (max-width:530px) {
		.menulogo img {
			width: 170px;
		}
		.menulogo {
			padding:3em 2em 2em;
		}
		.ibutton {
			padding:2em;
		}
		.ibutton ul {
			padding-left: 0em;
		}
		.ibutton p.en {
			font-size: 22px;
		}
		.ibutton p.ch {
			font-size:16px;
		}
		.ibutton p.ch img {
			width:16px;
		}
		.menulogo p:after {
			height:70px;
		}
		.menulogo p {
			font-size: 15px;
			padding: 7em 0 0em;
		}
	}
	@media screen and (max-width:430px) {
		.ibutton {
			padding:2em 2em;
		}
		.ibutton li {
			padding:.5em;
		}
		.ibutton p.en {
			font-size: 20px;
		}
		.menulogo img {
			width: 160px;
		}
		.navbar {
			width:165px;
		}
		.mibutton {
			transform: scale(.8);
			transform-origin: top right;
		}
	}
	@media screen and (max-width:380px) {
		.menulogo {
			padding:4em 1em 3em;
		}
		.menulogo p {
			letter-spacing:2px;
		}
	}
	@media screen and (max-width:350px) {
		.menulogo {
			padding:3em 1em 2em;
		}
		.menulogo p:after {
			height: 50px;
		}
		.menulogo img {
			width: 150px;
		}
		.menulogo p {
			font-size: 14px;
			padding: 5em 0 0em;
			letter-spacing: 1px;
		}
		.ibutton {
			padding: 1em 1em;
		}
		.ibutton li {
			width:100%;
		}
		.ibutton ul {
			width:200px;
		}
	}
/*---mask_area--------------------------------------------------------------------------------------------------------------------------------------------------*/
/*mask_area*/
.mask_area {
	position:relative;
	min-height:100vh;
}
	.mask_area:before {
		content:'';
		background:url(../../images/mask.png) top center no-repeat;
		background-size:cover;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
/*dex*/
.dex {
}
.carousel-inner {
	height: 100%;
}
.dex .itembg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.dex .item:nth-of-type(1) {
	background: url(../../flash/dex1.jpg) top center no-repeat;
	background-size: cover;
}
.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;
}
/*scroll*/
.scroll {
	position:absolute;
	left:0;
	width:100%;
	bottom:2em;
	text-align:center;
}
.scroll a {
	display:inline-block;
}
.scroll img {
	display:block;
	margin:0 auto;
}
.scroll img:nth-of-type(2) {
	animation:move 1s ease-in-out alternate infinite;
}
	@keyframes move {
		0% {
			transform:translateY(5px);
		}
		100% {
			transform:translateY(15px);
		}
	}
img.house {
	position:absolute;
	left:0;
	bottom:0;
}
	@media (max-width:1200px) {
		img.house {
			max-width:40vw;
		}
	}
	@media (max-width:768px) {
		img.house {
			max-width:45vw;
		}
	}
	@media (max-width:500px) {
		.dex .item:nth-of-type(1) {
			background-position-x:70%;
		}
		.dex .item:nth-of-type(2) {
			background-position-x:70%;
		}
		.dex .item:nth-of-type(3) {
			background-position-x:65%;
		}
		.dex .item:nth-of-type(4) {
			background-position-x:65%;
		}
		.scroll a {
			display: inline-block;
			width: 70px;
		}
		img.house {
			max-width:50vw;
		}
	}
	@media (max-width:380px) {
		.mask_area:before {
		    background-position-x: 44%;
		}
		img.house {
			max-width: 55vw;
		}
	}
	@media (max-width:350px) {
		.scroll {
			bottom:1em;
		}
		.scroll a {
			width: 55px;
		}
	}
/*---main----------------------------------------------------------------------------------------------------------------------------------------*/
.main {
	background:#fff;
}
/***itop***/
.itop {
	width:1330px;
	margin:0 auto;
	max-width:90%;
	text-align:left;
	padding:7em 0;
}
/*contact*/
.contact {
	display:inline-block;
	width:48%;
	vertical-align:middle;	
}
.contact span {
	color:#2e2e2e;
}
.contact i {
	color:#2e2e2e;
}
.contact a {
	margin:0 2px;
	background:#a67c52;
	border-radius:60px;
	display:inline-block;
	transition:1s;
	overflow:hidden;
	width:36px;
	height:36px;
	vertical-align:middle;
	position:relative;
	text-align:left;
}
.contact a p {
	color:#fff;
	font-size:14px;
	vertical-align:middle;
	display:inline-block;
	transition:.3s;
	transition-delay:.3s;
	opacity:0;
}
.contact a img {
	vertical-align:middle;
}
	.contact a:hover {
		width:120px;
	}
	.contact a:hover p {
		opacity:1;
	}
img.cofe {
	vertical-align:middle;
}
	@media (max-width:1200px) {
		img.cofe {
			max-width:45vw;
		}
		.contact {
			width:45%;
		}
	}
	@media (max-width:800px) {
		.itop {
			padding: 4em 0;
		}
		.contact {
			width: 100%;
			text-align: center;
		}
		img.cofe {
			max-width: 100%;
			width: auto;
			margin: 0 auto;
			display: block;
			padding-top: 2em;
		}
	}
	@media (max-width:500px) {
		img.cofe {
			padding-top:1em;
		}
		.itop {
			padding: 3em 0;
		}
	}
	@media (max-width:350px) {
		.contact a {
			width:32px;
			height:32px;
		}
		.contact a:hover {
			width: 110px;
		}
		.contact span {
			font-size: 14px;
		}
	}
/*---about-----------------------------------------------------------------------------------------------------------------------------------------------*/
/***abt1***/
.abt1 {
	text-align:right;
	position:relative;
	padding-top:5em;
}
	.abt1:after {
		content:'';
		background:url(../../images/abt1_bg.png) top center no-repeat;
		background-size:auto;
		position:absolute;
		top:41%;
		left:0;
		width:100%;
		height:100%;
	}
img.leaf1 {
	position: absolute;
    bottom: 34em;
    left: 0;
    z-index: 5;
	-webkit-filter:drop-shadow(-5px 7px 3px rgb(48 27 14 / .35));
	filter:drop-shadow(-5px 7px 3px rgb(48 27 14 / .35));
}
/*abt1_left*/
.abt1_left {
	display:inline-block;
	vertical-align:top;
	width:38vw;
	position:relative;
	z-index:3;
}
	/*itltle*/
	.itltle {
		width:640px;
		margin:0 auto;
		position:relative;
		background:url(../../images/itltle_bg.png) top right no-repeat;
		background-size:auto;
		color:#2e2e2e;
	}
	.itltle div {
		text-align:left;
		font-family: 'ZCOOL XiaoWei', serif;
	}
	.itltle h1 {
		font-size:100px;
		overflow:hidden;
	}
	.itltle b {
		position:relative;
		display:inline-block;
		vertical-align:baseline;
		font-size:50px;
		font-weight: normal;
		padding-left:5px;
	}
	.itltle p {
		font-size:70px;
		line-height:1;
	}
	.itltle span {
		display:block;
		margin:0 auto;
		position:relative;
		font-size:22px;
		text-align:center;
		font-weight:700;
		font-family: 'Noto Serif TC', serif;
		padding-bottom:6em;
		overflow:hidden;
	}
		.itltle span:after {
			content:'';
			background:#2e2e2e;
			position:absolute;
			top:2em;
			left:50%;
			height:110px;
			width:1px;
		}
	/*inews*/
	.inews {
		text-align:left;
		color:#1a1a1a;
		padding: 4em 0 5em;
	}
	.inews_title {
		font-size: 20px;
		font-weight: 400;
	}
	.inews_block {
		min-height:430px;
	}
	/*abt1_text*/
	.abt1_text {
		position:relative;
		margin-right: -7em;
		padding-top: 8em;
		width: 30vw;
		display: inline-block;
	}
	img.abt1_img2 {
		-webkit-filter: drop-shadow(-5px 5px 5px rgb(48 27 14 / .35));
		filter: drop-shadow(-5px 5px 5px rgb(48 27 14 / .35));
	}
	.abt1_text div {
		color:#808080;
		text-align:left;
		padding: 6em 0 2em 0;
	}
	.abt1_text div p {
	}
	.abt1_text div p:nth-of-type(1) {
		font-size:26px;
		position:relative;
		padding: 0 6em 0px 2.5em;
		letter-spacing: 3px;
	}
		.abt1_text div p:nth-of-type(1):before {
			content:'';
			background:#808080;
			width:2vw;
			height:1px;
			position:absolute;
			top:50%;
			left:0;
		}
		.abt1_text div p:nth-of-type(1):after {
			content:'';
			background:#808080;
			width:14vw;
			height:1px;
			position:absolute;
			top:50%;
			right:0;
		}
	.abt1_text div p:nth-of-type(2) {
		padding:2em 6em 0 4em;
	}
/*abt1_right*/
.abt1_right {
	display:inline-block;
	vertical-align:top;
	width: 57vw;
	text-align:right;
	position:relative;
	z-index:2;
}
	/*abt1_cofe*/
	img.abt1_cofe {
		display: block;
		margin: 0 auto -3.7em;
		position: relative;
		z-index: 5;
		-webkit-filter: drop-shadow(-5px 5px 5px rgb(48 27 14 / .35));
		filter: drop-shadow(-5px 5px 5px rgb(48 27 14 / .35));
		max-width:95%;
	}
	/*abt1_block*/
	.abt1_block {
		width:100%;
		height:823px;
		text-align:left;
		color:#fff;
		padding:6em 0 0 5em;
		position:relative;
		background:url(../../images/abt1_img1.jpg) top center no-repeat;
		background-position-x: 100%;
		background-attachment:fixed;
	}
	.abt1_block b {
		position:relative;
		display:block;
		font-size:30px;
		font-family: 'Noto Serif TC', serif;
		font-weight:300;
	}
	.abt1_block p {
		font-family: 'ZCOOL XiaoWei', serif;
		font-size:60px;
		line-height:1.2;
	}
	.abt1_block span {
		display: block;
		font-size: 14px;
		position: relative;
		font-family: 'Homemade Apple', cursive;
		padding-left: 18em;
		width: 460px;
		max-width: 100%;
		text-align: right;
	}
		.abt1_block span:after {
			content:'';
			background:#fff;
			width:48%;
			height:1px;
			position:absolute;
			left:0;
			top:2em;
		}
	/*abt1_deco*/
	.abt1_deco {
		padding: 5em 2em 0 9em;
		text-align:left;
	}
	.abt1_deco p {
		font-size:36px;
		display:inline-block;
		vertical-align:middle;
		position:relative;
		font-family: 'ZCOOL XiaoWei', serif;
		color:#000;
		width:42%;
		padding:.5em 0;
	}
		.abt1_deco p:before {
			content:'';
			background:#000;
			width:60px;
			height:6px;
			position:absolute;
			top:0;
			left:0;
		}
		.abt1_deco p:after {
			content:'';
			background:#000;
			width:60px;
			height:6px;
			position:absolute;
			bottom:0;
			left:0;
		}
	.abt1_deco span {
		display:inline-block;
		vertical-align:middle;
		color:#808080;
		width:42%;
	}
	.abt1_deco img {
		padding-top:4em;
		-webkit-filter: drop-shadow(-5px 5px 5px rgb(48 27 14 / .35));
		filter: drop-shadow(-5px 5px 5px rgb(48 27 14 / .35));
	}
	@media (max-width:1760px) {
		.abt1_text div p:nth-of-type(1):after {
			width:12vw;
		}
	}
	@media (max-width:1570px) {
		.abt1_text div p:nth-of-type(1):after {
			width:10vw;
		}
	}
	@media (max-width:1465px) {
		.abt1_text div p:nth-of-type(1):before {
			width:1vw;
		}
		.abt1_text div p:nth-of-type(1):after {
			width:11vw;
		}
		.abt1_text div p:nth-of-type(1) {
			padding: 0 5em 0px 1em;
		}
		.abt1_text div p:nth-of-type(2) {
			padding: 2em 2em 0 2em;
		}
		img.leaf1 {
			max-width:15%;
		}
	}
	@media (max-width:1300px) {
		.abt1_text div p:nth-of-type(1):after {
			width: 10vw;
		}
		.abt1_text {
			margin-right: -4em;
			padding-top: 0em;
		}
		.itltle {
			background-size: 80%;
		}
	}
	@media (max-width:1200px) {
		.itltle {
			width:520px;
		}
		img.abt1_cofe {
			margin: 0 auto -2.5em;
			max-width: 90%;
		}
		.abt1_text {
			max-width:34vw;
		}
		img.leaf1 {
			max-width: 12%;
		}
		.abt1_deco {
			padding: 4em 2em 0 6em;
		}
		.abt1_text div p:nth-of-type(1) {
			padding: 0 2em 0px 1em;
		}
		.abt1_text div p:nth-of-type(1):after {
			width: 8vw;
		}
	}
	@media (max-width:1080px) {
		.abt1_left {
			display: block;
			width:900px;
			margin: 0 auto;
			max-width:90%;
		}
		.itltle {
			width:700px;
			max-width:100%;
		}
		.inews {
			padding: 3em 0 2em;
			width: 600px;
			margin: 0 auto;
			max-width:100%;
		}
		.inews_block {
			min-height: 200px;
		}
		.abt1_text {
			max-width: 100%;
			display: block;
			margin: 0 auto;
			width: 100%;
		}
		img.abt1_img2 {
			max-width: 45%;
			vertical-align: middle;
		}
		.abt1_text div {
			padding: 0em 0 0em 2em;
			display: inline-block;
			vertical-align: middle;
			width: 50%;
		}
		.abt1_right {
			width: 900px;
			max-width: 90%;
		}
		img.abt1_cofe {
			margin: 0 auto -3em;
			max-width: 80%;
		}
		.abt1_deco {
			padding: 4em 2em 0 0em;
		}
		.abt1:after {
			top:55%;
		}
	}
	@media (max-width:740px) {
		.abt1 {
			padding-top: 2em;
		}
		.itltle {
			background-size: 75%;
			max-width: 85%;
		}
		.itltle h1 {
			font-size: 85px;
		}
		.itltle b {
			font-size: 45px;
		}
		.itltle p {
			font-size: 55px;
		}
		.abt1_text div p:nth-of-type(1):before {
			width:220px;
			height: 100%;
			top: 0;
			background: #fff;
			z-index: -1;
		}
		.abt1_text div p:nth-of-type(1):after {
			width: 45%;
			z-index: -2;
		}
		.abt1_text div p:nth-of-type(1) {
			padding: 0 0em 0px 0em;
		}
		.abt1_text div p:nth-of-type(2) {
			padding: 2em 0em 0 0em;
		}
		.abt1_block {
			height:600px;
			padding: 7em 0 0 4em;
		}
		.abt1_block b {
			font-size:26px;
		}
		.abt1_block p {
			font-size:50px;
		}
		.abt1_block span {
			font-size: 12px;
			padding-left: 16em;
			width: 380px;
		}
		img.abt1_cofe {
			margin: 0 auto -2em;
			max-width: 75%;
		}
		img.leaf1 {
			max-width: 17%;
			top:37%;
		}
		.abt1_deco p {
			font-size:32px;
		}
	}
	@media (max-width:600px) {
		.itltle {
			max-width: 90%;
		}
		.itltle h1 {
			font-size: 70px;
		}
		.itltle b {
			font-size: 35px;
		}
		.itltle p {
			font-size: 50px;
		}
		.abt1_text div {
			padding: 2em 0 1em 2em;
			width: 100%;
		}
		img.leaf1 {
			max-width: 20%;
			top: 25%;
		}
		img.abt1_img2 {
			max-width: 60%;
		}
		img.abt1_cofe {
			margin: 0 auto -1.5em;
			max-width: 70%;
		}
		.abt1_block {
			height: 500px;
			padding: 5em 0 0 3em;
			background-attachment:inherit;
			background-size:cover;
		}
		.abt1_deco p {
			width:50%;
		}
		.abt1_deco span {
			width:45%;
		}
	}
	@media (max-width:450px) { 
		.itltle h1 {
			font-size: 60px;
		}
		.itltle b {
			font-size: 30px;
		}
		.itltle p {
			font-size: 40px;
		}
		.itltle span {
			font-size:18px;
			padding-top:1em;
		}
		.itltle span:after {
			top:3em;
			height:60%;
		}
		.inews {
			padding: 2em 0 2em;
		}
		img.abt1_img2 {
			max-width: 75%;
		}
		.abt1_text div {
			padding: 2em 0 1em 1em;
		}
		.abt1_text div p:nth-of-type(1):after {
			width: 36%;
		}
		.abt1_text div p:nth-of-type(2) {
			padding: 1em 0em 1em 0em;
		}
		img.leaf1 {
			top: 30%;
		}
		img.abt1_cofe {
			margin: 0 auto -1.1em;
		}
		.abt1_block b {
			font-size: 20px;
		}
		.abt1_block p {
			font-size: 40px;
		}
		.abt1_block span {
			font-size: 12px;
			padding: 0 1em 0 9em;
			width:300px;
		}
		.abt1_block span:after {
			width:40%;
		}
		.abt1_block {
			height:450px;
			padding:4em 0 0 2em;
		}
		.abt1_deco p {
			font-size: 26px;
			width:100%;
		}
		.abt1_deco span {
			font-size: 15px;
			width:100%;
			padding-top:2em;
		}
		.abt1_deco img {
			-webkit-filter: drop-shadow(-2px 2px 1px rgb(48 27 14 / .35));
			filter: drop-shadow(-2px 2px 1px rgb(48 27 14 / .35));
			padding-top:3em;
		}
		.inews_title {
			font-size: 18px;
		}
		.abt1_text div p:nth-of-type(1) {
			font-size:23px;
		}
	}
	@media (max-width:350px) {
		.itltle {
			max-width:100%;
		}
		.abt1_block span {
			padding: 0 1em 0 7em;
		}
		.abt1_block span:after {
			width: 30%;
		}
		.abt1_deco {
			padding: 3em 1em 0 0em;
		}
		.abt1_deco img {
			padding-top:2em;
		}
	}
/***abt2***/
.abt2 {
	background:url(../../images/abt2_bg.png) top center no-repeat;
	background-size:cover;
	position:relative;
	min-height:884px;
	text-align:right;
}
.abt2 div {
    display: inline-block;
    text-align: left;
    max-width: 100%;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: 5em;
}
.abt2 img {
}
.abt2 p {
	color:#2e2e2e;
	padding: 1em 0 0 5em;
}
	@media (max-width:1300px) {
		.abt2 {
			background-position-x: 80%;
		}
	}
	@media (max-width:930px) {
		.abt2 div {
			right:1em;
			max-width:90%;
		}
		.abt2 {
			min-height:820px;
		}
	}
	@media (max-width:780px) {
		.abt2 {
			background-position-x: 62%;
		}
		.abt2 p {
			padding: 0em 0 0 13em;
		}
	}
	@media (max-width:650px) {
		.abt2 div {
			right: 0;
			max-width: 90%;
			padding: 13em 1em 3em;
			position:relative;
			top:0;
			transform:none;
		}
		.abt2 p {
			padding: 0em 0 0 8em;
		}
		.abt2 {
			min-height: auto;
		}
	}
	@media (max-width:500px) {
		.abt2 div {
			padding: 12em 1em 3em;
			max-width:100%;
		}
		.abt2 p {
			padding: 0em 0 0 25vw;
		}
	}
	@media (max-width:380px) {
		.abt2 div {
			padding: 10em 1em 3em;
		}
		.abt2 p {
			padding: 0em 0 0 18vw;
			font-size:15px;
		}
	}
/***abt3***/
.abt3 {
	background:url(../../images/abt3_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	position:relative;
	text-align:center;
}
/*abt3_text*/
.abt3_text {
	width:465px;
	margin:0 auto;
	max-width:90%;
	font-family: 'ZCOOL XiaoWei', serif;
	color:#1f646d;
	font-size:53px;
	line-height:1.1;
	padding:3em 0 2em;
}
.abt3_text b {
	position:relative;
	display:block;
	font-weight:normal;
}
	.abt3_text b:before {
		content:'';
		background:#fff;
		width:40%;
		height:1px;
		position:absolute;
		top:50%;
		left:0;
	}
	.abt3_text b:after {
		content:'';
		background:#fff;
		width:40%;
		height:1px;
		position:absolute;
		top:50%;
		right:0;
	}
.abt3_text p {
	font-size:20px;
	color:#000;
	letter-spacing:3px;
	font-family: 'Noto Serif TC', serif; 
	line-height: 1.5;
    padding-top: .5em;
}
/*abt3_deco*/
.abt3_deco {
	position:relative;
	padding-bottom:3em;
}
	.abt3_deco:after {
		content:'';
		clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
		background:rgba(187,238,247,.57);
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:100%;
	}
.abt3_deco div {
	width:1260px;
	margin:0 auto;
	max-width:90%;
	position:relative;
	z-index:3;
}
.abt3_deco img {
	vertical-align:middle;
	max-width: 40vw;
}
.abt3_deco p {
	font-family: 'Homemade Apple', cursive;
	color:#000;
	display:inline-block;
	vertical-align:bottom;
	font-size: 16px;
    padding: 0 0 5em 2em;
    width: 40%;
    text-align: left;
}
	@media (max-width:1080px) {
		.abt3_text {
			font-size:48px;
		}
		.abt3_deco img {
			max-width: 45vw;
		}
		.abt3 {
			background-attachment:inherit;
		}
	}
	@media (max-width:840px) {
		.abt3_text {
			font-size:43px;
		}
		.abt3_deco p {
			font-size: 13px;
			padding: 0 0 2em 2em;
		}
		.abt3_deco img {
			max-width: 50vw;
		}
	}
	@media (max-width:580px) {
		.abt3_text {
			font-size:40px;
			padding: 2em 0 2em;
		}
		.abt3_deco p {
			font-size: 13px;
			padding: 0 0 2em 2em;
		}
		.abt3_deco img {
			max-width: 50vw;
		}
		.abt3_deco div {
			max-width: 80%;
		}
		.abt3_deco img {
			max-width:100%;
		}
		.abt3_deco p {
			padding: 1em 0 0em 2em;
			width: 100%;
		}
	}
	@media (max-width:380px) {
		.abt3_text {
			font-size: 37px;
		}
		.abt3_text p {
			font-size:18px;
		}
		.abt3_deco div {
			max-width: 88%;
		}
		.abt3_deco {
			padding-bottom: 2em;
		}
		.abt3_deco p {
			font-size:12px;
		}
	}
/*---fac-------------------------------------------------------------------------------------------------------------------------------------------------*/
.fac_mask {
	background:url(../../images/fac_mask.png) top right no-repeat, url(../../images/fac_mask_bg.jpg) top right no-repeat fixed;
	background-size:cover;
	min-height:722px;
}
/***fac1***/
.fac1 {
	width:1535px;
	margin:0 auto;
	max-width:90%;
}
.fac1 .itltle {
	display:inline-block;
	vertical-align:top;
	width:37%;
	background-size:75%;
}
p.fac_text {
	color:#808080;
	font-size:16px;
	text-align:left;
	line-height:1.5;
	width:304px;
	margin:0 auto;
	max-width:90%;
	padding-top:5em;
}
/***fac1_img***/
.fac1_img {
	display: inline-block;
    vertical-align: top;
    width: 62%;
    padding: 14em 0 0 0em;
}
.fac1_img img {
}
.fac1_img p {
	color:#808080;
	font-size:16px;
	text-align:left;
	margin-top: -1em;
    padding: 0 0 0 1em;
}
/***fac1_btm***/
.fac1_btm {
	position:relative;
	background:url(../../images/fac1_img2.png) bottom left no-repeat;
	background-size:cover;
	min-height:795px;
	margin-top: -8em;
}
img.leaf2 {
	position:absolute;
	top:0;
	right:0;
	-webkit-filter:drop-shadow(-5px 7px 3px rgb(48 27 14 / .35));
	filter:drop-shadow(-5px 7px 3px rgb(48 27 14 / .35));
	max-width: 12%;
}
	@media (max-width:1350px) {
		.fac_mask {
			min-height:530px;
		}
		.fac1 .itltle {
			background-size: 80%;
			background-position-x: 100%;
		}
		.fac1_btm {
			min-height: 560px;
		}
	}
	@media (max-width:1200px) {
		.fac_mask {
			min-height:450px;
		}
		.fac1 .itltle {
			width:50%;
		}
		.fac1_img {
			width: 57%;
			margin-left: -6em;
		}
		.fac1_btm {
			min-height: 495px;
			margin-top:-3em;
		}
	}
	@media (max-width:1080px) {
		.fac_mask {
			background-attachment:inherit;
			min-height: 400px;
		}
		.fac1 .itltle {
			width: 45%;
		}
		.fac1_img {
			width: 60%;
			margin-left: -4em;
		}
		.fac1_btm {
			min-height: 443px;
		}
	}
	@media (max-width:991px) {
		.fac_mask {
			min-height: 365px;
		}
		.fac1 .itltle {
			width: 65%;
		}
		p.fac_text {
			max-width: 100%;
			padding-top: 2em;
			width:400px;
		}
		.fac1_img {
			width: 95%;
			padding: 3em 0 1em 0;
			display: block;
			margin: 0 auto;
		}
		.fac1_btm {
			min-height: 410px;
			margin-top: 0;
		}
	}
	@media (max-width:750px) {
		.fac_mask {
			min-height: 280px;
		}
		.fac1 .itltle {
			width: 80%;
			display:block;
		}
		.fac1_btm {
			min-height: 310px;
		}
		img.leaf2 {
			max-width:15%;
		}
	}
	@media (max-width:550px) {
		.fac_mask {
			min-height: 210px;
		}
		p.fac_text {
			max-width:80%;
		}
		.fac1_img {
			width: 100%;
		}
		.fac1_btm {
			min-height: 235px;
		}
		.fac1_img p {
			margin-top: 0em;
			padding: 0 0 0 .5em;
		}
	}
	@media (max-width:450px) {
		.fac_mask {
			min-height: 170px;
		}
		.fac1 .itltle {
			width: 90%;
		}
		p.fac_text {
			max-width: 90%;
		}
		.fac1_btm {
			min-height: 195px;
		}
		img.leaf2 {
			top: -1em;
		}
		.fac1_img {
			padding: 3em 0 2em 0;
		}
	}
	@media (max-width:380px) {
		p.fac_text {
			max-width: 100%;
		}
	}
	@media (max-width:350px) {
		.fac_mask {
			min-height: 140px;
		}
		.fac1_btm {
			min-height: 160px;
		}
		.fac1_img {
			padding: 2em 0 1em 0;
		}
	}
/***fac2***/
.fac2 {
	position:relative;
	text-align:right;
	padding-bottom:2em;
}
/*fac1_top*/
.fac1_top {
	text-align:left;
}
.fac2_text {
	display:inline-block;
	vertical-align:bottom;
	text-align:left;
	font-size:98px;
	color:#1a1a1a;
	background:url(../../images/fac2_textbg.png) center left no-repeat;
	background-size:contain;
	line-height: 1.2;
    font-family: 'ZCOOL XiaoWei', serif;
    padding:3em 0em 1em 2em;
    margin-top: -2em;
}
.fac1_top img {
	vertical-align: bottom;
    max-width: 55vw;
    padding: 0 2em 3em 10em;
}
/*fac2_imgs*/
.fac2_imgs {
	text-align:right;
	position:relative;
	padding:3em 0 0 2em;
	width:1480px;
	display:inline-block;
	max-width:90%;
}
	.fac2_imgs:after {
		content:'';
		background:url(../../images/fac2_pattern.png) top right repeat;
		background-size:cover;
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:73%;
	}
.fac2_imgs div {
	display: inline-block;
    width: 31%;
    min-height: 279px;
    position: relative;
    z-index: 3;
    margin-left: 7px;
	box-shadow: 0px 4px 6px rgba(0,0,0,.3);
}
.fac2_imgs div:nth-of-type(1) {
	background:url(../../images/fac2_imgs1.jpg) center center no-repeat;
	background-size:cover;
}
.fac2_imgs div:nth-of-type(2) {
	background:url(../../images/fac2_imgs2.jpg) center center no-repeat;
	background-size:cover;
}
.fac2_imgs div:nth-of-type(3) {
	background:url(../../images/fac2_imgs3.jpg) center center no-repeat;
	background-size:cover;
}
	@media (max-width:1610px) {
		.fac1_top img {
			padding: 0 2em 3em 3em;
		}
		.fac2_text {
			width:45%;
		}
	}
	@media (max-width:1540px) {
		.fac2_text {
			padding: 3em 0em 1em 1em;
			font-size:6vw;
		}
		.fac1_top img {
			padding: 0 2em 3em 0em;
			width:50%;
		}
	}
	@media (max-width:1540px) {
		.fac2_imgs div {
			min-height: 230px;
		}
	}
	@media (max-width:980px) {
		.fac2_imgs {
			max-width: 94%;
			padding: 3em 0 0 1em;
		}
		.fac2_imgs div {
			min-height: 190px;
		}
	}
	@media (max-width:750px) {
		.fac2_text {
			width: 50%;
		}
		.fac1_top img {
			padding: 0 1em 2em 0em;
			width: 47%;
		}
		.fac2_imgs {
			margin-top: 1em;
		}
		.fac2_imgs div {
			min-height: 145px;
		}
	}
	@media (max-width:600px) {
		.fac2_text {
			padding: 3em 0em 1em 2em;
			font-size:50px;
			width:100%;
		}
		.fac1_top img {
			padding: 0 0em 2em 0em;
			width: auto;
			display: block;
			margin: 0 auto;
			max-width: 80%;
		}
		.fac2_imgs {
			padding: 2em 1em 0;
			max-width: 100%;
		}
		.fac2_imgs div {
			margin:0;
			width:32%;
		}
	}
	@media (max-width:500px) {
		.fac2_text {
			padding:2em 0em 1em 1em;
			margin-top: -1em;
		}
		.fac2_imgs {
			padding: 2em 2em 0;
			margin:0;
			line-height:0;
		}
		.fac2_imgs div {
			min-height: 160px;
		}
		.fac2_imgs div:nth-of-type(1) {
			width: 50%;
			float: left;
		}
		.fac2_imgs div:nth-of-type(2) {
			width:50%;
		}
		.fac2_imgs div:nth-of-type(3) {
			width: 100%;
			min-height: 220px;
		}
		.fac1_top img {
			max-width:90%;
		}
	}
	@media (max-width:380px) {
		.fac2_imgs div {
			min-height: 120px;
		}
		.fac2_imgs div:nth-of-type(3) {
			min-height: 175px;
		}
		.fac2_text {
			font-size: 45px;
		}
	}
	@media (max-width:350px) {
		.fac2_text {
			font-size: 40px;
		}
	}
/*---footer----------------------------------------------------------------------------------------------------------------------------------------------*/
footer {
	position:relative;
	z-index:5;
}
/***ft_top***/
.ft_top {
	background:url(../../images/ft_top.png) bottom center no-repeat,#fff;
	background-size:cover;
	min-height:170px;
}
/***ft_inner***/
.ft_inner {
	background:#f1ede9;
	text-align:center;
}
/*ft_wrap*/
.ft_wrap {
	width:1125px;
	margin:0 auto;
	max-width:90%;
	text-align:left;
	color:#2e2e2e;
}
/*ft_logo*/
.ft_logo {
	display:inline-block;
	vertical-align:top;
	width:31%;
	margin-top: -4em;
}
.ft_logo img {
}
/*ft_list*/
.ft_list {
	display:inline-block;
	vertical-align:top;
	color:#2e2e2e;
	width:65%;
	font-weight:400;
	position:relative;
}
ul.ft_info {
	padding: 3em 0 2em 0;
}
ul.ft_info li {
	display:inline-block;
	padding: 0 2em .5em 0;
	word-wrap: break-word;
	word-break: break-all;
	line-height:1.2;
}
ul.ft_info li img {
	vertical-align: top;
    padding: 2px 10px 0 0;
}
ul.ft_info p:nth-of-type(1) {
	display:inline-block;
	vertical-align:top;
}
ul.ft_info p:nth-of-type(2) {
	display:inline-block;
	vertical-align:top;
}
.ft_list .contact {
	display:inline-block;
	vertical-align:top;
	font-weight:300;
}
/*legal*/
.legal {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	transform:translateX(100%);
}
.legal img {
}
.legal p {
	font-size:14px;
}
hr {
	border-top:solid 1px #a67c52;
	width:1780px;
	margin:1em auto;
	max-width:90%;
}
/*icon*/
.icon {
	display:inline-block;
	vertical-align:top;
	font-size:12px;
	padding:0 1em 0 0;
}
.icon a {
	display:inline-block;
	vertical-align:top;
	transition:.2s ease all;
}
	.icon a:hover {
		transform:translateY(-5px);
	}
/*copyright*/
.copyright {
	display:inline-block;
	vertical-align:top;
	color:#a67c52;
	font-size:14px;
	padding:0 1em 2em 1em;
}
.copyright a {
	display:inline-block;
	vertical-align:top;
	color:#a67c52;
	font-size:14px;
	transition:.2s ease all;
}
	.copyright a:hover {
		color: #ea8924;
	}
	@media (max-width:1160px) {
		.ft_top {
			background-position-x: 40%;
		}
		.ft_logo {
			padding-right:1em;
		}
		ul.ft_info {
			padding: 1em 0 2em 0;
		}
	}
	@media (max-width:900px) {
		.ft_logo {
			width:35%;
			 margin-top: -1em;
		}
		.ft_list {
			width:60%;
		}
		ul.ft_info li {
			padding: 0 0em .5em 0;
			width: 100%;
		}
		.ft_list .contact {
			width:60%;
		}
		.legal {
			transform: none;
		}
	}
	@media (max-width:710px) {
		.ft_top {
			background-position-x:0%;
			min-height:110px;
		}
		.ft_logo {
			width:100%;
			text-align:center;
			padding:0;
		}
		.ft_logo img {
			width: 280px;
		}
		.ft_list {
			width: 100%;
		}
		ul.ft_info {
			padding: 2em 0 2em 0;
			width: 483px;
			margin: 0 auto;
			max-width: 100%;
		}
	}
	@media (max-width:500px) {
		.ft_top {
			background-position-x: 5%;
			min-height: 90px;
		}
		.ft_logo img {
			width: 250px;
		}
		ul.ft_info {
			width: 420px;
			padding: 2em 0 1em 0;
		}
		.ft_list .contact {
			width: 100%;
			text-align:left;
			padding-left:1em;
		}
		.legal {
			width:100%;
		}
		.legal {
			width: 100%;
			padding-top: 2em;
			font-size:14px;
		}
		.legal img {
			width: 60px;
		}
		.copyright {
			padding: 0 1em 1em 1em;
			font-size:12px;
		}
		.copyright a {
			font-size:12px;
		}
	}
	@media (max-width:380px) {
		.ft_logo img {
			width: 220px;
		}
		ul.ft_info {
			padding: 1em 0 1em 0;
		}
		.ft_list .contact {
			padding-left:0;
		}
	}
	@media (max-width:350px) {
		.ft_top {
			min-height: 65px;
		}
		.ft_logo img {
			width: 200px;
		}
		ul.ft_info {
			font-size: 15px;
		}
		ul.ft_info p:nth-of-type(2) {
			width: 65%;
			padding-left: .5em;
		}
		.legal img {
			width: 50px;
		}
	}
#gotop {
	position:fixed;
	bottom:10vh;
	right:1em;
	z-index:50;
	cursor:pointer;
	display:none;
}
#gotop img {
	transition:.3s ease all;
}
	#gotop:hover img {
		transform:scale(.9);
	}
	@media (max-width:700px) {
		#gotop {
			width:70px;
		}
	}
	@media (max-width:500px) {
		#gotop {
			width:55px;
			right:.5em;
		}
	}
/*---inner-----------------------------------------------------------------------------------------------------------------------------------------------*/
/***inner_ft***/
.inner_ft {
	padding-bottom:9em;
}
.inft {
	margin-top:-170px;
	background-color: transparent;
}
/***rmbg***/
.rmbg {
	background:url(../../images/rg_bg2.png) top center no-repeat fixed;
	background-size:cover;
	position:relative;
}
.rmcenter {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../../images/rg_bg1.png) top left no-repeat;
	background-size:cover;
}
p.rmbg_deco {
	position:fixed;
    top: 1em;
    left: 62%;
    font-family: 'Homemade Apple', cursive;
    color: #c09878;
    font-size: 18px;
    text-align: right;
}
img.rg_deco {
	position:absolute;
	bottom:0;
	left:0;
	z-index:5;
}
/*rm_wrap*/
.rm_wrap {
	width:1315px;
	margin:0 auto;
	max-width:100%;
	position:relative;
	z-index:5;
}
	.rm_wrap:after {
		content:'';
		background:rgba(255,255,255,.8);
		position:absolute;
		top:0;
		left:0;
		width:70%;
		height:100%;
		box-shadow:0px 0px 10px rgba(0,0,0,.2);
	}
/*rmtitle*/
.rmtitle {
	position: relative;
    width: 615px;
    text-align: center;
    max-width: 100%;
    z-index: 5;
    padding: 7em 0em 4em 2em;
    background: url(../../images/intitle_wood.png) bottom right no-repeat;
    background-size: 25%;
    background-position-y: 70%;
}
.rmtitle img {
	vertical-align:bottom;
}
.rmtitle small {
	color:#2e2e2e;
	vertical-align:bottom;
	font-size:24px;
	padding-left:.5em;
}
.rmtitle h5 {
	color:#633215;
	font-size:75px;
	font-family: 'ZCOOL XiaoWei', serif;
}
/*rg_area*/
.rg_area {
	padding:0 5em 3em;
	position:relative;
	z-index:5;
}
.rg_list {
	padding-bottom:4em;
}
.rg_list a {
	position:relative;
	min-height:438px;
	width:100%;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
	transition:.3s ease all; 
}
	.rg_list a:before {
		content:'';
		border:solid 1px #fff;
		width: 97%;
		height: 92%;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		pointer-events: none; 
		transition:.3s ease all; 
	}
	.rg_list:nth-of-type(1) a {
		background:url(../../images/rg_img1.jpg) top center no-repeat;
		background-size:cover;
	}
	.rg_list:nth-of-type(2) a {
		background:url(../../images/rg_img2.jpg) top center no-repeat;
		background-size:cover;
	}
	.rg_list:nth-of-type(3) a {
		background:url(../../images/rg_img3.jpg) top center no-repeat;
		background-size:cover;
	}
	.rg_list:nth-of-type(4) a {
		background:url(../../images/rg_img4.jpg) top center no-repeat;
		background-size:cover;
	}
.rg_name {
	background:#d0771c;
	text-align:left;
	color:#fff;
	padding: .6em 6em;
	display:inline-block;
	position:absolute;
	top:-2em;
	left:2em;
	transition:.3s ease all;
}
.rg_name p {
	font-size:20px;
	letter-spacing:2px;
}
.rg_name span {
	display:inline-block;
	font-family: 'ZCOOL XiaoWei', serif;
	font-size:14px;
	position:relative;
	letter-spacing:0;
	padding:0 2em;
}
	.rg_name span:after {
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 6px 0 6px;
		border-color: #ffffff transparent transparent transparent;
		position:absolute;
		top:4px;
		left:4px;
	}
	/*hover*/
	.rg_list a:hover .rg_name {
	}
	.rg_list a:hover {
		-webkit-filter: brightness(1.2);
		filter: brightness(1.2);
		transform:translateY(-5px);
	}
	.rg_list a:hover:before {
		opacity:0;
	}
	@media (max-width:991px) {
		.rg_list a {
			min-height: 370px;
		}
		.rmtitle h5 {
			font-size: 65px;
		}
	}
	@media (max-width:800px) {
		.rg_area {
			padding: 0 3em 3em;
		}
		.rg_list a {
			min-height: 280px;
		}
		img.rg_deco {
			width:25%;
		}
		.inner_ft {
			padding-bottom: 6em;
		}
		.rg_name {
			padding: .6em 4em;
		}
		.rmtitle {
			padding: 5em 0em 4em 2em;
		}
	}
	@media (max-width:700px) {
		.rg_list a {
			min-height: 250px;
		}
		.rmtitle {
			width:515px;
			background-size: 22%;
			background-position-y: 65%;
		}
		.rmtitle h5 {
			font-size: 60px;
		}
		.rmtitle img {
			width: 100px;
		}
		.rmcenter {
			background-position-x:50%;
		}
	}
	@media (max-width:570px) {
		.rm_wrap:after {
			width:85%;
		}
		p.rmbg_deco {
			top: 7em;
			left: 62%;
			font-size:15px;
		}
		.rmtitle h5 {
			font-size: 52px;
		}
		.rmtitle {
			width: 470px;
		}
		.rg_area {
			padding: 0 2em 2em;
		}
		.rg_list a {
			min-height: 215px;
		}
		.rg_name {
			padding: .6em 2em;
		}
		.rg_name p {
			font-size: 18px;
		}
	}
	@media (max-width:450px) {
		.rmtitle {
			width: 435px;
			padding: 4em 2em 4em 1em;
			background-size: 19%;
			background-position-y: 62%;
			background-position-x: 90%;
		}
		p.rmbg_deco {
			top: 6em;
			left: 0;
			font-size: 12px;
			width: 95%;
		}
		.rmtitle img {
			width: 80px;
		}
		.rmtitle small {
			font-size: 22px;
		}
		.rmtitle h5 {
			font-size: 45px;
		}
		.rg_list a {
			min-height: 180px;
		}
		.rg_name p {
			font-size: 16px;
		}
		.rg_name {
			padding: .5em 1em;
		}
		img.rg_deco {
			width: 47%;
		}
	}
	@media (max-width:380px) {
		.rg_area {
			padding: 0 1em 2em;
		}
		.rg_list a {
			min-height: 160px;
		}
		.rg_list {
			padding-bottom: 3em;
		}
		.rmtitle img {
			width: 70px;
		}
		.rmtitle h5 {
			font-size: 40px;
		}
		.rmtitle {
			padding: 3em 2em 4em 0em;
			background-size: 19%;
			background-position-y: 54%;
			background-position-x: 90%;
		}
	}
/***rminner***/
.rm_wrap2 {
	width:1600px;
	margin:0 auto;
	max-width:100%;
	padding-top:9em;
	position:relative;
}
	.rm_wrap2:after {
		content:'';
		background:rgba(255,255,255,.8);
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:60%;
		box-shadow:0px 0px 5px rgba(0,0,0,.1);
	}
/***rmleft***/
.rmleft {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	position:relative;
	z-index:5;
	width: 25%;
    padding: 0 2em 0 2em;
}
.inrmtit {
	width:280px;
	background-size: 45%;
    background-position-y: 55%;
	padding: 6em 2em 2em 0em;
}
.inrmtit img {
	width:55px;
}
.inrmtit small {
	font-size:18px;
	font-family: 'Noto Serif TC', serif;
	font-weight:900;
}
.inrmtit h5 {
	font-size:35px;
}
/*rm_name*/
.rm_name {
	color:#131313;
}
.rm_name span {
	display:inline-block;
	vertical-align:bottom;
	position:relative;
	padding-bottom:20px;
}
	.rm_name span:after {
		content:'';
		background:#d0771c;
		height:22px;
		width:100%;
		position:absolute;
		bottom:0;
		left:0;
	}
	.rm_name span:first-letter {
		font-size:70px;
		font-family: 'ZCOOL XiaoWei', serif;
		line-height:1;
	}
.rm_name p {
	display:inline-block;
	vertical-align:bottom;
	font-size:24px;
}
.rm_name small {
	font-family: 'Homemade Apple', cursive;
	text-align:right;
	display:block;
	width: 200px;
    font-size: 12px;
	padding:.5em 0 0 0;
}
/*other*/
.other {
	padding:2em 0 2em 0;
}
.other a {
	transition:.3s ease all;
}
	.other a:hover {
		opacity:.8;
	}
/*rmline*/
img.rmline {
	display:block;
	margin:0 auto;
}
/***rmslide***/
.rmslide {
	display: inline-block;
    vertical-align: top;
    width: 70%;
    padding: 0 1em 0 0;
	z-index:5;
	position:relative;
}
#wowslider-container1 {
	box-shadow:0px 0px 10px rgba(0,0,0,.5);
}
/***roombs***/
.roombs {
	width:1200px;
	margin:0 auto;
	max-width:90%;
	position:relative;
	z-index:5;
	padding:3em 0;
	color:#323232;
	font-family: 'Noto Sans TC', sans-serif; 
}
.roomb {
	padding:2em 0 0 0;
}
.roomb h6 {
	text-align:left;
	font-family: 'Noto Serif TC', serif;
	color:#653316;
	font-size:22px;
	font-weight:700;
	padding-bottom:1em;
	letter-spacing: 2px;
}
.roomb img {
	display:inline-block;
	vertical-align:bottom;
}
.roomb h6 span {
	color:#323232;
	font-size:16px;
	font-family: 'ZCOOL XiaoWei', serif;
	display:inline-block;
	vertical-align:bottom;
	letter-spacing:1px;
}
.roomb td {
	vertical-align:middle;
}
	@media (max-width:1350px) {
		img.rmline {
			display: block;
			margin: 0 auto -2em;
			width: 25px;
		}
	}
	@media (max-width:1300px) {
		img.rmline {
			margin: 0 auto -4em;
			width: 20px;
			position: relative;
		}
		.rmleft {
			width:30%;
			padding: 0 1em 0 2em;
		}
		.rmslide {
			width: 67%;
		}
	}
	@media (max-width:1080px) {
		.rm_wrap2 {
			padding-top: 3em;
		}
		.rmleft {
			width: 100%;
			padding: 0 1em 0 5em;
		}
		.rm_name {
			display: inline-block;
			vertical-align: bottom;
		}
		.other {
			padding: 2em 0 0em 2em;
			display: inline-block;
			vertical-align: bottom;
			width:270px;
		}
		.inrmtit {
			padding: 3em 2em 1em 0em;
		}
		.rmslide {
			width: 100%;
			padding: 0 3em;
		}
		.roombs {
			padding: 1em 0 6em;
		}
	}
	@media (max-width:768px) {
		.rmslide {
			padding: 0 2em;
		}
	}
	@media (max-width:650px) {
		.rm_name span:first-letter {
			font-size:60px;
		}
		.rmleft {
			padding: 0 1em 0 2em;
		}
		.other {
			width: 240px;
		}
	}
	@media (max-width:500px) {
		.rm_wrap2 {
			padding-top: 2em;
		}
		.inrmtit {
			padding: 3em 2em 1em 0em;
		}
		.rm_name span:first-letter {
			font-size:50px;
		}
		.rm_name span:after {
			height:15px;
		}
		.rm_name span {
			padding-bottom: 13px;
		}
		.rm_name {
			padding:0 1em;
			width:100%;
		}
		.other {
			width: 100%;
			padding: 1em 0 0em 0em;
		}
		.rm_wrap2:after {
			height:70%;
		}
		.rm_name small {
			transform: scale(.8);
			width:100%;
			transform-origin:right;
		}
		.other img {
			width:240px;
		}
		.roomb {
			padding: 1em 0;
			font-size:15px;
		}
		.roomb h6 {
			font-size:19px;
		}
		.roomb h6 span {
			font-size:15px;
		}
		#wowslider-container1 a.ws_next,#wowslider-container1 a.ws_prev {
			display:none;
		}
	}
	@media (max-width:380px) {
		.rmleft {
			padding: 0 1em 0 1em;
		}
		.rm_name {
			padding: 0 0em;
		}
		.rmslide {
			padding: 0 1em;
		}
		.other img {
			width: 210px;
		}
	}
	@media (max-width:350px) {
		.other {
			padding: 0em 0 0em 0em;
		}
		img.rmline {
			width:16px;
		}
		.inrmtit h5 {
			font-size: 30px;
		}
		.inrmtit {
			background-size: 37%;
			padding: 2em 1em 0em 0em;
		}
		.roombs {
			padding: 1em 0 4em;
		}
	}
/*rinfo*/
.rinfo {
	text-align: left;
	padding: 1% 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:70%;
}
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
	list-style: none;
}

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

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

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

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

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

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

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

@media screen and (max-width:440px) {
	.r_icons li {
		width: 31%;
		margin: 5px 3px;
		padding: 5px;
	}
}


/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/

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

.note_icon ul {
	list-style: none;
}

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

.note_icon li img {
	padding-bottom: 5px;
	max-width: 100%;
}
.icons_no li img {
	-webkit-filter: invert(0);
    filter: invert(0);
}
@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: 18%;
		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;
	}
}

@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;
	}
}
/***inbg***/
.inbg {
	background:url(../../images/inbg.png) top center no-repeat, url(../../images/inbg_line.png) top center repeat,#fff;
	background-size:auto, auto;
	position:relative;
}
	.inbg:before {
		content:'';
		background:url(../../images/inbg_deco_01.png) top left no-repeat;
		background-size:contain;
		position:absolute;
		top:50vh;
		left:0;
		height: 35%;
		width: 16%;
	}
	.inbg:after {
		content:'';
		background:url(../../images/inbg_deco_02.png) top right no-repeat;
		background-size:contain;
		position:absolute;
		top:50%;
		right:0;
		height: 35%;
		width: 16%;
	}
/*inbanner*/
.inbanner {
	text-align:right;
	display:inline-block;
	vertical-align:top;
	position:absolute;
	top:0;
	right:0;
	max-width: 80vw;
}
/*intitle*/
.intitle {
	display: inline-block;
    vertical-align: top;
    padding: 3em 3em 0 0;
    width: auto;
    margin: 21em 0 2em 20vw;
    background-size: 60%;
}
/***inwrap***/
.inwrap {
	width:1140px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	position:relative;
	z-index:5;
	padding: 7em 0 6em;
}
/*note*/
.note {
	padding:2em 0;
	color: #2c2c2c;
}
.notetit {
	text-align:center;
}
.notetit img {
}
	@media screen and (max-width:1400px) {
		.inwrap {
			padding: 0em 0 6em;
		}
		.intitle {
			margin: 21em 0 2em 13vw;
		}
	}
	@media screen and (max-width:1080px) {
		.intitle {
			margin: 14em 0 2em 11vw;
		}
	}
	@media screen and (max-width:900px) {
		.intitle {
			margin: 25vh 0 2em 11vw;
		}
		.note {
			padding: 0em 0 3em;
		}
	}
	@media screen and (max-width:768px) {
		.notetit img {
			width: 240px;
		}
	}
	@media screen and (max-width:600px) {
		.inbanner {
			max-width:90vw;
		}
		.notetit img {
			width: 215px;
		}
	}
	@media screen and (max-width:500px) {
		.intitle {
			margin: 22vh 0 2em 11vw;
		}
	}
	@media screen and (max-width:380px) {
		.intitle {
			margin: 17vh 0 2em 11vw;
		}
		.note {
			padding: 0em 0 2em;
		}
	}
	@media screen and (max-width:350px) {
		.intitle {
			margin: 22vh 0 2em 11vw;
			background-size: 50%;
		}
		.intitle img {
			width: 45px;
		}
	}
/***map***/
.map {
	position:relative;
	width:100%;
	min-height:617px;
	padding:1em;
	background:url(../../images/map.png) center center no-repeat;
	background-size:contain;
	margin-top:5em;
}
.map iframe {
	position:absolute;
	top:49%;
	left:50%;
	transform:translate(-50%,-50%);
	width: 95%;
    height: 90%;
}
	@media screen and (max-width:1200px) {
		.map {
			min-height:580px;
		}
	}
	@media screen and (max-width:1080px) {
		.map {
			min-height:530px;
		}
		.map iframe {
			width:84vw;
		}
	}
	@media screen and (max-width:950px) {
		.map {
			min-height:460px;
		}
	}
	@media screen and (max-width:840px) {
		.map {
			min-height:410px;
			margin-top:2em;
		}
	}
	@media screen and (max-width:760px) {
		.map {
			border: 8px solid #d4c9bf;
			border-radius: 15px;
			background:none;
			overflow:hidden;
		}
		.map iframe {
			width:100%;
			height:100%;
		}
	}
	@media screen and (max-width:450px) {
		.map {
			min-height: 350px;
			margin-top:1em;
		}
	}
	@media screen and (max-width:350px) {
		.map {
			min-height: 300px;
			margin-top:0em;
		}
	}
/*************************
********services_sce******
**************************/
#services_sce {
	padding:0 0 3em;
	width:1500px;
	margin:0 auto;
	max-width:90%;
}

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

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

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

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

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

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

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

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

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
	background: #fff;
	border: #7e6b5a 3px solid;
	color: #656565;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

.scebox:hover {
	cursor: pointer;
}

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

.scebox_hot {
	padding: 0 80px;
}

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

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

.scetag1 {
	background: #d85a51;
}

.scetag2 {
	background: #80a076;
}

.scetag3 {
	background: #89b5cb;
}

.scetag4 {
	background: #8dcfca;
}

.scetag5 {
	background: #b7ad6f;
}

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

.sceimg img {
	margin: 0 auto;
}

.scep p {
	color: #616161;
	text-align:left;
	margin:10px 0 0 0;
}
.scemore {
	text-align:right;
}

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

@media(max-width:1400px) {
	.scebox_hot .scebox {
		width: 24%;
		margin: 0 5px;
	}
}

@media(max-width:1199px) {
	.scebox_hot .scebox {
		width: 48%;
		margin: 5px;
	}
	.scebox_hot .scebox:nth-child(3) {
		clear: both;
	}
}

@media(max-width:700px) {
	.scebox_hot .scebox {
		width: 100%;
		margin: 5px 0px;
	}
	.scet h3 {
		font-size: 22px;
	}
	.scep p {
		line-height: 24px;
	}
}

@media(max-width:550px) {
	.city .sceimg,
	.farm .sceimg,
	.hot .sceimg,
	.mount .sceimg,
	.sea .sceimg {
		background-color: #fff;
	}
}

@media(max-width:500px) {
	.scet h3 {
		letter-spacing: 0px;
	}
}

@media(max-width:450px) {
	.mount .sceimg {
		background-color: #80a076;
	}
	.sea .sceimg {
		background-color: #89b5cb;
	}
	.farm .sceimg {
		background-color: #8dcfca;

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

@media(max-width:350px) {
	.scet h3 {
		font-size: 20px;
	}
}


/*************/

.scebox_content {
	padding: 0 0px;
	margin-top: 30px;
}

.scebox_content .scebox {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 5px;
}

@media (max-width: 1800px) {
	.scebox_content {
		padding: 0px;
	}
}

@media screen and (max-width:1700px) {
	.scebox_content {
		padding: 0 0px;
		margin-top: 30px;
	}
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
	display: block;
	margin: auto;
	width: 100%;
}

.scecontainer .item {
	margin: 0.5%;
	float: left;
	background: #ffffff;
	display: block;
	width: 19%;
}

@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;
	}
}
/***news*************************************************************************************************/
.news {
	margin: 0 auto;
    max-width: 95%;
    text-align: center;
    padding-bottom: 5em;
	color:#000;
}
.newslist {
	margin:2em 0;
}
.newslist table {
	color:#000;
}
/***newslist_rwd***/
.newslist_rwd {
	padding-bottom: 1em;
    border-bottom: dashed 2px #000;
    text-align: left;
    padding:3em 0;
}
.newslist_rwd a {
	position:relative;
	transition:.3s ease all;
	line-height: 1.5;
	color:#000;
}
/*npic*/
.npic {
	position: relative;
    width: 48%;
    min-height: 325px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.npicimg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	.newslist_rwd a:hover .npic {
		transform:translateY(-5px);
	}
/*ntitle*/
.ntitle {
	text-align:left;
	position:relative;
	margin: .5em 0;
	width: 45%;
    padding: 1em 0 0 2em;
	display:inline-block;
	vertical-align:top;
}
.ntitle p {
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #d0771c;
    font-size: 25px;
    margin:2em 0 1em;
    font-weight: 400;
    letter-spacing: 2px;
}
.ntitle p a {
	display:inline-block;
}
.ntitle p a:nth-of-type(1) {
	display:block;
	overflow:hidden;
}
.ntitle span {
    text-align: left;
    padding: 0 3px;
    font-size: 16px;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	transition:.2s ease all;
}
.ntitle b {
	color: #ffffff;
    font-weight: 500;
    background: #d0771c;
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 20px;
    padding: .6em 1em;
}
	.newslist_rwd a:hover .ntitle span {
		color:#d0771c;
	}
/*page_num*/
.page_num {
	padding:1em 0;
}
.page_num a {
	display:inline-block;
}
.inews .page_num {
	display:none;
}
	@media (max-width:1024px) {
		.npic {
			min-height:285px;
		}
	}
	@media (max-width:900px) {
		.npic {
			min-height: 245px;
		}
		.news {
			padding:0 0 0 0;
		}
		.newslist_rwd {
			padding:2em 0;
		}
	}
	@media (max-width:650px) {
		.npic {
			min-height: 280px;
			width: 100%;
		}
		.newslist {
			margin: 0;
		}
		.ntitle {
			width: 100%;
			padding: 1em 0 0 0em;
		}
		.ntitle p {
			margin: 1em 0 .5em;
		}
	}
	@media (max-width:500px) {
		.npic {
			min-height:210px;
		}
		.ntitle b,.ntitle span {
			font-size:15px;
		}
		.newslist_rwd {
			padding:1em 0;
		}
		.ntitle p {
			font-size:22px;
		}
	}
	@media (max-width:350px) {
		.newslist_rwd {
			width:100%;
		}
		.npic {
			min-height: 150px;
		}
	}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background:transparent;
    border: solid 2px #d97615;
    border-radius: 2px;
    color: #d97615;
    padding: .5em 1em;
    margin: .5em;
	transition:.3s ease all;
	letter-spacing:2px;
	font-weight:400;
}
	button:hover,html input[type=button]:hover,input[type=reset]:hover, input[type=submit]:hover {
		border-radius: 20px;
	}
/***inews_block***/
.inews_block .npic {
    width: 100%;
    min-height: 285px;
}
.inews_block .ntitle {
    width: 100%;
    padding: 1em 0em 0 0em;
}
.inews_block .newslist_rwd {
	width:450px;
	max-width:90%;
	border-bottom:0;
}
.inews_block .ntitle b {
	font-size:15px;
}
.inews_block .ntitle p {
    font-size: 22px;
    margin: 1em 0 0em;
}
.inews_block .ntitle span {
    text-align: left;
    font-size: 15px;
}
	@media (max-width:1080px) {
		.inews_block .newslist_rwd {
			padding:1em 0;
		}
	}
	@media (max-width:900px) {
		.inews_block .npic {
			min-height: 240px;
		}
		.inews_block .newslist_rwd {
			width: 390px;
		}
	}
	@media (max-width:600px) {
		.inews_block .npic {
			width:100%;
		}
		.inews_block .npic {
			min-height: 195px;
			width:70%;
		}
	}
	@media (max-width:450px) {
		.inews_block .npic {
			min-height: 135px;
			width: 50%;
		}
		.inews_block .ntitle p {
			font-size: 20px;
			margin: .5em 0 0em;
		}
		.inews_block .ntitle b {
			font-size: 14px;
			padding: .2em 1em;
		}
		.inews_block .ntitle {
			padding: 0em 0em 0 0em;
		}
	}
	@media (max-width:350px) {
		.inews_block .npic {
			width:70%;
		}
	}
.logo {
	position:fixed;
	top:1em;
	left:2em;
	width:205px;
	z-index:30;
}
	@media (max-width:1080px) {
		.logo {
			width:175px;
		}
	}
	@media (max-width:740px) {
		.logo {
			width:155px;
		}
	}
	@media (max-width:500px) {
		.logo {
			width: 120px;
			top: .5em;
			left: 1em;
		}
	}
	@media (max-width:350px) {
		.logo {
			width: 100px;
		}
	}






