@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:"微軟正黑體";
	background: #f5f5f5;
}


/*************************************/
/*               header              */
/*************************************/

.header{
	background: #282828;
	overflow: hidden;
	padding: 3px 0;
}

header{
	margin:0 auto;
	overflow: hidden;
}

.header-info{
	margin-top: 10px;
}

.header-info>span{
	margin-right: 15px;
}

.header-info>span>a{
	font-size: 15px;
	color:#707070;
}

.header-info>span>a>img{
	margin-right:5px;
}

@media (max-width:991px){
	header{
		width:100%;
	}
}

@media (max-width:767px){
	.header-info>span>a>span{
		display: none;
	}
}

@media (max-width:430px){
	.header-info{
		display: none;
	}		
}


/*----------search-----------*/

.search-content p{
	color:#282828;
	text-align:right; 
	position:absolute; 
	right:65px;
	font-size: 17px;
	margin-top: 8px;
}

.search-content p a{
	width: 80px;
	height: 28px;
	font-size: 15px;
	border: 1px solid #7d7d7d;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
	color:#7d7d7d;
}

.search-content p a:hover,
.search-content p a.lang-active{
	color:#fff;
	background: #555555;
}

.search-content{
    width:100%;    
}

.searchbox{
    position:relative;
    min-width:40px;
    width:0%;
    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;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#e5e5e5;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 0 0px 20px;
    font-size:18px;
    color:#282828;
	border-radius: 20px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #07418a;
}
.searchbox-input:-moz-placeholder {
    color: #07418a;
}
.searchbox-input::-moz-placeholder {
    color: #07418a;
}
.searchbox-input:-ms-input-placeholder {
    color: #07418a;
}

.searchbox-icon,
.searchbox-submit{
	width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 18px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #282828;
    border-radius: 20px;
}

.searchbox-icon{
	font-size: 20px;
}


.searchbox-open{
    width:100%;
}


@media (max-width:580px){
	.search-box{
		width:100%;
		margin-left: 0;
	}
}

@media (max-width:430px){	
	.search-box{
		width:100%;
	}
	
	.search-content p {
		right:auto;
		left: 0;
	}
	
	.search-content p a{
		margin-right: 5px;
		margin-left: 0;
	}
}

.banner{
	margin-bottom: 10px;
}

/*************************************/
/*             navigation            */
/*************************************/

.logo-img{
	margin: 15px auto;
}

i.navIcon{
	display:none;
	padding-right:1rem;
	font-size:16px;
}

.navbar-default, .navBg {
	color:#121212;
	font-size:16px;
	border:none;
	margin-left:0;
	margin-right:0;
	background:none;
}

.navbar {
    border-radius: 0;
	margin-bottom:0;
}

.navbar-default .navbar-nav > li{
	position:relative;
}

.navbar-default .navbar-nav > li:before{
	content:"";
	display:block;
	width:1px;
	height:100%;
	background:#e7e7e7;
	position:absolute;
	top:0;
}

.navbar-default .navbar-nav > li:last-child:after{
	content:"";
	display:block;
	width:1px;
	height:100%;
	background:#e7e7e7;
	position:absolute;
	top:0;
	right:0;
}

