
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");

/*
	Strongly Typed by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
  
	}


body {
	height: auto !important;
	line-height: 1;
	letter-spacing: 1px;
	padding: 0 !important;
	background: none !important;
	font-size: 1em;
	color: #4a4949 !important;
	font-family: "微�??�??�??�??" !important;
	position: relative;
	
}

ol, ul ,li{
	list-style: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #f0f0f0;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		font-family: 'Source Sans Pro';
		font-size: 100%;
		color: #777;
		line-height: 1.65em;
		
	}

	.center {
		max-width: 1200px;
		min-width: 0;
		position: relative;
		margin: auto;
		padding: 0;
		width: 100%;    	
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		text-transform: uppercase;
		color: #FFF;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #FFF;
		text-decoration: none;
		border: 0;
	}

	h2 {
		font-size: 1.5em;
		font-weight: 400;
		letter-spacing: 4px;
		margin: 0 0 0em 0;
		line-height: 1.5em;
	}

	h3 {
		font-size: 1em;
		letter-spacing: 2px;
		margin: 0 0 1.25em 0;
	}

	a {
		text-decoration: none;
		transition: all 200ms ease-out;
		
	}
		@media print {
			a[href]:after {
				content: none !important;
			}
			}

		a strong {
			-moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
		}

		a:hover {
			/*color: #ed786a;*/
			border-bottom-color: rgba(255, 255, 255, 0);
		}

			a:hover strong {
				color: #ed786a;
			}

	strong, b {
		font-weight: 600;
		color: #666;
	}

	em, i {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p {
		text-align: justify;
		margin-bottom: 2em;
	}

	label {
		margin: 0;
		font-weight: normal;
		display: inherit;
	}

	br.clear {
		clear: both;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 1200px;
		width: 100%;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 68em;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: calc(100% - 80px);
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: calc(100% - 40px);
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: calc(100% - 40px);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row > * {
				padding: 25px 25px 25px 25px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row > * {
						padding: 25px 25px 25px 25px;
					}

					.meme.row > * {
						padding: 15px 0px 15px 15px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 25px 40px;
					}

					.meme.row > * {
						padding: 40px 0 25px 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row > * {
						padding: 25px 25px 25px 25px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-25 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row.gtr-50 {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row.gtr-50 > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 15px;
						}

				.row {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-150 {
					margin-top: -45px;
					margin-left: -45px;
				}

					.row.gtr-150 > * {
						padding: 45px 0 0 45px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -45px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 45px;
						}

				.row.gtr-200 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-200 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 60px;
						}

		}

		/**/
	body.small{
		font-size: 90%;
	}

	body.medium{
		font-size: 100%;
	}

	body.large{
		font-size: 110%;
	}

/* Sections/Article */

	section, article {
		margin-bottom: 0;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

/* Image */

	.image {
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		display: inline-block;
		border: solid 6px #ebebeb !important;
	}

		.image:hover {
			opacity: 0.9;
		}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 3.5em 0;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 1.5em 0;
			position: relative;
			top: 0.5em;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			/*padding-left: 0.5em;*/
			margin: 0.75em 0 0.75em 0;
		}

			ul li:first-child {
				margin-top: 0;
			}

	ol {
		list-style: decimal;
		padding-left: 1em;
	}

		ol li {
			padding-left: 0.5em;
			margin: 0.75em 0 0.75em 0;
		}

			ol li:first-child {
				margin-top: 0;
			}

/* Links */

	ul.links {
		list-style: none;
		padding-left: 0;
	}

		ul.links li {
			display: inline;
			border-left: solid 1px #d0d0d0;
			padding-left: 1em;
			margin: 0 0 0 1em;
		}

			ul.links li:first-child {
				margin-left: 0;
				padding-left: 0;
				border-left: 0;
			}

/* Actions */

	ul.actions {
		margin-top: 2.5em;
		clear: both;
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			padding-left: 0;
			display: inline-block;
			margin: 0 0 0 1em;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

/* Divided */

	ul.divided {
		list-style: none;
		padding-left: 0;
	}

		ul.divided li {
			
			margin: 0 0 0 0;
			/*padding-left: 0;
			border-top: solid 2px #e5e5e5;
			padding: 2.5em 0 0 0;*/
		}

			ul.divided li:first-child {
				border-top: 0;
				margin-top: 0;
				padding-top: 0;
			}

/* Icons */

	ul.icons {
		list-style: none;
		padding-left: 0;
	}

		ul.icons > li {
			position: relative;
			padding: 2em 0 0 3em;
			margin: 0;
		}

			ul.icons > li:before {
				position: absolute;
				left: 0;
				top: 2.6em;
				display: block;
				font-size: 0.8em;
				background: #878787;
				color: #e4e4e4;
				width: 2em;
				height: 2em;
				border-radius: 2em;
				line-height: 2em;
				text-align: center;
				box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
			}

			ul.icons > li:first-child {
				padding-top: 0;
			}

				ul.icons > li:first-child:before {
					top: 0;
				}

/* Form */

	form label {
		text-transform: uppercase;
		display: block;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		-webkit-appearance: none;
		display: block;
		border: 0;
		background: #FFF;
		width: 100%;
		box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
		border-radius: 4px;
		line-height: 1.25em;
		padding: 0.75em 1em 0.75em 1em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #f0f0f0;
		}

	form textarea {
		min-height: 11em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
		line-height: 1.35em;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Table */

	table {
		width: 100%;
	}

		table tbody tr {
			border-top: solid 1px #E5E5E5;
		}

			table tbody tr:first-child {
				border-top: 0;
			}

		table td {
			padding: 0.75em 1em 0.75em 1em;
		}

		table th {
			text-align: left;
			font-weight: bold;
			padding: 0.75em 1em 0.75em 1em;
		}

		table thead {
			background: #878787;
			color: #fff;
			font-weight: 400;
			text-transform: uppercase;
			border: 0;
			box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
			font-size: 0.85em;
			letter-spacing: 2px;
		}

		table tfoot {
			background: #F0F0F0;
			border-top: solid 2px #E5E5E5;
		}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #4b638f;
		color: #fff !important;
		text-transform: uppercase;
		border-radius: 4px;
		border: 0;
		outline: 0;
		font-size: 1em;
		box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
		font-weight: 600;
		text-align: center;
		font-size: 0.85em;
		letter-spacing: 2px;
		padding: 0.85em 1em 0.85em 1em;
		width: 100%;
	}

		input[type="button"].icon:before,
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		button.icon:before,
		.button.icon:before {
			position: relative;
			padding-right: 0.75em;
			opacity: 0.5;
			top: 0.05em;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #c08f33;
		}

		input[type="button"]:focus,
		input[type="submit"]:focus,
		input[type="reset"]:focus,
		button:focus,
		.button:focus {
			outline-color: transparent;
			outline-style:solid;
			box-shadow: 0 0 0 4px #c08f33;
			
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background: #ed786a;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #878787;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #979797;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background: #878787;
			}

			.calculate-check {
				display: inline-block;
				position: relative;
				padding-left: 25px;
				margin-bottom: 15px;
				cursor: pointer;
				font-size: 16px;
			  }

			.calculate-check input:checked ~ .checkmark {
				background-color: #f1f1f1;
				border: none;
				outline: none;
			  }

			  

/* Box */

	.no-sidebar .box.post > header {
		text-align: center;
	}

	.box.excerpt .date {
		background: #878787;
		color: #fff;
		font-weight: 400;
		text-transform: uppercase;
		border-radius: 4px;
		border: 0;
		box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
		display: inline-block;
		font-size: 0.85em;
		letter-spacing: 2px;
		padding: 0.25em 1em 0.25em 1em;
		margin: 0 0 2.5em 0;
	}

	.box.excerpt iframe{
		height: 220px;
		width: 300px;
	}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Page Wrapper */

	#page-wrapper > section {
		margin-bottom: 0;
	}

	a.goCenter {
		position: absolute;
		top: -2.2em;
		padding: 0 0.5em;
		height: 2em;
		font-size: 11pt;
		line-height: 2em;
		background: #4b638f;
		color: #fff;
		text-decoration: none;
		z-index: 999999999999;
		opacity: 0;
		transition: .5s;
		-moz-border-radius: 0px 0px 4px 4px;
		-webkit-border-radius: 0px;
		border-radius: 0px 0px 4px 4px;
		color: #FFF;
	}

	a.goCenter:hover, a.goCenter:focus {
		outline: none;
		top: 0;
		opacity: 1;
	}
/* Header */

.top {
	position: relative;
	height: 80px;
	z-index: 9;
	top: 0;
	background-image: url(../../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 95%;
}
	.top a {
		color: #fff;
		
		padding: 0 5px;
		letter-spacing: 0;
	}

	.top h1 {
		margin: 0;
		position: absolute;
		top: 2px;
		left: 10px;
	}

	.top h1 img {
		width: 100%;
		max-width: 390px;
		
	}

	

	.top .toplink {
		padding: 3px 5px 7px 35px;
		right: 10px;
	}
	 
.topbg {
	background-color: #4b638f;
	color: #fff;
	background-image: url(../../images/topbg_first.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	float:  right;
	
}


.top .toplink a.accesskey {
    top: 0;
    position: absolute;
    width: auto;
    left: 0px;
	
}

.nav {
    background-color: #4b638f;
    position: relative;
    z-index: 999;
    padding: 0;
	
    background-repeat: repeat-x;
    background-position: top;
    height: 60px;
}

.nav > ul > li {
    float: left;
	display: flex;
    background: #e9e9e9;
    padding: 0;
    margin: 0;
	height: 100%; /* 符�????��??�??�??�?? */
	justify-content: space-between; /* ?????? ul �?? li ???�??�?? */
	list-style-type: none;
	
}






a.accesskey {
    position: absolute;
    z-index: 9999;
    font-size: 76%;
	color: #000;
}

.menu-container {
    width: 100%;
    text-align: center;
	
    /* z-index: 99; */
}

.menu-container .nav > ul {
    display: inline-block;
	width: auto;
    padding: 0 10px;
    bottom: 0;
	position: relative;
    box-sizing: border-box;
	display: flex;
}
.menu-container .nav > ul > li.top_link_plus {
    display: none;
}




.menu-container .nav > ul > li a {
    color: white;
	background-color: #4b638f;
    font-size: 120%;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 15px 25px 15px 25px;
}


/* Nav */

#nav{
	display: none;
}

		#nav > ul > li {
			display: inline-block;
			padding-right: 2em;
		}

			#nav > ul > li:last-child {
				padding-right: 0;
			}

			#nav > ul > li > a {
				border: 0;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: 400;
				color: #777;
				outline: 0;
				display: block;
			}

				.nav > ul > li > a:before {
					display: inline-block;
					background: #878787;
					color: #e4e4e4;
					width: 2.25em;
					font-size: 0.8em;
					height: 2.25em;
					border-radius: 2.25em;
					line-height: 2.1em;
					text-align: center;
					box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
					margin-right: 0.75em;
					-moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					-webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					-o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					-ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
					transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
				}

				.menu > ul > li > a {
					-moz-transition: color 0.25s ease-in-out;
					-webkit-transition: color 0.25s ease-in-out;
					-o-transition: color 0.25s ease-in-out;
					-ms-transition: color 0.25s ease-in-out;
					transition: color 0.25s ease-in-out;
					
				}

			

			#nav > ul > li.active > a > span,
			#nav > ul > li:hover > a > span {
				color: #ED786A;
			}

	

/* Features */

	#features {
		position: relative;
		overflow: hidden;
		background: #fff;
		text-align: center;
		padding: 6em 0;
	}

		#features p {
			text-align: center;
		}

		#features ul.actions {
			margin-top: 1.25em;
		}

