body,html {
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體", Arial;
	height: 100%;
	width: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

h3 {
	font-size: 30px;
	font-weight: 500;
	color: #eb6100;
	line-height: 48px;
}
.f24 {
	font-size: 24px;
}
br {
	font-family: "Arial Black", Gadget, sans-serif;
}
.gotop {
	background-color: rgba(64,64,64,.8);
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 50px;
	width: 50px;
	position: fixed;
	right: 0px;
	z-index: 9998;
	display: none;
	bottom: 10%;
}
/*************************
*
*  header
*
*************************/
@media (min-width: 1001px) {
.header .menu_btn {
	display: none;
}
.header {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	background-color: #FFF;
	width: 100%;
	box-shadow:-3px -3px 9px rgba(0,0,0,.3);
}
.header .logobar {
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	line-height: 120px;
}
.header .logobar .logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 90px;
	width: 505px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	margin-top: -5px;
}
.header .logobar nav {
	float: right;
	vertical-align: middle;
}
.header .logobar nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header .logobar nav ul li {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
	padding-right: 10px;
	padding-left: 10px;
}
.header .logobar nav ul li.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #505456;
}
.header .logobar nav ul li a {
	display: block;
	font-size: 20px;
	color: #505456;
	text-decoration: none;
	line-height: 22px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: 600;
}
.header .logobar nav ul li a:hover {
	color: #eb6100;
}
.header .logobar nav ul li a.fbbtn {
	background-image: url(../images/fbbtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 32px;
	width: 32px;
}
}
@media (max-width: 1000px) {
.header .menu_btn {
	height: 38px;
	width: 38px;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer;
	padding-top: 2px;
}
.header .menu_btn b {
	height: 4px;
	background-color: #eb6100;
	margin-top: 6px;
	margin-bottom: 6px;
	display: block;
	width: 100%;
}
.header {
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #FFF;
	box-shadow:-3px -3px 9px rgba(0,0,0,.3);
}
.header .logobar {
	width: 100%;
	height: 80px;
	line-height: 70px;
}
.header .logobar .logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 42px;
	width: 238px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.header .logobar nav {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100%;
	display: none;
}
.header .logobar nav.show {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 100%;
	display: block;
	height: auto;
}
.header .logobar nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #e5e5e5;
}
.header .logobar nav ul li {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 50px;
}
.header .logobar nav ul li:nth-last-child(1) {
	border-bottom-style: none;
}
.header .logobar nav ul li a {
	display: block;
	font-size: 20px;
	color: #414141;
	text-decoration: none;
	line-height: 50px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-weight: 600;
}
.header .logobar nav ul li a.fbbtn {
	background-image: url(../images/fbbtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	line-height: 50px;
	height: 50px;
}
}

/*************************
*
*  index
*
*************************/
@media (min-width: 601px) {
.carousel .banner-pc {
	display: block;
}
.carousel .banner-m {
	display: none;
}
}
@media (max-width: 600px) {
.carousel .banner-pc {
	display: none;
}
.carousel .banner-m {
	display: block;
}
}
@media (min-width: 768px) {
h1 {
	font-size: 32px;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	margin-bottom: 30px;
	color: #eb6100;
}
#group {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
#group .group-row {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
#group .group-row .logo {
	display: flex;
	width: 30%;
	padding-right: 15px;
	padding-left: 15px;
}
#group .group-row .logo img {
	width: 100%;
}
#group .group-row .text {
	width: 70%;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 30px;
	display: flex;
	justify-content: center;
    align-items: center;
}
#group .group-row .text b {
	font-size: 20px;
	color: #ff6c00;
	display: inline-block;
}
#group .row {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#group .row .pic {
	width: 100%;
	max-width: 180px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#group .row .pic img {
	width: 100%;
}
#group .row .group-col {
	padding-right: 30px;
	padding-left: 30px;
	width: 30%;
}
#group .row .group-col2 {
	padding-right: 30px;
	padding-left: 30px;
	width: 40%;
}
#group .row .text2 {
	width: 100%;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bac600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
