﻿body{
	margin: 0;
    padding: 0;
	font-size:13px;
	font-family:Arial, "新細明體";
	background-color:#fff;
}
a{
	color:inherit;
	border:none;
	text-decoration:none;
}
ul,ol{
	margin:0;
	padding:0;
	list-style:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    height: auto;
    max-width: 100%;
}
.rwd-img{
	display: block;
    height: auto;
    max-width: 100%;
}
/* word-表格用 */
.Section1{
    width: 100% !important;
}
.MsoNormalTable {
    width: 100% !important;
}

#showhide{
	display:block;
}
#hideshow{
	display:none;
}
#sh-ink{
	display:inline-block;
}
#hs-ink{
	display:none;
}


/* common
-----------------------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width:1200px;
}
.img-responsive{
	display: block;
    height: auto;
    max-width: 100%;
	margin:0 auto;
}

h1{
	margin: 0;
    padding: 0 0 10px;
	font-size:30px;
	font-family:Microsoft JhengHei;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,000000+45,959595+51,000000+100 */
	background: rgb(149,149,149); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(149,149,149,1) 0%, rgba(0,0,0,1) 45%, rgba(149,149,149,1) 51%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(0,0,0,1) 45%,rgba(149,149,149,1) 51%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(149,149,149,1) 0%,rgba(0,0,0,1) 45%,rgba(149,149,149,1) 51%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
_:-ms-lang(x), h1 {
		background:none;
}
_:-ms-fullscreen, :root h1 {
		background:none;
}
h1 span{
	margin-left:5px;
	vertical-align: 3px;
}
.pt5{
	padding-top:5px;
}
.pt_10{
	padding-top:10px;
}
.pb_10{
	padding-bottom:10px;
}
.pt_20{
	padding-top:20px;
}
.pb_20{
	padding-bottom:20px;
}


/* icon
-----------------------------------------------------------------------------*/
.fa-trash-o {
    color: #0f0f0f;
    font-size: 25px;
    vertical-align: middle;
}
.fa-cloud-download{
    color: #0f0f0f;
    font-size: 25px;
    vertical-align: middle;
}


/* btn
-----------------------------------------------------------------------------*/
.btn_red:hover,
.btn_gn:hover{
	color:#fff;
	text-decoration:none;
}
.btn_red{
	color:#fff;
	font-size:15px;
	display:block;
	padding:8px;
	width:100%;
	text-align:center;
	border:1px solid #c9c9c9;
	background-color:#d9002b;
	font-family:Microsoft JhengHei;
}
.btn_gn{
	color:#fff;
	font-size:15px;
	display:block;
	padding:8px;
	width:100%;
	text-align:center;
	border:1px solid #c9c9c9;
	background-color:#282828;
	font-family:Microsoft JhengHei;
}