/* Banner */

	#banner {
		position: relative;
		overflow: hidden;
		background: #fff;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		background: url(../../images/banner1.gif);
		background-repeat: no-repeat;
		background-position: center;
	
		padding: 2em 0;
	}

		#banner p {
			font-weight: 400;
			font-size: 2em;
			line-height: 1.5em;
			letter-spacing: 4px;
			text-align: center;
			margin: 0;
		}

		#banner strong {
			color: inherit;
		}

		#banner > .container {
			position: relative;
		}

			#banner > .container:before, #banner > .container:after {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				width: 35px;
				height: 141px;
				margin-top: -70px;
				/*background: url("images/bracket.svg");*/
				opacity: 0.15;
			}

			#banner > .container:before {
				left: 0;
			}

			#banner > .container:after {
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				right: 0;
			}

/* Main */

	#main {
		position: relative;
		overflow: hidden;
		background: #fff;
		
	}

/* Content */

	#content > section,
	#content > article {
		border-top: solid 2px #e5e5e5;
		box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
		margin: 5em 0 0 0;
		padding: 5em 0 0 0;
	}

		#content > section:first-child,
		#content > article:first-child {
			border-top: 0;
			box-shadow: none;
			margin: 0;
			padding: 0;
		}

	#content > .news {
		background-color: #eaeaea;
		padding: 0;
		margin-bottom: 2em;
	}

	#content > .news > .title{
		background-image: url(../../images/title_bg01.gif);
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 50px;
		color: #fff;
		padding: 3px 0 0 40px;

	}

	#content > .news > .title > h2{
		display: inline;
		
	}

	#content > .news > .title > .more {
		color: #627bab;
		background-color: rgba(255, 255, 255, 0.62);
		padding: 3px 8px;
		font-size: 50%;
    	border-radius: 50px;
		position: relative;
		left: 5px;
		top: -5px;
		letter-spacing: 0;
		z-index: 9;
	}

	#content > .news > .list {
		padding: 0 15px;
	}

	#content > .news > .list > ul {
		padding: 0;
	}

	#content > .news > .list > ul > li {
		border-top: 1px #c8c8c8 dashed;
		padding: 0;
		margin:0;
		line-height:1;
	}

	#content > .news > .list >  ul > li:nth-child(1) {
		border: none;
	}

	#content > .news > .list > ul > li >a {
		padding: 5px 5px;
		
	}
		#content > .news > .list > ul > li:hover   {
			background-color: #FFF;
		}

	#content .news .list .date {
		font-size: 80%;
		color: #c08f33;
	}

	

	#content .news .list .item {
		color: #000;
		padding: 3px 0;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		clear: both;
	}

	#content > .app {
		background-color: #eaeaea;
		padding: 0;
		
	}

	#content > .app > .title{
		background-image: url(../../images/title_bg01.gif);
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 50px;
		color: #fff;
		padding: 3px 0 0 40px;

	}

	#content > .app > .title > h2{
		display: inline;
		
	}
	#content > .app > .appimage{
		
		display: flex;
		height: 200px;
		margin-bottom: 10px;
		
		
	}
		#content > .app > .appimage > .row{
			display: flex;
			flex-direction: row; /* 設置??�水平�????? */
			justify-content: center; /* 水平置中 */
			align-items: center; /* ?????�置�?? */
			height: 100%; /* 設置�??度�??100%以填滿�?��??�?? */
		}

		#content > .app > .appimage > .col-6{
			flex: 1; /* 設置�????��????��??�??�??�????��??�??�??�????????�??寬度 */
  			text-align: center; /* ???�??置中 */
			height: 100%;
			padding: 15px;
		}
		
		#content  .app  .appimage  img{
			height: 95%; /* 設置�??度�??100%以填滿�?��??�?? */
 			 max-width: 90%; /* 設置???大寬度�??100%以�?�止??????�????��?��??�?? */
		}
		
		#content  .app  .appimage p{
			font-size: 80%;
			color: #c08f33;
			text-align: center; /* ???�??置中 */
			margin-bottom: 0;
			width: 100%;
		}
		
		#content  .app  .list h3{
			color: #000;
			text-align: center; /* ???�??置中 */
			margin:0;
			font-weight: 400;
		}
		#content > .app > .list > ul{
			padding-left: 2em;
		}
		#content > .app > .list > ul > li{
			list-style-type: decimal;
			padding: 0;
    		margin: 0 0;
		}
		
		
