@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: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(left, #dcdcdc 1%, #dcdcdc 35%, #f2f2f2 64%, #f2f2f2 83%, #e6e6e6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #dcdcdc 1%,#dcdcdc 35%,#f2f2f2 64%,#f2f2f2 83%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #dcdcdc 1%,#dcdcdc 35%,#f2f2f2 64%,#f2f2f2 83%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 */
	z-index: 10;
	width: 100%;
}

.logo{
	margin: 37px 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: #1889d0;
    border-radius: 0;
    color: #fff;
    font-size: 19px;
}

.btn:hover, .btn:focus, .btn.focus{
	color:#fff;
	background: #1889d0;
}

.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: #1889d0;
	color:#fff;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
	background: #1889d0;
	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: #dcdcdc; /* Old browsers */
		background: -moz-linear-gradient(left, #dcdcdc 1%, #f2f2f2 36%, #f2f2f2 68%, #e6e6e6 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #dcdcdc 1%,#f2f2f2 36%,#f2f2f2 68%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #dcdcdc 1%,#f2f2f2 36%,#f2f2f2 68%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 */
	}
	.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: 250px;
	}
}

@media (min-width:768px){
	.navbar-nav {
		float: right;
		margin: 0;
	}
}

@media (max-width:767px){
	.logo{	
		max-width: 220px;
		margin: 10px auto 6px;
	}
}

@media (max-width:480px){
	header{
		padding-bottom: 3px;
	}
	
	.logo{
		max-width: 180px;
		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: #1889d0;
	border:1px solid #1889d0;
}

.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: #6aabcf;
    border-radius: 20px;
}

.searchbox-icon{
	font-size: 25px;
}


.searchbox-open{
    width:100%;
}

.search2{
	display: none;
}

.search2 .btn {
    background: #ddd;
}

.fa.fa-search {
    position: relative;
    top: 8px;
}

@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:#1889d0;
}

nav.navbar.bootsnav ul.nav > li > a{
	position: relative;
	color: #404040;	
}

nav.navbar.bootsnav ul.nav > li.navActive > a,
nav.navbar.bootsnav ul.nav > li > a:hover{
	box-shadow: 0 -5px 0 #1889d0 inset;
	color:#1889d0;
}

nav.navbar.bootsnav ul.nav > li > a::after {
    content: "";
    width: 1px;
    height: 17px;
    background: #404040;
    position: absolute;
    right: -20px;
	margin-top: 2px;
}

nav.navbar.bootsnav ul.nav > li:last-child > a::after {
    display: none;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
	color: #1889d0;
}

.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;
}

.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: #1889d0;
	color:#fff !important;
}

.dropdown-menu {
    min-width: 140px;
}

.form-control,
.btn{
	border-radius: 0;
}

.search2 .btn:hover, 
.search2 .btn:focus, 
.search2 .btn.focus{
	background: #1889d0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0 20px;
}

@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:#555 !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:#1889d0 !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{
		box-shadow: 0 -3px 0 #1889d0 inset;
		color:#1889d0;
	}
}

@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: #0e74b3;
		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: 21px;
		width:35px;
	}
}

@media (max-width:767px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 17px;
	}
}

@media (max-width:480px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 12px;

	}
}


/*************************************/
/*               footer              */
/*************************************/

footer{
	background :#071d32;
	padding-top: 20px;
	overflow: hidden;
	background-size: cover;
	box-shadow: 0 500px 0 500px #071d32;
}

.footer_above{
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px solid #072a4b;
}

.footer_above.footer_above1{
	border-bottom: none;
}

.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:nth-child(1){
	width: 100%;
}

.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:1200px){
	.footer-add li{
		margin: 0;
	}
	
	.footer-add li:nth-child(2),
	.footer-add li:nth-child(3),
	.footer-add li:nth-child(4){
		width:31%;
	}
}

@media (max-width:991px){
	.footer_above{
		padding-bottom: 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:100%;
	}
	
}

@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;
		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;
	}
}


#gotop {
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 45px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 45px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:0.7;
}

/*************************************/
/*               banner              */
/*************************************/

/*----------banner2----------*/

.banner{
	background:url(../tw_img/banner/inside_banner.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 12.5%;
}

@media (max-width:767px){
	.banner{
		background:url(../tw_img/banner/inside_banner_02.jpg) top center no-repeat;
		background-size: cover;
		padding-bottom: 21.7786%;
	}
}


/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
}

.title2{
	padding:5px 10px 5px 15px;
}