/* head
-----------------------------------------------------------------------------*/
.header:after{
	content:"";
    position: absolute;
    left: 0;
    top: 0;
	background-image:url(../tw_images/bg/hd_bg.png);
	background-repeat:repeat;
    height: 100%;
    width: 100%;
	z-index:-1;
}
.header{
	position:relative;
	padding-top:24px;
	z-index:0;
	border-bottom:4px solid #ff0000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#464646+0,080809+93,363636+98,000000+100 */
	background: rgb(70,70,70); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(70,70,70,1) 0%, rgba(8,8,9,1) 93%, rgba(54,54,54,1) 98%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(70,70,70,1) 0%,rgba(8,8,9,1) 93%,rgba(54,54,54,1) 98%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(70,70,70,1) 0%,rgba(8,8,9,1) 93%,rgba(54,54,54,1) 98%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.logo{
	padding-top:5px;
}

.lan{
	margin-bottom:5px;
	text-align: right;
}
.lan li{
	width:100px;
	display:inline-block;
}
.lan li:first-child{
	margin-right:25px;
}
.lan li a{
	color:#fff;
	display:block;
	font-size:16px;
	padding:4px 0;
	text-align:center;
	text-decoration:none;
	background-color:#a90017;
	font-family:Microsoft JhengHei;
}
.lan li:hover a,
.lan li:focus a{
	background-color:#fc0000;
}

/* nav */
nav.hd_menu {
}
nav.hd_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.hd_menu ul li {
	float:left;
	margin-right: 23px;
}
nav.hd_menu ul li:last-child{
	margin-right:0;
}
nav.hd_menu ul li a {
	text-decoration: none;
	color: #fff;
	font-size:16px;
	display: block;
	padding: 23px 50px 20px 50px;
	/*font-family:Microsoft JhengHei;*/
	position:relative;
}
nav.hd_menu ul li:hover a {
	color:#fff;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fb0404+0,c80000+25,900103+100 */
	background: rgb(251,4,4); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,4,4,1) 0%, rgba(200,0,0,1) 25%, rgba(144,1,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(251,4,4,1) 0%,rgba(200,0,0,1) 25%,rgba(144,1,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(251,4,4,1) 0%,rgba(200,0,0,1) 25%,rgba(144,1,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0404', endColorstr='#900103',GradientType=0 ); /* IE6-9 */
}
nav.hd_menu ul li:hover a:before{
	content:"";
	position:absolute;
	width:100%;
	height:5px;
	left:0;
	top:5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.5+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
nav.hd_menu ul li i{
	font-size:20px;
	width:20px;
	text-align:center;
	margin-right:10px;
}
nav.hd_menu ul li:hover i {
	color:#fff;
}
nav.hd_menu .btn {
	color: #000;
	text-transform: uppercase;
	padding: 12px 20px;
	font-weight: bold;
	cursor: pointer;
	display: none;
	text-align: center;
}
.menu-toggle {
	border:none;
    background-color: transparent;
    float: right;
    margin-top: 2px;
    position: relative;
}
.menu-toggle .icon-bar{
	border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #000;
}
.menu-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (max-width:1200px){
	nav.hd_menu ul li a {
		padding: 23px 28px 20px 28px;
	}
}

@media (max-width:992px){
	nav.hd_menu ul li a {
		padding: 23px 13px 20px 13px;
	}
}

@media screen and (max-width:767px){
	nav.hd_menu ul li a {
		padding: 18px 20px 15px 20px;
	}
	nav.hd_menu ul li{
		margin:0 20px;
	}
	nav.hd_menu ul li:last-child{
		margin-right:20px;
	}
}

@media screen and (max-width:750px){
	nav.hd_menu ul li{
		margin:0 15px;
	}
	nav.hd_menu ul li:last-child{
		margin-right:15px;
	}
}

@media screen and (max-width:700px){
	nav.hd_menu ul li{
		margin:0 12px;
	}
	nav.hd_menu ul li:last-child{
		margin-right:12px;
	}
}
@media screen and (max-width: 680px) {
	nav.hd_menu > ul{
		display:none;
		padding-bottom:10px;
	}
	nav.hd_menu{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 15px;
    	margin-top: 20px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a1a1a1+100 */
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(161,161,161,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(161,161,161,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(161,161,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */
	}
	nav.hd_menu .btn{
		display:block;
	}
	nav.hd_menu ul li,
	nav.hd_menu ul li a {
		display: block;
		text-align: center;
		width: 100%;
	}
	nav.hd_menu ul li a {
		color:#000;
	}
	nav.hd_menu ul li:hover a{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	nav.hd_menu ul li{
		margin:0;
	}
	nav.hd_menu ul li:last-child{
		margin-right:0;
	}
}

/* banner
-----------------------------------------------------------------------------*/


/* index
-----------------------------------------------------------------------------*/
.idx_page{
	padding:25px 0;
}
.idx_cpLine{
	position:relative;
}
.idx_cpLine:after{
	position:absolute;
	content:"";
	right:0;
	top:0%;
	height:100%;
	border-right:1px dashed #c9c9c9;
}
.idxCp_txt{
	padding-bottom:10%;
}
.idxCp_txt ul{
	margin: 0 0 0 20px;
	list-style:outside decimal none;
}
.idxCp_txt ul li{
	color:#3f3a39;
	font-size:16px;
	padding-bottom:5px;
	letter-spacing:2px;
	font-family:Microsoft JhengHei;
}
.btn_more a{
	display:block;
	text-decoration:none;
	color:#d40202;
	font-size:16px;
	padding:6px 10px;
	font-family:Microsoft JhengHei;
	text-align:center;
	border:2px solid #ff0000;
}
.btn_more a:hover{
	color:#fff;
	border:2px solid #d40000;
	background-color:#d40000;
}


.jcarousel-wrapper {
    margin: 0 -5px;
    position: relative;
}
.jcarousel-wrapper a{
	color:#fff;
	text-decoration:none;
}
/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #333333;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.jcarousel-control-prev {
    left: 15px;
}
.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/
.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
.hotpd_img img{
	padding:4px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	border:2px solid #464646;
	background-color:#959595;
}
.hotpd_txt{
	color:#0f0f0f;
	font-size:16px;
	text-align:center;
	font-family:Microsoft JhengHei;
}



/* sub
-----------------------------------------------------------------------------*/
.subMenu{
	padding: 0px;
	display: inline-block;
	width: 93%;
	margin: 10px;
}
.subMenu li{
}
.subMenu li a{
	color:#636362;
	font-size:16px;
	display:block;
	text-align:center;
	font-family:Microsoft JhengHei;
	background-color: #e1ecf0;
	border-top: 1px solid #fff;
}

/*-------- pro leftmenu--------*/
.sub_leftt{
	width: 23.1%;
	float: left;
}
.glyphicon { 
  margin: 0;
  font-size: 16px; 
}
.panel-body { 
  padding:0px; 
}
.panel-body table tr td {
  padding-left: 15px;
  }
.panel-body .table {
  margin-bottom: 0px;
  font-size: 15px; 
}
.panel-body .table a{
  display: block;
}
.panel-body .table a:hover{
  color: #ff0000;
}
@media screen and (max-width: 767px) {
	.sub_leftt {
		width: 100%;
	}
}
  

/* page
-----------------------------------------------------------------------------*/
.page{
	padding-top:25px;
}
.page_title{
	background-color:#ffffff;
}
.main {
    overflow: hidden; 
}
.main_lt {
	float:left;
	width:23.1%; /*270px*/
	background-color: #158cbf;
	border-radius: 2px;
}
.main_rt {
	float:right;
	width:74.35%; /*870px*/
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
@media (max-width:1200px){
	.main_lt{
		width:25.1%;
	}
	.main_lt .page_title{
		text-align:center;
	}
	.main_rt{
		width:72.35%;
	}
}
@media screen and (max-width:767px){
	.main_lt,
	.main_rt{
		width:100%;
		border-right:0;
		margin-bottom: 10px;
    	padding-bottom: 0;
	}
	.main_lt{
		background-image:none;
		background-color: #f6f6f6;
	}
	.subMenu {
		margin-right: 0;
	}
	.subMenu li a{
		border:2px solid #ffffff;
	}
	.subMenu li a:hover{
		border:2px solid #464646;
	}
}

.pageNum{
	margin:10px 0 20px 0;
	text-align:center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pageNum .pagination > li{
    display: inline-block;
}
.pageNum .pagination > li > a,
.pageNum .pagination > li > span{
	color:#fff;
	border-radius:0;
	font-size:14px;
	font-weight:bold;
	padding:8px 12px 6px 12px;
	border:1px solid #282828;
	background-color:#282828;
	text-decoration:none;
}
.pageNum .pagination > li:hover a,
.pageNum .pagination > li:hover > span,
.pageNum .pagination > li a:focus,
.pageNum .pagination > li > span:focus{
	color:#fff;
	border:1px solid #d9002b;
	background-color:#d9002b;
}
.pageNum .pagination > li a.num_act{
	color:#fff;
	border:1px solid #d9002b;
	background-color:#d9002b;
}




/* company
-----------------------------------------------------------------------------*/
.cp_txt{
	color:#000;
	font-size:16px;
	line-height:24px;
	margin:0;
	font-family:Microsoft JhengHei;
}
.cp_pb{
	padding-bottom:4%;
}
.cp_img{
	text-align:right;
	margin-top:-40px;
	margin-bottom: 20px;
}




/* product
-----------------------------------------------------------------------------*/
.proFM{
	margin: 0 -6px;
}
.pro_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.pro_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 33.333%;
	padding: 0.625rem;
	margin: 0;
}
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) { 
	.pro_item{
		float:left;
	}
}
@media screen and (max-width: 40em) {
	.pro_item {
		width: 50%;
	}
}
@media screen and (max-width: 22em) {
	.pro_item {
		width: 100%;
	}
}
.pro_item figure {
	margin: 0;
}
.pro_inner {
	background: #fff;
	width: 100%;
}
.pro_inner img {
	display: block;
	/*width: 100%;*/
	background-color: #959595;
    border: 2px solid #464646;
    border-radius: 2px;
    padding: 4px;
}
.pro_inner:hover img{
	background-color: #ffa8a8;
    border: 2px solid #d40606;
}
.pro_inner figcaption {
	color:#0f0f0f;
	font-size:16px;
	padding: 1.25rem;
	text-align:center;
	font-family:Microsoft JhengHei;
}
.pro_inner:hover figcaption{
	color:#d40000;
	font-weight:bold;
}

/* product-detail
-----------------------------------------------------------------------------*/
.prod{
	margin-bottom:50px;
}
.prod p{
	margin:0;
}
.prod_pb{
	padding-bottom:30px;
}
.prod_img{
	border:1px solid #a0a0a0;
}
.prod_title{
	color:#0f0f0f;
	font-size:20px;
	margin:0;
	font-family:Microsoft JhengHei;
}
.prod_btn {
    padding-top: 40%;
}
.prod_btn ul li{
	width:170px;
	padding-bottom:5px;
}
.prod_btn ul li a{
	color:#fff;
	font-size:15px;
	display:block;
	padding:6px;
	text-align:center;
	text-decoration:none;
	border:1px solid #c9c9c9;
	background-color:#d9002b;
	font-family:Microsoft JhengHei;
}
.prod_btn ul li:last-child a{
	background-color:#282828;
}
.prod_infoTit,
.prod_infoText{
	margin:0;
	font-family:Microsoft JhengHei;
}
.prod_infoTit{
	font-size:16px;
}
.prod_infoText{
	font-size:13px;
}
.prod_infopb{
	padding-bottom:30px;
}



/* inquiry
-----------------------------------------------------------------------------*/
.inq_tbl .form-control{
	font-size:13px;
	border-radius:0;
	height: 30px;
	border-color:#929292;
	text-align:center;
	font-family:Microsoft JhengHei;
}
.inq_txt{
	color: #5c5c5c;
    font-size: 15px;
}
#inq_form .form-control{
	color:#a1a2a2;
	font-size:15px;
	min-height: 40px;
	border-color:#808080;
	font-family:Microsoft JhengHei;
}
#inq_form .form-control::-moz-placeholder {
  color: #a1a2a2;
  opacity: 1;
}
#inq_form .form-control:-ms-input-placeholder {
  color: #a1a2a2;
}
#inq_form .form-control::-webkit-input-placeholder {
  color: #a1a2a2;
}
#inq_form form{
	padding:10px 0;
}

.responsive-table {
  width: 100%;
  /*margin-bottom: 1.5em;*/
}
@media (min-width: 44em) {
  .responsive-table {
    font-size: .9em;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 44em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background-color: #282828;
  border: 1px solid #282828;
  font-weight: normal;
  text-align: center;
  color: white;
  font-size:15px;
  font-family:Microsoft JhengHei;
  position:relative;
}
.responsive-table tbody td{
	background-color:#e6e6e6;
	font-size:15px;
	font-family:Microsoft JhengHei;
}
.responsive-table thead th:first-of-type {
  text-align: center;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 44em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table th,
  .responsive-table td {
    padding: .6em .5em;
  }
}
@media (min-width: 44em) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .responsive-table th,
  .responsive-table td {
    padding: .5em;
  }
}
@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 44em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: .9em;
  }
}
@media (min-width: 44em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 1em;
}
.responsive-table td:hover{
	cursor:pointer;
}
@media (min-width: 44em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 44em) {
  /*.responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }*/
}
.responsive-table tbody th[scope="row"] {
  background-color: #dd7901;
  color: white;
}
@media (min-width: 44em) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.responsive-table tbody td {
  text-align: right;
}
@media (min-width: 30em) {
  .responsive-table tbody td {
    /*border-bottom: 1px solid #dd7901;*/
  }
}
@media (min-width: 44em) {
  .responsive-table tbody td {
    text-align: center;
  }
}
.responsive-table tbody td[data-type=currency] {
  text-align: center;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: 1.12em;
  }
}
@media (min-width: 44em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
.responsive-table tbody td.talft,
.responsive-table tbody td:nth-child(3){
	text-align:left;
}

.inq-table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
	margin-bottom: 20px;
}
.inq-table .td, .inq-table .th{
	padding: 5px;
}
.inq-table .td{
	color: #000000;
	width:80%;
}
.inq-table .th{
	color:#000000;
	font-size:15px;
	vertical-align: middle;
	width:20%;
	font-family:Microsoft JhengHei;
}
.inq-table .th.vat{
	vertical-align: top;
}
.inq-table{
	display: table;
}
.inq-table .thead{
	display:table-header-group;
}
.inq-table .tbody{
	display:table-row-group;
}
.inq-table .tr{
	display:table-row;
}
.inq-table .th,
.inq-table .td{
	display:table-cell;
}
@media only screen and (max-width: 960px) {
	.inq-table{
		background-color: transparent;
	}
	.inq-table .tr{
		display:block;
		margin-bottom: 5px;
	}
	.inq-table .th,
	.inq-table .td{
		display:block;
		width: 100%;
		text-align:left;
	}
	.inqact{
		padding: 20px 15px;
	}
}
@media only screen and (max-width: 720px) {
	.inq-table .th,
	.inq-table .td{
		display:block;
		width: 100%;
	}
}
ul.verif{
	margin:0;
	padding:0;
	list-style:none;
}
ul.verif li{
	float: left;
}
ul.verif li:first-child{
	width:60%;
}
ul.verif li:nth-child(2){
	width:30%;
	padding-top:5px;
}
ul.verif li:last-child{
	width:10%;
	padding-top:5px;
}

