@charset "utf-8";
/* CSS Document */

@import "routine.css";


*{
	outline:0;
}

a, a:active, a:hover, a:focus{
	outline:0;
	text-decoration:none;
}

body{
	font-family:"微軟正黑體";
}


/*************************************/
/*               header              */
/*************************************/

.logo{
	margin: 10px 0;
}

.lang-767{
	display: none;
}

.search-content p{
	color:#282828;
	text-align:right; 
	position:absolute; 
	right:80px;
	font-size: 18px;
	margin-top: 8px;
}

.search-content p a{
	color:#282828;
}

.search-content p a:hover,
.search-content p a.lang-active{
	color:#8e8e8e;
}

.search-content{
    width:100%;
    margin:50px auto;
}

.searchbox{
    position:relative;
    min-width:40px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#e5e5e5;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 0 0px 20px;
    font-size:18px;
    color:#282828;
	border-radius: 20px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #07418a;
}
.searchbox-input:-moz-placeholder {
    color: #07418a;
}
.searchbox-input::-moz-placeholder {
    color: #07418a;
}
.searchbox-input:-ms-input-placeholder {
    color: #07418a;
}

.searchbox-icon,
.searchbox-submit{
	width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 18px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #0086f0;
    border-radius: 20px;
}

.searchbox-icon{
	font-size: 20px;
}


.searchbox-open{
    width:100%;
}


@media (max-width:1200px){
.logo{
	margin: 10px auto;
}
}

@media (max-width:991px){
.search-content {
    width: 400px;
    margin: 10px auto;
}
	
.search-content p {
    text-align: center;
    right: 110px;
    width: 500px;
}
}

@media (max-width:767px){
.search-content p {
    right: 20px;
}
	
.header-lang{
	display: none;
}
	
.lang-767{
	display: block;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 12px;
}
	
.lang-767 p a,
.lang-767 p{
	color:#282828;
}
	
.lang-767 p a:hover,
.lang-767 p a.lang-active{
	color:#8e8e8e;
}
}

/*************************************/
/*             navigation            */
/*************************************/

nav ul{
	background: #ebebeb;
	padding: 0;
	text-align: center;
	overflow: hidden;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
	box-shadow:0 2px 3px 1px rgba(108,108,108,0.4);
}

nav ul a{
	margin: 0px auto;
    padding: 8px 0;
	border-right: 1px solid #c9c9c9;
	display: inline-block;
	text-decoration: none;
	color:#282828;
	font-size:18px;
	letter-spacing:0.05rem;
	font-weight:bold;
	margin-left: -3px;
	width: 14.22%;
	border-top:3px solid #f9f9f9;
	border-bottom:3px solid #c2c2c2;
}

nav ul a:hover{
	background: #ffb900;
	color:#282828;
	border-bottom: 3px solid #ca9200;
}

nav ul a:last-child{
	border-right:none;
}

nav ul a li{
	
    display: inline-block;
}

.handle {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#61b40c+0,54ae10+42,2f8f09+96 */
	background: rgb(13,90,159); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(12, 97, 180,1) 0%, rgba(16, 102, 174,1) 42%, rgba(9, 77, 143,1) 96%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(12, 97, 180,1) 0%,rgba(16, 102, 174,1) 42%,rgba(9, 77, 143,1) 96%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(12, 97, 180,1) 0%,rgba(16, 102, 174,1) 42%,rgba(9, 77, 143,1) 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6cb3', endColorstr='#0d5a9f',GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
	padding: 10px 15px;
	cursor: pointer;
	color: white;
	display: none;
	box-shadow:0 2px 2px 1px rgba(108,108,108,0.4);
}
p.menu{
	display: inline-block;
	font-size:18px;
	font-weight:bold;
	margin-bottom:0;
}
.menu_icon div {
  background-color: white;
  border-radius: 2px;
  width: 25px;
  height: 3px;
  margin: 5px;
}
.menu_icon{
	float: right;
	margin-top: -2px;
}

i.navIcon{
	display:none;
	padding-right: 10px;
	font-size: 20px;
}


.nav-set{
	position:absolute;
	top:100;
	z-index:100;
	width:100%;
}

.banner-set{
	position:relative;
}

.search-li{
	display: none;
}

