@charset "utf-8";
@import url("reset.css");
@import url("loading.css");
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> Main <<<------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing:1px; outline:0; }
html { height:100% }
body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; -webkit-text-size-adjust:none; font-size:12px; overflow-y:scroll; overflow-x:hidden; }
body, td, th,select,input,textarea {font-size:12px;font-family: /*Arial,*/ "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif;color:#333333;}

/*簡易設定*/
.iframe_ch { display:none }
.middle { vertical-align:middle; }
.w100{ width:100%; }

/*fix safari*/
input, select, textarea{ -ms-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-box-sizing:content-box;}
input[type='text'],input[type='password'],input[type='button'],input[type='submit']{  -webkit-appearance: none; }

/*分頁*/
.pager{ width:100%; overflow:hidden; margin:50px auto 50px auto; text-align:center; }

/*編輯器*/
.editor{padding: 30px 0 40px 0;font-size:16px;line-height:30px; text-align:left; }
.editor ul{ margin-top: 0; }
.editor a{ color:#2258c5; text-decoration:underline; }

/*連結*/
a{ color:#7d1184;text-decoration:none; }

.sub_a { color:#000000;text-decoration:none; }
.sub_a :hover{ color:#506267; }

/*提示文字內容*/
#tip_box { position: fixed; line-height:22px; background-image:url(../../images/action_bg.png); color: #FFF; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left:10px; }


/*表格*/
#css-table { display:table; }
.css-tr {display: table-row;}
.css-td {display: table-cell;text-align:left;vertical-align:middle;padding: 0px 10px; line-height:20px; box-sizing:border-box;letter-spacing:1px;font-size:14px;color:#121212;}

/*網站按鈕*/
.btn-1{display:inline-block;color:#ffffff; background:#721f6d; padding: 10px 30px;margin: 0 5px;font-size: 15px;font-weight: bold;border:1px solid #721f6d;cursor:pointer;-webkit-border-radius: 25px;-moz-border-radius:25px;border-radius:25px;}
.btn-1 i{ padding-right:6px; }
.btn-1:hover{ background:#744c86; transition: all 0.5s linear; }

.btn-2{display:inline-block;color: #ffffff; padding: 10px 40px;margin: 0 5px;font-size: 14px;border:1px solid #ffffff;cursor:pointer; -webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px; }
.btn-2:hover{transition: all 0.5s linear;background: #88619a;}

.btn-3{display:inline-block;color: #721f6d;background: #ffffff;padding: 10px 20px;margin: 0 5px;font-size: 15px;font-weight: bold;border:1px solid #721f6d;cursor:pointer;-webkit-border-radius: 10px;-moz-border-radius:10px;border-radius:10px;}
.btn-3 i{ padding-right:6px; }
.btn-3:hover{ background:#FFEFFE; transition: all 0.5s linear; }

.btn-4{ position:relative; display:inline-block; min-width:200px; color:#ffffff; background:#721f6d; padding: 15px 20px 15px 40px;margin: 10px 5px;font-size: 15px;font-weight: bold;border:1px solid #721f6d;cursor:pointer;-webkit-border-radius: 25px;-moz-border-radius:25px;border-radius:25px;}
.btn-4 img{ position:absolute; top:10px; left:10px; }
.btn-4 i{ padding-right:6px; }
.btn-4:hover{ background:#744c86; transition: all 0.5s linear; }

.btn-5{ position:relative; display:inline-block; min-width:200px; color: #721f6d;background: #ffffff;padding: 15px 20px 15px 40px;margin: 10px 5px;font-size: 15px;font-weight: bold;border:1px solid #721f6d;cursor:pointer;-webkit-border-radius: 20px;-moz-border-radius:20px;border-radius:20px;}
.btn-5 img{ position:absolute; top:10px; left:10px; }
.btn-5 i{ padding-right:6px; }
.btn-5:hover{ background:#FFEFFE; transition: all 0.5s linear; }


/*全營幕遮罩*/ 
.bg-overlay{display:block;position:fixed;left:0;top:0;background:rgba(0,0,0,0.7);opacity:0;visibility:hidden;width:100%;height:100%;z-index:9999;
transition: all 0.2s linear;
}
.bg-overlay.visible{opacity:1;visibility:visible} 

/*麵包屑*/
#sitemap{width:100%;box-sizing: border-box;padding: 0 15px;/* background:#faf7ee; */border-bottom:1px solid #e9e9e9;}
#sitemap .sitemap-wrap{width:100%;max-width:1200px;margin: 10px auto 0 auto;padding: 20px 5px;text-align:right;font-size:14px;letter-spacing:1px;color:#6d6d6d;font-size:14px;}
#sitemap .sitemap-wrap:before{ font-family: "Font Awesome 5 Free"; font-weight: 900;  content: "\f015"; }
#sitemap .sitemap-wrap a{ color:#6d6d6d; font-size:14px; }
#sitemap .sitemap-wrap a:hover{ text-decoration:underline; }

/*活動圖片裁切*/
.img-demo {height:350px;overflow:hidden;/*border:1px solid #ccc;*/background: #ebebeb; display:flex; align-items:center; justify-content: center; }
.img-demo img{ vertical-align:middle;}


/*------image mask--------*/
.photo-mask{opacity:0;position:absolute;left:0;bottom:0;color:#ffffff;width:100%;height:100%;background-color:rgba(255, 255, 255, 0.5);letter-spacing:3px;text-align:center;padding:15px; box-sizing:border-box; line-height:22px;-webkit-transition:.2s;-ms-transition:.2s;-moz-transition:.2s;}
.gallery:hover .photo-mask{ opacity:1; }

/*------image zoom--------*/
.photo-zoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.photo-zoom img {
  max-width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  
}
.photo-zoom:hover img {-moz-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);}

/*首頁大標題*/
.b-title{width:100%;text-align:center;letter-spacing: 3px;color:#2b2b2b;font-size: 2vw;letter-spacing:1.2vw;margin: 20px auto 0 auto;border-bottom: 1px solid #c3c3c3;padding: 10px 0 0 0;font-family: 'Noto Sans TC', sans-serif;}
.b-title img{display:block;padding-right: 0.5vw;margin: 0 auto;}
.b-title span{letter-spacing: 1.5vw;display: inline-block;color: #721f6d;border-bottom: 4px solid;font-size: 32px;padding: 20px 0 30px 1vw;font-family: 'Noto Sans TC', sans-serif;/* text-align: justify; */}


/*內頁大標題*/
.m-title{width:100%;padding: 10px 25px;margin-bottom: 10px;color: #693f7c;font-size:18px;font-weight: bold;letter-spacing:3px;background:url(../../images/title-bg.png) repeat;font-family: 'Noto Sans TC', sans-serif;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;}
.m-title:before{content:url(../../images/menu-title.png);vertical-align: -10%;padding: 0 10px 0 0;}

.common-title{text-align:center;font-size:16px;letter-spacing:5px;line-height: 25px;padding:40px 10px;}
.common-title2{ text-align:left; font-size:24px; letter-spacing:5px; padding:30px 10px; color:#202020; }

@media screen and (max-width : 768px) {
	.b-title{ font-size:20px; }	
	.b-title span{ font-size:22px; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#wrapper{ width:100%; }
.container{width:100%;overflow:hidden;}
.container.transBg{ background:transparent !important; }
.container:nth-of-type(even) { background:url(../../images/container-bg1.jpg) repeat; }
.container:nth-of-type(odd) {  background:url(../../images/container-bg2.jpg) repeat; }
.container .wrap{width:100%;max-width:1200px;margin: 50px auto 30px auto;overflow:hidden;}

/*左右欄的頁面*/
.container .wrap{position:relative;max-width:1200px; margin: 0px auto 0 auto;padding:40px 5px 20px 5px;}
.container .wrap .layout-left{ width: 25%;  float:left; box-sizing: border-box;padding: 0 30px 30px 10px;}
.container .wrap .layout-right{width: 75%;float:left;box-sizing: border-box;padding: 0 10px;}

/*左右欄的頁面 - 搜尋*/
.container .wrap.flex{ display:flex; }
.container .wrap .layout-search-left{flex:1;width: 100%;float: inherit;min-width:295px;box-sizing: border-box;padding: 0 30px 30px 10px;}
.container .wrap .layout-search-right{ flex:3; box-sizing: border-box;padding: 0 10px;}


/*左邊選單*/
.layout-left .leftmenu-title{ display:flex; width:100%; background:#721f6d; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; }
.layout-left .leftmenu-title .left{ flex:1; color:#ffffff; background:#994f95; padding:20px 10px; font-size:15px; display:flex; align-items:center; justify-content: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.layout-left .leftmenu-title .left img{ font-size:20px; filter: brightness(0) invert(1); }
.layout-left .leftmenu-title .right{ flex:4; color:#ffffff; padding:0 20px; font-size:15px; display:flex; align-items:center; }
.layout-left .leftmenu-content{width:100%;padding: 0 10px;}
.layout-left .leftmenu-content .items{position: relative;display:flex;padding: 50px 0 0px 20px;font-size: 16px;color: #010101;}
.layout-left .leftmenu-content .items.sub{border-left: 1px solid #c4c4c4;}
.layout-left .leftmenu-content .items:last-child{ padding-bottom:0; }
.layout-left .leftmenu-content .items:before{content:url(../../images/menu-dot1.png);position:absolute;bottom: -5px;left: -9px;z-index: 1;}
.layout-left .leftmenu-content .items.sub:before{content:url(../../images/menu-dot2.png);position:absolute;bottom: -5px;left: -9px;z-index: 1;}

/*快速連結*/
.quick-link{width:100%;overflow:hidden;margin: 50px 0;}
.quick-link img{border:1px solid #cccccc;margin: 0 0 20px 0;}

#header{ position:relative;width: 100%; background:#ffffff; z-index:99; }
#header .wrap{position: relative;max-width:1200px;height: 110px;margin:0 auto;
transition: all 0.5s ease;
}

#header .logo{position:absolute;top: 8px;left:0px;display:flex;cursor:pointer; width:100%; }
#header .logo-b{position:absolute;top:10%;left:10px;/* max-width:500px; *//*width:80%;*/}

#header .nav{position:absolute;top: 20px;right:10px;}
#header .nav .search-area{color:#4D3451;font-size:14px;margin-bottom:12px;text-align: right;}
#header .nav .search-area i{ padding-right:3px; cursor:pointer; }
#header .nav .search-area input{margin-left:3px;border:0;border-bottom:1px solid #BFBFBF;padding: 5px 5px;}
#header .nav .links-area{ padding:8px 20px; background:#AE68A7; color:#ffffff;
-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
#header .nav .links-area a{ font-size:14px; color:#ffffff; text-decoration:none; }
#header .nav .links-area a:not(:first-child):before{ content:" | "; padding:0 5px; }
#header .nav .links-area a i{ padding-right:3px; }

#menu-bar{ display: none;position:absolute;right: 15px;top: 50px;color: #693F7C;font-size: 30px; cursor:pointer; }

/*banner*/
#inner_banner {display: inline-block;width: 100%;overflow: hidden;position: relative; background:url(../../images/title-bg.png) repeat; }
#inner_banner .contain{ max-width:1200px; width:100%; margin:0 auto; display:flex;align-items:center;justify-content: center;height: 150px;font-size: 30px;font-family: 'Noto Sans TC', sans-serif;letter-spacing: 2vw;}


#menu{width:100%;background: #721f6d;color:#ffffff;}

#menu ul{padding: 0;margin: 0;list-style: none;margin-right: auto;margin-left: auto;display: table;padding: 0 0 0 0;}
#menu ul li{float:left;padding: 0 0 0 0;}
#menu ul li:hover{ background:#93248c; transition: all 0.5s ease; }
#menu ul li:after{padding-left: 3vw;vertical-align: middle;}
#menu ul li a{color:#ffffff;font-size: 16px;font-weight: bold;padding: 22px 2vw 22px 2vw;display: inline-block;}
#menu ul li a:hover{  }

.news-content{font-size: 16px;padding: 15px 0 25px 0;overflow:hidden;clear:both;letter-spacing:1px;line-height:30px;/* border-bottom:1px solid #d3d3d3; */}

.form-input input[type="text"],input[type="password"]{border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;width:100%;height:35px;padding:5px 10px;box-sizing:border-box;color:#646464;outline: none;}
.form-input select{max-width:130px;width:100%;height:35px;border:1px solid #696868;padding:0 7px;outline:0;letter-spacing:1px;font-size:15px;font-family:"微軟正黑體";border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;}
.form-input textarea {border:1px solid #696868;width:100%;padding:5px 10px;box-sizing:border-box;color:#646464;-webkit-transition: width 0.4s ease-in-out;transition: height 0.4s ease-in-out;height:100px;outline: none;border: 1px solid #b9b7b7;background: #f9f9f9;border-radius: 4px;}

.login-area{ width:100%; overflow:hidden; margin:0px auto; text-align:center; }
.login-title{ font-size:18px; color:#395069; font-weight:bold; border-bottom:1px solid #bebebe; padding-bottom:10px; }
.login-area table{ margin:30px 0;}
.login-area table td {color:#3b3a3a;padding: 10px 15px 10px 0;font-size: 16px;text-align:left;}
.login-area table td span{ color:#F00; padding-right:3px; }
.login-area table td img{ vertical-align:middle; }


@media screen and (max-width : 768px) {
	.login-area table td { display:block; font-weight:bold; }
	.login-area table td:first-child{ text-decoration:underline; }
	.login-area table td table td{ display:table-cell; }
}

#footer{position:relative;width:100%;background: #721f6d; color:#ffffff; }
#footer .gotop{position:absolute;top: -45px;right: 15vw;}
#footer .epaper-area{display:flex;max-width:1200px;width:100%;margin:0 auto;padding:20px 10px;}
#footer .epaper-area .left{flex:1;max-width:200px;font-size: 15px;}
#footer .epaper-area .left img{ padding-right:5px; }
#footer .epaper-area .center{flex: 3;max-width: 500px;}
#footer .epaper-area .center input{-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;background: #3f103c;border: 0;padding:10px 15px;width: 90%;color: #ffffff;font-size: 15px;}
#footer .epaper-area .rigth{ flex:1; }
#footer .info-area{width:100%;background:url(../../images/footer-bg.jpg) repeat;}
#footer .info-area .wrap{ display:flex; flex-wrap:wrap; max-width:1200px;width:100%;margin:0 auto;padding:30px 10px;}
#footer .info-area .wrap .left{ flex:1; }
#footer .info-area .wrap .left img{ max-width:336px; width:100%; }
#footer .info-area .wrap .left .line{ border-bottom:5px solid #a275ad; max-width:520px; width:100%; margin:20px 0; }
#footer .info-area .wrap .left #css-table{}
#footer .info-area .wrap .left #css-table .css-td:first-child{ width:30px; }
#footer .info-area .wrap .left #css-table .css-td{color: #ffffff;padding: 6px 10px 5px 0;vertical-align:top;}
#footer .info-area .wrap .left #css-table .css-td a{color: #ffffff;}
#footer .info-area .wrap .left #css-table .css-td:first-child{ color:#b282be; }
	
#footer .info-area .wrap .right{flex:1;display: flex;justify-content: flex-end;flex-wrap: wrap;}
#footer .info-area .wrap .right ul{max-width: 350px;width:100%;padding: 0;margin: 0;}
#footer .info-area .wrap .right ul li{font-size:15px;float:left;max-width: 200px;width:100%;padding: 15px 0;}
#footer .info-area .wrap .right ul li:nth-of-type(even){max-width: 150px;}
#footer .info-area .wrap .right ul li a{ color:#ffffff; text-decoration:none; }
#footer .info-area .wrap .right ul li a:hover{ text-decoration:underline; }

#copyright{color:#b680b3;font-size:12px;width: 100%;display: flex;align-items: flex-end;justify-content: flex-end; line-height:22px; }
#copyright div{ text-align:right; }
#copyright a{ color:#b680b3; }

@media screen and (min-width : 1025px) {
	#header .search-m{ display:none; }
}
@media screen and (max-width : 900px) {
	
	#header .logo div span{ font-size:2vw; }
	#header .logo > .word{ font-size:1.5vw;}
	
	#header .search-m{ display:initial; }
	#header .search-d{ display:none; }
	
	.container .wrap .layout-left{ display:none;  /*width:100%;*/ }
	.container .wrap .layout-right{ width: 100%; }	

	#table_more select{ width:70%; }
	#table_more input{ width:85%; }
	
		
}
@media screen and (max-width : 900px) {
	#header{ position:fixed; }



	#header .nav{ display:none; }
	#header .wrap{height:90px;box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);}
	#header .logo{top: 3px; }	
	
	#menu{ display:none; }
	#menu-bar{ display:block; top:30px; }
	
	.fix-top{margin-top: 90px;}
	.fix-top-inner{padding-top: 90px;}
	
	
	.container .wrap.flex{ display:block; }
	.container .wrap .layout-search-left{ display:block; }
	.container .wrap .layout-search-right{ }
	.leftmenu-title2{ display:none !important;}
	.leftmenu-content2{ display:none !important;}	
	
	#footer .wrap{ display:block; }
	#footer .wrap .left{ text-align:center; }	
	#footer .epaper-area .left{ flex:0; }	
	#footer .epaper-area .left span{ display:none; }	
	#footer .wrap .right{ flex:3; display:block; padding:10px 0; }
	#footer .wrap .right #css-table{ margin:0 auto; }
	#footer .info-area .wrap .left{ flex:100%; }
	#footer .info-area .wrap .left .line{ margin:20px auto; }
	#footer .info-area .wrap .right ul{ display:none; }
	#footer .info-area .wrap .left #css-table{ margin:0 auto; max-width:520px; width:100%; }
	#copyright{ justify-content:center; }
	#copyright div{ text-align:center; }
}
@media screen and (max-width : 550px) {
	.logo-b{ width:80%; max-height: 70px;}	
}
@media screen and (max-width : 480px) {
	#header .logo{ top:1.5vw; width:90%; }
	#footer .info-area .wrap .left #css-table .css-td:nth-child(2){ display:none; }
	#footer .epaper-area .right .btn-2{ padding:10px 20px; }
	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Index <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*首頁客製化區塊*/

.custom-div{ display:flex; }
.custom-div > .left{flex:1;display: flex;align-items:center;justify-content: center;}
.custom-div > .right{flex:1;display: flex;align-items:center;justify-content: center;}
.custom-div > .left img, .custom-div > .right img{ padding-right:10px; }
.custom-div > .left a, .custom-div > .right a{
	display:flex;
	align-items:center;
	justify-content: center;
	max-width: 455px;
	font-size: 20px;
	line-height: 30px;
	color: #070707;
	font-weight: bold;
	letter-spacing: 5px;
	font-family: 'Noto Sans TC', sans-serif;
}

/*首頁跑馬燈*/
#index-marquee{width:100%;max-width:1200px;overflow:hidden;border-bottom: 1px dashed #999999;}
#index-marquee a:hover{ color:#000000; }
#index-marquee > .left{float:left;width: 85%;}
#index-marquee > .left .news-left{float:left;width: 20%;}
#index-marquee > .left .news-left img{margin:0 auto;padding: 5px 5px;width: 100%;max-width: 140px;}
#index-marquee > .left .news-right{float:left;width: 80%;padding: 10px 10px;}
#index-marquee > .left .news-right .types{color:#ffffff;background:#181717;font-size:12px;padding: 3px 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
#index-marquee > .left .news-right ul{margin: 20px 0px;}
#index-marquee > .left .news-right ul li{font-size:16px;color:#010101;line-height: 22px;list-style:url(../../images/index-news-icon.png);}
#index-marquee > .right{float:left;width: 15%;text-align: center;}

/*最新消息*/
#index-news{margin: 30px 0;padding:30px 10px;text-align:center;}
#index-news .news-types{ width:100%; text-align:center; }
#index-news .news-types span{background:#ffffff;padding: 10px 2vw;margin:5px 0;display:inline-block;border:1px solid #cdc3c3;margin: 5px 5px;color: #050505;font-size: 17px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;cursor: pointer;}
#index-news .news-types span:hover{ background:#721f6d; color:#ffffff; transition: all 0.3s ease; }
#index-news .news-types span:first-child{
	border-left:1px solid #cdc3c3;	
	/*
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	*/
}
#index-news .news-types span:last-child{
	border-right:1px solid #cdc3c3;	
	/*
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	*/
}
#index-news .news-list{ width:100%;overflow:hidden;margin: 50px 0;text-align: left;border-bottom:1px dashed #aaaaaa;border-left:5px solid #721f6d;padding: 0px 10px 10px 10px; }
#index-news .news-list{ display:flex; }
#index-news .news-list .title{flex:7;color: #060606;font-size: 17px; line-height:22px; font-family: 'Noto Sans TC', sans-serif;font-weight: bold;}
#index-news .news-list .title span{border: 1px solid #721f6d; color:#721f6d; padding: 5px 10px;margin: 0 0 10px 0;display: inline-block;}
#index-news .news-list .date{flex:1;padding:0 20px;min-width:140px;font-size: 15px;display: flex;align-items: flex-end;justify-content: center;}
#index-news .news-list .more{flex:1;padding:0 20px;min-width:150px;color: #721f6d;font-size: 14px;display: flex;align-items: flex-end;justify-content: center;}
#index-news .news-list .more a{ color:#721f6d; }
#index-news .pager{ text-align:right; margin:0 auto; }



/*活動花絮*/
#index-tibits{display:flex;width:100%;margin: 1vw auto;flex-wrap: wrap;}
#index-tibits .items{flex: 20%; margin:0 1px;cursor:pointer;}
#index-tibits .items:first-child{}
#index-tibits .items:nth-child(4){}
#index-tibits .gallery{border:1px solid #cccccc;box-shadow: 1px 1px 5px #cccccc;}
#index-tibits .items .content{width:100%;margin: 20px 0;padding: 0 20px 0 20px;color: #060606;border-left: 5px solid #721f6d;border-bottom: 1px dashed #cccccc; }
#index-tibits .items .content .date{display: inline-block;font-size: 15px;color: #828282;}
#index-tibits .items .content .title{font-size:16px;line-height: 20px;padding: 10px 0 5px 0;}

.news-content{font-size: 16px;padding: 15px 0 25px 0;overflow:hidden;clear:both;letter-spacing:1px;line-height:30px;/* border-bottom:1px solid #d3d3d3; */}

/*活動花絮*/
.activity-square{float:left;width: 45%;margin:2%;vertical-align: top;}
.activity-square img{ width:100%; }
.activity-square .title{width:100%;overflow:hidden;padding: 10px 0;display: flex;}
.activity-square .title .left{width: 25%;float:left;line-height: 20px;border-right:1px solid #b9b9b9;padding: 0 10px;box-sizing:border-box;}
.activity-square .title .left table td{ color:#721f6d; text-align:center; height:20px; letter-spacing:1px; }
.activity-square .title .right{width: 75%;float:left;font-size:18px;line-height: 22px;color:#282828;font-weight:bold;letter-spacing:1px;padding: 0 0 0 15px;box-sizing:border-box;display: flex;align-items:center;/* justify-content: center; */}
.activity-square .title .right a{ color:#282828; text-decoration:none; }
.activity-square .content{ cursor:hand; cursor:pointer; width:100%;position: relative;overflow:hidden;min-height: 30px;color: #5c5c5c;font-size: 15px;line-height: 24px;letter-spacing: 1px;}
.activity-square .content a{position:absolute;display:inline-block;right: 0px;bottom: 0px;color:#d67e01;font-size:12px;text-decoration:none;}
.activity-square .content a:before{ content:url(../../images/news-icon1.png); letter-spacing:2px; padding-right:5px; }

/*相關連結*/
.links-container{text-align:center;width:100%; margin:30px 0; /* vertical-align: top; */}
.links-container a{margin:10px 5px;max-width:280px;width:100%;text-align:left;display:inline-block;vertical-align: top;}


@media screen and (max-width : 900px) {
	.custom-div{ display:block; }
	.custom-div > .left, .custom-div > .right{ justify-content:flex-start; }
	.custom-div > .left a, .custom-div > .right a{ max-width:none; }
	.custom-div > .left img, .custom-div > .right img{ width:150px; }
	#index-marquee > .left{ width:100%; }
	#index-marquee > .right{ float:none; clear: both;width: 100%;padding: 20px 0;text-align: center;}
	#index-news .news-list{ display:block; margin:50px 0 30px 0; }
	#index-news .news-list .date{ justify-content:flex-end; padding:20px 0 0 0; }
	#index-news .news-list .more{ justify-content:flex-end; padding:10px 0; }
	
	#index-tibits .items{flex: 45%;}
}


@media screen and (max-width : 768px) {
	.activity-square .title .left{ width:35%; }
	.activity-square .title .right{ width:65%; padding:0 8px;}
	.activity-square .content{ height:inherit; }
	.activity-square .content a{ display:block; position:inherit; }
}
@media screen and (max-width : 550px) {
	.activity-square{ width:96%; margin:2%; }
	.img-demo{ height:inherit; }	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Content <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/*檔案與連結*/
.download-list{ width:100%; overflow:hidden; padding:5px 20px 5px 20px; box-sizing:border-box; margin:5px 0; border-bottom:1px dotted #919191; }
.download-list .down-left{float:left;max-width: 30px;width: 10%; color:#c9ab55; }
.download-list .down-left img{ vertical-align:-15%; width:20px; }
.download-list .down-right{float:left;width: 90%;}
.download-list .down-right a{color: #060606;font-size:15px;text-decoration:none;}
.download-list .down-right a:hover{ color:#5e3870; }

/*活動花絮*/
#inner-tibits{ margin:20px 0; }
#inner-tibits #index-tibits .items{ flex:45%;margin: 0 5px 30px 5px; }

/*相關影片*/
#inner-video{ margin:20px 0; }
#index-video{display:flex;width:100%;margin: 1vw auto;flex-wrap: wrap;}
#index-video .items{flex:100%;margin:0 5px 30px 5px;cursor:pointer;}
#index-video .items .content{width:100%;margin: 20px 0;padding: 0 20px 0 20px;color: #060606;border-left: 5px solid #721f6d;border-bottom: 1px dashed #cccccc;background-color: white;}
#index-video .items .content .title{font-size:16px;line-height: 20px;padding: 10px 0 5px 0;}


@media screen and (max-width : 480px) {
	#inner-tibits #index-tibits .items{ flex:100%; }	
	#index-video .items{flex:100%;}
}

/*youtube*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .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-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }
  
.rounded {
  border-radius: 0px !important;
  }  

/*進駐團隊*/
.team-area{ width:100%; display:flex; flex-wrap:wrap; margin:40px 0; }
.team-area .items{width:31%;display: flex;justify-content: center;margin:1%; cursor:pointer; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
.team-area .items:hover{ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); transition: all 0.5s ease; }
.team-area .items > div{text-align:center;margin: 40px auto 0 auto;width: 100%;}
.team-area .items .img{max-width: 240px;height:160px;margin: 0 auto;display: flex;align-items:center;justify-content: center;}
.team-area .items img{display:block;/* padding-bottom:20px; */margin: 0 auto; /*width:100%;*/ }
.team-area .items .word{text-align:center;color:#3c3b41;padding: 20px 10px 30px 10px;font-size:18px;letter-spacing: 3px;font-family: 'Noto Sans TC', sans-serif;/* font-weight: bold; */}

@media screen and (max-width : 1024px) {
	.team-area .items img{ width:90%; max-width:100%; }
}
@media screen and (max-width : 600px) {
	.team-area .items{ width:48%; }
}
@media screen and (max-width : 450px) {
	.team-area .items{ width:100%; }  
	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 關於中心 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


owl-demo .item{
  margin: 10px;
}
#owl-demo .item img{
  display: block;
  width: 95%;
  height: auto;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 聯絡我們 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#contact_info{ position:relative; max-width:1200px; overflow:hidden; }
#contact_info .contact_info_left{float:left;width: 50%;margin: 20px 0 30px 0;}
#contact_info .contact_info_right{float:left;/* max-width:400px; */width: 50%;font-size:15px;padding: 10px 0 0 30px;box-sizing: border-box;letter-spacing:1px;color:#4f4f4f;line-height:30px;}

#contact_info .slogan{ background:url(../../images/about_line.png) top center no-repeat; padding:90px 0 0 0; position:absolute; top:0; right:0; }
.contact_info_btitle{ width:100%; border-bottom:1px solid #6d6b64; }
.contact_info_area{width:100%;overflow:hidden;line-height:25px;padding: 5px 0;/* border-bottom:1px dashed #a7a7a4; */}
.contact_info_title{float:left;width:20%;color: #721f6d;/* background:#c6e0a8; */text-align:center;margin:0 5% 0 0;padding:0 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.contact_info_content{ float:left; width:70%; }

.contact{width:100%;overflow:hidden;margin: 0px auto;line-height:40px;color:#2D2D2D;font-size: 16px;letter-spacing:1px;}
.contact .item{color:#333; font-size:18px;  font-weight:bold; border-bottom:1px solid #DEDEDE;}
.contact .title{display:inline-block; padding:20px 0; font-size:40px; font-weight:bold;}
.contact .editor{padding:20px 0; letter-spacing:1px; line-height:30px; font-size:14px;}
.contact .form{float:right; width:100%; box-sizing: border-box; padding:2%; background:#f5f5f5; }
.contact .form_left{float:left; width:50%; color:#8B8B8B; letter-spacing:1px;}
.contact .form_right{float:left; width:50%; color:#8B8B8B;}
.contact .select{width:90%; height:30px; border:1px solid #D8D4D5; color:#A9AAAE; font-size:15px; letter-spacing:2px; outline:0;}
.contact .input{border:0; border-bottom:1px solid #D8D4D5; width:90%; height:40px; font-size:15px; letter-spacing:2px; outline:0; margin:20px 0; padding:0 10px; box-sizing:border-box; }
.contact .textarea{ width:98%; margin-top:10px; height:250px; border:0; border-top:1px solid #D8D4D5; font-size:15px; border-bottom:1px solid #D8D4D5; padding:5px; outline:0;}

@media screen and (max-width : 1024px) {
	#contact_info .contact_info_left{ float:none; width:100%; }
	#contact_info .contact_info_right{ float:none; width:100%; padding:10px 0 0 0 }	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Sitemap <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#index_course{ max-width:1200px; width:100%; overflow:hidden; margin:30px auto; }
#index_course .course_items{/*max-width:380px;*/display: inline-block;vertical-align: top;width: 30%;margin:1%;border: 1px solid #dcdcdc;border-top:3px solid #693f7c;overflow:hidden;}
#index_course .course_items_title{width:100%;padding:20px;background:#ececec;color:#693f7c;font-size:20px;font-family: 'Noto Sans TC', sans-serif;font-weight: bold;}

#index_course .course_items_list{clear:both;border-bottom: 1px dashed #cccccc;color: #721f6d;font-size:16px;letter-spacing:1px;margin:0 20px;padding: 15px 10px;}
#index_course .course_items_list:before{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f111";padding-right: 10px; font-size:14px; }
#index_course .course_items_list a{color: #721f6d;text-decoration:none;}
#index_course .course_items_list a:hover{ text-decoration:underline; }
#index_course .course_items_list:first-child{ border:0; }
#index_course .course_items_list.sub{border:0;padding: 15px 35px;}
#index_course .course_items_list.sub:before{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f1ce";padding-right: 10px; font-size:14px; }


@media screen and (max-width : 1023px) {	
	#index_course .course_items{ width:47%; }
	
}
@media screen and (max-width : 720px) {
 	#index_course .course_items{ width:98%; }
}



#inner-sitemap{ }
#inner-sitemap .title1{width:100%;padding: 15px 20px;background:#ebebeb;color: #721F6E;font-weight: bold;font-size: 18px;letter-spacing: 3px;border-radius: 30px;}
#inner-sitemap .title1 a{ color: #721F6E; text-decoration:none; }
#inner-sitemap .title2{font-size: 17px;color: #721F6E;padding: 20px 20px 5px 20px;letter-spacing: 3px;}
#inner-sitemap .title2 a{ color: #721F6E; text-decoration:none; }
#inner-sitemap .title-area{font-size:15px;padding: 10px 25px;display: flex;align-items: flex-start;flex-wrap: wrap;}
#inner-sitemap .title3{font-size:15px;flex: 30%;letter-spacing: 2px;padding: 10px 30px 10px 10px;line-height: 22px;min-width: 300px;}
#inner-sitemap .title3 a{ color:#333; text-decoration:none; }
#inner-sitemap .title3 a:hover{ text-decoration:underline; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Process <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.process-items{position:relative;padding: 0 0 0 30px;} 
.process-items span.caption{padding: 20px;color:#ffffff;font-size:20px;font-weight:bold;background:#968F89;position:absolute;top:0;left:0;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;} 
.process-items-wrap{width:100%;overflow:hidden;border-left:1px solid #968F87;padding: 20px 10px 0px 50px;} 
.process-items-wrap .title{ font-size:26px; font-weight:bold; color:#722170; } 
.process-items i{ color:#721f6d; font-style:inherit; font-weight:bold; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.search-condition{ width:100%; /*border:1px solid #c4c4c4;*/ }
.search-condition div.select-area{display:flex;position:relative;width:100%;border: 1px solid #aaa;background:#ffffff;box-sizing:border-box;-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;}
.search-condition div.select-area .lefter{flex:1; max-width:120px;}
.search-condition div.select-area .righter{flex:1;}
.search-condition div em{display:inline-block;font-size: 20px;font-style:inherit;background:#721f6d;width: 120px;padding: 17px 0;letter-spacing: 5px;text-align: center;color:#ffffff;font-family: 'Noto Sans TC', sans-serif;-webkit-border-top-left-radius: 10px;border-top-left-radius: 10px;}
.search-condition div select{ width:100%; border:0; outline:0; box-sizing:border-box; margin-top:8px; padding:10px;background:#ffffff; font-size:16px; }


.search-condition span{ position:relative; }
.search-condition input{border:0; outline:0; background: #fafafa;width: 100%;padding:15px 40px 15px 130px;font-size: 18px;box-sizing: border-box;border: 1px solid #aaa;border-top: 0;-webkit-border-bottom-left-radius: 10px;-webkit-border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.search-condition select{ width:100%; outline:0; box-sizing:border-box; padding:10px; border:1px solid #aaa; font-size:16px; }
.search-condition span i{position:absolute;right: 12px;top:0;font-size: 20px;}
.search-condition span em{position:absolute;left: 1px;top: -21px;display:inline-block;font-size: 20px;font-style:inherit;background:#721f6d;width: 120px;padding: 17px 0;letter-spacing: 5px;text-align: center;color:#ffffff;font-family: 'Noto Sans TC', sans-serif;-webkit-border-bottom-left-radius: 10px;border-bottom-left-radius: 10px;}
.search-condition .ui-select-input{font-size:18px;padding: 20px 10px;}
.search-condition .ui-select-wrap{border-top:0;height:50px;-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
.search-condition .ui-select-wrap > select{ border:0; }
.search-condition .ui-select-list{ top:50px; }
.search-condition .ui-select-arrow{right:15px;}

.search-title{width:100%;font-size:24px;color:#101010;padding: 0 0 20px 0;margin: 0 0 20px 0;border-bottom: 1px solid #c7c7c7;}
.search-note{ width:100%; font-size:14px; color:#6b6a6a; margin:30px 0; }

.search-list{width:100%;display:flex;box-sizing: border-box;padding: 20px 20px;margin: 30px 0 10px 0;border: 1px solid #ebebeb;border-left:3px solid #721f6d;box-shadow: 1px 1px 5px #ebebeb;}
.search-list > .left{flex:1;font-weight: bold;display: flex;align-items:center;justify-content: center;}
.search-list > .right{flex:8;padding: 0 20px;border-left: 1px solid #c7c7c7;}
.search-list > .right .path{
    font-size: 14px;
    font-weight: bold;
    color: #8e4c8a;
}
.search-list > .right .path span{ float:right; }
.search-list > .right .title{
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.search-list > .right .content{
    color: #505050;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 25px;
    height: 80px;
}


.table_condition td i{ font-size:16px; color:#721F6D; cursor:pointer; }
.table_condition td input, .table_condition td select{ width:100% !important; }
.btn-search-more{ display:none; }	

@media screen and (max-width :900px) {
	.btn-search-more{ display:inline-block; }	
}

@media screen and (max-width : 768px) {
	.search-list{ display:block; }	
	.search-list > .right{ border:0; border-top:1px solid #ebebeb; padding:0; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Menu Search <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.jq-submenu.srh{ position:relative; padding:0; }
.jq-submenu.srh .srh-btn{position:absolute;right: 30px;top: 20px;}
.jq-submenu.srh input[type="text"]{
	/* max-width:218px; */
	-webkit-appearance: none;
	border-radius: 0;
	width: 100%;
	height: 50px;
	line-height:38px;
	border:0;
	font-size: 14px;
	padding: 0 50px 0 10px;
	box-sizing: border-box;
	letter-spacing:1px;
	color:#333;
	outline:0;
}


/*左邊search選單*/
#left-search-top .search-keywords{ width:100%; overflow:hidden; border:2px solid #CCC; }
#left-search-top .search-keywords span{ display:inline-block; background:#721D6D; color:#ffffff; padding:12px 10px; font-size:15px; letter-spacing:2px; }
#left-search-top .search-keywords input{ padding:9px 10px; border:0; outline:0; font-size:15px; }
.input-1{width: 97%; padding: 5px 10px; margin: 0 5px; box-sizing: border-box; color: #646464; outline: none; border: 1px solid #b9b7b7; background: #f9f9f9; border-radius: 5px; font-size: 17px;}

.left-search-type {padding: 20px 0px; font-size: 17px;}

#table_more{ margin:20px 0 0 0; }
#table_more table{ margin-bottom:10px; }
#table_more select{border:2px solid #CCCCCC;padding: 15px 9px;margin-right:5px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
#table_more input{border:2px solid #CCCCCC;padding: 16px 9px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

#left-search-bottom{ display:block; margin:20px 0; line-height:22px; font-size:15px; }
#left-search-bottom .search-caption{ padding:5px 10px; background:#ebebeb; }
#left-search-bottom .search-items{ padding:5px 0; letter-spacing:0; }
#left-search-bottom .search-items input{ margin-right:8px; }
#left-search-bottom .search-items div{ font-size:12px; color:#999; padding:0 25px }

@media screen and (max-width :900px) {
	#left-search-bottom{ display:none; }	
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> 表格用 <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*人員執掌*/
.table-rwd{border-collapse: collapse; width:100%}
.table-rwd, 
.table-rwd th,
.table-rwd td { border: 1px solid black; color:#333; font-size:15px; letter-spacing:1px; line-height:23px; padding:10px; box-sizing:border-box; }
.table-rwd th{ background:#7E0F85; color:#ffffff !important; }
.table-rwd .title{ text-align: center; font-size: 15px; font-weight:bold;}
.table-rwd .center{ text-align: center;}

/*這是額外做顏色，沒有什麼意義*/
tr.tr-only-hide {color: #D20B2A;}

@media (max-width: 736px) {
  .table-rwd .center{ text-align: left;}
  .table-rwd{min-width: 100%;}
  /*針對tr去做隱藏*/
  tr.tr-only-hide {display: none !important;}
  /*讓tr變成區塊主要讓他有個區塊*/
  .table-rwd tr{
    display: block;
    border: 1px solid #ddd;
    margin-top: 5px;
  }
  .table-rwd td {
    text-align: left;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    display: block;
	}
	.table-rwd td:before {
    /*最重要的就是這串*/
    content: attr(data-th) " : ";
    /*最重要的就是這串*/
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
	  margin-right: 10px;
    color: #721F6D;
  }
  /*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  .table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}
  
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Mobile Menu <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


body { transition: background-color .2s;}
#wrapper { transition: margin-left .2s; }

.sidenav {
  height: 100%;
  overflow:hidden;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  transition: 0.2s;
  /*padding-top: 60px;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  display: block;
  padding-bottom: 9px;
  padding-left: 20px;
  font-size: 36px;

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*選單 - 選項*/
#ajax-sidenav div{position:relative;width: 100%;border-bottom: 1px solid #ebebeb;color:#181818;padding: 15px 20px; line-height:20px; box-sizing:border-box;cursor: pointer;cursor: hand;font-size: 16px;letter-spacing: 3px;}
#ajax-sidenav div.title{ position:relative; background: #b19bb5;color: #ffffff;}
#ajax-sidenav div.title i{ position:absolute; top:15px; right:30px; }
#ajax-sidenav div:hover{ /*color:#57708e;*/}
#ajax-sidenav div span{position:absolute;right:0;top: 0;display:block;padding: 15px 20px;border-left: 1px solid #ebebeb;/* border-right: 1px solid #ebebeb; */}
#ajax-sidenav div.title a {color: #ffffff;}

.submenu-nav { width: 100%; overflow:hidden; display:none; background-color: #FFFFFF; }
.submenu-nav div{ padding:20px 20px !important; }
.submenu-nav div:before{font-family: "Font Awesome 5 Free"; font-weight: 900;  content: "\f0da";font-size: 14px; padding-right:5px; }


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Bxslider <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

ul.bxslider { margin:0; padding:0; }
#home_banner { display: inline-block; width: 100%; overflow: hidden; position: relative; background:#FCF5FF; height:625px; }

#home_banner ul{ list-style:none; }
#home_banner li { width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; height:625px; }
#home_banner img { display: none; }
#home_banner .bxslider { opacity: 0; }
#home_banner .bx-wrapper .bx-pager.bx-default-pager a:hover, #home_banner .bx-wrapper .bx-pager.bx-default-pager a.active {background: #693f7c;border: 1px solid #ffffff;}
#home_banner .bx-wrapper .bx-pager.bx-default-pager a {background-color: white;border:1px solid #ccc;width: 14px;height: 14px;margin: 0px 6px;border-radius: 50%;box-shadow:2px 2px 8px rgba(15%,15%,40%,0.1);}
#home_banner .bx-wrapper .bx-pager { bottom: 32px; opacity: 0; }
#home_banner .bx-wrapper .bx-controls-direction{ opacity: 0; }
#home_banner .word { font-size: 15px; position: absolute; margin-left: -187px; margin-top: -116px; left: 50%; top: 50%; color: #673D3A; letter-spacing: 25px; opacity: 0.2; }
#home_banner .word b { font-weight: bold; }
#home_banner .down { position: absolute; right: 30px; bottom: 32px; width: 34px; height: 28px; z-index: 99; cursor: pointer; opacity: 0; }
#home_banner .down img { display: block; }
#home_banner .bx-prev{ left:5%; }
#home_banner .bx-next{ right:5%; }


@media screen and (max-width : 1024px) {
	.bx-wrapper{ margin-top:100px !important; }
	#home_banner .bx-controls-direction
	{
		display:none;	
	}
	
	#home_banner .bx-wrapper .bx-pager.bx-default-pager a {
		 width: 15px;
		 height: 15px;
	}
	#home_banner, #home_banner li {
		/*max-height: 275px;
		height: 275px;*/
		/*margin-top: 75px;*/
	}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Common Animation <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.scaleZoom {
	-webkit-animation: scaleZoom 2s ease both;
	animation: scaleZoom 2s ease both;
}
@-webkit-keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); }
}
@keyframes scaleZoom {
	from { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Loadaction <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.Loadaction_Box { position:relative; height: 100%; width: 0%; position: fixed; overflow:auto; top: 0; left: 0; overflow:auto; background-color:rgba(0, 0, 0, 0.5); z-index:100000000 }
.Loadaction {width: 220px;height: 60px;top: 42%;position: absolute;margin-left: auto;margin-right: auto;padding-top: 10px;left: 0;right: 0;background-color:rgba(0, 0, 0, 0.5);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.Actionupload_Text {font-size:13px;color:#FFFFFF;height: 25px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* .cssa { font-family:Verdana; letter-spacing:1px; font-size:12px; padding-right:10px; padding-left:10px }
.cssb { font-family:Verdana; letter-spacing:1px; font-size:12px; padding-right:5px; padding-left:5px }
.cssc { padding-bottom:3px; letter-spacing:1px; font-size:12px; padding-left:10px; padding-right:10px; height:40px }
.cssd { font-family:Verdana; font-size:12px; letter-spacing:2px; height:10px; border:1px solid #FFFFFF }
a.pagelink_no:link { color: #003399; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px; }
a.pagelink_no:visited { color: #003399; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink_no:active { color: #003399; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink_no:hover { color: #003399; text-decoration: underline; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink:link { color: #333333; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px; }
a.pagelink:visited { color: #333333; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink:active { color: #333333; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink:hover { color: #333333; text-decoration: underline; font-family:Verdana; font-size:12px; letter-spacing:1px }
a.pagelink_ch:link { color: #cc3300; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px; font-weight:bold }
a.pagelink_ch:visited { color: #cc3300; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px; font-weight:bold }
a.pagelink_ch:active { color: #cc3300; text-decoration: none; font-family:Verdana; font-size:12px; letter-spacing:1px; font-weight:bold }
a.pagelink_ch:hover { color: #cc3300; text-decoration: underline; font-family:Verdana; font-size:12px; letter-spacing:1px; font-weight:bold } */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Radio/Checkbox <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* Customize the label (the container) */
.container-form {
  display: inline-block;
  /* vertical-align: -28%; */
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-form input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;

  background-color: #f9f9f9;
  border: 1px solid #b9b7b7;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-form:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-form input:checked ~ .checkmark {
  background-color: #F19B20;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-form input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
/*
.container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
*/
/* Style the checkmark/indicator */
.container-form .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media screen and (max-width : 768px) {
	.container-form { font-size:13px; }
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ------------------------------>>> Table <<<----------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.zebra td, 
.zebra th {
  padding: 15px 10px;
  font-size: 16px;
  /*border-bottom: 1px solid #f2f2f2;*/
}
/*使用:nth-child(even)给表格的奇数行添加背景和阴影效果*/
.zebra .alternate,
.zebra tr:nth-child(even) {
  background: #f5f5f5;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}
.zebra th {
  text-align: center;
  font-size: 16px;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(top, #f5f5f5, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f5f5f5, endColorstr=#eeeeee);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f5f5f5, endColorstr=#eeeeee)";
}
/*使用 :first-child设置表格表头第一个单元格左上角为圆角*/
.zebra th:first-child {
  border-radius: 6px 0 0 0;
}
/*使用 :last-child设置表格表头最后一个单元格右上角为圆角*/
.zebra th:last-child {
  border-radius: 0 6px 0 0;
}

.zebra a{color: #2258c5;}

@media screen and (max-width : 768px)
{
	.visible-no-m{ display:none; }
}
@media screen and (max-width : 480px)
{
	.visible-no-s{ display:none; }
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------->>> pagelink <<<--------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.cssa {/* font-family:Verdana; */letter-spacing:1px;font-size: 15px;padding-right:10px;padding-left:10px;}
.cssb { /*font-family:Verdana;*/ letter-spacing:1px; font-size:15px; padding-right:5px; padding-left:5px; }
.cssc { padding-bottom:3px; letter-spacing:1px; font-size:15px; padding-left:10px; padding-right:10px; height:40px }
.cssd { /*font-family:Verdana;*/ font-size:15px; letter-spacing:2px; height:10px; border:1px solid #FFFFFF }
.pageselect{border:1px solid #CCCCCC;padding: 4px 5px;font-size:12px;}
.pageselect:hover{ background:#ebebeb; }
a.pagelink_no{color:#333333;text-decoration:none;border: 1px solid #cccccc;padding: 7px 5px;display: inline-block;margin: 5px 0;}
a.pagelink_no:hover{ background:#ebebeb; }
a.pagelink{color:#333333;text-decoration:none;border: 1px solid #CCCCCC;padding: 5px 10px;}
a.pagelink:hover{ background:#ebebeb; }
a.pagelink_ch{color:#333333;padding: 5px 10px;border: 1px solid #cccccc;background: #ebebeb;text-decoration:none;}