@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:"微軟正黑體";
}

/***************20180125NEW******************/
.mar-negative{
	margin-top: -1px !important;
	width: 30% !important;
}
.secolor{
	color: #fff;
}

@media (max-width:767px){
	.mar-negative{
	display: block !important;
	margin-top: 10px !important;
	margin: 0 auto;
	width: 50% !important;
	}
}
/***************20180125NEW******************/

/*************************************/
/*                index              */
/*************************************/

/*--------------header---------------*/

header{
	background:#000;
	box-shadow:0 3px 5px rgba(0,0,0,0.3);
	z-index:100;
	position:relative;
	overflow:hidden;
}


.dis{
	padding-right:8px;
	display:none !important;
}

.logo-img{
	margin:20px auto 0;
}

.lang-box{	
	margin-bottom:0;
}

.lang-box, .lang{
	list-style-type:none;
	padding-left:0;
	vertical-align:middle;
	text-align:right;
}

.lang{
	margin-bottom:5px;
}

ul.lang-box li, ul.lang li{
	display:inline-block;
	vertical-align:middle;
	position:relative;
}

ul.lang li+span{
	position:relative;
	top:2px;
}

ul.lang li a{
	display:inline-block;
	padding:0;
	margin:0 2px;
	width:120px;
	height:32px;
	line-height:30px;
	text-align:center;
	color:#636363;
	font-size:16px;
	border: 1px solid #636363;
}

ul.lang li a:hover,
ul.lang li.lang_active a{
	color:#c2c2c2;
	border: 1px solid #c2c2c2;
}

.lang .btn-default:focus, .btn-default.focus{
	border:1px solid #ccc;
	outline:0;
	background:#fff;
}

.header-sub{
	width:90%;
	margin:0 auto;
}

.lang-box{
	margin-top:18px;
}


@media (max-width:1300px){
	.header-sub{
		width:100%;
	}
}

@media (max-width:1200px){
	.lang-box {
		margin-top: 12px;
	}
	
	.site-header nav ul{
		float:none;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}

	.lang-box, .lang{
		text-align:center;
	}

	.logo-img{
		margin:10px auto 0;
		max-width: 350px;
	}
}



@media (max-width:991px){
	header{
		position:inherit;
	}

	.dropdown-menu {
	  min-width: 180px;
	}

	.lang-box, .lang{
		text-align:center;
	}
}

@media (max-width:767px){
	.dis{
		display:inline-block !important;
	}

	header.pb10{
		padding-bottom:0;
	}

	ul.menu li a i{
		display:inherit;
	}

	.logo a img{
		margin-left:auto;
	}

	.site-header nav ul{
		display: none;
	}

	.carousel-indicators{
		display:none;
	}
	
	.lang-box, .lang{
		margin-bottom: 7px;
	}
	
	.logo-img{
		max-width: 300px;
	}
}

@media (max-width:580px){
	.logo-img{
		max-width: 250px;
	}
}

@media (max-width:480px){
	ul.lang li a{
		font-size:16px;
		width:80px;
		letter-spacing:0;
		height:30px;
		line-height: 28px;
	}
	
	.logo-img{
		max-width: 210px;
	}
	
	.lang-box, .lang{
		margin-bottom: 5px;
	}
}

@media (max-width:360px){
	/*.lang-box{
		margin-left:-30px;
	}*/
}




/*--------------hp------------*/

.hp-content{
	padding: 0 0 20px;
}

.owl-theme .owl-nav{
	display: none;
}

.owl-theme .owl-dots {
	margin-top: 20px;
	display: none;
}

.owl-carousel .item a {
	color:#242424;
	font-size:18px;
	line-height: 20px;
	background: #fff;
	display: inline-block;
	text-align: center;
}

.owl-carousel .item a p{
	font-weight: bold;
}


.owl-carousel .owl-item {
    padding: 0 5px;
}


.owl-carousel .item a:hover{
	color:#d7000f;
}

.hp-content .owl-carousel .item{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align: center;
}

.hp-content .owl-carousel .item:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding-bottom: 10px;
	margin-top: 30px;
}

@media (max-width:680px){
	.hp-info {
		padding: 12px 15px 0;
	}
}



.hp-content .container{
	position:relative;
}

