@charset "utf-8";
#loading {
	background-image: url(data:image/gif;base64,R0lGODlhHwAfAKIAAP////f39+bm5t7e3tbW1v4BAgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAFACwAAAAAHwAfAAADiQi63P4syEkpIDhrraqf1yZi3eeF41aaViqurIS6JBC3dAbHM72zPdfPFEwNP8XR8ZTT2W6yZg0alS4ryRdky20IvuBwGDAom89nhXgNJqPfZTV77Yaj5fOx/Y3Pf+t7cQB+eoFmfX6AgYh5inuMc452kGyScJR0hoeDhH+agp2en5hilnxdqBAJACH5BAUKAAUALAAAAQAeAB0AAAOBWLLcXSHKOZW7C9IdLXYaR3kfE4oSWQonGqhli8KfLNKYzeGXvvEgV2X1EKaIJmMHmVG+mCxnYUqtWq9Y6mDL7XYLhLB4PC54z1wweR02o89qNtn9/srX9Po2fm/r7X1ieXp8fYN1hXeHb4lyi2iNbI9wgYJ/aZV+lwOReJucmQQJACH5BAUKAAUALAAAAQAeAB0AAAOBWLPcXSLKOZW7C9IdLXYaR3kfE4oSWQ4nKqhli8KfLNKYzeGXvvEgV2X1EKaIJmMHmVG+mCxnYUqtWq9YKmHL7XYLgbB4PC54z1wweR02o89qNtn9/srX9Po2fm/r7X1ieXp8fYN1hXeHb4lyi2iNbI9wgYJ/aZV+lwSReJucmQEJACH5BAUKAAUALAAAAQAeAB0AAAOBWLTcXSPKOZW7C9IdLXYaR3kfE4oSWRInOqhli8KfLNKYzeGXvvEgV2X1EKaIJmMHmVG+mCxnYUqtWq9YamDL7XYLgrB4PC54z1wweR02o89qNtn9/srX9Po2fm/r7X1ieXp8fYN1hXeHb4lyi2iNbI9wgYJ/aZV+lwGReJucmQIJADs=);
	border: 1px solid #BBBBBB;
	position: fixed;
	top: 40%;
	left: 50%;
	width: 31px;
	height: 31px;
	margin-left: -15px;
	margin-top: -15px;
	z-index: 9;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.40);
}
#blackOverlay {
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDkvMjMvMTWKQZvzAAAAGElEQVQYlWNkYGBoYCACMBGjaFQh9RQCANyeAJRQ3dKnAAAAAElFTkSuQmCC);
}
nav:before, .icon-set-1, #logo, h1, #closebox, .wifi-icon, #openbox>div>a:after {
	background-image: url(../img/sprite.png?20200206);
}
.fb-like>span { vertical-align: baseline!important; } 
#map {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1;
	top: 0;
}
#map>div {
	background-image: url(../img/routemap.jpg?20200206);
	width: 1920px;
	height: 1253px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 1920px 1253px;
}
#map>div a {
	position: absolute;
	display: block;
	width: 15px;
	border-radius: 8px;
	height: 15px;
	z-index: 2;
	animation-name: pulse;
	-webkit-animation-name: pulse;	
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	border-width: 1px;
	border-style: solid;	
}
@keyframes pulse {
	0% {
		transform: scale(1);
		-webkit-opacity: 0.7;	
		opacity: 0.7;
			
	}
	50% {
		transform: scale(1.9);
		-webkit-opacity: 0.4;
		opacity: 0.4;
					
	}	
	100% {
		transform: scale(1);
		-webkit-opacity: 0.7;	
		opacity: 0.7;	
			
	}			
}
#map>div a:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	-webkit-box-shadow: 0px 0px 8px #FFF;
	box-shadow: 0px 0px 8px #FFF;
}
#map.pause>div a {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.blueline {
	background-color: #007DC5;
	border-color: #007DC5;
}
.redline {
	background-color: #ED1D24;
	border-color: #ED1D24;
}
.darkcyanline {
	background-color: #00888a;
	border-color: #00888a;	
}
.purpleline {
	background-color: #A3238F;
	border-color: #A3238F;
}
.orangeline {
	background-color: #F7943E;
	border-color: #F7943E;	
}
.greenline {
	background-color: #00AB4E;
	border-color: #00AB4E;
}
.softblueline {
	background-color: #53B7E8;
	border-color: #53B7E8;
}
footer {
	height: 60px;
	position: fixed;
	z-index: 9;
	bottom: 0px;
	width: 100%;
	background-color: #00529F;
	box-shadow: 0px 0px 16px rgba(0,161,220,0.4);
	text-align: center;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;	
}
footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2563AA;
}
footer nav>a {
	width: 158px;
	height: 60px;
	line-height: 56px;
	display: inline-block;
	color: #FFFFFF;
	font-family: "Meiryo UI", Meiryo, "Microsoft JhengHei UI", "Microsoft JhengHei", "HeiTi TC", sans-serif;
	font-size: 20px;
	position: relative;
}
footer nav>a:before {
	display: block;
	position: absolute;
	content: '';
	width: 1px;
	height: 60px;
	top:0;
	left:0;
	background-color: #2263AA;
}
footer nav>a:after {
	display: block;
	position: absolute;
	content: '';
	width: 1px;
	height: 60px;
	top:0;
	right:0;
	background-color: #003664;
}
footer nav>a:hover {
	text-decoration: none;
	background-image: -webkit-linear-gradient(bottom, rgba(21, 81, 160, 1) 0%, rgba(64, 99, 171, 1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(21, 81, 160, 1) 0%, rgba(64, 99, 171, 1) 100%);
	background-image: linear-gradient(to top, rgba(21, 81, 160, 1) 0%, rgba(64, 99, 171, 1) 100%);
}
footer nav>a>span, #openbox h4>span {
	display: inline-block;
	vertical-align: middle;
}
nav {
	position: relative;
	display: inline-block;
	border-left: 1px solid #003664;
	border-right: 1px solid #2263AA;
}
nav:before {
	content: '';
	position: absolute;
	width: 180px;
	height: 40px;
	top: -40px;
	left: 50%;
	margin-left: -90px;
}
.icon-set-1 {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
#jiaotong .icon-set-1, .icon-set-1.jiaotong {
	background-position: -181px 0;
}
#lvyou .icon-set-1, .icon-set-1.lvyou {
	background-position: -206px 0;
}
#leyuan .icon-set-1, .icon-set-1.leyuan {
	background-position: -231px 0;
}
#yinshi .icon-set-1, .icon-set-1.yinshi {
	background-position: -256px 0;
}
#dianxin .icon-set-1, .icon-set-1.dianxin {
	background-position: -281px 0;
}
header {
	width: 960px;
	position: absolute;
	z-index: 4;
	margin-top: -260px;
	margin-left: -480px;
	margin-right: auto;
	height: 520px;
	top: 43%;
	left: 50%;
}
header.start {
	width: 0;
	height: 0;
	margin: 0;
}
#logo {
	width: 196px;
	height: 52px;
	display: block;
	background-position: 0 -41px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}
