@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              */
/*************************************/

header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	padding: 6px 0;
}

.logo{
	margin: 10px 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-top: 36px;
}

.searchbox{
    position:relative;
    min-width:44px;
    width:0%;
    height:50px;
    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:1px solid #dbdbdb;
    outline:0;
    background:#ececec;
    width:100%;
    height:44px;
    margin:0;
    padding:0px 0 0px 20px;
    font-size:18px;
    color:#282828;
	border-radius: 20px;
}

.searchbox-input::-webkit-input-placeholder {
    color: #7d7d7d;
}

.searchbox-input:-moz-placeholder {
    color: #7d7d7d;
}

.searchbox-input::-moz-placeholder {
    color: #7d7d7d;
}

.searchbox-input:-ms-input-placeholder {
    color: #7d7d7d;
}

.searchbox-icon,
.searchbox-submit{
	width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 18px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background:url(../tw_img/other/search.png) top left no-repeat;
}

.searchbox-icon{
	font-size: 20px;
}


.searchbox-open{
    width:100%;
}


@media (max-width:1200px){
	.logo{
		margin: 10px auto;
	}
}

@media (max-width:991px){
	.logo{
		margin: 10px auto 0;
	}	
	
	.search-content {
		width: 280px;
		margin: 0 auto;
		overflow: hidden;
	}

	.search-content p {
		text-align: center;
		right: 110px;
		width: 500px;
	}
}

@media (max-width:991px){
	.search-content p {
		right: 20px;
	}

	.header-lang{
		display: none;
	}

	.lang-767{
		display: block;
		text-align: center;
		margin-top: 12px;
	}

	.lang-767 p a,
	.lang-767 p{
		color:#282828;
	}

	.lang-767 p a:hover,
	.lang-767 p a.lang-active{
		color:#8e8e8e;
	}
}

@media (max-width:680px){
	header{
		padding-bottom: 5px;
	}
	
	.logo{
		max-width: 320px;
		margin-top: 5px;
	}	
}

@media (max-width:480px){
	header{
		padding-bottom: 3px;
	}
	
	.logo{
		max-width: 280px;
		margin-top: 0;
	}	
	
	.lang-767 {
		margin-top: 5px;
	}
	
	.header-info {
		display: none;
	}
}

@media (max-width:360px){
	.logo{
		max-width: 240px;
	}	
}




.search-content .dropdown{
	position: absolute;
	right: 0;
	margin-right: 70px;
}

 -menu{
	position: absolute;
	right: 80px;
}

#dropdownMenu1 {
    text-align: left;
    border: 0;        
    background: url(../tw_img/other/lang_bg.png) top right no-repeat;
	background-size: cover;
    width: 197px;
	color:#7d7d7d;
	text-transform: uppercase;
	font-size: 18px;
	height:44px;
	border-radius: 5px;
	font-weight: bold;
	padding-left: 25px;
}

.search-content .dropdown-menu{
	width:197px;
}

.search-content .dropdown-menu > li > a{
	font-size:16px;
}

.search-li .form-control{
	border-radius: 0;
	border: 1px solid #ccc;
}

@media (max-width:991px){
	#dropdownMenu1 {
		width:200px;
	}
	
	.search-content .dropdown-menu{
		width:200px;
	}
	
	.search-content .dropdown{
		position: absolute;
		right:auto;
		margin-right:0;
		display: inline-block;
	}
}

.header-info{
	text-align: right;
	margin-top: 5px;
}

.header-info li{
	display: inline-block;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	color:#282828;
	letter-spacing: -0.5px;
}

.header-info li a{
	color:#282828;
}

.header-info li:nth-child(1){
	background: url(../tw_img/other/tel_green.png) top 3px left no-repeat;
	margin-right: 30px;
}

.header-info li:nth-child(2){
	background: url(../tw_img/other/mail_green.png) top 3px left no-repeat;
}

@media (max-width:991px){
	.header-info{
		text-align: center;
	}
	
	.header-info li{
		font-size: 16px;
	}
}



/*************************************/
/*             navigation            */
/*************************************/

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: 13px 0;
	display: inline-block;
	text-decoration: none;
	color:#efefef;
	font-size:18px;
	letter-spacing:0;
	font-weight:bold;
	margin-left: -5px;
	width: 15.8%;
}

