@charset "utf-8";

/*通用*/
body {
	margin:0; 
	padding:0; 
	line-height:190%;  
	color:#333;
	font-family:"微軟正黑體",open-sans, Arial, sans-serif !important;
	font-size:1em;
	/*background:url(../img/bg_05.jpg);*/
}
h1 {
    font-size: 2.6em;
    line-height: none;
    margin: 0;
}
h2 {
    line-height: 150%;
	margin: 0;
	color: #107b51;
    font-weight: bold;
    font-size: 1.7em;
    margin: 0;
}
h3 {
	font-size: 1.4em;
    line-height: 150%;
	font-weight:bold;
	margin-bottom:15px;
    color: #7b7710;
	float:left;
	width:100%;
}
h4{
	font-weight:bold;
}
.title_01{
	font-size:1.2em;
	font-weight:bold;
	line-height:170%;
}
a{
	text-decoration:none !important;
	color:#333;
}
a:hover, a:focus{
	color:#1f3e63;
}
p {
    margin: 0;
	color:#333;
}
li{
	line-height:190%;
}
label{
	font-weight:400;
	margin-bottom:0;
}
hr{
	float:left;
	width:100%;
}
*{
	padding:0;
	margin:0;
}
img{
	max-width:100%; 
	height:auto;
}
.container {
    padding-right: 20px;
    padding-left: 20px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.btn_01{
	padding:7px 25px 8px 25px !important;
	background:#7b7710;
	color:#fff;
	cursor:pointer;
	margin:5px;
	border:0;
	border-radius:50px;
	line-height:130%;
	height: 34px;
	white-space:nowrap;
}
.btn_01:hover ,.btn_01:focus{
	background:#1f3e63;
	color:#fff;
}
button.btn_01{
	font-size:1em;
}
.btn_02{
	padding:7px 25px 8px 25px !important;
	background:#666;
	color:#fff;
	cursor:pointer;
	margin:5px;
	border:0;
	border-radius:30px;
	line-height:130%;
	height: 34px;
	white-space:nowrap;
}
.btn_02:hover ,.btn_02:focus{
	background:#333;
	color:#fff;
}
.red{
	color:#c00;
}
.gray{
	color:#999;
}
.bg-white {
    background: #fff!important;
}
.display_none{
	display:none;
}
.display_inline {
    display: inline-block !important;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.big_font{
	font-size:1.2em;
}
.small_font{
	font-size:0.9em;
}
.scroll-to-top:hover{
	background:#1f3e63 !important;
}
.scroll-to-top i{
	color:#fff !important;
}
.top_line {
    border-top: solid #efefef 1px;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.text_left{
	text-align:left;
}
marquee{
	font-size:1.2em;
}
.w-auto{
	width:auto;
}
.w-100{
	width:100%;
}
.input-large {
    width: 320px!important;
}
.input-medium {
    width: 240px!important;
}
.input-small {
    width: 145px!important;
}
.input-xsmall {
    width: 80px!important;
}
.nomargintop{
	margin-top:0px;
}
.nomarginbottom{
	margin-bottom:0px;
}
.nomarginleft{
	margin-left:0px;
}
.nomarginright{
	margin-right:0px;
}
.nopaddingtop{
	padding-top:0px;
}
.nopaddingbottom{
	padding-bottom:0px;
}
.nopaddingleft{
	padding-left:0px;
}
.nopaddingright{
	padding-right:0px;
}
.img_padding{
	padding:10px;
}
.price{
	font-family:Tahoma;
	font-weight:bold;
	color:#c00;
	font-size:1.2em;
}
.con_font{
	float:left;
	width:100%;
}
.pt-1{
    padding-top: .25rem!important;
}
.pt-2{
    padding-top: .5rem!important;
}
.pt-3{
    padding-top: .75rem!important;
}
.btn_box{
	float:left;
	width:100%;
	margin:20px 0;
}
.btn_box a.btn_02 ,.btn_box a.btn_01{
	display:inline-block;
}
.btn_box label{
	line-height: 150%;
	margin:0 10px;
	font-weight:400;
}


/*for無障礙*/
.accesskey{
	text-decoration:none;
}
.accesskey:focus {
	outline:2px solid #00b0f0;
	text-decoration:none;
}
a:focus {
	outline:2px solid #00b0f0 !important;
	text-decoration:none;
}
a.sr-only {
    color: #fff;
    background: #000;
    float: left;
	padding:0 10px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: absolute!important;
	z-index:99;
}
input.form-control:focus ,textarea.form-control:focus ,input[type="text"]:focus,input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus, textarea:focus ,select:focus{
    background-color:#ffbf47 !important;
	color:#000 !important;
	outline:2px solid #00b0f0!important;
}
input[type=submit]:focus ,.owl-theme .owl-nav [class*=owl-]:focus{
	outline:2px solid #00b0f0!important;
}
button:focus{
	outline:2px solid #00b0f0;
}
:focus {
    outline: 2px solid #00b0f0 !important;
    text-decoration: none;
}


/*date*/
.date{
	font-size:0.9em;
	color:#ac5e1f;
	float:left;
	padding-right:10px;
}
.date:before{
	content: "\f017";
    font-family: FontAwesome;
	padding-right:5px;
}
.top_class{
	font-size:0.9em;
	line-height:150%;
	background:#666;
	color:#fff;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
.update{
	float:left;
	width:100%;
	color:#666;
	padding:20px 0 0 0;
	font-size:0.9em;
}
.editor{
	float:left;
	width:100%;
}


/*header*/
#header {
    float: left;
    width: 100%;
	height:189px;
}
#header .header-top a{
	float:left;
	font-size:0.9em;
}
#header .header-top a:hover ,#header .header-top a:focus{
	background:#7b7710;
	color:#fff;
}
.header-top .top_tel{
	float:left;
	padding:4px 0 0 5px; 
}
.header-top .top_tel .item{
	padding-right:20px;
	display:inline-block;
}
.header-top .top_tel i{
	color:#ffdb00;
	padding-right:5px;
	font-size:0.8em;
}
.header-top .top_tel .item:first-child i{
	padding-left:5px;
	font-size:0.7em;
}
.header-top .float_right{
	min-height:39px;
	line-height: 100%;
}


/*top link*/
.top_link{
	display: inline-block;
}
.top_link a {
	color:#fff;
	text-decoration:none;
}
.top_link a:hover {
	color:#333;
}
.top_link ul{
	list-style:none;
	text-align: right;
	margin-bottom:0;
}
.top_link ul li{
	display:inline-block;
	vertical-align: text-bottom;
}
.top_link ul li a{
	padding: 4px 12px;
	margin-left: 5px;
	height:39px;
}
.top_link ul li:after{
	content:"|";
	margin: 5px 2px 0 2px;
    opacity: 0.5;
    position: absolute;
}
.top_link ul li:last-child:after{
	content:"";
}



/*font size*/
.font_size{
	list-style:none;
	display: inline-block;
	vertical-align: top;
}
.font_size a{
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	line-height:200%;
	height:30px;
	width:30px;
	margin:6px 3px;
	color:#1f3e63;
	border-radius:50px;
	background:#fff;
	
}
.font_size a:hover ,.font_size a:focus,.search_icon:hover,.search_icon_1:hover{
	background:#7b7710;
	color:#fff;
}


/*font-size*/
.font_l{font-size:120%}
.font_m{font-size:100%}
.font_s{font-size:80%}


/*share_icon*/
.share_icon{
	display:inline-block;
	vertical-align:top;
	/*padding-right: 10px;*/
	font-size:0.85em;
	float:right;
}
.share_icon a{
	color:#fff;
	margin:4px 0 0 -6px;
}
.share_icon a:hover ,.share_icon a:focus{
	background:transparent !important;
}
.share_icon .fa-circle{
	color:transparent;
}
.share_icon a:hover .fa-circle ,.share_icon a:focus .fa-circle{
	color:#7b7710;
}