.sideBar p{
	color:#fff;
	font-size:25px;
	width:100%;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f1f1f+0,1f1f1f+51,1f1f1f+51,000000+51,000000+99 */
	background: #1f1f1f; /* Old browsers */
	background: -moz-linear-gradient(top, #1f1f1f 0%, #1f1f1f 51%, #1f1f1f 51%, #000000 51%, #000000 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1f1f1f 0%,#1f1f1f 51%,#1f1f1f 51%,#000000 51%,#000000 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1f1f1f 0%,#1f1f1f 51%,#1f1f1f 51%,#000000 51%,#000000 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	font-weight:600;
	margin-bottom: 2px;
}

.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;
		margin-bottom: 3px;
	}

	.aside-open{
		display:block !important;
	}
	.aside{
		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{
	margin-bottom: 2px;
}

#sub > ul > li > a {
	padding: 12px 10px 12px 25px;
	cursor: pointer;
	z-index: 2;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	line-height: 20px;
	background: url(../eng_img/other/aside_icon.png) left -1px center no-repeat, #1889d0;
}

#sub > ul > li.has-sub > a {	
	background: url(../eng_img/other/aside_icon.png) left -1px center no-repeat, #1889d0;
}


#sub > ul > li > a:hover{
	background: url(../eng_img/other/aside_icon_h.png) left -1px center no-repeat, #11689f;
	color:#fff;
}

#sub > ul > li.has-sub > a:hover{
	background: #11689f;
	color:#fff;
}


#sub > ul > li.active3 > a {
    background: url(../eng_img/other/aside_icon_h.png) left -1px center no-repeat, #11689f;
	color:#fff;
}

/*#sub > ul > li.has-sub.active3 > a {
    color: #000;
    background:url(../tw_img/other/down_2.png) center right 15px no-repeat, #fabe00;
}*/

#sub > ul > li.open > a {
    background: url(../eng_img/other/aside_icon_h.png) left -1px center no-repeat, #11689f;
	color:#fff;
}

#sub > ul > li.has-sub.open > a {
    background: url(../eng_img/other/aside_icon_h.png) left -1px center no-repeat, #11689f;
	color:#fff;
}

#sub ul ul li a {
	cursor: pointer;
	padding: 12px 20px 12px 35px;
	z-index: 1;
	text-decoration: none;
	font-size: 18px;  
	color:#555555;
	line-height:18px;
	font-weight: bold;
	background: #fff;
	border-bottom: 1px solid #c2c2c2;
}

#sub>ul>li>ul>li{
	margin-top:0;
}

#sub > ul > li > ul > li:last-child {
    border-bottom: none;
}

#sub>ul>li>ul>li:hover > a,
#sub>ul>li>ul>li.open > a,
#sub>ul>li>ul>li.active2 > a {
	color:#007fb3;
}

#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 40px;
}

#sub ul ul ul li a:hover{
	color:#61ad00;
	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 {
		margin-bottom: 2px;
	}

	#sub > ul > li > a{
		line-height: 16px;
	}
	
	#sub ul ul li a {
		font-size: 20px;
		line-height: 16px;
	}
}

/*************************************/
/*              editor               */
/*************************************/
.editor{
	padding-bottom: 25px;
}

.editor p{
	font-size: 17px;
	line-height: 25px;
	color:#2f2f2f;
}

.editor table.table tbody tr th,
.editor table.table tbody tr td,
.editor table.table{
	border:1px solid #2f2f2f;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
}

.editor table.table{
	margin-bottom: 20px;
}

.editor table.table.picTable{
	margin-bottom: 30px;
}

.editor table.table.picTable tbody tr th,
.editor table.table.picTable tbody tr td,
.editor table.table.picTable{
	border:none;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	white-space:inherit;
}

.editor table.table.picTable tbody tr td{
	width:50%;
	padding: 0 10px 10px;
	font-size: 16px;
	line-height: 22px;
}

.editor table.table.picTable tbody tr td:first-child{
	padding-left: 0;
}

.editor table.table.picTable tbody tr td:last-child{
	padding-right: 0;
}

.editor table.table.picTable tbody tr:nth-child(even) td{
	padding-bottom: 20px;
	padding-top: 0;
}

.editor table.table tbody tr td img{
	width:100%;
	margin-bottom: 0;
}

@media (max-width:767px){
	.editor .table-responsive{
		border: none;
	}
}

/*************************************/
/*              product              */
/*************************************/

.pro_box {
    width: 30.8%;
    margin: 0 1% 30px; 
    display: inline-table;
	overflow: hidden;
}

figure{
	overflow: hidden;
	border:1px solid #777777;
	position: relative;
}

