﻿/*通用*/
body {
	margin:0; 
	padding:0; 
	line-height:170%; 
	font-size:16px; 
	font-family:"微軟正黑體",open-sans, Arial, sans-serif !important;
	color:#333;
	background:#fff;
	background:url(../img/bg_05.jpg);
}
a{
	text-decoration:none;
	
}
a:hover, a:focus{
	color:#900;
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
*{
	padding:0;
	margin:0;
}
li {
    line-height: none;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
}
.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;
}
.btn {
    padding: 5px 10px;
}
.btn_01{
	padding: 5px 10px;
	/*background:#5d4132;*/
	color:#fff;
	cursor:pointer;
	margin:5px 0;
	border-radius:5px;
	border:none;
	font-size:16px;
	white-space:nowrap;
	background:url(../img/color_bg.jpg);
	background-size:cover;
	background-position:center;
	opacity:.8;
}
.btn_01:hover ,.btn_02:hover{
	opacity:1;
}
.btn_01 i{
	padding-right:5px;
}
.btn_02{
	padding: 4px 5px;
	background:#666;
	color:#fff;
	cursor:pointer;
	margin:5px 0;
	border-radius:5px;
	border:none;
	font-size:13px;
	white-space:nowrap;
	opacity:.8;
}
.title_01{
	font-size:28px;
	line-height: 150%;
}
.title_02{
	font-size:26px;
	color:#900;
	line-height: 150%;
	font-weight: bold;
}
.title_03{
	font-size:22px;
	color:#9f6c14;
	line-height: 150%;
	margin-bottom:10px;
}
.item_class{
	padding:3px 11px;
	background:#67421b;
	color:#fff;
	margin:0 0 0 5px;
	border-radius:20px;
	font-size:12px;
}
.item_title{
	font-size:18px;
}
.item_date{
	color:#9f6c14;
	font-size:14px;
}
.item_date i {
    padding-right: 5px;
}
.font_01{
	font-size: 12px;
    color: #999;
}
.more_01{
	color:#f60;
}
.img_padding {
    padding: 10px;
}
.text-indent {
    text-indent: 2em;
}
.display_inline {
    display: inline-block !important;
}

/*header*/
#header{
	border-bottom: solid #ccc 1px;
}
html.sticky-header-active #header .header-body {
    /*border-bottom: solid #c31a1f 2px;*/
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #291004;
    outline: 1px solid #b67e1a;
}
#header .header-column .header-row{
	padding-right: 5px;
}
.header_top{
	/*background: url(../img/header_top.jpg);
	-moz-background: url(../img/header_top.jpg);
	-webkit-background: url(../img/header_top.jpg);
	background: #44516c;
	height:11px;*/
}
.header-nav-top{
	margin: -9px 0 13px 0;
    background: #eed6ae;
    border-radius: 0 0 5px 5px;
	position:relative;
}
.header-nav-top .nav{
	padding:0 5px;
}
#header .header-nav-top .nav > li > a:hover{
	color: #c31a1f;
}
.header-nav-top li:nth-child(1):hover{
	border-radius:0 0 0 5px;
}
.header-nav-top .nav>li:before{
	content:"∣";
	/*color:#fff;*/
}
.header-nav-top .nav>li:nth-child(1):before{
	content:"";
}
.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;
	/*background:#002672;*/
}
.header-nav-top .form-control_02{
	padding:4px 4px 4px 7px;
}
.header-nav-top li a:hover{
	background:none !important;
}
.top_share{
	list-style:none;
	float:left;
	padding:9px 9px 5px 5px;
}
.top_share li{
	display:inline-block;
	padding:0 2px;
}
.top_share li:before{
	display:none;
}
.top_share li:last-child a {
    padding: 0;
}
.top_share li img{
	width:23px;
	border-radius:4px;
}
.nav-pills > li + li {
    margin-left: 0;
}
#mainNav li:last-child .dropdown-menu{
	right:0;
}
.dropdown-menu > li > a:focus {
	background:rgba(0,0,0,0.3);
}
.dropdown-submenu .dropdown-menu li a{
	border-bottom:dotted #666 1px !important;
}
.dropdown-submenu .dropdown-menu li:last-child a{
	border-bottom:none !important;
}
.scroll-to-top:hover{
	/*background:rgba(201,21,30,1);*/
	color:#fff;
	background:url(../img/color_bg.jpg);
	background-size:cover;
	background-position:center;
}

