@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:"微軟正黑體";
}



/*************************************/
/*               header              */
/*************************************/

.logo{
	margin: 18px 0;
}

.lang-767{
	display: none;
}

.search-content p{
	color:#282828;
	text-align:right; 
	position:absolute; 
	right:80px;
	font-size: 18px;
	margin-top: 8px;
}

.search-content p a{
	color:#282828;
}

.search-content p a:hover,
.search-content p a.lang-active{
	color:#8e8e8e;
}

.search-content{
    width:100%;
    margin:35px auto;
}

.searchbox{
    position:relative;
    min-width:48px;
    width:0%;
    height:48px;
    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:48px;
    margin:0;
    padding:0px 10px 0px 20px;
    font-size:18px;
    color:#282828;
	border-radius: 24px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #282828;
}
.searchbox-input:-moz-placeholder {
    color: #282828;
}
.searchbox-input::-moz-placeholder {
    color: #282828;
}
.searchbox-input:-ms-input-placeholder {
    color: #282828;
}

.searchbox-icon,
.searchbox-submit{
	width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #000;
    background: #ffe100;
    border-radius: 24px;
}

.searchbox-icon{
	font-size: 25px;
}


.searchbox-open{
    width:100%;
}


@media (max-width:1200px){
	.logo{
		margin: 20px auto 10px;
	}
}

@media (max-width:991px){
	.logo{
		margin: 10px auto 0;
		max-width: 300px;
	}
	
	.header-lang{
		margin-bottom: 10px;
	}
	
	.search-content {
		width: 400px;
		margin: 10px auto;
	}

	.search-content p {
		text-align: center;
		right: 110px;
		width: 500px;
	}
}

@media (max-width:767px){
	.search-content p {
		right: 20px;
	}

	.header-lang{
		display: none;
	}

	.lang-767{
		display: block;
		text-align: center;
		margin-bottom: 8px;
		margin-top: 12px;
	}

	.lang-767 p a,
	.lang-767 p{
		color:#282828;
	}

	.lang-767 p a:hover,
	.lang-767 p a.lang-active{
		color:#8e8e8e;
	}
}

@media (max-width:580px){
	.logo{
		max-width: 260px;
	}
	
	.lang-767 {
		margin-top: 5px;
	}
}

@media (max-width:480px){
	.logo{
		max-width: 240px;
	}	
}

@media (max-width:360px){
	.logo{
		max-width: 220px;
	}	
}
/*************************************/
/*             navigation            */
/*************************************/


