﻿@charset "utf-8";

/* CSS Document */
#BackToTop
{
	margin: 0 auto;
	width: fit-content;
}

img, div, input 
{ 
	behavior: url("iepngfix.htc") 
}

.clear 
{ 
	clear:both
}

body 
{
	font-family:"微軟正黑體", "Microsoft JhengHei", Helvetica, "新細明體";
	font-size:100%;
	color:#000;
	background:url(../images/bg.jpg) repeat-x;
	margin:0 auto;
	width:100%;
	text-align:center; /*for IE 置中*/
	-moz-user-select:none; /*for FF*/

}

a:link 
{
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;
}

a:active 
{
	text-decoration: none;
}

ul
{
	list-style-type:none;
}

img 
{
	border:none;
}

#header
{
	width:1000px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
}
#top_link
{
    margin: -10px 0px 5px 0px;
}

#container /*上方輪播橫幅區域*/
{
	width:1000px;
	height: 350px;
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	overflow: hidden; 
	position: relative;
	/*min-height:350px;*/
}

#container #carouselontop /*輪播本體*/
{
 	position: relative;
	overflow: hidden;
	width: 1000px; 
	height: 350px;
}

#carouselontop:hover #carousel-control-prev /*指在輪播時左向鍵*/
{
	background-color: #a775b5;
	display: block;
}

#carouselontop:hover #carousel-control-next /*指在輪播時右向鍵時*/
{
	background-color: #a775b5;
	display: block;
}

.carousel-item /*輪播內容物屬性*/
{
	width: 1000px;
	height:fit-content;
	background-color: grey;
}

#carousel-control-prev /*輪播左向鍵*/
{
	line-height: 39px; 
	text-align: center; 
	font-size: 36px; 
	font-weight: bold;
	width: 40px; 
 	height: 40px;
	left: 20px;
	top: 150px; 
	color: #fff;
	display: none;
}

#carousel-control-next /*輪播右向鍵*/
{   
	line-height: 39px; 
	text-align: center; 
	font-size: 36px; 
	font-weight: bold;
	width: 40px; 
	height: 40px;
	right: 20px;
	top: 150px; 
	color: #fff;
	display: none;
}

#carousel-indicators /*輪播選擇按鈕*/
{
	text-align: center; 
	height: fit-content;
	width: fit-content;
	top: 330px;
	background-color: #a775b5;
	bottom:0px;
	opacity: 0.7;
}

#carousel-indicators:hover /*指在輪播選擇按鈕時*/
{
	opacity: 1;
}

@media screen and (min-width: 1441px)
{ 
	#main_container
	{
		width: 100vw;
		max-width: 1440px;
    		min-width: 1000px;


		height:auto;
		margin-left:auto;
		margin-right:auto;
		min-height:260px;	
		overflow: hidden; 
		position: relative;
		text-align: center;
	}
} 


@media screen and (max-width: 1440px) 
{ 
	#main_container
	{
		/*width: 100vw;
		max-width: 1440px;*/
    		min-width: 1000px;

		width:1000px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		min-height:260px;	
		overflow: hidden; 
		position: relative;
		text-align: center;
	}
}

#menu
{
	width:100%;
	height:70px;
}

@media screen and (min-width: 1441px) 
{
	.top 
	{
		background-color:#a775b5;
		width: 100vw;
		height:41px;
		transition: 0.5s;
	}
}

@media screen and (max-width: 1440px) 
{
	#menu .top
	{
		/*background:url(../images/index/menubg.png) no-repeat;*/
		background-color:#a775b5;
		width:1000px;
		height:41px;
		transition: 0.5s;
	}
}

@media screen and (min-width: 1441px) 
{
	#topmenu 
	{
		margin: 0px 0 0 380px;
		_margin:0px 0 0 50px;
		padding: 0;
		list-style: none;
		position: relative;
		width: auto;
		float: left;
		transition: 0.5s;
	}
}
@media screen and (max-width: 1440px) 
{
	#topmenu 
	{
		margin: 0px 0 0 150px;
		_margin:0px 0 0 50px;
		padding: 0;
		list-style: none;
		position: relative;
		width: auto;
		float: left;
		transition: 0.5s;
	}
}
#topmenu .menu_title
{
	color: white;
	border: thin;
    	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-collapse:collapse;
	margin: 0px -1px 0px 0px;
}

