﻿/*通用*/
body {
	margin:0; 
	padding:0; 
	line-height:190%; 
	font-size:16px; 
	font-family:Open Sans, Arial, sans-serif,"微軟正黑體" !important;
	color:#333;
	/*background:#fff;*/
	background: url(../img/bg_03.jpg);
}
a{
	text-decoration:none;	
}
a:hover, a:focus{
	color:#9b2616;
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
p {
    color: #333;
	line-height:170%;
}
*{
	padding:0;
	margin:0;
}
li {
    line-height: none;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.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;
}
.display_none{
	display:none;
}
.float_left{
	float:left;
}
.btn {
    padding: 5px 10px;
}
.btn_01{
	/*font-size:13px;*/
	padding:8px 20px;
	background:#ab8337 /*#3a3a3a*/;
	color:#fff;
	cursor:pointer;
	margin:5px 0;
	border-radius:5px;
	border:none;
}
.btn_01:hover,.btn_02:hover{
	background:#9b2616;
	color:#fff;
}
.btn_02{
	padding:3px 15px;
	background: #666;
	color:#fff;
	font-size:0.9em;
	border:none;
	cursor:pointer;
	margin:5px 0;
	border-radius:5px;
}
button.btn_01{
	padding:3px 15px;
}
.new_icon{
	background:red;
	padding:0 5px 2px 5px;
	border-radius:3px;
	color:#fff;
}
.form-control_01 {
    border-radius: 5px !important;
    border: #ccc solid 1px;
    padding: 5px 10px;
    margin: 5px 0;
    width: 100%;
}
.form-control_02{
	background:#666;
	/*background: transparent;*/
	color:#fff;
	border:none;
	font-size:0.8em;
}
.form-control_03 {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	width:100%;
}
.form-control_04 {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-small {
    width: 145px!important;
}
.input-xsmall {
    width: 80px!important;
}
.title_01{
	font-size:26px;
	color:#333;
	font-weight:bold;
	line-height: 150%;
}
.title_02{
	font-size:26px;
	color:#9b2616;
	line-height: 150%;
	font-weight: bold;
}
.title_03 {
    font-size: 16px;
    font-weight: bold;
    color: #ab8337 /*#18219b*/;
}
/*.title_04 {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    color: #fff;
}
.title_05 {
    font-size: 18px;
    font-weight: bold;
    color: #ab8337;
}
.title_contact {
    color: #9b2616  ;
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid #ccc 1px;
    border-left: solid #9b2616 3px;
}
.title_font{
	font-size:18px;
	font-weight:bold;
	color:#333;
	font-family:"微軟正黑體", "Times New Roman", sans-serif;
	padding:0 0 10px 0;
}
.font_01{
	font-size: 12px;
    color: #999;
}*/
.more_01{
	color:#ab8337;
}
.img_padding {
    padding: 10px;
}
.text-indent {
    text-indent: 2em;
}
.display_inline {
    display: inline-block !important;
}
.picli02{
	padding:10px;
}
.bg-gray {
    background: #efefef;
}
.red{
	color:red;
}
.box-shadow {
    box-shadow: 0px 0px 5px 3px rgba(20%,20%,20%,0.1);
}
.table {
  display: table;
}
.table-row {
  display: table-row;    
}
.table-cell {
  display: table-cell;   
}
.scroll-to-top:hover{
	background:#9b2616;
	color:#fff;
}


/*header*/
#header{
	border-bottom: solid #eee 1px;
}
#header .header-column .header-row{
	padding-right: 5px;
}
.nav-pills > li + li {
    margin-left: 0;
}
.dropdown-menu > li > a:focus {
	background:rgba(0,0,0,0.3);
}
.dropdown-menu>.dropdown-submenu:last-child>a{
	border-bottom:none !important;
}
.dropdown-submenu>.dropdown-menu li:last-child>a{
	border-bottom:none !important;
}
.header-nav-main ul li:last-child .dropdown-menu{
	right:0;
}
.header-nav-top li:last-child{
	border-radius:0 0 4px 0;
}
.dropdown-submenu .dropdown-menu li a{
	border-bottom: 1px dotted rgba(255,255,255,.3);
}
.header-nav-top{
	margin: -3px 0 10px 0;
    background: #666;
    border-radius: 0 0 5px 5px;
	position:relative;
}
.header-nav-top li{
	border-right:solid rgba(255,255,255,0.2) 1px;
	line-height: 130%;
	height:21px;
}
.header-nav-top li:hover{
	background: #ab8337 /*#1e90ff rgba(0,0,0,0.5)*/;
}
.header-nav-top li:nth-child(1):hover{
	border-radius:0 0 0 5px;
}
.header-nav-top li:last-child{
	border-right:none;
}
.header-nav-top li:last-child a{
	border-right:none;
	padding: 3px 0 2px 5px;
}
.header-nav-top li:last-child:hover{
	border-right:none;
	border-radius:0 0 5px 0;
}
.header-nav-top .form-control_02{
	padding:0 4px 1px 7px;
	vertical-align: top;
	min-height:20px;
}
.header-nav-top li a:hover{
	background:none !important;
}
.header-nav-top select:hover{
	background:#ab8337;
	border-radius:0 0 4px 0 ;
}


