@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              */
/*************************************/

.header-content{
	background: url(../tw_img/logo/logo.png) center center no-repeat, #eee;
	height:105px;
}

.lang-content .dropdown {
    position: relative;
    top: 35px;
    right: -170px;
	width: 140px;
}

.lang-content .dropdown button{
	min-width: 140px;
	border-radius: 0;
	height: 40px;
	font-size: 18px;
}

.lang-content .dropdown button:hover, 
.lang-content .btn-default:active, 
.lang-content .btn-default.active, 
.lang-content .open > .dropdown-toggle.btn-default,
.lang-content .btn-default:focus, .btn-default.focus{
	background: #fff;
}

.lang-content .dropdown .dropdown-menu{
	min-width: 140px;
	font-size: 16px;
}

.search-content p{
	color:#282828;
	text-align:right; 
	position:absolute; 
	right:80px;
	font-size: 18px;
	margin-top: 10px;
}

.search-content p a{
	color:#63c6ff;
}

.search-content p a:hover,
.search-content p a.lang-active{
	color:#ebebeb;
}

.search-content{
    width:100%;
    margin: 6px auto;
}

.searchbox{
    position:relative;
    min-width:40px;
    width:0%;
    height:40px;
    float:right;
    overflow:hidden;
    top:-5px;
    -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 10px 0px 20px;
    font-size:18px;
    color:#282828;
	border-radius: 24px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #282828;
}
.searchbox-input:-moz-placeholder {
    color: #282828;
}
.searchbox-input::-moz-placeholder {
    color: #282828;
}
.searchbox-input:-ms-input-placeholder {
    color: #282828;
}

.searchbox-icon,
.searchbox-submit{
	width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #282828;
    border-radius: 24px;
}

.searchbox-icon{
	font-size: 25px;
}

.searchbox-open{
    width:100%;
}

@media (max-width:1200px){
	.search-content {
		margin: 6px auto;
	}
	
	.search-content p{
		margin-top: 10px;
	}
	
	.lang-content .dropdown {
		right: -110px;
	}
}

@media (max-width:991px){	
	.lang-content .dropdown {
		right: -50px;
	}
}

@media (max-width:767px){
	header{
		display: none;
	}
	
	.search-content p {
		right: 20px;
	}

	.header-lang{
		display: none;
	}	
}


@media (max-width:1200px){
	.logo{
		margin: 10px auto;
	}
}

@media (max-width:991px){
	.logo{
		margin: 10px auto 0;
	}	
}

@media (max-width:767px){
	.logo {
		margin: 10px auto;
		max-width: 180px;
	}

}

@media (max-width:480px){
	.logo{
		max-width: 160px;
	}	
}

@media (max-width:360px){
	.logo{
		max-width: 150px;
	}	
}

/*************************************/
/*             navigation            */
/*************************************/

.nav-content{
	background: #00548c;
}

.nav-content .navbar{
	min-height: 40px;
}

.navbar-default .navbar-nav > 
.active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color:transparent;
    background-color:#373737;
}

nav.navbar.bootsnav ul.nav > li > a{
	position: relative;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
    background: #373737;
	color: #fff;
}

.nav-content .navbar-brand {
    height: 40px;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color:transparent;
}

ul.navbar-nav>li>ul>li>a{
	font-size: 17px;
}

.search-li{
	display: none !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
	padding: 10px 15px;
	border-bottom: solid 1px #fff;
	color: #373737;
	background: #eee;
}

nav.navbar.bootsnav li.dropdown .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #0b76bc !important;
}

@media (max-width:992px){
	nav.navbar.bootsnav ul.nav > li > a:after,
	nav.navbar.bootsnav ul.nav > li:last-child > a:before{
		display:none;
	}
	
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
		top: -1px;
	}
	
	.navbar-default .navbar-nav > .active > a:focus {
		color:transparent;
		background-color:transparent;
	}
	
	ul.navbar-nav>li>ul>li>a{
		font-size: 17px;
		font-weight: bold;
		color:#373737 !important;
	}
	
	ul.navbar-nav>li>ul>li>a.active,
	ul.navbar-nav>li>ul>li>a.focus,
	ul.navbar-nav>li>ul>li>a.on{
		color:#feff8b !important;
	}
	
	ul.navbar-nav>li>ul>li:last-child a{
		border-bottom: none;
	}
}