.pro_box p{
	font-size:17px;
	line-height:22px;
	padding:13px 5px;
	color:#202020;
	margin-bottom:0;
}

.pro_box a{
	overflow: hidden;
}

.pro_box img {
    width: 100%;
	transition: 1.5s;
}

.pro_box:hover img {
	transform: scale(1.1,1.1);
}

.pro_box:hover p{
	color:#1e86c7;
}

.fancybox-opened .fancybox-title{
	font-size:20px;
	color:#4e4037;
	font-weight:bold;
	text-align: center;
}

@media (max-width:991px){
	.pro_box {
    	width: 30.8%;
	}
}

@media (max-width:767px){
	.pro_box {
		margin: 20px 1%;
	}
}

@media (max-width:700px){
	.pro_box {
		width: 47%;
	}
}

@media (max-width:580px){
	.pro_box {
		margin: 10px 1% 10px;
	}
}

@media (max-width:380px){
	.pro_box {
		width: 98%;
	}	
	
	.pro_box p{
		padding:10px 9px;
	}
}



figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}




/*************************************/
/*                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: #1889d0;
	text-decoration: underline;
}

.page .pagination > li.next-pre a{
	width: 42px;
	height: 42px;
	display: inline-block;
	background: url(../tw_img/other/left.png) no-repeat;
}

.page .pagination > li.next-pre2 a{
	width: 42px;
	height: 42px;
	display: inline-block;
	background: url(../tw_img/other/right.png) no-repeat;
}

.page .pagination > li.next-pre a:hover,
.page .pagination > li.next-pre2 a:hover{
	opacity: 0.8;
}

.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;
	}
}

@media (max-width:380px){
	.page .pagination > li a{
		margin: 0 1px;
	}
}

/*************************************/
/*             pro detakl            */
/*************************************/
.proDetail{
	margin-bottom: 35px;
}

.proDetail .proBpic img{
	border:1px solid #777777;
}

.proDetail h2{
	font-size: 25px;
	color:#1889d0;
	font-weight: bold;
	line-height: 30px;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}

#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:#fff;	
	font-size:18px;
	height:43px;
	line-height:43px;
	padding:0 12px;
	width:170px;
	border:none;
	position:relative;
	outline:none;
	border-radius:15px;
}

#button-wrap-inner .btn3{
	color:#fff;
	background: url(../tw_img/other/btn_bg.jpg) top left repeat-x;
}

#button-wrap-inner .btn3:hover{
	color:#fff;
	background:#69ccf7;
}

.proEditor{
	padding-bottom: 30px;
}

h3.detailTitle{
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}

h3.detailTitle span{
	display: inline-block;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	height: 40px;
	background: url(../tw_img/pro/product_02.jpg) top left repeat-x;
	padding: 5px 5px 5px 12px;
	line-height: 33px;
	position: relative;
}

h3.detailTitle span:after{
	content: url(../tw_img/pro/product_01.png);
	position: absolute;
	width: 17px;
	height: 40px;
	right: -17px;
	top:0;
}

@media (max-width:767px){
	.proDetail .proBpic img{
		max-width: 370px;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.proDetail h2{
		text-align: center;
	}
	
	#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 5px;
	}
	
	.proBtn{
		width: 150px;
	}
}

@media (max-width:580px){
	#button-wrap-inner{
		margin-top:20px;
	}
}

@media (max-width:480px){
	.proDetail h2{
		font-size: 22px;
	}
	
	.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;
	}
	
	.proDetail h2{
		margin-left: 0;
	}
}


/*************************************/
/*            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: #d1d1d1;
    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: "數量";
		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 40px;
}

.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: url(../tw_img/other/btn_bg.jpg) top left repeat-x;
	border-radius: 15px;
}


.btn_con:hover{
	color: #fff;
	background: #69ccf7;
}



input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #363636;
	font-size:28px;
	font-weight:800;
	position: relative;
	top: 4px;
}

.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: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;
	}
}



/*************************************/
/*               others              */
/*************************************/
.insideContent{
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,dfdfdf+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #dfdfdf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 1%,#dfdfdf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 1%,#dfdfdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
}

.breadcrumb2{
	font-size: 16px;
	color:#a1a1a1;
	line-height: 20px;
	padding: 12px 0;
}

.text{
	font-size: 17px;
	color:#1889d0;
}

.content2{
	width: 97%;
	margin-left: 3%;
}

.fa.fa-bars {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

@media (max-width:991px){
	.breadcrumb2 {
		padding: 12px 0 15px;
	}
	
	.content2{
		width: 100%;
		margin-left: 0;
	}
}



/*-----------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%;
	}
}