.hp-content .container .title{
	font-size: 26px;
	font-weight: bold;
	color:#282828;
	display: inline-block;
	padding: 10px 20px 10px 35px;
	border-radius: 40px;
	background: #fefefe;
	height:66px;
	position: absolute;
	top:-35px;
	left:40%;
	margin-left: -165px;
	/*z-index: 10;*/
}

.hp-content .container .title img{
	margin-left: 15px;
	position: relative;
	top: 5px;	
	z-index: 10;
}

@media (max-width:767px){
	.hp-content .container .title{
		top:-23px;
		font-size: 22px;
		padding: 3px 20px 10px 35px;
		margin-left: -150px;
	}
	
	.hp-content .container .title img {
		top: 8px;
	}
}

@media (max-width:680px){
	.hp-content {
		padding: 0;
	}
	
	.owl-carousel .item a p {
		position: relative;
		top: -20px;
	}
	.hp-content .container .title{
	left:32%;
	}
	.owl-carousel{
		margin-top: 30px;
	}
}

@media (max-width:480px){
	.hp-content .container .title{
		padding: 15px 15px 10px 10px;
		position: static;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		z-index: 10;
	}
	
	.hp-content .container .title img{
		margin-left: 10px;
	}
	
	
	.owl-carousel .owl-stage-outer {
		margin-top: -10px;
	}
}

@media (max-width:310px){
	.owl-carousel .owl-stage-outer {
		margin-top: 5px;
	}
}


/*------------index about------------*/

.index-about{
	background: url(../eng_img/index/index_bg01.png) bottom center no-repeat, url(../eng_img/index/index_bg_02.png) bottom center no-repeat;
	padding:30px 0;
	background-size:cover;
}

.index-about-content{
	padding: 23px 50px 33px 40px;
	border:1px solid #88b8f0;
	font-size: 18px;
	color:#fff;
	line-height: 28px;
	position: relative;
}

.index-about h3{
	font-size: 28px;
	font-weight: bold;
	color:#9ecbff;
	margin-bottom: 20px;
	text-align: center;
}

.index-about-content:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	border:1px solid #f9f9f9; 
	position: absolute;
	top: -10px;
	left: 9px;
}

@media (max-width:991px){
	.index-about-content{
		background: rgba(0,0,0,0.5);
		padding-top: 15px;
		padding-bottom: 25px;
		padding-right: 20px;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
		font-weight: bold;
	}
	
	.index-about-content:after{
		background: rgba(0,0,0,0.1);
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 20px;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	}
	
	.index-about{
		padding: 20px 0 30px;
	}
}

@media (max-width:768px){
	.index-about .col-md-6.pd768-0{
		padding-right:10px;
	}
}

@media (max-width:480px){
	.index-about h3{
		font-size: 24px;
	}
}



/*************************************/
/*              footer               */
/*************************************/

footer{
	background:#f9f9f9;
	padding: 20px 0 0;
	overflow: hidden;
	border-top:4px solid #d6000f;
	margin-top: 30px;
}

.footer-up{
	padding-bottom: 15px;
	overflow: hidden;
}

footer h3{
	font-size: 24px;
	color:#d7000f;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
}

.footer-info li{
	display: inline;
	color:#282828;
	font-size: 16px;
	line-height: 35px;
	margin-right: 30px;
}

.footer-info li:first-child {
    margin-right: 15px;
}

.footer-info li:first-child{
	width:100%;
}

.footer-info li i{
	width: 30px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-right: 6px;
	top:2px;
	color:#707070;
	font-size: 21px;
}


.footer-info li:nth-child(6) i {
    font-size: 17px;
}

.footer-info li i:after {
    content:"";
	width:1px;
	height:16px;
	background: #090909;
	position: absolute;
	right:0;
	top:1px;
}

.sitemap li{
	display: inline;
	width:100%;
	margin-bottom:5px;
}

.sitemap li:nth-child(odd){
	margin-right: 3%;
}

.sitemap li a{
	border: 1px solid #959595;
	color: #959595;
	font-size: 17px;
	font-weight: bold;
	padding: 4px 5px;
	text-align: center;
	width: 42%;
	display: inline-block;
	margin-bottom: 6px;
}

.sitemap li a:hover{
	color:#d6000f;
	border:1px solid #d6000f;
}

