﻿@charset "utf-8";

/* CSS Document */


/* CSS Document */


/* CSS Document */


/* CSS Document */


/* CSS Document */


/* CSS Document */


/* CSS Document */


body{
	/*background-color:#000000;*/
	font-size: 14px;
	font-family: "微軟正黑體";
	word-wrap: break-word;
	word-break: break-all;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

* {

}

img{
	border: 0;
}

/* link CSS start */
a:link,a:visited,a:active{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #FD6C02;
	text-decoration: none;
}
a{
  outline: none; /* for Firefox Google Chrome  */
   behavior:expression(this.onFocus=this.blur()); /* for IE */
} 
.h1 {
	font-size: 14px;
	color: #478F48;
}
.h1 a {
	color: #448C46;
}
.h1 a:hover {
	color: #669900;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-weight: normal;
	display: inline;
	
}

h2 a {
	font-size: 14px;
	text-decoration: none;
	color: #666;
	cursor: text;
}
h2 a:hover {
	font-size: 14px;
	text-decoration: none;
	color: #666;
	font-weight: normal;
}



#wrapper {
}

#header {
}
#headerIn {
	margin: auto;
	width: 970px;
	height: 80px;
}

.headerInTable {
	width: 100%;
	height: 80px;
}
#logo {
	margin-right: 20px;
	margin-left: 13px;
	margin-top: 15px;
}
#navWp {
	padding-top: 10px;
}
			
		ul, li {
	list-style: none;
			}


/*---------------------------nav---------------------------*/
nav ul#menu{
	padding-left: 10px;
	height: 46px;
}

nav ul {                                                               /* 清除不必要的間距 */
	margin:0;
	padding:0;
}
#menu li {
	float: left;
}

nav ul#menu .line{
	width:7px;
	height:46px;
	background:url(../images/menuline.gif) no-repeat;
	float:left;
}

nav ul#menu .menu-bottom{
	width: 147px;
	height: 15px;
	background-image: url(../images/menu01.gif);
	background-repeat: no-repeat;
}
nav ul#menu .menu-line{
	width:147px;
	height:3px;
	background:url(../images/linkbg-line.gif) no-repeat;
}

nav ul#menu li a {                                                     /* 主選單樣式 */
	height: 46px;
	float: left;
}
nav ul#menu li a.m1 {
	display: block;
	width: 75px;
	text-indent: -9999px;
	background-image: url(../images/menu01.gif);
}
nav ul#menu li a.m1:hover {
	background:url(../images/menu01-over.gif);
}

nav ul#menu li a.m2 {
	display:block;
	width:77px;
	background:url(../images/menu02.gif);
	text-indent:-9999px;
}
nav ul#menu li a.m2:hover {
	background:url(../images/menu02-over.gif);
}

nav ul#menu li a.m3 {
	display:block;
	width:76px;
	background:url(../images/menu03.gif);
	text-indent:-9999px;
}
nav ul#menu li a.m3:hover {
	background:url(../images/menu03-over.gif);
}

nav ul#menu li a.m4 {
	display:block;
	width:77px;
	background:url(../images/menu04.gif);
	text-indent:-9999px;
}
nav ul#menu li a.m4:hover {
	background:url(../images/menu04-over.gif);
}

nav ul#menu li a.m5 {
	display:block;
	width:76px;
	background:url(../images/menu05.gif);
	text-indent:-9999px;
}
nav ul#menu li a.m5:hover {
	background:url(../images/menu05-over.gif);
}

nav ul#menu li a.m6 {
	display:block;
	width:77px;
	background:url(../images/menu06.gif);
	text-indent:-9999px;
}
nav ul#menu li a.m6:hover {
	background:url(../images/menu06-over.gif);
}

nav ul#menu li a.m7 {
	display:block;
	width:100px;
	background:url(../images/menu07.gif);
	text-indent:-9999px;
}
nav ul#menu li a.m7:hover {
	background:url(../images/menu07-over.gif);
}

nav ul#menu li a.m8 {
	display:block;
	width:63px;
	background:url(../images/menu08.gif);
	text-indent:-9999px;
}
nav ul#menu li a.m8:hover {
	background:url(../images/menu08-over.gif);
}

nav ul#menu li {                                                       /* 下拉選單定位點 */
	position: relative;
	z-index:1000;
	
}
nav ul#menu ul {                                           /* 下拉第一層(欄) */
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 147px;
	float: left;
	filter: alpha(opacity=100);
	opacity: 1;

}

nav ul#menu ul ul, header ul#menu ul ul ul {                  /* 下拉第三層(欄) */
	left: 147px;
	
}

