﻿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:1170px;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.img-responsive{
	display: block;
    height: auto;
    max-width: 100%;
	margin:0 auto;
}
.pt10{
	padding-top:10px;
}

/* btn
-----------------------------------------------------------------------------*/
ul.two_btn{
	margin:0 auto;
	padding:20px 0;
	text-align: center;
}
ul.two_btn li{
	margin: 0 1%;
	width:17.3%; /*130px*/
	list-style:none;
	display:inline-block;
}
ul.two_btn li a{
	color:#fff;
	display:block;
	font-size:14px;
	padding:8px 0;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Microsoft JhengHei;
	background-color: #2364b4;
	-webkit-box-shadow: 3px 4px 5px rgba(7,0,2,.27);
	-moz-box-shadow: 3px 4px 5px rgba(7,0,2,.27);
	box-shadow: 3px 4px 5px rgba(7,0,2,.27);
}


/* icon
-----------------------------------------------------------------------------*/
.fa-home, .fa-building-o, .fa-cubes, .fa-bullhorn, .fa-arrow-circle-down, .fa-users {
    color: #2364b4;
    font-size: 20px !important;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 20px;
}

.fa-trash-o {
    color: #333333;
    font-size: 30px;
    vertical-align: middle;
}


/* page
-----------------------------------------------------------------------------*/
.wrapper{
}
.page{
	padding:18px 20px 50px 20px;
}
.main{
	width:71.06%; /*820-38=782px*/
	float:right;
}
.more a{
	color:#0982d3;
	font-size:18px;
	text-decoration:none;
	font-family:Microsoft JhengHei;
}
.pgTitBar{
	color:#303030;
	padding-top:15px;
	padding-bottom:8px;
	margin-bottom:27px;
	font-family:Microsoft JhengHei;
	border-bottom:2px solid #007dd1;
}
.pgTit{
	font-size:20px;
}
.pgTit:before{
	content:"";
	background-image:url(../tw_images/icon/icon_title.png);
	background-repeat:no-repeat;
	width:30px;
	height:26px;
	display:inline-block;
	margin-right:5px;
	vertical-align: text-bottom;
}
.pgBread{
	font-size:12px;
	float:right;
	padding-top:6px;
}
.page_frame{
	padding-bottom:5%;
}

.pageNum{
	text-align:center;
	padding:10px 0;
}
.pageNum .pagination > li {
    display: inline-block;
}
.pageNum .pagination > li > a{
	width:32px;
	display:block;
	color:#00479d;
	font-size:15px;
	border-radius:50%;
	text-decoration:none;
	background-color:#fff;
	padding:6px 0 5px 0;
	border:1px solid #72bff9;
}
.pageNum .pagination > li:hover a,
.pageNum .pagination > li a:focus{
	color:#fff;
	background-color:#00479d;
	border:1px solid #00479d;
}
.pageNum .pagination > li a.num_act{
	color:#fff;
	background-color:#00479d;
	border:1px solid #00479d;
}

