﻿@charset "utf-8";
@font-face {
	font-family: MyCustomFont;
	src: local("微軟正黑體");
}
/* 英文數字專用 */
@font-face {
	font-family: MyCustomFont; /* 同樣的 font-family */
 	unicode-range: U+00-7F, U+00C0-U+00FF, U+2150-U+2169;  /* ASCII,羅馬數字*/
	src: local(Verdana), local(Geneva), local(Arial), local(Helvetica);
}

body {
	font-family: MyCustomFont, sans-serif;
	color: #333333;
	min-width: 1020px;
}

/* unvisited link */
a.GEPTlink:link{
    color: Blue;
	text-decoration: underline;
	font-weight: bold;
}

/* visited link */
a.GEPTlink:visited {
    color: blue;
	text-decoration: underline;
	font-weight: bold;
}

/* mouse over link */
a.GEPTlink:hover {
    color: blue;
	text-decoration: underline;
	font-weight: bold;
}

/* selected link */
a.GEPTlink:active {
    color: blue;
	text-decoration: underline;
	font-weight: bold;
}

/*----------區塊置中-----------*/
.ACenter{
    margin: 0px auto;
    *margin: 0px auto;
    _margin: 0px auto;
}
/*-------------------------*/
/* 1em=16px */
/*-------------------------*/
input,button,select,textarea{outline:none}
*:focus { outline: none; }
.clear{
	clear: both;
}
.FontColor_red{
	color: #cb1e1e !important;
}
.FontColor_blue{
	color: #006699 !important;
}
.FontColor_grey{
	color: #999 !important;
}
.FontColor_orange{
	color: #fc9b01 !important;
}
a{
	text-decoration: none;
	color: inherit;
}
a:active{
	text-decoration: underline;
}
.allbtn_Box{
	position: relative;
}
.allbtn_Box .allbtn{
	float: left;
	margin-right: 15px;
}
.allbtn{
	position: relative;
	display: block;
	border: 2px solid #46A1D8;
	border-radius: 10px;
	text-align: center;
	color: #46A1D8;
	padding: 3px;
	font-size: 18px;
	line-height: 30px;
	background-color: transparent;
	font-family: MyCustomFont, sans-serif;
	cursor: pointer;
}
/* 輸入框 */
.text
{
  font-size:14px;
  padding-top:2px;
  height:26px;
  color: #666666;
  letter-spacing:1px;
}
/* index.html基底排版 */
#wrap{
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#header{
	position: relative;
	width: 100%;
	height: 204px;
	background-color: #f3f3f3;
	z-index: 99;
}
#content{
	position: relative;
	width: 100%;
	min-height: 600px;
	z-index: 0;
}
#footer{
	position: relative;
	width: 100%;
	/*min-width: 980px;*/
	max-width: 1280px;
	height: 110px;
	bottom: 0px;
	top: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background-color: #434343;
}

/* 頁首(#header)基底排版：290px(63+118+105+2+2) */
#header .header-search{
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #434343;
	z-index: 2;
}
#header .header-weblink{
	position: relative;
	width: 100%;
	height: 76px;
}
#header .header-btn{
	position: relative;
	width: 100%;
	height: 84px;
	z-index: 1;
}
#header .header-btn.fix{
	position: fixed !important;
	background-color: #f3f3f3;
	padding-top: 15px;
	top: 0px;
	border-bottom: 2px solid #fbfbfb;
	max-width: 1280px;
}
#header .header-btn.fix:before{
	content: "";
	position: absolute;
	width: 100%;
	bottom: -4px;
	border-bottom: 2px solid #e5e5e5;
}
#header .header-line{
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #fbfbfb;
	border-bottom: 2px solid #e5e5e5;
}
#header .header-search a, #header .header-btn .menu1 a{
	width: 100%;
	height: 100%;
	display: block;
}
/* 頁首(#header .header-search)排版 */
#header .header-search .inputbox{
	position: absolute;
	top: 50%;
	margin-top: -23px;
	right: 44px;
}
#header .header-search .inputbox input[type="text"]{
	position: relative;
	width: 106px;
	height: 22px;
	margin: 11.5px 0px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	border: 0px;
	color: #a4a4a4;
	/*background-color: transparent;*/
	box-sizing: content-box;
}
#header .header-search .inputbox input[type="image"]{
	width: 23px;
	height: 23px;
	padding: 6px;
}
#header .header-search .inputbox .btn{
	position: absolute;
	top: 5px;
	left: 100px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #46A1D8;
	/*background: #46A1D8 url(../images/header_search_btn0.png) no-repeat center;*/
}
#header .header-search .inputbox .btn:hover{
	background-color: #19779C;
}
#header .header-search .btnbox{
	position: absolute;
	top: 50%;
	right: 272px;
	margin-top: -15px;
}
#header .header-search .btnbox .btn{
	position: relative;
	float: left;
	width: 80px;
	height: 30px;
	margin-right: 10px;		
	overflow: hidden;
}
#header .header-search .btnbox .btn:hover{
	overflow: inherit;
}