/***Hover效果1: 放大淡出***/
.imh_opacity{
	background:#000;
	overflow:hidden;}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_opacity:hover img{
	opacity:0.8;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出Detail***/
.imh_detail{
	background:#000;
	overflow:hidden;
    	position: relative;}

.imh_detail img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_detail a:before{
	display:block;
	content:"Details+";
	padding:10px 20px;
	font-size:13px;
	color:#FFF;
	border:2px solid #FFF;
	opacity:0;
	position:absolute;
	left:50%;
	margin-left:-45px;
	top:50%;
	margin-top:-80px;
	z-index:99;
	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;}

.imh_detail:hover a:before{
	opacity:1;
	margin-top:-20px;}

.imh_detail:hover img{
	opacity:0.3;
	transform:scale(1.05);}
	
/***Hover效果1: 放大淡出zoom***/
.imh_zoom{
	background:#000;
	overflow:hidden;
	position:relative;}

.imh_zoom img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_zoom:before{
	display:block;
	font-family: 'FontAwesome';
	content:"\f002";
	font-size:18px;
	color:#FFF;
	background:#9b2616;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:100%;
	
	position:absolute;
	left:50%;
	top:-30px;
	margin-top:-20px;
	margin-left:-20px;
	z-index:99;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

.imh_zoom:hover:before{
	top:50%;}

.imh_zoom:hover img{
	opacity:0.6;
	transform:scale(1.05);}



/*index banner*/
.index_banner{
	position: relative;
}
.owl-carousel .owl-dots{
	position:relative;
	margin-top:-31px;
}
.owl-carousel .owl-nav {
	margin-top: 0;
}
.owl-carousel .owl-nav .owl-prev:before , .owl-carousel .owl-nav .owl-next:before{
	display:none;
}
.owl-carousel .owl-nav .owl-prev {
    background: url(../img/icon_left.png) !important;
}
.owl-carousel .owl-nav .owl-prev:hover {
    background: url(../img/icon_left_02.png) !important;
}
.owl-carousel .owl-nav .owl-next {
    background: url(../img/icon_right.png) !important;
}
.owl-carousel .owl-nav .owl-next:hover {
    background: url(../img/icon_right_02.png) !important;
}
.index_banner .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:-33px;
}

/*index_news_3*/
.index_news_3{
	background:#333;
	padding:40px 0;
	float: left;
    width: 100%;	
}
.index_news_list{
	list-style:none;
}
.index_news_list li{
	float:left;
	width:33.3%;
	padding:25px;
}
.index_news_list li img{
	width:100%;
	border:solid #777 1px;
}
.index_news_list li .list_title{
	background:rgba(0,0,0,.6);
	text-align:center;
	color:#fff;
	font-size:26px;
	padding:15px;
	position:relative;
	margin-top:-55px;
	border-left:solid #777 1px;
	border-right:solid #777 1px;
}
.index_news_list .item_date{
	color:#ab8337;
	margin-top:20px;
	padding:0 5px;
	float:left;
	width:100%;
}
.index_news_list .class_btn{
	color:#ab8337;
	border:solid #ab8337 1px;
	background:#333;
	margin-left:10px;
}
.index_news_list .title{
	color:#fff;
	font-size:18px;
	padding:10px 5px;
	float:left;
	width:100%;
	line-height:170%;
}
.index_news_list .btn_box{
	float:left;
	width:100%;
	text-align:center;
	margin-top:20px;
}
.index_news_list .btn_box .btn_01{
	background:#ab8337;
	color:#fff;
}
.index_news_list .btn_box .btn_01:hover{
	background:#9b2616;
	color:#fff;
}

/*index_album*/
.index_album{
	background: url(../img/index_album_bg.png);
    padding: 50px 0;
    float: left;
    width: 100%;
    background-position: right top;
    background-repeat: no-repeat;
}
.index_album .container {
    padding: 0 60px;
}
.index_album .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.index_album .owl-carousel .owl-nav .owl-next {
    right: -50px;
}
.index_album .title_01{
	text-align:center;
}
.index_album .title_01:after {
	content:url(../img/index_title_icon.png);
    display: block;
    margin: 0 auto 20px auto;
    width: 62px;
	height:20px;	
}
.index_album_list{
	float:left;
	width:100%;
}
.index_album_list .item{	
	margin:18px;
}
.index_album_list .item a{
	padding:20px;
	width: 100%;
    float: left;
	background:rgba(0,0,0,0.1);
	border-radius:10px;	
}
.index_album_list img{
	width:100%;
	border-radius: 5px;
    margin-right: 15px;
}
.index_album_list .imh_zoom{
	border-radius: 5px;
	border:solid #fff 1px;
}
.item_date{
	font-size:11px;
	color:#ab8337;
}
.item_date:before{
	content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}
.index_album_list .item_title{
    margin: 5px 0;
	font-size:16px;
}
.index_album_list .item_font{
	line-height:150%;
	color:#333;
	word-break: break-all;
}
.index_album .btn_box{
	text-align:center;
	width:100%;
	float:left;
	padding-top:40px;
}
.index_album .btn_box .btn_01{
	/*padding: 8px 30px !important;*/
} 
.index_album .owl-dots{
	display:none;	
}
.index_album_list a:hover .imh_zoom:before{
	top:50%;
}
.index_album_list a:hover .imh_zoom img{
	opacity:0.6;
	transform:scale(1.05);
}

/*index_video*/
.index_video{
	float:left;
	width:100%;
	background:url(../img/bg_12.jpg);
	padding:5% 0;
}
.index_video .container{
	padding:0 5%;
}
.index_video .left{
	width:67%;
	padding: 0 5% 0 0;
	float:left;
}
.index_video .right{
	width:33%;
	float:left;
}
.index_video .right .title_01{
	padding: 15px 0 10px 55px;
	/*background:url(../img/index_icon_03.png);
	background-repeat:no-repeat;*/
	color:#fff;
	display:none;
}
.index_video .right .item{
	background:rgba(255,255,255,0.3);
	padding:15px;
	margin:10px 0;
}
.index_video .right .item .item_box{
	background: rgba(255,255,255,.8);
	padding:20px;
}
.index_video .right .item .item_title{
	font-size:18px;
	padding-bottom:10px;
	color:#9b2616;
}
.index_video .right .item .item_font{
	border-top:dotted #ccc 2px;
	padding-top:10px;
}
.index_video .right .btn_01{
	text-align:center;
}

/*google map*/
.index_map{
	margin-bottom:-8px;
}

/*footer*/
footer{
	background:#333 /*#f5f5f5*/;
	padding:30px 0 0 0;
	float:left;
	width:100%;
}
footer .container{
	padding:0 20px;
}
footer .footer_list:nth-child(6n+1){
	clear:both;
}
.footer_list{
	width:12.6%;
	margin:1% 2%;
	color:#fedb8f;
	font-size:16px;
	vertical-align:top;
	float:left;
	font-weight:bold;
	text-align: center;
}
.footer_list>a{
	color:#fedb8f;
}
.footer_list span{
	/*border-bottom: dotted #555 2px;
    content: "";
    width: 100%;
    float: left;
	margin:10px 0;*/
}
.footer_list>div{
	background:#ab8337;
	color:#fff;
	padding:4px 10px;
	border-radius:5px;
}
.footer_list>div a{
	color:#fff !important;
}
.footer_list_01{
	list-style:none;
	margin-top: 10px;
}
.footer_list_01 li{
	margin: 5px 0;
}
.footer_list_01 li a{
	width:100%;
	color:#ccc;
	font-size:14px;
	font-weight:normal;
	margin-bottom: 10px;
    line-height: 130%;
}
footer a:hover{
	color:#ab8337;
}
.copyright{
	border-top: solid #666 1px;
	padding-top:10px;
	margin-top:20px;
	font-size:12px;
	line-height:140%;
	color:#999;
}
.copyright ul{
	list-style:none;
	float:left
}
.copyright ul li ,.copyright ul li a{
	display:inline-block;
	color:#999;
}
.copyright ul li a:hover{
	color:#ab8337;
}
.copyright ul li:after{
	content:"∣";
	padding: 0 7px 0 6px;
	color:#ccc;
}
.copyright ul li:last-child:after{
	content:"";
	padding: 0;
}
.copyright .copyright_font{
	float:right;
}
.footer_design{
	text-align:right;
	color:rgba(255,255,255,0.3);
	/*margin-top:-15px;*/
	font-size:12px;
}
.footer_design a{
	color:rgba(255,255,255,0.3) !important;
}



/*page banner*/
.page_banner{
	background:url(../img/page_top_bg.jpg);
	background-position:center;
	height:112px;
	position:relative;
	float:left;
	width:100%;
	text-align: center;
}
.page_banner .container{
	width:100%;
}
.page_title{
	position: absolute;
    color: #fff;
    font-size: 28px;
    /* padding: 25px 15px 10px; */
    /* border-right: solid #9b2616 1px; */
    /* top: 50%; */
    height: auto;
    float: left;
    width: 100%;
    top: 40%;
    margin: 0 auto;
	font-weight:bold;
	text-shadow: 2px 2px 2px #000;
}

/*page top*/
.page_top{
	background:#9b2616;
	padding:8px 10px;
	border-bottom:#ccc solid 1px;
	width:100%;
	float:left;
}
.page_top ul{
	list-style:none;
	margin-bottom: 0px;
	line-height: 130%;
}
.page_top ul li{
	display:inline-block;
	font-size:12px;
	color:#fff;
}
.page_top ul li a{
	color:#fff;
}
.page_top ul li a:hover{
	color:#ab8337;
}
.page_top ul li:after {
    content: "∣";
    padding: 0 5px 0 8px;
    color: #ccc;
}
.page_top ul li:first-child:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: relative;
    left: 0;
	/*font-size:15px;*/
}
.page_top ul li:last-child:after {
    content: "";
}
.page_top_right{
	float:right;
	height: 25px;
}
.page_top_right img{
	width: 25px;
	vertical-align: top;
}

