@charset "utf-8";

/* CSS Document */
/*2015.08.21 顏智偉*/



.container {
	background-color:#FCFCF3;
	border-top:solid 17px #61C5BA;
	width:100%;
	overflow:hidden;
	min-width:1000px;
}

/*-----內頁頁首 STAR-----*/
header {
	border-top:solid 2px #fff;
	padding-top:20px;
	z-index:4;
}

.header {
	height:80px;
}

.logo {
	padding:0px;
}

.lagH {
	padding:0px;
	margin:35px 0 0 0;
	
}

.lagH a {
	text-decoration:none;
}

.lagH a[title="簡體"] {
	background:url(../images/btn_lag01.png) 0px 0px no-repeat;
	display:block;
	width:50px;
	height:50px;
	color:#FFF;
	line-height:50px;
	text-align:center;
}

.lagH a[title="繁體"] {
	background:url(../images/btn_lag02.png) 0px 0px no-repeat;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	color:#FFF;
	text-align:center;
	margin-right:8px;
}

.lagH a[title="簡體"]:hover {
	background:url(../images/btn_lag01.png) 0 100% no-repeat;
}

.lagH a[title="繁體"]:hover {
	background:url(../images/btn_lag02.png) 0 100% no-repeat;
}

/*-----內頁頁首 END-----*/
/*-----內頁主選單 STAR-----*/
nav {
	margin-top:15px;
}



#navMenu{
	background:url(../images/bg_nav03A.png) 0 0 repeat-x;
	border-radius: 6px;
	box-shadow:5px 5px 20px rgba(0, 0, 0, 0.5);
}

#navMenu li+li {
	background:url(../images/bg_nav05.png) 0 50% no-repeat;
}
.index #navMenu li a, #navMenu li a{
	display:block;
	line-height:40px;
	font-size:18px;	
	font-weight: normal;
	padding:0 26px;
	}

#navMenu li a:hover {
	color:#FFF;
	text-shadow:0px 1px #930;
}

#navMenu li:hover {
	background:url(../images/bg_nav04.png) 0 0 repeat-x;
}
#navMenu li#menu_1371 {
	padding-right:5px;
}
/*-----內頁主選單 END-----*/
/*-----內頁情境圖 STAR-----*/
.banner {
	position:absolute;
	top:145px;
	width:100%;
}

.bannerArea {
	width:100%;
	height:365px;
	position:relative;
	overflow:hidden;
}

.banner a.ad {
	position:absolute;
	left:50%;
	margin-left:-960px;
}

.banner img {
	width:1920px;
}

/*-----內頁情境圖 END-----*/
/*-----內頁內容 STAR-----*/
.content_bg {
	width:980px;
	padding:13px 10px 0 10px;
	background: url(../images/bg_content.png) 0 0 no-repeat;
	margin:0 auto;
	margin-top:290px;
	position:relative;
	z-index:3;
}

.content {
	width:100%;
	background:#FFF;
}

.colMain {
	width:625px;
	margin:0 30px 0 30px;
	float:left;
	background-color:#FFF;
}

.colSide {
	border-radius:0;
	background:#F3F3F3;
	margin:0 0 0 15px;
	width:280px;
}

.colMain .breadcrumb {
	width:100%;
	margin-bottom:20px;
	margin-top:10px;
}
.colMain .sortBox{
	margin-bottom:0px;
	}
.colMain .sortBox .result{
	float:none;
	margin-left: 20px;
	}
.colMain h2.menuTitle{
	color:#000;
	margin-bottom:40px;
	padding-left:50px;
	line-height:38px;
	background:url(../images/bg_title.png) 0 50% no-repeat; 
	font-size:28px;
	}	
.colMain h2.menuTitle a{
	color:#000;
	}	
	
.colMain .productGrid .proList{
	margin-right:10px;
	width:200px;
	}
.colMain .productGrid .proList:nth-child(3n){
	margin-right:0px;
	
	}
		
.colMain .productGrid .proList a{
	color:#000;
	}
	
.colSide h4 {
color:#000;
padding:25px 0 10px 25px;
font-size:24px;
}

.colSide .sideCate {
	margin:0 0 0 0;
	padding:0;
	border-radius:0;
	background:none;
	width:278px;
}

.colSide .sideCate li.par_tree, .colSide .sideCate li.par_tree.active, .colSide .sideCate li a.tree.active {
	background-position:7px 16px;
}



.colSide .sideCate li {
	margin-bottom: 8px;
	border-bottom:none;
}

.colSide .sideCate > li > a{
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
	}
	
.colSide .sideCate > li.active > a	{
	background:url(../images/bg_list02.png) 0 0 repeat-x;
	color:#FFF;
	}

.colSide .sideCate li span {
	display:block;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}

.colSide .sideCate li.active span {
	background:url(../images/bg_list02.png) 0 0 repeat-x;
}

.colSide .sideCate li.active span a{
	color:#FFF;
}

.colSide .sideCate li a {
	color:#000;
	padding:0 0 0 25px;
	line-height:45px;
}
.colSide .sideCate li a.tree{
	padding:0;
	    width: 25px;
    height: 45px;
	}
