@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{
	background: #252525;
}

.logo-img{
	padding:10px 0;
	float: right;
	margin-right: 5%;
	z-index: 1000;
}

.lang{
	padding-left:0;
	list-style-type:none;
	text-align:right;
	margin-top: 30px;
}

.lang>li{
	display:inline-block;
	margin-left: 10px;
}

.lang>li>ul>li{
	display:inline-block;
}


.lang .nav .open > a, 
.lang .nav .open > a:hover, 
.lang .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7;
}

.lang .nav > li > a:hover, 
.lang .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.lang .navbar-nav > li > a{
	line-height: 0;
	padding: 0;
}

.dropdown-menu.langBox > li > a {
    padding: 8px 20px;
}

.dropdown-menu.langBox{
	min-width: 110px;
}

.search-box{
	margin-top:30px;
	display:inline-block;
	width:100%;
}

.search-box .input-group{
	width:100%;
}

.input-group input.searchInput{
	height:39px;
	width:100%;
	border-right:none;
	border-radius:20px !important;
	z-index:100;
	border:1px solid #959595;
	margin-right:5px;
	background:#fff;
	font-size:18px;
	padding: 0 15px;
}

.input-group input.searchInput:focus{
	border-right:1px solid #7d7d7d !important;
}

.input-group input.searchInput:focus,
.input-group input.searchInput:active{
	box-shadow:none;
}

.searchInput1{
	height:35px;
	width:100%;
}

.searchInput2{
	border-radius: 0;
	height: 35px;
	position: absolute !important;
	right: 0;
	top: -5px;
	z-index: 100 !important;
	background: none;
	font-size:22px;
	color:#959595;
}

.searchInput2:visited, .searchInput2:active, .searchInput2:focus{
	outline:0;
}

@media (max-width:1200px){
	.search-box{
		padding-left: 15px;
	}
	
	.pd1200-0{
		padding:0;
	}

	.lang>li>a{	
		width:65px;
	}

}

@media (max-width:991px){
	header{
		display: none;
	}
}





/*************************************/
/*             navigation            */
/*************************************/
.logoBox {
    width: 80%;
    margin-left: 10%;
    padding: 5px;
	display: none;
}

.nav-content{
	background: #8a8a8a;
}

.nav-content .navbar{
	min-height: 44px;
}

.navbar-default .navbar-nav > 
.active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color:transparent;
    background-color:#427500;
}

nav.navbar.bootsnav ul.nav > li > a{
	position: relative;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a{
	color: #252525;
	background: #cdcdcd;
}

nav.navbar.bootsnav ul.nav > li:first-child > a:hover{
	background: transparent;
}

.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;
}

.dropdown-menu{
	font-size: 15px;
}

.dropdown-menu > li > a{
	line-height: 18px;
}


.search-li{
	display: none !important;
}

.nav-content .nav > li::before {
    content:url(../tw_img/other/line.jpg);
    width: 2px;
    height: 44px;
    position: absolute;
	top:0;
	left: 0;
}

.nav-content .nav > li:last-child:after {
    content:url(../tw_img/other/line.jpg);
    width: 2px;
    height: 44px;
    position: absolute;
	top:0;
	right: 0;
}

@media (min-width:768px){
	.navbar-nav {
		float: none;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}
}

@media (max-width:991px){	
	.logoBox {
		display: block;
	}
	
	.nav-content .logo{
		margin: 0 auto;
		max-width: 220px;
	}
	
	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: #888 !important
	}
	
	ul.navbar-nav>li>ul>li>a:hover{
		color: #0087d2 !important;
		background: #ccc;
	}
	
	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;
	}
	
	nav.navbar.bootsnav {
		background-color: #252525;
	}
	
	nav.navbar.bootsnav ul.nav > li > a{
		color: #333;
	}
	
	.navbar-nav {
		float: left;
		margin: 0;
		display:inherit;
		table-layout:inherit;
	}
	
	nav.navbar.bootsnav ul.nav > li > a::before {
		width: 0;
		top: 15px;
		right: 20px;
	}
	
	.nav-content .nav > li::before,
	.nav-content .nav > li:last-child:after{
		display: none;
	}
}

@media (max-width:767px){
	nav.navbar.bootsnav ul.nav > li > a::before {
		top: 10px;
	}
}