#header .header-search .btnbox .btn .lable{
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
}
#header .header-search .btnbox .btn .lable:hover{
	color: #333;
	background: #FFF;
}
/*
#header .header-search .btnbox .btn:nth-of-type(1) .lable{
	background-image: url(../images/header_search_btn1.png);
}
#header .header-search .btnbox .btn:nth-of-type(2) .lable{
	background-image: url(../images/header_search_btn2.png);
}
#header .header-search .btnbox .btn:nth-of-type(3) .lable{
	background-image: url(../images/header_search_btn3.png);
}
#header .header-search .btnbox .btn:nth-of-type(4) .lable{
	background-image: url(../images/header_search_btn4.png);
}
*/
/* 頁首(#header .header-search .btnbox)選單 */
#header .header-search .btnbox .btn ul li{
	position: relative;
	width: 100%;
	text-indent: 1em;
	font-size: 14px;
	text-align: left;
	line-height: 34px;
	color: #FFF;
}
#header .header-search .btnbox .btn .menu1{
	position: relative;
	width: 240px;
}
#header .header-search .btnbox .btn .menu1.small{
	width: 180px;
}
#header .header-search .btnbox .btn:last-of-type .menu1{
	margin-left: -80px;
	left: 100%;
}
#header .header-search .btnbox .btn .menu2{
	position: absolute;
	width: 240px;
	top: 0px;
	margin-left: 100%;
}
#header .header-search .btnbox .btn .menu1 >li{
	overflow: hidden;
	background-color: rgba(100,100,100,0.9);
}
#header .header-search .btnbox .btn .menu1 .more{
	background: rgba(100,100,100,0.9) url(../images/header_btn_icon.png) no-repeat 240px center;
}
#header .header-search .btnbox .btn .menu1.small .more{
	background: rgba(100,100,100,0.9) url(../images/header_btn_icon.png) no-repeat 150px center;
}
#header .header-search .btnbox .btn .menu2 >li{
	background-color: rgba(100,100,100,0.9);
}
#header .header-search .btnbox .btn .menu1 >li:not(:empty):hover{
	overflow: inherit;
	background-color: #46A1D8 !important;
}
#header .header-search .btnbox .btn .menu2 >li:hover{
	background-color: #46A1D8;
}
#header .header-search .btnbox .btn .menu1 >li:first-of-type{
	background-color: rgba(0,0,0,0);
	height: 5px;
}
/* 頁首(#header .header-search .socialmediabox)社交媒體 */
#header .header-search .socialmediabox{
	position: absolute;
	top: 50%;
	right: 200px;
	margin-top: -15px;
}
#header .header-search .socialmediabox .youtube{
	position: relative;
	width: 60px;
	height: 20px;
	border-radius: 5px;
	padding: 5px;
	background: #fff url(../images/header_btn_youtube.png) no-repeat center;
}
/* 頁首(#header .header-weblink)排版 */
#header .header-weblink .btnbox{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -27.5px;
}
#header .header-weblink .btnbox .btn{
	position: relative;
	display: block;
	float: left;
	height: 55px;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
#header .header-weblink .btnbox .btn:nth-of-type(1){
	margin-left: 35px;
	width: 309px;
	background-image: url(../images/header_weblink_btn1.png);
}
#header .header-weblink .btnbox .btn:nth-of-type(2){
	margin-left: 10px;
	width: 170px;
	background-image: url(../images/header_weblink_btn2.png);
}
#header .header-weblink .btnbox .btn:nth-of-type(3){
	width: 200px;
	background-image: url(../images/header_weblink_btn3.png);
}
#header .header-weblink .btnbox .btn:nth-of-type(2):after,
#header .header-weblink .btnbox .btn:nth-of-type(3):after{
	content: "";
	position: absolute;
	width: 1px;
	height: 21px;
	bottom: 4px;
	background-color: #FFF;
	border-right: 1px solid #d1d1d1;
	margin-left: -20px;
}
#header .header-weblink .logo{
	position: absolute;
	right: 35px;
	bottom: 0px;
	width: 24%;
	max-width: 307px;
}
/* 頁首(#header .header-btn)排版 */
#header .header-btn .btnbox{
	position: absolute;
	width: 100%;
	/*top: 50%;
	margin-top: -34.5px;*/
}
#header .header-btn .btnbox .btn{
	position: relative;
	display: block;
	float: left;
	/*width: 11.8%;
	max-width: 120px;*/
	width: 110px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #46A1D8;
	border-radius: 10px;
	color: #46A1D8;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	bottom: 0px;
	overflow: hidden;
	margin-top: 23px;
}
#header .header-btn .btnbox .btn:not(:last-of-type){
	margin-right: 1%;
}

