@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:"微軟正黑體";
}


/*************************************/
/*                index              */
/*************************************/
header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcdcdc+1,dcdcdc+35,f2f2f2+64,f2f2f2+83,e6e6e6+100 */
	background:#07559f;
	z-index: 10;
	width: 100%;
}

.logo{
	margin: 30px 0 10px;
}

.lang-767{
	display: none;
}

.lang-content{
    width:145px;
	text-align: right;
}


.btn-default {
    background-color: #fff;
    border-color: #ccc;
    width: 145px;
    height: 42px;
    border: none;
    background: #ffc600;
    border-radius: 0;
    color: #fff;
    font-size: 19px;
}

.btn:hover, .btn:focus, .btn.focus{
	color:#fff;
	background: #ffc600;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{
	background: #ffc600;
	color:#fff;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
	background: #ffc600;
	color:#fff;
}

.lang-content .dropdown-menu{
	min-width: 145px !important;
}

@media (max-width:1200px){
	.logo{
		margin: 37px auto 10px;
	}
}

@media (max-width:991px){
	header{
		position:static;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcdcdc+1,f2f2f2+36,f2f2f2+68,e6e6e6+100 */
		background: #0b58a2;
	}
	
	.logo{
		margin: 12px auto 8px;
	}	
	
	.lang-content {
		width: 280px;
		margin: 0 auto;
		overflow: hidden;
		display: none;
	}
}

@media (max-width:991px){
	.header-lang{
		display: none;
	}

	.lang-767{
		display: block;
		text-align: center;
		margin-top: 12px;
	}

	.lang-767 p a,
	.lang-767 p{
		color:#282828;
	}

	.lang-767 p a:hover,
	.lang-767 p a.lang-active{
		color:#8e8e8e;
	}
	
	.logo-991{
		display: none;
	}
	
	.logo{	
		max-width: 300px;
	}
}

@media (min-width:768px){
	.navbar-nav {
		float: right;
		margin: 0;
	}
}

@media (max-width:767px){
	.logo{	
		max-width: 270px;
		margin: 10px auto 6px;
	}
}

@media (max-width:480px){
	header{
		padding-bottom: 3px;
	}
	
	.logo{
		max-width: 220px;
		margin: 10px auto 6px;
	}	
	
	.lang-767 {
		margin-top: 5px;
	}
	
	.header-info {
		display: none;
	}
}






.search-content p{
	color:#282828;
	text-align:right; 
	position:absolute; 
	right:80px;
	font-size: 18px;
	margin-top: 8px;
}

.search-content p a{
	color:#b2b2b2;
	display: inline-block;
	width: 70px;
	height: 30px;
	border: 1px solid #b2b2b2;
	text-align: center;
	line-height: 28px;
	margin-left: 5px;
}

.search-content p a:hover,
.search-content p a.lang-active{
	color:#fff;
	background: #3b3b38;
	border:1px solid #b2b2b2;
}

.search-content{
    width:100%;
    margin: 15px auto 0;
	overflow: hidden;
}

.searchbox{
    position:relative;
    min-width:40px;
    width:0%;
    height:40px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
	margin-top: 2px;
}

.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: 20px;
}
.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: 36px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #07559f;
    border-radius: 20px;
}

.searchbox-icon{
	font-size: 25px;
}

.searchbox-icon .fa-search{
	position: relative;
	top:9px;
}

.searchbox-open{
    width:100%;
}

.search2{
	display: none;
}

.search2 .btn {
    background: #ddd;
}

@media (max-width:1200px){	
	.search-content p{
		margin-top: 12px;
	}
	
	.searchbox{
		margin-top: 6px;
	}
}

@media (max-width:991px){	
	.header-lang{
		margin-top: 3px;
	}
	
	.search-content {
		/*width: 400px;*/
		margin: 10px auto;
		display: none;
	}
	
	.search-content p {
		right: 80px;
		margin-top: 12px;
		
	}
	
	.search2{
		display: block;
	}
	
	

}

@media (max-width:767px){
	.search-content p {
		right: 20px;
	}

	.header-lang{
		display: none;
	}
}


/*************************************/
/*             navigation            */
/*************************************/

.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:#ffc600;
}

nav.navbar.bootsnav ul.nav > li > a{
	position: relative;
	color: #fff;	
}