/*search*/
.input-icon {
    position: relative;
}
.input-icon.right {
	left: auto;
	right: 0;
}
.input-icon > i {
	color: #ccc;
	position: absolute;
	margin: 9px 10px 4px 10px;
	z-index: 3;
	width: 16px;
	text-align: center;
	left: 0;
}
.input-icon > .form-control {
	padding-right: 30px;
	padding-left: 8px;
	border-radius:10px;
}
.top_search {
    float: left;
}
.top_search input {
	box-shadow: none;
	height: 34px;
	width: 200px;
}
.top_search .search_icon {
	float: right;
	left: auto;
	right: 0;
	background-color: transparent;
	border: none;
	position: absolute;
	/*margin: 5px 8px 0 0;*/
	z-index: 10;
	height: 34px;
	width: 34px;
	border-radius: 0;
	top: 0;
}
.top_search .search_icon:hover i ,.top_search .search_icon:focus i{
	color:#1f3e63;
}
.top_search i {
	color: #7b7710;
}
.adv_search {
    float: left;
	font-size:0.9em !important;
	margin-top: 0;
	border-radius:10px;
	padding:7px 15px 8px 15px !important;
}


/*hot_keyword*/
.hot_keyword {
    float: right;
    text-align: right;
    margin: -1px 0 0 0;
    width: 100%;
	font-size:0.9em;
}

/*topmenu*/
#header .header-nav-main .nav {
    /*margin: 6px 0;*/
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after{ /*隱藏下拉icon*/
	display:none;
}
#header .header-nav-main nav > ul > li > a{ /*隱藏下拉icon+主選單寬度*/
	padding-right: 25px!important;
	padding-left: 25px!important;
	font-size: 1.1em;
}
#header .header-nav-main nav ul li.dropdown.open >.dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown:focus > .dropdown-menu{
    top: auto ;
    display: block;
    opacity: 1;
	transform: translate3d(0, 0, 0);
}
#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu>li>a{
    transform: translate3d(0, 0, 0);
}
#header .header-nav-main nav ul li.dropdown.open  li.dropdown-submenu> .dropdown-menu.open{
    top: 0 !important;
    display: block !important;
    opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
	background:#7b7710;
}
.nav .open>a {
    background-color: transparent;
}
.dropdown-backdrop{
	z-index:auto !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li{
	border-bottom: 1.2px dotted rgba(255,255,255,.2);
}
#header .header-nav-main nav > ul >li:before {
  	content: '';
 	display: block;
  	margin: auto;
  	height: 3px;
 	width: 0px;
  	background: transparent;
  	transition: width .5s ease, background-color .5s ease;
}
/*#header .header-nav-main nav > ul >li:after {
  	content: '|';
	color:#ccc;
	position: absolute;
    margin: -35px 0 0 -3px;
}*/
#header .header-nav-main nav > ul >li:first-child:after {
  	content: '';
}
#header .header-nav-main nav > ul >li:hover:before{
  	width: 100%;
  	background: #1f3e63;
}



/*無障礙menu*/
#header .header-btn-collapse-nav_1 {
    background: #fff;
    color: #00693e;
    display: none;
    float: right;
    margin: 12px 0 8px 15px;
    border: solid 1px #00693e;
}
#header .header-nav-main nav ul li.dropdown.open >.dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown:focus > .dropdown-menu{
    top: auto ;
    display: block;
    opacity: 1;
	transform: translate3d(0, 0, 0);
}
#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu>li>a{
    transform: translate3d(0, 0, 0);
}
#header .header-nav-main nav ul li.dropdown.open  li.dropdown-submenu> .dropdown-menu.open{
    top: 0 !important;
    display: block !important;
    opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
}
.nav .open>a {
    background-color: transparent;
}
.dropdown-backdrop{
	z-index:auto !important;
}



/*index_banner*/
.index_banner{
	float:left;
	width:100%;
	background: url(../img/index_banner.jpg);
	background-position:center top;
	height:300px;
}


/*index_icon*/
.index_icon{
	float:left;
	width:100%;
	margin-top:-160px;
	margin-bottom:80px;
}
.index_icon .item{
	float:left;
	width:22%;
	margin:0 1.5%;
	border-top:solid #ac3232 10px;
}
.index_icon a:nth-child(1) .item{
	border-color:#ac3232;
}
.index_icon a:nth-child(2) .item{
	border-color:#ac5e1f;
}
.index_icon a:nth-child(3) .item{
	border-color:#7b7710;
}
.index_icon a:nth-child(4) .item{
	border-color:#107b51;
}
.index_icon a:hover .item ,.index_icon a:focus .item{
	border-color:#1f3e63;
}
.index_icon .item .title{
	font-size:1.4em;
	text-align:center;
	height:120px;
	background:#f5f5f5;
	/*display:flex;
	align-items:center;
	justify-content:center;*/
	font-weight:bold;
	padding-top:25px;
}
.index_icon .item .title i{
	clear:both;
	font-size:1.4em;
	margin-bottom:10px;
}
.index_icon .item .con_font{
	padding:20px 25px 49px 25px;
	color:#fff;
	position:relative;
	min-height:178px;
	line-height:170%;
}
.index_icon a:nth-child(1) .con_font{
	background:#ac3232;
}
.index_icon a:nth-child(2) .con_font{
	background:#ac5e1f;
}
.index_icon a:nth-child(3) .con_font{
	background:#7b7710;
}
.index_icon a:nth-child(4) .con_font{
	background:#107b51;
}
.index_icon a:hover .con_font ,.index_icon a:focus .con_font{
	background:#1f3e63;
}
.index_icon .item .con_font:after{
	content: "\f0a9";
    font-family: FontAwesome;
	color:rgba(255,255,255,.8);
	font-size:2.5em;
	position:absolute;
	right:20px;
	bottom:20px;	
}


