/*--------------copyright by ava start-------------------------------*/
@font-face {
	font-family: simo2;
	src: url(../fonts/simo2.woff);
}
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: 2px;
	font-size: 17px;
	font-family:'Prata','Noto Serif TC';
	overflow-x:hidden;
	font-weight:400;
	color:#f9ede7;
	background:#000;
}
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:#303030;
	text-decoration: none;
	transition: .3s ease all;
}
a:hover,a:focus {
	text-decoration: none;
	color:#303030;
}
img {
	max-width:100%;
}
::selection {
	background: rgba(238,223,206,.9);
    color: #241a18;
}
.h1, .h2, .h3, h1, h2, h3 {
	line-height: 1.2;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/************************/
header {
	z-index:90;
	position:relative;
}
/*mibutton*/
.mibutton {
	display: none;
	position: fixed;
    top: 0;
    right: 2em;
    z-index: 50;
    cursor: pointer;
    text-align: left;
	padding: 2em;
    z-index: 110;
}
	.mibutton span {
		display:block;
		text-align:center;
		width:30px;
		height:3px;
		position:absolute;
		top: 1.6em;
		left: 2em;
		background:#663d44;
		transition:.3s ease all;
	}
		.mibutton span:nth-child(2) {
			top: 2.1em;
			width: 35px;
		}
		.mibutton span:nth-child(3) {
			top: 2.6em;
			width: 40px;
		}
	.mibutton_ani span {
		opacity:1;
		background: #fff;
	}
		.mibutton_ani span:nth-child(1) {
			-webkit-transform:rotate(35deg);
					transform:rotate(35deg);
			-webkit-transform-origin:left bottom;
					transform-origin:left bottom;
		}
		.mibutton_ani span:nth-child(2) {
			opacity:0;
		}
		.mibutton_ani span:nth-child(3) {
			width: 30px;
			-webkit-transform:rotate(-35deg);
					transform:rotate(-35deg);
			-webkit-transform-origin:center left;
					transform-origin:center left;
		}
/*navbar*/
.navbar {
	background: rgba(238,223,206,.9);
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	margin: 0;
	border-radius: 0;
	min-height: auto;
    border: 0px solid transparent;
	transform: translateY(-100%);
	transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.attop {
	transform: translateY(0);
}
.intop {
	transform: translateY(0) !important;
}
/*logo*/
.logo a {
	display: inline-block;
}
/*ibutton*/
.ibutton {
}
.ibutton li {
	display: inline-block;
	vertical-align: top;
}
.ibutton a {
	position: relative;
	padding: 1em 0;
}
.ibutton a:after {
	content: '';
	background: rgba(255,255,255,.5);
	width: 0;
	height: 8px;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: .6s cubic-bezier(0.25, 1, 0.5, 1);
	transition-delay: .2s;
}
img.bucket {
	display: block;
	margin: 0 auto;
	transform: translateY(-15px);
	opacity: 0;
	transition: .3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ibutton a span {
	display: block;
	font-size: 14px;
	color: #29201c;
	line-height: 1;
}
.ibutton a:hover:after {
	right: initial;
	left: 0;
	width: 100%;
}
.ibutton a:hover img.bucket {
	opacity: 1;
	transform: translateY(-2px);
}
@media (max-width:1500px) {
	.mibutton {
		display: block;
	}
	.ibutton {
		display: none;
		overflow-y: auto;
		text-align: center;
		max-height: 85vh;
		padding: 1em;
	}
	.ibutton li {
		width: 20%;
	}
	.navbar {
		display: block;
		text-align: left;
	}
	.logo a {
		display: inline-block;
		padding: .5em 0 0 2em;
	}
	img.bucket {
		transform: translateY(-10px);
		opacity: 1;
	}
}
@media (max-width:560px) {
	.ibutton li {
		width: 48%;
	}
	.logo img {
		width: 260px;
	}
}
@media (max-width:450px) {
	.logo a {
		padding: .5em 0 0 1em;
	}
	.logo img {
		width: 210px;
	}
	.mibutton {
		top: -8px;
		right: 1.5em;
	}
	.ibutton li {
		width: 100%;
	}
}
/***********************/
/*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;
}
/***header***/
header {
	position: relative;
	height: 100vh;
	z-index: 0;
}
.dex_bg {
	background: url(../../images/dex_bg.jpg) top center no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -5;
	width: 100%;
	height: 100%;
}
/***ilogo_area***/
.ilogo_area {
	position: absolute;
	top: 5em;
	left: 10em;
	width: 245px;
	text-align: center;
	z-index: 10;
}
img.dex_text {
	padding: 1em 0;
}
img.scroll {
	animation: updown 1.2s infinite alternate cubic-bezier(0.12, 0, 0.39, 0);
	-webkit-filter: drop-shadow(4px 2px 5px rgba(255, 255, 255, 0.5));
	filter: drop-shadow(4px 2px 5px rgba(255, 255, 255, 0.5));
}
@keyframes updown {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(15px);
	}
}
/***dex_deco***/
img.dd1 {
	position: absolute;
	top: 3em;
	right: 10em;
	z-index: 1;
}
img.dd2 {
	position: absolute;
	bottom: 3em;
	left: 2em;
}
img.dd3 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.dex {
	text-align: right;
	height: 100vh;
}
.carousel-inner,.item {
	height: 100vh;
}
.item img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 78vw;
}
/***main***/
.main {
	position: relative;
	z-index: 10;
}
.inews {
	text-align: center;
	background: url(../../images/inews_bg.png) top right no-repeat;
	background-size: cover;
	padding: 3em 0;
}
.inews_title {
	display: inline-block;
	border: solid 1px #f9ede733;
	color: #f9ede7;
	position: relative;
	padding:1em;
}
.inews_title:after {
	content: '';
	background: #f9ede7;
	height: 33px;
	width: 1px;
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	opacity: .5;
}
.inews_title p {
	font-size: 24px;
	font-family: simo2;
	letter-spacing: 3px;
}
.inews_title span {
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	transform: scale(.9);
}
.inews_list {
	min-height: 245px;
	padding-top: 3em;
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}
@media (max-width:1200px) {
	.ilogo_area {
		left: 4em;
	}
	img.dd1 {
		width: 28vw;
	}
	img.dd2 {
		width: 45vw;
	}
	img.dd3 {
		width: 70vw;
	}
}
@media (max-width:991px) {
	img.dd1 {
		top: 9em;
	}
	.item img {
		width: 88vw;
	}
}
@media (max-width:768px) {
	.ilogo_area {
		left: 2em;
		top: 2em;
		width: 200px;
	}
	img.dex_text {
		width: 40px;
	}
	img.scroll {
		width: 65px;
	}
}
@media (max-width:530px) {
	.ilogo_area {
		width: 165px;
	}
	img.dex_text {
		width: 23%;
	}
	img.scroll {
		width: 30%;
	}
	img.dd1 {
		width: 40vw;
		right: 4em;
	}
	.item img {
		width: 98vw;
	}
	.inews {
		padding: 2em 1em;
	}
	.inews_title {
		padding: .5em;
	}
	img.dd2 {
		width: 65vw;
		left: 0;
		bottom: 11em;
	}
}
@media (max-width:380px) {
	img.dd1 {
		right: 2em;
		top: 10em;
	}
}
@media (max-width:350px) {
	.ilogo_area {
		width: 130px;
		top: 1em;
		left: 1em;
	}
	img.dd1 {
		top: 8em;
		width: 45vw;
	}
	img.dex_text {
		padding: 1em 0 0;
	}
	img.dd2 {
		bottom: 7em;
	}
	.item img {
		width: 92vw;
	}
}
/***about***/
.abt {
	background: url(../../images/abt_bg.jpg) top center no-repeat fixed;
	background-size: cover;
	position: relative;
	z-index: 3;
	padding-bottom: 15em;
}
.abt:before {
	content: '';
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	background: rgba(249,232,211,.25);
	width: 50%;
	height: 214px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.abt:after {
	content: '';
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: rgba(249,232,211,.25);
	width: 50%;
	height: 214px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.abt_tp {
	background: url(../../images/abt_tp.png) top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 84px;
}
.abt_in {
	background: url(../../images/abt_pattern.png) top center repeat-y;
}
.abt_text {
	width: 400px;
	margin: 0 auto;
	max-width: 90%;
}
.abt_text img {
	padding: 1em 0;
}
.abt_text p {
	text-align: justify;
	text-justify:inter-ideograph;
}
.abt_btm {
	background: url(../../images/abt_btm.png) top center no-repeat;
	background-size: cover;
	width: 100%;
	height: 93px;
}
/*cert*/
.cert {
	width: 570px;
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
}
.cert_title {
	color: #f9ede7;
	padding: 2em 0;
}
.cert_title p {
	font-size: 24px;
	font-weight: 900;
	text-shadow: 5px 0 5px rgba(39,51,29,.5);
}
.cert_title span {
	display: block;
	font-size: 16px;
	text-shadow: 5px 0 5px rgba(39,51,29,.5);
}
.cert ul {}
.cert li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	padding: .5em;
}
.cert li img {
	border: solid 6px rgba(255,255,255,.25);
}
/***iproducts***/
.iproducts {
	background: url(../../images/ipro_bg.png) top center no-repeat;
	background-size: cover;
	text-align: right;
	height: 870px;
	position: relative;
	z-index: 5;
	margin-top: -12em;
	padding: 10em 12em 0 0;
}
.ipro {
	display: inline-block;
	width: 500px;
	max-width: 90%;
	text-align: left;
}
.ipro span {
	display: block;
	font-size: 14px;
	position: relative;
	padding: 1em 1em .5em 1em;
}
.ipro b {
	position: relative;
	line-height: 1;
	font-size: 17px;
	font-weight: normal;
}
.ipro p {
	position: relative;
	padding: 1em 1em 1em 1em;
}
.ipro p:before {
	content: '';
	background: #f9ede7;
	width: 40px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 1em;
}
.ipro_link {
	padding: 1em;
}
.ipro_link img {
	vertical-align: middle;
}
.ipro_link a {
	color: #f9ede7;
	border: solid 1px #f9ede7;
	border-radius: 50px;
	padding: .3em 2em;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0 1em;
}
.ipro_link a:after {
	content: '';
	background: #f9ede7;
	width: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: .3s ease all;
	z-index: -1;
}
.ipro_link a:hover {
	color: #322621;
}
.ipro_link a:hover:after {
	width: 100%;
	left: 0;
	right: initial;
}
/*card*/
.card {
	position: relative;
	z-index: 5;
	padding: 11em 0 5em;
    margin: -14em 0 -10em;
}
.card:after {
	content: '';
	clip-path: polygon(0 30%, 100% 0%, 100% 70%, 0% 100%);
	-webkit-clip-path: polygon(0 30%, 100% 0%, 100% 70%, 0% 100%);
	width: 100%;
	height: 100%;
	background: url(../../images/card_bg.jpg) repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.card_wrap {
	width: 1590px;
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
	-webkit-perspective: 800;
	-moz-perspective: 800;
	perspective: 800;
}
.card_list {
	transform-style:preserve-3d;
	transition:0.5s all ease;
	display: inline-block;
    vertical-align: top;
	width: 16%;
	position: relative;
}
.card_list img {
	-webkit-filter:drop-shadow(0px 8px 8px rgba(116,61,14,.5));
	filter:drop-shadow(0px 8px 8px rgba(116,61,14,.5));
}
.card_list:nth-of-type(2) {
	bottom: 1em;
}
.card_list:nth-of-type(3) {
	bottom: 2em;
}
.card_list:nth-of-type(4) {
	bottom: 3em;
}
.card_list:nth-of-type(5) {
	bottom: 4em;
}
.card_list:nth-of-type(6) {
	bottom: 5em;
}
.card_front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.card_back {
	backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotateY(180deg) translateX(50%);
	width: 100%;
}
.card_list:hover {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/***forest***/
.forest {
	background: url(../../images/forest_bg.jpg) top center no-repeat fixed;
	background-size: cover;
	position: relative;
	z-index: 3;
	text-align: center;
	padding: 4em 0 10em;
}
.forest:after {
	content: '';
	background: rgba(54,27,5,.75);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.forest_block {
	width: 285px;
	margin: 0 auto;
	max-width: 90%;
}
.grline {
	width: 60px;
	height: 140px;
	background: rgba(49,60,38);
	margin: 0 auto;
}
.forest_block h6 {
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	font-weight: 900;
	font-size: 33px;
	text-shadow: 0px 5px 5px rgba(58,59,37,.7);
	display: inline-block;
    letter-spacing: 5px;
    margin: 2em 0 0;
    padding-right: 10px;
}
.forest_block .line {
	position: relative;
	width: 100%;
	height: 1px;
	background: #f9ede7;
	width: 155px;
	margin: 5px auto;
	max-width: 100%;
}
.forest_block span {
	display: block;
	transform: scale(.3);
	text-align: center;
	transform-origin: top;
	font-size: 12px;
	letter-spacing: 0px;
}
.fttp {
	background: url(../../images/fttp.png) bottom center no-repeat;
	background-size: cover;
	width: 100%;
	height: 24px;
	margin-top: -24px;
	position: relative;
	z-index: 10;
}
/***footer***/
footer {
	background: url(../../images/ft_pattern.png) repeat;
	text-align: center;
	position: relative;
	z-index: 10;
}
footer:after {
	content: '';
	background: url(../../images/ftwood.png) top center no-repeat;
	background-size: contain;
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 303px;
	height: 149px;
}
img.ftlogo {
	padding: 1em 0;
	position: relative;
    z-index: 2;
}
.ftwrap {
	width: 1610px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
}
@media (max-width:1200px) {
	.iproducts {
		margin-top: -9em;
		padding: 6em 5em 0 0;
	}
	.card {
		padding: 9em 0 3em;
	}
}
@media (max-width:991px) {
	.abt,.forest {
		background-attachment: initial;
	}
}
@media (max-width:840px) {
	.abt {
		padding-bottom: 10em;
	}
	.abt:before,.abt:after {
		height: 110px;
	}
	.iproducts {
		margin-top: -5em;
		padding: 6em 5em 0 0;
	}
	.card_list {
		width: 25%;
		padding: 1em;
	}
	.card_back {
		width: 78%;
		top: 1em;
		opacity: 0;
		transition: .3s ease all;
	}
	.card_list:hover .card_back {
		opacity: 1;
	}
	.card_list:nth-of-type(2) {
		bottom: 2em;
	}
	.card_list:nth-of-type(3) {
		bottom: 4em;
	}
	.card_list:nth-of-type(4) {
		bottom: 2em;
	}
	.card_list:nth-of-type(6) {
		bottom: 6em;
	}
}
@media (max-width:600px) {
	.cert ul {
		padding: 0 1em;
	}
	.iproducts {
		padding: 5em 2em 0 0;
		height: 800px;
	}
	.card_list {
		width: 31%;
	}
	.card:after {
		clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
		-webkit-clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
	}
	.card {
		padding: 6em 0 0em;
	}
	.forest_block h6 {
		font-size: 30px;
	}
	.grline {
		width: 50px;
		height: 110px;
	}
	img.ftlogo {
		max-width: 70vw;
	}
	.ipro_link img {
		width: 50%;
	}
}
@media (max-width:480px) {
	.abt_in {
		padding-bottom: 1em;
	}
	.iproducts {
		padding: 4em 0 0 0;
		height: 760px;
	}
	.ipro {
		display: block;
		margin: 0 auto;
	}
	.cert ul {
		padding: 0;
	}
	.ipro_link {
		padding: 1em 0;
		position: relative;
	}
	.ipro_link a {
		position: absolute;
		top: 30%;
		right: 0;
	}
	.card_list {
		width: 45%;
		padding: 1em .5em;
	}
	.card_back {
		width: 85%;
	}
	.card_list:nth-of-type(3) {
		bottom: 2em;
	}
	.card_list:nth-of-type(4) {
		bottom: 4em;
	}
	.card:after {
		clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
		-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
	}
	.card {
		padding: 5em 0 0em;
	}
	.forest {
		padding: 4em 0 7em;
	}
	.forest:after {
		height: 75px;
	}
	footer:after {
		height: 130px;
		top: -23px;
	}
	.abt_text p {
		padding: 0 1em;
	}
}
@media (max-width:380px) {
	.card_list {
		width: 48%;
	}
	.card {
		margin: -12em 0 -10em;
		padding: 2em 0 0em;
	}
	.card:after {
		top: -2em;
	}
	img.ftlogo {
		max-width: 70vw;
	}
	.abt {
		padding-bottom: 9em;
	}
}
@media (max-width:350px) {
	.ipro_link img {
		width: 48%;
	}
	.ipro_link a {
		font-size: 14px;
	}
	.iproducts {
		padding: 3em 0 0 0;
	}
	.forest_block h6 {
		font-size: 26px;
	}
	.forest {
		padding: 4em 0 5em;
	}
	.forest_block img {
		max-width: 85%;
		display: block;
		margin: 0 auto .5em;
	}
}
/*ftlist*/
.ftlist {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	padding: 1em 1em 2em 1em;
	font-size: 16px;
}
.ftinfo {
	text-align: left;
}
.ftinfo h6 {
	font-size: 20px;
	padding-bottom: .5em;
}
.ftinfo h6 span {
	font-size: 14px;
}
.ftinfo ul {
	position: relative;
	padding-top: .5em;
}
.ftinfo ul:before {
	content: '';
	width: 33px;
	height: 1px;
	background: #f9e8d3;
	position: absolute;
	top: 0;
	left: 0;
}
.ftinfo li {
	padding: .2em 0;
}
.ftinfo li img {
	vertical-align: top;
}
.ftinfo li p {
	color: #1f1f1f;
	vertical-align: top;
	display: inline-block;
	padding-left: .5em;
}
/*ftlink*/
.ftlink {
	text-align: center;
}
.ftbtn li {
	display: inline-block;
	width: 31%;
	padding: 1em .5em;
}
.ftbtn li a {
	color: #000;
}
.ftbtn li img:nth-of-type(1) {
	transition: .5s cubic-bezier(0.25, 1, 0.5, 1);
}
.ftbtn li img:nth-of-type(2) {
	-webkit-filter:drop-shadow(0px -3px 1px rgb(89, 57, 14,1));
	filter:drop-shadow(0px -3px 1px rgb(89, 57, 14,1));
	transition: .3s ease all;
}
.ftbtn li p {
	margin-top: -.5em;
}
.ftbtn li a:hover {
	color: #fff;
}
.ftbtn li a:hover img:nth-of-type(1) {
	transform: translateY(-10px);
	opacity: .5;
}
.ftbtn li a:hover img:nth-of-type(2) {
	-webkit-filter:drop-shadow(0px 0px 0px rgb(89, 57, 14,1));
	filter:drop-shadow(0px 0px 0px rgb(89, 57, 14,1));
}
/*share*/
.share {
	color: #e2bf8f;
	font-size: 14px;
}
.share a {
	color: #e2bf8f;
	font-size: 14px;
	display: inline-block;
}
.share a:hover {
	opacity: .7;
}
/*ftbtm*/
.ftbtm {
	background: #313c26;
	text-align: left;
	font-size: 14px;
	padding: 1em;
	position: relative;
}
.website {
	display: inline-block;
}
.website a {
	color: #6c7f59;
	display: inline-block;
	position: relative;
	line-height: 1;
	padding: 0 .5em;
}
.website a:hover {
	color: #a5c388;
}
.website a:after {
	content: '';
	background: #6c7f59;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.website a:last-of-type:after {
	display: none;
}
/*ftrt*/
.ftrt {
	color: #4f5e41;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.ftrt a {
	color: #4f5e41;
	display: inline-block;
}
.ftrt a:hover {
	color: #90a979;
}
#gotop {
	position: fixed;
	bottom: 5em;
	right: 1em;
	z-index: 50;
	cursor: pointer;
	display: none;
}
#gotop img {
	-webkit-filter:drop-shadow(5px 0px 5px rgba(17,8,8,.5));
	filter:drop-shadow(5px 0px 5px rgba(17,8,8,.5));
	transition: .3s cubic-bezier(0.25, 1, 0.5, 1);
}
#gotop:hover img {
	transform: translateY(-10px);
}
@media (max-width:1580px) {
	.website {
		width: 100%;
		text-align: center;
	}
	.ftrt {
		display: block;
		position: relative;
		text-align: center;
		width: 100%;
	}
}
@media (max-width:1440px) {
	.ftinfo li p {
		width: 90%;
	}
}
@media (max-width:1200px) {
	.ftlist {
		width: 31%;
		padding: 1em;
	}
	.ftlink {
		width: 460px;
		max-width: 100%;
		padding: 0 1em 2em 1em;
	}
}
@media (max-width:800px) {
	.ftlist {
		width: 400px;
		padding: .5em;
		max-width: 90%;
	}
	#gotop {
		width: 80px;
	}
}
@media (max-width:450px) {
	.ftlist {
		width: 350px;
		padding: .5em;
		max-width: 100%;
	}
	#gotop {
		width: 80px;
	}
	.ftinfo h6 {
		font-size: 18px;
	}
	.ftbtn li p {
		font-size: 15px;
	}
	.ftbtm {
		padding: 1em 0;
	}
	#gotop {
		width: 60px;
		bottom: 7em;
	}
}
/*fakehei*/
.fakehei {
	transform: translateY(-90px);
}
@media (max-width:1500px) {
	.fakehei {
		transform: translateY(-78px);
	}
}
@media (max-width:1500px) {
	.fakehei {
		transform: translateY(-78px);
	}
}
@media (max-width:560px) {
	.fakehei {
		transform: translateY(-70px);
	}
}
@media (max-width:450px) {
	.fakehei {
		transform: translateY(-60px);
	}
}
/***lesson***/
.lesson {
	background: url(../../images/lesson_bg.jpg) top center no-repeat fixed;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-bottom: 10em;
}
.lesson_tp {
	padding: 12em 0 0;
}
.les_wrap1 {
	width: 640px;
	margin: 0 auto;
	max-width: 90%;
}
/*notice*/
.notice {
	padding: 3em 0 1em 0;
}
.notice_tit {
	padding: 1em 0;
	border-top: solid 1px rgba(255,255,255,.3);
	border-bottom: solid 1px rgba(255,255,255,.3);
	text-shadow: 5px 2px 5px rgb(0 0 0);
	margin-top: 1em;
}
.notice p {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 5px;
}
.notice span {
	display: block;
	font-size: 16px;
}
.notice ul {
	text-align: left;
	padding: 1em 0 1em 1em;
}
.notice li {
	list-style: disc;
	padding: .2em 0;
}
.les_wrap2 {
	width: 1045px;
	margin: 0 auto;
	max-width: 90%;
	padding: 2em 0 5em;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
/*why*/
.why {
	text-align: left;
	width: 50%;
}
.why img {
	vertical-align: top;
}
.why_text {
	background: #cbc8c7;
    border-radius: 12px;
    text-align: left;
    padding: 2em 1em;
    display: inline-block;
    vertical-align: top;
    width: 65%;
    min-height: 240px;
	margin-left: -10px;
}
.why_text h6 {
	color: #956919;
	font-size: 24px;
	letter-spacing: 3px;
}
.why_text p {
	color: #2f2b2a;
	padding-top: .5em;
}
.why_bucket {
	width: 50%;
}
/*lesson_btm*/
.lesson_btm {
	width: 1060px;
	margin: 2em auto 0;
	max-width: 90%;
	background: url(../../images/lesson_pattern.png) repeat;
	border-radius: 12px;
	padding: 5em 6em;
	position: relative;
}
/*fix*/
.fix {
	color: #fff;
	font-size: 24px;
	letter-spacing: 3px;
	position: absolute;
	top: 2em;
	right: 5em;
}
.fix span {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
	padding-left: .5em;
}
/*step_area*/
.step_area {
	border-top: 1px solid #f9ede7;
	border-right: 1px solid #f9ede7;
	border-radius:0 12px 0 0;
	position: relative;
	padding: 1em;
}
.step_area:before {
	content: '';
	background: url(../../images/fix_icon.png) center center no-repeat;
	background-size: contain;
	width: 95px;
	height: 94px;
	position: absolute;
	top: -3em;
    left: -2em;
	-webkit-filter:drop-shadow(3px 0px 5px rgba(156,108,27,.3));
	filter:drop-shadow(3px 0px 5px rgba(156,108,27,.3));
}
.step_area:after {
	content: '';
	background: #f9ede7;
	width: 19px;
	height: 19px;
	border-radius: 4px;
    transform: rotate(45deg);
    position: absolute;
    bottom: 0em;
    right: -.6em;
}
.step {
	padding: 2em 0;
}
.step img {
	vertical-align: top;
	max-width: 50%;
}
.step p {
	display: inline-block;
	vertical-align: top;
	padding: 1em;
	text-align: left;
	width: 50%;
}
@media (max-width:1200px) {
	.step img {
		max-width: 100%;
		width: 48%;
	}
}
@media (max-width:991px) {
	.lesson {
		background-attachment: initial;
	}
	.lesson_tp {
		padding: 10em 0 0;
	}
}
@media (max-width:800px) {
	.les_wrap2 {
		flex-wrap: wrap;
		padding: 2em 0;
	}
	.why {
		width: 100%;
		text-align: center;
	}
	.why_bucket {
		width: 75%;
		padding-top: 1em;
	}
	.step img {
		width: 90%;
	}
	.step p {
		width: 100%;
	}
	.step {
		padding: 2em 0 0em;
	}
	.lesson {
		padding-bottom: 8em;
	}
}
@media (max-width:600px) {
	.lesson_tp {
		padding: 8em 0 0;
	}
	.notice {
		padding: 2em 0 1em 0;
	}
	.lesson_btm {
		padding: 4em 3em 3em;
	}
	.fix {
		font-size: 18px;
		top: 2em;
		right: 3em;
	}
	.fix span {
		font-size: 13px;
	}
	.step_area:before {
		width: 70px;
	}
	.lesson {
		padding-bottom: 6em;
	}
}
@media (max-width:450px) {
	.lesson_tp {
		padding: 7em 0 0;
	}
	.les_wrap2 {
		padding: 0 0 1em;
	}
	.why img {
		width: 100px;
		margin-bottom: -3px;
	}
	.why_text {
		width: 100%;
		min-height: auto;
		margin-left: 0;
	}
	.lesson_btm {
		padding: 3em 1em 2em;
	}
	.step_area:before {
		width: 50px;
		left: -1px;
	}
	.fix {
		top: 1em;
		right: 1em;
	}
	.step {
		padding: 1em 0 0;
	}
	.step img {
		width: 100%;
	}
	.step_area:after {
		right: -.5em;
		width: 15px;
		height: 14px;
	}
}
@media (max-width:380px) {
	.step_area:before {
		width: 50px;
		left: -5px;
		top: -46px;
	}
}
@media (max-width:350px) {
	.lesson_tp {
		padding: 6em 0 0;
	}
	.notice p,.why_text h6 {
		font-size: 20px;
	}
	.notice span {
		font-size: 14px;
	}
	.why img {
		width: 80px;
	}
	.step p {
		padding: 1em 0;
	}
}
/***timber***/
.timber {
	position: relative;
	background: url(../../images/timber_bg.jpg) top center repeat fixed;
	background-size: cover;
	padding: 10em 0 0;
}
/*leaf*/
img.leaf1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 489px;
	height: 592px;
}
img.leaf2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 431px;
	height: 542px;
}
/*timber_text*/
.timber_text {
	width: 400px;
	margin: 0 auto;
	max-width: 90%;
	text-align: left;
	position: relative;
	z-index: 3;
}
.timber_text p {
	padding: 1em 1em 0;
}
.timber h6 {
	font-size: 60px;
	color: #d6bca2;
	opacity: .25 !important;
	text-align: center;
	padding: 1em;
}
.timber sub {
	font-size: 25px;
	bottom: 0;
}
/*timber_type*/
.timber_type {
	width: 1550px;
	margin: 0 auto;
	max-width: 90%;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	padding-bottom: 1em;
}
.timber_list {
	border: solid 1px #f9e8d3;
	position: relative;
	text-align: right;
	width: 48%;
	margin-bottom: 2em;
}
.type {
	display: inline-block;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	font-size: 33px;
	line-height: 1;
	vertical-align: middle;
	width: 15%;
	font-weight: 900;
	padding: 2em 0 0 .5em;
    letter-spacing: 8px;
}
.type_info {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	position: relative;
	background:#743d0e;
	background-size: contain;
	text-align: left;
	padding: 3em 2em;
	min-height: 390px;
}
.type_info:before {
	content: '';
	background: url(../../images/wod_deco1.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
}
.type_info:after {
	content: '';
	background: url(../../images/wod_deco2.png) bottom right no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
}
.tag {
	background: #313c26;
	padding:3px 4em 3px 2em;
	position: absolute;
	top: 2em;
	right: -10px;
	box-shadow: 0px 5px 5px rgba(17,8,8,.25);
	z-index: 5;
}
.tag:after {
	content: '';
	background: #1e2813;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	width: 9px;
	height: 9px;
	position: absolute;
	top: -9px;
	right: 0;
}
.type_info p {
	padding: 3em 0;
	position: relative;
	z-index: 5;
}
.spec {
	z-index: 5;
	position: absolute;
	width: 100%;
	left: 2em;
	bottom: 2em;
}
.spec div {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	padding: 1em 0;
}
.spec div span {
	display: inline-block;
	background: #f9e8d3;
	border-radius: 50px;
	color: #361b05;
	font-weight: 600;
	padding: 0 10px;
}
@media (max-width:1550px) {
	.spec div {
		width: 100%;
		padding: .5em 0;
	}
}
@media (max-width:1200px) {
	.spec div {
		width: 100%;
		padding: .5em 0;
	}
	img.leaf1 {
		width: 35%;
		height: auto;
	}
	img.leaf2 {
		width: 28%;
		height: auto;
	}
	.timber_list {
		width: 100%;
	}
	.spec div {
		width: 48%;
	}
	.type {
		padding: 2em 0 0 1em;
	}
}
@media (max-width:991px) {
	.timber {
		background-attachment: initial;
		background-size: contain;
	}
	.timber h6 {
		font-size: 6vmin;
	}
}
@media (max-width:700px) {
	.type {
		padding: 2em 0 0 1em;
		width: 100%;
		text-align: center;
		padding: 1em 0;
		-webkit-writing-mode: unset;
		writing-mode: unset;
		font-size: 30px;
	}
	.type_info {
		width: 100%;
	}
	img.leaf1 {
		width: 45%;
	}
	img.leaf2 {
		width: 33%;
	}
	.type_info {
		min-height: 320px;
	}
	.spec {
		position: relative;
		left: 0;
		bottom: 0;
	}
}
@media (max-width:580px) {
	.spec div {
		width: 100%;
	}
	.type_info {
		padding: 2em 2em 1em;
	}
	.type_info:before {
		width: 50%;
	}
	.type_info:after {
		width: 45%;
	}
}
@media (max-width:450px) {
	.timber {
		padding: 8em 0 0;
	}
	.timber sub {
		font-size: 15px;
	}
	.type {
		font-size: 26px;
	}
	.tag {
		top: 1em;
		padding: 3px 2em 3px 1em;
	}
	.type_info p {
		padding: 2em 0;
		text-align: justify;
		text-justify:inter-ideograph;
	}
	.spec div span {
		font-size: 15px;
	}
	.type_info {
		padding: 2em 1em 1em;
	}
	.timber_text p {
		text-align: justify;
		text-justify:inter-ideograph;
	}
}
@media (max-width:380px) {
	.type {
		font-size: 25px;
	}
	.tag {
		font-size: 15px;
		top: 1.5em;
	}
}
/***env***/
.env {
	background: url(../../images/env_pattern.jpg) repeat;
	position: relative;
	z-index: 3;
	text-align: center;
	padding: 3em 0 0;
}
.env:after {
	content: '';
	clip-path: polygon(0 50%, 100% 0, 100% 50%, 0% 100%);
	-webkit-clip-path: polygon(0 50%, 100% 0, 100% 50%, 0% 100%);
	background: rgba(249,232,211,.5);
	position: absolute;
	top: -35px;
	right: 0;
	width: 50%;
	height: 101%;
	z-index: -1;
}
.env_tp {
	height: 35px;
	width: 100%;
	background: url(../../images/env_tp.png) bottom center no-repeat;
	background-size: cover;
}
/*env_title*/
.env_title {
	color: #31302e;
	background: url(../../images/env_wod1.png) bottom left no-repeat,url(../../images/env_wod2.png) top right no-repeat;
	background-size: contain;
	padding: 1em 4em;
	text-align: center;
	display: inline-block;
}
.env_title p {
	font-size: 60px;
	line-height: 1;
}
.env_title span {
	display: block;
	font-size: 28px;
	font-weight: 900;
}
/*env1*/
.env1 {
	width: 1020px;
	margin: 3em auto 0;
	max-width: 90%;
	border-radius: 5px;
	border: 8px solid rgba(255,255,255,.75);
	position: relative;
	padding: 3em;
	text-align: center;
}
.env1 span {
	background: #31302e;
	font-size: 24px;
	padding: 2px 1em;
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
}
.env1 p {
	color: #31302e;
}
.env1 div {
	padding-top: 1em;
}
.env1 div img {
	vertical-align: top;
	width: 48%;
	padding: .2em;
}
/*env2*/
.env2 {
	position: relative;
	z-index: 3;
	text-align: left;
	padding-top: 3em;
}
.env_wod {
	display: inline-block;
	width: 50%;
	background: url(../../images/wood_bg.jpg) top center no-repeat fixed;
	background-size: cover;
	min-height: 840px;
}
.purchase {
	display: inline-block;
	vertical-align: top;
	padding: 2em 1em;
	width: 35%;
	text-align: center;
}
.env_tag {
	background: #31302e;
	font-size: 24px;
	padding: 2px 1em;
	display: inline-block;
	margin: 1em 0;
}
.env_p {
	color: #31302e;
	margin-bottom: 1em;
}
/***timber_btm***/
.timber_btm {
	background: url(../../images/timber_btm_pattern.jpg) repeat;
	position: relative;
	z-index: 3;
	padding: 5em 0 6em;
    margin-top: -1em;
	text-align: center;
}
.timber_btm_wrap {
	width: 1360px;
	margin: 0 auto;
	max-width: 90%;
}
.timber_btm_wrap div {
	vertical-align: top;
	width: 31%;
	padding: .3em;
	display: inline-block;
}
@media (max-width:1200px) {
	.env_wod {
		min-height: 690px;
	}
	.env:after {
		clip-path: polygon(0 55%, 100% 0, 100% 55%, 0% 100%);
		-webkit-clip-path: polygon(0 55%, 100% 0, 100% 55%, 0% 100%);
	}
	.purchase {
		width: 45%;
	}
	.timber_btm {
		padding: 4em 0 5em;
	}
}
@media (max-width:1060px) {
	.env_wod {
		min-height: 350px;
		width: 100%;
		background-attachment: inherit;
	}
	.purchase {
		width: 520px;
		margin: 0 auto;
		max-width: 90%;
		display: block;
		padding: 2em 1em 3em;
		position: relative;
	}
	.env:after {
		clip-path: polygon(100% 0, 0% 100%, 100% 100%);
		-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
		width: 100%;
		height: 44%;
	}
	.env:before {
		content: '';
		clip-path: polygon(100% 0, 0% 100%, 0 0);
		-webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
		width: 100%;
		height: 40%;
		bottom: 0;
		position: absolute;
		bottom: 8px;
		left: 0;
		background: rgba(249,232,211,.5);
	}
	.env2 {
		padding-top: 2.5em;
	}
}
@media (max-width:768px) {
	.env_title p {
		font-size: 45px;
	}
	.env_title span {
		font-size: 25px;
	}
	.env1 {
		padding: 2em 1em 1em;
	}
	.env1 span,.env_tag {
		font-size: 20px;
	}
	.env:before {
		height: 668px;
	}
	.purchase img {
		max-width: 80%;
	}
}
@media (max-width:580px) {
	.env {
		padding: 2em 0 0;
	}
	.env_title p {
		font-size: 35px;
	}
	.env_title span {
		font-size: 20px;
	}
	.env1 {
		margin: 2em auto 0;
	}
	.env_wod {
		min-height: 250px;
	}
	.timber_btm {
		padding: 3em 0 4em;
	}
}
@media (max-width:450px) {
	.env_title {
		padding: 1em 2em;
	}
	.env1 span, .env_tag {
		font-size: 18px;
	}
	.env1 div img {
		width: 100%;
	}
	.timber_btm_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.timber_btm_wrap div {
		padding: 0;
	}
	.timber_btm_wrap div:nth-of-type(1) {
		width: 100%;
	}
	.timber_btm_wrap div:nth-of-type(2),.timber_btm_wrap div:nth-of-type(3) {
		width: 50%;
	}
	.env {
		padding: 1em 0 0;
	}
	.purchase {
		padding: 1em 1em 3em;
	}
	.timber_btm {
		padding: 2em 0 4em;
	}
	.timber_btm_wrap {
		width: 85%;
	}
	.env:after {
		height: 56%;
	}
	.env:before {
		height: 36%;
	}
}
@media (max-width:380px) {
	.env_title p {
		font-size: 30px;
	}
	.env_title {
		background-size: 20%;
	}
	.env2 {
		padding-top: 2em;
	}
	.env_wod {
		min-height: 200px;
	}
	.purchase img {
		max-width: 90%;
	}
	.env1 span, .env_tag {
		font-size: 17px;
	}
}
@media (max-width:350px) {
	.env_title p {
		font-size: 25px;
	}
	.env_title span {
		font-size: 18px;
	}
}
/***inner***/
.inner {
	background: url(../../images/in_pattern.jpg) repeat;
}
/*inbanner*/
.inbanner {
	min-height: 583px;
	background: url(../../images/inbanner.png) top center no-repeat;
	background-size: cover;
	position: relative;
}
.intitle {
	position: absolute;
	top: 11em;
	left: 50%;
	transform: translateX(-50%);
}
/***location***/
.location {
	padding: 7em 0;
	width: 1280px;
	margin: 0 auto;
	max-width: 90%;
}
.location_list {
	position: relative;
	margin-bottom: 3em;
	text-align: center;
}
.map {
	position: relative;
	height: 400px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0px 5px 10px rgb(0 0 0);
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.loc_info {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 2em 3em;
	color: #f9e8d3;
}
.loc_info h6 {
	font-size: 24px;
	padding: 0 0 1em 0;
}
.loc_info h6 span {
	font-size: 14px;
}
.loc_info ul {
	font-size: 16px;
	padding: 1em 0 0;
	position: relative;
}
.loc_info ul:before {
	content: '';
	width: 27px;
	height: 1px;
	background: #59493f;
	position: absolute;
	top: 0;
	left: 0;
}
.loc_info li {
	padding: .5em 0;
}
.loc_info li p {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	padding-left: .5em;
}
.loc_info li img {
	opacity: .3;
}
.loc_info li:nth-of-type(1) p {
	font-size: 20px;
}
.loc_info li:nth-of-type(1) img {
	opacity: 1;
}
@media (max-width:1200px) {
	.inbanner {
		min-height: 470px;
	}
	.intitle {
		top: 9em;
	}
	.location {
		padding: 5em 0;
	}
}
@media (max-width:991px) {
	.map {
		width: 100%;
	}
	.loc_info {
		width: 100%;
		padding: 2em 1em;
	}
	.inbanner {
		min-height: 430px;
	}
	.intitle {
		top: 8em;
	}
}
@media (max-width:768px) {
	.inbanner {
		min-height: 365px;
	}
	.intitle {
		top: 7em;
		width: 100%;
		left: 0;
		transform: none;
		text-align: center;
	}
	.intitle img {
		max-width: 80%;
	}
	.location {
		padding: 4em 0;
	}
	.map {
		height: 300px;
	}
	.location_list {
		margin-bottom: 2em;
	}
}
@media (max-width:560px) {
	.inbanner {
		min-height: 320px;
	}
	.intitle {
		top: 6em;
	}
	.intitle img {
		max-width: 70%;
	}
	.map {
		height: 250px;
	}
	.loc_info h6 {
		font-size: 22px;
	}
}
@media (max-width:450px) {
	.inbanner {
		min-height: 280px;
	}
	.intitle img {
		max-width: 80%;
	}
	.intitle {
		top: 5em;
	}
	.location {
		padding: 2em 0;
	}
	.location_list {
		margin-bottom: 1em;
	}
	.loc_info ul {
		font-size: 15px;
	}
	.loc_info li:nth-of-type(1) p {
		font-size: 18px;
	}
	.loc_info {
		padding: 1.5em 1em 1em;
	}
}
@media (max-width:380px) {
	.inbanner {
		min-height: 255px;
	}
	.intitle img {
		max-width: 85%;
	}
	.map {
		height: 200px;
	}
	.loc_info {
		padding: 1.5em 0em 1em;
	}
	.loc_info h6 {
		font-size: 20px;
	}
	.loc_info h6 span {
		font-size: 12px;
	}
}
@media (max-width:350px) {
	.intitle img {
		max-width: 90%;
	}
	.inbanner {
		min-height: 240px;
	}
}
/***process***/
.process {
	width: 1470px;
	margin: 0 auto;
	max-width: 90%;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 7em 0 10em;
}
.process_btn {
	width: 33%;
	margin-bottom: 4em;
	padding: 0 1em;
}
.process_btn a {
	position: relative;
	background: url(../../images/process_bg.png) bottom center no-repeat;
	background-size: contain;
	padding: 0 1em 4em;
    display: inline-block;
}
.process_btn img {
	-webkit-filter:drop-shadow(2px 4px 3px rgba(51, 51, 51, 0.3));
	filter:drop-shadow(2px 4px 3px rgba(51, 51, 51, 0.3));
}
.process_btn span {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: .5em 0;
	opacity: .5;
}
.process_btn p {
	font-size: 23px;
	color: #251c1a;
	font-weight: 900;
	position: relative;
	padding: 0 .5em;
	display: inline-block;
}
.process_btn p:before {
	content: '';
	background: #251c1a;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.process_btn p:after {
	content: '';
	background: #251c1a;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.process_btn a:hover {
	opacity: .8;
}
@media (max-width:991px) {
	.process_btn {
		width: 50%;
	}
	.process {
		padding: 6em 0;
	}
}
@media (max-width:768px) {
	.process {
		padding: 4em 0;
	}
}
@media (max-width:650px) {
	.process_btn p {
		font-size: 20px;
	}
	.process_btn a {
		padding: 0 1em 3em;
	}
	.process_btn {
		margin-bottom: 3em;
		padding: 0 .5em;
	}
}
@media (max-width:500px) {
	.process {
		padding: 3em 0;
	}
	.process_btn {
		margin-bottom: 2em;
	}
	.process_btn a {
		padding: 0 .5em 2em;
	}
	.process_btn span {
		padding: .1em 0 0;
		transform: scale(.8);
	}
	.process_btn p {
		font-size: 17px;
	}
}
@media (max-width:450px) {
	.process_btn {
		width: 90%;
	}
	.process_btn a {
		padding: 0 1em 3em;
	}
	.process_btn p {
		font-size: 18px;
	}
	.process {
		padding: 2em 0;
	}
}
/***product***/
.porduct_wrap {
	width: 1650px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	padding: 5em 0 8em;
	color: #fff;
	text-align: center;
}
/*side_menu*/
.sidemenu {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 3em 1em 0;
}
.sidemenu_type {
	background: url(../../images/board.png) center center no-repeat;
	background-size: contain;
	position: relative;
	font-size: 20px;
	height: 100px;
	-webkit-filter:drop-shadow(3px 3px 5px rgb(0, 0, 0));
	filter:drop-shadow(3px 3px 5px rgb(0, 0, 0));
}
h6.sidemenu_tit {
	position: absolute;
	bottom: 1em;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
h6.sidemenu_mobtit {
	display: none;
}
/*sidemenu_list*/
.sidemenu_list {
	padding: 1em 1em;
	text-align: left;
	border-top: dashed 1px #b17f34;
	border-bottom: dashed 1px #b17f34;
	margin: 2em 0 0;
	position: relative;
}
.sidemenu_list span {
	color: #b17f34;
    transform: scale(.9) translateX(-50%);
    font-size: 12px;
    display: inline-block;
    background: url(../../images/in_pattern.jpg) repeat;
    padding: 0 1em;
    position: absolute;
    top: -10px;
    left: 50%;
    width: 140px;
    letter-spacing: 1px;
}
.sidemenu_list li {
	padding: .3em 0;
}
.sidemenu_list a {
	color: #f9ede7;
	font-size: 18px;
	opacity: .5;
}
.sidemenu_list a img {
	vertical-align: middle;
}
.sidemenu_list a:hover {
	opacity: 1;
}
.sidemenu_list li a.active {
	color: #ae7b31;
	opacity: 1;
}
/***product_area***/
.product_area {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 75%;
	padding: 1em;
}
/*search*/
.search {
	text-align: left;
}
.search p {
	display: inline-block;
	vertical-align: middle;
}
.search form {
	display: inline-block;
	vertical-align: middle;
}
.search form select {
	background: transparent;
    padding: 6px 12px;
	border: solid 1px rgba(255,255,255,.3);
    border-radius: 4px;
}
.search form option {
	background: rgba(163,116,53,.95);
	display: block;
	padding: .5em 0;
}
.search form option::focus {
	background: rgba(255,255,255,.5);
}
button.search_type {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50px;
	background: rgba(255,255,255,.5);
	border: 0;
    padding: 6px 12px;
	margin: 0 .5em;
}
button.search_type i {
	color: #fff;
	transition: .3s ease all;
}
button.search_type:hover i {
	color: #241a18;
}
/*product_list*/
.product_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 3em 0;
	cursor: pointer;
}
.product {
	padding: 1em;
	width: 33%;
	transition: .3s ease all;
}
.product:hover {
	opacity: .7;
}
.pro_wrap {
	line-height: 0;
}
.product_img {
	min-height: 236px;
	width: 100%;
	background: url(../../images/product.jpg) center center no-repeat,#fff;
	background-size: contain;
}
.pro_tit {
	position: relative;
}
.pro_tit:before {
	content: '';
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #fff;
	width: 30px;
	height: 15px;
	position: absolute;
	top:-1px;
	left: 50%;
	transform: translateX(-50%);
}
.pro_tit p {
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
	padding-top: 1.5em;
}
.pro_tit sub {
	bottom: 0;
}
.ws_images div:nth-of-type(5) {
	display: none;
}
/***product_inner***/
.product_inner {
}
.modal-dialog {
    width: 990px;
	max-width: 90%;
    margin: 30px auto;
    clip-path: polygon(3% 0%, 97% 0%, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0% 97%, 0% 3%);
    -webkit-clip-path: polygon(3% 0%, 97% 0%, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0% 97%, 0% 3%);
	position: relative;
	background: url(../../images/box_pattern.png) repeat;
	text-align: center;
	text-align: right;
}
button.close {
	position: absolute;
    top: 1em;
    right: 1em;
    z-index: 10;
    opacity: 1;
    font-size: 30px;
    color: #fff;
    border-radius: 50px;
    border: solid 1px #fff;
    width: 40px;
    height: 40px;
    text-shadow: none;
}
button.close:hover {
	color: #fff;
	opacity: .7;
}
.modal-body {
	padding: 0;
}
.item_slide {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 1em;
}
.item_content {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
    padding: 5em 2em;
	background: rgba(163,116,53,.85);
	text-align: left;
}
.item_content h4 {
	font-size: 22px;
    text-align: center;
	letter-spacing: 3px;
}
.item_content h4 sub {
	bottom: 0;
}
.size {
	color: #0e0e0e;
    font-size: 18px;
    text-align: center;
    border-top: solid 1px rgba(255,255,255,.5);
    border-bottom: solid 1px rgba(255,255,255,.5);
    margin: 1em 0 .5em;
    padding: 5px 0;
}
.stand {
	display: inline-block;
	background: #a37435;
	font-size: 18px;
	padding: 3px 5px;
	color: #0e0e0e;
	margin: .5em 0;
}
.item_content p {
	line-height: 1.8;
}
.note {
	color: #452304;
	font-size: 16px;
	border-top: solid 1px rgba(255,255,255,.5);
	border-bottom: solid 1px rgba(255,255,255,.5);
	margin: 1em 0;
    padding: 1em 0;
}
.details {
	text-align: right;
	margin-top:2em;
}
.details a {
	color: #fff;
	font-size: 15px;
	position: relative;
	width: 100px;
	text-align: left;
	padding: .3em 1em;
	display: inline-block;
	letter-spacing: 1px;
	white-space: nowrap;
	line-height: 1;
}
.details a:after {
	content: '';
	background: #633e07;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s ease all;
}
.details p {
	position: relative;
	z-index: 3;
}
.details span {
	display: block;
	font-size: 12px;
	position: relative;
	z-index: 3;
}
.details a:hover:after {
	width: 100%;
}
@media (max-width:1400px) {
	.sidemenu {
		width: 25%;
	}
	.product_area {
		width: 70%;
	}
	.product_img {
		min-height: 200px;
	}
}
@media (max-width:1200px) {
	.product {
		width: 50%;
	}
	.sidemenu {
		padding: 0 1em 1em 0;
	}
}
@media (max-width:991px) {
	.porduct_wrap {
		padding: 3em 0 5em;
	}
	.sidemenu_type {
		background: none;
		height: auto;
	}
	.sidemenu {
		padding: 0;
		width: 100%;
		border:solid 1px rgb(179 130 56 / 65%);
	}
	h6.sidemenu_tit {
		display: none;
	}
	h6.sidemenu_mobtit {
		display: block;
		font-size: 20px;
		color: #fff;
		text-align: center;
		padding: .5em 0;
		position: relative;
	}
	h6.sidemenu_mobtit:after {
		content: '+';
		color: #fff;
		font-size: 22px;
		position: absolute;
		bottom: 1em;
		right: 1em;
		font-weight: 900;
		line-height: 0;
		transition: .3s ease all;
	}
	h6.sidemenu_mobtit.add:after {
		transform: rotate(135deg);
	}
	.sidemenu_list {
		margin: 0;
		border-bottom: 0;
		display: none;
	}
	.sidemenu_list span {
		display: none;
	}
	.product_area {
		width: 100%;
		padding: 2em 0;
	}
	.pro_tit p {
		font-size: 18px;
	}
}
@media (max-width:768px) {
	.item_slide {
		width: 90%;
		padding: 3em;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.item_content {
		width: 100%;
		padding: 2em;
	}
	button.close,button.close:hover {
		color: #000;
		border: #000 solid 1px;
		z-index: 50;
	}
}
@media (max-width:500px) {
	h6.sidemenu_mobtit,.item_content h4 {
		font-size: 18px;
	}
	.porduct_wrap {
		padding: 2em 0 2em;
	}
	.sidemenu_list a,.search,.pro_tit p,.size,.stand,.item_content p {
		font-size: 16px;
	}
	button.search_type {
		padding: 6px 1em;
	}
	.product_list {
		margin: 1.5em 0;
	}
	.item_slide {
		padding: 2em 1em;
	}
	button.close {
		top: 0.5em;
		right: 0.5em;
		transform: scale(.8);
	}
	.product {
		padding: 1em .5em;
		width: 100%;
	}
	.product_area {
		padding: 1.5em 0;
	}
	.details {
		margin-top: 1em;
	}
	.modal-dialog {
		clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
		-webkit-clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
	}
	#wowslider-container1 .ws_bullets {
		bottom: -4em;
	}
}
@media (max-width:380px) {
	.item_slide {
		padding: 2em 0em;
	}
	.item_content {
		padding: 2em 1em;
	}
	button.close {
		width: 32px;
		height: 32px;
		font-size: 26px;
	}
}
@media (max-width:350px) {
	.product_list {
		margin: 1em 0;
	}
	.item_content {
		padding: 1.5em 1em;
	}
}
/***product_details***/
.back {
	text-align: left;
	margin: 1em;
}
.back a {
	display: inline-block;
	border: solid 1px #e9e9e5;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	padding: 5px 12px;
}
.back a:hover {
	background: rgba(255,255,255,.25);
}
.product_details {
	width: 900px;
	margin: 0 auto 2em;
	max-width: 100%;
	position: relative;
	text-align: center;
	color: #fff;
}
.product_details h5 {
	font-size: 22px;
	letter-spacing: 3px;
}
.details_size {
	color: #a37435;
	border-top: solid 1px rgba(163,116,53,.65);
	border-bottom: solid 1px rgba(163,116,53,.65);
	margin: 1em 0;
	padding: .2em 0;
}
.details_info {
	width:800px;
	margin: 2em auto;
	max-width: 100%;
	text-align: left;
}
.s_stand {
	display: inline-block;
	background: #a37435;
	color: #0e0e0e;
	padding: 5px .5em;
	margin: .5em 0;
	font-weight: 500;
}
.details_info p {
	font-size: 16px;
}
.details_note {
	color: #a37435;
	font-size: 16px;
	border-top: solid 1px rgba(163,116,53,.65);
	border-bottom: solid 1px rgba(163,116,53,.65);
	margin: 1em 0 2em;
	padding: 1em 3em;
	text-align: left;
}
@media (max-width:991px) {
	.back {
		margin: 1em 0;
	}
}
@media (max-width:900px) {
	.details_note {
		padding: 1em 0;
	}
}
@media (max-width:500px) {
	h6.sidemenu_mobtit:after {
		bottom: .8em;
	}
	.back a {
		font-size: 13px;
	}
}
@media (max-width:350px) {
	.details_info {
		margin: 1em auto;
	}
}
/***news***/
.news {
	width: 1200px;
	margin: 0 auto;
    max-width: 90%;
    text-align: center;
	padding: 3em 0 10em;
	position: relative;
	z-index: 10;
	min-height: 500px;
}
.newslist table,.newslist table a {
	color:#fff;
}
table.tableimg tr:nth-of-type(1) td input#title {
	color: #000;
}
.newslist iframe {
	max-width: 100%;
}
/***newslist_rwd***/
.newslist_rwd {
	padding-bottom: 1em;
    text-align: center;
    padding:2em;
	position: relative;
}
.newslist_rwd a {
	position:relative;
	transition:.3s ease all;
	line-height: 1.5;
	color:#fff;
}
/*npic*/
.npic {
	position: relative;
    max-width: 100%;
    min-height: 350px;
    transition: .3s ease all;
    vertical-align: top;
	box-shadow:3px 3px 5px rgb(0 0 0 / 50%);
}
.npic:before {
	content: '';
    background: #fff;
    width: 50px;
    height: 50px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 1;
}
.npic:after {
	content: '';
    background: #fff;
    width: 50px;
    height: 50px;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0);
	-webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
	position: absolute;
	bottom: -3px;
	right: -3px;
}
.npicimg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-position: center center;
}
/*ntitle*/
.ntitle {
	text-align:center;
	position:relative;
	margin: .5em 0;
	width: 100%;
	vertical-align:top;
	padding: 1em 2em;
}
.ntitle p {
	position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #cfa972;
    font-size: 28px;
	font-weight: 900;
    margin:1em 0 .5em;
    letter-spacing: 2px;
}
.ntitle p a {
	display:inline-block;
}
.ntitle p a:nth-of-type(1) {
	display:block;
	overflow:hidden;
}
.ntitle span {
    text-align: center;
    padding: 0 3px;
    font-size: 17px;
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	transition:.2s ease all;
	border-top: solid 1px rgba(207,169,114,.15);
	padding-top: .5em;
}
/*more*/
.more {
	display: inline-block;
	color: #cfa972;
	border: solid 1px #cfa972;
	border-radius: 50px;
	padding: 3px 1em;
    font-size: 15px;
	transition: .3s ease all;
}
.newslist_rwd a:hover .more {
	opacity: .5;
	transform: translateY(5px);
}
/*page_num*/
.page_num {
	padding:1em 0;
}
.page_num a {
	display:inline-block;
}
.inews .page_num {
	display:none;
}
.ripple3 input[type="button"] {
	background: rgba(255,255,255,.0);
    border: solid 1px #c7c7c7;
    padding: .2em 1em;
    border-radius: 50px;
    letter-spacing: 2px;
    margin: .5em;
	transition: .3s ease all;
}
.ripple3 input[type="button"]:hover {
	background: rgba(255,255,255,.3);
}
/***news2***/
.news2 {
	width: 1090px;
	margin: 0 auto;
	max-width: 90%;
}
.news2 .newslist_rwd {
	background: rgba(249,237,231,.10);
	padding: 3em 4em;
	margin-bottom: 2em;
}
.news2 .npic {
	width: 40%;
	min-height: 378px;
	display: inline-block;
	border: solid 1px rgba(207,169,114,.5);
	position: relative;
	box-shadow: 3px 3px 5px rgb(0 0 0 / 0%);
}
.news2 .npicimg {
	transform: scale(.94);
	box-shadow: 3px 3px 5px rgb(0 0 0 / 50%);
}
.news2 .npic:before {
	content: '';
	clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
	-webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
	background: #cfa972;
	width: 25px;
	height: 85px;
	position: absolute;
	top: 0;
	left: -26px;
}
.news2 .npic:after {
	display: none;
}
.news2 .ntitle {
	display: inline-block;
	width: 55%;
	text-align: left;
	padding: 2em 0 0 5em;
}
.news2 .ntitle span {
	border: 0;
	text-align: left;
}
.news2 .ntitle p img {
	vertical-align: middle;
	padding-right: .5em;
}
.doc {
	text-align: right;
	position: absolute;
	bottom: 0em;
	right: 0em;
}
.doc p {
	display: inline-block;
	text-align: center;
	color: #cfa972;
	position: relative;
	font-size: 15px;
	padding-bottom: .2em;
}
.doc p i {
	font-size: 30px;
	display: block;
	margin-bottom: .2em;
	transition: .3s ease all;
}
.doc p:after {
	content: '';
	background: #cfa972;
	width: 70%;
	height: 1px;
	position: absolute;
	bottom:0%;
	left: 50%;
	transform: translateX(-50%);
	transition: .3s ease all;
}
.news2 .newslist_rwd a:hover .doc p:after {
	width: 100%;
}
.news2 .newslist_rwd a:hover .doc p i {
	opacity: .5;
}
/***inews***/
.inews {}
.inews .npic {
    width:45%;
    min-height: 210px;
    display: inline-block;
}
.inews .ntitle {
	width: 50%;
	padding: 1em;
	text-align: left;
	display: inline-block;
}
.inews .newslist_rwd {
	padding: 1em;
}
@media (max-width:1200px) {
	.npic {
		min-height: 280px;
	}
	.inews .npic {
		min-height: 170px;
	}
	.inews .ntitle p {
		margin: 0;
	}
}
@media (max-width:991px) {
	.news2 .ntitle {
		padding: 0em 0 0 3em;
	}
	.news2 .npic {
		min-height: 335px;
	}
	.inews .npic {
		min-height: 135px;
	}
}
@media (max-width:900px) {
	.npic {
		min-height: 230px;
	}
	.ntitle p {
		font-size: 22px;
	}
	.ntitle span {
		font-size: 16px;
	}
	.npic:before,.npic:after {
		width: 40px;
		height: 40px;
	}
}
@media (max-width:767px) {
	.newslist_rwd.col-xs-12 {
		width: 50%;
		padding: 1em;
	}
	.npic {
		min-height: 200px;
	}
	.ntitle {
		padding: 0 1em 1em;
	}
	.news2 .newslist_rwd.col-xs-12 {
		width: 100%;
		padding: 2em;
	}
	.news2 .npic {
		min-height: 300px;
	}
	.news2 .ntitle {
		padding: 0em 0 0 2em;
	}
}
@media (max-width:650px) {
	.inews .newslist_rwd.col-xs-12 {
		width: 100%;
		padding: 1em;
	}
	.inews .npic {
		min-height: 150px;
	}
}
@media (max-width:600px) {
	.npic {
		min-height:280px;
	}
	.news2 .npic {
		width: 45%;
		min-height: 260px;
	}
	.news2 .npic:before {
		width: 20px;
		height: 70px;
		left: -21px;
	}
	.news2 .ntitle {
		width: 50%;
		padding: 0em 0 0 1em;
	}
	.news2 .ntitle p img {
		width: 16%;
	}
}
@media (max-width:530px) {
	.inews .npic {
		min-height: 130px;
	}
	.inews .npic:before,.inews .npic:after {
		width: 30px;
		height: 30px;
	}
	.newslist_rwd.col-xs-12 {
		width: 100%;
		padding: 1em;
	}
	.news2 .npic {
		min-height: 180px;
	}
	.news {
		padding: 2em 0 7em;
	}
	.ntitle p {
		font-size: 20px;
	}
	.news2 .newslist_rwd.col-xs-12 {
		padding: 2em 1em;
	}
	.doc p {
		font-size: 12px;
	}
	.doc p i {
		font-size: 25px;
	}
	.news2 .npic:before {
		width: 15px;
		height: 55px;
		left: -16px;
	}
	.news2 .ntitle p {
		font-size: 18px;
		margin: 0;
	}
	.news2 .ntitle p img {
		width: 27px;
	}
	.news2 .ntitle {
		width: 55%;
	}
	.news2 .npic {
		width: 40%;
	}
}
@media (max-width:380px) {
	.npic:before, .npic:after {
		width: 32px;
		height: 32px;
	}
	.news2 .newslist_rwd.col-xs-12 {
		padding: 1.5em;
	}
	.news2 .npic {
		min-height: 180px;
	}
	.npic {
		min-height:200px;
	}
	.news2 .ntitle p {
		margin: 0em 0 .5em;		
	}
	.doc {
		bottom: -.5em;
		right: -.5em;
	}
	.doc p i {
		font-size: 18px;
	}
	.inews .npic {
		min-height: 100px;
	}
	.inews .ntitle {
		padding: 0em .5em;
	}
	.inews .ntitle p {
		font-size: 18px;
	}
}
@media (max-width:350px) {
	.npic {
		min-height: 160px;
	}
	.news {
		padding: 1em 0 5em;
	}
	.news2 .npic {
		width: 100%;
	}
	.news2 .ntitle {
		width: 100%;
		padding: 0;
	}
	.doc {
		position: relative;
	}
	.inews .newslist_rwd.col-xs-12 {
		padding: 1em 0;
	}
}
/***album***/
.album {
	width: 900px;
	margin: 0 auto;
	max-width: 90%;
	z-index: 50;
	padding: 2em 0 10em;
}
.album a,#service_album a {
	display: inline-block;
	color: #fff;
}
.album table {
}
.table-responsive {
	border: 0;
    margin: 10px 5px;
    width: 30%;
}
table.tablegrid {
	width: 23%;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: rgba(255,255,255,0);
    border: solid 1px #d0d0d0;
    border-radius: 50px;
    padding: 5px 1em;
	font-size: 16px;
	transition: .3s ease all;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background: rgba(255,255,255,.3);
}
td.newstitle {
	opacity: .5;
}
table.tableimg img {
	margin: 0 auto;
}
/*td.news2_back*/
td.news2_back a {
	font-size: 15px;
	display: inline-block;
    position: relative;
	padding: 0 0 0 5em;
	margin: 1em 0;
}
td.news2_back a:before {
	content: '';
	background: rgba(255,255,255,.2);
	width: 60px;
    height: 12px;
    position: absolute;
    bottom: 1.5em;
    left: 0;
}
td.news2_back a img {
	vertical-align: middle;
    height: 55px;
}
td.news2_back a:hover {
	opacity: .7;
}
/*td.news_back*/
td.news_back {
	text-align: center;
}
td.news_back a {
	font-size: 15px;
	margin: 1em 0;
	color: #cfa972;
}
td.news_back a:hover {
	opacity: .7;
}
.cke_source {
	color: #000 !important;
}
@media (max-width:930px) {
	.table-responsive {
		width: 31%;
	}
}
@media (max-width:695px) {
	.table-responsive {
		width: 47%;
	}
}
@media (max-width:450px) {
	.table-responsive {
		width: 100%;
		margin: 12px 0 0px 0;
	}
}