@charset "utf-8";
.red {border:red 1px solid;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;}
img {border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;}
/*ul , li {list-style-type:none;}*/
.float_left{float:left;}
.float_right {float:right;}
.align_l {text-align:left;}
.align_c {text-align:center;}
.align_r {text-align:right;}
.space {height:0px;	font-size:0px; line-height:0px;	overflow:hidden; clear:both;}
.interval {font-size:0px; line-height:0px;}
.h_5 {height:5px;font-size:0px;line-height:0px;}
.h_8 {height:8px;font-size:0px;line-height:0px;}
.h_10 {height:10px;font-size:0px;line-height:0px;}
.h_15 {height:15px;font-size:0px;line-height:0px;}
.h_20 {height:20px;font-size:0px;line-height:0px;}
.h_25 {height:25px;font-size:0px;line-height:0px;}
.h_30 {height:30px;font-size:0px;line-height:0px;}

.w_100 {width:100%;}
.w_50 {width:50%;}
.w_33 {width:33.33%;}
.w_25 {width:25%;}
.w_20 {width:20%;}
.w_10 {width:10%;}

a:link, a:visited {
	text-decoration:none;
	color:#0000FF;
	transition: all 0.5s ease 0s;
}
a:active, a:hover {
	text-decoration:underline;
	color:#FF0000;
	cursor:pointer;
	transition: all 0.5s ease 0s;
}

table {
	table-layout: fixed;
	word-wrap:break-word;
	word-break: break-all;
}
div {
	table-layout: fixed;
	word-wrap: break-word;
}

a .n_P img {
	filter:alpha(opacity=100);Opacity:1.0;
	transition: all 0.5s ease 0s;
}
a:hover .n_P img {
	filter:alpha(opacity=60);Opacity:0.6;
	transition: all 0.5s ease 0s;
}

.newsSubP img, .facilitySubP img, .facilitySubC img, .ns_P img, .ns_C img, .chargeSubC img {
	max-width:100%!important;
	height:auto!important;
}
.btn_a img, .newsP img, .bannerBg img, .n_P img, .subBannerP img {
	width:100%!important;
}

.hr_01 {
	font-size:0px; line-height:0px;
	height:1px;
	background-color:#a0a0a0;
}
.hr_02 {
	font-size:0px; line-height:0px;
	height:1px;
	background-color:#fff;
	width:108px;
	margin:10px auto;
}

.goTop {
	position:fixed;
	bottom:20%;
	right:-150px;
	width:88px;
	height:88px;
	z-index:9997;
}
.goTop a:link, .goTop a:visited {
	text-decoration:none;
	display:block;
	width:88px;
	height:88px;
	overflow:hidden;
	text-align:center;
	filter:alpha(opacity=60);Opacity:0.6;
	transition: all 0.5s ease 0s;
}
.goTop a:active, .goTop a:hover {
	text-decoration:none;
	cursor:pointer;
	filter:alpha(opacity=100);Opacity:1;
	transition: all 0.5s ease 0s;
}


.youtubecontent{
position: relative;
padding-top: 30px; height: 0; overflow: hidden;
}
.youtubecontent{
padding-bottom: 56.25%;
}
.youtubecontent iframe,
.youtubecontent object,
.youtubecontent embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* 共用 */
body {
	margin:0px;
	font-size:12px;
	font-family:"微軟正黑體";
	font-weight:bold;
	background-color:#f39800!important;
}


.frame {
	width:100%;
	background-color:#FFF!important;
}


.top {
	height:103px;
}