.navbar-default .navbar-nav > li > a {
    color: #464646;
	font-weight:600;
	width:120px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active-nav > a{
	color:#165fa9;
}

.navbar-default .navbar-nav > li > a > i{
	font-size:20px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	margin-bottom:5px;
	display:none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    
	border:1px solid #fff;
}

.navbar-default .navbar-toggle {   
	border:1px solid #fff;
}

.navbar-nav > li > a {
    padding:30px 0;
}

.navContain .navbar-default .navbar-toggle .icon-bar{
	background-color:#fff;
}

.navContain .navbar-default .navbar-toggle:hover, 
.navContain .navbar-default .navbar-toggle:focus{
	background-color:rgba(255,255,255,0.2);
}

.navOther .dropdown-menu{
	min-width:130px;
	font-size:18px;
	text-align:center;
}

@media (max-width:1200px){
	.navbar-nav > li > a {
		padding-left: 10px;
		padding-right:10px;
	}

	.navOther .dropdown-menu{
		min-width:120px;
	}

	.navbar-default .navbar-nav > li > a {
		width: 100px;
	}
}

@media (max-width:991px){
	.logo-img{
		margin: 7px auto;
	}
	.section2 .navbar-right{
		float:none !important;
		margin-right:0;
		margin-left:10%;
	}

	.navbar-nav > li > a {
		padding:10px 0;
	}
	
	.search-content p a {
		width: 40px;
	}
	
	.search-content p a span{
		display: none;
	}
}


@media (max-width:767px){
	i.navIcon{
		display:inline-block;
	}

	.navbar-default .navbar-nav > li > a > i{
		display:inline-block;
	}

	.navbar-nav > li > a {
		padding-left: 0;
		padding-right:0;
		padding-bottom: 0;
		padding-top:5px;
	}

	.section2 .navbar-right{
		margin-left:0;
	}

	.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:last-child:after{
		display:none;
	}

	.section2 .navbar{
		margin-top:-45px;
	}

	.navbar-default .navbar-toggle{
		margin-top:-0px;
	}

	.navOther .dropdown-toggle{
		padding:15px 0;
	}
	
	.navbar-default .navbar-nav > li > a {
		width: 100%;
		border-bottom: 1px dotted #ccc;
	}
	
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li.active-nav > a {
		border-bottom: 1px dotted #ccc;
		background: #f9f9f9;
	}
}

@media (max-width:600px){
	.section2 .navbar{
		margin-top:-10px;
		min-height:10px;
	}

	.navbar-default .navbar-toggle{
		margin-top:-34px;
		margin-right: 15px;
	}
	
	.logo-img {
		max-width: 280px;
	}
	
	.navbar-toggle{
		margin-right: 5px;
	}
}

@media (max-width:430px){
	.logo-img {
		margin: 10px 0;
		max-width:260px;
	}
}

@media (max-width:358px){
	.logo-img {
		max-width: 230px;
	}
}

@media (max-width:300px){
	.navbar-default .navbar-toggle{
		margin-right:5px;
	}
}


/*************************************/
/*                index              */
/*************************************/

/*---------- index product item -----------*/
.index-product-item{
	margin-left: -25px;
	margin-right: 0;	
	min-height:250px;
}

.index-product-item .col-xs-4{
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}

.index-product-item .col-xs-4 .product-iten-img{
	position: absolute;
	top:-35px;
	transition: 0.3s;
}

.index-product-item .col-xs-4 .product-iten-img:hover{
	top:-45px;
	box-shadow: 0 0 5px 1px rgba(246,211,0,0.5);
}

.product-iten-img{
	text-align: center;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 10px;
	min-height: 235px;
}

.index-product-item .col-xs-4:nth-child(1) .product-iten-img{
	background:url(../tw_img/index/brand_02_pic.png) center bottom no-repeat, #fff;
}

.index-product-item .col-xs-4:nth-child(2) .product-iten-img{
	background:url(../tw_img/index/brand_03_pic.png) center bottom no-repeat, #fff;
}

.index-product-item .col-xs-4:nth-child(3) .product-iten-img{
	background:url(../tw_img/index/brand_01_pic.png) center bottom no-repeat, #fff;
}

.product-iten-img p{
	text-align: left;
	color:#282828;
	padding: 10px 0;
}

.index-product-item .col-xs-4 .product-iten-img img{
	width:100%;
	max-width:305px;
}

@media (max-width:991px){
	.index-product-item{
		min-height:240px;
	}
	.product-iten-img{
		padding: 10px 15px;
	}
	
	.index-product-item{
		margin-left: -15px;
		margin-right: 0px;
	}

	.index-product-item .col-xs-4{
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
	}
}

@media (max-width:767px){
	.index-product-item .col-xs-4 .product-iten-img{
		position: absolute;
		top:-25px;
	}

	.index-product-item .col-xs-4 .product-iten-img:hover{
		top:-35px;
	}
}

@media (max-width:580px){
	.index-product-item .col-xs-4 .product-iten-img{
		position:static;
		top:0;
	}
	
	.index-product-item{
		margin-left: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.index-product-item .col-xs-4{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.index-product-item .container{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.index-product-item .col-xs-4:nth-child(1){
		width:100%;
	}
	
	.index-product-item .col-xs-4:nth-child(2),
	.index-product-item .col-xs-4:nth-child(3){
		width:50%;
	}
	
	.index-product-item .col-xs-4{
		margin-bottom: 10px;
	}
	
	.index-product-item .col-xs-4:nth-child(1) .product-iten-img{
		height:auto;
		min-height: 220px;
		width:100%;
	}	
	
	.index-product-item .col-xs-4 .product-iten-img{
		border:1px solid #e5e5e5;
	}
}


/*------------hot product-------------*/

.hp-contnet{
	background: url(../tw_img/index/hp_bg.jpg) top center no-repeat;
	padding: 50px 0 50px;
}


.hp-contnet .item {
  background-color: #fff;
  text-align: center;
  line-height: 200px;
  box-shadow:0 0 5px rgba(0,0,0,0.6);
  margin:10px 5px;
}

.hp-contnet p.title{
	font-family:"微軟正黑體";
	font-size: 26px;
	font-weight: bold;
	color:#fff;
	padding-left: 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	text-align: center;
	margin-bottom: 20px;
}

.hp-contnet .item p{
	font-size:17px;
	color:#282828;
	line-height:30px;
	padding:8px;
	font-weight:600;
	padding-bottom: 10px;
	/*background:url(../tw_img/other/content_bg.png) right bottom no-repeat, #d7d7d7;*/
	background-color:  #d7d7d7;
	transition: all 0.5s ease-in-out;
}

.hp-contnet .item:hover p{
	/*background:url(../tw_img/other/content_bg.png) right bottom no-repeat, #fffbc6;*/
}

.hp-contnet .owl-carousel{
	position:relative;
}

.hp-contnet .owl-theme .owl-nav{
	position: absolute;
	top: -65px;
	right: 0;
}

.hp-contnet .owl-theme .owl-dots{
	display:none;
}

.hp-contnet .owl-carousel .owl-nav .owl-next{
	background:url(../tw_img/index/right_hover.png) top left no-repeat;
}

.hp-contnet .owl-carousel .owl-nav .owl-next:hover{
	background:url(../tw_img/index/right.png) top left no-repeat;
}

.hp-contnet .owl-carousel .owl-nav .owl-prev{
	background:url(../tw_img/index/left_hover.png) top left no-repeat;
}

.hp-contnet .owl-carousel .owl-nav .owl-prev:hover{
	background:url(../tw_img/index/left.png) top left no-repeat;
}

.hp-contnet .owl-theme .owl-nav [class*="owl-"] {    
    text-indent: -99999px;
    width: 48px;
    height: 48px;
	padding-bottom: 15px;
}

.hp-box{
	position:relative;
	overflow: hidden;
}

.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(245,245,245,0.8);
}

.hp-hover img{	
	position: absolute;
	text-align: center;	
	top: 50%;
	margin-top: -48px;
	left: 50%;
	margin-left: -48px;
	max-width: 97px;
}

.owl-carousel .item:hover .hp-hover{
	opacity:1;
}

@media (max-width:430px){
	.hp-contnet{
		padding: 50px 0 30px;
	}
	.hp-contnet p.title{
		text-align: left;
	}
}



/*************************************/
/*              footer               */
/*************************************/
footer{
	background: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	border-top: 8px solid #005ab6;
	border-bottom: 1px solid #d7d7d7;
}

.footer-add {
    margin-left: 15px;
}

.footer-add li{
	display:inline-block;
	font-size:16px;
	color:#282828;
	line-height:30px;
}

.footer-add li:nth-child(1){
	width:100%;
}

.footer-add li:nth-child(2),
.footer-add li:nth-child(3),
.footer-add li:nth-child(4){
	width:30%;
}

.footer-add li i{
	color:#707070;
	margin-right:8px;
	font-size: 18px;
	width: 20px;
	text-align: center;
}

.footer-add li a{
	color:#707070;
}

.footer-add li:nth-child(5):hover i,
.footer-add li a:hover{
	color:#0e4680;
}

.img-responsive.ft-img {
    margin-top: 5px;
}

@media (max-width:1200px){
	.footer-add li:nth-child(2),
	.footer-add li:nth-child(3),
	.footer-add li:nth-child(4){
		width:27%;
	}
}

@media (max-width:991px){
	footer{
		padding-top: 15px;
		padding-bottom: 0;
	}
	
	.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:30%;
	}
	
	.ft-img{
		margin: 0 auto 10px;
	}
	
}

@media (max-width:680px){	
	.footer-add{
		margin-bottom: 12px;
	}
	
	.footer-add br{
		display:none;
	}

	.footer-add li:nth-child(2),
	.footer-add li:nth-child(3),
	.footer-add li:nth-child(4){
		width:100%;
	}

	.footer-add li{
		display:block;
		width:100%;
		text-align:center;
		padding-left:0;
		line-height: 25px;
		font-size: 15px;
	}
}

@media (max-width:480px){
	footer{
		padding-top: 20px;
	}
}




.footer_below{
	padding:10px 0;
	font-family: Arial;
	background: #e1e1e1;
}

.footerUl2{
	list-style-type: none;
	color:#b7b7b7;
	font-size:13px;
	line-height:18px;
	letter-spacing:0.03rem;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#b7b7b7;
	font-size:15px;
}

.footerUl2 li a:hover{
	text-decoration:underline;
	color:#7d7d7d;
}

.line{
	padding: 0 10px;
}


@media (max-width: 991px) {
	.footer_below{
		padding:6px 0;
	}

	.footerUl2{
		text-align:center;
	}

	.footerUl2{
		padding-left:0;
	}

	.footerUl2 li{
		  display:inherit;
	}

	.footerUl2 br{
		display:none;
	}
	
	.line{
		display: none !important;
	}
}

@media (max-width: 650px) {
	.footerUl2{
		text-align:center;
	}

	.dis2{
		display:inline;
	}
}


/*************************************/
/*                go top             */
/*************************************/
.gotop{
	background: url(../tw_img/other/top_bg.jpg) center top no-repeat;
	height:64px;
	position: relative;
}

#gotop {
    cursor: pointer;
    height: 22px;
    padding: 10px 15px;
    position: absolute;
    width: 123px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:1;
	top:21px;
	left:50%;
	margin-left: -60px;
}

@media (max-width:767px){
	.gotop{
		height:50px;
	}
	
	#gotop {
		top:15px;
	}
}