/*page content*/
.page_content{
	float:left;
	width:100%;
}
.page_content .container{
	padding:3% 3% 6% 3%;
	min-height:600px;
}
.page_con ul ,.page_con ol{
	padding-left:20px;
}
.page_content .title_02{
	padding-bottom:15px;
}
.page_info{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.page_info .item_date{
	display:inline-block;
	float:left;
}
.page_info .item_class{
	display:inline-block;
	font-size:11px;
	color:#ab8337;
	float:left;
	margin-left: 10px;
    padding: 1px 5px;
	border-radius:5px;
	border:solid #ab8337 1px;
	line-height: 170%;
}
.btn_back{
	margin:40px 0 20px 0;
	width: 100%;
    float: left;
}
.btn_back .btn_01:before{
	/*content: "\f177";*/
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}

/*管理項目*/
.table-toolbar {
    /*margin-bottom: 5px;*/
	width:100%;
	float: left;
}
.class_title{
	padding:7px 3px 10px 3px;
	float:left;
}
.form_02{
	border-radius:5px !important;
	border:#ccc solid 1px;
	/*padding:2px 8px 6px 3px;*/
	vertical-align:middle;
	margin:4px;
	float:left;
	background: #fff;
	height: 34px;
}

/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	/*margin:5px 0 15px 0 !important;
	float:left;
	border-top: none;
	border-bottom: 1px solid #e7ecf1;
	border-left: 1px solid #e7ecf1;
	border-right: 1px solid #e7ecf1;*/
	border:none;
	margin-bottom: 10px;
}
.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;
	padding: 10px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:650px;
	background:#fff;
}
.table-scrollable>.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;
}
/*.table-bordered{
    border: 1px solid #e7ecf1 !important;
}*/
.table-bordered > tbody > tr > td{
    border: 1px solid #ddd;
	/*border: 1px solid #e7ecf1 !important;*/
}
.table-hover > tbody > tr:hover{
	background:#f2fbfe;
}
.table>tbody>tr>td{
	vertical-align: middle !important;
	padding: 9px 8px;
}
.table_icon{
	padding:3px 3px 2px 3px !important;
	vertical-align:middle;
}
.table thead tr th {
    font-weight: normal;
}
.table {
    margin-bottom: 0px;
}
.table-odd > .table > tbody > tr:nth-child(odd){
	background:#eff5fa;
}

