/* ---------------------------------------------------------------- 初始化 -----------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
fieldset,img {
   border:0;
}
ol,ul {
	list-style-type: none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
/* Remove the link outline */
a {
  outline:none;	/* For FF */
  noFocusLine:expression(this.onFocus=this.blur()); /* For IE */
} 
:focus {
  -moz-outline-style: none;
} /* For Firefox */ 	


html body div.clear, html body span.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

/* ------------------------------------------------------------- 基本設定 -----------------------------------------------*/

body {
	background: #a6a6a6 url(back_body.jpg) repeat-x center top;
	font-size: 12px;
    color: #666;
	font-family: "ＭＳ Ｐゴシック", MS Mincho, Osaka ,"新細明體", Arial, Verdana, Helvetica, sans-serif;
	line-height: 20px;
}
a {
    color: #333;	
	text-decoration: none;
}
a:hover {
	color: #3e8bc0;
}


/* ---------------------------------------------------------- 內頁背景 --------------------------------------------------*/


div#wrap_box1 {	
	background: url(back_wrap1.jpg) repeat-y center top;	
	width: 1003px;
	margin: 0 auto;
}
div#wrap_box2 {	
	background: url(back_wrap2.jpg) no-repeat center top;	
	width: 1003px;
	margin: 0 auto;
}
div#wrap {		
	width: 754px;
	margin: 0 102px 0 147px;
	position: relative;	
}

/* ----------------------------------------------------------- header ---------------------------------------------------*/

div#header {
	position: relative;
	height:260px;
	z-index:10; /*一定要加*/
	}

div.header_logo h1 {
	background: url(logo_j.jpg) no-repeat left top;
	width:277px;
	height:62px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	}
div.header_logo h1 a {
	display: block;
	width:277px;
	height:62px;
	text-indent: -9999px;	
	}
	
div.header_info {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 4;
}
div.header_info div {
	float:right;
	margin: 10px 0 0 0;
}

	
.search_input {
	text-decoration: none;
	border: 1px solid #a3a3a4;
	width: 98px;
	height: 20px;
	padding: 0px 5px;
	margin: 0 5px;	
}
.search_btn {
	background: url(info_search.png) no-repeat left 3px;	
	width: 48px;
	height: 20px;
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse:collapse;
	cursor:pointer;
}
div.navp_info {
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	background: #d2f1f9;		
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	-khtml-border-radius: 4px; /* Linux browsers */
	border-radius: 4px; /* Opera 10.50, IE and CSS3 */	
	text-align:center;
	padding:1px 10px 0px;	
	font-size: 11px;	
	}

.navp_input {
	position:relative;
}
#MySuggestRegion {
	border: 1px solid #999999;
	cursor: select;
	padding: 0px;
	position:absolute;
	top: 23px;
	left: 5px;
	background-color: white;
	width:240px;
	display: none;
	max-height:400px;
	overflow:auto;
}
#MySuggestRegion li {
	padding: 2px 6px;
}
#MySuggestRegion li:nth-child(2n) {
	background-color: #f3f3f3;
}
#MySuggestRegion li.hover {
	background-color: #CCCCCC;
}
#responseMsg {
	color:#FFF;
	font-weight:bold;
	padding:0px 5px;
}


/* ---------------------------------------------------------------- 主選單 -----------------------------------------------*/

ul#nav_main {
	background:url(nav_main_j.jpg) no-repeat;
	width: 754px;
	height:47px;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 82px;
 	z-index:20; /*有下拉選單時一定要加,才能在最上方*/   	
}

ul#nav_main li {
	position:relative;
	float:left;		
}
ul#nav_main li a {
	background:url(nav_main_j.jpg) no-repeat;
	display: block;
	height:47px;	
}
ul#nav_main li a span {
	display: none;
}
ul#nav_main li:nth-child(1) a {
    width: 163px;
	background-position: 0 0;
}
ul#nav_main li:nth-child(2) a {
    width: 87px;	
	background-position: -163px 0;
}
ul#nav_main li:nth-child(3) a {
    width:89px;	
	background-position: -250px 0;
}
ul#nav_main li:nth-child(4) a {
    width: 115px;	
	background-position: -339px 0;
}
ul#nav_main li:nth-child(5) a {
    width: 94px;	
	background-position: -454px 0;
}
ul#nav_main li:nth-child(6) a {
    width: 91px;	
	background-position: -548px 0;
}
ul#nav_main li:nth-child(7) a {
    width: 115px;	
	background-position: -639px 0;
}