/*************************************/
/*            breadcrumb            */
/*************************************/
.breadcrumb2{
	padding: 0 0 10px;
	text-align: center;
	border-bottom: 2px solid #e7e7e7;
	box-shadow: 0 2px 0 #fff;
	font-size: 16px;
	color:#555555;
	margin-bottom: 30px;
}

.breadcrumb2 span{
	font-size: 26px;
	font-weight: bold;
	color:#4b4b4b;
}

@media (max-width:991px){
	.breadcrumb2{
		text-align: left;
	}
}

@media (max-width:767px){
	.breadcrumb2{
		padding: 12px 0 8px;
	}
	
	.breadcrumb2 span{
		font-size: 20px;
	}
}


/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
}

.title2{
	padding:7px 0 6px;
}

.sideBar p{
	color:#282828;
	font-size:22px;
	width:100%;
	text-align:center;
	font-weight:600;
	display: none;
}

.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;
		border-radius: 10px;
		margin-bottom: 3px;
		display: block;
	}

	.aside-open{
		display:block !important;
	}

	.col-md-3.pd768-0.aside-content {
		margin-top: -83px;
	}
}

@media (max-width:767px){
	.col-md-3.pd768-0.aside-content {
		margin-top: -75px;
	}
}





#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;
	border-top: 7px solid #2e89e5;
}