/*index_news*/
.index_news{
	float:left;
	width:100%;
	overflow: hidden;
	min-height:500px;
}
.index_news .left{
	float:left;
	width:60%;
	padding-bottom: 500em;
  	margin-bottom: -500em;
	background:#f5f5f5;
}
.index_news .left .con{
	float:right;
	width:100%;
	max-width:700px;
	padding:50px;
	background: linear-gradient(70deg, transparent 500px, #eaecee 0);
}
.index_news h2{
	color:#000;
}
.index_news h2:after {
    content: ' ';
    display: block;
    clear: both;
    width: 40px;
    margin-top: 10px;
    border-bottom: 5px solid #ffdb00;
}
.index_news ul{
	list-style:none;
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.index_news ul li a{
	float:left;
	width:100%;
	background:#fff;
	border-radius:5px;
	padding:10px 15px;
	margin-bottom:10px;
}
.index_news ul li a:hover, .index_news ul li a:focus{
	background:#1f3e63;
}
.index_news ul li a:hover .date, .index_news ul li a:focus .date{
	color:#eee;
}
.index_news ul li a:hover .title, .index_news ul li a:focus .title{
	color:#fff;
}
.index_news ul li .date{
	width:80px;
}
.index_news ul li .date:before{
	content:"";
}
.index_news ul li .title{
	float:left;
	width:100%;
	padding-left:100px;
	margin-top:-30px;
	position:relative;
	line-height:170%;
}
.index_news ul li .title:before{
	content:"/";
	color:#ccc ;
	font-size:0.6em;
	padding-right:10px;
	position: absolute;
	left: 85px;
}
.index_news .btn_01{
	float:right;
}
.index_news .right{
	float:left;
	width:40%;
	padding-bottom: 500em;
  	margin-bottom: -500em;
	background:url(../img/index_news_bg.jpg);
	background-repeat: no-repeat;
	background-size: 190%;
}


/*index_msg*/
.index_msg{
	float:left;
	width:100%;
	overflow: hidden;
	min-height:500px;
	position:relative;
}
.index_msg .left{
	float:left;
	width:40%;
	padding-bottom: 500em;
  	margin-bottom: -500em;
	background:url(../img/index_msg_bg.jpg);
	background-position:right top;
	background-repeat: no-repeat;
}
.index_msg .left:after{
	content: "";
    display: block;
    width: 100%;
    height: 1000px;
    background: #fff;
    transform: skewY(70deg);
    position: absolute;
    left: -80px;
    z-index: 1;
}
.index_msg .right{
	float:right;
	width:60%;
	padding-bottom: 500em;
  	margin-bottom: -500em;
	z-index:2;
	position:relative;
}
.index_msg .right .con{
	float:left;
	width: calc(100% + 80px);
	max-width:800px;
	padding:100px 50px 80px 50px;
	margin-left:-100px;
}
.index_msg ul a:hover .title,.index_msg ul a:focus .title{
	background:#1f3e63;
	color:#fff;
}
.index_msg ul a:hover .date,.index_msg ul a:focus .date{
	background-color:rgba(0,0,0,.7) !important;
	color:#fff;
}
.index_msg h2{
	color:#000;
	float:left;
	width:120px;
}
.index_msg h2:after {
    content: ' ';
    display: block;
    clear: both;
    width: 40px;
    margin-top: 10px;
    border-bottom: 5px solid #ffdb00;
}
.index_msg ul{
	list-style:none;
	float:left;
	width:calc(100% - 120px);
}
.index_msg ul li{
	float:left;
	width:100%;
	margin-bottom:10px;
	/*overflow:hidden;*/
}
.index_msg .btn_box{
	text-align:right;
	margin: 20px 0 0 0;
}
.index_msg .date{
	float:left;
	width:64px;
	height:64px;
	padding:10px 5px;
	color:#fff;
	background:#ac3232;
	text-align:center;
	/*padding-bottom: 50em;
  	margin-bottom: -50em;*/
	line-height:150%;
}
.index_msg .date:before {
	content:"";
	display:none;
}
.index_msg ul li:nth-child(1) .date {
	background:#ac3232;
}
.index_msg ul li:nth-child(2) .date {
	background:#ac5e1f;
}
.index_msg ul li:nth-child(3) .date {
	background:#7b7710;
}
.index_msg ul li:nth-child(4) .date {
	background:#107b51;
}
.index_msg ul li:nth-child(5) .date {
	background:#1f3e63;
}
.index_msg .day {
	font-family:impact;
	font-size:1.7em;
	margin-bottom: 3px;
}
.index_msg .year {
	font-size:0.9em;
}
.index_msg .title {
	float:left;
	width:calc(100% - 80px);
	background:#f5f5f5;
	margin-left:10px;
	/*padding-bottom: 50em;
  	margin-bottom: -50em;*/
	padding:5px 15px;
	min-height:63px;
	display: flex;
    align-items: center;
	line-height:170%;
}


/*index_mail*/
.index_mail{
	float:left;
	width:100%;
	background:url(../img/index_mail_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:30px 5%;
}
.index_mail .con_font{
	float:left;
	width:calc(100% - 200px);
	color:#fff;
}
.index_mail .btn_box{
	float:left;
	width:200px;
	text-align:right;
	margin:5px 0;	
}
.index_mail .btn_box i{
	padding-right:10px;
}
.index_mail .btn_box .btn_01{
	background:#ac5e1f;
	border-radius:10px;
	padding:10px 20px !important;
	height:auto;
	font-size:1.2em;
	font-weight:bold;
}


/*index_info*/
.index_info{
	float:left;
	width:100%;
	background:#f5f5f5;
	padding:80px 0;
}
.index_info .item{
	float:left;
	width: calc(25% - 40px);
	margin:0 20px;
	background: #fff;
}
.index_info .item:nth-child(1){
	background-color:transparent;
}
.index_info .department .title{
	font-size:1.5em;
	font-weight:bold;
	border-bottom:solid #ccc 1px;
	padding:10px 0;
	margin-bottom:20px;
}
.index_info .department ul{
	float:left;
	width:100%;
	list-style:none;
}
.index_info .department ul li{
	float:left;
	width:100%;
	margin-bottom:7px;
	position:relative;
}
.index_info .department ul li a{
	float:left;
	width:100%;
	padding:10px 20px;
	color:#fff;
	font-size:1.2em;
}
.index_info .department ul li:nth-child(1) a{
	background:#ac3232;
}
.index_info .department ul li:nth-child(2) a{
	background:#ac5e1f;
}
.index_info .department ul li:nth-child(3) a{
	background:#7b7710;
}
.index_info .department ul li:nth-child(4) a{
	background:#107b51;
}
.index_info .department ul li:nth-child(5) a{
	background:#1f3e63;
}
.index_info .department ul li a:after{
	content:"\f0a9";
    font-family: FontAwesome;
	background:rgba(255,255,255,.2);
	font-size:1.2em;
	position: absolute;
    width: 50px;
    height: 51px;
    right: 0;
	top:0;
	padding:10px 15px 0 0;
	text-align:right;
}
.index_info .department ul li a:hover:after ,.index_info .department ul li a:focus:after{
	background:rgba(0,0,0,.1);
    width: 100%;
	padding:10px 10px 0 0;
}
.index_info .department .title:before{
	content: "\f041";
    font-family: FontAwesome;
	color:#ac5e1f;
	font-size:1.2em;
	padding-right:10px;
}
.index_info .link .title{
	height:130px;
	background-repeat:no-repeat;
	position:relative;
	background-color:#383725;	
}
.index_info .item:nth-child(2) .title{
	background-image:url(../img/index_info_01.png);
}
.index_info .item:nth-child(3) .title{
	background-image:url(../img/index_info_02.png);
}
.index_info .item:nth-child(4) .title{
	background-image:url(../img/index_info_03.png);
}
.index_info .link .title span{
	width:100%;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	position: absolute;
	bottom:0;
	padding:80px 10px 10px 10px;
	/*background: linear-gradient(rgba(0,0,0,0)30%,#383725 70%);*/
}
.index_info .edit_con{
	padding:20px 15px;
	height:161px;
	overflow:hidden;
	border-bottom:solid #fff 20px;
}
.index_info .link .edit_con ul{
	padding:0 0 0 20px;
	list-style:none;
	margin-bottom:0;
}
.index_info .link .edit_con ul li:before {
  content: "\2022";
  color: #ffdb00;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.index_info .link .btn_box {
	margin:0;
	padding:10px 0;
	text-align:center;
	border-top:solid #eee 1px;
}


/*index_link*/
.index_link{
	float:left;
	width:100%;
	padding:50px 0;	
}
.index_link .container {
	overflow:hidden;
	padding:0 70px;
}
.index_link .owl-carousel>div:nth-child(1){
	overflow:hidden;
}
.index_link .owl-theme .item{
    float:left;
	width:100%;
}
.owl-carousel a:focus {
    border: solid #00b0f0 2px;
    float: left;
    width: 100%;
}
.index_link .owl-theme .owl-nav {
    margin-top: -20px;
}
.index_link .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.index_link .owl-carousel .owl-nav .owl-next {
    right: -50px;
}
.index_link .owl-carousel img{
	width:100%;
	border:solid #ccc 1px;
}


/*footer*/
footer{
	float:left;
	width:100%;
	background-color:#0c233d;
	background-image:url(../img/footer_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	color:#fff;
	line-height:170%;
	font-size:0.95em;
	padding:40px 0;
}
footer .person_number{
	float:left;
	width:250px;
	padding-right:30px;
}
footer .person_number a{
	padding:5px;
	display:inline-block;
}
footer .copyright{
	float:left;
	width:calc(100% - 250px);
}
footer .copyright ul{
	float:left;
	width:100%;
	list-style:none;
}
footer .copyright a{
	color:#fff;
}
footer .copyright ul li{
	display:inline-block;
	padding:5px;
}
footer .copyright ul li a{
	padding:5px 15px;
	background:#107b51;
	color:#fff;
	border-radius:50px;
}
footer .copyright .edit_con span{
	white-space:nowrap;
}


/*page_content*/
.page_content{
	float:left;
	width:100%;
	background-image:url(../img/page_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#fff;
	min-height:500px;
}


/*page_menu*/
.page_menu{
	float:left;
	width:20%;
	background:#fff;
	border:solid #eee 1px;
	border-radius:10px;
	padding:5px 5px 3px 5px;
	position:relative;
	margin:35px 0;
}
.page_menu>a{
	position:absolute;
	top:-30px;
}
.page_menu .title{
	background:#1f3e63;
	color:#fff;
	font-size:1.3em;
	padding:10px 10px 10px 25px;
	position:relative;
	overflow:hidden;
}
.page_menu .title:before {
    content: "❂";
    color: rgba(255,255,255,1);
    margin: -2px 0 0 -40px;
    font-size: 1.8em;
    position: absolute;
}
.page_menu .navbar{
	list-style:none;
	margin:2px 0 0 0;
}
.page_menu nav .navbar-nav .open .dropdown-menu ,.page_menu nav .navbar-nav .active .dropdown-menu {
	position: static;
	float: none;
	width: 100%;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: auto;
	background:rgba(16,123,81,.2);
	border-radius:0;
	margin-bottom:3px;
	font-size:1em;
}
.page_menu .navbar-collapse{
	padding:0;
}
.page_menu .navbar .navbar-nav li{
	width:100%;
}
.navbar-nav {
    width: 100%;
	margin:0;
}
.navbar {
    margin-bottom: 0;
}
.page_menu .navbar .navbar-nav>li{
	color:#000;
}
.page_menu .navbar .navbar-nav>li:first-child{
	border-top: none;
}
.page_menu .navbar .navbar-nav>li>a {
	padding: 12px 20px 12px 20px;
	color:#000;
	background:#eee;
	margin-bottom:2px;
	border-left:solid rgba(255,255,255,.4) 5px;
}
.page_menu .navbar .navbar-nav>li>a.active ,.page_menu .navbar .navbar-nav>li>a.active:hover {
	color:#fff;
	background:#107b51;
	border-left:solid rgba(255,255,255,.4) 5px;
}
.page_menu .navbar .navbar-nav>li>a:hover{
	background-color:rgba(31,62,99,.1);
}
.page_menu .navbar .dropdown-submenu{
	font-size:inherit;
}
.page_menu .navbar .dropdown-submenu>a {
    /*padding: 13px 10px !important;*/
	margin: 0;
    color: #000;
	width:100%;
	position:relative;
}
.page_menu .navbar .dropdown-submenu>a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
    right: 10px;
	top: 35%;
}
.page_menu .navbar .dropdown-submenu>a i{
	float: right;
}
.page_menu .navbar .nav .open>a:hover, .page_menu .navbar .nav .open>a:focus, .page_menu .navbar .nav .open>a ,.page_menu .dropdown-submenu.active>.dropdown-toggle ,.page_menu .dropdown-submenu.active>.dropdown-toggle:hover{
    background-color:#107b51;
    border-left:solid rgba(255,255,255,.4) 5px;
	color:#fff;
}
.page_menu .navbar .nav .open .active, .page_menu .navbar .nav .open a.active:hover , .page_menu .dropdown-submenu.active ul li a.active{
    background-color:#7b7710;
    border-left:solid rgba(255,255,255,.4) 5px;
	color:#fff;
}
.page_menu .navbar .dropdown-menu {
	background:rgba(0,0,0,0.05);
	padding: 0;
}
.page_menu .navbar .dropdown-menu li{
	border-bottom:rgba(255,255,255,1) solid 2px;
}
.page_menu .navbar .dropdown-menu li:last-child{
	border-bottom:none;
}
.page_menu .navbar .dropdown-menu>li>a {
    padding: 10px 20px 10px 35px;
	white-space: normal; 
	border-left:solid rgba(255,255,255,.4) 5px;
}
.page_menu .navbar .dropdown-menu>li>a:hover {
	background:rgba(255,255,255,0.5);
}
.page_menu .dropdown-submenu.active ul{
	display:block !important;
	position:relative;
	box-shadow:none;
	border:none;
	margin-bottom:3px;
	z-index:1;
}


/*page_con*/
.page_con{
	float:left;
	width:80%;
}


/*page_top*/
.page_top{
	float: left;
    width: 100%;
	padding:40px 20px 10px 20px;
}
.page_top_left{
	font-size:0.85em;
	float:left;
	width:calc(100% - 190px);
}
.page_top_left ,.page_top_left a{
	color:#333;
	padding:8px 0;
	line-height: 150%;
}
.page_top_left a:hover{
	color:#1f3e63;
}
.page_top_left i{
	padding:0 5px 0 7px;
}
.page_top_right{
	float:right;
	padding-top:3px;
}
.page_top_right img{
	width:27px;
}


/*page content*/
.main_con{
	float:left;
	width:100%;
	padding: 10px 40px 80px 45px;
}
.main_con .container{
	padding: 50px 30px;
}
.main_con h2{
	margin-bottom:15px;
	border-bottom: solid #ccc 1px;
    padding-bottom: 10px;
}
.main_con ul ,.main_con ol{
	padding-left:25px;
}
.main_con .con_font{
	margin-bottom:10px;
}
.table-toolbar{
	float: left;
    width: 100%;
	margin-bottom:10px;
}
.table-toolbar .title{
	float:left;
	padding:5px 10px 5px 0; 
}
.table-toolbar .mt-radio, .table-toolbar .mt-checkbox{
    margin: 5px 25px 5px 5px;
}
.table-toolbar input[type=checkbox], .table-toolbar  input[type=radio] {
    margin: 5px 5px 0 0;
}
.table-toolbar .btn_01{
	border-radius:10px;
	padding:7px 15px 8px 15px !important
}
.list_class{
	list-style:none;
	float:left;
	width:100%;
	margin-bottom:0
}
.list_class li a{
	float:left;
	padding:5px 20px;
	border-radius:30px;
	white-space:nowrap;
	margin:5px 10px 5px 0;
	border:solid #ccc 1px;
}
.list_class li a:hover{
	background:#1f3e63;
	color:#fff;
}
.list_class li a.active{
	background:#555;
	color:#fff;
}
.img_padding {
    padding: 10px;
}


/*page_class*/
.page_class{
	float:left;
	width:100%;
	color:#618118;
	margin-bottom: 5px;
}
.page_class .date{
	display:inline-block;
}
.page_class .item_class{
	display:inline-block;
}
.page_class .item_class:before{
	content:"|";
	padding-right:10px;
	color:#ccc;
}


/*edit_con*/
.edit_con{
	float:left;
	width:100%;
}
.edit_con ul, .edit_con ol{
	padding-left:30px;
}


/*page_bottom*/
.page_bottom{
	float:left;
	width:100%;
	padding:20px 0;
	font-size:0.9em;
}
.page_bottom>div{
	float:left;
	width:100%;
	padding:3px 0;
}
.page_bottom .title{
	width:120px;
	background:#eee /*#747474*/;
	/*color:#fff;*/
	border-radius: 20px;
    padding: 2px 5px;
	text-align:center;
	float:left;
}
.page_bottom .title i{
	padding-right:5px;
}
.page_bottom .con_font{
	padding-left:130px;
	line-height:170%;
	margin-top:-30px;
	float:left;
	clear:both;
}
.page_bottom .con_font a{
	padding:0 0 4px 0;
	float:left;
	/*width:100%;*/
	clear:both;
}


/*sitemap*/
.one_con{
	padding: 3% 4% 5% 4%;
	float:left;
	width:100%;
	min-height: 500px;
	font-size: 1.4em;
}
.sitemap_list{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-bottom: 25px;
	padding-left:0!important;
}
.sitemap_list .sitemap_item{
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: middle !important;
    padding: 10px 10px 10px 20px;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_list .sitemap_item:last-child{
	border-bottom: solid 1px #ddd;
}
.sitemap_list_1{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-top:5px;
}
.sitemap_list_1>li{
	vertical-align: middle !important;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_item {
    float: left;
}
.sitemap_item_1{
	padding:5px 10px 3px 23px !important;
	float:left;	
}
.sitemap_item_2{
	list-style:none;
	margin:3px 0;
}
.sitemap_item_2 li{
	padding:3px 10px 3px 30px !important;
}
.sitemap_no{
	display:table-cell;
}
.sitemap_font{
	padding-left:10px;
	display:table-cell;
}


/*news_list*/
.news_list_01 ,.news_list_01 a{
	float:left;
	width:100%;
}
.news_list_01 .item{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:solid #eee 1px;
}
.news_list_01 .item img{
	max-width:200px;
	margin:0 20px 10px 0 ;
	border:solid #ccc 1px;
}
.news_list_01 .item .date{
	font-size:0.9em;
	width:100%;
}
.news_list_01 .item .class{
	font-size:0.9em;
	float:left;
}


/*news_list_02*/
.news_list_02 ,.news_list_02 a{
	float:left;
	width:100%;
}
.news_list_02 .item{
	float:left;
	width:100%;
	padding:20px;
	border-bottom:dotted #eee 1.5px;
}
.news_list_02 .item img{
	max-width:200px;
	margin:0 20px 10px 0 ;
	border:solid #ccc 1px;
}
.news_list_02 .item .date{
	font-size:0.9em;
	width:100%;
}
.news_list_02 .item .class{
	font-size:0.9em;
	float:left;
}
.news_list_02 .title{
	padding-left:1.5em;
}
.news_list_02 .title:before{
	content:"•";
	padding-right:1em;
	margin-left: -1.5em;
}


/*進階搜尋*/
.search-group select{
	margin-top:5px;
	display:inline-block;
}
.search-group input{
	margin-top:5px;
	display:inline-block;
	max-width:200px;
	width:100%;
}


/*rss_list*/
.rss_list{
	float:left;
	width:100%;
	list-style:none;
	padding-left:0 !important;
	margin-bottom:30px;
}
.rss_list li{
	float:left;
	padding:5px;
	width:33.3%;
}
.rss_list li:nth-child(3n+1){
	clear:both;
}
.rss_list li a{
	float:left;
	width:100%;
	border:solid #eee 1px;
	border-radius:10px;
	padding:7px 15px;
}
.rss_list li a:hover ,.rss_list li a:focus{
	background:#1f3e63;
	color:#fff;
}
.rss_list li a:hover .rss_btn ,.rss_list li a:focus .rss_btn{
	background:#fff;
	color:#1f3e63;
}
.rss_list .title{
	padding-right:65px;
	line-height: 150%;
}
.rss_list .rss_btn{
	float:right;
	margin-top:-24px;
	background:#ac5e1f;
	color:#fff;
	border-radius:10px;
	padding:2px 10px;
	font-size:0.8em;
	line-height:150%;
}


/*表單管理*/
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
}
.form_con{
	margin:0 auto;
	max-width:650px;
	padding:20px 0 0 0;
}
.form_box{
	border: solid #f5f5f5 10px !important;
	padding:10px;
	background:#fff;
}
.form_box .table-row{
	border-bottom:#900 solid 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:10px 8px;
	text-align:right;
	/*border-bottom: #ccc dotted 1px;*/
	border-right: #ccc dotted 1px;
	font-weight:bold;
	color:#000;
	vertical-align: top;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	/*border-bottom: #ccc dotted 1px;*/
	line-height:170%;
}
.form_a input{
	height:34px;
}
.form_a .mt-radio,.form_a .mt-checkbox ,.input_table .mt-radio,.input_table .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.mt-radio span,.mt-checkbox span{
	margin-top:3px !important;
	background:#fff  !important;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
	padding: 6px;
	border-radius:10px;
}
.required{
	color:red;
	font-size:0.9em;
	line-height:140%;
	padding:3px 0;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a label{
	font-weight:500;
	margin-bottom:3px;
	margin-top:2px;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
input[type=file] {
	width:100%;
}


/*表單checkbox radio*/
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    background: #fff !important;
    border: 1px solid #ccc;
	vertical-align: top;
	margin:2px 5px 0 0;
}
.form_radio ,.form_checkbox{
	vertical-align: middle;
    margin:0 5px 0 0 !important;
}
.radio_padding{
	padding-right:20px;
}
input[type='checkbox']:checked+ .mt-radio:before {
	background: red;
	color: white;
}


/*表單checkbox radio
.mt-checkbox, .mt-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 0.9em;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox.mt-checkbox-disabled, .mt-checkbox.mt-radio-disabled, .mt-radio.mt-checkbox-disabled, .mt-radio.mt-radio-disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}
.mt-checkbox>input, .mt-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mt-checkbox>span, .mt-radio>span {
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6;
	margin-top:1px;
}
.mt-checkbox>span:after, .mt-radio>span:after {
    content: '';
    position: absolute;
    display: none;
}
.input-icon>i, .mt-checkbox-list .mt-checkbox, .mt-checkbox-list .mt-radio, .mt-checkbox>input:checked~span:after, .mt-radio-list .mt-checkbox, .mt-radio-list .mt-radio, .mt-radio>input:checked~span:after {
    display: block;
}
.mt-checkbox:hover>input:not([disabled])~span, .mt-checkbox>input:focus~span, .mt-radio:hover>input:not([disabled])~span, .mt-radio>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-checkbox>input:checked~span, .mt-radio:hover>input:not([disabled]):checked~span, .mt-radio>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9;
}
.icon-btn, .icon-btn:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.mt-checkbox>input:disabled~span, .mt-radio>input:disabled~span {
    opacity: .6;
    filter: alpha(opacity=60);
    pointer-events: none;
}
.mt-checkbox.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-checkbox-outline>input:checked~span, .mt-checkbox.mt-checkbox-outline>input:focus~span, .mt-checkbox.mt-checkbox-outline>span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-checkbox.mt-radio-outline:hover>input:not([disabled])~span, .mt-checkbox.mt-radio-outline>input:checked~span, .mt-checkbox.mt-radio-outline>input:focus~span, .mt-checkbox.mt-radio-outline>span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-checkbox-outline:hover>input:not([disabled])~span, .mt-radio.mt-checkbox-outline>input:checked~span, .mt-radio.mt-checkbox-outline>input:focus~span, .mt-radio.mt-checkbox-outline>span, .mt-radio.mt-radio-outline:hover>input:not([disabled]):checked~span, .mt-radio.mt-radio-outline:hover>input:not([disabled])~span, .mt-radio.mt-radio-outline>input:checked~span, .mt-radio.mt-radio-outline>input:focus~span, .mt-radio.mt-radio-outline>span {
    border: 1px solid #ccc;
    background: 0 0;
}
.mt-radio>span {
    -ms-border-radius: 50%!important;
    -o-border-radius: 50%!important;
    border-radius: 50%!important;
}
.mt-radio>span:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #666;
}
.mt-radio>input:disabled~span:after {
    background: #666;
}
.mt-checkbox>span:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mt-checkbox>input:disabled~span:after {
    border-color: #666;
}
.mt-checkbox-list, .mt-radio-list {
    padding: 10px 0;
}
.mt-checkbox.mt-checkbox-outline>span ,.mt-checkbox.mt-checkbox-outline>span:hover{
	background:#fff !important;
}
.mt-checkbox input:focus span, .mt-radio input:focus span{
    outline: 2px solid #00b0f0 !important;
    text-decoration: none;
}*/


/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle!important;
	padding: 10px 8px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:650px;
}
.table>tbody>tr>td{
	line-height: 150%;
	vertical-align: middle;
}
.table-scrollable>.table>thead ,.table thead{
	border-top: solid 1px #ddd;
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,.table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#666; 
	color:#fff;
	font-weight:500;
	text-align:center;
	white-space: normal;
}
.table tbody th{
	color:#333;
}
.table-hover tbody tr:hover th{
	/*background-color:#f2f9f5;
	background-color:rgba(8,137,62,0.05)!important;*/
}
.table-even > tbody > tr:nth-child(even){
	background-color:rgba(0,0,0,0.05);
}
.table-hover > tbody > tr:hover ,.table-hover > tbody > tr:hover th{
	/*background-color:#f2f9f5;*/
	background-color:rgba(31,62,99,0.05)!important;
}
td .mt-checkbox span ,th .mt-checkbox span {
    margin-top: -9px !important;
}
.delete_th{
	padding: 10px 0 !important;
}
.table-center th ,.table-center td {
	text-align:center;
}
.table-th th {
    background: #f9f9f9;
    /*padding: 8px 5px !important;*/
    min-height: 41px;
    border-right: solid #ddd 1px;
    font-weight: inherit;
    color: #333;
    vertical-align: middle !important;
}
.table td .btn_01{
	padding:5px 8px!important;
	line-height:130%;
	font-size:0.9em;
}
.table td .btn_01 i{
	/*padding-right:5px;*/
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-bottom: 1px solid #ddd;
	border-top:none;
}


/*table_rate*/
.table_rate tbody img{
	border:solid #ccc 1px;
	width:30px;
	margin-right:5px;
	vertical-align:top;
}


/*table*/
.table {
  display: table;
}
.table-row {
  display: table-row;    
}
.table-cell {
  display: table-cell;   
}


/*頁碼*/
#page_number{
	padding-top:10px;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.page_icon select{
	margin:1px 2px;
}
.page_icon .form-control{
	border-radius:5px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 3px 12px;
    font-size: 0.9em;
	background:#666;
	border-radius:5px;
	color:#fff;
	height:34px;
	float: left;
    margin: 1px 2px;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:auto;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover ,.btn_page:focus{
	background:#1f3e63;
	color:#fff;
}


/***Hover效果1: 放大淡出***/
.imh_opacity{
	background-color: transparent;
	overflow:hidden;}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_opacity:hover img ,a:hover .imh_opacity img ,.imh_opacity:focus img ,a:focus .imh_opacity img{
	opacity:1;
	transform:scale(1.1);}


/*print*/
.con_box{
	padding: 2%;
    margin: 2%;
    border: solid 1px #ccc;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	background: #fff;
}
.con_banner{
	margin-bottom:15px;
}
.con_banner img{
	border-radius:10px;
	box-shadow: 0px 0px 6px 2px rgba(20%,20%,20%,0.1);
	border: solid 1px #fff;
}
.con_box>.title{
	width: 100%;
}
.con_box>.title h2{
	border-bottom: solid #ccc 1px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.con_box .page_title_item{
	text-align:left;
}
.con_box .form_con {
    padding: 10px 0 0 0;
}
.con_footer{
	font-size:0.9em;
	padding: 0 20px 20px 20px;
	line-height:150%;
}
.con_float{
	float:left;
	width:100%;
}
.con_box .page_con{
	padding:10px 0;
}
.con_box ol ,.con_box ul{
	padding-left:30px;
}


/*局長信箱*/
.form_type{
	float:left;
	width:100%;
	padding:30px 0;
}
.form_type .item{
	float:left;
	width:50%;
	padding:30px;
	text-align:center;
	padding: 3% 6%;
}
.form_type .item:nth-child(1){
	border-right:solid #eee 1px;
}
.form_type .title{
	margin-bottom:20px;
}
.form_type .item a{
	float:left;
	width:100%;
	border-radius: 20px;
    background: #eee;
    padding: 10px;
}
.form_type .item:nth-child(1) .btn_01{
	background:#ac5e1f;
}
.form_type .item:nth-child(1) a:hover .btn_01 ,.form_type .item:nth-child(1) a:focus .btn_01{
	background:#1f3e63;
}
.form_type .btn_01{
	height:auto !important;
	border-radius:10px;
	padding:20px !important;
	margin:0;
	white-space: normal;
	border: solid #fff 2px;
}
.form_type a:focus .btn_01{
	background:#1f3e63;
	color:#fff;
}
.form_type .btn_01 i{
	font-size:2.5em;
	margin-bottom:10px;
}
.search_btn{
	float:left;
	width:100%;
	margin:20px 0 30px 0;
	text-align: right;
}
.form_no{
	color:#c00;
}


/*局長信箱 table_list*/
.table_list{
	float:left;
	width:100%;
	display:table;
}
.table_list .item{
	width:100%;
	/*display:table-row;
	border-bottom:solid #eee 1px;*/
	overflow: hidden;
	padding:5px;
}
.table_list .item .title{
	/*display:table-cell;*/
	float:left;
	width:120px;
	background:#eee;
	border-radius:5px;
	text-align:center;
	padding: 0 15px;
}
.table_list .item .con_font{
	/*display:table-cell;*/
	float:left;
	width:calc(100% - 130px);
	margin-bottom:0;
	padding-left:20px;
}


/*論壇forum_table*/
.forum_table a{
	float:left;
	width:100%;
}
.forum_table img{
	width:80px;
	border:solid #ccc 1px;
	padding:5px;
	margin-right:20px;
}
.forum_table .title{
	padding:5px;
	font-weight:bold;
}
.forum_table .con{
	padding:5px;
	font-size:0.9em;
}


/*論壇forum_list*/
.forum_title{
	font-weight:bold;
}


/*論壇forum_detail*/
.forum_date{
	float:left;
	width:100%;
	color:#A05117;
}
.post_name{
	color:#666;
	display: inline-block;
    padding-left: 10px;
}
.forum_reply_title{
	background: #666;
    color: #fff;
    font-weight: 500;
	padding: 6px 0;
	float:left;
	width:100%;
	font-size:16px;
}
.forum_reply_title:before {
    content: ' ';
    border-left: 5px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}
.forum_reply{
	float:left;
	width:100%;
}
.forum_reply .item{
	float:left;
	width:100%;
	background:#f5f5f5;
	padding:15px;
	line-height:150%;
	margin-top: 20px;
}	
.reply_copy{
	background: #fff;
	padding: 10px 15px;
	border: dashed #ccc 1px;
	margin:0 0 10px 0;
	float:left;
	width:100%;
}
.forum_reply .no{
	background: #666 /*#f5a026*/;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    margin-top: -25px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 170%;
}


/*--------------------------------------------------------------------------------------------------*/ 
/* 大螢幕 */
@media (min-width: 1200px) {
/*header*/
#header {
    height: 185px;
}
.header-nav .container{
	/*display:flex;
	align-items:center;
	justify-content:center;*/
}


}

/* 一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1200px) {
.container {
    width: 100% !important;
}	


/*header*/
#header{
	position: fixed !important;
	width:100%;
	top:0!important;
	height:185px;
}
.header-nav .container{
	/*display:flex;
	align-items:center;
	justify-content:center;*/
}


/*index_banner*/
.index_banner{
	margin-top:185px;
}


/*index_news*/
.index_news .right {
    background-size: 250%;
}


/*index_msg*/
.index_msg .right .con {
    width: calc(100% + 180px);
    margin-left: -200px;
}


/*page_content*/
.page_content {
	margin-top:185px
}

}


/* 平板電腦、橫向手機 */
@media (min-width: 768px) and (max-width: 991px) {
.container {
    width: 100% !important;
}	


/*header*/
#header{
	position: fixed !important;
	width:100%;
	top:0!important;
	height:162px;
}
#header .container{
	padding:0 10px
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
	background: rgba(255,255,255,1) !important;
}
#header .header-logo {
    width: 300px;
}
.header-nav .container{
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}


/*header-top*/
.header-top .top_tel {
    font-size: 0.8em;
}
.header-top .top_tel .item {
    padding-right: 10px;
}
.top_link ul li a {
    padding: 4px 6px;
    font-size: 0.8em!important;
}


/*topmenu*/
#header .header-nav-main nav > ul > li > a{ /*隱藏下拉icon+主選單寬度*/
	padding-right: 12px!important;
	padding-left: 12px!important;
	font-size: 1em;
}


