<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px;
	padding:0px;
}

body {
	background: #FFF;
	font-family: "微軟正黑體", Arial, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 22px;
	overflow: hidden;
}

html { overflow-y: scroll; }

#content {
}

img	{
	max-width:100%;	
	height:auto;
}

.editor a {word-wrap: break-word;word-break: break-all;}

a {text-decoration:none}


#PageTopBtn {
    z-index: 99999999;
}

.table_scroll{
	overflow-x: auto; 
}

.datatable {
	width:100%;
}

.datatable th { 
	font-size: 13px; 
	font-weight: bold; 
	color: #fff; 
	background: #e50012; 
	text-align: center; 
	height: 26px; 
	line-height: 26px; 
	padding: 2px 5px; 
	border-right: 1px solid #fff;
}

.datatable td {  
	font-size: 13px; 
	height: 26px; 
	line-height: 26px; 
	padding: 2px 5px; 
	border-right: 1px solid #fff;
	color: #666;
}

.datatable tr.altrow { 
	background: #eee;
}

.datatable tr:nth-of-type(odd) { 
	background:#beeeaa;
}
.datatable tr:nth-of-type(even) { 
	background:#FFFFFF;
}


.clearfix:after,  .clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*header*/
.lang {
    width: 120px;
    text-align: center;
    position: absolute;
    right: 26px;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 34px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

#logo {
    display: inline-block;
    vertical-align: middle;
    margin: 40px 8px 0px 40px;
}

.animate{
	-webkit-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

.header_bg {position: absolute;z-index: 999;top: 0;width: 100%;}

header {
    margin: 0px auto;
    position: relative;
    color: #FFF;
}

	
	/* collaspe btn */
	.collapse-button {
	    display: none;
	}
	

	/* main nav start */
	#main-nav {
		width: calc(100% - 536px);
		display: inline-block;
		text-align: right;
		padding-right: 40px;
		vertical-align: bottom;
	}
	#main-nav ul {
		padding: 0;
		width: 100%;

	}
	#main-nav li {
		display: inline-block;
		vertical-align: bottom;
		text-align: center;
		padding: 0 10px;
	}
	#main-nav li:nth-child(n+2):before{/*
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 1px;
		height: 30px;
		background: #dfdfdf; */
	}
	#main-nav li:nth-child(n+2) a {
	/*	width: calc(100% - 1px); */
	}
	#main-nav li a {
		display: block;
		font-size: 18px;
		font-weight: 900;
		text-align: center;
		color: #0b3788;
		line-height: 30px;
	}
	#main-nav li a &gt; span {

	}
	#main-nav li a &gt; .fa-home {
		font-size: 24px;
	}
	#main-nav li a ,
	#main-nav li:hover a{
		-webkit-transition: 0.5s ease;
		-ms-transition: 0.5s ease;
		transition: 0.5s ease;
	}
	#main-nav  #link &gt; li &gt; a:hover , #main-nav  #link &gt; li &gt; a:hover  &gt; .fa-home,#main-nav #link &gt; li &gt; a.current, #main-nav #link &gt; li &gt; a.current &gt; .fa-home {
		color: #eee;
		text-shadow: none;
	}
	#main-nav li:hover a &gt; span {
		
	}
	
	.topShow {
		position: absolute;
		top: 10px;
		right: 146px;
		font-size: 14px;
		list-style: none;
		padding: 0px !important;
		margin: 0!important;
		background: rgb(59,103,158);
background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
	}

	#main-nav .topShow #link ol li:hover a{color: #0b3788 !IMPORTANT;}

	.lang{
		background: rgb(59,103,158);
background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
}
	#link {
		margin: 0;
	}
	#link &gt; li {
		display: inline-block;
		padding: 0px;
		position: relative;
	}
	

	#link li a {
		display: block;
		font-size: 18px;
		color: #292c43;
		border:none;
	}
	#link &gt; li &gt; a {
		color: #fff;
	}

	#link li a:hover,#link li a.current {
		border:none;
	}
		
	#link ul {
		list-style: none;
	}
	
	
	#link img {
		vertical-align: middle;
		margin: 0;
	}	

	.mainShow img {
		width: 50px;
		display: block;
		margin: 0 auto;
		}
		
/*-----------------------------------------------*/

@media print, screen and (max-width:1400px){

#main-nav {
    width: calc(100% - 412px);
	padding-right: 20px;

}

#main-nav li a,.lang {
    font-size: 16px;
}

.topShow {
}

#logo {
    max-width: 360px;
}

}

@media print, screen and (max-width: 1200px){

#main-nav li a,.lang {
    font-size: 14px;
}

#main-nav {
    width: calc(100% - 365px);
	padding-right: 20px;

}

#logo {
    max-width: 320px;
	margin: 36px 20px;
}

}


@media print, screen and (min-width:1066px){
	#link li ol{position:absolute; left: 0; width: 100%; display: none !important; background-color:#fff; border-bottom: 3px solid #0b3788; top: 33px;}
	#link li ol li{padding: 3px 0;}
	#link li:hover ol ,#link li ol:hover{display: inline-block !important;}
	#link &gt; li{padding: 2px 17px;}
	#link &gt; li i{display: none;}
	#link li a{padding:0 10px;}
	#main-nav .topShow #link &gt; li:first-child ,#main-nav .topShow{
		border-bottom-left-radius:50px;
		border-top-left-radius:50px;
	} 

	.topShow #link &gt; li:hover ,.lang:hover{