/*table scroll_01*/
.table-scrollable_01{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	font-size:12px;
	background: #f5f5f5;
}
.table-scrollable_01>.table-bordered>thead>tr:last-child>th,.table-scrollable_01>.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:none;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable_01>.table{
	width:100%!important;
	margin:0!important;
	min-width:850px;
	font-size:12px;
}
.table-scrollable_01>.table>thead{
	/*border-top: solid 1px #ddd;*/
}
.table-scrollable_01>.table>thead>tr>th , .table-scrollable_01>.table-scrollable th ,.table-scrollable_01>table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#fff; 
	color:#9b2616;
	text-align:center;
	border: none;
	font-weight: bold;
}
.table-scrollable_01 .table tbody>tr>td {
	border: none;
	color: #7d7d7d;
}
.table-scrollable_01 .table>tbody>tr>td:nth-child(even) {
	background:#fafafa;
	border-right:solid #fff 2px;
	border-left:solid #fff 2px;
}
.table-scrollable_01 .table>tbody>tr>td {
    vertical-align: top !important;
	padding: 0 0 0 8px;
}

/*table-scrollable_02*/
.table-scrollable_02{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	font-size: 12px !important;
}
/*.table-scrollable_02>.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;
	padding: 10px;
}*/
.table-scrollable_02>.table{
	width:100%!important;
	margin:0!important;
	min-width:850px;
	font-size: 12px !important;
}
.table-scrollable_02>.table>thead{
	/*border-top: solid 1px #ddd;*/
}
.table-scrollable_02>.table>thead>tr>th , .table-scrollable_02>.table-scrollable th ,.table-scrollable_02>table>thead>tr>th ,.table-scrollable_02 table tr th{
	white-space:nowrap; 
	padding:8px; 
	background:#9b2616; 
	color:#fff;
	font-weight:500;
	border:none;
	border-right: solid #6f81a5 1px;
	text-align: center;
}
.table-scrollable_02>.table td{
	border-top:none;
	text-align: center;
	padding:8px 5px;
	border-left: solid #ededed 1px;
	font-family: "PT Sans",Arial,sans-serif;
}
.table-scrollable_02>.table td:first-child{
	border-left:none;
}
.table-scrollable_02>.table tr:nth-child(even){
	background:#f5f5f5;
}

