@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial,Verdana, Geneva, sans-serif, "細明體", "新細明體","微軟正黑體""宋体","微软雅黑";
	font-size:11px;	
	color:#373737;
	background:#f5f5f5 url(images/page_bg.jpg) left top repeat-x;
	-webkit-text-size-adjust:none;
}
a{
	text-decoration:none;
	color:#F30;
}
a:hover{
	color:#333;
	text-decoration:underline;
}
#wrapper{
	margin:0 auto;
	width:1000px;
	background-color:#fff;
}
#header{
	height:110px;
	position:relative;
}
#logo{
	position:absolute;
	left:32px;
	top:23px;
}
#home{
	position:absolute;
	right:120px;
	top:16px;
}
#home a{
	display:block;
	width:40px;
	padding-left:7px;
	background:url(images/icon_dot.jpg) left 5px no-repeat;
	font-size:12px;
	text-decoration:none;
	color:#999;	
}
#home a:hover{
	text-decoration:none;
	color:#000;
}
#lang{
	position:absolute;
	right:0;
	top:13px;
}
#lang select{
	font-size:12px;
	font-family:Arial,Verdana, Geneva, sans-serif, "細明體", "新細明體","微軟正黑體";
}

#nav{
	position:absolute;
	left:226px;
	top:45px;
	width:774px;	
	height:32px;	
}
#nav li{
	float:left;
	height:32px;
}
#nav li a{
	display:block;	
	height:32px;
	text-indent:-9999px;
	background:url(images/nav.jpg) left top no-repeat;
}
#nav li#b1 a{	
	width:209px;
	background-position:0 0;
}
#nav li#b2 a{	
	width:161px;
	background-position:-209px 0;
}
#nav li#b3 a{	
	width:185px;
	background-position:-370px 0;
}
#nav li#b4 a{	
	width:219px;
	background-position:-555px 0;
}

#nav li#b1 a:hover{	
	background-position:0 bottom;
}
#nav li#b2 a:hover{	
	background-position:-209px bottom;
}
#nav li#b3 a:hover{	
	background-position:-370px bottom;
}
#nav li#b4 a:hover{		
	background-position:-555px bottom;
}
#main{
	padding:22px 10px 10px;
	background:url(images/bg_line.jpg) 278px top repeat-y;
}
#subNav{
	width:244px;
	float:left;
	margin-left:10px;
}
#subNav ul{
	margin:30px auto 0;
	width:244px;
}
#subNav ul li{
	margin:10px auto;
	width:244px;
	height:30px;
	background:url(images/menubg_line.jpg) left bottom no-repeat;
}
#subNav ul li a{
	display:block;
	margin:5px 0 0 60px;
	padding:5px 0 0 15px;
	width:150px;	
	height:30px;
	background:url(images/icon_dot2.jpg) left 3px no-repeat;
	text-decoration:none;
	font-family:"微軟正黑體",Arial,Verdana, Geneva, sans-serif, "細明體", "新細明體";
	font-size:18px;
	color:#888;
}
#subNav ul li a:hover{
	color:#000;
}
.product #subNav ul li a{	
	margin:5px 0 0 30px;
	padding:5px 0 0 15px;
	width:180px;
}

.product ul#submenu{
	margin:0;	
}
.product ul#submenu li{
	background:none;
	margin:5px auto 8px;	
	height:20px;	
}
.product ul#submenu li a{
	margin:5px 0 0 50px;
	padding:5px 0 0 15px;
	width:160px;	
	height:20px;
	font-size:15px;
	color:#999;
	background:url(images/icon_dot5.jpg) left 9px no-repeat;	
}
.product ul#submenu li a:hover{
	color:#F00;
}
#main .cur{
	color:#F00;	
}

.product  #main .cur{
	color:#F00;	
}

#photo a{
	display:block;	
	width:106px;
	height:81px;
	padding:3px;
	text-align:center;	
	border:1px solid #999;
	margin:5px 10px;
	float:left;
}

#photo img{
	width:auto;
	height:75px;
	padding:3px;
	/*border:1px solid #999;
	margin:5px 2px;*/
}
#photo img:hover{
	
}

