<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


	
nav{
	/*margin:0 auto;*/
	text-align:center;
	
	}
select{
	color:#666;
	
	}
h1{
	font-size: 1.5rem;
    line-height: 20px;
	margin-top:2px;
	}
h1 , h2 , h3 , h4 , h5 , p {
	 letter-spacing: 1px;
	 font-family: "Noto Sans", "Noto Sans UI", "Noto Serif", "微軟正黑體", "華康中黑體", "新細明體", "標楷體", "Adobe 黑体 Std R", Arial;
	}
/* CSS Document */
html,body{
	height:100%;
	font-size:14px;
	font-family: "Noto Sans", "Noto Sans UI", "Noto Serif", "微軟正黑體", "華康中黑體", "新細明體", "標楷體", "Adobe 黑体 Std R", Arial;
	}
#header{
	width:100%;
	/*float: left;*/
	min-height:20px;

	}
#wrap{
	min-height:100%;
	height:auto;
	margin:0 auto 0px;
	padding:0 0 0px;
	}

/*讓所有圖片能自動縮放*/
img { 
  vertical-align: middle;
  margin: auto;
  max-width:100%;
   /*height:auto!important;
 display:block; /*讓圖片置中*/
  
}		

.h2_font{ /*h2標題的設定*/
	font-size:1.7rem;
	padding-left:10px;
	color:#cbab85;

	}
.section{
  position: relative;
  padding: 10px 0 40px 0;
	}

h4, .h4 {
    font-size: 1rem;
	line-height:25px;
}


/*.container{
	padding-left:0px;
	
	}*/

@media (max-width: 992px) { /*平板*/
	.container{
		width:100%;
	
	}
	
	}

@media (max-width: 767px) { /*手機*/
	.container{
		width:100%;
	
	}
	}

/*==================*/
body{
	font-family: "微軟正黑體", "新細明體" , Arial, Helvetica, sans-serif ;
	/*background:#caab85; 背景金色*/
	/*background:#000; 背景黑色*/
	/*padding-top:70px;*/
	}
	
@media (max-width: 992px) { /*平板*/
	body{
		/*padding-top:70px; 如果選單過長折行時,手動修改平版對上高度*/
	}
	
	}
@media (max-width: 767px) { /*手機*/
	body{
		/*padding-top:70px;*/
	}
	
	}
/*footer*/ 
.section-primary {
	font-size:1.125rem;
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	/*color:#fff;*/
	line-height:25px;
	padding:20px 0 10px 0 ;
  /*background-color: #e4dccf !important;*/

}

.section-primary h4{
	font-size:1.3rem;
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	/*color:#fff;*/
	}


/*上選單*/
.nav_container{
	padding:0px;
	}
	
.navbar-nav {
  margin: 12px 5px 5px 15px;
  font-size: 1.2rem;
  font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
}

.navbar-brand {
  float: left;
  height: 70px;
  padding: 5px 10px 5px 15px;
  font-size: 1.1rem;
  line-height: 20px;
}



.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 15px 10px;
}

@media (max-width: 992px) { /*平板*/
	.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 8px;
}
	
	}

/*上標*/
.nav_top_style {
	border:1px solid #cccccc ; 
	border-radius:4px; 
	/*height:34px;*/
	padding:1px 5px;
	margin:2px 0 2px 0;
	}
#nav_top{
	position: relative;
	text-align:right;
	width:100%;
	margin:0px auto 0px auto;
	padding:2px 0 2px 0;
	z-index: 1005;
	top:0px;
	right:0px;
	/*background:#5f8144;*/
}
#nav_top ul{
	color:#fff;
	margin:6px 0px 6px 0;
	padding:0px;
	list-style: circle;
}
#nav_top ul li{
	margin:0px;
	padding:0px;
	display:inline;
	font-size: 1rem;
}
#nav_top ul li a{
	/*color:#d4e4c7;*/
	line-height:22px;
	margin:0px;
	padding:2px 5px 2px 5px;
	display:inline-block;
}
#nav_top ul li a:hover{
	/*color:#ebf2e5;*/
}
@media (max-width: 767px) { /*手機*/
.container &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}

.navbar-toggle { 
margin-top: 20px;
}

#nav_top{
	padding:2px 0 70px 0;
}

	
	}


/*滑入展開選單*/
@media (min-width: 1280px){ /*第一層滑過之後拉出選單的效果*/
.dropdown:hover .dropdown-menu{
	display: block;
	} 
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
	}


.dropdown:hover .dropdown-submenu&gt;.dropdown-menu{ /*隱藏第三層次選單*/
        display: none;
    } 

.dropdown:hover .dropdown-menu li:hover&gt;.dropdown-menu{ /*滑過去第三層選單出現*/
	display: block;
	}
/*.dropdown:hover .open&gt;.dropdown-menu{ /*另一種寫法點選後打開第三層次選單*/
	/*display: block;
	}*/

}
@media (max-width: 768px){

.navbar-nav .open .dropdown-submenu&gt;.dropdown-menu {
	padding:0 10px 0 10px;
    background:#fff;/*手機第三層背景色*/
	margin:0px;
}
}
	
/*第三層選單*/
.dropdown-menu{
border-radius: 0px;
padding:0px;
}
/*.nav .open&gt;a, .nav .open&gt;a:hover, .nav .open&gt;a:focus{
background-color: #f392bd;
}*/
.dropdown-menu &gt; li &gt; a {
white-space: pre-wrap;/*文字換行*/
border-bottom: 1px #CCCCCC dotted;
padding:8px;
}


.marginBottom-0 {
margin-bottom:0;
}

.dropdown-submenu{
position:relative;
}
.dropdown-submenu&gt;.dropdown-menu{
top:0;
left:100%;
margin-top:0px;
/*margin-left:-1px;*/
/*-webkit-border-radius:0 6px 6px 6px;
-moz-border-radius:0 6px 6px 6px;
border-radius:0 6px 6px 6px;*/
}
.dropdown-submenu&gt;a:after{
display:block;
content:" ";
float:right;
width:0;
height:0;
border-color:transparent;
border-style:solid;
border-width:5px 0 5px 5px;
border-left-color:#b14a78;
margin-top:5px;
margin-right:5px;}
.dropdown-submenu:hover&gt;a:after{
border-left-color:#555;
}
.dropdown-submenu.pull-left{
float:none;
}
.dropdown-submenu.pull-left&gt;.dropdown-menu{
left:-100%;
margin-left:10px;
-webkit-border-radius:6px 0 6px 6px;
-moz-border-radius:6px 0 6px 6px;
border-radius:6px 0 6px 6px;
}
/*=====================*/