/*index banner*/
.index_banner{
	position: relative;
}
.owl-carousel .owl-dots{
	position:relative;
	margin-top:-33px !important;
}
.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_box_01*/
.index_box_01{
	background:url(../img/index_bg_01.jpg);
	padding:50px 0;
	float:left;
	width:100%;
	background-position: center;
	background-position: bottom;
	background-size: cover;
}
.index_box_01 .left{
	float:left;
	width:45%;
}
.index_box_01 .left_box{
	background:rgba(255,255,255,0.6);
	/*box-shadow:2px 4px 4px rgba(20%,20%,20%,0.1);
	border:solid #ccc 1px;*/
	padding:15px;
	box-shadow: 0px 0px 10px 4px rgba(20%,20%,20%,0.1);
    border-radius: 10px;
	background-image: url(../img/index_icon_04.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.index_box_01 .left .title_pic{
	border:solid #eee 1px;
	border-bottom:none;
	background:url(../img/index_new_top.jpg);
	background-position: top right;
	background-size: 197%;
	display:none;
}
.index_box_01 .left .title_01{
	/*background:#5d4132;*/
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
	/*background: linear-gradient(180deg,#291004 0%,#92630f 50%,#291004 100%);*/
	background:url(../img/color_bg.jpg);
	background-size:cover;
	background-position:center;
}
.index_box_01 .left .btn_box{
	float:right;
	margin-top:-38px;
	padding-right:10px;
}
.index_box_01 .left .btn_box .btn_01{
	background:#fff;
	color:#333;
	padding: 4px 10px;
}
.index_box_01 .left .btn_box .btn_01:hover{
	background: #fc0;
    border: none;
}
.index_box_01 .left .list .item{
	padding:10px;
	border-bottom: dotted #ccc 2px;
}
.index_box_01 .left .list .item:last-child{
	border-bottom: none;
}
.index_box_01 .right{
	float:left;
	width:55%;
	padding-left:4%;
	padding-top: 2%;
}
.index_box_01 .right .title_01{
	padding: 15px 0 10px 55px;
	border-bottom:dotted #ccc 2px;
	background:url(../img/index_icon_01.png);
	background-repeat:no-repeat;
	display:none;
}
.index_box_01 .right .btn_box{
	float:right;
	margin-top:-40px;
	padding-right:5px;
}
.index_box_01 .right .list{
	padding-top:10px;
}
.index_box_01 .right .list .item{
	float:left;
	width:29.3%;
	margin:2%;
}
.index_box_01 .right .list .item_pic{
	margin-bottom:10px;
}
.index_box_01 .right .list .item_class{
	padding:3px 10px;
	margin-left: 10px;
}
.index_box_01 .right .list .item_title{
	text-align: center;
    font-size: 26px;
    padding-top: 10px;
    font-weight: bold;
    color: #5d4132;
	text-shadow: 2px 2px 2px #fff;
}

/*index_box_02*/
.index_box_02 .item{
	display:inline-block;
	width:25%;
	float:left;
	position:relative;
}
.index_box_02 .item:hover .title_01{
	height:100%;
	padding-top:25%;
	color:#fff;
	font-weight:bold;
	/*text-shadow:2px 2px 2px #333;*/
}
.index_box_02 .item .title_01{
	/*background:rgba(0,0,0,0.5);*/
	color:#fff;
	text-align:center;
	position: absolute;
	bottom:0;
	padding:10px;
	width:100%;
	background: url(../img/color_bg.png);
    background-size: cover;
    background-position: center;
}

/*index_box_03*/
.index_box_03{
	float:left;
	width:100%;
	padding:40px 0 50px 0;
	background:url(../img/index_bg_03.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
}
.index_box_03 .title_01{
	padding: 12px 0 15px 10px;
	/*background:url(../img/title_bg_01.png);*/
	background-repeat:no-repeat;
	color:#3b200f;
	/*text-shadow:2px 2px 2px rgba(255,255,255,0.3);*/
	font-weight: bold;
}
.index_box_03 .btn_box{
	float:right;
	margin-top:-40px;
	padding-right:5px;
}
.index_box_03 .list{
	width:100%;
	float:left;
}
.index_box_03 .list .item{
	width:29.3%;
	float:left;
	margin:2%;
	background:#fff;
	padding:6px;
	border-radius:15px;
	box-shadow:0px 0px 6px 4px rgba(20%,20%,20%,0.07);
}
.index_box_03 .list .item .item_pic{
	border-radius:10px 10px 0 0 ;
}
.index_box_03 .list .item .item_title{
	border-radius:0 0 10px 10px;
	bottom:0;
	color:#fff;
	width:100%;
	padding:10px 20px;
	min-height:66px;
	/*background:#5d4132;*/
	background:url(../img/color_bg.jpg);
	background-size:cover;
	background-position:center;
}
/*.index_box_03 .list .item:nth-child(1) .item_title{
	background:#c31a1f;
}
.index_box_03 .list .item:nth-child(2) .item_title{
	background:#7e0e0e;
}
.index_box_03 .list .item:nth-child(3) .item_title{
	background:#550000;
}*/

/*index_box_04*/
.index_box_04{
	float:left;
	width:100%;
	background:url(../img/bg_02.png);
	padding:70px 30px;
}
.index_box_04 .left{
	width:67%;
	padding: 0 5% 0 0;
	float:left;
}
.index_box_04 .right{
	width:33%;
	float:left;
}
.index_box_04 .right .title_01{
	padding: 15px 0 15px 10px;
	background:url(../img/title_bg_01.png);
	background-repeat:no-repeat;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.index_box_04 .right .item{
	background:rgba(255,255,255,0.5);
	padding:15px;
	margin:10px 0;
}
.index_box_04 .right .item .item_box{
	background:#fff ;
	padding:20px;
}
.index_box_04 .right .item .item_title{
	font-size:22px;
	padding-bottom:10px;
	color:#c31a1f;
}
.index_box_04 .right .item .item_font{
	border-top:dotted #ccc 2px;
	padding-top:10px;
}
.index_box_04 .right .btn_box{
	/*background:#5d4132;*/
	color:#fff;
	padding:10px;
	text-align:center;
	/*opacity:0.8;*/
	border-radius:5px;
	background:url(../img/color_bg.jpg);
	background-size:cover;
	background-position:center;
	opacity:.8;
}
.index_box_04 .right .btn_box:hover{
	opacity:1;
}

/*google map*/
.index_map{
	margin-bottom:-6px;
}

/*footer*/
footer{
	/*background:#5d4132;
	padding:30px 0 0 0;*/
	float:left;
	width:100%;
}
footer .container{
	padding:0 20px;
}
footer>.container{
	display:none;
}
.footer_list{
	width:11.2%;
	margin: 0 1.5%;
	color:#002672;
	font-size:20px;
	vertical-align:top;
	float:left;
	font-weight:bold;
}
footer .container .footer_list:{
	
}
.footer_list a{
	color:#fff;
}
.footer_list>div{
	/*background:#fff ;
	border-radius:5px;*/
	padding:10px 0;
	color:#fc0;
    line-height: 130%;
	border-bottom: solid 1px rgba(238,214,174,.2);
    text-align: center;
}
.footer_list_01{
	list-style:none;
	/*border-left: solid 1px #fff;
    margin-left: 15px;*/
    padding: 5px 0;
}
.footer_list_01 li{
	width:100%;
	color:#333;
	font-size:16px;
	font-weight:normal;
	padding: 5px 0;
    line-height: 130%;
	text-align:center;
}
footer a:hover{
	color:#eed6ae;
}
.copyright{
	/*background:#333;*/
	padding:20px 0 10px 0;
	/*margin-top:20px;*/
	color: #fff;
	float:left;
	width:100%;
	background:url(../img/color_bg.jpg);
	background-size:cover;
	background-position:center;
}
.copyright ul{
	list-style:none;
}
.copyright ul li{
	display:inline-block;
	font-size:12px;
	line-height:170%;
	padding: 0 25px 0 0;
	color:#999;
	vertical-align:top;
}
.copyright ul li:nth-child(2){
	padding: 5px 0 5px 30px;
	border-left:solid #ccc 1px;	
}
.copyright p{
	margin-bottom:0;
	line-height: 150%;
	color:#ccc;
}

/*page banner*/
.page_banner{
	background-position: top center;
	background-size: cover;
	height:155px;
	position:relative;
	float:left;
	width:100%;
}
.page_banner .container {
    max-width: 100%;
    padding-right:0;
    padding-left:0;
}
.page_title{
	color:#5d4132;
	font-size:30px;
	width: 100%;
	text-align:center;
	padding-top: 60px;
	/*text-shadow:2px 2px 2px #666;*/
	font-weight:bold;
}
.page_title:before{
	content:url(../img/page_title_icon_01.png);
	padding-right: 20px;
    /*vertical-align: text-top;*/
}
.page_title:after{
	content:url(../img/page_title_icon_02.png);
	padding-left: 20px;
   /* vertical-align: text-top;*/
}

/*page top*/
.page_top{
	/*background:rgba(93,65,50,0.7);*/
	padding:8px 10px;
	border-bottom:#eee solid 1px;
	width:100%;
	float:left;
	background:url(../img/color_bg.jpg);
	background-size:cover;
	background-position:center;
}
.page_top ul{
	list-style:none;
	margin-bottom: 0px;
}
.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:#fc0;
}
.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;
}
.page_top_right img{
	width: 25px;
}

/*page content*/
.page_content{
	float:left;
	width:100%;
}
.page_content .container{
	padding:3%;
	min-height:550px;
}
.page_content .title_02{
	padding-bottom:10px;
}
.page_info{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.page_info .item_date{
	display:inline-block;
	float:left;
	margin: 5px 0;
}
.page_info .item_class{
	display:inline-block;
	font-size:13px;
	color:#fff;
	float:left;
	margin:5px 0 5px 5px;
	background:#67421b;
	padding:0 10px;
	border-radius:20px;
	background: url(../img/color_bg.jpg);
    background-size: cover;
    background-position: center;
}
.btn_back{
	margin:40px 0 20px 0;
	float:left;
	width: 100%;
}
/*.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 {
	width:100%;
	float: left;
}
.class_title{
	padding:7px 3px 3px 3px;
	float:left;
}
.form_02{
	border-radius:5px !important;
	border:#ccc solid 1px;
	padding:4px 8px;
	vertical-align:middle;
	margin:4px;
	float:left;
	background: #fff;
}

/*頁碼*/
#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: 4px 12px;
    font-size: 14px;
	background:#666;
	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:#f60;
	color:#fff;
}

/***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: "\f002";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	padding:10px 13px;
	font-size:20px;
	color:#FFF;
	border:2px dashed #FFF;
	background:#c31a1f;
	border-radius:50%;
	opacity:0;
	
	position:absolute;
	left:50%;
	margin-left:-25px;
	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);}

/*youtube影片*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.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%;
}

/*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 .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%;
	float:left;
}
.con_float{
	float:left;
	width:100%;
}
.remark{
	font-size:12px;
	color:#666;
	line-height:150%;
}
#print_box .container{
	max-width:742px;
}

/*表單管理*/
.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:40px 0 0 0;
	width:100%;
}
.form_box{
	/*border: solid #f5f5f5 10px;*/
	padding:10px;
	background:#fff;
	display: table;
	box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.07);
    border-radius: 5px;
}
.form_box .table-row{
	border-bottom:#ccc dotted 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:13px 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 15px 8px 5px;
	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;
	margin: 4px;
}
.form-control_1 {
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 5px 4px;
    margin: 2px;
    background: rgb(255, 255, 255);
    border-radius: 4px !important;
}
.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 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;
}
input[type="radio"], input[type="checkbox"] {
    margin: 8px 2px 8px 10px;
}