/* Sidebar */

	

		#sidebar > .appimage{
		
			display: flex;
			height: 200px;
			margin-bottom: 10px;
			
			
		}
			#sidebar  .webatm  .row{
				display: flex;
				flex-direction: row; 
				justify-content: center; 
				align-items: center; 
				height: 100%; 
			}
	
			#sidebar  .webatm  .row > *{
				padding: 5px 0px;
			}
			
			
			#sidebar  .webatm  img{
				height: 70px;
				width: 100%;
				
			}


	/**/
	
	.bread {
		padding: 10px 15px;
		font-size: 95%;
		letter-spacing: 0;
		text-shadow: 1px 0 white, 0 1px white, -1px 0 white, 0 -1px white;
	}

	.bread a.accesskey {
		left: 0;
	}

	.bread a {
		color: #000;
	}
	.content .plug {
		margin: 20px 0;
		float: right;
	}

	
	.content .plug .group {
		display: inline-block;
		position: relative;
		float: left;
	}
	.content .plug .set.group {
		margin-left: 5px;
		float: left;
	}

	
	

	.content .plug .set li{
		float: left;
		padding: 0;
		margin: 0;
		margin-right: 5px;
		font-weight: normal;
		letter-spacing: 0;
	}

	.content .plug .set .word{
		background-image: none;
		background-color: #a0a0a0;
		border-radius: 50px;
		text-align: center;
		align-items: center; /* ?????�置�?? */

		text-indent: 0;
		text-decoration: none;
		height: 32px;
		width: 32px;
		padding-top: 3px;
		
	}
	
	.content .plug .set li a {
		position: relative;
		left: auto;
		top: auto;
		
		color: #fff;
	}
	body.large .content .plug .set .word{
		padding:0;
	}
	.content .plug .set .word.active{
		background-color: #c08f33;
	}
	.content .title {
		color: #ffffff;
		
		letter-spacing: 2px;
		background-image: url(../../images/title_bg01.gif);
		/* background-repeat: repeat-x; */
		padding: 8px 0 10px 65px;
		margin: 0;
		clear: both;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		position: relative;
	}

	.content .title h2{
		display: inline;
		margin: 0;
	}

	

	.into a {
		color: rgba(255, 255, 255, 0);
		display: block;
		position: absolute;
		z-index: 999;
	}

	.focus{
		color: #c08f33;
	}

	

	.ap {
		padding: 10px;
	}

	.ap .sitemap .txt {
		padding: 20px;
		margin: 0 0 10px 0;
		border-radius: 10px;
		background-color: #ececec;
	}

	.ap .sitemap .txt-img{
		padding: 20px;
		margin: 0 0 10px 0;
		border-radius: 10px;
		background-color: #ececec;
		text-align: center;
	}
	.wm_title_bg{
		margin-bottom: 10px;
	}
	.wm_title_bg h3 {
		font-size: 1em;
		color: #ffffff;
		background-color: #4b638f;
		width: 100%;
		padding: 1% 1%;
		margin-bottom: 20px;
		text-decoration: none;
	}

	.wm_content {
		width: 100%;
		margin-bottom: 22px;
	}
	
	.wm_content .row{
		margin-top: 0; 
     	margin-left: 0;
	}

	.wm_content .col-4{
		
		padding: 5px 25px 5px 0;
	}

	.wm_item {
		background-color: #f1f1f1;
		float: left;
		width: 100%;
		padding: 2% 0;
	}

	.wm_content .wm_item p{
		margin: 0;
		padding-left: 7%;
	}

	.wm_item a {
		color: #333;
		float: left;
		width: 98%;
		text-decoration: none;
	}
	.ap .list{
		margin-left: 15px;
	}

	.ap .list .scrollable-div {
		height: 700px; /* 設�??�?�? */
		overflow: auto; /* ?????�滾??? */
	  }

	.ap .list ul {
		padding-left: 0;
	}

	.ap .list ul li{
		list-style: none;
		border-top: 1px #c8c8c8 dashed;
		padding: 1.5% 0;

	}

	.ap .list .date{
		font-size: 80%;
    	color: #c08f33;
	}

	.ap .list ul li:nth-child(1) {
		border: none;
	}

	.ap .list a{
		font-weight: 700;
		color: #4a4949;
		
	}

	.ap .list span{
		font-weight: 700;
		color: #000;
		
	}

	.ap .list a:hover{
		color: #c08f33;
	}

	

	.ap .list .reportlist-head{
		color: #000;
		margin: 1em 0 1em 0;

	}

	.ap .list .reportlist{
		padding-left: 2em;
	}

	.ap .list .reportlist .sec{
		margin: 0;
		padding: 1.5% 0 0 0;
	}

	.ap .list .reportlist li {
		list-style: none;
		margin:0;
		
	}
	.ap .reportlist li a{
		color: #000;
		
	}

	.ap .list .reportlist .reportlist_sec{
		padding-left: 2em;
	}

	.ap .list .reportlist .papercontent {
		display: none; /* 初始狀態隱藏內容 */
	  }

	.ap .list .reportlist .papercontent:target {
		display: block; /* 當被點擊時展開內容 */
	  }
	  #paperBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		width: 30%;
		z-index: 10001;
		
	}

	#paperBar .papertoggle {
		text-decoration: none;
		position: absolute;
		
	}

	  #paperBar .papertoggle:before{
		-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
	}

	#paperBar .papertoggle:active:before {
		opacity: 0.5;
	}
	
	.ap .spoint table tbody tr:first-child {
		text-align: center;
	}

	.ap .trymain table a{
		color: #3c3c3c;
	}

	.ap .trymain table a:hover{
		color: #c08f33;
	}
	.ap .calculate .calculate-form{
		margin-top: 20px;
	}

	.ap .calculate .calculate-form h3{
		color: #000;
		text-align: center;

	}

	.ap .calculate .calculate-btn{
		text-align: center;
		margin: 0 15em 0 15em;
	}

	.ap .calculate .calculate-label.label_title{
		text-align: center;
	}

	.ap .calculate .label_group.row > *{
		padding: 10px 10px 10px 10px;
	}
	
	
	.ap .calculate p{
		margin-bottom: 0;
		text-align: center;
	}

	.ap .calculate p a{
		color: #000;
	}
	
	.rdobutton_label { /* 主�??�?? */
		position: relative;
		display: block;
		width: 20px;
		height: 20px;
		cursor: pointer;
		border: 2px solid #4b638f;
		border-radius: 25px;
		-moz-transition: background-color 0.2s ease-in;
		-webkit-transition: background-color 0.2s ease-in;
		-o-transition: background-color 0.2s ease-in;
		transition: background-color 0.2s ease-in;
		margin: 5px 0 0 0;
	}
	
	.ap .calculate .rdobutton_label p{
		position: relative;
		left:30px;
		top: -5px;
		width: 700px;
		text-align: left;
		
	}
	
		.rdobutton_label::before {
			content: "";
			position: absolute;
			top: 5px;
			left: 5px;
			width: 7px;
			height: 7px;
			background-color: white;
			border-radius: 25px;
			opacity: 0;
			-moz-transition: opacity 0.2s ease-in;
			-webkit-transition: opacity 0.2s ease-in;
			-o-transition: opacity 0.2s ease-in;
			transition: opacity 0.2s ease-in;
		}
	
	input:checked + .rdobutton_label { /* ??�check??? ??????�????��?��?? */
		background-color: #6681b0;
	}
	
	.rdobutton_radio:checked + .rdobutton_label::before { /* ??�check??? ?????��??�?? */
		opacity: 1;
	}
	
	.rdobutton_radio {
		display: none;
	}

	.ap .calculate .left{
		text-align: left;
	}

	.ap .calculate_note{
		margin-top: 20px;
	}

	.ap .calculate_note ol{
		margin-left: 10px;
	}

	.ap .calculate_note ol li{
		list-style: decimal;
		padding-left:0;
	}

	
	

	.page{
		height: 30px;
		margin: 10px 0 20px 0;
    	float: center;
	}

	.page .container{
		height: 30px;
		max-width: 100%;
		margin:auto;
		
	}
	.page .container ul{
		text-align: center;
		max-width: 100%;
		margin:auto;
	}

	.page .container ul li a{
		float: left;
		padding: 2px 0 0 0;
		margin: 0;
		margin-right: 5px;
		font-weight: normal;
		letter-spacing: 0;
		color : #FFF;
	}

	
	.page .container a .word{
		background-image: none;
		background-color: #a0a0a0;
		border-radius: 50px;
		text-align: center;
		align-items: center; /* ?????�置�?? */

		text-indent: 0;
		text-decoration: none;
		height: 32px;
		width: 32px;
		padding-top: 3px;
		
	}
	
	

	.page a .word.active{
		
		background-color: #c08f33;
	}

	

	

