/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color: #434343;
}
img {
	max-width: 100%;
}
dl, dt, dd, ol, ul, li,  table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	list-style-type: disc;
}
tr, th, td {
	padding: 5px;
	border: 1 solid inherit;
	vertical-align: middle;
}
ol, ul {
	list-style-position: inside;
}
.nav ul li {
	position: relative;
	display: block;
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #eb6100;
	text-decoration: none;
}
/*回到置頂*/
#scrollUp {
	bottom: 20px;
	right: 20px;
	background: #555;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}
#scrollUp:hover {
	background: #fcbd33;
	color: #004e66;
}
/*banner輪播淡出*/
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
#wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
header {
	width: 99%;
	float: left;
	padding: 0 1%;
}
nav {
	width: 99%;
}
.logo {
	display: table;
	height: 100%;
}
.logo img {
	float: left;
	max-width: 220px;
	display: block;
}
.logo p {
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	color: #313131;
	float: left;
	font-size: 2.1em;
	vertical-align: middle;
	display: inline-block;
	padding-top: 20px;
	padding-left: 8px;
	display: block;
}
.mobile_logo {
	max-width: 180px;
	display: none;
	text-align: center;
	padding-left: 20px;
}
.top_icon {
	display: block;
	float: right;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.top_icon img {
	max-height: 40px;
	text-align: right;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.top_icon select {
	appearance: none;
	float: right;
	border-radius: 0;
	font-size: 16px;
	margin: 5px;
	padding: 5px 2px;
	font-family: Helvetica;
	text-indent: 0.01px;
	text-overflow: '';
}

::-ms-expand {
 display: none;
}
article {
	width: 100%;
	padding: 1% 1.2%;
	min-height: 300px;
}
.banner {
	display: block;
	float: left;
	width: 100%;
}
.banner img {
	max-width: 100%;
}
/*首頁資訊*/
.index_icon {
	width: 100%;
	margin: 0 auto;
	padding: 2%;
	float: left;
	background-color: #f4f4f4;
}
.index_icon img {
	padding: 2% 0;
}
footer {
	width: 100%;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #e1eef6;
	background-color: #004e66;
	float: left;
	padding: 2% 5%;
	min-height: 130px;
}
.footer_section {
	padding: 2% 0.5%;
}
.footer_section h2 {
	font-size: 2.1em;
	color: #e1eef6;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.1em;
	padding-bottom: 8px;
}
.footer_section h2 a {
	color: #e1eef6;
	text-decoration: none;
}
.footer_section h2 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer_section h3 {
	font-size: 0.9em;
	color: #b4b4b4;
}
.footer_section h3 a {
	color: #b4b4b4;
	text-decoration: none;
}
.footer_section h3 a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer_section h4 {
	font-size: 1.1em;
	color: #e1eef6;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.footer_section h4 a {
	color: #e1eef6;
	text-decoration: none;
}
.footer_section h4 a:hover {
	color: #e1eef6;
	text-decoration: underline;
}
/*內頁*/
.container_main {
	padding: 2%;
	display: flex;/*父元素加了這個css就可不使用float 即可並排*/
}
.main_left {
	width: 100%;
	max-width: 20%;
	order: 1;/*顯示順序*/
}
.main_right {
	width: 100%;
	order: 2;/*顯示順序*/
}
.main_right article {
	padding: 0.5% 4%;
}
.main_right article p, ul li, table {
	line-height: 1.6em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 1.1em;
	padding-top: 1%;
	padding-bottom: 1px;
}
.row_margin {
	margin-top: 1%;
	margin-bottom: 1%;
}
.page-header {
	padding-bottom: 10.5px;
	font-size: 1.8em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
.page-header h2 {
	color: #1b1b1b;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.page_breadcrumb {
	display: table;
	width: 100%;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #b5b5b5;
	float: left;
	margin-bottom: 30px;
	padding-left: 5px;
	background-color: #FFF;
	text-align: right;
	padding-top: 8px;
}
.page_breadcrumb a {
	text-decoration: none;
	color: #b5b5b5;
}
.page_breadcrumb a:hover {
	color: #b5b5b5;
	text-decoration: underline;
}
/*內頁一般選單*/
.page_menu {
	width: 100%;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	float: left;
	background-color: #f2f2f2;
	padding: 20px 0;
}
.page_menu_title {
	padding: 3% 5%;
	text-align: center;
	color: #1b1b1b;
}
.page_menu_title h2 {
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #1b1b1b;
	text-align: center;
}
.page_menu ul {
	padding: 0.5%;
}
.menu_title01 {
	width: 95%;
	font-size: 1.3em;
	line-height: 1.4em;
	background-color: #FFF;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
}
.menu_title01 a {
	color: #666666;
	text-decoration: none;
}
.menu_title01 a:hover {
	color: #eb6100;
	padding-left: 5px;
}
.menu_title02 {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.3em;
	list-style-type: none;
	padding: 3% 5% 3% 8%;
}
.menu_title02 a {
	color: #333;
}
.menu_title02 a:hover {
	color: #6a3906;
	padding-left: 5px;
}
.menu_title02 ul li {
	font-size: 0.9em;
	list-style-type: none;
	padding: 3% 3% 3% 5%;
	line-height: 1em;
}
.menu_title02 ul li a {
	color: #333;
}
.menu_title02 ul li a:hover {
	color: #6a3906;
	padding-left: 5px;
}
.page_title {
	padding: 0.5% 2%;
	text-align: left;
	margin-bottom: 15px;
	height: 40px;
}
.page_title h2 {
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 1.7em;
	color: #434343;
}
.page_nav {
	margin: 10px auto;
	text-align: center;
}
/*Product*/
.prod_img {
	float: left;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 5% 0.5%;/*你也可以用左右各0.5%達到間隔1%的結果*/
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.prod_img img {
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
}
.prod_img h2 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fcbe32;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-height: 25px;        /* fallback */
	height: 90px;       /* fallback */
}
.prod_img h2 a {
	display: block;
	font-size: 1.3em;
	color: #313131;
	margin-top: 10px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	text-decoration: none;
	line-height: 1.3em;
	text-align: center;
}
.prod_img h2 a:hover, a:active {
	text-decoration: underline;
}
.prod_page h2 {
	font-size: 2em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 2.2em;
	color: #313131;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	font-weight: bold;
	margin-bottom: 8px;
}
.prod_page h3 {
	font-size: 1.1em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-bottom: 8px;
}
.prod_page button {
	margin: 20px auto;
}
/*cart*/
.cart {
	width: 98%;
	margin: 30px auto;
	color: #747474; /*字的顏色*/
	font-size: 1em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.cart .table {
	margin-bottom: 25px;
	color: #2F2F2F;
}
.cart .table th {
	margin-bottom: 25px;
	color: #2F2F2F;
	background-color: #E6E6E6;
	text-align: center;
	border: 2px solid #FFF;
}
.cart .table td input[type="text"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #CCC;
}
.cart .table td select {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	height: 35px;
	border: 1px solid #CCC;
}
.cart .table td textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 330px;
	padding: 0 5px;
	border: 1px solid #CCC;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.cart .table td em {
	color: #C00; /*價錢的顏色*/
	font-style: normal;
	font-weight: normal;
	font-family: "新細明體", Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: right;
	float: right;
}
/*news*/
.news_list .item {
	padding: 10px 0;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	list-style-type: none;
}
.news_list .item:nth-child(2n-1) {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
}
.news_list .date {
	color: #e94615;
	font-size: 1.1em;
	text-align: center;
	float: left;
	width: 150px;
	border-right: 1px solid #ccc;
	line-height: 1.2em;
	padding: 0 5px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.news_list .title {
	margin-left: 118px;
	font-size: 1.1em;
	color: #333;
	padding: 0 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.news_list a:hover .title {
	color: #2f8cba;
	text-decoration: underline;
}
.news_list .item.header div {
	font-size: 1.1em;
	color: #444;
}
.news_date {
	display: block;
	font-size: 1.1em;
	;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.news_date span {
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	padding-left: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #e94615;
}
.news_title {
	font-size: 2em;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	color: #2f8cba;
}
/*download*/
.download-table {
	background: #fff;
	overflow: hidden;
}
.download-table tr:nth-of-type(2n) {
	background: #f5f5f5;
}
.download-table th, .rwd-table td {
	margin: 0.5em 1em;
}
.download-table {
	min-width: 100%;
}
.download-table th {
	display: none;
}
.download-table td {
	display: block;
}
.download-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 5em;
	display: inline-block;
}
.download-table th, .download-table td {
	text-align: left;
}
.download-table th, .download-table td:before {
	color: #e94615;
	font-weight: bold;
}
.download-td01 {
	width: 30%;
}
.download-td02 {
	width: 12%;
}
.download-td03 {
	width: 7%;
}
 @media (min-width: 480px) {
.download-table td:before {
	display: none;
}
.download-table th, .download-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.download-table th:first-child, .download-table td:first-child {
	padding-left: 0;
}
.download-table th:last-child, .download-table td:last-child {
	padding-right: 0;
}
.download-table th, .download-table td {
	padding: 0.5em!important;
}
}
/*faq*/
.panel {
	margin-bottom: 18px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title span {
	display: inline-block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	padding-left: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #fcbe32;
	margin-right: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.panel-default {
	border-color: #dddddd;
}
.panel-default > .panel-heading {
	color: #444444;
	background-color: #fcfcfc;
	border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
	color: #fcfcfc;
	background-color: #444444;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #dddddd;
}
.panel-body {
	padding: 30px;
	line-height: 1.8em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3em;
	color: #0069b1;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.panel-title > a {
	color: inherit;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,  .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
/*sitemap*/
.sitemap {
	clear: both;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.sitemap div {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.sitemap .title {
	color: #eb6100;
	background-color: #eeeeee;
	font-size: 1.4em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 20px;
}
.sitemap .title a {
	color: #eb6100;
}
.sitemap .title a:hover {
	color: #eb6100;
	text-decoration: underline;
}
.sitemap a {
	color: #000;
}
.sitemap a:hover {
	color: #eb6100;
}
.sitemap .list {
	border-bottom: 1px #DDD solid;
}
.sitemap ul {
	width: 240px;
	list-style: none;
	height: auto;
	float: left;
	padding: 0;
	margin: 10px 0 10px 0;
}
.sitemap ul li {
	border-left: 5px #BBB solid;
	list-style: none;
	width: 230px;
	display: block;
	line-height: 1.5em;
	font-size: 1.2em;
}
.sitemap ul li.sub {
	border-left: 1px #BBB solid;
	list-style: none;
	width: 230px;
	display: block;
	font-size: 1em;
}
.sitemap ul li:hover {
	background-color: #EEE;
	border-left: 5px #0033CC solid;
}
.sitemap ul li:hover a {
	color: #eb6100;
}
.sitemap ul li a {
	padding: 7px 5px 7px 5px;
	display: block;
}
.sitemap .sub a {
	padding: 3px 5px 3px 5px;
	color: #555;
}
.sitemap ul li.sub2 {
	border-left: 1px #BBB solid;
	list-style: none;
	width: 230px;
	display: block;
	font-size: 1em;
}
.sitemap ul li:hover {
	background-color: #EEE;
	border-left: 5px #fcbe32 solid;
}
.sitemap ul li:hover a {
	color: #333;
}
.sitemap ul li a {
	padding: 7px 5px 7px 5px;
	display: block;
}
.sitemap .sub2 a {
	padding: 3px 5px 3px 20px;
	color: #333;
}
/*Customer*/
.customer_img {
	float: left;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 5% 0.5%;/*你也可以用左右各0.5%達到間隔1%的結果*/
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	border: 1px solid #EAEAEA;
	box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
}
.customer_img img {
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
}
.customer_img h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-height: 25px;        /* fallback */
	height: 90px;       /* fallback */
}
.customer_img h2 a {
	display: block;
	font-size: 1.3em;
	color: #313131;
	margin-top: 10px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	text-decoration: none;
	line-height: 1.3em;
	text-align: center;
}
.customer_img h2 a:hover, a:active {
	text-decoration: underline;
}
/*admin_table*/
	/*自適應表格01(下方有卷軸)*/
.table01 {
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
	-webkit-overflow-scrolling: touch;
}
.table01 table {
	border: 0;
	border-collapse: collapse;
}
.table01 table img {
	max-width: 109px;
}
.table01 table td, .table01 table th {
	padding: .5em 1em
}
 .table01::-webkit-scrollbar {
 -webkit-appearance: none;
 width: 14px;
 height: 14px;
}
 .table01::-webkit-scrollbar-thumb {
 border-radius: 8px;
 border: 3px solid #fff;
 background-color: rgba(0, 0, 0, .3);
}
/*自適應表格02(破壞排版)*/
.table02 {
	overflow: hidden;
}
.table02 table {
	border: 0;
	border-collapse: collapse;
}
.table02 table th,  .table02 table td {
	border: 1px solid #999;
	padding: .5em 1em;
	text-align: left;
}
.table02 table th {
	display: none;
}
.table02 table td {
	display: block;
}
.table02 table tr:nth-of-type(2n) {
	background-color: #F6F6F6;
}
.table02 table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}
.table02 table th, .table02 table td:before {
}
 @media (min-width: 480px) {
.table02 table td:before {
	display: none;
}
.table02 table th, .table02 table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.table02 table th:first-child,  .table02 table td:first-child {
	padding-left: 0;
}
.table02 table th:last-child,  .table02 table td:last-child {
	padding-right: 0;
}
.table02 table th,  .table02 table td {
	padding: 1em !important;
}
}
/*自適應表格03(隱藏某些項目)*/
.table03 {
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table03 table {
	border: 0;
	border-collapse: collapse;
}
.table03 table td, .table03 table th {
	border: 1px solid #999;
	padding: .5em 1em
}
 @media (max-width: 480px) {
.hidden {
	display: none !important;
}
}