@media (max-width:767px){
	.search-li{
		display: block !important;
	}
	
	.search-li .navbar-form{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.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;
	}
	
	.search-li .navbar-default .navbar-collapse, 
	.navbar-default .navbar-form {
		border: none;
	}
	
	nav.navbar.bootsnav ul.nav > li:first-child > a:hover{
		background-color: transparent;
	}
	
	.search-li p a {
		width: 33.33%;
		display: inline-block;
		text-align: center;
		background: #c3c3c3;
		border:none;
		border-right: 1px solid #fff;
		margin-bottom: 10px;
		line-height: 35px;
		color:#282828;
		font-weight: bold;		
	}
	
	.search-li p a:last-child{
		border-right: none;
	}
	
	.search-li .navbar-form {
		padding: 0;
	}	
	
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 25px;

	}
}


/*************************************/
/*                index              */
/*************************************/

.index-about{
	background:url(../tw_img/index/index_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.index-about h3{
	font-size: 30px;
	font-weight: bold;
	color:#00548c;
	margin-bottom: 20px;
}

.index-about img{
	margin: 0 auto;
}

@media (max-width:1200px){
	.index-about img{
		margin: 20px auto 0;
	}
}

@media (max-width:991px){
	.index-about img{
		margin: 15px auto;
	}
}

@media (max-width:767px){
	.index-about{
		padding: 25px 0 20px;
	}
}

@media (max-width:480px){
	.index-about{
		padding: 20px 0 10px;
	}
	
	.index-about h3{
		font-size: 27px;
	}
}




/*************************************/
/*               index hp            */
/*************************************/

.index-hp{
	margin-top: 30px;
}

.index-hp-box h3{
	font-size: 30px;
	font-weight: bold;
	color:#00548c;
	padding-bottom: 10px;
	margin-top: 30px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}


.hp-list p{
	background: #fff;
	padding: 10px;
	color:#292929;
	font-size: 18px;
	text-align: center;
}

.hp-list:hover p{
	color:#00548c;
}

/*------------hover zoom-----------*/

.hp-box{
	overflow: hidden;
	border: 8px solid #fff;
}

.hp-list:hover .hp-box{
	border:8px solid #eeeeee;
}

.hover01 .hp-list img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover01 .hp-list:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


@media (max-width:480px){	
	.index-hp-box h3{
		font-size: 27px;
	}
}


/*************************************/
/*             banner 02             */
/*************************************/

.banner-bg{
	background:url(../tw_img/banner/inside_banner_01.jpg) top center no-repeat;
	background-size:100%;
	padding-bottom:12.604%;
}

@media (max-width:767px){
	.banner-bg{
		background:url(../tw_img/banner/inside_banner_02.jpg) top center no-repeat;
		background-size:100%;
		padding-bottom:16.4626%;
	}
}

@media (max-width:480px){
	.banner-bg{
		background:url(../tw_img/banner/inside_banner_03.jpg) top center no-repeat;
		background-size:100%;
		padding-bottom:20.6838%;
	}
}



/*************************************/
/*               footer              */
/*************************************/

/*************************************/
/*               footer              */
/*************************************/

footer{
	padding: 25px 0 22px;
	background: #252525;
	font-size: 18px;
	color:#bcbcbc;
	line-height: 20px;
	border-top:3px solid #00548c;
}

footer .ft-logo+.col-md-offset-1{
	border-right:1px solid #bcbcbc;
}

footer h3{
	font-size: 18px;
	color:#eeeeee;
	line-height: 35px;
	margin-bottom: 10px;
	font-weight: bold;
}


.footer-add {
    margin-left: 0;
	margin-top: 10px;
}

.footer-add li{
	display:inline-block;
	font-size:16px;
	color:#bcbcbc;
	line-height:30px;
}

.footer-add li:nth-child(1){
	width:100%;
}

.footer-add li:nth-child(2),
.footer-add li:nth-child(3),
.footer-add li:nth-child(4){
	width:40%;
}

.footer-add li i{
	color:#bcbcbc;
	margin-right:8px;
	font-size: 18px;
	width: 20px;
	text-align: center;
}

.footer-add li a{
	color:#bcbcbc;
}

.footer-add li:nth-child(5):hover i,
.footer-add li a:hover{
	color:#bcbcbc;
}

.col-md-6.col-offset.pd580-0.bor-right{
	border-left:1px solid #000000;
	box-shadow: -1px 0 0 #4e4e4e;
}

.col-md-6.col-offset {
    padding: 0 40px;
}

@media (max-width:1200px){
	.footer-add li:nth-child(2),
	.footer-add li:nth-child(3),
	.footer-add li:nth-child(4){
		width:48%;
	}
}


@media (max-width:991px){
	footer{
		padding: 15px 0;
	}
	
	.footer-add{
		margin-bottom: 10px;
		text-align: center;
		margin-left: 0;
	}
	
	.footer-add li:nth-child(2),
	.footer-add li:nth-child(3),
	.footer-add li:nth-child(4){
		width:30%;
	}	
	
	.col-md-5.col-md-offset-1{
		margin-left: 0;
	}
	
	footer .ft-logo+.col-md-offset-1{
		border-right:none;
	}
	
	footer h3{
		text-align: center;
	}
	
	.col-md-5.col-md-offset-1.ft2{
		margin-top: 25px;
	}
	
	.col-md-6.col-offset.pd580-0.bor-right{
		border-left:none;
		box-shadow: 2px 0 0 rgba(0,0,0,0);
	}
}

@media (max-width:767px){
	footer{
		padding-bottom: 20px;
	}
}

@media (max-width:680px){	
	.footer-add{
		margin-bottom: 12px;
	}
	
	.footer-add br{
		display:none;
	}

	.footer-add li:nth-child(2),
	.footer-add li:nth-child(3),
	.footer-add li:nth-child(4){
		width:100%;
	}

	.footer-add li{
		display:block;
		width:100%;
		text-align:center;
		padding-left:0;
		line-height: 25px;
		font-size: 15px;
	}
	
	.col-md-5.col-md-offset-1{
		width:50%;
		float: left;
	}
	
	footer h3{
		font-size: 18px;
		text-align: left;
	}
	
	.footer-add li{
    	text-align: left;
	}
	
	.col-md-5.col-md-offset-1.ft2{
		margin-top: 0;
	}
}

@media (max-width:630px){
	footer{
		padding-bottom: 15px;
	}
	
	footer h3{
		font-size: 16px;
	}
}

@media (max-width:580px){
	.col-md-5.col-md-offset-1{
		width:100%;
	}
	
	.col-md-5.col-md-offset-1.ft2{
		margin-top: 15px;
	}
	
	footer .ft-logo+.col-md-offset-1{
		border-right:none;
	}
	
	footer h3{
		font-size: 18px;
		text-align: center;
	}
	
	.footer-add li{
    	text-align: center;
	}
	
	.pd580-0{
		padding:0;
	}
}

@media (max-width:480px){
	footer{
		padding-bottom: 10px;
	}
}




.footer-down{
	padding:10px 0;
	font-size:15px;
	font-family: Arial;
	background: #121212;
}

.footerUl2{
	list-style-type: none;
	color:#363636;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.03rem;
	margin-bottom:0;
	display: inline-block;
	margin-left: 5px;
	vertical-align: super;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#363636;
	font-size:15px;
}

.footerUl2 li a:hover{
	text-decoration:underline;
}

.footer-down img {
    position: relative;
    top: 3px;
}


@media (max-width: 767px) {
	.footerUl2{
		text-align:center;
	}

	.footerUl2{
		padding-left:0;
	}

	.footerUl2 li{
		  display:inherit;
	}

	.footerUl2 br{
		display:none;
	}

	.footer-down img{
		display: none;
	}
}

@media (max-width: 650px) {
	.footerUl2{
		text-align:center;
		font-size:15px;
	}

	.dis2{
		display:inline;
	}
}


/*************************************/
/*               about us            */
/*************************************/

.about-content{
	background:url(../tw_img/other/about_01.jpg) top center no-repeat, url(../tw_img/other/about_bg.jpg) bottom right no-repeat, #1b1b1b;
	padding: 365px 60px 170px;
}

.about-content h5{
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 5px;
}

.about-content h5 span{
	color:#959595;
}

.about-content p{
	font-size: 18px;
	line-height: 28px;
	color:#fff;
}

@media (max-width:991px){
	.about-content{
		background:url(../tw_img/other/about_01.jpg) top center no-repeat, url(../tw_img/other/about_bg.jpg) bottom -30px right -30px no-repeat, #1b1b1b;
		padding: 340px 30px 170px;
	}
}

@media (max-width:580px){
	.about-content{
		background:url(../tw_img/other/about_01.jpg) top center no-repeat, url(../tw_img/other/about_bg.jpg) bottom -50px right -30px no-repeat, #1b1b1b;
		padding: 340px 15px 150px;
	}
}


/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
	margin-top: 25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,f5f5f5+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

.title2{
	padding:8px 15px;
}

.sideBar p{
	color: #006ab0;
	font-size: 28px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	border-right: 4px solid #006ab0;
	border-top: 4px solid #006ab0;
	border-left: 4px solid #006ab0;
}

.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-right: 4px solid #e1e1e1;
	border-left: 4px solid #e1e1e1;
	padding: 0 10px;
}

#sub>ul>li:last-child{
	border-bottom: 4px solid #e1e1e1;
}