.colSide .sideCate li li {
	border-bottom:dashed 1px #B9B9B9;
	margin:0 20px;
}

.colSide .sideCate li li a {
	color: #000;
	line-height: 50px;
	padding-left: 40px;
	background: url(../images/bg_list.png) 14px 48% no-repeat;
}

.infoTab table{
	width:100%;
	}

/*-----內頁內容 END-----*/
/*-----內頁頁尾 STAR-----*/
footer {
	background:#585555;
	font-size:16px;
}

footer .footer {
	width:950px;
	padding:25px 15px 50px;
}

#qrcode {
	display:none;
}

footer span {
	margin-right:50px;
	line-height:30px;
}

footer .info {
	margin:0px;
	padding:0px;
	float:left;
}

footer .address {
	float:left;
}

/*-----內頁頁尾 END-----*/
/*-----首頁寬度 STAR-----*/
.index .header, 
.index .footer, 
.index .content, 
.index #navMenu, #navMenu{
	width:1200px;
}
/*-----首頁寬度 END-----*/
/*-----首頁頁首 STAR-----*/
.index header {
	border-top:none;
	padding-top:30px;
}

.index .header{
	height:90px;
	}

.index .logo {
	padding:0;
}

.index .lagH {
	margin: 40px 0 0 0;
}

.index .lagH a {
	text-decoration:none;
}

.index .lagH a[title="簡體"] {
	background:url(../images/btn_lag01.png) 0px 0px no-repeat;
	display:block;
	width:50px;
	height:50px;
	color:#FFF;
	line-height:50px;
	text-align:center;
}

.index .lagH a[title="繁體"] {
	background:url(../images/btn_lag02.png) 0px 0px no-repeat;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	color:#FFF;
	text-align:center;
	margin-right:8px;
}

.index .lagH a[title="簡體"]:hover {
	background:url(../images/btn_lag01.png) 0 100% no-repeat;
}

.index .lagH a[title="繁體"]:hover {
	background:url(../images/btn_lag02.png) 0 100% no-repeat;
}

/*-----首頁頁首 END-----*/
/*-----首頁情境圖 STAR-----*/
.container.index {
	border-top:none;
	background:none;
	width:auto;
	min-width:1200px;
	min-height:1000px;
}

.index .banner {
	z-index: -1;
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	overflow:hidden;
	margin-top:0px;
}

.index .bannerArea {
	width:100%;
	position:relative;
	height:auto;
}

.index #slidepic_pic2 {
	width:1920px;
	min-height:1000px;
	left: 50%;
	margin-left:-960px;
}

.index #slidepic_pic2 .control {
	display:none;
}

/*-----首頁情境圖 END-----*/
/*-----首頁主選單 STAR-----*/
.index nav{
	width:100%;
}

.index nav {
	margin-top:15px;
}

.index #navMenu {

	border-radius: 6px;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.8);
	background:linear-gradient(to bottom, #444, #000);
	background:-moz-linear-gradient(top,#444,#000);
	background:-webkit-linear-gradient(top,#444,#000);
}

.index #navMenu li  {
 	/*display: table-cell;
  width: 300px;
  white-space: nowrap;
	float:none;*/
}

.index #navMenu li+li {
	background:url(../images/bg_nav05.png) 0 50% no-repeat;
}
.index #navMenu li:hover {
	color:#fff;
	text-shadow:0px 1px #930;
	background:url(../images/bg_nav02.png) 0 0 repeat-x;
}

.index #navMenu li#navMenu_index {
	padding-left:3px;
}
.index #navMenu li#menu_1367, #navMenu li#menu_1367{
	width:218px;	
}
.index #navMenu li#menu_1371 {
	padding-right:3px;
}
/*-----首頁主選單 END-----*/
/*-----首頁內容 STAR-----*/	
.index .content_bg {
	display:none;
}

/*-----首頁內容 END-----*/	
/*-----首頁頁尾 STAR-----*/	
.index footer {
	background:none;
	font-size:18px;
	margin-top:650px;
}

.index footer .footer {
	z-index: 99;
	padding:0;
}

.index #qrcode {
	display:none;
}

.index footer span {
	margin-right:50px;
	line-height:30px;
}

.index footer .info {
	margin:0px;
	padding:0px;
	float:left;
}

.index footer .address {
	float:left;
}

/*-----首頁頁尾 END-----*/
/*-----最新消息 STAR-----*/
.newsCont .newsList a{
	color:#000;
	text-decoration:none;
	}
	
.newsCont .newsList a:hover{
	color:#ED9A53;
	}	
	
.newsCont .newsList th{
	background-color:#585555;
	color:#FFF;
	}
.newsCont .newsdate{
	margin-bottom:20px;
	}	
/*-----最新消息 END-----*/
/*-----IE相容 STAR-----*/

/*IE8~11*/
.colMain .productGrid .proList{
	margin-right:8px\9;
}

.lagH {
	font-size:100%\9;
}

.colSide .sideCate > li {
	border-bottom:dotted 1px #B9B9B9\9;
}
/* IE10 ~ 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.colMain .productGrid .proList{
	margin-right:10px;
}

.colSide .sideCate > li {
	border-bottom:none;
}

}
/*-----IE相容 END-----*/
