﻿ @charset 'utf-8';
 /* CSS Document */

 body {
     font-family: "Arial", "Helvetica", "微軟正黑體", "蘋果儷黑體";
     color: #333333;
     font-size: 16px;
 }

 select#country:focus,
 input,
 button,
 select,
 textarea {
     outline: none;
 }

 img {
     max-width: 100%;
 }

 p {
     line-height: 1.8em;
     font-family: "Arial", "Helvetica", "微軟正黑體", "蘋果儷黑體";
 }

 h1,
 .h1,
 h2,
 .h2,
 h3,
 .h3 {
     margin: 0;
     font-family: "Arial", "Helvetica", "微軟正黑體", "蘋果儷黑體";
 }

 /*============================================
	header樣式
	============================================*/

 .menu_box .container {
     background: url(../tw_images/index/head_bg.png) no-repeat;
     width: 1281px;
     padding: 0 70px;
 }

 .menu_box .lanselect {
     text-align: right;
     margin: 15px 0 0 0;
 }


 .menu_box .lanselect::after {
     content: '\25BC';
     position: absolute;
     top: 13px;
     right: 74px;
     bottom: 0;
     padding: 3px;
     pointer-events: none;
     font-size: 19px;
     text-align: center;
     width: 31px;
     height: 2px;
     color: #4a4a4a !important;
     /* background-color: #eee; */
 }

 .menu_box .lanselect select#lan {
     width: 152px;
     padding: 3px 6px;
     border: none;
     outline: 0;
     -webkit-appearance: none;
     /*for chrome safari*/
     -moz-appearance: none;
     /*for firefox*/
     appearance: none;
     -ms-appearance: none;
     /*for IE*/
     background: #eee;
     background-position: 128px;
     background-image: none;
     position: relative;
 }

 .menu_box .lanselect select#lan::-ms-expand {
     display: none;
 }


 .menu_box img.logo {
     margin-top: 6px;
 }

 .header_content .menu_box {
     position: absolute;
     width: 100%;
     top: 0;
 }

 .header_content .menu_box #navbar-menu .navbar-right {
     float: right !important;
     margin-right: -37px;
 }

 .header_content .menu_box nav.navbar.bootsnav {
     background: transparent;
     border-bottom: none;
 }

 .menu_box nav.navbar.bootsnav ul.nav > li > a {
     padding: 21px 25px 19px 25px;
     font-weight: 500;
     color: #343434;
     font-family: "Arial", "Helvetica", "微軟正黑體", "蘋果儷黑體";
 }

 .menu_box nav.navbar.bootsnav ul.nav > li > a:hover {
     color: #e1012d;
     text-decoration: underline;
 }

 li.dropdown.lanselect {
     display: none;
 }

 @media screen and (max-width: 1300px) {
     .menu_box .container {
         background: url(../tw_images/index/head_bg.png) no-repeat;
         width: 1200px;
         padding: 0 70px;
         background-size: contain;
     }


 }


 @media screen and (max-width: 1200px) {
     .menu_box .container {
         background: url(../tw_images/index/head_bg.png) no-repeat;
         width: 1040px;
         padding: 0 70px;
         background-size: contain;
     }

     .menu_box nav.navbar.bootsnav ul.nav > li > a {
         padding: 10px 25px 19px 10px;
         font-weight: 500;
         color: #343434;
         font-family: "Arial", "Helvetica", "微軟正黑體", "蘋果儷黑體";
     }
 }

 @media screen and (max-width: 1050px) {
     .menu_box .container {
         background: url(../tw_images/index/head_bg.png) no-repeat;
         width: 970px;
         padding: 0 65px;
         background-size: contain;
     }


 }

 @media screen and (max-width: 992px) {

     .header_content .menu_box {
         position: relative;
     }

     .menu_box img.logo {
         width: 90%;
         margin: 0 auto;
     }

     .menu_box .lanselect {
         display: none;
     }

     .menu_box nav.bootsnav .container {
         width: 100%;
         padding: 0;
         background: #fff;
     }

     .header_content .menu_box #navbar-menu .navbar-right {
         float: none !important;
         margin-right: 0;
     }

     li.dropdown.lanselect {
         display: block;
         text-align: left;
     }
     .menu_box li.dropdown.lanselect::after{
         display: none;
         
     }

     .menu_box nav.navbar.bootsnav ul.nav > li > a {
         padding: 15px 25px 15px 10px;
     }

     .menu_box nav.navbar.bootsnav ul.nav > li > a:hover {
         background: #f9f8f8;
         color: #333;
         text-decoration: none;
     }

     nav.navbar.bootsnav .navbar-brand {
         height: auto;
         padding-bottom: 0;
         padding-top: 10px;
     }

     .slick-prev,
     .slick-next {
         background-size: 50%;
     }

     .slick-prev {
         left: 25px;
         top: 60%;
     }

     .slick-next {
         right: 5px;
         top: 60%;
     }


 }


 /*==================================================
首頁熱門產品樣式
=====================================================*/

 .products_content {
     background: url(../tw_images/index/pro_bg.jpg) no-repeat;
     background-size: cover;
     text-align: center;
     min-height: 638px;
 }


 .products_content .searchbox {
     text-align: right;
     padding: 30px 0 20px 0;
 }


 .products_content .content h4 {
     display: inline-block;
     margin-right: 10px;
 }

 .products_content .search {
     display: inline-block;
 }

 .prosearbox {
     display: inline-block;
     position: relative;
 }

 .products_content .prosearbox select.prosear {
     width: 200px;
     height: 38px;
     display: inline-block;
     border: 1px solid #c3c3c3;
     outline: none;
     box-shadow: none;
     -webkit-appearance: none;
     /*for chrome safaria*/
     -moz-appearance: none;
     /* for firefox*/
     appearance: none;
     -ms-appearance: none;
     -mz-appearance: none;
     /* for IE*/
     background-color: #fff;
     padding-left: 10px;

 }

 .products_content .prosearbox select.prosear::-ms-expand {
     display: none;
 }



 .products_content .prosearbox::after {
     content: '\25BC';
     position: absolute;
     top: 4px;
     right: 1px;
     padding: 5px;
     pointer-events: none;
     font-size: 19px;
     text-align: center;
     width: 34px;
     height: 34px;
     color: #4a4a4a !important;
     box-shadow: none;
 }


 .products_content .search {
     display: inline-block;
     position: relative;
     top: 0px;
 }

 .products_content button.sear {
     position: absolute;
     right: 1px;
     top: 1px;
     background: #eecc3d;
     color: #fff;
     border: none;
     padding: 7px;
     width: 18%;
 }

 .products_content .search input.seartext {
     height: 38px;
     border: 1px solid #c3c3c3;
 }

 .hot_product {
     margin-bottom: 40px;
 }

 .hot_product h1 {
     color: #161515;
     font-size: 34px;
     font-weight: bold;
 }

 .pro_bg .owl-item .iframe {
     border: 1px solid #eee;
     overflow: hidden;
     position: relative;
 }

 .owl-theme .owl-controls {
     position: absolute;
     right: 0;
     top: -45px;
     margin: 0;
 }

 .owl-theme .owl-controls .owl-nav [class*=owl-] {
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     background: #e1e1e1;
     margin: 5px 4px 0 2px;
 }


 .owl-theme .owl-controls .owl-nav .owl-prev {
     background: url(../tw_images/index/back.png) no-repeat center #e1e1e1;
     padding: 15px;
 }


 .owl-theme .owl-controls .owl-nav .owl-next {
     background: url(../tw_images/index/next.png) no-repeat center #e1e1e1;
     padding: 15px;
 }


 .pro_bg .item a .tittle {
     margin: 18px 0;
     color: #333333;
 }

 .pro_bg .item a:hover .tittle {
     color: #0e65c7;

 }

 .hovr {
     background: url(../tw_images/index/hov.png) no-repeat center rgba(255, 255, 255, 0.5);
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     opacity: 0;
	 background-size: 100%;
 }

 .pro_bg .owl-item .iframe:hover .hovr {
     opacity: 1;
     transition: all 0.8s ease-in-out;
     -webkit-transition: all 0.8s ease-in-out;
     /*for chrome safari*/
     -moz-transition: all 0.8s ease-in-out;
     /*for rire fox*/
 }


 .morepro {
     position: relative;
     top: 30px;
 }

 .morepro::before {
     content: "";
     width: 1px;
     height: 52px;
     background: #e7c63c;
     display: inline-block;

 }

 .morepro a {
     width: 80px;
	 height: 80px;
     background: #fff;
     border-radius: 80px;
     border: 1px solid #e7c63c;
     text-align: center;
     line-height: 80px;
     display: block;
     margin: auto;
     color: #e7c63c;
 }


 .morepro a:hover {
     background: #e7c63c;
     color: #fff;
 }

