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

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;
}
h1,h2,h3,h4,h5,h6 {
    font-size:12px;
}	
/* 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: #f1f4f7;	
	font-size: 13px;
	color: #6b6b6b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:20px;
}
a {
	color: #626262;
	text-decoration: none;
}
a:hover {
	color: #00479d;
}
#wrapper {
	width: 100%;
	min-width: 990px;
	margin: 0 auto;
}
#top{
	background:url(../images/bg.jpg) repeat-x top left;
	height:111px;
}

	
/* ----------------------------------------------------------- header_box ---------------------------------------------------*/

#header_box{
	background: url(../images/header_bg.jpg) no-repeat;
	height: 69px;
	background-position: center 0px;
	width: 100%;
}
#header{
	position:relative;
	width: 990px;
	margin:0 auto; 
}

div#logo h1 {
	background:url(../images/logo.jpg) no-repeat left top;	
	width:422px;
	height:69px;
	position: absolute;
	z-index: 2;
	text-indent: -9999px;
	}
div#logo h1 a {
	display: block;
	width:422px;
	height:69px;	
	}
div.language_bar {
	display: block;
	position: absolute;
	right: 0px;
	top: 36px;
	z-index: 2;
	font-size: 11px;
}
div.language_bar a {
	padding: 3px 6px;
}
div.language_bar a:hover {
	text-decoration: underline;
}


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

div#nav_box {
	background:url(../images/nav_bg.jpg) no-repeat;
	width:100%;
	height:42px;
	background-position: center 0px;
	position:relative;
	/*z-index:10; 有下拉選單時一定要加,才能在最上方*/ 	
	}
ul#nav_main {
	background:url(../images/nav.jpg) no-repeat;
	width: 990px;
	height:42px;
	margin:0 auto;  	
}
ul#nav_main li {
	float:left;		
}
ul#nav_main li a {
	background:url(../images/nav.jpg) no-repeat;
	display: block;
	height:42px;	
}
ul#nav_main li a span {	
	display: none;
}
ul#nav_main li:nth-child(1) a {
    width: 263px;
	background-position: 0 0;
}
ul#nav_main li:nth-child(1) a:hover, ul#nav_main li.highlight:nth-child(1) a {	
	background-position: 0 -42px;
}
ul#nav_main li:nth-child(2) a {
    width: 152px;
	background-position: -263px 0;
}
ul#nav_main li:nth-child(2) a:hover, ul#nav_main li.highlight:nth-child(2) a {	
	background-position: -263px -42px;
}
ul#nav_main li:nth-child(3) a {
    width: 170px;
	background-position: -415px 0;
}
ul#nav_main li:nth-child(3) a:hover, ul#nav_main li.highlight:nth-child(3) a {	
	background-position: -415px -42px;
}
ul#nav_main li:nth-child(4) a {
    width: 161px;	
	background-position: -585px 0;
}
ul#nav_main li:nth-child(4) a:hover, ul#nav_main li.highlight:nth-child(4) a {	
	background-position: -585px -42px;
}
ul#nav_main li:nth-child(5) a {
    width: 242px;
	background-position: -746px 0;
}
ul#nav_main li:nth-child(5) a:hover, ul#nav_main li.highlight:nth-child(5) a {	
	background-position: -746px -42px;
}

/* ---------------------------------------------------------------- banner -----------------------------------------------*/
div#banner{
	position:relative;
	width:1003px;
	margin:0 auto;
}
/* ---------------------------------------------------------------- 內文整區(包含左側nav) -----------------------------------------------*/
div#container_box{
	background:url(../images/container_box_bg.jpg) repeat-x left top;
	position:relative;
	width:1003px;
	margin:0 auto;
}