.start #logo {
	position: fixed;
	z-index: 4;
	top: 20px;
	left: 20px;
}
h1 {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
	width: 805px;
	height: 233px;
	background-position: 0 -94px;
}
.start h1{
	position: fixed;
	z-index: 4;
	bottom: 80px;
	right: 20px;
	width: 211px;
	height: 62px;
	background-position: 0 -25px;
	-webkit-background-size: 262px;
	background-size: 262px;
	margin: 0;
}
#animation_container {
	position: relative;
	max-width: 800px;
	max-height: 300px;
	width: 100%!important;
	height: auto!important;
	margin: 0 auto 20px auto;
	padding-bottom: 31.25%;
	filter: drop-shadow(0 0 16px rgba(0,161,220,0.4));
}
.start #animation_container {
	display: none;
}
#canvas {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	display: block;	
}
#dom_overlay_container {
	pointer-events:none;
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%!important;
	height: 100%!important;
}
#social {
	display: block;
	position: fixed;
	text-align: right;	
	right: 20px;
	bottom: 80px;
	z-index: 1;
}
#social>div, #social iframe {
	display: inline-block;
	vertical-align: baseline;
}
header section {
	width: 380px;
	height: auto;
	background-color: rgba(63,75,85,0.98);
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 12px;
}

header.start section {
	display: none;
}
header section>div {
	width: 100%;
	height: 100%;
	border: 1px solid #FCCB45;
	text-align: center;
	border-radius: 10px;
}
header section h5 {
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "sans-serif";
	font-weight: bold;
	color: #FCCB45;
	font-size: 20px;
	margin-top: 1em;
	margin-bottom: 10px;
}
header section p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 15px;
}
#gotit {
	display: block;
	width: 240px;
	height: 40px;
	line-height: 40px;
	color: #162A81;
	background-color: #FCCB45;
	text-align: center;
	font-size: 15px;
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "sans-serif";
	margin: 0 auto;
	font-weight: bold;
	border-radius: 20px;
	margin-bottom: 1em;
}
#gotit:hover {
	background-image: -webkit-linear-gradient(bottom, rgba(244, 218, 122, 1) 0%, rgba(236, 195, 0, 1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(244, 218, 122, 1) 0%, rgba(236, 195, 0, 1) 100%);
	background-image: linear-gradient(to top, rgba(244, 218, 122, 1) 0%, rgba(236, 195, 0, 1) 100%);
	text-decoration: none;
}
#HKU {
	top: 930px;
	left: 508px;
}
#xiyingpan {
	top: 930px;
	left: 610px;
}
#shanghuan {
	top: 930px;
	left: 711px;
}
#zhonghuan {
	top: 930px;
	left: 812px;
}
#wanzai {
	top: 930px;
	left: 1013px;
}
#tongluowan {
	top: 930px;
	left: 1113px;
}
#tianhou {
	top: 930px;
	left: 1214px;
}
#paotaishan {
	top: 930px;
	left: 1314px;
}
#beijiao {
	top: 930px;
	left: 1414px;
}
#zeyuyong {
	top: 930px;
	left: 1514px;
}