.bu_lineBg{
	background-image:url(../tw_images/page/bu_lineBg.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	width:100%;
	height:29px;
	margin-top:30px;
}



/* header
-----------------------------------------------------------------------------*/
.header{
	border-top:9px solid #d2d2d2;
	padding-top:13px;
}
.hd_top{
}
.hd_top .logo,
.hd_top .nav_menu{
}
.hd_top .logo{
	width:31.6%; /*360px*/
	float:left;
}
.hd_top .nav_menu{
	width:67%; /*68.4%*/
	float:right;
}

/* nav */
nav.hd_menu {
	margin-top:14px;
	text-align: right;
}
nav.hd_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.hd_menu ul li {
	display: inline-block;
	background-color:#fff;
	border-bottom: 5px solid #fff;
}
nav.hd_menu ul li a {
	text-decoration: none;
	color: #2364b4;
	font-size:18px;
	display: block;
	padding: 5px 25px;
	font-family:Microsoft JhengHei;
}
nav.hd_menu ul li:hover{
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
	background-color:#007dd1;
	border-bottom: 5px solid #7ecef4;
}
nav.hd_menu ul li:hover a {
	color:#fff;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}
nav.hd_menu ul li:hover i {
	color:#fff;
}
nav.hd_menu .btn {
	color: #007dd1;
	text-transform: uppercase;
	padding: 12px 20px;
	font-weight: bold;
	cursor: pointer;
	display: none;
	text-align: left;
}
.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: #007dd1;
}
.menu-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@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;
		border:1px solid #007dd1;
		margin-bottom: 15px;
    	margin-top: 20px;
	}
	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:hover{
		-webkit-transform: skew(0);
		-moz-transform: skew(0);
		-o-transform: skew(0);
		-ms-transform: skew(0);
		transform: skew(0);
	}
	nav.hd_menu ul li:hover a {
		-webkit-transform: skew(0);
		-moz-transform: skew(0);
		-o-transform: skew(0);
		-ms-transform: skew(0);
		transform: skew(0);
	}
}


/* search */
.hd_top .nav_menu .search{
	text-align: right;
}
.hd_top .nav_menu .search li{
	display:inline-block;
	vertical-align: text-top;
	margin-left:1px;
}
.hd_top .nav_menu .search li.ser_lan{
}
.hd_top .nav_menu .search li.ser_lan a{
	color:#fff;
	font-size:12px;
	display:block;
	padding:7px 4px;
	min-width:30px;
	text-align:center;
	text-decoration:none;
	background-color:#7e7e7e;
}
.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.input-group .icon-addon .form-control {
    border-radius: 0;
}
.icon-addon {
    position: relative;
    color: #555;
    display: block;
}
.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}
.icon-addon:after {
    clear: both;
}
.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    right: 10px;
    font-size: 14px;
    width: 20px;
    margin-right: -2.5px;
    text-align: center;
    padding: 7px 0;
    top: 1px;
	color:#a5a5a5;
}
.icon-addon.addon-md .form-control,
.icon-addon .form-control {
	height: 30px;
    padding-right: 30px;
    float: left;
    font-weight: normal;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 7px/5px;
	-moz-border-radius: 7px/5px;
	border-radius: 7px/5px;
	background-color: #fff;
	-webkit-box-shadow: 2px 5px 5px rgba(0,0,0,.26);
	-moz-box-shadow: 2px 5px 5px rgba(0,0,0,.26);
	box-shadow: 2px 5px 5px rgba(0,0,0,.26);
}
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}

/* banner
-----------------------------------------------------------------------------*/
.banner{
}
.banner .carousel-indicators .active,
.banner .carousel-indicators li{
	width:67px;
	height:8px;
	background-color:#fff;
	-webkit-box-shadow: 2px 5px 5px rgba(7,0,2,.4);
	-moz-box-shadow: 2px 5px 5px rgba(7,0,2,.4);
	box-shadow: 2px 5px 5px rgba(7,0,2,.4);
}

/* sub
-----------------------------------------------------------------------------*/
.subMenu{
	width:24.8%; /*272px*/
	float:left;
	position:relative;
	font-family:Microsoft JhengHei;
}
.subMenu h2{
	color:#fff;
	font-size:24px;
	position:relative;
	margin:0 0 20px 0;
	padding-top: 15px;
	padding-left: 20%;
}
.subMenu h2:before,
.subMenu h2:after{
	position:absolute;
	content:"";
	height:50px;
	width:272px;
	z-index:-1;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}