.nav-set{
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,282828+100 */
	background: rgb(85,85,85); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(40,40,40,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(40,40,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(85,85,85,1) 0%,rgba(40,40,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
	border-top:8px solid #959595;
	border-bottom:8px solid #959595;
}

nav{
	border-top:1px solid #282828;
	border-bottom:1px solid #282828;
}

nav ul{
	padding: 0;
	text-align: center;
	overflow: hidden;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}

nav ul a{
	margin: 0px auto;
    padding: 9px 0;
	border-right: 1px solid #282828;
	border-left: 1px solid #555;
	display: inline-block;
	text-decoration: none;
	color:#fff;
	font-size:20px;
	letter-spacing:0.05rem;
	margin-left: -3px;
	width: 15.22%;
}

nav ul a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe100+0,c1aa00+100 */
	background: rgb(255,225,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,0,1) 0%, rgba(193,170,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,225,0,1) 0%,rgba(193,170,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,225,0,1) 0%,rgba(193,170,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe100', endColorstr='#c1aa00',GradientType=0 ); /* IE6-9 */
	color:#282828;
	font-weight: bold;
}

nav ul a:last-child{
	box-shadow:1px 0 0 0 #555;
	
}

nav ul a:nth-child(2) {
    box-shadow: inset 1px 0 0 0 #282828;
}

nav ul a:first-child:hover{	
	background: none;
}

nav ul a li{
	
    display: inline-block;
}

.handle {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,282828+100 */
	background: rgb(85,85,85); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(40,40,40,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(40,40,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(85,85,85,1) 0%,rgba(40,40,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
	box-sizing: border-box;
	padding: 10px 15px;
	cursor: pointer;
	color: white;
	display: none;
	box-shadow:0 2px 2px 1px rgba(108,108,108,0.4);
}
p.menu{
	display: inline-block;
	font-size:18px;
	font-weight:bold;
	margin-bottom:0;
}
.menu_icon div {
	background-color: white;
	border-radius: 2px;
	width: 25px;
	height: 3px;
	margin: 5px;
}
.menu_icon{
	float: right;
	margin-top: -2px;
}

i.navIcon{
	display:none;
	padding-right: 10px;
	font-size: 20px;
}


.search-li{
	display: none;
}

@media (max-width:991px){
	nav ul a{
		width: 16.22%;
	}
}

@media (max-width:767px){
	header{
		margin-bottom:15px;
	}

	.nav-set{		
		border-top:5px solid #959595;
		border-bottom:5px solid #959595;
	}

	nav ul a{
		padding: 3px 2.5% 3px;
		width:100%;
		border-right:none;
		border-bottom:none;
		color:#000;
		font-size:17px;
		font-weight:500;
		line-height:35px;
	}	

	.search-li .navbar-form{
		margin-top: 0;
		margin-bottom: 0;
	}

	nav ul a:hover{
		border-bottom: none;
	}

	nav ul{
		max-height: 0px;
		background:#e3e5e9;
		box-shadow:none;
		margin-bottom:0;
		border-radius:0;
	}
	nav ul li{
		box-sizing: border-box;
		width: 100%;
		padding: 0;
	}
	.showing{
		max-height: 24em; 
	}
	.handle{
		display: block;
		box-shadow:none;
	}

	i.navIcon{
		display:inline-block;
	}

	.nav-set{
		position:inherit;
		top:auto;
	}

	.banner-set{
		position:inherit;
	}

	.search-li{
		display:block;
	}

	.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;
	}
	
	nav ul a:last-child{
		box-shadow:none;

	}

	nav ul a:nth-child(2) {
		box-shadow:none;
	}	
}

@media (max-width:480px){
	.nav-set{		
		border-top:4px solid #959595;
		border-bottom:4px solid #959595;
	}
}





/*************************************/
/*               banner              */
/*************************************/

.carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0px 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ddd \9;
	background-color: #282828;
	border: 2px solid #282828;
	border-radius: 10px;
	opacity: 0.8;
}

.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 0 3px;
	background-color: #ffe100;
	border: 2px solid #ffe100;
	opacity: 0.8;
}

@media (max-width:480px){
	.carousel-indicators{
		display: none;
	}
}



/*************************************/
/*                index              */
/*************************************/

.index_about{
	overflow: hidden;
	min-height: 300px;
	background: url(../tw_img/other/index_bg.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 50px;
}

.hp_content{
	padding: 30px 0;
	overflow: hidden;
}

@media (max-width:767px){
	.index_about{
		padding-top: 30px;
	}
}

@media (max-width:680px){
	.index_about{
		min-height: auto;
		padding-bottom: 30px;
	}
}




/*-------------hp hover-------------*/

.hp-box{
	position:relative;
	background:#fff;
}

.hp-hover{
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(239,239,239,0.8);
	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;
	color:#000;
	font-weight:bold;
	text-shadow:2px 2px 2px rgba(0,0,0,0.6);
	margin:auto;
	box-shadow:inset 0 0 0 24px rgba(239,239,239,0.8),inset 0 0 0 25px #fff;
}

.hp-hover img{	
	position: absolute;
	padding: 10px 21px;
	text-align: center;
	margin-top: -25px;
	top: 50%;
	left: 50%;
	margin-left: -135px;
}

.hp-list:hover .hp-hover,
.pro_box:hover .hp-hover{
	opacity:1;
}

.hp-list p{
	color:#282828;
	font-size:18px;
	line-height: 23px;
	min-height:40px;
	padding: 20px 10px 8px;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

@media (max-width:580px){
	.hp-hover img {
		left: 0;
		margin-left: 0;
	}
}

@media (max-width:413px){	
	.hp-list p{
		line-height: 20px;
	}

	.hp-hover img{
		left: 50%;
		margin-left: -135px;
	}
	
}

@media (max-width:280px){
	.hp-hover img {
		left: 0;
		margin-left: 0;
	}
	
	.slick-slider{
		width:100%;
	}
}

/*************************************/
/*               footer              */
/*************************************/

footer{
	background: #282828;
	padding-top: 25px;
	overflow: hidden;
	border-top: 5px solid #000;
	box-shadow: inset 0 1px 0 #959595;
}

.footer_above{
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffe100;
}




.footer-add {
    margin-left: 15px;
}

.footer-add li{
	display:inline-block;
	font-size:16px;
	color:#707070;
	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:33%;
}

.footer-add li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #707070;
    position: relative;
    left: 24px;
	top:1px;
}

.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:hover,
.footer-add li:hover i,
.footer-add li a:hover{
	color:#c9ba49;
}

@media (max-width:1200px){
	.footer-add li:nth-child(2),
	.footer-add li:nth-child(3),
	.footer-add li:nth-child(4){
		width:31%;
	}
}

@media (max-width:991px){
	.footer_above{
		padding-bottom: 0;
	}
	
	.footer-add{
		margin-bottom: 10px;
		text-align: center;
		margin-left: 0;
	}
	
	.footer-add li:nth-child(2),
	.footer-add li:nth-child(3),
	.footer-add li:nth-child(4){
		width:30%;
	}
	
}

@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;
	}
}

@media (max-width:480px){
	footer{
		padding-top: 20px;
	}
}



.footer_below{
	padding:12px 0;
	font-size:15px;
	font-family: Arial;
}

.footerUl2{
	list-style-type: none;
	color:#535353;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.03rem;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#535353;
	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: 46px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 46px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:1;
}



/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
}

.title2{
	padding:12px 15px;
}

.sideBar p{
	color:#fff;
	font-size:20px;
	width:100%;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,282828+100 */
	background: rgb(85,85,85); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(85,85,85,1) 0%, rgba(40,40,40,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(85,85,85,1) 0%,rgba(40,40,40,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(85,85,85,1) 0%,rgba(40,40,40,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#282828',GradientType=0 ); /* IE6-9 */
}

.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){
	aside {
		margin-bottom: 20px;
	}
	
	.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;
	}

	.aside-open{
		display:block !important;
	}
}





#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>ul>li{
	border: 1px solid #959595;
	border-top:none;
}

#sub {
	width: 100%;
	color: #ffffff;
	margin-bottom:20px;
}