#sub {
	width: 100%;
	color: #ffffff;
	margin-bottom:20px;
}

#sub ul ul {
	display: none;
}

.align-right {
	float: right;
}

#sub > ul > li > a {
	padding: 13px 10px 13px 23px;
	cursor: pointer;
	z-index: 2;
	font-size: 18px;
	text-decoration: none;
	color: #363636;  
	line-height:22px;
	font-weight: bold;
	border-top: 1px solid #e1e1e1;
}


#sub > ul > li > a:hover{
	color: #00548c;
	background:url(../tw_img/other/aside_icon.png) left 6px center no-repeat;
}

#sub > ul > li.active2 > a{
	background:url(../tw_img/other/aside_icon.png) left 6px center no-repeat;
	color:#00548c;
}

#sub > ul > li.open > a {
	color: #00548c;
	background:url(../tw_img/other/aside_icon.png) left 6px center no-repeat;
}

#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 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;
	}

	.aside-991{
		display: none;
	}
}



/*************************************/
/*              product              */
/*************************************/

.pro_box {
    width: 47%;
    margin: 0 1.2% 30px; 
    display: inline-table;
}

figure{
	position:relative;
}

.pro_box p{
	font-size:18px;
	line-height:30px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#282828;
}

.pro_box:hover p{
	color:#00548c;
}