#header .header-btn .btnbox .btn:hover{
	/*color: #1594c7;
	border-color: #1594c7;*/
	color: #004282;
	/*border-color: #2E688C;*/
	overflow: inherit;
	background-color: #cde9f4;
	font-weight: bold;
}
#header .header-btn .btnbox .btn.act{
	color: #FFF;
	background-color: #46A1D8;
	border-color: #46A1D8;
}

#header .header-btn .btnbox .btn:nth-of-type(1){
	margin-left: 35px;
	max-width: 160px;
	width: 160px;
	height: 65px;
	line-height: 32px;
	border: 2px solid #fc5d01;
	color: #FFF;
	margin-top: 0px;
	font-weight: bold;
	background-color: #fc5d01;
}
#header .header-btn .btnbox .btn:nth-of-type(1):after{
	content: "";
	position: absolute;
	width: 130px;
	height: 2px;
	left: 15px;
	background-color: #FFF;
}
#header .header-btn .btnbox .btn:nth-of-type(1):hover{
	/*color: #FFF;
	background-color: #ea2076;*/
}
#header .header-btn .btnbox .btn:nth-of-type(1) a:hover{
	color: #000;
}
#header .header-btn .btnbox .btn.twoline{
	margin-top: 0px;
	max-width: 100px;
	width: 100px;
	height: 56.5px;
	line-height: 24px;
	padding-top: 8.5px;
}
/* 頁首(#header .header-btn)選單 */

#header .header-btn .btnbox .btn ul li{
	position: relative;
	width: 100%;
	text-indent: 1em;
	font-size: 16px;
	text-align: left;
	color: #FFF;
	font-weight: normal;
}
#header .header-btn .btnbox .btn .menu1{
	position: relative;
	width: 230px;
}
#header .header-btn .btnbox .btn .menu1.small{
	width: 140px;
}

#header .header-btn .btnbox .btn .menu1.small2{
	width: 150px;
}

#header .header-btn .btnbox .btn:last-of-type .menu1{
	margin-left: -230px;
	left: 100%;
}
#header .header-btn .btnbox .btn:last-of-type .menu1.small{
	margin-left: -112px;
	left: 100%;
}
#header .header-btn .btnbox .btn:last-of-type .menu1.small2{
	margin-left: -150px;
	left: 100%;
}

#header .header-btn .btnbox .btn .menu2{
	position: absolute;
	width: 290px;
	top: 0px;
	margin-left: 100%;
}
#header .header-btn .btnbox .btn .menu1 .menu2.left{
	margin-right: -360px;
}
#header .header-btn .btnbox .btn .menu1 >li{
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
}
#header .header-btn .btnbox .btn .menu1 .more{
	background: rgba(0,0,0,0.8) url(../images/header_btn_icon.png) no-repeat 200px center;
}
#header .header-btn .btnbox .btn .menu1.small .more{
	background: rgba(0,0,0,0.8) url(../images/header_btn_icon.png) no-repeat 110px center;
}
#header .header-btn .btnbox .btn .menu2 >li{
	background-color: rgba(0,0,0,0.9);
}
#header .header-btn .btnbox .btn .menu1 >li:not(:empty):hover{
	overflow: inherit;
	background-color: #46A1D8 !important;
}
#header .header-btn .btnbox .btn .menu2 >li:hover{
	background-color: #46A1D8;
}
/*
#header .header-btn .btnbox .btn .menu1 >li:not(:empty):active{
	overflow: inherit;
	background-color: #FC5D01 !important;
}
#header .header-btn .btnbox .btn .menu2 >li:active{
	background-color: #FC5D01;
}
*/
#header .header-btn .btnbox .btn .menu1 >li:first-of-type{
	background-color: rgba(0,0,0,0);
	height: 20px;
}

/* 首頁內容 */
/* 首頁內容-時間軸↓↓↓↓↓↓↓↓↓↓↓ */
#content .indexTimeBox{
	position: relative;
	width: 100%;
	height: 340px;
	background: lightyellow;
}

