﻿@charset "UTF-8";
/* CSS Document */

body{ margin:0; padding:0;background: url(../images/header01.jpg)  top center no-repeat; font-family:Arial, Helvetica, sans-serif,"微軟正黑體"; font-size:14px; color:#333}
a{ color:#069; text-decoration:none}
a:hover{ color: #F90}
a:visit{ color:#666}
ul{ margin:0; padding:0}
li{ list-style:none; padding:0; margin:0}
table{border:none}
.clear{ clear:both}
.header{ width:1018px; height:540px; background:url(../images/header.jpg); margin:0 auto; position:relative}
.topmenu{
	width:280px;
	height:20px;
	line-height:20px;
	display:block;
	position:absolute;
	top:130px;
	right:50px;
}
.topmenu li{ float:left;margin:0 5px;}
.topmenu li a{-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; display:block;padding:0 5px 0 5px}
.topmenu li .current{ background:#FC0;color:#333;}
.topmenu li .current:hover{ background:#FC0;color: #FFF;}
.topmenu a{color:#fff}
.topmenu a:hover{ color: #F90}
.lan{
	width:130px;
	height:20px;
	position:absolute;
	line-height:20px;
	position:absolute;
	right:5px;top:5px;
}
.banner{
	width:1007px;
	height:320px;
	position:absolute;
	left: 6px;
	top: 157px;
}
.container{ width:1018px; background:url(../images/content.jpg); margin:0 auto}
.pad52{ width:1018px; padding-top:52px; font-size:22px; line-height:52px; font-weight:bolder; padding-left:100px; color:#FFF}
.content{ width:968px; height:auto; background:right bottom no-repeat}
.content_txt{ padding:20px 20px 0px 100px; width:500px; height:350px; margin:0 0 20px 0;overflow-y:scroll; line-height:20px; font-size:16px; color: #666;overflow:hidden;}
.content_txt1{ padding:20px 20px 0px 100px; width:800px; height:720px; margin:0px;overflow-y:scroll; line-height:20px; font-size:16px; color: #666;overflow:hidden;}
.footer{ width:1018px; height:60px; padding-top:8px;background:#2e3b4b; color:#fff;margin:0 auto; text-align:center; line-height:18px; font-size:13px;}
.footer a{ color:#fff}
.footer a:hover{ color:#FC3}  
.term_txt{ width:500px; padding:180px 0 10px 0;margin:0 auto;font-size:16px; line-height:16px;}
.term_txt h1{ color:#036; font-size:22px; line-height:30px}
.term_txt h3{ color: #36C; font-size:18px; line-height:30px}
.term_txt ul{ padding-left:20px}
.term_txt ul li{ margin:20px 0; list-style: disc;line-height:20px  }
.contact_td td{padding:5px 0}



#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	z-index:100;
	width: 1007px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1007px;
	overflow:hidden;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:1007px;
	height:350px;
	display:block;
	overflow: hidden;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:379px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	margin-left: -24px;
}

#slides .next {
	margin-left: 1007px;
}

/*
	Pagination
*/

.pagination {
	width:90px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.pagination li {
	float:left;
	margin:0 5px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:10px;
	left:0;
	height:100px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:500px;
	font-size:14px;
	line-height:20px;
	color:#fff;
	letter-spacing: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-shadow: 2px 2px 2px #333;
}

.caption h1 {
	position:absolute;
	font-size: 32px;
	font-weight: bold;
	left: 16px;
	top: -38px;
}