@media (max-width:991px){
	.search-li.disno991{
		margin-top: 10px;
	}
	
	.search-li{
		display: block !important;
		width:100%;
		margin-left: 0;
	}
	
	.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-form .input-group{		
		width: 100%;
	}
	
	nav.navbar.bootsnav ul.nav > li.search-li > a {
		padding: 11px 0;
	}
	
	.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.33333%;
		display: inline-block;
		text-align: center;
		background: #d2d2d2;
		border:none;
		border-right: 1px solid #fff;
		margin-bottom: 5px;
		line-height: 35px;
		color:#282828;
		font-weight: bold;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
		margin-right: -3px;
	}
	
	.search-li p a:hover {
		background: #a5a5a5;
		color: #fff;
	}
	
	.search-li p a:last-child{
		border-right: none;
	}
	
	.search-li .navbar-form {
		padding: 0;
	}	
	
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 22px;

	}
	
	.search-li .input-group-btn > .btn {
		position: relative;
		width: 100%;
		height: 35px;
	}
}

@media (max-width:767px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 22px;
		z-index: 1000;
	}
	
	nav.navbar.bootsnav ul.nav > li.search-li > a {
		padding: 11px 15px;
	}	
}

@media (max-width:580px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 15px;
	}
	
	.nav-content .logo {
		max-width: 180px;
		width: 100%;
	}
}

@media (max-width:480px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 2px;
		position: relative;
		top: 10px;
	}
	
	.nav-content .logo {
		max-width: 150px;
	}
}

@media (max-width:390px){
	.nav-content .logo{
		padding:3px;
	}
	
	.logoBox {
		width: 84%;
		display: block;
		margin-right: 16%;
		padding: 2.5px;
	}
}



/*************************************/
/*              banner               */
/*************************************/
.carousel {
    overflow: hidden;
}

.banner{
	background:url(../tw_img/banner/inside_banner_01.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 12.08333%;
	width:0;
	opacity: 0;
}

@media (max-width:767px){
	.banner{
		background:url(../tw_img/banner/inside_banner_02.jpg) top center no-repeat;
		background-size: cover;
		padding-bottom: 23.3635%;
	}
}



/*************************************/
/*              index hp             */
/*************************************/
.hpContent{
	padding-bottom: 25px;
}

.hpImg{
	background: #e4e4e4;
	padding: 15px;
}

.hpContent .owl-carousel .item a p{
	text-align: center;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	color:#fff;
	overflow: hidden;	
	text-overflow: ellipsis;
	white-space: nowrap;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#252525+0,000000+100 */
	background: #252525; /* Old browsers */
	background: -moz-linear-gradient(top, #252525 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #252525 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #252525 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	padding:0 10px;
}

.hpTitle{
	font-size: 26px;
	color:#0087d2;
	font-weight:bold;
	text-align: center;
	margin: 20px auto;
}

.hpContent .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: absolute;
    top: -40px;
    right: 0;
}

@media (max-width:580px){
	.hpContent .owl-theme .owl-nav.disabled + .owl-dots {
		top: -35px;
	}
	
	.hpTitle{
		margin: 15px auto 25px;
	}
}

@media (max-width:378px){
	.hpContent .owl-theme .owl-nav.disabled + .owl-dots{
		display: none;
	}
	
	.hpTitle{
		margin: 15px auto 10px;
	}
}


/*************************************/
/*            index about            */
/*************************************/
.indexAbout{
	overflow: hidden;
	background: url(../tw_img/index/indexAbout_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 35px 0 30px;
}

.aboutTitle{
	text-align: center;
	margin-bottom: 15px;
}

.aboutTitle span{
	font-size: 26px;
	color:#fff;
	font-weight: bold;
	position: relative;
	padding: 0 25px;
}

.aboutTitle span:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	top:18px;
	left:-145px;
}

.aboutTitle span:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	top:18px;
	right:-145px;
}

.indexAbout p{
	font-size: 19px;
	line-height: 30px;
	color:#c2f1fe;
	text-align: justify;
}

.aboutMore{
	text-align: right;
	margin-top: 5px;
}

@media (max-width:991px){
	.indexAbout{
		padding: 28px 0 18px;
	}

}

@media (max-width:767px){
	.indexAbout p{
		font-size: 18px;
		line-height: 28px;
	}
}



/*************************************/
/*               footer              */
/*************************************/

footer{
	background:#0e0e0e;
	padding-top: 15px;
	overflow: hidden;
	background-size: cover;
	box-shadow: 0 500px 0 500px #0e0e0e;
}

.footer_above{
	overflow: hidden;
}




.footer-add {
    margin-left: 15px;
	text-align: center;
}