nav.navbar.bootsnav ul.nav > li.navActive > a,
nav.navbar.bootsnav ul.nav > li > a:hover{
	color:#ffc600;
}

nav.navbar.bootsnav ul.nav > li > a::after {
    content: "";
    width: 1px;
    height: 17px;
    background: #fff;
    position: absolute;
    right: -15px;
	margin-top: 2px;
}

nav.navbar.bootsnav ul.nav > li:last-child > a::after {
    display: none;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
	color: #ffc600;
}

.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: 16px;
}

.search-li{
	display: none !important;
}

.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
	
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: #1c5cab;
	color:#fff !important;
}

.dropdown-menu {
    min-width: 140px;
	font-size: 15px;
}

.form-control,
.btn{
	border-radius: 0;
}

.search2 .btn:hover, 
.search2 .btn:focus, 
.search2 .btn.focus{
	background: #ffc600;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0 15px;
}

@media (max-width:991px){
	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:#ececec !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:#ffc600 !important;
	}
	
	ul.navbar-nav>li>ul>li:last-child a{
		border-bottom: none;
	}
	
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	ul.navbar-nav>li:first-child{
		margin-bottom: 2px;
	}
	
	.nav > li > a{
		margin: 0;
	}
	
	nav.navbar.bootsnav ul.nav > li.navActive > a,
	nav.navbar.bootsnav ul.nav > li > a:hover{
		color:#ffc600;
	}
}

@media (max-width:991px){
	.search-li{
		display: block !important;
	}
	
	.search-li.logo-li{
		display: inline-block !important;
	}
		
	.navbar-default .navbar-form {
		border: none;
	}
	
	nav.navbar.bootsnav ul.nav > li:first-child > a:hover{
		background-color: transparent;
	}
	
	.search-li p a {
		width: 50%;
		display: inline-block;
		text-align: center;
		background: #3b3b38;
		border:none;
		border-right: 1px solid #fff;
		margin-bottom: 10px;
		line-height: 35px;
		color:#fff;
		font-weight: bold;	
		font-size: 16px;	
	}
	
	.search-li p a:hover{
		background: #000;
	}
	
	.search-li p a:last-child{
		border-right: none;
	}
		
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 18px;
		width:35px;
	}
}

@media (max-width:767px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 16px;
	}
}

@media (max-width:480px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 15px;

	}
}

@media (max-width:350px){
	.search-li.logo-li{
		float: right;
	}
}



/*************************************/
/*                index              */
/*************************************/
.indexAbout{
	background: url(../tw_img/index/index_bg.jpg) top left no-repeat;
	background-size: cover;
	padding: 60px 0;
	overflow: hidden;
	border-top: 1px solid #777;
}