#topmenu li 
{
	margin: 0;
	padding: 0 18px;
	float: left;
}
#topmenu li a 
{
	display:block;
	color:#FFFFFF; 
	font-size:18px; 
	font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-decoration: none;
	padding: 10px 13px;	
}

#topmenu li a:hover 
{
	color:#99CC99;
	text-decoration:none;
}

#topmenu li ul 
{
	border-style: solid;
    	border-width: thin;
    	border-color: rgb(230, 230, 230);
	background-color: #b17ec1;
	padding: 0px 0 ;
	list-style: none;
	float: left;
	position:absolute;
	display: none;
	z-index: 9999;

}

#topmenu li ul li 
{
	margin:13px; 
	padding:0;
	background-color: #b17ec1;
}

#topmenu li ul li a 
{ 
	display: inline; 
	color:#ffffff; 
	text-shadow: black 0.1em 0.1em 0.2em; 
	font-size:100%; 
	font-weight: 900;
	
}

#topmenu li ul li a:hover 
{
	color:#99CC99;
	text-decoration:none;
}

#topmenu li ul li img 
{
	position:absolute;
	top:9px;
	left:5px;
	top:8px;
}

@media screen and (min-width: 1441px) 
{ 
	#sidebar
	{
		display: flex;
		float:left;
		width:203px;
		height:auto;
	}
}

@media screen and (max-width: 1440px) 
{ 
	#sidebar
	{
		/*max-width: 406px;
		min-width: 203px;*/
		float:left;
		width:203px;
		height:auto;
	}
}

#sidebar .BAR_group
{
	border-color: #9d6497;
	border-style: outset;
	width: fit-content;
	margin:0px 3px 0px 0px;
}

#sidebar .BAR_gap
{
	height: 3px;
	width: 203px;
}

#sidebar .BAR
{
	height: fit-content;
	width: 203;
	overflow:hidden;
	border: solid;
    	border-color: #e1e1e1;
}

#sidebar .BAR:hover
{

    	border-color: #99CC99;
}

#sidebar .BAR_static
{
	height: fit-content;
	width: 203px;
	overflow:hidden;
	border: solid;
    	border-color: #e1e1e1;
	color:#000000; 
	/*font-size:18px;*/
	font-weight: bolder;
	/*text-shadow: black 0.1em 0.1em 0.2em;*/
}

#sidebar .BAR .quick
{
	float:left;
	margin:2px ;
}