nav ul a:hover{
	background: #005a89;
	color:#efefef;
}

nav ul a{
	border-right:none;
	border-right: 1px solid #005a89;
	border-left: 1px solid #0091dc;
	margin-left: -4px;
}

nav ul a:last-child{
	border-right: none;
}

nav ul a:nth-child(2){
	border-left: none;
}

nav ul a li{
	
    display: inline-block;
}

p.menu{
	display: inline-block;
	font-size:20px;
	font-weight:bold;
	margin-bottom:0;
	margin-right: 5px;
}

.menu_icon div {
  background-color: white;
  border-radius: 2px;
  width: 25px;
  height: 3px;
  margin: 5px;
}

.menu_icon{
	float: right;
	margin-top: 0;
}

i.navIcon{
	display:none;
	padding-right: 10px;
	font-size: 20px;
}

.nav-set{
	background: #007cbc;
}

.banner-set{
	position:relative;
}

.search-li{
	display: none;
}

.handle {
	width: 100%;
	background: #007cbc;
	box-sizing: border-box;
	padding: 8px 15px;
	cursor: pointer;
	color: white;
	display: none;
	text-align: right;
}

@media (max-width:991px){
	nav ul a{
		margin-left: 0;
		border:none;
	}
	
	nav ul a:hover{
		background:rgba(40,40,40,0.5);
		box-shadow: inset 0 -1px 0 #999;
	}
	
	.search-li:hover {
		background: none;
		box-shadow: inherit;
	}
}

@media (max-width:991px){
	nav ul a{
		padding: 3px 2.5% 3px;
		width:100%;
		border-right:none;
		border-bottom:none;
		color:#fff;
		font-size:17px;
		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:#007cbc;
		box-shadow:none;
		margin-bottom:0;
		border-radius:0;
	}

	nav ul li{
		box-sizing: border-box;
		width: 100%;
		padding: 0;
	}

	.showing{
		max-height: 26em; 
	}

	.handle{
		display: block;
	}

	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;
	}	
}


/*************************************/
/*                banner             */
/*************************************/
.carousel-control {
    display: none;
}