#content .indexTimeBox-view{
	position: relative;
	width: 100%;
	height: 100%;
	/*display: none;*/
}
#content .indexTimeBox-table{
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#content .indexTimeBox >.btn{
	position: absolute;
	width: 100px;
	height: 50px;
	border-radius: 25px;
	/*top: 50%;*/
	margin-top: 3px;
	margin-left: 80%;
	
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
}
#content .indexTimeBox >.btn.next{
	display: none;
	/*left: 12px;
	background-image: url(../images/index_ADbanner_btnNext_new.png);*/
    cursor:pointer;
}
#content .indexTimeBox >.btn.prev{
	/*left: 12px;
	background-image: url(../images/index_ADbanner_btnPrev.png);*/
    cursor:pointer;
}
#content .indexTimeBox .dateBox{
	position: absolute;
	top: 0px;
	width: 210px;
	height: 129px;
	color: #fc5d01;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background: lightyellow url(../images/index_TimeBox_dateBox_BG.png) no-repeat center;
	z-index: 2;
}
#content .indexTimeBox .dateBox .month{
	padding: 0 78px 0 48px;
	padding-top: 0px;
	line-height: 32px;
}
#content .indexTimeBox .dateBox .month a{
	color: #46A1D8;
}
#content .indexTimeBox .dateBox .year{
	padding: 0 78px 0 50px;	
}
#content .indexTimeBox .dateBox .year a{
	color: #46A1D8;
}
#content .indexTimeBox .dateBox .word{
	padding: 0 78px 0 45px;	
	font-size: 20px;
	line-height: 28px;
}
#content .indexTimeBox .dateBox .btn{
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	top: 25px;
}

#content .indexTimeBox .dateBox .next{
	left: 132px;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #46A1D8;
    cursor:pointer;
}
#content .indexTimeBox .dateBox .prev{
	left: 35px;
	border-width: 10px 15px 10px 0px;
	border-color: transparent #46A1D8 transparent transparent;
    cursor:pointer;
}
#content .indexTimeBox .selectBox{
	position: absolute;
	width: 135px;
	line-height: 28px;
	font-size: 16px;
	right: 0px;
	bottom: 40px;
	background-color: #fff;
	z-index: 2;
	display: none;
}
#content .indexTimeBox .selectBox p{
	position: relative;
	background-color: #cde9f4;
	text-indent: 10px;
	font-weight: bold;
}
#content .indexTimeBox .selectBox ul{
	position: relative;
	padding-left: 10px;
	padding-bottom: 5px;
}
#content .indexTimeBox .selectBox li{
	position: relative;
	text-indent: 25px;
}
#content .indexTimeBox .selectBox li img{
	position: absolute;
	margin-top: 4px;
	margin-left: -25px;
	height: 20px;
}
#content .indexTimeBox .screenBox{
	z-index: 1;
	height: 280px;
	min-height: 300px;
	overflow: hidden;
}
#content .indexTimeBox .screenBox,
#content .indexTimeBox .timebarBox ul{
	position: relative;
	/* 29項 * li寬度 = ul寬度*/
	width: 667px;
	left: 50%;
	margin-left: -333.5px;
}
@media screen and (min-width: 1130px) {
    /* 如果使用者之視窗寬度 >= Xpx，將會再載入這裡的 CSS。*/
	#content .indexTimeBox .screenBox,
	#content .indexTimeBox .timebarBox ul{
		width: 812px;
		margin-left: -406px;
	}
}
@media screen and (min-width: 1280px) {
    /* 如果使用者之視窗寬度 >= 1280px，將會再載入這裡的 CSS。*/
	#content .indexTimeBox .screenBox,
	#content .indexTimeBox .timebarBox ul{
		width: 890px;
		margin-left: -420px;
	}
}
#content .indexTimeBox .screenBox .item{
	position: absolute;
}

/* ↓↓↓↓↓示範的，left應該由程式控制，top彼此距離80 */
#content .indexTimeBox .screenBox .item:nth-of-type(1){
	top: 25px;
	left: 170px;
}
#content .indexTimeBox .screenBox .item:nth-of-type(2){
	top: 105px;
	left: 170px;
}
#content .indexTimeBox .screenBox .item:nth-of-type(3){
	top: 185px;
	left: 170px;
}
#content .indexTimeBox .screenBox .item:nth-of-type(4){
	top: 265px;
	left: 170px;
}
/* ↑↑↑↑↑示範的，left應該由程式控制 */
#content .indexTimeBox .screenBox .item .line{
	position: relative;
	width: 10px;
	height: 60px;
	/*background-color: #46A1D8;*/
	border-bottom: 8px solid #46A1D8;
}
#content .indexTimeBox .screenBox .item .line:after,
#content .indexTimeBox .screenBox .item .line:before{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border: 6.5px solid #46A1D8;
	border-radius: 14px;
	bottom: -18px;
	background-color: #FFF;
}
#content .indexTimeBox .screenBox .item .line:before{
	right: 0px;
}
#content .indexTimeBox .screenBox .item .word,
#content .indexTimeBox .screenBox .item .word2,
#content .indexTimeBox .screenBox .item .word3,
#content .indexTimeBox .screenBox .item .word4{
	position: absolute;
	left: 40px;
	bottom: 21px;
	height: 42px;
	width: 104px;
	line-height: 24px;
	color: #FFF;
	font-size: 16px;
	text-align: center;	
    cursor: pointer;
    cursor: hand;
    font-weight:bold;
}
/* 用於程式控制三角是否出現 */
#content .indexTimeBox .screenBox .item .words,
#content .indexTimeBox .screenBox .item .words2,
#content .indexTimeBox .screenBox .item .words3,
#content .indexTimeBox .screenBox .item .words4{
	position: absolute;
	left: 40px;
	bottom: 21px;
	height: 42px;
	width: 104px;
	line-height: 24px;
	color: #FFF;
	font-size: 16px;
	text-align: center;	
    cursor: pointer;
    cursor: hand;
	left: 0;
	font-weight:bold;
}
#content .indexTimeBox .screenBox .item .words:after{
	position: absolute;
	content: "";
	bottom: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0px;
	border-color: #fc5d01 transparent transparent transparent;
	left: 0px;
}
#content .indexTimeBox .screenBox .item .words2:after{
	position: absolute;
	content: "";
	bottom: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0px;
	border-color: #bacd33 transparent transparent transparent;
	left: 0px;
}
#content .indexTimeBox .screenBox .item .words3:after{
	position: absolute;
	content: "";
	bottom: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0px;
	border-color: #19c3c8 transparent transparent transparent;
	left: 0px;
}
#content .indexTimeBox .screenBox .item .words4:after{
	position: absolute;
	content: "";
	bottom: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0px;
	border-color: #764a7b transparent transparent transparent;
	left: 0px;
}
#content .indexTimeBox .screenBox .item .OpenTXT{
}
#content .indexTimeBox .screenBox .item .OpenTXT_Red{
    color:#BB0000;
}