table caption{
	display:none
}
table{
	font-size:14px;
}


/*頁碼*/
#page_number{
	padding-top:10px;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.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: 1px 12px;
    font-size: 14px;
	background:#666;
	/*margin-left:-5px;*/
	border-radius:5px;
	margin-top: -4px;
	color:#fff;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:77px;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover{
	background:#9b2616;
	color:#fff;
}


/*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;
	width:100%;
}
.con_box .page_title{
	/*text-align: center;
    font-size: 24px;
    color: #673c08;
    font-weight: bold;
    padding: 20px 0 20px 0;*/
}
.con_box .page_title_item{
	text-align:left;
}
.con_box .form_con {
    padding: 10px 0 0 0;
}
.con_footer{
	font-size:12px;
	padding: 0 20px 20px 20px;
	line-height:150%;
}
.con_float{
	float:left;
	width:100%;
}
.remark{
	font-size:12px;
	color:#666;
	line-height:150%;
}
#print_box .container{
	max-width:740px;
	padding:1%;
}
#print_box .page_content .container{
	height:auto;
}
#print_box .toggle > label + div {
	overflow: inherit;
	text-overflow: inherit;
    white-space: normal;
}
#print_box .faq_print_a{
	height:100%;
}
#print_box .page_banner{
	display:none;
}
#print_box .page_top{
	display:none;
}


/*表單管理*/
.table-row {
    display: table-row;
}
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
	margin: 15px 0;
}
.form_con{
	margin:0 auto;
	max-width:600px;
	padding:3% 0 0 0;
	width:100%;
}
.form_box{
	border: solid #f5f5f5 10px;
	padding:10px;
	background:#fff;
	display: table;
}
.form_box .table-row{
	border-bottom:#ccc dotted 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 .mt-radio,.form_a .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
}
.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:normal;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
.code_img{
	padding-top: 5px;
    margin-left: 10px;
    float: left;
}
.input_code {
    width: 100px;
    border: #ccc solid 1px;
    padding: 5px 10px;
	height:34px;
    float: left;
	border-radius:4px;
}