.home_left{
	/*margin-top:100px;*/
	color: #FFF;
	}

.home_right{
	/*margin-top:100px;*/
	color: #FFF;
	}

/*首頁產品介紹h2,h3*/
.home_h2{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.4rem;
	line-height:20px;
	margin:10px 0 2px 5px;
	color:#333;
	}
.home_h3{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.125rem;
	font-weight:bold;
	margin:0px 0 10px 5px;
	color:#333;

	}
	
/*首頁單純文字區塊*/
.home_row{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	padding:15px 20px 15px 20px;
	background-color:#fff;
	}
@media (max-width: 767px) { /*手機*/
	.home_row{
	padding:5px;
	}
	}
.home_row p{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#666;
	font-size:1.125rem;
	line-height:22px;
	}

.home_row h2{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	/*color:#3b94d3;*/
	font-size:1.5rem;
	padding-left:20px;
	}

.home_row h3{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	/*color:#874306;*/
	font-size:1.15rem;
	font-weight: 700;
	line-height:25px;
	margin:5px 0 5px 0;
	}
.home_row h4{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	/*color:#5a5a5a;*/
	font-size:0.95rem;
	line-height:18px;
    margin:5px 0 5px 0;
	}
	
.home_row_left{
	padding:0 15px 0 15px;
	
	}
/*首頁圖片文字區塊*/
.home_row_1{
	padding:20px;
	margin-bottom:20px;
	background-color:#fff;
	}

.home_row_1 p{
	color:#fff;
	}

.home_row_1 h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#3b94d3;
	font-size:1.5rem;
	padding-left:20px;
	}

.home_row_1 h2{
	color:#fff;
	}


.home_row_1_left{
	margin-top:20px;
	margin-bottom:20px;
	padding:0 15px 0 15px;
	color: #FFF;
	text-align:center;
	}

/*首頁區塊3-底選單使用*/
.home_row_2{
	padding:20px 20px 20px 40px;
	background-color:#f8f8f8;
	margin:0px auto 0px auto;
	}

.home_row_2 p{
	color:#fff;
	}

.home_row_2 h3{
	color:#333;
	text-align: left;
	font-size:1.25rem;
	font-weight:bold;
	padding-left:10px;
	}


.home_row_2_left{
	margin-top:20px;
	margin-bottom:20px;
	padding:0 15px 0 15px;
	color: #FFF;
	text-align:center;
	}
/*================*/
/*首頁-7廣告*/
.crsl-items{
	display:block; 
	padding:5px 5px 5px 0;
	}
.crsl-wrap a{
	padding:0; 
	margin:0; 
	clear:both; 
	display:block; 
	padding:0;
	}

#ad{
	display:block;
	 margin:30px auto; 
	 padding:2px 3px;
	 text-align:center;
	}
.slidernav a {
	padding:0;
	}
	
@media (min-width:320px){
	#ad{
		max-width:300px;
		} 
	.slidernav a{
		padding:5px 8px;
		}
	}
@media (min-width:768px){
	#ad{
		max-width:650px;
		}
	}
@media (min-width:992px){
	#ad{
		max-width:1000px;
		}
	}

.slidernav{
	display:block; 
	text-align:center; 
	margin-bottom:5px; 
	margin:-115px auto 130px 0;
	}
.slidernav a{
	display:inline-block; 
	font-size:1.4rem; 
	color:#666; 
	text-decoration:none;
	}
.slidernav a.previous{
	position:absolute; 
	text-align:left;
	}
.slidernav a.next{
	position:absolute; 
	text-align:right;
	}
.slidernav a:active{}

@media (max-width:319px){
	.slidernav a.previous{
		left:0%;
		}
	.slidernav a.next{
		right:0%;
		}
	}

@media (min-width:320px){
	.slidernav a.previous{
		left:3%;
		}
	.slidernav a.next{
		right:2%;
		}
	}
@media (min-width:768px){
	.slidernav a.previous{
		left:2%;
		}
	.slidernav a.next{
		right:1%;
		}
	}
@media (min-width:992px){
	.slidernav a.previous{
		left:3%;
		}
	.slidernav a.next{
		right:2%;
		}
	}

@media (min-width:1200px){
	.slidernav a.previous{
		left:6%;
		}
	.slidernav a.next{
		right:6%;
		}
	}

@media (min-width:1400px){
	.slidernav a.previous{
		left:10%;
		}
	.slidernav a.next{
		right:10%;
		}
	}
/*===============*/
/*內容頁*/


.sec_row{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	padding:0px 0px 0px 0px;
	margin:0;
	background-color:#f8f8f8;

	}

.sec_row p{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color: #666;
	font-size:1.1rem;
	line-height:22px;
	}

.sec_row h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#3b94d3;
	font-size:1.5rem;
	padding-left:0px;
	margin:10px 0 10px 0;
	
	}
.sec_row_01{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	padding:20px 0px 20px 0px;
	background-color:#f8f8f8;

	}
.sec_row_02{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	padding:10px 0px 10px 0px;
	background-color:#e0e0e0;

	}
.sec_row_02 h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	color:#3b94d3;
	font-size:1.5rem;
	padding-left:0px;
	margin:10px 0 10px 0;
	
	}
.sec_left{
	margin-top:20px;
	margin-bottom:20px;
	padding:0 15px 0 15px;
	color: #FFF;
	}

.sec_row img{
	width: 100%;
	color: #FFF;
	}

/*===================*/
.table-condensed &gt; thead &gt; tr &gt; th, .table-condensed &gt; tbody &gt; tr &gt; th, .table-condensed &gt; tfoot &gt; tr &gt; th, .table-condensed &gt; thead &gt; tr &gt; td, .table-condensed &gt; tbody &gt; tr &gt; td, .table-condensed &gt; tfoot &gt; tr &gt; td{
	padding:15px;
	
	}