/*手機版下拉按鈕
#header .header-btn-collapse-nav {
    margin: 8px 10px 8px 0;
}
.hot_keyword {
    float: right;
}*/

/*search
.top_search input {
    width: 180px;
}*/

/*手機版topmenu
.header-nav{
	background:#1f3e63;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	margin-left:0px;
}*/



/*index_banner*/
.index_banner{
	margin-top:174px;
}


/*index_icon*/
.index_icon .item .con_font {
    min-height: 232px;
}


/*index_news*/
.index_news .right {
    background-size: 400%;
}


/*index_msg*/
.index_msg .left:after {
    left: -30px;
}
.index_msg .right .con {
    width: calc(100% + 180px);
    margin-left: -200px;
}


/*index_info*/
.index_info .item {
    width: calc(25% - 20px);
    margin: 0 10px;
}
.index_info .department .title {
    font-size: 1.3em;
    margin-bottom: 15px;
}
.index_info .link .title span {
    font-size: 1.1em;
}
.index_info .edit_con {
    padding: 15px 10px;
}


/*page_content*/
.page_content {
	margin-top:175px
}


/*page_menu*/
.page_menu .navbar{
	font-size:0.9em;
}
.page_menu .navbar .navbar-nav>li>a {
    padding: 12px 10px 12px 10px;
}