@media (max-width:767px){
header{
	margin-bottom:15px;
}

nav ul a{
    padding: 3px 2.5% 3px;
	width:100%;
	border-right:none;
	border-bottom:none;
	color:#000;
	font-size:17px;
	font-weight:500;
	line-height:35px;
}	

.search-li .navbar-form{
	margin-top: 0;
	margin-bottom: 0;
}

nav ul a:hover{
	border-bottom: none;
}

nav ul{
	max-height: 0px;
	background:#e3e5e9;
	box-shadow:none;
	margin-bottom:0;
	border-radius:0;
}
nav ul li{
	box-sizing: border-box;
	width: 100%;
	padding: 0;
}
.showing{
	max-height: 24em; 
}
.handle{
	display: block;
	box-shadow:none;
}

i.navIcon{
	display:inline-block;
}

.nav-set{
	position:inherit;
	top:auto;
}

.banner-set{
	position:inherit;
}
	
.search-li{
	display:block;
}

.search-li .navbar-form{
	padding: 0 15px;
}
	
.search-li .form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
	
.search-li .form-control{
	height: 35px;
}
	
}



/*************************************/
/*                index              */
/*************************************/

.index-about{
	background: #ebebeb;
	overflow: hidden;
	padding: 30px 0 35px;
}

.index-title1{
	font-size: 26px;
	font-weight: bold;
	color:#00599f;
	padding: 0 25px;
	margin: 0;
	background: url(../tw_img/index/index_left01.png) top 5px left no-repeat, url(../tw_img/index/index_right01.png) top 5px right no-repeat;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
}

.index-hp{
	background: url(../tw_img/index/index_bg.jpg) top center no-repeat;
	background-size:cover;
	padding: 40px 0 20px;
	overflow: hidden;
}

.index-title2{
	font-size: 26px;
	font-weight: bold;
	color:#ffb900;
	padding: 0 25px;
	margin: 0;
	background: url(../tw_img/index/index_left02.png) top 5px left no-repeat, url(../tw_img/index/index_right02.png) top 5px right no-repeat;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 25px;
}

@media (max-width:991px){
.carousel-indicators{
	display:none;
}
}

@media (max-width:767px){
.index-hp{	
	padding: 30px 0;
}
}

@media (max-width:480px){
.index-title1{
	font-size: 22px;
	background: url(../tw_img/index/index_left01.png) top 2px left no-repeat, url(../tw_img/index/index_right01.png) top 2px right no-repeat;
	margin-top: 15px;
	margin-bottom: 8px;
}
	
.index-about{
	padding: 20px 0;
}
	
.index-hp{	
	padding: 10px 0 20px;
}
}


/*--------------hp---------------*/

.owl-theme .owl-nav{
	display: none;
}

.owl-theme .owl-dots {
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 2px solid #959595;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #959595;
}

.owl-carousel .item a {
	color:#fff;
	font-size:17px;
	line-height: 25px;
}

.owl-carousel .item a:hover{
	color:#ffb900;
}

.owl-carousel .item a p{
	margin-top: 10px;
}


/*************************************/
/*              footer               */
/*************************************/

footer{
	background:url(../tw_img/other/footer_line01.jpg) top left repeat-x, #00599f;
	padding: 27px 0 15px;
	overflow: hidden;
	margin-top: 20px;
}

.footer-up{
	background:url(../tw_img/other/footer_line02.jpg) bottom left repeat-x;
	padding-bottom: 20px;
	overflow: hidden;
}

footer h3{
	font-size: 24px;
	color:#ffb900;
	font-weight: bold;
	line-height: 30px;
	padding: 0;
	margin-bottom: 10px;
}

.footer-info li{
	display: inline-block;
	color:#fff;
	font-size: 16px;
	line-height: 27px;
	width: 48%;
}

.footer-info li:first-child{
	width:100%;
}

.footer-info li a {
    color: #fff;
}

.footer-info li a:hover{
	color:#ffce4b;
}

.footer-info li i{
	width:28px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-right: 5px;
}

.footer-info li i:after{
	content: "";
	display: inline-block;
	width:1px;
	height: 16px;
	background: #fff;
	position:absolute;
	top:-1px;
	right: 0;
}

.sitemap li{
	display: inline;
	width:100%;
	margin-bottom:5px;
}