.indexAbout h3{
	font-size: 32px;
	color:#fff;
	line-height: 35px;
	margin-bottom: 25px;
	font-weight: bolder;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.indexAbout p{
	font-size: 18px;
	color:#fff;
	line-height: 26px;
	text-align: justify;
}

.textContent{
	padding: 15px;
	background: rgba(0,0,0,0.3);
	overflow: hidden;
}

@media (max-width:1200px){
	.indexAbout{
		background: url(../tw_img/index/index_bg.jpg) top left no-repeat;
		background-size: cover;
		padding: 45px 0;
	}

}

@media (max-width:991px){
	.textContent{
		padding: 15px;
		background: rgba(0,0,0,0.45);
	}
}

@media (max-width:767px){
	.indexAbout{
		padding: 30px 0;
	}
	
	.indexAbout h3{
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	.textContent{
		background: rgba(0,0,0,0.5);
	}
}


/*************************************/
/*               index hp            */
/*************************************/

.index-hp{
	padding: 40px 0;
}

.hp-list{	
	border-top:1px solid #fff;
}

.hp-list:hover .hp-box{
	box-shadow: 0 0 0 5px #07559f;
}

.hp-list p{
	background: #fff;
	padding: 10px;
	color:#292929;
	font-size: 18px;
	text-align: center;
}

.hp-list:hover p{
	color:#07559f;
}

.index-hp h3{
	font-size: 32px;
	font-weight: bold;
	color:#3b3a3e;
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width:991px){
	.index-hp{
		padding: 30px 0;
	}
}

@media (max-width:767px){
	.index-hp{
		padding: 25px 0;
	}
	
	.index-hp h3{
		font-size: 28px;
		margin-bottom: 25px;
	}
}


/*************************************/
/*               footer              */
/*************************************/

footer{
	background :url(../tw_img/other/footer_bg.jpg) top center repeat;
	padding-top: 20px;
	overflow: hidden;
	background-size: cover;
	box-shadow: 0 500px 0 500px #131313;
}

.footer_above{
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #c7c7c7;
}




.footer-add {
    margin-left: 15px;
	text-align: center;
}

.footer-add li{
	display:inline-block;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin: 0 18px;
}

.footer-add li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #fff;
    position: relative;
    left: 24px;
	top:1px;
}

.footer-add li i{
	color:#fff;
	margin-right:8px;
	font-size: 18px;
	width: 20px;
	text-align: center;
}

.footer-add li a{
	color:#fff;
}

.footer-add li:hover,
.footer-add li:hover i,
.footer-add li a:hover{
	color:#fff;
}


@media (max-width:991px){
	.footer_above{
		padding-bottom: 0;
	}
	
	.footer-add{
		margin-bottom: 10px;
		text-align: center;
		margin-left: 0;
	}
	
}

@media (max-width:680px){	
	.footer-add{
		margin-bottom: 12px;
	}
	
	.footer-add br{
		display:none;
	}

	.footer-add li{
		display:block;
		width:100%;
		text-align:center;
		padding-left:0;
		line-height: 25px;
		margin: 0;
	}
}

@media (max-width:480px){
	footer{
		padding-top: 20px;
	}
}



.footer_below{
	padding:7px 0 10px;
	font-size:15px;
	font-family: Arial;
}

.footerUl2{
	list-style-type: none;
	color:#eee;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.03rem;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#eee;
	font-size:15px;
}

.footerUl2 li a:hover{
	text-decoration:none;
	color:#ccc;
}



@media (max-width: 991px) {
	.footerUl2{
		text-align:center;
	}

	.footerUl2{
		padding-left:0;
	}

	.footerUl2 li{
		  display:inherit;
	}

	.footerUl2 br{
		display:none;
	}
}

@media (max-width: 650px) {
	.footerUl2{
		text-align:center;
		font-size:15px;
	}

	.dis2{
		display:inline;
	}
}



/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
	margin-top: 48px;
}

.title2{
	height: 49px;
	line-height: 49px;
}

.sideBar p{
	color:#fff;
	font-size:25px;
	width:100%;
	text-align:center;
	background:url(../tw_img/other/bar_bg.jpg) center center repeat-x;
	font-weight:600;
}

.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;
}

aside #sub>ul>li{
	margin-top: 4px;
}

aside #sub>ul>li>ul>li>a,
aside #sub>ul>li>ul>li:hover>a,
aside #sub>ul>li>ul>li.open>a{
	background: url(../tw_img/other/aside_icon.png) center left 16px no-repeat;
}

aside #sub>ul>li>ul>li>ul>li>a{
	color:#5e5e5e;
	font-weight: 600;
}

@media (max-width:991px){
	.asideBar{
		display: none;
	}

}



#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 {
	width: 100%;
	color: #ffffff;
	margin-bottom:20px;
}

#sub ul ul {
    display: none;
}

.align-right {
    float: right;
}

#sub > ul > li > a {
	padding: 12px 10px 12px 20px;
	cursor: pointer;
	z-index: 2;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	background: #07559f;
	line-height: 20px;
	font-weight: 600;
}

#sub > ul > li > a:hover{
	color: #fff;
	background: #07559f;
}

#sub > ul > li.has-sub > a:hover{
	background: #07559f;
	color:#fff;
}


#sub > ul > li.active3 > a {
    color: #fff;
	background: #07559f;
}

#sub > ul > li.open > a {
    color: #fff;
    background: #07559f;
}

#sub > ul > li.has-sub.open > a {
    color: #fff;
}

#sub ul ul li a {
	cursor: pointer;
	padding: 15px 20px 15px 38px;
	z-index: 1;
	text-decoration: none;
	font-size: 18px;  
	background:#fff;
	color:#07559f;
	line-height:18px;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
}

#sub>ul>li>ul>li{
	margin-top:0;
}

#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: #07559f;
	background:#efefef;
}