#group .row .text2 span {
	font-size: 24px;
	line-height: 36px;
	color: #eb6100;
	width: 24px;
	margin-right: 10px;
	margin-left: 20px;
}
#group .row .text2 ul {
	width: calc(100% - 54px);	
}
#group .row .text2 ul li {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bac600;
	line-height: 35px;
}
#group .row a {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	color: #505456;
	text-decoration: none;
}
#group .row a:hover {
	color: #eb6100;
}
#diversification {
	width: 100%;
	background-image: url(../images/diversification-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #d6e9f8;
}
#diversification .row {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
#diversification .row .pic {
	width: 100%;
	max-width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#diversification .row .pic img {
	width: 100%;
}
.for-pc {
	display: block;
}
.for-m {
	display: none;
}
#businessmap {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
#businessmap .row {
	width: 100%;
	max-width: 1060px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding-right: 10px;
	padding-left: 10px;
}
#businessmap .row .map {
	width: 100%;
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
#businessmap .row .map img {
	width: 100%;
}
#businessmap .row .pic {
	width: 90%;
	max-width: 236px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#businessmap .row .pic img {
	width: 100%;
}
#businessmap .row .link {
	display: inline-block;
	width: 33%;
	margin-top: 20px;
}
#businessmap .row a {
	font-size: 18px;
	color: #505456;
	text-decoration: none;
	text-align: center;
	display: block;
}
}
@media (max-width: 767px) {
h1 {
	font-size: 24px;
	font-weight: 300;
	line-height: 48px;
	text-align: center;
	margin-bottom: 30px;
	color: #eb6100;
}
#group {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
#group .group-row {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
#group .group-row .logo {
	width: 50%;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#group .group-row .logo img {
	width: 100%;
}
#group .group-row .text {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 15px;
	line-height: 30px;
}
#group .group-row .text b {
	font-size: 16px;
	color: #ff6c00;
	display: inline-block;
}
#group .row {
	width: 100%;
	margin-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
#group .row .group-col {
	padding-right: 5px;
	padding-left: 5px;
	width: 50%;
}
#group .row .group-col2 {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	margin-top: 20px;
}
#group .row .pic {
	width: 100%;
	max-width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#group .row .pic img {
	width: 100%;
}
#group .row .text2 {
	width: 100%;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bac600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
}
#group .row .text2 span {
	font-size: 20px;
	line-height: 30px;
	color: #eb6100;
	width: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