/*sitemap*/
.sitemap_con{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.sitemap_class{
	font-weight: bold;
    padding: 6px 0;
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 20px;
	border-bottom: dashed #ab8337 1px;
	color:#ab8337;
}
.sitemap_class:before {
    content: "\f02b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 1em;
    position: relative;
    left: 0;
    float: left;
    width: 20px;
}
.sitemap_box{
	padding:10px 20px;
}
.sitemap_con .sitemap_box:nth-child(4n+1){
	clear:both;	
}
.sitemap_title{
	background:#9b2616;
	color:#fff;
	border-radius:20px;
	padding:5px 10px;
	text-align:center;
}
.sitemap_item_01{
	list-style:none;
	border-right:solid #ddd 1px;
	border-bottom:solid #ddd 1px;
	border-left:solid #ddd 1px;
	border-radius:0 0 5px 5px;
	margin-top:-13px;
}
a >.sitemap_title:hover {
    background: #ab8337;
}
.sitemap_item_01 li{
	padding:6px 15px 6px 30px;
	border-top:dotted #ddd 1px;
	line-height:150%;
}
.sitemap_item_01>li:before{
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: relative;
    right: 0;
    float: left;
	font-size:12px;
	margin-left: -10px;
}
.sitemap_item_01>li:first-child{
	border-top:none;
	padding-top:20px;
}
.sitemap_item_02{
	list-style:none;
	background:#f5f5f5;
	margin:6px 0 6px -15px;
	border-radius:5px;
	font-size:13px;
}
.sitemap_item_02 li{
	padding:6px 15px;
	border-top:dotted #ccc 1px;
}
.sitemap_item_02>li:first-child{
	border-top:none;
}

/* Toggles */
.toggle > label + div {
	color: #333;
	display: block;
	overflow: hidden;
	padding-left: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px;
}
.toggle > .toggle-content > div {
	margin-bottom: 0;
	padding: 10px 0;
}

.toggle.active > div {
	white-space: normal;
}

.toggle > div.preview-active {
	height: auto;
	white-space: normal;
}

.toggle.toggle-sm .toggle > .toggle-content > div {
	font-size: 0.9em;
}

.toggle.toggle-lg .toggle > .toggle-content > div {
	font-size: 1.1em;
}
.toggle.active > label {
    margin-bottom: 10px;
}

/*news*/
.news_list{
	float:left;
	width:100%;
}
.news_list .news_list_item{
	padding:1%;
}
.news_list .news_list_item:nth-child(1n){
	padding:1% 1% 1% 0;
}
.news_list .news_list_item:nth-child(2n){
	padding:1% 0 1% 1%;
}
.news_list .news_list_item:nth-child(2n+1){
	clear:both;
}
.news_list .news_list_box{
	padding:20px;
	background:rgba(255,255,255,0.7);
	border-radius:10px;
	float:left;
	width:100%;
	cursor:pointer;
	border:solid #eee 1px;
}
.news_list_box{
	min-height: 160px /*225px*/;
}
.news_list_box img{
	width:240px;
	border-radius:5px;
	margin-right:15px;
}
.news_list_box .tab_item_title{
	font-size:20px;
	color:#9b2616;
	/*border-bottom: dotted #ccc 1px;
    line-height: 130%;*/
    margin: 5px 0;
	font-weight:bold;
}
.news_list_box .tab_item_font{
	border-top: dotted #ccc 1px;
	padding-top:5px;
}
.class_btn {
    font-size: 11px;
    padding: 2px 5px 1px 6px;
    border-radius: 5px;
    /*color: #FFF ;*/
    margin: 2px 5px;
    white-space: nowrap;
    border: solid #ab8377 1px;
    /*background: #ccc;*/
}

/*表單管理*/
.table-row {
    display: table-row;
}
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
}
.form_con{
	margin:0 auto;
	max-width:600px;
	padding:40px 0 0 0;
	width:100%;
}
.form_box{
	border: solid #f5f5f5 10px;
	padding:10px;
	background:#fff;
	display: table;
}
.form_box .table-row{
	border-bottom:#ccc dotted 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:10px 8px;
	text-align:right;
	border-right: #ccc dotted 1px;
	/*font-weight:bold;*/
	color:#000;
	vertical-align: top;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:4px 12px 4px 4px;
	/*margin:8px;
	border-bottom: #ccc dotted 1px;*/
	line-height:170%;
}
.form_a .mt-radio,.form_a .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
}
.required{
	color:red;
	font-size:0.9em;
	line-height:140%;
	/*padding:3px 0;*/
	margin-left:6px;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a input ,.form_a textarea{
	margin:4px 0 4px 4px;
}
.form_a label{
	font-weight:500;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
input[type="radio"], input[type="checkbox"] {
	margin: 0 3px 0 10px;
    width: 20px;
    height: 20px;
    background: #fff !important;
    border: 1px solid #ccc;
	vertical-align: middle;
}
.form_a textarea ,.form_a select{
	margin:4;
}


/*album*/
.album_list{
	list-style:none;
	float: left;
    width: 100%;
	padding-left: 0 !important;
}
.album_list li{
	float:left;
	width:28.3%;
	margin:2.5%;
	/*text-align:center;*/
	padding: 10px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    border: solid #eee 1px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.05);
}
.album_list li .line:after {
  	content: '';
 	display: block;
  	margin: auto;
  	height: 2px;
 	width: 0px;
  	background: transparent;
  	transition: width .5s ease, background-color .5s ease;
}
.album_list li:hover .line:after {
  	width: 100%;
  	background: #ab8337;
}
.album_list .imh_zoom{
	border-radius:10px;
	margin-bottom:5px;
}
.album_list li .line {
    width: 50px;
    /*margin: 10px auto 5px auto;
    border-bottom: 1px solid #ab8337;
    transform: rotate(45deg);*/
	margin:8px auto 5px auto;
	display:none;
}
.album_list .item_date{
	padding:0 5px;
}
.album_list li .item_title {
	font-size:18px;
	margin:5px 0 0 0;
	padding:0 5px;
}
.album_list li:hover .item_title {
	/*color:#552C00;*/
}
.album_list li:hover .imh_zoom:before{
	top:50%;
}
.album_list li:hover .imh_zoom img{
	opacity:0.6;
	transform:scale(1.05);
}
.album_list_img div{
	width:18%;
	margin:1%;
	float:left;
}
.mfp-counter{
	display:block !important;
}
.mfp-container{
	height:100vh !important;
}
.img-thumbnail.img-thumbnail-hover-icon ,.img-thumbnail.img-thumbnail-hover-icon img {
    width: 100%;
}


/*-------------------------------------------------------------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1200px) {
.container {
    width: 1200px;
	padding-right: 0px;
    padding-left: 0px;
}


/*header*/
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	min-width: 120px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 14px;
}


/*index banner*/
.owl-theme .owl-dots .owl-dot span{
	width:15px !important;
	height:15px !important;
}
.owl-carousel .owl-dots {
    margin-top: -34px;
}

/*album*/
.album_list li:nth-child(3n+1){
	clear:both;
}
.album_list_img div:nth-child(5n+1){
	clear:both;
}
}
 
