@charset "utf-8";

/* CSS Document */

/*2015.10.22 顏智偉*/
/***************************************************基礎*/
html, body {
	font: 14px/0em "Microsoft JhengHei", Arial;
}


body {
	line-height:normal;
}

img {
	display:inline-block;
}

header, .content, .footer {
	width:1000px;
}

table{
	margin:auto;
	}
/***************************************************基礎*/
/***************************************************上*/
/*基礎*/
.bg_header {
	background:url(../images/img001.jpg) 0 0 repeat-x;
}

header {
	padding-top:0px;
	height:130px;
	position:relative;
}

.header {
}

/*基礎*/
/*LOGO*/
.logo {
	/*定位*/
	padding:0;
	margin:0;
	position:absolute;
	top:20px;
}

/*LOGO*/
/*搜尋列*/
.search {
	/*定位*/
	padding:0;
	margin:0px 0px 10px 0;
	height:auto;
	clear:both;
}

.search #search_form {
	border-radius:0px;
	line-height:0px;
	padding:0;
	font-size:16px;
	height:28px;
	background:#fff;
	color:#000;
	border:solid 1px #ccc;
}

.search #sf_keyword {
	background:none;
	outline:none;
	border-radius:0;
	border:none;
	height:100%;
	font-family:inherit;
	color:inherit;
	margin:0px;
	padding:0 0 0 10px;
	width:160px;
}

.search #sf_submit {
	padding:0px;
	margin:0px;
	font-size:0px;
	border:none;
	background:url(../images/basic01.png) 50% 50% no-repeat;
	width:30px;
	height:100%;
}
#search_form input::-webkit-input-placeholder {
 color:#aaa;/* chrome 提示字顏色 */
}
#search_form input::-moz-placeholder {
 color:#aaa;/* firefox 提示字顏色 */
}
#search_form input:-ms-input-placeholder {
 color:#aaa;/* IE 提示字顏色 */
}

/*搜尋列*/
/*語言列-國旗*/
.lagH {
	/*定位*/
	padding:0;
	margin:20px 0 0 0;
}

.lagH li:last-child {
	margin-right:0;
}

.lagH a {
	color:#000;
	display:inline-block;
	height:30px;
}

.lagH a:before {
	content:"";
	height:100%;
	display:inline-block;
	vertical-align: middle;
}

.lagH a img {
	vertical-align: middle;
	display:inline-block;
	margin-right:0;
}

/*語言列-國旗*/
/*詢價車*/	
.register {
	/*定位*/
	padding:0;
	margin:0px 10px 0px 0;
}

.register li {
	padding:0px;
	display:block;
	height:30px;
	font-size:14px;
	color:#333;
}

.register li:before {
	content:"";
	height:100%;
	display:inline-block;
	vertical-align: middle;
}

.register li.cartView a {
	text-decoration:none;
	vertical-align:middle;
	display:inline-block;
	color:inherit;
	background-position:0 50%;
	background:url(../images/basic02.png) 0 0 no-repeat;
}

.register li.cartView a:hover {
	color:#FE6030;
	background:url(../images/basic02.png) 0 100% no-repeat;
}

/*詢價車*/	
/*主選單*/
nav {
	/*定位*/
	clear:both;
	margin:0 0 0 0;
}

#navMenu {
	width:auto;
	height:40px;
	background:none;
}

#navMenu > li {
	height:100%;
	border-right:0;
}

#navMenu > li > a {
	padding:0px 22.9px;
	font-size:18px;
	font-weight:normal;
	line-height:40px;
	color:#333;
}

#navMenu > li:hover > a {
	/*滑過特效*/
	background:#e9e9e9;
	color:#4CB1E5;
	box-shadow: 0 0 10px #bbb inset;
}

#navMenu > li > a:after {
	display:none;
}

#navMenu > li:last-child a {
/*padding-right:0;*/
}

#navMenu > li+li {
	/*分隔線*/
	background:url(../images/img002.jpg) 0 50% no-repeat;
}

#navMenu > li:hover+li{
	background:none;
	}

/*主選單*/
/*下拉選單修正*/
#navMenu li ul {
	min-width:100%;
}