.carousel-indicators{
    right: 48%;
    bottom: 5%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.carousel-indicators li{
    padding: 2px;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0,0,0,0);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #616161;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}

.carousel-indicators li:last-child{
    margin-right: 0;
}

.carousel-indicators .active {
  width: 17px;
  height: 17px;
  margin: 0;
  background-color: #007cbc;	
}

.carousel-indicators li.active{
	border: 2px solid #007cbc;
}

.carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    /*box-shadow: 0 0 0 2px #fff;*/
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


.carousel-indicators .active:before{
    transform: scale(0.6);
    background-color: #007cbc;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media (max-width:767px){
	.carousel-indicators {
    	right: 42%;
	}
}

@media (max-width:480px){
	.carousel-indicators {
    	right: 38%;
	}
}

@media (max-width:360px){
	.carousel-indicators {
    	display: none;
	}
}


/*************************************/
/*                index              */
/*************************************/

.index-about{
	background: url(../tw_img/index/index_bg01.jpg) center center no-repeat;
	overflow: hidden;
	margin-top: 4px;
}

.index-about>div.col-md-6{
	background: url(../tw_img/index/index_bg02.jpg) center center no-repeat;
	padding:50px 85px 35px;
}

.index-about .title{
	background: url(../tw_img/other/title_line.jpg) center left repeat-x;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 25px;
}

.index-about .title span{
	display: inline-block;
	padding: 8px 33px;
	border:1px solid #959595;
	background:url(../tw_img/other/title_bg.jpg) center center repeat;
	font-size: 24px;
	font-weight: bold;
	color:#282828;	
}

.sub-content{
	margin-top: 30px;
	background: #f8f8f8;
	overflow: hidden;
	padding: 15px 20px;
}

.sub-content h3{
	font-size: 20px;
	font-weight: bold;
	color:#005a89;
}

@media (max-width:1500px){
	.index-about>div.col-md-6{
		padding:50px 65px 35px;
	}
}

@media (max-width:1280px){
	.index-about>div.col-md-6{
		padding:40px 45px 25px;
	}
}

@media (max-width:991px){
	.index-about{
		background: none;
	}
	
	.index-about>div.col-md-6{
		background-size: 100%;
	}
}

@media (max-width:767px){	
	.index-about>div.col-md-6{
		background-size: cover;
	}
	
	.index-about .title span{
		font-size: 20px;
		padding: 6px 25px;
	}
}

@media (max-width:680px){
	.index-about>div.col-md-6{
		padding:30px 25px 25px;
	}
}

@media (max-width:480px){
	.index-about>div.col-md-6{
		padding:20px 20px;
	}
	
	.index-about .title{
		margin-bottom: 20px;
	}
	
	.sub-content{
		margin-top: 20px;
		padding: 10px 15px;
	}
}

@media (max-width:360px){
	.index-about>div.col-md-6{
		padding:15px;
	}
	
	.index-about .title{
		margin-bottom: 15px;
	}
	
	.sub-content{
		margin-top: 15px;
		padding: 10px;
	}
}


/*--------------hp------------*/

.hp-content{
	padding: 50px 0 20px;
}

.owl-theme .owl-nav{
	display: none;
}

.owl-theme .owl-dots {
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 2px solid #959595;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #959595;
}

.owl-carousel .item a {
	color:#242424;
	font-size:16px;
	line-height: 20px;
	background: #fff;
	display: inline-block;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	margin-bottom: 5px;
	text-align: center;
}

.owl-carousel .item a p{
	margin-top: 10px;
	text-align: left;
}

.owl-carousel .item a h2{
	font-size: 21px;
	color:#282828;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}

.owl-carousel .item a h2:after{
	content:"";
	width:87px;
	height:2px;
	background:#da251d;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -43px;
}

.owl-carousel .owl-item {
    padding: 0 5px;
}

.hp-info{
	padding: 18px 20px 23px;
}

.owl-carousel .item a:hover .hp-info{
	background: #005079;
}

.owl-carousel .item a:hover,
.owl-carousel .item a:hover h2{
	color:#fff;
}

@media (max-width:680px){
	.hp-info {
		padding: 12px 15px 16px;
	}
	
	.owl-carousel .item a h2{
		font-size: 19px;
	}
}



/*************************************/
/*                go top             */
/*************************************/
.gotop{
	background: #f5f5f5;
	height:64px;
	position: relative;
	border-top:2px solid #c2c2c2;
	border-bottom: 4px solid #0091dc;
	margin-top: 15px;
}

#gotop {
    cursor: pointer;
    height: 22px;
    padding: 10px 15px;
    position: absolute;
    width: 128px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:1;
	top:20px;
	left:50%;
	margin-left: -64px;
}

@media (max-width:767px){
	.gotop{
		height:50px;
	}
	
	#gotop {
		top:13px;
	}
}


/*************************************/
/*              footer               */
/*************************************/

footer{
	background:url(../tw_img/other/ft_bg.jpg) top left repeat-y;
	padding: 27px 0 15px;
	overflow: hidden;
}

.footer-up{
	background:url(../tw_img/other/ft_line.jpg) bottom left repeat-x;
	padding-bottom: 20px;
	overflow: hidden;
}

footer h3{
	font-size: 24px;
	color:#0091dc;
	font-weight: bold;
	line-height: 30px;
	padding: 0;
	margin-bottom: 10px;
}

.footer-info li{
	display: inline;
	color:#c2c2c2;
	font-size: 16px;
	line-height: 35px;
}

.footer-info li a{
	color:#c2c2c2;
}

.footer-info li a:hover{
	color:#fff;
}

.footer-info li:first-child {
    margin-right: 15px;
}

.footer-info li:first-child{
	width:100%;
}

.footer-info li i{
	width:18px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-right: 6px;
	top:2px;
	color:#707070;
	font-size: 21px;
}

.footer-info li:nth-child(3) i{
	font-size: 17px;
}

.sitemap li{
	display: inline;
	width:100%;
	margin-bottom:5px;
}

.sitemap li:nth-child(odd){
	margin-right: 3%;
}

.sitemap li a{
	border: 1px solid #363636;
	color: #c2c2c2;
	font-size: 17px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 42%;
	display: inline-block;
	margin-bottom: 6px;
	background: #1a1a1a;
}