.sitemap li:nth-child(odd){
	margin-right: 3%;
}

.sitemap li a{
	border:1px solid #ffb900;
	color:#ffb900;
	font-size: 17px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	width:47%;
	display: inline-block;
	margin-bottom: 10px;
}

.sitemap li a:hover{
	border:1px solid #fff;
	color:#fff;
}

@media (max-width:991px){
.footer-map{
	padding-top: 20px;
	clear:both;
}
	
.sitemap li:nth-child(2n+1), 
.sitemap li:nth-child(2n+2) {
    margin-right: 1.5%;
}
	
.sitemap li a{
	width:31.4%;
}
}

@media (max-width:767px){
.qrcode{
	margin: 0 auto 20px;
}
	
footer h3,
.footer-info{
	text-align: center;
}
.footer-info li {    
    width: auto;
    margin: 0 5px;
}
	
.sitemap li a{
	width:31.2%;
}
}

@media (max-width:530px){
.sitemap li a {
    width: 31.1%;
}
}

@media (max-width:400px){
.footer-map{
	display: none;	
}
}





.footer-down{
	padding:12px 0 0;
	font-size:15px;
	font-family: Arial;
}

.footerUl2{
	list-style-type: none;
	color:#959595;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.03rem;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#959595;
	font-size:15px;
}

.footerUl2 li a:hover{
	text-decoration:none;
	color:#ddd;
}



@media (max-width: 991px) {
.footerUl2{
	text-align:center;
}

.footerUl2{
	padding-left:0;
}

.footerUl2 li{
	  display:inherit;
}
	
.footerUl2 br{
	display:none;
}
}

@media (max-width: 650px) {
.footerUl2{
	text-align:center;
	font-size:15px;
}

.dis2{
	display:inline;
}
}


#gotop {
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 46px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 46px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:1;
}


/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
	margin-top: 25px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.title2{
	padding:5px 15px 3px 15px;
}

.sideBar p{
	color:#00599f;
	font-size:24px;
	width:100%;
	text-align:center;
	font-weight:600;
	border-bottom: 4px solid #00599f;
}

.sidBtn{
	color:fff;
	padding:0 7px;
	border-radius:5px;
	float:right;
	line-height:28px;
	display:none;
	opacity:0.8;
	font-weight:bold;
	font-size:26px;	
	cursor:pointer;
}

@media (max-width:991px){
.sidBtn{
	display:block;
}

#sub ul{
	display:none;
}

.sideBar p{
	border-bottom:none;
	margin-top:0;
	text-shadow:2px 2px 2px rgba(0,0,0,0.3);
	text-align:left;
}

.aside-open{
	display:block !important;
}
}





#sub,
#sub ul,
#sub ul li,
#sub ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#sub>ul>li{
	border-bottom: 1px solid #fff;
}

#sub {
  width: 100%;
  color: #ffffff;
  margin-bottom:20px;
}

#sub ul ul {
  display: none;
}

.align-right {
  float: right;
}

#sub > ul > li > a {
  padding: 9px 10px 9px 28px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  text-decoration: none;
  color: #363636;
  background:#f9f9f9;
  line-height:22px;
  font-weight: bold;
}


#sub > ul > li > a:hover{
	color: #ff9000;
	background:#f9f9f9;
}

#sub > ul > li.active2 > a{
	background: #fff1ae;
}

#sub > ul > li.open > a {
  color: #363636;
  background:#fff1ae;
}

#sub ul ul li a {
  cursor: pointer;
  padding: 9px 15px 9px 35px;
  z-index: 1;
  text-decoration: none;
  font-size: 17px;  
  background:#363636;
  color:#fff;
  line-height:20px
}

#sub>ul>li>ul>li{
	margin-top:0;
	border-bottom:1px solid #666;
}

#sub > ul > li > ul > li:last-child {
    border-bottom: none;
}

#sub ul ul li:hover > a,
#sub ul ul li.open > a,
#sub ul ul li.active2 > a {
  color: #252525;
  background:#ffb900;
}

#sub ul ul li:first-child > a {
  box-shadow: none;
}

#sub ul ul ul li:first-child > a {
}

#sub ul ul ul li a {
  padding-left: 25px;
  background: #fff;
  font-size: 15px;
}

#sub ul ul ul li a:hover{
	background:#f1f1f1;
}