.subMenu h2:before{
	background-color:#616161;
	left: 25px;
    top: 0;
}
.subMenu h2:after{
	background-color:#007dd1;
	right: -15px;
    top: 8px;
}
.subMenu > ul > li{
	margin-bottom:3px;
}
.subMenu > ul > li > a{
	display:block;
	color:#fff;
	font-size:18px;
	padding:16px 23px;
	text-decoration:none;
	background-color:#007dd1;
}
.subMenu > ul > li > a:before{
	content:"▶";
	font-size:15px;
	margin-right:13px;
}
.subMenu > ul > li > a.turn:before{
	content:"▼";
}
.subMenu > ul > li > a.turn_off:before{
	content:"▶";
}
.subMenu > ul > li > ul > li > a{
	display:block;
	color:#000;
	font-size:16px;
	text-decoration:none;
	padding:9px 23px 9px 67px;
	background-color:#cdefff;
	position:relative;
}
.subMenu > ul > li > ul > li:hover > a{
	background-color:#6dd2ff;
}
.subMenu > ul > li > ul > li:hover > a:after{
	position:absolute;
	right:0;
	top:0;
	content:"";
	display:inline-block;
	width:0px; height:0px; border:20px solid; border-color:transparent #fff transparent transparent;
    border-style:dashed solid dashed dashed;
}

/* index
-----------------------------------------------------------------------------*/
.idx_cp{
	padding:50px 0;
}
.idx_cpImg{
	float:left;
	width:47%; /*534px*/
	margin-top: 25px;
}
.idx_cpInfo{
	float:right;
	width:53%; /*600px*/
    vertical-align: top;
	padding-left:3.05%; /*35px*/
	font-family:Microsoft JhengHei;
}
h1{
	color:#fff;
	font-size:24px;
	text-align: center;
	position:relative;
	margin:0 0 40px 0;
	font-family:Microsoft JhengHei;
}
h1:after{
	/*background-color:rgba(0,125,209,0.7);*/
	background-color:#0982d3;
	position:absolute;
	content:"";
	width:100%;
	height:6px;
	left:0;
	top:25px;
	z-index:-2;
}
h1 span{
	z-index:1;
	width:300px;
	display: inline-block;
    position: relative;
	padding-top: 7px;
}
h1 span:before,
h1 span:after{
	/*background-color:rgba(0,61,171,0.71);*/
	position:absolute;
	content:"";
	height:50px;
	width:300px;
	z-index:-1;
	
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}
h1 span:before{
	/*background-color:#4b84db;*/
	background-color:rgba(75,132,219,0.9);
	left: -10px;
    top: 2.5px;
}
h1 span:after{
	/*background-color:#1561cf;*/
	background-color:rgba(21,97,207,0.8);
	right: 0;
    top: -2.5px;
}
.idx_cpInfo .idx_cpTxt{
	color:#2f2725;
	font-size:18px;
	line-height:30px;
	text-align:justify;
	letter-spacing:0.5px;
}

.idx_hotpd{
	padding-bottom: 4%;
}

/* company
-----------------------------------------------------------------------------*/
.cpF_lt{
	float:left;
	width:50%;
}
.cpF_rt{
	float:right;
	width:48%;
}
.cpF_rt p{
	margin:0;
	font-family:Microsoft JhengHei;
}
.cpF_bkTxt{
	color:#000;
	font-size: 17px;
    line-height: 28px;
    letter-spacing: 1px;
}
.cpF_redTxt{
	color:#ff2a2a;
	font-size:18px;
	padding:40px 0 9px 0;
}
.cpF_buTxt{
	color:#0982d3;
	font-size:14px;
	line-height:20px;
	padding:20px 0;	
}


/* product
-----------------------------------------------------------------------------*/
.proListFM{
	margin:0 -15px;
}
.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: 25%;
	padding: 2rem 0.625rem;
	margin: 0;
}

@media screen and (min-width:0\0) and (min-resolution: .001dpcm) { 
	 .pro_item {
		 float:left;
	}
}

@media screen and (max-width: 50em) {
	.pro_item {
		width: 33.333%;
	}
}
@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%;*/
}
.pro_inner figcaption {
	padding: 1.25rem;
	text-align:center;
	font-family:Microsoft JhengHei;
}