#content .indexTimeBox .screenBox .item span{
	display: block;
	line-height: 18px;
	color: #333;
	background-color: rgba(255,255,255,0.7);
}

#content .indexTimeBox .screenBox .item .L1{
	background-color: #fc5d01;
}
#content .indexTimeBox .screenBox .item .L2{
	background-color: #bacd33;
}
#content .indexTimeBox .screenBox .item .L2:after{
	border-color: #bacd33 transparent transparent transparent;
}
#content .indexTimeBox .screenBox .item .L3{
	background-color: #19c3c8;
}
#content .indexTimeBox .screenBox .item .L3:after{
	border-color: #19c3c8 transparent transparent transparent;
}
#content .indexTimeBox .screenBox .item .L4{
	background-color: #764a7b;
}
#content .indexTimeBox .screenBox .item .L4:after{
	border-color: #764a7b transparent transparent transparent;
}
#content .indexTimeBox .timebarBox{
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #e5e5e5;
	top: 0px;
}
#content .indexTimeBox .timebarBox ul{
	height: 40px;

}
#content .indexTimeBox .timebarBox li{
	position: relative;
	float: left;
	width: 23px;
	height: 100%;
	background: url(../images/index_TimeBox_timebarBox_mark1.png) no-repeat center;
}
@media screen and (min-width: 1130px) {
    /* 如果使用者之視窗寬度 >= Xpx，將會再載入這裡的 CSS。*/
	#content .indexTimeBox .timebarBox li{
		width: 28px;
	}
}
@media screen and (min-width: 1280px) {
    /* 如果使用者之視窗寬度 >= 1280px，將會再載入這裡的 CSS。*/
	#content .indexTimeBox .timebarBox li{
		width: 28.6px;
	}
}
#content .indexTimeBox .timebarBox li.line{
	background: url(../images/index_TimeBox_timebarBox_mark2.png) no-repeat center;
}
#content .indexTimeBox .timebarBox li.line:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 675px;
	background-color: #e6eff2;
	left: 50%;
	bottom: 40px;
}
#content .indexTimeBox .timebarBox li.todayline:after{
	position: absolute;
	content: "";
	width: 54px;
	height: 298px;
	left: 50%;
	bottom: 40px;
	margin-left: -27px;
	background: url(../images/index_TimeBox_todayline.png) no-repeat center;
}
#content .indexTimeBox .timebarBox .timeMark{
	position: absolute;
	width: 53px;
	height: 61px;
	text-align: center;
	line-height: 96px;
	background: url(../images/index_TimeBox_timebarBox_mark.png) no-repeat center;
	bottom: 5px;
	color: #FFF;
	font-size: 16px;
}
#content .indexTimeBox .timebarBox .timeMark:nth-of-type(1){
	left: -11px;
}
#content .indexTimeBox .timebarBox .timeMark:nth-of-type(2){
	left: 50%;
	margin-left: -26.5px;
}
#content .indexTimeBox .timebarBox .timeMark:nth-of-type(3){
	right: -13.25px;
}
#content .indexTimeBox .ControlBox{
	position: absolute;
	left: 90px;
	bottom: 50px;
	width: 32px;
	height: 130px;
	z-index: 3;
}
#content .indexTimeBox .ControlBox .area{
	position: relative;
	width: 18px;
	height: 126px;
	border: 2px solid #afdff6;
	margin-left: 5px;
}
#content .indexTimeBox .ControlBox .area .btn{
	position: absolute;
	width: 18px;
	text-align: center;
	color: #f9806d;
	font-weight: bold;
}
#content .indexTimeBox .ControlBox .area .up{
    cursor:pointer;
}
#content .indexTimeBox .ControlBox .area .down{
	bottom: 0px;
    cursor:pointer;
}
#content .indexTimeBox .ControlBox .dragBtn{
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../images/index_TimeBox_ControlBox_btn.png) no-repeat center;
    cursor:pointer;
}
#content .indexTimeBox .ControlBox .dragBtn.zoom1{
	bottom: 78px;
}
#content .indexTimeBox .ControlBox .dragBtn.zoom2{
	bottom: 50px;
}
#content .indexTimeBox .ControlBox .dragBtn.zoom3{
	bottom: 18px;
}
#content .indexTimeBox .infoBox{
	position: absolute;
	top: 30px;
	right: 200px;
	width: 250px;
	z-index: 2;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    display:none;
}
#content .indexTimeBox .infoBox .title{
	position: relative;
	padding-left: 10px;
	padding-right: 33px;
	background-color: #71bc86;
	font-size: 24px;
	line-height: 45px;
	color: #FFF;
}
#content .indexTimeBox .infoBox .date{
	position: relative;
	font-size: 60px;
	line-height: 100px;
	color: #808080;
	text-align: center;
}
#content .indexTimeBox .infoBox .word{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	color: #e85c4d;
	text-align: center;
	padding: 0 16px;
}
#content .indexTimeBox .infoBox .btn{
	position: relative;
	display: block;
	width: 218px;
	font-size: 24px;
	line-height: 56px;
	color: #FFF;
	text-align: center;
	background-color: #3f98d0;
	border-radius: 10px;
	margin: 16px;
}
#content .indexTimeBox .infoBox .closebtn{
	position: absolute;
	display: block;
	top:11.5px;
	right: 11.5px;
	width: 22px;
	height: 22px;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	text-align: center;
	background-color: #4f8c5d;
	border-radius: 3px;
}
/* 表格 */
#content .indexTimeBox .indexTimeBox-table .screenBox{
	width: 100%;
	left: 0;
	margin-left: 0;
}
#content .indexTimeBox .indexTimeBox-table-menu{
	position: relative;
	height: 26px;
	display: block;
	padding: 20px 0px 20px 74px;
}
#content .indexTimeBox .indexTimeBox-table-menu li{
	position: relative;
	float: left;
	font-size: 20px;
	line-height: 26px;
	background: url(../images/icon_diamond.png) no-repeat left center;
	text-indent: 31px;
	margin-right: 60px;
}
#content .indexTimeBox .indexTimeBox-table-menu li:hover{
	text-decoration: underline;
}
#content .indexTimeBox .indexTimeBox-table-menu li.act{
	color: #46A1D8;
}
#content .indexTimeBox .indexTimeBox-table-content{
	position: relative;
	margin: 0px 74px 0px 74px;
	height: 200px;
	overflow: auto;
}
#content .indexTimeBox .indexTimeBox-table-content table{
	position: relative;
	width: 100%;
	text-align: center;
	/*border: 1px solid #46A1D8;*/
	font-size: 18px;
	line-height: 25px;
}
#content .indexTimeBox .indexTimeBox-table-content tr{
	border: 1px solid #46A1D8;
}
#content .indexTimeBox .indexTimeBox-table-content tr:first-of-type{
	background-color: #46A1D8;
	color: #FFF;
}
#content .indexTimeBox .indexTimeBox-table-content td{
	vertical-align: middle;
	padding: 10px 5px;
}