/* ---------------------------------------------------------------- 左側nav -----------------------------------------------*/
.container_left{
	background:url(../images/nav2_bg.jpg) no-repeat;
	width:230px;
	min-height:417px;
	position:relative;
	float:left;
}
/*-------- navsub_title ----------*/
h4.navsub_title1{
	background:url(../images/nav_title1.jpg);
	width:230px;
	min-height:60px;
	text-indent:-9999px;
}
h4.navsub_title2{
	background:url(../images/nav_title2.jpg);
	width:230px;
	min-height:60px;
	text-indent:-9999px;
}
h4.navsub_title3{
	background:url(../images/nav_title3.jpg);
	width:230px;
	min-height:60px;
	text-indent:-9999px;
}
h4.navsub_title4{
	background:url(../images/nav_title4.jpg);
	width:230px;
	min-height:60px;
	text-indent:-9999px;
}
h4.navsub_title5{
	background:url(../images/nav_title5.jpg);
	width:230px;
	min-height:60px;
	text-indent:-9999px;
}
/*-------- navsub ----------*/
div .navsub_menu ul{
	padding: 10px 10px 50px 5px;
}
div.navsub_menu ul li {
	background:url(../images/icon.jpg) no-repeat 7px center;
	border-bottom:1px solid #dcdcdc;
	padding:8px 0 8px 27px;
	width:72%;
	margin-left:17px;
	position:relative;
}
div.navsub_menu ul li:last-child {
	border-bottom:none;
}
div.navsub_menu ul li a:hover{
	font-weight:bold;
}
/*-------- btn ----------*/
ul.btn{
	width:200px;
	text-indent:-9999px;
	margin:0 auto;
}
ul.btn li.btn1 a{
    display: block;
	height:100px;
}
ul.btn li.btn2 a{
    display: block;
	height:80px;
}
ul.btn li.btn1{
	background:url(../images/btn_1.jpg);
	width:200px;
	height:102px;
}
ul.btn li.btn2{
	background:url(../images/btn_2.jpg);
	margin-bottom:30px;
	width:200px;
	height:85px;
}
/* ---------------------------------------------------------------- 右側 內容 -----------------------------------------------*/
.container_right{
	background:url(../images/content_bg.jpg) no-repeat;
	position:relative;
	float:left;
	width:769px;
	min-height:407px;
}
/*-------- title ----------*/
.container_right h3.corporate_t1{
	background: url(../images/corporate_t1.jpg) no-repeat;
	height:40px;
	text-indent:-9999px;
}
.container_right h3.corporate_t2{
	background: url(../images/corporate_t2.jpg) no-repeat;
	height:40px;
	text-indent:-9999px;
}
.container_right h3.product_t1{
	background: url(../images/product_t1.jpg) no-repeat;
	height:40px;
	text-indent:-9999px;
}
.container_right.product_t2{
	height:40px;
}
.container_right h3.news_t1{
	background: url(../images/news_t1.jpg) no-repeat;
	height:40px;
	text-indent:-9999px;
}
.container_right h3.quality_t1{
	background: url(../images/quality_t1.jpg) no-repeat;
	height:40px;
	text-indent:-9999px;
}
.container_right h3.contact_t1{
	background: url(../images/contact_t1.jpg) no-repeat;
	height:40px;
	text-indent:-9999px;
}
.container_right h3.contact_t2{
	background: url(../images/contact_t2.jpg) no-repeat;
	height:40px;
	text-indent:-9999px;
}
/*-------- 麵包屑 ----------*/
#breadcrumbs {
	position: absolute;
	right: 18px;
	top: 26px;
	z-index: 100;
	font-size: 11px;
} 
#breadcrumbs a {
} 
#breadcrumbs span {
	margin: 0 4px;
	color:#00479d;
	font-weight:bold;
}
/*------------------ content --------------------*/
.content_box{
	margin:40px 50px 60px 50px;
}
/*-------- 關於超昱_公司簡介 ----------*/
.content_box p.p_text{
	text-indent : 2em;
}
.content_box .img_campany{
	margin:15px 0 15px 10px;
}
/*-------- 關於超昱_經營理念 ----------*/
#philosophy{
	margin-top: 20px;
}
#philosophy dl{
	width:665px;
	display:-moz-inline-stack;
	display:inline-block;
	*display:inline;
	vertical-align:top;
	zoom:1;	
	margin-top:5px;
}
#philosophy dt {
	width:110px;
	height:100px;
	float:left;
	margin:2px 10px 0 0;
	}