.pro_box figure img.img-responsive{
	width:100%;
	padding: 15px 0;
}

@media (max-width:991px){
	.pro_content{
		margin-top: 0;
	}
	
	.pro_box{
		margin: 0 1.2% 50px;
	}
}

@media (max-width:650px){
	.pro_box{
		margin:0 1.2% 40px;
		width:47%;
	}
}

@media (max-width:480px){
	.pro_box {
		width: 98%;
	}	
}



/*------------hover zoom-----------*/

.img-content{
	overflow: hidden;
	border:8px solid #fff;
}

.pro_box:hover .img-content{
	border:8px solid #eee;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


/*************************************/
/*                page               */
/*************************************/

.page-content{
	overflow: hidden;
	padding: 12px 0 7px;
}

.page .pagination{
	margin: 0;
}

.page{
	text-align:center;
	font-size:20px;
	padding-top:5px;
	margin-bottom: 30px;
}

.page .pagination > li a{
	color:#292929;
	border-radius:0;
	background:none;
	font-weight:bold;
	border:none;
	padding:8px 22px;
}

.page .pagination li a:hover,
.page .pagination li.page-active a{
	color:#00548c;
}

.page .pagination > li.next-pre a{
	color:#fff;
	font-weight:bolder;
	width:42px;
	height:42px;
	padding:0;
	font-size:33px;
	line-height:37px;
	border-radius:50%;
	background: #bcbcbc;
}

.page .pagination li.next-pre a:hover{
	background:#00548c;
	color:#eee;
}

.page .pagination{
	margin-bottom:0;
}


.word-content table tr td img{
	margin:0 auto;
}

.fa.fa-angle-right {
    position: relative;
    right: -1px;
}

.fa.fa-angle-left {
    position: relative;
    left: -1px;
}


@media (max-width:991px){
	.page-content{
		padding: 10px 0;
	}
	
	.page .pagination > li a{
		padding:6px 12px;
		margin: 0 3px;
	}
}

@media (max-width:767px){
	.page-content{
		padding: 7px 0;
	}
	
	.page .pagination > li.next-pre a{
		width:35px;
		height:35px;
		font-size:34px;
		line-height:30px;
	}

	.page .pagination > li a{
		padding:2px 10px;
	}
}

@media (max-width:380px){
	.page .pagination > li a{
		margin: 0 1px;
	}
}



/*************************************/
/*           product detail          */
/*************************************/

.word-content {
    margin-bottom: 25px;
}

.pro_b_content{
	border:8px solid #eee;
}

.detail-info-bar{
	min-height: 44px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	line-height: 22px;
	padding: 11px 25px;
	background: url(../tw_img/pro/products_detail.png) right bottom no-repeat, #c3c3c3;
	margin-bottom: 20px;
}

.word-content .table-responsive table tr td {
    text-align: center;
	border:1px solid #fff;
}

.word-content .table-responsive table tr:nth-child(even) td{
	background: #eee;
}

.word-content .table-responsive table tr:nth-child(odd) td{
	background: #b7d1e2;
}
/*----------------btn-----------------*/

#button-wrap-inner{
	margin:20px;
	text-align:center;
}

