﻿@charset "utf-8";
/*-------------------------------
editor:BerettaSu
date:2012-03-05
--------------------------------*/
/*-----------------------------------------------------------------------------
 [TABLE OF CONTENTS]
	+common
	    +anchor
	    +form
	    +clear,clearfix
	    +pager
	    +btn
	    +table
	    +tab
	+wrapper
		+header(for index)
			+menu
				+www
				+link
			+nav(for index)
			    +scrollbar
			+search(for index)
        +page_header
			+page_logo
			+page_menu
			+page_search
        +page_nav
			+page_welcome
		+page_sub_nav
		+page-title
        +footer
			+footer_menu
        	+www
			+link
		+boxmain (for lightbox)
-----------------------------------------------------------------------------*/
/* +common
*----------------------------------------------------------------------------*/
html{
	background: url(../images/page_nav_rep.png) right top repeat-x;
	}
body{
	min-width: 100%;
	color: #555555;
	font-size:13px;
	line-height:1.5;
	font-weight:normal;
	font-family:arial,helvetica,clean,sans-serif;
	background: url(../images/banner_bg.jpg) center top no-repeat;
}
abbr, acronym {
	cursor: help;
}
hr {
	border:0;
	border-bottom:1px #666 dotted;
	margin:0;
}
hr.solid {
	border:0;
	border-bottom:1px #666 solid;
	width:960px;
	margin:20px auto;
}
/**
*
* anchor
*
**/
/* 去除連結虛線框 */
a, a:focus {
 blr:expression(this.onFocus=this.blur());
	-moz-outline-style: none;
}
a:link, a:visited {
	color: #746c5a;
	text-decoration:none;
}
a:hover, a:active {
	color:#947839;
}
/* +header
*----------------------------------------------------------------------------*/
.index_header, .header {
	position:relative;
	width:375px;
	height:121px;
	margin:0 auto;
}
.banner{
	position:relative;
	width:990px;
	height:auto;
	margin:0 auto;
	}
.banner .slideshow{
	position:relative;
	top:-130px;
	}
.banner-img{
	border:0;
	padding: 0px;
	display: block;
    margin: -130px auto;
	height: 520px;
	position: relative;
	}
.banner-img img{
	display: block;
	position: absolute;
	bottom: 0px;
	}
.btn-home{
    float: right;
    margin-top: 63px;
    margin-right: 64px;
	font-size:14px;
	letter-spacing:-1px;
	color:#006f49 !important;
	position:relative;
	z-index:999999;
	font-weight:600;
	}
.btn-home:hover{
	color:#6C3 !important;
	}
/* nav(for index)
*----------------------------------------------------------------------------*/	
.nav {
	position: relative;
	width:990px;
	margin:0 auto;
	height:100px;
	padding:0;
}
.nav ul li {
	position: relative;
	float: left;
	text-align: center;
}
.nav ul li a {
	display: block;
	height: 134px;
	text-indent: -9999px; 
}

.nav ul li.lilogo, .nav ul li.lilogo a.logo-menu{
	width:299px !important;
	}

.nav li.lilogo a.logo-menu {background: url(../images/page_nav.png) no-repeat 0px 0px; }
.nav li a.aboutus { background: url(../images/page_nav.png) no-repeat -299px 0px; width:159px !important;}
.nav li a.service { background: url(../images/page_nav.png) no-repeat -458px 0px; width:123px !important;}
.nav li a.picture { background: url(../images/page_nav.png) no-repeat -581px 0px; width:135px !important;}
.nav li a.qa { background: url(../images/page_nav.png) no-repeat -716px 0px; width:126px !important;}
.nav li a.contact {background: url(../images/page_nav.png) no-repeat -842px 0px; width:148px !important;}


.nav li.lilogo a.logo-menu:hover, .nav li.lilogo a.logo-menu.click{ background: url(../images/page_nav.png) no-repeat 0 -134px; }
.nav li a.aboutus:hover, .nav li a.aboutus.click{ background: url(../images/page_nav.png) no-repeat -299px -134px; }
.nav li a.service:hover, .nav li a.service.click {background: url(../images/page_nav.png) no-repeat -458px -134px }
.nav li a.picture:hover, .nav li a.picture.click {background: url(../images/page_nav.png) no-repeat -581px -134px; }
.nav li a.qa:hover, .nav li a.qa.click {background: url(../images/page_nav.png) no-repeat -716px -134px; }
.nav li a.contact:hover, .nav li a.contact.click {background: url(../images/page_nav.png) no-repeat -842px -134px; }