/*最新消息*/
.news_list{
	float:left;
	width:100%;
}
.news_list .news_list_item{
	padding:1%;
}
.news_list .news_list_item .item_title{
	font-size:22px;
	color:#900;
	line-height: 150%;
	margin:5px 0;
	font-weight:bold;
	border-bottom: dotted #ccc 1px;
    padding: 3px 0 5px 0;
}
.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;
	border-radius:10px;
	float:left;
	width:100%;
	cursor:pointer;
	background: #fff;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.03);
	border: solid 1px #ddd;
}
.news_list .news_list_box:hover{
	border: solid 1px rgba(93,65,50,0.3);
}
.news_list_box{
	min-height:180px;
}
.news_list_box img{
	width:240px;
	border-radius:5px;
	margin-right:20px;
}
.news_list_item .item_font{
	padding-top:3px;
}

/*download*/
.down_list{
	float:left;
	width:100%;
}
.down_list .down_list_item{
	padding:1%;
}
.down_list .down_list_item .item_title{
	font-size:22px;
	color:#900;
	line-height: 150%;
	margin:5px 0;
	font-weight:bold;
	/*border-bottom: dotted #ccc 1px;*/
    padding: 3px 0 5px 0;
}
.down_list .down_list_item:nth-child(1n){
	padding:1% 1% 1% 0;
}
.down_list .down_list_item:nth-child(2n){
	padding:1% 0 1% 1%;
}
.down_list .down_list_item:nth-child(2n+1){
	clear:both;
}
.down_list .down_list_box{
	padding:20px;
	border-radius:10px;
	float:left;
	width:100%;
	cursor:pointer;
	background: #fff;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.03);
	border: solid 1px #ddd;
}
.down_list .down_list_box:hover{
	border: solid 1px rgba(93,65,50,0.3);
}