#sub ul ul li:first-child > a {
    box-shadow: none;
}

#sub ul ul ul li:first-child > a {
}

#sub ul ul ul li a {
	padding-left: 40px;
	background: #fff;
	font-size: 18px;
	font-weight: 100;
	border-bottom: none;
	padding: 12px 20px 12px 50px;
}

#sub ul ul ul li a:hover{
	color:#000;
	background: #fff;
}

#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){
	.aside-content{
		display: none;
	}
	
	#sub {
		width: 100%;
		display:none;
	}
	
	#sub > ul > li > a{
		line-height: 16px;
	}
	
	#sub ul ul li a {
		font-size: 20px;
		line-height: 16px;
	}
}


/*************************************/
/*              product              */
/*************************************/

.pro_box {
    width: 30.9%;
    margin: 0 1% 35px; 
    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:#2178cb;
}

.pro_box figure img.img-responsive{
	width:100%;
	padding: 15px 0;
}

@media (max-width:991px){
	.pro_content{
		margin-top: 0;
	}	
}

@media (max-width:680px){
	.pro_box {
		width: 47.2%;
		margin: 0 1% 25px;
	}
}

@media (max-width:400px){
	.pro_box {
		width: 98%;
		margin: 0 1% 15px;
	}
}



/*------------hover zoom-----------*/

.img-content{
	overflow: hidden;
	border:8px solid #fff;
}

.pro_box:hover .img-content{
	border:5px solid #07559f;
}

.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{
	text-align:center;
	font-size:20px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.page .pagination{
	margin: 0;
}

.page .pagination > li{
	font-weight:100;
	padding:2px 0;
	display: inline-block;
	color:#121212;
}

.page .pagination > li a{
	color:#121212;
	margin-right:5px;
	background:none;
	font-weight:bold;
	border:none;
	padding:2px 12px;
}

.page .pagination li a:hover,
.page .pagination li.page-active a{
	color:#07559f;
}

.page .line2 {
    position: relative;
    top: -12px;
}

@media (max-width:767px){
	.page .pagination > li a{
		padding:2px 10px;
	}
}


/*************************************/
/*          product detail           */
/*************************************/
.productDetail h2{
	font-size: 22px;
	color:#07559f;
	font-weight: bold;
	line-height: 30px;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.proB{
	padding: 10px;
}


#button-wrap-inner{
	margin-left:20px;
}

#button-wrap-inner span{
	display:block;
}


.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{	
	margin:0 0 10px;
	text-align:center;
	color:#1f1f1f;	
	font-size:17px;
	height:40px;
	line-height:37px;
	padding:0 12px;
	width:150px;
	border:none;
	position:relative;
	outline:none;
	border-radius:0;
}

#button-wrap-inner .btn3{
	color:#1f1f1f;
	background: #c7c7c7;
}

#button-wrap-inner .btn3:hover{
	color:#fff;
	background:#07559f;
}

@media (max-width:991px){
	.pro-img{
		padding:15px;
	}

	#button-wrap-inner{
		margin-top:20px;
		text-align:center;
		margin-left:0;
		position:static;
		bottom:auto;
		left:0;
	}

	#button-wrap-inner span{
		display:inline-block;
		margin:0 10px;
	}
}


@media (max-width:580px){
	#button-wrap-inner{
		margin-top:20px;
	}
}

@media (max-width:410px){
	.productDetail h2{
		font-size: 20px;
	}
	
	.proBtn, 
	.proBtn:focus, 
	.proBtn:active:focus, 
	.proBtn.active:focus, 
	.proBtn.focus, 
	.proBtn.focus:active, 
	.proBtn.active.focus{
		width:100%;
	}

	#button-wrap-inner span{
		width:100%;
		margin:0;
	}

	#button-wrap-inner span{
		display:inline-block;
	}

	#button-wrap-inner{
		margin:10px auto;
		text-align:center;
	}

	.proBtn{
		text-align:center;
	}
		
	.productDetail h2{
		margin-left: 0;
	}
}



.proInfo {
    border-bottom: 2px solid #414141;
	margin-top: 30px;
	margin-bottom: 20px;
}