.qrcode{
	margin: 0 auto;
}

.dis1200{
	display: none;
}

.ft-icon{
	vertical-align: sub;
	margin-right: 6px;
}

#gotop {
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 54px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 54px;
	background-image:url(../eng_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:0.7 !important;
}


@media (max-width:1200px){
	.dis1200{
		display: block;
	}
}

@media (max-width:991px){
	.footer-map{
		padding-top: 20px;
		clear:both;
		padding-right: 0;
		padding-left: 0;
	}

	.sitemap li:nth-child(2n+1), 
	.sitemap li:nth-child(2n+2) {
		margin-right: 1.5%;
	}

	.sitemap li a{
		width:31.4%;
	}
	
	.dis1200{
		display: none;
	}
}

@media (max-width:767px){
	.footer-map {
		padding-top: 0;
	}
	.qrcode{
		margin: 10px auto 20px;
	}

	footer h3,
	.footer-info{
		text-align: center;
	}
	.footer-info li {    
		width: auto;
		margin: 0 5px;
	}

	.sitemap li a{
		width:31.2%;
	}
}

@media (max-width:530px){
	.sitemap li a {
		width: 47.5%;
	}
}

@media (max-width:400px){
	footer{
		padding: 5px 0 0;
	}
	
	.dis400{
		display: none;	
	}

	.qrcode{
		margin: 10px auto 5px;
	}	
	
	.dis1200{
		display: block;
	}
	
	.footer-info li{
		line-height: 30px;
	}
}





.footer-down{
	padding:12px 0 0;
	font-size:15px;
	font-family: Arial;
	border-top: 1px solid #d6000f;
}

.footerUl2{
	list-style-type: none;
	color:#282828;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.03rem;
	margin-bottom:0;
	display: block;
	margin-left: 5px;
	vertical-align: bottom;
	text-align: right;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#282828;
	font-size:15px;
}

.footerUl2 li a:hover{
	text-decoration:none;
	color:#959595;
}


.footer-down .col-md-4{
	position:relative;
	top:-15px;
	background:#f9f9f9;
}


@media (max-width:991px){
	.dis991{
		display: none;
	}
	
	.footer-down {
    	padding: 12px 0 10px;
	}
}

@media (max-width: 767px) {
	.footerUl2{
		text-align:center;
	}

	.footerUl2{
		padding-left:0;
	}

	.footerUl2 li{
		  display:inherit;
	}

	.footerUl2 br{
		display:none;
	}

	.footer-down img{
		display: none;
	}
}

@media (max-width: 650px) {
	.footerUl2{
		text-align:center;
		font-size:15px;
	}

	.dis2{
		display:inline;
	}
}

/*************************************/
/*             breadcrumb2           */
/*************************************/
.breadcrumb2{
	background: #efefef;
	border-bottom: 2px solid #c2c2c2;
	height: 60px;
	line-height: 60px;	
	margin-bottom: 30px;
}

.breadcrumb2 p{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color:#282828;
}

.breadcrumb2 .container{
	position:relative;
}

.breadcrumb2 span{
	font-size: 17px;
	color:#a8a8a8;
	font-weight: bold;
	position: absolute;
	bottom:10px;
	right:15px;
	display: inline-block;
	height:17px;
	line-height: 17px;
}

@media (max-width:991px){
	.breadcrumb2{
		margin-bottom: 5px;
	}
	
	.breadcrumb2 span {
		font-size: 16px;
		bottom: 15px;
		left:15px;
	}
}

@media (max-width:767px){
	.breadcrumb2 p {
		font-size: 26px;
		position: relative;
		top: -12px;
	}
	
	.breadcrumb2 span {
		bottom: 7px;
		left: 0;
		text-align: center;
		right: 0;
	}
}

@media (max-width:480px){		
	.breadcrumb2 p {
		font-size: 24px;
		top: 10px;
	}
	
	.breadcrumb2 span {
		top: 4px;
		text-align: right;
		right: 15px;
		font-size: 15px;
	}	
}


/*************************************/
/*               aside               */
/*************************************/

.aside{
	color:#fff;
	letter-spacing:1px;
	padding-bottom:3.5rem;
	border-radius:5px;
}

.aside>p{
	margin-bottom:4px;
	padding: 3px 15px 0;
}