/*page_top
.page_top {
    margin-top: 163px;
}*/


/*page_banner
.page_banner h2{
	padding-right: 200px;
}*/




/*日期*/
.datepicker{
	margin-top: 110px;
}





}
 
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
h2{
	font-size:1.4em !important;
}
h3{
	font-size:1.2em !important;
	margin-bottom:5px;
}
.btn_01{
	font-size:0.9em;
}
.m_size_80{
	font-size:80%;
}


/*header*/
#header{
	position:absolute;
	width:100%;
	top:0;
	height: 52px !important;
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
	position: fixed;
    width: 100%;
    background: #fff;
}
.header-logo{
	width: 200px !important;
	padding: 3px 0 0 10px!important;
	margin:0 !important;
}
#header .header-logo img {
    vertical-align: top;
    /*margin-top: 2px;*/
}


/*手機版下拉按鈕*/
#header .header-btn-collapse-nav {
    margin: 8px 8px 8px 5px;
	padding: 6px 10px;
}
#header .header_btn_login {
    margin: 8px 0 8px 5px ;
	padding: 6px 10px;
	float:right;
}
#header .header_btn_login i ,#header .header_btn_search i{
	color:#1f3e63;
}
#header .header_btn_search {
    margin: 8px 0 8px 5px ;
	padding: 6px 10px;
	float:right;
	background: #fff;
}