nav ul#menu li:hover li a, header ul#menu li.iehover li a {         /* 第二層 */
	color: #ffffff;
	width: 125px;
	height: 19px;
	float: left;
	padding-left: 22px;
	padding-top: 10px;
	font-size: 12px;
	font-family: "微軟正黑體", arial;
	padding-bottom: 10px;
	background-color: #326933;
	background-image: url(../images/8745.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

nav ul#menu li:hover li a:hover, header ul#menu li:hover li:hover a, header ul#menu li.iehover li a:hover, header ul#menu li.iehover li.iehover a {/* 第二層over */
	color: #FFFF00;
	width: 125px;
	height: 19px;
	float: left;
	padding-left: 22px;
	padding-top: 10px;
	font-size: 12px;
	font-family: "微軟正黑體", arial;
	padding-bottom: 10px;
	background-color: #448C46;
}

nav ul#menu li:hover li:hover li a, header ul#menu li.iehover li.iehover li a { /* 第三層 */
	color: #ffffff;
	width: 125px;
	height: 19px;
	float: left;
	padding-left: 22px;
	padding-top: 10px;
	font-size: 12px;
	font-family: "微軟正黑體", arial;

	padding-bottom: 10px;
	background-color: #316032;
	
}
nav ul#menu li:hover li:hover li a:hover, header ul#menu li:hover li:hover li:hover a, header ul#menu li.iehover li.iehover li a:hover, header ul#menu li.iehover li.iehover li.iehover a {
	color: #ed1e23;
	width: 125px;
	height: 19px;
	float: left;
	padding-left: 22px;
	padding-top: 10px;
	font-size: 12px;
	font-family: "微軟正黑體", arial;
	padding-bottom: 10px;
}

nav ul#menu li:hover ul ul, header ul#menu li:hover ul ul ul, header ul#menu li.iehover ul ul, header ul#menu li.iehover ul ul ul { 
    display: none;                                          /* 勿刪 */
}
nav ul#menu li:hover ul, header ul#menu ul li:hover ul, header ul#menu ul ul li:hover ul, header ul#menu li.iehover ul, header ul#menu ul li.iehover ul, header ul#menu ul ul li.iehover ul { 
    display: block;                                         /* 勿刪 */
}
		
#menuLink {
	float: right;
	background-image: url(../images/985.png);
	height: 22px;
	width: 127px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	color: #FFF;
}
#menuLink2 {
	float: right;
	margin-right: 14px;
	height: 15px;
	margin-top: 8px;
}
#menuLink3 {
	float: right;
	margin-right: 10px;
	height: 21px;
	margin-top: 15px;
}









#content {
	background-image: url(../images/5566.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	margin-bottom: 30px;

}
#contentIn {
	margin: auto;
	width: 970px;
}
.contentInTable {
	width: 100%;
}
#conMenu {
	width: 260px;
	background-image: url(../images/9625.png);
}
#coMenu2 {
	background-color: #EBECEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 206px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 12px;
	margin-bottom: 15px;
}
#menuImgLink {
	height: 35px;
	width: 206px;
	margin-bottom: 5px;
}
#sideBarR {
	margin-right: 10px;
}

#qaWp {
	width: 260px;
	margin-top: 15px;
}

.qaWpTable {
	width: 100%;
}
#qaTitle {
	height: 40px;
	background-image: url(../images/lefttle01.gif);
}

#qaMore {
	height: 6px;
	width: 32px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
#qa_1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	font-size: 13px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.qa_1Table {
	width: 100%;
}

#prodWp {
	width: 260px;
	margin-top: 15px;
}
#prodTitle {
	height: 40px;
	background-image: url(../images/lefttle02.gif);
}
#prod_1 {
	margin-top: 10px;
	font-size: 13px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.prod_1Table {
	width: 100%;
}
#pd {
	height: 92px;
	width: 92px;
	border: 1px solid #CCC;
	padding: 2px;
	margin-right: 15px;
	margin-left: 10px;
}
#sideBarL {
	padding-top: 35px;
	padding-left: 20px;
}






















#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 20px;
	color: #666;
}
#footerIn {
	margin: auto;
	width: 1000px;
}
.footerInTable {
	width: 100%;
}

















#footerTop {
	height: 20px;
	width: 40px;
}
#qrCord {
	height: 71px;
	width: 80px;
	background-image: url(../images/below-line.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
.footerInTable tr td ul li {
	float: left;
	list-style-type: square;
	margin-top: 10px;
	margin-left: 26px;
}
.footerInTable tr td ul li a {
	color: #1B6F1D;
}
.footerInTable tr td ul li a:hover {
	color: #FF0000;
}
#banner {
	width: 670px;
	height: 174px;
	border: 4px solid #FFF;
	-webkit-box-shadow: 0 0 15px 0px #333;
	-moz-box-shadow: 0 0 15px 0px #333;
	box-shadow: 0 0 15px 0px #333;
}