.sitemap li a:hover{
	background: #c2c2c2;
	color:#1a1a1a;
}

.qrcode{
	margin: 0 auto;
}

@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%;
	}
}

@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;
		line-height: 30px;
	}

	.sitemap li a{
		width:31.2%;
	}
}

@media (max-width:530px){
	.sitemap li a {
		width: 47.5%;
	}
}

@media (max-width:400px){
	.footer-map{
		display: none;	
	}

	.qrcode{
		margin: 10px auto 5px;
	}	
}





.footer-down{
	padding:12px 0 0;
	font-size:15px;
	font-family: Arial;
}

.footerUl2{
	list-style-type: none;
	color:#959595;
	font-size:15px;
	line-height:20px;
	letter-spacing:0.03rem;
	margin-bottom:0;
	display: inline-block;
	margin-left: 5px;
	vertical-align: bottom;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#959595;
	font-size:15px;
}

.footerUl2 li a:hover{
	text-decoration:none;
	color:#ddd;
}



@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;
	}
}



/*************************************/
/*               aside               */
/*************************************/

.aside{
	color:#fff;
	letter-spacing:1px;
	padding-bottom:3.5rem;
	border-radius:5px;
}

.aside>p{
	background: #282828;
	text-align:center;
	padding:11px 5px;
	margin-bottom:4px;
}

.aside>p .aside-title{
	color:#0093df;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	letter-spacing: -0.3px;
}

.box{
	width:100%;
	margin:0 auto;
}

.aside .slider_frame p{
	color:rgba(0,0,0,1.00);
}

#cssmenu {
    width: 100%;
    font-family: "微軟正黑體";
    color: #ffffff;
    padding: 20px 0;
    background: url(../tw_img/other/aside_bg.jpg);
}

#cssmenu>ul>li{
	background:url(../tw_img/other/aside_bg.jpg) top left no-repeat;
	background-size: cover;
	transition:all 0.2s;
}

#cssmenu>ul>li.sub-li>a:hover{
	background: #da251d;
}

#cssmenu>ul>li.sub-li>a{
	background:url(../tw_img/other/aside_icon_01.png) top 20px right 20px no-repeat;
	color:#fff;
	font-size:19px;
	padding-left:20px;
	padding-right:10px;
}

#cssmenu>ul>li.sub-li:hover>a,
#cssmenu>ul>li.sub-li.aside-active>a{
	background:url(../tw_img/other/aside_icon_02.png) top 20px right 20px no-repeat,#da251d;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.aside-active>a{
	background:#da251d;
	box-shadow: inset 0 -1px 1px #ff9893;
}

#cssmenu>ul>li{
	background:url(../tw_img/other/aside_bg.jpg) top left no-repeat;
	background-size: cover;
	transition:all 0.2s;
}

#cssmenu>ul>li>a:hover{
	background: #da251d;
}

#cssmenu>ul>li>a{
	color:#fff;
	font-size:19px;
	padding-left:20px;
	padding-right:10px;
}

#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:4px;
	margin-right:20px;
	display:none;
	color:#ddd;
	font-size:25px;
	font-weight:bold;
}

@media (max-width:991px){
	.aside>p{
		cursor:pointer;
		width:100% !important;
		padding: 3px;
	}
	
	.aside{
		padding-bottom:1.5rem;
		width:100% !important;
		border-radius:5px;
	}
	
	.aside>p .aside-title{		
		font-size:22px;
	}

	.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:#ddd;
	}
}

@media (max-width:991px){
	.box{
		display:none;
	}

	.menu-dis{
		display:none;
	}

	.aside-title + i{
		display:inherit;
	}

	.aside-open{
		display:block !important;
	}
}

@media (max-width:480px){
	.aside img{
		max-width:180px;
		height:auto;
	}
}


.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: 0 1.2% 30px; 
    display: inline-table;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.pro-info{
	padding: 15px 20px 20px;
}

.pro_box h2{
	font-size: 21px;
	color:#282828;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.pro_box h2:after{
	content:"";
	width:87px;
	height:2px;
	background:#da251d;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -43px;
}

.pro_box p{
	font-size:16px;
	line-height:22px;
	color:#242424;
	margin-bottom:0;
}