ul#nav_main li:nth-child(1) a:hover {	
	background-position: 0 -47px;
}
ul#nav_main li:nth-child(2) a:hover {	
	background-position: -163px -47px;
}
ul#nav_main li:nth-child(3) a:hover {	
	background-position: -250px -47px;
}
ul#nav_main li:nth-child(4) a:hover {	
	background-position: -339px -47px;
}
ul#nav_main li:nth-child(5) a:hover {	
	background-position: -454px -47px;
}
ul#nav_main li:nth-child(6) a:hover {	
	background-position: -548px -47px;
}
ul#nav_main li:nth-child(7) a:hover {	
	background-position: -639px -47px;
}

ul#nav_main li ul {
	display:none;
	}
ul#nav_main li:hover ul {
	display:block;
	position:absolute;
	top:47px;
	left:0px;
	padding:5px 5px 10px 5px;	
	margin:0;
	background-color:#1a1e21;
	z-index:20;
	color:#fff;	
	}
ul#nav_main li:hover ul p {
	background-color:#3d5e75;
	padding:2px 5px;
	color:#fff;
	width:180px;	
	}	
ul#nav_main li:hover ul li {
	border-bottom:1px solid #393939;
	background-color:#1a1e21;
	}
ul#nav_main li:hover ul li a {
	background:none;
	display:block;
	height:auto;
	padding:2px 5px;	
	color:#fff;
	width:180px;	
}
ul#nav_main li:hover ul li a:hover {
	background-color:#3e97d4;	

}
ul#nav_main li.t1:hover ul {
	left:10px;
	}

/* ------------------------------------------------------ flash ------------------------------------------------------*/

.flash {
	width:752px;
	height:131px;
	position: absolute;
	left: 2px;
	top: 129px;
	z-index: 5;	
	}

/* ------------------------------------------------------ container ------------------------------------------------------*/
	
.container {
	width:754px;
	margin: 22px 0 0 0;
	position: relative;
	padding: 0 0 50px 3px;
	float:left;
	z-index:1; /*一定要加*/
}


/* ---------------------------------------------------------------- 次選單 ------------------------------------------------*/

div.navsub {		
	float:left;
	width: 166px;
	text-align: center;
	margin: 0 28px 0 0;	
}
div.navsub p {
	background:url(back_navsub2.jpg) no-repeat center bottom;	
	width:166px;
	height:14px;
}	
div.navsub_box {
	background:url(left_bg.jpg) no-repeat center top;
	padding: 0 12px 10px;	
	}

ul.navsub_menu {
	width:142px;
	min-height:200px;
	_height:200px;
}
ul.navsub_menu span img {
	width:142px;
	margin: 10px auto 0;	
	padding:0;
}

ul.navsub_menu li {
	background:url(navsub_line.jpg) repeat-x left bottom;	
	padding:5px 7px;
	*padding: 5px 0;
	line-height: 16px;
	position:relative;
	text-align:left;
}
ul.navsub_menu li a {
	color:#fff;
	cursor:pointer;	
}
ul.navsub_menu li a:hover {
	color:#bfe5ff;
	text-decoration:underline;
}


/* --------------------------------------------------- adv -----------------------------------------------*/

ul.navsub_adv {
    width:165px;
	margin: 20px 1px 0 0;
}
ul.navsub_adv li a {
	display: block;
	margin: 0 0 6px 0;
    font-size:0px;
	color:#fff;
}
ul.navsub_adv li.n1 a {
	background: url(navsub_adv1.jpg) no-repeat left top;
	height:91px;
}
ul.navsub_adv li.n2 a {
	background: url(navsub_adv2.jpg) no-repeat left top;
	height:63px;	
}



/* ----------------------------------------------------- content ----------------------------------------------------*/

.content {
	width: 557px;
	float: left;
	padding: 0;
	margin: 0;
	text-align:left;
}
.content h4.title {
	background: url(back_title.jpg) no-repeat left top;
	height:50px;
	font-size: 18px;
	color: #2d2b2c;
	padding:0;
}
.content h5 {
	background: url(icon_01.jpg) no-repeat left 4px;
	padding: 0 0 0 16px;
	font-size:13px;
	color:#4a93c6;
	margin: 0 0 6px 0;
}
.content h6 {
	color:#000;
	font-size:13px;	
	margin: 10px 0 5px 0;
	}	
.content p.font1 {
	font-size:22px;
	text-align:center;
	line-height:300px;
	font-weight:bold;
}
.content p > span {
	color:#C00;
}
.content ul.style01 {
	list-style-type: disc;
	margin:0 0 0 20px;
	}
.content ul.style01 li {
	border-bottom:1px dotted #ddd;
	padding: 3px 5px;
	}
.content ul.style01 li:nth-child(2n) {
	background-color:#f4f4f4;
	}



.content .list {
	text-align:right;
	background: url(icon_06.gif) no-repeat right 8px;
	padding: 0 20px 0 0;
	}
.content .list a:first-child {
	background: url(icon_05.gif) no-repeat left 4px;
	padding: 0 0 0 20px;
	}