.aside>p .aside-title{
	color:#d7000f;
	font-size:25px;
	font-weight:bold;
	display:inline-block;
}

.box{
	width:100%;
	margin:0 auto;
}

.aside .slider_frame p{
	color:rgba(0,0,0,1.00);
}

#cssmenu {
    width: 100%;
    font-family: "微軟正黑體";
    color: #ffffff;
}

#cssmenu>ul>li{
	background-size: cover;
	transition:all 0.2s;
}

#cssmenu>ul>li.sub-li>a:hover{
	background: #d7000f;
}

#cssmenu>ul>li.sub-li>a{
	background:url(../eng_img/other/aside_icon_01.png) top 20px right 20px no-repeat;
	color:#fff;
	font-size:19px;
	padding-left:20px;
	padding-right:10px;
	font-weight: bold;
	letter-spacing: -0.2px;
}

#cssmenu>ul>li.sub-li:hover>a,
#cssmenu>ul>li.sub-li.aside-active>a{
	background:url(../eng_img/other/aside_icon_02.png) top 20px right 20px no-repeat,#d7000f;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.aside-active>a{
	background:#d7000f;
	box-shadow: inset 0 -1px 1px #ff9893;
}

#cssmenu>ul>li{
	background:#282828;
	background-size: cover;
	transition:all 0.2s;
	margin-bottom: 3px;
}

#cssmenu>ul>li>a:hover{
	background: #d7000f;
}

#cssmenu>ul>li>a{
	color:#fff;
	font-size:20px;
	padding-left:20px;
	padding-right:10px;
	font-weight: bold;
}

#cssmenu>ul>li>ul{
	display:none;
}

#cssmenu>ul>li>ul>li{
	background:#efefef;
}

#cssmenu > ul > li > ul > li:first-child{
    padding-top: 12px;
}

#cssmenu > ul > li > ul > li:last-child{
    padding-bottom: 12px;
}

.sidBtn{
	float:right;
	padding-right:15px;
	display:none;
}

.aside-title + i{
	float:right;
	margin-top:5px;
	margin-right:20px;
	display:none;
	color:#d7000f;
	font-size:24px;
	font-weight:bold;
}

@media (max-width:991px){
	.aside>p .aside-title{
		font-size:22px;
	}
	
	.aside>p{
		cursor:pointer;
		width:100% !important;
		padding: 3px;
	}
	.aside{
		padding-bottom:0;
		width:100% !important;
		border-radius:5px;
	}

	.sidBtn{
		display:inherit;
	}

	.aside>p{
		text-align: right;
	}

	.aside>p .aside-title span.disno-991{
		display: none;
	}

	.aside>p .aside-title{
		margin-right:5px;
		color:#d7000f;
	}
}

@media (max-width:991px){
	.box{
		display:none;
	}

	.menu-dis{
		display:none;
	}

	.aside-title + i{
		display:inherit;
	}

	.aside-open{
		display:block !important;
	}
}

@media (max-width:767px){
	.aside-content{
		margin-right:-15px;
		margin-left:-15px;
	}
	
	.aside-title + i{
		margin-right:15px;
	}
}

@media (max-width:480px){
	.aside img{
		max-width:180px;
		height:auto;
	}
	
	.aside>p .aside-title{
		font-size:21px;
	}
	
	.aside-title + i{
		font-size:23px;
	}	
}


.index-com{
	margin-top:20px;
}

.index-com p{
	color:#fff;
	letter-spacing:1px;
	text-align:justify;
}

.index-com p span{
	color:#ffd33c;
}


/*************************************/
/*              product              */
/*************************************/

.pro_box {
    width: 30.5%;
    margin: 10px 1.2% 20px; 
    display: inline-table; 
	background:#fff;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align: center;
}

.pro_box:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

figure{
	position:relative;
}

.pro_box p{
	font-size:18px;
	margin-top: 5px;
	text-align:center;
	font-weight:bold;
	color:#282828;
}

.pro_box:hover p{
	color:#d7000f;
}

.pro_box figure img.img-responsive{
	width:100%;
}

@media (max-width:991px){
	.pro_box {
		margin: 0 1.2% 20px; 
	}
}

@media (max-width:767px){
	.pro_box {
		width: 46.5%;
	}
}