/* 首頁內容-時間軸↑↑↑↑↑↑↑↑↑↑↑ */
#content .indexTimeBox-AD{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;	
	background: #FFF url(../images/banner_ComService.jpg) no-repeat right center;
	/*box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);*/
}
/* 首頁內容-大banner↑↑↑↑↑↑↑↑↑↑↑ */

#content .indexTimeBox-AD2{
	position: relative;
	width: 100%;
	height: 100%;
	display: none;	
	background: #FFF url(../images/banner1_down.png) no-repeat right center;
	/*box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);*/

}

/* 首頁內容-大banner2↑↑↑↑↑↑↑↑↑↑↑ */

#content .indexTimeBox-AD3{
	position: relative;
	width: 100%;
	height: 100%;
	display: none;	
	background: #FFF url(../images/timetable1280_1.jpg) no-repeat right center;
	/*box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);*/

}

/* 首頁內容-大banner3↑↑↑↑↑↑↑↑↑↑↑ */


#content .floatBox{
	position: relative;
	width: 800px;
	/*height: 490px;*/
	margin: 38px 0 30px 0;
	margin-left: 50%;
	left: -400px;
}
#content .fourColorBtnBox{
	position: relative;
	width: 564px;/*1.5倍*2排*/
	height: 525px;
	margin-left: 50%;
	left: -282px;
}
#content .NewsBox{
	position: relative;
	width: 780px;
	height: 350px;
	margin-left: 50%;
	left: -390px;
	margin-top: 60px;
}

