/*--------------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: 'Crimson Text', 'Noto Sans TC', sans-serif;
    position: relative;
    font-size:16px;
	line-height:1.6;
	letter-spacing:2px;
	color:#272727;
	overflow-x:hidden;
	font-weight: 400;
}
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:#272727;
	text-decoration:none;
}
a:hover,a:focus {
	text-decoration:none;
	color:#272727;
}
.clear {
	clear:both;
}
::selection {
	background: #d6c1aa;
    color: #ffffff;
}
img {
	max-width: 100%;
}
/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
	position: fixed;
	bottom: 1em;
    right: 1em;
	cursor:pointer;
	z-index:80;
	transition:.3s ease-in-out;
	display:none;
}
#gotop img {
	-webkit-filter: drop-shadow(2px 2px 2px #5c4932);
	filter: drop-shadow(2px 2px 2px #5c4932);
}
	#gotop:hover {
		transform: translateY(-10px);
	}
	@media screen and (max-width:500px) {
		#gotop {
			width:13%;
		}
		#gotop img {
			width:100%;
		}
	}
button, html input[type=button], input[type=reset], input[type=submit] {
	background: #553a29;
    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:1%;
	color:#cfbda5;
}
#service_album button,#service_album input[type=button],#service_album input[type=reset]#service_album,#service_album input[type=submit] {
	width: auto;
	padding: 0 10px;
	font-size: 14px;
	color: #ffffff;
	border: solid 1px #ffffff;
	background:#3c3a38;
	margin: 0 1%;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background:#29190f !important;
    box-shadow: 0px 0px 1px rgba(0,0,0,.3);
}
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.carousel-inner>.item>img {
	display: inline-block;
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*dex*/
.dex {
	height:100vh;
	position:relative;
}
.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/dex3.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/dex1.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_block***/
.dex_block {
	position: relative;
}
.dex_block::before {
	content: '';
	background: url(../../images/iwood.png) top left no-repeat;
	background-size: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.center {
	width: 430px;
	min-height: 80vh;
	position: absolute;
	top: 5em;
    left: 18vw;
	z-index: 3;
	text-align: left;
}
.itext {
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	padding: 2em 0 3em 2em;
	font-size: 18px;
	color: #fff;
}
.itext p {
	letter-spacing: 1px;
}
.ititle {
	color: #e3d6c7;
	font-size: 36px;
	position: relative;
	font-weight: 600;
	padding: 1em 0 1em 1em;
}
.ititle::before {
	content: '';
	background: #fff;
	width: 70px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 1em;
}
.scroll {
	color: #fff;
	font-size: 20px;
	font-style: italic;
	padding-left: 2em;
	display: inline-block;
}
.scroll a {
	color: #fff;
}
.line {
	display: inline-block;
	width: 70px;
	height: 1px;
	position: relative;
	overflow: hidden;
	vertical-align: super;
	margin-right: 5px;
}
	.line::after {
		content: '';
		background: #fff;
		height:1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		animation: enter 2s infinite;
	}
	@keyframes enter {
		0% {
			transform: translateX(-100%);
		}
		100% {
			transform: translateX(100%);
		}
	}
img.chair {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9vw;
	z-index: -1;
}
@media (max-width:900px) {
	img.chair {
		width: 15vw;
	}
}
@media (max-width:600px) {
	.dex_block::before {
		background-position: 15%;
	}
	.center {
		max-width: 90%;
		top: 50%;
		left: 50%;
    	transform: translate(-50%,-50%);
	}
	img.chair {
		width: 20vw;
		bottom: -3em;
	}
}
@media (max-width:500px) {
	img.ilogo {
		width: 150px;
		display: block;
		margin: 0 auto;
	}
	.itext {
		margin: 0 auto;
		padding: 1em 0 2em 0em;
	}
	.ititle {
		font-size: 28px;
		padding: 1em 0 1em 0em;
		width: 310px;
		margin: 0 auto;
		max-width: 90%;
	}
	.ititle::before {
		left: 0;
	}
	img.chair {
		width: 25vw;
		bottom: 0em;
	}
	.scroll a {
		font-size: 16px;
	}
	.dex_block::before {
		background-position: 8%;
	}
}
@media (max-width:380px) {
	.scroll {
		padding-left: 1em;
	}
}
@media (max-width:350px) {
	.center {
		top: 7vh;
		transform: translate(-50%);
	}
	img.ilogo {
		width: 120px;
	}
	.itext {
		padding: 1em 0 1em 0em;
		font-size: 16px;
	}
	.ititle {
		font-size: 22px;
		padding: 1em 0 0em 0em;
	}
}
/*---main--------------------------------------------------------------------------*/
.main {
	position: relative;
}
/*---nav-------------------------------------------------------------------------------------------------------------------------------*/
/***mobile ibutton***/
.mibutton {
	z-index: 100;
	cursor:pointer;
	width:40px;
	height:40px;
	display:none;
	text-align:center;
	position: absolute;
	top: 2em;
	right: 2em;
}
	.mibutton span {
		display: inline-block;
		width: 100%;
		height: 2px;
		transition: .3s ease-in-out;
		position: absolute;
		top:0;
		right:0;
		box-shadow: 2px 2px 0px #563c2aa8;
    	background: #d6aa7c;
		border: solid 0px;
		box-sizing: content-box;
	}
		.mibutton span:nth-child(2) {
			top:10px;
			width:80%;
		}
		.mibutton span:nth-child(3) {
			top:20px;
		}
		.mibutton_ani span {
		}
		.mibutton_ani span:nth-child(1) {
			-webkit-transform:rotate(30deg);
					transform:rotate(30deg);
			-webkit-transform-origin:left top;
					transform-origin:left top;
		}
		.mibutton_ani span:nth-child(2) {
			opacity:0;
		}
		.mibutton_ani span:nth-child(3) {
			-webkit-transform:rotate(-30deg);
					transform:rotate(-30deg);
			-webkit-transform-origin:left bottom;
					transform-origin:left bottom;
		}
/*nav*/
.nav {
	width: 100%;
	z-index: 90;
	position: relative;
}
/*logo*/
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 310px;
	min-height: 190px;
	background: url(../../images/logo_bg.png) top left no-repeat;
	background-size: contain;
	text-align: right;
}
.logo.navtop {
	position: fixed;
}
.logo a {
	display: inline-block;
	padding: 1em 2em 0 1em;
}
/*navbar*/
.navbar {
	display:inline-block;
	text-align:right;
	min-height: auto;
    border: 0;
    margin: 0;
    border-radius: 0;
	vertical-align:middle;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../images/ibtn_bg.png) top left no-repeat;
	background-size: cover;
	width: 1369px;
    max-width: 80%;
}
.navbar.navtop {
	position: fixed;
	right: 0;
	left: initial;
}
.ontop {
	position: fixed;
	top: 0;
	left: 0;
}
/*ibutton*/
.ibutton {
}
.ibutton ul {
	display: flex;
	padding: 0 1em 0 8em;
}
.ibutton li {
    width: 16%;
	padding:2em .5em 2em;
    text-align: left;
	position:relative;
}
.ibutton a {
	position:relative;
	padding: 0 0 0 3em;
}
img.ibtn_wood {
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-filter: drop-shadow(-5px -1px 5px rgba(71, 49, 34));
	filter: drop-shadow(-5px -1px 5px rgb(71, 49, 34));
	transition: .3s ease all;
}
p.ch {
	color: #dcd1be;
	font-size: 20px;
	transition: .2s ease all;
	position: relative;
}
p.en {
	color: #dbb98d;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	transition: .2s ease all;
}
/***hover***/
.ibutton a:hover p.en,.ibutton a:hover p.ch {
	color: #efe5d4;
}
.ibutton a:hover img.ibtn_wood {
	-webkit-filter: drop-shadow(-5px -1px 5px rgba(71, 49, 34)) brightness(1.3);
	filter: drop-shadow(-5px -1px 5px rgb(71, 49, 34)) brightness(1.3);
}
/*dropmenu*/
ul.dropmenu,ul.mob_sub {
	position: absolute;
    width: 100%;
    top:7em;
    left: 0;
	color:#39281e;
	font-size:18px;
	padding:1em 0;
	border-radius:20px;
	background:rgba(237,224,205,.9);
	opacity:0;
	visibility:hidden;
	transition:.3s ease-in-out;
	font-weight:normal;
	flex-wrap: wrap;
}
ul.mob_sub {
	transition: unset;
}
ul.dropmenu li,ul.mob_sub li {
	display:block;
	width:100%;
	color:#39281e;
	font-size:18px;
	text-align:left;
	padding:0;
}
ul.dropmenu a,ul.mob_sub a {
	color:#39281e;
	padding:.3em 1em;
	transition:.2s ease-in-out;
}
p.dropch {
	font-size: 15px;
}
p.dropch span {
	font-size: 18px;
	display: inline-block;
	vertical-align: bottom;
	padding-right: 5px;
}
p.dropen {
	line-height: 1;
    font-size: 18px;
    letter-spacing: 0px;
    white-space: nowrap;
}
.ibutton li:hover ul.dropmenu {
	top:6em;
	visibility:visible;
	opacity:1;
}
ul.dropmenu a:hover,ul.mob_sub a:hover {
	background:rgba(255,255,255,.9);
}
/*mob_sub*/
.mob_sub {
	display:none;
}
/*---iabt-----------------------------------------------------------------------------*/
.reborn {
	position: relative;
	background: url(../../images/iabt1_bg.png) top center no-repeat,#d7dcdf;
	background-size: cover;
	text-align: right;
}
.reborn_text {
	display: inline-block;
	max-width: 90%;
	padding: 17em 7em 10em 3em;
}
.reborn_text p {
	font-size: 18px;
	padding: 2em 0 1em;
}
@media (max-width:1500px) {
	.mibutton {
		display: block;
	}
	.navbar {
		background: none;
		position: fixed;
		width: 100%;
		opacity: 0;
	}
	.ontop .navbar {
		opacity: 1;
		max-width: 100%;
	}
	.ibutton {
		background:rgb(104 81 67 / .9);
		display: none;
		height: 100vh;
	}
	.navbar.navtop {
		opacity: 1;
		width: 100%;
    	max-width: 100%;
	}
	.ibutton ul {
		display: flex;
		padding: 10vh 1em 2em 0em;
		flex-wrap: wrap;
		max-height: 90vh;
		overflow-y: scroll;
		width: 900px;
		margin: 0 auto;
		max-width: 100%;
	}
	.ibutton li {
		width: 100%;
		padding: 1em .5em;
	}
	.ibutton li:nth-of-type(1) p.ch:after {
		content: '+';
		color:#ddae86;
		position: absolute;
		top: 0;
		right: -1em;
		font-size: 20px;
		font-weight: 900;
	}
	p.ch {
		display: inline-block;
	}
	ul.dropmenu {
		display: none;
	}
	ul.mob_sub {
		display: none;
		padding:1em 0 !important;
		height: auto;
		width:60%;
		position: relative;
		top: 0;
		opacity: 1;
		visibility: visible;
		margin: 1em 0;
		border-radius: 2px;
		background: rgb(86 65 50);
	}
	.reborn_text {
		padding: 12em 7em 10em 3em;
	}
	ul.mob_sub a {
		color: #d8cdba;
	}
}
@media (max-width:1200px) {
	.reborn {
		background-position-x: 105%;
	}
	.ibutton ul {
		max-width: 90%;
		padding: 10vh 1em 2em 2em;
		width: 800px;
	}
}
@media (max-width:900px) {
	.reborn {
		background-position-x: 86%;
	}
	.reborn_text {
		padding: 10em 4em 9em 3em;
	}
	.logo {
		width: 260px;
		min-height: 155px;
	}
	.logo a {
		width: 160px;
	}
}
@media (max-width:600px) {
	.logo {
		width: 200px;
		min-height: 130px;
	}
	.logo a {
		width: 150px;
	}
	.reborn_text {
		padding: 10em 2em 9em 3em;
	}
}
@media (max-width:450px) {
	.reborn_text {
		padding: 8em 2em 6em 1em;
	}
	.reborn {
		background-position-x: 75%;
	}
	ul.mob_sub {
		width: 100%;
	}
	p.ch {
		font-size: 18px;
	}
	p.en,p.dropch span,p.dropen {
		font-size: 16px;
	}
	img.ibtn_wood {
		width: 33px;
	}
	.mibutton {
		top: 1em;
		right: 1em;
	}
	.logo a {
		width: 120px;
	}
	.logo {
		width: 170px;
		min-height: 100px;
	}
	.reborn_text p {
		font-size: 16px;
	}
}
@media (max-width:380px) {
	.reborn_text p {
		font-size: 16px;
	}
	.reborn {
		background-position-x: 80%;
	}
	.reborn_text {
		padding: 10em 2em 6em 1em;
	}
}
@media (max-width:350px) {
	.reborn_text {
		padding: 8em 1em 6em;
		max-width: 100%;
	}
	.logo {
		width: 150px;
		min-height: 85px;
	}
	.logo a {
		width: 110px;
	}
}
/***istory***/
.istory {
	background: url(../../images/iabt2_bg.jpg) top center no-repeat fixed;
	background-size: cover;
	text-align: center;
	padding: 8em 0;
}
.wrap1 {
	width: 1480px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.hourse {
	order: 1;
	height: auto;
}
.istory ul {
	display: flex;
    width: 870px;
    max-width: 100%;
    padding: 0 1em;
}
.istory li {
	width: 32%;
	padding: 0 5px;
}
.istory li a {
	position: relative;
	min-height: 427px;
	background: #d2b89c;
	color: #000;
	font-size: 22px;
	padding: .5em;
	transition: .2s ease all;
}
.istory li a:before {
	content: '';
	background: url(../../images/iabt2_img_01.jpg) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .75;
	transition: .3s ease all;
}
.istory li:nth-of-type(2) a:before {
	content: '';
	background: url(../../images/iabt2_img_02.jpg) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.istory li:nth-of-type(3) a:before {
	content: '';
	background: url(../../images/iabt2_img_03.jpg) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.istory li a:after {
	content: '';
	background: rgba(231,236,240,.65);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 95%;
	height: 97%;
	transition: .3s ease all;
}
.ilink {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
.ilink img {
	transition: .3s ease all;
}
.ilink p {
	font-weight: 900;
	position: relative;
	letter-spacing: 0;
	margin-top: 5px;
}
.ilink p:after {
	content: '';
	background: #000;
	width: 60%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s ease all;
}
.ilink span {
	display: inline-block;
	font-style: italic;
}
.istory h6 {
	position: absolute;
	bottom: 2em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	font-size: 20px;
	width: 100%;
}
.istory h6 span {
	font-size: 22px;
}
/*hover*/
.istory li a:hover:before {
	opacity: 1;
}
.istory li a:hover:after {
	opacity: 0;
}
.istory li a:hover {
	color: #fff;
}
.istory li a:hover .ilink p:after {
	background: #fff;
	width: 100%;
}
.istory li a:hover .ilink img {
	-webkit-filter: brightness(11);
	filter: brightness(11);
}
@media (max-width:1400px) {
	.hourse {
		width: 37%;
	}
	.istory li {
		width: 33%;
	}
	.istory li a {
		min-height: 400px;
	}
}
@media (max-width:1240px) {
	.hourse {
		width: 400px;
		max-width: 80%;
		display: block;
		flex-wrap: wrap;
		order: initial;
		padding-bottom: 2em;
	}
	.wrap1 {
		flex-wrap: wrap;
	}
	.istory li a {
		min-height: 370px;
		font-size: 20px;
	}
	.istory h6 {
		font-size: 18px;
	}
	.istory h6 span {
		font-size: 20px;
	}
}
@media (max-width:990px) {
	.istory {
		background-attachment: initial;
	}
}
@media (max-width:710px) {
	.istory ul {
		padding: 0;
		flex-wrap: wrap;
	}
	.istory li {
		width: 100%;
	}
	.istory li a {
		min-height: 275px;
	}
	.istory li a:after {
		width: 98%;
		height: 96%;
	}
	.istory {
		padding: 6em 0;
	}
}
@media (max-width:500px) {
	.istory {
		padding: 5em 0 3em;
	}
	.istory li a {
		min-height: 200px;
	}
	.ilink img {
		width: 35px;
	}
	.istory h6 {
		font-size: 15px;
		bottom: 1em;
	}
	.istory h6 span {
		font-size: 16px;
	}
}
/***inews***/
.inews {
	position: relative;
	text-align: right;
	min-height: 600px;
	overflow-x: hidden;
}
.inews:before {
	content: '';
	background: url(../../images/inews_bg.jpg) top left no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
}
.inews h5 {
	color: #e1ddd3;
    display: inline-block;
    font-size: 120px;
    font-weight: 900;
    z-index: 5;
    position: relative;
	vertical-align: top;
	position: absolute;
    top: 1.5em;
    right: 6em;
}
.inews_area {
	background: #e1ddd3;
	width: 695px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.inews_list {
	min-height: 550px;
	padding: 4em 0 4em 1em;
	position: relative;
	z-index: 7;
}
.inews_list:before {
	content: '';
	background: url(../../images/inews_deco1.png) top left no-repeat;
	position: absolute;
	top: 2em;
	left: -5em;
	width: 100%;
	height: 95px;
}
.inews_list:after {
	content: '';
	background: url(../../images/inews_deco2.png) bottom left no-repeat;
	position: absolute;
	bottom: 1em;
	left: -5em;
	width: 100%;
	height: 224px;
}
/***iworks***/
.iworks {
	background: #e1ddd3;
	position: relative;
	text-align: left;
	min-height: 600px;
}
	.iworks:before {
		content: '';
		background: #e1ddd3;
		width: 695px;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 5;
	}
	.iworks:after {
		content: '';
		background: url(../../images/iworks_bg.jpg) top right no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		right: 0;
		width: 70%;
		height: 100%;
	}
.iwroks_area {
	width: 940px;
    text-align: center;
    z-index: 5;
	position: relative;
	padding: 3em 0 2em 4em;
}
.iwroks_area img {
	display: block;
}
.iwroks_area a {
	color: #272727;
    font-size: 22px;
    border: solid 1px #553a29;
    border-radius: 50px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    padding: 0 0px 5px 10px;
    width: 135px;
    left: 18em;
	bottom: 9em;
	transition: .2s ease all;
}
.iwroks_area a:before {
	content:'';
	background: #553a29;
	width: 44px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: -26px;
}
.iwroks_area a:after {
	content: '';
	background: rgba(210,184,156,.75);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -5px;
    right: -5px;
    border-radius: 50px;
	z-index: -1;
	transition: .2s ease all;
}
	.iwroks_area a:hover:after {
		bottom: 0px;
   		right: 0px;
	}
	.iwroks_area a:hover {
		color: #fff;
	}
.iwroks_area p {
	text-align: center;
	color: #553a29;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}
.iwroks_area h5 {
	color: #d2b89c;
	font-size: 120px;
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
@media (max-width:1200px) {
	.inews_area {
		width: 100%;
		position: relative;
	}
	.inews {
		min-height: auto;
		line-height: 0;
	}
	.inews h5 {
		position: relative;
		top: 0;
		right: 0;
		line-height: 1;
		text-align: left;
		padding: 1em 0 1.5em 1em;
		line-height: 1;
		display: block;
		font-size: 100px;
	}
	.inews:before {
		width: 100%;
		height: 50%;
	}
	.inews_list:before,.inews_list:after {
		left: 2em;
	}
	.iworks {
		min-height: auto;
		padding-top: 350px;
	}
	.iworks:after {
		width: 100%;
		height: 50%;
		z-index: 5;
	}
	.iworks:before {
		display: none;
	}
	.iwroks_area {
		width: 100%;
		background: #e1ddd3;
		z-index: 6;
	}
}
@media (max-width:900px) {
	.inews_list {
		min-height: 350px;
	}
	.iwroks_area h5 {
		font-size: 100px;
	}
	.iwroks_area {
		padding: 3em 2em 2em 2em;
	}
}
@media (max-width:600px) {
	.inews h5 {
		padding: 1em 0 1.5em .5em;
		font-size: 80px;
	}
	.iworks {
		padding-top: 280px;
	}
	.iwroks_area img {
		max-width: 75%;
	}
	.iwroks_area a {
		bottom: 7em;
		left: initial;
		right: 2em;
	}
	.iwroks_area p {
		font-size: 18px;
	}
	.iwroks_area h5 {
		font-size: 80px;
	}
}
@media (max-width:450px) {
	.inews h5,.iwroks_area h5 {
		font-size:70px;
	}
	.inews_list {
		min-height: 320px;
	}
	.iworks {
		padding-top: 210px;
	}
	.iwroks_area a {
		bottom: 0;
		left: initial;
		right: 0;
		position: relative;
	}
	.iwroks_area img {
		max-width: 90%;
		margin: 0 auto;
	}
	.iwroks_area p {
		padding: 0 0 1em 1em;
		font-size: 16px;
	}
	.iwroks_area a {
		font-size: 18px;
		width: 120px;
	}
}
@media (max-width:350px) {
	.inews h5, .iwroks_area h5 {
		font-size: 55px;
	}
	.inews_list:after,.inews_list:before {
		background-size: contain;
	}
	.inews_list {
		min-height: 260px;
	}
	.iworks {
		padding-top: 190px;
	}
	.iwroks_area img {
		max-width: 100%;
	}
}
/***ibtm***/
.ibtm {
	background: url(../../images/ibtm_bg.png) top center no-repeat fixed;
	background-size: cover;
	position: relative;
	text-align: center;
}
.ibtm img {
	max-width: 90%;
	padding: 13em 0 16em;
}
.fttop {
	background: url(../../images/ft_top.png) bottom center no-repeat;
	background-size: cover;
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
/*---footer----------------------------------------------------------------------------------------*/
footer {
	background: url(../../images/ft_bg.png) top left repeat;
	text-align: center;
	font-size: 18px;
	color: #553a29;
	overflow: hidden;
	padding: 2em 0 0;
}
footer a {
	color: #000;
	display: inline-block;
}
.wrap2 {
	width: 1350px;
	margin: 0 auto;
	max-width: 90%;
}
.ftbtn {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}
.ftlogo h6 {
	font-weight: 700;
	line-height: 1.2;
	padding: .5em 0 .5em 0;
	font-size: 18px;
}
.ftbtn ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: .5em 0;
}
.ftbtn li {
	width: 25%;
	padding: 0 5px;
}
.ftbtn li a {
	position: relative;
}
.ftbtn li a:after {
	content: '';
	background: #000;
	width: 20%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s ease all;
}
.ftbtn li img {
	transition: .2s ease all;
	vertical-align: top;
}
.ftbtn li p {
	font-size: 14px;
	white-space: nowrap;
}
.ftbtn li a:hover:after {
	width: 100%;
}
.ftbtn li a:hover img {
	transform: translateY(-5px);
}
.ftinfo {
	display: inline-block;
	width: 40%;
	text-align: left;
	vertical-align: top;
	padding: 0 1em 0 4em;
}
.ftinfo h6 {
	font-size: 18px;
	padding-bottom: 1em;
}
.ftinfo li {
	padding: .3em 0 0 0em;
	word-wrap: break-word;
	word-break: break-all;
}
.ftinfo li:nth-of-type(5) {
	font-size: 15px;
	padding-bottom: 1em;
	letter-spacing: 1px;
}
.ftinfo li img {
	vertical-align: top;
	width: 20px;
}
.ftinfo li p {
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	color: #000;
	padding: 0 0 0 .5em;
	width: 90%;
}
.ftlink {
	display: inline-block;
	width: 33%;
	text-align: left;
	vertical-align: top;
}
.websit img {
	padding: .5em 0;
}
.websit a {
	color: #553a29;
	font-size: 16px;
	transition: .2s ease all;
	letter-spacing: 1px;
}
.websit a:hover {
	color: #bb5b26;
}
.icon {
	text-align: right;
	font-size: 16px;
	font-weight: 900;
}
.icon a {
	vertical-align: super;
	transition: .2s ease all;
}
.icon a:hover {
	transform: translateY(-3px);
}
.copyright {
	background: #553a29;
	color: #e0cfb7;
	font-size: 14px;
	padding: 1em;
	margin-top: 2em;
}
.copyright a {
	color: #e0cfb7;
	font-size: 14px;
	transition: .2s ease all;
}
.copyright a:hover {
	color: #fff;
}
@media (max-width:1200px) {
	.ibtm img {
		padding: 11em 0 15em;
	}
	.ftbtn {
		display: block;
		width: 400px;
		vertical-align: top;
		margin: 0 auto 1em;
		max-width: 100%;
	}
	footer {
		padding: 0;
	}
	.ftinfo,.ftlink {
		width: 45%;
	}
	.ftinfo {
		padding: 0 1em;
	}
}
@media (max-width:990px) {
	.ibtm {
		background-attachment: initial;
	}
	.ibtm img {
		padding: 8em 0 13em;
	}
	.ftinfo, .ftlink {
		width: 48%;
	}
	.websit a {
		font-size: 15px;
	}
}
@media (max-width:675px) {
	.ftinfo, .ftlink {
		width: 440px;
		max-width: 100%;
	}
	.ftlink {
		padding-top: 1em;
	}
	.copyright {
		margin-top: 1em;
	}
	.ibtm img {
		padding: 6em 0 11em;
	}
}
@media (max-width:500px) {
	.ibtm img {
		padding: 4em 0 8em;
	}
	.ftlogo img {
		width: 120px;
	}
	.fttop {
		height: 120px;
	}
}
@media (max-width:380px) {
	.ftinfo {
		padding: 0;
		font-size: 16px;
	}
}
/*---story--------------------------------------------------------------------------------*/
.abt_banner {
	background: url(../../images/abt_bg.jpg) top center no-repeat fixed;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding-bottom: 5em;
}
.intitle {
	width: 350px;
	margin: 0 auto;
	max-width: 80%;
	color: #fff;
	background: url(../../images/intitle_deco.png) bottom right no-repeat;
	background-size: contain;
	padding: 15em 0 2em;
	-webkit-filter: drop-shadow(-7px 5px 2px rgb(52, 53, 39,.3));
	filter: drop-shadow(-7px 5px 2px rgba(52, 53, 39,.3));
}
.intitle p {
	font-size: 34px;
	text-align: left;
	text-shadow: 3px 0 5px rgba(0,0,0,.5);
	padding-bottom: 2em;
}
.intitle span {
	display: block;
    text-align: left;
    font-size: 38px;
    font-style: italic;
    text-shadow: 3px 0 5px rgba(0,0,0,.5);
    padding-left: 3em;
}
.abt_text {}
.abt_text p {
	padding: 3em 0 2em;
}
.story_in {
	position: relative;
	padding-top: 4em;
}
.story_in:before {
	content: '';
	background: #fff;
	width: 1px;
	height: 82px;
	position: absolute;
	left: 50%;
	top: 0;
}
.story_in span {
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	color: #000;
	background: #fff;
	border-radius: 30px;
	padding: 8px 5px 8px 1px;
	position: relative;
	z-index: 3;
}
@media (max-width:1500px) {
	.intitle {
		padding: 12em 0 2em;
	}
}
@media (max-width:990px) {
	.abt_banner {
		background-attachment: initial;
	}
	.intitle p {
		font-size: 30px;
	}
	.intitle span {
		font-size: 34px;
	}
}
@media (max-width:600px) {
	.intitle {
		background-size: 75%;
	}
	.intitle p {
		padding-bottom: 1em;
	}
	.intitle span {
		font-size: 30px;
		padding-left: 2em;
	}
}
@media (max-width:450px) {
	.intitle {
		padding: 8em 0 1em;
		background-size: 80%;
		background-position-y: 125%;
	}
	.intitle p,.intitle span {
		font-size: 26px;
	}
	.abt_banner {
		padding-bottom: 3em;
	}
	.abt_text p {
		padding: 2em 0;
	}
}
@media (max-width:380px) {
	.intitle {
		background-position-y: 112%;
	}
}
@media (max-width:350px) {
	.intitle {
		padding: 8em 0 1em;
		background-size: 80%;
		background-position-y: 104%;
	}
	.abt_text p {
		padding: 1em 0;
	}
	.intitle p, .intitle span {
		font-size: 25px;
	}
	.abt_banner {
		padding-bottom: 2em;
	}
}
/*---story_area------------------------------------------------------------------------------------------*/
.story_area {
	color: #fff;
}
.story1 {
	background: url(../../images/story_bg1.jpg) top center no-repeat fixed;
	background-size: cover;
}
.story2 {
	background: url(../../images/story_bg2.jpg) top center no-repeat fixed;
	background-size: cover;
}
.story3 {
	background: url(../../images/story_bg3.jpg) top center no-repeat fixed;
	background-size: cover;
}
/*story_tp*/
.story_tp {
	background: rgba(54,46,43,.5);
	position: relative;
	text-align: right;
}
.story2 .story_tp {
	text-align: left;
	min-height: 600px;
}
.story3 .story_tp {
	min-height: 600px;
}
/*stp_img*/
.stp_img {
	text-align: right;
	width: 40%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
}
.story1 .stp_img {
	background: url(../../images/story_simg1.jpg) center bottom no-repeat;
	background-size: cover;
}
.story2 .stp_img {
	background: url(../../images/story_simg2.jpg) center center no-repeat;
	background-size: cover;
	left: initial;
	right: 0;
	text-align: left;
}
.story3 .stp_img {
	background: url(../../images/story_simg3.jpg) center center no-repeat;
	background-size: cover;
}
.st_title {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 375px;
	margin: 3em -11em 0 0;
	z-index: 5;
}
.story2 .st_title {
	margin: 3em 0em 0 -10em;
}
.st_title b {
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	font-size: 70px;
	font-weight: 900;
}
.stitle_block {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 70%;
}
.story2 .stitle_block {
	text-align: right;
}
.story2 .stitle_block p {
	display: inline-block;
}
.brown {
	background: #59493f;
	padding: .7em;
	text-align: right;
}
.story2 .brown {
	text-align: left;
}
.brown sup {
	top: 0;
	position: relative;
	font-size: 15px;
	font-style: italic;
}
.brown .line {
	display: inline-block;
	width: 50px;
	height: 1px;
	vertical-align: middle;
	margin-bottom: 8px;
}
.brown h6 {
	font-size: 22px;
	letter-spacing: 3px;
	padding-top: .3em;
}
.brown h6 span {
	font-size: 30px;
	padding-right: 5px;
	letter-spacing: 6px;
}
.stitle_block p {
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	padding: 1em;
}
/*stp_text*/
.stp_text {
	width: 60%;
	text-align: right;
	position: relative;;
	display: inline-block;
	padding: 11em 4em 2em;
}
.stp_text p {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 48%;
	padding: 1em;
	line-height: 2;
	text-align: left;
}
.stp_text img {
}
/*story_btm*/
.story_btm {
	text-align: center;
	padding: 0 1em;
}
.sb_text {
	color: #000;
	text-shadow: 5px 8px 8px rgba(0,0,0,.3) ;
	padding: 12em 0;
}
.story2 .sb_text img {
	vertical-align: middle;
	max-width: 50vw;
}
.story2 .sb_text div {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding: 0 1em;
}
.story3 .sb_text {
	color: #fff;
}
.sb_text p {
	font-size: 60px;
}
.sb_text span {
	display: block;
	font-size: 16px;
}
@media (max-width:1300px) {
	.stp_text p {
		width: 100%;
	}
}
@media (max-width:1080px) {
	.story {
		background-attachment: initial;
	}
	.stp_img {
		width: 30%;
	}
	.stp_text {
		width: 70%;
	}
	.stp_text img {
		width: 30%;
	}
	.stp_text p img {
		width: 60%;
	}
	.sb_text {
		padding: 9em 0;
	}
}
@media (max-width:768px) {
	.stp_text {
		padding: 10em 2em 2em;
	}
	.sb_text {
		padding: 6em 0;
	}
}
@media (max-width:700px) {
	.stp_img {
		width: 100%;
		position: relative;
		text-align: left;
		margin: 0;
	}
	.story2 .stp_img {
		text-align: right;
	}
	.st_title {
		margin: 3em 0em -5em 1em;
	}
	.story2 .st_title {
		margin: 3em 1em -5em 0;
	}
	.stp_text {
		width: 100%;
		padding:6em 2em 2em;
	}
	.story2 .sb_text img {
		width: 400px;
		max-width: 90%;
	}
}
@media (max-width:500px) { 
	.st_title b {
		font-size: 60px;
	}
	.st_title {
		width: 350px;
	}
	.brown sup {
		font-size: 12px;
	}
	.brown h6 span {
		font-size: 26px;
	}
	.brown h6 {
		font-size: 20px;
	}
	.sb_text p {
		font-size: 50px;
	}
	.sb_text span {
		font-size: 15px;
	}
	.sb_text {
		padding: 5em 0;
	}
	.story2 .sb_text div {
		padding: 0 0em;
		width: 400px;
		max-width: 90%;
	}
	.sb_text p {
		line-height: 1.2;
	}
	.stp_text p img {
		width: 80%;
	}
}
@media (max-width:380px) {
	.st_title {
		width: 320px;
	}
	.st_title b {
		font-size: 50px;
	}
	.brown h6 {
		font-size: 18px;
		font-weight: 400;
	}
	.brown h6 span {
		font-size: 24px;
		letter-spacing: 3px;
	}
	.stitle_block p {
		font-size: 15px;
	}
	.stp_text p {
		padding: 1em 0;
	}
	.sb_text p {
		font-size: 40px;
	}
	.sb_text {
		padding: 4em 0;
	}
}
@media (max-width:350px) {
	.st_title {
		width: 300px;
	}
	.sb_text p {
		font-size: 32px;
	}
}
/***chart***/
.chart {
	background: url(../../images/chart_light.png) top right no-repeat,url(../../images/chart_bg.jpg) top left repeat;
	text-align: center;
	padding:3em 2em 15em 2em;
	color: #ede0cd;
	position: relative;
}
.chart:before {
	content: '';
	background: url(../../images/chart_people1.png) bottom left no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 2em;
	left: 3em;
	width: 23%;
    height: 53%;
}
.chart:after {
	content: '';
	background: url(../../images/chart_people2.png) bottom right no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 2em;
	right: 3em;
	width: 23%;
    height: 53%;
}
.chart h5 {
	font-size: 70px;
	line-height: 1.2;
}
.chart p {
	font-size: 30px;
	letter-spacing:8px;
}
.chart img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 2em 0;
}
@media (max-width:900px) {
	.chart h5 {
		font-size: 7vmin;
	}
	.chart:before {
		width: 30%;
		left: 1em;
	}
	.chart:after {
		width: 30%;
		right: 1em;
	}
}
@media (max-width:700px) {
	.chart {
		padding: 4em 2em 11em 2em;
	}
}
@media (max-width:500px) {
	.chart {
		padding: 3em 1em 7em 1em;
	}
	.chart p {
		font-size: 26px;
	}
}
@media (max-width:380px) {
	.chart:before,.chart:after {
		bottom: 4em;
	}
	.chart p {
		font-size: 24px;
	}
}
/*---maintenance------------------------------------------------------------------------------*/
.qa_banner {
	background: url(../../images/qa_bg.jpg) top center no-repeat fixed;
	background-size: cover;
	position: relative;
	min-height: 990px;
	text-align: right;
}
/*reason*/
.reason {
	width: 1035px;
	max-width: 90%;
	position: absolute;
	right: 0;
	bottom: -10em;
	z-index: 5;
}
ul.reason_icon {
	text-align: left;
	margin-bottom: -5em;
}
ul.reason_icon li {
	display: inline-block;
	width: 240px;
	height: 240px;
	margin-right: .5em;
	background: #f0e3d3;
	position: relative;
	text-align: center;
	padding: 15px;
	vertical-align: top;
	box-shadow: 5px 5px 5px rgba(0,0,0,.2);
}
ul.reason_icon li:before {
	content: '';
	border: solid 1px #57776b;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(.9);
}
.reason_tit {
	padding: 3em .5em 1em 0;
	text-align: right;
}
.reason_tit img {
	vertical-align: middle;
}
.reason_tit p {
	vertical-align: middle;
	display: inline-block;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	padding: 0 .5em;
}
.reason_tit p:first-letter {
	font-size: 1.5em;
}
ul.reason_icon li span {
	display: block;
	color: #57776b;
	font-size: 16px;
	text-align: right;
	letter-spacing: 0px;
    line-height: 1;
    font-weight: 700;
    padding: 0 1em;
}
/*why*/
.why {
	background: #57776b;
    color: #fff;
    padding: 9em 21em 3em 7em;
    text-align: left;
    display: inline-block;
    width: 920px;
    max-width: 90%;
}
.why h6 {
	font-size: 22px;
	font-style: italic;
}
.why p {
	padding: 1em 0 2em;
}
.why span {
	display: block;
	position: relative;
	font-style: italic;
	padding: 0 0 0 4em;
}
img.note {
	position: absolute;
	top: 0;
	left: 0;
}
/*qa_area*/
.qa_area {
	background: #fff;
}
/***oil***/
.oil {
	margin: 10em 0 5em;
	position: relative;
	padding: 0 2em 0 28em;
}
.oil:before {
	content: '';
	background: #cb9265;
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
}
.oil_info {
	display: inline-block;
    text-align: left;
    color: #000;
    width: 40%;
    padding: 2em 4em 1em 2em;
    z-index: 5;
    position: relative;
}
.oil_info h5 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 5px;
}
.oil_info span {
	display: block;
	color: #cb9265;
	font-size: 22px;
	font-style: italic;
	padding-top: .5em;
}
.oil_info p {
	font-size: 16px;
	padding: 1em 0 4em;
}
/*oil_clear*/
.oil_clear {
	border-top: solid 1px #cb9265;
	border-bottom: solid 1px #cb9265;
	padding: 1em .5em;
}
.oil_clear img {
	vertical-align: top;
	max-width: 11vw;
}
.oil_clear p {
	display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 1em 0 1em 1em !important;
}
img.painting {
	vertical-align: top;
    padding-top: 5em;
    max-width: 30vw;
}
@media (max-width:1750px) {
	.oil_clear img {
		max-width: none;
		width: 45%;
	}
	.oil {
		padding: 0 2em 0 25em;
	}
}
@media (max-width:1500px) {
	.qa_banner {
		min-height: 945px;
	}
	.oil {
		margin: 12em 0 5em;
		padding: 0 2em 0 21em;
	}
	.oil_info {
		width: 50%;
	}
}
@media (max-width:1200px) {
	.oil {
		padding: 0 2em 0 16em;
	}
}
@media (max-width:1080px) {
	.qa_banner {
		background-attachment: initial;
	}
	ul.reason_icon li {
		width: 220px;
		height: 220px;
	}
	.reason_tit p {
		font-size: 20px;
	}
	.reason_tit img {
		width: 42%;
	}
	ul.reason_icon li span {
		padding: 0 .5em;
	}
	.why {
		padding: 9em 16em 3em 7em;
	}
	.oil_info {
		padding: 2em 2em 1em 2em;
	}
	.oil_clear p {
		width: 100%;
	}
	.oil:before {
		width: 210px;
	}
}
@media (max-width:970px) {
	ul.reason_icon li {
		width: 200px;
		height: 200px;
	}
	ul.reason_icon li span {
		font-size: 12px;
	}
	.why {
		padding: 8em 15em 4em 4em;
	}
	.oil:before {
		width: 190px;
	}
	.oil_info {
		padding: 2em 2em 1em 0em;
	}
	.oil {
		padding: 0 2em 0 15em;
	}
	img.painting {
		vertical-align: top;
		padding-top: 2em;
		max-width: 70%;
	}
	.oil_clear img {
		width: 25%;
		vertical-align: middle;
	}
	.oil_clear p {
		width: 70%;
		vertical-align: middle;
	}
	.oil_info {
		width: 100%;
	}
}
@media (max-width:768px) {
	.reason,.why {
		max-width: 100%;
	}
	ul.reason_icon {
		text-align: center;
		padding: 0 2em;
	}
	ul.reason_icon li {
		width: 27%;
	}
	.why {
		padding: 8em 15em 3em 5em;
	}
	.oil:before {
		width: 95px;
	}
	.oil {
		margin: 12em 0 3em;
		padding: 0 2em 0 8em;
	}
	.qa_banner {
		min-height: 900px;
	}
	.reason_tit img {
		width: 38%;
	}
}
@media (max-width:680px) {
	.reason {
		position: relative;
		bottom: 0;
		padding-top: 5em;
	}
	ul.reason_icon li {
		width: 31%;
		height: 160px;
		margin: 0;
	}
	.reason_tit {
		padding: 2em .5em 1em 0;
		white-space: nowrap;
	}
	.reason_tit img {
		width: 35%;
	}
	.reason_tit p {
		font-size: 18px;
	}
	.why {
		padding: 8em 3em 3em;
	}
	.oil {
		margin: 3em 0;
		padding: 0 2em 0 8em;
	}
}
@media (max-width:500px) {
	ul.reason_icon {
		display: flex;
		justify-content: space-between;
		padding: 0 1em;
	}
	ul.reason_icon li {
		width: 32%;
		height: auto;
		padding: 10px;
	}
	.reason_tit {
		padding: 1em 0em .5em 0;
	}
	.reason_tit p {
		font-size: 15px;
	}
	img.note {
		width: 13%;
	}
	.oil:before {
		width: 25px;
	}
	.oil {
		margin: 2em 0;
		padding: 0 2em 0 3em;
	}
	.oil_info {
		padding: 2em 0em 1em 0em;
	}
	.oil_info p {
		padding: 1em 0 2em;
	}
	img.painting {
		padding-top: 1em;
		max-width: 100%;
	}
	ul.reason_icon li span {
		transform: scale(.8);
		transform-origin: right;
	}
	.why {
		padding: 8em 2em 3em;
	}
	.why span {
		font-size: 14px;
	}
	.oil_clear {
		padding: 0 .5em;
	}
}
@media (max-width:380px) {
	ul.reason_icon {
		margin-bottom: -3em;
	}
	.why {
		padding: 6em 2em 3em;
	}
	.oil {
		margin: 2em 0;
		padding: 0 1em 0 2em;
	}
	.oil:before {
		width: 15px;
	}
}
@media (max-width:350px) {
	.reason_tit p {
		font-size: 14px;
		padding: 0;
	}
	ul.reason_icon li span {
		transform: scale(.7);
		transform-origin: left;
	}
	.why span {
		padding: 0 0 0 3em;
	}
	.oil_info h5 {
		font-size: 26px;
	}
	.oil_info span {
		font-size: 20px;
	}
}
/***qatitle***/
.qatitle {
	color: #fff;
	text-align: center;
	background: url(../../images/qa3_bg.jpg) top center no-repeat fixed;
	background-size: cover;
}
.qatitle p {
	font-style: italic;
	padding: 8em 1em;
	font-size: 22px;
}
.qatitle span {
	font-size: 60px;
	font-weight: 700;
	display: block;
}
.qatitle b {
	display: inline-block;
	line-height: 1;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 45px;
	padding: 0 .1em;
}
/***qa_block***/
.qa_block {
	background: #e5e5e5;
	text-align: center;
	padding:3em 2em 15em;
	color: #000;
}
.qa_list {
	width: 605px;
	margin:1em auto 3em;
	max-width: 100%;
}
.qa_number {
	font-size: 36px;
	font-style: italic;
	border: solid 1px #000;
	border-radius: 50px;
	width: 73px;
	height: 73px;
	position: relative;
	margin: 0 auto;
	line-height: 70px;
}
.qa_number:after {
	content: '';
	background: url(../../images/qa_icon.png) bottom right no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 26px;
	height: 26px;
}
.question {
	font-size: 22px;
	padding: .5em 2em;
	font-weight: 500;
}
.answer {
	font-size: 16px;
	background: #fff;
	border-radius: 10px;
	padding: 1em 2em 3em;
	text-align: left;
}
@media (max-width:1080px) {
	.qatitle {
		background-attachment: initial;
	}
	.qatitle p {
		padding: 6em 1em;
	}
}
@media (max-width:700px) {
	.qatitle p {
		padding: 5em 1em;
	}
	.qa_block {
		padding: 3em 2em 12em;
	}
}
@media (max-width:550px) {
	.qatitle p {
		padding: 4em 1em;
	}
	.qatitle p {
		font-size: 20px;
	}
	.qa_block {
		padding: 2em 2em 10em;
	}
	.question {
		line-height: 1.3;
	}
}
@media (max-width:450px) {
	.qatitle p {
		padding: 3em 1em;
	}
	.qatitle span {
		font-size: 50px;
	}
	.qatitle p {
		font-size: 18px;
	}
	.qa_list {
		margin: 0em auto 2em;
	}
	.qa_number {
		font-size: 30px;
		width: 68px;
		height: 68px;
	}
	.qa_number:after {
		width: 22px;
		height: 22px;
	}
	.question {
		font-size: 18px;
	}
	.qa_block {
		padding: 2em 2em 8em;
	}
}
@media (max-width:380px) {
	.qa_block {
		padding: 2em 1em 8em;
	}
	.question {
		padding: .5em 1em;
	}
}
/*---service------------------------------------------------------------------------*/
.service_banner {
	background: url(../../images/service_bg.jpg) top center no-repeat fixed;
	background-size: cover;
	text-align: center;
	padding-bottom: 3em;
}
.careful {
	width: 510px;
	margin: 4em auto 0;
	max-width: 90%;
	background: url(../../images/service_deco1.png) top left no-repeat,url(../../images/service_deco2.png) top right no-repeat,url(../../images/service_deco3.png) bottom left no-repeat,url(../../images/service_deco4.png) bottom right no-repeat;
	position: relative;
	/*box-shadow: 0px 2px 12px rgba(0,0,0,.3)*/;
	background-position-y: 3%,3%,97%,97%;
    background-position-x: 2%,98%,2%,98%;
}
.careful p {
	color: #fff;
	font-size: 22px;
	font-style: italic;
	padding: 5em 1em;
}
.service_area {
	background: #32190e;
	text-align: center;
	padding: 0 2em 20em;
}
.service_area img {
    margin-top: -18em;
}
@media (max-width:1080px) {
	.service_banner {
		background-attachment: initial;
	}
	.service_area {
		padding: 0 2em 15em;
	}
	.service_area img {
		margin-top: -16em;
	}
	.careful {
		max-width: 60%;
	}
}
@media (max-width:700px) {
	.service_area img {
		margin-top: -13em;
	}
}
@media (max-width:580px) {
	.service_area img {
		margin-top: -13em;
	}
	.careful p {
		color: #fff;
		font-size: 20px;
		font-style: italic;
		padding: 5em 1em;
	}
	.service_area img {
		margin-top: -8em;
	}
	.careful {
		max-width: 80%;
	}
}
@media (max-width:450px) {
	.careful p {
		padding: 4em 1em;
		font-size: 18px;
	}
	.service_area img {
		margin-top: -7em;
	}
	.service_area {
		padding: 0 2em 10em;
	}
}
@media (max-width:380px) {
	.careful {
		margin: 2em auto 0;
	}
	.service_area img {
		margin-top: -6em;
	}
}
@media (max-width:350px) {
	.service_area img {
		margin-top: -5em;
	}
	.careful {
		max-width: 90%;
	}
}
/*---inner---------------------------------------------------------------------------------*/
.inner {}
.inbanner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.inbg_loc {
	background: url(../../images/inbg_loc.jpg) top center no-repeat;
	background-size: cover;
}
.inbg_news {
	background: url(../../images/inbg_news.jpg) top center no-repeat;
	background-size: cover;
}
.inbg_work {
	background: url(../../images/inbg_work.jpg) top center no-repeat;
	background-size: cover;
}
/***intop***/
.intop {
	background: url(../../images/inner_01.png) bottom center no-repeat;
	background-size: cover;
	position: relative;
	min-height: 222px;
}
img.indeco {
	position: absolute;
	bottom: 0;
	right: 8em;
}
/***inner_bg***/
.inner_bg {
	background: url(../../images/inner_02.png) top center repeat;
	min-height: 500px;
}
/*ftop_space*/
.ftop_space {
	padding-bottom: 20em;
}
/*---location---------------------------------------------------------------------------*/
.wrap_loc {
	width: 1070px;
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
}
/*loc_info*/
.loc_info {
	padding: 3em 2em 3em;
}
.loc_logo {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	width: 43%;
}
.loc_logo img {
	vertical-align: middle;
}
.loc_title {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	padding-left: 1em;
}
.loc_logo h4 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 22px;
	letter-spacing: 3px;
}
.loc_logo h5 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	padding: 0 .2em;
}
.loc_logo span {
	display: block;
	font-size: 16px;
}
.loc_info ul {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 45%;
	padding: 0 0 0 2em;
	border-left: solid 1px #8e7568;
}
.loc_info ul li {}
.loc_info ul li img {
	vertical-align: top;
}
.loc_info ul li p {
	color: #e9d1c4;
	display: inline-block;
	vertical-align: top;
}
/*map*/
.map {
	position: relative;
	min-height: 760px;
	width: 100%;
	border: solid 1px #fff;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width:1500px) {
	img.indeco {
		max-width: 15vw;
	}
}
@media (max-width:1080px) {
	.intop {
		min-height: 130px;
	}
	img.indeco {
		right: 5em;
	}
	.map {
		min-height: 650px;
	}
}
@media (max-width:960px) {
	.loc_title {
		padding: 1em 0 0 0;
	}
	.loc_logo img {
		display: block;
		margin: 0 auto;
		max-width: 80%;
	}
	.loc_info ul li p {
		width: 85%;
		word-wrap: break-word;
		word-break: break-all;
	}
}
@media (max-width:650px) {
	.loc_logo {
		width: 100%;
	}
	.loc_logo img {
		display: inline-block;
	}
	.loc_title {
		padding: 0em 0 0 1em;
	}
	.loc_info ul {
		width: 100%;
		padding: 1em 0 0 2em;
		border: 0;
	}
	.loc_info {
		padding: 2em 1em 2em;
		width: 500px;
		max-width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.map {
		min-height: 500px;
	}
	.ftop_space {
		padding-bottom: 15em;
	}
	img.indeco {
		right: 2em;
		max-width: 20vw;
	}
}
@media (max-width:500px) {
	.intop {
		min-height: 60px;
		margin-top: 1em;
	}
	.loc_logo img {
		max-width: 22vw;
	}
	.loc_logo h4 {
		font-size: 20px;
	}
	.loc_logo span {
		font-size: 15px;
	}
	.map {
		min-height: 300px;
	}
	.ftop_space {
		padding-bottom: 10em;
	}
	img.indeco {
		bottom: -1em;
	}
}
@media (max-width:380px) {
	.loc_info ul {
		padding: 1em 0 0 0em;
	}
}
@media (max-width:350px) {
	.intop {
		margin-top: 0em;
	}
	.loc_title {
		padding: 0em 0 0 .5em;
	}
	.loc_logo h4 {
		font-size: 18px;
	}
	.loc_logo h5,.loc_info ul {
		font-size: 15px;
	}
	.loc_logo span {
		font-size: 12px;
	}
	.map {
		min-height: 250px;
	}
}
/*---works-------------------------------------------------------------------------------------*/
.works_area {
	width: 1200px;
	margin: 0 auto;
	max-width: 90%;
	text-align: left;
	display: flex;
	justify-content: start;
	flex-flow: row wrap;
	padding: 7em 0 15em;
}
.works_list {
	width: 33%;
	padding: 0 .5em 2em;
}
.works_list a {
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
}
.w_img {
	position: relative;
	position: relative;
}	
.w_img:before {
	content: '';
	background: url(../../images/album_wood.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 50%;
	bottom: -22px;
	width: 45px;
	height: 44px;
	transform: translateX(-50%);
	z-index: 5;
}
.w_img img {
	vertical-align: top;
	-webkit-filter:drop-shadow(3px 3px 3px rgba(0,0,0,.75));
	filter:drop-shadow(3px 3px 3px rgba(0,0,0,.75));
}
.w_img sup {
	font-size: 14px;
	background: rgba(255,255,255,.75);
	border-radius: 50px;
	position: absolute;
	top: 1em;
    left: 2em;
    color: #000;
    line-height: 1;
    padding: 3px 10px;
}
.w_type {
	padding: 1.5em 0 1em;
	font-size: 18px;
	transition: .2s ease all;
}
.w_type p {
	position: relative;
	padding-bottom: .2em;
}
.w_type p:after {
	content: '';
	background: #e9d1c4;
	width: 55px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s ease all;
}
.w_type span {
	display: block;
	padding-top: .2em;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 1.2;
}
/*hover*/
.works_list a:hover .w_type p:after {
	width: 60%;
}
.works_list a:hover .w_type {
	color: #e0bca9
}
@media (max-width:1300px) {
	.works_area {
		padding: 7em 0 12em;
	}
}
@media (max-width:900px) {
	.works_list {
		width: 50%;
	}
}
@media (max-width:768px) {
	.w_img sup {
		left: 1em;
	}
	.works_area {
		padding: 5em 0 12em;
	}
}
@media (max-width:600px) {
	.works_list {
		padding: 0 .5em 1em;
	}
	.w_img sup {
		font-size: 12px;
	}
	.works_area {
		padding: 4em 0 12em;
	}
	.w_img:before {
		width: 35px;
		height: 35px;
		bottom: -17px;
	}
	.w_type {
		padding: 1.2em 0 1em;
	}
}
@media (max-width:450px) {
	.works_list {
		width: 100%;
	}
	.works_area {
		padding: 4em 0 8em;
	}
}
#service_album {
	font-size:16px;
}
#service_album a {
	display:inline-block;
}
.table1 table {
	min-width: 23%;
}

.table2 td {
	max-width: 200px;
	height: 30px;
}

@media(max-width:992px) {
	.contactm {
		margin-bottom: 20px
	}
	.table1 table {
		width: 100%;
	}
	table.tablegrid {
		width:23%;
	}
}

@media(max-width:768px) {
	.table1 table {
		width:98%;
	}
	table.tablegrid {
		width:47%;
	}
}
@media(max-width:500px) {
	table.tablegrid {
		width:95%;
	}
}
/*album*/
.works_area a {
	display:inline-block;
	color:#fff;
}
.works_area tr.photo {
	transition:.2s ease-in-out;
}
.works_area tr.photo:hover {
	opacity:.6;
}
.table-responsive {
	border:0;
	margin:10px 0;
}
.works_area table {
	color: #fff;
	min-width: 23%;
    margin: 10px;
}
@media(max-width:1100px) {
	.works_area table {
		min-width: 30%;
	}
}
@media(max-width:768px) {
	.table-responsive {
		width: auto !important;
	}
	.works_area table {
		min-width: 46%;
	}
}
@media(max-width:565px) {
	.works_area table {
		min-width: 48%;
		margin: 8px 3px;
	}
}
@media(max-width:470px) {
	.works_area table {
		min-width: 100%;
		margin: 8px 0;
	}
}
/***news*************************************************************************************************/
.news {
	margin: 0 auto;
    max-width: 90%;
    text-align: center;
    padding:3em 0 15em;
	color:#fff;
	width:850px;
	position:relative;
}
.news a {
	color: #fff;
}
.newslist table {
	color:#fff;
}
.newslist table iframe {
	width: 560px;
	max-width: 100%;
	height: 315px;
}
.cke_source {
	color: #000;
}
.newstitle input {
	color: #000;
}
/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
	padding:2em 1em;
	position: relative;
	margin-bottom: 2em;
}
.newslist_rwd:before {
	content: '';
	background: rgba(255,255,255,.5);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 90%;
	transition: .6s ease all;
}
.newslist_rwd:after {
	content: '';
	background: url(../../images/news_deco.png) bottom right no-repeat;
	background-size: contain;
	position: absolute;
	right: 1em;
	bottom: 1em;
	width: 10%;
    height: 48%;
}
.newslist_rwd a {
	position:relative;
	transition:.3s ease all;
	line-height: 1.5;
	color:#fff;
	transition:.2s ease all;
}
/*npic*/
.npic {
	position: relative;
    width: 40%;
    min-height:250px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	transition:.2s linear;
}
.npicimg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-position:center center;
}
/*ntitle*/
.ntitle {
	text-align:left;
	position:relative;
	margin: .5em 0;
	width: 55%;
    padding: 0 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: 2;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    transition: .2s linear;
    border-bottom: solid 1px #000;
    line-height: 3;
}
.ntitle p a {
	display:inline-block;
}
.ntitle p a:nth-of-type(1) {
	display:block;
	overflow:hidden;
}
.ntitle span {
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    transition: .2s linear;
    margin-top: 1em;
}
	.newslist_rwd:hover::before {
		width: 100%;
		background: rgba(255,255,255,.7);
	}
/*page_num*/
.page_num {
	padding:1em 0;
}
.page_num a {
	display:inline-block;
	color: #fff;
}
.inews .page_num {
	display:none;
}
/*inews_list*/
.inews_list .newslist_rwd::before,.inews_list .newslist_rwd::after {
	display: none;
}
.inews_list .ntitle p,.inews_list .ntitle span {
	color: #000;
}
.inews_list .newslist_rwd {
	margin: 0;
	z-index: 5;
	padding: 1em;
}
.inews_list .npic {
	min-height: 180px;
}
	@media (max-width:700px) {
		.npic {
			min-height:200px;
		}
		.ntitle {
			padding: 0em 0 0 1em;
		}
		.inews_list .npic {
			min-height: 150px;
		}
	}
	@media (max-width:550px) {
		.newslist_rwd.col-xs-6 {
			width: 90%;
			display: block;
			float: none;
			margin: 0 auto;
		}
		.npic {
			width: 100%;
		}
		.ntitle {
			padding: 0 1em 0 3em;
			width: 100%;
		}
		.newslist_rwd:after {
			height: 12%;
		}
		.inews_list .npic {
			width: 40%;
		}
		.inews_list .ntitle {
			width: 55%;
			padding: 0 0 0 1em;
		}
	}
	@media (max-width:380px) {
		.newslist_rwd {
			padding: 2em 1em 2em 0em;
		}
		.newslist_rwd:before {
			width: 95%;
		}
		.ntitle {
			padding: 0 1em 0 2em;
		}
		.inews_list .ntitle {
			padding: 0 0 0 1em;
		}
		.ntitle p {
			font-size: 18px;
		}
		.ntitle span {
			font-size: 16px;
		}
		.inews_list .npic {
			min-height: 120px;
		}
	}
	@media (max-width:350px) {
		.newslist_rwd.col-xs-6 {
			width:100%;
		}
	}
.space {
	transform: translateY(-115px);
}
@media (max-width:1500px) {
	.space {
		transform: translateY(0px);
	}
}