#sub > ul > li > ul > li:last-child > a,
#sub > ul > li > ul > li.last > a {
  border-bottom: 0;
}

#sub > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}

@media (max-width:991px){
#sub {
  width: 100%;
  display:none;
}
}


/*************************************/
/*              product              */
/*************************************/

.pro_box {
    width: 30.5%;
    margin: 30px 1.2% 20px; 
    display: inline-table; 
	background:#fff;
	box-shadow: 0 2px 0 #e9e9e9;
}

figure{
	position:relative;
}

.pro_box p{
	font-size:18px;
	line-height:30px;
	padding:5px 10px;
	margin-top: 10px;
	text-align:center;
	font-weight:bold;
	color:#282828;
}

.pro_box:hover p{
	color:#00599f;
	box-shadow: 0 2px 0 #00599f;
}

.pro_box figure img.img-responsive{
	width:100%;
}

@media (max-width:767px){
.pro_box {
    margin: 20px 1.2%;
	width: 47%;
}

}

@media (max-width:580px){
.pro_box {
    margin: 10px 1.2% 10px;
}
}

@media (max-width:480px){
.pro_box {
    width: 98%;
}

.pro_box p{
	font-size:16px;
	line-height:20px;
}
}


/*************************************/
/*          product detail           */
/*************************************/

.pro-about {
    margin-top: 40px;
}

.ins-content h1,
.ins-content h2{
	font-size:18px;
	margin-left:20px;
	color:#000;
	line-height:32px;
	font-weight:600;
	vertical-align:middle;
}

.ins-content h1 span,
.ins-content h2 span{
	color:#282828;
	margin-left:5px;
	font-weight:500;
	font-size:17px;
}

.pro-img{	
	padding:40px 15px 20px;
}

#button-wrap-inner{
	margin-top:25px;
	margin-left:20px;
}

#button-wrap-inner span{
	display:block;
}

.proDetail{
	box-shadow:0 0 5px rgba(0,0,0,0.25);
}

.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{	
	margin:5px 0;
	text-align:center;
	color:#fff;	
	font-size:17px;
	height:40px;
	line-height:40px;
	padding:0 12px;
	width:170px;
	border:none;
	position:relative;
	outline:none;
	border-radius:20px;
	background: #8f8f8f;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.btn.proBtn.btn i {
    margin-right: 5px;
	font-size: 19px;
	position: relative;
	top:1px;
}


.proBtn:hover{
	background: url(../tw_img/other/btn_bg.jpg) top left repeat-x;
	color:#fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}

.word-content{
	padding:15px 25px;
	border-top:3px solid #ebebeb;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,ffffff+100 */
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
}


@media (max-width:1200px){
.pro-about {
    margin-top: 20px;
}
}

@media (max-width:991px){
.pro-img{
	padding:15px;
}

#button-wrap-inner{
	margin-top:20px;
	text-align:center;
	margin-left:0;
}

#button-wrap-inner span{
	display:inline-block;
	margin:0 10px;
}

.pro-about{
	margin-top:15px;
}

.ins-content h1,
.ins-content h2{
	text-align:center;
	margin-left:0;
}

.infomation-line{
	margin-top:35px;
}
	
.word-content{
	padding:15px;
	margin-top: 20px;
}
}


@media (max-width:580px){
#button-wrap-inner{
	margin-top:20px;
}
}

@media (max-width:480px){
.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{
	width:100%;
}

#button-wrap-inner span{
	width:100%;
	margin:0;
}

#button-wrap-inner span{
	display:inline-block;
}

#button-wrap-inner{
	margin:10px auto;
	text-align:center;
}

.proBtn{
	text-align:center;
}

.proBtn:before{
	content:"";
	display:block;
	position:absolute;
	width:98%;
	height:1px;
	background:rgba(255,255,255,0.6);
	top:1px;
	left:1%;
}

.ins-content h1,
.ins-content h2{
	text-align:left;
}
}


/*************************************/
/*            inquiry table          */
/*************************************/
.inquiry_table {
    width: 100%;
    display: table;
    margin-bottom: 10px;
    border-collapse: separate;
}

.inquiry_table .thead,
.inquiry_table .tbody{
    display: table-header-group;
}

.inquiry_table .tr {
    display: table-row;
}