#sub ul ul {
    display: none;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.align-right {
    float: right;
}

#sub > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#sub > ul > li > a {
	padding: 12px 10px 12px 20px;
	cursor: pointer;
	z-index: 2;
	font-size: 20px;
	text-decoration: none;
	color: #282828;
	line-height: 20px;
	font-weight: 600;
}

#sub > ul > li.has-sub > a {	
	border-radius: 8px 8px 0 0;
	transition: all 0.5s;
}


#sub > ul > li.active3 > a,
#sub > ul > li > a:hover{
	color: #282828;
}

#sub > ul > li.has-sub > a:hover{
	color:#438cd5;
}

#sub > ul > li.has-sub.open > a {
    color: #2f77bf;
    background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

#sub ul ul li a {
	cursor: pointer;
	padding: 15px 20px 15px 37px;
	z-index: 1;
	text-decoration: none;
	font-size: 20px;  
	background:#fff;
	color:#282828;
	line-height:18px;
	font-weight: bold;
}

#sub > ul > li > ul >li.has-sub>a{
	background: url(../tw_img/other/close.png) left 20px center no-repeat, #fff;
}

#sub>ul>li>ul>li{
	margin-top:0;
}

#sub>ul>li>ul>li:hover>a,
#sub>ul>li>ul>li.active4>a{
	color:#fff;
	background: #005baa;
}

#sub>ul>li>ul>li.has-sub:hover>a,
#sub>ul>li>ul>li.has-sub.open>a,
#sub>ul>li>ul>li.has-sub.active2>a{
	background: url(../tw_img/other/open.png) left 20px center no-repeat, #005baa;
	color:#fff;
}

#sub > ul > li > ul > li:last-child {
    border-bottom: none;
}

#sub > ul > li > ul >li > ul > li > a{
	background: #fff;
	color:#585858;
}

#sub ul ul li:first-child > a {
    box-shadow: none;
}

#sub ul ul ul li a {
	padding-left: 40px;
	background: #fff;
	font-size: 17px;
	border-bottom: none;
	padding: 12px 20px 12px 50px;
	font-weight: bold;
}

#sub ul ul ul li a:hover,
#sub ul ul ul li.active a{
	color:#005baa;
	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){	
	#sub {
		width: 100%;
		display:none;
	}
	
	#sub > ul > li > a{
		line-height: 16px;
	}
	
	#sub ul ul li a {
		font-size: 20px;
		line-height: 16px;
	}
}


/*************************************/
/*                about              */
/*************************************/
.blue-title{
	font-size: 22px;
	font-weight: bold;
	color:#005baa;
	line-height: 22px;
}

.gray-title{
	font-size: 15px;
	color:#9d9d9d;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;
}

.about-mb{
	margin-bottom: 30px;
}

.about-content{
	margin-bottom: 50px;
	overflow: hidden;
}

.about-content .col-xs-4{
	margin-bottom: 10px;
}

@media (max-width:991px){
	.about-content{
		margin-bottom: 30px;
	}
}

@media (max-width:767px){
	.about-content .col-xs-4:nth-child(1){
		padding-right:8px;
	}
	
	.about-content .col-xs-4:nth-child(2){
		padding-right:8px;
		padding-left:8px;
	}
	
	.about-content .col-xs-4:nth-child(3){
		padding-left:8px;
	}
	
	.about-content{
		margin-top: -10px;
	}
}