#sidebar .BAR a.MenuE
{
	background:url(../images/sidebar/quick_01.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}

#sidebar .BAR a.MenuE:hover
{
	background:url(../images/sidebar/quick_04.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}

#sidebar .BAR a.MenuF
{
	background:url(../images/sidebar/quick_02.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}

#sidebar .BAR a.MenuF:hover
{
	background:url(../images/sidebar/quick_05.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}

#sidebar .BAR a.MenuG
{
	background:url(../images/sidebar/quick_03.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0;
}

#sidebar .BAR a.MenuG:hover
{
	background:url(../images/sidebar/quick_06.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0;
}

#sidebar .BOX
{
	/*border:1px solid #CCC;
	border-radius:6px;*/
	width:190px;
	height:128px;
	margin-top:5px;
	text-align:left;
	padding-left:10px;
	overflow: hidden;
	position: relative;
}

#sidebar .BOX ul, li
{
	margin: 0;
	padding: 0;
}

#sidebar .BOX ul
{
	position: absolute;
}

#sidebar .BOX ul li a
{
	background:url(../images/icon/IconBlueArrow.jpg) no-repeat;
	padding-left: 15px;
	background-position: 2px 8px;
	text-decoration:none;
	color: #000;
	line-height:25px;
}

#sidebar .BOX a:hover 
{
	color: #996699; text-decoration:underline;
}

#sidebar .BOX1
{
	border:1px solid #CCC;
	border-radius:6px;
	width:190px;
	height:100%;	
	overflow:hidden;
	margin-top:5px;
	text-align:left;
	padding-left:10px;
	*padding-left:2px;
	*margin-left:-2px;
	_margin: 0;
	_padding: 0;
}

#sidebar .BAR h3
{
	background:url(../images/sidebar/left08.jpg) no-repeat;
	height:28px;
	width:203px;
	color:#fff;
	margin:-1px 0;
	_margin:3px 0;
	padding-top:2px;
}

#sidebar .BOX1 a
{
	background:url(../images/icon/IconBlueArrow.jpg) no-repeat;
	padding-left: 15px;	
	background-position: 2px 8px;
	text-decoration:none;
	color: #000;
	line-height:25px;
}

#sidebar .BOX1 a:hover
{
	color: #996699; 
	text-decoration:underline;
}

#sidebar .BAR .search
{
	background: url(../images/sidebar/left02.png) no-repeat;
	_background:;
	width:203px;
	height:60px;
}

#sidebar .BAR .search input 
{
	margin:15px 0 0 5px;

}

.BTN {
	background:url(../images/sidebar/btnA.gif) no-repeat;
    border: thin none;
    color: #FFFFFF;
    cursor: pointer;
    height: 25px;
    text-align: center;
    text-decoration: none;
    width: 45px;
}

#content
{
	/*float:center;*/
	width:530px;
	/*margin:0 0 0 238px;
	_margin:0 0 0 210px;*/
	margin:0 auto;
}

#content .top
{
	background:url(../images/index/service.png) no-repeat;
	width:530px;

	height:180px;
}

#content .top a.MenuA
{
	background:url(../images/index/middle_top_05.jpg) no-repeat;
	float:left;
	height:156px;
	width:112px;
	margin:12px 0 0 45px;
}

#content .top a.MenuA:hover
{
	background:url(../images/index/middle_top_01.jpg) no-repeat;
	float:left;
	height:156px;
	width:112px;
	margin:12px 0 0 45px;
}

#content .top a.MenuB
{
	background:url(../images/index/middle_top_06.jpg) no-repeat;
	float:left;
	height:156px;
	width:114px;
	margin:12px 0 0 8px;
}

#content .top a.MenuB:hover
{
	background:url(../images/index/middle_top_02.jpg) no-repeat;
	float:left;
	height:156px;
	width:114px;
	margin:12px 0 0 8px;
}

#content .top a.MenuC
{
	background:url(../images/index/middle_top_07.jpg) no-repeat;
	float:left;
	height:156px;
	width:113px;
	margin:12px 0 0 8px;
	
}

#content .top a.MenuC:hover
{
	background:url(../images/index/middle_top_03.jpg) no-repeat;
	float:left;
	height:156px;
	width:113px;
	margin:12px 0 0 8px;
}

#content .top a.MenuD
{
	background:url(../images/index/middle_top_08.jpg) no-repeat;
	float:left;
	height:156px;
	width:113px;
	margin:12px 0 0 8px;
}

#content .top a.MenuD:hover
{
	background:url(../images/index/middle_top_04.jpg) no-repeat;
	float:left;
	height:156px;
	width:113px;
	margin:12px 0 0 8px;
}

#content .bottom .announcement_title
{
	position: relative;
	display:flex;
	align-items: center;
	width:530px; 		
	height:44px;
	float:center;
	margin:12px 0 0 0;
	text-align:left;
}

#content .bottom .announcement_title_text
{
	margin: 25px; 
	color:#FFFFFF; 
	font-size:18px; 
	font-weight: bolder;
	text-shadow: black 0.1em 0.1em 0.2em;
	
}

#content .bottom .announcement_content
{
	float:center;
	border:1px solid #CCC;
	margin-top:0px;
	margin-left:0px;
	width:530px;
	text-align:left;
	line-height:30px;
	padding:15px;
}


#content .bottom .announcement_content dt
{
	color: #008000;	
}

#content .bottom .announcement_content dt a
{
	background:url(../images/icon/IconBlueArrow.jpg) no-repeat;
    	font-size: 16px;
	padding-left: 15px;
	background-position: 2px 8px;
	text-decoration:none;
	color: #008000;
}

#content .bottom .announcement_content dt a:hover
{
	color: #a775b5;
	text-decoration:underline;
}

#footer
{
	background-color:#986699;
	float:left;
	width:100%;	
}

#copyright
{
	/*color:#FFF;*/
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

#copyright #copyright_logo
{
	cursor: pointer;
}

#copyright #copyright_text_before
{
	height: 20px;
}

#copyright #copyright_text
{
	color:#FFFFFF;
	float:left;
	text-align:left;
	font-size:100%;
	margin: 0px 0 0 0px;
}

#copyright #copyright_text_after
{
	height: 20px;
}

#copyright #copyright_text a
{
	color: #99CC99;
}

@media screen and (min-width: 1441px) 
{ 
	#sidebarRight
	{
		display:flex;
		position: absolute;
		/*margin:0px 0px 0px 18px;*/
		width:203px;
		height:auto;
		float:right;
		right:230px;
		top:70px;
	}
}

@media screen and (max-width: 1440px) 
{
	#sidebarRight
	{
		position: absolute;
		width:203px;
		height:auto;
		float:right;
		right:0px;
		top:70px;
	}
}

#sidebarRight .BAR
{
	height: fit-content;
	width: 203px;
	overflow:hidden;
	border: solid;
    	border-color: #e1e1e1;
}

#sidebarRight .BAR:hover
{

    	border-color: #99CC99;
}

#sidebarRight .BAR_group
{
	border-color: #9d6497;
	border-style: outset;
	float: right; 
	width: fit-content;
	margin:0px 3px 0px 0px;
}

#sidebarRight .BAR_gap
{
	height: 3px;
	width: 203px;
	float: right;"
}

#sidebarRight .BAR_static
{
	
	width: 203px;
	overflow:hidden;
	border: solid;
    	border-color: #e1e1e1;
	color:#000000; 
	/*font-size:18px;*/
	font-weight: bolder;
	/*text-shadow: black 0.1em 0.1em 0.2em;*/	
}

#sidebarRight .BAR .quick
{
	float:right;
	margin:2px ;
}

#sidebarRight .BAR a.MenuE
{
	background:url(../images/sidebar/quick_01.jpg) no-repeat;
	float:right;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}

#sidebarRight .BAR a.MenuE:hover
{
	background:url(../images/sidebar/quick_04.jpg) no-repeat;
	float:right;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}

#sidebarRight .BAR a.MenuF
{
	background:url(../images/sidebar/quick_02.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}

#sidebarRight .BAR a.MenuF:hover
{
	background:url(../images/sidebar/quick_05.jpg) no-repeat;
	float:right;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}

#sidebarRight .BAR a.MenuG
{
	background:url(../images/sidebar/quick_03.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0;
}

#sidebarRight .BAR a.MenuG:hover
{
	background:url(../images/sidebar/quick_06.jpg) no-repeat;
	float:right;
	height:63px;
	width:64px;
	margin:0;
}

#sidebarRight .BOX
{
	border:1px solid #CCC;
	border-radius:6px;
	width:190px;
	height:128px;
	margin-top:5px;
	text-align:left;
	padding-left:10px;
	overflow: hidden;
	position: relative;
}

#sidebarRight .BOX ul, li
{
	margin: 0;
	padding: 0;
}

#sidebarRight .BOX ul
{
	position: absolute;
}

#sidebarRight .BOX ul li a
{
	background:url(../images/icon/IconBlueArrow.jpg) no-repeat;
	padding-left: 15px;
	background-position: 2px 8px;
	text-decoration:none;
	color: #000;
	line-height:25px;
}

#sidebarRight .BOX a:hover 
{
	color: #996699; 
	text-decoration:underline;
}

#sidebarRight .BOX1
{
	border:1px solid #CCC;
	border-radius:6px;
	width:190px;
	height:100%;	
	overflow:hidden;
	margin-top:5px;
	text-align:left;
	padding-left:10px;
	*padding-left:2px;
	*margin-left:-2px;
	_margin: 0;
	_padding: 0;
}

#sidebarRight .BAR h3
{
	background:url(../images/sidebar/left08.jpg) no-repeat;
	height:28px;
	width:203px;
	color:#fff;
	margin:-1px 0;
	_margin:3px 0;
	padding-top:2px;
}

#sidebarRight .BOX1 a
{
	background:url(../images/icon/IconBlueArrow.jpg) no-repeat;
	padding-left: 15px;	
	background-position: 2px 8px;
	text-decoration:none;
	color: #000;
	line-height:25px;
}

#sidebarRight .BOX1 a:hover
{
	color: #996699; 
	text-decoration:underline;
}

#sidebarRight .BAR .search
{
	background: url(../images/sidebar/left02.png) no-repeat;
	_background:;
	width:203px;
	height:60px;
}

#sidebarRight .BAR .search input 
{
	margin:15px 0 0 5px;

}