/* news
-----------------------------------------------------------------------------*/
.table-col {
    font-size: 13px;
    margin: 10px 0;
}
.table-col tr th,
.table-col tr td{
	padding: 13px 20px;
	font-family:Microsoft JhengHei;
	border-bottom:7px solid #fff;
}
.table-col tr th{
	color:#fff;
	font-size:18px;
	font-weight:normal;
	background-color: #292929;
}
.table-col tr td{
	color:#000000;
	font-size:16px;
	background-color:#e5e5e5;
}
.table-col tr td:hover{
	cursor:pointer;
}

.news_date{
	color:#a0a0a0;
	font-size:15px;
	padding-bottom:5px;
}
.news_title{
	color:#c30000;
	font-size:20px;
	font-weight:bold;
	padding-bottom:15px;
	font-family:Microsoft JhengHei;
}
.news_p{
	color:#000;
	font-size:16px;
	line-height:24px;
	margin: 15px 0;
	font-family:Microsoft JhengHei;
}
.new_btnP{
	padding-top:10%;
}

/* contact
-----------------------------------------------------------------------------*/
.cont_form form{
	padding:15px 0;
}
.cont_txt{
	color: #1b1b1b;
    font-size: 16px;
	line-height:25px;
	font-family:Microsoft JhengHei;
}
.cont_map{
	padding-bottom:20px;
}
.cont_frame .form-control{
	color:#a1a2a2;
	font-size:13px;
	border-radius:0;
	border:1px solid #a7a7a7;
	font-family:Microsoft JhengHei;
}
.cont_frame .form-control::-moz-placeholder {
  color: #a1a2a2;
  opacity: 1;
}
.cont_frame.form-control:-ms-input-placeholder {
  color: #a1a2a2;
}
.cont_frame .form-control::-webkit-input-placeholder {
  color: #a1a2a2;
}