background: rgb(125,185,232);
background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(125,185,232,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(32,124,202,1) 51%, rgba(59,103,158,1) 100%);
background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(125,185,232,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(32,124,202,1) 51%,rgba(59,103,158,1) 100%);
background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(125,185,232,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(32,124,202,1) 51%,rgba(59,103,158,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b679e',GradientType=0 );
}
}
@media print, screen and (max-width:1065px){
	#link li ol{display: none; width: 100%; background-color: #fff;}
	#link &gt; li.menuSubmenu &gt; a{pointer-events: none;}
	#link li ol a{color: #0b3788;}
	#link &gt; li i{position: absolute; right: 20px; top: 10px;}
	.lang{border-radius: 50px;}
	.pc{
		display:none !important;
	}
	#logo{
		display:block;
		text-align: center;
		margin: 42px 20px 10px;
	}
	.collapse-button {
		display: block;
		position: absolute;
		right: .5rem;
		top: 85px;
		width: 56px;
		height: 50px;
		background-color: #0b3788;
		background-repeat: repeat-x;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		border-radius: 4px 4px 4px 4px;
		color: #FFF;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
		padding: 11px 0;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		cursor: pointer;
		font-size: 0.875em;
		text-align: center;
		transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.collapse-button:after {
	    content: "Menu";
	    display: block;
	    width: 100%;		
    	font-size: 15px;
	    text-align: center;
	}
	.collapse-button:hover, .collapse-button:focus {
	    color: #FFF;
	}
		
	.collapse-button .icon-bar {
	    background-color: #F5F5F5;
	    border-radius: 1px 1px 1px 1px;
	    display: block;
	    height: 2px;
	    width: 18px;
	    margin: 2px auto;
	    -moz-transition: all .3s;
	    -ms-transition: all .3s;
	    -webkit-transition: all .3s;
	    transition: all .3s;
		
	}

	.collapse-button.spread-out .icon-bar{
	    width: 24px;
	    -moz-transition: all .3s;
	    -ms-transition: all .3s;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	}
	.collapse-button.spread-out .icon-bar:first-child{
	    transform: translateY(2px) rotate(45deg);
	    -o-transform: translateY(2px) rotate(45deg);
	    -ms-transform: translateY(2px) rotate(45deg);
	    -moz-transform: translateY(2px) rotate(45deg);
	    -webkit-transform: translateY(2px) rotate(45deg);
	}
	.collapse-button.spread-out .icon-bar:nth-child(2){
	    display: none;
	}
	.collapse-button.spread-out .icon-bar:last-child{
	    transform:  translateY(-2px) rotate(-45deg);
	    -o-transform:  translateY(-2px) rotate(-45deg);
	    -ms-transform:  translateY(-2px) rotate(-45deg);
	    -moz-transform:  translateY(-2px) rotate(-45deg);
	    -webkit-transform:  translateY(-2px) rotate(-45deg);
	}
	.collapse-button.spread-out:after {
		margin-top: 6px;
	}
	


	/* main-nav */
	#main-nav {
		position: relative;
		z-index: 999999;
		width: 100%;
		padding: 0;
		background: #0b3788;
		border: 2px #c3c3c3 solid;
		max-height: 0;
		overflow: hidden;
		top: -1000px;
		-webkit-transition: 1.5s cubic-bezier(0.925, -0.365, 0.200, 1.455);
		-moz-transition: 1.5s cubic-bezier(0.925, -0.365, 0.200, 1.455);
		-ms-transition: 1.5s cubic-bezier(0.925, -0.365, 0.200, 1.455);
		transition: 1.5s cubic-bezier(0.925, -0.365, 0.200, 1.455);
	}
	#main-nav ul {
		margin: 0;
		display: initial;
	}
	#main-nav.active {
		max-height: 3000px;
		top:0px;
		-webkit-transition: all .8s cubic-bezier(0.925, -0.365, 0.200, 1.455);
		-moz-transition: all .8s cubic-bezier(0.925, -0.365, 0.200, 1.455);
		-ms-transition: all .8s cubic-bezier(0.925, -0.365, 0.200, 1.455);
		transition: all .8s cubic-bezier(0.925, -0.365, 0.200, 1.455);
	}
	#main-nav li, #main-nav li:last-child {
		display: block;
		width: 100%;
		border-bottom: 1px dotted #ccc;
		background: none;
	}
	#main-nav li a, #main-nav li:last-child a{
		padding: .2em 0;
	}
	#main-nav li:last-child {
	border: none;
	}

	#main-nav li a {
		font-size: 17px;
		line-height: 30px;
		color: #fff;
		text-shadow: none;
		border-bottom: none;
		font-weight: bold;
	}

	#main-nav li a:hover{
		color: #b3b3b3;
	}	
	
	a:hover.mbg01,a:hover.mbg02,a:hover.mbg03,a:hover.mbg04,a:hover.mbg05,a:hover.mbg06{ background:none;}
	
	.container {
    position: relative;
	}
	.topShow {
	position: initial;
	background: #CCC;
	}


	#logo {
	}


	#main-nav li a:hover , #main-nav li a:hover  &gt; .fa-home,#main-nav li a.current, #main-nav li a.current &gt; .fa-home {
		border-bottom: none;
	}

	.header_bg {
		position: inherit;
	}
	#link span {
		display:none;
		}
		
	
	.mainShow img {
		display: inline-block;
		width: 35px;
		vertical-align: top;
	}
	
	.lang {
		right: 6px;
	}

}

@media print, screen and (max-width:768px){

}

@media print, screen and (max-width:480px){

#logo {
    max-width: 260px;
}
	
header {
    background: none;
}




}

@media print, screen and (max-width:400px){

.collapse-button {
    width: 42px;
    height: auto;
    top: 70px;
    padding: 11px 0 0;
}

.collapse-button:after{font-size: 12px;}

#logo {
    max-width: 220px;
}

.lang {
    margin: 6px 0;
}

}</pre></body></html>