/*手機版topmenu*/
#header .container {
	padding:0px;
}
.header-nav .container {
	max-height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	padding:0px;
	margin-left:0px;
	background: #107b51;
}
#header nav > ul > li > a:hover ,.dropdown-submenu > ul > li > a:hover {
	background: rgba(0,0,0,0.2);
	border-radius:0;
}
.dropdown-submenu .dropdown-menu > li a{
	padding: 10px 30px 10px 45px !important;
}
.header-nav{
	background:#1f3e63;
}
.dropdown-menu>li>a:focus ,.dropdown-menu>li>a:hover{
    text-decoration: none;
    background-color:rgba(255,255,255,0.2);
}
#header .header-nav-main .nav {
    margin:  0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: rgba(255,255,255,.2);
}
#header .header-nav-main .dropdown-submenu.opened .dropdown-menu {
	background:#555;
}
#header .header-nav-main nav > ul >li:before {
    display: none;
}
#header .header-nav-main nav > ul > li > a {
    padding-left: 15px!important;
}


/*上方選單*/
.top_link_mobile{
	background:#666;
}
.top_link_mobile a{
	padding: 10px 15px !important;
}
.top_link_mobile li{
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}


/*search-手機版*/
.header-nav-search {
    background: rgba(255,255,255,0.8);
}
.search_box {
    background: rgba(255,255,255,1);
    width: 96%;
    border-radius: 5px;
    margin: 7px 2% !important;
    float: left;
    height: 33px;
    /*border: solid #ccc 1px;*/
}
.search_box label{
	width:88%;
}
.search_input {
    float: left;
    border: none;
    vertical-align: middle;
    background-color: transparent!important;
    width: 85%;
    padding: 0 0 5px 10px;
}