@media (max-width:1200px){
	.products_content{
		min-height: auto;
		padding-bottom: 60px;
	}
}

 @media screen and (max-width: 530px) {

     .products_content .content h4 {
         display: block;
         text-align: left;
     }

     .prosearbox {
         width: 100%;
     }

     .products_content .prosearbox select.prosear {
         width: 100%;
         margin-bottom: 10px;
     }

     .products_content .prosearbox::after {
         top: 14px;
     }

     .products_content .search {
         width: 100%;
     }
     .products_content .search input.seartext {
         width: 100%;
     }

     .products_content button.sear {
         width: 8%;
     }
	 
	 .pro_bg .item a .tittle {
		 margin: 13px 0;
	 }

 }

 /*================================================
首頁關於源洋 佳力牌樣式
===================================================*/

 .company {
     background: url(../tw_images/index/about_bg.jpg) no-repeat;
     text-align: center;
     min-height: 551px;
	 background-size: cover;
	padding-bottom: 10px;
 }

 .company .tittle {
     margin-top: 100px;
 }


 .company .imcontent {
     color: #0e65c7;
     font-size: 22px;
     margin-bottom: 28px;
 }

 .company .certiimg {
     text-align: right;
 }

 .company .content {
     margin-bottom: 55px;
 }

 .company .more a {
     border: 1px solid #e7c63c;
     padding: 8px 0px;
     display: block;
     max-width: 155px;
     margin: auto;
     font-size: 20px;
     color: #e7c63c;
 }


 .company .more a:hover {
     background: #e7c63c;
     color: #fff;
 }