.pro_box img {
    width: 100%;
}

.pro_box:hover h2,
.pro_box:hover p{
	color:#fff;
}

.pro_box:hover .pro-info{
	background: #005079;
}


@media (max-width:1200px){
	.pro-info{
		padding: 15px 15px 10px;
	}

	.pro_box h2{
		font-size: 19px;
	}
}

@media (max-width:767px){
	.pro_box {
		margin: 0 1.2% 30px;
		width:30.3%;
	}
}

@media (max-width:700px){
	.pro_box {
		width: 47%;
	}
}


@media (max-width:480px){	
	.pro-info{
		padding: 12px 10px 10px;
	}
}

@media (max-width:420px){
	.pro_box {
		width: 98%;
	}

	.pro-info{
		min-height: auto;
		padding: 12px 15px 15px;
	}
}


/*************************************/
/*                page               */
/*************************************/

.page{
	text-align:center;
	font-size:20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.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:#da251d;
}

.page .line2 {
    position: relative;
    top: -12px;
}

@media (max-width:767px){
	.page .pagination > li a{
		padding:2px 10px;
	}
}





/*************************************/
/*          products detail          */
/*************************************/

.pro_b_content{
	background: url(../tw_img/pro/03_bg.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 25px;
}

.word-content{
	margin-bottom: 30px;
}

.works_b_content{
	background: url(../tw_img/pro/07_bg.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 25px;
}

@media (max-width:767px){
	.word-content{
		margin-bottom: 20px;
	}
}

@media (max-width:580px){
	.word-content{
		margin-bottom: 10px;
	}
}




/*************************************/
/*            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: #007cbc;
    position: relative;
	font-size:17px !important;
	font-weight: bold;
}

.inquiry_table .tbody .td {
    color: #282828;
    text-align: center;
    vertical-align: middle;
    background:#ebebeb;    
}

.inquiry_table .thead .th, 
.inquiry_table .tbody .td {
    display: table-cell;
    padding: 10px;
    font-size: 16px;
	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: 6px 10px;
    font-size: 16px;    
	line-height: 30px;
}

.inquiry_table .tbody .td a{
	color:#242424;
}

.inquiry_table .tr .td:nth-child(1) {
    width: 15%;
}
 
.inquiry_table .tr .td:nth-child(2) {
    width: 28%;
}

.inquiry_table .tr .td:nth-child(3) {
    width: 57%;
	text-align: left;
	padding: 6px 10px;
}
 

@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;
		color:#255d9b;
	}

	.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),
	.inquiry_table .tbody .td:nth-child(3){
		color:#242424;
	}

	.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: "NO.";
		margin-right: 15px;
	}

	.inquiry_table .tbody .td:nth-child(2):before {
		content: "業主名稱";
		margin-right: 15px;
	}

	.inquiry_table .tbody .td:nth-child(3):before {
		content: "工程項目";
		text-align: left;
		margin-right: 15px;
		width:100%;
	}
}

@media (max-width:400px){
	.inquiry_table .tbody .td:nth-child(1),
	.inquiry_table .tbody .td:nth-child(2){
		text-align: left;
	}

}


/*************************************/
/*                 hr                */
/*************************************/

.hr-mb{
	margin-bottom: 30px;
}

.hr-mb2{
	margin-bottom: 20px;
}

.hr-li{
	list-style-type: decimal;
	padding-left: 22px;
}

.font-blue span.hr-sub,
.font-blue span.hr-sub a{
	color:#242424;
	font-weight: 500;
	font-style: italic;
}

@media (max-width:480px){
	.font-blue span.hr-sub{
		display: block;
		margin-top: 3px;
	}
}


/*************************************/
/*            contact us             */
/*************************************/

.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: 43px;
	padding: 0 12px;	
	border: none;
	position: relative;
	outline: none;	
	background: #7d7d7d;
	border-bottom:4px solid #7d7d7d;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}


.btn_con:hover{
	background: #007cbc;
	border-bottom:4px solid #014365;
}



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: #ebebeb;
}

.proInquiry textarea{
	border-radius:0;
	border:none;
	font-size:17px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #ebebeb;
}

.proInquiry .form-group label{
	margin-bottom:5px;
	font-size:17px;
	color:#282828;
}

.contact-list{
	padding: 15px;
	border:1px solid #d5d5d5;
	margin-bottom: 25px;
}

.contact-list h5{
	font-size: 16px;
	font-weight: bold;
	color:#242424;
	text-align: center;
	margin-bottom: 5px;
}

.contact-list ul{
	text-align: center;
}

.contact-list ul br{
	display: none;
}

.contact-list ul li{
	display: inline;
	font-size: 16px;
	color:#535353;
	padding-right: 10px;
	padding-left: 3px;
	position:relative;
}

.contact-list ul li:after{
	content:"";
	width:1px;
	height:16px;
	background: #535353;
	position: absolute;
	top:4px;
	right: 0;
}

.contact-list ul li:last-child:after{
	display: none;
}

@media (max-width:991px){
	.contact-list ul br{
		display: block;
	}
	
	.contact-list ul li:nth-child(2):after{
		display: none;
	}
}

@media (max-width:768px){
	.sub-content{
		width:100%;
	}

	.getCode img{
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.contact-list{
		padding: 10px;
		border:1px solid #d5d5d5;
		margin-bottom: 20px;
	}
}

@media (max-width:580px){
	.contact-list ul br{
		display: none;
	}
	
	.contact-list ul li:after{
		display: none;
	}
	
	.contact-list ul li{
		display: block;
	}
}

@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;
	}
}