/* product_detail */
.prod_title{
	color:#000;
	font-size:27px;
	font-family:Microsoft JhengHei;
}
.prod_title:before{
	content:"";
	background-image:url(../tw_images/icon/prodTit_icon.jpg);
	background-repeat:no-repeat;
	display:inline-block;
	width:14px;
	height:23px;
	margin-right:9px;
}
.prod_btn{
	padding-left:25px;
}
.prod_btn li{
	width:120px;
	padding-bottom:10px;
}
.prod_btn li a{
	display:block;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:7.5px 10px;
	text-decoration:none;
 	font-family:Microsoft JhengHei;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+0,9e9e9e+80,9e9e9e+80,3e3e3e+100 */
	background: rgb(54,54,54); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(54,54,54,1) 0%, rgba(158,158,158,1) 80%, rgba(158,158,158,1) 80%, rgba(62,62,62,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(54,54,54,1) 0%,rgba(158,158,158,1) 80%,rgba(158,158,158,1) 80%,rgba(62,62,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(54,54,54,1) 0%,rgba(158,158,158,1) 80%,rgba(158,158,158,1) 80%,rgba(62,62,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#3e3e3e',GradientType=0 ); /* IE6-9 */
	
}
.prod_info{
	border-bottom:2px solid #007dd1;
	position:relative;
}
.prod_info span{
	color:#303030;
	font-size:20px;
	padding-left:6px;
	font-weight:bold;
	font-family:Microsoft JhengHei;
}
.prod_info:after{
	position:absolute;
	content:"";
	right:0;
	bottom:-2px;
	background-image:url(../tw_images/icon/prodInfo_bg.jpg);
	background-repeat:no-repeat;
	max-width:433px;
	width:100%;
	height:19px;
}


/* inquiry
-----------------------------------------------------------------------------*/
.inq_tbl,
#inq_form{
	padding:15px 0;
}
.inq_tbl .form-control{
	font-size:13px;
	border-radius:0;
	border-color:#2364b4;
	text-align:center;
}
.inq_txt{
	color: #5c5c5c;
    font-size: 15px;
}
#inq_form .form-control{
	color:#a1a2a2;
	font-size:15px;
	min-height: 40px;
	border-color:#808080;
}
#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: #2364b4;
  border: 1px solid #2364b4;
  font-weight: normal;
  text-align: center;
  color: white;
  font-size:14px;
  font-family:"微軟正黑體";
  position:relative;
}
.responsive-table thead th:after{
	content:"";
	position:absolute;
	right:0;
	top:11px;
	width:2px;
	height:16px;
	background-color:#e0e0e0;
}
.responsive-table thead th:last-child:after{
	width:0;
}
.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: .75em .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;
  /*border: 2px solid #dd7901;*/
  border-bottom:1px solid #2364b4;
}
.responsive-table td{
	font-size:14px;
	font-family:Microsoft JhengHei;
}
.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;
}





/* news
-----------------------------------------------------------------------------*/
.news_tbl,
.table-col{
	
}
.news_tbl .responsive-table tbody tr:hover{
	cursor:pointer;
}

.table-col{
	font-size: 15px;
    margin: 15px 0;
	font-family:"微軟正黑體";
}
.table-col tr td:first-child{
	color:#fff;
	background-color:#2364b4;
}
.table-col tr td{
	color:#000;
	background-color:#ffffff;
	border:1px solid #00b7ee;
	padding: 10px 20px;
}


