@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif '微軟正黑體', '新細明體';
}
#logo {
	position: absolute;
	z-index: 99;
	height: auto;
	width: auto;
	left: -10px;
	top: 0px;
	clear: both;
}
#top_box {
	width: 100%;
	height: auto;
	position:relative;
	clear: both;
	margin: 0 auto;
	background-image: url(../templants/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#top {
	width: 1000px;
	height:523px;
	margin: 0 auto;
	position:relative;
	background-image:url(../index/topbg.jpg);
	background-repeat:no-repeat;
}
#center_box {
	width: 100%;
	height: auto;
	position: relative;
	clear: both;
	margin: 0 auto;
	background-color: #F2F2F2;
}
#center {
	width: 1000px;
	height: 305px;
	margin: 0 auto;
	position: relative;
	background-color: #F2F2F2;

}
/*bottom*/
#bottom_box {
	width: 100%;
	height: auto;
	position:relative;
	clear: both;
	margin: 0 auto;
	background-color: #FFF;
}
/*bottom*/
#footer {
	width: 1000px;
	height: 127px;
	position:relative;
	margin:0 auto;
	clear: both;
	font-family: Arial, Helvetica, sans-serif '微軟正黑體', '新細明體';
	font-size:13px;
}
#img_index{
	width: 373px;
	height: 344px;
	position: absolute;
	z-index: 50;
	right:0px;
	top: -17px;
}
#right_button{
	position: absolute;
	width:117px;
	height:24px;
	top: 7px;
	right:25px;
	z-index:99;
	}
/*consultation*/
#consultation{
	float: left;
	width: 170px;
	background-image:url(../index/consultation.jpg);
	background-repeat:no-repeat;
	padding:30px 0 0 120px;
	position:absolute;
	left:337px;
	top: 24px;
	z-index:99;
}
#consultation .list {
	clear: both;
	height: 16px;
	width: 170px;
	padding:6px 0 6px 0;
	border-bottom: #A7A7A7 1px dashed;
}
#consultation .dot{
	float: left;
	width:10px;
	height:15px;
	background-image:url(../index/dot.png);
	background-repeat:no-repeat;
}
#consultation .caption {
	width: 160px;
	font-size: 13px;
	float: left;

}

#consultation .caption a {
	color: #575757;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}

#consultation .caption a:hover {
	color: #0E3293;
	text-decoration: none;
}

#consultation .depiction {
	height: auto;
	width: 170px;
	padding-top: 2px;
	clear: both;
}

#consultation .more{
	width:42px;
	height:9px;
	top:15px;
	right: 5px;
	position:absolute;
}
/*consultation*/
/*training*/
#training{
	float: left;
	width: 170px;
	background-image:url(../index/training.jpg);
	background-repeat:no-repeat;
	padding:30px 0 0 120px;
	position:absolute;
	left:337px;
	top: 148px;
	z-index:99;
}
#training .list {
	clear: both;
	height: 16px;
	width: 170px;
	padding:6px 0 6px 0;
	border-bottom: #A7A7A7 1px dashed;
}
#training .dot{
	float: left;
	width:10px;
	height:15px;
	background-image:url(../index/dot.png);
	background-repeat:no-repeat;
}
#training .caption {
	width: 160px;
	font-size: 13px;
	float: left;

}

#training .caption a {
	color: #575757;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}

#training .caption a:hover {
	color: #C8003B;
	text-decoration: none;
}

#training .depiction {
	height: auto;
	width: 170px;
	padding-top: 2px;
	clear: both;
}
#training .more {
	width:42px;
	height:9px;
	top:15px;
	right: 5px;
	position: absolute;
}
/*training*/

#news {
	float: left;
	width: 290px;
	top: 24px;
	left:25px;
	position: absolute;
	background-image:url(../index/news.jpg);
	background-repeat:no-repeat;
	padding:130px 0 0 0;
}
#news .list {
	clear: both;
	height: 20px;
	width: 290px;
	padding:9px 0 9px 0;
	border-bottom: #D8D8D8 1px solid;
	position:relative;
}
#news .date {
	color: #FF5C26;
	width: 80px;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	float: right;
	font-family:"Arial Black", Gadget, sans-serif;
}

#news .caption {
	width: 200px;
	font-size: 13px;
	float: left;

}
#news .dot{
	float: left;
	width:10px;
	height:15px;
	background-image:url(../index/dot.png);
	background-repeat:no-repeat;
}

#news .caption a {
	color: #575757;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}

#news .caption a:hover {
	color: #24A0DB;
	text-decoration: none;
}

#news .depiction {
	height: auto;
	width: 290px;
	padding-top: 2px;
	clear: both;
}

#news .more {
	width: 42px;
	height: 9px;
	position: absolute;
	top: 16px;
	left: 235px;
}
/*上下換圖按鈕加在連結中的css，意思是<a>標籤的背景位置為往上移動圖片高度一半的單位*/
.morebtn:hover, .morebtn:hover span {
 background-position: 0 0;
}
.morebtn span {
  background: url('more.jpg') no-repeat 100% 0;
  display: inline-block;
  width: 42px;
  height: 9px;
  -webkit-transition: background-position 100ms linear;
  -moz-transition: background-position 100ms linear;
  -o-transition: background-position 100ms linear;
  transition: background-position 100ms linear;
}
/*上下換圖按鈕加在連結中的css，意思是<a>標籤的背景位置為往上移動圖片高度一半的單位*/

#about {
	float: right;
	height: 60px;
	width: 430px;
	top: 250px;
	right:25px;
	position: relative;
}
/*首頁畫面*/

/*bottom*/

#products {
	width:950px;
	height:240px;
	padding:20px 0px 0px 0px;
}
#products .title{
	width:125px;
	height:30px;

}
#products .list{
	width: 225px;
	height: auto;
	float: left;
	margin: 10px 6px 10px 6px;
}
#products .photo{
	width: 222px;
	height: 167px;
	border: 1px solid #000;
}
#products .caption{
	width: 222px;
	height: 20px;
	padding:10px 0px 0px 0px;
	text-align: center;
	font-size:12px;
	color:#FFF;
}
#products .caption a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: color 120ms linear;
	-moz-transition: color 120ms linear;
	-o-transition: color 120ms linear;
	transition: color 120ms linear;
}
#products .caption a:hover {
	color: #0769B2;
	text-decoration: none;
}

#products .depiction {
	height: auto;
	width: 319px;
	padding-top: 2px;
	clear: both;
}
/*bottom*/