.proInfo span{
	background: url(../tw_img/other/title_bg_01.jpg) left center no-repeat, url(../tw_img/other/title_bg_03.jpg) right center no-repeat,  url(../tw_img/other/title_bg_02.jpg) left center repeat-x;
	height: 48px;
	line-height: 48px;
	padding: 0 60px;
	display: inline-block;
	font-size: 20px;
	color:#fff;
}


/*************************************/
/*            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: #313131;
    text-align: center;
    background: #c7c7c7;
    position: relative;
	font-size:18px !important;
	font-weight: bold;
}

.inquiry_table .tbody .td {
    color: #555;
    text-align: center;
    vertical-align: middle;
}

.inquiry_table .thead .th, 
.inquiry_table .tbody .td {
    display: table-cell;
    padding: 7px;
    font-size: 18px;
	border-bottom: 1px dotted #333;
}

.inquiry_table .thead .th {
    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: 30px;
    border-radius: 0;
    border:1px solid #ccc;
    font-size: 17px;
    color: #282828;
	background:#fff;
}

.inquiry_table .tr .td:nth-child(1) {
    width: 10%;
}
 
.inquiry_table .tr .td:nth-child(2) {
    width: 50%;
}

.inquiry_table .tr .td:nth-child(3) {
    width: 20%;
}
 
.inquiry_table .tr .td:nth-child(4) {
    width: 20%;
}


.inquiry_table .tr .td:nth-child(3) input{
	width:70px;
}

.proInquiry .inquiry_table input {
    height: 30px;
    border-radius: 0;
    border:none;
    font-size: 17px;
    color: #282828;
	background:#fff;
}

@media (max-width:680px){
	.inquiry_table {
		background: transparent;
	}

	.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:#444;
	}

	.inquiry_table .tr .td:nth-child(3) input,
	.inquiry_table .tr .td:nth-child(4) input{
		width:80px;
	}

	.inquiry_table .tbody .td {
		text-align: right;
		background: #f7f7f7;
	}

	.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 .tr .td:last-child{
		text-align: center;
	}

	.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: "Num";
		text-align: left;
	}

	.inquiry_table .tbody .td:nth-child(4):before {
		content: "";
	}

	.inquiry_table .tbody .td input{
		border: 1px solid #ebebeb;
	}
}



/*************************************/
/*              inquiry              */
/*************************************/

.getCode img{
	padding-top:10px;
	text-align:left;
}

.inq_title{
	color:#7d281d;
	font-size:18px;
	font-family:"微軟正黑體";
	text-align:left;
	letter-spacing:1px;
	padding:0;
}

.conBtn{
	text-align:center;
	margin:10px auto 20px;
}

.btn_con{
	margin: 5px;
	text-align: center;
	font-size: 18px;
	width: 170px;
	height: 43px;
	line-height: 40px;
	padding: 0 12px;	
	position: relative;
	outline: none;	
	color: #fff;
	background: #07559f;
}


.btn_con:hover{
	color: #1f1f1f;
	background: #c7c7c7;
}



input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #363636;
	font-size:28px;
	font-weight:800;
	position: relative;
	top: 2px;
}

.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: #fff;
	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;
	font-size:17px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #fff;
	border: 1px solid #bbb;
}

.proInquiry textarea{
	border-radius:0;
	font-size:17px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #fff;
	border: 1px solid #bbb;
}

.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:680px){
	.proInquiry a {
		position:inherit;
	}
}

@media (max-width:500px){
	.btn_con{
		width:49%;
		margin:10px 0;
	}

	.proInquiry{
		width:100%;
	}

	.conBtn {
		text-align: center;
		margin: 0 auto 25px;
	}
}


@media (max-width:350px){
	.col-md-5.col-sm-6.col-xs-6.col-350.getCode {
		margin-top: 0;
		margin-bottom:15px;
	}
}



/*************************************/
/*            contact us             */
/*************************************/

.contact-map{
	height:240px;
	border:1px solid #dbdbdb;
	margin-bottom:20px;
	background: #eee;
}

@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;
	}
}