/*產品管理*/
.product_list .item{
	padding:1.5%;
	width:25%;
	float:left;	
}
.product_list .item .product_item_box{
	padding:10px;
	background:#fff;
	box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.03);
    border: solid 1px #ddd;
	border-radius:5px;
}
.product_list .item_pic{
	margin-bottom:7px;
	border-radius:5px;
}
.product_list .item_pic img{
	width:100%;
}
.product_list .item_title{
	margin-top:3px;
	line-height:150%;
	min-height:42px;
}

/*產品管理-detail*/
.product_con{
	float:left;
	width:100%;
	margin-top:3%;
}
.product_con_pic{
	border-radius:20px;
} 
.product_con_pic img{
	border-radius:20px;
}
.product_con_right{
	padding-left:50px;
	margin-bottom:30px;
} 
.product_con_right .item_type{
	font-size:12px;
	color:#666;
	margin:-10px 0 5px 0;
}
.product_con_right .item_class_group{
	margin-bottom:5px;
}
.product_con_right .item_class_group .item_class{
	white-space:nowrap;
}
.product_con_right .item_class_group .item_class:nth-child(2){
	background:#89551f;
}
.product_con_right .item_class_group .item_class:nth-child(3){
	background:#b37330;
}
.item_detail{
	padding: 10px 0 15px 0;
}
.item_detail .title{
	background:#eee;
	padding: 7px 10px 5px 10px;
	margin-bottom:5px;
	border-left:solid rgba(201,21,30,0.6) 3px;
	color:#000;
	border-radius:10px;
	border-bottom:solid #ddd 1px;
}
.item_detail .item_font{
	margin:10px 15px;
}
.item_download{
	margin:10px 15px;
}
.item_download a{
	margin-right:5px;
}
.item_download a i{
	padding-right:5px;
}
.product_con .toggle p{
	height:auto;
	margin: 0 2px 10px 2px;
}
.product_con .toggle div{
	height:0;
	margin: 0 0 10px 0;
}
.toggle > label {
    background:#eee;
	padding: 7px 10px 5px 10px;
	margin-bottom:5px;
	border-left:solid rgba(201,21,30,0.6) 3px;
	color:#000;
	border-radius:10px;
	border-bottom:solid #ddd 1px;
}
.toggle > label:hover {
    background:#e3e3e3;
}
.toggle.active > label {
    background: #c31a1f;
    border-color: #c31a1f;
    color: #fff;
}