@media (max-width:580px){
	.pro_box {
		margin: 10px 1.2% 10px;
	}
}

@media (max-width:400px){
	.pro_box {
		width: 98%;
	}

	.pro_box p{
		font-size:16px;
		line-height:20px;
	}
}


/*************************************/
/*                page               */
/*************************************/

.page{
	text-align:center;
	font-size:20px;
}

.page .pagination > li{
	font-weight:100;
	padding:2px 0;
	display: inline-block;
	color:rgba(140,140,140,1.00);
}

.line{
	position:relative;
	top:-13px;
}

.page .pagination > li a{
	color:#3b3b3b;
	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:#d7000f;
}

@media (max-width:767px){
	.page .pagination > li a {
		padding: 2px 10px;
	}
}


/*************************************/
/*          product detail           */
/*************************************/

.pro_above{
	position: relative;
	overflow: hidden;
}

.ins-content h1,
.ins-content h2{
	font-size:19px;
	margin-left:20px;
	color:#282828;
	line-height:30px;
	font-weight:600;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ins-content h1 span,
.ins-content h2 span{
	color:#282828;
	margin-left:5px;
	font-weight: 100;
}

.ins-content img.pro_b{
	border: 1px solid #e7e6e6;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	margin: 5px;
}

#button-wrap-inner{
	margin-top:100px;
	margin-left:20px;
	position: absolute;
	left: 43.5%;
	bottom:10px;
}

#button-wrap-inner span{
	display:block;
}


.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:43px;
	line-height:26px;
	width:190px;
	/*border:none;*/
	position:relative;
	outline:none;
}

.proBtn{
	background: url(../eng_img/other/btn.jpg) top left repeat;
	position:relative;
	outline:none;
	border-radius:18px;
	border:2px solid #ebebeb;
	overflow: hidden;
}

.proBtn:hover{	
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	background: url(../eng_img/other/btn_bg.jpg) top left repeat;
}

.btn.proBtn.btn i {
    margin-right: 5px;
	font-size: 19px;
	position: relative;
	top:1px;
}



.word-content{
	padding:25px;
	min-height: 150px;
}

.pro_b{
	width:100%;
}


.inside-content2.ins-content{
	margin-top: 20px;
}

@media (max-width:1200px){
	.ins-content {
		width: 100%;
		margin-left: 0;
	}

	#button-wrap-inner{
		margin-top:50px;
	}

	.word-content{
		padding:10px 15px 25px;
	}
}

@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%;
	}	
	
	.ins-content h2{
		margin-top: 10px;
	}
	
}

@media (max-width:680px){
	.ins-content img.pro_b{
		margin: 5px auto 15px;
		box-shadow:none;
	}
	
	.pd580-100{
		width:100%;
	}
}

@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%;
	}
	
	.ins-content h1,
	.ins-content 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;

	}

	.ins-content h1,
	.ins-content h2{
		text-align:left;
	}
}




.proInfo-content{
	background: #efefef;
	border: 1px solid #282828;
	border-bottom: 6px solid #282828;
	margin-top: 30px;
}

.proInfo-content h4{
	font-size: 20px;
	color:#fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #282828;
}

@media (max-width:991px){
	.proInfo-content{
		border: none;
		border:1px solid #282828;
		box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	}

}



/*************************************/
/*            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: #405767;
    position: relative;
	font-size:18px !important;
}

.inquiry_table .tbody .td {
    color: #282828;
    text-align: center;
    vertical-align: middle;
    background:#f0f0f0;    
}

.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: 18px;    
}

.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: 2px solid #acbdc9;
	}

	.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:#405767;
	}

	.inquiry_table .tr .td:nth-child(3) input,
	.inquiry_table .tr .td:nth-child(4) input{
		width:150px;
	}

	.inquiry_table .tbody .td {
		text-align: right;
		background: #f2f2f2;
	}

	.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 #ddd;
	}

	.inquiry_table .tbody .td:first-child,
	.inquiry_table .tbody .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: "Standard";
		text-align: left;
	}

	.inquiry_table .tbody .td:nth-child(4):before {
	   content: "Num";
		text-align: left;
	}

	.inquiry_table .tbody .td:nth-child(5):before {
		content: "";
	}

	.inquiry_table .tbody .td input{
		background: #f9f9f9;
		border: 1px solid #b9b9b9;
	}
	
	.inquiry_table .tbody .tr:last-child .td {
		border-bottom: 1px dashed #ddd;
	}

	.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              */
