@charset "utf-8";
/* 樣板以外自訂樣式 */
.trans{-moz-transform:rotate(3deg);
-webkit-transform:rotate(3deg);
-o-transform:rotate(3deg);
-ms-transform:rotate(3deg);
transform:rotate(3deg);}

.topnav{
	float: right;
	text-align: right;
}
.topnav a, .topnav a:visited{
	color: #007f41;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.topnav a:hover{
	color: #FFFFFF;
	font-size: 12px;
	background-color: #A2B74E;

}
.topnav a.current{background-color: #5b91de;}
.index_profile{
	background-image: url(../white-opacity-60.png);
	position: absolute;
	z-index: 9999;
	bottom: 0px;
	left: 0;
	right: 0;

}
/* Visit http://www.menucool.com/responsive-slider for instructions */
/*Slideshow container*/
.index_swf {
	margin: 0;
	position: relative;
}

.index_swfImg {
    width: 100%;
	min-height:400px;
}


.slideshow {
    position: relative;
    max-width: 100%;
}

/*Slideshow images*/

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	cursor:pointer;
}

/*Buttons*/

.slideBtn {
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 100%;
    cursor: pointer;
}

.leftBtn {
    left: 0px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.rightBtn {
    right: 0px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

/*Arrow pointers*/

.pointer {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 9001;
    left: 12px;
    opacity: 0.8;
}

.previous {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;

}

.next {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    right: 12px;
    left: auto;
}

/*Helper style classes*/

.hide {
    visibility: hidden;
}

.index_bg{
	width: 100%;
	float: left;

}  
.bg_white{	background-image: url(../white-opacity-60.png);
}
.index_pro img{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d0d8e2;
}
.page_swf{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	height: 243px;
}
   
#map {
	width: 100%;
	height: 243px;
	position: relative;
	z-index: 1;
}
.location{
	
}