.banner {
	position:relative;
	height:550px;
	overflow:hidden;
	background:url(../images/banner_01.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:0px; line-height:0px;
}
.bannerT {
	position:absolute;
	top:50%;
	left:50%;
	margin:-78px 0 0 -156px;
}
.header {
	position:fixed;
	top:0px;
	width:100%;
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.75);
	z-index:999;
}
.menu {
	padding:22px 0;
	font-size:18px;
	font-weight:bold;
	font-family:"微軟正黑體";
	color:#FFF;
}
.menu label {
	font-family:"新細明體";
	padding:0px 15px;
	margin-bottom:0;
}
.menu a:link, .menu a:visited {
	text-decoration:none;
	color:#FFF;
	transition: all 0.5s ease 0s;
}
.menu a:active, .menu a:hover {
	text-decoration:none;
	color:#f2c820;
	cursor:pointer;
	transition: all 0.5s ease 0s;
}
.menu span {
	color:#f2c820;
}


.btnA {
}
.btnA1, .btnA2, .btnA3 {
	float:left;
	position:relative;
	width:33.33%;
	height:280px;
	overflow:hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size:0px; line-height:0px;
}
.btnA1 {background:url(../images/pic_01.jpg) no-repeat center center scroll;}
.btnA2 {background:url(../images/pic_02.jpg) no-repeat center center scroll;}
.btnA3 {background:url(../images/pic_03.jpg) no-repeat center center scroll;}
.btnAT {
	position:absolute;
	top:50%;
	left:50%;
	margin:-66px 0 0 -142px;
}
a .btnAT img {
	transform: scale(1.0, 1.0);
	background-color:rgba(0, 0, 0, 0);
	transition: all 0.5s ease 0s;
}
a:hover .btnAT img {
	transform: scale(0.9, 0.9);
	background-color:rgba(0, 0, 0, 0.7);
	transition: all 0.5s ease 0s;
}


.item_01 {
	background-color:#e48013;
	padding:30px 0;
}
.newsDiv {
	position:relative;
	padding:0 15px 30px 15px;
	font-family:"微軟正黑體";
}
.newsT {
	font-size:24px;
	color:#1c1c1c!important;
	line-height:30px;
	font-weight:bold;
	height:61px;
	overflow:hidden;
	margin:20px 0 20px 0;
}
.newsC {
	font-size:16px;
	font-weight:normal;
	color:#797979!important;
	line-height:30px;
	height:91px;
	overflow:hidden;
}
.newsDiv a:link, .newsDiv a:visited, a:link .newsT, a:visited .newsT, a:link .newsC, a:visited .newsC {
	text-decoration:none;
	color:#1c1c1c;
	transition: all 0.5s ease 0s;
}
.newsDiv a:active, .newsDiv a:hover, a:active .newsT, a:hover .newsT, a:active .newsC, a:hover .newsC {
	text-decoration:underline;
	color:#1c1c1c;
	cursor:pointer;
	transition: all 0.5s ease 0s;
}
.more_01 {
	position:relative;
	height:71px;
	text-align:center;
	font-size:24px;
	font-family:"微軟正黑體";
	font-weight:bold;
	margin:20px 0;
}
.more_01 a:link, .more_01 a:visited {
	text-decoration:none;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-121px;
	color:#a3c31d;
	border:3px solid #aacb08;
	border-radius: 25px;
	width:236px;
	height:65px;
	line-height:63px;
	display:block;
	transition: all 0.5s ease 0s;
}
.more_01 a:active, .more_01 a:hover {
	text-decoration:none;
	color:#a3c31d;
	cursor:pointer;
	color:#e48013;
	border:3px solid #e48013;
	border-radius: 10px;
	transition: all 0.5s ease 0s;
}


.mapA {
	position:relative;
	width:100%;
}
.mapAB {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.60);
	background-image:url(../images/item_14.png);
	background-repeat:no-repeat;
	background-position:center;
	z-index:99;
}
a .mapAB {
	text-decoration:none;
	background-color:rgba(0, 0, 0, 0.60);
	transition: all 0.5s ease 0s;
}
a:hover .mapAB {
	text-decoration:none;
	background-color:rgba(0, 0, 0, 0.80);
	transition: all 0.5s ease 0s;
}


.footer {
	padding:15px 0 30px 0;
	font-family:"微軟正黑體";
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.footer span {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#fff100;
}