.footer-add li{
	display:inline-block;
	font-size:16px;
	color:#9a9a9a;
	line-height:25px;
	margin: 0 18px;
}

.footer-add li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #9a9a9a;
    position: relative;
    left: 24px;
	top:1px;
}

.footer-add li i{
	color:#9a9a9a;
	margin-right:8px;
	font-size: 18px;
	width: 20px;
	text-align: center;
}

.footer-add li a{
	color:#9a9a9a;
}

.footer-add li a:hover{
	color:#ccc;
}

@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: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 15px;
	font-size:15px;
	font-family: Arial;
}

.footerUl2{
	list-style-type: none;
	color:#9a9a9a;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.03rem;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#9a9a9a;
	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: 54px;
	width: 54px;
    padding: 10px 15px;
    position: fixed;
    right: 15px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:0.7;
}

/*************************************/
/*                about              */
/*************************************/
.aboutContent{
	background: url(../tw_img/other/about_bg.jpg) center right no-repeat, url(../tw_img/other/about_bg2.jpg) center right repeat-y;
	background-size: 100%;
	padding: 15px 0 0;
	overflow: hidden;
}

.aboutSub{
	background: url(../tw_img/other/about_Text_bg.png) top center no-repeat;
	background-size: cover;
	padding-bottom: 58%;
	position: relative;
}

.aboutSub p{
	font-size: 18px;
	line-height: 25px;
	color:#fff;
	padding: 5px 15px;
	border:1px solid #535557;
	margin-left: 13px;
	margin-right: 13px;
	position: absolute;
	bottom: 7.5%;
	text-align: justify;
}

.aboutContent .col-md-9.subContent{
	transform: translateY(-200px);
	opacity: 0;
}

@media (max-width:580px){
	.aboutSub p{
		background: rgba(0,0,0,0.3);
		border: none;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:480px){
	.aboutSub{
		padding-bottom: 80px;
	}

	.aboutSub p{
		position: static;
		padding-top: 20px;
	}
}


/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
}

.title2{
	height: 40px;
}

.sideBar p{
	color:#fff;
	font-size:22px;
	width:100%;
	text-align:center;
	background:url(../tw_img/other/aside_title.jpg) center center repeat-x;
	font-weight:600;
	line-height: 22px;
	padding-top: 9px;
	border-radius: 15px 15px 0 0;
}

.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: 1px;
}

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: 10px 10px 10px 20px;
	cursor: pointer;
	z-index: 2;
	font-size: 18px;
	text-decoration: none;
	color: #282828;
	background: #dbdbdb;
	line-height: 20px;
}

#sub > ul > li > a:hover{
	color: #fff;
	background: #07559f;
	border-left: 10px solid #00a4ff;
}

#sub > ul > li.has-sub > a:hover{
	background: #07559f;
	color:#fff;
	border-left: 10px solid #00a4ff;
}


#sub > ul > li.active3 > a {
    color: #fff;
	background: #07559f;
}

#sub > ul > li.asideActive>a,
#sub > ul > li.open > a {
    color: #fff;
    background: #07559f;
	border-left: 10px solid #00a4ff;
}

#sub > ul > li.has-sub.open > a {
    color: #fff;
}

#sub ul ul li a {
	cursor: pointer;
	padding: 10px 20px 10px 38px;
	z-index: 1;
	text-decoration: none;
	font-size: 18px;  
	background:#fff;
	color:#07559f;
	line-height:18px;
	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; 	
	/*box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
	vertical-align: top;
	background: #e4e4e4;
	transform: translateY(-70px);
	opacity:0;
}

.pro_box:hover{
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

figure{
	position:relative;
	padding: 12px;
}

.pro_box>a>figure>img{
	width:100%;
}

.pro_box p{
	font-size:18px;
	color:#fff;
	text-align: center;
	line-height:20px;
	padding:10px 8px;
	transition: all 0.5s ease-in-out;
	background: #1b1b1b;
}

.pro_box:hover p{
	background: #0086d0;
}

.pro_box .hp-hover img{
	position: absolute;
	text-align: center;	
	top: 50%;
	margin-top: -22px;
	left: 50%;
	margin-left: -90px;	
}

.hp-hover{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align: center;
	opacity:0; 
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size:25px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.6);
	margin:auto;
	background: rgba(255,255,255,0.3);
}

.pro_box:hover .hp-hover{
	opacity:1;
}

@media (max-width:680px){
	.pro_box {
		width: 47.2%;
		margin: 0 1% 25px;
	}
}

@media (max-width:480px){
	.pro_box .hp-hover img {
		margin-top: -18px;
		margin-left: -60px;
		max-width: 120px;
	}
}

@media (max-width:400px){
	.pro_box {
		width: 98%;
		margin: 0 1% 15px;
	}
	
	.pro_box .hp-hover img {
		margin-top: -20px;
		margin-left: -85px;
		max-width: 170px;
	}
}



/*************************************/
/*                page               */
/*************************************/