@media (max-width:1200px){
	.company .tittle {
		margin-top: 60px;
	}
}

 @media screen and (max-width: 698px) {

     .company {
         background-size: cover;
     }

     .company .content {
         margin-bottom: 40px;
     }

     .company .more {
         margin-bottom: 20px;
     }

     .company .certiimg {
         margin-bottom: 20px;
     }

 }


 /*======================================================
首頁list_item樣式
========================================================*/

 .item_listbox {
     background: url(../tw_images/index/item_bg.jpg) no-repeat #eee;
     min-height: 235px;
     text-align: center;
 }

 .item_list {
     text-align: center;
 }

 .item_list li {
     width: 30%;
     min-height: 160px;
     background: linear-gradient(to top, #e4e4e4, #fff);
     background: -webkit-linear-gradient(bottom, #e4e4e4, #fff);
     background: -moz-linear-gradient(bottom, #e4e4e4, #fff);
     background: -ms-linear-gradient(bottom, #e4e4e4, #fff);
     filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fff', endColorstr='#e4e4e4');
     display: inline-block;
     border: 1px solid #e5e5e5;
     margin: 33px 1.5%;
 }

 .item_list li:first-child {
     margin-left: 0;
 }

 .item_list li:last-child {
     margin-right: 0;
 }

 .imgbox {
     display: inline-block;
     vertical-align: middle;
     margin-top: 12px;
     width: 50%;
 }


 .imgbox img {
     display: block;
 }


 .tebox {
     display: inline-block;
     vertical-align: middle;
 }

 .item_list li .tebox .tittle {
     font-size: 21px;
     color: #222;
     margin-top: 35px;
 }


 .item_list li .tebox .more {
     margin: 16px 0 20px 0;
 }

 .item_list li .tebox .more a {
     background: #e7c63c;
     color: #fff;
     padding: 8px 31px;
     border-radius: 20px;
     display: block;
 }

 .item_list li .tebox .more a:hover {
     background: #f5da6d;
 }

 @media screen and (max-width: 1200px) {

     .item_listbox {
         background-size: cover;
     }

     .item_list li:first-child {
         margin: 0;
         margin-top: 25px;
     }

     .item_list li:last-child {
         margin: 0;
         margin-bottom: 20px;
     }

 }

@media (max-width:991px){
	.item_list li {
    	width: 31.8%;
	}
	
	.item_list li .tebox .tittle {
		margin-top: 20px;
	}
	
	.imgbox{
		width: 100%;
	}
	
	.imgbox img {
		min-width: 110px;
		margin: 0 auto;
		max-width: 100%;
		width: 70%;
	}
}

 @media screen and (max-width: 698px) {

     .item_listbox {
         background-size: cover;
     }

     .item_list li {
         margin: 20px auto;
     }

     .item_list li:first-child {
         margin: 0;
         margin-top: 20px;
     }

     .item_list li:last-child {
         margin: 0;
         margin-bottom: 10px;
     }

 }

@media (max-width:400px){
	.imgbox img {
		min-width: auto;
		width: 85%;
	}
	
	.item_list li .tebox .more a {
		padding: 5px 15px;
		display: inline-block;
		font-size: 15px;
	}
	
	.item_list li .tebox .tittle{
		font-size: 18px;
	}
}


 /*================================================
footer樣式

==================================================*/

 .footer_box {
     background: #f3f3f3;
     border-top: 4px solid #da3134;
 }

 .footer_box .container {
     margin: 5px auto;
 }

 .footer_box .footerlogo img {
     margin-top: 35px;
 }

 .footer_box .text_box li {
     margin: 15px 0;
     font-size: 16px;
 }

 .footer_box .text_box li .text {
     display: inline-block;
 }

.footer_box .text_box li i{
	font-size: 18px;
	margin-right: 5px;
	color:#7A7A7A;
}

 .footer_box .text_box li i.map {
     background: url(../tw_images/index/icon_02.png) no-repeat;
     width: 22px;
     height: 25px;
     display: inline-block;
     vertical-align: middle;
 }

 .footer_box .text_box li i.phone {
     background: url(../tw_images/index/icon_03.png) no-repeat;
     width: 22px;
     height: 22px;
     display: inline-block;
     vertical-align: middle;
 }

 .footer_box .text_box li i.fax {
     background: url(../tw_images/index/icon_04.png) no-repeat;
     width: 22px;
     height: 21px;
     display: inline-block;
     vertical-align: middle;
 }

 .footer_box .text_box li i.mail {
     background: url(../tw_images/index/icon_05.png) no-repeat;
     width: 22px;
     height: 14px;
     display: inline-block;
     vertical-align: middle;
 }

 .footer_box .imgqrcode img {
     margin-top: 18px;
 }

 .copyright {
     background: #313131;
     text-align: center;
     color: #fff;
     padding: 11px 0;
 }

 .copyright a {     
     color: #fff;
 }

 .copyright a:hover {
     color: #f01;
	 text-decoration: underline;
 }

.copyright .footerSeo a {
    color: #777;
}

@media (max-width:991px){
	.footer_box .container{
		margin-bottom: 15px;
	}
	
	.footer_box{
		text-align: center;
	}
	
	.footer_box .text_box li {
    	margin: 10px 0;
	}
	
	.footer_box .footerlogo img {
		margin-top: 22px;
	}
	
	.footer_box .text_box li i {
		display: none !important;
	}
}

 /*============================================
GO TOP樣式
==============================================*/

 .gototop {
     position: fixed;
     right: 3%;
     bottom: 32%;
     color: #fff;
     text-align: center;
     text-indent: -999999px;
     cursor: pointer;
     z-index: 1;
 }

 gototop i.top:hover {
     background: #49ce93;
 }

 .gototop i.top {
     background: url(../tw_images/index/topimg.png) no-repeat center #33a673;
     width: 23px;
     height: 26px;
     display: block;
     width: 58px;
     height: 58px;
     border-radius: 58px;
 }


 /*=============================================
內頁整體樣式
===============================================*/

 .content_box {
     background: linear-gradient(to top, #f3f3f3 0%, #fff 16%);
     background: -webkit-linear-gradient(#f3f3f3 0%, #fff 16%);
     background: -moz-linear-gradient(top, #f3f3f3 0%, #fff 16%);
     background: -ms-linear-gradient(top, #f3f3f3 0%, #fff 16%);
     filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f3f3f3', endColorstr='#fff');
     padding-bottom: 60px;
 }

 span.subbread {
     display: block;
     text-align: right;
     font-size: 15px;
     color: #333;
     margin: 25px 0;
 }

 span.subbread li {
     display: inline-block;
     margin: 0 2px;
 }

 .company_box {
     text-align: center;
 }

 .content p {
     text-align: left;
 }

@media (max-width:580px){
	.companyContent>.container>.col-md-3,
	.companyContent>.container>.col-md-9{
		padding: 0;
	}
}


 /*=========================================
accordion 側邊選單樣式
===========================================*/

 div#submenu {
     margin-bottom: 52px;
 }

 .slidebar {
     margin-bottom: 12px;
 }

 .slidebar .tittle {
     background: #14915a;
     padding: 17px 15px;
     color: #fff;
     border-left: 10px solid #33a673;
     font-size: 20px;
 }

 .slidebar .tittle h2 {
     font-size: 20px;
 }

 #submenu,
 #submenu ul,
 #submenu ul li,
 #submenu 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;
 }

 #submenu ul ul {
     display: none;
 }

 #submenu > ul > li {
     margin-bottom: 1px;
 }

 #submenu > ul > li > a {
     color: #4d4d4d;
     padding: 15px 28px 15px 28px;
     cursor: pointer;
     z-index: 2;
     font-size: 18px;
     text-decoration: none;
     background-color: #abddc7;
 }

 #submenu > ul > li > a:hover,
 #submenu > ul > li.open > a {
     background-color: #b2ead2;
     color: #006036;
 }

 #submenu ul ul li a {
     cursor: pointer;
     color: #4c4c4c;
     font-size: 17px;
     line-height: 30px;
     padding: 10px 30px 10px 30px;
     text-decoration: none;
     background-color: #e9e9e9;
     border-top: 1px solid #ffffff;
     border-bottom: 1px solid #dedede;
     z-index: 1;
 }

 #submenu ul ul ul li a {
     background-color: #fff;
     border-top: 1px solid #ffffff;
     border-bottom: 1px solid #ffffff;
     font-size: 16px;
     padding: 8px 25px 8px 30px;
 }

 #submenu ul ul ul li a:hover {
     color: #14915a;
 }

 #submenu > ul > li > a .glyphicon {
     color: #ffffff;
     margin-right: 4px;
 }


 .menuTrigger {
     display: none;
 }

 @media screen and (min-width: 767px) {
     #submenu {
         display: block !important
     }
 }

 @media screen and (max-width: 767px) {

     .slidebar .tittle {
         display: none;
     }

     #submenu {
         display: none;
         margin-bottom: 20px;
     }

     .menuTrigger {
         display: block;
         font-size: 20px;
         margin-bottom: 15px;
         color: #fff;
         border: 2px solid #14915a;
         background: #14915a;
         font-family: "Arial", "Helvetica", "微軟正黑體", "蘋果儷黑體";
         cursor: pointer;
     }

     .menuTrigger:before {
         content: '+';
         padding: 12px 0 8px 0;
         width: 40px;
         background: #33a673;
         color: #fff;
         display: inline-block;
         text-align: center;
         font-size: 16px;
         font-weight: bold;
         margin-right: 10px;
     }

     .menuTrigger.selected:before {
         content: '-'
     }

     div#submenu {
         margin-bottom: 20px;
     }

 }

 /*========================================
側邊搜尋欄位樣式
==========================================*/

 div#searchbox {
     background: linear-gradient(#f6f6f6, #fff);
     background: -webkit-linear-gradient(#f6f6f6, #fff);
     background: -moz-linear-gradient(#f6f6f6, #fff);
     background: -ms-linear-gradient(#f6f6f6, #fff);
     border: 1px solid #e1e1e1;
 }


 div#searchbox .content .tittle h4::after {
     content: "";
     background: url(../tw_images/about/searImg.png) no-repeat right;
     width: 95px;
     height: 40px;
     display: block;
     position: absolute;
     right: 0;
     top: -6px;
 }

 div#searchbox .content .tittle {
     position: relative;
 }

 div#searchbox .content .tittle h4 {
     margin-top: 25px;
     margin-bottom: 20px;
 }

 div#searchbox .content {
     margin: 15px;
 }

 div#searchbox .content select#prosear {
     width: 100%;
     border-radius: 5px;
     padding: 6px 0 6px 5px;
     margin-bottom: 10px;
     margin-top: 5px;
     border: 1px solid #d2d2d2;
 }

 div#searchbox .content .search input.seartext {
     border-radius: 5px;
     box-shadow: none;
     border: none;
     border: 1px solid #d2d2d2;
     width: 100%;
     padding: 5px;
     height: 34px;
 }

 div#searchbox .content .search {
     position: relative;
 }

 div#searchbox .content button.sear {
     position: absolute;
     right: 0px;
     background: #449ac6;
     border: none;
     top: 1px;
     color: #fff;
     padding: 5px 9px;
     border-top-right-radius: 5px;
     border-bottom-right-radius: 5px;
 }



 @media screen and (max-width: 1200px) {

     #searchbox {
         margin-bottom: 40px;
     }

 }



 @media screen and (max-width: 767px) {

     #searchbox {
         margin-bottom: 30px;
     }
 }

 /*========================================
內頁關於我們樣式
==========================================*/

 .abouImg01 {
     margin-bottom: 30px;
 }


 .abouImg02 {
     margin: 60px 0;
     text-align: right;
 }

 /*==========================================
內頁關於我們(產品示範材料)樣式 
============================================*/

 .mold_box_bg .col-md-9 {
     padding: 0;
 }

 ul.mateBox {
     padding: 0;
     margin: 0;
     text-align: right;
 }

 .content .mateBox li {
     display: inline-block;
     margin: 0 10px 60px 10px;
 }

 @media screen and (max-width: 1200px) {

     ul.mateBox {
         text-align: center;
     }

     .content .mateBox li {
         display: inline-block;
         margin: 0 10px 30px 10px;
     }

 }


 /*==========================================
內頁關於我們 交通地圖樣式 
============================================*/

 .paragra {
     text-align: left;
 }


 .paragra li {
     margin-bottom: 30px;
     line-height: 1.8em;
     list-style-type: disc;
 }

 .mapImg01 {
     text-align: right;
     margin-bottom: 40px;
 }

 @media screen and (max-width: 1200px) {

     .paragra {
         padding: 0 20px;
     }

 }


 /*=============================================
內頁產品介紹 樣式
===============================================*/

.proList h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-left: 20px;
} 

.proList ul {
     text-align: right;
	 display: inline;
 }

 .proList li {
     width: 21.5%;
     margin: 0 0 50px 24px;
     display: inline-table;
 }

 .proList li .iframe {
     position: relative;
     border: 2px solid #b5e1ce;
     text-align: center;
     background: #fff;
 }

 .proList li .iframe .hovr {
     background: url(../tw_images/product/hov.png) no-repeat center rgba(255, 255, 255, 0.5);
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     opacity: 0;
 }

 .proList li a:hover .hovr {
     opacity: 1;
     transition: all 0.8s ease-in-out;
     -webkit-transition: all 0.8s ease-in-out;
     -moz-transition: all 0.8s ease-in-out;
 }

.proList li .iframe img{
	max-width: 100%;
	width: 100%;
}

 .proList li .tittle {
     color: #333;
     text-align: left;
     margin: 15px 0 0 0;
     font-size: 18px;
     background: url(../tw_images/product/icon01.png) no-repeat left top 5px;
     padding-left: 20px;
 }

 @media screen and (max-width: 1200px) {

     .proList ul {
         text-align: center;
     }

     .proList li {
         margin: 0 0 30px 20px;
     }

 }

 @media screen and (max-width: 991px) {
	 .proList h3{
		 margin-left: 0;
	 }

     .proList ul {
         text-align: center;
     }

     .proList li {
         margin: 0 1% 30px;
		 width: 22.5%;
     }
	 
	 .proList li .tittle{
		 font-size: 16px;
	 }

 }


 @media screen and (max-width: 718px) {

     .proList li {
         width: 30.5%;
     }

 }

