@charset "utf-8";
/* ======================= 全站基本設置 ======================= */
html, body { margin:0; padding:0; height:100%; }
body { background:#fffaf5; }
body, th, td, input, select { font-family:"Hiragino Kaku Gothic Pro","微軟正黑體","Microsoft Jhenghei",Helvetica,Arial,sans-serif; font-size:14px; }
input[type="submit"], input[type="reset"], input[type="button"], select, button {-webkit-appearance:none; }
a { text-decoration:none; cursor:pointer; }
b { font-weight:normal; }
p { line-height:2em; }
h1,h2,h3,h4,h5,h6 { font-weight:400; }
h1 { font-size:40px; font-family:"Hiragino Kaku Gothic Pro","微軟正黑體","Microsoft Jhenghei",Helvetica,Arial,sans-serif; }
h2 { font-size:26px; font-family:"Hiragino Kaku Gothic Pro","微軟正黑體","Microsoft Jhenghei",Helvetica,Arial,sans-serif; }
h3 { font-size:18px; font-family:"Hiragino Kaku Gothic Pro","微軟正黑體","Microsoft Jhenghei",Helvetica,Arial,sans-serif; }
h4 { font-size:16px; font-family:"Hiragino Kaku Gothic Pro","微軟正黑體","Microsoft Jhenghei",Helvetica,Arial,sans-serif; }
h5 { font-family:"Hiragino Kaku Gothic Pro","微軟正黑體","Microsoft Jhenghei",Helvetica,Arial,sans-serif; }
h6 { font-family:"Hiragino Kaku Gothic Pro","微軟正黑體","Microsoft Jhenghei",Helvetica,Arial,sans-serif; }
a:link, a:visited { text-decoration:none; cursor:pointer; }
table,th,td { margin:0; padding:0; border:none; outline:none; border-collapse:collapse; border-spacing:0; }
img, table, iframe { max-width:100%; }
.clear { clear:both; }

/*預覽圖形icon可看..\css\font\demo.html*/
@font-face {
  font-family: 'typicons';
  src: url("../images/font/typicons.eot");
  src: url("../images/font/typicons.eot?#iefix") format('embedded-opentype'),
       url("../images/font/typicons.woff") format('woff'),
       url("../images/font/typicons.ttf") format('truetype'),
       url("../images/font/typicons.svg#typicons") format('svg');
  font-weight: normal;
  font-style: normal;
}

/*文字大中小*/
.font_s { font-size:100%; }
.font_m { font-size:120%; }
.font_l { font-size:150%; }

/*圖片左中右*/
.img_l { float:left; max-width:100%; padding:5px 15px 5px 0; }
.img_r { float:right; max-width:100%; padding:5px 0 5px 15px; }
.img_c { float:none; max-width:100%; padding:5px; display:block; margin:auto; }

/* ======================= 全站通用區塊 ======================= */
/* ----- WRAPPER 全站 ----- */
#wrapper { width:100%; margin:0 auto; }

/* ----- NAV ----- */
#nav_all { width:100%; border-top:solid 1px #f7aa50; border-bottom:solid 1px #ed420c;
background: #f48505;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f48505), to(#f06009));
background: -webkit-linear-gradient(#f48505, #f06009);
background: -moz-linear-gradient(#f48505, #f06009);
background: -ms-linear-gradient(#f48505, #f06009);
background: -o-linear-gradient(#f48505, #f06009);
background: linear-gradient(#f48505, #f06009); }
#nav { width:100%; max-width:1200px; margin:0 auto; padding:6px 0; overflow:auto; }

/*LAN 語系選擇*/
#lan { float:right; }
#lan ul { margin:0 10px; padding:0; overflow:auto; }
#lan ul li { float:left; margin:0 3px; padding:0; list-style:none; }
#lan ul li a { display:block; padding:0 7px; font-size:14px; line-height:26px; text-align:center; color:#FFF;
-webkit-border-radius:13px;
-moz-border-radius:13px;
-ms-border-radius:13px;
-o-border-radius:13px;
border-radius:13px; }
#lan ul li a:hover { background:#f69c52; }
#lan ul li a.cur { background:#FFF; color:#cc3300; }

/*SEARCH*/
#search { float:right; } 
#search .text { border:none; width:190px; height:16px; margin:0; padding:5px; }
#search .btn { border:none; width:30px; height:26px; margin:0 0 0 -3px; padding:0; background:#fabe00 url(../images/icon_search.png) no-repeat center; text-indent:-9999px; }

/* ----- HEADER ----- */
#header { position:relative; width:100%; max-width:1200px; height:100px; margin:0 auto; }

/*LOGO*/
#logo { position:absolute; top:20px; left:0px; }
#logo a { display:block; }
#logo a h1 { margin:0; padding:0; width:130px; height:60px; background:url(../images/logo.png) no-repeat left center; text-indent:-9999px; }

/*MENU_手機板選單*/
#m_top_menu { display:none; }
/*MENU*/
#top_menu { width:100%; padding:32px 0 32px 150px; -webkit-box-sizing:border-box; box-sizing:border-box; }
#top_menu .lan { display:none; }
#top_menu ul { margin:0; padding:0; overflow:auto; }
#top_menu ul li { float:left; margin:0; padding:0; list-style:none; width:11.1111%; }
#top_menu ul li h2 { margin:0; padding:0; font-size:17px; line-height:36px; }
#top_menu ul li a { display:block; text-align:center; color:#000;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px; }
#top_menu ul li a:hover,#top_menu ul li a.cur { color:#FFF;
background: #f48505;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f48505), to(#f06009));
background: -webkit-linear-gradient(#f48505, #f06009);
background: -moz-linear-gradient(#f48505, #f06009);
background: -ms-linear-gradient(#f48505, #f06009);
background: -o-linear-gradient(#f48505, #f06009);
background: linear-gradient(#f48505, #f06009); }
#top_menu ul li ul { display:none; margin:0; padding:0; position:relative; z-index:9999; background:url(../images/bg_y90.png) repeat; }
#top_menu ul li ul li { float:none; margin:0; padding:0; list-style:none; width:100%; border-bottom:solid 1px #f48505; }
#top_menu ul li ul li h2 { font-size:15px; line-height:20px; }
#top_menu ul li ul li a { display:block; padding:8px; color:#FFF;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-ms-border-radius:0px;
-o-border-radius:0px;
border-radius:0px; }
#top_menu ul li ul li a:hover { background:#f48505; }
#top_menu ul li:hover ul { display:block; }
#top_menu .m_open { display:none; }

/* ----- CONTENT ----- */
#content { width:100%; }

/*SUB_MENU 第二層選單*/
#sub_menu { margin:20px 0 0 0; }
#sub_menu ul { margin:0; padding:0; overflow:auto; }
#sub_menu ul li { float:left; margin:2px 2px 0 0; padding:0; list-style:none; }
#sub_menu ul li h2 { margin:0; padding:0; font-size:16px; line-height:25px;
-webkit-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
text-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#sub_menu ul li a { display:block; padding:5px 20px; color:#FFF;
-webkit-border-radius:5px 5px 0 0; 
-moz-border-radius:5px 5px 0 0;
-ms-border-radius:5px 5px 0 0;
-o-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
background: #a2a2a2;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a2a2a2), to(#9a9a9a));
background: -webkit-linear-gradient(#a2a2a2, #9a9a9a);
background: -moz-linear-gradient(#a2a2a2, #9a9a9a);
background: -ms-linear-gradient(#a2a2a2, #9a9a9a);
background: -o-linear-gradient(#a2a2a2, #9a9a9a);
background: linear-gradient(#a2a2a2, #9a9a9a); }
#sub_menu ul li a:hover,#sub_menu ul li a.cur {  color:#FFF;
background: #f48505;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f48505), to(#f06009));
background: -webkit-linear-gradient(#f48505, #f06009);
background: -moz-linear-gradient(#f48505, #f06009);
background: -ms-linear-gradient(#f48505, #f06009);
background: -o-linear-gradient(#f48505, #f06009);
background: linear-gradient(#f48505, #f06009); }

/*THIRD_MENU 第三層選單*/
#third_menu { margin:0 0 15px 0;}
#third_menu ul { margin:0; padding:0; overflow:auto; }
#third_menu ul li { float:left; margin:0 5px 10px 0; padding:0; list-style:none; }
#third_menu ul li h2 { margin:0; padding:0; font-size:16px; line-height:25px;
-webkit-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
text-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#third_menu ul li a { display:block; padding:5px 20px; color:#FFF;
-webkit-border-radius:5px; 
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
background: #a2a2a2;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a2a2a2), to(#9a9a9a));
background: -webkit-linear-gradient(#a2a2a2, #9a9a9a);
background: -moz-linear-gradient(#a2a2a2, #9a9a9a);
background: -ms-linear-gradient(#a2a2a2, #9a9a9a);
background: -o-linear-gradient(#a2a2a2, #9a9a9a);
background: linear-gradient(#a2a2a2, #9a9a9a); }
#third_menu ul li a:hover,#third_menu ul li a.cur {  color:#FFF;
background: #f48505;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f48505), to(#f06009));
background: -webkit-linear-gradient(#f48505, #f06009);
background: -moz-linear-gradient(#f48505, #f06009);
background: -ms-linear-gradient(#f48505, #f06009);
background: -o-linear-gradient(#f48505, #f06009);
background: linear-gradient(#f48505, #f06009); }
#third_menu .tag_area { display:block; padding:5px 20px; color:#FFF;
-webkit-border-radius:5px; 
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
background: #fabe00;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fabe00), to(#f48505));
background: -webkit-linear-gradient(#fabe00, #f48505);
background: -moz-linear-gradient(#fabe00, #f48505);
background: -ms-linear-gradient(#fabe00, #f48505);
background: -o-linear-gradient(#fabe00, #f48505);
background: linear-gradient(#fabe00, #f48505); }
#third_menu .tag_area:hover,#third_menu .tag_area.cur {  color:#FFF;
background: #f48505;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f48505), to(#f06009));
background: -webkit-linear-gradient(#f48505, #f06009);
background: -moz-linear-gradient(#f48505, #f06009);
background: -ms-linear-gradient(#f48505, #f06009);
background: -o-linear-gradient(#f48505, #f06009);
background: linear-gradient(#f48505, #f06009); }

/*MAIN主要區塊*/
#main_block { width:100%; max-width:1200px; margin:0 auto; -webkit-box-sizing:border-box; box-sizing:border-box; }
#main_tit { position:relative; width:100%; max-width:1200px; margin:0 auto; padding:9px; background:#fff; -webkit-box-sizing:border-box; box-sizing:border-box; overflow:auto;
-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-moz-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-ms-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-o-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
box-shadow:rgba(0,0,0,0.4) 0px 0 10px; }
#main_tit b { display:block; width:100%; height:auto; }
#main_tit b img { width:100%; margin:0 0 -4px 0; }
#main_tit h2 { position:absolute; top:50%; right:40px; margin:-15px 0 0 0; padding:0; font-size:36px; font-weight:bold; line-height:30px; color:#e60012;
-webkit-text-shadow:2px 2px 1px #FFFFFF,2px 0px 1px #FFFFFF,0px 2px 1px #FFFFFF,-2px -2px 1px #FFFFFF,-2px 0px 1px #FFFFFF,0px -2px 1px #FFFFFF,4px 4px 5px #000000;
-moz-text-shadow:2px 2px 1px #FFFFFF,2px 0px 1px #FFFFFF,0px 2px 1px #FFFFFF,-2px -2px 1px #FFFFFF,-2px 0px 1px #FFFFFF,0px -2px 1px #FFFFFF,4px 4px 5px #000000;
-ms-text-shadow:2px 2px 1px #FFFFFF,2px 0px 1px #FFFFFF,0px 2px 1px #FFFFFF,-2px -2px 1px #FFFFFF,-2px 0px 1px #FFFFFF,0px -2px 1px #FFFFFF,4px 4px 5px #000000;
-o-text-shadow:2px 2px 1px #FFFFFF,2px 0px 1px #FFFFFF,0px 2px 1px #FFFFFF,-2px -2px 1px #FFFFFF,-2px 0px 1px #FFFFFF,0px -2px 1px #FFFFFF,4px 4px 5px #000000;
text-shadow:2px 2px 1px #FFFFFF,2px 0px 1px #FFFFFF,0px 2px 1px #FFFFFF,-2px -2px 1px #FFFFFF,-2px 0px 1px #FFFFFF,0px -2px 1px #FFFFFF,4px 4px 5px #000000; }
#main_info { position:relative; width:100%; max-width:1200px; margin:0 auto; padding:25px; background:#fff; -webkit-box-sizing:border-box; box-sizing:border-box; overflow:auto;
-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-moz-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-ms-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-o-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
box-shadow:rgba(0,0,0,0.4) 0px 0 10px; }
/*print列印區塊*/
#printcontext {}
/*PATH麵包屑*/
#path { position:absolute; line-height:20px; color:#CCC; padding:15px 5px 0 0; }
#path a { color:#999; }
#path a:hover { color:#FFF; }

/* ----- FOOTER -----*/
#footer_all { width:100%; margin:40px 0 0 0;
background: #3d4345;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3d4345), to(#1c2528));
background: -webkit-linear-gradient(#3d4345, #1c2528);
background: -moz-linear-gradient(#3d4345, #1c2528);
background: -ms-linear-gradient(#3d4345, #1c2528);
background: -o-linear-gradient(#3d4345, #1c2528);
background: linear-gradient(#3d4345, #1c2528); }
#footer { width:1200px; margin:0 auto; overflow:auto; -webkit-box-sizing:border-box; box-sizing:border-box; }

#don_menu { float:left; margin:32px 0 22px 0; }
#don_menu ul { margin:0; padding:0; overflow:auto; }
#don_menu ul li { float:left; margin:0 10px 10px 0; padding:0; list-style:none; }
#don_menu ul li a { display:block; color:#FFF; padding:0 10px; height:36px; font-size:15px; line-height:36px; text-align:center;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px; 
background: #f48505;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f48505), to(#f06009));
background: -webkit-linear-gradient(#f48505, #f06009);
background: -moz-linear-gradient(#f48505, #f06009);
background: -ms-linear-gradient(#f48505, #f06009);
background: -o-linear-gradient(#f48505, #f06009);
background: linear-gradient(#f48505, #f06009); }
#don_menu ul li a:hover {
background: #f06009;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f06009), to(#f48505));
background: -webkit-linear-gradient(#f06009, #f48505);
background: -moz-linear-gradient(#f06009, #f48505);
background: -ms-linear-gradient(#f06009, #f48505);
background: -o-linear-gradient(#f06009, #f48505);
background: linear-gradient(#f06009, #f48505); }
#don_menu .color02 { color:#FFF;
background: #eb2900;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eb2900), to(#de0200));
background: -webkit-linear-gradient(#eb2900, #de0200);
background: -moz-linear-gradient(#eb2900, #de0200);
background: -ms-linear-gradient(#eb2900, #de0200);
background: -o-linear-gradient(#eb2900, #de0200);
background: linear-gradient(#eb2900, #de0200); }
#don_menu .color02:hover { color:#FFF;
background: #de0200;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#de0200), to(#eb2900));
background: -webkit-linear-gradient(#de0200, #eb2900);
background: -moz-linear-gradient(#de0200, #eb2900);
background: -ms-linear-gradient(#de0200, #eb2900);
background: -o-linear-gradient(#de0200, #eb2900);
background: linear-gradient(#de0200, #eb2900); }

#copyright { float:right; margin:26px 0 0 0; font-size:14px; color:#FFF; line-height:24px; }
#copyright span { font-size:16px; line-height:24px; color:#fabe00; }


/* ======================= 主要內容區塊 ======================= */
/* ----- INDEX 首頁 ----- */
#inx_banner_all { width:100%; max-width:1200px; margin:0 auto; padding:9px; background:#fff; -webkit-box-sizing:border-box; box-sizing:border-box; overflow:auto;
-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-moz-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-ms-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-o-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
box-shadow:rgba(0,0,0,0.4) 0px 0 10px; }
#inx_banner { float:left; position:relative; width:892px; height:462px; margin:0 auto; overflow:hidden; }
#inx_banner .banner_arrow_l { display:block; position:absolute; top:50%; left:10px; margin:-22px 0 0 0; background:url(../images/banner_arrow_l.png) no-repeat; width:32px; height:50px; filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.6; z-index:9998; }
#inx_banner .banner_arrow_l:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
#inx_banner .banner_arrow_r { display:block; position:absolute; top:50%;; right:10px; margin:-22px 0 0 0; background:url(../images/banner_arrow_r.png) no-repeat; width:32px; height:50px; filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.6; z-index:9998; }
#inx_banner .banner_arrow_r:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
#inx_banner .pic a { display:block; }
#inx_banner .pic b { display:block; width:100%; height:auto; max-width:1200px; max-height:500px; overflow:hidden; }
#inx_banner .pic b img { width:100%; }
#inx_banner .cycle-pager { text-align:center; width:98%; padding:1%; z-index:500; position:absolute; bottom:0px; overflow:hidden; }
#inx_banner .cycle-pager span { font-family:arial; font-size:40px; width:18px; height:18px; display:inline-block; color:#FFF; cursor:pointer;
-webkit-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
text-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#inx_banner .cycle-pager span.cycle-pager-active { color:#f05f09; }
#inx_banner .cycle-pager > * { cursor:pointer; }
#inx_banner .cycle-slide-active img{
	-moz-transition-duration:15s;
	-moz-transform-origin:1;
	-moz-transform:scale(1.1);
	-webkit-transition-duration:15s;
	-webkit-transform-origin:1;
	-webkit-transform:scale(1.1);
	-o-transition-duration:15s;
	-o-transform-origin:1;
	-o-transform:scale(1.1);
	-ms-transition-duration:15s;
	-ms-transform-origin:1;
	-ms-transform:scale(1.1);
	transition-duration:15s;
	transform-origin:1;
	transform:scale(1.1); }
/*首頁BANNER 右側小圖廣告區塊*/
#inx_ad_box { float:right; }
#inx_ad_box ul { margin:-7px 0 0 0; padding:0; }
#inx_ad_box ul li { margin:7px 0 0 0; padding:0; list-style:none; }
#inx_ad_box ul li b { display:block; width:282px; height:149px; overflow:hidden; }
#inx_ad_box ul li b img { width:100%; }
#inx_ad_box ul li a { display:block; }
/*首頁四大區塊*/
#inx_info_box_all { width:100%; background:#eee6cd; margin:20px 0; padding:20px 0; }
#inx_info_box { width:100%; max-width:1200px; margin:0 auto; -webkit-box-sizing:border-box; box-sizing:border-box; }
#inx_info_box ul { margin:0 0 0 -2%; padding:0; overflow:auto; }
#inx_info_box ul li { float:left; margin:0 0 0 2%; padding:0; list-style:none; width:23%; }
#inx_info_box .box_tit { border-bottom:solid 1px #f05f09; }
#inx_info_box .box_tit h3 { margin:0; padding:0; width:100%; height:35px; font-size:16px; line-height:35px; text-align:center; color:#FFF;
background: #f48505;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f48505), to(#f06009));
background: -webkit-linear-gradient(#f48505, #f06009);
background: -moz-linear-gradient(#f48505, #f06009);
background: -ms-linear-gradient(#f48505, #f06009);
background: -o-linear-gradient(#f48505, #f06009);
background: linear-gradient(#f48505, #f06009);
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
-ms-border-radius:5px 5px 0 0;
-o-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0; }
#inx_info_box .box_info { position:relative; padding:0 0 22px 0; }
#inx_info_box .box_info b { display:block; width:100%; height:auto; position:relative; z-index:999;
-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-box-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-box-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-box-shadow:rgba(0,0,0,0.4) 0px 0 5px;
box-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#inx_info_box .box_info b img { width:100%; margin:0 0 -5px; }
#inx_info_box .box_info a { position:absolute; bottom:0px; right:0px; display:block; width:85px; height:22px; background:#fabe00; font-size:14px; line-height:22px; text-align:center; color:#FFF;
-webkit-border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
-ms-border-radius:0 0 5px 5px;
-o-border-radius:0 0 5px 5px;
border-radius:0 0 5px 5px; }
#inx_info_box .box_info:hover b {
-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-moz-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-ms-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-o-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
box-shadow:rgba(0,0,0,0.4) 0px 0 10px; }
/*首頁友站連結*/
#inx_link_box { width:100%; max-width:1200px; margin:0 auto; -webkit-box-sizing:border-box; box-sizing:border-box; }
#inx_link_box .box_tit {}
#inx_link_box .box_tit h3 { margin:0; padding:0; width:120px; height:35px; font-size:16px; line-height:35px; text-align:center; color:#FFF;
background: #f48505;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f48505), to(#f06009));
background: -webkit-linear-gradient(#f48505, #f06009);
background: -moz-linear-gradient(#f48505, #f06009);
background: -ms-linear-gradient(#f48505, #f06009);
background: -o-linear-gradient(#f48505, #f06009);
background: linear-gradient(#f48505, #f06009);
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
-ms-border-radius:5px 5px 0 0;
-o-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0; }
#inx_link_box .box_info {}
#inx_link_box .box_info ul { margin:0 0 0 -2%; padding:0; }
#inx_link_box .box_info ul li { float:left; margin:0 0 0 2%; padding:0; list-style:none; width:23%; }
#inx_link_box .box_info ul li b { display:block; width:100%; height:auto; overflow:hidden; }
#inx_link_box .box_info ul li b img { width:100%; margin:0 0 -5px; }
#inx_link_box .box_info ul li a { display:block; position:relative; z-index:999;
-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-box-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-box-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-box-shadow:rgba(0,0,0,0.4) 0px 0 5px;
box-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#inx_link_box .box_info ul li a:hover {
-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-moz-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-ms-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-o-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
box-shadow:rgba(0,0,0,0.4) 0px 0 10px; }

/*次單元標題..*/
#about_box .box_tit,
#news_box .box_tit,
#course_box .box_tit,
#prize_box .box_tit,
#project_box .box_tit,
#building_box .box_tit,
#video_box .box_tit,
#jobhr_box .box_tit,
#infolist_box .box_tit,
#responsibility_box .box_tit,
#directors_box .box_tit,
#download_box .box_tit,
#file_box .box_tit,
#contact_box .box_tit,
#sitemap_box .box_tit { position:relative; }

#about_box .box_tit h3,
#news_box .box_tit h3,
#course_box .box_tit h3,
#prize_box .box_tit h3,
#project_box .box_tit h3,
#building_box .box_tit h3,
#video_box .box_tit h3,
#jobhr_box .box_tit h3,
#infolist_box .box_tit h3,
#responsibility_box .box_tit h3,
#directors_box .box_tit h3,
#download_box .box_tit h3,
#file_box .box_tit h3,
#contact_box .box_tit h3,
#sitemap_box .box_tit h3 { margin:10px 0; padding:0; font-size:26px; font-weight:bold; line-height:30px; color:#f06009; }

#about_box .box_tit select,
#news_box .box_tit select,
#course_box .box_tit select,
#prize_box .box_tit select,
#project_box .box_tit select,
#building_box .box_tit select,
#video_box .box_tit select,
#jobhr_box .box_tit select,
#infolist_box .box_tit select,
#responsibility_box .box_tit select,
#directors_box .box_tit select,
#download_box .box_tit select,
#file_box .box_tit select,
#contact_box .box_tit select,
#sitemap_box .box_tit select { position:absolute; top:0px; right:10px; border:solid 1px #ddd; padding:3px 20px 3px 8px; font-size:14px; line-height:20px; background:#FFF url(../images/selectarrow.png) no-repeat right center; }

/*ABOUT 工信簡介(內文型態範本)*/
#about_box {}

#about_box .box_info b,
#news_box .box_info b,
#project_box .box_info b,
#building_box .box_info b,
#jobhr_box .box_info b,
#infolist_box .box_info b,
#responsibility_box .box_info b,
#directors_box .box_info b,
#download_box .box_info b,
#file_box .box_info b,
#contact_box .box_info b,
#sitemap_box .box_info b { display:block; }

#about_box .box_info h4,
#news_box .box_info h4,
#project_box .box_info h4,
#building_box .box_info h4,
#jobhr_box .box_info h4,
#infolist_box .box_info h4,
#responsibility_box .box_info h4,
#directors_box .box_info h4,
#download_box .box_info h4,
#file_box .box_info h4,
#contact_box .box_info h4,
#sitemap_box .box_info h4 { font-size:18px; line-height:30px; color:#f48505; margin:20px 0; }

#about_box .box_info p,
#news_box .box_info p,
#project_box .box_info p,
#building_box .box_info p,
#jobhr_box .box_info p,
#infolist_box .box_info p,
#responsibility_box .box_info p,
#directors_box .box_info p,
#download_box .box_info p,
#file_box .box_info p,
#contact_box .box_info p,
#sitemap_box .box_info p { font-size:15px; line-height:30px; color:#444; text-align:justify; }

/*NEWS 最新消息列表*/
#news_box {}
#news_box .box_list { margin:20px 0 0 0; }
#news_box .box_list ul { margin:0; padding:0; }
#news_box .box_list ul li { position:relative; z-index:9996; margin:0; padding:0; list-style:none; background:#FFF; overflow:hidden; }
#news_box .box_list ul li b { position:relative; float:left; display:block; margin:0 15px 0 0; width:260px; height:180px; overflow:hidden; }
#news_box .box_list ul li b img { width:100%; background:#FFF; }
#news_box .box_list ul li h3 { margin:0; padding:13px 0; font-size:24px; line-height:28px; }
#news_box .box_list ul li span { display:block; padding:0 0 10px 0; font-size:14px; line-height:20px; color:#f06009; font-family:Georgia, Constantia, "Lucida Bright", "DejaVu Serif", serif; }
#news_box .box_list ul li p { margin:0; padding:0; font-size:14px; line-height:24px; color:#7b7b7b; max-height:72px; overflow:hidden; }
#news_box .box_list ul li a { display:block; overflow:auto; color:#333; padding:10px; border-top:solid 1px #FFF; border-left:solid 1px #FFF; border-right:solid 1px #FFF; border-bottom:solid 1px #eaeaea;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#news_box .box_list ul li a:hover { position:relative; z-index:9997; background:#fffaf5; color:#000; border:solid 1px #f06009; }
#news_box .box_list ul li a:after { clear: both; }
#news_box .newsday { font-size:14px; line-height:20px; color:#999; }

/*COURSE 發展歷程(QA展開)*/
#course_box {}
#course_box .box_info { margin:30px 0 10px 0;}
#course_box .op_all { margin:0 0 10px 0; background:#f5f5f5; }
#course_box .op_top { position:relative; }
#course_box .op_top span { position:absolute; top:10px; right:15px; font-size:20px; line-height:20px; color:#FFF;
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);
transform:rotate(90deg); }
#course_box .op_top a { display:block; padding:10px 45px 10px 15px; background:#ddd; font-size:16px; line-height:20px; color:#121212;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px; }
#course_box .op_top a:hover { background:#f48505; color:#fff; }
#course_box .op_top.cur a { background:#f06009; color:#fff; }
#course_box .op_don { padding:10px 20px; font-size:14px; color:#333; }

/*PRIZE 得獎紀錄(相簿燈箱)*/
#prize_box {}
#prize_box .box_list { margin:30px 0 0 0; }
#prize_box .box_list ul { margin:0 -1% 0 0; padding:0; overflow:auto; }
#prize_box .box_list ul li { float:left; margin:0 1% 15px 0; padding:0; list-style:none; width:24%; -webkit-box-sizing:border-box; box-sizing:border-box; }
#prize_box .box_list ul li b { display:block; margin:0; padding:0; width:100%; height:256px; background:#eaeaea; overflow:hidden; }
#prize_box .box_list ul li b img { position:relative; top:50%; transform:translateY(-50%); width:100%; }
#prize_box .box_list ul li h3 { margin:10px 5px 0px 5px; padding:0; font-size:18px; line-height:30px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
#prize_box .box_list ul li p { margin:0 5px 10px 5px; padding:0; font-size:14px; line-height:20px; color:#888; height:40px; overflow:hidden; text-overflow:ellipsis; }
#prize_box .box_list ul li a { display:block; padding:10px; background:#FFF; border:solid 1px #ddd; color:#333;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#prize_box .box_list ul li a:hover { background:#fffaf5; border:solid 1px #f06009; color:#000; }
.mfp-figure small { display:none !important; }

/*PROJECT 工信服務-輝煌實績(分類頁面+相簿內文)*/
#project_box {}
#project_box .box_list_all { margin:30px 0 0 0; }
#project_box .box_list_all ul { margin:0 -1% 0 0; padding:0; overflow:auto; }
#project_box .box_list_all ul li { float:left; margin:0 1% 15px 0; padding:0; list-style:none; width:32.3333%; }
#project_box .box_list_all ul li b { position:relative; display:block; margin:0; padding:0; width:100%; height:256px; background:#eaeaea; overflow:hidden; }
#project_box .box_list_all ul li b img { position:relative; top:50%; transform:translateY(-50%); width:100%; }
#project_box .box_list_all ul li h3 { margin:10px 15px; padding:0; font-size:18px; line-height:30px;
-webkit-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
text-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#project_box .box_list_all ul li p { margin:0 15px 10px 15px; padding:0; font-size:14px; line-height:20px; color:#888; }
#project_box .box_list_all ul li a { display:block; background:#f48505; border:solid 1px #f48505; color:#FFF;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#project_box .box_list_all ul li a:hover { background:#e60012; border:solid 1px #e60012; }

#project_box .box_list { margin:30px 0 0 0; }
#project_box .box_list ul { margin:0 -1% 0 0; padding:0; overflow:auto; }
#project_box .box_list ul li { float:left; margin:0 1% 15px 0; padding:0; list-style:none; width:24%; -webkit-box-sizing:border-box; box-sizing:border-box; }
#project_box .box_list ul li b { position:relative; display:block; margin:0; padding:0; width:100%; height:256px; background:#eaeaea; overflow:hidden; }
#project_box .box_list ul li b img { position:relative; top:50%; transform:translateY(-50%); width:100%; }
#project_box .box_list ul li i { position:absolute; bottom:0px; left:0px; z-index:998; display:block; width:60px; background:url(../images/bg_o70.png) repeat; font-size:12px; line-height:25px; color:#FFF; text-align:center; font-style:normal; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
-webkit-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
text-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#project_box .box_list ul li span { position:absolute; bottom:0px; left:60px; z-index:998; display:block; width:100%; padding:0 10px; background:url(../images/bg_y90.png) repeat; font-size:12px; line-height:25px; color:#FFF; -webkit-box-sizing:border-box; box-sizing:border-box; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
-webkit-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
text-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#project_box .box_list ul li h3 { margin:10px 5px 0 5px; padding:0; font-size:16px; line-height:24px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
#project_box .box_list ul li p { margin:0 15px 10px 15px; padding:0; font-size:14px; line-height:20px; color:#888; height:40px; overflow:hidden; text-overflow:ellipsis; }
#project_box .box_list ul li a { display:block; padding:10px; background:#FFF; border:solid 1px #ddd; color:#333;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#project_box .box_list ul li a:hover { background:#fffaf5; border:solid 1px #f48505; }

/*PROJECT 工信服務-在建經典(相簿內文)*/
#building_box .box_list { margin:30px 0 0 0; }
#building_box .box_list ul { margin:0 -1% 0 0; padding:0; overflow:auto; }
#building_box .box_list ul li { float:left; margin:0 1% 15px 0; padding:0; list-style:none; width:24%; -webkit-box-sizing:border-box; box-sizing:border-box; }
#building_box .box_list ul li b { position:relative; display:block; margin:0; padding:0; width:100%; height:256px; background:#eaeaea; overflow:hidden; }
#building_box .box_list ul li b img { position:relative; top:50%; transform:translateY(-50%); width:100%; }
#building_box .box_list ul li span { position:absolute; bottom:0px; left:0px; z-index:998; display:block; width:100%; padding:0 10px; background:url(../images/bg_y90.png) repeat; font-size:12px; line-height:25px; color:#FFF; -webkit-box-sizing:border-box; box-sizing:border-box;
-webkit-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
text-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#building_box .box_list ul li h3 { margin:10px 5px 0 5px; padding:0; font-size:16px; line-height:24px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
#building_box .box_list ul li p { margin:0 15px 10px 15px; padding:0; font-size:14px; line-height:20px; color:#888; height:40px;  overflow:hidden; text-overflow:ellipsis; }
#building_box .box_list ul li a { display:block; padding:10px; background:#FFF; border:solid 1px #ddd; color:#333;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#building_box .box_list ul li a:hover { background:#fffaf5; border:solid 1px #f48505; }

#building_box .box_fix { margin:20px 0; }
#building_box .box_fix h4 { display:inline-block; margin:0; padding:0; font-size:18px; line-height:30px; color:#f48505; }
#building_box .box_fix p { display:inline-block; margin:0; padding:0; font-size:16px; line-height:30px; color:#444; }
#building_box .form_l { position:relative; float:left; width:48%; padding:10px 2% 10px 0; }
#building_box .form_c { position:relative; clear:both; width:98%; padding:0 2% 0 0; }

/*VIDEO 影音專區(分類頁面+相簿燈箱)*/
#video_box .box_list_all { margin:30px 0 0 0; }
#video_box .box_list_all ul { margin:0 -1% 0 0; padding:0; overflow:auto; }
#video_box .box_list_all ul li { float:left; margin:0 1% 15px 0; padding:0; list-style:none; width:32.3333%; }
#video_box .box_list_all ul li b { position:relative; display:block; margin:0; padding:0; width:100%; height:256px; background:#eaeaea; overflow:hidden; }
#video_box .box_list_all ul li b img { position:relative; top:50%; transform:translateY(-50%); width:100%; }
#video_box .box_list_all ul li span { display:block; position:absolute; top:50%; left:50%; z-index:998; margin:-40px 0 0 -40px; width:80px; height:80px; background:url(../images/bg_k50.png) repeat; border:solid 2px #FFF; font-size:60px; line-height:67px; text-align:center; color:#FFF;
-webkit-border-radius:40px;
-moz-border-radius:40px;
-ms-border-radius:40px;
-o-border-radius:40px;
border-radius:40px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#video_box .box_list_all ul li h3 { margin:10px 15px; padding:0; font-size:18px; line-height:30px;
-webkit-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
text-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#video_box .box_list_all ul li p { margin:0 15px 10px 15px; padding:0; font-size:14px; line-height:20px; color:#888; }
#video_box .box_list_all ul li a { display:block; background:#f48505; border:solid 1px #f48505; color:#FFF;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#video_box .box_list_all ul li a:hover { background:#e60012; border:solid 1px #e60012; }

#video_box .box_list { margin:30px 0 0 0; }
#video_box .box_list ul { margin:0 -1% 0 0; padding:0; overflow:auto; }
#video_box .box_list ul li { float:left; margin:0 1% 15px 0; padding:0; list-style:none; width:24%; -webkit-box-sizing:border-box; box-sizing:border-box; }
#video_box .box_list ul li b { position:relative; display:block; margin:0; padding:0; width:100%; height:256px; background:#eaeaea; overflow:hidden; }
#video_box .box_list ul li b img { position:relative; top:50%; transform:translateY(-50%); width:100%; }
#video_box .box_list ul li span { display:block; position:absolute; top:50%; left:50%; z-index:998; margin:-40px 0 0 -40px; width:80px; height:80px; background:url(../images/bg_k50.png) repeat; border:solid 2px #FFF; font-size:60px; line-height:67px; text-align:center; color:#FFF;
-webkit-border-radius:40px;
-moz-border-radius:40px;
-ms-border-radius:40px;
-o-border-radius:40px;
border-radius:40px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#video_box .box_list ul li h3 { margin:10px 5px 0 5px; padding:0; font-size:16px; line-height:24px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
#video_box .box_list ul li p { margin:0 15px 10px 15px; padding:0; font-size:14px; line-height:20px; color:#888; height:40px; overflow:hidden; text-overflow:ellipsis; }
#video_box .box_list ul li a { display:block; padding:10px; background:#FFF; border:solid 1px #ddd; color:#333;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#video_box .box_list ul li a:hover { background:#fffaf5; border:solid 1px #f48505; }

#jobhr_box {}
#jobhr_box .box_list { margin:30px 0 10px 0;}
#jobhr_box .box_list ul { margin:0; padding:0; overflow:auto; }
#jobhr_box .box_list ul li { float:left; margin:0 2%; padding:0; list-style:none; width:29.3333%; }
#jobhr_box .box_list ul li b { display:block; width:100%; height:auto; overflow:hidden; border:solid 2px #FFF; background:#eaeaea; -webkit-box-sizing:border-box; box-sizing:border-box;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-ms-border-radius:50%;
-o-border-radius:50%;
border-radius:50%;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#jobhr_box .box_list ul li b img { width:100%; margin:0 0 -5px 0; }
#jobhr_box .box_list ul li h3 { margin:15px 0 10px 0; padding:0; font-size:24px; line-height:30px; font-weight:bold; color:#f48505; text-align:center;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#jobhr_box .box_list ul li p { margin:0; padding:0 10px; font-size:15px; line-height:24px; text-align:justify; }
#jobhr_box .box_list ul li a { display:block; color:#555; }
#jobhr_box .box_list ul li a:hover { color:#000; }
#jobhr_box .box_list ul li a:hover h3 { color:#f06009; }
#jobhr_box .box_list ul li a:hover b { border:solid 2px #f48505;
-webkit-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-moz-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-ms-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
-o-box-shadow:rgba(0,0,0,0.4) 0px 0 10px;
box-shadow:rgba(0,0,0,0.4) 0px 0 10px; }

/*企業社會責任_首頁(圖文區塊+BANNER)*/
#responsibility_box {}


/*關係企業_首頁(圖文區塊+列表(同"在建經典"樣式))*/
#infolist_box {}
#infolist_box .box_banner { position:relative; width:100%; max-width:1150px; height:auto; }
#infolist_box .banner_arrow_l { display:block; position:absolute; top:50%; left:10px; margin:-22px 0 0 0; background:url(../images/banner_arrow_l.png) no-repeat; width:32px; height:50px; filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.6; z-index:9998; }
#infolist_box .banner_arrow_l:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
#infolist_box .banner_arrow_r { display:block; position:absolute; top:50%;; right:10px; margin:-22px 0 0 0; background:url(../images/banner_arrow_r.png) no-repeat; width:32px; height:50px; filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.6; z-index:9998; }
#infolist_box .banner_arrow_r:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
#infolist_box .pic a { display:block; }
#infolist_box .pic b { display:block; width:100%; height:auto; max-width:1150px; max-height:333px; overflow:hidden; }
#infolist_box .pic b img { width:100%; margin:0 0 -4px 0; }
#infolist_box .cycle-pager { text-align:center; width:98%; padding:1%; z-index:500; position:absolute; bottom:0px; overflow:hidden; }
#infolist_box .cycle-pager span { font-family:arial; font-size:40px; width:18px; height:18px; display:inline-block; color:#FFF; cursor:pointer;
-webkit-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
text-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#infolist_box .cycle-pager span.cycle-pager-active { color:#f05f09; }
#infolist_box .cycle-pager > * { cursor:pointer; }

#infolist_box .box_info { margin:0 0 30px 0; padding:0 0 20px 0; border-bottom:solid 1px #ddd; }
#infolist_box .box_list { margin:30px 0 0 0; }
#infolist_box .box_list ul { margin:0 -1% 0 0; padding:0; overflow:auto; }
#infolist_box .box_list ul li { float:left; margin:0 1% 15px 0; padding:0; list-style:none; width:24%; -webkit-box-sizing:border-box; box-sizing:border-box; }
#infolist_box .box_list ul li b { position:relative; display:block; margin:0; padding:0; width:100%; height:256px; background:#eaeaea; overflow:hidden; }
#infolist_box .box_list ul li b img { position:relative; top:50%; transform:translateY(-50%); width:100%; }
#infolist_box .box_list ul li span { position:absolute; bottom:0px; left:0px; z-index:998; display:block; width:100%; padding:0 10px; background:url(../images/bg_y90.png) repeat; font-size:12px; line-height:25px; color:#FFF; -webkit-box-sizing:border-box; box-sizing:border-box;
-webkit-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
text-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#infolist_box .box_list ul li h3 { margin:10px 5px 0 5px; padding:0; font-size:16px; line-height:24px; }
#infolist_box .box_list ul li p { margin:0 15px 10px 15px; padding:0; font-size:14px; line-height:20px; color:#888; }
#infolist_box .box_list ul li a { display:block; padding:10px; background:#FFF; border:solid 1px #ddd; color:#333;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#infolist_box .box_list ul li a:hover { background:#fffaf5; border:solid 1px #f48505; }

/*企業社會責任_首頁 (圖文區塊+BANNER)*/
#responsibility_box {}
#responsibility_box .box_banner { position:relative; width:100%; max-width:1150px; height:auto; }
#responsibility_box .banner_arrow_l { display:block; position:absolute; top:50%; left:10px; margin:-22px 0 0 0; background:url(../images/banner_arrow_l.png) no-repeat; width:32px; height:50px; filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.6; z-index:9998; }
#responsibility_box .banner_arrow_l:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
#responsibility_box .banner_arrow_r { display:block; position:absolute; top:50%;; right:10px; margin:-22px 0 0 0; background:url(../images/banner_arrow_r.png) no-repeat; width:32px; height:50px; filter:alpha(opacity=30); -moz-opacity:0.3; opacity:0.6; z-index:9998; }
#responsibility_box .banner_arrow_r:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
#responsibility_box .pic a { display:block; }
#responsibility_box .pic b { display:block; width:100%; height:auto; max-width:1150px; max-height:333px; overflow:hidden; }
#responsibility_box .pic b img { width:100%; margin:0 0 -4px 0; }
#responsibility_box .cycle-pager { text-align:center; width:98%; padding:1%; z-index:500; position:absolute; bottom:0px; overflow:hidden; }
#responsibility_box .cycle-pager span { font-family:arial; font-size:40px; width:18px; height:18px; display:inline-block; color:#FFF; cursor:pointer;
-webkit-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-moz-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-ms-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
-o-text-shadow:rgba(0,0,0,0.4) 0px 0 5px;
text-shadow:rgba(0,0,0,0.4) 0px 0 5px; }
#responsibility_box .cycle-pager span.cycle-pager-active { color:#f05f09; }
#responsibility_box .cycle-pager > * { cursor:pointer; }

/*投資人專區_公司治理_董事介紹*/
#directors_box {}

/*投資人專區_財務資訊_營運月報(檔案下載)*/
#download_box {}
#download_box .box_list {}
#download_box .box_list ul { margin:0; padding:0; }
#download_box .box_list ul li { margin:0; padding:10px; list-style:none; overflow:auto; background:#FFF; border-top:solid 1px #FFF; border-left:solid 1px #FFF; border-right:solid 1px #FFF; border-bottom:solid 1px #eaeaea;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#download_box .box_list ul li span { float:left; margin:0; padding:0; font-size:14px; line-height:30px; color:#f06009; font-family:Georgia,"微軟正黑體"; }
#download_box .box_list ul li h3 { float:left; margin:0 10px; padding:0; font-size:15px; line-height:30px; }
#download_box .box_list ul li a { float:right; display:inline-block; margin:0 0 0 5px; padding:0 20px; background:#eb2900; font-size:14px; line-height:30px; color:#FFF;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#download_box .box_list ul li a:hover { background:#de0200; }
#download_box .box_list ul li:hover { background:#fffaf5; border:solid 1px #f06009; }

/*投資人專區_新聞與活動_法說會專區*/
#file_box {}
#file_box .box_list {}
#file_box .box_list ul { margin:0; padding:0; }
#file_box .box_list ul li { margin:0; padding:10px 10px 5px 10px; list-style:none; overflow:auto; background:#FFF; border-top:solid 1px #FFF; border-left:solid 1px #FFF; border-right:solid 1px #FFF; border-bottom:solid 1px #eaeaea;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#file_box .box_list ul li span { float:left; margin:0; padding:0; font-size:14px; line-height:30px; color:#f06009; font-family:Georgia,"微軟正黑體"; }
#file_box .box_list ul li h3 { float:left; margin:0 10px; padding:0; font-size:15px; line-height:30px; }
#file_box .box_list ul li p { margin:0; padding:0; font-size:14px; line-height:30px; color:#666; }
#file_box .box_list ul li a { float:right; display:inline-block; margin:0 0 5px 5px; padding:0 20px; background:#eb2900; font-size:14px; line-height:30px; color:#FFF;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#file_box .box_list ul li a:hover { background:#de0200; }
#file_box .box_list ul li:hover { background:#fffaf5; border:solid 1px #f06009; }

/*聯絡窗口*/
#contact_box { overflow:auto; }
#contact_box .box_form { float:left; width:55%; }
#contact_box .box_map { float:right; width:43%; margin:0 0 0 2%; }
#contact_box .box_map p { margin:0 0 15px 0; padding:15px 0; font-size:16px; line-height:25px; border-top:solid 1px #ddd; border-bottom:solid 1px #ddd; }
#contact_box .box_map b { margin:0; padding:0 3px 0 0; font-size:15px; font-weight:normal; color:#F00; }

/*網站地圖*/
#sitemap_box {}
#sitemap_box .box_info {}
#sitemap_box .box_info ul { margin:0 -1%; padding:0; overflow:auto; }
#sitemap_box .box_info ul li { float:left; margin:0 1% 15px 1%; padding:0; list-style:none; width:31.3333%; }
#sitemap_box .box_info ul li a { display:block; padding:5px; font-size:16px; line-height:25px; color:#FFF; text-align:center;
background: #f48505;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f48505), to(#f06009));
background: -webkit-linear-gradient(#f48505, #f06009);
background: -moz-linear-gradient(#f48505, #f06009);
background: -ms-linear-gradient(#f48505, #f06009);
background: -o-linear-gradient(#f48505, #f06009);
background: linear-gradient(#f48505, #f06009);
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
#sitemap_box .box_info ul li a:hover {
background: #f06009;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f06009), to(#f48505));
background: -webkit-linear-gradient(#f06009, #f48505);
background: -moz-linear-gradient(#f06009, #f48505);
background: -ms-linear-gradient(#f06009, #f48505);
background: -o-linear-gradient(#f06009, #f48505);
background: linear-gradient(#f06009, #f48505); }

#sitemap_box .box_info ul li ul { margin:0 0 0 20px; }
#sitemap_box .box_info ul li ul li { float:none; margin:5px 0; width:100%; }
#sitemap_box .box_info ul li ul li a { padding:5px 10px 5px 35px; text-align:left; background:#eee url(../images/bg_o70.png) no-repeat 12px 12px; color:#333; }
#sitemap_box .box_info ul li ul li a:hover { background:#999 url(../images/bg_o70.png) no-repeat 12px 12px; color:#FFF; }

#sitemap_box .box_info ul li ul li ul { margin:0 0 0 20px; }
#sitemap_box .box_info ul li ul li ul li { margin:5px 0; width:100%; }
#sitemap_box .box_info ul li ul li ul li a { padding:5px 10px 5px 35px; text-align:left; background:#f5f5f5 url(../images/404_03.png) no-repeat 12px 12px; color:#333; }
#sitemap_box .box_info ul li ul li ul li a:hover { background:#e5e5e5 url(../images/404_03.png) no-repeat 12px 12px; color:#333; }

/*404 找不到該網頁*/
#error404 { margin:30px auto 50px auto; }
#error404 .tit { font-size:180%; line-height:30px; font-weight:normal; text-align:left; }
#error404 table { margin:0 auto; max-width:400px; }
#error404 th { padding:5px; font-size:125%; line-height:20px; font-weight:normal; text-align:left; }
#error404 td { padding:5px; font-size:100%; line-height:20px; }
#error404 a { display:inline-block; color:#913897; }
#error404 a:hover { color:#aa7915; }


/* ======================= 內頁 ======================= */
/*動態BAR*/
.bar_list { margin:30px 0 0 0; }
.bar_list ul { margin:0; padding:0; overflow:auto; }
.bar_list ul li { margin:0 0 15px 0; padding:0 7px 0 0; list-style:none; width:100%; -webkit-box-sizing:border-box; box-sizing:border-box; }
.bar_list ul li h4 { margin:0; padding:0; font-size:18px; line-height:30px; color:#f48505; }
.bar_list .myProgress { width:100%; background: #ddd; margin-bottom:20px; }
.bar_list .myBar { position:relative; width:1%; height:20px; padding:0 3px; font-family:Arial; font-weight:bold; font-size:12px; line-height:20px; color:#FFF; box-sizing:border-box; -webkit-box-sizing:border-box; 
background: #fab900;
background: -moz-linear-gradient(left, #fab900 0%, #e71a29 100%);
background: -webkit-linear-gradient(left, #fab900 0%,#e71a29 100%);
background: linear-gradient(to right, #fab900 0%,#e71a29 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab900', endColorstr='#e71a29',GradientType=1 ); }
.bar_list .myBar:before { position:absolute; top:-12px; right:-7px; content:""; width:14px; height:10px; background:url(../images/bar_arrow.png) no-repeat 100% 0; }

/*多圖片區塊*/
.pic_list { margin:30px 0 0 0; }
.pic_list ul { margin:0 -1% 0 0; padding:0; overflow:auto; }
.pic_list ul li { float:left; margin:0 1% 15px 0; padding:0; list-style:none; width:24%; }
.pic_list ul li b { display:block; margin:0; padding:0; width:256px; height:256px; background:#eaeaea; overflow:hidden; }
.pic_list ul li b img { position:relative; top:50%; transform:translateY(-50%); width:100%; }
.pic_list ul li p { margin:10px 0 0 0; padding:0; font-size:14px; line-height:20px; text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.pic_list ul li a { display:block; padding:10px; background:#FFF; border:solid 1px #ddd; color:#555;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
.pic_list ul li a:hover { background:#fffaf5; border:solid 1px #f48505; color:#333; }
.mfp-figure small { display:none !important; }
/*多圖片區塊 - 輪播*/
.pic_list_slider { margin:30px 0 0 0; }
.pic_list_slider ul { margin:0; padding:0; overflow:auto; }
.pic_list_slider ul li { margin:0; padding:0; list-style:none; }
.pic_list_slider ul li b { display:block; margin:0; padding:0; width:100%; height:256px; background:#eaeaea; overflow:hidden; }
.pic_list_slider ul li b img { position:relative; top:50%; transform:translateY(-50%); width:100%; }
.pic_list_slider ul li p { margin:10px 0 0 0; padding:0; font-size:14px; line-height:20px; text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.pic_list_slider ul li a { display:block; padding:10px; background:#FFF; border:solid 1px #ddd; color:#555;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
.pic_list_slider ul li a:hover { background:#fffaf5; border:solid 1px #f48505; color:#333; }

/*多影片區塊*/
.video_list { margin:15px 0 0 0; }
.video_list ul { margin:0 -1.5% 0 0; padding:0; overflow:auto; }
.video_list ul li { position:relative; float:left; margin:0 1.5% 20px 0; padding:0; list-style:none; width:23.5%; }
.video_list ul li b { position:relative; display:block; margin:0; padding:0; width:256px; height:256px; background:#eaeaea; overflow:hidden; }
.video_list ul li b img { position:relative; top:50%; transform:translateY(-50%); width:100%; }
.video_list ul li span { display:block; position:absolute; top:50%; left:50%; z-index:998; margin:-40px 0 0 -40px; width:80px; height:80px; height:80px; background:url(../images/bg_k50.png) repeat; border:solid 2px #FFF; text-indent:-9999px;
-webkit-border-radius:40px;
-moz-border-radius:40px;
-ms-border-radius:40px;
-o-border-radius:40px;
border-radius:40px; }
.video_list ul li span:before { position:absolute; top:50%; left:50%; z-index:998; height:0px; width:0px; margin:-16px 0 0 -10px;
border-color:transparent transparent transparent #FFF;
border-style:solid solid solid solid;
border-width:16px 22px; }
.video_list ul li p { margin:10px 0 0 0; padding:0; font-size:14px; line-height:20px; text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.video_list ul li a { display:block; padding:10px; background:#FFF; border:solid 1px #ddd; color:#555;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
.video_list ul li a:hover { background:#fffaf5; border:solid 1px #f48505; color:#333; }
/*多影片區塊 - 輪播*/
.video_list_slider { margin:20px 0 15px 0; }
.video_list_slider ul { margin:0; padding:0; overflow:auto; }
.video_list_slider ul li { position:relative; margin:0; padding:0; list-style:none; }
.video_list_slider ul li b { position:relative; display:block; margin:0; padding:0; width:100%; height:256px; background:#eaeaea; overflow:hidden; }
.video_list_slider ul li b img { position:relative; top:50%; transform:translateY(-50%); width:100%; }
.video_list_slider ul li span { display:block; position:absolute; top:50%; left:50%; z-index:998; margin:-40px 0 0 -40px; width:80px; height:80px; height:80px; background:url(../images/bg_k50.png) repeat; border:solid 2px #FFF; text-indent:-9999px;
-webkit-border-radius:40px;
-moz-border-radius:40px;
-ms-border-radius:40px;
-o-border-radius:40px;
border-radius:40px; }
.video_list_slider ul li span:before { position:absolute; top:50%; left:50%; z-index:998; height:0px; width:0px; margin:-16px 0 0 -10px;
border-color:transparent transparent transparent #FFF;
border-style:solid solid solid solid;
border-width:16px 22px; }
.video_list_slider ul li p { margin:10px 0 0 0; padding:0; font-size:14px; line-height:20px; text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.video_list_slider ul li a { display:block; padding:10px; background:#FFF; border:solid 1px #ddd; color:#555;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
     -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out; }
.video_list_slider ul li a:hover { background:#fffaf5; border:solid 1px #f48505; color:#333; }

/*下載列表(文章內)*/
.download_list { padding:10px 0; }
.download_list ul { margin:0; padding:0; }
.download_list ul li { margin:0; padding:0; list-style:none; }
.download_list ul li span { margin:0; padding:0; font-size:14px; color:#333; }
.download_list ul li a { display:block; padding:8px 10px 8px 40px; font-size:14px; line-height:20px; border-bottom:dashed 1px #eaeaea; background:url(../images/icon_newsdownload.png) no-repeat 12px 8px; color:#757575; }
.download_list ul li a:hover { background:#fefefe url(../images/icon_newsdownload_.png) no-repeat 12px 8px; color:#03a5b0; }

/*連結列表(文章內)*/
.link_list { padding:10px 0; }
.link_list ul { margin:0; padding:0; }
.link_list ul li { margin:0; padding:0; list-style:none;  }
.link_list ul li span { margin:0; padding:0; font-size:14px; color:#333; }
.link_list ul li a { display:block; padding:8px 10px 8px 40px;font-size:14px; line-height:20px; border-bottom:dashed 1px #eaeaea; background:url(../images/icon_newslink.png) no-repeat 12px 8px; color:#757575; }
.link_list ul li a:hover { background:#fefefe url(../images/icon_newslink_.png) no-repeat 12px 8px; color:#03a5b0; }

/* ======================= FORM 表單專用 ======================= */
.box_form {}
.box_form h4 { margin:0 10px 0 0; padding:0; font-size:16px; font-weight:normal; line-height:30px; text-align:left; color:#333; height:30px; }
.box_form b { margin:0; padding:0 3px 0 0; font-size:15px; font-weight:normal; color:#F00; }
.box_form span { margin:0; padding:0 5px; font-size:13px; font-weight:normal; color:#F00; }
.box_form p { margin:0; padding:0; font-size:14px; line-height:30px; color:#555; }

.box_form .form_l { position:relative; float:left; width:48%; height:60px; padding:7px 1%; }
.box_form .form_c { position:relative; clear:both; width:98%; padding:7px 1%; }
.box_form .form_btn { clear:both; width:98%; margin:10px 1%; text-align:center; }

.box_form .wall { width:100%; height:30px; line-height:30px; margin:0; }
.box_form .wall2 { width:100%; height:150px; line-height:25px; margin:0 0 -10px 0; }
.box_form .wall3 { float:left; width:9%; height:30px; line-height:25px; margin:0 1% 5px 0; } /*郵遞區號*/
.box_form .wall4 { float:left; width:70%; height:30px; line-height:25px; margin:0 0 5px 0; } /*地址*/
.box_form .text { padding:2px 8px; background:#fff; border:solid 1px #d5d5d5; font-size:14px; line-height:20px; color:#333;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px; }
.box_form .select01 { float:left; width:9%; margin:0 1% 5px 0; padding:2px 20px 2px 5px; background:#FFF url(../images/selectarrow.png) no-repeat center right; border:solid 1px #d5d5d5; font-size:14px; line-height:20px; color:#333;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px; } /*地址下拉*/

/*驗證碼*/
.box_form .code_pic { position:relative; margin:0 0 10px 0; padding:0 235px 0 0; text-align:left; }
.box_form .code_pic img { position:absolute; top:0px; right:130px; width:95px; height:30px; overflow:hidden; }
.box_form .code_btn { position:absolute; top:0px; right:0px; margin:0; padding:5px 0; width:120px; background:#f48505; border:none; font-size:14px; line-height:20px; text-align:center; color:#FFF;
-webkit-box-sizing:border-box; box-sizing:border-box;
-webkit-appearance:none; /*去除系统默认的样式*/ 
-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;  }
.box_form .code_btn:hover { background:#f06009; }

/*一般按鈕*/
.box_form .btn { display:inline-block; margin:5px; min-width:100px; padding:6px 8px; border:none; font-size:14px; line-height:20px; text-align:center;
-webkit-box-sizing:border-box; box-sizing:border-box;
-webkit-appearance:none; /*去除系统默认的样式*/ 
-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;  }
.box_form .btn01 { background:#f48505; color:#FFF; }
.box_form .btn01:hover { background:#f06009; }
.box_form .btn02 { background:#aaa; color:#FFF;  }
.box_form .btn02:hover { background:#888; }

/* ======================= SHARE 文章列印分享回上層 ======================= */
#share { clear:both; padding:20px 15px 15px 15px; }
#share ul { display:block; margin:0; padding:0; text-align:right;/*用文字方向可控制按鈕位置*/ }
#share ul li { display:inline-block; margin:0 0 10px 5px; padding:0; list-style:none; font-size:13px; line-height:24px; }
#share ul li a { display:block; padding:2px 10px; background:#FFF; color:#333; border:solid 1px #ddd;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px; }
#share ul li a:hover { background:#f06109; color:#fff; }
/*社群分享區塊*/
#share .community { padding:2px 6px; background:#FFF; color:#333; border:solid 1px #ddd;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px; }
#share .community a { float:left; display:block; width:20px; height:20px; margin:2px 5px 3px 0px; padding:0; border:none; opacity:1; text-indent:-9999px; }
#share .community a:hover { border:none; opacity:0.7; }
/*社群icon*/
#share .line-it-button { float:left; margin:2px 5px 3px 0px; }
#share .line-it-button:hover { opacity:0.5; }
#share .line { background:url(../images/icon_line.png) no-repeat; }
#share .line:hover { background:url(../images/icon_line.png) no-repeat; opacity:0.5; }
#share .fb { background:url(../images/icon_fb.png) no-repeat; }
#share .fb:hover { background:url(../images/icon_fb.png) no-repeat; opacity:0.5; }
#share .tt { background:url(../images/icon_tt.png) no-repeat; }
#share .tt:hover { background:url(../images/icon_tt.png) no-repeat; opacity:0.5; }
#share .pl { background:url(../images/icon_pl.png) no-repeat; }
#share .pl:hover { background:url(../images/icon_pl.png) no-repeat; opacity:0.5; }

/* ======================= PAGE 頁碼 ======================= */
#page { clear:both; padding:20px 15px 15px 15px; }
#page ul { display:block; margin:0; padding:0; text-align:center;/*用文字方向可控制按鈕位置*/ }
#page ul li { display:inline-block; margin:0 2px 10px 2px; padding:0; list-style:none; font-size:12px; line-height:24px; text-align:center; }
#page ul li a { display:block; padding:0px 10px; background:#FFF; color:#666; border:solid 1px #ddd;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px; }
#page ul li a:hover { color:#cc6666; }
#page ul li a.cur { background:#f06109; color:#FFF; }


/* ======================= RWD 其他螢幕尺寸樣式 ======================= */

/*小螢幕-電腦版設計是寬螢幕瀏覽時視情況使用*/
@media only screen and (max-width:1199px) {
#nav { padding:3px 0; }
#header { height:80px; }
#logo { top:10px; left:10px; }
#m_top_menu { display:block; position:absolute; top:20px; right:20px; z-index:9999; width:40px; height:40px; background:#ff9214 url(../images/m_topmenu_bg.png) no-repeat; text-indent:-9999px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px; }
#m_top_menu:hover { background:#ff6d00 url(../images/m_topmenu_bg.png) no-repeat; }
#top_menu { display:none; position:absolute; top:80px; left:0px; z-index:9999; margin:0px; padding:0px; background:#FFF;
-webkit-box-shadow: rgba(0,0,0,0.4) 0px 0 10px;
-moz-box-shadow: rgba(0,0,0,0.4) 0px 0 10px;
-ms-box-shadow: rgba(0,0,0,0.4) 0px 0 10px;
-o-box-shadow: rgba(0,0,0,0.4) 0px 0 10px;
box-shadow: rgba(0,0,0,0.4) 0px 0 10px; }
#top_menu ul { overflow:auto; }
#top_menu ul li { width:100%; border-bottom:solid 1px #eee; }
#top_menu ul li h3 { font-size:16px; }
#top_menu ul li a { color:#FFF;
background: #f48505;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f48505), to(#f06009));
background: -webkit-linear-gradient(#f48505, #f06009);
background: -moz-linear-gradient(#f48505, #f06009);
background: -ms-linear-gradient(#f48505, #f06009);
background: -o-linear-gradient(#f48505, #f06009);
background: linear-gradient(#f48505, #f06009);
-webkit-border-radius:0px;
-moz-border-radius:0px;
-ms-border-radius:0px;
-o-border-radius:0px;
border-radius:0px; }
#top_menu ul li a:hover {
background: #f06009;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f06009), to(#f48505));
background: -webkit-linear-gradient(#f06009, #f48505);
background: -moz-linear-gradient(#f06009, #f48505);
background: -ms-linear-gradient(#f06009, #f48505);
background: -o-linear-gradient(#f06009, #f48505);
background: linear-gradient(#f06009, #f48505); }
#top_menu ul li ul li { float:none; width:100%; }
#top_menu ul li ul li a { background:#f5f5f5; color:#333; }
#top_menu ul li ul li a:hover { background:#fabe00; }
#top_menu .m_open { display:block; }
/* ----- CONTENT ----- */
#content { width:100%; }
/* ----- FOOTER -----*/
#footer { width:100%; padding:0 9px; }
#don_menu { float:none; margin:30px 0 0 0; }
#copyright { float:none; margin:10px 0 20px 0; }

/* ----- 首頁 ----- */
#inx_banner { float:none; width:100%; height:auto; }
#inx_banner .banner_arrow_l { left:0; }
#inx_banner .banner_arrow_r { right:0; }
#inx_banner .pic b { width:100%; max-width:100%; height:auto; margin:0 0 -5px 0; }
#inx_banner .pic b img { width:100%; }

#inx_ad_box { float:none; }
#inx_ad_box ul { overflow:auto; margin:0 0 0 -1%; }
#inx_ad_box ul li { float:left; margin:9px 0 0 1%; width:32.3333%; }
#inx_ad_box ul li b { width:100%; height:auto; }

#inx_info_box { padding:0 9px; }
#inx_link_box { padding:0 9px; }

/*得獎紀錄*/
#prize_box .box_list ul li { width:32.3333%; }
/*輝煌實績*/
#project_box .box_list_all ul li { width:49%; }
#project_box .box_list ul li { width:32.3333%; }
/*在建經典*/
#building_box .box_list ul li { width:32.3333%; }
/*影音專區*/
#video_box .box_list_all ul li { width:49%; }
#video_box .box_list ul li { width:32.3333%; }
/*關係企業*/
#infolist_box .box_list ul li { width:32.3333%; }

/*多圖片區塊*/
.pic_list ul li { width:24%; }
.pic_list ul li b { width:100%; max-width:100%; }
}

/*平板*/
@media only screen and (max-width:800px) {
/* ----- 首頁 ----- */
#inx_info_box ul li { width:48%; }
#inx_link_box .box_info ul li { width:48%; margin:0 0 10px 2%; }

/*得獎紀錄*/
#prize_box .box_list ul li { width:49%; }
/*輝煌實績*/
#project_box .box_list_all ul { margin:0px; }
#project_box .box_list_all ul li { float:none; margin:0 0 15px 0; width:100%; }
#project_box .box_list ul li { width:49%; }
/*在建經典*/
#building_box .box_list ul li { width:49%; }
/*影音專區*/
#video_box .box_list_all ul { margin:0px; }
#video_box .box_list_all ul li { float:none; margin:0 0 15px 0; width:100%; }
#video_box .box_list ul li { width:49%; }
/*關係企業*/
#infolist_box .box_list ul li { width:49%; }
/*聯絡窗口*/
#contact_box .box_form { float:none; width:100%; }
#contact_box .box_map { float:none; width:100%; margin:30px 0 0 0; }
/*網站地圖*/
#sitemap_box .box_info ul li { width:48%; }

/*多圖片區塊*/
.pic_list ul { margin:0 -2% 0 0; }
.pic_list ul li { width:48%; margin:0 2% 15px 0; }
}

/*手機板*/
@media only screen and (max-width:570px) {
#search { display:none; }
#top_menu ul li { float:none; width:100%; }

/* ----- 首頁 ----- */
#inx_info_box ul { margin:0; }
#inx_info_box ul li { width:100%; margin:0; }
#inx_link_box .box_info ul { margin:0; }
#inx_link_box .box_info ul li { width:100%; margin:0 0 10px 0; }

/*最新消息*/
#news_box .box_list ul li b { margin:0 0 15px 0; width:100%; }

/*得獎紀錄*/
#prize_box .box_list ul { margin:0; }
#prize_box .box_list ul li { float:none; margin:0 0 15px 0; width:100%; }
/*輝煌實績*/
#project_box .box_list ul { margin:0; }
#project_box .box_list ul li{ float:none; margin:0 0 15px 0; width:100%; }
/*在建經典*/
#building_box .box_list ul { margin:0; }
#building_box .box_list ul li{ float:none; margin:0 0 15px 0; width:100%; }
/*影音專區*/
#video_box .box_list ul { margin:0; }
#video_box .box_list ul li{ float:none; margin:0 0 15px 0; width:100%; }
/*人力資源*/
#jobhr_box .box_list ul { margin:0; }
#jobhr_box .box_list ul li { float:none; margin:0 0 15px 0; width:100%; }
/*關係企業*/
#infolist_box .box_list ul { margin:0; }
#infolist_box .box_list ul li { float:none; margin:0 0 15px 0; width:100%; }
/*網站地圖*/
#sitemap_box .box_info ul { margin:0; }
#sitemap_box .box_info ul li { float:none; margin:0 0 15px 0; width:100%; }

/*多圖片區塊*/
.pic_list ul li { width:100%; padding:0; }
/*FORM 表單專用*/
.box_form .form_l { float:none; width:98%; }
}