.page{
	text-align:center;
	font-size:20px;
}

.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 15px;
}

.page .pagination li a:hover,
.page .pagination li.page-active a{
	color:#0f76b4;
}

.page .pagination .line {
    position: relative;
    top: -12px;
}



/*************************************/
/*          product detail           */
/*************************************/
.pro_above{
	position: relative;
	overflow: hidden;
}

.pro_above h2{
	font-size:24px;
	margin-left:20px;
	color:#0087d2;
	line-height:30px;
	font-weight:600;
	margin-top: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #0087d2;
	padding-bottom: 6px;
}

.pro_above img.pro_b{
	border: 6px solid #d2d2d2;
	margin: 5px;
	background: #e4e4e4;
	padding: 12px;
}

#button-wrap-inner{
	margin-top:100px;
	margin-left:20px;
	position: absolute;
	left: 43.5%;
	bottom:10px;
}

#button-wrap-inner span{
	display:block;
}

#button-wrap-inner .proBtn img{
	position:relative;
	top:3px;
	margin-right:5px;
}

hr{
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #fff;
}

.proDetail{
	box-shadow:0 0 5px rgba(0,0,0,0.25);
}

.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{	
	margin:3px 0;
	text-align:center;
	color:#fff;	
	font-size:18px;
	height:40px;
	line-height:40px;
	width:170px;
	/*border:none;*/
	position:relative;
	outline:none;
	padding:0;
}

.proBtn{
	background:url(../tw_img/other/btn_bg.jpg) top left repeat-x;
	position:relative;
	outline:none;
	border-radius:10px;
	overflow: hidden;
}

.proBtn:hover{	
	background: url(../tw_img/other/btn_bg_h.jpg) top left repeat-x;
	color:#fff;
}


.editor{
	padding:20px 5px;
	min-height: 150px;
}

.pro_b{
	width:100%;
}

.editor,
.editor p{
	font-size: 16.5px;
	color:#000;
}


@media (max-width:1200px){	
	#button-wrap-inner{
		margin-top:50px;
	}
}

@media (max-width:991px){
	#button-wrap-inner span{
		display:inline-block;
		margin:0 10px;
	}
	
	#button-wrap-inner {
		left: 51%;
	}
}

@media (max-width:767px){
	#button-wrap-inner{
		margin-top:20px;		
		margin-left:0;
		left: 52%;
	}	
	
	.pro_above h2{
		margin-top: 10px;
	}
	
	.editor{
		padding:20px 0 0;
	}
	
}

@media (max-width:680px){
	.pro_above img.pro_b{
		margin: 5px auto 15px;
		box-shadow:none;
	}
	
	.pd580-100{
		width:100%;
	}
	
	.pro_above h2{
		font-size:22px;
	}
}

@media (max-width:680px){
	#button-wrap-inner{
		margin-top:20px;
		position:static;
		text-align:center;
	}
	
	#button-wrap-inner span {
		margin: 0 5px;
	}
	
	
	
	.pro_b{
		max-width:350px;
		margin-bottom: 15px;
		width:100%;
	}
	
	.pro_above h2{
		text-align:center;
		margin-left:0;
	}
}

@media (max-width:400px){
	.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;

	}
	
	.pro_above h2{
		text-align:left;
	}
}

.text3{
	font-size: 17px;
	color:#010101;
	line-height: 23px;
}

.red{
	color:#ed1f23;
}


h4.prodetail{
	font-size: 18px;
	color:#fff;
	height: 41px;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	background: url(../tw_img/other/title_bg.jpg) top right no-repeat,url(../tw_img/other/title_bg_2.jpg) top left repeat-x;
	padding: 0 65px 0 28px;
}

.proInfo-content{
	border-top: 1px solid #282828;	
}



/*************************************/
/*            inquiry table          */
/*************************************/
.inquiry_table {
    width: 100%;
    display: table;
    border-collapse: separate;
	margin-bottom: 15px;
}