#sub ul ul {
	display: none;
}

.align-right {
	float: right;
}

#sub > ul > li > a {
	padding: 12px 15px;
	cursor: pointer;
	z-index: 2;
	font-size: 17px;
	text-decoration: none;
	color: #464646;
	background: #efefef;
	line-height:22px;
	font-weight: bold;
}

#sub > ul > li > a:hover{
	color: #464646;
	background: #fff8c6;
}

#sub > ul > li.active2 > a{
	color: #464646;
	background: #ffe100;
}


#sub > ul > li.active2>ul{
	display: block !important;
}

#sub > ul > li.open > a {
	color: #464646;
	background: #ffe100;
}

#sub ul ul li a {
	cursor: pointer;
	padding: 13px 15px 13px 38px;
	z-index: 1;
	text-decoration: none;
	font-size: 17px;  
	background: url(../tw_img/other/aside_icon.png) left 20px top 16px no-repeat;
	color:#464646;
	line-height:20px;
	font-weight: bold;
}

#sub>ul>li>ul{
	border-top:1px solid #959595;
	padding-top: 7px;
	padding-bottom: 7px;
}

#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: #2e7394;
	background: url(../tw_img/other/aside_icon_hover.png) left 20px top 16px no-repeat;
}

#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: 25px;
	background: #fff;
	font-size: 15px;
}

#sub ul ul ul li a:hover{
	background:#f1f1f1;
}

#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;
}
}


/*************************************/
/*              product              */
/*************************************/

.pro_box {
    width: 30.9%;
    margin: 0 1% 35px; 
    display: inline-table; 	
	background:#fff;	
}

figure{
	position:relative;
}

.pro_box>figure>img{
	width:100%;
}

.pro_box p{
	font-size:18px;
	line-height:20px;
	padding:10px;
	text-align:center;
	color:#282828;
	margin-bottom:0;
	font-weight: bold;
}