#page_s{
	width:1000px;
	height:163px;
	background:url(images/page_banner.jpg) left top no-repeat;
	z-index:0;
}


/*  about  */
#content{
	width:680px;
	min-height:450px;
	padding:0 10px 5px 20px;
	float:right;
	position:relative;
	font-size:13px;
}

.product #content{
	min-height:650px;
}

#content h3{
	height:34px;
	line-height:34px;
	padding-left:5px;
	font-size:24px;
	font-family:"微軟正黑體",Arial,Verdana, Geneva, sans-serif, "細明體", "新細明體";
	border-bottom:#e4e4e4 1px solid;
}
#content #bread{
	position:absolute;
	right:10px;
	top:13px;	
	font-size:11px;
	color:#8d8d8d;
}
#content #bread a{
	color:#8d8d8d;
	text-decoration:none;
}
#content #bread a:hover{
	color:#f73939;
}
#content #text{
	padding:20px 5px 0;
	min-height: 620px;
}

#content #text p{
	line-height:1.8em;
	margin-bottom:20px;
	color:#666;
}
.clear{
	clear:both;
	margin:5px 0;
}
#content #text h4{	
	font-size:15px;
	color:#f73939;
	margin-bottom:8px;
}
#content #text .team{
	font-size:13px;
	margin-left:20px;
	color:#666;
	margin-bottom:30px;
}
#content #text .team li{
	float:left;
	width:150px;
	margin-bottom:10px;
	padding-left:10px;
	background:url(images/icon_dot.jpg) left 5px no-repeat;	
}

#content #text .list{
	font-size:13px;
	margin-left:20px;
	color:#666;
	margin-bottom:20px;
}
#content #text .list li{		
	margin-bottom:10px;
	padding-left:10px;
	background:url(images/icon_dot.jpg) left 5px no-repeat;	
}
#content #text .list_num{
	font-size:13px;
	margin-left:20px;
	color:#666;
	margin-bottom:20px;
}
#content #text .list_num li{	
	margin-bottom:10px;
	padding-left:10px;
	background:url(images/icon_dot.jpg) left 5px no-repeat;	
}
#content #text .list_num2 li{
	float:left;
	width:190px;	
	margin:0 15px 10px 0;
}

#ag{
	position:relative;
	background:url(images/about_02_bg2.jpg) left 225px repeat-y;
	width:680px;
	height:850px; /* 1162*/
	line-height:1.1em;
}
#ag a{
	font-size:11px;	
}
#ag ul{
	+position:absolute;
	+left:0;
	+top:0;
	+width:680px;
	padding-top:62px;
	background:url(images/about_02_bg.jpg) left top no-repeat;
}
#ag li{
	float:left;
	width:168px;
	height:230px;
	margin:0 40px 60px 0;
}
#ag li span{
	display:block;
	margin-bottom:5px;
	/*font-size:10px;*/
}
#ag li span span.T10{
	display:inline;
	font-size:10px;
	
}
#ag li .aimg{
	margin-bottom:8px;
}
#ag li .aphone{
	padding-left:17px;
	background:url(images/icon_phone.jpg) 2px top no-repeat;	
}
#ag li .askype{
	padding-left:17px;
	background:url(images/icon_skype.jpg) left top no-repeat;	
}
#ag li .askype a{
	font-size:12px;
	color:#09C;
}
#ag li .askype a:hover{
	text-decoration:underline;
}
#ag #a1{
	margin-left:56px;	
}
#ag #a4{
	margin-left:37px;
}
#ag #a7{
	margin-left:56px;
}
#ag #a10{
	margin-left:37px;
}
#ag #a13{
	margin-left:56px;
}



/* product */

#content #text dl{
	line-height:1.8em;
	color:#666;
}
#content #text dl dt{	
	color:#F60;
	font-weight:bold;
	background:url(images/icon_dot3.jpg) left 10px no-repeat;
	padding-left:10px;
}
#content #text dl dd{
	padding-left:10px;
	margin-bottom:20px;
}
#content #text #pro_pic{
	position:absolute;
	top:50px;
	right:30px;
}