#content .fourColorBtnBox .btn{
	position: relative;
	display: block;
	width: 50%;
	height: 50%;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
    /* 如果使用者之視窗寬度 >= 1280px，將會再載入這裡的 CSS。*/
    #content .floatBox{
		width:  1200px;
		height: 350px;
		left: -600px;
	}
    #content .fourColorBtnBox{
		width: 376px;
		height: 100%;
		margin-left: 0%;
		left: 0;
		float: left;
	}
	#content .NewsBox{
		width: 780px;
		height: 100%;
		margin-left: 3%;
		left: 0;
		float: left;
		margin-top: 0px;
	}
}
#content .fourColorBtnBox .btn:nth-of-type(1){
	background-image: url(../images/header_fourColorBtnBox_btn1.jpg);
}
#content .fourColorBtnBox .btn:nth-of-type(2){
	background-image: url(../images/header_fourColorBtnBox_btn2.jpg);
}
#content .fourColorBtnBox .btn:nth-of-type(3){
	background-image: url(../images/header_fourColorBtnBox_btn3.jpg);
}
#content .fourColorBtnBox .btn:nth-of-type(4){
	background-image: url(../images/header_fourColorBtnBox_btn4.jpg);
}
#content .fourColorBtnBox .btn:nth-of-type(1):hover{
	background-image: url(../images/header_fourColorBtnBox_btn1H.jpg);
}
#content .fourColorBtnBox .btn:nth-of-type(2):hover{
	background-image: url(../images/header_fourColorBtnBox_btn2H.jpg);
}
#content .fourColorBtnBox .btn:nth-of-type(3):hover{
	background-image: url(../images/header_fourColorBtnBox_btn3H.jpg);
}
#content .fourColorBtnBox .btn:nth-of-type(4):hover{
	background-image: url(../images/header_fourColorBtnBox_btn4H.jpg);
}
#content .NewsBox .btnBox{
	position: relative;
	width: 100%;
	height: 80px;
	border-bottom: 5px solid #e5e5e5;
}
#content .NewsBox .btnBox .btn{
	position: relative;
	display: block;
	width: 212px;
	height: 80px;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/index_NewsBox_btn1.png);
	font-size: 24px;
	font-weight: bold;
	color: #222;
	text-align: center;
	line-height: 108px;
}
#content .NewsBox .btnBox .btn:hover{
	text-decoration: underline;
}
#content .NewsBox .btnBox .btn.act{
	color: #e50010;
}
#content .NewsBox .btnBox .btn:nth-child(even){
	background-image: url(../images/index_NewsBox_btn2.png);
}
#content .NewsBox .btnBox .btn:not(:first-of-type){
	margin-left: -23px;
}
#content .NewsBox .btnBox .btn:nth-of-type(1){
	z-index: 9;
}
#content .NewsBox .btnBox .btn:nth-of-type(2){
	z-index: 8;
}
#content .NewsBox .btnBox .btn:nth-of-type(3){
	z-index: 7;
}
#content .NewsBox .btnBox .btn:nth-of-type(4){
	z-index: 6;
}
#content .NewsBox .ListBox{
	position: relative;
	width: 100%;
	height: 265px;
	background-color: #f9f9f9;
	overflow: hidden;
}

#content .NewsBox .ListBox .NewsArea{
	position: relative;
	width: 100%;
	height: 230px;
	background-color: #f9f9f9;
	overflow: hidden;
}

#content .NewsBox .ListBox .List{
	padding: 15px 25px 0px 25px;
}
#content .NewsBox .ListBox .List li{
	position: relative;
	padding-left: 83px;
	font-size: 1.125em;
	line-height: 24px;
	/* ↑(265w-padding上下-margin-bottom)/5條li */
	margin-bottom: 4px;
}
#content .NewsBox .ListBox .List li:hover{
	text-decoration: underline;
}
#content .NewsBox .ListBox .List li:after{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 65px;
	height: 100%;
	background: url(../images/sign1.png) no-repeat right 4.5px;
}
#content .NewsBox .ListBox .List .icon_new:after{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 57px;
	height: 100%;
	background: url(../images/icon_new.png) no-repeat center 1px;
	background-size: contain;
}