.por_box:hover p{
	opacity:1;
}

.pro_box img {
	padding:10px;
}

.pro_box .hp-hover img{
	position: absolute;
	padding: 10px 21px;
	text-align: center;
	margin-top: -25px;
	top: 50%;
	left: 50%;
	margin-left: -120px;
}

@media (max-width:1200px){
	.pro_box .hp-hover img{
		left: 0;
		margin-left: 0;
	}
}

@media (max-width:991px){
	.pro_box {
		width: 30.6%;
	}
}

@media (max-width:680px){
	.pro_box {
		width: 47.2%;
	}
	
	.pro_box .hp-hover img{
		left: 50%;
		margin-left: -120px;
	}
}

@media (max-width:550px){
	.pro_box .hp-hover img{
		left: 0;
		margin-left: 0;
	}
}


@media (max-width:413px){
	.pro_box {
		width: 98%;
	}
	
	.pro_box .hp-hover img{
		left: 50%;
		margin-left: -120px;
	}
}



/*************************************/
/*                page               */
/*************************************/

.page{
	text-align:center;
	font-size:20px;
	margin-bottom: 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 12px;
}

.page .pagination li a:hover,
.page .pagination li.page-active a{
	color:#c6af00;
}

.page .line {
    position: relative;
    top: -12px;
}




/*************************************/
/*          product detail           */
/*************************************/

.ins-content {
    width: 90%;
    margin-left: 5%;
	overflow: hidden;
}

.pro_above{
	position: relative;
	overflow: hidden;
}

.ins-content h1,
.ins-content h2{
	font-size:19px;
	margin-left:20px;
	color:#92895e;
	line-height:35px;
	font-weight:600;
}

.ins-content h1 span,
.ins-content h2 span{
	color:#282828;
	margin-left:5px;
	font-weight: 100;
}

.ins-content img.pro_b{
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

#button-wrap-inner{
	margin-top:100px;
	margin-left:20px;
	position: absolute;
	left: 52%;
	bottom:0;
}

#button-wrap-inner span{
	display:block;
}

.proBtn:before{
	content:"";
	display:block;
	position:absolute;
	width:95%;
	height:1px;
	background:rgba(255,255,255,0.5);
	top:1px;
	left:2.5%;
}

.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:0.5rem 0;
	text-align:center;
	color:#fff;	
	font-size:18px;
	height:42px;
	line-height:42px;
	padding:0 12px;
	width:145px;
	border:none;
	border-radius:5px;
	position:relative;
	outline:none;
}

.proBtn{
	
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6f6f6f+0,535353+100 */
	background: rgb(111,111,111); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(83,83,83,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(111,111,111,1) 0%,rgba(83,83,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(111,111,111,1) 0%,rgba(83,83,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#535353',GradientType=0 ); /* IE6-9 */
	border:1px solid #282828;;
	position:relative;
	outline:none;
	border-radius:5px;
	box-shadow: inset 0 0 3px rgba(255,255,255,0.3);
}

.proBtn:hover{	
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4e77f+0,ffe100+100 */
	background: rgb(244,231,127); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,231,127,1) 0%, rgba(255,225,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(244,231,127,1) 0%,rgba(255,225,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(244,231,127,1) 0%,rgba(255,225,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e77f', endColorstr='#ffe100',GradientType=0 ); /* IE6-9 */
	border:1px solid #c5ba6b;	
}

.word-content{
	padding:30px 0 20px;
}



@media (max-width:1200px){
	.ins-content {
		width: 100%;
		margin-left: 0;
	}

	#button-wrap-inner{
		margin-top:50px;
	}

	.word-content{
		padding:15px 0 10px;
	}
}

@media (max-width:991px){
	#button-wrap-inner span{
		display:inline-block;
		margin:0 10px;
	}
}

@media (max-width:767px){
	#button-wrap-inner{
		margin-top:20px;
		text-align:center;
		margin-left:0;
	}
}


@media (max-width:580px){
	#button-wrap-inner{
		margin-top:20px;
		position:static;
	}

	.pd580-100{
		width:100%;
	}
	
	.pro_b{
		max-width:400px;
		margin-bottom: 15px;
		width:100%;
	}
	
	.ins-content h1,
	.ins-content h2{
		text-align:center;
		margin-left:0;
	}
}

@media (max-width:480px){
	.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;
	}

	.proBtn:before{
		content:"";
		display:block;
		position:absolute;
		width:98%;
		height:1px;
		background:rgba(255,255,255,0.6);
		top:1px;
		left:1%;
	}

	.ins-content h1,
	.ins-content h2{
		text-align:left;
	}
}