#philosophy dd{
    margin:22px 0;  
}
/*-------- 品質認證 ----------*/
.content_box .img_quality{
	margin:25px 0 15px 7px;
}
#quality_pdf{
	position: absolute;
	top: 325px;
	right: 55px;
}
/*-------- 聯絡資訊_公司地圖----------*/
.img_right{
	float:right;
}
.content_box p.p_company{
	font-size:16px;
	color:#00479d;
	font-weight:bold;
}
.content_box p.p_company_e{
	font-size:15px;
	font-weight:bold;
	padding:5px 0 10px 8px;
}
.content_box p.p_contact_info{
	padding:0 0 0 8px;
}
/*-------- 聯絡資訊_googlemap----------*/
.map{
	margin-top: 15px;
	padding: 6px;
	background:#e5e5e5;
	border-style:solid;
	border-color:#e5e5e5;
	border-radius:3px;/*---------------圓角----------------*/		
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
small a {
background: url(../images/search.png) no-repeat left top;
font-size: 12px;
margin: 4px 4px 0 0;
padding: 3px 0 4px 30px;
float: right;
}

#map_info{
	margin-top: 35px;
}
#map_info h4.product_text{
	position:relative;
	background:url(../images/product_bg.jpg) repeat-x;
	height: 33px;
	color: #fff;
	font-size: 15px;
	padding: 6px 20px;
}
#map_info ol{
	margin-bottom: 30px;
}
#map_info ol li{
	list-style: disc;
	list-style-position: inside;
}
#map_info ol li em{
	font-size: 15px;
	font-weight: bold;
	color: #0068b7;
}
.pdf a{
	background: url(../images/pdf.png) no-repeat left top;
	position: absolute;
	padding: 16px 0 4px 55px;
	width: 120px;
	height: 30px;
	font-size: 12px;
	color: #fff;
	right: 53px;
	top: 700px;
}
.pdf a:hover{
	font-weight: bold;
}
/*-------- 聯絡資訊_諮詢表單----------*/
.content_box p.p_contact_online{
	position: absolute;
	left: 267px;
	top: 128px;
	width: 433px;
	height: 45px;
}
/* ----------------------------------------------------- 諮詢表單 ------------------------------------------------------*/

.input {
	text-decoration: none;
	border: 1px solid #dfdfdf;
	width: 200px;
	height: 20px;
	padding:1px 4px;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
}
.input2 {
	text-decoration: none;
	border: 1px solid #dfdfdf;
	width: 350px;
	height: 20px;
	padding:1px 4px;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
}
.input3 {
	background: #a0a0a0;	
	color: #fff;
	text-decoration: none;
	width: 80px;
	height: 25px;
	padding: 0 0 2px 0;
	border: none;
	border-collapse:collapse;
	border-radius:5px;	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;	
	margin: 0 5px;
}
.input3:hover{
    border:1px solid #0068b7;
    color:#FFF;
    background-color:#0068b7;
}
div.contact_btn {
	margin:15px 0;
	text-align: center;	
	}
/*---------------table----------------*/
.table {
	width:100%;
	text-align: left;	
	background-color:#e5e5e5;
	margin-top:10px;
	border-radius:3px;/*---------------圓角----------------*/		
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	}	
.table th {
	background-color:#0068b7;
	text-align: center;
	color: #fff;	
	text-align: center;	
	border-radius:3px;/*---------------圓角----------------*/
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;		
}
.table th span{
	font-weight:bold;
	color:#F00;
}
.table td {
	padding:0px 10px;	
}