/* Toggles */
.toggle > label + div {
	/*color: #999;*/
	display: block;
	overflow: hidden;
	padding: 0 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;
}


/*商品管理-相本*/
#sync1 ,#sync2{
	overflow:hidden;
	overflow-y: -webkit-paged-y;
}
#sync1{
	margin-bottom:10px;
}
#sync1 .owl-nav{
	margin-left:-60px;
}
#sync1 .item img{
	width:99% !important;
	margin:0 auto;
	border:solid 10px rgba(201,21,30,0.1);
}
#sync1 .owl-carousel .owl-item {
	margin:0 auto;
}
#sync1.owl-carousel .owl-nav .owl-prev:before ,#sync1.owl-carousel .owl-nav .owl-next:before{
	display:none;
}
#sync1 .owl-nav{
	display:none;
}
.owl-carousel.owl-drag .owl-item {
    text-align: center;
}
.img-thumbnail {
	border:none;
	padding:0;
	border-radius:0;
}
.img-thumbnail img {
    border-radius:0;
}
#sync2{
	position:relative;
	overflow-x: hidden;
    overflow-y: -webkit-paged-y;
}
#sync2 .owl-item{
	padding:3px;
}
#sync2 .item{
	background:#fff;
	padding:3px;
	float:left;
}
#sync2 img{
	overflow:hidden;
	width:100%;	
	border:solid #ddd 1px;
}
#sync2 .current{
	/*background:#c31a1f;*/
}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
}
.mfp-image-holder .mfp-close {
    padding-top: 5px;
}
.pic_album .owl-carousel {
    margin-bottom: 0px;
}
#sync2.owl-carousel .owl-dots.disabled,#sync2 .owl-carousel .owl-nav.disabled {
    display: none;
}