/*************************************/
/*                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: #535353;
	font-size: 18px;
	border-right: 1px solid #fff;
	border-bottom: 1px 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: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.news-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.news-list .div-tr .div-td a:hover{
	color: #c6af00;
	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:#ebebeb;
	border:1px solid #fff;
}

.news-detail .div-tr .div-td{
	border-right:1px solid #fff;
	border-bottom: 1px solid #fff;
	padding:10px 15px;
	font-size:18px;
	color:#282828;
}

.news-detail .div-tr .div-td:first-child{
	width:20%;
	background:#535353;
	border-bottom:1px 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: #535353;
	font-size:18px;
	border-right: 1px solid #fff;
	border-bottom: 1px 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: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.exhibition-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.exhibition-list .div-tr .div-td a:hover{
	color: #c6af00;
	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{
	margin:5px 0 30px;
	text-align:center;
	color:#fff;	
	font-size:17px;
	height:40px;
	line-height:40px;
	padding:0 12px;
	width:145px;
	border:1px solid #282828;;
	position:relative;
	outline:none;
	border-radius:5px;
	box-shadow: inset 0 0 3px rgba(255,255,255,0.3);
	float:right;
	margin-top:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6f6f6f+0,535353+100 */
	background: rgb(111,111,111); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(83,83,83,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(111,111,111,1) 0%,rgba(83,83,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(111,111,111,1) 0%,rgba(83,83,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#535353',GradientType=0 ); /* IE6-9 */
}

#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);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4e77f+0,ffe100+100 */
	background: rgb(244,231,127); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,231,127,1) 0%, rgba(255,225,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(244,231,127,1) 0%,rgba(255,225,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(244,231,127,1) 0%,rgba(255,225,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e77f', endColorstr='#ffe100',GradientType=0 ); /* IE6-9 */
	border:1px solid #c5ba6b;	
}

#newsBack:hover a{
	color:#5c530a;
}

@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;
	border:1px solid #fff;
}

.download-list .div-tr:first-child .div-td{
	color: #fff;
	background: #535353;
	padding: 8px 15px;
	font-size: 20px;
}

.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-right:1px solid #fff;
	border-bottom: 1px 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: #e8bf15;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.download-list .div-tr .div-td a i{
	font-size: 17px;
	width: 30px;
	height: 30px;
	background: #7f7f7f;
	line-height: 32px;
	border-radius: 3px;
	color: #fff;
}

.download-list .div-tr .div-td a i:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe100+0,e8bf15+100 */
	background: rgb(255,225,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,0,1) 0%, rgba(232,191,21,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,225,0,1) 0%,rgba(232,191,21,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,225,0,1) 0%,rgba(232,191,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe100', endColorstr='#e8bf15',GradientType=0 ); /* IE6-9 */
}

.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 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe100+0,e8bf15+100 */
	background: rgb(255,225,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,225,0,1) 0%, rgba(232,191,21,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,225,0,1) 0%,rgba(232,191,21,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,225,0,1) 0%,rgba(232,191,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe100', endColorstr='#e8bf15',GradientType=0 ); /* IE6-9 */
}
	
.cell-767{
	display:table-cell;
}
}


/*************************************/
/*               video               */
/*************************************/

.embed-responsive.video{
	border: 8px solid #cecece;
	background: #555;
}

.video-text{
	margin-top: 20px;
	margin-bottom: 30px;
	background: #efefef;
	padding: 20px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}

.video-text p{
	font-size: 18px;
	color:#282828;
	line-height: 36px;
}

@media (max-width:680px){
.video-text{
	margin-left: 0;
}
.video-text p{
	line-height: 30px;
	font-size: 17px;
}
}

@media (max-width:480px){
	.video-text{
		padding: 10px;
	}
}

