@charset "utf-8";

.notice {
    display: block;
    position: fixed;
    bottom: 0;
    padding: 15px;
    z-index: 99999;
    width: calc(100vw - 30px);
    text-align: center;
    height: 100vh;
    background-color: #000;
    opacity: 0.9;
    /* left: 50%; */
    /* top: 50%; */
	font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
}
.notice h3 {
    /*display: block; */
    left: 50%;
    top: 50%;
    color: #fff;
    width: calc(100% - 20px);
    margin: auto;
    position: absolute;
    transform: translate(-50%, -50%);
}
.op1{
	opacity: 1;
}
.notice button {
    background-color: #009bde;
    color: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    width: 200px;
    margin: auto;
    padding: 10px 50px;
    text-transform: uppercase;
    margin: 20px auto;
	cursor:pointer;
	border:0;
    /* opacity: 100%; */
}
.notice button:hover {
    background-color: #124B8D;
    color: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    width: 200px;
    margin: auto;
    padding: 10px 50px;
    text-transform: uppercase;
    margin: 20px auto;
	cursor:pointer;
    /* opacity: 100%; */
}

/* CSS Document */
#header, #footer, .container, .headerow, .contentblock, .filterarea, .filterdesc, .locblock, .statusrow, .filterrow, .tabrow, .planrow, .formrow, .question, .contentarea, .large_container, .area6row, .eventrow, .projectblock, .tab_row, .approw, .address_row, .contacttab, .parkbg, .iconrow, .paging, .iconblock, .enewarea, .enewsfieldsrow, .newstoprow, .tvblock_row, .pc_row, #before_enew, .enewblock{
	zoom:1;
}
#header:after, #footer:after, .container:after, .headerow:after, .contentblock:after, .filterarea:after, .filterdesc:after, .locblock:after, .statusrow:after, .filterrow:after, .tabrow:after, .planrow:after, .formrow:after, .question:after, .contentarea:after, .large_container:after, .area6row:after, .eventrow:after, .projectblock:after, .tab_row:after, .approw:after, .address_row:after, .contacttab:after, .parkbg:after, .iconrow:after, .paging:after, .iconblock:after, .enewarea:after, .enewsfieldsrow:after, .newstoprow:after, .tvblock_row:after, .pc_row:after, #before_enew:after, .enewblock:after{
	content:".";display:block;font-size:0;line-height:0;height:0;clear:both;visibility:hidden;
}

img{
	/*
	image-rendering: -moz-crisp-edges;
	image-rendering:   -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	*/
}
.pimgcol img {
    width: 100%;
}
input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
}

/*
img{
	image-rendering: -moz-pixelated;
	image-rendering:   -o-pixelated;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: pixelated;
	-ms-interpolation-mode: nearest-neighbor;
}
*/
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
}
html,body {
	height:100%;
}
a, img{
	text-decoration:none;
	border:none;
    outline:none;
}
h1, h2{
	padding:0;
	margin:0;
	font-weight:normal;
}
#wrapper {
	width:100%;
	/*max-width:1900px;*/
	margin:0 auto;
	position:relative;
}
.container{
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.inputfield{
	border:1px solid #d1d2d3;
	height:26px;
	padding:0 3%;
	width:94%;
}
.inputselect{
	border:1px solid #d1d2d3;
	height:26px;
	width:150px;
	padding:0 10px 0 10px;
	overflow: hidden;
	background: #FFF url(/images/selectarrow.png) no-repeat right center;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance: none;
	appearance:none; 
}
.inputselect select {
	background: transparent;
	width: 96%; 
	padding: 2%;
	font-size: 110%;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 24px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none; 
}
.news_select{
	border:1px solid #d1d2d3;
	height:26px;
	width:150px;
	padding:0 10px 0 10px;
	overflow: hidden;
	background: #FFF url(/images/news_arrow.png) no-repeat right center;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance: none;
	appearance:none; 
}
.news_select select {
	background: transparent;
	width: 96%; 
	padding: 2%;
	font-size: 110%;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 24px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none; 
}
select::-ms-expand {
    display: none;
}
/*
input[type="radio"] + label  {
    display:inline-block;
    width:auto;
    height:17px;
    margin:15px 15px 15px 0;
	padding:0px 0 0px 0px;
    vertical-align:middle;
    background:url(/images/radio.png) left -17px no-repeat;
    cursor:pointer;
}*/
.nav, .submenu{
	font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
}
/*
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
*/
.logo img{
	width:100%;
	height:auto;
}
.logo{
	float:left;
}
.topright{
	float:right;
}
.lang{
	font-family:arial,微軟正黑體, Microsoft JhengHei;
}
.loginbtn{
	font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
}
.sky{
	background: url(/images/bg-sky2.jpg) no-repeat center top;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#header{
	width:100%;
	z-index: 100;
	background-color:#FFF;
}
.p_fixed{
	position:fixed;
	width:100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.p_absolute{
	position:absolute;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.lock{
	position:fixed;
}
.contentarea{
	font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
	display:block;
	position:relative;
}
h1{
	font-size:40px;
	font-weight:normal;
	padding:0;
	margin:0;
}
h2{
	font-size:40px;
	font-weight:normal;
	padding:0;
	margin:0;
}
h3{
	font-size:22px;
	font-weight:normal;
	padding:0;
	margin:0;
}
h4{
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0;
}
.bluetext{
	color:#124b8d!important;
}
.bluetextbg{
	background:#124b8d!important;
}
.bluetext2{
	color:#1f9bde!important;
}
.lightbluetext{
	color:#1f82c5!important;
}
.whitetext{
	color:#FFF;
}

.greytext{
	color:#333;
}
.hiddentext{
	display:none;
}
.floatleft{
	float:left;
}
.floatright, .rightcontent{
	float:right;
}
#sidemenu{
	display:none;
}
#footer{
	background-color:#009bde;
	color:#fff;
	text-decoration:none;
	font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
	font-size:70%;
	text-align:center;
	padding:30px 15px 35px 15px;
	line-height:150%;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#023160;
}
.fadein {
	visibility: visible;
	opacity: 1;
	transition: opacity 2s linear;
	-webkit-transition: opacity 2s linear;
	-moz-transition: opacity 2s linear;
	-ms-transition: opacity 2s linear;
	-o-transition: opacity 2s linear;
}
.fadeout{
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 2s, opacity 2s linear;
	-webkit-transition: visibility 0s 2s, opacity 2s linear;
	-moz-transition: visibility 0s 2s, opacity 2s linear;
	-ms-transition: visibility 0s 2s, opacity 2s linear;
	-o-transition: visibility 0s 2s, opacity 2s linear;
}
#service_sub{
	display:none;
}
.uppercase{
	text-transform:uppercase;
}
.expanded{
	height:auto!important;
}
input[type=radio] {
	display: none;
}
.filterformarea input[type=radio] + label{
	width:100%;
	height:20px;
	border-radius:20px;
	line-height:20px;
}
.filterformarea input[type=radio] + label:before{
	content :' ';
	display: inline-block;
	border-radius:26px;
	background-color:#ccc;
	width:26px;
	height:26px;
	line-height:26px;
	vertical-align: middle;
	margin:0 10px 0 0;
	font-family:arial,微軟正黑體, Microsoft JhengHei;
}
.filterformarea input[type=radio]:checked + label:before{
	content :'✓';
	display: inline-block;
	border-radius:26px;
	background-color:#2099d3;
	color:#FFF;
	width:26px;
	height:26px;
	line-height:26px;
	margin:0 10px 0 0;
	text-align:center;
	font-family:arial,微軟正黑體, Microsoft JhengHei;
	font-weight:bold;
	font-size:120%!important;
}
.filterformarea input[type=radio] + label:after{
	padding:0 0 0 0px;
	width:auto;
	line-height:20px;
	height:20px;
}