#group .row .text2 ul {
	width: calc(100% - 30px);	
}
#group .row .text2 ul li {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bac600;
	line-height: 29px;
}
#group .row a {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	color: #505456;
	text-decoration: none;
}
#group .row a:hover {
	color: #eb6100;
}
#diversification {
	width: 100%;
	background-image: url(../images/diversification-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #d6e9f8;
}
#diversification .row {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#diversification .row .pic {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
#diversification .row .pic img {
	width: 100%;
}
.for-pc {
	display: none;	
}
.for-m {
	display: block;
}
#businessmap {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
#businessmap .row {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: block;
	flex-wrap: wrap;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#businessmap .row .map {
	width: 100%;
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
#businessmap .row .map img {
	width: 100%;
}
#businessmap .row .pic {
	width: 90%;
	max-width: 236px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#businessmap .row .pic img {
	width: 100%;
}
#businessmap .row .link {
	display: inline-block;
	width: 49%;
	margin-top: 20px;
}
#businessmap .row a {
	font-size: 16px;
	color: #505456;
	text-decoration: none;
	text-align: center;
	display: block;
}
}
.process img {
	width: 100%;
}
/*************************
*
*  �折�
*
*************************/
@media (min-width:1001px){
.main {
	margin-top: 120px;
	background-image: url(../images/index_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
}
@media (max-width:1000px){
.main {
	margin-top: 80px;
	background-image: url(../images/index_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
}
.main article span {
	font-size: 20px;
	line-height: 36px;
	color: #eb6100;
	display: block;
}
.main article span::before {
	content: "";
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 25px;
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
} 
.main article span b {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	font-weight: normal;
}
@media (min-width:768px){
.main article {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
	line-height: 30px;
}
.main article .for-pc {
	display: block;
}
.main article .for-m {
	display: none;
}
.main article .organization {
	text-align: center;
}
.main article .organization .for-pc {
	width: 100%;
	max-width: 810px;
	margin-right: auto;
	margin-left: auto;
}
.main article .t-cenetr {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.main article .ifp {
	text-align: center;
}
.main article .ifp .for-pc {
	width: 100%;
	max-width: 729px;
	margin-right: auto;
	margin-left: auto;
}
.main article .a-pic {
	position: relative;
}
.main article .a-pic img {
	width: 100%;
	max-width: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
}
@media (max-width:767px){
.main article {
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.main article .for-pc {
	display: none;
}
.main article .for-m {
	display: block;
}
.main article .organization {
	text-align: center;
}
.main article .organization .for-m {
	width: 100%;
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
}
.main article .t-cenetr {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.main article .ifp {
	text-align: center;
}
.main article .ifp .for-m {
	width: 100%;
	max-width: 384px;
	margin-right: auto;
	margin-left: auto;
}
.main article .a-pic {
	text-align: center;
}
.main article .a-pic img {
	width: 100%;
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
}
.titlebg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbffbe+0,bbc703+100 */
background: rgb(251,255,190); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(251,255,190,1) 0%, rgba(187,199,3,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(251,255,190,1) 0%,rgba(187,199,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(251,255,190,1) 0%,rgba(187,199,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbffbe', endColorstr='#bbc703',GradientType=0 ); /* IE6-9 */
	width: 100%;
}
@media (min-width:768px){
.titlebg .title {
	font-size: 40px;
	color: #000;
	background-image: url(../images/titlebg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 224px;
	font-weight: 500;
	background-position: 50px center;
	padding-right: 50px;
	padding-left: 20px;
	text-align: right;
}
.titlebg .title2 {
	font-size: 40px;
	color: #000;
	background-image: url(../images/titlebg2.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 224px;
	font-weight: 500;
	background-position: 50px center;
	padding-right: 50px;
	padding-left: 20px;
	text-align: right;
}
}
@media (max-width:767px){
.titlebg .title {
	background-image: url(../images/titlebg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	line-height: 48px;
	font-weight: 500;
	height: 205px;
}
.titlebg .title2 {
	background-image: url(../images/titlebg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	width: 100%;
	line-height: 48px;
	font-weight: 500;
	height: 205px;
}
.titlebg span {
	display: none;
}
}
table {
	display: table;
	border-collapse: separate;
	border-spacing: 1px;
	border-style: none;
}
table th {
	color: #FFF;
	background-color: #f1bdc5;
	font-size: 20px;
	text-align: center;
	border-style: none;
	font-weight: 400;
	line-height: 40px;
	padding: 5px;
}
table td {
	border-style: none;
	background-color: #f4dae1;
	line-height: 30px;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	max-width: 400px;
}
@media (min-width:768px){
.pic_middle {
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.pic_middle img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
}
@media (max-width:767px){
.pic_middle {
	text-align: center;
}
.pic_middle img {
	width: 100%;
	max-width: 250px;
}
}
.heart-point {
	margin-top: 10px;
}
.heart-point::before {
	content: "�䐥";
	color: #f1afb0;
}
.qa_box {
	margin-bottom: 10px;
	margin-top: 10px;
}
.qa_box .qa_title {
	font-size: 20px;
	color: #ac5263;
	line-height: 24px;
	cursor: pointer;
}
.qa_box .qa_content {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*************************
*
*  footer
*
*************************/
footer {
	background-color: #e5e5e5;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
footer .footerbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 20px;
}
footer .footerbox .f-left {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
footer .footerbox .f-right {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
footer .footerbox .tel {
	display: inline-block;
	height: 54px;
	line-height: 54px;
	margin-right: auto;
	margin-left: auto;
}
footer .footerbox .tel i {
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 50px;
	width: 50px;
	vertical-align: middle;
}
footer .footerbox .tel span {
	font-size: 30px;
	color: #ee7c2b;
}
footer .footerbox .tel b {
	font-weight: normal;
}
footer .footerbox .mail {
	display: block;
	height: 54px;
	line-height: 54px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
footer .footerbox .mail i {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 50px;
	width: 50px;
	vertical-align: middle;
	margin-right: 5px;
}
footer .footerbox .mail a {
	color: #ee7c2b;
	text-decoration: none;
}
footer .footerbox .copyright {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #505456;
	font-weight: 500;
	text-align: center;
}
}
@media (max-width: 767px) {
footer .footerbox {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 20px;
}
footer .footerbox .f-left {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
footer .footerbox .f-right {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
footer .footerbox .tel {
	display: inline-block;
	height: 54px;
	line-height: 54px;
	margin-right: auto;
	margin-left: auto;
}
footer .footerbox .tel i {
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
}
footer .footerbox .tel span {
	font-size: 30px;
	color: #ee7c2b;
}
footer .footerbox .tel b {
	font-weight: normal;
}
footer .footerbox .mail {
	display: block;
	height: 54px;
	line-height: 54px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
footer .footerbox .mail i {
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
footer .footerbox .mail a {
	color: #ee7c2b;
	text-decoration: none;
}
footer .footerbox .copyright {
	display: block;
	margin-top: 20px;
	font-size: 12px;
	color: #505456;
	font-weight: 500;
	text-align: center;
}
}