/*活動花絮*/
.album_list{
	float:left;
	width:100%;
}
.album_list .item{
	width:33.3%;
	padding:1.5%;
	float:left;
}
.album_list .imh_opacity{
	border-radius:5px;
	margin-bottom:5px;
}
.album_list img{
	width:100%;
}
.album_box{
	background:#fff;
	padding:15px;
	border-radius:5px;
	border: solid 1px #ddd;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	float: left;
	width:100%;
}
.album_box .item_title{
	min-height:42px;
}
.album_list_view{
	width:100%;
	text-align:center;
	background:rgba(0,0,0,0.5);
	padding:5px;
	cursor:pointer;
	color:#fff;
	border-radius:0 0 5px 5px;
	position:relative;
	margin-top:-41px;
}
.album_list_view i{
	margin-right:5px;
}
.album_list_title {
    line-height: 150%;
}
.album_list_link{
	margin-top:5px;
}
.album_view {
    color: #fff;
    padding: 2px 7px 4px 7px;
    background: #c31a1f;
    border-radius: 5px;
	cursor:pointer;
}
.album_view i{
	padding-right:5px;
}
.album_view:hover{
	background:#333;
}
.album_view_list{
	float:left;
	width:100%;
}
.album_view_list .item{
	float:left;
	width:20%;
	padding:1.5%;
}
.album_view_list .item a{
	padding:4px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background:#fff;
}
.album_view_list .item img{
	border-radius: 4px;
}
.album_detail_btn{
	cursor:pointer;
	float:right;
	font-size:15px;
	margin: 5px 0;
}

/*行事曆*/
.calendar_table{
	border:solid #ddd 1px;
}
.calendar_table caption{
	display:none;
}
.calendar_table th{
	padding:3px 5px;
	border-right:solid #ddd 1px;
	background:#eee;
	text-align:center;
}
.calendar_table>tbody>tr>th:last-child ,.calendar_table>tbody>tr>td:last-child{
	border-right:none;
}
.calendar_table>tbody>tr>td{
	border-right:solid #ddd 1px;
	border-top:solid #ddd 1px;
	padding:3px 5px;
}
.calendar_title{
	background:#ffe1e3;
	width:100%;
	border-radius:3px;
	padding:3px;
}
.calendar_title:hover{
	background:#c31a1f;
	color:#fff !important;	
}




/*-------------------------------------------------------------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1200px) {
.container {
    max-width: 1200px;
	padding-right: 20px;
    padding-left: 20px;
}
#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: 18px;
}

/*index banner*/
.owl-theme .owl-dots .owl-dot span{
	width:15px !important;
	height:15px !important;
}
.owl-carousel .owl-dots {
    margin-top: -33px;
}

/*產品管理*/
.product_list .item:nth-child(4n+1){
	clear:both;
}

/*活動花絮*/
.album_list .item:nth-child(3n+1){
	clear:both;
}
.album_view_list .item:nth-child(5n+1){
	clear:both;
}
}
 
/* 一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1200px) {
#header {
	/*height:109px;*/
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
}
#header .header-logo img {
    width: 225px !important;
    /*height: 45px !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: -33px;
}


/*產品管理*/
.product_list .item:nth-child(4n+1){
	clear:both;
}

/*活動花絮*/
.album_list .item:nth-child(4n+1){
	clear:both;
}
.album_view_list .item:nth-child(5n+1){
	clear:both;
}
}

/* 平板電腦、橫向手機解析度 */
@media (min-width: 768px) and (max-width: 991px) {
#header {
	/*height:88px;*/
}
#header .header-nav-main nav > ul > li > a {
    /*border-radius: 4px;*/
    font-size: 16px;
    padding: 5px 7px;
    text-transform: uppercase;
}
#header .header-logo img {
	width:200px !important;
	/*height:32px !important;*/
}
html.sticky-header-active #header .header-body {
    position: fixed;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	border-bottom: solid #c31a1f 2px;
    background: rgba(255,255,255,0.9);
}