.content div.mailus {
	text-align:center;
	font-weight:bold;
	margin:5px 0;
	}
.content div.mailus a {
	color:#dc9a16;
	}
.content div.mailus a:hover {
	color:#4a93c6;
	}
	
	
/* ----------------------------------------------------- 表格 -----------------------------------------------*/


.table_pro {
	border-collapse: collapse;
	color: #616161;
	border-bottom:2px solid #ccc;
	text-align: center;	
}	
.table_pro th {
	border: 1px solid #D9D9D9;
	font-weight: bold;
	background-color: #438fc4;
	color: #FFF;
	padding:4px 2px;
	line-height: 18px;	
	vertical-align: center;	
}
.table_pro td {
	border-bottom: 1px dotted #D9D9D9;
	border-right: 1px dotted #D9D9D9;
	padding:4px 2px;		
	line-height: 18px;
	vertical-align: center;
}
.table_pro td:last-child {
	border-right: none;	
}


/* ----------------------------------------------------- 產品列表 -----------------------------------------------*/


.product_list {
	width: 557px;
	text-align:left;
	line-height:18px;
	}
.product_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	}	
.product_list ul li {
	background: url(electronic_bg.jpg) no-repeat left top;	
	width:270px;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;	
	vertical-align: top;	
	zoom: 1;	
	position: relative;
	min-height:90px;
	_height:90px;
	margin: 20px 10px 0 0;		
	padding:0;
	}
.product_list ul li:nth-child(2n) {
	margin: 20px 0 0 0;		
	}		
.product_list ul li p.title {	
	color:#438fc4;
	font-weight:bold;
	margin: 8px 10px 0 100px;
	padding: 0;	
	}	
.product_list ul li p.title img {	
	width:70px;
	height:70px;
	border:1px solid #e7e7e7;
	padding:4px;
	margin: 0px;	
	position: absolute;
	top:10px;
	left:10px;
	}	
.product_list ul li p {
	margin:0 10px 0 100px;
	}		
.product_list span.more a {
	background: url(products_more.jpg) no-repeat;	
	display: block;
	width:34px;
	height:10px;
	position: absolute;
	right: 14px;
	top: 12px;
	z-index: 6;
	text-indent: -9999px;
	}
.product_list span.more a:hover {
	background: url(products_more2.jpg) no-repeat;	
	}
	
	
.product_list2 ul li {
	background: url(electronic_bg1.jpg) no-repeat left top;	
    width:557px;
	min-height:120px;
	_height:120px;
	margin: 0 10px 0 0;		
	padding:0;
	}
.product_list2 ul li:nth-child(2n) {
	margin: 0 0 0 0;		
	}
.product_list2 h6, .product_box h6 {
	color:#000;
	font-size:13px;	
	margin: 20px 0 5px 0;
	}	


/* ----------------------------------------------------- 產品列表2 -----------------------------------------------*/

.product_box {
	width: 557px;
	text-align:left;
	line-height:18px;	
	}
.product_box h6 {
	color:#000;
	font-size:13px;	
	margin: 10px 0 5px 0;
	}	
.product_box ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

.product_box ul li {	
	background: url(productbox_bg.jpg) no-repeat left top;	
	width: 130px;
	min-height: 100px;
	_height: 100px;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;	
	vertical-align: top;
	margin:0 8px 10px 0;
	padding: 0;	
	zoom: 1;
}
.product_box ul li:nth-child(4n) {
	margin-right: 0px;
	clear: left;
}

.product_box ul li img {
	width:120px;
	height:90px;
	display: block;	
	padding:5px;		
}
.product_box ul p.tags {
	text-align: center;
}


/* ----------------------------------------------------- 關於我們 -----------------------------------------------*/


.about p {
	margin: 0 0 20px 0;
    clear: both;	
}
.about .pic01 {
	float:left;
	margin: 6px 20px 20px 0;
}
.about .pic02 {
	margin: 4px 0 0 0;
}


/* -------------------------------------------------- 最新消息 -----------------------------------------------*/

.news {
	border-collapse: collapse;
	border-bottom:2px solid #5691bd;
}
.news tr:nth-child(odd) {
    background: #f6f6f6; 
}
.news th {
	text-align: center;
	color: #FFF;
	height: 32px;
	line-height: 18px;
	font-weight: bold;
	background: #3e79a3 url(news_thb.jpg) repeat-x left top;
	border-right:1px solid #fff;		
}
.news th:last-child{	
	border-right:none;	
	}
.news td {
	padding:7px 5px;
	line-height: 16px;
	text-align: center;
	border-bottom:1px dotted #cacaca;
	border-right:1px dotted #cacaca;		
}
.news td:last-child {	
	border-right:none;	
	}	