#navMenu li li {
	border-top:none;
	background-image:url(../images/basic04.png);
	background-repeat:repeat-x;
}

#navMenu li li a {
	padding:8px 20px;
}

#navMenu li li:hover > a {
	color:#4CB1E5;
}

#navMenu li li:hover {
	background:#fff;
}

#navMenu li li li {
	background:#eee url(../images/basic04.png) 0 0 repeat-x;
}

/*下拉選單修正*/
/*客製化-主選單*/
li#navMenu_index > a {
	padding-left:40px;
	background:url(../images/pic001.png) 8px 0% no-repeat;
}

li#navMenu_index > a:hover {
	background:url(../images/pic001.png) 8px 100% no-repeat;
}

/*客製化-主選單*/
/*情境圖*/
.banner {
	position:relative;
	width:100%;
	height:240px;
	overflow:hidden;
}

.bannerArea {
	position:absolute;
	left:50%;
	margin-left:-960px !important;
	width:1920px;
	height:100%;
}

.banner img {
	width:1920px;
}

/*情境圖*/
/***************************************************上*/
/***************************************************中*/
/*基礎*/
.content {
	position:relative;
}

.content:after {
	content:'';
	display:block;
	clear:both;
}

/*基礎*/
/*麵包屑*/
.bg_breadcrumb {
	background:url(../images/bg002.jpg) 0 0 repeat-x;
}

.breadcrumb {
	width:1000px;
	margin:0 auto;
	padding:0;
	color:#333;
	line-height:40px;
	font-size:14px;
}

.breadcrumb h1 {
	font-size:inherit;
	font-weight:normal;
	padding:0 8px;
}

.breadcrumb a {
	color:inherit;
	font-size:inherit;
	padding:0 8px;
}

/*麵包屑*/	
/**************************左半邊*/
.colSide {
	width:200px;
	border-radius:0;

}

.colSide .border{
	border-style:solid;
	border-width:0 1px 8px 1px;
	border-color:#0082C2;
	border-radius:0 0 5px 5px;
	}

.colSide h4 {
	border-radius:0;
	background:url(../images/pic002.png) 5px 50% no-repeat;
	padding:15px 0 15px 45px;
	margin-bottom:0;
	color:#000;
	font-size:22px;
	font-weight:normal;
}

.sideCate {
	padding:0px;
	margin:0 0 0 0;
	border-radius:0px;
}
.outLink img{
	display:block;
	}

.outLink span{
	position:absolute;
	left:45px;
	color:#FFF;
	}
	
.left-phone{
	clear:both;
	width:200px;
	margin-top:10px;
	background:#F2F2E8;
	border-radius:5px;
	}	
	
.left-phone .L2{
	padding:20px 5px 20px 68px; 
	background:url(../images/img006.jpg) 10px 50% no-repeat;

	}
	
.left-phone h1{
	font-family:"Lucida Sans Unicode","Microsoft JhengHei";
	}

.left-phone p{
	color:#0082C2;
	font-size:16px;
	}
/*共用*/
.sideCate li.par_tree.active, .sideCate li.par_tree {
	/*隱藏所有多餘按鈕*/
	background:none;
}

.sideCate li ul {
	/*子分類下間距*/
	margin-bottom:0px;
}

.sideCate li.active span a {
	/*展開字色*/
	color:#0092C7 !important;
}

.sideCate li span a.active, .sideCate li a.active {
	/*執行中字色*/
	color:#F69233 !important;
}

/*共用*/
/*第一層*/
.sideCate {
	background:#FFF;
}

.sideCate > li {
	border-bottom:solid 1px #ECECEC;
}

.sideCate > li > a, .sideCate > li > span > a {
	/*原*/
	color:#000;
	padding: 12px 5px 12px 45px;
	font-weight:normal;
	font-size:18px;
}

.sideCate > li > a:hover, .sideCate > li > span a:hover {
	/*滑過*/
	color:#0092C7;
}

.sideCate > li.par_tree a.tree {
	/*按鈕-展開*/
	padding:0;
	width:45px;
	height:42px;
	background: url(../images/pic003.png) 50% 50% no-repeat;
}

