/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	font-size: 100%;
}
body {
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.4em;
	font-size: 1em;
}
img {
	max-width: 100%;
}
tr, th, td {
	padding: 5px;
	border: 1 solid inherit;
	vertical-align: middle;
}
a {
	color: #e8221e;
	text-decoration: none;
}
a:hover,  a:focus {
	color: #e8221e;
	text-decoration: none;
}
.nav ul li {
	position: relative;
	display: block;
	list-style-type: none;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 35px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	font-size: 22px;
}
/*回到置頂*/
#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: #ea3834;
}
/*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;
	word-wrap: break-word;
}
.logo {
	float: none;
}
.logo img {
	width: 100%;
	max-width: 310px;
	display: block;
	margin: 1% 2%;
}
.logo p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	float: left;
	font-size: 1.3rem;
	vertical-align: middle;
	display: block;
	padding-top: 28px;
	padding-left: 5px;
}
article {
	width: 100%;
	padding: 0.5% 1.2%;
	min-height: 300px;
}

nav {
	padding: 0.5%;
}

.banner {
	display: block;
	margin-bottom: 1.5%;
}

/*首頁產品輪播*/
.index_prod_main {
	width: 100%;
	padding: 2% 2% 3% 2%;
	float: left;
	background: url(../images/index_prod_bg.jpg) center no-repeat #fff;
	clear: both;
	overflow: hidden;
}
.index_prod_main_title {
	font-size: 1.8em;
	line-height: 1.4em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	color: #e8221e;
	padding-left: 5px;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}