/* -------------------------------- 最新消息_表格 --------------------------------*/

.table1 {
	margin-bottom:20px;
	width:98%;
	margin-top:25px;
	padding:7px;
	background:#e5e5e5;
	border-collapse: collapse;
	border-width:0 0px 0px 0px;
	border-style:solid;
	/* border-color:#0068b7;  表格最底部底線顏色 */
	text-align: center;	
	border-radius:3px;/*---------------圓角----------------*/		
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.table1 tr:nth-child(odd) {  /* 表格內容奇數列變色_()內放數字1即第一列變色、亦可放入3n+1 */
	background: #f4f7f6;
}
.table1 th {
	background: #0068b7;  /* 表格標題區塊顏色 */
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding:8px 8px;
	border-right: 1px solid #f4f7f6;
	border-radius:3px;/*---------------圓角----------------*/		
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;		
}
.table1 th:last-child{
	border-right: none;
}
.table1 td {
	padding:8px 8px;
	border-bottom: 1px dotted #0068b7;
	border-right: 1px solid #9E9E9F;	
}
.table1 td:last-child{
	border-right: none;
}
.table1 td.y1 {
	text-align:left;
	padding:3px 12px 3px 20px;	
}
span.new{
	color:#F00;
	font-weight:bold;
}
/* -------- 頁數 --------*/

#pager {
	text-align:center;
	margin:0;
	padding:0;
	}
#pager p {
	margin:0 0 10px 0;
	padding:0;
	}	
#pager p span{
	color:#0068b7;
	font-size:15px;
	font-weight:bold;
	margin:0 3px;
	}
#pager ul.pages {
	display:block;
	border:none;
	text-transform:uppercase;
	font-size:11px;
	text-align: center;
	padding: 0;
}

#pager ul.pages li { /* 頁數列表 */
	list-style: none;
	border: 1px solid #c9c9c9;/* 基本框線顏色 */
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 5px 7px;
	display: inline;
	line-height: 30px; /* ie7 必要 */
	cursor: pointer;	
}

#pager ul.pages li:hover { /* 觸碰時 */
   border:1px solid #c9c9c9;/*改這邊*/
   color:#333;
   background-color:#e5e5e5;/*改這邊*/
}

#pager ul.pages a:hover { /* 觸碰時 */
   color:#fff;
}

#pager ul.pages li.pgEmpty { /* 沒有作用的頁數 */
	border:1px solid #f3f3f3;/*無*/
	color:#f3f3f3;/*無*/
	cursor: default;
}
#pager ul.pages li.pgEmpty:hover {
	border:1px solid #f3f3f3;
	color:#f3f3f3;
	cursor: default;
    background-color:#fff;	
}

#pager ul.pages li.pgCurrent { /* 作用中的頁數 */
   border:1px solid #0068b7;/*改這邊*/
   color:#fff;
   font-weight:700;
   background-color:#0068b7;/*改這邊*/
}
/* -------------------------------- 最新消息_內文 --------------------------------*/
.news_content{
	margin-bottom:20px;
	width:98%;
	overflow: hidden;
	margin-top:25px;
	padding:7px;
	background:#e5e5e5;
	border-radius:3px;/*---------------圓角----------------*/		
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}