@media (max-width:580px){
	.blue-title{
		font-size: 20px;
		line-height: 20px;
	}
	
	.about-content .col-xs-4:nth-child(1){
		padding-right:5px;
	}
	
	.about-content .col-xs-4:nth-child(2){
		padding-right:5px;
		padding-left:5px;
	}
	
	.about-content .col-xs-4:nth-child(3){
		padding-left:5px;
	}
}

@media (max-width:480px){	
	.about-content .col-xs-4{
		width:50%;
	}
	
	.about-content .col-xs-4:nth-child(1){
		padding-right:5px;
	}
	
	.about-content .col-xs-4:nth-child(2){
		padding-right:15px;
		padding-left:5px;
	}
	
	.about-content .col-xs-4:nth-child(3){
		padding-right:5px;
		padding-left: 15px;
	}
}

@media (max-width:360px){	
	.about-content .col-xs-4{
		width:100%;
	}
	
	.about-content .col-xs-4:nth-child(1){
		padding-right:15px;
	}
	
	.about-content .col-xs-4:nth-child(2){
		padding-right:15px;
		padding-left:15px;
	}
	
	.about-content .col-xs-4:nth-child(3){
		padding-right:15px;
		padding-left: 15px;
	}
}


/*************************************/
/*              product              */
/*************************************/

.pro_box {
    width: 30.9%;
    margin: 0 1% 35px; 
    display: inline-table; 	
	background:#fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

figure{
	position:relative;
}

.pro_box>a>figure>img{
	width:100%;
}

.pro_box p{
	font-size:17px;
	color:#282828;
	text-align: center;
	line-height:30px;
	padding:8px;
	font-weight:600;
	padding-bottom: 10px;
	background:/*url(../tw_img/other/content_bg.png) right bottom no-repeat,*/ #d7d7d7;
	transition: all 0.5s ease-in-out;
}

.pro_box:hover p{
	background:/*url(../tw_img/other/content_bg.png) right bottom no-repeat,*/ #fffbc6;
}

.pro_box .hp-hover img{
	position: absolute;
	text-align: center;	
	top: 50%;
	margin-top: -48px;
	left: 50%;
	margin-left: -48px;
	max-width: 97px;
}

.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;
}

.pro_box:hover .hp-hover{
	opacity:1;
}

@media (max-width:991px){
	.pro-content{
		margin-top: 35px;
	}
}

@media (max-width:767px){
	.pro-content{
		margin-top: 25px;
	}
}

@media (max-width:680px){
	.pro_box {
		width: 47.2%;
		margin: 0 1% 25px;
	}
	
	.pro-content{
		margin-top: 20px;
	}
}

@media (max-width:400px){
	.pro_box {
		width: 98%;
		margin: 0 1% 15px;
	}
}


/*************************************/
/*          product detail           */
/*************************************/

.lightbox_b{
	border:1px solid #e5e5e5;
	max-width: 400px;
	width: 100%;
}

.lightbox_s{
	border:1px solid #e5e5e5;
}

.lightbox_s:hover{
	border:1px solid #828282;
}

.rel{
	font-size:20px;
	color:rgba(0,0,0,0.4);
	font-weight:bold;
	margin-bottom:15px;
	display:block;
	padding-left:15px;
}

.lightbox_dis1{
	display:none;
}

.lightbox_dis2{
	display:inherit;
	margin-top:10px;
	overflow:hidden;
}


.pro_detail_info{
	overflow: hidden;
	padding: 20px 20px;
	background: #e1e1e1;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

@media (max-width:1200px){
	.pro_detail_info {
		padding: 15px 20px 7px;
	}
}

@media (max-width:768px){
	.lightbox ul{
		padding-left:0;
		width:70%;
		margin: 0 auto;
	}

	.lightbox_dis2{
		display:none;
	}

	.lightbox_dis1{
		display:inherit;
	}
}

@media (max-width:420px){
	.lightbox ul{
		width:100%;
	}
}

.smallphoto{
	list-style:none;
	margin-top: 20px;
}
.smallphoto a{
	display:block;
	float:left;
	padding:5px 4px;
	width:33.333%;
}

.cont_btn{
	clear: both;
	padding:30px 0 0 0;
}
.prod_title{
	color:#000;
	font-size:24px;
    font-family: "微軟正黑體";
	position:relative;
	font-weight:bold;
	text-align:left;
	margin-bottom:0;
	line-height:35px;
	margin-top:0;
}

.proBtn{	
	font-size: 15px;
	border:none;
	border-radius:0;
	margin:0.5rem 0;
	width:180px;
	color:#fff;
	padding:9px;	
	background:#005ab6;
	border-top:3px solid #2e89e5;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.proBtn:hover{	
	color:#fff;
	background:#e6b93c;
	border-top:3px solid #ffd663;
}


@media (max-width:1200px){	
	.lightbox_dis2{
		margin-top:12px;
	}

	.proBtn{
		width:140px;
	}
	
	.cont_btn {
		padding: 10px 0 0 0;
	}
}

@media (max-width:992px){
	/*.proBtn {
		width: 104px;
	}*/
	
	.lightbox_dis2{
		margin-top:20px;
	}

	.prod_title{
		margin-top:15px;
	}
	
	.cont_btn {
		padding: 18px 0 0 0;
	}
}

@media (max-width:768px){
	#button-wrap-inner{
		text-align:center;
	}

	#button-wrap-inner>div{
		display:inline-block;
		text-align:center;
	}

	.proBtn{
		width:24%;
	}

	.cont_btn{
		margin-left:0;
		padding-top:15px;
	}
	
	.pro_detail_info{
		text-align: center;
	}
	
	.pro_detail_info img{
		margin: 0 auto;
	}
}
@media (max-width:530px){
	.proBtn{
		width:40%;
	}
}
@media (max-width:480px){
	/*.proBtn{
		width:32%;
	}*/
	
	.pro_detail_info {
		padding: 15px 12px 7px;
	}
}