.table .table {
  background-color: transparent;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
.table td{
	height:50px;
	border-bottom:1px solid #dddddd;
    color:#666;
	font-size:1.1rem;
	}



/*table文字條列*/
.sec_list_top{ 
	background-color:#f3f3f3;
	/*margin-top:80px;*/
	margin-bottom:0px;
    
	}

.sec_list{ 
	background-color:#ededed;
	margin:10px auto 0p auto;
	padding:15px 45px 30px 45px;
	min-height:455px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;/*修正ie6的欄位高度顯示方式 */
    height: 455px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */

	}

.sec_list h2{
	color:#cbab85;
	font-size:1.5rem;
	}

/*條列式頁使用的固定外框*/

.sec_container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .sec_container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .sec_container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sec_container {
    width: 1170px;
  }
}

/*===========================*/
/*切成左右兩個區塊*/
/*table文字條列*/
.sec_content_top{ 
	/*background-color:#fff;
	margin-top:80px;*/
	margin-bottom:0px;
	}

.sec_content{ 
	/*background-color:#fff;*/
	padding:20px 0px 20px 0px;
	margin:30px 0;
	}

.sec_content h2{
	font-family:"Adobe 黑体 Std R", "Adobe 繁黑體 Std B", "微軟正黑體", "新細明體", "標楷體", Arial;
	color:#cbab85;
	font-size:1.4rem;
	/*font-weight:bold;*/
	line-height:25px;
	padding-bottom:20px;
	}
	
.sec_content h3{
	color:#4aa1e4;
	font-size:1.25rem;
	font-weight:bold;
	line-height:23px;
	padding-bottom:5px;
	margin-top:5px;
	}
	
.sec_content p{ 
	color:#666;
	font-size:1.2rem;
	line-height:28px;
	}
.sec_content_3-3 a{ 
	color:#666;
	font-size:1.1rem;
	line-height:28px;
	}	
.sec_content_3-3 a:hover{ 
	color:#a1622a;
	font-size:1.1rem;
	line-height:28px;
	}	
	

.sec_content_left{
	text-align:center;
	padding:15px 0px 10px 0px;
	/*background-color:#fff;*/
	min-height:525px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;/*修正ie6的欄位高度顯示方式 */
    height: 525px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
	}

.sec_content_left p{ 
	padding:5px 10px 5px 0px;
	text-align:left;
	}

.sec_content_right{
	text-align:center;
	padding:15px 0px 10px 0px;
	/*background-color:#fff;*/
	min-height:525px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;/*修正ie6的欄位高度顯示方式 */
    height: 525px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
	}

.sec_content_right p{ 
	padding:5px 10px 5px 0px;
	}


.sec_content_img img{
	width:65%;
	
	}
@media (max-width: 992px) { /*平板*/
	.sec_content_img img{
	width:85%;
	
	}
	.sec_content{ 
	padding:10px 10px 15px 15px;
	margin:10px 0;
	}
	
	}
@media (max-width: 767px) { /*手機*/
	.sec_content_img img{
	width:100%;
	
	}
	.sec_content{ 
	padding:10px 10px 15px 10px;
	margin:10px 0;
	}
	
	}


.sec_online_l{ 
	padding:5px 15px 5px 0px;
	text-align:left;
	
	}

.sec_online_r{ 
	padding:5px 0px 5px 0px;
	text-align:left;
	}

.sec_content_1{ 
	/*background-color:#fff;*/
	padding:15px 15px 10px 15px;
	min-height:200px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;/*修正ie6的欄位高度顯示方式 */
    height: 200px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
	}
@media (max-width: 767px)  { /*手機版文字位置*/
	.sec_online_l{ 
	padding:5px 0px 5px 0px;
	text-align:left;
	
	}
	
	.sec_online_r{ 
	padding:5px 0px 5px 5px;
	text-align:left;
	}
}


 /*目前位置放右邊-白底用*/
#sec_path{
	text-align:right;
	width:100%;
	padding-left:15px;
	padding-top:0px;
	margin-bottom:20px;
	height:20px;
	line-height:24px;
	color:#333;
	/*background:#fff;*/
}

#sec_path a{
	color:#333;
	text-decoration:none;
	}

#sec_path a:hover{
	color:#8e8e8e;
	text-decoration:none;
	}

@media (max-width: 767px)  { /*手機版隱藏目前位置*/
	#sec_path{
	display: none;
	}
}

/*目前位置放右邊-黑底用*/
#sec_path_b{
	text-align:right;
	width:100%;
	padding-left:15px;
	padding-top:10px;
	margin-bottom:10px;
	height:20px;
	line-height:24px;
	color:#fff;
	/*background:#fff;*/
}

#sec_path_b a{
	color:#fff;
	text-decoration:none;
	}

#sec_path_b a:hover{
	color:#8e8e8e;
	text-decoration:none;
	}

@media (max-width: 767px)  { /*手機版隱藏目前位置*/
	#sec_path_b{
	display: none;
	}
}
/*===========================*/
/*內頁框設定*/
/*.row_1-0{ 
	float:left;
	margin:0px 0 10px 0;
	
	}*/
.row_1-0 h1{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	/*color:#cbab85;*/
	font-size:1.2rem;
	padding-left:0px;
	margin:0px 0 10px 0;
	}


.row_1-0 a{
	color:#333;

	}
.row_1-1{
	float:left;
	margin:10px 0 10px 0;
	
	}




/*==========*/
/*首頁最新消息*/
#home_top_info { 
width: 100%; 
table-layout: fixed; 
word-wrap: break-word; 
margin-bottom: 32px; 
border-collapse: separate; 
border-spacing: 0;
}
#home_top_info td { 
width: 25%; 
vertical-align: top; 
padding: 16px 16px; 
border-top: 1px dashed #c5c5c5; 
border-left: 1px dashed #c5c5c5;
 }

#home_top_info td.home_item-first, #home_top_info td.home_item-double { 
width: 50%; 
}

