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

body {
	margin: 0px;
	background-image: url(../templants/bg.jpg);
}
#bg {
	background-image: url(../templants/bg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#bg2 {
	background-image: url(../templants/bg3.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#templants {
	width: 1000px;
	height: auto;
	position: relative;
	clear: both;
	margin:auto;
}
#logo {
	position: absolute;
	z-index: 1;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
}
#top {
	width: 1000px;
	height:490px;
	margin: auto;
}
#AD {
	width:1000px;
	height:300px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left:0px;
	top: 170px;
}
/*左右水平廣告輪播*/

#blockAd * {
	margin: 0;
	border: 0;
	padding: 0;
}
#blockAd {
	max-width:1000px;
}
#blockAd {
	margin: 0 auto;
}
#blockAd .slides {
	display: block;
	position: relative;
	overflow: hidden;
}
#blockAd .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#blockAd .slides li.active {
	display: block;
	position: relative;
}
#blockAd .crop li img {
	width: auto;
}
/*點點*/
#blockAd .pager {
	height: 40px;
	position: absolute;
	z-index: 2;
	right: 5px;
	bottom: 5px;
}
#blockAd .pager li { display: inline-block; }
#blockAd .pager li a,
#blockAd .pager li a span {
	background-image: url(../jq/cir_ctrl.png);
	display: block;
	background-repeat: no-repeat;
	height: 24px;
	width: 16px;
	margin-right: 7px;
	text-indent:-3000px;
}
#blockAd .pager li a {
	
	
}
#blockAd .pager li a span {
	background-position: right top;
}
#blockAd .pager li.active a span {
	background-position: left top;
}



#center {
	width: 1000px;
	height: auto;
	margin: auto;
	clear: both;
	position: relative;
	padding-bottom: 26px;
	float: left;
}
/*首頁畫面*/

#about {
	background-image: url(about-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 195px;
	width: 291px;
	padding-top: 61px;
}
#about .mast {
	height: 183px;
	width: 100%;
}
#about .more {
	text-align: right;
	height: auto;
	width: 100%;
}
#service {
	background-image: url(service-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 195px;
	width: 340px;
	padding-top: 61px;
	margin-left: 40px;
}
#service .mast {
	height: 183px;
	width: 160px;
	background-image: url(02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 174px;
}
#service .mast ul {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #919191;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#service .mast li {
	height: 22px;
	width: 90%;
	padding-top: 4px;
	padding-left: 12%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #919191;
	background-image: url(dot.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
#service .more {
	text-align: right;
	height: auto;
	width: 100%;
}
#information {
	background-image: url(information-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 228px;
	width: 295px;
	margin-right: 0px;
	padding-top: 35px;
}
#information .mast {
	background-image: url(information-box.jpg);
	height: 228px;
	width: 271px;
	padding: 0 12px;
}
#information .photo {
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
 filter: progid:DXImageTransform.Microsoft.Shadow(strength = 5, direction = 135, color = '#999');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 135, Color = '#999')";
	float: left;
	height: 64px;
	width: 86px;
	border: 1px solid #CCC;
}
#information .date {
	width: 147px;
	color: #ff9600;
	background-image: url(dot.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	height: 22px;
	padding-left: 20px;
	float: right;
}
#information .caption {
	width: 167px;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	float: right;
}
#information .depiction {
	width: 167px;
	float: right;
	height: auto;
	margin-bottom: 5px;
}
#information .list {
	background-image: url(dot.png);
	background-repeat: no-repeat;
	background-position: 3px 10px;
	float: left;
	height: 25px;
	width: 90%;
	padding-top: 5px;
	padding-left: 10%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#information .floatRight {
	color: #ff9600;
}
/*首頁畫面*/

#footer {
	width: 1000px;
	height: 100px;
	position:relative;
	margin:0 auto;
	clear: both;
}