@media (max-width:400px){
.embed-responsive.video{
	border: 5px solid #cecece;
}
}



/*************************************/
/*            contact us             */
/*************************************/

/*-------------- map ---------------*/
.contact-map{
	height:300px;
	border:1px solid #707070;
	margin-bottom:15px;
	background: #eee;
}

.contact-txt{
	margin: 50px 0 10px;
}

.contact-txt i{
	font-size: 24px;
	margin-right: 10px;
}

@media (max-width:991px){
.contact-map{
	height:250px;
}
	
.contact-txt{
	margin: 40px 0 10px;
}
}

@media (max-width:767px){
.contact-map{
	height:220px;
}
	
.contact-txt{
	margin: 30px 0 10px;
}
}

@media (max-width:580px){
.contact-map{
	height:200px;
}
	
.contact-txt{
	margin: 20px 0 10px;
}

}

@media (max-width:480px){
.contact-map{
	height:150px;
}
}


/*------------form---------------*/

.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:0 auto 20px;
}

.btn_con{
	margin: 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	width:145px;
	border:1px solid #282828;;
	position:relative;
	outline:none;
	border-radius:5px;
	box-shadow: inset 0 0 3px rgba(255,255,255,0.3);
	margin-top:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6f6f6f+0,535353+100 */
	background: rgb(111,111,111); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(111,111,111,1) 0%, rgba(83,83,83,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(111,111,111,1) 0%,rgba(83,83,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(111,111,111,1) 0%,rgba(83,83,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#535353',GradientType=0 ); /* IE6-9 */
}


.btn_con:hover{
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4e77f+0,ffe100+100 */
	background: rgb(244,231,127); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(244,231,127,1) 0%, rgba(255,225,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(244,231,127,1) 0%,rgba(255,225,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(244,231,127,1) 0%,rgba(255,225,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4e77f', endColorstr='#ffe100',GradientType=0 ); /* IE6-9 */
	border:1px solid #c5ba6b;
	color:#5c530a;
}



input, button, select, textarea {
	border:none;
}

.contacts a {
    color: #363636;
	font-size:28px;
	font-weight:800;
}

.contacts 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;
  }

.form-control:focus {
  border-color: #d1b800;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(188,166,0,.075), 0 0 8px rgba(188,166,0,.6);
          box-shadow: inset 0 1px 1px rgba(188,166,0,.075), 0 0 8px rgba(188,166,0,.6);
}  

.contacts 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;
}

.contacts textarea{
	border-radius:0;
	border:none;
	font-size:18px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #ebebeb;
}

.contacts .form-group label{
	margin-bottom:5px;
	font-size:18px;
	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:100%;
	display:block;
	margin:10px 0;
}

.contacts{
	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;
}
}


/*************************************/
/*               other               */
/*************************************/

.title{
	text-align: center;
	margin-bottom: 25px;
}

.title p{
	display: inline-block;
	font-size: 30px;
	color:#282828;
	font-weight: bold;
	padding: 0 22px;
	line-height: 33px;
	background: url(../tw_img/other/title_line.jpg) left center no-repeat, url(../tw_img/other/title_line.jpg) right center no-repeat;
}

.text{
	font-size: 18px;
	color:#282828;
	line-height: 30px;
}

.breadcrumb2{
	font-size:16px;
	color:#959595;
	line-height:20px;
	text-align:right;
	margin:8px 0;
}

.about_img{
	margin: 0 auto 20px;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
	border: 1px solid #e5e5e5;
}

.about_mb{
	margin-bottom: 80px;
}

@media (max-width:991px){
	.disno-991{
		display: none;
	}
}

@media (max-width:767px){
	.title{
		margin-bottom: 20px;
	}

	.title p{
		font-size: 26px;
		line-height: 30px;
	}
	
	.text{
		font-size: 17px;
	}
	
	.breadcrumb2{	
		margin:5px 0;
	}
}

@media (max-width:580px){
	.about_mb{
		margin-bottom: 50px;
	}
}

@media (max-width:480px){
	.title{
		margin-bottom: 15px;
	}
	
	.title p{
		font-size: 24px;
		line-height: 27px;
	}
}