#home_top_info td.home_item-first { 
border-color: #fff; 
}

#home_top_info td.home_item-t-none { 
border-top-color: #fff; 
}

#home_top_info td.home_item-r-none { 
border-right-color: #fff;
 }
 
#home_top_info td.home_item-b-none { 
border-bottom-color: #fff;
 }
 
#home_top_info td.home_item-l-none {
	 border-left-color: #fff;
	  }
#home_top_info td:hover { 
/*box-shadow: 0px 0px 0px 10px rgba(255,153,0,0.15) inset;*/ 
background: #f7f7f7; 
}

.home_item { 
position: relative; 
}

.home_item-img { 
margin: 0px 0px 5px; 
}

.home_item-img img {
	 height: auto; 
	 max-width: 100%; 
	 }
	
.home_item-date { 
font-size: 0.95rem; 
line-height: 1.0em; 
color: #999; 
margin: 1.0em 0 1.0em; 
}

.home_item-title &gt; a { 
font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
font-size: 1.125rem; 
font-weight: 600; 
line-height: 1.3em; 
margin: 0px 0px 10px 0px;
color:#666;

/*限制標題行數*/
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
line-height: 23px;
height: 25px;
 }
 
.home_item-first h3 { 
font-family:"微軟正黑體", "新細明體", "標楷體", Arial;

}
.home_item-excerpt { 
font-size: 0.9em; 
/*color: #999;*/ 
line-height: 1.65em; 
display: none; 
}
.home_item-excerpt p { 
margin-bottom: 0;
font-size: 1.1rem; 
line-height: 1.5em; 
color: #949494;
 }
 
.home_item-excerpt p a { 
display: block; 
margin-top: 0.8em;
 }

.home_item-first h3 { 
font-size: 1.55em; 
/*font-weight: normal;*/ 
line-height: 1.5em; 
margin: 0;
 }
 
.home_item-first .home_item-excerpt, .home_item-double .home_item-excerpt { 
display: block;
 }


.home_news{
	padding-bottom:10px;
	border-bottom:#c5c5c5 1px dotted;
	margin:5px 0 5px 0;
	
	}

/*最新消息*/
.portfolio-item{
	padding:20px;
	
	}
.portfolio-item h3 a{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.25rem;
	font-weight:bold;
	color:#666;
	
	}
	
/*限制內容行數*/
.portfolio-item &gt; p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /*文字顯示幾行*/
  line-height: 23px;
  height: 49px;
}

.portfolio-item &gt; h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /*文字顯示幾行*/
  line-height: 23px;
  height: 25px;
}

.portfolio-item &gt; a &gt; p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /*文字顯示幾行*/
  line-height: 23px;
  height: 47px;
}

.portfolio-item &gt; a &gt; h3{
  font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /*文字顯示幾行*/
  line-height: 23px;
  height: 25px;
}

/*===========================*/

.portfolio-item h4{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.2rem;
	font-weight:bold;
	color:#4aa1e4;
	
	}

.news_item_01{
	margin:6px 0 12px 0;
	padding:0 0 18px 0;
	border-bottom:#CCC 1px dotted;
	}
/*限制內容行數*/

.news_item_01 &gt; div &gt; p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /*文字顯示幾行*/
  line-height: 23px;
  height: 90px;
}

.news_item_01 &gt; div &gt; h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /*文字顯示幾行*/
  line-height: 23px;
  height: 45px;
}

/*===========================*/	

.news_item_02{
	margin:6px 0 12px 0;
	padding:0 0 18px 0;
	/*border-bottom:#CCC 1px dotted;*/
	}

.img-responsive{
    max-width: 100%;
}

.pic-item{
	padding:25px;
	
	}
/*限制內容行數*/

.pic-item &gt; a &gt; h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /*文字顯示幾行*/
  line-height: 23px;
  height: 25px;
}

/*===========================*/	
.pic-item h2 a{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.3rem;
	font-weight:bold;
	color:#666;
	
	}

.pic-item h3{
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.25rem;
	font-weight:bold;
	color:#4aa1e4;
	text-align:center;
	
	}
	

/* 無障礙網頁 accesskey */
a.menu_access{
	display:none;/**/
}
.menu_access:link{
	text-decoration: none; color: #D7DFF7 
}
.menu_access:visited {
	text-decoration: none; color: #D7DFF7 
}
.menu_access:hover {
	text-decoration: none;  color: #ff0000 
}


/*網站導覽*/
ul.sitemap {
    padding: 0 0;
    margin: 0 0;
}
h4.underline{
	border-bottom: 2px solid #c6c6c6;
	}
/*h4.underline:after {
    margin-bottom: -2px;
	}
.underline:after {
    display: block;
    content: "";
    background: #126212;
    width: 30px;
    height: 3px;
    margin-top: 13px;
	}*/