@media (max-width:400px){
	#button-wrap-inner div{
		width:100%;
		float:none;
	}

	.proBtn{
		width:100%;
		margin: 3px 0;
	}
}


.pro_name{
	font-size: 20px;
	color:#005baa;
	font-weight: bold;
	line-height: 30px;
}

.pro_typeNum{
	font-size: 16px;
	color:#282828;
}

.word-content{
	margin-top: 25px;
	margin-bottom: 30px;
}

@media (max-width:767px){
	.word-content{
		margin-top: 25px;
		margin-bottom: 20px;
	}
}



/*************************************/
/*            inquiry table          */
/*************************************/
.inquiry_table {
    width: 100%;
    display: table;
    margin-bottom: 10px;
    border-collapse: separate;
}

.inquiry_table .thead,
.inquiry_table .tbody{
    display: table-header-group;
}

.inquiry_table .tr {
    display: table-row;
}

.inquiry_table .thead .th {
    color: #fff;
    text-align: center;
    background: #313131;
    position: relative;
	font-size:18px !important;
	font-weight: bold;
}

.inquiry_table .tbody .td {
    color: #282828;
    text-align: center;
    vertical-align: middle;
    background:#e1e1e1;    
}

.inquiry_table .thead .th, 
.inquiry_table .tbody .td {
    display: table-cell;
    padding: 7px;
    font-size: 18px;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

.inquiry_table .tbody .tr:last-child .td {
    border-bottom: 0;
}

.inquiry_table .thead .th:last-child, 
.inquiry_table .tbody .td:last-child {
	border-right:none;
}

.inquiry_table .tbody .td {
    display: table-cell;
    padding: 2px 10px;
    font-size: 17px;    
	line-height: 30px;
}

.inquiry_table .tbody .td input{
	height: 30px;
    border-radius: 0;
    border:none;
    font-size: 17px;
    color: #282828;
	background:#fff;
}

.inquiry_table .tr .td:nth-child(1) {
    width: 10%;
}
 
.inquiry_table .tr .td:nth-child(2) {
    width: 44%;
}

.inquiry_table .tr .td:nth-child(3) {
    width: 18%;
}
 
.inquiry_table .tr .td:nth-child(4) {
    width: 18%;
}


.inquiry_table .tr .td:nth-child(5) {
    width: 10%;
}

.inquiry_table .tr .td:nth-child(3) input{
	width:120px;
}

.inquiry_table .tr .td:nth-child(4) input{
	width:80px;
}

.proInquiry .inquiry_table input {
    height: 30px;
    border-radius: 0;
    border:none;
    font-size: 17px;
    color: #282828;
	background:#fff;
}

@media (max-width:680px){
	.inquiry_table {
		background: transparent;
		margin-bottom:10px;
	}

	.inquiry_table .thead {
		display: none;
	}

	.inquiry_table .tr {
		display: block;
		overflow: hidden;
		margin-bottom: 15px;
		border: 1px solid rgba(108,108,108,0.35);
		box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	}

	.inquiry_table .tbody .td:before {
		position: relative;
		float: left;
		font-weight: 700;
	}

	.inquiry_table .tr .td:nth-child(1), 
	.inquiry_table .tr .td:nth-child(1), 
	.inquiry_table .tr .td:nth-child(2), 
	.inquiry_table .tr .td:nth-child(2), 
	.inquiry_table .tr .td:nth-child(3), 
	.inquiry_table .tr .td:nth-child(3),
	.inquiry_table .tr .td:nth-child(4), 
	.inquiry_table .tr .td:nth-child(4),
	.inquiry_table .tr .td:nth-child(5), 
	.inquiry_table .tr .td:nth-child(5) {
		width: 100%;
		height: 36px;
	}

	.inquiry_table .tbody .td:nth-child(1),
	.inquiry_table .tbody .td:nth-child(2),
	.inquiry_table .tbody .td:nth-child(5) {
	   text-align:center;
	   font-weight:bold;
	}

	.inquiry_table .tbody .td:nth-child(1),
	.inquiry_table .tbody .td:nth-child(2){
		color:#255d9b;
	}
	
	.inquiry_table .tr .td:nth-child(3) input,
	.inquiry_table .tr .td:nth-child(4) input{
		width:150px;
		float: right;
	}

	.inquiry_table .tbody .td {
		text-align: right;
		background: #e5e5e5;
	}

	.inquiry_table .thead .th, 
	.inquiry_table .tbody .td {
		display: block;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: 1px dashed #fff;
	}

	.inquiry_table .tbody .tr:last-child .td {
		border-bottom: 1px dashed #fff;
	}

	.inquiry_table .tbody .td:first-child,
	.inquiry_table .tbody .td:last-child{
		border-bottom: none;
	}

	.inquiry_table .tbody .tr:last-child .td:first-child,
	.inquiry_table .tbody .tr:last-child .td:last-child {
		border-bottom: none;
	}

	.inquiry_table .tbody .td:nth-child(1):before {
		content: "";
	}

	.inquiry_table .tbody .td:nth-child(2):before {
		content: "";
	}

	.inquiry_table .tbody .td:nth-child(3):before {
		content: "規格";
		text-align: left;
	}

	.inquiry_table .tbody .td:nth-child(4):before {
	   content: "數量";
		text-align: left;
	}

	.inquiry_table .tbody .td:nth-child(5):before {
		content: "";
	}

	.inquiry_table .tbody .td input{
		background: #eee;
		border: 1px solid #959595;
	}
}



/*************************************/
/*              inquiry              */
/*************************************/

.getCode img{
	padding-top:10px;
	text-align:left;
}

.inq_title{
	color:#7d281d;
	font-size:18px;
	font-family:"微軟正黑體";
	text-align:left;
	letter-spacing:1px;
	padding:0;
}

.conBtn{
	text-align:center;
	margin:10px auto 35px;
}

.btn_con{
	margin: 5px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	width: 170px;
	height: 43px;
	line-height: 40px;
	padding: 0 12px;	
	border: none;
	position: relative;
	outline: none;	
	background: #005ab6;
	border-top:3px solid #2e89e5;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}


.btn_con:hover{
	background: #e6b93c;
	border-top:3px solid #ffd663;
}



input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #363636;
	font-size:28px;
	font-weight:800;
}

.proInquiry table tr th{
	line-height:40px;
	font-size:15px;
}

.form-group select{	
	display: block;
	background:#363636;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 17px;
	line-height: 1.42857143;
	color: #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;
	border:none;
	font-size:17px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #e1e1e1;
}

.proInquiry textarea{
	border-radius:0;
	border:none;
	font-size:17px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #e1e1e1;
}

.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;
	}
}