/*************************************/

.getCode img{
	padding-top:10px;
	text-align:left;
}

.inq_title{
	color:#7d281d;
	font-size:18px;
	font-family:"微軟正黑體";
	text-align:left;
	letter-spacing:1px;
	padding:0;
}

.conBtn{
	text-align:center;
	margin:10px auto 20px;
}

.btn_con{
	margin: 5px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	height: 43px;
	line-height: 38px;
	padding: 0 12px;
	width: 170px;
	border: 2px solid #ebebeb;
	position: relative;
	outline: none;
	border-radius: 19px;
	-ms-border-radius:18px;
	background: url(../eng_img/other/btn.jpg) top left repeat-x;
}


.btn_con:hover{
	background: url(../eng_img/other/btn_bg.jpg) top left repeat-x;
	color:#282828;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
}



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: 18px;
	line-height: 1.42857143;
	color: #fff;
	border:1px solid #434343;
	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:18px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #ebebeb;
}

.proInquiry textarea{
	border-radius:0;
	border:none;
	font-size:18px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #ebebeb;
}

.proInquiry .form-group label{
	margin-bottom:5px;
	font-size:18px;
	color:#282828;
}


.form-control:focus {
    border: 1px solid #d6000f;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f55348;
}


.form-control:focus::-moz-placeholder {
  color: #f55348;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #f55348;
}
.form-control:focus::-webkit-input-placeholder {
  color: #f55348;
}

@media (max-width:991px){
	.inside-content2 .inquiry_form{
		margin-top: 20px;
	}
}

@media (max-width:768px){
	.sub-content{
		width:100%;
	}

	.getCode img{
		margin-left:-15px;
		margin-right:-15px;
	}
}

@media (max-width:500px){
	.btn_con{
		width:100%;
		display:block;
		margin:10px 0;
	}

	.proInquiry{
		width:100%;
	}

	.btn_con:hover:before{
		width:98%;
		left:1%;
	}
}

@media (max-width:360px){
	.btn_con:hover:before{
		width:97%;
		left:1.5%;
	}

}

@media (max-width:350px){
	.col-md-5.col-sm-6.col-xs-6.col-350.getCode {
		margin-top: 0;
		margin-bottom:15px;
	}
}


/*************************************/
/*                news               */
/*************************************/

.news-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;	
	border:1px solid #fff;	
}

.news-list .div-tr:first-child{	
	padding:8px 15px;
	font-size:16px;
}