.inquiry_table .thead,
.inquiry_table .tbody{
    display: table-header-group;
}

.inquiry_table .tr {
    display: table;
	width: 100%;
}

.inquiry_table .thead .tr{
	background: #181818;
	color:#b0b0b0;
}

.inquiry_table .thead .th {
    color: #b0b0b0;
    text-align: center;
    position: relative;
	font-size:18px !important;
	font-weight: bold;
}

.inquiry_table .tbody .td {
    color: #000;
    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: 16px;    
	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 .thead .th:nth-child(1),
.inquiry_table .tr .td:nth-child(1) {
    width: 10%;
}
 
.inquiry_table .thead .th:nth-child(2),
.inquiry_table .tr .td:nth-child(2) {
    width: 50%;
}

.inquiry_table .thead .th:nth-child(3),
.inquiry_table .tr .td:nth-child(3) {
    width: 20%;
}
 
.inquiry_table .thead .th:nth-child(4),
.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 #a1a1a1;
		border-bottom: 3px solid #a1a1a1;
		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: #b0b0b0;
		background: #181818;
		padding: 0 10px;
		line-height: 22px;
	}
	
	.inquiry_table .tbody .td:nth-child(2){
		padding-bottom: 3px;
	}

	.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 #e8e8e8;
	}

	.inquiry_table .tbody .tr:last-child .td {
		border-bottom: 1px dashed #e8e8e8;
	}

	.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;
}

.conBtn{
	text-align:center;
	margin:10px auto 20px;
}

.btn_con{
	background: url(../tw_img/other/btn_bg.jpg) top left repeat-x;
	outline: none;
	border-radius: 10px;
	overflow: hidden;
	margin: 3px 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	width: 160px;
	border: none;
	padding: 0;
}

.btn_con:hover{
	background: url(../tw_img/other/btn_bg_h.jpg) top left repeat-x;
}

.conBtn img{
	position:relative;
	top:3px;
	margin-right:5px;
}

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;
	}
}



/*************************************/
/*             sistenews             */
/*************************************/
.news-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;	
}

.news-list .div-tr:first-child{	
	padding:8px 15px;
	font-size:16px;
}

.news-list .div-tr:first-child .div-td{
	font-size: 18px;	
	color: #b0b0b0;
	background: #000;
	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: 15px 15px;
	font-size: 18px;
	color: #282828;
	vertical-align: middle;
	border-bottom: 1px solid #1e2937;
}

.news-list .div-tr:first-child .div-td{
	border-bottom: none;
	padding: 9px 15px;
}

.news-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.news-list .div-tr:not(:first-child):hover{	
	background:#b3d5eb;
}

.news-list .div-tr:hover .div-td a{	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

@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 #d2d2d2;
		padding: 10px 15px;
	}

	.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           */
/*************************************/
.newDetailTitle h3{
	font-size: 20px;
	color:#0087d2;
	line-height: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #0087d2;
}

.newDetailTitle p.newsData{
	font-size: 17px;
	color:#505050;
	text-align: right;
	line-height: 30px;
}

.newDetailTitle p.newsData i{
	color:#333;
	font-size: 20px;
	margin-right: 5px;
	vertical-align: text-bottom;
}

.newsBack{
	text-align: right;
}

.newsBack .backBtn{
	background: url(../tw_img/other/btn_bg.jpg) top left repeat-x;
	outline: none;
	border-radius: 10px;
	overflow: hidden;
	margin: 3px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	width: 160px;
	border: none;
	padding: 0;
}

.newsBack .backBtn:hover{
	background: url(../tw_img/other/btn_bg_h.jpg) top left repeat-x;
}

.newsBack .backBtn img{
	vertical-align: sub;
	margin-right: 5px;
}


/*************************************/
/*            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;
	}
}


/*************************************/
/*                other              */
/*************************************/
.breadcrumb2{
	font-size: 16px;
	line-height: 18px;
	color:#000;
	text-align: right;
	padding: 8px 0;
}

.breadcrumb2 span{
	display: inline-block;
}

.breadcrumb2 span.active{
	color:#0087d2;
}

.col-md-9.subContent{
	padding-left: 30px;
	padding-right: 0;
}

.insideContent{
	background: #f1f1f1;
	padding: 15px 0 25px;
	overflow: hidden;
	min-height: 320px;
}

@media (max-width:991px){
	.col-md-9.subContent{
		padding-left: 0;
		padding-right: 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;
    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%;
	}
}