.news2 td:nth-child(2){	
	text-align: left;
	vertical-align:top;		
	}	
.news3 td:nth-child(1){	
	text-align: left;	
	}	
.news4 {
	border-width:0 1px 2px 1px;
	border-style:solid dotted;
	border-color:#5691bd #cacaca;
	}
.news4 td{	
	padding:7px 10px;
	}
.news5 td:nth-child(2),.news5 td:nth-child(3){	
	text-align: left;	
	}


.news_page {
	margin: 20px 0;
	background-color: #eeeeee;
	line-height: 30px;
	text-align: center;
	}
.news_page a {
	margin: 0;
	text-decoration: underline;
	padding: 1px 3px;
}
.news_page a:hover {
	background-image: none;
	background-color: #3e8bc0;
	color:#fff;
}
.news_page span {
	padding: 1px 3px;		
	color:#fff;
	margin: 0 2px;
	background-color: #3e8bc0;
}

	
p.news_title {
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	padding: 6px 10px;
	margin:0;
	background: #3e79a3 url(news_thb.jpg) repeat-x left top;
	text-align:left;	
	} 
div.news_main {	
	text-align: left;
	padding: 15px 20px;
	margin: 0 0 10px 0;
	border-width:0 1px 2px 1px;
	border-style:solid dotted;
	border-color:#5691bd;
}
div.news_main strong {
	font-weight:bold;
}
div.news_main img {
	max-width:610px;
	_width:610px;
	height:auto !important;
}
.back_news a {
	float: right;
	height: 24px;
	background-color: #5691bd;
	border: 1px solid #C7C7C7;
	line-height: 24px;
	text-align: center;
	color: #fff;
	padding: 0 6px;	
}
.back_news a:hover {
	background-color: #ededed;
	border: 1px solid #6F564F;
	color: #333;	
}


/* ----------------------------------------------- 聯絡我們 -------------------------------------------------*/	

.Contact ul{
    margin: 0 0 10px 0;
	
	}	
.Contact li {
	background: url(contact_icon.jpg) no-repeat 6px center;
	padding: 0 0 0 16px;	
	}
.Contact li span {
	color:#fff;	
	}	
.Contact small a {
	background: url(icon_02.gif) no-repeat left 4px;	
	font-size:12px;
    margin: 4px 4px 0 0;
	float:right;
	padding: 2px 0 2px 20px;
	}	
	
/* ----------------------------------------------------- 意見表單 ------------------------------------------------------*/


.form_out {
	border: 3px solid #E4E4E4;
	margin: 10px 0 0 0;
	padding: 20px 0px;
	}
.form {
	line-height: 22px;
	margin: 0px;
	font-weight: bold;
}
.form th {
	background: url(contact_line.jpg) no-repeat right 10px;
	text-align: right;
	padding: 4px 10px 5px 0px;
	font-weight: bold;
	vertical-align: top;
}
.form span {
	color: #C00;
}
.form td {
	padding: 5px;
	text-align: left;
}
.form .thk {
	background: url(contact_line2.jpg) no-repeat right 2px;
}
.form .thr {
}
.input {
	BACKGROUND-COLOR: transparent;
	COLOR: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: none;
	border: 1px solid #DDDDDD;
	width: 200px;
	height: 18px;
}
.input2 {
	BACKGROUND-COLOR: #628038;
	COLOR: #FFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	text-decoration: none;
	width: 50px;
	height: 20px;
	border: 1px solid #DDDDDD;
	border-collapse:collapse;
	padding: 0 0 2px 0;
}
.input3 {
	background: url(contact_btn.jpg) no-repeat 0 0;	
	color: #fff;
	text-decoration: none;
	width: 72px;
	height: 20px;
	padding: 0 0 2px 0;
	border: none;
	border-collapse:collapse;
	cursor:pointer;	
}
div.contact_btn {
	margin:15px 0;
	text-align: center;	
	}


	
/* ------------------------------------------------------ 位置地圖 ---------------------------------------------------*/	
	
.map {
	margin: 0;
	padding: 9px;
	border: 1px solid #E3E3E3;
}	
#mapfont a {
	color: #0000ff;
	float: right;

}	

/* --------------------------------------------------------- 網底 ---------------------------------------------------*/


#footer {
	background: url(back_footer.jpg) no-repeat left top;	
	width:1003px;
	margin: 0 auto;
	height:110px;		
	line-height: 16px;
	position: relative;
	text-align: left;
}
#footer address {
	padding: 28px 10px 0 449px;
	font-style: normal;
	font-weight: normal;
	color:#333;	
}
#footer address a:hover {
    color: #333;	
	text-decoration:underline;
	}
#footer address span {
	color:#3e8bbf;
	padding: 0 1px 0 0;
	}
		