#button-wrap-inner span{
	display:inline-block;
	margin: 5px 10px;
	width:185px;
	height:55px;
	padding: 5px;
	background: url(../tw_img/other/btn_bg01.jpg) top left repeat-x;
	border-radius: 30px;
}

.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{
	background:#fff;
	text-align:center;
	color:#a3a3a3;	
	font-size:17px;
	font-weight: bold;
	height:45px;
	line-height:45px;
	padding:0 12px;
	width:175px;
	border:none;
	border-radius:30px;
	position:relative;
}

.proBtn i{
	font-size: 25px;
	position: relative;
	top: 3px;
	left: -2px;
}

#button-wrap-inner span:hover{
	background: url(../tw_img/other/btn_bg02.jpg) top left repeat-x;
}

#button-wrap-inner span:hover .proBtn{
	color:#006ab0;
}

@media (max-width:480px){
	#button-wrap-inner{
		margin-left:0;
	}

	.proBtn, 
	.proBtn:focus, 
	.proBtn:active:focus, 
	.proBtn.active:focus, 
	.proBtn.focus, 
	.proBtn.focus:active, 
	.proBtn.active.focus{	
		/*width:105px;
		font-size:16px;
		margin:0.2rem 0;*/
	}
}

@media (max-width:380px){
	.proBtn, 
	.proBtn:focus, 
	.proBtn:active:focus, 
	.proBtn.active:focus, 
	.proBtn.focus, 
	.proBtn.focus:active, 
	.proBtn.active.focus{
		width:100%;
	}

	.proBtn:before{
		width:98%;
		left:1%;
	}


	#button-wrap-inner span{
		width:100%;
		display:inline-block;
	}

	#button-wrap-inner{
		text-align:center;
	}

	.proBtn{
		text-align:center;
	}

}