#jiandong {
	top: 808px;
	left: 1004px;	
}
#jianshazui {
	top: 779px;
	left: 975px;	
}
#zuodun {
	top: 713px;
	left: 975px;	
}
#youmadi {
	top: 647px;
	left: 975px;	
}
#wangjiao {
	top: 581px;
	left: 975px;
}
#taizi {
	top: 516px;
	left: 975px;	
}
#dawokou {
	top: 457px;
	left: 325px;
}
#quanwan {
	top: 457px;
	left: 221px;
}
#quanwanxi {
	top: 380px;
	left: 221px;	
}
#airport {
	top: 696px;
	left: 213px;	
}
#qingyi {
	top: 534px;
	left: 481px;	
}
#nanchang {
	top: 555px;
	left: 659px;	
}
#aoyun {
	top: 661px;
	left: 659px;	
}
#dongyong {
	top: 760px;
	left: 255px;	
}
#guantang {
	top: 593px;
	left: 1579px;	
}
#niutoujiao {
	top: 526px;
	left: 1579px;	
}
#zuanshishan {
	top: 457px;
	left: 1416px;	
}
#jiulongtang {
	top: 457px;
	left: 1160px;		
}
#hongkan {
	top: 779px;
	left: 1160px;		
}
#shatian {
	top: 279px;
	left: 1160px;		
}
#openbox {
	display: none;
	width: 638px;
	height: 478px;
	background-color: #FFF;
	border: 1px solid #00529F;
	-webkit-box-shadow: 6px 6px rgba(0,0,0,0.20);
	box-shadow: 6px 6px rgba(0,0,0,0.20);
	position: fixed;
	left: 50%;
	top: 43%;
	margin-top: -240px;
	margin-left: -320px;
	z-index: 4;
}
#closebox {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	background-position: 0 -328px;
}
#openbox>h4 {
	height: 50px;
	line-height: 48px;
	background-color: #00529F;
	padding-right: 50px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
	margin: 0;
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", "PingFang TC", "sans-serif";
}
#openbox>div {
	position: absolute;
	width: 100%;
	top: 50px;
	bottom: 0;
	overflow-y: scroll;
}
#openbox article {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align: center;
	position: relative;
}
#openbox article:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 300px;
	height: 1px;
	margin-left: -150px;
	background-color: #BBB;
}
#openbox article:first-child:after {
	display: none;
}
#openbox article h3 {
	display: inline-block;
	line-height: 150%;
	font-family: "Meiryo UI", Meiryo, "Microsoft JhengHei UI", "Microsoft JhengHei", "HeiTi TC", sans-serif;
	margin: 0;
	border-bottom: 1px solid #08C;
}
#openbox article h3 a:hover{
	text-decoration: none;
}
#openbox article h4 {
	margin: 0;
	text-transform: uppercase;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	color: #333333;
	font-size: 16px;
}
#openbox article p {
	font-family: PMingLiU, "SongTi TC", serif;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 10px;
}
#openbox article img {
	width: 170px;
	margin-left: 5px;
	margin-right: 5px;
}
.wifi-icon {
	display: inline-block;
	width: 15px;
	height: 10px;
	background-position: -305px -1px;
	margin-right: 5px;
	vertical-align: text-top;
}
.icon-set-2 {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	display: inline-block;
	margin-right: 10px;
}
.icon-set-2.red {
	background-color: #ED1D24;	
}
.icon-set-2.blue {
	background-color: #007DC5;	
}
.icon-set-2.darkcyan {
	background-color: #00888a;	
}
.icon-set-2.purple {
	background-color: #A3238F;	
}
.icon-set-2.orange {
	background-color: #F7943E;	
}
.icon-set-2.green {
	background-color: #00AB4E;	
}
.icon-set-2.softblue {
	background-color: #53B7E8;	
}
#openbox>div>a {
	display: block;
	padding-top: 1em;
	padding-right: 2em;
	padding-left: 1em;
	padding-bottom: 1em;
	background-color: #F4F4F4;
	border-bottom: 1px solid #BBB;
	position: relative;
}
#openbox>div>a:after {
	content: '';
	width: 6px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -5px;
	background-position: -321px 0;
}
#openbox>div>a:hover {
	text-decoration: none;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,238,238,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,238,238,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(238,238,238,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(238,238,238,1.00) 100%);
	background-color: #EEE;
}
#openbox>div>a h3, #openbox>div>a p {
	margin: 0;
}
#openbox>div>a h3 {
	font-size: 16px;
	color: #08C;
}
#openbox>div>a p {
	font-family: PMingLiU, "SongTi TC", serif;
	font-size: 13px;
	color: #555;
}
@media (max-width:960px){
	h1{
		width: 600px;
		height: 174px;
		background-position: 0 -70px;
		background-size: 745px;
	}
	header {
		width: 100%;
		height: 461px;
		margin-top: -230px;
		margin-left: 0;
		margin-right: 0;
		left: auto;
	}
	nav {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		width: 100%;
		border-left-style: none;
		border-right-style: none;
	}
	footer nav>a {
		flex-grow: 1;
	}
	footer nav > a:first-child:before {
		display:none;
	}
	footer nav > a:last-child:after {
		display:none;
	}
	.start #social {
		right: auto;
		left: 10px;
		text-align: left;
	}
	#animation_container {
		max-width: 90%;
		padding-bottom: 33.75%;
	}
}