/* 內頁
*----------------------------------------------------------------------------*/	
/* BreadCrumbs bc_info 導覽列*/
.bc_info {
	position:relative;
	margin:0 auto;
	padding:0px;
	text-align:left;
	height:24px;
}
.bc_info ol{
	display:block;
	position:absolute;
	right:0;
	top:-10px;
	}
.bc_info li {
	display:inline;
	color:#999999;
	font-size:15px;
}
.bc_info a {
	color:#3e7f79;
	text-decoration:none;
}
.bc_info a:hover {
	color:#4a4a4a;
}
/*大標*/
.bc_title_bg{
	margin-left:345px;
	}
.bc_title {
    position: relative;
    left: -30px;
	top: 10px;
	color:#555555;
	font-size:25px;
	font-weight:600;
	}
a.btn-facebook{
	position:absolute;
	top: -40px;
    margin-left: 20px;
	}
/* 關於我們  about
*----------------------------------------------------------------------------*/
.about{
	position:relative;
	padding:30px 20px;
	}
/*.photo, .con{
	display: table-cell;
	zoom: 1;
	vertical-align: top;
	}*/
.photo{
	text-align:center;
	}
.photo img {
	position: relative;
	padding: 5px;
	margin: 0 20px 0 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}
.photo:hover img {
	background: #26bb88;
}
.about-img {
    display: table-cell;
    zoom: 1;
    vertical-align: top;
	}
.about-img img{
	margin: 0 10px 20px 10px;
	}
.solgan{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
	color: #1794fe; 
	font-size: 21px; 
	font-weight:800;
	}
.con{
	position: relative;
	/*width: 600px;
	padding: 0 20px 0 20px;	*/
	}
.con p{
	margin: 0 0 10px 0;
	color: #746c5a;
	font-size: 19px;
	text-align:left;
	}
.con h3{
	margin: 10px 0 10px 0;
	color: #C33;
	font-size: 16px;
	}
font.keypoint{
	color:#ea5550;
	font-weight:600;
	font-size:18px;
	}

/* 產品資訊 
*----------------------------------------------------------------------------*/
.servicelist{
	zoom: 1;
	vertical-align: top;
	margin: 0 0 25px 0;
}
.servicelist ol{
	display: block;
    clear: both;
	}
.servicelist ol li {
    float: left;
    margin: 0 0px 20px 0px;
	color: #746c5a;
    text-align:left;
	font-size:16px;
	font-weight:800;
}
.servicelist  ol li img {
	display:block;
	width:270px;
	max-height:320px;
	overflow-y:hidden;
    margin: 0 0 5px 0;
}
.servicelist  ol li.servce-img{
	float:none;
	width:270px;
	margin:0 auto;
	}
/* 施工照片
*--------------------------------------------------------------------------------*/
.picturelist{
	display: table-cell;
	zoom: 1;
	vertical-align: top;
	}
.picturelist img {
	display:block;
	width:180px;
	padding: 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
	margin: 0 5px 5px 5px;
}
h2.picture-title{
	font-size:18px;
	color:#1794fe;
	font-weight:800;
	text-align:left;
	clear:both;
	margin-top:25px;
	}
.picturelist:hover img {
	background: #26bb88 ;
}
.picturelist h3{
	color: #666;
	font-size: 17px;
	font-weight:800;
	text-align:center;
	margin: 0 0px 15px 0px;
	}
span.q {
	color:#26bb88;
	font-weight:800;
	font-size:18px;
}
span.a {
	color:#ff8d41;
	font-weight:800;
	font-size:18px;
}
span.answer-area{
	display:block;
	margin-left: 32px;
    margin-top: -24px;
	}
h3.contact-text{
	display:block;
	width:566px;
	height:750px;
	background:#FFF url(../images/contact001.jpg) center top no-repeat;
	}
a.mailsend{
	display:block;
	width:625px;
	height:621px;
	text-indent:-999999px;
	}
h3.contact-text a.color_blue{
	font-weight:800;
	font-size:18px;
	color: #26bb88 !important;
	}
h3.contact-text a.color_blue:hover{
	color:#1c976c !important;
	}

@media screen and (max-width : 1240px) {
body {
	overflow:auto;
}
}
@media screen and (max-width : 900px) {
#backlinks {
	float:none;
	clear:both;
}
#backlinks a {
	display:inline-block;
	padding-right:20px;
}
}