.news-list .div-tr:first-child .div-td{
	color: #fff;
	background: #405767;
	font-size: 18px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.news-list .no{
	width:15%;
}

.news-list .date{
	width:25%;
}

.news-list .subject{
	width:60%;
}

.news-list .date2{
	width:35%;
}

.news-list .subject2{
	width:55%;
}

.news-list .div-tr .div-td{
	padding: 8px 15px;
	font-size: 17px;
	color: #282828;
	vertical-align: middle;
	background: #efefef;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.news-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.news-list .div-tr .div-td a:hover{
	color: #2a78a8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

@media (max-width:767px){
	
	.news-list{
		text-align:left;
		border:1px solid #fff;
	}

	.news-list .div-tr:first-child .div-td{
		border:none;
	}

	.news-list .date, .news-list .no, .news-list .date2{
		display:none;
	}

	.news-list .subject{
		width:100%;
	}

	.news-list .div-tr .div-td{
		width:100%;
		float:left;
		border:none;
		border-bottom:1px solid #fff;
	}

	.news-list .div-tr .div-td:nth-child(1){
		display:none;
	}

	.news-list .div-tr .div-td:nth-child(2){
		border-bottom:none;
		padding-bottom:0;
	}
}



/*************************************/
/*             news detail           */
/*************************************/
.news-detail{
	margin-top:20px;
	background:#efefef;
	border:1px solid #fff;
}

.news-detail .div-tr .div-td{
	border-right:2px solid #fff;
	border-bottom: 2px solid #fff;
	padding:10px 15px;
	font-size:18px;
	color:#282828;
}

.news-detail .div-tr .div-td:first-child{
	width:20%;
	background:#405767;
	border-bottom:2px solid #fff;
	color:#fff;
	padding:10px 15px;
	text-align:center;	
}

@media (max-width:767px){
	.news-detail{
		border:1px solid #b7b7b7;
	}

	.news-detail .div-tr .div-td{
		width:100%;
		float:left;
		font-size:16px;
	}

	.news-detail .div-tr .div-td:first-child{
		width:100%;
		border:none;
		border-bottom:none;
	}

	.news-detail .div-tr .div-td{
		border:none;
	}

	.news-detail .div-tr .div-td:nth-child(2){
		border-right:none;
	}

	.center-767{
		text-align:center;
	}
}



/*************************************/
/*            exhibition             */
/*************************************/

.exhibition-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;	
	border:1px solid #fff;	
}

.exhibition-list .div-tr:first-child{	
	padding:8px 15px;
	font-size:16px;
}

.exhibition-list .div-tr:first-child .div-td{
	color: #fff;
	background: #405767;
	font-size:18px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.exhibition-list .no{
	width:15%;
}

.exhibition-list .date{
	width:35%;
}

.exhibition-list .subject{
	width:50%;
}

.exhibition-list .div-tr .div-td{
	padding:8px 15px;
	font-size:17px;
	color:#282828;
	vertical-align:middle;
	background:#efefef;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.exhibition-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.exhibition-list .div-tr .div-td a:hover{
	color: #2a78a8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

@media (max-width:767px){	
	.exhibition-list{
		text-align:left;
	}

	.exhibition-list .date, .exhibition-list .no, .exhibition-list .date2{
		display:none;
	}

	.exhibition-list .subject{
		width:100%;
	}

	.exhibition-list .div-tr .div-td{
		width:100%;
		float:left;
		border:none;
		border-bottom:1px solid #fff;
	}

	.exhibition-list .div-tr .div-td:nth-child(1){
		display:none;
	}

	.exhibition-list .div-tr .div-td:nth-child(2){
		border-bottom:none;
		padding-bottom:0;
	}
}



/*---------------back--------------*/

#newsBack{
	text-align:center;
	color:#fff;	
	font-size:17px;
	height:43px;
	line-height:34px;
	padding:0 12px;
	width:170px;
	background: url(../eng_img/other/btn.jpg) top left repeat-x;
	border:2px solid #ebebeb;
	position:relative;
	outline:none;
	border-radius:19px;
	margin-top:20px;
	float: right;
}

#newsBack a{
	color:#fff;
	margin-top:0;
	outline:0;
	font-size:17px;
	padding: 0;
}

#newsBack:hover{	
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	background: url(../eng_img/other/btn_bg.jpg) top left repeat-x;
}

#newsBack:hover a{
	color:#282828;
}

#newsBack a img{
	margin-right: 12px;
	position: relative;
	top:-1px;
}

@media (max-width:400px){
	#newsBack{
		width:100%;
		text-align:center;
	}

	#newsBack a{
		width:100%;
	}
}


/*************************************/
/*              download             */
/*************************************/

.download-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;
	border:1px solid #fff;
}

.download-list .div-tr:first-child .div-td{
	color: #fff;
	background: #405767;
	padding: 8px 15px;
	font-size: 20px;
}

.download-list .no{
	width:15%;
}

.download-list .subject{
	width:60%;
}

.download-list .down-icon{
	width:20%;
}


.download-list>div{
	background:#fff;
}

.download-list .div-tr .div-td{
	padding:8px 15px;
	font-size:18px;
	color:#282828;
	vertical-align:middle;
	border-right:2px solid #fff;
	border-bottom: 2px solid #fff;
	background:#efefef;
}

.download-list .div-tr .div-td:nth-child(2){
	text-align:center;
}

.download-list .div-tr .div-td a{
	color:#464646;
	display:block;
}

.download-list .div-tr .div-td a:hover{
	color: #3b87b1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.download-list .div-tr .div-td a i{
	font-size: 25px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 3px;
	color: #464646;
	position: relative;
    top: 3px;
}

.download-list .div-tr .div-td a i:hover{
	color:#3b87b1;
}

.icon-inline{
	display:none;
}