.product {
	margin-bottom:15px;
}
.product h4{
 font-family: "微軟正黑體", "新細明體", "標楷體","Adobe 黑体 Std R", "Adobe 繁黑體 Std B", Arial;
  font-size: 1.2rem;
  font-weight:500;
  color: #7d6767;
  padding-left:0px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.product li {
  list-style: none;
}

.product ul li a {
  font-size: 1rem;
  text-decoration: none;
  line-height: 1rem;
  /*color: #9D8C8C;*/
  list-style: none;
  padding: 6px 16px;
  background: url(../image/SB001-3.png) no-repeat 0px 8px;
  cursor: pointer;
  list-style-type: none;
}
.product ul li a:hover {
  /*color:#7e6969;*/
  }

.product ul li ul li a{
  padding: 6px 5px 6px 25px;
  background: url(../image/SB001-5.png) no-repeat 8px 8px;

}

@media (max-width: 800px) {/*大平板*/

.product {
  float: left;
  padding: 0 8px 0 8px;
  margin-bottom:8px;
  
}
.product ul li a {
  font-size: 1rem;
  line-height:28px;
  }
	
	}
@media (max-width: 768px) { /*手機*/
.product {
  float: left;
  padding: 1em 0 0 1em;
}
.product-section {
  padding: 1em 0.4em 3em 0em;
}
.product-section h4 {
  font-size: 1.0rem;
}
.product ul li a {
  font-size: 1rem;
  line-height:28px;
  }
.product ul li ul li a{
  padding: 6px 5px 6px 20px;
  }

}


.panel-body {
  padding: 1.1rem;
  min-height:140px; 	/*firefox可正常顯示的最小高度 */
  height: auto !important;/*修正ie6的欄位高度顯示方式 */
  height: 140px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
}

@media (max-width: 768px) { /*手機*/
.panel-body {
  padding: 15px;
  min-height:50px; 	/*firefox可正常顯示的最小高度 */
  height: auto !important;/*修正ie6的欄位高度顯示方式 */
  height: 50px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
}

}

/*限制內容行數*/
.panel-body &gt; p{ 
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /*文字顯示幾行*/
  line-height: 23px;
  height: 70px;
}

.panel-heading &gt; h3{
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /*文字顯示幾行*/
  line-height: 23px;
  height: 25px;
	}
/*=======================================*/

/*頁籤*/
.nav-tabs{
	background:#fff;
	
	}

.tab-content{
	background:#FFF;
	border: 1px solid #dddddd;
	border-top:none;
	padding:5px 20px;
	
	}

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  background-color:#e8e7e7;
  border: 1px solid #dddddd;
  
}
@media (max-width: 767px) {
.nav-tabs &gt; li{
	padding-bottom:0px;
	
	}

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  background-color:#e8e7e7;
  border: 1px solid #dddddd;
  
}

}

.nav-tabs &gt; li&gt; a{
	color:#333;
	background-color:#f2f2f2;
	}	
.nav-tabs &gt; li&gt; a:hover{
	color:#333;
	background-color:#e8e7e7;
	
	}

.tab-pane &gt; p{
	line-height:28px;
	
	}
.tab-pane &gt; ul{
	padding-left:10px;
	list-style-type:disc; /*條列前面的點*/
	
	}
	
.tab-pane&gt; ul&gt; li{
	padding:5px;
	}
	
.tab-pane&gt; ul&gt; li&gt; a{
	color:#333;
	}

.tab-pane&gt; ul&gt; li&gt; a:hover{
	color:#7c7c7c;
	}

/*三欄式中間大圖片*/
.content_middle{
	float:left; 
	display:inline; 
	width:100%
	}
.content_middle_leftbar{
	float:left; 
	display:inline;
	width:100%
	}
.single_category{
	float:left; 
	display:inline; 
	width:100%
	}
.single_category &gt; h2, .archive_style_1 &gt; h2{
	text-align:center; 
	font-size:1.4rem; 
	font-weight:700; 
	margin-top:5px; 
	text-transform:uppercase; 
	position:relative
	}
.title_text{
	background-color:#f6f6f6; 
	display:inline-block; 
	padding:0 10px; 
	position:relative; 
	top:5px; 
	z-index:1
	}
.catg1_nav{
	padding:0px;
	
	}
.catg1_nav li{
	float:left; 
	display:inline; 
	width:100%; 
	margin-bottom:20px
	}
.catg1_nav li a{
	
	}
.catgimg_container{
	height:100%; 
	overflow:hidden; 
	width:100%; 
	overflow:hidden
	}
.catg1_img img{
	height:100%; 
	width:100%; 
	-webkit-transition:all 0.5s; 
	-o-transition:all 0.5s; 
	transition:all 0.5s
	}
.catg1_img:hover img{ 
   -webkit-transform:scale(1.1); 
   -moz-transform:scale(1.1); 
   -ms-transform:scale(1.1); 
   -o-transform:scale(1.1); 
   transform:scale(1.1)
   }
.catg1_nav li .post_titile{
	color:#434c51; 
	float:left; 
	margin:10px 0px; 
	font-size:1rem; 
	width:100%; 
	-webkit-transition:all 0.5s; 
	-o-transition:all 0.5s; 
	transition:all 0.5s
	}
.catg1_nav li &gt; h3{
	line-height:20px;
	
	}
.catg1_nav li .post_titile a{
	color:#383838;
	font-size:1.125rem;
	font-family:'Oswald',sans-serif; 
	-webkit-transition:all 0.5s; 
	-o-transition:all 0.5s; 
	transition:all 0.5s
	}
	
/*限制標題內容行數*/	
.post_titile &gt; a{
overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /*文字顯示幾行*/
  line-height: 23px;
  height: 25px;
  }
/*============================*/  
.content_middle_middle{
	border-left:10px solid #d8d8d8; 
	border-right:10px solid #d8d8d8; 
	display:inline; 
	float:left; 
	margin-top:0px;
	margin-bottom:10px; 
	position:relative; 
	width:100%
	}
.content_middle_middle:after{ 
    content:""; 
	height:122px; 
	left:-10px; 
	position:absolute; 
	top:0; 
	width:10px
	}
.content_middle_middle:before{
	content:""; 
	height:122px; 
	right:-10px; 
	position:absolute; 
	top:0; 
	width:10px
	}
.single_featured_slide{
	float:left; 
	display:inline; 
	width:100%; 
	text-align:center
	}

/*限制標題內容行數*/	
.single_featured_slide &gt; h2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /*文字顯示幾行*/
  line-height: 23px;
  height: 25px;
  }
 
 .single_featured_slide &gt; p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /*文字顯示幾行*/
  line-height: 23px;
  height: 50px;
  }
/*============================*/  

.single_featured_slide img{
	width:100%
	}

.content_middle_middle &gt;.single_featured_slide &gt; h2{
	color:#383838; 
	font-size:1.1rem;
	font-weight:bold;
	line-height:22px;
	padding:0 5px;
	}

.content_middle_middle &gt;.single_featured_slide &gt; h2 a{
	color:#383838; 
	font-size:1.1rem;
	font-weight:bold;
	padding:0 5px;
	text-transform:uppercase; 
	-webkit-transition:all 0.5s; 
	-o-transition:all 0.5s; 
	-moz-transition:all 0.5s; 
	transition:all 0.5s
	}
.single_featured_slide &gt; p{
	font-size:1.1rem; 
	padding:0px 16px;
	text-align:left;
	}
.content_middle_middle .slick-prev{
	left:15px; 
	top:25px
	}