/*************************************/
/*               sitenews            */
/*************************************/
h5.news_title {
    font-size: 17px;
    color: #005baa;
    line-height: 25px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}

h6.news_data{
	font-size: 14px;
	font-style: italic;
	color:#acacac;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
}

.pro_box.news_box{
	background: transparent;
	box-shadow: none;
}

.blue-title2{
	font-size: 22px;
	font-weight: bold;
	color:#005baa;
	line-height: 25px;
}

.gray-title2{
	font-size: 16px;
	color:#9d9d9d;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
	line-height:25px;
}

@media (max-width:680px){
	.blue-title2{
		font-size: 19px;
		line-height: 22px;
	}
	
	.gray-title2{
		font-size: 15px;
		line-height:25px;
	}
}


/*---------------back--------------*/

#newsBack{
	margin:5px 0 30px;
	text-align:center;
	color:#fff;	
	font-size:17px;	
	line-height:40px;
	padding:0 12px;
	width:170px;
	height:43px;
	border-top:3px solid #2e89e5;
	position:relative;
	outline:none;
	border-radius:0;
	float:right;
	margin-top:20px;	
	background:#005ab6;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

#newsBack a{
	color:#fff;
	margin-top:0;
	padding:1px 12px 8px;
	outline:0;
	font-size:17px;
}

#newsBack:hover{	
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	background:#e6b93c;
	border-top:3px solid #ffd663;	
}

@media (max-width:500px){
#newsBack{
	width:100%;
	text-align:center;
}

#newsBack a{
	width:100%;
}
}

/*************************************/
/*              download             */
/*************************************/

.download-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:40px;
}

.download-list .div-tr:first-child .div-td{
	color: #fff;
	background: #313131;
	padding: 8px 15px;
	font-size: 19px;
}

.download-list .no{
	width:25%;
}

.download-list .subject{
	width:60%;
}

.download-list .down-icon{
	width:15%;
}


.download-list>div{
	background:#fff;
}