.sideCate > li.par_tree a.tree.active {
	/*按鈕-關閉*/
	background: url(../images/pic004.png) 50% 50% no-repeat;
}

/*第一層*/
/*第二層*/
.sideCate > li > ul > li {
	border-bottom:dashed 1px #ccc;
}

.sideCate > li > ul > li:last-child {
	border-bottom:none;
}

.sideCate > li > ul > li:last-child {
	border-bottom:none;
}

.sideCate > li > ul {
	background:#DEEDFF;
}

.sideCate > li > ul > li > a, .sideCate > li > ul > li > span a {
	/*原*/
	color:#000;
	padding:6px 5px 6px 45px;
	font-size:12px;
}

.sideCate > li > ul > li a:hover {
	/*滑過*/
	color:#fff;
	background:#88ABDA;
}

/*第二層*/
/**************************左半邊*/
/**************************右半邊*/
/*基礎*/
.colMain {
	width:770px;
}
/*基礎*/
/*大標題*/	
h2.menuTitle {
	background:url(../images/pic006.png) -100px 9px no-repeat, url(../images/pic005.png) 0 15px no-repeat;
	color:#000;
	/*border-bottom:solid 3px #000;*/
	padding:15px 0 30px 35px;
	font-size:22px;
}

h2.menuTitle a {
	color:#000;
}

/*大標題*/	
/*模式選單-修正*/
.sortBox {
	color:#000;
	font-size:14px;
}

.sort a, .psort a {
	margin: -3px 0px 0 5px;
	display: block;
	float: left;
}

/*模式選單-修正*/
/*加入洽詢鈕-修正*/
.btnOrder{
	font-size:12px;
	width:auto;
	height:auto;
	line-height:normal;
	padding:10px 10px 10px 40px;
	}
/*加入洽詢鈕-修正*/
/*分頁*/
.page a {
	color:#000;
}
/*分頁*/	
/*列表共用*/
.productGrid, .productList {
	overflow:visible;
}

.productList .proList .img, .productGrid .proList .img {
	border:solid 1px #DDDDDD;
	border-radius:0px;
	padding:4px;/*圖片外間距*/
	background:#FFF;
}

.productGrid .txt {
	width:100%;
	line-height:20px;
	height:40px;/*兩行行高*/
	overflow:hidden;
}

.proList h3 a {
	color:#0082C2;
	font-size:16px;
}

.proList h5 {
	font-weight:normal;
}



.productList .proList {
	border-bottom:solid 1px #000;
}

.productList .proList .txt {
	width:495px;
}

.productList .proList .img {
	margin-left:5px;
}

/*列表共用*/
/*小*/
.productGrid.list_imgS .proList {
	margin: 0 33px 30px 0;
}
.productGrid.list_imgS .proList:nth-child(4n) {
 margin-right:0px;
}

/*小*/
/*中*/
.productGrid.list_imgM .proList {
	margin:0 60px 30px 0;
}
.productGrid.list_imgM .proList:nth-child(3n) {
 margin-right:0px;
}

/*中*/
/*大*/
.productGrid.list_imgL .proList {
	margin: 0 20px 30px 0;
}
.productGrid.list_imgL .proList:nth-child(3n) {
 margin-right:0px;
}

/*大*/
/*特大*/
.productGrid.list_imgXL .proList {
	margin: 0 60px 30px 0;
}
.productGrid.list_imgXL .proList:nth-child(3n) {
 margin-right:0px;
}

/*特大*/
/*極大*/
.productGrid.list_imgXXL .proList {
	margin: 0 45px 30px;
}

/*極大*/
/*極特大*/
.productGrid.list_imgXXXL .proList {
	margin: 0 20px 30px;
}

/*極特大*/
/*列表-燈箱+放大鏡*/
.glass-case{
	width:auto !important;
	height:auto !important;
	}
.gc-display-area{
	position:relative;
	width:306px !important;
	height:206px !important;
	}	
/*列表-燈箱+放大鏡*/
/*客製化-極特大*/
.productGrid.list_imgXXXL .proList {
	margin: 0 39px 30px;
}

