@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 !important;
}
img {
	max-width: 100%
}
button:focus, input:focus, select:focus, textarea:focus {
	outline: none
}
/*top*/
#gotop {
	display: none;
	position: fixed;
	right: 12px;
	bottom: 85px;
	cursor: pointer;
	z-index: 9999;
}
#gotop img {
	width: 80px;
	height: auto;
}
@media screen and (max-width:500px) {
	#gotop img {
		width: 50px;
		height: auto;
	}
}
/*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: #ffca38;
	padding: 0px 8%;
	z-index: 99;
}
.logoTxt {
    position: absolute;
    top: 25px;
    left: 135px;
    white-space: nowrap;
    line-height: 1.05;
    font-size: 13px;
    color: #89703a;
}
.logoTxt span {
	color: #5A5858;
    display: block;
}
@media screen and (max-width: 1300px) {
	header {
		padding: 2px 10px;
	}
}
@media screen and (max-width: 880px) {
	.logoTxt {
		top: 27px;
		left: 130px;
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	header {
		width: 100%;
		padding: 0;
	}
}
header>.logo-wrapper {
	width: 124px;
}
@media screen and (max-width: 768px) {
	header>.logo-wrapper {
		width: 100%;
		box-shadow: 0px 0px 15px rgb(0, 0, 0, 0.3);
		z-index: 99;
		padding: 8px 0px 8px 10px;
	}
	.logoTxt {
		top: 17px;
		left: 102px;
	}
	.header_hamburger_out{right: 0!important;}
}
header>.logo-wrapper a {
	width: 100%;
	display: block;
	position: relative;
}
header>.logo-wrapper>a>img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 768px) {
	header>.logo-wrapper a {
		width: 95px;
		display: block;
	}
}
@media screen and (max-width: 500px) {
	header>.logo-wrapper a {
		width: 86px;
		display: block;
	}
	.logoTxt {
		left: 96px;
	}
}
header>nav {
	width: calc(100% - 124px);
}
@media screen and (max-width: 768px) {
	header>nav {
		width: 100%;
		display: none;
		background: #fff;
		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;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width:1100px) {
	header>nav>ul>li {
		padding: 20px 10px;
	}
}
@media screen and (max-width:930px) {
	header>nav>ul>li {
		padding: 20px 2px;
	}
}
@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: 2px;
	height: 0px;
	position: absolute;
	bottom: -1px;
	left:50%;
	transform: translate(-50%);
	display: inline-block;
	background-color: #fff;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
header>nav>ul>li:hover::after {
	content: '';
	width: 2px;
	height: 15px;
	position: absolute;
	bottom: -1px;
	left:50%;
	transform: translate(-50%);
	display: inline-block;
	background-color: #fff;
}
header>nav>ul>li>a {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	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: left
	}
	header>nav>ul>.has_sub_btn>span {
		width: 15px;
		height: 15px;
		background: url('../images/website_image/pr-arrow.png')no-repeat;
		background-size: 100%;
		position: absolute;
		top: 22px;
		right: 68px;
	}
}
/*手機板第二層下拉箭頭轉*/
header>nav>ul>.tran>span {
	transform: rotate(180deg);
}
header>nav>ul>li>a>span {
	padding-right: 10px;
}
header>nav>ul>li:nth-child(1) a>b>div>span>img {
	width: 17px;
}
header>nav>ul>li:nth-child(2) a>b>div>span>img {
	width: 17px;
}
header>nav>ul>li:nth-child(3) a>b>div>span>img {
	width: 17px;
}
header>nav>ul>li:nth-child(4) a>b>div>span>img {
	width: 17px;
}
header>nav>ul>li:nth-child(5) a>b>div>span>img {
	width: 17px;
}
header>nav>ul>li>a>b {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 15px;
	color: #3e3a39;
	display: inline-block;
	text-align: center;
}
header>nav>ul>li>a:hover>b {
	color: #fff;
}
header>nav>ul>li>a>b>div {
	padding: 2px 0;
	font-size: 15px;
	color: #89703a;
}
header>nav>ul>li>ul {
	width: 100%;
	background: #efefef;
	position: absolute;
	top: 82px;
	left: 0px;
	display: none;
}
@media screen and (max-width: 768px) {
	header>nav>ul>li>ul {
		width: 100%;
		background: #efefef;
		border-top: none;
		position: relative;
		top: 0px;
		left: 0px;
		display: none;
	}
}
header>nav>ul>li>ul>li {
	padding: 15px 0px;
	text-align: center;
}
header>nav>ul>li>ul>li>a {
	font-size: 14px;
	color: #4c3d32;
}
header>nav>ul>li>ul>li>a:hover {
	font-size: 14px;
	color: #FFCA38;
}
@media screen and (min-width: 769px) {
	header>nav>ul>li:hover>ul {
		display: block !important
	}
}
/*index news*/
.index-news {
	padding: 48px 7% 0;
	background: url('../images/website_image/index-bg.webp')no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.index-news {
		padding: 36px 7.1875% 0 5.9375%
	}
}
/*Banner*/
#banner {
	position: relative;
	overflow: hidden;
	z-index: 98;
	margin-top: 87px;
}
@media screen and (max-width: 768px) {
	#banner {
		position: relative;
		overflow: hidden;
		z-index: 98;
		margin-top: 61px;
	}
}
#banner .img {
	white-space: nowrap;
	position: absolute;
}
#banner .img img {
	vertical-align: top;
}
#banner_control {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
#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:active img:nth-child(1), #banner #banner_control span.now img:nth-child(1) {
	display: none;
}
#banner #banner_control span:active img:nth-child(2), #banner #banner_control span.now img:nth-child(2) {
	display: inline-block;
}
/*Banner End*/
/*index news*/
.index-news {
	padding: 48px 7% 0
}
@media screen and (max-width: 768px) {
	.index-news {
		padding: 36px 7.1875% 0 5.9375%
	}
}
/* title */
.index-news .title {
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 67px;
	width: 150px;
	background: #fff;
	z-index: 1;
	text-align: center;
}
.index-news .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	padding: 0 5% 0 5%;
	margin-bottom: 56px
}
@media screen and (max-width: 768px) {
	.index-news .list {
		margin-bottom: 33px;
		padding: 0 0px 0 0px;
	}
}
.index-news .list .date {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	line-height: 18.2px;
	letter-spacing: 1.04px;
	color: #8c775d;
	width: 126px;
	height: 126px;
	border-right: 1px solid #ffca38;
	transition: .5s;
	margin-right: 20px;
	background-size: 100%;
}
.index-news .list .date>b {
	text-align: center;
	line-height: 45px;
	font-weight: 400;
}
.index-news .list .date>b>span {
	display: block;
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.index-news .list .date {
		margin: 0 auto 0px;
		border-right: 0;
		border-bottom: 1px solid #ffca38;
	}
}
.index-news .list .data {
	width: calc(100% - 185px);
	padding: 0 0 0 22px;
	position: relative;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.index-news .list .data {
		width: 100%;
		padding: 0
	}
}
.index-news .list .data .name {
	font-size: 16px;
	line-height: 22.4px;
	letter-spacing: 0px;
	color: #595757;
	font-weight: 600;
	padding: 4px 0 0;
	display: block;
	padding-bottom: 5px;
}
.index-news .list:hover .data .name {
	color: #ffca38;
	transition: .5s;
}
@media screen and (max-width: 768px) {
	.index-news .list .data .name {
		font-size: 16px;
		line-height: 19.95px;
		letter-spacing: 0px;
		color: #595757;
		margin: 0 0 6px;
		text-align: center;
	}
}
.index-news .list .data .text {
	font-size: 15px;
	line-height: 23.24px;
	letter-spacing: 0px;
	color: #727171;
	font-weight: 400;
	display: block
}
@media screen and (max-width: 768px) {
	.index-news .list .data .text {
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0px;
		color: #727171;
		font-weight: 400
	}
}
/* more */
.index-news .more-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
	.index-news .more-wrapper {
		justify-content: center;
	}
}
.index-news .more-wrapper .more a {
	font-size: 28px;
	color: #8c775d;
	font-weight: bolder;
	position: relative;
}
.index-news .more-wrapper .more a::before {
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/more.png')no-repeat;
	background-size: 100% 100%;
	width: 38px;
	height: 25px;
	left: -42px;
	top: 4px;
}
/*index-product*/
.index-product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	width: 83.9547813195%;
	padding: 180px 0 0 1%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 768px) {
	.index-product {
		width: 100%;
		padding-top: 70px
	}
}
/* title */
.index-product .title {
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 67px;
	width: 100%;
	background: #fff;
	z-index: 1;
	text-align: center;
}
.index-product .title>img {
	display: block;
	margin: 0 auto;
	width: 150px;
}
.index-product .title .t-cn {
	background: url('../images/website_image/pr-titlebg.png')no-repeat;
	background-size: 100% 100%;
	width: 150px;
	height: 112px;
	font-size: 35px;
	font-weight: 600;
	color: #595757;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
}
@media screen and (max-width:500px) {
	.index-product .title .t-cn {
		background: url('../images/website_image/news-titlebg.png')no-repeat;
		background-size: 100% 100%;
		width: 112px;
		height: 84px;
		font-size: 28px;
		font-weight: 600;
		color: #595757;
		margin: 0 auto;
		padding-top: 30px;
		position: relative;
	}
}
.index-product .title .t-cn::after {
	content: '';
	position: absolute;
	display: block;
	width: 24px;
	height: 4px;
	background: #595757;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}
@media screen and (max-width:500px) {
	.index-product .title .t-cn::after {
		content: '';
		position: absolute;
		display: block;
		width: 24px;
		height: 4px;
		background: #595757;
		left: 50%;
		transform: translateX(-50%);
		bottom: 10px;
	}
}
.index-product aside {
	width: 225px;
	position: relative;
}
@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: flex-start;
	font-size: 15px;
	line-height: 19.6px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	width: 182px;
	height: 38px;
	margin: 0 auto
}
.index-product aside .name>img {
	width: 30px;
	margin-right: 5px;
}
.index-product aside .name>span {
	font-size: 18px;
	color: #595757;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.index-product aside .mobile_arrow {
		position: absolute;
		background: url('../images/website_image/pr-arrow.png');
		background-size: 100%;
		height: 19px;
		width: 19px;
		top: 5px;
		right: 25%;
	}
}
@media screen and (max-width: 768px) {
	.index-product aside ul {
		background: #fff;
		position: absolute;
		width: 100%;
		display: none;
		z-index: 50
	}
}
.index-product aside ul {
	width: 100%;
	padding: 0px;
}
.index-product aside ul li .aside_text {
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color: #595757;
	font-weight: 400;
	display: block;
	padding: 8px 0px 8px 0px;
	position: relative;
	transition: .5s;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.index-product aside ul {
		width: 100%;
		padding: 0px;
	}
	.index-product aside ul li .aside_text {
		padding: 13px 0px 13px 0px;
		text-align: center;
	}
}
@media screen and (max-width: 500px) {
	.index-product aside ul li .aside_text {
		padding: 13px 0px 13px 0%;
		text-align: center;
	}
}
.index-product aside ul li .aside_text>img {
	width: 5px;
	margin-right: 10px;
	margin-bottom: 2px;
}
@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: #706953
}
@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-left: 10px;
	padding-bottom: 10px;
	display: none;
}
.index-product aside ul li ul a {
	background-color: #fff;
	border-bottom: none;
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color: #8c775d;
	font-weight: 400;
	display: block;
	padding: 7px 0px 7px 8px;
	position: relative;
	text-align: center;
}
.index-product .lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	width: calc(100% - 225px);
	padding: 0 0 0 3.580913%
}
@media screen and (max-width: 768px) {
	.index-product .lists {
		width: 100%;
		padding-left: 0
	}
}
.index-product .lists .list {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 30%;
	padding: 19px 19px 0px 19px;
	border: 1px solid #d6cabd;
	margin-bottom: 67px;
	background-color: #fff;
}
.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%;
		padding-top: 20px
	}
}
.index-product .lists .list .pic {
	width: 100%;
	height: 15.5vw;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
	.index-product .lists .list .pic {
		height: 14.5497206704vw
	}
}
@media screen and (max-width: 1000px) {
	.index-product .lists .list .pic {
		height: 20.5497206704vw
	}
}
@media screen and (max-width: 768px) {
	.index-product .lists .list .pic {
		height: 40.0655260708vw
	}
}
@media screen and (max-width: 500px) {
	.index-product .lists .list .pic {
		height: 68.9884078212vw
	}
}
.index-product .lists .list .pic img {
	display: block;
	width: 100%;
	transition: .5s
}
.index-product .lists .list .name {
	font-size: 15px;
	line-height: 21.581px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 10px 0 50px 0;
	transition: .5s;
	text-align: center;
	position: relative;
}
.index-product .lists .list .name::after {
	content: '';
	position: absolute;
	display: inline-block;
	background: url('../images/website_image/pr_icon.png')no-repeat;
	background-size: 100% 100%;
	width: 120px;
	height: 20px;
	left: 50%;
	transform: translate(-50%);
	bottom: 25px;
}
.index-product .lists .list:hover .pic img {
	transform: scale(1.2)
}
.index-product .lists .list:hover .name {
	color: #a5946d
}
/* more */
.index-product .more-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
	.index-product .more-wrapper {
		justify-content: center;
	}
}
.index-product .more-wrapper .more a {
	font-size: 28px;
	color: #8c775d;
	font-weight: bolder;
	position: relative;
}
.index-product .more-wrapper .more a::before {
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/more.png')no-repeat;
	background-size: 100% 100%;
	width: 38px;
	height: 25px;
	left: -42px;
	top: 4px;
}
/* footer */
footer {
	width: 100%;
	background: url('../images/website_image/footer_bg.png')no-repeat right top;
	background-color: #ffca38;
	background-size: 260px 215px;
	padding: 35px 11% 10px;
}
@media screen and (max-width:500px) {
	footer {
		width: 100%;
		background-image: none;
		padding: 35px 7% 10px;
	}
}
footer .main-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 30px;
}
.footTxt{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.footTxt .left{
	width: calc(100% - 210px);
}
.footTxt .right{
	width: 210px;
	text-align: right;
	font-size: 15px;
    color: #6d5930;
    line-height: 23px;
    font-weight: 400;
	position: relative;
}
.footTxt .right img{
	vertical-align: middle;
	margin-right: 10px;
}
.line_qr {
    position: absolute;
    top: -35px;
    right: 0;
}
@media screen and (max-width:768px) {
	.footTxt .left{
	width:100%;
}
.footTxt .right{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.line_qr {
    position: relative;
    top: 0px;
}
}
@media screen and (max-width:500px) {
	footer .main-box {
		justify-content: center;
	}
}
footer .main-box .logo-box {
	width: 153px;
}
footer .main-box .logo-box>img {
	width: 100%;
	display: block;
}
@media screen and (max-width:500px) {
	footer .main-box .logo-box {
		margin: 0 auto;
		width: 200px;
	}
}
footer .main-box .logo-box::after {
	width: 153px;
	display: block;
}
footer .main-box .media-box {
	margin-top: 10px;
	width: 230px;
}
@media screen and (max-width:500px) {
	footer .main-box .media-box {
		width: 230px;
		margin: 30px auto;
		padding-left: 10px;
	}
}
footer .main-box .media-box a {
	width: 37px;
	display: inline-block;
	margin: 0px 5px;
}
footer .text-box>span {
	display: block;
	padding-bottom: 10px;
}
footer .text-box>span>b {
	font-size: 15px;
	color: #6d5930;
	line-height: 23px;
	font-weight: 400;
}
footer .text-box>span>img {
	width: 13px;
	margin-right: 10px;
}
footer address {
	font-size: 14px;
	color: #6d5930;
	font-style: normal;
	line-height: 23px;
	padding-left: 2%;
}
@media screen and (max-width:500px) {
	footer address {
		padding-left: 0%;
	}
}
footer address a {
	color: #6d5930;
}
/* index-about */
.index-about {
	width: 100%;
	position: relative;
}
.index-about::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	background: #ffd45c;
	height: 255px;
	top: 0px;
	left: 0px;
	z-index: -2;
}
.index-about {
	width: 100%;
	margin-top: 140px;
}
.index-about .about-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 11%;
	text-align: center;
}
.index-about .about-content .logo-box {
	width: 270px;
}
.index-about .about-content .text {
	width: 620px;
	position: relative;
	display: block;
	font-size: 16px;
	z-index: 2;
	padding: 30px 80px 0px;
}
@media screen and (max-width:1239px) {
	.index-about .about-content .logo-box {
		width: 270px;
		margin: 0 auto;
	}
	.index-about .about-content {
		background: #ffd45c;
		padding: 20px 10%;
	}
	.index-about .about-content .text {
		width: 100%;
		position: relative;
		display: block;
		font-size: 16px;
		z-index: 2;
		padding: 30px 80px 0px;
	}
}
@media screen and (max-width:768px) {
	.index-about .about-content .text {
		padding: 30px 0px 0px;
	}
}
.index-about .about-content .text>b {
	font-size: 22px;
	color: #000;
	display: block;
	text-align: center;
	padding-bottom: 20px;
	line-height: 26px;
}
.index-about .about-content .text>span {
	font-size: 14px;
	line-height: 25px;
	color: #000;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
.index-about .about-content .text::after {
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/about_bg.png')no-repeat;
	background-size: 100%;
	width: 820px;
	height: 495px;
	top: -122px;
	right: -77px;
	z-index: -1;
}
@media screen and (max-width:1239px) {
	.index-about .about-content .text::after {
		background: none;
		width: 0px;
	}
}
/*內頁news*/
.news-wrapper {
	background: url(../images/website_image/index-06.png) no-repeat top left, url(../images/website_image/about-02.png) no-repeat right bottom;
	background-attachment: fixed;
	background-size: 750.24px, 513.36px
}
.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 .news .title {
	display: block;
	margin: 0 auto 47px;
	position: relative;
	margin-bottom: 80px;
}
@media screen and (max-width:768px) {
	.news-wrapper .news .title {
		margin-bottom: 50px;
		padding-left: 5%;
	}
}
.news-wrapper .news .title .main_title {
	width: 150px;
	display: block;
	margin: 0 auto;
}
.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: #ffca38;
	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: #000043;
	background: #fff;
	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: 14px;
	line-height: 12.6px;
	letter-spacing: 0px;
	font-weight: 600;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid transparent;
	color: #595757
}
.news-wrapper .news .page ul li a.select, .news-wrapper .news .page ul li .pg-number:hover {
	border-radius: 50%;
	color: #ffca38;
}
.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 #74625b;
	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: #ffca38;
	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: #1f2a52;
	font-weight: 600;
	padding: 5px 0 9px;
	border-bottom: 1px solid #000043;
	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 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	padding-bottom: 90px;
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
	.news-wrapper .news .detail .back-wrapper {
		justify-content: center;
	}
}
.news-wrapper .news .detail .back-wrapper .back a {
	font-size: 28px;
	color: #8c775d;
	font-weight: bolder;
	position: relative;
}
.news-wrapper .news .detail .back-wrapper .back a::before {
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/more.png')no-repeat;
	background-size: 100% 100%;
	width: 38px;
	height: 25px;
	left: -42px;
	top: 4px;
}
/* trans 表單轉信 */
.trans-wrapper {
	width: 70%;
	padding: 100px 0 50px 0;
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	.trans-wrapper {
		width: 90%;
		padding: 50px 0 50px 0;
		margin: 0 auto;
	}
}
.trans-wrapper .title {
	display: block;
	margin: 0 auto 60px;
	position: relative;
	margin-bottom: 80px;
	width: 100%;
}
.trans-wrapper .main_title {
	width: 150px;
    display: block;
    margin: 0 auto;
}
}
.trans_box
{
	justify-content: center;
}
.trans-map img
{
	width: 180px;
}
@media screen and (max-width:768px) {
	.trans_box
	{
	    flex-wrap: wrap;
	    justify-content: flex-start;
	}
	.trans-wrapper .trans-info .trans-map
	{
		width: 100%
	}
}
.trans-wrapper .trans-info .trans-text {
	/*width: 50%*/
}
@media screen and (max-width: 1100px)
{
	.trans-wrapper .trans-info .trans-text
	{
		width: 80%
	}
}
@media screen and (max-width:768px) {
	.trans-wrapper .trans-info .trans-text {
		width: 100%;
		margin-top: 30px;
	}
}
.trans-wrapper .trans-info .trans-text>div {
	margin-bottom: 30px;
}
.trans-wrapper .trans-info .trans-text>span {
	font-size: 1rem;
	color: #000;
	display: block;
	line-height: 1.5rem;
	padding-bottom: 10px;
}
.trans-wrapper .form-box .form-code {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center
}
@media screen and (max-width:768px) {
	.trans-wrapper .form-box .form-code {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center
	}
}
@media screen and (max-width:768px) {
	.trans-wrapper .form-box .form-code>span {
		width: 100%;
	}
}
.trans-wrapper .form-box .form-code img {
	width: 125px;
	margin-left: 10px;
}
@media screen and (max-width:768px) {
	.trans-wrapper .form-box .form-code img {
		width: 125px;
		margin-left: 0px;
	}
}
.trans-wrapper .form-box .form-bt-box {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.trans-wrapper .form-box .form-bt-box>input {
	width: 120px;
	border: 1px solid #ffca38;
	background: #fff;
	height: 33px;
	padding: 5px;
	margin: 5px;
	transition: .5s;
	font-size: 16px;
}
.trans-wrapper .form-box .form-bt-box>a {
	width: 120px;
	border: 1px solid #ffca38;
	background: #fff;
	height: 33px;
	display: block;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	transition: .5s;
	text-align: center;
	line-height: 21px;
	font-size: 16px;
}
.trans-wrapper .form-box .form-bt-box input:hover {
	background: #ffca38;
	color: #fff;
}
.trans-wrapper .form-box .form-bt-box a:hover {
	background: #ffca38;
	color: #fff;
}
/* 頁面編輯器 course */
.course-wrapper{
	width: 100%;
	/*padding-bottom: 100px;*/
	background: url('../images/website_image/course_bg.png')no-repeat;
    background-size: cover;
}
/* title */
.course-wrapper .title_bg
{
	padding: 50px 0px;
    background: #FFFFFF;
}
.course-wrapper .title_bg .title
{
	display: block;
	margin:auto;
	position: relative;
	/*margin-bottom: 67px;*/
	width: 150px;
	background: #fff;
	z-index: 1;
	text-align: center;
}
.course-wrapper .math_bg01
{
	background: #FFFFFF;
    padding: 0px 0px 50px;
}
.course-wrapper .title_2{
	font-size: 30px;
	color: #c1a567;
	text-align: center;
	font-weight: 600;
	/*margin:0px 0px 100px;*/
	padding: 120px 0px 100px;
	position: relative;
}
.course-wrapper .title_2::after{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/contact-title2.png')no-repeat;
	background-size: 100% 100%;
	width: 168px;
	height:119px;
	left: 50%;
	transform: translateX(-50%);
	top: 70px;
}
.course-wrapper .course-box{
	width: 75%;
	background: url('../images/website_image/course-bg.png')no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	padding-bottom: 143px;
	margin-bottom: 50px;
}
@media screen and (max-width:768px){
	.course-wrapper .course-box{
		width: 100%;
		background: none;
		padding-bottom: 30px;
		margin-bottom: 0px;
	}
}
.course-wrapper .course-box .title3{
	font-size: 18px;
	color: #8c775d;
	text-align: center;
	padding-top: 90px;
	background: transparent;
	padding-bottom: 15px;
	position: relative;
}
.course-wrapper .course-box .title3::before{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/course-top.png')no-repeat;
	background-size: 100% 100%;
	width: 78px;
	height:12px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 41px;
}
.course-wrapper .course-box .title3::after{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/course-bottom.png')no-repeat;
	background-size: 100% 100%;
	width: 78px;
	height:11px;
	left: 50%;
	transform: translateX(-50%);
	bottom:-3px;
}
.course-wrapper .course-box>p{
	font-size: 14px;
	color: #595757;
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
.course-wrapper .course-box>span{
	font-size: 15px;
	color: #595757;
	width: 85px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	padding-bottom: 0px;
	display: block;
	border:3px double #c9caca;
	margin-bottom: 20px;
}
.course-wrapper .course-box>b{
	font-size: 14px;
	color: #595757;
	width: 67%;
	margin: 0 auto;
	line-height: 30px;
	display: block;
	font-weight: 400;
	display: flex;
}
@media screen and (max-width:500px){
	.course-wrapper .course-box>b{
		width: 80%;
	}
}
.course-wrapper .course-box>.pad-left{
	padding-left:15%
}
@media screen and (max-width:500px){
	.course-wrapper .course-box>.pad-left{
		padding-left:0%
	}
}
.course-wrapper .course-box>b>i{
	font-size: 14px;
	font-style: normal;
}
.course-wrapper .course-box2{
	width: 75%;
	background: url('../images/website_image/course-bg2.png')no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	padding-bottom: 83px;
	margin-bottom: 50px;
}
@media screen and (max-width:768px){
.course-wrapper .course-box2{
	width: 100%;
	background: none;
}
}
.course-wrapper .course-box2 .title3{
	font-size: 18px;
	color: #8c775d;
	text-align: center;
	padding-top: 90px;
	background: transparent;
	padding-bottom: 15px;
	position: relative;
}
.course-wrapper .course-box2 .title3::before{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/course-top.png')no-repeat;
	background-size: 100% 100%;
	width: 78px;
	height:12px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 41px;
}
.course-wrapper .course-box2 .title3::after{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/course-bottom.png')no-repeat;
	background-size: 100% 100%;
	width: 78px;
	height:11px;
	left: 50%;
	transform: translateX(-50%);
	bottom:-3px;
}
.course-wrapper .course-box2>p{
	font-size: 14px;
	color: #595757;
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
.course-wrapper .course-box2>span{
	font-size: 15px;
	color: #595757;
	width: 85px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	padding-bottom: 0px;
	display: block;
	border:3px double #c9caca;
	margin-bottom: 20px;
}
.course-wrapper .course-box2>b{
	font-size: 14px;
	color: #595757;
	width: 67%;
	margin: 0 auto;
	line-height: 30px;
	display: block;
	font-weight: 400;
	display: flex;
}
@media screen and (max-width:500px){
	.course-wrapper .course-box2>b{
		width: 80%;
	}
}
.course-wrapper .course-box2>b>i{
	font-size: 14px;
	font-style: normal;
}
.course-wrapper .course-box2>.md-box{
	font-size: 14px;
	color: #595757;
	width: 67%;
	margin: 0 auto;
	line-height: 30px;
	display: block;
	font-weight: 400;
	text-align: center;
	padding: 48px 0;
}
.course-wrapper .sec2-box{
	width:50%;
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.course-wrapper .sec2-box>span{
	width:30%;
	text-align: center;
	position: relative;
	display: block;
}
@media screen and (max-width:768px){
	.course-wrapper .sec2-box{
		flex-wrap: wrap;
	}
	.course-wrapper .sec2-box>span{
		width:100%;
		text-align: center;
		position: relative;
		display: block;
		margin-bottom: 50px;
	}
}
.course-wrapper .sec2-box>span::before{
	content: '';
    display: inline-block;
    position: absolute;
    background: url(../images/website_image/course-top.png)no-repeat;
    background-size: 100% 100%;
    width: 78px;
    height: 12px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
}
.course-wrapper .sec2-box>span::after{
	content: '';
    display: inline-block;
    position: absolute;
    background: url(../images/website_image/course-bottom.png)no-repeat;
    background-size: 100% 100%;
    width: 78px;
    height: 12px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.course-wrapper .math-box{
	width: 60%;
	margin:60px auto 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:768px){
.course-wrapper .math-box{
	width: 100%;
	margin:30px auto 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
.course-wrapper .math-box .pic{
	width: 155px;
}
@media screen and (max-width:500px){
	.course-wrapper .math-box .pic{
		width: 140px;
	}
}
.course-wrapper .math-box .pic>img{
	width: 100%;
	display: block;
}
.course-wrapper .math-box .text>span{
	font-size: 17px;
	font-weight: 600;
	display: block;
	padding-left: 20px;
	color: #8c775d;
	line-height: 35px;
}
@media screen and (max-width:768px){
	.course-wrapper .math-box .text>span{
		font-size: 14px;
		font-weight: 600;
		display: block;
		padding-left: 20px;
		color: #8c775d;
		line-height: 35px;
		width:100%
	}
}
.course-wrapper .math_bg02
{
	background: #F7F8F8;
	padding: 60px 0px;
}
.course-wrapper .aq-box{
	width: 60%;
	margin:0px auto;
	text-align: center;
}
@media screen and (max-width:768px){
	.course-wrapper .aq-box{
		width: 90%;
		text-align: center;
	}
}
.course-wrapper .aq-box .aq-title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.course-wrapper .aq-box .aq-title>img{
	width: 33px;
}
.course-wrapper .aq-box .aq-title>b{
	font-size: 16px;
	font-weight: 400;
	margin-left: 10px;
	line-height: 25px;
}
.course-wrapper .aq-box .aq-title2{
	width: 245px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 45px auto;
	background: #ffca38;
	padding: 5px 0;
}
@media screen and (max-width:768px){
	.course-wrapper .aq-box .aq-title2{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 45px auto;
		background: #ffca38;
		padding: 5px 0;
	}
}
.course-wrapper .aq-box .aq-title2>img{
	width: 33px;
}
.course-wrapper .aq-box .aq-title2>b{
	font-size: 16px;
	font-weight: 400;
	margin-left: 10px;
}
.course-wrapper .aq-box p{
	font-size: 14px;
    color: #595757;
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
.course-wrapper .aq-box p>i{
	color: #f39800;
	font-style: normal;
}
.course-wrapper .math_bg03
{
	background: #FFFFFF;
}
.course-wrapper .course-box3{
	width: 75%;
	margin: 0 auto;
	padding-bottom: 100px;
}
@media screen and (max-width:768px){
	.course-wrapper .course-box3{
		width: 90%;
		padding-bottom: 80px;
	}
}
.course-wrapper .course-box3 .title3{
	font-size: 18px;
	color: #8c775d;
	text-align: center;
	padding-top: 90px;
	background: transparent;
	padding-bottom: 15px;
	position: relative;
	width:200px;
	margin: 0 auto;
}
.course-wrapper .course-box3 .title3::before{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/course-left.png')no-repeat;
	background-size: 100% 100%;
	width: 14px;
	height:27px;
	left: -18px;
	bottom:10px
}
.course-wrapper .course-box3 .title3::after{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/course-right.png')no-repeat;
	background-size: 100% 100%;
	width: 14px;
	height:27px;
	right:-18px;
	bottom:10px;
}
.course-wrapper .course-box3>p{
	font-size: 14px;
	color: #595757;
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
.course-wrapper .course-box3>span{
	font-size: 15px;
	color: #595757;
	width: 85px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	padding-bottom: 0px;
	display: block;
	border:3px double #c9caca;
	margin-bottom: 20px;
}
.course-wrapper .course-box3>b{
	font-size: 14px;
	color: #595757;
	width: 67%;
	margin: 0 auto;
	line-height: 30px;
	display: block;
	font-weight: 400;
	display: flex;
}
.course-wrapper .course-box3>.pad-left{
	padding-left:15%
}
@media screen and (max-width:768px){
	.course-wrapper .course-box3>.pad-left{
		padding-left:0%
	}
}
.course-wrapper .course-box3>b>i{
	font-size: 14px;
	font-style: normal;
}
.course-wrapper .math_bg04
{
	background: #F7F8F8;
	padding: 60px 0px 100px;
}
.course-wrapper .course-end{
	width: 60%;
	margin: 0 auto;
	font-size: 17px;
    font-weight: 600;
    display: block;
    padding-left: 20px;
    color: #8c775d;
	line-height: 35px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.course-wrapper .course-end::before{
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/course_an.png')no-repeat;
	background-size: 100% 100%;
	width: 204px;
	height: 116px;
	z-index: -1;
}
/* about */
.about-wrapper{
	width: 100%;
	background: url('../images/website_image/about_bg2.png')no-repeat left bottom;
	background-size: 100%;
	padding-bottom: 100px;
}
/* title */
.about-wrapper .title {
	display: block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 67px;
	width: 150px;
	background: #fff;
	z-index: 1;
	text-align: center;
	margin-top: 50px;
}
.about-wrapper .sec1-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	background-color: #ffd45c;
	padding: 17px 11%;
	margin-bottom: 85px;
	position: relative;
	z-index: 1;
}
.about-wrapper .sec1-box::after{
	content: '';
	position: absolute;
	background: url('../images/website_image/about-flower.png')no-repeat bottom right;
	background-size: 100% 100%;
	width: 200px;
	height: 293px;
	right: 147px;
	top: 0px;
	z-index: -1;
}
@media screen and (max-width:910px){
	.about-wrapper .sec1-box::after{
	display: none;
	}
}
.about-wrapper .sec1-box>.pic{
	width: 272px;
}
@media screen and (max-width:768px){
	.about-wrapper .sec1-box>.pic{
		width: 272px;
		margin: 0 auto;
	}
}
.about-wrapper .sec1-box>.text{
	width:60%;
	padding-left: 11%;
	padding-top: 35px;
}
@media screen and (max-width:910px){
	.about-wrapper .sec1-box>.text{
		width:90%;
		padding-left: 0%;
		padding-top: 35px;
		margin: 0 auto;
	}
}
.about-wrapper .sec1-box>.text>span{
	font-size: 22px;
    color: #000;
    display: block;
    text-align: center;
    padding-bottom: 20px;
	line-height: 26px;
	font-weight: 600;
}
.about-wrapper .sec1-box>.text>p{
	font-size: 14px;
    line-height: 25px;
    color: #000;
    display: block;
    padding-bottom: 20px;
}
.about-wrapper .sec1-box>.text>p{
	font-size: 14px;
    line-height: 25px;
    color: #000;
    display: block;
    padding-bottom: 20px;
}
.about-wrapper .map-box{
	width:40%;
	margin: 0 auto;
}
@media screen and (max-width:768px){
	.about-wrapper .map-box{
		width:80%;
		margin: 0 auto;
	}
}
@media screen and (max-width:500px){
	.about-wrapper .map-box{
		width:95%;
		margin: 0 auto;
	}
}
.about-wrapper .map-box>iframe{
	width:100%;
}
/*內頁product*/
.product-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	width: 88.9547813195%;
	padding: 80px 0 0 1%;
	margin: 0 auto;
	position: relative;
	max-width: 1366px;
}
@media screen and (max-width: 768px) {
	.product-wrapper {
		width: 100%;
		padding-top: 70px
	}
}
.product-wrapper .title{
	display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 67px;
    width: 100%;
    background: #fff;
    z-index: 1;
    text-align: center;
}
@media screen and (max-width:768px){
	.product-wrapper .title{
	text-align: center;
	width: 100%;
	display: block;
	padding: 0px  0px 50px;
}
}
.product-wrapper .title .t-cn{
	background: url('../images/website_image/pr-titlebg.png')no-repeat;
	background-size:100% 100%;
	width: 150px;
	height: 112px;
	font-size: 35px;
	font-weight: 600;
	color: #595757;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
}
@media screen and (max-width:500px){
	.product-wrapper .title .t-cn{
	background: url('../images/website_image/news-titlebg.png')no-repeat;
	background-size:100% 100%;
	width: 112px;
	height: 84px;
	font-size: 28px;
	font-weight: 600;
	color: #595757;
	margin: 0 auto;
	padding-top: 30px;
	position: relative;
}
}
.product-wrapper .title .t-cn::after{
	content: '';
	position: absolute;
	display: block;
	width: 24px;
	height: 4px;
	background: #595757;
	left: 50%;
	transform: translateX(-50%);
	bottom:20px;
}
@media screen and (max-width:500px){
	.product-wrapper .title .t-cn::after{
	content: '';
	position: absolute;
	display: block;
	width: 24px;
	height: 4px;
	background: #595757;
	left: 50%;
	transform: translateX(-50%);
	bottom:10px;
}
}
.product-wrapper aside {
	width: 225px;
	position: relative;
}
@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: flex-start;
    font-size: 15px;
    line-height: 19.6px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    width: 182px;
    height: 38px;
    margin: 0 auto;
}
.product-wrapper aside .name>img{
	width: 35px;
}
.product-wrapper aside .name>span{
	font-size: 18px;
    color: #595757;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
.product-wrapper aside .mobile_arrow{
	position: absolute;
    background: url(../images/website_image/pr-arrow.png);
    background-size: 100%;
    height: 19px;
    width: 19px;
    top: 5px;
    right: 25%;
}
}
@media screen and (max-width: 768px) {
	.product-wrapper aside ul {
		background: #fff;
		position: absolute;
		width: 100%;
		display: none;
		z-index: 50
	}
}
.product-wrapper aside ul{
	width: 100%;
	padding: 0px;
}
.product-wrapper aside ul li .aside_text {
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color:#444444;
	font-weight: 400;
	display: block;
	padding: 8px 0px 8px 0px;
	position: relative;
	transition: .5s;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.product-wrapper aside ul{
	width: 100%;
	padding: 0px;
}
	.product-wrapper aside ul li .aside_text {
	padding: 13px 0px 13px 0px;
	text-align: center;
}
}
@media screen and (max-width: 500px) {
	.product-wrapper aside ul li .aside_text {
	padding: 13px 0px 13px 0%;
	text-align: center;
}
}
.product-wrapper aside ul li .aside_text>img{
	width: 5px;
    margin-right: 10px;
    margin-bottom: 2px;
}
@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:  #706953
}
@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-left: 10px;
	padding-bottom: 10px;
	display: none;
}
.product-wrapper aside ul li ul a {
	background-color: #fff;
	border-bottom:none;
	font-size: 16px;
	line-height: 23.1px;
	letter-spacing: 0px;
	color: #C3C3C3;
	font-weight: 400;
	display: block;
	padding: 7px 0px 7px 8px;
	position: relative;
	text-align: center;
}
.product-wrapper .lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	width: calc(100% - 225px);
	padding: 0 0 0 3.580913%
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists {
		width: 100%;
		padding-left: 0
	}
}
.product-wrapper .lists .list {
	width: 27.8731958763%;
}
.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%;
		padding-top: 20px
	}
}
.product-wrapper .lists .list .pic {
	width: 100%;
	height: 14.1vw;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
	.product-wrapper .lists .list .pic {
		height: 14.5497206704vw
	}
}
@media screen and (max-width: 1000px) {
	.product-wrapper .lists .list .pic {
		height: 20.5497206704vw
	}
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists .list .pic {
		height: 40.0655260708vw
	}
}
@media screen and (max-width: 500px) {
	.product-wrapper .lists .list .pic {
		height: 68.9884078212vw
	}
}
.product-wrapper .lists .list .pic img {
	display: block;
	width: 100%;
	transition: .5s
}
.product-wrapper .lists .list .name {
	font-size: 15px;
    line-height: 21.581px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 10px 0 50px 0;
    transition: .5s;
    text-align: center;
    position: relative;
}
.product-wrapper .lists .list:hover .pic img {
	transform: scale(1.2)
}
.product-wrapper .lists .list:hover .name {
	color:#a5946d
}
/*more*/
.product-wrapper .more{
	width:100%;
	display: flex;
	justify-content: flex-end;
	padding-right: 5%;
	padding-bottom: 80px;
}
@media screen and (max-width:768px){
	.product-wrapper .more{
	width:100%;
	display: flex;
	justify-content: center;
	padding-right: 10%;
}
}
.product-wrapper .more a{
	width: 150px;
	height: 42px;
	border: 1px solid #a5946d;
	border-radius: 50px;
	padding: 10px 0;
	font-size: 20px;
	font-family:"Times New Roman";
	font-weight: 600;
	display: block;
	text-align: center;
	color: #a5946d;
	position: relative;
}
.product-wrapper .more a::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 1px;
	background: #a5946d;
	top: 20px;
	right: -30px;
}
.product-wrapper .more:hover>a::after{
	right:-10px;
	transition: .5s;
}
/*頁碼*/
.product-wrapper .lists .page {
	width: 100%;
	padding: 80px 0 152px;
	margin: 0 auto;
	padding: 40px 0 80px
}
.product-wrapper .lists .page ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start
}
.product-wrapper .lists .page ul li {
	margin: 0 13px
}
.product-wrapper .lists .page ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 12.6px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 400;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid transparent;
	color: #74625b;
	position: relative;
}
.product-wrapper .lists .page ul li a.select, .product-wrapper .lists .page ul li:hover {
	background:#fff;
}
.product-wrapper .lists .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: 27px;
	height: 27px;
	transition: .5s
}
.product-wrapper .lists .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: 27px;
	height: 27px;
	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: 90%;
	margin:0 auto;
}
.product-wrapper .lists.detail .top-wrapper .main-pic {
	width: 427px
}
.product-wrapper .lists.detail .top-wrapper .buy-detail{
	width: calc(100% - 427px);
	padding-left: 5%;
}
@media screen and (max-width: 1100px){
	.product-wrapper .lists.detail .top-wrapper .buy-detail{
	width: calc(100% - 230px);
}
}
@media screen and (max-width: 1024px){
	.product-wrapper .lists.detail .top-wrapper .buy-detail{
	width: 60%;
	padding-left: 5%;
}
}
@media screen and (max-width: 1118px){
	.product-wrapper .lists.detail .top-wrapper .buy-detail{
	padding-left: 3%;
}
}
@media screen and (max-width: 850px){
	.product-wrapper .lists.detail .top-wrapper .buy-detail{
	width:90%;
	padding-left: 1%;
}
}
@media screen and (max-width: 768px){
	.product-wrapper .lists.detail .top-wrapper .buy-detail{
	width: 60%;
	padding-left: 0%;
	margin: 0 auto;
}
}
@media screen and (max-width: 768px){
	.product-wrapper .lists.detail .top-wrapper .buy-detail{
	width: 90%;
	padding-left: 0%;
	margin: 0 auto;
}
}
@media screen and (max-width: 1100px) {
	.product-wrapper .lists.detail .top-wrapper .main-pic {
		width: 230px
	}
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .top-wrapper .main-pic {
		width: 60%;
		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 .name {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #595757;
	font-weight: 600;
	width: 100%;
	margin-bottom: 49px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6cabd;
}
@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;
		margin-bottom: 20px;
		text-align: left;
	}
}
.product-wrapper .lists.detail .top-wrapper .text-edit{
	width: calc(100% - 427px);
	margin-top: 20px;
	position: relative;
	padding-left: 5%;
}
@media screen and (max-width: 1100px) {
.product-wrapper .lists.detail .top-wrapper .text-edit{
	width: calc(100% - 230px);
	padding-left: 5%;
}
}
@media screen and (max-width: 800px) {
.product-wrapper .lists.detail .top-wrapper .text-edit{
	width: 100%;
	padding:0px 5%;
	margin-top: 50px;
}
}
@media screen and (max-width: 500px) {
.product-wrapper .lists.detail .top-wrapper .text-edit{
	width: 100%;
	padding:0px 0%;
	margin-top: 50px;
}
}
.product-wrapper .lists.detail .top-wrapper .text-edit>b{
	font-size: 18px;
    color: #9fa0a0;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    padding-left: 20px;
    display: block;
    margin-top: 40px;
}
.product-wrapper .lists.detail .top-wrapper .text-edit>b>.price-line{
	font-size: 20px;
    color: #9fa0a0;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    padding-left: 25%;
}
.product-wrapper .lists.detail .top-wrapper .text-edit>b>.del{
    text-decoration: line-through;
}
.product-wrapper .lists.detail .top-wrapper .text-edit>i{
	font-size: 18px;
    color: #a5946d;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 40px;
    padding-left: 20px;
    font-style: normal;
}
.product-wrapper .lists.detail .top-wrapper .text-edit>i>.original-price{
	font-size: 25px;
    color: #a5946d;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 40px;
    padding-left: 23%;
    font-style: normal;
}
.product-wrapper .lists.detail .desc .desc-title {
	font-size: 16px;
	font-weight: 600;
	color: #b29c86;
	margin: 77px 0 60px;
	text-align: center;
	position: relative;
}
.product-wrapper .lists.detail .desc .desc-title::after {
	content: '';
	position: absolute;
	background: url('../images/website_image/product02_bg.png')no-repeat;
	background-size: 100% 100%;
	width: 120px;
	height: 82px;
	left: 50%;
	transform: translateX(-50%);
	top: -31px;
}
.product-wrapper .lists.detail .desc{
	width: 100%;
}
.product-wrapper .lists.detail .desc .text {
	font-size: 15px;
	line-height: 24.36px;
	letter-spacing: 1.04px;
	color: #000;
	font-weight: 400;
	padding: 0 0px 0 0px
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .desc .text {
		padding: 0 15px
	}
}
@media screen and (max-width: 500px) {
	.product-wrapper .lists.detail .desc .text {
		padding: 0 5px
	}
}
.product-wrapper .lists.detail .desc .text p {
	margin: 20px 0
}
/* back */
.product-wrapper .lists.detail .back-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: baseline;
	padding-bottom: 90px;
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
	.product-wrapper .lists.detail .back-wrapper {
		justify-content: center;
	}
}
.product-wrapper .lists.detail .back-wrapper .back a {
	font-size: 28px;
	color: #8c775d;
	font-weight: bolder;
	position: relative;
}
.product-wrapper .lists.detail .back-wrapper .back a::before {
	content: '';
	display: inline-block;
	position: absolute;
	background: url('../images/website_image/more.png')no-repeat;
	background-size: 100% 100%;
	width: 38px;
	height: 25px;
	left: -42px;
	top: 4px;
}
/*小圖*/
.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;
}
/* page */
.product-wrapper .lists .page {
	padding: 80px 0 152px;
	margin: 0 auto;
	padding: 40px 0 60px
}
.product-wrapper .lists .page ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start
}
.product-wrapper .lists .page ul li {
	margin: 0 13px
}
.product-wrapper .lists .page ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 12.6px;
	letter-spacing: 0px;
	font-weight: 600;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid transparent;
	color: #595757
}
.product-wrapper .lists .page ul li a.select, .product-wrapper .lists .page ul li .pg-number:hover {
	border-radius: 50%;
	color: #ffca38;
}
.product-wrapper .lists .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 .lists .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 .page ul li a:hover i.fa-angle-left::before, .product-wrapper .lists .page ul li a:hover i.fa-angle-right::before {
	/*background: #EC9100*/
}