header #banner{
	width: 634px;
	height: 174px;
	float: left;
	margin-top: 35px;
	margin-left: 14px;
	margin-bottom: 27px;
	margin-right: 40px;
	background: #ffffff;
	padding: 3px;
	box-shadow: 0px 5px 6px rgba(0%,0%,0%,0.2);
	-webkit-box-shadow: 0px 5px 6px rgba(0%,0%,0%,0.2);
	-moz-box-shadow: 0px 5px 6px rgba(0%,0%,0%,0.2);
}

#banner .homepic {
	width: 670px;
	height: 174px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

#banner ul {                                        /* 清除不必要的間距 */
	margin: 0;
	padding: 0;
}

#banner ul#pic img {
	width: 670px;
	height: 174px;
}

/* 按鈕 */
#banner ul#button { 
    height:11px; 
	position:absolute; 
	left:17px; 
	bottom:13px; 
	z-index:2; 
}

#banner ul#button li {
	width:11px;
	height:11px;
	zoom:1;
	margin-right:2px;
	cursor:pointer;
	float:left;
}
#banner ul#button li.on { 
	width:11px;
	height:11px;
	float:left;
	cursor:pointer;
}

#banner ul#button li .btn01{
	width: 11px;
	height: 11px;
	float: left;
	background-image: url(../images/no1-off.png);
}

#banner ul#button li.on .btn01{
	background-image: url(../images/no1-on.gif);
}
#banner ul#button li .btn02{
	width: 11px;
	height: 11px;
	float: left;
	background-image: url(../images/no2-off.png);
}

#banner ul#button li.on .btn02{
	background-image: url(../images/no2-on.gif);
}
#banner ul#button li .btn03{
	width: 11px;
	height: 11px;
	float: left;
	background-image: url(../images/no3-off.png);
}


#banner ul#button li.on .btn03{
	background-image: url(../images/no3-on.gif);
}
#banner ul#button li .btn04 {
	width: 11px;
	height: 11px;
	float: left;
	background-image: url(../images/no4-off.png);
}
#banner ul#button li.on .btn04 {
	background-image: url(../images/no4-on.gif);
}

#banner ul#button li .btn05 {
	width: 11px;
	height: 11px;
	float: left;
	background-image: url(../images/no5-off.png);
}
#banner ul#button li.on .btn05 {
	background-image: url(../images/no5-on.gif);
}

#new {
	margin-top: 20px;
}
.newTable {
	width: 100%;
}
#newsTitle {
	background-image: url(../images/tle-hotnews.gif);
	height: 40px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#newMore {
	height: 6px;
	width: 32px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}
#new_1 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 13px;
	line-height: 20px;
	width: 505px;
}

.new_1Table {
	width: 100%;
}

#new_2 {
	margin-top: 10px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	font-size: 13px;
	line-height: 20px;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	width: 490px;
}
.new_2Table {
	width: 100%;
}
#linkImg {
	height: 103px;

}
.linkImgTable {
	width: 100%;
}
#imgLinkR {
	margin-left: 20px;
	width: 141px;
}
.imgLinkRTable {
	width: 100%;
}
#dfs8 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 15px;
	margin-bottom: 10px;
}
#imgLink {
	height: 53px;
	width: 137px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 7px;
}
#apDiv1 {
	position: absolute;
	width: 35px;
	height: 35px;
	z-index: 1;
	background-image: url(../images/home-pro-hot.gif);
}
#apDiv2 {
	position: absolute;
	width: 71px;
	height: 18px;
	z-index: 99;
}
#apDiv3 {
	position: absolute;
	width: 71px;
	height: 18px;
	z-index: 2;
	margin-left: 55px;
}
#textfieldserch {
	height: 21px;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/8765.jpg);
	padding-right: 5px;
	background-repeat: no-repeat;
	padding-left: 26px;
}
#buttonserch {
	height: 21px;
	width: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/876665.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	color: #FFF;
}











.txt_1 {
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.txt_2 {
	color: #FFF;
}
.txt_2 a {
	color: #FFF;
}
.txt_2 a:hover {
	color: #FFC;
}
.txt_3 {
	font-weight: bold;
	color: #000;
	margin-left: 5px;
	
}
.txt_4 {
	margin-left: 5px;
	
}
.txt_5 {
	font-size: 11px;
}
.txt_6 {
	color: #CB9900;
	margin-left: 5px;
	font-size: 11px;
}
.txt_7 {
	color: #039;
}
.txt_7 a {
	color: #039;
	font-size: 13px;
	font-weight: bold;
}
.txt_7 a:hover {
	color: #247625;
}
.txt_8 {
	color: #FF6600;
}
.txt_9 {
	color: #FF6600;
	font-size: 12px;
}