/* 一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1200px) {
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
}
#header .header-logo img {
    width: 278px !important;
}
#header .header-nav-top {
    float: right;
}

/*index banner*/
.owl-theme .owl-dots .owl-dot span{
	width:15px !important;
	height:15px !important;
}
.owl-carousel .owl-dots {
    margin-top: -34px;
}

/*album*/
.album_list li:nth-child(3n+1){
	clear:both;
}
.album_list_img div:nth-child(5n+1){
	clear:both;
}
}

/* 平板電腦、橫向手機解析度 */
@media (min-width: 768px) and (max-width: 991px) {
#header .header-logo img {
	width:220px !important;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 14px;
    font-style: normal;
    line-height: inherit;
    padding: 5px 7px;
    text-transform: uppercase;
}

/*index banner*/
.index_banner_top{
	background-size:100%;
	height:55px;
	margin-top:-33px;
}

/*index_news_3*/
.index_news_3 {
    background: #333;
    padding: 40px 10px;
}
.index_news_list li {
    padding: 15px;
}
.index_news_list li .list_title {
    font-size: 20px;
}
.index_news_list .title {
    font-size: 16px;
}

/*index_album*/
.index_album_list {
    padding: 10px 0 30px 0;
}


/*footer*/
.footer_list {
    font-size: 14px;
}
.footer_list_01 li {
    font-size: 12px;
}


/*page banner*/
.page_banner{
	height:90px;
}
.page_title{
	font-size:24px;
	/*padding:10px 20px 10px 5px;*/
}

/*news*/
.news_list_box img {
    width: 135px !important;
}

/*album*/
.album_list li:nth-child(3n+1){
	clear:both;
}
.album_list_img div{
	width:21%;
	margin:2%;
}
.album_list_img div:nth-child(4n+1){
	clear:both;
}

}
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
body {
	font-size:14px;
}
.title_01{
	font-size:20px;
}
.title_02{
	font-size:18px;
}
.item_title{
	font-size:16px !important;
}

/*header*/
#header {
	height:50px !important;
	position: fixed;
    width: 100%;
    top: 0px;
	box-shadow: 0px 0px 3px 3px rgba(20%,20%,20%,0.1);
}
#header .header-logo img {
	width:200px !important;
	margin:4px 0 4px 5px;
}
#header .header-nav-main nav > ul li a:focus ,#header .header-nav-main nav > ul li a:hover{
	background-color:transparent;
	background:transparent;
}
html.sticky-header-enabled #header .header-nav-main {
	max-height:100% !important;
}
.dropdown > .dropdown-menu> li a{
	padding-left:30px !important;
}
.dropdown-submenu>.dropdown-menu> li a{
	padding-left:45px !important;
}
.dropdown-submenu .dropdown-menu li a{
	border-bottom: none;
}
#header .header-nav-main nav > ul li a {
    padding: 9px 15px !important;
}


/*手機版選單右側出*/
/*right*/    
.side-collapse-container-right{
	position:relative;
	right:0;
	transition:right .4s;
  }
.side-collapse-container-right.out{
	right:80%;
  }
.side-collapse-right {
	top:50px;
	bottom:0;
	right:0;
	width:80%;
	position:fixed;
	overflow:hidden;
	transition:width .4s;
  }
.side-collapse-right.in {
	width:0;
 }
 

/*手機版tophome*/
#header .header-column .header-row{
	padding-right: 0;
}
#header .header-column {
	padding-right: 0;
}
.top_home{
	background:#666;
}
.top_home li{
    border-top: 1px solid #999 !important;
	border-bottom:none !important;
}
.top_home li:last-child{
	border-bottom:none !important;
}


/*index banner*/
.owl-carousel .owl-dots{
	margin-top:-30px;
}
.index_banner{
	margin-top: 50px;
}
.owl-theme .owl-dots .owl-dot span{
	margin:5px !important;
}
.owl-carousel .owl-nav .owl-prev:before {
	top: 3px;
}
.owl-carousel .owl-nav .owl-next:before {
	top: 3px;
}

/*index_news_3*/
.index_news_3 {
    background: #333;
    padding: 40px 10px;
}
.index_news_list li {
    width: 100%;
    padding: 15px 0 35px 0;
}
.index_news_list li .list_title {
    font-size: 20px;
}
.index_news_list .title {
    font-size: 16px;
}
.index_news_list .item_date {
    margin-top: 15px;
}
.index_news_list .btn_box {
    margin-top: 5px;
}