#content .ADbanner{
	position: relative;
	width: 800px;
	height: 140px;
	left: 50%;
	margin-left: -400px;
	margin-top: 60px;
	overflow: hidden;
}
@media screen and (min-width: 1280px) {
    /* 如果使用者之視窗寬度 >= 1280px，將會再載入這裡的 CSS。*/
    #content .ADbanner{
		width: 1200px;
		margin-left: -600px;
	}
}

#content .ADbanner ul{
	position: relative;
	width: 100%;
	height: 100%;
}
#content .ADbanner ul li{
	position: relative;
	float: left;
	width: 400px;
	height: 100%;
}
#content .ADbanner .btn{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	top: 50%;
	margin-top: -25px;
	background-color: rgba(53,55,56,0.9);
	background-repeat: no-repeat;
	background-position: center;
}
#content .ADbanner .btn.next{
	right: 12px;
	background-image: url(../images/index_ADbanner_btnNext.png);
}
#content .ADbanner .btn.prev{
	left: 12px;
	background-image: url(../images/index_ADbanner_btnNext.png);
}
#content .introduceBox{
	position: relative;
	width: 800px;
	height: 960px;
	left: 50%;
	margin: 30px 0;
	margin-left: -400px;
}
@media screen and (min-width: 1280px) {
    /* 如果使用者之視窗寬度 >= 1280px，將會再載入這裡的 CSS。*/
    #content .introduceBox{
		width: 1200px;
		height: 640px;
		margin-left: -600px;
	}
}
#content .introduceBox .introduce{
	position: relative;
	float: left;
	width: 284px;
	height: 240px;
	padding: 13px 58px;
	background-repeat: no-repeat;
	background-position: center;
}
#content .introduceBox .introduce:nth-of-type(1){
	background-image: url(../images/index_introduce1.png);
}
#content .introduceBox .introduce:nth-of-type(2){
	background-image: url(../images/index_introduce2.png);
}
#content .introduceBox .introduce:nth-of-type(3){
	background-image: url(../images/index_introduce3.png);
}
#content .introduceBox .introduce:nth-of-type(4){
	background-image: url(../images/index_introduce4.png);
}
#content .introduceBox .introduce:nth-of-type(5){
	background-image: url(../images/index_introduce5.png);
}
#content .introduceBox .introduce:nth-of-type(6){
	background-image: url(../images/index_introduce6.png);
}
#content .introduceBox .introduce .word{
	position: relative;
	width: 100%;
	height: 170px;
	text-align: center;
	font-size: 24px;
	line-height: 39px;
	padding-top: 70px;
	color: #000;	
	/*text-shadow: 0px 0px 2px #FFF,0px 0px 2px #FFF;
	font-weight: bold;*/
	display: none;
}
#content .introduceBox .introduce:nth-of-type(1) .word{
	background: url(../images/index_introduce1_hover.png) no-repeat center;
}
#content .introduceBox .introduce:nth-of-type(2) .word{
	background: url(../images/index_introduce2_hover.png) no-repeat center;
}
#content .introduceBox .introduce:nth-of-type(3) .word{
	background: url(../images/index_introduce3_hover.png) no-repeat center;
}
#content .introduceBox .introduce:nth-of-type(4) .word{
	background: url(../images/index_introduce4_hover.png) no-repeat center;
}
#content .introduceBox .introduce:nth-of-type(5) .word{
	background: url(../images/index_introduce5_hover.png) no-repeat center;
}
#content .introduceBox .introduce:nth-of-type(6) .word{
	background: url(../images/index_introduce6_hover.png) no-repeat center;
}

#content .introduceBox .introduce .word a:hover{
	color: #FFF;
}

table.noborder {
 border: 0 !important;
}
table.noborder tr{
 border: 0 !important;
}
table.noborder tr td{
 border: 0 !important;
}
.top{
	position: fixed;
	width:57px;
	height:57px;
	bottom:140px;
	right:20px;
	z-index:700;
	background-image: url(../images/top.png);
}
.top:hover{
	position: fixed;
	width:57px;
	height:57px;
	bottom:140px;
	right:20px;
	z-index:700;
	background-image: url(../images/top_hover.png);
}

/* 頁尾(#footer) */
#footer .floatBox{
	position: relative;
	width: 920px;
	height: 102px;
	left: 50%;
	margin-left: -450px;
	top: 15px;
}
#footer .LeftDiv ,#footer .RightDiv{
	position: relative;
	float: left;
	height: 100%;
}
#footer .LeftDiv{
	width: 400px;
	margin-right: 80px;
}
#footer .RightDiv{
	width: 420px;
}
#footer .address{
	position: relative;
}
#footer .copyright{
	position: relative;
	top: 80px;
	text-align: center;
}
#footer .logo{
	position: relative;
	width: 100%;
	max-width: 415px;
}
#footer .address img{
	width: 21px;
	vertical-align: middle; 
}