.search_icon_1 {
    background-color: transparent;
    color: #1f3e63;
    vertical-align: middle;
    text-align: center;
    border: none;
    padding: 2px 10px 4px 10px;
    font-size: 1.2em;
    float: right;
    border-radius: 0 5px 5px 0;
    height: 33px;
}
input:-internal-autofill-selected {
	background-color:transparent !important;
}


/*index_banner*/
.index_banner{
	margin-top:52px;
 	height: 200px;
    background-size: 280%;
}


/*index_icon*/
.index_icon {
    margin-top: -155px;
    margin-bottom: 50px;
}
.index_icon .item {
    width: 47%;
    margin: 0 1.5% 4% 1.5%;
    border-top: solid 5px;
}
.index_icon a:nth-child(2n+1) {
	clear:both;
}


/*index_news*/
.index_news .left{
	width:100%;
}
.index_news .left .con {
    max-width:100%;
}
.index_news .right{
	display:none;
}


/*index_msg*/
.index_msg .left:after {
    left: -30px;
}
.index_msg .right .con {
    width: calc(100% + 180px);
    margin-left: -200px;
	padding:50px 25px;
}
.index_msg h2 {
    width: 100%;
    margin-bottom: 20px;
}
.index_msg ul {
    width: 100%;
}


/*index_mail*/
.index_mail .con_font {
    line-height: 150%;
}


/*index_info*/
.index_info {
    padding: 50px 0;
}
.index_info .item{
	width: calc(50% - 40px);
	margin:20px;
}
.index_info .item:nth-child(2n+1){
	clear:both;
}
.index_info .department .title {
    font-size: 1.4em;
}


/*index_link*/
.index_link {
    padding: 30px 0;
}


/*footer*/
footer{
    padding: 30px 0;
	font-size:0.85em;
	line-height:160%;
}
footer .person_number{
	width:100%;
	display:none;
}
footer .copyright{
	width:100%;
}


/*page_content*/
.page_content {
	margin-top:50px;
	background-size: 200%;
    padding: 30px 0 60px 0;
}


/*page_menu*/
.page_menu{
	display:none;
}


/*page_con*/
.page_con{
	width:100%;
	/*padding:10px 0 60px 0;*/
}



/*main_con*/
.main_con {
    padding: 10px 0 0 0;
}
.main_con h2 {
    /*border-left: solid #1f3e63 4px;
    padding-left: 10px;*/
    margin-bottom: 10px;
}


/*page_top*/
.page_top{
	font-size: 0.9em;
	margin-left: -10px;
	width:calc(100% + 20px);
	padding:0;
}
.page_top_left, .page_top_left a {
    padding: 5px 0;
	width:100%;
}
.page_top_left i {
    padding: 0 5px;
}
.page_top_right{
	padding-bottom:5px;
	padding-top:0px;
	margin-top: 5px;
}


/*page content*/
.main_con .container {
    padding: 30px 20px 40px 20px;
}


/*page content*/
.list_class li a {
    padding: 2px 10px;
    font-size: 0.85em;
	margin: 5px 5px 5px 0;
}


/*page_bottom*/
.page_bottom .con_font{
	padding-left:10px;
	margin-top:0;
}
.page_bottom .con_font a {
    padding: 4px 0;
}


/*頁碼*/
#page_number .page_icon{
	text-align:center;
}


/*日期
.date-picker {
    max-width: 205px;
}
.input-group-addon {
    padding: 6px 3px;
}
.date-picker .form-control{
	padding:6px;
}
.datepicker{
	margin-top: 55px;
}*/


/*rss_list*/
.rss_list li{
	width:50%;
}
.rss_list li:nth-child(3n+1){
	clear:none;;
}
.rss_list li:nth-child(2n+1){
	clear:both;
}

}

 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
h2{
	font-size:1.25em !important;
}
.input-large ,.input-medium ,.input-small ,.input-xsmall {
    max-width:100%;
}


/*index_banner*/
.index_banner {
    height: 180px;
    background-size: 350%;
}


/*index_icon*/
.index_icon {
    margin-top: -115px;
}
.index_icon .item .title {
    font-size: 1em;
    height: 80px;
    padding-top: 10px;
}
.index_icon .item .title i {
    margin-bottom: -15px;
}
.index_icon .item .con_font {
    padding: 10px 10px 49px 10px;
	min-height: 145px;
    font-size: 0.8em;
}


/*index_news*/
.index_news .left .con {
    padding: 50px 30px;
}
.index_news ul li .title {
    padding-left: 0;
    margin-top: 0;
}
.index_news ul li .date:after {
    content: "/";
    color: #ccc;
    font-size: 0.6em;
    padding-left: 10px;
}
.index_news ul li .title:before {
	display:none;
}
.index_news .btn_box{
	margin:10px 0;
}


/*index_msg*/
.index_msg .left{
	display:none;
}
.index_msg .right {
    float: left;
    width: 100%;
}
.index_msg .right .con {
    width: 100%;
    margin-left: 0;
    padding: 50px 30px;
}
.index_msg .btn_box {
	margin:10px 0;
}


/*index_mail*/
.index_mail .con_font {
	width:100%;
}
.index_mail .btn_box {
    width: 100%;
	text-align:center;
	margin: 10px 0 0 0;
}
.index_mail .btn_01 {
	font-size:1em !important;
}


/*index_info*/
.index_info {
    padding: 30px 0;
}
.index_info .item{
	width: calc(100% - 40px);
	margin:20px;
}