/*-------------- map ---------------*/
.contact-map{
	height:190px;
	border:1px solid #707070;
	margin-bottom:10px;
	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:160px;
	}
}

@media (max-width:767px){
	.contact-map{
		height:140px;
	}
}

@media (max-width:580px){
	.contact-map{
		height:130px;
	}
}



/*************************************/
/*               others              */
/*************************************/

.text{
	font-size: 16px;
	color:#555;
	line-height: 26px;
}


.title{
	background: url(../tw_img/other/title_line.jpg) center left repeat-x;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 25px;
	padding: 0 25px;
}

.title span{
	display: inline-block;
	padding: 8px 33px;
	border:1px solid #959595;
	font-size: 24px;
	font-weight: bold;
	color:#282828;	
	background: #fff;
}

.content-title{
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color:#282828;
}

.content-sub-title{
	font-size: 20px;
	color:#cfcfcf;
	font-style: italic;
	text-transform: uppercase;
	line-height: 26px;
	font-weight: bold;
}

.font-blue{
	color:#007cbc;
}

.inside-content{
	width:98%;
	margin-left: 2%;
}

.about-mb{
	margin-bottom: 10px;
}

.about-mb2{
	margin-bottom: 30px;
}

.text-justy{
	text-align: justify;
}

.about3-above{
	background: url(../tw_img/other/about3_bg01.jpg) bottom center no-repeat;
	margin-bottom: 5px;
	padding: 15px 25px;
	border-radius: 12px;
	background-size: cover;
}

.about3-below{
	background: url(../tw_img/other/about3_bg02.jpg) top center no-repeat;
	height:57px;
	border-radius: 12px 12px 0 0;
	background-size: cover;
}

.dis-991{
	display: none;
}

@media (max-width:991px){
	.inside-content{
		width:100%;
		margin-left: 0;
	}
	
	.dis-991{
		display:inline;
	}
}

@media (max-width:767px){	
	.title span{
		font-size: 20px;
		padding: 6px 25px;
	}
	
	.about-mb2{
		margin-bottom: 20px;
	}
	
	.about3-above{
		padding: 15px 20px;
	}
}

@media (max-width:480px){
	.about3-above{
		padding: 15px;
	}
}


/*------------breadcrumb------------*/

.breadcrumb2{
	font-size:15px;
	color:#282828;
	text-align:right;
	padding-right:15px;
	padding:8px 15px;
	margin-bottom: 10px;
}

.breadcrumb2 i{
	font-size:22px;
	margin-right:3px;
	position:relative;
	bottom:-1px;
	color:#0d96de;
}

@media (max-width:991px){
	.breadcrumb2{
		padding:5px 15px 0;
	}
}

@media (max-width:767px){
	.breadcrumb2{
		padding:5px 0 0;
	}
}