@media (max-width:660px){
	header {
		height: 421px;
		margin-top: -210px;
	}
	h1{
		width: 460px;
		height: 134px;
		background-position: 0 -54px;
		-webkit-background-size: 571px;
		background-size: 571px;
		transform: translateX(15px);
	}
	footer nav > a {
		font-size: 15px;
	}
	#openbox {
		border-style: none;
		width: 100%;
		height: auto;
		top: 0;
		bottom: 60px;
		left: auto;
		margin: 0;
	}	
}

@media (max-width:480px){
	
	#logo {
		width: 155px;
		height: 42px;
		background-position: 0px -32px;
		-webkit-background-size: 790px;
		background-size: 790px;
		margin-bottom: 10px;
	}
	.start #logo {
		left: 50%;
		margin-left: -77px;	
		margin-bottom: 0;
	}
	h1{
		width: 280px;
		height: 81px;
		background-position: 0 -33px;
		-webkit-background-size: 347px;
		background-size: 347px;
		margin-bottom: 10px;
	}
	header {
		top: 50%;
		height: 340px;
		margin-top: -170px;
	}
	header section {
		width: 84%;
		margin-left: auto;
		margin-right: auto;
		padding: 2%;
	}
	footer nav > a {
		font-size: 12px;
	}
	footer nav > a > span {
		display: block;
		line-height: 120%;
	}
	footer .icon-set-1 {
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2px;
	}
	#openbox {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#openbox article img {	
		width: auto;
		max-width: 300px;
		margin: 0;
	}
	#openbox article {
		padding-left: 3%;
		padding-right: 3%;
	}
	header.start h1 {
		display: none;
	}
	footer {
		bottom: -90px;
	}
	footer.start {
		bottom: 0;
	}
	nav:before {
		width: 135px;
		height: 30px;
		-webkit-background-size: 750px;
		background-size: 750px;
		top:-30px;
		margin-left: -67px;
	}
	#social {
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
		bottom: 100px;
	}
}