.content_middle_middle .slick-next{
	left:62px; 
	right:0; 
	top:25px
	}
.content_middle_rightbar{
	float:left; 
	display:inline; 
	width:100%
	}

/*圖片移過去旁邊變模糊*/
.gallery{
      list-style: none;
      margin: 5px auto; padding: 0;
      width: 100%; /* (200+10+4)x3 */
	  display: inline-block;
    }

.gallery li{
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 100%; 
		height: 100%;
        margin: 2px;
        border: 5px solid #fff;
        -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
        box-shadow: 0 2px 2px rgba(0,0,0,.1);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;        
    }

.gallery:hover li:not(:hover){       
        -webkit-filter: blur(2px) grayscale(1);
        -moz-filter: blur(2px) grayscale(1);
        -o-filter: blur(2px) grayscale(1);
        -ms-filter: blur(2px) grayscale(1);
        filter: blur(2px) grayscale(1);
        opacity: .7; /* fallback */        
    }

.gallery li img{
	width:100%
	}
.gallery_padding{
	padding:0px;
	}

 /*限制標題行數*/
.gallery_padding &gt; li &gt; a &gt; h3{
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1; /*文字顯示幾行*/
      line-height: 23px;
      height: 25px;
	  }
/*===================================*/
.gallery li a{
	  font-size:1rem; /* fix inline-block spacing */
	  color:#333;
	}
	
/*====================================*/
/*首頁-6.純圖片上壓標題*/
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0;
	/*min-width: 270px;
	max-width: 350px;
	max-height: 320px;*/
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.grid figure figcaption &gt; a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.grid figure figcaption h3 {
	color:#fff;
	margin-top: 35%;
	font-size: 1rem;
	line-height:25px;
	background-color: rgba(0,0,0,0.7)
	}

figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#333 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#333 100%);
}

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 35%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	color:#FFF;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.9rem;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*===================================*/
/** 平板自動切換成選單鈕 **/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav&gt;li {
        float: none;
    }
    .navbar-nav&gt;li&gt;a {
        padding-top: 8px;
        padding-bottom: 5px;
		font-size: 1.15rem;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
	
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: rgba(255,255,255,0.5);
    border: 0;
    box-shadow: none;
	font-size: 1rem;
	}
	
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

}

@media (min-width: 991px) { /*pc版選單靠右*/
.navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/*===================================================*/
/*chrome input超連結不要有外框,內容字顏色*/
input:focus{
	outline:none
	}
input{
	color:#333;
	}

/*pc版圖片高度範圍限定*/

@media (min-width: 991px) {
.img_cut{
	overflow: hidden;
    display: block;
    height: 285px;
	}

.img_cut_01{
	overflow: hidden;
    display: block;
    height: 200px;
	}

.img_cut_02{
	overflow: hidden;
    display: block;
    height: 420px;
	}
.img_cut_03{
	overflow: hidden;
    display: block;
    height: 225px;
	}
.img_cut_04{
	overflow: hidden;
    display: block;
    height: 285px;
	}
	}


@media (min-width: 768px) and (max-width: 990px) {
.img_cut{
	overflow: hidden;
    display: block;
    height: auto;
	}

.img_cut_01{
	overflow: hidden;
    display: block;
    height: 120px;
	}

.img_cut_02{
	overflow: hidden;
    display: block;
    height: 280px;
	}
.img_cut_03{
	overflow: hidden;
    display: block;
    height: 225px;
	}

.img_cut_04{
	overflow: hidden;
    display: block;
    height: 264px;
	}
	}



/*ul字型控制*/
ul{
	color: #666;
    font-size: 1.2rem;
    line-height: 28px;
	
	}
/*===============================*/
/*瀑布式圖片設定*/

.item_01 {
    position: absolute;
    /*width: 200px;*/
    font-size: 0.95rem;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    transition: opacity .4s ease-in-out;
}
.item_01 &gt; a &gt; h2 {
    font-family:"Adobe 黑体 Std R", "Adobe 繁黑體 Std B", "微軟正黑體", "新細明體", "標楷體", Arial;
	color: #cbab85;
    font-size: 1.125rem;
    line-height: 23px;
	text-align:center;
    padding: 5px 8px 5px 8px;
	margin:5px 0 0 0;
}

.item_01 &gt; a &gt; h3 {
	font-family:"Adobe 黑体 Std R", "Adobe 繁黑體 Std B", "微軟正黑體", "新細明體", "標楷體", Arial;
    color: #333;
    font-size: 1.125rem;
    line-height: 25px;
	text-align:center;
    padding: 0px 8px 10px 8px;
	margin:0px 0 5px 0;
}

.item_01:hover {
		box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
		margin-top: -5px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		}
		
.item_01 img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
  #box .item_01 {
    width: 346px; } }
@media (min-width: 992px) {
  #box .item_01 {
    width: 299px; } }
@media (min-width: 1200px) {
  #box .item_01 {
    width: 271px; } }
@media (min-width: 1450px) {
  #box .item_01 {
    width: 283px; } }

/*=============================*/
/*內頁影音外框*/
.team02_all{
	overflow:hidden;
	margin: 0px 2px 10px 2px;
	padding:3px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    /*border-radius: 8px;*/
    background-color:#fff;
	/*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.14);*/
}

@media (max-width: 992px) {
    .team02_all{
		margin: 8px 0px;
		}
	
	}

.team02_block{
	display: block;
	position: relative;
}

.team02_block img{
	display: inline-block;
	position: relative;
}

.team02_info{
	margin-top: 8px;
}

.team02_name h2{
	font-size: 1.2rem;
	text-align:left;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:8px;
}

.team02_func{
	color: #5b5b5b;
	text-align:left;
}

.team02_func p &gt; a{
  font-size: 1rem;
  line-height: 1.6rem;
  }
@media  (max-width: 991px) {
 .team02_name h2{
	font-size: 1.125rem;
	text-align:left;
	margin-bottom:0px;
	line-height:24px;
	padding-bottom:0px;
}
  .team02_func p &gt; a{
  font-size: 1rem;
  line-height: 1.3rem;
  }
}
@media  (max-width: 320px) {
  .team02_name h2{
	font-size: 1.6rem;
	text-align:left;
	margin-bottom:0px;
}
  .team02_func p &gt; a{
  font-size: 1.5rem;
  line-height: 1.6rem;
  }
	}
  