.news_btn{
	color:#fff;	
	font-size: 14px;
    padding: 8px 0;
	width:100px;
	text-align:center;
	font-weight:bold;
	margin: 0 0 20px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+0,9e9e9e+80,9e9e9e+80,3e3e3e+100 */
	background: rgb(54,54,54); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(54,54,54,1) 0%, rgba(158,158,158,1) 80%, rgba(158,158,158,1) 80%, rgba(62,62,62,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(54,54,54,1) 0%,rgba(158,158,158,1) 80%,rgba(158,158,158,1) 80%,rgba(62,62,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(54,54,54,1) 0%,rgba(158,158,158,1) 80%,rgba(158,158,158,1) 80%,rgba(62,62,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#3e3e3e',GradientType=0 ); /* IE6-9 */
}
.news_btn a{
	color:#fff;
	display:block;
	text-decoration:none;
}


/* download
-----------------------------------------------------------------------------*/


/* contact
-----------------------------------------------------------------------------*/
.cont_frame,
.cont_form form{
	padding:15px 0;
}
.cont_txt{
	color: #5c5c5c;
	margin:0;
    font-size: 15px;
	line-height:25px;
}
.cont_map{
	padding-bottom:20px;
}
.cont_frame .form-control{
	color:#a1a2a2;
	font-size:13px;
	border:2px solid #c9caca;
}
.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{
	padding:30px 0;
	background-color:#000;
}
.ft_frame{
	font-size:13px;
	padding-left: 90px;
    padding-right: 90px;
}
.ft_frame .ft_lt{
	float:left;
	width:69.1%; /*663px*/
	position:relative;
}
.ft_frame .ft_lt:after{
	position:absolute;
	content:"";
	right:0;
	top:25px;
	width:2px;
	height:100px;
	background-color:#a0a0a0;
}
.ft_frame .ft_rt{
	float:right;
	width: 27.65%;
}
.ft_frame .ft_logo{
	padding-left:8px;
}
.ft_frame .ft_lt p{
	margin: 5px 0;
	padding-left: 110px;
}
.ft_crWh{
	color:#fff;
}
.ft_crBu{
	color:#0185cf;
}
.ft_crBu a{
	color:#0185cf;
	text-decoration:none;
}
.ft_cont{
	padding-top:25px;
}
.ft_cont ul li{
	color:#fff;
	letter-spacing:0.5px;
	padding-bottom:10px;
	font-family:Microsoft JhengHei;
}
.ft_cont ul li a{
	color:#fff;
	text-decoration:none;
}
.icon_addr{
	background-image:url(../tw_images/icon/ft_addr.png);
	width:11px;
	height:15px;
}
.icon_tel{
	background-image:url(../tw_images/icon/ft_tel.png);
	width:11px;
	height:17px;
}
.icon_fax{
	background-image:url(../tw_images/icon/ft_fax.png);
	width:15px;
	height:15px;
}
.icon_mail{
	background-image:url(../tw_images/icon/ft_mail.png);
	width:15px;
	height:9px;
}
.ft_icon{
	width:15px;
	text-align:center;
	margin-right:9px;
	display:inline-block;
	background-repeat:no-repeat;
}



/* media query
-----------------------------------------------------------------------------*/
@media (max-width:1200px){
	nav.hd_menu ul li a{
		padding:5px 18px;
	}
	.ft_frame{
		padding-left:30px;
		padding-right:30px;
	}
	.ft_frame .ft_lt{
		width:68%;
	}
	.subMenu h2:before,
	.subMenu h2:after{
		width:100%;
	}
	.subMenu h2 {
		font-size: 20px;
		padding-top: 18px;
		text-align: center;
	}
}

@media (max-width:992px){
	.hd_top .logo, .hd_top .nav_menu {
		float: none;
		width: 100%;
	}
	.hd_top .nav_menu .search,
	nav.hd_menu{
		text-align:center;
	}
	.hd_top .nav_menu .search{
		padding-top: 15px;
	}
	.hd_top .nav_menu .search li.ser_inpt {
		width: 80%;
	}
	.ft_frame{
		padding-left:20px;
		padding-right:20px;
	}
	.ft_frame .ft_lt{
		width:60%;
	}
	.ft_frame .ft_lt p {
		padding-left: 10px;
	}
	.cpF_lt{
		width:40%;
	}
	.cpF_rt {
		width: 58%;
	}
	.prod_info::after{
		max-width:400px;
	}
	ul.two_btn li{
		width:25%;
	}
	.subMenu{
		width:26.8%;
	}
	.main{
		width:68.06%;
	}
}

@media screen and (max-width:767px){
	.rwd-img{
		margin:0 auto;
	}
	.hd_top .nav_menu .search li.ser_inpt {
		width: 100%;
		margin-bottom:10px;
	}
	.hd_top .nav_menu .search li.ser_lan {
		width: 49%;
	}
	.idx_cp{
		padding: 30px 0;
	}
	.idx_cp .idx_cpImg, .idx_cp .idx_cpInfo {
		/*display: inline-block;*/
		float:none;
		width: 100%;
		margin-top: 0;
	}
	.idx_cpImg {
    	padding-bottom: 25px;
	}
	.idx_cpInfo{
		padding-left:0;
	}
	.ft_frame .ft_lt,
	.ft_frame .ft_rt{
		float:none;
		width:100%;
	}
	.ft_frame .ft_lt:after{
		width:0;
	}
	.ft_frame .ft_logo{
		padding-left:0;
		padding-bottom:10px;
	}
	.ft_frame .ft_lt p {
		padding-left: 0;
		text-align: center;
	}
	.ft_cont ul li{
		text-align:center;		
	}
	.subMenu,
	.main,
	.cpF_lt,
	.cpF_rt{
		float:none;
		width:100%;
	}
	.subMenu h2{
		padding-left: 0;
	}
	.subMenu h2::before,
	.subMenu h2::after{
		left:0;
		right:0;
		-webkit-transform: skew(0);
		-moz-transform: skew(0);
		-o-transform: skew(0);
		-ms-transform: skew(0);
		transform: skew(0);
	}
	.prod_btn{
		padding-left:0;
		padding-bottom:15px;
	}
	.prod_btn li{
		display:inline-block;
		width:30%;
		margin:0 1% 20px 1%;
	}
	.prod_info::after{
		background-image:none;
	}
	.news_btn{
		width:25%;
	}
}

@media screen and (max-width:703px){
	.responsive-table tbody td[data-type="currency"] {
		text-align: right;
	}
	#scen{
		margin:0 0 0 auto;
	}
}

@media screen and (max-width:680px){
	#showhide{
		display:none;
	}
	#hideshow{
		display:block;
	}
	#sh-ink{
		display:none;
	}
	#hs-ink{
		display:inline-block;
	}
	.page {
		padding: 18px 0;
	}
	 ul.two_btn li{
		width:47%;
		margin:1%;
	}
	.news_btn{
		width:100%;
	}
}