.inquiry_table .thead .th {
    color: #000;
    text-align: center;
    background: #b1b1b1;
    position: relative;
	font-size:18px !important;
}

.inquiry_table .tbody .td {
    color: #282828;
    text-align: center;
    vertical-align: middle;
    background:#f0f0f0;    
}

.inquiry_table .thead .th, 
.inquiry_table .tbody .td {
    display: table-cell;
    padding: 7px;
    font-size: 18px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

.inquiry_table .tbody .tr:last-child .td {
    border-bottom: 0;
}

.inquiry_table .thead .th:last-child, 
.inquiry_table .tbody .td:last-child {
	border-right:none;
}

.inquiry_table .tbody .td {
    display: table-cell;
    padding: 2px 10px;
    font-size: 18px;    
}

.inquiry_table .tbody .td input{
	height: 30px;
    border-radius: 0;
    border:none;
    font-size: 17px;
    color: #282828;
	background:#fff;
}

.inquiry_table .tr .td:nth-child(1) {
    width: 10%;
}
 
.inquiry_table .tr .td:nth-child(2) {
    width: 44%;
}

.inquiry_table .tr .td:nth-child(3) {
    width: 18%;
}
 
.inquiry_table .tr .td:nth-child(4) {
    width: 18%;
}


.inquiry_table .tr .td:nth-child(5) {
    width: 10%;
}

.inquiry_table .tr .td:nth-child(3) input{
	width:120px;
}

.inquiry_table .tr .td:nth-child(4) input{
	width:80px;
}

.proInquiry .inquiry_table input {
    height: 30px;
    border-radius: 0;
    border:none;
    font-size: 17px;
    color: #282828;
	background:#fff;
}

@media (max-width:680px){
.inquiry_table {
	background: transparent;
	margin-bottom:10px;
}

.inquiry_table .thead {
    display: none;
}

.inquiry_table .tr {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    border: 3px solid rgba(0,0,0,0.35);
}

.inquiry_table .tbody .td:before {
    position: relative;
    float: left;
    font-weight: 700;
}

.inquiry_table .tr .td:nth-child(1), 
.inquiry_table .tr .td:nth-child(1), 
.inquiry_table .tr .td:nth-child(2), 
.inquiry_table .tr .td:nth-child(2), 
.inquiry_table .tr .td:nth-child(3), 
.inquiry_table .tr .td:nth-child(3),
.inquiry_table .tr .td:nth-child(4), 
.inquiry_table .tr .td:nth-child(4),
.inquiry_table .tr .td:nth-child(5), 
.inquiry_table .tr .td:nth-child(5) {
    width: 100%;
}

.inquiry_table .tbody .td:nth-child(1),
.inquiry_table .tbody .td:nth-child(2),
.inquiry_table .tbody .td:nth-child(5) {
   text-align:center;
   font-weight:bold;
}

.inquiry_table .tbody .td:nth-child(1),
.inquiry_table .tbody .td:nth-child(2){
	color:#255d9b;
}

.inquiry_table .tr .td:nth-child(3) input,
.inquiry_table .tr .td:nth-child(4) input{
	width:150px;
}

.inquiry_table .tbody .td {
    text-align: right;
    background: #e5e5e5;
}

.inquiry_table .thead .th, 
.inquiry_table .tbody .td {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px dashed #fff;
}

.inquiry_table .tbody .td:first-child,
.inquiry_table .tbody .td:last-child{
	border-bottom: none;
}

.inquiry_table .tbody .td:nth-child(1):before {
    content: "";
}

.inquiry_table .tbody .td:nth-child(2):before {
    content: "";
}

.inquiry_table .tbody .td:nth-child(3):before {
    content: "規格";
    text-align: left;
}

.inquiry_table .tbody .td:nth-child(4):before {
   content: "數量";
    text-align: left;
}

.inquiry_table .tbody .td:nth-child(5):before {
    content: "";
}

.inquiry_table .tbody .td input{
	background: #eee;
	border: 1px solid #959595;
}
}



/*************************************/
/*              inquiry              */
/*************************************/

.getCode img{
	padding-top:10px;
	text-align:left;
}

.inq_title{
	color:#7d281d;
	font-size:18px;
	font-family:"微軟正黑體";
	text-align:left;
	letter-spacing:1px;
	padding:0;
}

.conBtn{
	text-align:center;
	margin:10px auto 20px;
}

.btn_con{
	margin: 5px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	width: 170px;
	border: none;
	position: relative;
	outline: none;
	border-radius: 20px;
	-ms-border-radius:20px;
	background: #8f8f8f;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}


.btn_con:hover{
	background: url(../tw_img/other/btn_bg.jpg) top left repeat-x;
	color:#fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}



input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #363636;
	font-size:28px;
	font-weight:800;
}

.proInquiry table tr th{
	line-height:40px;
	font-size:15px;
}

.form-group select{	
	display: block;
	background:#363636;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 18px;
	line-height: 1.42857143;
	color: #fff;
	border:1px solid #434343;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  

.proInquiry input{
	height:42px;
	border-radius:0;
	border:none;
	font-size:18px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #ebebeb;
}

.proInquiry textarea{
	border-radius:0;
	border:none;
	font-size:18px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #ebebeb;
}

.proInquiry .form-group label{
	margin-bottom:5px;
	font-size:18px;
	color:#282828;
}


@media (max-width:768px){
.sub-content{
	width:100%;
}

.getCode img{
	margin-left:-15px;
	margin-right:-15px;
}
}

@media (max-width:500px){
.btn_con{
	width:100%;
	display:block;
	margin:10px 0;
}

.proInquiry{
	width:100%;
}

.btn_con:hover:before{
	width:98%;
	left:1%;
}
}

@media (max-width:360px){
.btn_con:hover:before{
	width:97%;
	left:1.5%;
}

}

@media (max-width:350px){
.col-md-5.col-sm-6.col-xs-6.col-350.getCode {
    margin-top: 0;
	margin-bottom:15px;
}
}


/*************************************/
/*               album               */
/*************************************/

.pro_box2 {
    width: 22.3%;
    margin: 20px 1.2%; 
    display: inline-table; 
	background:#fff;
}

figure{
	position:relative;
}

.pro_box2 p{
	font-size:18px;
	line-height:30px;
	padding:5px 10px;
	margin-top: 10px;
	text-align:center;
	font-weight:bold;
	color:#282828;
}


.pro_box2 figure img.img-responsive{
	width:100%;
}

@media (max-width:1200px){
.pro_box2 {
    margin: 20px 1.2%;
	width: 30.5%;
}
}

@media (max-width:767px){
.pro_box2 {
    margin: 20px 1.2%;
	width: 30.3%;
}
	
.pro_box2 p{
	margin-top: 5px;
}
}

@media (max-width:600px){
.pro_box2 {
    margin: 10px 0.8% 10px;
	width: 47%;
}
}

@media (max-width:480px){
.pro_box2 {
    width: 47%;
}

.pro_box2 p{
	font-size:16px;
	line-height:20px;
}
}

@media (max-width:360px){
.pro_box2 {
    margin: 0 0 20px;
	width: 100%;
}
}



/*************************************/
/*              download             */
/*************************************/

.download-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:40px;
	border:1px solid #fff;
}

.download-list .div-tr:first-child .div-td{
	color:#282828;
	background:#c2c2c2;
	padding:8px 15px;
	font-size:20px;
}

.download-list .no{
	width:15%;
}

.download-list .subject{
	width:70%;
}

.download-list .down-icon{
	width:15%;
}


.download-list>div{
	background:#fff;
}

.download-list .div-tr .div-td{
	padding:10px 15px;
	font-size:18px;
	color:#464646;
	vertical-align:middle;
	border:1px solid #fff;
	background:#f9f9f9;
}

.download-list .div-tr .div-td:nth-child(2){
	text-align:center;
}

.download-list .div-tr .div-td a{
	color:#464646;
	display:block;
}

.download-list .div-tr .div-td a:hover{
	color:#148eef;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}

.download-list .div-tr .div-td a i{
	font-size: 17px;
	width: 28px;
	height: 28px;
	background: #8f8f8f;
	line-height: 30px;
	border-radius: 50%;
	color: #fff;
}

.download-list .div-tr .div-td a i:hover{
	background: #148eef;
}

.icon-inline{
	display:none;
}

.icon-inline2{
	display:block;
}


@media (max-width:767px){	
.download-list{
	text-align:left;
	border:1px solid #b7b7b7;
}

.download-list .no, 
.download-list .down-icon{
	display:none;
}

.download-list .subject{
	width:100%;
}

.download-list .div-tr .div-td{
	width:100%;
	float:left;
	border:none;
	border-bottom:1px solid #dbdbdb;
}

.download-list .div-tr .div-td:nth-child(1),
.download-list .div-tr .div-td:nth-child(3){
	display:none;
}

.icon-inline{
	display:inherit;	
	margin-right:15px;
}

.icon-inline2{
	display:none;
}

.download-list .div-tr .div-td{
	font-size:17px;
	background: #f4f4f4;
}

.download-list .div-tr .div-td a{
	display:block;
}


.download-list .div-tr .div-td a i{
	line-height: 28px;
}
	
.download-list .div-tr .div-td a:hover i {
	background: #148eef;
}
}



/*************************************/
/*                news               */
/*************************************/

.news-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;	
	border:1px solid #fff;	
}

.news-list .div-tr:first-child{	
	padding:8px 15px;
	font-size:16px;
}

.news-list .div-tr:first-child .div-td{
	color: #282828;
	background: #c2c2c2;
	font-size: 18px;
	border: 1px solid #fff;
}

.news-list .no{
	width:15%;
}

.news-list .date{
	width:25%;
}

.news-list .subject{
	width:60%;
}

.news-list .date2{
	width:35%;
}

.news-list .subject2{
	width:55%;
}

.news-list .div-tr .div-td{
	padding: 8px 15px;
	font-size: 17px;
	color: #282828;
	vertical-align: middle;
	background: #f9f9f9;
	border: 1px solid #fff;
}

.news-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.news-list .div-tr .div-td a:hover{
	color:#00599f;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}

@media (max-width:767px){
	
.news-list{
	text-align:left;
	border:1px solid #b7b7b7;
}

.news-list .div-tr:first-child .div-td{
	border:none;
}

.news-list .date, .news-list .no, .news-list .date2{
	display:none;
}

.news-list .subject{
	width:100%;
}

.news-list .div-tr .div-td{
	width:100%;
	float:left;
	border:none;
	border-bottom:1px solid #dbdbdb;
}

.news-list .div-tr .div-td:nth-child(1){
	display:none;
}

.news-list .div-tr .div-td:nth-child(2){
	border-bottom:none;
	padding-bottom:0;
}

}



/*************************************/
/*             news detail           */
/*************************************/
.news-detail{
	margin-top:20px;
	background:#ebebeb;
	border:1px solid #fff;
}

.news-detail .div-tr .div-td{
	border:1px solid #fff;
	padding:10px 15px;
	font-size:18px;
	color:#282828;
}

.news-detail .div-tr .div-td:first-child{
	width:20%;
	background:#c2c2c2;
	border:1px solid #fff;
	color:#282828;
	padding:10px 15px;
	text-align:center;	
}

@media (max-width:767px){
.news-detail{
	border:1px solid #b7b7b7;
}

.news-detail .div-tr .div-td{
	width:100%;
	float:left;
	font-size:16px;
}

.news-detail .div-tr .div-td:first-child{
	width:100%;
	border:none;
	border-bottom:none;
}

.news-detail .div-tr .div-td{
	border:none;
}

.news-detail .div-tr .div-td:nth-child(2){
	border-right:none;
}

.center-767{
	text-align:center;
}

}



/*************************************/
/*            exhibition             */
/*************************************/

.exhibition-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;	
	border:1px solid #fff;	
}

.exhibition-list .div-tr:first-child{	
	padding:8px 15px;
	font-size:16px;
}

.exhibition-list .div-tr:first-child .div-td{
	color:#282828;
	background:#c2c2c2;
	font-size:18px;
	border:1px solid #fff;
}

.exhibition-list .no{
	width:15%;
}

.exhibition-list .date{
	width:35%;
}

.exhibition-list .subject{
	width:50%;
}

.exhibition-list .div-tr .div-td{
	padding:8px 15px;
	font-size:17px;
	color:#282828;
	vertical-align:middle;
	background:#f9f9f9;
	border:1px solid #fff;
}

.exhibition-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.exhibition-list .div-tr .div-td a:hover{
	color:#00599f;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

@media (max-width:767px){
	
.exhibition-list{
	text-align:left;
}

.exhibition-list .date, .exhibition-list .no, .exhibition-list .date2{
	display:none;
}

.exhibition-list .subject{
	width:100%;
}

.exhibition-list .div-tr .div-td{
	width:100%;
	float:left;
	border:none;
	border-bottom:1px solid #dbdbdb;
}

.exhibition-list .div-tr .div-td:nth-child(1){
	display:none;
}

.exhibition-list .div-tr .div-td:nth-child(2){
	border-bottom:none;
	padding-bottom:0;
}

}



/*---------------back--------------*/

#newsBack{
	margin:5px 0;
	text-align:center;
	color:#fff;	
	font-size:17px;
	height:40px;
	line-height:40px;
	padding:0 12px;
	width:170px;
	border:none;
	position:relative;
	outline:none;
	border-radius:20px;
	background: #8f8f8f;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	float:right;
	margin-top:20px;
}

#newsBack a{
	color:#fff;
	margin-top:0;
	padding:3px 12px 8px;
	outline:0;
	font-size:20px;
}

#newsBack:hover{
	background: url(../tw_img/other/btn_bg.jpg) top left repeat-x;
	color:#fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}

@media (max-width:500px){
#newsBack{
	width:100%;
	text-align:center;
}

#newsBack a{
	width:100%;
}
}