/* footer
-----------------------------------------------------------------------------*/
.footer{
	font-family:Microsoft JhengHei;
}
.ft_info{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#252525+0,000000+100 */
	background: rgb(37,37,37); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(37,37,37,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(37,37,37,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(37,37,37,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.ft_info ul{
	position:relative;
	padding:34px 0 26px;
}
.ft_info ul:before{
	content:"";
	position:absolute;
	left:0;
	top:8px;
	width:100%;
	height:3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f40202+50,ffffff+100&0+0,1+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(244,2,2,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(244,2,2,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(244,2,2,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.ft_info ul li{
	float:left;
	width:25%;
	color:#fff;
	font-size:15px;
}
.ft_info ul li a{
	color:#fff;
	text-decoration:none;
}
.ft_info ul li i{
	color:#222222;
	width:28px;
	height:28px;
	font-size:20px;
	padding-top: 5px;
	text-align:center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color:#fff;
	margin-right:9px;
}

.ft_info ul li i.fa-print{
	font-size:19px;
	padding-left: 1px;
}
.ft_info ul li i.fa-envelope{
	font-size:16px;
	padding-top: 7px;
	padding-left: 1px;
}

.copyRight{
	color:#959595;
	font-size:15px;
	text-align:center;
	letter-spacing:0.5px;
	background-color:#252525;
}
.copyRight a{
	color:#959595;
	text-decoration:none;
}
.copyRight .cr_wh{
	color:#ffffff;
}
.copyRight .cr_red{
	color:#f50101;
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    cursor: pointer;
}

/* media query
-----------------------------------------------------------------------------*/
@media (max-width:1200px){
}

@media (max-width:992px){
	.rwd-img{
		margin:0 auto;
	}
	.ft_info ul li {
		float:none;
		padding-bottom: 10px;
		text-align:center;
		width: 100%;
	}
}

@media screen and (max-width:767px){
	.rwd-img{
		margin:0 auto;
	}
	.xs_pb15{
		padding-bottom:15px;
	}
	.lan li:first-child {
		margin-left: 0;
		margin-right: 0;
	}
	.lan li:last-child {
		margin-right: 0;
	}
	.lan li {
		float: left;
		margin: 25px 2% 5px 2%;
		width: 49%;
	}
	.idx_cpLine::after{
		border-right:0;
		position:static;
	}
	.btn_more{
		padding-bottom: 4%;
		border-bottom: 1px dashed #c9c9c9;
	}
	.jcarousel li{
		padding:5px;
	}
	.idxCp_txt {
		padding-bottom: 5%;
	}
	.idx_cpLine{
		padding-bottom: 2%;
	}
	.prod_btn {
		padding-top: 5%;
	}
	.prod_btn ul li{
		width:32.333%;
		display:inline-block;
	}
	.prod_title{
		margin:20px 0;
	}
}

@media screen and (max-width:680px){
	#showhide{
		display:none;
	}
	#hideshow{
		display:block;
	}
	#sh-ink{
		display:none;
	}
	#hs-ink{
		display:inline-block;
	}
	.cp_img{
		margin-top: 10px;
	}
	.responsive-table tbody td[data-type="currency"] {
		text-align: right;
	}
	.table-col tr th{
		font-size:16px;
	}
	.table-col tr td{
		font-size:14px;
	}
}

@media screen and (max-width:480px){
	.carousel-control{
		font-size: 13px;
	}
	.carousel-control span{
		padding:7px;
	}
	.prod_btn ul li {
		display: block;
		width: 100%;
	}ul.verif li:first-child {
		width: 100%;
	}
	ul.verif li:nth-child(2),
	ul.verif li:last-child {
		padding-bottom: 15px;
    	padding-top: 10px;
		width:auto;
	}
	ul.verif li:last-child {
		width: 15%;
	}
}


@media screen and (max-width:320px){
}