/* news */

#news{
	margin-bottom:20px;
}
#news ul{
	width:650px;
	margin:0 auto;		
}
#news ul li{
	margin-bottom:15px;	
	min-height:17px;
	padding:0 0 3px 15px;
	font-size:13px;	
	background:url(images/icon_dot5.jpg) 2px 5px no-repeat;
	border-bottom:#CCC 1px dotted;
	position:relative;
}

#news ul li a{
	display:block;
	width:550px;
	height:18px;
	line-height:18px;
	margin-top:3px;
	overflow:hidden;	
	text-decoration:none;
	color:#6e6e6e;
}
#news ul li a:hover{	
	color:#C00;
}
#news li span.date{
	position:absolute;
	right:0;
	top:0;
	color:#f73939;
}
p#date{
	color:#f73939;
}

#news_content{
	width:660px;
	margin:20px auto;
	line-height:1.6em;
}

#news{
	margin-bottom:20px;
}
#event ul{
	width:650px;
	margin:0 auto;		
}
#event ul li{
	height:95px;
	margin-bottom:25px;	
	font-size:13px;
	border-bottom:#CCC 1px dotted;
	position:relative;
}

#event ul li a{
	display:block;
	width:650px;	
	text-decoration:none;
	color:#6e6e6e;
}
#event ul li a:hover{	
	color:#C00;
}
#event li span.title{
	position:absolute;
	left:90px;
	top:0;
	color:#333;
	font-size:13px;
	font-weight:bold;
}
#event li span.date{
	position:absolute;
	left:90px;
	top:15px;
	color:#f73939;
}
#event li span.cont{
	position:absolute;
	left:90px;
	top:35px;
	height:50px;
	line-height:1.3em;
	overflow:hidden;
}





/*  contact  */
#formtable{
	margin:5px 5px 20px;
	border-top:#e6e6e6 1px solid;
	border-right:#e6e6e6 1px solid;	
}
#formtable th{
	line-height:1.7em;
	text-align:right;
	vertical-align:top;
	padding:5px;
	border-bottom:#e6e6e6 1px solid;
	border-left:#e6e6e6 1px solid;			
}
#formtable th span{
	color:#F33;			
}
#formtable td{
	line-height:1.7em;
	vertical-align:top;
	padding:5px;
	border-bottom:#e6e6e6 1px solid;
	border-left:#e6e6e6 1px solid;			
}
#map{
	margin:-10px 0 20px;
}
#map iframe{
	border:#999 1px solid;	
}


/* footer */
#footer{
	clear:both;
	width:100%;
	height:56px;
	position:relative;
	background:url(images/footer_bg.jpg) left top repeat-x;
}
#footer_logo{
	position:absolute;
	left:26px;
	top:16px;
}
#footer_copy{
	position:absolute;
	left:147px;
	top:25px;
	font-size:12px;
	font-family:"微軟正黑體",Arial,Verdana, Geneva, sans-serif;
	font-weight:bold;
}
#footer_info{
	position:absolute;
	right:21px;
	top:10px;
	line-height:1.6em;
	text-align:right;
}
#footer_hotline{
	position:absolute;
	left:27px;
	top:-258px;
	text-align:center;
}


/* 分頁 */
#page{
	clear:both;
	width:90%;
	margin:10px auto;
	text-align:center;
}
#page a{
	display:inline-block;
	min-width:10px;
	margin:0 3px;
	padding:2px 5px;
	border:#CCC 1px solid;
	text-decoration:none;
	color:#333;
}
#page a:hover{
	color:#F00;
	background-color:#dedede;
}
/* 回上頁 */
#back{
	clear:both;
	width:100%;
	margin:10px auto;
	text-align:right;
}
#back a{
	display:inline-block;
	min-width:10px;
	margin:0 3px;
	padding:5px;
	border:#CCC 1px solid;
	text-decoration:none;
	color:#333;
	background-color:#efefef;
}
#back a:hover{
	color:#F00;
	background-color:#dedede;
}