/*************************************/
/*            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: #fff;
    text-align: center;
    background: #c3c3c3;
    position: relative;
	font-size:18px !important;
	font-weight: bold;
}

.inquiry_table .thead .th:last-child{
	background: url(../tw_img/pro/products_detail.png) right top no-repeat, #c3c3c3;
}

.inquiry_table .tbody .td {
    color: #282828;
    text-align: center;
    vertical-align: middle;
}

.inquiry_table .thead .th, 
.inquiry_table .tbody .td {
    display: table-cell;
    padding: 8px;
    font-size: 18px;
	border-bottom:1px solid #959595;
}

.inquiry_table .thead .th {
	border-bottom:none;
}

/*.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: 5px 10px;
    font-size: 17px;    
	line-height: 30px;
}

.inquiry_table .tbody .td input{
	height: 27px;
    border-radius: 0;
    border:none;
    font-size: 17px;
    color: #282828;
	background:#fff;
	line-height: 27px;
}

.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:#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),
	.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 .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: "規格";
		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 span{
	display:inline-block;
	margin: 5px 10px;
	width:185px;
	height:55px;
	padding: 5px;
	background: url(../tw_img/other/btn_bg01.jpg) top left repeat-x;
	border-radius: 30px;
}

.conBtn span:hover{
	background: url(../tw_img/other/btn_bg02.jpg) top left repeat-x;
}


.conBtn{
	text-align:center;
	margin:10px auto 45px;
}

.btn_con{
	background:#fff;
	text-align:center;
	color:#a3a3a3;	
	font-size:18px;
	font-weight: bold;
	height:45px;
	line-height:45px;
	padding:0 12px;
	width:175px;
	border:none;
	border-radius:30px;
	position:relative;
}


.btn_con:hover{
	color:#006ab0;
}


input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #006ab0;
	font-size:24px;
	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: 17px;
	line-height: 1.42857143;
	color: #282828;
	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:#282828;
	background: #efefef;
}

.proInquiry textarea{
	border-radius:0;
	border:none;
	font-size:17px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #efefef;
}

.proInquiry .form-group label{
	margin-bottom:5px;
	font-size:17px;
	color:#282828;
}


@media (max-width:768px){
	.sub-content{
		width:100%;
	}

	.getCode img{
		margin-left:-15px;
		margin-right:-15px;
	}
}

@media (max-width:500px){
	.proInquiry{
		width:100%;
	}

	.conBtn {
		text-align: center;
		margin: 0 auto 25px;
	}
	
	.conBtn span{
		width:165px;
		margin: 5px;
	}

	.btn_con{
		width:155px;
	}
}


@media (max-width:350px){
	.col-md-5.col-sm-6.col-xs-6.col-350.getCode {
		margin-top: 0;
		margin-bottom:15px;
	}
}


/*************************************/
/*                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: #fff;
	background: #c3c3c3;
	font-size: 18px;	
}

.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;
	border-bottom: 1px solid #959595;
}

.news-list .div-tr:first-child .div-td{
	border-bottom: none;
}

.news-list .div-tr .div-td.subject {
	background: url(../tw_img/pro/products_detail.png) top right no-repeat,#c3c3c3;
}

.news-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.news-list .div-tr .div-td a:hover{
	color: #2a78a8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

@media (max-width:767px){
	
	.news-list{
		text-align:left;
		border:1px solid #fff;
	}

	.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 #959595;
	}

	.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:#fff;
	border:1px solid #fff;
}

.news-detail .div-tr .div-td{
	border-bottom: 1px solid #959595;
	padding:10px 15px;
	font-size:18px;
	color:#282828;
}

.news-detail .div-tr .div-td:last-child{	
	border-right: 1px solid #959595;
}

.news-detail .div-tr:first-child .div-td:last-child {
    border-top: 1px solid #959595;
}

.news-detail .div-tr .div-td:first-child{
	width:20%;
	background: url(../tw_img/pro/products_detail.png) bottom right no-repeat,#c3c3c3;
	border-bottom:1px solid #fff;
	color:#fff;
	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: #fff;
	background: #c3c3c3;
	font-size: 18px;	
}

.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;
	border-bottom: 1px solid #959595;
}

.exhibition-list .div-tr:first-child .div-td{
	border-bottom: none;
}

.exhibition-list .div-tr .div-td.subject {
	background: url(../tw_img/pro/products_detail.png) top right no-repeat,#c3c3c3;
}

.exhibition-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.exhibition-list .div-tr .div-td a:hover{
	color: #2a78a8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

@media (max-width:767px){
	
	.exhibition-list{
		text-align:left;
		border:1px solid #fff;
	}

	.exhibition-list .div-tr:first-child .div-td{
		border:none;
	}	

	.exhibition-list .date, .news-list .no, .news-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 #959595;
	}

	.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:15px auto 30px;
	text-align:right;
}

#newsBack span{
	display:inline-block;
	margin: 5px 10px;
	width:185px;
	height:55px;
	padding: 5px;
	background: url(../tw_img/other/btn_bg01.jpg) top left repeat-x;
	border-radius: 30px;
}

#newsBack span:hover{
	background: url(../tw_img/other/btn_bg02.jpg) top left repeat-x;
}

#newsBack span a{
	background:#fff;
	text-align:center;
	color:#a3a3a3;	
	font-size:18px;
	font-weight: bold;
	height:45px;
	line-height:45px;
	padding:0 12px;
	width:175px;
	border:none;
	border-radius:30px;
	position:relative;
}

#newsBack span:hover a{	
	color:#006ab0;	
}

#newsBack a img{
	margin-right: 12px;
	position: relative;
	top:-1px;
}

@media (max-width:400px){
	#newsBack{
		width:100%;
		text-align:center;
	}

	#newsBack a{
		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: #fff;
	background: #c3c3c3;
	padding: 8px 15px;
	font-size: 20px;
}

.download-list .div-tr:first-child .div-td.down-icon{
	background:url(../tw_img/pro/products_detail.png) top right no-repeat, #c3c3c3;
}

.download-list .no{
	width:25%;
}

.download-list .subject{
	width:60%;
}

.download-list .down-icon{
	width:15%;
}


.download-list>div{
	background:#fff;
}

.download-list .div-tr .div-td{
	padding:8px 15px;
	font-size:18px;
	color:#282828;
	vertical-align:middle;
	border-bottom: 1px solid #959595;
}

.download-list .div-tr:first-child .div-td{
	border-bottom:none;
}

.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: #3b87b1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.download-list .div-tr .div-td a i{
	font-size: 25px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 3px;
	color: #464646;
	position: relative;
    top: 3px;
}

.download-list .div-tr .div-td a i:hover{
	color:#3b87b1;
}

.icon-inline{
	display:none;
}

.icon-inline2{
	display:block;
}


@media (max-width:767px){	
	.download-list{
		text-align:left;
		border:1px solid #fff;

	}

	.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 #fff;
	}

	.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:hover i {
		color: #3b87b1;
	}

	.cell-767{
		display:table-cell;
	}
	
	.download-list .div-tr:first-child .div-td.subject{
		background:url(../tw_img/pro/products_detail.png) top right no-repeat, #c3c3c3;
	}
}


/*************************************/
/*               video               */
/*************************************/