/*************************************/
/*               video               */
/*************************************/

.embed-responsive.video{
	border: 8px solid #cecece;
	background: #555;
}

.video-text{
	margin-top: 20px;
	margin-left: 10px;
}

.video-text p{
	font-size: 18px;
	color:#282828;
	line-height: 40px;
}

@media (max-width:680px){
.video-text{
	margin-left: 0;
}
.video-text p{
	line-height: 30px;
	font-size: 17px;
}
}

@media (max-width:400px){
.embed-responsive.video{
	border: 5px solid #cecece;
}
}



/*************************************/
/*            contact us             */
/*************************************/

/*-------------- map ---------------*/
.contact-map{
	height:300px;
	border:1px solid #707070;
	margin-bottom:15px;
	background: #ddd;
}

.contact-txt{
	margin: 50px 0 10px;
}

.contact-txt i{
	font-size: 24px;
	margin-right: 10px;
}

@media (max-width:991px){
.contact-map{
	height:250px;
}
	
.contact-txt{
	margin: 40px 0 10px;
}
}

@media (max-width:767px){
.contact-map{
	height:220px;
}
	
.contact-txt{
	margin: 30px 0 10px;
}
}

@media (max-width:580px){
.contact-map{
	height:200px;
}
	
.contact-txt{
	margin: 20px 0 10px;
}

}

