@charset "utf-8";
/* CSS Document */
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;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after {
	content: "";
	content: none
}
q:before, q:after {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
* {
	font-family: "微軟正黑體";
	box-sizing: border-box
}
a {
	text-decoration: none
}
img {
	max-width: 100%
}
button:focus, input:focus, select:focus, textarea:focus {
	outline: none
}
/*top*/
#gotop {
	display: none;
	position: fixed;
	right: 12px;
	bottom: 40px;
	cursor: pointer;
	z-index: 9999;
}
#gotop img {
	width: 64px;
	height: auto;
	margin: 0px 11px 70px 0px;
}
@media screen and (max-width: 500px){
	#gotop {
	display: none;
	position: fixed;
	right: 12px;
	bottom: 0px;
	cursor: pointer;
	z-index: 9999;
}
}
/*Banner*/
#banner {
	position: relative;
	overflow: hidden;
	z-index: 98;
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
#banner {
	margin-top: 71px;
}
}
#banner .img {
	white-space: nowrap;
	position: absolute;
}
#banner .img img {
	vertical-align: top;
}
#banner_control {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
@media screen and (max-width: 768px) {
#banner_control {
	bottom: 15px;
}
}
#banner_control img {width: 23px;}
#banner #banner_control span {
	cursor: pointer;
	padding: 0 12px;
}
#banner #banner_control span img:nth-child(2) {
	display: none;
}
#banner #banner_control span img:nth-child(1) {
	display: inline-block;
}
#banner #banner_control span:hover img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
	display: none;
}
#banner #banner_control span:hover img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
	display: inline-block;
}
/*Banner End*/
/*header start*/
header{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
	padding:11px 14% 0px 9.5%;
	padding-bottom: 0px;
	z-index: 99;
	border-bottom: 5px solid #a98f6a;
	box-shadow:0 0 20px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1088px) {
	header {
		padding:11px 10% 0px 5%;
	}
}
@media screen and (max-width: 865px) {
	header {
		padding: 2px 2%;
	}
}
@media screen and (max-width: 768px) {
	header {
		background-size:100px;
		padding: 0;
		border-bottom:none;
	}
}
header>.logo-wrapper{
	width: 426px;
}
header>.logo-wrapper a{
	background: url('../images/website_image/logo.png')no-repeat;
	background-size: 100%;
	height: 64px;
	width: 100%;
	display: block;
}
@media screen and (max-width: 1024px) {
header>.logo-wrapper{
	width: 300px;
}
header>.logo-wrapper a{
	background: url('../images/website_image/logo.png')no-repeat;
	background-size: 100%;
	height: 64px;
	width: 100%;
	display: block;
}
}
@media screen and (max-width: 768px) {
header>.logo-wrapper{
	width: 100%;
	border-bottom: 5px solid #a98f6a;
	padding-top: 10px;
	padding-left: 5%
}
header>.logo-wrapper a{
	background: url('../images/website_image/logo.png')no-repeat;
	background-size: 100%;
	height: 56px;
	width:300px;
	display: block;
	position: relative;
}
}
@media screen and (max-width: 500px) {
header>.logo-wrapper a{
	background: url('../images/website_image/logo.png')no-repeat;
	background-size: 100%;
	height: 56px;
	width:250px;
	display: block;
	position: relative;
}
}
header>nav{
	width:calc(100% - 426px);
}
@media screen and (max-width: 1024px) {
	header>nav {
	width:calc(100% - 300px);
	}
}
@media screen and (max-width: 768px) {
	header>nav {
		width: 100%;
		display: none;
		background: #e2d5cc;
		padding: 0px 0 0px
	}
}
header>nav>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
}
header>nav>ul>li{
	padding:20px 30px 5px 30px;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width:1276px){
	header>nav>ul>li{
	padding:20px 10px 17px 10px;
}
}
@media screen and (max-width:844px){
	header>nav>ul>li{
	padding:20px 5px;
}
}
@media screen and (max-width:768px){
	header>nav>ul>li{
	position: relative;
	text-align: center;
	padding: 0px 0;
	width: 100%;
}
}
header>nav>ul>li::after{
	content: '';
    width: 0%;
    height: 3px;
    position: absolute;
    bottom:-1px;
    right: 0;
    display: inline-block;
    background-color: #d0222a;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
header>nav>ul>li>a{
	width: 100%;
	overflow: hidden;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	header>nav>ul>li>a {
		width: fit-content;
		padding: 14px 14px 14px 5%;
		margin: 0 auto;
		min-width: 136px;
		text-align: center;
		display: block;
	}
	header>nav>ul>.has_sub_btn>span{
		width: 9px;
		height: 7px;
		background: url('../images/website_image/index-phone-02.png')no-repeat center center;
		background-size: 100%;
		position: absolute;
		top: 22px;
		right: 89px;
	}
	#gotop img {
		width: 64px;
		height: auto;
		margin: 0px 11px 100px 0px;
	}
}
/*手機板第二層下拉箭頭轉*/
header>nav>ul>.tran>span{
	transform:rotate(180deg);
}
header>nav>ul>li>a>span{
	padding-right: 10px;
}
header>nav>ul>li>a>b{
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 15px;
	color: #595757;
	display: block;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width: 768px) {
	header>nav>ul>li>a>b{
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 15px;
	color: #595757;
	display: block;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
}
header>nav>ul>li>a>b>div{
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 15px;
	color: #083f2c;
	text-align: left;
	display: block;
}
header>nav>ul>li>a:hover>b>div{
	color: #a98f6a;
	transition: .5s;
}
header>nav>ul>li>a>i{
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 15px;
	color: #fabe00;
	display: block;
	font-style: normal;
	text-align: left;
}
@media screen and (max-width: 768px) {
	header>nav>ul>li>a>i{
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 15px;
	display: block;
	font-style: normal;
	text-align: center;
}
 }
header>nav>ul>li>ul{
	width: 128px;
	background: #e2d5cc;
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
header>nav>ul>li>ul::before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 9px 7.5px;
	border-color: transparent transparent #a98f6a transparent;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 768px){
	header>nav>ul>li>ul::before{
	display:none;
}
}
@media screen and (max-width: 768px) {
	header>nav>ul>li>ul{
	width: 100%;
	background: #fff;
	border-top:none;
	position: relative;
	top: 0px;
	left: 0px;
	display: none;
	transform: translateX(0%);
}
}
header>nav>ul>li>ul>li{
	padding: 10px 0px 10px 0px;
	text-align: center;
}
header>nav>ul>li>ul>li>a{
	font-size: 14px;
	color: #595757;
}
@media screen and (min-width: 769px) {
	header>nav>ul>li:hover>ul {
		display: block !important
	}
}
/*home-news*/
.inews_box {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.inews_box .inews .title{
	text-align: center;
	width: 100%;
	display: block;
	padding: 40px  0px 30px;
}
.inews_box .inews .title .ti-pic{
	background: url('../images/website_image/title_line.png')no-repeat center center;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width:500px){
	.inews_box .inews .title .ti-pic{
	background: url('../images/website_image/title_line_phone.png')no-repeat center center;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
}
.inews_box .inews .title .ti-pic b{
	font-size: 35px;
	color:#083f2c;
	font-weight: 600;
	padding-top: 12px;
}
@media screen and (max-width:500px){
	.inews_box .inews .title .ti-pic b{
	font-size: 27px;
	color:#083f2c;
	font-weight: 600;
	padding-top: 12px;
}
}
.inews_box .inews .title .ti-pic span{
	display: block;
	font-size: 25px;
	color:#a98f6a;
	font-weight: 600;
	padding-top: 10px;
}
@media screen and (max-width:500px){
	.inews_box .inews .title .ti-pic span{
	font-size: 20px;
	padding-top: 5px;
}
}
.inews_main_out{
	margin: 0 auto;
	width: 78%;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
.inews_mainbox{
	padding: 0;
}
.inews_main{
	margin: 0 auto;
	padding: 22px 0px;
	width: 100%;
	border-bottom: 1px solid #c7c8c8;
}
.inews_main:first-child{
	padding-top: 0;
}
.inews_main:nth-child(3){
	border-bottom: 1px solid #fff;
}
.inews_main a{
	width: 100%;
	color:#727171;
	font-size: 17px;
	line-height: 1.5em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.inews_main a:hover, .inews_main a:hover .inews_bottom .name, .inews_main a:hover .inews_bottom .txt, .inews_main a:hover .inews_top .date > div > b{
	color: #083f2c;
}
.inews_top{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 16.38%;
}
@media screen and (max-width: 768px){
	.inews_top{
	width: 100%;
}
}
.inews_top .date{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	vertical-align: top;
	width: 100%;
	background: url('../images/website_image/news-date.png')no-repeat;
	background-size: 100%;
	width: 135px;
	height: 135px;
}
.inews_top .date > div{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 100%;
}
@media screen and (max-width:1180px){
	.inews_top .date > div{
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 90px;
}
}
.inews_top .date > div > b{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	color: #083f2c;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
}
@media screen and (max-width:768px){
	.inews_top .date > div > b{
		height:auto;
		margin-top: 0px;
		margin-left: 0px;
	}
}
.inews_top .date > div > b > span{
	font-size: 54px;
	margin-top: 26px;
	letter-spacing: 3px;
}
.inews_bottom .name{
	width: 100%;
	color: #083f2c;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-inline-box;
	overflow: hidden;
	height: 1.5em;
	line-height: 1.5em;
	vertical-align: top;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 1px;
	position: relative;
}
@media screen and (max-width: 768px){
	.inews_bottom .name{
	line-height: 1.5em;
	vertical-align: top;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
}
}
@media screen and (max-width:500px){
	.inews_bottom .name{
	padding-top: 0px;
}
.inews_bottom .name::before{
		content: '';
		display: inline-block;
		position: absolute;
		width: 25px;
		height: 3px;
		background: #c9caca;
		left:calc(100% - 55%);
		top:-14px;
}
}
.inews_bottom{
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 70.62%;
	padding-left: 47px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
}
@media screen and (max-width: 768px){
	.inews_bottom{
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
}
}
.inews_bottom .txt{
	width: 100%;
	color: #74625b;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	line-height: 23px;
	font-size: 15px;
	margin-top: 5px;
	transition: .5s;
}
.inews_box .more{
	width: 100%;
	margin: 60px auto;
	text-align: center;
}
.inews_box .more a{
	width: 100%;
	display: block;
    position: relative;
    background: url('../images/website_image/more.png')no-repeat center center;
    background-size: cover;
    width: 137px;
    height: 42px;
    display: flex;
    margin: 0 auto;
}
.inews_box .more a:hover{
	width: 100%;
	display: block;
    position: relative;
    background: url('../images/website_image/more-2.png')no-repeat center center;
    background-size: cover;
    width: 137px;
    height: 42px;
    display: flex;
    margin: 0 auto;
}
/*首頁編輯器about*/
.index-about{
	width: 100%;
	background: url('../images/website_image/about_bg.webp')no-repeat center center;
	background-size: cover;
	padding: 119px 0px 48px 5%;
}
@media screen and (max-width: 500px){
	.index-about{
	width: 100%;
	background: url('../images/website_image/about_bg.webp')no-repeat center center;
	background-size: cover;
	padding: 119px 0px 48px 0%;
}
}
.index-about .about-content{
	width: 51%;
}
@media screen and (max-width: 768px){
	.index-about .about-content{
	width: 90%;
}
}
@media screen and (max-width: 500px){
	.index-about .about-content{
	width: 90%;
	margin: 0 auto;
}
}
.index-about .about-content .about-title{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.index-about .about-content .about-title>b{
	font-size: 32px;
	color: #083f2c;
}
.index-about .about-content .about-title>i{
	font-size: 23px;
	color: #a98f6a;
	font-style: normal;
	font-weight: 600;
}
.index-about .about-content .about-text>p{
	font-size:15px;
	color: #231815;
	line-height: 32px;
	margin-bottom: 40px;
}
/*index-product*/
.index-product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	padding: 50px 0% 0 0%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 768px) {
	.index-product {
		width: 100%;
		padding: 70px 0% 0 0%;
	}
}
.index-product::after{
	content: '';
	display: inline-block;
	position: absolute;
	background: url(../images/website_image/pr-bg03.png)no-repeat;
	background-size: cover;
	width: 1000px;
	height: 283px;
	bottom: 0px;
	left: -78px;
	z-index: -1;
}
@media screen and (max-width: 768px){
	.index-product::after{
	background: none;
	width: 100%;
}
}
.index-product .title{
	text-align: center;
	width: 100%;
	display: block;
	padding: 40px  0px 30px;
}
.index-product .title .ti-pic{
	background: url('../images/website_image/title_line.png')no-repeat center center;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width:500px){
	.index-product .title .ti-pic{
	background: url('../images/website_image/title_line_phone.png')no-repeat center center;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
}
.index-product .title .ti-pic b{
	font-size: 35px;
	color:#083f2c;
	font-weight: 600;
	padding-top: 12px;
}
@media screen and (max-width:500px){
	.index-product .title .ti-pic b{
	font-size: 27px;
	color:#083f2c;
	font-weight: 600;
	padding-top: 12px;
}
}
.index-product .title .ti-pic span{
	display: block;
	font-size: 25px;
	color:#a98f6a;
	font-weight: 600;
	padding-top: 10px;
}
@media screen and (max-width:500px){
	.index-product .title .ti-pic span{
	font-size: 20px;
	padding-top: 5px;
}
}
.index-product .pr_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	padding: 50px 9% 0 9%;
	margin: 0 auto;
	position: relative;
}
.index-product aside {
	width: 225px
}
@media screen and (max-width: 768px) {
	.index-product aside {
		width: 100%
	}
}
.index-product aside .name {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 20px;
	line-height: 19.6px;
	letter-spacing: 3px;
	color: #a98f6a;
	font-weight: 400;
	height: 52px;
	width:186px;
	margin: 0 auto;
	position: relative;
	background: url('../images/website_image/pr_aside-title.png')no-repeat center center;
	background-size: 100%;
}
@media screen and (max-width: 768px) {
	.index-product aside .name {
		margin: 0 auto;
		position: relative;
	}
}
}
.index-product aside ul{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
}
@media screen and (max-width: 768px) {
	.index-product aside ul {
		background: #fff;
		position: absolute;
		width: 100%;
		display: none;
		z-index: 50;
		padding: 0px;
		left:0;
	}
}
.index-product aside ul li .aside_text {
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color:#083f2c;
	font-weight: 400;
	display: block;
	padding: 8px 0px 8px 0%;
	position: relative;
	transition: .5s;
	text-align:center;
	cursor: pointer;
	position: relative;
}
.index-product aside ul li .aside_text::after{
	content: '';
	position: absolute;
	display: inline-block;
	background: url('../images/website_image/index-phone-02.png')no-repeat;
	background-size: cover;
	width: 9px;
	height: 7px;
	top: 16px;
	right: 20%;
}
@media screen and (max-width: 768px){
	.index-product aside ul li .aside_text {
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color:#083f2c;
	font-weight: 400;
	display: block;
	padding: 8px 0px 8px 10%;
	position: relative;
	transition: .5s;
	text-align: left;
}
}
@media screen and (max-width: 500px) {
	.index-product aside ul li .aside_text {
	padding: 13px 0px 13px 0%;
	text-align: center;
}
}
@media screen and (max-width: 768px) {
	.index-product aside ul li a {
		font-size: 15.96px;
		line-height: 21.66px;
		letter-spacing: 0px;
		color: #000;
		font-weight: 400;
		border-bottom-color: #fff;
		text-align: center;
		padding: 24px 8px;
	}
}
.index-product aside ul li a:hover {
	color:  #184680;
}
@media screen and (max-width: 768px) {
	.index-product aside ul li a:hover {
		color: #000
	}
}
@media screen and (max-width: 768px) {
	.index-product aside ul li:last-of-type a {
		border-bottom: 0
	}
}
.index-product aside ul li ul {
	background-color: #fff;
	color: #000;
	position: relative;
	padding-bottom: 10px;
	display: none;
	padding: 0;
	border-bottom: 1px solid  #a98f6a;
	border-top: 1px solid  #a98f6a;
}
.index-product aside ul li ul li{
	text-align: center;
	padding: 10px 0;
}
.index-product aside ul li ul li a{
	color: #a98f6a;
}
.index-product aside ul li ul li:hover a{
	color: #fff;
	background: #a98f6a;
	border-radius: 50px;
	padding: 5px 10px;
}
.index-product .lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	width: calc(100% - 225px);
	padding: 0px 0 0 4.580913%;
}
@media screen and (max-width: 768px) {
	.index-product .lists {
		width: 100%;
		padding-left: 0
	}
}
.index-product .lists .list {
	width: 30%;
	margin-bottom: 30px
}
.index-product .lists .list:nth-of-type(3n+2) {
	margin: 0 5%;
	margin-bottom: 63px
}
@media screen and (max-width: 1000px) {
	.index-product .lists .list {
		width: 46%;
		margin-right: auto !important;
		margin-left: auto !important;
		margin-bottom: 40px
	}
	.index-product .lists .list:nth-of-type(3n+2) {
		margin: 0;
		margin-bottom: 40px
	}
}
@media screen and (max-width: 500px) {
	.index-product .lists .list {
		width: 80%;
		margin-bottom: 0 !important;
		padding-top: 63px
	}
}
.index-product .lists .list .pic {
	width: 96.7777777778%;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
}
.index-product .lists .list .pic::before{
	content: '';
    background: url(../images/website_image/pr_triangle.png);
    background-size: 12px 9px;
    width: 100%;
    height: 9px;
    display: block;
    position: absolute;
    top:0px;
    z-index: 5;
}
.index-product .lists .list .pic img {
	display: block;
	width: 100%;
	transition: .5s
}
.index-product .lists .list .name {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #595757;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 20px 0;
	transition: .5s;
	text-align:center;
	position: relative;
	border-bottom: 1px solid #a98f6a;
}
.index-product .lists .list:hover .pic img {
	transform: scale(1.2)
}
.index-product .lists .list:hover .name {
	color:#a98f6a
}
/*more*/
.index-product .more-wrapper{
	display: block;
	margin: 0 auto;
	margin-bottom: 110px;
	margin-top: 20px;
}
.index-product .more-wrapper .more{
	width: 100%;
	margin: 60px auto;
	text-align: center;
}
.index-product .more-wrapper .more{
	width: 100%;
	display: block;
    position: relative;
    background: url('../images/website_image/more.png')no-repeat center center;
    background-size: cover;
    width: 137px;
    height: 42px;
    display: flex;
    margin: 0 auto;
}
.index-product .more-wrapper .more:hover{
	width: 100%;
	display: block;
    position: relative;
    background: url('../images/website_image/more-2.png')no-repeat center center;
    background-size: cover;
    width: 137px;
    height: 42px;
    display: flex;
    margin: 0 auto;
}
/*footer*/
footer{
	width: 100%;
	background: #083f2c;
	padding-top: 23px;
	position: relative;
	margin-top: 70px;
}
footer::before{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/footer_top.png')no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 53px;
	top: -50px;
}
footer .ft-content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0px 11% 20px 11%;
}
footer .ft-content .ft-logo{
	width: 98px;
}
@media screen and (max-width: 500px){
	footer .ft-content .ft-logo{
	width: 98px;
	margin: 0 auto;
}
}
footer .ft-content .ft-logo>img{
	width: 100%;
	display: block;
}
footer .ft-content .ft-media{
	width: 186px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 500px){
	footer .ft-content .ft-media{
	width: 71%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 30px;
}
}
footer .ft-content .ft-media a:nth-child(1) img{
	width:40px;
}
footer .ft-content .ft-media a:nth-child(2) img{
	width:47px;
}
footer .ft-content .ft-media a:nth-child(3) img{
	width:43px;
}
footer .ft-content .ft-media a:hover{
	animation: pulse .5s;
}
footer .ft-text{
	width: 100%;
	padding: 15px 11% 20px 11%;
	border-top: 1px solid #a98f6a;
}
@media screen and (max-width: 500px){
	footer .ft-text{
	width: 100%;
	padding: 15px 5% 20px 5%;
}
}
footer .ft-text p{
	font-size: 15px;
	color: #fff;
	padding-top: 15px;
}
address{
	background: #275141;
	padding: 7px 0px;
	font-size: 13.5px;
	text-align: center;
	color: #9fa0a0;
	font-style: normal;
	letter-spacing: 2px;
}
address a{
	font-size: 13.5px;
	color: #9fa0a0;
	font-style: normal;
}
@media screen and (max-width: 500px){
	address{
	background: #275141;
	padding: 7px 0px;
	font-size: 12px;
	text-align: center;
	color: #9fa0a0;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 18px;
}
address a{
	font-size: 12px;
	color: #9fa0a0;
	font-style: normal;
}
}
/*表單轉信*/
.trans {
	width: 100%;
}
.trans .transbox {
	width: 65%;
	min-width: 768px;
	margin: 30px auto 30px
}
@media screen and (max-width: 768px) {
	.trans .transbox {
		min-width: initial;
		width: 95%
	}
}
.trans .transbox .title{
	text-align: center;
	width: 100%;
	display: block;
	padding: 40px  0px 30px;
}
.trans .transbox .title .ti-pic{
	background: url('../images/website_image/title_line.png')no-repeat center center;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width:500px){
	.trans .transbox .title .ti-pic{
	background: url('../images/website_image/title_line_phone.png')no-repeat center center;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
}
.trans .transbox .title .ti-pic b{
	font-size: 35px;
	color:#083f2c;
	font-weight: 600;
	padding-top: 12px;
}
@media screen and (max-width:500px){
	.trans .transbox .title .ti-pic b{
	font-size: 27px;
	color:#083f2c;
	font-weight: 600;
	padding-top: 12px;
}
}
.trans .transbox .title .ti-pic span{
	display: block;
	font-size: 25px;
	color:#a98f6a;
	font-weight: 600;
	padding-top: 10px;
}
@media screen and (max-width:500px){
	.trans .transbox .title .ti-pic span{
	font-size: 20px;
	padding-top: 5px;
}
}
.trans .transbox .mafo {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	padding: 14px 0px;
	border-bottom: 8px solid #a98f6a;
}
@media screen and (max-width: 768px) {
	.trans .transbox .mafo {
		padding: 14px 0
	}
}
.trans .transbox .mafo .tmap {
	width: 42%
}
@media screen and (max-width: 666px) {
	.trans .transbox .mafo .tmap {
		width: 100%
	}
}
.trans .transbox .mafo .tmap iframe {
	width: 100%;
	height: 210px;
	display: block;
	padding: 10px;
}
.trans .transbox .mafo .info {
	width: 58%;
	padding-left: 5.8%
}
@media screen and (max-width: 666px) {
	.trans .transbox .mafo .info {
		width: 100%;
		margin-top: 10px;
		text-align: center;
		padding-top: 25px
	}
}
.trans .transbox .mafo .info span {
	font-size: 15.5px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 400;
	display: block
}
@media screen and (max-width: 768px) {
	.trans .transbox .mafo .info span {
		text-align: center
	}
}
.trans .transbox .mafo .info span a {
	color: #000
}
.trans .transbox .mafo .info span.company {
	margin-bottom: 10px;
	width: 285px;
}
.trans .transbox .transform {
	width: 100%;
	margin-top: 30px
}
.trans .transbox .transtyle {
	display: flex;
	flex-wrap: wrap;
	justify-content: 100%;
	align-items: center;
	align-content: center;
	margin-bottom: 10px
}
.trans .transbox .transtyle span {
	width: 100px;
	font-size: 16px
}
.trans .transbox .transtyle span.tip {
	color: #000
}
.trans .transbox .transtyle input, .trans .transbox .transtyle textarea {
	-webkit-appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	outline: none;
	background: transparent;
	font-size: 14px;
	border-bottom: 1px solid #a98f6a;
	height: 30px;
	width: calc(100% - 100px)
}
.trans .transbox .transtyle input::-webkit-inner-spin-button, .trans .transbox .transtyle input::-webkit-outer-spin-button, .trans .transbox .transtyle textarea::-webkit-inner-spin-button, .trans .transbox .transtyle textarea::-webkit-outer-spin-button {
	-webkit-appearance: none
}
.trans .transbox .transtyle textarea {
	height: 100px
}
.trans .transbox .transtyle label {
	width: calc(100% - 110px);
	display: flex;
	align-items: flex-end;
	align-content: flex-end
}
.trans .transbox .transtyle label>img {
	display: block;
	width: 100px;
	margin-right: 10px
}
.trans .transbox .transtyle label>input {
	width: calc(100% - 110px)
}
.trans .transbox .trans_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	font-size: 16px;
	line-height: 23.75px;
	letter-spacing: 1.5px;
	color: #fff;
	font-weight: 400;
	margin: 50px 0 100px
}
.trans .transbox .trans_btn label, .trans .transbox .trans_btn a {
	border: 1px solid #a98f6a;
	border-radius: 50px;
	text-align: center;
	width: 167px;
	padding: 6px 0;
	margin: 0 20px;
	cursor: pointer;
	transition: .5s;
	color: #a98f6a;
	font-weight: 600;
}
@media screen and (max-width: 500px) {
	.trans .transbox .trans_btn label, .trans .transbox .trans_btn a {
	margin: 0 5px;
	width: 136px;
}
}
.trans .transbox .trans_btn label:hover, .trans .transbox .trans_btn a:hover {
	background: #e5d3be;
}
.trans .transbox .trans_btn label {
	background: #fff
}
/*內頁news*/
.news-wrapper .news {
	width: 77.9836916234%;
	padding: 90px 0 50px;
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.news-wrapper .news {
		width: 100%;
		padding-top: 40px
	}
}
.news-wrapper .title{
	text-align: center;
	width: 100%;
	display: block;
	padding: 40px  0px 30px;
}
.news-wrapper .title .ti-pic{
	background: url('../images/website_image/title_line.png')no-repeat center center;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width:500px){
	.news-wrapper .title .ti-pic{
	background: url('../images/website_image/title_line_phone.png')no-repeat center center;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
}
.news-wrapper .title .ti-pic b{
	font-size: 35px;
	color:#083f2c;
	font-weight: 600;
	padding-top: 12px;
}
@media screen and (max-width:500px){
	.news-wrapper .title .ti-pic b{
	font-size: 27px;
	color:#083f2c;
	font-weight: 600;
	padding-top: 12px;
}
}
.news-wrapper .title .ti-pic span{
	display: block;
	font-size: 25px;
	color:#a98f6a;
	font-weight: 600;
	padding-top: 10px;
}
@media screen and (max-width:500px){
	.news-wrapper .title .ti-pic span{
	font-size: 20px;
	padding-top: 5px;
}
}
.news-wrapper .news .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding: 20px;
	border-bottom: 1px solid  #1f2a52;
	margin: 0 auto 30px;
	transition: background .5s;
	max-width: 90%
}
.news-wrapper .news .list:hover {
	background: rgba(237, 145, 0, 0.05)
}
.news-wrapper .news .list .pic {
	width: 225px
}
@media screen and (max-width: 600px) {
	.news-wrapper .news .list .pic {
		width: 100%
	}
}
.news-wrapper .news .list .pic img {
	display: block;
	width: 100%
}
.news-wrapper .news .list .data {
	font-size: 15.4px;
	line-height: 20.3px;
	letter-spacing: 0px;
	color: #333;
	font-weight: 400;
	width: calc(100% - 225px);
	padding-left: 20px
}
@media screen and (max-width: 600px) {
	.news-wrapper .news .list .data {
		width: 100%;
		padding-left: 0
	}
}
.news-wrapper .news .list .data .name {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
	font-size: 17.1px;
	line-height: 25.65px;
	letter-spacing: 0px;
	color: #333;
	font-weight: 400;
	padding: 20px 0 7px;
	margin: 0 0 15px;
}
.news-wrapper .news .list .data .name .date {
	display: inline-block;
	padding: 2px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background:#a98f6a;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	transition: .5s;
	font-size:15px;
}
@media screen and (max-width: 600px) {
	.news-wrapper .news .list .data .name .date {
		margin: 0 auto
	}
}
.news-wrapper .news .list .data .name .news-name {
	width: calc(100% - 124px)
}
@media screen and (max-width: 1000px) {
	.news-wrapper .news .list .data .name .news-name {
		width: 100%;
		margin-top: 10px
	}
}
@media screen and (max-width: 600px) {
	.news-wrapper .news .list .data .name .news-name {
		text-align: center
	}
}
.news-wrapper .news .list:hover .data .name .date {
	color: #fff;
	background: #825b2c;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2)
}
.news-wrapper .news .page {
	padding: 80px 0 152px;
	margin: 0 auto;
	padding: 40px 0 60px
}
.news-wrapper .news .page ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start
}
.news-wrapper .news .page ul li {
	margin: 0 13px
}
.news-wrapper .news .page ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 15.6px;
	line-height: 12.6px;
	letter-spacing: 0px;
	font-weight: 400;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid transparent;
	color:#083f2c;
}
.news-wrapper .news .page ul li a.select, .news-wrapper .news .page ul li .pg-number:hover {
	background: #a98f6a;
	border-radius: 100%;
	color:#fff;
}
.news-wrapper .news .page ul li a i.fa-angle-left::before {
	content: "";
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	background: url(../images/website_image/p-prev.png)no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	transition: .5s
}
.news-wrapper .news .page ul li a i.fa-angle-right::before {
	content: "";
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	background: url(../images/website_image/p-next.png)no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	transition: .5s
}
.news-wrapper .news .page ul li a:hover i.fa-angle-left::before, .news-wrapper .news .page ul li a:hover i.fa-angle-right::before {
	/*background: #EC9100*/
}
.news-wrapper .news .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 90%;
	margin: 0 auto
}
.news-wrapper .news .detail .data {
	width: 64.6170442287%;
	padding: 0 0 0 15px
}
@media screen and (max-width: 540px) {
	.news-wrapper .news .detail .data {
		width: 100%;
		padding-left: 0
	}
}
.news-wrapper .news .detail .data .name {
	font-size: 21px;
	line-height: 25.9px;
	letter-spacing: .325px;
	color: #000;
	font-weight: 900;
	width: 100%;
	padding: 20px 0 10px;
	border-bottom: 1px solid #a98f6a;
	margin-bottom: 20px
}
@media screen and (max-width: 540px) {
	.news-wrapper .news .detail .data .name {
		text-align: center
	}
}
.news-wrapper .news .detail .data .date {
	display: block;
	width: 125px;
	padding: 8px;
	background: #a98f6a;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	font-size:16px;
}
@media screen and (max-width: 540px) {
	.news-wrapper .news .detail .data .date {
		margin: 0 auto
	}
}
.news-wrapper .news .detail .pic {
	width: 35.3829557713%;
	margin-bottom: 5px
}
@media screen and (max-width: 540px) {
	.news-wrapper .news .detail .pic {
		width: 100%
	}
}
.news-wrapper .news .detail .pic img {
	display: block;
	width: 100%
}
.news-wrapper .news .detail .desc {
	width: 100%;
	margin-top: 45px
}
.news-wrapper .news .detail .desc .desc-title {
	font-size: 17.5px;
	line-height: 17.5px;
	letter-spacing: 1.82px;
	color:#000;
	font-weight: 600;
	padding: 5px 0 9px;
	border-bottom: 1px solid #083f2c;
	text-align: center
}
.news-wrapper .news .detail .desc .text {
	font-size: 13.86px;
	line-height: 24.36px;
	letter-spacing: 1.04px;
	color: #000;
	font-weight: 400;
	padding: 0 30px 0 27px
}
@media screen and (max-width: 768px) {
	.news-wrapper .news .detail .desc .text {
		padding: 0 15px
	}
}
.news-wrapper .news .detail .desc .text p {
	margin: 33px 0
}
/*back*/
.news-wrapper .news .detail  .back-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	align-content: flex-start;
	margin-bottom: 80px;
	width: 100%;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.news-wrapper .news .detail  .back-wrapper {
		margin: 64px auto 74px;
		justify-content: center
	}
}
.news-wrapper .news .detail  .back-wrapper .back {
	position: relative;
	color: #083f2c;
	border-radius: 50px;
	padding-top: 15px;
	padding-left: 30px;
	letter-spacing: 1px;
	font-size: 20px;
	display: block;
	font-weight: 600;
}
.news-wrapper .news .detail  .back-wrapper .back:before {
	content: '';
	display: inline-block;
	background: url('../images/website_image/back_01.png')no-repeat center center;
	background-size: 100%;
	width: 91px;
	height: 18px;
	position: absolute;
	left:0px;
	top: 25px;
}
.news-wrapper .news .detail  .back-wrapper .back:hover:before {
	transform: translateX(-20%);
	transition: .5s;
}
/*product-wrapper*/
.product-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	padding: 50px 0% 0 0%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 768px) {
	.product-wrapper {
		width: 100%;
		padding: 70px 0% 0 0%;
	}
}
.product-wrapper .title{
	text-align: center;
	width: 100%;
	display: block;
	padding: 40px  0px 30px;
}
.product-wrapper .title .ti-pic{
	background: url('../images/website_image/title_line.png')no-repeat center center;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width:500px){
	.product-wrapper .title .ti-pic{
	background: url('../images/website_image/title_line_phone.png')no-repeat center center;
	background-size: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
}
.product-wrapper .title .ti-pic b{
	font-size: 35px;
	color:#083f2c;
	font-weight: 600;
	padding-top: 12px;
}
@media screen and (max-width:500px){
	.product-wrapper .title .ti-pic b{
	font-size: 27px;
	color:#083f2c;
	font-weight: 600;
	padding-top: 12px;
}
}
.product-wrapper .title .ti-pic span{
	display: block;
	font-size: 25px;
	color:#a98f6a;
	font-weight: 600;
	padding-top: 10px;
}
@media screen and (max-width:500px){
	.product-wrapper .title .ti-pic span{
	font-size: 20px;
	padding-top: 5px;
}
}
.product-wrapper .pr_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	padding: 50px 9% 0 9%;
	margin: 0 auto;
	position: relative;
}
.product-wrapper aside {
	width: 225px
}
@media screen and (max-width: 768px) {
	.product-wrapper aside {
		width: 100%
	}
}
.product-wrapper aside .name {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 20px;
	line-height: 19.6px;
	letter-spacing: 3px;
	color: #a98f6a;
	font-weight: 400;
	height: 52px;
	width:186px;
	margin: 0 auto;
	position: relative;
	background: url('../images/website_image/pr_aside-title.png')no-repeat center center;
	background-size: 100%;
}
@media screen and (max-width: 768px) {
	.product-wrapper aside .name {
		margin: 0 auto;
		position: relative;
	}
}
}
.product-wrapper aside ul{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
}
@media screen and (max-width: 768px) {
	.product-wrapper aside ul {
		background: #fff;
		position: absolute;
		width: 100%;
		display: none;
		z-index: 50;
		padding: 0px;
		left: 0px;
	}
}
.product-wrapper aside ul li .aside_text {
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color:#083f2c;
	font-weight: 400;
	display: block;
	padding: 8px 0px 8px 0%;
	position: relative;
	transition: .5s;
	text-align:center;
	cursor: pointer;
	position: relative;
}
.product-wrapper aside ul li .aside_text::after{
	content: '';
	position: absolute;
	display: inline-block;
	background: url('../images/website_image/index-phone-02.png')no-repeat;
	background-size: cover;
	width: 9px;
	height: 7px;
	top: 16px;
	right: 20%;
}
@media screen and (max-width: 768px){
	.product-wrapper aside ul li .aside_text::after{
	width: 9px;
	height: 7px;
	top: 22px;
	right: 20%;
}
}
@media screen and (max-width: 768px){
	.product-wrapper aside ul li .aside_text {
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color: #083f2c;
	font-weight: 400;
	display: block;
	padding: 8px 0px 8px 0%;
	position: relative;
	transition: .5s;
	text-align: center;
}
}
@media screen and (max-width: 500px) {
	.product-wrapper aside ul li .aside_text {
	padding: 13px 0px 13px 0%;
	text-align: center;
}
}
@media screen and (max-width: 768px) {
	.product-wrapper aside ul li a {
		font-size: 15.96px;
		line-height: 21.66px;
		letter-spacing: 0px;
		color: #000;
		font-weight: 400;
		border-bottom-color: #fff;
		text-align: center;
		padding: 24px 8px;
	}
}
.product-wrapper aside ul li a:hover {
	color:  #184680;
}
@media screen and (max-width: 768px) {
	.product-wrapper aside ul li a:hover {
		color: #000
	}
}
@media screen and (max-width: 768px) {
	.product-wrapper aside ul li:last-of-type a {
		border-bottom: 0
	}
}
.product-wrapper aside ul li ul {
	background-color: #fff;
	color: #000;
	position: relative;
	padding-bottom: 10px;
	display: none;
	padding: 0;
	border-bottom: 1px solid  #a98f6a;
	border-top: 1px solid  #a98f6a;
}
.product-wrapper aside ul li ul li{
	text-align: center;
	padding: 10px 0;
}
.product-wrapper aside ul li ul li a{
	color: #a98f6a;
}
.product-wrapper aside ul li ul li:hover a{
	color: #fff;
	background: #a98f6a;
	border-radius: 50px;
	padding: 5px 10px;
}
.product-wrapper .lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	width: calc(100% - 225px);
	padding: 0px 0 0 4.580913%;
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists {
		width: 100%;
		padding-left: 0
	}
}
.product-wrapper .lists .list {
	width: 30%;
	margin-bottom: 30px
}
.product-wrapper .lists .list:nth-of-type(3n+2) {
	margin: 0 5%;
	margin-bottom: 63px
}
@media screen and (max-width: 1000px) {
	.product-wrapper .lists .list {
		width: 46%;
		margin-right: auto !important;
		margin-left: auto !important;
		margin-bottom: 40px
	}
	.product-wrapper .lists .list:nth-of-type(3n+2) {
		margin: 0;
		margin-bottom: 40px
	}
}
@media screen and (max-width: 500px) {
	.product-wrapper .lists .list {
		width: 80%;
		margin-bottom: 0 !important;
		padding-top: 63px
	}
}
.product-wrapper .lists .list .pic {
	width: 96.7777777778%;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: relative;
}
.product-wrapper .lists .list .pic::before{
	content: '';
    background: url(../images/website_image/pr_triangle.png);
    background-size: 12px 9px;
    width: 100%;
    height: 9px;
    display: block;
    position: absolute;
    top:0px;
    z-index: 5;
}
.product-wrapper .lists .list .pic img {
	display: block;
	width: 100%;
	transition: .5s
}
.product-wrapper .lists .list .name {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #595757;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 20px 0;
	transition: .5s;
	text-align:center;
	position: relative;
	border-bottom: 1px solid #a98f6a;
}
.product-wrapper .lists .list:hover .pic img {
	transform: scale(1.2)
}
.product-wrapper .lists .list:hover .name {
	color:#a98f6a
}
/*上下頁*/
.product-wrapper .page {
	width: 100%;
	padding: 80px 0 152px;
	margin: 0 auto;
	padding: 40px 0 60px
}
.product-wrapper .page ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start
}
.product-wrapper .page ul li {
	margin: 0 13px
}
.product-wrapper .page ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 12.6px;
	line-height: 12.6px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 400;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid transparent;
	color: #000
}
.product-wrapper .page ul li a.select, .product-wrapper .page ul li .pg-number:hover {
	background: #a98f6a;
    border-radius: 100%;
    color: #fff;
}
.product-wrapper .page ul li a i.fa-angle-left::before {
	content: "";
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	background: url(../images/website_image/p-prev.png)no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	transition: .5s
}
.product-wrapper .page ul li a i.fa-angle-right::before {
	content: "";
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	background: url(../images/website_image/p-next.png)no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	transition: .5s
}
.product-wrapper .lists.detail .top-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
}
.product-wrapper .lists.detail .top-wrapper .main-pic {
	width: 427px
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .top-wrapper .main-pic {
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	.product-wrapper .lists.detail .top-wrapper .main-pic {
		width: 100%;
		margin: 0 auto;
	}
}
.product-wrapper .lists.detail .top-wrapper .main-pic img {
	max-width: 427px;
	width:100%;
	transition: .5s;
}
@media screen and (max-width: 1100px) {
	.product-wrapper .lists.detail .top-wrapper .main-pic img {
		max-width: 100%
	}
}
.product-wrapper .lists.detail .top-wrapper .ipbox_namebox{
	width: calc(100% - 427px);
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .top-wrapper .ipbox_namebox{
	width: 100%;
	margin-top: 30px;
}
}
.product-wrapper .lists.detail .top-wrapper .ipbox_detail_name{
	font-size: 19px;
	color: #595757;
	border-bottom:1px solid #a98f6a;
	padding: 0px 0px 15px 3%;
	width: 70%;
	margin-left: 20px;
}
.product-wrapper .lists.detail .top-wrapper .name {
	font-size: 17.5px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 400;
	width: 100%;
	margin-bottom: 49px;
	position: relative;
	padding-left: 20px;
}
.product-wrapper .lists.detail .top-wrapper .name::before {
	content: '';
	display: inline-block;
	position: absolute;
	width:5px;
	height:23px;
	background-color: #8db4cb;
	left: 0px;
	top: 3px;
}
@media screen and (max-width: 500px) {
.product-wrapper .lists.detail .top-wrapper .name::before {
	display: none;
}
}
@media screen and (max-width: 1100px) {
	.product-wrapper .lists.detail .top-wrapper .name {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	.product-wrapper .lists.detail .top-wrapper .name {
		width: 100%;
		padding: 30px 0 0;
		text-align: left;
	}
}
.product-wrapper .lists.detail .text-edit{
	width: 100%
}
.product-wrapper .lists.detail .desc .desc-title {
	font-size: 18px;
	line-height: 17.5px;
	letter-spacing: 1px;
	color: #a98f6a;
	font-weight: 400;
	text-align: left;
	border: 1px solid #a98f6a;
	padding: 8px 0px 8px 10px;
	border-radius: 50px;
	margin-top: 50px;
	margin-bottom: 20px;
	position: relative;
	width: 146px;
}
.product-wrapper .lists.detail .desc .desc-title:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 1px;
	background: #a98f6a;
	right: -30px;
	top: 15px;
}
.product-wrapper .lists.detail .desc .desc-title>img {
	width:25%;
}
}
@media screen and (max-width: 500px) {
	.product-wrapper .lists.detail .desc .desc-title>img {
	width:50%;
}
}
.product-wrapper .lists.detail .desc{
	width: 100%;
}
@media screen and (max-width: 768px){
	.product-wrapper .lists.detail .desc{
	width:90%;
	margin: 0 auto;
}
}
.product-wrapper .lists.detail .desc .text p {
	margin: 33px 0
}
/*back*/
.product-wrapper  .back-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	align-content: flex-start;
	margin-bottom: 80px;
	width: 100%;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.product-wrapper  .back-wrapper {
		margin: 64px auto 74px;
		justify-content: center
	}
}
.product-wrapper  .back-wrapper .back {
	position: relative;
	color: #083f2c;
	border-radius: 50px;
	padding-top: 15px;
	padding-left: 30px;
	letter-spacing: 1px;
	font-size: 20px;
	display: block;
	font-weight: 600;
}
.product-wrapper  .back-wrapper .back:before {
	content: '';
	display: inline-block;
	background: url('../images/website_image/back_01.png')no-repeat center center;
	background-size: 100%;
	width: 91px;
	height: 18px;
	position: absolute;
	left:0px;
	top: 25px;
}
.product-wrapper  .back-wrapper .back:hover:before {
	transform: translateX(-20%);
	transition: .5s;
}
/*小圖*/
.ipbox_detail_spic ul li a{
	display: block;
	width: 100%;
	height: 1000%;
	overflow: hidden;
}
.ipbox_detail_spic{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    position: relative;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.ipbox_detail_spic .showbox {
    width: 100%;
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
}
.ipbox_detail_spic ul{
	width: 100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0px;
}
.ipbox_detail_spic ul li {
	width: 21.5%;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
.ipbox_detail_spic ul li:nth-child(n+5){
	margin-top: 17px;
}
.ipbox_detail_spic ul li:not(:nth-child(4n)){
	margin-right: 4.66%;
}
.ipbox_detail_spic ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.ipbox_detail_spic ul li a:hover .showbox img{
	-webkit-transform : scale(1.1);
	-ms-transform : scale(1.1);
	transform : scale(1.1);
	opacity: 0.7;
}
.ipbox_detail_spic ul li .ippic{
	width: 100%;
	position: relative;
}
/*內頁編輯器about*/
.about-wrapper{
	width: 100%;
}
.about-wrapper .sec01{
	width: 100%;
	background: url('../images/website_image/about_bg01.png')no-repeat top right;
	background-size: 100%;
	padding: 74px 11.4% 90px 16%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 1200px){
.about-wrapper .sec01{
	background-size:cover;
}
}
@media screen and (max-width: 1024px){
.about-wrapper .sec01{
	padding: 74px 11.4% 100px 5%;
}
}
@media screen and (max-width: 768px){
.about-wrapper .sec01{
	background-size:cover;
	padding: 74px 11.4% 40px 5%;
}
}
.about-wrapper .sec01_pic{
	width: 377px;
}
@media screen and (max-width: 768px){
.about-wrapper .sec01_pic{
	width: 80%;
	margin: 0 auto;
}
}
.about-wrapper .sec01_pic>img{
	width: 100%;
	display: block;
}
.about-wrapper .sec01_info{
	width:calc(100% - 377px);
	padding-left: 17%;
	position: relative;
}
@media screen and (max-width: 768px){
.about-wrapper .sec01_info{
	width:80%;
	padding-left: 0;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}
}
.about-wrapper .sec01_info::before{
	content:'';
	display: block;
	position: absolute;
	background: url('../images/website_image/about-line01.png')no-repeat;
	background-size: cover;
	width: 330px;
	height: 169px;
	left: 20%;
	bottom: -10px;
}
@media screen and (max-width: 768px){
.about-wrapper .sec01_info::before{
	display: none;
}
}
.about-wrapper .sec01_info .title{
	width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.about-wrapper .sec01_info .title>b{
	font-size: 32px;
    color: #083f2c;
}
.about-wrapper .sec01_info .title>i{
	font-size: 23px;
    color: #a98f6a;
    font-style: normal;
    font-weight: 600;
}
.about-wrapper .sec01_info .text{
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
    color: #231815;
    line-height: 32px;
    margin-bottom: 40px;
}
.about-wrapper .sec02{
	width: 100%;
	background: url('../images/website_image/about_bg02.png')no-repeat top left;
	background-size: 100% 100%;
	padding: 121px 10.5% 74px 10.5%;
}
@media screen and (max-width: 1024px){
.about-wrapper .sec02{
	width: 100%;
	background: url('../images/website_image/about_bg02.png')no-repeat top left;
	background-size:cover;
	padding: 121px 10.5% 74px 10.5%;
}
}
.about-wrapper .sec02 .sec02-text{
	width: 60%;
	position: relative;
}
@media screen and (max-width: 894px){
.about-wrapper .sec02 .sec02-text{
	width: 100%;
	position: relative;
}
}
.about-wrapper .sec02 .sec02-text::after{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/about_pic01-.png')no-repeat center center;
	background-size: cover;
	width: 132px;
	height: 115px;
	top: -78px;
	left: -65px;
}
.about-wrapper .sec02 .sec02-text::before{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/about-line02.png')no-repeat center center;
	background-size: cover;
	width: 333px;
	height: 238px;
	right: -63px;
	bottom: -12px;
}
@media screen and (max-width: 768px){
.about-wrapper .sec02 .sec02-text::before{
	display: none;}
}
.about-wrapper .sec02 .sec02-text>p{
	width: 100%;
    margin: 0 auto;
    font-size: 15px;
    color: #231815;
    line-height: 32px;
    margin-bottom: 40px;
}