.embed-responsive.video{
	border: 3px solid #cecece;
	background: #555;
}

.video-text{
	margin-top: 20px;
	margin-bottom: 30px;
}

.video-text p{
	font-size: 18px;
	color:#282828;
	line-height: 36px;
}

@media (max-width:680px){
	.video-text{
		margin-left: 0;
	}
	.video-text p{
		line-height: 30px;
		font-size: 17px;
	}
}

@media (max-width:480px){
	.video-text{
		padding: 10px;
	}
}

@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: #eee;
}

.contact-txt{
	margin: 0 0 10px 3px;
}

.contact-txt i{
	font-size: 24px;
	margin-right: 10px;
}

.contact-text{
	font-size: 18px;
	color:#bf9644;
	font-weight: bold;
	margin-bottom: 15px;
	background:url(../tw_img/other/contact_icon.png) left top no-repeat;
	padding-left: 35px;
	min-height: 30px;
}

.contact-text i{
	width:28px;
	height:28px;
	border-radius: 15px;
	background: #bf9644;
	color:#fff;
	line-height: 34px;
	font-size: 16px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	padding-left: 5px;
}

@media (max-width:991px){
	.contact-map{
		height:250px;
	}
}

@media (max-width:767px){
	.contact-map{
		height:220px;
	}
}

@media (max-width:580px){
	.contact-map{
		height:200px;
	}
}

@media (max-width:480px){
	.contact-map{
		height:150px;
	}
}


/*************************************/
/*                other              */
/*************************************/

.text{
	font-size: 18px;
	color:#121212;
	line-height: 26px;
}

.page_title{
	font-size: 29px;
	color:#00548c;
	font-weight: bold;
	line-height: 30px;
	margin-top: 35px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom:1px solid #e1e1e1;
	position: relative;
}

.page_title span{
	color:#000;
	font-size: 18px;
	line-height: 18px;
	float: right;
	font-weight: 100;
	position:absolute;
	right:0;
	bottom:15px;
}

@media (max-width:991px){
	.page_title span{
		bottom:auto;
		top:-24px;
	}
}

@media (max-width:767px){
	.page_title{
		font-size: 26px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	
	.page_title span{
		font-size: 17px;
	}
}



/*-----------select 箭頭 統一------------*/
.select-style1 {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #c8deec url("../tw_img/other/icon-select.png") no-repeat 98% 58%;
}

.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;
}

/*--------ie 箭頭 刪除--------*/
.select-style1 select::-ms-expand {
    display: none;
}

.select-style1 select:focus {
    outline: none;
}

.select-style1 select option{
	color:#282828;
	background: #d9e8f2;
}

@media (max-width:767px){
	.select-style1 {
		background: #bfbfbf url("../tw_img/other/icon-select.png") no-repeat 97.5% 50%;
	}
}

@media (max-width:580px){
	.select-style1 {
		background: #bfbfbf url("../tw_img/other/icon-select.png") no-repeat 96.5% 50%;
	}
}

@media (max-width:480px){
	.select-style1 {
		background: #bfbfbf url("../tw_img/other/icon-select.png") no-repeat 96% 50%;
	}
}

@media (max-width:360px){
	.select-style1 {
		background: #bfbfbf url("../tw_img/other/icon-select.png") no-repeat 95.5% 50%;
	}
}