@media (max-width:480px){
.contact-map{
	height:150px;
}
}



/*************************************/
/*                page               */
/*************************************/

.page{
	text-align:center;
	font-size:20px;
}

.page .pagination > li{
	font-weight:100;
	padding:2px 0;
	display: inline-block;
	color:rgba(140,140,140,1.00);
}

.line{
	position:relative;
	top:-13px;
}

.page .pagination > li a{
	color:#3b3b3b;
	margin-right:5px;
	background:none;
	font-weight:bold;
	border:none;
	padding:2px 15px;
}

.page .pagination li a:hover,
.page .pagination li.page-active a{
	color:#00599f;
}



/*************************************/
/*                other              */
/*************************************/

.text{
	font-size: 18px;
	color:#282828;
	line-height: 30px;
	text-align: justify;
}

.breadcrumb2{
	background: #363636;
	overflow: hidden;
	padding: 25px 0 10px;
	color:#c2c2c2;
	font-size: 16px;
}

.breadcrumb2 span{
	font-size: 24px;
	color:#ffb900;
}

.about-txt-mb{
	margin-bottom: 20px;
}

.word-table{
	background: #f9f9f9;
}

.word-table tbody tr td{
	border:2px solid #fff;
	font-size:18px;
	padding:8px 15px 8px 25px;
}

.word-table tbody tr td:first-child{
	background: #c2c2c2;
	text-align: center;
	width:30%;
}

@media (max-width:991px){
.disno-991{
	display: none;
}
}

@media (max-width:767px){
.text{
	font-size: 17px;
}
}