@media (max-width:580px){
	.proList h3{
		font-size: 20px;
	}
}

 @media (max-width: 480px) {

     .proList li {
         width: 47.2%;
     }

 }

 /*==================================================
內頁電子型錄 樣式
===================================================*/

 .ecatalog_box li {
     display: inline-block;
     margin: 0 0 45px 30px;
     width: 29.5%;
     background: #fff;
 }

 .ecatalog_box li a {
     border: 2px solid #b5e1ce;
     display: block;
 }

 @media screen and (max-width: 1200px) {

     .ecatalog_box li {
         display: inline-block;
         margin: 0 10px 30px 10px;
         width: 46%;
         background: #fff;
         text-align: center;
     }

 }

 @media screen and (max-width: 603px) {

     .ecatalog_box li {
         width: 45%;
     }

 }

 @media screen and (max-width: 603px) {

     .ecatalog_box li {
         width: 45%;
     }

 }


 @media screen and (max-width: 490px) {

     .ecatalog_box li {
         width: 44%;
     }
 }



 /*=================================================
內頁電子型錄細節頁 樣式
===================================================*/

 .catabgbox {
     background: url(../tw_images/ecatalog/ecaBg.jpg) #272b2d;
 }

 .catabgbox .edmbox {
     text-align: center;
     padding-top: 66px;
 }

 .edmdetail {
     margin-bottom: 35px;
 }

 .pagelist {
     max-width: 698px;
     margin: 0 auto 70px auto;
     text-align: right;
 }

 .pagelist li {
     display: inline-block;
     margin: 0 3px;
 }

 .pagelist li a {
     background: #14915a;
     display: inline-block;
     color: #fff;
     padding: 11px;
     width: 132px;
     text-align: center;
 }

 .pagelist li a:hover {
     background: #60a687;
 }

 .pagelist li:nth-child(3) a {
     background: #7b7b7b;
 }

 .pagelist li:nth-child(3) a:hover {
     background: #ababab;
 }



 @media screen and (max-width: 470px) {

     .pagelist li {
         width: 100%;
         margin: 6px;
         width: 100%;
     }

     .pagelist li a {
         width: 100%;
     }

 }

 /*===============================================
會員登入內頁 樣式
================================================*/

 .loginbox {
     border: 2px solid #abddc7;
     border-radius: 10px;
     max-width: 620px;
     margin: auto;
 }


 .loginbox .tittle h3 {
     color: #333;
     font-size: 17px;
 }


 .loginbox .tittle {
     background: linear-gradient(#f2fff9, #9fe4c6);
     background: -webkit-linear-gradient(#f2fff9, #9fe4c6);
     background: -moz-linear-gradient(#f2fff9, #9fe4c6);
     padding: 20px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }

 .loginbox .contentbox .nametitl {
     margin-bottom: 10px;
 }

 .loginbox .contentbox .group {
     margin-bottom: 10px;
 }

 .loginbox .contentbox {
     padding: 39px 23px 29px 23px;
 }


 .loginbox .contentbox input {
     width: 100%;
     padding: 9px 10px;
     border: 1px solid #e5e5e5;
 }

 .loginbox .contentbox input::placeholder {
     color: #e5e5e5;
 }


 .loginbox .contentbox .othchoice li a {
     color: #cf1212;
     text-decoration: underline;
     cursor: pointer;
 }

 .loginbox .contentbox .othchoice li a:hover {
     color: #ff7575;
     text-decoration: underline;
     cursor: pointer;
 }

 .loginbox .contentbox .othchoice li:nth-child(1) {
     padding-top: 15px;
 }

 .loginbox .contentbox .othchoice li:nth-child(2) {
     padding-bottom: 30px;
 }

 .loginbox .contentbox .othchoice li:nth-child(2) a {
     background: #60a687;
     display: block;
     color: #fff;
     text-decoration: none;
     text-align: center;
     padding: 8px;
     float: right;
     width: 98px;
 }

 .loginbox .contentbox .othchoice li:nth-child(2) a:hover {
     background: #76c5a2;
     color: #fff;
 }

 @media screen and (max-width: 991px) {

     .mold_box_bg .col-md-3 {
         padding: 0;
     }

     .service_box {
         width: 100%;
         max-width: 100%;
         float: none;
     }


     .loginbox {
         width: 100%;
         max-width: 100%;
     }

 }

@media (max-width:480px){
	.loginbox .contentbox {
		padding: 39px 10px 29px;
	}
}

 /*===============================================
會員註冊內頁 樣式
================================================*/

 .registerbox {
     border: 2px solid #abddc7;
     border-radius: 10px;
     max-width: 830px;
     margin: auto;
 }

 .registerbox .contentbox .group {
     margin-bottom: 10px;
 }

 .registerbox .tittle h3 {
     color: #333;
     font-size: 17px;
 }


 .registerbox .tittle {
     background: linear-gradient(#f2fff9, #9fe4c6);
     background: -webkit-linear-gradient(#f2fff9, #9fe4c6);
     background: -moz-linear-gradient(#f2fff9, #9fe4c6);
     padding: 20px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }

 .registerbox .nametitl {
     margin-bottom: 5px;
	 margin-top: 15px;
 }

 .registerbox .contentbox {
     padding: 20px 55px 45px 55px;
 }

 .registerbox .contentbox input {
     width: 100%;
     padding: 9px 10px;
     border: 1px solid #e5e5e5;
     background: #ecefee;
 }

 .registerbox .contentbox input::placeholder {
     color: #969696;
     font-family: "微軟正黑體";
 }

 .registerbox .contentbox select#area {
     width: 100%;
     background: url(../tw_images/other/selecImg.png) no-repeat #ecefee;
     border: 1px solid #e5e5e5;
     padding: 9px 10px;
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     background-position: 98%;
 }

 .registerbox .contentbox select#area::-ms-expand {
     display: none;
 }


 .registerbox .contentbox select#area::placeholder {
     color: #969696;
     font-family: "微軟正黑體";
 }

 .registerbox .contentbox select.kindbox {
     width: 100%;
     background: url(../tw_images/other/selecImg.png) no-repeat #ecefee;
     border: 1px solid #e5e5e5;
     padding: 9px 10px;
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     background-position: 98%;
 }

 .registerbox .contentbox select.kindbox::-ms-expand {
     display: none;
 }


 .registerbox .contentbox select.kindbox option::placeholder {
     color: #969696;
     font-family: "微軟正黑體";
 }


 .registerbox .contentbox textarea.oplist {
     width: 100%;
     background: #ecefee;
     border: 1px solid #e5e5e5;
     padding: 9px 10px;
 }

 .registerbox .contentbox .group .texbox .col-md-6 {
     padding: 0;
     margin-bottom: 20px;
 }


 .registerbox .contentbox input.poscode {
     width: 95%;
 }


 .registerbox .contentbox input.encity {
     width: 95%;
     float: right;
 }

 .othbox ul {
     text-align: right;
     margin-top: 35px;
 }

 .othbox li {
     display: inline-block;
     margin-left: 10px;
 }

 .othbox li a {
     width: 98px;
     display: block;
     padding: 8px;
     text-align: center;
 }


 .othbox li:nth-child(1) a {
     background: #60a687;
     color: #fff;

 }

 .othbox li:nth-child(1) a:hover {
     background: #76c5a2;
     color: #fff;
 }


 .othbox li:nth-child(2) a {
     background: #595959;
     color: #fff;
 }

 .othbox li:nth-child(2) a:hover {
     background: #828282;
     color: #fff;
 }

 @media screen and (max-width: 991px) {

     .registerbox .contentbox select#area {
         background-size: 3.5%;
     }

     .registerbox .contentbox select.kindbox {
         background-size: 3.5%;
     }

     .registerbox .contentbox input.poscode {
         width: 100%;
     }

     .registerbox .contentbox input.encity {
         width: 100%;
         float: none;
     }

     .registerbox .contentbox {
         padding: 20px 25px 15px 25px;
     }

 }

@media (max-width:480px){
	.registerbox .contentbox {
		padding: 20px 10px 15px;
	}
}

 /*=============================================
檔案下載內頁 樣式
==============================================*/

 .downloadbox .tablelist {
     width: 100%;
     display: table;
     border: 1px solid #abddc7;
     max-width: 830px;
     margin: auto;
     border-radius: 5px;
 }


 .downloadbox .tablelist .tr {
     display: table-row;
 }


 .downloadbox .tablelist .th {
     background: linear-gradient(#f2fff9, #9fe4c6);
     background: -webkit-linear-gradient(#f2fff9, #9fe4c6);
     background: -moz-linear-gradient(#f2fff9, #9fe4c6);
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     color: #333;
     display: table-cell;
     padding: 15px 0;
 }


 .downloadbox .tablelist .th:nth-child(1) {
     width: 8%;
     text-align: left;
     padding-left: 40px;
 }

 .downloadbox .tablelist .th:nth-child(2) {
     width: 16%;
     text-align: left;
 }

 .downloadbox .tablelist .th:nth-child(3) {
     width: 6%;
     text-align: center;
 }


 .downloadbox .tablelist .td {
     display: table-cell;
     /*     text-align: center;*/
     padding: 7px 0;
     border-bottom: 1px solid #abddc7;
     vertical-align: middle;
 }

 .downloadbox .tablelist .td:nth-child(1) {
     text-align: left;
     padding-left: 40px;
 }

 .downloadbox .tablelist .td:nth-child(2) {
     text-align: left;
 }

 .downloadbox .tablelist .td:nth-child(3) {
     text-align: center;
 }

 .downloadbox .tablelist .td a {
     display: inline-block;
     width: 28px;
     height: 30px;
     background: url(../tw_images/other/down.png) no-repeat;
 }

 .downloadbox .tablelist .td a:hover {
     display: inline-block;
     width: 28px;
     height: 30px;
     background: url(../tw_images/other/down_ho.png) no-repeat;
 }


 @media screen and (max-width: 576px) {

     .downloadbox {
         margin-bottom: 40px;
     }

     .downloadbox .tablelist {

         display: block;
         text-align: left;
     }

     .downloadbox .tablelist .tr {
         display: block;
         text-align: left;
         border-bottom: 1px dotted #969696;
         padding: 15px;
     }

     .downloadbox .tablelist .tr:nth-child(1) {

         display: none;
     }

     .downloadbox .tablelist .tr:nth-child(odd) {

         background: #eee;
     }

     .downloadbox .tablelist .th {
         display: none;
     }

     .downloadbox .tablelist .td {
         display: block;
         border: none;
         text-align: left;
         padding: 0;
     }

     .downloadbox .tablelist .td:nth-child(1) {
         color: #585858;
         font-size: 16px;
         padding-left: 0;
         margin-bottom: 10px;
     }

     .downloadbox .tablelist .td:nth-child(2) {
         color: #14915a;
         font-size: 18px;
     }

     .downloadbox .tablelist .td:nth-child(3) {
         text-align: left;
         margin: 10px 0 0 0;
     }

 }


 /*==============================================
頁數內頁 樣式
================================================*/

 .pageitem {
     text-align: center;
     margin: 40px 0;
 }

 .pageitem li:first-child,
 .pageitem li:last-child {
     text-indent: -9999px;
 }


 .pageitem li:first-child a,
 .pageitem li:last-child a {
     text-indent: -9999px;
     width: 36px;
     height: 36px;
     border-radius: 36px;
     line-height: 36px;
     border: 1px solid #707070;
     background: #fff;
     text-align: center;
     cursor: pointer;
     display: block;
 }


 .pageitem li {
     display: inline-table;
     margin: 0 8px;
     font-size: 18px;
 }

 .pageitem li a {
     color: #333;
 }

 .pageitem li a:hover {
     color: #14915a;
     text-decoration: underline;
 }


 .pageitem li.preview a {
     background: url(../tw_images/other/papre.png) no-repeat center;
 }

 .pageitem li.next a {
     background: url(../tw_images/other/panext.png) no-repeat center;
 }

 /*==============================================
問與答內頁 樣式
================================================*/

#post1 {
    padding: 0 15px;
}

.panel-heading .accordion-toggle:before {
	content: "Q";
	width: 36px;
	height: 36px;
	background: #abddc7;
	color: #18905b;
	display: inline-block;
	border-radius: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 24px;
	position: absolute;
	left: 0;
	top:0;
}

 .panel-heading .accordion-toggle:after {
     content: " ";
     background: url(../tw_images/other/caretup.png) no-repeat;
     float: right;
     width: 22px;
     height: 15px;
     position:absolute;
     top: 12px;
	 right: 0;
 }

 .panel-heading .accordion-toggle.collapsed:after {
     content: " ";
     background: url(../tw_images/other/caretdown.png) no-repeat center;
     float: right;
     width: 22px;
     height: 15px;
     position:absolute;
     top: 12px;
	 right: 0;
 }

.panel-default > .panel-heading + .panel-collapse > .panel-body{
	border-top:none;
}

.panel-default > .panel-heading{
	box-shadow: 0 1px 4px rgba(152, 152, 152, 0.3);
	border-bottom: 1px solid #cecece;
	min-height: 56px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body p{
	margin: 0;
}

.panel-title > a{
	display: block;
	position: relative;
	padding-left: 45px;
	padding-top: 10px;
	padding-right: 35px;
}

 @media screen and (max-width: 991px) {

     .panel-group .panel {
         margin-bottom: 15px;
     }


 }



 /*===============================================
客訴意見內頁 樣式
================================================*/

 .opinionbox {
     border: 2px solid #abddc7;
     border-radius: 10px;
     max-width: 830px;
     margin: auto;
 }

 .opinionbox .contentbox .group {
     margin-bottom: 10px;
 }

 .opinionbox .tittle h3 {
     color: #333;
     font-size: 17px;
 }

 .opinionbox .tittle {
     background: linear-gradient(#f2fff9, #9fe4c6);
     background: -webkit-linear-gradient(#f2fff9, #9fe4c6);
     background: -moz-linear-gradient(#f2fff9, #9fe4c6);
     padding: 20px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }

 .opinionbox .nametitl {
     margin-bottom: 15px;
 }

 .opinionbox .contentbox {
     padding: 50px 55px 45px 55px;
 }

 .opinionbox .contentbox input {
     width: 100%;
     padding: 9px 10px;
     border: 1px solid #e5e5e5;
     background: #ecefee;
 }

 .opinionbox .contentbox textarea.oplist {
     width: 100%;
     background: #ecefee;
     border: 1px solid #e5e5e5;
     padding: 9px 10px;
 }


 .opinionbox .contentbox input::placeholder {
     color: #969696;
     font-family: "微軟正黑體";
 }


 .opinionbox .group .col-md-7 {
     padding: 0;
 }

 .opinionbox img.authimg {
     margin-top: 10px;
     margin-left: 10px;
 }

 .opinionbox img.reloadimg {
     margin-top: 10px;
     margin-left: 10px;
 }

 .opinionbox .othbox ul {
     text-align: right;
     margin-top: 35px;
 }

 .opinionbox .othbox li {
     display: inline-block;
     margin-left: 10px;
 }

 .opinionbox .othbox li a {
     width: 98px;
     display: block;
     padding: 8px;
     text-align: center;
 }

 .opinionbox .othbox li:nth-child(1) a {
     background: #60a687;
     color: #fff;

 }

 .opinionbox .othbox li:nth-child(1) a:hover {
     background: #76c5a2;
     color: #fff;
 }


 .opinionbox .othbox li:nth-child(2) a {
     background: #595959;
     color: #fff;
 }

 .opinionbox .othbox li:nth-child(2) a:hover {
     background: #828282;
     color: #fff;
 }

 @media screen and (max-width: 991px) {

     .opinionbox .tittle h3 {
         color: #333;
         font-size: 16px;
         line-height: 1.5em;
     }

     .opinionbox .contentbox {
         padding: 30px 35px 25px 35px;
     }

     .opinionbox img.authimg,
     .opinionbox img.reloadimg {
         margin-left: 0;
     }


     .opinionbox .contentbox .col-md-3 {
         padding: 0;
     }


     .opinionbox .contentbox .col-md-2 {
         padding: 0;
     }
 }

@media (max-width:480px){
	.opinionbox .contentbox {
         padding: 30px 10px 25px;
     }
}

 /*===============================================
網站新訊內頁 樣式
================================================*/

 .newsbox {
     margin-bottom: 50px;
 }


 .newsbox .tablelist {
     width: 100%;
     display: table;
     border: 1px solid #abddc7;
     max-width: 830px;
     margin: auto;
     border-radius: 5px;
 }


 .newsbox .tablelist .tr {
     display: table-row;
 }


 .newsbox .tablelist .th {
     background: linear-gradient(#f2fff9, #9fe4c6);
     background: -webkit-linear-gradient(#f2fff9, #9fe4c6);
     background: -moz-linear-gradient(#f2fff9, #9fe4c6);
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     color: #333;
     display: table-cell;
     padding: 15px 0;
 }


 .newsbox .tablelist .th:nth-child(1) {
     width: 85%;
     text-align: left;
     padding-left: 40px;
 }

 .newsbox .tablelist .th:nth-child(2) {
     width: 15%;
     text-align: center;
 }


 .newsbox .tablelist .td {
     display: table-cell;
     /*     text-align: center;*/
     padding: 14px 0;
     border-bottom: 1px solid #abddc7;
     vertical-align: middle;
 }

 .newsbox .tablelist .td a {
     color: #333333;
 }

 .newsbox .tablelist .td a:hover {
     color: #14915a;
     text-decoration: underline;
 }

 .newsbox .tablelist .td:nth-child(1) {
     text-align: left;
     padding-left: 40px;
 }

 .newsbox .tablelist .td:nth-child(2) {
     text-align: center;
     color: #acacac;
 }



 @media screen and (max-width: 576px) {
     .newsbox .tablelist {

         display: block;
         text-align: left;
     }

     .newsbox .tablelist .tr {
         display: block;
         text-align: left;
         /*padding: 15px;*/
     }

     .newsbox .tablelist .tr:nth-child(1) {

         display: none;
     }

     .newsbox .tablelist .tr:nth-child(odd) {

         background: #eee;
     }

     .newsbox .tablelist .th {
         display: none;
     }

     .newsbox .tablelist .td {
         display: block;
         border: none;
         text-align: left;
		 padding: 8px 0;
     }

     .newsbox .tablelist .td:nth-child(2) {
         color: #36498e;
     }

 }


 /*===============================================
網站新訊細節內頁 樣式
================================================*/

 .service_box {
     max-width: 845px;
     float: right;
     width: 100%;
     margin-bottom: 30px;
 }


 .newsbox_view .tittle {
     background: #ecf8f3;
     border-left: 6px solid #15905a;
     padding-left: 6px;
 }


 .newsbox_view .tittle h3 {
     background: #ecf8f3;
     font-size: 18px;
     padding: 18px 0px 16px 12px;
     border-bottom: 1px solid #15905a;
     border-left: 13px solid #15905a;
 }


 .newsbox_view .date {
     color: #acacac;
     margin: 15px 0;
     text-align: right;
 }


 .backbtn {
     clear: both;
 }


 .backbtn a {
     color: #fff;
     padding: 10px 30px;
     background: #595959;
     float: right;
 }


 .backbtn a:hover {
     background: #797979;
 }


 @media screen and (max-width: 577px) {

     .newsbox .tablelist .td:nth-child(1) {
         padding: 10px;
		 background: linear-gradient(#f2fff9, #9fe4c6);
         background: -webkit-linear-gradient(#f2fff9, #9fe4c6);
         background: -moz-linear-gradient(#f2fff9, #9fe4c6);

     }

     .newsbox .tablelist .td:nth-child(1) a {
         color: #14915a;

     }

     .newsbox .tablelist .td:nth-child(2) {
         color: #acacac;
         text-align: left;
		 padding: 10px;
     }

     .newsbox_view .tittle h3 {
         line-height: 1.5em;
     }
 }

 /*===============================================
聯絡我們內頁 樣式
================================================*/

 .contactusbox .tittle::after {
     content: "";
     width: 50px;
     height: 50px;
     background: url(../tw_images/other/phone.png) no-repeat center #14915a;
     display: block;
     position: relative;
     top: -52px;
 }

 .contactusbox .tittle h3 {
     border-bottom: 2px solid #14915a;
     padding: 10px 0 10px 60px;
 }


 .contactusbox .contop .map {
     border: 3px solid #dddddd;
     height: 389px;
 }

 .contactusbox .contop .comtittle {
     color: #4d665b;
     font-size: 21px;
     font-weight: bold;
     margin-bottom: 8px;
 }


 .contactusbox .comdet li {
     margin-bottom: 6px;
 }

 /*以下是聯絡我們表單*/

 .contentbox.form {
     border: 2px solid #abddc7;
     border-radius: 10px;
     max-width: 1140px;
     margin: auto;
 }

 .contactusbox .contop {
     margin-bottom: 55px;
     overflow: hidden;
 }

 .contentbox.form .contentbox .group {
     margin-bottom: 10px;
 }

 .contentbox.form .tittle h3 {
     color: #333;
     font-size: 17px;
     border-bottom: none;
     padding: 0;
 }

 .contentbox.form .tittle::after {
     content: "";
     display: none;

 }

 .contentbox.form .tittle {
     background: linear-gradient(#f2fff9, #9fe4c6);
     background: -webkit-linear-gradient(#f2fff9, #9fe4c6);
     background: -moz-linear-gradient(#f2fff9, #9fe4c6);
     padding: 20px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }

 .contentbox.form .nametitl {
     margin-bottom: 5px;
	 margin-top: 15px;
 }

 .contentbox.form .contentbox {
     padding: 50px 55px 45px 55px;
 }

 .contentbox.form .contentbox input {
     width: 100%;
     padding: 9px 10px;
     border: 1px solid #e5e5e5;
     background: #ecefee;
	 height: 40px;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
 }

.contentbox.form textarea.form-control{
	border:1px solid #e5e5e5;
	background-color:#ecefee;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
}

 .contentbox.form .contentbox input::placeholder {
     color: #969696;
     font-family: "微軟正黑體";
 }


 .contentbox.form .contentbox select#area {
     width: 100%;
     background: url(../tw_images/other/selecImg.png) no-repeat #ecefee;
     border: 1px solid #e5e5e5;
     padding: 9px 10px;
     appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     background-position: 98%;
 }

 .contentbox.form .contentbox select#area::-ms-expand {
     display: none;
 }

 .contentbox.form .contentbox select#area::placeholder {
     color: #969696;
     font-family: "微軟正黑體";
 }

 .contentbox.form .contentbox textarea.oplist {
     width: 100%;
     background: #ecefee;
     border: 1px solid #e5e5e5;
     padding: 9px 10px;
 }

 .contentbox.form .contentbox input::placeholder {
     color: #969696;
     font-family: "微軟正黑體";
 }

 .contentbox.form .contentbox textarea::placeholder {
     color: #969696;
     font-family: "微軟正黑體";
 }


 .contentbox.form .contentbox .col-md-8 {
     padding: 0;
 }


 .contentbox.form .contentbox img.authimg {
     margin: 10px 0 0 0;
     float: right;
 }

 .contentbox.form .contentbox img.reloadimg {
     margin: 10px 0 0 0;
     float: right;
 }



 .contentbox.form .contentbox .othbox ul {
     text-align: right;
     margin-top: 35px;
 }

 .contentbox.form .contentbox .othbox li {
     display: inline-block;
     margin-left: 10px;
 }

 .contentbox.form .contentbox .othbox li a {
     width: 98px;
     display: block;
     padding: 8px;
     text-align: center;
 }

 .contentbox.form .contentbox .othbox li:nth-child(1) a {
     background: #60a687;
     color: #fff;
 }

 .contentbox.form .contentbox .othbox li:nth-child(1) a:hover {
     background: #76c5a2;
     color: #fff;
 }

 .contentbox.form .contentbox .othbox li:nth-child(2) a {
     background: #595959;
     color: #fff;
 }

 .contentbox.form .contentbox .othbox li:nth-child(2) a:hover {
     background: #828282;
     color: #fff;
 }

@media (max-width:1200px){
	.contactusbox>.contop>.col-md-7{
		padding: 0;
	}
}

 @media screen and (max-width: 991px) {

     .contentbox.form .tittle h3 {
         line-height: 1.5em;
     }

     .contactusbox .contop {
         margin-bottom: 25px;
     }

     .contactusbox .contop .comtittle {
         margin-top: 30px;
     }

     .contentbox.form .contentbox select#area {
         background-size: 3%;
     }

     .contentbox.form .contentbox {
         padding: 30px 35px 25px 35px;
     }

 }

@media (max-width:580px){
	.contentbox.form .contentbox {
		padding: 30px 15px 0;
	}
	
	.contactusbox>.contop>.col-md-5{
		padding: 0;
	}
}



table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */


/*-------產品table-------*/
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	/*div.table-wrapper div.scrollable { margin-left: 35%; }*/
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; margin-left: 24%; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }


 /*===============================================
產品內容內頁 樣式
===============================================*/

 /*===============================================
切換樣式
===============================================*/

 ul.nav.nav-tabs {
     background: #f7f7f7;
     color: #333333;
     border-bottom: 2px solid #e4e4e4;
     margin-bottom: 40px;
 }

 ul.nav.nav-tabs li {
     width: 145px;
     text-align: center;
 }

 ul.nav.nav-tabs li a {
     padding: 14px 0;
     color: #333;
 }

 ul.nav.nav-tabs .active a {
     background: #d8eee4;
     border-radius: 0;
     border: none;
     display: block;

 }

 .productdetail_box {
     max-width: 844px;
     float: right;
     width: 100%;
 }

 .productdetail_box .tittle h3 {
     border-bottom: 2px solid #14915a;
     padding: 10px 0 10px 60px;
 }


 .productdetail_box .tittle::after {
     content: "";
     width: 50px;
     height: 50px;
     background: url(../tw_images/other/tag.png) no-repeat center #14915a;
     display: block;
     position: relative;
     top: -52px;
 }


 .productdetail_box table tbody tr:nth-child(2n) {
     background-color: #fff;
 }

 .productdetail_box table th {
     font-weight: bold;
 }

 .productdetail_box table td,
 .productdetail_box table th {
     padding: 11px 10px;
     text-align: left;
 }

.productdetail_box .inqurbox table td{
	padding: 11px 0 11px 10px;
}

.productdetail_box .inqurbox table td:nth-child(even){
	padding: 11px 0;
	font-size: 14px;
	letter-spacing: -0.5px;
}

 .productdetail_box .pinned table th,
 .productdetail_box .pinned table td {
     border-top: 1px solid #b2b2b2;
 }

 span.bor {
     display: inline-block;
     vertical-align: middle;
     width: 50%;
     text-align: center;
 }

table.unit tr {
    vertical-align: middle;
}

table.unit tr td {
    padding: 0;
    vertical-align: middle;
}
.unit {
    font-size: 14px;
    margin-bottom: 5px;
}
 @media only screen and ( max-width: 2500px) {

     .productdetail_box .paraform01 .pinned table td:first-child {
         /*padding: 18px 10px;*/
         font-size: 14px;
         font-weight: bold;
		 vertical-align: middle;
     }

     .productdetail_box .paraform01 table.responsive th {
         border-right: 1px solid #b2b2b2;
         border-bottom: 1px solid #b2b2b2;
         text-align: center;
     }

     .productdetail_box .paraform01 table.responsive tr {
         border-right: 1px solid #b2b2b2;
         text-align: center;
         font-size: 14px;
		 height: 45px;
     }

     .productdetail_box .paraform01 table.responsive td {
         border-bottom: 1px solid #b2b2b2;
         border-right: 1px solid #b2b2b2;
         text-align: center;

     }

     .productdetail_box .paraform01 table.responsive {
         margin-bottom: 0;
         border: 1px solid #b2b2b2;
         border-bottom: none;
     }


     /*.productdetail_box .paraform01 table.responsive tr:nth-child(2) td::after {
         width: 1px;
         background: #b2b2b2;
         height: 100%;
         display: inline-block;
         content: "";
         position: absolute;
         top: 0;
         left: 50%;
     }*/
     .productdetail_box .paraform01 .pinned {
         position: absolute;
         left: 0;
         top: 0;
         background: #fff;
         width: 24%;
         overflow: hidden;
         overflow-x: scroll;
         border-right: 1px solid #ccc;
         border-left: 1px solid #ccc;
     }
     .productdetail_box .paraform01 .pinned table {
         border-right: none;
         border-left: none;
         width: 100%;
     }
     .productdetail_box .paraform01 .pinned table th,
     .productdetail_box .paraform01 .pinned table td {
         white-space: nowrap;
         border-right: 1px solid #b2b2b2;
         border-bottom: 1px solid #b2b2b2;
         text-align: left;
     }
     .productdetail_box .paraform01 .pinned td:last-child {
         border-bottom: 0;
     }

     .productdetail_box .paraform01 div.table-wrapper {
         position: relative;
         margin-bottom: 20px;
         overflow: hidden;
         border-right: 1px solid #ccc;
     }
     .productdetail_box .paraform01 div.table-wrapper div.scrollable table {
         /*margin-left: 24%;*/
		 width: 100%;
     }
     .productdetail_box .paraform01 div.table-wrapper div.scrollable {
         overflow: scroll;
         overflow-y: hidden;
         /*height: 690px;*/
     }

     .productdetail_box .paraform01 table.responsive td,
     .productdetail_box .paraform01 table.responsive th {
         position: relative;
         white-space: nowrap;
         overflow: hidden;
         text-align: center;
		 padding-right: 10px;
		 padding-left: 10px;
     }
	 
	 .productdetail_box .paraform01 table.responsive th {
		padding: 12.5px 10px;
	}
     .productdetail_box .paraform01 table.responsive th:first-child,
     .productdetail_box .paraform01 table.responsive td:first-child,
     .productdetail_box .paraform01 table.responsive td:first-child,
     .productdetail_box .paraform01 table.responsive.pinned td {
         display: none;
     }


     /*part2表格*/
     .productdetail_box .paraform02 .pinned table td:first-child {
         padding: 11px 10px;
         font-size: 14px;
         font-weight: bold;
     }

     .productdetail_box .paraform02 table.responsive th {
         border-right: 1px solid #b2b2b2;
         border-bottom: 1px solid #b2b2b2;
         text-align: center;
     }

     .productdetail_box .paraform02 table.responsive tr {
         border-right: 1px solid #b2b2b2;
         text-align: center;
         font-size: 14px;
     }

     .productdetail_box .paraform02 table.responsive td {
         border-bottom: 1px solid #b2b2b2;
         border-right: 1px solid #b2b2b2;
         text-align: center;

     }

     .productdetail_box .paraform02 table.responsive {
         margin-bottom: 0;
         border: 1px solid #b2b2b2;
         border-bottom: none;
     }



     .productdetail_box .paraform02 .pinned {
         position: absolute;
         left: 0;
         top: 0;
         background: #fff;
         width: 24%;
         overflow: hidden;
         overflow-x: scroll;
         border-right: 1px solid #ccc;
         border-left: 1px solid #ccc;
     }
     .productdetail_box .paraform02 .pinned table {
         border-right: none;
         border-left: none;
         width: 100%;
     }
     .productdetail_box .paraform02 .pinned table th,
     .productdetail_box .paraform02 .pinned table td {
         white-space: nowrap;
         border-right: 1px solid #b2b2b2;
         border-bottom: 1px solid #b2b2b2;
         text-align: center;
     }
     .productdetail_box .paraform02 .pinned td:last-child {
         border-bottom: 0;
     }

     .productdetail_box .paraform02 div.table-wrapper {
         position: relative;
         margin-bottom: 20px;
         overflow: hidden;
         border-right: 1px solid #ccc;
     }
     /*.productdetail_box .paraform02 div.table-wrapper div.scrollable table {
         margin-left: 23%;
     }*/
     .productdetail_box .paraform02 div.table-wrapper div.scrollable {
         overflow: scroll;
         overflow-y: hidden;
         height: auto;
     }

     .productdetail_box .paraform02 table.responsive td,
     .productdetail_box .paraform02 table.responsive th {
         position: relative;
         white-space: nowrap;
         overflow: hidden;
         text-align: center;
     }
     .productdetail_box .paraform02 table.responsive th:first-child,
     .productdetail_box .paraform02 table.responsive td:first-child,
     .productdetail_box .paraform02 table.responsive td:first-child,
     productdetail_box .paraform02 table.responsive.pinned td {
         display: none;
     }

 }


 /*===============================================
詢價單內頁 樣式
===============================================*/

 .inqurbox {
     border: 1px solid #d2d2d2;
 }

 .inqurbox table {
     margin-bottom: 0;
 }

 .tatittle {
     background: #9d9d9d;
     color: #fff;
     padding: 5px 19px;
 }

 .inqurbox table tr:nth-child(odd) {
     background: #fdfde8;
 }

 .inqurbox span.num {
     display: inline-block;
     margin-left: 5px;
 }

 .inqurbtn {
     text-align: right;
     margin: 40px 0 0 0;
 }

 .inqurbtn li {
     display: inline-block;

 }

 .inqurbtn li a {
     display: block;
     background: #595959;
     color: #fff;
     padding: 12px 25px;
 }


 .inqurbtn li a:hover {
     background: #14915a;
 }


 .inqurbtn li:first-child a {
     margin-right: 10px;
 }


 @media screen and (max-width: 1200px) {

     .inqurbox span.num {
         font-size: 13px;
         margin: 0;
     }

     .table-responsive {
         margin-bottom: 0;
     }

 }



/*************************************/
/*            inquiry table          */
/*************************************/
.inquiry_table {
    width: 100%;
    display: table;
    margin-bottom: 20px;
    border-collapse: separate;
	max-width: 1140px;
	margin: 0 auto;
}

.inquiry_table .thead,
.inquiry_table .tbody{
    display: table-header-group;
}

.inquiry_table .tr {
    display: table-row;
}

.inquiry_table .thead .th {
    color: #fff;
    text-align: center;
    background: #3e3e3e;
    position: relative;
	font-size:17px !important;
}

.inquiry_table .tbody .td {
    color: #282828;
    text-align: center;
    vertical-align: middle;
}

.inquiry_table .thead .th, 
.inquiry_table .tbody .td {
    display: table-cell;
    padding: 7px;
    font-size: 18px;
	/*border-right:1px solid #fff;*/
	border-bottom:1px solid #d7d7d7;
}

/*.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: 17px;    
	line-height: 30px;
}

.inquiry_table .tbody .td input{
	height: 32px;
    border-radius: 0;
    border:1px solid #9e9e9e;
    font-size: 17px;
    color: #282828;
	background:#fff;
}

.inquiry_table .tr .td:nth-child(1) {
    width: 10%;
}
 
.inquiry_table .tr .td:nth-child(2) {
    width: 49%;
	line-height: 22px;
	padding: 10px;
}

.inquiry_table .tr .td:nth-child(3) {
    width: 18%;
}
 
.inquiry_table .tr .td:nth-child(4) {
    width: 13%;
}


.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:#d0d0d0;
}

@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: 1px solid rgba(108,108,108,0.35);
		box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	}

	.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){
		color:#323232;
		font-size: 15px;
	}	
	
	.inquiry_table .tbody .td:nth-child(2){
		color:#834949;
		line-height: 22px;
		padding-bottom: 7px;
		word-break: break-all;
	}


	.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: #ededed;
	}

	.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 .tr:last-child .td {
		border-bottom: 1px dashed #fff;
	}

	.inquiry_table .tbody .td:first-child,
	.inquiry_table .tbody .td:last-child{
		border-bottom: none;
	}

	.inquiry_table .tbody .tr:last-child .td:first-child,
	.inquiry_table .tbody .tr:last-child .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: "Standard";
		text-align: left;
		color:#323232;
	}

	.inquiry_table .tbody .td:nth-child(4):before {
	   content: "Num";
		text-align: left;
		color:#323232;
	}

	.inquiry_table .tbody .td:nth-child(5):before {
		content: "";
	}

	.inquiry_table .tbody .td input{
		background: #eee;
		border: 1px solid #959595;
	}
}


/*--------------inquery-------------*/

.conBtn{
	text-align:center;
	margin:10px auto 35px;
}

.btn_con{
	width: 98px;
	padding: 8px;
	text-align: center;
	background:#60a687;
	display: inline-block;
	color: #fff;
	margin: 30px 10px;
}


.btn_con:hover{
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	background: #595959;
}


.inq_title{
	font-size: 17px;
	color:#545454;
	line-height: 28px;
}

.getCode img{
	padding-top:10px;
	text-align:left;
}

input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #c4171f;
	font-size:32px;
	font-weight:800;
}

.proInquiry table tr th{
	line-height:40px;
	font-size:15px;
}

.form-group select{	
	display: block;
	width: 100%;
	height: 40px;
	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:17px;
	color:#999;
	box-shadow: none;
	background: #fff;
	border:1px solid #ccc;
}

.proInquiry textarea{
	border-radius:0;
	border:none;
	font-size:17px;
	color:#545454;
	box-shadow: none;
	background: #fff;
	border:1px solid #ccc;
}

.proInquiry .form-group label{
	margin-bottom:5px;
	font-size:17px;
	color:#282828;
}

.proInquiry .list-inline {
    font-size: 16px;
    color: #545454;
}

.proInquiry .list-inline input{
	height: 10px;
	margin-bottom: 15px;
}

.radioTitle{
	font-size: 17px;
	color:#545454;
	font-weight: bold;
	line-height: 39px;
}

.proInquiry .list-inline > li:first-child {
    margin-left: 5px;
}

.proInquiry .form-control:focus {
    border-color: #d9565c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(196, 23, 32, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(196, 23, 32, .6);
}

.radioContent{
	overflow: hidden;
	margin: 10px 0 20px;
}

.contentbox.form .contentbox input[type="radio"]{
	width:auto;
	height: auto;
	float: left;
	margin-right: 5px;
}

.inquiry_table a {
    color: #c4171f;
    font-size: 32px;
    font-weight: 800;
}

@media (max-width:767px){
	.inq_title {
    	font-size: 16px;
	}
	
	.radioTitle{
		margin-bottom: 5px;
	}
	
	.proInquiry .list-inline {
		margin-bottom: 10px;
	}
}

@media (max-width:480px){
	.proInquiry .list-inline > li {
		margin-left: 5px;
	}	
}

@media (max-width:480px){
	.col-380{
		width:100%;
	}
	
	.getCode img{
		padding-top:0;
	}
}

@media (max-width:350px){
	.btn_con{
		margin: 20px 0 0;
		width: 100%;
	}
}

@media (max-width:410px){
	.codeBox .col-410{
		width: 100%;
	}
	
	.codeBox .col-xs-4,
	.codeBox .col-xs-2{
		width: auto;
	}
}

/*-----------select 箭頭 統一------------*/
.select-style1 {
    border: 1px solid #e5e5e5;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	background: url("../tw_img/other/icon-select.png") no-repeat 98% 60%,#ecefee;
	height: 40px;
	font-size: 17px;
	color: #999;
	line-height: 40px;
}

.select-style1 select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 5px 8px;*/
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
	padding-left: 10px;
}

/*--------ie 箭頭 刪除--------*/
.select-style1 select::-ms-expand {
    display: none;
}

.select-style1 select:focus {
    outline: none;
}

.select-style1 select option{
	color:#282828;
}

@media (max-width:767px){
	.select-style1 {
		background: url("../tw_img/other/icon-select.png") no-repeat 97.5% 60%,#ecefee;
	}
}

@media (max-width:580px){
	.select-style1 {
		background: url("../tw_img/other/icon-select.png") no-repeat 96.5% 60%,#ecefee;
	}
}

@media (max-width:480px){
	.select-style1 {
		background: url("../tw_img/other/icon-select.png") no-repeat 96% 60%,#ecefee;
	}
}

@media (max-width:360px){
	.select-style1 {
		background: url("../tw_img/other/icon-select.png") no-repeat 95.5% 60%,#ecefee;
	}
}

