@charset "utf-8";
body,td,th {
	font-family: "微軟正黑體";
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
img {
  max-width: 100%;
}

.font_gray {
	color: #909090;
	text-decoration: none;
}
.font_black {
	color: #000000;
	text-decoration: none;
}


.font_blue {
	color: #0094E2;
	text-decoration: none;
}
.logo {
	height: 141px;
	width: 222px;
	z-index: 2;
	position: fixed;
	left: 65px;
	top: 25px;
}


#menu {
	height: auto;
	width: 163px;
	text-align: left;
	position: fixed;
	z-index: 3;
	left: 124px;
	color: #000;
	top: 182px;
}
#menu ul li{
	float: left;
	width: 163px;
	height: auto;
	display: inline;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
#menu ul li a{
	display: block;
	height: auto;
	width: 163px;
}
#menu ul li a:hover {
	display: block;
	height: auto;
	width: 163px;
	color: #E36021;
	text-decoration: none;
}
.banner {
	width: 100%;
	height: auto;
	-moz-background-size: cover;
	background-size: cover;
	float: left;
	display: none;
}

.main {
	position: fixed;
	height: auto;
	width: 100%;
	background-image: url(images/main.png);
	background-repeat: repeat;
	z-index: 1000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 125px;
	color: #FFF;
	bottom: 100px;
}
.main_sub {
	font-size: 18px;
	line-height: 36px;
	float: left;
	width: auto;
	margin-right: 40px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.main_text {
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: auto;
	width: 30%;
}
.main_pic {
	float: left;
	height: auto;
	width: 150px;
	margin-right: 20px;
}


.foot {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	height: 40px;
	float: left;
	background-image: url(images/foot.png);
	background-repeat: no-repeat;
	width: 660px;
	padding-left: 174px;
	position: fixed;
	left: 73px;
	bottom: 10px;
	z-index: 2;
}
#imageFlow {
	position: absolute;
	height: 80%;
	left: 50px;
	top: 10%;
	right: 0px;
	}
	#imageFlow .diapo {
		position: absolute;
		left: -1000px;
		cursor: pointer;
		-ms-interpolation-mode: nearest-neighbor;
	}
	#imageFlow .link {
		border: dotted #fff 1px;
		margin-left: -1px;
		margin-bottom: -1px;
	}
	#imageFlow .bank {
		visibility: hidden;
	}
	#imageFlow .top {
		position: absolute;
		width: 100%;
		height: 40%;
		background: #181818;
	}
	#imageFlow .text {
		position: absolute;
		left: 0px;
		width: 100%;
		bottom: 16%;
		text-align: center;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		z-index: 1000;
	}
	#imageFlow .title {
		font-size: 0.9em;
		font-weight: bold;
	}
	#imageFlow .legend {
		font-size: 0.8em;
	}
	#imageFlow .scrollbar {
		position: absolute;
		left: 10%;
		bottom: 10%;
		width: 80%;
		height: 16px;
		z-index: 1000;
	}
	#imageFlow .track {
		position: absolute;
		left: 1%;
		width: 98%;
		height: 16px;
		filter: alpha(opacity=30);
		opacity: 0.3;
	}
	#imageFlow .arrow-left {
		position: absolute;
	}
	#imageFlow .arrow-right {
		position: absolute;
		right: 0px;
	}
	#imageFlow .bar {
		position: absolute;
		height: 16px;
		left: 25px;
	}
	#bigPic{
	width: 100%;
	background-color: #FFF;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#bigPic img{
	position:absolute;
	display:none;
}
.spic {
	position: fixed;
	height: auto;
	width: 80%;
	left: 65px;
	bottom: 65px;
	z-index: 555;
}

ul#thumbs li.active{
	border: 2px solid #E36021;
	background: #fff;
	padding: 2px;
}
ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}
	
ul#thumbs li{
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	border: 1px solid #A9AAA8;
	padding: 3px;
	cursor: pointer;
}
ul#thumbs img{
	float:left;
	width:80px;
	height:80px;
	line-height:80px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}

@media (max-width: 800px) { 
	
.logo {
	height: auto;
	width: 100%;
	z-index: 2;
	position: static;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}

#menu {
	height: auto;
	width: 100%;
	text-align: center;
	position: static;
	z-index: 3;
	color: #000;
	margin-bottom: 10px;
	left: 0px;
	top: 0px;
	margin-top: 10px;
	float: left;
}
#menu ul li{
	float: left;
	width: 100%;
	height: auto;
	display: inline;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
#menu ul li a{
	display: block;
	height: auto;
	width: 100%;
}
#menu ul li a:hover {
	display: block;
	height: auto;
	width: 100%;
	color: #E36021;
	text-decoration: none;
}
.banner {
	width: 100%;
	height: auto;
	-moz-background-size: cover;
	background-size: cover;
	float: left;
	display: table;
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
}
.main {
	position: static;
	height: auto;
	width: 100%;
	background-image: url(images/main.png);
	background-repeat: repeat;
	z-index: 1000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #FFF;
	float: left;
}
.main_sub {
	font-size: 18px;
	line-height: 36px;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 20px;
}
.main_text {
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}
.main_pic {
	float: left;
	height: auto;
	width: 100%;
	margin-right: 0px;
	text-align: center;
}
.foot {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	height: auto;
	float: left;
	background-image: url(images/foot.png);
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 0px;
	position: static;
	left: 73px;
	bottom: 10px;
	z-index: 2;
	text-align: center;
	background-position: center top;
	margin-top: 30px;
	padding-top: 50px;
}
#imageFlow {
	height: 80%;
	position: absolute;
	left: 0px;
	top: 300px;
	display: none;
	}
	#bigPic{
	width: 100%;
	background-color: #FFF;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
}
.spic {
	position: static;
	height: auto;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 555;
}
ul#thumbs li{
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	border: 1px solid #A9AAA8;
	padding: 3px;
	cursor: pointer;
	width: 100%;
}
ul#thumbs img {
	float: left;
	width: 100%;
	height: auto;
	line-height: 80px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

	
}
