﻿@charset "utf-8";
body {
	background-image: url(../images/contentBG.png);
	background-repeat: repeat-x;
	background-color: #dceabc;
}
.wrapper{
	max-width: 1200px;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper_empty{
	background-color: #dceabc;
	padding: 60px;
}
.wrap_iner{
	background-image: url(../images/headerBG.png);
	background-repeat: no-repeat;
	/*min-height: 768px;*/
	/*overflow: visible;*/
	display: block;
	float: left;
	padding-bottom: 40px;
	width: 100%;
	background-position: left top;
}
.header{
	position: relative;
	height: 120px;
	width: 970px;
}
.header img{
	text-align: left;
	float: left;
	margin-top: -10px;
}
.content{
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}
.contLeft{
	width: 255px;
	float: left;
	display: block;
}
.contRight{
	display: block;
	/*width: 100%;*/
	margin-left: 272px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.contRight h2{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "微軟正黑體";
	font-size: 19px;
	line-height: 30px;
	color: #99cc66;
	border: 1px solid #99cc66;
	padding: 4px;
	margin-top: 12px;
	margin-bottom: 4px;
	font-weight: bold;
	background-color: #f0f5e5;
}
.contRight h2 img{
	vertical-align: middle;
	margin-right: 4px;
}

/*人員資訊*/
.member{
	height: 62px;
	text-align: right;
	width: 100%;
	font-family: "微軟正黑體";
	font-size: 14px;
	line-height: 62px;
	color: #5a5a5a;
	margin-top: 10px;
}
.member img{
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 4px;
}
.member a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.member a:hover{
	color: #FFFFFF;
}
.user{
	font-size: 15px;
	color: #00aeff;
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
}
.BtnLogin {
	font-size: 12px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	background-color: #00aeff;
	color: #FFFFFF;
	display: inline-block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-right: 2px;
	margin-left: 2px;
	font-family: "微軟正黑體";
	line-height: 18px;
}
.BtnLogin:hover {
	background-color:#f05565;
}
.BtnLogin:active {
	position:relative;
	top:1px;
}
/*人員資訊結尾*/

/*跑馬燈*/
.HotNews{
	height: 58px;
	width: 100%;
	margin-top: 4px;
}
.HotNews .title{
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	font-family: "微軟正黑體";
	font-size: 16px;
	line-height: 36px;
	color: #fc5185;
	background-color: #ffd100;
	text-align: center;
	height: 36px;
	width: 110px;
	float:left;
}
.HotNews .txtbox{
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: #475599;
	color: #FFF;
	float: left;
	height: 36px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 36px;
	width:480px;
}

/*跑馬燈結尾*/

/*側邊手風琴選單樣式*/
.panel{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.panel-heading{
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.panel-title {
	font-size: 18px;
	color: #FFF;
	font-family: "微軟正黑體";
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 35px;
}
.panel-title a:link{}
.panel-title a:hover{
	color: #81f4fe;
	text-decoration: none;
}
.panel-group{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.panel-headingAdmin{
	background-color: #fc5185;
	background-image: url(../images/leftMenu_admin.png);
	background-repeat: no-repeat;
	background-position: 8px center;	
}
.panel-headingNormal{
	background-color: #3fc1c9;
	background-image: url(../images/leftMenu_normal.png);
	background-repeat: no-repeat;
	background-position: 8px center;	
}
.subMenu{}
.subMenu li{
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	background-image: url(../images/arr_submenu.png);
	background-repeat: no-repeat;
	background-position: left 12px;
}
.subMenu li a{
	text-decoration: none;
	color: #000;
}
.subMenu li a:hover{
	color: #48898e;
}
.subMenu li ul{}
.subMenu li ul li{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	border-bottom-style: none;
}
.subMenu li ul li a{
	text-decoration: none;
}
/*側邊手風琴選單樣式結尾*/

/*內頁登入*/
.MainLogin{
	background-image: url(../images/mainPic.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 500px;
}
.MainLoginBox{
	width: 550px;
	
}
.MainLoginBox .LoginTitle{
	font-family: "微軟正黑體";
	font-size: 18px;
	line-height: 36px;
	color: #FFF;
	background-color: #a1de53;
	text-align: center;
	margin-left: 20px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 160px;
}
.MainLoginBox .LoginCont{
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a1de53;
	background-color: #FFF;
	padding-left: 80px;
	padding-top: 40px;
	height: 330px;
	padding-bottom: 40px;
	padding-right: 60px;
}
.IdBox{
	background-image: url(../images/login_id.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	opacity: 1;
	padding-top: 10px;
	height: 60px;
}
.PassBox{
	background-image: url(../images/login_pass.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	opacity: 1;
	padding-top: 10px;
	height: 60px;
}
.IdBox input, .PassBox input{
	border: 1px solid #aeaeae;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 20px;
	padding: 8px;
	opacity: 1;
	height: 36px;
	font-family: "微軟正黑體";
	color: #FFF;
}
.TxtBox{
	font-family: "微軟正黑體";
	color: #999;
	text-align: right;
	width: 100%;
}
/*內頁登入結尾*/

/*內頁麵包屑*/
.breadcrumb{
	font-family: "微軟正黑體";
	font-size: 19px;
	color: #64833d;
	text-align: left;
	display: inline;
	background-color: transparent;
	padding: 0px;
}
.bread_S{
	font-size: 13px;
	color: #83c232;
	display: block;
	font-weight: bold;
}
.bread_Active{
	color: #1f9ae0;
	font-weight: bold;
}
/*內頁麵包屑結尾*/

/*頁籤*/
.tab-slider-nav {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f04a7a;
}

.tab-slider-tabs {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
	height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #eef4e2;
	-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.tab-slider-tabs:after {
	content: "";
	width: 160px;
	background: #f04a7a;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.tab-slider-tabs.slide:after {
  left: 160px;
}
.tab-slider-tabs.slide2:after {
  left: 320px;
}

.tab-slider-trigger {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #8da373;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tab-slider-trigger.active {
  color: #fff;
}

.tab-slider-body {
  margin-bottom: 20px;
}
.tab-slider-body >h2{
  	font-family: "微軟正黑體";
	font-size: 19px;
	line-height: 30px;
	color: #00aeff;
	border: 1px solid #e7e7e7;
	/*margin-top: 65px;*/
	margin-bottom: 4px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

/*頁籤結尾*/

/*內頁照片上傳*/
.PicUpload{
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
.PicUpload h3{
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #FFF;
	background-color: #95c65e;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	vertical-align: middle;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 26px;
	margin-bottom: 4px;
}
.PicBox{
}
.PicBox img{
	width:100%;
	height:auto;
}
/*內頁照片上傳結尾*/


/*頁籤樣式*/
.TabBox{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e3446f;
	overflow: hidden;
	margin-top: 10px;
}
.TabBtn {
	font-weight: bold;
	border: 0px;
	text-decoration: none;
	display: inline-block;
	background-color: #ecf3df;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #859a6a;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-right: 8px;
	line-height: 30px;
}
.TabBtn:hover, .TabBtn:active {
	background-color: #e3446f;
	cursor: pointer;
	color: #FFF;
}
.TabBtn.active {
	font-weight: bold;
	border: 0px;
	text-decoration: none;
	display: inline-block;
	background-color: #e3446f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-right: 8px;
	line-height: 30px;
}
/*頁籤樣式結尾*/

/*流程圖區塊*/
.AccessBox{
	margin-top: 4px;
	margin-bottom: 4px;
	overflow: hidden;
}
.AccessBox img{
	margin-left: 10px;
}
/*流程圖區塊結尾*/

/*彈跳視窗標題*/
.popupTitle{
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: "微軟正黑體";
	font-size: 19px;
	line-height: 30px;
	color: #99cc66;
	border: 1px solid #99cc66;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight: bold;
	background-color: #f0f5e5;
	display: block;
}
/*彈跳視窗標題結尾*/

/*媒體廣宣*/
.tabMedia{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9fd94d;
}
.tabMediaBtn {
	font-weight: bold;
	border: 0px;
	text-decoration: none;
	display: inline-block;
	background-color: #cddea6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #7dac4e;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-right: 8px;
	line-height: 30px;
}
.tabMediaBtn:hover, .tabMediaBtn:active {
	background-color: #9fd94d;
	cursor: pointer;
	color: #FFF;
}
.tabMediaBtn.active {
	font-weight: bold;
	border: 0px;
	text-decoration: none;
	display: inline-block;
	background-color: #9fd94d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-right: 8px;
	line-height: 30px;
}
.mediaBox{
	display: block;
	overflow: hidden;
}
.mediaColumn{
	float: left;
	height: 310px;
	width: 30%;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #cddea6;
	overflow: hidden;
	background-color: #FFF;
	padding: 10px;
	position: relative;
}
.mediaColumn:hover{
	background-color: #f1f1f1;
	z-index: 9999;
}
.mediaColumn .pic{
	height: 200px;
	width: 100%;
	background-color: #999;
	display: block;
	overflow:hidden;
}
.mediaColumn .mediaTitle{
	font-family: "微軟正黑體";
	font-size: 16px;
	color: #6fad18;
	overflow: hidden;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}
.mediaColumn .mediaSubTitle{
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #8c8c8c;
	overflow: hidden;
	width: 100%;
	 text-overflow : ellipsis;
  	white-space : nowrap;
}
.mediaColumn .mediaDate{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #999;
	position: absolute;
	left: 10px;
	bottom: 16px;
}
.mediaColumn .mediaPlay{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
/*媒體廣宣結尾*/