/*****/
.formrow input[type=radio] + label{
	width:100%;
	height:20px;
	border-radius:20px;
	line-height:20px;
	margin:0 120px 0 0;
}
.formrow input[type=radio] + label:before{
	content :' ';
	display: inline-block;
	border-radius:15px;
	border:1px solid #ddd;
	background-color:#FFF;
	width:15px;
	height:15px;
	line-height:15px;
	vertical-align: middle;
	margin:0 10px 4px 0;
	font-family:arial,微軟正黑體, Microsoft JhengHei;
}
.formrow input[type=radio]:checked + label:before{
	content :'✓';
	display: inline-block;
	border-radius:15px;
	background-color:#2099d3;
	color:#FFF;
	width:15px;
	height:15px;
	line-height:15px;
	margin:0 10px 0 0;
	text-align:center;
	font-family:arial,微軟正黑體, Microsoft JhengHei;
	font-weight:bold;
	font-size:120%!important;
}
.formrow input[type=radio] + label:after{
	padding:0 0 0 0px;
	width:auto;
	line-height:20px;
	height:20px;
}
/*****/
.filter_submit{
	background-color:#124b8d;
	font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
	font-size:90%;
	color:#FFF;
	text-align:center;
	height:35px;
	border-radius:35px;
	width:80%;
	margin:5% 10%;
	border:0;
}
.tabdetail{
	position:relative;
}
.textaligncenter{
	text-align:center;
}
.nolrmargin{
	margin-left:0!important;
	margin-right:0!important;
}
.super{
	font-size:50%;
	position:absolute;
	top: 0px;
}
.plansubtitle{
	position:relative;
}
.planremark, .privacy, .planremark a, .privacy a{
	color:#808080;
	font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
}
.submit_btn{
	background-color:#124b8d;
	border:0;
	height:42px;
	line-height:42px;
	border-radius:42px;
	text-align:center;
	padding:0px 60px;
	color:#fff;
	font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
	display:block;
	cursor:pointer;
}
.submit_btn:hover{
	background-color:#005baa;
	border:0;
	height:42px;
	line-height:42px;
	border-radius:42px;
	text-align:center;
	padding:0px 60px;
	color:#fff;
	font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
	display:block;
}
.transbtn{
	border:1px solid #FFF;
	height:42px;
	line-height:42px;
	border-radius:42px;
	text-align:center;
	padding:0px 60px;
	color:#fff;
	font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
	display:block;
}
.transbtn:hover{
	border:1px solid #009bde;
	color:#009bde;
	background-color:#fff;
}
.error{
	color:#ff0000;
	font-size:90%;
	height:1px;
}
.e_error{
	font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
	color:#FF5B00;
	display:none;
}
.anwser{
	display:none;
	color:#333!important;
}
.question_active{
	color:#009bde!important;
	/*border-bottom:0px solid #d9dadb!important;*/
}
.question{
	color:#666666;
}
.projectname{
	color:#114B8D;
	font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
	position:relative;
}
.projecticon{
	background: url(/images/p-arrow.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	-webkit-background-size:  23px;
	-moz-background-size:  23px;
	-o-background-size:  23px;
	/*
	background-size: 20px;
	width: 15px;
    height: 28px;*/
	background-size: 23px;
    width: 21px;
    height: 34px;
    display: inline-block;
}
.projecticon:hover{
	background: url(/images/p-arrow_h.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
	-webkit-background-size:  23px;
	-moz-background-size:  23px;
	-o-background-size:  23px;
	/*
	background-size: 20px;
	width: 15px;
    height: 28px;*/
	background-size: 23px;
}

.projectloc{
	color:#998999;
	font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
}
.projectbtn{
	color:#009ADD;
	cursor:pointer;
	font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
	
}
.contentarea6{
	background-color:#d9ebf2;
	text-align:center;
}
#contentarea_6 .title{
	color:#114B8D;
}
.area6block{
	max-width:100%;
	overflow:hidden;
}
.relative{
	position:relative;
}
.fontalignleft{
	text-align:left!important;
}
.msource {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.msource iframe,
.msource object,
.msource embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.spectext{
	color:#114B8D;
	font-size:120%;
	font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
}
.show{
	display:block;
}
.sup{
	font-size:70%;
	position:absolute;
	top:3px;
}
.num{
	position:relative;
}
#logoutbtn, #logoutsbtn{
	display:none;
}
#loginbtn,#loginsbtn{
	display:block;
}
.relate{
	position:relative;
}
#formRowBorder a{
	color:#333;
}
#formRowBorder a:hover{
	color:#666;
}
.whitetext{
	color:#fff;
}
.mix{
	display: none;
}
.confirmtext{
    font-family: RobotoLight,微軟正黑體, Microsoft JhengHei;
	line-height:150%;
}
a{
	text-decoration:none;
	color:#000;
}
.lastitem{
	margin:0!important;
}
#third_guidetab, #fourth_guidetab, #guidetabs3, #guidetabs4{
	display:none;
}
.disabletxt{
	color:#bcbec0!important;
}
.rel{
	position:relative!important;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#contentarea_8{
	position: fixed;
    /* width: 100%; */
    /* display: block; */
    bottom: 0;
    width: 100%;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	z-index:100;
}
#con_btn{
	color:#fff;
}
#contentarea_8{
	display:none;
}
#contentarea_10{
	background-color:#124B8D;
	position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 99;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#tab_5{
	display:none;
}
.fivetab{
	width:25%;	
}
/*###########################*/
@media screen and (min-width: 320px){
	.headerow{
		max-width:100%;
		background-color:#FFF;
		display:block;
	}
	.logo{
		height:72px;
	}
	.logo img{
		width:auto;
		height:72px;
	}
	.container{
		padding:0 15px;
	}
	#header{
		position:fixed;
		box-shadow:5px 0px 8px #e7e7e7;
	}
	#largenav{
		display:none;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#smallnav{
		display:block;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.smallnavbtn{
		height:72px;
		width:27px;
		margin:0 0px 0 0;
		float:right;
		display:block;
		background: url(/images/small_nav.png);
		background-repeat: no-repeat;
		background-position: 0 center;
		background-attachment: local;
		-webkit-background-size:  22px auto;
		-moz-background-size:  22px auto;
		-o-background-size:  22px auto;
		background-size: 25px auto;
		z-index:102;
	}
	.smallmenu{
		background-color:#1f9bde;
		height:101%;
		position:fixed;
		width:70%;
		right:-70%;
		z-index:101;
	}
	.smallnavx{
		float:right;
		right:0;
		background: url(/images/small_nav_close.png);
		background-repeat: no-repeat;
		background-position: 0 center;
		background-attachment: local;
		-webkit-background-size:  22px auto;
		-moz-background-size:  22px auto;
		-o-background-size:  22px auto;
		background-size: 22px auto;
		z-index:102;
		position: absolute;
	}
	.smallnav{
		/*background-color:rgba(0,0,0,0.6);*/
		position:relative;
		height:0px;
	}
	.smallmask{
		background-color:rgba(255,255,255,0.7);
		position:absolute;
		z-index:101;
		width:100%;
		display:none;
		height:0px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		right:0;
	}
	.contentarea img{
		width:100%;
		height:auto;
	}
	#contentarea_1{
		padding:72px 0 0 0;
	}
	.title{
		font-size:180%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
	}
	.shortdesc{
		font-size:130%;
		line-height:120%;
	}
	#contentarea_1 .title{
		padding:70px 0 20px 0;
	}
	#contentarea_1 .shortdesc{
		padding:0 0 55px 0;
	}
	#contentarea_2 .title{
		padding:31px 0 16px 0;
	}
	#contentarea_2 .shortdesc{
		padding:0 0 20px 0;
	}
	#contentarea_6 .title{
		padding:40px 0 46px 0;
	}
	.content1{
		background: url(/images/bg-sky.jpg);
		background-repeat: no-repeat;
		background-position: 0 center;
		background-attachment: local;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		position:relative;
		margin:auto;
		left: 0;
		right: 0;
		top: 0;
		padding: 0 5%;
		text-align: center;
	}
	.scrollicon{
		display:none;
	}
	.scrolldown{
		display:block;
		background: url(/images/scroll_arrow.png);
		background-position: 0 bottom;
		background-repeat: no-repeat;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		width:22px;
		height:12px;
		margin:auto;
		padding:10px 0 0 0;
	}
	.smallmenu, .smallmenu a{
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:100%;
		color:#FFF;
	}
	.smallmenu ul{
		padding: 0px 20px 0;
		margin: 50px 0 0;
		list-style: none;
		overflow: auto;
		position: relative;
		width: calc(100% - 40px);
		/*max-height: calc(100% - 110px);*/
		max-height: calc(100% - 200px);
		background: url(/images/small_nav_blend.png);
		background-position: 0 bottom;
		background-repeat: repeat-x;
	}
	.smallmenu ul li{
		padding:2px 0 20px 0;
		display:block;
	}
	.blendbg {
		background: url(/images/small_nav_blend.png);
		background-position: 0 0;
		background-repeat: repeat-x;
		position: absolute;
		z-index: 1000;
		height: 40px;
		width: 100%;
		bottom: 137px;
	}
	.small_submenu{
		border-top:1px solid #FFF;
		border-bottom:1px solid #FFF;
		margin:10px 0!important;
		padding:18px 0 0!important;
		font-size:95%;
	}
	.small_submenu a{
		padding:0 0 0 10px;
		display: block;
	}
	.small_topmenu{
		background: url(/images/cat_open_icon.png);
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: local;
		-webkit-background-size:  19px auto;
		-moz-background-size:  19px auto;
		-o-background-size:  19px auto;
		background-size: 19px auto;
		display:block;
	}
	.small_topmenu_active{
		background: url(/images/cat_close_icon.png);
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: local;
		-webkit-background-size:  19px auto;
		-moz-background-size:  19px auto;
		-o-background-size:  19px auto;
		background-size: 19px auto;
		display:block;
	}
	.small_topmenu ul{
		padding:0;
		display:none;
	}
	.lang{
		padding:0 0 30px 0!important;
		display:block;
	}
	.whitebg{
		background-color:#fff;
	}
	.large_img{
		display:none;
	}
	.small_img{
		display:block;
	}
	.leftimg{
		background: url(/images/bg-left-car.png) no-repeat bottom left;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: auto 70%;
		height:auto;
		display:block;
		width: 65%;
		float: left;
		position: absolute;
		left: 0;
		z-index:10;
	}
	.rightimg{
		background: url(/images/bg-right-charger.png) no-repeat bottom right;
		-webkit-background-size:  auto 55%;
		-moz-background-size:  auto 55%;
		-o-background-size:  auto 55%;
		background-size: auto 55%;
		height:100%;
		display:block;
		width: 35%;
		float: right;
		position: absolute;
		right: 0;
		z-index:10;
	}
	.extramobile{
		height:300px;
		display:block;
	}
	.loginsbtn{
		background-color:#FFF;
		height:40px;
		border-radius:40px;
		width:calc(100% - 40px);
		display: block; 
		color:#1f9bde!important;
		text-transform:uppercase;
		text-align:center;
		line-height:40px;
		font-size:80%!important;
		margin:0 auto;
		position:absolute;
		left:0;
		right:0;
		bottom:30px;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei!important;
	}
	.logoutsbtn{
		background-color:#FFF;
		height:40px;
		border-radius:40px;
		width:calc(100% - 40px);
		display: block; 
		color:#1f9bde!important;
		text-transform:uppercase;
		text-align:center;
		line-height:40px;
		font-size:80%!important;
		margin:0 auto;
		position:absolute;
		left:0;
		right:0;
		bottom:30px;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei!important;
	}
	.logoutssub{
		position: absolute;
		bottom: 72px;
		width: calc(100% - 40px);
		padding: 0 20px 20px;
		color: #fff;
		text-align: left;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei!important;
		font-size:100%;
		line-height: 200%;
		display:none;
	}
	.loginicon{
		background: url(/images/user_icon.png) no-repeat center left;
		-webkit-background-size:  auto 9px;
		-moz-background-size:  auto 9px;
		-o-background-size:  auto 9px;
		background-size: 9px auto;
		padding: 5px 0 5px 20px;
		
	}
	.myacc{
		padding:0 0 0 20px;
		display:block;
	}
	.content2a{
		width: 90%;
		padding: 0 5%;
		text-align:center;
	}
	.content2b{
		width:100%;
	}
	.content2b img{
		position:relative;
		bottom:0px;
		max-width:547px;
		display:block;
		margin:auto;
	}
	.content2btn{
		font-size:14px;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;	
		font-weight:bold;
		color:#009bde;
		text-align:center;
		width:260px;
		height:42px;
		line-height:42px;
		border-radius:21px;
		border:1px solid #009bde;
		margin:0 auto 20px auto;
		cursor:pointer;
		display:block;
	}
	.content2btn:hover{
		color:#FFF;
		background-color:#009bde;
	}
	.small_submenu{
		width:100%!important;
	}
	.breadcrumb{
		height:61px;
		line-height:61px;
		background-color:#f7f7f7;
		color:#868686;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		font-size:12px;
		padding:73px 0 0 0;
	}
	.breadcrumbrow{
		padding:0;
	}
	.leftoverlay{
		background-color:rgba(255,255,255,0.98);
		position:absolute;
		display:none;
		width:calc(100% - 30px);
		height:100%;
		min-height:100px;
		padding:0 15px;
		top:0;
	}
	.leftclose{
		background: url(/images/close_grey.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: local;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		width:37px;
		height:37px;
		position:absolute;
		top:10px;
		right:10px;
		cursor:pointer;
	}
	.leftcontent{
		float:left;
		width: 100%;
		/*padding:0 15px;*/
	}
	.functionarea{
		width:100%;
		position:relative;
		display:block;
	}
	.overlay_title{
		color:#333;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:24px;
		padding:10px 0 28px 0;
	}
	.overlay_loc{
		color:#009bde;
		font-size:16px;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
		padding: 0 0 10px 0;
	}
	.overlay_add{
		color:#333;
		font-size:16px;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding: 0 10% 15px 0;
		line-height:24px;
	}
	.overlay_type{
		color:#808080;
		font-size:16px;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
	}
	.locblock{
		padding:28px 15px;
		border-bottom:1px solid #d2d3d4;
	}
	.locblock:first-child{
		padding-top:0!important;
	}
	.filterarea, .filterdesc{
		font-size:75%;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
	}
	.filterarea{
		padding: 10px 15px 10px;
		background-color:#f4f9fa;
		height:25px;
		overflow:hidden;
	}
	.filterdesc{
		padding: 10px 15px 0;
		background-color:#FFF;
	}
	.filterleft{
		float:left;
		width:70px;
		display:block;
		color:#124b8d;
	}
	.filterright{
		float:left;
		width:65%;
		display:block;
		margin:0 0 0px 3%;
	}
	.filterexpand{
		float:right;
		width:5%;
		background: url(/images/expand_btn.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-attachment: local;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		width:19px;
		height:10px;
		padding:11px 0 0 0;
		cursor:pointer;
		display: block;
	}
	.filterexpand_close{
		float:right;
		width:5%;
		background: url(/images/expand__close_btn.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-attachment: local;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		width:19px;
		height:10px;
		padding:11px 0 0 0;
		cursor:pointer;
		display: block;
	}
	.filterlefttext{
		display: block;
		/* vertical-align: middle; */
		float: left;
		width: 30px;
		line-height: 26px;
	}
	.filtertable{
		display:table;
	}
	.filterbtn{
		width: 26px;
		height: 26px;
		border-radius: 13px;
		background-color: #2099d3;
		color: #FFF;
		float: left;
		text-align: center;
		font-size: 120%;
		line-height: 19px;
		margin: 0 0 0 10px;
		font-weight: bold;
		cursor: pointer;
		display: block;
	}
	.filteritem{
		padding:0 15px;
		background-color:#99a1a7;
		border-radius:13px;
		height:26px;
		float:left;
		margin:0 10px 10px 0;
		line-height:26px;
		color:#FFF;
	}
	.statustab{
		float:left;
		padding:0 10px 0 23px;
		margin:0 15px 15px 0;
		line-height: 25px;
		display:block;
		white-space: nowrap;
	}
	.greenthunder{
		background: url(/images/green-thunder-icon.png);
		background-repeat: no-repeat;
		background-position: center left;
		background-attachment: local;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		width:auto;
		height:25px;
	}
	.orangethunder{
		background: url(/images/orange-thunder-icon.png);
		background-repeat: no-repeat;
		background-position: center left;
		background-attachment: local;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		width:auto;
		height:25px;
	}
	.bluethunder{
		background: url(/images/blue-thunder-icon.png);
		background-repeat: no-repeat;
		background-position: center left;
		background-attachment: local;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		width:auto;
		height:25px;
	}
	.calendar{
		background: url(/images/calendar-icon.png);
		background-repeat: no-repeat;
		background-position: center left;
		background-attachment: local;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		padding:0 20px 0 35px;
		width:auto;
		height:25px;
	}
	
	.google-maps {
        position: relative;
        padding-bottom: 75%; /*his is the aspect ratio*/
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
      /* Optional: Makes the sample page fill the window. */
	html, body {
		height: 100%;
		margin: 0;
		/*padding: 0;*/
	}
	.maparea{
		height:100%;
		width:100%;
		min-height: 800px;
	}
	.rightmap{
		display:none;
	}
	.loctitle{
		padding:30px 0 23px;
		text-align:center;
	}
	.lociconarea{
		float:right;
		width:25%;
		height:10%;
	}
	.locatextarea{
		float:left;
		width:70%;
		height:10%;
	}
	.greenicon{
		background: url(/images/green-thunder-icon.png) no-repeat top center;
		-webkit-background-size:  19px auto;
		-moz-background-size:  19px auto;
		-o-background-size:  19px auto;
		background-size: 19px auto;
	}
	.orangeicon{
		background: url(/images/orange-thunder-icon.png) no-repeat top center;
		-webkit-background-size:  19px auto;
		-moz-background-size:  19px auto;
		-o-background-size:  19px auto;
		background-size: 19px auto;
	}
	.blueicon{
		background: url(/images/blue-thunder-icon.png) no-repeat top center;
		-webkit-background-size:  19px auto;
		-moz-background-size:  19px auto;
		-o-background-size:  19px auto;
		background-size: 19px auto;
	}
	.calenicon{
		background: url(/images/calendar-icon.png) no-repeat top center;
		-webkit-background-size:  28px auto;
		-moz-background-size:  28px auto;
		-o-background-size:  28px auto;
		background-size: 28px auto;
	}
	.loci{
		background: url(/images/information-icon.png) no-repeat top center;
		-webkit-background-size:  24px auto;
		-moz-background-size:  24px auto;
		-o-background-size:  24px auto;
		background-size: 24px auto;
		cursor:pointer;
	}
	.loci:hover{
		background: url(/images/information-icon_h.png) no-repeat top center;
		-webkit-background-size:  24px auto;
		-moz-background-size:  24px auto;
		-o-background-size:  24px auto;
		background-size: 24px auto;
	}
	.locicon{
		width:28px;
		height:40px;
		float:right;
		margin:0 0 0 5px;
	}
	.button{
		color:#124b8d;
		font-size:14px;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
		border:1px solid #124b8d;
		border-radius:21px;
		height:42px;
		padding:0 25px;
		text-align:center;
		line-height:42px;
		max-width:200px;
		cursor:pointer;
		display:block;
		margin:0 auto 35px;
	}
	.pre_regbtn{
		color:#124b8d;
		font-size:14px;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
		border:1px solid #124b8d;
		border-radius:21px;
		height:42px;
		padding:0 25px;
		text-align:center;
		line-height:42px;
		max-width:178px;
		cursor:pointer;
		display:block;
	}
	.ugbutton{
		color:#124b8d;
		font-size:14px;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
		border:1px solid #124b8d;
		border-radius:21px;
		height:42px;
		padding:0 50px;
		text-align:center;
		line-height:42px;
		max-width:200px;
		cursor:pointer;
		display:block;
		margin:0 auto 35px;
		float:none;
	}
	.pre_regbtn:hover, .button:hover, .ugbutton:hover{
		background-color:#124b8d;
		color:#FFF;
	}
	.statusarea{
		border-top:1px solid #dddedf;
		padding:26px 0 0 0;
		margin:20px 0 0 0;
		width:100%;
		color:#333;
		font-size:14px;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
	}
	.idle{
		background-color:#80b641;
		width:12px;
		height:12px;
		border-radius:6px;
		margin:0 10px 0 0;
		float:left;
		display:inline-block;
	}
	.occupied{
		background-color:#124b8d;
		width:12px;
		height:12px;
		border-radius:6px;
		margin:0 10px 0 0;
		float:left;
		display:inline-block;
	}
	.statusicon{
		margin:0 15px 30px 0px;
		float:left;
		display:inline-block;
	}
	.statusblue{
		color:#124b8d;
		display:inline-block;
		margin:0 15px 8px 0;
		float:left;
	}
	.statusgreen{
		color:#80b641;
		display:inline-block;
		margin:0 15px 8px 0;
		float:left;
	}
	.statusleft{
		float:left;
		width:15%;
	}
	.statusright{
		float:left;
		width:85%;
	}
	.statusrow{
		margin:0 0 20px 0;
	}
	.filterrow{
		padding:20px 0;
		border-top:1px solid #d2d3d4;
		border-bottom:1px solid #d2d3d4;
		color:#000;
		font-size:90%;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
	}
	.filterrow:first-child{
		padding:20px 0;
		border-bottom:none;
	}
	.radiorow{
		display:block;
		padding:10px 0;
	}
	.radiorow:first-child,.radiorow:last-child{
		display:block;
		/*padding:20px ;*/
	}
	.filter_left{
		float:left;
		width:calc(40% - 15px);
	}
	.filter_right{
		float:left;
		width:calc(60% - 15px);
	}
	.abouttitle{
		padding:52px 0 35px;
		text-align:center;
	}
	.eventtitle{
		padding:22px 0 35px;
		text-align:center;
	}
	.tabrow{
		/*padding:0 18px;*/
		font-size:20px;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		color:#9a989a;
	}
	.tabrow img{
		height:30px;
		width:auto;
	}
	.twotab{
		width:50%;
	}
	.threetab{
		width:33.33%;
	}
	.fourtab{
		width:25%;
	}
	.active_tab{
		background-color:#009bde;
		color:#FFF;
		border-bottom:1px solid #009bde!important;
	}
	
	.about_subtitle{
		color:#1f82c5;
		font-size:120%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding:28px 0 0px;
	}
	.about_desc{
		color:#333;
		font-size:90%;
		line-height:140%;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding:0 0 18px 0;
	}
	.slide_desc {
		color: #333;
		font-size: 16px;
		line-height: 26px;
		font-family: RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding: 0 10px 18px 10px;
		text-align:left;
	}
	.slidecontent{
		padding:0 15px;
	}
	.smalltab{
		display:block;
		position:relative;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		width:100%;
		/*margin:0 15px;*/
		height:45px;
		background:#009bde url(/images/small_nav_arrow.png) no-repeat center right;
		-webkit-background-size:  auto 6px;
		-moz-background-size:  auto 6px;
		-o-background-size:  auto 6px;
		background-size: auto 6px;
		color:#FFF;
		text-align:center;
		line-height:45px;
	}
	.smallsubtab{
		display:none;
		position:absolute;
		left:0px;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		width: calc(100% - 30px);
		z-index: 80;
		background:rgba(255,255,255,0.95);
		margin: 0 15px;
	}
	.smalltabrow{
		width:100%;
	}
	.about_tab1_content{
		background: url(/images/about_tab1_bg.jpg) no-repeat bottom right;
		-webkit-background-size:  auto 300px;
		-moz-background-size:  auto 300px;
		-o-background-size:  auto 300px;
		background-size: auto 300px;
		padding:0 0 250px 0;
	}
	.tabrow{
		display:none;
		font-size:100%;
	}
	.stab {
		text-align: center;
	}
	/*
	.tab:hover{
		background: #009bde;
		color:#fff;
	}*/
	.about_tab1{
		background: url(/images/about_tab1_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.about_tab1_active{
		background: #009bde url(/images/about_tab1_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	.about_tab2{
		background: url(/images/about_tab2_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.about_tab2_active{
		background: #009bde url(/images/about_tab2_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	.about_tab3{
		background: url(/images/about_tab3_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.about_tab3_active{
		background: #009bde url(/images/about_tab3_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	/**********************/
	
	.service_tab1{
		background: url(/images/service_tab1_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.service_tab1_active{
		background: #009bde url(/images/service_tab1_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	
	.service_tab2{
		background: url(/images/service_tab2_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.service_tab2_active{
		background: #009bde url(/images/service_tab2_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	
	.service_tab3{
		background: url(/images/service_tab3_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.service_tab3_active{
		background: #009bde url(/images/service_tab3_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	
	.service_tab4{
		background: url(/images/service_tab4_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.service_tab4_active{
		background: #009bde url(/images/service_tab4_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	
	.support_tab1{
		background: url(/images/support_tab1_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.support_tab1_active{
		background: #009bde url(/images/support_tab1_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	
	.support_tab2{
		background: url(/images/support_tab2_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 44px;
	}
	.support_tab2_active{
		background: #009bde url(/images/support_tab2_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 44px;
		color:#FFF;
	}
	
	.support_tab3{
		background: url(/images/support_tab3_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.support_tab3_active{
		background: #009bde url(/images/support_tab3_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	
	.support_tab4{
		background: url(/images/support_tab4_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.support_tab4_active{
		background: #009bde url(/images/support_tab4_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	
	.event_tab1{
		background: url(/images/news_tab1_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.event_tab1_active{
		background: #009bde url(/images/news_tab1_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	.event_tab2{
		background: url(/images/news_tab2_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.event_tab2_active{
		background: #009bde url(/images/news_tab2_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}
	.event_tab3{
		background: url(/images/news_tab3_icon.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
	}
	.event_tab3_active{
		background: #009bde url(/images/news_tab3_icon_over.png) no-repeat center left;
		-webkit-background-size:  37px auto;
		-moz-background-size:  37px auto;
		-o-background-size:  37px auto;
		background-size: 37px auto;
		/*width: 44px;*/
		height: 45px;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 36px;
		color:#FFF;
	}	
	
	/**********************/
	.about_logo{
		height:73px;
		width:auto;
		padding:58px 0 30px;
	}
	.about_tab1_block{
		
	}
	.sep{
		width:100px;
		height:1px;
		background:#009bde;
		margin:28px auto;
	}
	.about_tab1_subtitle{
		color:#1f82c5;
		font-size:100%;
		line-height:130%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding:0;
	}
	.about_tab1_desc{
		color:#333;
		font-size:90%;
		line-height:130%;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding:0 0px 18px 0;
	}
	.ug_subtitle{
		color:#1f82c5;
		font-size:120%;
		line-height:130%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding: 40px 0 0 0;
		text-align:center;
	}
	.ud_desc{
		color:#333;
		font-size:100%;
		line-height:130%;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding:0 0px 28px 0;
		text-align:center;
	}
	.service_tab_desc{
		padding:35px 0px 0;
		color:#1f82c5;
		text-align:center;
		font-size:100%;
		line-height: 130%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;	
	}
	.planarea{
		background:#f7f7f7;
		padding:30px 0px;
	}
	.plantitle{
		font-size:110%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		text-align:center;
		padding:20px 0 30px;
	}
	.plansubtitle{
		font-size:80%;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		color:#333333;
		padding:0 0 20px 0;
	}
	.planrow{
		border-color:#cbcacb;
		border-style:none none none none;
		border-width: 0px 0px 4px 0;
		padding:0px 0 10px;
		display:table;
		width:100%;
		font-family: RobotoRegular,微軟正黑體, Microsoft JhengHei;
	}
	.largetext{
		font-size:140%;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
	}
	.plancola, .planblock, .planblock2, .planblock3, .planblock4{
		height:67px;
		text-align:center;
		display:table-cell;
		vertical-align:middle;
		border-width: 0px 4px 0px 0;
		font-size:110%;
		color:#333;
	}
	.plancola{
		width:100%;
		background-color:#1f9bde;
		color:#FFF;
		text-transform:uppercase;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
		font-size:100%;
		display:block;
		height:48px;
		line-height:48px;
		/*float:left;*/
	}
	.plancolb{
		display:table;
		width:100%;
		height:100px;
		padding:15px 0;
		border-color:#cbcacb;
		border-style:none none dotted none;
	}
	.planblock{
		width:50%;
		/*float:left;*/
		border-color:#cbcacb;
		border-style:none dotted none none;
	}
	.planblock2{
		width:50%;
		/*float:left;*/
		border-color:#cbcacb;
		border-style:none none none none;
	}
	.planblock3{
		width:50%;
		/*float:left;*/
		border-color:#cbcacb;
		border-style:none dotted none none;
	}
	.planblock4{
		width:50%;
		/*float:left;*/
	}
	.planremark{
		font-size:70%;
		line-height:120%;
	}
	.privacy{
		font-size:70%;
	}
	.bottomvisual{
		padding:50px 0 100px;
		margin:0 0 50px 0;
		text-align:center;
		background: #FFF url(/images/service_tab1_visual.png) no-repeat bottom center;
		-webkit-background-size:  90% auto;
		-moz-background-size:  90% auto;
		-o-background-size:  90% auto;
		background-size: 90% auto;
	}
	.bottom_title{
		color:#009bde;
		font-size:120%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding:0 0 20px 0;
	}
	.bottom_desc{
		color:#333333;
		font-size:90%;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding:0 0 30px 0;
	}
	.inputselect{
		background: url(/images/selectarrow.png) no-repeat center right;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		display:block;
		width:100%;
		background-color:#fff;
		height:43px;
		margin:5px 0 0px 0;
	}
	.news_select{
		background: url(/images/news_arrow.png) no-repeat center right;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		display:block;
		width:100%;
		background-color:#fff;
		height:30px;
		margin:5px 0 0px 0;
	}
	.inputfield{
		height:36px;
		margin:5px 0 0px 0;
	}
	.formsep{
		margin:30px 0;
		width:100%;
		background:#d2d3d4;
		height:1px;
		display:block;
	}
	.submit_btn{
		margin:20px auto;
		font-size:100%;
		width:90%;
		max-width:500px;
	}
	.transbtn{
		margin:20px auto;
		font-size:100%;
		width:90%;
		max-width:150px;
	}
	.formblock2{
		width:48.5%;
		margin:0 3% 0 0;
		float:left;
	}
	.formblock3{
		width:48.5%;
		float:left;
	}
	.formrow{
		font-size:90%;
		font-family: RobotoRegular,微軟正黑體, Microsoft JhengHei;
	}
	.formrow input[type=radio] + label{
		margin:10px 0;
		display:inline-block;
		width:49%;
	}
	.formblock2,.formblock3,.formblock4,.formblock5{
		padding:25px 0 0 0;
	}
	.marketlayer{
		padding:35px 0 0 0;
		color:#333333;
		/*font-size:90%;*/
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
	}
	.faqlayer{
		padding:35px 0!important;
	}
	.guidelayer{
		padding:35px 15px!important;
	}
	.contactlayer{
		padding:35px 0!important;
	}
	.question{
		padding:0 0 22px 0;
		/*display:table;*/
	}
	.qnumber{
		padding:0px 10px 0 0 ;
	}
	.navcol, .c_navcol, .g_navcol{
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		color:#808080;
		padding: 0 0 0px 14px;
		margin:0 0 20px 0;
		cursor:pointer;
	}
	.navbar{
		display:none;
	}
	.navcols, .contactcols, .guidecols{
		display:block;
		width:90%;
		border-bottom:2px solid #eaeaea;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		background: #f7f7f7 url(/images/plus.png) no-repeat center right;
		-webkit-background-size:auto 15px;
		-moz-background-size:auto 15px;
		-o-background-size:auto 15px;
		background-size:auto 15px;
		color:#808080;
		padding:0 5%;
		height:52px;
		line-height:52px;
		margin:0 0 10px 0;
	}
	.navcols_active, .contactcols_active,  .guidecols_active{
		display:block;
		width:90%;
		border-bottom:2px solid #044872;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		background: #005baa url(/images/minus.png) no-repeat center right;
		-webkit-background-size:auto 15px;
		-moz-background-size:auto 15px;
		-o-background-size:auto 15px;
		background-size:auto 15px;
		padding:0 5%;
		color: #fff;
		margin:0 0 30px 0;
	}
	/*
	.contactcols_active {
		display:block;
		width:94%;
		background-color:#005baa;
		border-bottom:2px solid #044872;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding:0 3%;
		color: #fff;
		margin:0 0 10px 0;
	}
	.guidecols_active {
		display:block;
		width:94%;
		background-color:#005baa;
		border-bottom:2px solid #044872;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding:0 3%;
		color: #fff;
		margin:0 0 10px 0;
	}
	*/
	.faqtab, .contacttab{
		display:none;
	}
	.headertab{
		display:none;
	}
	.navbars_active{
		display:block;
		width:100%;
		background-color:#005baa;
		color:#fff;
	}
	.qnumber, .qrow{
		display:inline-block;
	}
	.qnumber{
		/*display:table-cell;*/
		width:15%;
		max-width:30px;
		vertical-align:top;
	}
	.qrow{
		/*display:table-cell;*/
		width:80%;
		max-width:600px;
		vertical-align:top;
		line-height:150%;
	}
	.anwser{
		padding: 20px 0 0 39px;
		line-height: 140%;
	}
	.contentarea3{
		background: #009bde url(/images/main_service_charge_bg.jpg) no-repeat top center;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
		padding:50px 0 100px 0;
		position:relative;
		/*min-height:648px;*/
	}
	.contentarea4{
		background:#009bde;
		padding:0 0 10px 0;
	}
	.buildinglayer{
		position:absolute;
		bottom:0;
		background: url(/images/building.png) no-repeat bottom center;
		-webkit-background-size:auto 100%;
		-moz-background-size:auto 100%;
		-o-background-size:auto 100%;
		background-size:auto 100%;
		height:100px;
		width:100%;
	}
	.buildinglayer img{
		display:block;
	}
	#contentarea_3 .shortdesc{
		padding:25px 0 30px;
	}
	#contentarea_4 .title {
		padding: 80px 0 30px 0;
	}
	#contentarea_4 .shortdesc {
		padding: 0 0 14px 0;
	}
	.service_block{
		/*width:calc(50% - 6px);*/
		width:calc(33.3% - 7px);
		height:38px;
		padding:100px 0 0 0;
		text-align:center;
		margin:0 7px 7px 0;
		/*background:rgba(255,255,255,0.2);*/
		border:1px solid #fff;
		float:left;
		font-size:95%;
		color:#fff;
	}
	/*
	.service_block:nth-child(even){
		margin:0 0px 7px 0;
	}*/
	.service_block:last-child{
		/*margin:0 0px 30px 0;*/
		margin:0 0px 7px 0;
	}
	/******main******/
	.splan1{
		background: rgba(255,255,255,0.2) url(/images/splan1.png) no-repeat center 28px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
	}
	.splan2{
		background: rgba(255,255,255,0.2) url(/images/splan2.png) no-repeat center 28px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
	}
	.splan3{
		background: rgba(255,255,255,0.2) url(/images/splan3.png) no-repeat center 28px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
	}
	.splan4{
		background: rgba(255,255,255,0.2) url(/images/splan4.png) no-repeat center 28px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
	}
	/*****main******/
	.carlayer{
		position:absolute;
		top:-75px;
		margin: 0 auto;
		width: 80%;
		margin:0 10%;
		display: block;
		text-align: center;
		max-height:150px;
	}
	.carlayer img{
		height:auto;
		max-height:150px;
		max-width:260px;
		width:auto;
	}
	.projectname{
		font-size:120%;
		padding:30px 0 10px 0px;
		text-align:center;
	}
	.projecticon{
		position:relative;
		top:8px;
	}
	.projectloc{
		font-size:100%;
		padding:0 0 50px 0;
		text-align:center;
	}
	.projectbtn{
		font-size:90%;
		border:1px solid #009ADD;
		border-radius:40px;
		padding:0 40px;
		text-align:center;
		line-height:40px;
		display: block;
		max-width: 80%;
		margin: 0 10% 40px;
	}
	.projectbtn:hover{
		border:1px solid #FFF;
		background-color:#009ADD;
		color:#FFF;
	}
	#lheader{
		display:none;
	}
	#sheader{
		display:block;
	}
	.area5left .title{
		padding:45px 0 30px 0;
		text-align:center;
	}
	.area5left .shortdesc{
		padding:0px 0 30px 0;
		text-align:center;
	}
	.bx-wrapper{
		float:none;
		width:calc(100% - 30px);
		margin:0 auto;
	}
	.projecticon{
		left: 0px;
		
	}
	.nextbtn,.prevbtn{
		position:absolute;
		right:0;
		width:40px;
		height:40px;
		background:#FFF;
		z-index:99;
		top:75%;
	}
	.nextbtn{
		background: #FFF url(/images/p-arrow-next.png) no-repeat bottom center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
	}
	.prevbtn{
		background: #FFF url(/images/p-arrow-prev.png) no-repeat bottom center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		left:0px;
	}
	.contentarea6 img{
		width:120%;
		height:auto;
		max-width:930px;
		margin-left: -11%;
	}
	.area6col{
		float:none;
		width:100%;
		margin:0 auto;
	}
	.mediabtn{
		color:#124b8d;
		font-size:14px;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
		border:1px solid #124b8d;
		border-radius:21px;
		height:42px;
		padding:0;
		text-align:center;
		line-height:42px;
		cursor:pointer;
		display:block;
		margin:18px 50px;
	}
	.mediabtn:hover{
		color:#FFF;
		font-size:14px;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
		border:1px solid #FFF;
		background-color:#124b8e;
	}
	.event_img{
		padding:60px 0 0 0;
	}
	.eventdate{
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		color:#838383;
		font-size:90%;
		text-align:center;
		padding:25px 0 28px;
		display:inline-block;
	}
	.event_subtitle{
		color:#1f80c2;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding:30px 20px 10px;
		font-size:170%;
	}
	.event_desc{
		color:#333;
		line-height:26px;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding:0 20px 18px 20px;
	}
	.event_tab1_content{
		background: #FFF url(/images/event_bg.jpg) no-repeat bottom center;
		-webkit-background-size:  100%;
		-moz-background-size:  100%;
		-o-background-size:  100%;
		background-size: 100%;
		max-width:1361px;
		width:100%;
		padding:0 0 80px 0;
		margin:0 auto;
	}
	.marketevent {
		/* background-color: #065098; */
		z-index: 10;
		position: absolute;
		/*position: fixed;*/
		/*top: 135px;*/
		top: 0px;
		left: -5000px;
		width: 100%;
		/*height: calc(100% + 175px);*/
		text-align: center;
		vertical-align: middle;
		overflow: auto;
	}
	.marketcontent{
		text-align:left;
		padding:0 0 15px 0;
		line-height:24px;
	}
	.formulae {
		background:#FFF;
	}
	.photolayer{
		background-color:#EBF0F1;
		padding:50px 0;
		/*height:600px;*/
	}
	.felogo{
		float: right;
		height: 50px;
		padding: 0 0 20px;
		width: 100%;
		max-width:100%;
		text-align: center;
	}
	.felogo img {
		height: auto;
		width: 100%;
		max-width:225px;
	}
	.closeevent{
		width:32px;
		height:32px;
		position:absolute;
		right:15px;
		top:105px;
		background: #FFF url(/images/close_grey.png) no-repeat center center;
		-webkit-background-size:  conatin;
		-moz-background-size:  conatin;
		-o-background-size:  conatin;
		background-size: conatin;
		cursor:pointer;
	}
	.closeevent:hover{
		background: #FFF url(/images/close_grey_h.png) no-repeat center center;
		-webkit-background-size:  conatin;
		-moz-background-size:  conatin;
		-o-background-size:  conatin;
		background-size: conatin;
	}
	.newsbg{
		background: #FFF url(/images/news_event_bg.jpg) no-repeat center 164px;
		-webkit-background-size:  100%;
		-moz-background-size:  100%;
		-o-background-size:  100%;
		background-size: 100%;
	}
	.eventleft{
		float:left;
		width:100%;
		text-align:center;
		padding:0 0 20px 0;
	}
	.eventleft img{
		width:100%;
		height:auto;
		max-width:150px;
	}
	.eventright{
		/*float:left;*/
		width:100%;
		text-align:left;
		display:table;
	}
	.eventrightcontent{
		display:table-cell;
		vertical-align:middle;
	}
	.tvblock{
		width: calc(100% - 120px);
		display: block;
		padding: 30px 60px;
		margin: 0 7% 0 0;
		float: left;
		background: #FFF url(/images/movie-icon.png) no-repeat 25px center;
		-webkit-background-size: 25px auto;
		-moz-background-size: 25px auto;
		-o-background-size: 25px auto;
		background-size: 25px auto;
		border-right: 0px solid #C9CACB;
		border-top: 1px solid #C9CACB;
		border-bottom: 1px solid #C9CACB;
		color: #333333;
	}
	.tvblock:nth-child(2){
		border-top:0px solid #C9CACB;
		border-right:0px solid #C9CACB;
	}
	.medialock{
		width: calc(100% - 120px);
		display: block;
		padding: 30px 60px;
		margin: 0 7% 0 0;
		float: left;
		background: #FFF url(/images/p-arrow.png) no-repeat 25px center;
		-webkit-background-size: 25px auto;
		-moz-background-size: 25px auto;
		-o-background-size: 25px auto;
		background-size: 25px auto;
		border-right: 0px solid #C9CACB;
		border-top: 1px solid #C9CACB;
		border-bottom: 1px solid #C9CACB;
		color: #333333;
	}
	.medialock:nth-child(2){
		border-top:0px solid #C9CACB;
		border-right:0px solid #C9CACB;
	}
	#mask {
		z-index: 300;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		vertical-align: middle;
		background-image: url(/images/layerbg.png)\0;
		background-color: rgba(0,0,0,0.6);
		display: none;
	}
	#popmask {
		z-index: 300;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		vertical-align: middle;
		background-image: url(/images/layerbg.png)\0;
		background-color: rgba(0,0,0,0.6);
		display: block;
	}
	#msg {
		background-color: #000;
		height: auto;
		max-height: 80%;
		width: 84%;
		position: absolute;
		z-index: 300;
		left: 45%;
		top: 7%;
		margin-left: -40%;
		color: #333333;
		text-align: center;
		max-width: none;
		padding: 3% 3% 5% 3%;
	}
	.replymsgbg{
		background-color: #000;
		height: auto;
		max-height: 80%;
		width: 84%;
		position: absolute;
		z-index: 300;
		left: 45%;
		top: 7%;
		margin-left: -40%;
		color: #333333;
		text-align: center;
		max-width: none;
		padding: 3% 3% 5% 3%;
	}
	.msource {
		margin-top: 20px;
		height: auto;
		margin-bottom: 20px;
		max-height: 98%;
		overflow: auto;
	}
	#closeBtn {
		height: 35px;
		width: 35px;
		position: absolute;
		z-index: 1000;
		background-image: url(/images/closeBtn.png);
		background-repeat: no-repeat;
		cursor: pointer;
		top: 10px;
		right: 8px;
	}
	.project_desc{
		padding:8px 0px 0 0px;
		color:#1F80BC;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		text-align:center;
		line-height:120%;
	}
	.projectblock ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	.projectblock ul li {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0 auto 20px auto;
		float:none;
		max-width:275px;
		-webkit-transition: all 0s ease;
		transition: all 0s ease;
	}
	.projectblock img{
		width:100%;
		height:auto;
		display:block;
	}
	.pcontent{
		display:none;
		background-color:rgba(0,154,221,0.8);
		position:absolute;
		width:100%;
		height:100%;
	}
	.pinfo{
		display: table-cell;
		vertical-align: middle;
		padding: 0 15px;
		height: 275px;
		width: 275px;
		text-align:center;
	}
	.smtext{
		display:block;
		padding:0 0 15px 0;
	}
	.pname{
		color:#FFF;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:20px;
		display:block;
	}
	.paddress{
		color:#FFF;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:16px;
		display:block;
	}
	.smtext{
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		width:100%;
		text-align:center;
	}
	.spname{
		color:#005baa;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:160%;
		display:block;
		padding:20px 0 5px 0;
	}
	.saddress{
		color:#999999;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:120%;
		display:block;
	}
	.locationtitle{
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:120%;
		color:#393939;
		display:inline;
	}
	.loc_select{
		float:right;
		padding:5px 10px;
		border:1px solid #d0d1d2;
		display:block;
	}
	.workingblock{
		background-color:#eee;
		padding:10px;
		color:#333;
		margin:50px 0 0 0;
		line-height:150%;
		font-size:100%;
	}
	#faqtab1, #faqtab2, #faqtab3, #contacttab1, #contacttab2, #contacttab3{
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
	}
	.eventrow{
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding:35px 0 80px;
	}
	.locationtitle{
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		color:#393939;
		font-size:120%;
	}
	.loc_row{
		padding:20px 0 10px;
	}
	.ser_row{
		padding:25px 0 10px;
	}
	.app_col1{
		width:80%;
		float:right;
		text-align:center;
	}
	.app_col2{
		width:100%;
		float:right;
		color:#333;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:140%;
		padding:0;
	}
	.app_col1 img{
		width:100%;
		height:auto;
	}
	.avatext{
		color:#009bde;
		font-size:16px;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
	}
	.tab_row{
		padding:50px 0;
	}
	.approw{
		padding:20px 0;
	}
	.appcol{
		height:52px;
		float:left;
		width:45%;
		margin:0 2.5%;
	}
	.appcol img{
		height:auto;
		width:100%;
	}
	.contact_table{
		
	}
	.contacttab{
		padding:5px 0 15px;
	}
	.contact_info{
		display:table-cell;
		vertical-align:middle;
		padding: 0 0 0 80px;
		
	}
	.addinfo{
		padding:0;
		display:table-cell;
		vertical-align:middle;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		font-size:90%;
	}
	.contact_subhead{
		color:#009bde;
		display:block;
		padding:0 0 8px 0;
	}
	.address_row{
		padding:5px 0;
	}
	.addcol1{
		float:left;
		width:30%;
		line-height:150%;
	}
	.addcol2{
		float:left;
		width:70%;
		line-height:150%;
	}
	.serv_address{
		color:#808080;
	}
	.contact_address{
		width:430px;
	}
	.contact_icon1{
		background: #FFF url(/images/contact_call_icon.png) no-repeat center left;
		-webkit-background-size:  68px auto;
		-moz-background-size:  68px auto;
		-o-background-size:  68px auto;
		background-size: 68px auto;
		width:100%;
		height:68px;
		float:left;
	}
	.contact_icon2{
		background: #FFF url(/images/contact_email_icon.png) no-repeat center left;
		-webkit-background-size:  68px auto;
		-moz-background-size:  68px auto;
		-o-background-size:  678px auto;
		background-size: 68px auto;
		width:100%;
		height:68px;
		float:left;
	}
	.contact_icon3{
		background: #FFF url(/images/contact_e-form_icon.png) no-repeat center left;
		-webkit-background-size:  68px auto;
		-moz-background-size:  68px auto;
		-o-background-size:  678px auto;
		background-size: 68px auto;
		width:100%;
		height:68px;
		float:left;
	}
	.contact_col{
		border-bottom: 1px solid #d0d1d2;
		padding: 25px 0px;
		margin: 0 0px 0 0;
		width: 100%;
		float: none;
		display: table;
		height: 78px;
		font-size:90%;
	}
	.mediablock{
		width:calc(100% - 60px);
		display:block;
		padding:30px;
		margin:0;
		float:left;
		background: #FFF url(/images/p-arrow.png) no-repeat center left;
		-webkit-background-size:  20px auto;
		-moz-background-size:  20px auto;
		-o-background-size:  20px auto;
		background-size: 20px auto;
		/*border-top: 1px solid #C9CACB;*/
		border-bottom: 1px solid #C9CACB;
		/*max-width:400px;*/
	}
	/*
	.mediablock:nth-child(2n+2){
		border-top:0px solid #C9CACB;
	}*/
	.mediablock:nth-child(3n+3){
		border-top:0px solid #C9CACB;
	}
	.parkbg{
		width:100%;
		/*position:relative;*/
	}
	.part_left img, .part_right img{
		display:block;
		width:100%;
		height:auto;
		max-width:100%;
	}
	.part_left{
		width:35%;
		float:left;

	}
	.part_right{
		width:50%;
		float:right;
		position:absolute;
		right:0;
		bottom:0;
		text-align:right;
	}
	.park_content{
		/*position:absolute;*/
		z-index:99;
		left:0;
		right:0;
		padding:55px 5% 0px;
		/*width:50%;*/
		width:90%;
		text-align:center;
		color:#1f80bc;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		line-height:150%;
	}
	.park_logo{
		padding:30px 0 30px;
		display:block;
	}
	.iconrow{
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		color:#009bde;
		font-size:16px;
		text-align:center;
		display:block;
		width:100%;
		margin:0 auto;
	}
	#contentarea_9 .iconrow{
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		color:#009bde;
		font-size:16px;
		text-align:center;
		display:block;
		width:100%;
		margin:25px auto 0;
	}
	.support_icon{
		float:left;
	}
	.slash{
		float:left;
		font-size:300%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		line-height:100px;
		padding:0 0px;
		display:block;
	}
	#contentarea_9 .slash{
		float:left;
		font-size:300%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		line-height:50px;
		padding:0 0px;
		display:block;
	}
	.s_icon1{
		background: #FFF url(/images/ug_main_icon1.png) no-repeat top center;

	}
	.s_icon2{
		background: #FFF url(/images/ug_main_icon2.png) no-repeat top center;

	}
	.s_icon3{
		background: #FFF url(/images/ug_main_icon3.png) no-repeat top center;

	}
	.s_icon4{
		background: #FFF url(/images/ug_main_icon4.png) no-repeat top center;

	}
	.s_icon1:hover{
		background: #FFF url(/images/ug_main_icon1_h.png) no-repeat top center;

	}
	.s_icon2:hover{
		background: #FFF url(/images/ug_main_icon2_h.png) no-repeat top center;

	}
	.s_icon3:hover{
		background: #FFF url(/images/ug_main_icon3_h.png) no-repeat top center;

	}
	.s_icon4:hover{
		background: #FFF url(/images/ug_main_icon4_h.png) no-repeat top center;

	}
	.s_icon1, .s_icon2, .s_icon3, .s_icon4, .s_icon1:hover, .s_icon2:hover, .s_icon3:hover, .s_icon4:hover{
		-webkit-background-size:  83px auto;
		-moz-background-size:  83px auto;
		-o-background-size:  83px auto;
		background-size: 83px auto;
		padding:105px 0 0 0;
		width:45%;
		height:60px;
		color:#009bde;
	}
	.s_icon1:hover, .s_icon2:hover, .s_icon3:hover, .s_icon4:hover{
		color:#124b8d;
	}
	.ss_icon1{
		background: #FFF url(/images/fb_icon_lightblue.png) no-repeat top center;
	}
	.ss_icon2{
		background: #FFF url(/images/in_icon_lightblue.png) no-repeat top center;
	}
	.ss_icon3{
		background: #FFF url(/images/yt_icon_lightblue.png) no-repeat top center;
	}
	.ss_icon4{
		background: #FFF url(/images/li_icon_lightblue.png) no-repeat top center;
	}
	.ss_icon1, .ss_icon2, .ss_icon3, .ss_icon4{
		-webkit-background-size:  50px auto;
		-moz-background-size:  50px auto;
		-o-background-size:  50px auto;
		background-size: 50px auto;
		padding:85px 0 0 0;
		width:45%;
		height:10px;
		color:#009bde;
	}
	.second_slash{
		display:none;
	}
	#contentarea_9 .second_slash{
		display:none;
	}
	.support_icon{
		width:45%;
	}
	.slash{
		width:10%;
	}
	.contentarea7{
		padding:50px 0;
	}
	.replymsg{
		font-size:120%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		color:#fff;
		padding: 100px 15px 50px 15px;
	}
	.succmsg{
		background: url(/images/pre-success.png) no-repeat top center;
		-webkit-background-size:  auto 46px;
		-moz-background-size:  auto 46px;
		-o-background-size:  auto 46px;
		background-size: auto 46px;
		width: 100%;
		height: 46px;
		padding: 0 0 30px 0;
		float:left;
	}
	.failmsg {
		background: url(/images/pre-fail.png) no-repeat top center;
		-webkit-background-size:  auto 46px;
		-moz-background-size:  auto 46px;
		-o-background-size:  auto 46px;
		background-size: auto 46px;
		width: 100%;
		height: 46px;
		padding: 0 0 30px 0;
		float:left;
		/* display: block; */
	}
	.replymsgbg{
		background-color:#1e99d1!important;
	}
	.closemsg{
		height: 42px;
		border-radius: 42px;
		border: 1px solid #FFF;
		padding: 0px 70px;
		line-height: 42px;
		margin: 40px auto 0;
		font-size: 100%;
		font-family: RobotoBold,微軟正黑體, Microsoft JhengHei;
		color: #FFF;
		max-width: 150px;
		cursor:pointer;
		text-align: center;
	}
	.guideimg{
		
	}
	.featureblock{
		padding:28px 0;
		border-top:1px solid #C9CACB;
		
	}
	.prev_pbtn{
		background: #fff url(/images/p-arrow-prev.png) no-repeat center center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		width:40px;
		height:40px;
		right:50px;
		position:absolute;
	}
	.next_pbtn{
		background: #fff url(/images/p-arrow-next.png) no-repeat center center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		width:40px;
		height:40px;
		right:0px;
		position:absolute;
	}
	.prev_spbtn{
		background: url(/images/p-arrow-prev.png) no-repeat center center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		width:40px;
		height:40px;
		right:50px;
		left: 0;
		top: 20px;
		position:absolute;
		z-index:50;
	}
	.next_spbtn{
		background: url(/images/p-arrow-next.png) no-repeat center center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		width:40px;
		height:40px;
		right:0px;
		top: 20px;
		position:absolute;
		z-index:50;
	}
	.prev_pbtn:hover, .prev_spbtn:hover{
		background: #fff url(/images/p-arrow-prev_h.png) no-repeat center center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
	}
	.next_pbtn:hover, .next_spbtn:hover{
		background: #fff url(/images/p-arrow-next_h.png) no-repeat center center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
	}
	.featuretitle{
		color:#333333;
		padding:0 0 20px 0;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
	}
	.pimgcol{
		position:relative;
		float:none;
		width:100%;
		overflow:hidden;
		padding: 0;
	}
	.bottomtriangle{
		position:absolute;
		top:120px;
		right:0;
		display:none;
	}
	.bottomtriangle_s{
		position: relative;
		/* top: 120px; */
		right: 0;
		display: block;
	}
	.p_locate{
		padding:0 0 25px 0;
	}
	.p_descblock{
		padding:20px;
		font-size:14px;
		background-color:#EEEEEE;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		display:none;
	}
	.proname{
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:140%;
		padding:30px 30px 10px 30px;
	}
	/*
	.p_desc .p_descblock:first-child {
		padding:20px;
		font-size:14px;
		background-color:#EEEEEE;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		display:block!important;
	}*/
	.deatailtitle{
		font-size:16px;
		color:#009ADD;
		padding:0 0 15px 0;
	}
	.p_reserv{
		background: url(/images/icon-reservation.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_reserv:hover, .p_reserv_active{
		background: #e5f5fc url(/images/icon-reservation_over.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_resident{
		background: url(/images/icon-residential.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_resident:hover, .p_resident_active{
		background: #e5f5fc url(/images/icon-residential_over.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_maintenance{
		background: url(/images/icon-maintenance.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_maintenance:hover, .p_maintenance_active{
		background: #e5f5fc url(/images/icon-maintenance_over.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_subscription{
		background: url(/images/icon-subscription.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_subscription:hover, .p_subscription_active{
		background: #e5f5fc url(/images/icon-subscription_over.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_app{
		background: url(/images/icon-app.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_app:hover, .p_app_active{
		background: #e5f5fc url(/images/icon-app_over.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_park{
		background: url(/images/icon-park.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_park:hover, .p_park_active{
		background: #e5f5fc url(/images/icon-park_over.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_comm{
		background: url(/images/icon-commercial.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_comm:hover, .p_comm_active{
		background: #e5f5fc url(/images/icon-commercial_over.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_payment{
		background: url(/images/icon-tapAndGo.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.p_payment:hover, .p_payment_active{
		background: #e5f5fc url(/images/icon-tapAndGo_over.png) no-repeat center center;
		-webkit-background-size:  auto 100%;
		-moz-background-size:  auto 100%;
		-o-background-size:  auto 100%;
		background-size: auto 100%;
	}
	.picon{
		width: 22%;
		height: 80px;
		margin: 0 4% 4% 0;
		float: left;
		cursor: pointer;
		max-width:80px;
		max-height:80px;
	}
	.picon:nth-child(4n+4){
		width:22%;
		height:80px;
		margin:0 0px 4% 0;
		float:left;
	}
	.picon img{
		width:100%;
		height:auto;
	}
	.protitle{
		font-size:40px;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding:43px 0;
		text-transform:uppercase;
		display:none;
	}
	.prostitle{
		font-size:40px;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding:43px 30px;
		text-transform:uppercase;
		display:block;
		text-align:center;
	}
	.iconblock{
		text-align:center;
	}
	#projectnameL{
		display:none;
	}
	#projectname_main{
		display:block;
	}
	#projectname{
		display:block;
	}
	.pimg_block{
		width:100%;
		position:relative;
		padding:0 20px 20px 0;
		float:left;
		display:block;
		font-size:100%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
	}
	.pimg_block img{
		width:100%;
		height:auto;
		display:block;
	}
	.ploc{
		display:block;
		font-size:90%;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
	}
	.pimgname{
		position: relative;
		bottom: 0;
		height:auto;
		width:auto;
		background:rgba(0,154,221,0.8) url(/images/loc_icon.png) no-repeat right center;
		-webkit-background-size: auto 35px;
		-moz-background-size: auto 35px;
		-o-background-size: auto 35px;
		background-size: auto 35px;
		padding:3% 5%;
		color:#FFF;
		display:block;
	}
	.guidetab{
		width:100%;
		float:none;
		display:block;
		position:relative;
	}
	.guidemsgblock{
		position:relative;
		left:0;
		top:auto;
	}
	.numblock{
		height:40px;
		width:40px;
		background-color:#114B8D;
		border-radius:40px;
		line-height:40px;
		text-align:center;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		position:absolute;
		top:0;
		left:0;
		color:#fff;
		z-index:20;
		display: none;
	}
	.numberpaging{
		float:left;
		margin:0 35px 0 0;
		display:block;
		height:30px;
		width:30px;
		background-color:#999899;
		border-radius:30px;
		line-height:30px;
		text-align:center;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		color:#fff;
		position:relative;
		bottom:-25px;
	}
	.number_action{
		background-color:#114B8D;
	}
	.guidecontent{
		padding:0 0 50px 0;
		margin: auto;
		max-width: 300px;
	}
	.guidemsg{
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		background-color:#EEEEEE;
		width:90%;
		height:auto;
		position:relative;
		left:0px;
		top:0px;
		padding:5%;
		z-index:10;
	}
	.paging{
		display:block;
		width:100%;
		height:100px;
		position:relative;
		top: 0;
	}
	.slidearrow{
		position:absolute;
		left:18px;
		top:-10px;
	}
	.slidedot{
		width:100%;
		border-bottom:3px solid #999899;
		border-style: none none dotted none;
		position:absolute;
		bottom:0;
	}
	.bluebar{
		background-color:#114B8D;
		width:34px;
		height:3px;
		display:block;
		position:absolute;
		bottom:-3px;
	}
	.guideimg{
		height:auto;
		width:100%;
	}
	/*
	.paging .numberpaging:nth-child(5){
		margin:0;
	}old setting*/
	#num5, #con_num5, #ug_3_num6, #ug_4_num6{
		margin:0!important;
	}
	#guidetab3 .numberpaging, #guidetab4 .numberpaging{
		margin: 0 22px 0 0;
	}
	.loginbtn{
		border-radius:21px;
		background-color:#009bde;
		font-size:14px;
		line-height:42px;
		width:146px;
		color:#fff;
		text-align:center;
		/*text-transform:uppercase;*/
		float: right;
		right: 62px;
		position:absolute;
		cursor:pointer;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei!important;
	}
	.desc {
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		background-color: #e6e6e6;
		padding: 20px;
		clear: left;
		max-width: 550px;
		margin:0 0 20px 0;
		display:none;
		font-size:90%;
		line-height:150%;
	}
	.about_remark{
		font-family: RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size: 75%;
		padding: 50px 80px 30px 0;
		line-height: 150%;
	}
	.twolintext{
		display:inline;
	}
	.contentarea8{
		background-color:#124B8D;
		padding:20px 0;
	}
	.shareicon {
		float: none;
		width: 100%;
		border-left: 0px solid #fff;
		height: 50px;
		padding: 0px 0 0 0px;
		margin: auto;
		max-width: 300px;
	}
	.shareiconcol{
		float:left;
		margin:0 0 0 0px;
		width:25%;
		text-align:center;
	}
	.shareiconcol img{
		width:39px;
		height:auto;
		border:0;
	}
	.after_enew{
		max-width:900px;
		margin:auto;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		color:#fff;
		line-height: 26px;
		position:relative;
		/*padding:20px 0;*/
	}
	.einputfield{
		width: calc(100% - 20px);
		height: 44px;
		border: 1px solid #48B2DD;
		padding: 0 10px;
	}
	.inputlabel{
		display:block;
		padding:0 0 0px 0;
	}
	.inputcheckbox {
		display: block;
		float: left;
		padding: 0 0px 0 0;
		height: 15px;
		margin: 2px 10px 75px 0;
	}
	.enewssubmit{
		background-color:#19B3EB;
		color:#fff;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
		border-radius:21px;
		height:42px;
		line-height:42px;
		text-align:center;
		width:178px;
		margin:50px auto;
		cursor:pointer;
		border:0;
		display:block;
	}
	.enewssubmit:hover{
		background-color:#19baf2;
	}
	.enewsheader{
		font-size:110%;
		padding:20px 0 15px 0;
		margin: auto;
		text-align: center;
	}
	.enewsdesc{
		font-size:90%;
		line-height:140%;
		padding:0px 0 30px 0;
	}
	.enewsfieldsrow, .enewstc{
		font-size:16px;
		display:block;
	}
	.enews_close{
		width:25px;
		height:25px;
		background: url(/images/enewsclose.png) no-repeat center center;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		position:absolute;
		right:0;
		top:0;
	}
	.enewarea {
		border: 0px solid #fff;
		padding: 0;
		font-family: RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size: 90%;
		height: 50px;
		line-height: 50px;
		color: #fff;
		padding: 0;
		float: none;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
		cursor: pointer;
		display: table;
		line-height:normal;
		text-align:center;
	}
	.enewarea_r {
		/* float: left; */
		width: 192px;
		display: block;
		/* float: left; */
		margin: 25px auto;
		text-align: center;
		border: 1px solid #fff;
		padding: 15px 10px;
		border-radius: 50px;
	}
	.leftblock {
		/* float: left; */
		height: 50px;
		line-height: normal;
		display: table-cell;
		vertical-align: middle;
		padding: 0 20px;
	}
	.submiticon {
		float: right;
		height: 50px;
		width: 50px;
		font-size: 2em;
		text-align: center;
		border-left: 1px solid #fff;
		background: url(/images/newsbtn.png) no-repeat center center;
		-webkit-background-size: auto 22px;
		-moz-background-size: auto 22px;
		-o-background-size: auto 22px;
		background-size: auto 22px;
	}
	.enewsfieldcol{
		width:100%;
		margin:0 0 20px 0;
		float:none;
	}
	.e_error{
		font-size:90%;
	}
	.eform_result{
		width:80%;
		margin:auto;
	}
	.estatus{
		width:63px;
		margin:60px auto 30px;
		text-align:center;
	}
	.estatus img{
		height:46px;
		width:auto;
		margin:auto;
	}
	.estatustext{
		font-size:100%;
		text-align:center;
		padding:0 0 54px 0;
	}
	#enewform a{
		color:#fff;
	}
	.news_header{
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:120%;
		color:#393939;
		float:left;
		padding:10px 0 0 0;
		display:block;
	}
	.selectarea{
		float:right;
		width: 50%;
	}
	.newstoprow{
		padding:20px 0 25px 0;
	}
	.news_row{
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		color:#333333;
		padding:23px 0;
		border-bottom:1px solid #C9CACB;
		width: 100%;
	}
	.news_subheader{
		color:#124B8D;
		font-size:14px;
		display:inline-block;
		padding:0 20px 10px 0;
	}
	.news_date{
		color:#98989A;
		font-size:14px;
		display:inline-block;
		padding:0 20px 10px 0;
	}
	.news_subject{
		color:#009ADE;
		font-size:18px;
		cursor:pointer;
	}
	.news_detail{
		display:none;
	}
	.news_content{
		color:#333;
		font-size:16px;
		line-height:24px;
		padding:22px 0 0 0;
	}
	.news_source{
		color:#98989A;
		font-style: italic;
		font-size:14px;
		padding:13px 0 26px 0;
	}
	.news_readmore{
		background-color: #98989A;
		width: 133px;
		height: 32px;
		line-height: 32px;
		border-radius: 20px;
		text-align: center;
		color: #fff;
		font-size: 90%;
		display: block;
		margin: auto;
	}
	.news_container{
		width:100%;
		margin:auto;
		padding:50px 0 100px;
	}
	.newsmenu{
		width: auto;
		padding: 8px 25px;
		background: #fff;
		border-bottom: 1px solid #C9CACB;
		height: 30px;
		line-height: 30px;
	}
	.filtermenu{
		display: block;
		width: auto;
		padding: 8px 18px;
		position: relative;
		background: url(/images/news_arrow.png) no-repeat center right;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		height: 30px;
		border: 1px solid #C9CACB;
		line-height: 30px;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		color:#777;
	}
	.filtersubmenu{
		display:none;
		position: absolute;
		left:-1px;
		top: 48px;
		border-left: 1px solid #C9CACB;
		/* border-bottom: 1px solid #C9CACB; */
		border-right: 1px solid #C9CACB;
		width: 100%;
		background: #fff;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		color:#777;
	}
	#popmask a{
		color:#fff;
		text-decoration:underline;
	}
	.popheader{
		font-size:125%;
		font-weight:normal;
		padding:0 0 30px 0;
	}
	.pc_row{
		padding:0 0 15px 0;
	}
	.pc_col{
		float: none;
		width: calc(100% - 70px);
		padding: 17px 20px 25px 50px;
		text-align: left;
		border-right: 0px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		color: #333333;
		font-size: 90%;
		background-repeat: no-repeat;
		-webkit-background-size: auto 24px;
		-moz-background-size: auto 24px;
		-o-background-size: auto 24px;
		background-size: auto 24px;
		background-image: url(/images/loc_icon2.png);
		background-position: 20px 15px;
	}
	.pc_col_disable{
		float: none;
		width: calc(100% - 70px);
		padding: 17px 20px 25px 50px;
		text-align: left;
		border-right: 0px solid #c7c7c7;
		border-bottom: 1px solid #c7c7c7;
		color: #333333;
		font-size: 90%;
		background-repeat: no-repeat;
		-webkit-background-size: auto 24px;
		-moz-background-size: auto 24px;
		-o-background-size: auto 24px;
		background-size: auto 24px;
		background-image: url(/images/loc_icon2_gray.png);
		background-position: 20px 15px;
	}
	.loc_icon {
		float: left;
		width: 18px;
		padding: 0 15px 0 0;
		height:75px;
	}
	.loc_icon img{
		width:100%;
		height:auto;
	}
	.pc_subheader{
		color:#009ade;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
		font-size:16px;
	}
	.pc_subheader_extra{
		color:#009ade;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
	}
	.contentarea10{
		padding:15px 0;
		margin:auto;
		font-size:100%;
		color:#fff;
		display:table;
		/*font-weight:bold;*/
	}
	.lefttxtblock{
		display: block;
		vertical-align: middle;
		width: 100%;
		text-align: center;
		padding:0px 0 10px;
	}
	.btnblock{
		float:none;
		padding:10px 0px;
		border:1px solid #fff;
		border-radius:50px;
		margin:auto;
		text-align: center;
		display:block;
		max-width:200px;
		cursor:pointer;
		color:#fff;
	}
	.fivetab{
		
	}
}
/*###########################*/
@media screen and (min-width: 640px){
	.lefttxtblock{
		display:table-cell;
		vertical-align:middle;
		width: auto;
		padding: 0;
	}
	.btnblock{
		float:right;
		padding:10px 50px;
		border:1px solid #fff;
		border-radius:50px;
		margin:0 0 0 50px;
		max-width:300px;
	}
}
/*###########################*/
@media screen and (min-width: 768px){
	.bottomvisual{
		padding:50px 0 100px;
		margin:0 0 50px 0;
		text-align:center;
		background: #FFF url(/images/service_tab1_visual.png) no-repeat bottom center;
		-webkit-background-size:  300px;
		-moz-background-size:  300px;
		-o-background-size:  300px;
		background-size: 300px;
	}
	.buildinglayer{
		position:absolute;
		bottom:0;
		background: url(/images/building.png) no-repeat bottom center;
		-webkit-background-size:auto 80%;
		-moz-background-size:auto 80%;
		-o-background-size:auto 80%;
		background-size: auto 80%;
		height:150px;
		width:100%;
	}
	.nextbtn,.prevbtn{
		position:absolute;
		width:40px;
		height:40px;
		background:#FFF;
		z-index:99;
		top:85%;
	}
	.nextbtn{
		background: #FFF url(/images/p-arrow-next.png) no-repeat bottom center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		right:0;
	}
	.prevbtn{
		background: #FFF url(/images/p-arrow-prev.png) no-repeat bottom center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		left:0px;
	}
	.contentarea6 img{
		width:100%;
		height:auto;
		max-width:930px;
		margin-left: 0;
	}
	.photolayer{
		background-color:#EBF0F1;
		padding:50px 0;
		/*height:800px;*/
	}
	.eventleft img {
		width: 100%;
		height: auto;
		max-width: 250px;
	}
	.picon{
		width: 25%;
		height: 80px;
		margin: 0 4% 4% 0;
		float: left;
		cursor: pointer;
		max-width:80px;
		max-height:80px;
	}
	.picon:nth-child(4n+4){
		width:22%;
		height:80px;
		margin: 0 4% 4% 0;
		float:left;
	}
	.guidecontent{
		padding:0 0 50px 0;
		margin: auto;
		max-width: 500px;
	}
	.numberpaging{
		margin: 0 87px 0 0;
	}
	.iconrow{
		margin:0 auto 35px;
	}
	/*#####*/
	.enewblock{
		width: 90%;
		margin: auto;
		display: block;
	}
	.enewarea{
		border:1px solid #fff;
		padding:0;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:18px;
		height:50px;
		line-height:50px;
		color:#fff;
		padding:0px 0 0 38px;
		float: left;
		width: calc(58% - 71px);
		/*max-width: 438px;*/
		margin:0 25px 0 20px;
		cursor:pointer;
	}
	.shareicon{
		float:left;
		width:auto;
		border-left:1px solid #fff;
		height:50px;
		padding:0 0 0 0px;
	}
	.shareiconcol{
		float:left;
		margin:0 0 0 25px;
		width:auto;
		text-align:center;
	}
	.shareiconcol img{
		width:39px;
		height:auto;
		border:0;
	}
	.after_enew{
		max-width:900px;
		margin:auto;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		color:#fff;
		line-height: 26px;
		/*padding:20px 0;*/
	}
	.einputfield{
		width: calc(100% - 20px);
		height: 44px;
		border: 1px solid #48B2DD;
		padding: 0 10px;
	}
	.inputlabel{
		display:block;
		padding:0 0 10px 0;
	}
	.inputcheckbox{
		display: block;
		float: left;
		padding: 0 10px 0 0;
		height: 20px;
		margin: 2px 10px 30px 0;
	}
	.enewssubmit{
		background-color:#19B3EB;
		color:#fff;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
		border-radius:21px;
		height:42px;
		line-height:42px;
		text-align:center;
		width:178px;
		margin:50px auto;
		cursor:pointer;
	}
	/*#####*/
	.newsmenu {
		width: auto;
		padding: 8px 18px;
		background: #fff;
		border-bottom: 1px solid #C9CACB;
		height: 30px;
		line-height: 30px;
		cursor:pointer;
	}
	.newsmenu:hover{
		background:rgba(81,81,81,0.1);
	}
	.filtermenu {
		display: block;
		width: auto;
		padding: 8px 18px;
		position: relative;
		background: url(/images/news_arrow.png) no-repeat center right;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		height: 30px;
		border: 1px solid #C9CACB;
		line-height: 30px;
	}
	.filtersubmenu {
		display: none;
		position: absolute;
		border-left: 1px solid #C9CACB;
		/* border-bottom: 1px solid #C9CACB; */
		border-right: 1px solid #C9CACB;
		width: 100%;
		left: -1px;
		top: 48px;
	}
	#guidetab3 .numberpaging, #guidetab4 .numberpaging{
		margin: 0 64px 0 0;
	}
	.pc_header{
		font-size:22px;
		color:#1f80b5;
		padding:0 0 55px 0;
	}
	
}
/*###########################*/
@media screen and (min-width: 1200px){
	#header{
		position:fixed;
	}
	.container{
		/*width:1200px;*/
		width:1164px;
		padding:0 18px;
	}
	.container_nopadding{
		padding:0!important;
	}
	.logo{
		max-width:290px;
		height:108px;
	}
	.logo img {
		width: auto;
		height: 108px;
	}
	/*#header{
		box-shadow:5px 0px 8px #e7e7e7;
	}*/
	.topright{
		padding:42px 0 0px 0;
	}
	.lang{
		/*width:72px;*/
		width:46px;
		color:#99999a;
		font-size:15px;
		text-align:right;
		float:right;
		line-height:42px;
	}
	.loginbtn{
		border-radius:21px;
		background-color:#009bde;
		font-size:14px;
		line-height:42px;
		width:146px;
		color:#fff;
		text-align:center;
		text-transform:uppercase;
		float: right;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei!important;
	}
	.loginbtn:hover{
		border-radius:21px;
		background-color:#19baf2;
		font-size:14px;
		line-height:42px;
		width:146px;
		color:#fff;
		text-align:center;
		text-transform:uppercase;
		float: right;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei!important;
	}
	.logoutbtn{
		border-radius:21px;
		background-color:#009bde;
		font-size:14px;
		line-height:42px;
		width:146px;
		color:#fff;
		text-align:center;
		/*text-transform:uppercase;*/
		float: right;
		/*position:relative;*/
		right:62px;
		position:absolute;
		cursor:pointer;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei!important;
	}
	/*.logoutsub{
		position: absolute;
		background-color: #009bde;
		width: 100%;
		z-index: 122;
		top: 21px;
		height: 120px;
		border-radius: 0 0 21px 21px;
		display:none;
		line-height: 200%;
	}
	*/
	.logoutsub {
		background-color: #009bde;
		width: 100%;
		z-index: 0;
		top: 0;
		height: 90px;
		border-radius: 0 0 21px 21px;
		display: none;
		line-height: 200%;
	}
	.nav{
		min-height:2px;
		float:left;
		margin:13px 7px 0 0;
		position:relative;
	}
	.nav ul, .submenu ul{
		padding:0;
		margin:0;
		list-style: none;
		list-style-type: none;
		list-style-image: none;
	}
	.nav ul li{
		float:left;
		margin: 0 13px;
		display: block;
		padding: 0 0px 2px;
	}
	.nav ul li a{
		color:#333;
		font-size:14px;
		padding:21px 0 50px;
		line-height: 20px;
	}
	.topmenu a:hover, .nav ul li a:hover, .nav ul li a span:hover, .nav_active{
		color:#009bde!important;
		font-size:14px;
		padding:21px 0 5px;
		border-bottom:2px solid #009bde!important;
		/*-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;*/
	}
	#largenav{
		display:block;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		width: 873px;
	}
	#smallnav{
		display:none;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.topmenu{
		/*position:relative;*/
	}
	.submenu{
		display:none;
		position: absolute;
		width: 1000px;
		padding: 0;
		top: 16px;	
	}
	.submenu li:first-child a{
		border-left:0px solid #FFF;
	}
	.submenu li a{
		color:#FFF!important;
		padding:0 39px!important;
		border-left:1px solid #FFF;
	}
	ul.submenu li a:hover, .subactive{
		color:#333!important;
		border-bottom:0px solid #023160!important;
		-webkit-transition: all 0s ease;
		transition: all 0s ease;
	}
	.submenubar{
		display:block;
		width:100%;
		background-color:#009bde;
		height:45px;
	}
	.submenu ul li{
		font-size:14px;
		float:left;
		margin:0!important;
	}
	.submenu li{
		margin:0!important;
		padding: 56px 0px 15px!important;
	}
	#sub_1, #sub_2, #sub_3, #sub_4, #sub_5,#sub_6{
		/*left: -110px;*/
		left: -22px;
	}
	.headerow{
		max-width:1200px;
		background-color:transparent;
	    margin: auto;
	}
	.left_element {
		/*background-color:#009bde;*/
		transition: all 1s ease;
		width: 0;
		height: 0;
		border-top: 68px solid transparent;
		/*border-left: 700px solid #fff;
		border-left: calc(100% / 2) solid #fff;*/
		border-bottom: 0px solid transparent;
		position:absolute;
		bottom:0px;
		float:left;
	}
	.left_element2 {
		/*background-color:#009bde;*/
		border-top: 0px solid transparent;
		border-left: 700px solid #fff;
		border-bottom: 0px solid transparent;
		position:absolute;
		bottom:0px;
		float:left;
	}
	.right_element {
		/*background-color:#009bde;*/
		transition: all 1s ease;
		width: 0;
		height: 0;
		border-top: 68px solid transparent;
		/*border-right: 700px solid #fff;
		border-right: calc(100% / 2) solid #fff;*/
		border-bottom: 0px solid transparent;
		position:absolute;
		right:0px;
		bottom:0px;
		float:right;
	}
	.right_element2 {
		/*background-color:#009bde;*/
		border-top: 0px solid transparent;
		border-right: 700px solid #fff;
		border-bottom: 0px solid transparent;
		position:absolute;
		right:0px;
		bottom:0px;
		float:right;
	}
	.bottomtri{
		width:100%;
	}
	#contentarea_1{
		padding:0;
		/*display: table;*/
	}
	.title{
		font-size:40px;
		padding:0 0 50px 0;
	}
	#contentarea_1 .shortdesc{
		padding:0 50px 55px 50px;
	}
	.contentarea4{
		max-width:100%;
		overflow: hidden;
	}
	.shortdesc{
		font-size:22px;
		padding:0 0 32px 0;
		line-height:120%;
	}
	.content1{
		background-image: none;
		position:absolute;
		padding: 0 20%;
		max-width: 800px;
		width:60%;
		/*display:table-cell;
		vertical-align:middle;*/
		margin:auto;
		left: 0;
		right: 0;
		top: 35%;
		text-align: center;
	}
	.scrolltext{
		padding:0 0 10px 0;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		font-size:14px;
		display:block;
	}
	.scrollicon{
		width:33px;
		margin:0 auto;
		position: absolute;
		left: 0;
		right: 0;
		display:block;
	}
	.scrollicon img{
		width:100%;
		height:auto;
	}
	.scrolldown{
		display:none;
	}
	.whitebg{
		background-color:transparent;
	}
	.large_img{
		display:block;
	}
	.small_img{
		display:none;
	}
	.leftimg,.rightimg{
		display:none;
	}
	.extramobile{
		height:200px;
		display:none;
	}
	.content2a{
		width:calc(50% - 90px);
		padding:64px 0 64px 90px;
		text-align:left;
	}
	.content2b{
		width:50%;
		position:absolute;
		bottom:0;
		right:0;
	}
	.content2b img{
		position:relative;
		bottom:0px;
		max-width:547px;
	}
	.content2btn {
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	.breadcrumb{
		padding:114px 0 0 0;
	}
	.breadcrumbrow{
		padding:0;
	}
	.leftcontent{
		padding: 60px 50px 48px 0px;
		width:calc(50% - 50px);
		position:relative;
	}
	.leftinnerblock{
		width:536px;
		float:right;
	}
	.leftoverlay{
		background-color:rgba(255,255,255,1);
		position:absolute;
		display:none;
		width:100%;
		height:100%;
		padding:0px 0 0 0;
		top:0;
	}
	.rightcontent{
		/*height:700px;
		min-height:700px;
		padding:50px 0;
		width:50%;
		height: 800px;*/
		min-height: 700px;
		padding: 50px;
		width: calc(50% - 100px);
		width: -moz-calc(50% - 100px);
		width: -webkit-calc(50% - 100px);
		height: calc(100% - 100px);
		height: -moz-calc(100% - 100px);
		height: -webkit-calc(100% - 100px);
		margin: 0 auto;
	}
	.rightmap{
		display:block;
	}
	.loctitle{
		padding:0 0 50px;
		text-align:left;
	}
	.abouttitle{
		padding:64px 0 30px;
		text-align:center;
	}
	.eventtitle{
		padding:50px 0 30px;
		text-align:center;
	}
	.tabrow{
		/*padding:0 18px;*/
		font-size:20px;
		height:65px;
		/*line-height:65px;*/
		text-align:center;
		display: table;
		width: 100%;
	}
	.twotab{
		width:calc(50% - 5px);
		margin:0 5px 0 0;
		/*float:left;*/
		border-bottom:1px solid #d7d7d7;
	}
	.threetab{
		width:calc(33.33% - 5px);
		margin:0 5px 0 0;
		/*float:left;*/
		border-bottom:1px solid #d7d7d7;
	}
	.fourtab{
		width:calc(25% - 5px);
		margin:0 5px 0 0;
		/*float:left;*/
		border-bottom:1px solid #d7d7d7;
	}
	.filterarea, .filterdesc{
		font-size:14px;
	}
	.filterdesc{
		padding:0 0 0 0;
	}
	.filterarea{
		background-color:#FFF;
		height:auto;
		padding-left:0;
	}
	.filterbtn{
		background-color: #124b8d;
	}
	.filterleft{
		float:left;
		width:15%;
		display:block;
		color:#124b8d;
	}
	.filterright{
		float:left;
		width:82%;
		display:block;
		margin:0 0 20px 3%;
	}
	.filterexpand{
		display:none;
	}
	.statustab{
		padding:0 5px 0 20px;
	}
	.calendar{
		padding:0 20px 0 35px;
	}
	.locblock{
		padding:28px 0;
		border-bottom:1px solid #d2d3d4;
	}
	.lociconarea{
		width:20%;
	}
	.locatextarea{
		width:75%;
	}
	.button{
		margin:0;
	}
	.pre_regbtn{
		max-width:178px;
	}
	.layer1{
		width:100%;
		position:absolute;
		z-index:50;
	}
	.layer2{
		width:862px;
		position:relative;
		z-index:101;
		margin:0 auto;
	}
	.leftimg img, .rightimg img{
		display:block;
	}
	.leftimg{
		float:left;
	}
	.rightimg{
		float:right;
	}
	.slidecontent{
		width:862px;
		margin:0 auto;
		text-align:center;
		min-height: 500px;
		display:block;
	}
	.about_tab2_content{
		background: url(/images/about_tab2_bg.jpg) no-repeat bottom center;
		/*-webkit-background-size:  19px auto;
		-moz-background-size:  19px auto;
		-o-background-size:  19px auto;
		background-size: 19px auto;*/
		min-height: 617px;
	}
	.about_subtitle{
		color:#1f82c5;
		font-size:22px;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding:100px 20px 0px;
	}
	.about_desc{
		color:#333;
		font-size:16px;
		line-height:26px;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding:0 40px 18px 40px;
	}
	.slide_desc {
		color: #333;
		font-size: 16px;
		line-height: 26px;
		font-family: RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding: 0 40px 18px 40px;
		text-align:center;
	}
	.sep{
		width:100px;
		height:1px;
		background:#009bde;
		margin:35px auto;
	}
	.about_tab1_subtitle{
		color:#1f82c5;
		font-size:22px;
		line-height:32px;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding:0 50px 0px 0;
	}
	.about_tab1_desc{
		color:#333;
		font-size:16px;
		line-height:26px;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		padding:0 80px 18px 0;
	}
	/*
	.tab {
		display: table-cell;
		height: 65px;
		vertical-align: middle;
		cursor:pointer;
	}*/
	.tab:last-child{
		margin:0;
	}
	.tab {
		display: block;
		height: 65px;
		vertical-align: middle;
		cursor: pointer;
		float: left;
		line-height: 65px;
	}
	.smalltab, .smallsubtab{
		display:none;
	}
	.about_tab1_content{
		background: url(/images/about_tab1_bg.jpg) no-repeat bottom center;
		padding:0;
		-webkit-transition: all 0s ease;
		transition: all 0s ease;
	}
	.about_tab1_block{
		width:456px;
		float:left;
		text-align:left!important;
		margin:0 0 200px 0;
	}
	.service_tab_desc{
		padding:56px 85px 0;
		font-size:22px;	
	}
	.planarea{
		background:#f7f7f7;
		padding:30px 15px;
		margin: 35px 0 0 0;
	}
	.plantitle{
		font-size:24px;
		padding:20px 0 10px;
	}
	.plansubtitle{
		font-size:16px;
		padding:0 0 20px 0;
	}
	
	.planrow{
		border-color:#cbcacb;
		border-style:none none dotted none;
		border-width: 0px 0px 4px 0;
		padding:27px 0;
		display:table;
	}
	.planrow:last-child, .lastrow{
		border-color:#cbcacb;
		border-style:none none none none!important;
		border-width: 0px 0px 0px 0!important;
		padding:27px 0;
		display:table;
	}
	.largetext{
		font-size:32px;
	}
	.plancola, .planblock, .planblock2, .planblock3, .planblock4{
		height:102px;
		font-size:22px;
		display:table-cell;
	}
	.plancola{
		width: 216px;
		font-size: 24px;
		height: auto;
		line-height: normal;
		/* float: left; */
		display: block;
		height: 102px!important;
		float: left;
		/* margin: 15px 0;*/
		line-height: 102px;
	}
	.plancolb{
		display:inline-block;
		width:auto;
		border-style:none none none none;
		padding: 0;
	}
	.planblock{
		width:231px;
		line-height: 20px;
	}
	.planblock2{
		width:231px;
		line-height: 20px;
		border-style:none dotted none none;
	}
	.planblock3{
		width:231px;
		line-height: 20px;
	}
	.planblock4{
		width:231px;
		line-height: 20px;
	}
	.super{
		top: -6px;
	}
	.planremark{
		font-size:13px;
		padding:40px 0;
	}
	.privacy{
		font-size:13px;
		padding:0px 0;
	}
	.bottomvisual{
		width:100%;
		max-width:564px;
		padding:75px 0 75px 638px;
		background: #FFF url(/images/service_tab1_visual.png) no-repeat center left;
		text-align:left;
	}
	.bottom_title{
		font-size:24px;
		padding:0 0 20px 0;
	}
	.bottom_desc{
		font-size:16px;
		padding:0 0 30px 0;
	}
	.formrow{
		display:block;
		margin:25px 120px;
		font-size:16px;
		line-height:26px;
		/*font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;*/
		color:#333;
	}
	.formrow:nth-child(3){
		margin:0px 120px 0;
	}
	.inputfield{
		border:1px solid #d1d2d3;
		height:42px;
		background-color:#fff;
		padding:0 2%;
		margin:8px 0 0;
		width:96%;
	}
	.inputselect{
		border:1px solid #d1d2d3;
		height:44px;
		background-color:#fff;
		padding:0 6%;
		margin:8px 0;
		width:100%;
	}
	.news_select{
		border:1px solid #C9CACB;
		height:30px;
		background-color:#fff;
		padding:0 18px;
		margin:0px 0;
		width:100%;
	}
	.formblock1, .formblock2, .formblock3, .formblock4, .formblock5{
		float:left;
		padding:0 0 0px 0;
	}
	.formblock1, .formblock2{
		width:31.33%;
		margin:0 3% 0 0;
	}
	.formblock3{
		width:31.33%;
		margin:0 0 0 0;
	}
	.formblock4{
		width:48.5%;
		margin:0 3% 0 0;
	}
	.formblock5{
		width:48.5%;
		margin:0 0 0 0;
	}
	.submit_btn{
		font-size:14px;
		margin:48px auto;
		width:178px;
	}
	.transbtn{
		font-size:14px;
		margin:0px auto 48px;
		width:178px;
	}
	.formrow input[type=radio] + label{
		width:100%;
		height:20px;
		border-radius:20px;
		line-height:20px;
		margin:0 120px 0 0;
		display:inline;
		display:initial;
		display:"";
	}
	.navbar{
		width:258px;
		display:block;
		float:left;
		position:relative;
	}
	.navcols, .headertab, .contactcols, .guidecols{
		display:none!important;
	}
	.navbars{
		display:block;
	}
	.navcol_active{
		border-left:4px solid #005baa;
		padding:0 0 0 10px;
		color:#005baa;
	}
	.faqtab{
		width:900px;
		display:block;
		float:left;
		position:relative;
	}
	.contacttab{
		width:900px;
		float:left;
		position:relative;
		/*min-height: 500px;*/
	}
	.question{
		display:block;
		cursor:pointer;
	}
	.qnumber, .qrow{
		display:inline-block;
		max-width:initial;
		max-width:auto;
		width:initial;
		width:auto;
	}
	.qnumber {
		padding: 0px 10px 0 0;
	}
	.marketlayer{
		padding:50px 0;
		/*font-size:90%;
		line-height:24px;*/
		text-align:left;
		max-width: 900px;
		margin: auto;
	}
	.faqlayer{
		padding:50px 0!important;
	}
	.contactlayer{
		padding:0!important;
	}
	.contact_nav{
		padding:50px 0;
	}
	.question:nth-child(1){
		padding:0px 0 22px 0;
		border-bottom:1px solid #d9dadb;
	}
	.question{
		padding:22px 0 22px 0;
		border-bottom:1px solid #d9dadb;
	}
	.anwser{
		padding: 10px 0 0 43px;
		line-height:24px;
	}
	.buildinglayer{
		position:absolute;
		bottom:0;
		background: url(/images/building.png) no-repeat bottom center;
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		-o-background-size:100% auto;
		background-size:100% auto;
		height:200px;
		width:100%;
	}
	.contentarea3{
		background: #009bde url(/images/main_service_charge_bg.jpg) no-repeat top center;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
		padding:60px 0 0 0;
		position:relative;
		min-height:550px;
	}
	#contentarea_3 .title {
		padding: 0 0 25px 0;
	}
	#contentarea_3 .shortdesc {
		padding: 0 0 55px 0;
	}
	#contentarea_4 .title {
		padding: 93px 0 25px 0;
	}
	#contentarea_4 .shortdesc {
		padding: 0 0 55px 0;
	}
	#contentarea_6 .title{
		padding:40px 0 40px 0;
	}
	.service_block{
		/*width:273px;*/
		width:371px;
		height:53px;
		padding:125px 0 0 0;
		text-align:center;
		margin:0 20px 20px 0;
		/*background:rgba(255,255,255,0.2);*/
		border:1px solid #fff;
		float:left;
		font-size:18px;
		color:#fff;
		cursor:pointer;
	}
	.service_block:nth-child(even){
		margin:0 20px 20px 0;
	}
	.service_block:last-child{
		margin:0 0px 20px 0;
	}
	/******main******/
	.splan1{
		background: rgba(255,255,255,0.2) url(/images/splan1.png) no-repeat center 39px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
	}
	.splan1:hover{
		background: rgba(255,255,255,1) url(/images/splan1_over.png) no-repeat center 39px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
		color:#124b8d;
	}
	.splan2{
		background: rgba(255,255,255,0.2) url(/images/splan2.png) no-repeat center 39px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
	}
	.splan2:hover{
		background: rgba(255,255,255,1) url(/images/splan2_over.png) no-repeat center 39px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
		color:#124b8d;
	}
	.splan3{
		background: rgba(255,255,255,0.2) url(/images/splan3.png) no-repeat center 39px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
	}
	.splan3:hover{
		background: rgba(255,255,255,1) url(/images/splan3_over.png) no-repeat center 39px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
		color:#124b8d;
	}
	.splan4{
		background: rgba(255,255,255,0.2) url(/images/splan4.png) no-repeat center 39px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
	}
	.splan4:hover{
		background: rgba(255,255,255,1) url(/images/splan4_over.png) no-repeat center 39px;
		-webkit-background-size:  66px auto;
		-moz-background-size:  66px auto;
		-o-background-size:  66px auto;
		background-size: 66px auto;
		color:#124b8d;
	}
	/*****main******/
	.carlayer{
		position:absolute;
		top:-75px;
		margin: 0 auto;
		width: 100%;
		display: block;
		text-align: center;
		max-height:initial;
		max-height:none;
		right:-1500px;
	}
	.carlayer img{
		min-height:auto;
		max-width: auto;
		height:auto;
		width:100%;
	}
	.large_container{
		max-width:1600px;
		padding:30px 38px 30px;
		margin:auto;
	}
	.proimg{
		width:760px;
		/*height:480px;*/
	}
	.proimg img{
		width:auto;
		height:100%;
	}
	.area5right{
		float:left;
		max-width:520px;
		padding:0 0 0 80px;
		width:calc(50% - 80px);
	}
	.area5right .title{
		padding:90px 0 25px 0;
	}
	.area5right .shortdesc{
		padding:0px 0 40px 0;
	}
	.area5left{
		/*max-width:600px;*/
		width:50%;
		position: relative;
		float:left;
	}
	.projectname{
		font-size:28px;
		padding:0 0 10px 25px;
		text-align:left;
		
	}
	.projecticon{
		position:absolute;
		left:0;
		top:0;
	}
	.projectloc{
		font-size:16px;
		padding:0 0 50px 0;
		text-align:left;
	}
	.projectbtn{
		font-size: 14px;
		padding: 0 50px 0px 50px;
		height: 40px;
		max-width: 150px;
		display: block;
		margin:0;
	}
	.bx-wrapper{
		/*float:left;*/
		width:100%;
	}
	#lheader{
		display:block;
	}
	#sheader{
		display:none;
	}
	a.bx-next img,a.bx-prev img {
		max-width: 40px;
	}
	.nextbtn,.prevbtn{
		position:absolute;
		width:40px;
		height:40px;
		background:#FFF;
		z-index:99;
		top:75%;
	}
	.nextbtn{
		background: #FFF url(/images/p-arrow-next.png) no-repeat bottom center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		right:0;
		cursor:pointer;
	}
	.prevbtn{
		background: #FFF url(/images/p-arrow-prev.png) no-repeat bottom center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		right:50px;
		left: auto;
		cursor:pointer;
	}
	.nextbtn:hover{
		background: #FFF url(/images/p-arrow-next_h.png) no-repeat bottom center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		right:0;
	}
	.prevbtn:hover{
		background: #FFF url(/images/p-arrow-prev_h.png) no-repeat bottom center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
		right:50px;
		left: auto;
	}
	.area6col{
		float:left;
		width:27.33%;
		padding:0 3%;
	}
	.area6row{
		padding:0 100px 50px;
	}
	.mediabtn{
		font-size:14px;
		border-radius:21px;
		height:42px;
		padding:0 50px;
		line-height:42px;
		cursor:pointer;
		display:inline-block;
		margin:auto;
	}

	.marketevent {
		/* background-color: #065098;
		z-index: 10;
		position: fixed;
		top: 175px; */
		z-index: 10;
		position: absolute;
		top: 0px;
		left: -5000px;
		width: 100%;
		/*height: calc(100% + 175px);*/
		text-align: center;
		vertical-align: middle;
		overflow: hidden;
		/*max-width:100%;*/
	}
	.eventdate{
		font-size:14px;
		padding:0 0 29px 0;
	}
	.event_subtitle{
		padding:30px 0px 10px;
	}
	.event_desc{
		padding:0 40px 30px 40px;
	}
	.event_tab1_content{
		padding:0 0 235px 0;
		max-width:1361px;
		/*width:1361px;*/
		margin: 0 auto;
	}
	.photolayer{
		background-color:#EBF0F1;
		padding:50px 0;
		/*height:800px;*/
	}
	.felogo{
		float: right;
		height: 50px;
		padding: 0;
		width:250px;
		max-width:100%;
	}
	.felogo img {
		height: 100%;
		width: auto;
		max-width:100%;
	}
	.closeevent{
		top:88px;
	}
	.newsbg{
		background: #FFF url(/images/news_event_bg.jpg) no-repeat top center;
		-webkit-background-size:  conatin;
		-moz-background-size:  conatin;
		-o-background-size:  conatin;
		background-size: conatin;
	}
	.eventrow{
		padding:65px 0 150px;
	}
	.eventleft{
		float:left;
		width:50%;
		text-align:right;
	}
	.eventleft img{
		max-width: 333px;
	}
	.eventright{
		/*float:left;*/
		width:50%;
		height:400px;
		text-align:left;
	}
	.eventrightcontent{
		display:table-cell;
		/*vertical-align:middle;*/
		vertical-align:top;
		position:relative;
	}
	.tvblock{
		width:20%;
		display:block;
		padding:30px 7%;
		margin:0 7% 0 0;
		float:left;
		background: #FFF url(/images/movie-icon.png) no-repeat center left;
		-webkit-background-size:  25px auto;
		-moz-background-size:  25px auto;
		-o-background-size:  25px auto;
		background-size: 25px auto;
		border-right: 1px solid #C9CACB;
		border-top: 0px solid #C9CACB;
		border-bottom: 0px solid #C9CACB;
		cursor:pointer;
	}
	.tvblock:hover{
		background: #FFF url(/images/movie-icon_h.png) no-repeat center left;
		-webkit-background-size:  25px auto;
		-moz-background-size:  25px auto;
		-o-background-size:  25px auto;
		background-size: 25px auto;
		color:#666;
	}
	.tvblock:nth-child(2){
		border-right:0px solid #C9CACB;
	}
	.mediablock{
		width:calc(100% - 60px);
		display:block;
		padding:30px;
		margin:0;
		float:left;
		background: #FFF url(/images/p-arrow.png) no-repeat center left;
		-webkit-background-size:  20px auto;
		-moz-background-size:  20px auto;
		-o-background-size:  20px auto;
		background-size: 20px auto;
		/*border-top: 1px solid #C9CACB;*/
		border-bottom: 1px solid #C9CACB;
		max-width:400px;
		cursor:pointer;
	}
	.mediablock:hover{
		background: #FFF url(/images/p-arrow_h.png) no-repeat center left;
		-webkit-background-size:  20px auto;
		-moz-background-size:  20px auto;
		-o-background-size:  20px auto;
		background-size: 20px auto;
		color:#666;
	}
	/*
	.mediablock:nth-child(2n+2){
		border-top:0px solid #C9CACB;
	}*/
	.mediablock:nth-child(3n+3){
		border-top:0px solid #C9CACB;
	}*
	#msg{
		width: 90%;
		left: 50%;
		top: 20%;
		margin-left: -375px;
		max-width: 725px;
		padding: 0 30px;
		overflow: auto;
	}
	.replymsgbg{
		width: 90%;
		left: 50%;
		top: 20%;
		margin-left: -375px;
		max-width: 725px;
		padding: 0 30px;
		overflow: auto;
	}
	.msource {
		margin: 30px 10px;
		height: auto;
	}
	#closeBtn {
		height: 35px;
		width: 35px;
		position: absolute;
		z-index: 1000;
		background-image: url(/images/closeBtn.png);
		background-repeat: no-repeat;
		cursor: pointer;
		top: 10px;
		right: 8px;
	}
	.project_desc{
		padding:8px 150px;
		line-height:32px;
	}
	.projectblock ul li{
		position:relative;
		display:block;
		width:275px;
		height:275px;
		margin:0 20px 20px 0;
		float:left;
		-webkit-transition: all 0s ease;
		transition: all 0s ease;
	}
	.projectblock  li:nth-child(4n+4) {
		margin:0;
	}
	.pcontent{
		display:none;
		background-color:rgba(0,154,221,0.8);
		position:absolute;
		width:100%;
		height:100%;
	}
	.pinfo{
		display: table-cell;
		vertical-align: middle;
		padding: 0 15px;
		height: 275px;
		width: 275px;
		text-align:center;
	}
	.pname{
		color:#FFF;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:20px;
		display:block;
	}
	.smtext{
		display:none;
	}
	.paddress{
		color:#FFF;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:16px;
		display:block;
	}
	.projectblock{
		padding:15px 0;
	}
	.app_col1{
		width:500px;
		float:left;
		text-align:center;
	}
	.app_col1 img{
		width:auto;
		height:auto;
	}
	.app_col2{
		width:650px;
		float:left;
		color:#333;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:20px;
		padding:116px 0 0 0;
	}
	.avatext{
		color:#009bde;
		font-size:16px;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
	}
	.tab_row{
		padding:50px 0;
	}
	.approw{
		padding:20px 0;
	}
	.appcol{
		height:52px;
		width: auto;
		float:left;
		margin:0 15px 0 0;
	}
	.appcol img{
		height:100%;
		width:auto;
	}
	.contact_table{
		
	}
	.contact_col{
		font-size:16px;
	}
	#contacttab1 .contact_col{
		border-bottom:1px solid #d0d1d2;
		padding:45px 0px;
		margin:0 40px 0 0;
		width:420px;
		float:left;
		display:table;
		height:88px;
	}
	#contacttab1 .contact_col:nth-child(2n+2){
		margin:0;
	}
	#contacttab2 .contact_col:nth-child(odd){
		border-bottom:1px solid #d0d1d2;
		padding:20px 0px;
		margin:0 40px 0 0;
		width:420px;
		float:left;
		display:table;
		height:88px;
		min-height:185px;
	}
	#contacttab2 .contact_col:nth-child(even){
		border-bottom:1px solid #d0d1d2;
		padding:20px 0px;
		margin:0;
		width:420px;
		float:left;
		display:table;
		height:88px;
		min-height:185px;
	}
	#contacttab3 .contact_col:nth-child(odd){
		border-bottom:1px solid #d0d1d2;
		padding:5px 0px;
		margin:0 40px 0 0;
		width:420px;
		float:left;
		display:table;
		height:88px;
		min-height:150px;
	}
	#contacttab3 .contact_col:nth-child(even){
		border-bottom:1px solid #d0d1d2;
		padding:5px 0px;
		margin:0;
		width:420px;
		float:left;
		display:table;
		height:88px;
		min-height:150px;
	}
	.contact_info{
		display:table-cell;
		vertical-align:middle;
		padding: 0 0 0 120px;
	}
	.addinfo{
		padding:0;
		display:table-cell;
		vertical-align:middle;
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		font-size:16px;
	}
	.contact_subhead{
		color:#009bde;
		display:block;
		padding:0 0 8px 0;
	}
	.address_row{
		padding:5px 0;
	}
	.addcol1{
		float:left;
		width:120px;
		line-height:150%;
	}
	.addcol2{
		float:left;
		width:300px;
		line-height:150%;
	}
	.serv_address{
		color:#808080;
	}
	.contact_address{
		width:430px;
	}
	.contact_icon1{
		background: #FFF url(/images/contact_call_icon.png) no-repeat center left;
		-webkit-background-size:  88px auto;
		-moz-background-size:  88px auto;
		-o-background-size:  88px auto;
		background-size: 88px auto;
		width:430px;
		height:88px;
		float:left;
	}
	.contact_icon2{
		background: #FFF url(/images/contact_email_icon.png) no-repeat center left;
		-webkit-background-size:  88px auto;
		-moz-background-size:  88px auto;
		-o-background-size:  88px auto;
		background-size: 88px auto;
		width:430px;
		height:88px;
		float:left;
	}
	.contact_icon3{
		background: #FFF url(/images/contact_e-form_icon.png) no-repeat center left;
		-webkit-background-size:  88px auto;
		-moz-background-size:  88px auto;
		-o-background-size:  88px auto;
		background-size: 88px auto;
		width:430px;
		height:88px;
		float:left;
	}
	.loc_row{
		padding:50px 0 10px;
	}
	.ser_row{
		padding:25px 0 10px;
	}
	.locationtitle{
		font-size:24px;
	}
	.loc_select{
		font-size:14px;
	}
	.part_left{
		width:auto;
		float:left;
	}
	.part_right{
		right:0;
		bottom:0;
		width:auto;
		float:right;
		text-align:right;
	}
	.park_content{
		position:absolute;
		z-index:99;
		left:0;
		right:0;
		padding:135px 25% 0px;
		width:50%;
		text-align:center;
		color:#1f80bc;
	}
	.contentarea7{
		/*padding:75px 0;*/
		padding:75px 0 50px;
	}
	.iconrow{
		width:820px;
	}
	#contentarea_9 .iconrow {
		width: 820px;
	}
	.slash:nth-child(2n+2){
		display:block;
	}
	#contentarea_9 .slash:nth-child(2n+2) {
		display: block;
	}
	.support_icon{
		width:17.5%;
	}
	.slash{
		width:10%;
		text-align:center;
	}
	.workingblock{
		background-color:#eee;
		padding:30px;
		color:#333;
		margin:50px 0 0 0;
		font-size:16px;
	}
	.replymsg{
		font-size:18px;
		padding:80px 90px 80px 90px;
		text-align: left;
	}
	.succmsg {
		background: url(/images/pre-success.png) no-repeat left top;
		-webkit-background-size: auto 46px;
		-moz-background-size: auto 46px;
		-o-background-size: auto 46px;
		background-size: auto 46px;
		width: 46px;
		height: 46px;
		padding: 0 30px 30px 0;
		float: left;
		/* display: block; */
	}
	.failmsg {
		background: url(/images/pre-fail.png) no-repeat left top;
		-webkit-background-size: auto 46px;
		-moz-background-size: auto 46px;
		-o-background-size: auto 46px;
		background-size: auto 46px;
		width: 46px;
		height: 46px;
		padding: 0 30px 30px 0;
		float: left;
		/* display: block; */
	}
	.guidetab{
		width:900px;
		float:left;
		display:block;
		position:relative;
	}
	.guidemsgblock{
		position:absolute;
		left:425px;
		top:110px;
	}
	.numblock{
		height:40px;
		width:40px;
		background-color:#114B8D;
		border-radius:40px;
		line-height:40px;
		text-align:center;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		position:absolute;
		top:0;
		left:0;
		color:#fff;
		z-index:20;
		display: block;
	}
	.numberpaging{
		float:left;
		margin:0 100px 0 0;
		display:block;
		height:40px;
		width:40px;
		background-color:#999899;
		border-radius:40px;
		line-height:40px;
		text-align:center;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		color:#fff;
		position:relative;
		bottom:-25px;
		cursor:pointer;
	}
	.number_action{
		background-color:#114B8D;
	}
	.guidecontent{
		padding:0 0 50px 0;
		width: 900px;
		margin: auto;
		max-width:900px;
	}
	.guidemsg{
		font-family:RobotoRegular,微軟正黑體, Microsoft JhengHei;
		background-color:#EEEEEE;
		width:360px;
		height:auto;
		position:absolute;
		left:20px;
		top:20px;
		padding:30px 45px;
		z-index:10;
	}
	.paging{
		display:block;
		width:100%;
		height:100px;
		position:relative;
		top: 0px;
	}
	.slidearrow{
		position:absolute;
		left:50px;
		top:-10px;
	}
	#guidecontent3 .slidedot, #guidecontent4 .slidedot{
		width:720px;
		border-bottom:3px solid #999899;
		border-style: none none dotted none;
		position:absolute;
		bottom:0;
	}
	.slidedot{
		width:580px;
		border-bottom:3px solid #999899;
		border-style: none none dotted none;
		position:absolute;
		bottom:0;
	}
	.bluebar{
		background-color:#114B8D;
		width:68px;
		height:3px;
		display:block;
		position:absolute;
		bottom:-3px;
	}
	.guideimg{
		height:500px;
		width:auto;
	}
	.bottomtriangle{
		position:absolute;
		top:120px;
		right:0;
		display:block;
	}
	.bottomtriangle_s{
		position: relative;
		/* top: 120px; */
		right: 0;
		display: none;
	}
	.protitle{
		font-size:40px;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding:43px 0;
		text-transform:uppercase;
		display:block;
	}
	.prostitle{
		font-size:40px;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		padding:43px 0;
		text-transform:uppercase;
		display:none;
	}
	.proname{
		padding:0 0 15px 0;
	}
	.prod{
		padding:48px 0;
	}
	.pimgcol{
		float:left;
		width:744px;
		overflow:hidden;
		padding: 0;
	}
	.pdetailcol{
		float:left;
		width:384px;
		padding:0 0 0 30px;
	}
	.picon{
		width:80px;
		height:80px;
		margin:0 20px 20px 0;
		float:left;
	}
	.picon:nth-child(4n+4){
		width:80px;
		height:80px;
		margin:0 0px 20px 0;
		float:left;
	}
	.picon img{
		width:100%;
		height:auto;
	}
	#projectnameL{
		display:block;
	}
	#projectname{
		display:none;
	}
	.pimg .pimg_block:nth-child(2n+2){
		padding:0 0px 20px 0;
	}
	.pimg_block{
		width:570px;
		position:relative;
		padding:0 20px 20px 0;
		float:left;
	}
	.pimgname{
		position:absolute;
		bottom:20px;
		height:auto;
		width:511px;
		/*background:rgba(0,154,221,0.8) url(/images/loc_icon.png) no-repeat right center;*/
		background:rgba(0,154,221,0.8) url(/images/business_icon.png) no-repeat right center;
		-webkit-background-size: auto 30px;
		-moz-background-size: auto 30px;
		-o-background-size: auto 30px;
		background-size: auto 30px;
		padding:20px 30px;
		color:#FFF;
	}
	.ug_subtitle{
		padding: 0 0 10px 0;
		text-align:left;
	}
	.ud_desc{
		padding:0 0px 38px 0;
		text-align:left;
	}
	.loginicon{
		background: url(/images/user_icon.png) no-repeat center left;
		-webkit-background-size: auto 9px;
		-moz-background-size: auto 9px;
		-o-background-size: auto 9px;
		background-size: 9px auto;
		padding: 5px 10px 5px 15px;
		margin: 0 10px;
		border-bottom: 2px solid #fff;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.logoutarea{
		text-align: left;
		display: block;
		color: #fff;
		background: url(/images/user_icon.png) no-repeat center left;
		-webkit-background-size: auto 9px;
		-moz-background-size: auto 9px;
		-o-background-size: auto 9px;
		background-size: 9px auto;
		padding: 0px 10px 0px 15px;
		margin: 0 10px;
		/* border-bottom: 2px solid #fff; */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.s_icon1, .s_icon2, .s_icon3, .s_icon4, .s_icon1:hover, .s_icon2:hover, .s_icon3:hover, .s_icon4:hover{
		width:17.5%;
	}
	.ugbutton{
		float:left;
		margin: 0 15px 15px 0;
	}
	.desc {
		font-size:14px;
	}
	.logintext{
		text-align:left;
		color:#FFF;
		padding:5px 0;
		display:block;
	}
	.sublogout {
		margin: 0px 0;
		text-align: left;
		padding: 0px 10px;
		border-top: 2px solid #fff;
	}
	.twolintext{
		display:block;
	}
	.enewsheader{
		font-size:24px;
		padding:20px 0 30px 0;
	}
	.enewsdesc{
		font-size:18px;
		line-height:26px;
		padding:0px 0 30px 0;
	}
	.enewsfieldsrow, .enewstc{
		font-size:16px;
		display:block;
	}
	.enewssubmit{
		
	}
	.enewsfieldcol{
		width:30%;
		margin:0 3.3% 0 0;
		float:left;
	}
	.enewstc{
		padding:25px 0 0 0;
	}
	
	/*###*/
	.enewblock{
		width:auto;
		margin:auto;
	}
	.enewarea{
		border:0px solid #fff;
		padding:0;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:18px;
		height:50px;
		line-height:50px;
		color:#fff;
		padding:10px 0 10px 38px;
		float: left;
		/*width: 58%;*/
		width: calc(58% - 38px);
		/*max-width: 438px;
		margin:0 25px 0 180px;*/
		max-width: 808px;
		margin: 0 25px 0 110px;
		cursor:pointer;
		line-height: normal;
		font-size:17px;
	}
	.enewarea_l {
		width: calc(100% - 220px);
		display: inline-block;
		vertical-align: middle;
		/* text-align: left;
		float: left; */
	}
	.enewarea_r {
		/* float: left; */
		width: 192px;
		display: inline-block;
		/* float: left; */
		margin: auto;
		text-align: center;
		border: 1px solid #fff;
		padding: 15px 10px;
		border-radius: 50px;
	}
	.leftblock{
		float:left;
		height:50px;
		line-height:50px;

	}
	.submiticon{
		float:right;
		height:50px;
		width:50px;
		font-size:2em;
		text-align:center;
		border-left:1px solid #fff;
		background: url(/images/newsbtn.png) no-repeat center center;
		-webkit-background-size:auto 22px;
		-moz-background-size:auto 22px;
		-o-background-size:auto 22px;
		background-size: auto 22px;
	}
	.contentarea8{
		background-color:#124B8D;
		padding:15px 0;
	}
	.shareicon{
		float:left;
		width:33%;
		border-left:1px solid #fff;
		height:auto;
		padding:0 0 0 0px;
	}
	.shareiconcol{
		float:left;
		/*margin:0 0 0 25px;*/
		margin:15px 0 15px 25px;
		/*width: calc(25% - 25px);*/
		width: auto;
		text-align:center;
	}
	.shareiconcol img{
		height: 36px;
		width: auto;
		border:0;
	}
	.after_enew{
		max-width:900px;
		margin:auto;
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		color:#fff;
		line-height: 26px;
		/*padding:20px 0;*/
	}
	.einputfield{
		width: calc(100% - 20px);
		height: 44px;
		border: 1px solid #48B2DD;
		padding: 0 10px;
	}
	.inputlabel{
		display:block;
		padding:0 0 10px 0;
	}
	.inputcheckbox{
		display: block;
		float: left;
		padding: 0 10px 0 0;
		height: 20px;
		margin: 2px 10px 30px 0;
	}
	.enewssubmit{
		background-color:#19B3EB;
		color:#fff;
		font-family:RobotoBold,微軟正黑體, Microsoft JhengHei;
		border-radius:21px;
		height:42px;
		line-height:42px;
		text-align:center;
		width:178px;
		margin:50px auto;
		cursor:pointer;
	}
	.enews_close{
		width:36px;
		height:36px;
		background: url(/images/enewsclose.png) no-repeat center center;
		-webkit-background-size:  contain;
		-moz-background-size:  contain;
		-o-background-size:  contain;
		background-size: contain;
		position:absolute;
		right:0;
		top:0;
		cursor:pointer;
	}
	.e_error{
		font-size:14px;
	}
	.estatustext{
		font-size:16px;
		text-align:center;
		padding:0 0 124px 0;
	}
	.news_container{
		width:900px;
		margin:auto;
		padding:50px 0 100px;
	}
	.news_header{
		font-family:RobotoLight,微軟正黑體, Microsoft JhengHei;
		font-size:24px;
		padding:5px 0 0 0;
		display:block;
	}
	.selectarea {
		/*width: auto;*/
		width: 250px;
	}
	.news_select{
		border:1px solid #C9CACB;
		height:30px;
		width:220px;
	}
	.newstoprow{
		padding:0 0 25px 0;
	}
	.news_subheader{
		font-size:14px;
	}
	.news_date{
		font-size:14px;
	}
	.news_subject{
		font-size:18px;
	}
	.news_content{
		font-size:16px;
	}
	.news_source{
		font-size:14px;
	}
	.news_readmore {
		font-size: 13px;
		margin: 0;
	}
	.filtermenu {
		display: block;
		width: 100%;
		padding: 8px 18px;
		position: relative;
		background: url(/images/news_arrow.png) no-repeat center right;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		height: 30px;
		border: 1px solid #C9CACB;
		line-height: 30px;
	}
	#guidetab3 .numberpaging, #guidetab4 .numberpaging{
		margin: 0 100px 0 0;
	}
	.pc_col{
	    float: left;
		width: calc(50% - 101px);
		padding: 0px 20px 15px 50px;
		text-align: left;
		border-right: 1px solid #c7c7c7;
		border-bottom: 0px solid #c7c7c7;
		color: #333333;
		font-size: 16px;
		background-repeat: no-repeat;
		-webkit-background-size: auto 24px;
		-moz-background-size: auto 24px;
		-o-background-size: auto 24px;
		background-size: auto 24px;
		background-image: url(/images/loc_icon2.png);
		background-position: 20px top;
	}
	.pc_col_disable{
	    float: left;
		width: calc(50% - 101px);
		padding: 0px 20px 15px 50px;
		text-align: left;
		border-right: 0px solid #c7c7c7;
		border-bottom: 0px solid #c7c7c7;
		color: #333333;
		font-size: 16px;
		background-repeat: no-repeat;
		-webkit-background-size: auto 24px;
		-moz-background-size: auto 24px;
		-o-background-size: auto 24px;
		background-size: auto 24px;
		background-image: url(/images/loc_icon2_gray.png);
		background-position: 20px top;
	}
	.pc_col:nth-child(2n){
		border-right: 0px solid #c7c7c7;
	}
	.loc_icon {
		float: left;
		width: 18px;
		padding: 0 15px 0 0;
		height:75px;
	}
	.loc_icon img{
		width:100%;
		height:auto;
	}
	.pc_subheader{
		color:#009ade;
		font-size:18px;
	}
	.contentarea10{
		padding:20px 150px;
		margin:auto;
		font-size:22px;
		/*font-weight:bold;*/
	}
}
/*###########################*/
@media screen and (min-width: 1600px){
	.proimg img {
		width: 100%;
		height: auto;
	}
	
	.about_tab2_content{
		background: url(/images/about_tab2_bg.jpg) no-repeat top center;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
	}
	.about_tab1_content{
		background: url(/images/about_tab1_bg.jpg) no-repeat bottom center;

		-webkit-transition: all 0s ease;
		transition: all 0s ease;
	}
	.newsbg{
		background: #FFF url(/images/news_event_bg.jpg) no-repeat center top;
		-webkit-background-size:  cover;
		-moz-background-size:  cover;
		-o-background-size:  cover;
		background-size: cover;
	}
}
/*###########################*/

