<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*首頁廣告banner*/
		#abgneBlock {
	width: 747px;
	height: 722px;
	position: relative;
	overflow: hidden;
	}
	#abgneBlock ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 9999px;
	height: 100%;
	left: -169px;
	top: 0px;
	}
	#abgneBlock ul.list li {
	float: left;
	width: 747px;
	height: 100%;
	}
	#abgneBlock .list img{
		width: 100%;
		height: 100%;
		border: 0;
	}
	#abgneBlock ul.playerControl {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		bottom: 5px;
		right: 5px;
		height: 14px;
	}
	#abgneBlock ul.playerControl li {
		float: left;
		width: 10px;
		height: 10px;
		cursor: pointer;
		margin: 0px 2px;
		background: url(images/cir_ctrl.png) no-repeat -10px 0;
	}
	#abgneBlock ul.playerControl li.current { 
		background-position: 0 0;
	}
/*首頁廣告banner end*/

/*首頁樣式*/
#topbar{
	width:746px;
	height:35px;
	background-image:url(images/topbgbgb.png);
	background-repeat:no-repeat;
}

.menu001{
	width:106px;
	height:27px;
	float:left;
	text-align:center;
	font-size:17px;
	font-family:"微軟正黑體", "Arial Unicode MS";
	font-weight:bold;
	list-style-type:none;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:3px;
}

.menu001:hover{
	width:106px;
	height:27px;
	float:left;
	text-align:center;
	font-size:17px;
	font-family:"微軟正黑體", "Arial Unicode MS";
	font-weight:bold;
	list-style-type:none;
	color: #9999FF;
}

#topbars001{
	height:32px;
	position:relative;
	width: 500px;
	top: 100px;
	left: -110px;
	display: none;
}

#topbars001:hover{
	height:32px;
	position:absolute;
	width: 500px;
	top: 100px;
	left: -110px;
	display: block;
}

.tobar002{
	width:106px;
	height:25px;
	text-align:center;
	font-size:12px;
	font-family:"微軟正黑體", "Arial Unicode MS";
	list-style-type:none;
	color: #94A2B9;
	text-decoration:none;
	padding-top:5px;
	float: left;
}

.tobar002:hover{
	width:106px;
	height:25px;
	text-align:center;
	font-size:12px;
	font-family:"微軟正黑體", "Arial Unicode MS";
	list-style-type:none;
	color: #6699FF;
}

.style001{
	font-family:"微軟正黑體", "Arial Unicode MS";
	font-size:16px;
	font-weight:bold;
	color: #004889;
	text-decoration: none;
}

.style002{
	font-family:"微軟正黑體", "Arial Unicode MS";
	font-size:14px;
	font-weight:bold;
	color: #786791;
}
.style003{
	font-family:"微軟正黑體", "Arial Unicode MS";
	font-size:13px;
	font-weight:bold;
	color: #786791;
	text-decoration:none;
}
.style003:hover{
	color: #9999FF;
}

.style004{
	font-family:"微軟正黑體", "Arial Unicode MS";
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
}

.style005{
	font-family:"微軟正黑體", "Arial Unicode MS";
	font-size:13px;
	font-weight:bold;
	color: #786791;
	text-decoration:none;
	line-height:150%;
}
.style005:hover{
color: #9999FF;
}
.style006{
width:200px;
height:30px;
font-family:"微軟正黑體", "Arial Unicode MS";
font-size:14px;
color: #FFFFFF;
text-decoration:none;
}


.style006:hover{
width:200px;
height:30px;
color: #6C629C;
}

.style007{
	font-family:"微軟正黑體", "Arial Unicode MS";
	font-size:14px;
	font-weight:bold;
	color: #786791;
	line-height:180%;
}

#indexlbox{
	width:200px;
	height:200px;
	margin-right: 20px;
	left: -20px;
}

#indexlbox li{
	width:150px;
	height:23px;
	background-image: url(images/index_07.png);
	background-repeat:no-repeat;
	list-style-type:none;
	text-align: left;
	padding: 5px 5px 5px 15px;
}


#indexldbox{
	width:200px;
	height:222px;
}

#indexldbox li{
	width:150px;
	height:25px;
	background-repeat:no-repeat;
	list-style-type:none;
	text-align: left;
	padding: 10px 5px 5px 15px;
	line-height:150%;
}

#indexadd{
	border:#CFD9E8 solid 1px;
	width:100%;
	height:100px;
	background-color:#E3EAF6;

}

/*首頁樣式 end*/
/*內頁樣式*/
#lestmenu{
width:240px;
height:100%;
}
#lestmenu ul li{
padding-top:3px;
margin-bottom:5px;
width:200px;
height:30px;
background-image:url(images/leftbattonbg.png);
background-repeat: no-repeat;
list-style-type:none;
text-align:center;
line-height:150%;
border-bottom: #CCCCCC solid 1px;
}

#lestmenu ul li:hover{
margin-bottom:5px;
width:200px;
height:30px;
background-image:url(images/leftbattonbgb.png);
background-repeat: no-repeat;
list-style-type:none;
text-align:center;
line-height:150%;
border-bottom: #CCCCCC solid 1px;

}


.lestbutton{
width:241px;
height:138px; 
background-image:url(images/index_04-2.png); 
background-repeat:no-repeat; background-position:center;
}


/*內頁樣式 end*/
</pre></body></html>