@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #3f3f3f;
}

img {
	border: 0;
}

ol,ul {
	list-style: none;
}

.hidden {
	display: none;
}

#container {
	width: 100%;
	background: url(images/bg.jpg) no-repeat top center;
	text-align: center;
}
#container2 {
	width:100%;
	text-align: left;
	margin: 0 auto;
}


/*-----*/

#header {
    width:960px;
	margin:0 auto;
	padding:0;
    position: relative;		
}

#header h1 {
	position: relative;
	height: 63px;
	background: url(images/head_01.jpg) no-repeat;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}

#header h2 {
	position: relative;	
	background: url(images/head_02.jpg) no-repeat;	
	height:342px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#header .picslide{
	position:absolute;
	width:490px;
	height:317x;
	top:50px;
	left:407px;
	z-index:99;
}

/**輪播**/

#slider1 {
    width: 490px; /* important to be same as image width */
    height: 317px; /* important to be same as image height */
	overflow: hidden; /* important */
}

#slider1Content {
	width: 490px; /* important to be same as image width or wider */
	position: absolute;
	top:0;
	height:20px;
	left:0;
}
.slider1Image {
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font:Arial, Helvetica, sans-serif;
	margin:0;
    padding:5px 0 5px 0;
	line-height:2em;
    width: 490px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size:0.95em;
}
.top {
	top: 0;
    left: 0;
	width: 490px !important;
	height: 30px;
}	


#sharecola{
	z-index:999 !important;
}

/*下攔*/
#main {
	width:960px;
	margin:0 auto;
	padding:0;	
	overflow: hidden;
}

#main .tour01{
	position: relative;	
	margin:0 13px 10px 13px;
	background: url(images/tour_01.jpg) no-repeat;
	width:934px;
	height:336px;
}
.hidden{
	visibility:hidden}
	
#main .txt{
	position:absolute;
	width:380px;
	top:122px;
	left:539px;
	font-size:1em;
	line-height:1.6em;
	color:#fff;
}
#main .txt .ti{
	margin:0;
	padding:3px 5px;
	font-size:0.95em;
	line-height:1.6em;	
	color:#fff;
	background-color:#639;
	}
	
#main .txt ul{
	margin:5px 0;
	padding:0;
}
#main .txt li{
	font-size:0.95em;
	line-height:2em;
	color:#fff;
}
#main .txt li a:link,#main .txt li a:visited{
	color:#FFF;
	text-decoration:underline;
}
#main .txt li a:hover{
	color:#FFF;	
	background-color:#CC0066;
}

#main .txt li.list{
	margin:0;
	padding:0 0 0 15px;
	font-size:0.75em;
	line-height:1.6em;
	color:#ccf;
}

#main .tour02{
	position: relative;	
	margin:0 13px 10px 13px;
	background: url(images/tour_02.jpg) no-repeat;
	width:934px;
	height:336px;
}
#main .tour03{
	position: relative;	
	margin:0 13px 10px 13px;
	background: url(images/tour_03.jpg) no-repeat;
	width:934px;
	height:336px;
}
#main .tour04{
	position: relative;	
	margin:0 13px 10px 13px;
	background: url(images/tour_04.jpg) no-repeat;
	width:934px;
	height:336px;
}


hr {
	clear:both;
	margin:0;
	padding:0;
	visibility:hidden;
	/*display:none;*/
}
