@charset "utf-8";
/* CSS Document */
a{
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
}

*{
	behavior: url("iepngfix.htc"); /*解決IE6 PNG圖檔背景問題*/
}

ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

html, body{
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #3c3c3c;
	margin: 0px;
	background:url(../images/bg.jpg);
}

header{
	background: url(../images/header_bg.jpg) repeat-x top;
	width: 100%;
	height: 108px;
}
nav{
	width: 1000px;
	margin: 0 auto;
}

#logo{
	float: left;
	padding-top: 44px;
	padding-left: 12px;
}
#lang{
	float:right;
	width:255px;
	height:26px;
	padding:25px 5px 0 0px;
	font-size:12px;
	color:#3f3f3f;
	font-family: "微軟正黑體";
	}
#lang a{
	color:#3f3f3f;
	margin:7px 6px 0 6px;
	line-height:26px;		
	text-decoration:none;
}
#lang a:hover{
	color:#3f3f3f;
	text-decoration:underline;
	}
#navigation{
	float:right;
	width:600px;
	height:75px;
	clear: right;
	padding: 0 5px 0 0;
	}
#navigation ul{
	float:right;
	margin:0px;
	padding:20px 5px 0 0;
}
#navigation ul li{
	float:left;
	padding:0 0px 0 13px;
}
#navigation ul li a{
	float:left;
	width:100px;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}
#navigation ul li a:hover,#navigation ul li .active{
	color:#006ec0;
	padding-bottom:17px;
	border-bottom:5px solid #006ec0;
}

/*index banner start*/
#banner {
  width: 1000px;
  margin: 0 auto;
}  
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 1000px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  }
.rslides {
	padding:45px 0 0 13px;
}
.rslides li a img{
	border:#eaeaea 1px solid;
}
/*index banner end*/
#index_pic{
	width: 1000px;
	margin: 0 auto;
	padding:10px 0 0 23px;
	clear: both;
}
#pic div.slider-info {top:0px;left:0;position:absolute;width:200px;z-index:15;padding:15px;}
#pic div.slider-info strong {font-size:18px;color:#fff;margin-bottom:5px;}
#pic li.slider-open div.slider-info {width:545px;}				
#pic li.slider-open div.slider-info strong {font-size:18px;}

#subnav{
	padding: 40px 0 60px 0;
	overflow: hidden;
}
.navtitle{
	font-size: 24px;
	font-family: "微軟正黑體";
	color: #010101;
	padding-bottom: 7px;
	background: url(../images/icon_li.png) no-repeat bottom left;
}
#company{
	width: 480px;
	float: left;
	font-family: "微軟正黑體";
	padding:7px 0 0 10px;	
	padding-bottom: 15px;
}
.com_all{
	color:#444444;
	font-size:13px;
	line-height:20px;
	padding:15px 0 0 0;
}
.com_img{
	float:left;
	padding:0 15px 0 2px;
}
.com_text{
	float:left;
	width:280px;
	padding:2px 0 0 0;
}
#contact{
	width: 428px;
	float: left;
	font-family: "微軟正黑體";
	padding:7px 0 0 45px;
}
.con_text{
	float:left;
	width:220px;
	padding:2px 0 0 20px;
}
.con_text ul li{
	float:left;
	background:url(../images/inco_to.png) no-repeat left 5px;
	padding:0 0 5px 10px;
	width:200px;
}
.con_text ul li a{
	color: #010101;
}

footer{	
	background: #e4e4e4;	
	height:65px;
	line-height: 20px;
	font-size: 12px;
	padding: 0 15px 40px 15px;
}
#copyright{
	width: 1000px;
	margin: 0 auto;
	padding:32px 0 0 43px;
}
address{
	color: #555555;
	float:left;
	font-style:normal;
}

address a{
	color:#555555;
}
#copyright figure{
	float:right;
	margin:0;
	padding:0 60px 0 0;
	width:140px;
}