/*index_album*/
.index_album {
    padding: 8% 0 6% 0;
	background-size: 120%;
}
.index_album .container {
    padding: 0 50px;
}
.index_album_list {
    /*padding:10px 0;*/
}
.index_album_list .item {
    margin: 15px;
}
.index_album_list .item_title {
    font-size: 16px;
}
.index_album .btn_box {
	margin: 20px 0;
	padding-top: 10px;
}
.index_album .title_01:after {
    margin: 10px auto;
}

/*index_video*/
.index_video {
    padding: 10% 0;
}
.index_video .left{
	width:100% ;
	padding: 0 0 15px 0;
}
.index_video .right{
	width:100% ;
}

/*footer*/
footer {
	padding:0;
}
.copyright {
    border-top:none;
    padding-top: 0;
	margin:10px 0;
	text-align: center;
}


/*page banner*/
.page_banner{
	background:url(../img/page_top_bg.jpg);
	background-size:180%;
	margin-top:50px;
	height:70px;
}
.page_title{
	font-size:20px;
	/*padding:5px 20px 10px 5px;*/
}

/*page top*/
.page_top{
	padding:3px;
}
.page_top ul li{
	font-size:10px;
}
.page_top ul li:after {
    padding: 0 1px 0 4px;
}
.page_top_right {
	padding-bottom:5px;
}

/*page content*/
.page_content .container{
	padding:20px;
}
.page_info .item_class{
	padding:2px 10px 0 10px;
}


/*頁碼*/
.page_icon {
    text-align: center;
}
.btn_page{
	margin-top: -2px;
}

/*sitemap*/
.sitemap_box{
	width:50%;
}

/*news*/
.news_list .news_list_item:nth-child(1n) ,.news_list .news_list_item:nth-child(2n){
	padding:2% 0;
	float:left;
	width:100%;
}
.news_list .news_list_box {
    padding: 10px;
}

/*album*/
.album_list li{
	width:44%;
	margin:3%;
}
.album_list li:nth-child(2n+1){
	clear:both;
}
.album_list li .line:after {
 	display: none;
}
.album_list li .line {
    width: 40px;
    border-bottom: 2px solid #ab8337;
	margin:11px auto 6px auto;
}
.album_list_img div{
	width:29.3%;
	margin:2%;
}
.album_list_img div:nth-child(3n+1){
	clear:both;
}

}

 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
/*index banner*/
.owl-carousel .owl-dots{
	margin-top:-28px;
}
.index_banner_top{
	background-size:cover;
    height: 30px;
    margin-top: -30px;
}
.owl-theme .owl-dots .owl-dot span{
	width:10px !important;
	height:10px !important;
	margin:3px !important;
}
.index_banner .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -26px;
}


/*index_album*/
.index_album_list img{
	width:100% !important;
}
.index_album_list .item a {
    padding: 5%;
}


/*footer*/
.copyright ul {
	text-align:center;
	width:100%;
}
.copyright .copyright_font {
    text-align:center;
	float: none;
}
.footer_design{
	text-align:center;
}


/*page content*/
.page_content .container{
	padding:5% 5% 10% 5%;
	min-height: 320px;
}


/*表單管理*/
.form_box {
	border: solid #f5f5f5 5px;
    padding: 5px;
}
.form_q{
	border-right:none;
	text-align:left;
	width:100%;
	display:block;
	margin: 0 0 -10px 0;
	padding:8px 15px 0 15px;
}
.form_a {
    width: 100%;
	display:block;
	margin: 0;
	padding:15px;
	border-bottom: #ccc dotted 1px;
	float: left;
}
.form_box .table-row:last-child .form_a {
	border-bottom:none;
}
.verification_code{
	margin:5px 0 3px 0;
	display:inline-block;
}
.forum_subject img {
	width:100px;
}


/*sitemap*/
.sitemap_box{
	width:100%;
}


/*print*/
.con_box{
	padding: 3%;
}


/*news*/
.news_list_box img {
    width: 100%;
    margin-right: 0;
	margin-bottom:10px;
}
.news_list_item .tab_item_date {
    padding: 0 0 5px 0 !important;
    display: table-cell;
}


/*album*/
.album_list li{
	width:100%;
	margin:4% 0;
}
.album_list_img div{
	width:46%;
	margin:2%;
}
.album_list_img div:nth-child(3n+1){
	clear:none;
}
.album_list_img div:nth-child(2n+1){
	clear:both;
}
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

/*ad_01
#SubForm{
	z-index: 101; 
	display: block; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.7); 
	text-align:center;
	position: fixed;
    left: 0;
    top: 0;
}
.ad_scroll_01{
	margin: 0 auto; 
	text-align:left;
	max-width:500px;
}
.ad_scroll_01 ol li{
	line-height:150%;
	margin-bottom:5px;
}
.ad_scroll_01 .con_box{
	padding:5%;
	background: #fff;
	margin: 0;
}
.ad_scroll_01 .btn_box{
	text-align:center;
	padding:20px 0 0 0;
	width:100%;
}*/