@media screen and (max-width:480px){
	.banner .carousel-indicators .active, 
	.banner .carousel-indicators li{
		width:8px;
	}
	.carousel-indicators {
    	bottom: 5px;
	}
	.subMenu > ul > li > a{
		padding: 10px 20px;
		font-size: 16px;
	}
	.subMenu > ul > li > a::before {
		vertical-align: top;
	}
	.subMenu > ul > li > ul > li > a {
		padding: 9px 23px 9px 45px;
	}
	.prod_btn li{
		display:block;
		width:100%;
		margin:0;
	}
	.prod_btn li a{
		padding:10px;
	}
	 ul.two_btn li{
		width:100%;
		margin:1% 0 3% 0;
	}
}

@media screen and (max-width:414px){
	.hd_top .nav_menu .search li.ser_lan {
		width: 100%;
		margin-top:5px;
	}
	h1 span{
		width:100%;
	}
	h1:after{
		width:0;
	}
	h1 span:before, h1 span:after{
		width:100%;
		-webkit-transform: skew(0);
		-moz-transform: skew(0);
		-o-transform: skew(0);
		-ms-transform: skew(0);
		transform: skew(0);
	}
	h1 span:after{
		right: -5px;
	}
	h1 span::before {
		left: -5px;
		top: 5px;
	}
}


@media screen and (max-width:320px){
	.pgBread {
		display: block;
		padding-bottom: 15px;
		padding-top: 15px;
		text-align: right;
	}
}