/*限制標題內容行數*/	
@media (min-width: 991px) { /*pc版*/
.team02_name &gt; h2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /*文字顯示幾行*/
  line-height: 25px;
  height: 22px;

  }
	
.team02_func p &gt; a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /*文字顯示幾行*/
  height: 68px;
  line-height: 1.4rem;
  }
}

.p_l_r_0{
	padding:0 0 0px 0;
	}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
/*================================*/
/*會刊*/
.demo{
	padding: 0px;
}
.heading-title{
	margin-bottom: 100px;
}
#accordion_01 .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}

#accordion_01 .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}

#accordion_01 .panel-title a{
    display: block;
    padding: 14px 60px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #232323;
    background: #fff;
    position: relative;
    margin-bottom: 0px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease 0s;
}

#accordion_01 .panel-title a.collapsed{
    background: #eee;
    box-shadow: none;
}

/*#accordion_01 .panel-title a:before,
#accordion_01 .panel-title a.collapsed:before{
    content: "";
    width: 20px;
    height: 1px;
    background: #9b1c22; /*-的前線*/
    /*position: absolute;
    top: 23px;
    left: 0;
}*/

#accordion_01 .panel-title a.collapsed:before{
    background: #ddd;
}

#accordion_01 .panel-title a:after,
#accordion_01 .panel-title a.collapsed:after{
    content: "\f068";
    font-family: FontAwesome;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50%;
    background: #dc9436; /*-的背景色*/
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    z-index: 1;
}

#accordion_01 .panel-title a.collapsed:after{
    content: "\f067";
    color: #aaa;
    background: #ddd;
}

#accordion_01 .panel-body_01{
    font-size: 1rem;
    color: #737373;
    line-height: 25px;
    padding: 15px;
    margin-left: 35px;
    border: none;
    border-left: 2px dashed #eee;
	min-height:60px; 	/*firefox可正常顯示的最小高度 */
    height: auto !important;
	height: 60px; /*設定ie6的欄位最小高度,圖片+水平選單的總高度 */
	}
/*===========================*/
/*大事紀*/
.m-b-25{
    margin-bottom: 25px;
}
.p-top-10 {
    padding-top: 10px;
}

#accordion_02 .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}

#accordion_02 .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}

#accordion_02 .panel-title a{
    display: block;
    padding: 14px 60px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #232323;
    background: #fff;
    position: relative;
    margin-bottom: 0px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease 0s;
}

#accordion_02 .panel-title a.collapsed{
    background: #eee;
    box-shadow: none;
}

#accordion_02 .panel-title a:before,
#accordion_02 .panel-title a.collapsed:before{
    content: "";
    width: 20px;
    height: 1px;
    background: #9b1c22; /*-的前線*/
    position: absolute;
    top: 23px;
    left: 0;
}

#accordion_02 .panel-title a.collapsed:before{
    background: #ddd;
}

#accordion_02 .panel-title a:after,
#accordion_02 .panel-title a.collapsed:after{
    content: "\f068";
    font-family: FontAwesome;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50%;
    background: #9b1c22; /*-的背景色*/
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    z-index: 1;
}

#accordion_02 .panel-title a.collapsed:after{
    content: "\f067";
    color: #aaa;
    background: #ddd;
}

#accordion_02 .panel-body_01{
    font-size: 1rem;
    color: #737373;
    line-height: 25px;
    padding: 15px;
    margin-left: 35px;
    border: none;
    border-left: 2px dashed #eee;
	}
/*==========================*/
th , td {
	color:#666;
	font-size:1.2rem;
	line-height:28px;
	padding: 8px;
	}

/*=====================*/
/*2019新版內容頁編排*/
.section_2019 {
  position: relative;
	}
.sec_content_2019{ 
	/*background-color:#fff;*/
	padding:20px 0px 0px 0px;
	margin:30px 0 0 0;
	}

.sec_content_2019 h2{
	font-family:"Adobe 黑体 Std R", "Adobe 繁黑體 Std B", "微軟正黑體", "新細明體", "標楷體", Arial;
	color:#cbab85;
	font-size:1.4rem;
	/*font-weight:bold;*/
	line-height:25px;
	padding-bottom:20px;
	}
	
.sec_content_2019 h3{
	color:#4aa1e4;
	font-size:1.25rem;
	font-weight:bold;
	line-height:23px;
	padding-bottom:5px;
	margin-top:5px;
	}

.sec_content_2019 h4{
	color:#5c5c5c;
	font-size:1.125rem;
	font-weight:bold;
	line-height:23px;
	padding-bottom:5px;
	margin-top:5px;
	}
	
.sec_content_2019 p{ 
	color:#000;
	font-size:1.2rem;
	line-height:28px;
	}
.p_all {
	padding: 2rem 1.5rem;
	}	

@media (max-width: 991px) {
	.sec_content_2019{ 
    	padding:10px 0px 0px 0px;
	    margin:10px 0 0 0;
	}
	}
.m_t_b{
	margin:5px 0;
	
	}
/*區塊背景顏色*/
.set-top-bg_white {
	background-color:#fff;
	}
.set-top-bg_gray {
	background-color:#e6e6e6;
	}
.set-top-bg_black {
	background-color:#000;
	}
.set-top-bg_pink {
	background-color:#fce6f2;
	}
.set-top-bg_purple {
	background-color:#f5e6fc;
	}
.set-top-bg_green {
	background-color:#d3e1c1;
	}
.set-top-bg_yellow {
	background-color:#f9fad9;
	}
	
/*內容頁圖文繞*/
.image-container{
          width: 100%;
          margin: 0 auto;
        }

        .right-image1{
          float: right;
		  margin: 5px 0px 5px 20px;
        }

        .left-image2{
          float: left;
          margin: 5px 20px 5px 0;
        }
	
@media (min-width: 991px) {
	.right-image1 , .left-image2{
		width:40%;
        }	
	
	}