/*footer*/
footer{
	font-size:0.8em;
}


/*局長信箱*/
.form_type {
    padding: 0;
}
.form_type .item{
	width:100%;
	padding: 30px 6%;
}
.form_type .item:nth-child(1) {
    border-right: none;
	border-bottom: solid #eee 1px;
}


/*table_list*/
.table_list .item .title {
    width: 100%;
    text-align: left;
	padding:3px 15px;
}
.table_list .item .con_font {
    padding: 5px 15px;
    width: 100%;
}



/*表單管理*/
.form_box {
	/*border: solid #f5f5f5 5px;*/
    padding: 10px;
}
.form_q{
	border-right:none;
	text-align:left;
	width:100%;
	display:block;
	margin: 0 0 -20px 0;
	padding:8px 15px 0 15px;
	float: left;
}
.form_q label {
    font-weight:bold;
	float: left;
    width: 100%;
    margin-bottom: 10px;
}
.form_a {
    width: 100%;
	display:block;
	margin: 0;
	padding:15px 15px 10px 15px;
	/*border-bottom: #ccc dotted 1px;*/
	float: left;	
}
.form_box .table-row:last-child .form_a{
	border-bottom: none;
}
.forum_subject img {
	width:100px;
}
.form_con .form-group .title ,.form_con .form-group .con_font{
	width:100%;
}


/*rss_list*/
.rss_list li{
	width:100%;
}


}



/*-----------------------------------------for編輯器--------------------------------------------*/
.w-100{
	width:100%;
}
.w-80{
	width:80%;
}
.w-800{
	max-width:800px;
}
.w-500{
	max-width:500px;
}
.w-auto{
	width:auto;
	max-width:100%;
}
.input-xlarge {
    width: 420px!important;
}
.input-large {
    width: 320px!important;
}
.input-medium {
    width: 240px!important;
}
.input-small {
    width: 145px!important;
}
.input-xsmall {
    width: 80px!important;
}
.float_left ,.float-left {
    float: left;
}
.float_right ,.float-right {
    float: right;
}
.text_center ,.text-center {
    text-align: center;
}
.text_right ,.text-right {
    text-align: right;
}
.text_left ,.text-left {
    text-align: left!important;
}
.red {
    color: #c00;
}
.white{
	color:#fff;
}
.black{
	color:#000;
}
.gray{
	color:#666;
}
.blue_01{
	color:#3e76b6;
}
.blue_02{
	color:#003f86;
}
.green_01{
	color:#588216;
}
.green_02{
	color:#00693E;
}
.orange_01{
	color:#C45519;
}
.orange_02{
	color:#a6410a;
}
.brown_01{
	color:#817461;
}
.brown_02{
	color:#513710;
}
.pink{
	color:#B648B7;
}
.purple{
	color:#800080;
}
.required {
    color: #c00;
    font-size: 0.9em;
    line-height: 140%;
    padding: 3px 0;
}
.img_padding {
    padding: 10px;
}
.img_pic {
    border: solid #ccc 1px;
    padding: 10px;
    box-shadow: 0px 0px 2px 2px rgba(20%,20%,20%,0.1);
}
.blockquote_font{
	max-width: 96%;
    margin: 30px auto;
    color: #333;
    border-left: 6px solid #2b50a8;
	padding-left: 1.5em;
}


/*for 後台 table scroll*/
.bootbox-body{
	width:100%;
}
.bootbox-body .table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: none;
}
.bootbox-body .table-scrollable > .table-bordered > thead > tr:last-child > th,.bootbox-body .table.table-bordered thead > tr > th {
	border-bottom: 0;
	border: 1px solid #ddd;
	line-height: 130%;
	vertical-align: middle;
	padding: 10px;
}
.bootbox-body .table-scrollable > .table {
	width: 100% !important;
	margin: 0 !important;
	min-width: 650px;
}
.bootbox-body .table{
	margin-bottom:5px;
}
.bootbox-body .table > tbody > tr > td {
    line-height: 190%;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.bootbox-body .table-scrollable > .table > thead {
    border-top: solid 1px #ddd;
}
.bootbox-body .table-scrollable > .table > thead > tr > th,.bootbox-body .table-scrollable th,.bootbox-body .table > thead > tr > th {
	white-space: nowrap;
	padding: 8px;
	background: #666;
	color: #fff;
	font-weight: 500;
}
.bootbox-body .table-hover > tbody > tr:hover {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .table-even > tbody > tr:nth-child(even) {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .delete_th {
    padding: 10px 0 !important;
}


/*table*/
.table {
    display: table;
	border-color:#ddd;
	width:100%;
}
.table_01 {
    display: table;
	border:none;
	text-align:left;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}


/*縮排*/
.paddingleft22{
	padding-left:22px;
}
.textindent22{
	text-indent: -22px;
}
.text_indent{
	text-indent: 2em;
}


/*清單*/
.ol_01{
	list-style-type:cjk-ideographic; /*一, 二, 三*/
}
.ol_02{
	list-style-type:upper-latin; /*A, B, C*/
}
.ol_03{
	list-style-type:lower-alpha; /*a, b, c*/
}
.ul_01{
	list-style-type:square; /*實心方塊*/
}
.ul_02{
	list-style-type: disc; /*實心圓*/
}
.ul_none ,.ol_none{
	list-style:none;
	padding-left: 0;
}

/*for IE*/
@media screen\0 {
.ol_01{
	list-style-type:decimal-leading-zero; /*01,02,03*/
}
}


/*錨點*/
.anchor_list{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:20px;
	padding-left:0 !important;
}
.anchor_list a{
	float:left;
	padding:5px 15px;
	border-radius:5px;
	color:#333;
	margin:5px;
	border: solid #ccc 1px;
	text-decoration:none;
}
.anchor_list li{
	float:left;
}
.anchor_list a:hover ,.anchor_list a:focus{
	background:#98672d;
	color:#fff;
	box-shadow:none;
	border: solid #98672d 1px;
}


/*併排4*/
.list_04{
	float:left;
	width:100%;
}
.list_04 .item {
	float: left;
	width: 22%;
	margin: 1.5%;
}
.list_04 .item img{
	margin-bottom:10px;
}
.list_04 .item:nth-child(4n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_04 .item  {
	width: 29.3%;
	margin:2%;
}
.list_04 .item:nth-child(4n+1) {
	clear: none;
}
.list_04 .item:nth-child(3n+1) {
	clear: both;
}
}

@media (max-width: 480px) {
.list_04 .item{
	width: 44%;
	margin: 3%;
}
.list_04 .item:nth-child(4n+1) ,.list_04 .item:nth-child(3n+1) {
	clear: none;
}
.list_04 .item:nth-child(2n+1) {
	clear: both;
}
.list_04 .item img {
	width: 100%;
}
}


/*併排3*/
.list_03{
	float:left;
	width:100%;
}
.list_03 .item {
	float: left;
	width: 29.3%;
	margin: 2%;
}
.list_03 .item img{
	margin-bottom:10px;
}
.list_03 .item:nth-child(3n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_03 .item  {
	width: 46%;
}
.list_03 .item:nth-child(3n+1) {
	clear: none;
}
.list_03 .item:nth-child(2n+1) {
	clear: both;
}
}

@media (max-width: 480px) {
.list_03 .item{
	width: 90%;
	margin: 5%;
}
.list_03 .item img {
	width: 100%;
}
}


/*併排2*/
.list_02{
	float:left;
	width:100%;
}
.list_02 .item {
	float: left;
	width: 44%;
	margin: 3%;
}
.list_02 .item img{
	margin-bottom:10px;
}
.list_02 .item:nth-child(2n+1) {
	clear: both;
}

@media (max-width: 767px) {
.list_02 .item{
	width: 90%;
	margin: 5%;
}
}


/*youtube影片*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}


@media print {
/*清除網址*/
a[href]:after {
	content: none !important;
}

/*解決Safari 在列印時使用異常小的字體*/
.container {
	width: auto;
}

.con_box{
	margin: 0;
	border: initial;
	border-radius: initial;
	width: initial;
	min-height: initial;
	box-shadow: initial;
	background: initial;
	page-break-after: always;
}

}

/*列印尺寸電腦版*/
@page {
 size: A3;
 margin: 0;
}