.download-list .div-tr .div-td{
	padding:10px 15px;
	font-size:18px;
	color:#282828;
	vertical-align:middle;
	border-bottom: 1px solid #f5f5f5;
	background:#fff;
	display: table-cell;
}

.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: #2e89e5;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.download-list .div-tr .div-td a i{
	font-size: 22px;
	min-width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 3px;
	color: #282828;
	position: relative;
	top: 4px;
}

.download-list .div-tr .div-td a i:hover{
	color:#2e89e5;
}

.icon-inline{
	display:none;
}

.icon-inline2{
	display:block;
}


@media (max-width:767px){	
.download-list{
	text-align:left;
	border:1px solid #fff;
}

.download-list .no, 
.download-list .down-icon{
	display:none;
}

.download-list .subject{
	width:100%;
}

.download-list .div-tr .div-td{
	width:100%;
	float:left;
	border:none;
	border-bottom:1px solid #fff;
}

.download-list .div-tr .div-td:nth-child(1),
.download-list .div-tr .div-td:nth-child(3){
	display:none;
}

.icon-inline{
	display:inherit;	
	margin-right:15px;
}

.icon-inline2{
	display:none;
}

.download-list .div-tr .div-td{
	font-size:17px;
	background: #fff;
	border-bottom:1px solid #f5f5f5;
}

.download-list .div-tr .div-td a{
	display:block;
}


.download-list .div-tr .div-td a:hover i {
	color:#2e89e5;
}
	
.cell-767{
	display:table-cell;
	text-align:left;
}
}



/*************************************/
/*            contact us             */
/*************************************/

/*-------------- map ---------------*/
.contact-map{
	height:300px;
	border:1px solid #707070;
	margin-bottom:15px;
	background: #eee;
}

.contact-txt{
	margin: 0 0 10px 3px;
}

.contact-txt i{
	font-size: 24px;
	margin-right: 10px;
}

@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;
	}
}



/*************************************/
/*                page               */
/*************************************/

.page-content{
	background: #fff;
	overflow: hidden;
	padding: 16px 0;
}

.page .pagination{
	margin: 0;
}

.page{
	text-align:center;
	font-size:20px;
	padding-top:5px;
}

.page .pagination > li a{
	color:#282828;
	border-radius:0;
	background:none;
	font-weight:bold;
	border:none;
	padding:8px 18px;
}

.page .pagination li a:hover,
.page .pagination li.page-active a{
	color:#4276b3;
}

.page .pagination > li.next-pre a{
	color:#282828;
	font-weight:bolder;
	width:46px;
	height:46px;
	padding:0;
	font-size:43px;
	line-height:38px;
	border-radius:0;
	border: 1px solid #282828;
}

.page .pagination li.next-pre a:hover{
	background:#282828;
	color:#fff;
}

.page .pagination{
	margin-bottom:0;
}


.word-content table tr td img{
	margin:0 auto;
}

@media (max-width:991px){
	.page-content{
		padding: 10px 0;
	}
	
	.page .pagination > li a{
		padding:6px 12px;
		margin: 0 3px;
	}
}

@media (max-width:767px){
	.page-content{
		padding: 7px 0;
	}
	
	.page .pagination > li.next-pre a{
		width:35px;
		height:35px;
		font-size:34px;
		line-height:30px;
	}

	.page .pagination > li a{
		padding:2px 10px;
	}
}

@media (max-width:380px){
	.page .pagination > li a{
		margin: 0 1px;
	}
}


/*************************************/
/*                other              */
/*************************************/
.carousel-control {
    display: none;
}

.carousel-indicators {
    bottom: 50px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.text{
	font-size: 16px;
	line-height: 24px;
	color:#282828;
}

.text-justify{
	text-align: justify;
}

@media (max-width:991px){
	.carousel-indicators {
		bottom: 45px;
	}
	
	.aside-disno{
		display: none;
	}
}

@media (max-width:767px){
	.carousel-indicators {
		bottom: 35px;
	}
}

@media (max-width:580px){
	.carousel-indicators {
		bottom: 7px;
	}
	
	.carousel-indicators .active {
		width: 12px;
		height: 12px;
	}

	.carousel-indicators li {
		width: 10px;
		height: 10px;
	}
}




/*-----------select 箭頭 統一------------*/
.select-style1 {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #313131 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: #313131 url("../tw_img/other/icon-select.png") no-repeat 97.5% 50%;
	}
}

@media (max-width:580px){
	.select-style1 {
		background: #313131 url("../tw_img/other/icon-select.png") no-repeat 96.5% 50%;
	}
}

@media (max-width:480px){
	.select-style1 {
		background: #313131 url("../tw_img/other/icon-select.png") no-repeat 96% 50%;
	}
}

@media (max-width:360px){
	.select-style1 {
		background: #313131 url("../tw_img/other/icon-select.png") no-repeat 95.5% 50%;
	}
}