p.news_title{
	background-color:#0068b7;
	padding:8px 20px;
	color:#FFF;
	font-weight:bold;
    border-radius:3px;/*---------------圓角----------------*/		
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
span.date{
	font-weight:normal;
	float:right;
}
#news_main{
	padding:15px 20px;
	background:#FFF;
}
#news_main strong{
	font-weight: bold;
}
#news_main ul{
	list-style-type: disc;
	list-style-position: inside;
}
.back_news{
	text-align:right;
}
.back_news a {
	border: 1px solid #bfbfbf;	
	line-height: 24px;
	text-align: center;
	padding:5px 6px;	
}
.back_news a:hover {
	background-color: #0068b7;
	border: 1px solid #0068b7;
	color: #FFF;
}
/* -------------------------------- 產品_列表頁_標題 --------------------------------*/
.product_title1{
	background:url(../images/product_title_1.png) no-repeat;
	width:230px;
	height:70px;
	text-indent:-9999px;
}
.product_title2{
	background:url(../images/product_title_2.png) no-repeat;
	width:230px;
	height:70px;
	text-indent:-9999px;
}
.product_title3{
	background:url(../images/product_title_3.png) no-repeat;
	width:230px;
	height:70px;
	text-indent:-9999px;
}
.product_title4{
	background:url(../images/product_title_4.png) no-repeat;
	width:230px;
	height:70px;
	text-indent:-9999px;
}
.product_title5{
	background:url(../images/product_title_5.png) no-repeat;
	width:230px;
	height:70px;
	text-indent:-9999px;
}

/* ---------------------------------------- 產品_列表頁 -----------------------------------------------*/

.product_list {
    text-align:left;
	margin-bottom:10px;
	}
.product_list ul {
	list-style-type: none;
}
.product_list ul li {  
	width:208px;
	min-height: 156px;
	_height: 156px;
	display: -moz-inline-stack;
	display: inline-block;
    *display: inline;	
	vertical-align: top;
	margin:15px 6px;		
	zoom: 1;
}
p.title_in{
	font-weight:bold;
}
.product_list ul li p{
	font-weight:bold;
}
.product_list .product_img {	
	float:left;
	margin-bottom:5px;
	width:208px;
	height:156px;
	border:#b5b5b5 1px solid;
	display: block;
}
hr{
	border:0; 
	height:1px; 
	background-color:#b5b5b5;
	color:#b5b5b5;
	margin:20px 0 30px 0;
}
.top{
	float:right;
}

/* ---------------------------------------- 產品_詳細 -----------------------------------------------*/
#product_box{
	margin-top: 35px;
}
#product_box h4.product_text{
	background:url(../images/product_bg.jpg) repeat-x;
	height: 33px;
	color: #fff;
	font-size: 15px;
	padding: 6px 20px;
}
#product_box ol{
	margin-bottom: 30px;
}
#product_box ol li{
	list-style: disc;
	list-style-position: inside;
	padding-left: 20px;
}
#product_box h4.product_blue{
	color: #00479d;
	font-size: 15px;
}


/* ----------- 產品_詳細 表格--------------------*/
table.product_table{
	width: 100%;
	margin-top:10px;
	padding:7px;
	background:#fff;
	border-collapse: collapse;
	border-bottom: 3px solid #0068b7;	
	/* border-color:#0068b7;  表格最底部底線顏色 */
	text-align: center;	
}
.product_table tr:nth-child(odd) {  /* 表格內容奇數列變色_()內放數字1即第一列變色、亦可放入3n+1 */
	background: #f4f7f6;
}
.product_table th {
	background: #0068b7;  /* 表格標題區塊顏色 */
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding:10px 8px;
	border-right: 1px solid #f4f7f6;
	border-bottom: 1px solid #f4f7f6;	
}
.product_table th:last-child{
	border-right: none;
}
.product_table td {
	padding:15px 8px;
	border-bottom: 1px dotted #0068b7;
	border-right: 1px solid #9E9E9F;
	border-left: 1px solid #9E9E9F;	
}


/* --------------------------------------------------- footer_box --------------------------------------------------*/
div#footer_box{
	background: url(../images/bg_footer.jpg) repeat-x;
}

div#footer {
	background:url(../images/footer_bg.jpg) no-repeat center top;
	width:100%;
	height:75px;
	position:relative;
}
div#footer_in{
	width:1003px;
	height:56px;
	margin:0 auto;
	padding-top:19px;
	color:#FFF;
	font-size:12px;
	text-align:center;
	line-height:18px;
	/*z-index:10; 有下拉選單時一定要加,才能在最上方*/ 	
}