/*index banner*/
.owl-carousel .owl-dots {
    /*margin-top: -70px;*/
}
.index_banner_top{
	background-size:100%;
	height:55px;
	margin-top:-33px;
}

/*index_box_01*/
.index_box_01 {
    padding: 30px 0;
}
.index_box_01 .left {
	width:40%;
}
.index_box_01 .right {
    padding-left: 20px;
	width:60%;
}

/*footer*/
.footer_list {
    font-size: 16px;
    width: 12.2%;
    margin: 0 1%;
}
.footer_list_01 li {
    font-size: 13px;
}
.footer_list>div {
    padding: 7px 10px;
}
.copyright img{
	width:190px;
}
.copyright ul li {
    padding: 0 15px 0 0;
}
.copyright ul li:nth-child(2) {
    padding: 0 0 0  20px;
    border-left: solid #fff 1px;
}

/*page banner*/
.page_banner{
	height:100px;
}
.page_title{
	font-size:26px;
	padding-top: 35px;
}

/*最新消息*/
.news_list_box img {
    width: 135px !important;
}

/*產品管理*/
.product_list .item{
	padding:1.5%;
	width:33.3%;
}
.product_list .item:nth-child(3n+1){
	clear:both;
}

/*活動花絮*/
.album_list .item{
	width:33.3%;
}
.album_list .item:nth-child(3n+1){
	clear:both;
}
.album_view_list .item{
	width:25%;
}
.album_view_list .item:nth-child(4n+1){
	clear:both;
}
}
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
body {
	/*font-size:14px;*/
}
.title_01{
	font-size:24px;
}
.title_02{
	font-size:22px;
}
.container {
    padding-right: 5%;
    padding-left: 5%;
}

/*header*/
#header {
	/*height:50px !important;*/
	position: fixed;
    width: 100%;
    /*top: 4px;*/
	box-shadow: 0px 0px 3px 3px rgba(20%,20%,20%,0.1);
	top:0;
}
.header_top{
	/*height: 4px;*/
    position: fixed;
    width: 100%;
    top: 0px;
    float: left;
    z-index: 999;
}
#header .header-nav-main nav > ul li a:focus ,#header .header-nav-main nav > ul li a:hover{
	background-color:transparent;
	background:transparent;
}
#header .header-logo img {
	width:185px !important;
	/*height:39px !important;*/
	margin:4px 0 4px 5px;
}
.dropdown > .dropdown-menu> li a{
	padding-left:30px !important;
}
.dropdown-submenu>.dropdown-menu> li a{
	padding-left:45px !important;
}


/*手機版tophome*/
#header .header-column .header-row{
	padding-right: 0;
}
#header .header-column {
	padding-right: 0;
}
.top_home{
	background:#333;
}
.top_home li{
    border-top:1px solid rgba(255,255,255,0.2);
	border-bottom:none !important;
}
.top_home li:last-child{
	border-bottom:none !important;
}
.dropdown-submenu .dropdown-menu li a {
    border-bottom: none !important;
}
.top_share {
    text-align: center;
    width: 100%;
    background: #900;
    padding: 7px;
}
.top_share li{
	display:inline-block !important;
	border-top:none !important;
}
.top_share li a {
    padding: 8px 10px!important;
}
.top_share li img {
    width: 40px;
    border-radius: 5px;
}

/*index banner*/
.owl-carousel .owl-dots{
	margin-top:-27px;
}
.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_box_01*/
.index_box_01 {
    padding: 30px 0;
}
.index_box_01 .left {
	width:100%;
	padding-bottom:10px;
}
.index_box_01 .left .title_pic {
    background-size: cover;
}
.index_box_01 .left .btn_box {
    margin-top: -31px;
}
.index_box_01 .right {
    padding-left: 0;
	width:100%;
}
.index_box_01 .right .list .item_title{
	min-height: auto;
	font-size:18px;
}

/*index_box_02*/
.index_box_02 .item {
    width: 50%;
}

/*index_box_03*/
.index_box_03 .list .item .item_title {
    padding: 7px 10px;
}