/* Footer */

	#footer {
		position: relative;
		overflow: hidden;
		border-top: solid 2px #e5e5e5;
		background: #f0f0f0;
		
	}

	

		#footer h2 {
			text-align: center;
		}

		.sbanner_box {
			
			padding: 15px 0 0 0;
			position: relative;
			overflow: hidden;
		}

		.sbanner_box .slick-slider {
			padding: 0 25px;
		}

		.sbanner_box li {
			float: left;
			padding: 10px;
			margin:0;
		}

		.sbanner_box .lazy{
			max-width: 200px;
			height: 45px;
		}

/* Copyright */

	#copyright {
		border-top: solid 2px #e5e5e5;
		text-align: center;
		
		padding: 20px 0 25px 0;
	}

	.footer_box .foot .left {
		margin-right: 15px;
	}

	.footer_box .foot .left, .footer_box .foot .right {
		float: left;
	}
	.footer_box .logo img {
		max-width: 130px;
		width: 100%;
	}

	.footer_box .right p{
		margin-bottom:0;
		color: #484848;
		padding: 0 0 10px 0;
		letter-spacing: 0;
		font-size: 85%;
		line-height: 120%;
	}

	.flag {
		width:30px;
		height:20px;
		border:0;
		align:absmiddle;
	}

	

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */
		.box.excerpt iframe{
			height: 220px;
			width: 250px;
		}
		

			

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
			}

			h2 br, h3 br, h4 br, h5 br, h6 br {
				display: none;
			}

		/* Image */

			.image.left {
				max-width: 50%;
			}

			.image.right {
				max-width: 50%;
			}

		/* Header */

			#header > .container {
				padding: 12em 0 5em 0;
			}

			#header h1 {
				font-size: 2.5em;
			}

		/* Nav */

			#nav > ul > li {
				padding-right: 1em;
			}

			.menu-container .nav > ul {
				padding: 0 10px;				
			}

			.menu-container .nav > ul > li a {
				font-size: 105%;
				padding: 15px 20px 15px 20px;
			}

		/* Features */

			#features {
				padding: 4em 0;
			}

		/* Banner */

			#banner {
				padding: 3em 0;
			}

				#banner > .container {
					padding: 0 4em;
				}

					#banner > .container br {
						display: none;
					}

		/* Main */

		.ap .calculate .calculate-btn{
			margin: 0 10em 0 10em;
		}

		.ap .calculate .calculate-form h3{
			margin-bottom: 10px;
		}

		#sidebar .webatm{
			padding: 30px 0px 25px 40px;
		}

		#sidebar .webatm .row > *{
			padding: 10px 0px 5px 0px;
		}


		/* Footer */

			

		/* Copyright */

			#copyright {
				
				padding-top: 2em;
			}

	}