.productList.list_imgXXXL .img, 
.productGrid.list_imgXXXL .img {
	padding:0px;
	box-shadow:none;
	width:300px;
	height:200px;
}

.productList.list_imgXXXL a, .productGrid.list_imgXXXL a {
	width:100%;
	height:100%;
}

.productList.list_imgXXXL a:before, .productGrid.list_imgXXXL a:before {
	content:'';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.productList.list_imgXXXL img, .productGrid.list_imgXXXL img {
	max-width:100%;
	max-height:100%;
	display:inline-block;
	vertical-align:middle;
}

/*極大-客製化*/
/**************************右半邊*/
/**************************產品內頁*/	
/*產品圖片*/
.productPic .photo {
	border: 1px solid #BBBBBB;
}

#slide a {
	border: 1px solid #BBBBBB;
}

/*產品圖片*/
/*頁籤*/
.tabs {
	margin-bottom:0;
}

.tabs li {
	background-color: #aaa;
	border: 1px solid #aaa;
}

.tabs a:hover {
	color:#000;
}

.tab_content {
	padding:30px 20px;
	border-left:solid 1px #BBBBBB;
	border-bottom:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
	background:#fff;
}

/*頁籤*/
/*相關產品*/
h6.relTitle {
	color:#000;
}

/*相關產品*/
/**************************產品內頁*/	
/**************************最新消息*/	
.newsCont table th {
	border:none;
	font-weight:normal;
	font-size:14px;
	background:#000;
	color:#fff;

}

.newsCont table th + th {
	background-image:url(../images/basic03.png) !important;
	background-repeat:no-repeat;
	background-position:0 50%;
}

.newsCont table td {
	font-size:14px;	
	color:#000;
	
}

.newsCont table td a {
	color:#000;
	text-decoration:none;
}

.newsCont table td a:hover {
	color:#0092C7;
}

.main_cont.show_news {
	color:#333;
}

.main_cont.show_news a {
	color:#000;
}

/**************************最新消息*/
/**************************詢價車*/
.cartList table th {
	background:#000;
	color:#fff;
	font-weight:normal;
	border:none;
}

.cartList table th + th {
	background-image:url(../images/basic03.png) !important;
	background-repeat:no-repeat;
	background-position:0 50%;
}

.cartList table td {
	color:#000;
}

.cartList table td a {
	color:#000;
	text-decoration:none;
}

.cartList table td a:hover {
	color:#F69233;
}

.cartList .btnOther {
	/*更新詢價車*/
	color:#f00;
}

.cartList .btnOrder {
	padding: 0px 10px 0px 18px;
	border: none;
	margin:5px 0 0 0;
	height:auto;
	background: #000;
	color:#fff;
}

.cartList .btnOrder:hover {
	color:#fff;
	background: #88ABDA;
}

#cp2 {
	color:#000;
}

.cartCont .contactBox input, .cartCont .contactBox textarea {
	background-color: #fff;
}
/**************************詢價車*/
/**************************聯絡我們*/
.table_form th {
	/*表單標題背景色*/
	background:none !important;
}

.contactCont .main_cont {
	color:#000;
}

.contactCont .contactBox input, .contactCont .contactBox textarea {
	background-color: #fff;
}
/**************************聯絡我們*/	
/***************************************************中*/
/***************************************************下*/
footer {
	background:#CECECE;
	color:#333;
	line-height:200%;
	border-bottom:solid 6px #0B4C62;
}

.footer{
	/*background:url(../images/img003.jpg) 50% 0 no-repeat;*/
	}

.footer a {
	color:inherit;
}

.footer a:hover {
	color:#FFF;
}

.footer .menu {
	position:relative;
	bottom:0;
	margin:0 0 15px 3px;
	font-size:16px;
}

.footer .menu a{
	color:#265A7F;
	}

.footer .info, .footer .copyright{
	font-size:13px;
	float:left;
	margin-left:20px;
	}

.footer span {
	margin-right:15px;
}

address {
	/*display:inline-block;*/
}

.logo02{
	display:block;
	float:left;
	padding:15px 10px;
	}