/*************************************/
/*                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{
	font-size: 18px;	
	color: #fff;
	background:url(../tw_img/other/news_bg.jpg) center left repeat-x;
	font-weight: bold;
}

.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: 10px 15px;
	font-size: 17px;
	color: #282828;
	vertical-align: middle;
	border-bottom: 1px solid #1e2937;
}

.news-list .div-tr:first-child .div-td{
	border-bottom: none;
}

.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 #1f1f1f;
	}

	.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 #1f1f1f;
	padding:10px 15px;
	font-size:18px;
	color:#282828;
}

.news-detail .div-tr .div-td:last-child{	
	border-right: 1px solid #1f1f1f;
}

.news-detail .div-tr:first-child .div-td:last-child {
    border-top: 1px solid #1f1f1f;
}

.news-detail .div-tr .div-td:first-child{
	width:20%;
	background: #0e0e0e;
	border-bottom:1px solid #4d4d4d;
	color:#fff;
	padding:10px 15px;
	text-align:center;	
	font-weight: bold;
}

.newsBack{
	margin-top: 10px;
	text-align: right;
}

.newsBack .btn.proBtn{
	padding: 0 20px;
	background: #07559f;
	height: 39px;
	line-height: 39px;
	font-size: 19px;
	color:#fff;
}

.newsBack .btn.proBtn:hover{
	background: #c7c7c7;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	color:#000;
}

@media (max-width:767px){
	.news-detail{
		border:1px solid #1f1f1f;
	}

	.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: url(../tw_img/other/news_bg.jpg) center left repeat-x;
	font-size: 18px;
	font-weight: bold;
}

.exhibition-list .no{
	width:15%;
}

.exhibition-list .date{
	width:35%;
}

.exhibition-list .subject{
	width:50%;
}
.exhibition-list .div-tr .div-td{
	padding: 10px 15px;
	font-size: 17px;
	color: #282828;
	vertical-align: middle;
	border-bottom: 1px solid #1e2937;
}

.exhibition-list .div-tr:first-child .div-td{
	border-bottom: none;
}

.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 #1f1f1f;
	}

	.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;
	}
}




/*************************************/
/*              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: url(../tw_img/other/news_bg.jpg) center left repeat-x;
	font-weight: bold;
	padding: 8px 15px;
	font-size: 18px;
}

.download-list .no{
	width:25%;
}

.download-list .subject{
	width:55%;
}

.download-list .down-icon{
	width:20%;
}


.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 #1e2937;
}

.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;
}

.downloadIcon{
	display: none;
}

.icon-inline2 img {
    position: relative;
    top: 3px;
}

@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 #1e2937;
	}

	.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;
	}

	.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;
	}
		
	.downloadIcon{
		display: table-cell;
		position: relative;
		top: 2px;
	}
}

@media (max-width:480px){
	.carousel-indicators{
		display: none;
	}
}



/*************************************/
/*                index              */
/*************************************/


/*************************************/
/*                index              */
/*************************************/


/*************************************/
/*                other              */
/*************************************/
.carousel.slide{
	overflow: hidden;
	background: rgba(0,0,0,0.1);
}

.banner{
	background: rgba(0,0,0,0.2);
	overflow: hidden;
}

.breadcrumb2{
	font-size: 16px;
	color:#a1a1a1;
	text-align: right;
	margin: 18px 0 25px;
}

.insideContent{
	padding-bottom: 30px;
	overflow: hidden;
}

.text{
	font-size: 17px;
	color:#3b3a3e;
	line-height: 24px;
	text-align: justify;
}

.text2{
	font-size: 17px;
	color:#31b2ed;
	line-height: 24px;
	text-align: justify;
}

.aboutPic{
	margin-bottom: 15px;
}

.editor .table > tbody > tr > td{
	border-top: none;
}

@media (max-width:991px){
	.breadcrumb2{
		margin: 15px 0 10px;
	}
}




/*-----------select 箭頭 統一------------*/
.select-style1 {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #525252 url("../tw_img/other/icon-select.png") no-repeat 98% 50%;
}

.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;
}

@media (max-width:767px){
	.select-style1 {
		background: #525252 url("../tw_img/other/icon-select.png") no-repeat 97.5% 50%;
	}
}

@media (max-width:580px){
	.select-style1 {
		background: #525252 url("../tw_img/other/icon-select.png") no-repeat 96.5% 50%;
	}
}

@media (max-width:480px){
	.select-style1 {
		background: #525252 url("../tw_img/other/icon-select.png") no-repeat 96% 50%;
	}
}

@media (max-width:360px){
	.select-style1 {
		background: #525252 url("../tw_img/other/icon-select.png") no-repeat 95.5% 50%;
	}
}