.icon-inline2{
	display:block;
}


@media (max-width:767px){	
	.download-list{
		text-align:left;
		border:1px solid #fff;

	}

	.download-list .no, 
	.download-list .down-icon{
		display:none;
	}

	.download-list .subject{
		width:100%;
	}

	.download-list .div-tr .div-td{
		width:100%;
		float:left;
		border:none;
		border-bottom:1px solid #fff;
	}

	.download-list .div-tr .div-td:nth-child(1),
	.download-list .div-tr .div-td:nth-child(3){
		display:none;
	}

	.icon-inline{
		display:inherit;	
		margin-right:15px;
	}

	.icon-inline2{
		display:none;
	}

	.download-list .div-tr .div-td{
		font-size:17px;
		background: #f4f4f4;
	}

	.download-list .div-tr .div-td a{
		display:block;
	}


	.download-list .div-tr .div-td a:hover i {
		color: #3b87b1;
	}

	.cell-767{
		display:table-cell;
		font-weight: bold;
	}
}


/*************************************/
/*            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;
	}
}


/*************************************/
/*               other               */
/*************************************/

.inside-content{
	width:95%;
	margin-left: 5%;
	margin-top: 25px;
}

.inside-content2{
	width:95%;
	margin-left: 5%;
}

.text{
	font-size: 18px;
	line-height: 28px;
	color:#282828;
	letter-spacing: -0.2px;
}

.text-justify{
	text-align: justify;
}

.about-img{
	margin: 0 auto 20px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 2px 2px 4px rgba(0,0,0,0.15);
}

.about-img+p{
	margin-bottom: 30px;	
}

.pagination {
    margin: 10px 0 0;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.inside-content.download-content {
	margin-top: 20px;
}

@media (max-width:991px){
	.disno-991{
		display: none;
	}
	
	.inside-content{
		width:100%;
		margin-left: 0;
		margin-top: 25px;
	}
	
	.inside-content2{
		width:100%;
		margin-left: 0;
		margin-top: 10px
	}
	
	.breadcrumb2+div.hasAside{
		margin-top: -45px;
	}
	
	.inside-content.download-content {
		margin-top: 68px;
	}
}

@media (max-width:767px){
	.inside-content2{
		margin-top: 15px
	}
}

@media (max-width:680px){
	.text{
		font-size: 17px;
	}
	
	.breadcrumb2+div.hasAside{
		margin-top: -42px;
	}
	
	.inside-content2{
		margin-top: 5px
	}
}



/*------------banner------------*/

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 1px;
    background-color: rgba(50,48,47,0.7);
}

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(127, 125, 124, 0.7);
	border:none;
    border-radius: 10px;
}

.carousel-indicators {
    bottom: 45px;
}

.carousel-control.left {
  background-image: none;
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  background-repeat: repeat-x;
}





/*-----------select 箭頭 統一------------*/
.select-style1 {
    border: 1px solid #282828;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #282828 url("../eng_img/other/icon-select.png") no-repeat 98.3% 58%;
}

.select-style1 select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 5px 8px;*/
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
}


/*--------ie 箭頭 刪除--------*/
.select-style1 select::-ms-expand {
    display: none;
}

.select-style1 select:focus {
    outline: none;
}

.select-style1 select option{
	color:#fff;
	background: #282828;
}

@media (max-width:1200px){
	.select-style1 {
		background: #282828 url("../eng_img/other/icon-select.png") no-repeat 98% 50%;
	}
}

@media (max-width:700px){
	.select-style1 {
		background: #282828 url("../eng_img/other/icon-select.png") no-repeat 97.8% 50%;
	}
}

@media (max-width:620px){
	.select-style1 {
		background: #282828 url("../eng_img/other/icon-select.png") no-repeat 98% 50%;
	}
}

@media (max-width:580px){
	.select-style1 {
		background: #282828 url("../eng_img/other/icon-select.png") no-repeat 97.5% 50%;
	}
}

@media (max-width:480px){
	.select-style1 {
		background: #282828 url("../eng_img/other/icon-select.png") no-repeat 96.5% 50%;
	}
}

@media (max-width:360px){
	.select-style1 {
		background: #282828 url("../eng_img/other/icon-select.png") no-repeat 95% 50%;
	}
}