/* Medium */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

		/* Button */

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		button,
		.button {
			width: 100%;
		}

		/* Header */

			#header > .container {
				padding: 10em 0 7em 0;
			}

		/* Nav */

			.nav {
				display: none;
			}

			.top h1 {
				margin: 0;
				position: absolute;
				top:7px;
				left: 60px;
			}

			.toplink{
				display: none;
			}

		/* Nav */


			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 30%;
				z-index: 10001;
			}

				#titleBar .toggle {
					text-decoration: none;
					position: absolute;
					left: 20px;
					top: 20px;
					width: 80px;
					height: 60px;
					border: 0;
					background-image: url(../../images/smenu.png);
					background-repeat: no-repeat;
					
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					

					#titleBar .toggle:active:before {
						opacity: 0.5;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #4b638f;
				
				font-weight: 400;
				text-transform: uppercase;
				color: #888;
				letter-spacing: 2px;
				font-size: 0.85em;
			}

				#navPanel .link {
					display: block;
					color: #ddd;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border: 0;
					border-top: solid 1px #3c3c3c;
					padding: 0 1em 0 1em;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						font-weight: 600;
						color: #fff;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width:inline 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

			

			

		.ap .calculate .calculate-btn{
			margin: 0 10em 0 10em;
		}

		.ap .calculate .calculate-form h3{
			margin-bottom: 0;
		}

		
		.ap .calculate .calculate-form .row > *{
			padding: 20px 0 0 20px;
		}

		.ap .calculate .calculate-form {
			margin-bottom: 20px;
		}

		.ap .calculate .rdobutton_label.long_medium p{
			width: 400px;
			line-height: 1.2;
			
		}

		.rdobutton_label.long_medium { 
			margin: 17px 0 0 0;
		}

		/* Sidebar */

		#sidebar{
			padding: 0px 25px 0 25px;
		}

		#sidebar .webatm{
			padding: 0;
		}

		#sidebar  .webatm  .col-6-medium{
			padding: 10px 25px 10px 25px;
			  text-align: center; /* ???�??置中 */
			  
		}

		

		.divided li{
			display: inline-block;
			width: 50%;
			float: left;
			
		  }

		
		

		
		.box.excerpt iframe{
			padding: 0 5px;
			height: 220px;
			width: 100%;
		}

		/* Footer */
		.footer_box .foot .right {
			max-width: 80%;
		}
			
	}

	
	

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */
		.top .toplink a{
			z-index: 1;
		}

			body, input, textarea, select {
				font-size: 11pt;
			}
		
			body.medium{
				font-size: 11pt;
			}

			h2, h3, h4, h5, h6 {
				font-size: 1.2em;
				letter-spacing: 2px;
				text-align: center;
				margin: 0 0 1em 0;
			}

				h2 br, h3 br, h4 br, h5 br, h6 br {
					display: none;
				}

		/* Image */

			.image.featured {
				margin: 0 0 1.5em 0;
			}

			.image.left {
				max-width: 35%;
			}

			.image.right {
				max-width: 35%;
			}

		/* Table*/

		table td {
			padding: 0.5em 0.5em 0.5em 0.5em;
		}
		
		.calculate-table-2{
			overflow-x: auto;
		}
	
		table th {
			padding: 0.5em 0.5em 0.5em 0.5em;
		}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				letter-spacing: 2px;
				display: block;
				padding: 1em 0 1em 0;
				width: 100%;
			}

		/* Actions */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Box */

			.box.excerpt header {
				text-align: center;
			}

		/* Header */

			#header > .container {
				padding: 2em 0 2em 0;
			}

			#header h1 {
				font-size: 2em;
				letter-spacing: 8px;
				line-height: 1.325em;
			}

			#header p {
				margin: 1.25em 0 0 0;
				letter-spacing: 2px;
			}

		.topbg{
			position: relative;
			z-index: 1;
		}

		.top .toplink a.accesskey {
			left: -10px;
			
		}

		.top_pic .logo img{
			position: relative;
			z-index: -1;
		}

		/* Banner */

			#banner {
				padding: 2em 0;
			}

				#banner > .container {
					padding: 0;
				}

					#banner > .container:before, #banner > .container:after {
						display: none;
					}

				#banner p {
					font-size: 1.25em;
				}

		/* Features */

			#features {
				padding: 2em 0;
			}

				#features ul.actions {
					margin-top: 0;
				}

		/* Main */

			#main {
				padding: 2em 0;
			}

			

		/* Content */

			#content > section,
			#content > article {
				margin: 3em 0 0 0;
				padding: 3em 0 0 0;
			}

			#content > .news > .title > .more {
				top: -3px;
			}

			.ap .sitemap .txt-img img{
				max-width: 100%;
			}

			.ap .list .reportlist{
				padding: 0;
			}
			.ap .calculate .calculate-form .row{
				margin-top:0;
				margin-left: 0;
			}

			.ap .calculate .calculate-form .calculate-btn .row > *{
				padding: 10px 0 0 10px;
			}

			.ap .calculate .calculate-form .col-2{
				padding: 10px 0 0 10px;
			}

			.ap .calculate .calculate-form .col-8{
				padding: 10px 0 0 10px;
			}
			.ap .calculate .calculate-btn {
				margin: 0 3em 0 3em;
			}

			.ap .calculate .rdobutton_label.long_small p{
				width: 200px;
				
			}

			.ap .calculate .rdobutton_label p{
				left: 20px;
				

			}

			.ap .calculate .calculate-form .memeradio.row {
				margin-left: -15px;
			}

			.ap .calculate .calculate-form .memeradio.row > * {
				padding: 20px 0 0 10px;
			}

			.rdobutton_label {
				height: 15px;
				width: 15px;
				margin: 3px 0 0 0;
			}

			.rdobutton_label.long_small { 
				margin: 35px 0 0 0;
			}

			.rdobutton_label.long_small:first-of-type { 
				margin: 5px 0 0 0;
			}

			.rdobutton_label::before {
				top: 3px;
				left: 3px;
				width: 5px;
				height: 5px;
			}

	

			

			

		/* Sidebar */

			

			#sidebar {
				padding: 30px 0 0 30px;
			}

			#sidebar {
				padding-top: 3em;
				
			}

			.box.excerpt iframe{
				height: 300px;
			}

			#sidebar .webatm .col-6-medium{
				padding:0 0 10px 30px;
			}
			ul.divided li{
				margin-bottom: 10px;
			}
			.divided li{
				width: 100%;
				
			  }
	
			

				

		/* Footer */

		.sbanner_box li {
			
			float:none;
			padding:0 0 5px 0;
			margin: 0;
			text-align: center;
		}



				


		/* Copyright */

		#copyright {
			padding: 0px 20px 0px 20px;
		}
		
		.footer_box .foot .left, .footer_box .foot .right{
			float:none;
		}
		.footer_box .foot .right {
			
			max-width: 100%;
			
		}

		
				
	}