.index_prod {
	width: 100%;
	padding: 0.5% 5%;
	float: left;
}
.index_prod img {
	border: 1px solid #e9e9e9;
}
.index_prod_title {
	padding: 0 0.5%;
}
.index_prod_title a {
	display: block;
	font-size: 1.1em;
	color: #535353;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
	padding: 10px 5px;
	text-decoration: none;
}
.index_prod_title a:hover {
	color: #535353;
	text-decoration: underline;
}
.clearout {
	height: auto;
	clear: both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.img_carousel-container {
	position: relative;
	max-width: 100%;
}
.img_carousel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.img_carousel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 8px 0px;
}
.img_carousel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	list-style-type: none;
}
.img_carousel-item img a {
	width: 100%;
	cursor: pointer;
	position: relative;
	max-width: 300px;
}
.img_carousel-item_title {
	margin: 0 1.5px;
	padding: 2% 0.5%;
}
.img_carousel-item_title a {
	display: block;
	font-size: 1.1em;
	color: #535353;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
}
.img_carousel-item_title a:hover {
	color: #e8221e;
}
.img_carousel-nav-left,  .img_carousel-nav-right {
	width: 28px;
	height: 28px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.img_carousel-nav-left {
	display: block;
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
}
.img_carousel-nav-right {
	display: block;
	right: 10px;
	background: url(../images/button-next.png) no-repeat;
}
/*首頁資訊*/
.index_information {
	width: 100%;
	color: #595959;
	float: left;
	padding: 1% 3%;
}
.index_information h1 {
	font-size: 1.8em;
	line-height: 1.4em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	color: #e8221e;
	padding-left: 5px;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}
.index_information_title {
	font-size: 1.8em;
	line-height: 1.4em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	color: #535353;
	padding-left: 5px;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}
.index_information section {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 10px 0;
}
.index_information t section a:link, a:hover, a:active {
	color: #535353;
	text-decoration: underline;
}
.index_about img {
	margin-bottom: 10px;
}

footer {
	width: 100%;
	font-size: 1em;
	background-color: #5f5f5f;
	color: #fff;
	float: left;
	padding: 1% 2%;
	line-height: 1.4em;
	font-weight: 400;
	text-align: center;
}
footer a {
	color: #FFF;
	text-decoration: none;
}
footer span {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 8px;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer >.copyright {
	display: block;
	color: #979797;
	padding: 5px;
}
footer >.copyright a {
	color: #979797;
}
footer >.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
footer img {
	display: block;
	text-align: center;
	margin: 5px auto;
}
/*內頁*/
.page_title_bg {
	margin: 0 auto;
	z-index: 1;
	text-align: center;
	padding-top: 130px;
}
.page_title {
	display: block;
	width: 100%;
	font-size: 3.5em;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 1em;
	color: #FFF;
	text-shadow: 2px 2px 3px #434343;
	margin-bottom: 5px;
	padding-bottom: 2px;
	z-index: 2;
	float: left;
}
.page-header {
	padding-bottom: 5px;
	margin: 32px 0 5px 0;
	border-bottom: 1px solid #dddddd;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.page-header h1 {
	font-size: 1.8em;
	color: #e8221e;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
}

.page_breadcrumb {
	display: table;
	width: 100%;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #bdbdbd;
	float: right;
	padding-right: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: right;
}

.page_breadcrumb a {
	text-decoration: none;
	color: #bdbdbd;
}
.page_breadcrumb a:hover {
	text-decoration: underline;
}

/*分頁選單*/
.page_nav {
	margin: 10px auto;
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 18px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,  .pagination > li > span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #444444;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,  .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination > li:last-child > a,  .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li > a:hover,  .pagination > li > span:hover,  .pagination > li > a:focus,  .pagination > li > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}
.pagination > .active > a,  .pagination > .active > span,  .pagination > .active > a:hover,  .pagination > .active > span:hover,  .pagination > .active > a:focus,  .pagination > .active > span:focus {
	z-index: 3;
	color: #434343;
	background-color: #e0e0e0;
	border-color: #e0e0e0;
	cursor: default;
}
.container_main {
	padding: 0.5% 2%;
	display: flex;/*父元素加了這個css就可不使用float 即可並排*/
}
.main_left{
	width: 100%;
	max-width: 20%;
	margin: 20px 0 20px 0;
	order: 1;/*顯示順序*/
}
.main_right{
	width: 100%;
	padding: 1% 1.5%;
	margin: 20px 0 20px 0;
	order: 2;/*顯示順序*/
}
.main_right article {
	padding: 0.5% 4%;
}
.main_right article p, ul li, table {
	line-height: 1.5em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	font-size: 1.1em;
}
.row_margin {
	margin-top: 1%;
	margin-bottom: 1%;
}

/*內頁分頁按鈕*/
.page_nav {
	margin: 10px auto;
	text-align: center;
}
.pager {
	padding-left: 0;
	margin: 21px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a,  .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 3px;
}
.pager li > a:hover,  .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .next > a,  .pager .next > span {
	float: right;
}
.pager .previous > a,  .pager .previous > span {
	float: left;
}

/*內頁一般選單*/
.page_menu{
	width:100%;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	float: left;
	padding: 0 10px 40px 10px;
	background-color: #f3f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #dedddd;
}

.page_menu_title {
	font-family: "微軟正黑體","Microsoft JhengHei",Sans-serif;
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: bold;
	color: #303030;
	padding: 30px 20px 10px 20px;
	position: relative;
	background-image: url(../images/menu_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom:10px;
}

.page_menu ul{
	padding: 0.5%;
}

.menu_title01{
	width: 100%;
	font-size: 1.4em;
	padding: 3% 5%;
	line-height: 1.2em;
	font-weight: bold;
}

.menu_title01 i{
	margin-right: 8px;
	color: #e02e2a;
	font-size: 9px;
	vertical-align: middle;
}

.menu_title01 a{
	color: #585858;
	text-decoration: none;
}

.menu_title01 a:hover{
	color: #2f8cba;
}

.menu_title02{
	width: 100%;
	font-size: 1.1em;
	line-height: 1.3em;
	list-style-type: none;
	padding: 3% 5% 3% 8%;
}

.menu_title02 i {
	color: #da251d;
	margin-right: 5px;
}

.menu_title02 a {
	color: #575757;
}

.menu_title02 a:hover, a:active {
	color: #2f8cba;
}

.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, a:active {
	color: #2f8cba;
}

/*Product*/
.prod_img {
	max-width: 300px;
	float: left;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 10% 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_title {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	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: 92px;       /* fallback */
}
.prod_img_title a {
	display: block;
	font-size: 1.2em;
	color: #313131;
	margin-top: 10px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	text-decoration: none;
	line-height: 1.3em;
	text-align: center;
}
.prod_img_title a:hover, a:active {
	color: #e8221e;
	text-decoration: underline;
}
.prod_page_title {
	font-size: 2em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.2em;
	color: #313131;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	font-weight: bold;
	margin-bottom: 12px;
	padding-bottom: 5px;
}
.prod_page_model {
	font-size: 1.1em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	line-height: 1.3em;
	padding-bottom: 2px;
	color: #666666;
}
.prod_page button {
	margin: 20px auto;
}
.prod_page_img {
	position: relative; /*to IE*/
　  display:table-cell;
	text-align: center;
}
.prod_page_img img {
	position: static !important;
　  position:relative;
　  top:-50%; /*IE向上-50%*/
　  left:-50%; /*IE向左-50%*/
}
/*Products Description*/
.nav-tabs > li > a,  .nav-tabs > li > a:focus {
	margin-right: 0;
	background-color: #transparent;
	border: none;
	color: #666666;
	-webkit-box-shadow: inset 0 -1px 0 #dddddd;
	box-shadow: inset 0 -1px 0 #dddddd;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.nav-tabs > li > a:hover,  .nav-tabs > li > a:focus:hover {
	background-color: transparent;
	-webkit-box-shadow: inset 0 -2px 0 #e8221e;
	box-shadow: inset 0 -2px 0 #e8221e;
	color: #e8221e;
}
.nav-tabs > li.active > a,  .nav-tabs > li.active > a:focus {
	border: none;
	-webkit-box-shadow: inset 0 -2px 0 #e8221e;
	box-shadow: inset 0 -2px 0 #e8221e;
	color: #fff;
	background-color: #e8221e;
}
.nav-tabs > li.active > a:hover,  .nav-tabs > li.active > a:focus:hover {
	border: none;
	color: #fff;
	background-color: #e8221e;
	-webkit-box-shadow: inset 0 -2px 0 #e8221e;
	box-shadow: inset 0 -2px 0 #e8221e;
}
.nav-tabs > li.disabled > a {
	-webkit-box-shadow: inset 0 -1px 0 #dddddd;
	box-shadow: inset 0 -1px 0 #dddddd;
}
/*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;
}
.thankyou {
	display: table;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	font-family: "Comic Sans MS", cursive;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 25px;
}
.thankyou img {
	margin-bottom: 15px;
}
.thankyou span {
	font-size: 1.5em;
	color: #C00;
	line-height: 1.9em;
}
/*news*/
.news_list {
	margin-left: -35px;
}
.news_list .item {
	padding: 10px 0;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	list-style-type: none;
}
.news_list .item:nth-child(2n-1) {
}
.news_list .date {
	color: #da251d;
	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: #2f8cba;
}
.news_title {
	font-size: 2em;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
	color: #2f8cba;
	line-height: 1.3em;
}
/*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: #2e85b2;
	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;
}
/*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: 6.5em;
	display: inline-block;
}
.download-table th, .download-table td {
	text-align: left;
}
.download-table th, .download-table td:before {
	color: #333333;
	font-weight: bold;
}
.download-td01 {
	width: 30%;
}
.download-td02 {
	width: 12%;
}
.download-td03 {
	width: 5%;
}
 @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;
}
}
/*sitemap*/
.sitemap {
	clear: both;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.sitemap div {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.sitemap .title {
	color: #008cba;
	background-color: #eeeeee;
	font-size: 1.4em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 20px;
}
.sitemap .title a {
	color: #008cba;
}
.sitemap .title a:hover {
	color: #008cba;
	text-decoration: underline;
}
.sitemap a {
	color: #000;
}
.sitemap a:active, a:hover {
	color: #008cba;
}
.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;
	display: inline-block;
	vertical-align: top;
}
.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: #008cba;
}
.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 #da251d 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;
}
/*contact*/
.conatct {
	width: 98%;
	margin: 30px auto;
	color: #747474; /*字的顏色*/
	font-size: 1em;
	font-family: "微軟正黑體", "Microsoft JhengHei", Sans-serif;
}
.conatct_img {
	width: 100%;
	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;
}
.conatct_img_title {
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #2e85b2;
	font-weight: bold;
}
.conatct_img_title i {
	font-weight: normal;
	margin-right: 10px;
}
.conatct_img_title2 {
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #da251d;
	font-weight: bold;
}
.conatct_img_title2 i {
	font-weight: normal;
	margin-right: 10px;
}
.conatct_img section {
	font-size: 1em;
	color: #666;
}
.conatct_img section span {
	width: 100%;
	font-size: 1em;
	color: #333;
	background-color: #F0F0F0;
	padding: 7px;
	display: block;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: bold;
}
.conatct_img section span i {
	font-size: 1em;
	color: #da251d;
	margin-right: 6px;
}
.conatct_img section p {
	font-size: 1em;
	color: #666;
	padding-left: 8px;
}
.conatct_img section p a {
	color: #666;
}