/***************************************************下*/
/***************************************************首頁*/
/*情境圖*/
.index .banner {
	height:600px;
}

.index #slidepic_pic2 {
	height:100%;
	width:100%;
}

.index #slidepic_pic2 .control {
	font-size:0;
	width:100%;
	left:100%;
	margin-left:-100%;
	text-align:center;
	bottom:20px;
}

.index #slidepic_pic2 .control a {
	background:#fff;
	width:14px;
	height:14px;
	margin-right:11px;
	border-radius:100px;
	box-shadow:0 0 3px #aaa inset;
}

.index #slidepic_pic2 .control a.on {
	background:#999;
	box-shadow:0 0 3px #ccc inset;
}

/*情境圖*/
/**************************內容*/
/*基礎*/
.index .bg_content{
	background:url(../images/pic008.png) 50% 0 no-repeat;
	}

.index .content{
	padding-top:50px;
	}
.index .colMain{
	width:100%;
	}
/*基礎*/
/*區塊1*/
.section01:after{
	content:'';
	display:block;
	clear:both;
	}

.section01 .A{
	float:left;
	}
.section01 .B{
	float:right;
	width:500px;
	position:relative;
	}
.section01 .B h1{
	display:inline-block;
	font-size:20px;
	font-weight:normal;
	background:url(../images/pic009.png) 0 50% no-repeat;
	padding:10px 25px;
	}	
.section01 .B p{
	line-height:200%;
	font-size:16px;
	}	
.section01 .B .link{
	display:block;
	padding:5px 25px;
	font-size:14px;
	color:#FFF;
	background:#FF9934;
	position:absolute;
	right:0;
	bottom:-40px;
	}	
/*區塊1*/
/*區塊2*/
.bg_section02{
	background:#E5E5E5;
	}

.section02{
	width:1000px;
	margin:0 auto;
	padding:30px 0;
	}
	
.section02:after{
	content:'';
	display:block;
	clear:both;
	}

.section02 > div{
	float:left;
	width:33.33%;
	}

.section02 div div{
	padding:70px 0px 20px 0px;
	margin:0 auto;
	width:180px;
	text-align:center;
	position:relative;
	}
	
.section02 h1{
	font-size:20px;
	font-weight:normal;
	}	
	
.section02 p{
	min-height:80px;
	}	
	
.section02 a{
	font-size:16px;
	display:block;
	position:absolute;
	bottom:0px;
  width:100%;
	color:#4cb1e5;
	text-decoration:underline;
	}
	
.section02 .A{
	background:url(../images/pic012.png) 50% 0 no-repeat;
	}	
	
.section02 .B{
	background:url(../images/pic010.png) 50% 0 no-repeat;
	}	
	
.section02 .C{
	background:url(../images/pic011.png) 50% 0 no-repeat;
	}			
/*區塊2*/
/*區塊3*/
.bg_section03{
	background:url(../images/img005.jpg) 50% 0 no-repeat;
	}
	
.section03{
	width:1000px;
	height:46px;
	margin:0 auto;
	}
	
.section03 ul{
	height:100%;
	font-size:14px;
	}		
	
.section03 ul:before{
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	}	
	
.section03 li{
	display:inline-block;
	vertical-align:middle;
	}
	
.section03 .icon{
	display:inline-block;
	font-size:inherit;
	color:#f00;
	padding-right:30px;
	background:url(../images/pic009.png) 90% 50% no-repeat;
	}		

.section03 .date{
	color:#ccc;
	}	
	
.section03 .title{
	color:#FFF;
	}	
/*區塊3*/
/**************************內容*/
/***************************************************首頁*/
/***************************************************相容性*/
/*IE8~10*/
.productGrid.list_imgXL .proList {
	/*產品列表*/
	margin:0 20px 30px \9;
}

.productGrid.list_imgM .proList {
	/*產品列表*/
	margin:0 20px 30px \9;
}

.search #sf_keyword {
	/*搜尋列*/
	height:auto \9;
}

h2.menuTitle {
	background:url(../images/pic005.png) 0 15px no-repeat \9;
	border-bottom:solid 3px #000 \9;
}

/*IE8~10*/
/***************************************************相容性*/