/*index_box_04*/
.index_box_04 .left{
	width:100% ;
	padding:0 0 25px 0;
}
.index_box_04 .right{
	width:100% ;
}

/*footer*/
footer {
	padding:0;
}
.copyright {
    padding-top:10px;
	padding-bottom:0;
	margin-top:0;
	text-align: center;
}
.copyright img{
	width:230px;
}
.copyright ul li {
	width:100%;
	line-height:120%;
}
.copyright ul li:nth-child(2) {
    padding: 10px 0 0 0;
    border-left: none;
	font-size:11px;
}

/*page banner*/
.page_top .container{
	padding:0 10px;
}
.page_banner{
	background:url(../img/page_top_bg.jpg);
	background-size: cover;
	margin-top:50px;
	height:70px;
}
.page_title{
	font-size:20px;
	padding-top: 25px;
}

/*page top*/
.page_top{
	padding:3px 3px 1px 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_title:before{
	content:url(../img/page_title_icon_01_s.png);
	padding-right: 10px;
}
.page_title:after{
	content:url(../img/page_title_icon_02_s.png);
	padding-left: 10px;
}

/*page content*/
.page_content .container{
	padding:5% 5% 10% 5%;
}
.page_info .item_class{
	padding:0 10px 0 10px;
}

/*頁碼*/
.page_icon {
    text-align: center;
}
.btn_page{
	margin-top: -2px;
}

/*最新消息*/
.news_list .news_list_item:nth-child(1n) ,.news_list .news_list_item:nth-child(2n){
	padding:2% 0;
	float:left;
	width:100%;
}

/*download*/
.down_list .down_list_item:nth-child(1n) ,.down_list .down_list_item:nth-child(2n){
	padding:2% 0;
	float:left;
	width:100%;
}

/*產品管理*/
.product_list .item{
	padding:1.5%;
	width:50%;
}
.product_list .item:nth-child(2n+1){
	clear:both;
}
.product_list .item:nth-child(odd){
	padding-left:0;
}
.product_list .item:nth-child(even){
	padding-right:0;
}

/*產品管理-detail*/
.product_con_right {
    padding-left: 20px;
}

/*活動花絮*/
.album_list .item{
	padding:2%;
	width:50%;
}
.album_list .item:nth-child(odd){
	padding-left:0;
}
.album_list .item:nth-child(even){
	padding-right:0;
}
.album_list .item:nth-child(2n+1){
	clear:both;
}
.album_view_list .item{
	width:33.3%;
}
.album_view_list .item: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_box_01*/
.index_box_01 .right .list .item{
	margin-bottom: 15px;
}

/*index_box_02*/
.index_box_02 .item{
	width:100%;
}

/*index_box_03*/
.index_box_03 {
    padding: 25px 0;
}
.index_box_03 .list .item{
	width:100%;
	margin:10px 0;
}
.index_box_03 .list .item .item_title {
	min-height:auto;
}

/*index_box_04*/
.index_box_04 {
    padding: 40px 0;
}

/*page content*/
.page_content .container{
	min-height: 285px;
}

/*表單管理*/
.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 15px 15px 10px;
	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;
}

/*print*/
.con_box{
	padding: 3%;
}

/*最新消息*/
.news_list_box img {
    width: 100%;
    margin-right: 0;
	margin-bottom:10px;
}
.news_list_item .item_date {
    padding: 0 0 5px 0 !important;
    display: table-cell;
}

/*download*/
.down_list_item .item_date {
    padding: 0 0 5px 0 !important;
    display: table-cell;
}

/*產品管理
.product_list .item{
	width:100%;
	padding-left:0;
	padding-right:0;
}*/

/*產品管理-detail*/
.product_con_left , .product_con_right{
	width:100%;
	margin-bottom:20px;
}
.product_con_right {
    padding-left: 0;
}

/*活動花絮*/
.album_list .item{
	width:100%;
	padding-left:0;
	padding-right:0;
}
.album_box{
	width:100%;
}
.album_box .item_title{
	min-height:auto
}
.album_view_list .item{
	width:33.3%;
}
.album_view_list .item:nth-child(3n+1){
	clear:both;
}
.img-thumbnail.img-thumbnail-hover-icon:after {
	font-size:15px;
	padding:5px;
	width: 35px;
    height: 35px;
    left: 35%;
	margin-top:-15%;
}
}


@media print {
  a[href]:after {
    content: none !important;
  }
}