/*圖片切換淡入淡出效果*/
.carousel-fade .carousel-inner .item {
transition-property: opacity;
}
.carousel-fade .carousel-inner .item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/*=====================*/
/*留言版*/

.row_02{
    /*margin-right: 55px;
    margin-left: 55px;*/
	padding:22px 0;
	margin-bottom:25px;
	overflow:hidden;
	}

@media (max-width: 992px) { /*平板*/
.row_02{
    margin-right: 0px;
    margin-left: 0px;
	padding-top:15px;
	padding-bottom:5px;
	overflow:hidden;
	}
}

.row_02 a{
	color:#797979;
	
	}

.row_03{
    margin-right: 55px;
    margin-left: 55px;
	padding:22px 0;
	margin-bottom:25px;
	overflow:hidden;
	}

@media (max-width: 992px) { /*平板*/
.row_03{
    margin-right: 0px;
    margin-left: 0px;
	padding-top:15px;
	padding-bottom:5px;
	overflow:hidden;
	}
}

.panel_border{
	border: 1px dashed #e2e2e2;
	background:#f3f3f3;
	box-shadow:none;
	}


.table &gt; tbody &gt; tr &gt; td{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	
	}

h2.font_size_01{
	font-size:1.5rem;
	
	}

.color_bg{
	border-radius:5px;
	color:#F00;
	min-height:60px;
	padding:10px;
	text-align:center;
background: #f3c7b8; /* Old browsers */
background: -moz-linear-gradient(top,  #f3c7b8 0%, #fdf6f3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f3c7b8 0%,#fdf6f3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f3c7b8 0%,#fdf6f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c7b8', endColorstr='#fdf6f3',GradientType=0 ); /* IE6-9 */

	
	}
.media{
	margin-top:10px;
	padding-bottom:10px;
	
	}
.media-left{
	display: table-cell;
    vertical-align: top;
    width: 50rem;
	}
@media (max-width: 992px) {
	.media-left{
    width: 80rem;
	}
	}
@media (max-width: 480px) {
	.media-left{
    width: 100rem;
	}
	}

.media-body p a{
	color:#06F;
	word-break:break-all;
	}

.reply{
	font-size:0.9rem;
	font-weight:normal;
	}

.reply_01{
	margin: 5px 0;
	
	}

@media (max-width: 320px) {
	.reply_01{
	margin: 10px 0;
	
	}
	}

.btn-message_03{
    color: #fff;
    background-color: #ff6863;
    border:2px solid;
    border-color: #ff6863;
	font-size:1.3em;
}

.btn-message_03:hover , .btn-message_03:focus {
    color: #fff;
    background-color: #ff6863;
    border-color: #ff6863;
}  border-color: #c9cbca;
}
.btn-message_04{
    color: #fff;
    background-color: #ff6863;
    border:2px solid;
    border-color: #ff6863;
}

.btn-message_04:hover , .btn-message_04:focus {
    color: #fff;
    background-color: #ff6863;
    border-color: #ff6863;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}

/*留言版發文*/
.inside h4 {
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.2rem;
	font-weight:bold;
	line-height:25px;
	
	}

.inside p {
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.12rem;
	line-height:25px;
	word-break:break-all;
	margin-bottom:8px;
	}


@media (max-width: 992px) { 
.inside h4 {
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.4rem;
	font-weight:bold;
	line-height:30px;
	
	}
.inside p {
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.3rem;
	line-height:30px;
	
	}

}

@media (max-width: 320px) { 
.inside h4 {
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.6rem;
	font-weight:bold;
	line-height:28px;
	
	}
.inside p {
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1.5rem;
	line-height:28px;
	
	}

}

.inside .date {
	font-family:"微軟正黑體", "新細明體", "標楷體", Arial;
	font-size:1rem;
	line-height:22px;
	}
/*============================*/

/*左圖右條列*/
.team_content h2 {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
	line-height: 25px;
	margin-bottom:40px;
}
.team_content .bold_line {
    bottom: 0;
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    width: 100%;
}
.team_content .bold_line span {
    display: block;
    height: 100%;
    width: 100%;
	background-color: #0AB873; /*線顏色*/
}

.team_content .solid_line {
    background-color: #fff;
    bottom: 5px;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.team_content .title_text {
	color:#a4c196;
    /*background-color: #fff;*/
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: 5px;
    z-index: 1;
	font-weight:bold;
}

.team01_info{
	margin:5px 0 10px 0;
	padding-bottom:10px;
	border-bottom: #dadada 1px dashed ;
}

.team01_name &gt; h3{
	font-size: 1.2rem;
	font-weight:700;
	text-align:left;
	margin-bottom:7px;
    letter-spacing:1px;
}

span.date_font{
	color:#ff6863;
	margin-right:8px;
    font-size: 1rem;
	}

.team01_func{
	color: #5b5b5b;
	text-align:left;
}

.team01_func p{
  font-size: 1.12rem;
  line-height: 1.6rem;
  letter-spacing:1px;
  }
  
@media  (min-width: 1024px) { /*pc版排版*/
  .team01_func p{
	  padding-left:7rem;
  }
}

@media  (max-width: 991px) {
  .team01_name &gt; h3{
	font-size: 1.3rem;
	text-align:left;
	margin-bottom:5px;
	text-align:left;
}
  .team01_func p{
  font-size: 1.2rem;
  line-height: 1.6rem;
  }
	}

@media  (max-width: 320px) {
  .team01_name &gt; h3{
	font-size: 1.6rem;
	text-align:left;
	margin-bottom:5px;
	text-align:left;
}
  .team01_func p{
  font-size: 1.5rem;
  line-height: 1.6rem;
  }
	}
  

/*限制標題內容行數*/	
@media (min-width: 991px) { /*pc版*/
.team01_name &gt; h3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /*文字顯示幾行*/
  line-height: 23px;
  height: 25px;
  }
	
.team01_func p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /*文字顯示幾行*/
  height: 23px;
  line-height: 1.6rem;
  color:#797979;
  }
}

.m-t-b-10 {
	margin-top:10px;
    margin-bottom: 10px;
}
/*======================*/</pre></body></html>