@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

h1, h2, h3, h4, h5, h6, p, b, i, a, strong {
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif; letter-spacing:1px;
}

body {
	margin:0 auto;
	}

html,body {
	height:100%;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
}



@-webkit-keyframes upDown {
  0%     {bottom:80px; opacity:1;}
  50%   {bottom:88px; opacity:0.5;}
  100% {bottom:80px; opacity:1;}
}

@-moz-keyframes upDown {
  0%     {bottom:80px; opacity:1;}
  50%   {bottom:88px; opacity:0.5;}
  100% {bottom:80px; opacity:1;}
}

@keyframes upDown {
  from     {bottom:80px; opacity:1;}
  50%   {bottom:88px; opacity:0.5;}
  to {bottom:80px; opacity:1;}
}

.upDown {
	-webkit-animation: upDown ease-out 1s infinite;
	-moz-animation: upDown ease-out 1s infinite;
	-o-animation: upDown ease-out 1s infinite;
	animation: upDown ease-out 1s infinite;
}

a {
	cursor:pointer;
	color:#3B5F15;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.b-box {box-sizing: border-box;}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap {
	width:1160px;
	margin:0 auto;
	box-sizing: border-box;
}

.outerWrap {
	margin-top:-75px;
	background:rgba(255,255,255,0.90);
}

header {
	background:#fff;
    position: relative;
}

.headerWrap {
	width:1160px;
	margin: 0 auto;
}

.headerWrap .logo {
	float:left;
	transition:all 0.2s linear;
	background-size:cover;
}

.headerWrap .logo a {
	display:block;
	padding-top:5px;
	width:250px;
	text-indent:-9999px;
}

.headerWrap .logo img {
	display:block;
	width: 100%;
}

.headerWrap nav {
	float:right;
	padding-right:60px;
}

.headerWrap div.other_bar {
	float:right;
	padding-top:25px;
}

header div.language {
	line-height:25px;
	float:right;
	padding-right:10px;
	color:#a4a3a1;
	font-size:13px;
}

header div.language a {
	padding:0 5px;
	color:#a4a3a1;
}

header div.language a:hover {
	color:#215e94;
}

header .ico {
	float:right;
	line-height:30px;
}

header .ico a {
	font-size:18px;
	border-radius:99em;
	width:30px;
	display:inline-block;
	text-align:center;
	height:30px;
	color:#215e94;
	margin:0 2px;
}

header .ico a:hover {
	color:#fff;
	background:#215e94;
}

header .ico a b {
	display:none;
}

.search_box {
	float:right;
	position:relative;
}

.search_box .btn a {
	display:block;
	padding:0 15px;
	line-height:65px;
	color:#FFF;
	font-size:20px;
	text-align:center;}

.search_box .input_box{
	display:none;
	padding:15px;
	background:#FFF;
	width:360px;
	position:absolute;
	top:100%;
	right:0;
	z-index:99;}

.search_box .input_box input[type="text"] {
	display:block;
	float:left;
	width:80%;
	height:35px;
	border:1px solid #CCC;
	padding:8px;
	box-sizing:border-box;
}

.search_box .input_box .search {
	overflow:hidden;
	display:block;
	background:#666;
	color:#FFF;
	padding: 5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:14px;
	height:37px;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-shadow:0px -1px #2590aa; 
	border:1px solid #c2d89e;
}

.search_box .input_box .search:hover {
	background:#828282;
}


/*========== Header Menu ===========*/
.headerWrap ul.menu {}

.headerWrap ul.menu li {
	float:left;
}

.headerWrap ul.menu li a {
	display:block;
	color:#000;
	font-size:16px;
	padding:26px 18px;
}

.headerWrap ul.menu li a:hover {
	color: #0093dd;
}
	
.headerWrap ul.menu li a.current {
	color : #0093dd;
}

.headerWrap ul.menu li a b {
	text-decoration:none;
	color:#aeaeae;
	font-size:13px;
	display:block;
	width:100%;
	text-align:left;
}

.m_menu {
	display:none;
}



/*========== Marquee ===========*/
.marquee_box {
	width:100%;
	z-index:99;
	padding-top:10px;
	padding-bottom:10px;
	background:#eeeeee;
}

.marquee_box div.txt {
	padding:0 10px 0 30px;
	line-height:50px;
}

.marquee_box div.txt ul li {
	padding-left:30px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color:#000;
	background: url(../images/marquee_arrow.png) no-repeat 0px;
}

.marquee_box div.txt ul li a {
	font-size:18px;
	color:#000;
}

.marquee_box div.txt ul li a:hover {
	text-decoration:underline;
}



/*========== Top ===========*/
.go_top_area {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 999;
}

.go_top {
	display: block;
	background: #005d78;
	color: #fff;
	width: 41px;
	height: 41px;
	line-height: 35px;
	text-align: center;
	font-size: 25px;
	border-radius: 99em;
	box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(255,255,255,0.5);
}

.go_top:hover {
	background: #fff;
	color: #005d78;
}



/*========== Main ===========*/
.main_area {
	width:100%;
	padding:50px 0;
	background: #fff;
}

.content_box {
	padding-top:50px;
}

.content_box .left_box {
	float:right;
	width:20%;
}

.content_box .right_box {
	float:left;
	width:75%;
}

.content_box_line {
	position:relative;
	padding:15px;
	border:1px solid #d8d8d8;
	border-radius:8px;
	background:#fff;
}

.no_data {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.col-1 {width:100%;}
.col-2 {width:50%;}
.col-3 {width:33.33%;}
.col-4 {width:25%;}
.col-5 {width:20%;}



/*========== Main Content ===========*/
.content_txt {
	clear:both;
	font-size:18px;
	color:#2f2f2f;
	line-height:1.8;
}

.content_topic {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d1d1d1;
}	

.content_topic h3 {
	overflow: hidden;
	padding-top: 15px;
	font-size: 28px;
	font-weight: normal;
	color: #000;
}

.content_txt img {
	max-width:100%;
}



/*========== Button ===========*/
.link_box {
	padding: 50px 0;
	text-align: center;
}

.link_box .link_btn {
	color: #333;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}

.link_box .link_btn:hover {
	color: #133058;
}

.link_box .link_btn:hover::before {
	-webkit-animation: shakeBefore 1.5s ease-in infinite;
          animation: shakeBefore 1.5s ease-in infinite;
}

.link_box .link_btn:hover::after {
	-webkit-animation: shakeAfter 1.5s ease-in infinite;
          animation: shakeAfter 1.5s ease-in infinite;
}

.link_btn {
	position: relative;
	right: 0;
}

.link_btn::before, .link_btn::after {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	background-color: #333;
}

.link_btn::before {
	width: 100%;
	left: 0;
	top: -30%;
}

.link_btn::after {
	width: 13px;
	right: 0;
	top: -53%;
	-webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.link_btn.empty::before {
	top: 50%;
}

.link_btn.empty::after {
	top: 33%;
}

.link_box.one-link {
	width: 100px;
	padding-top: 20px;
	padding-bottom: 9px;
	border-radius: 4px;
	margin: 35px auto 0;
	background-color: #133058;
}

.link_box.one-link .link_btn::before, .link_box.one-link .link_btn::after {
	background-color: #fff;
}

.link_box.one-link .link_btn {
	color: #fff;
}

.link_box.one-link .link_btn:hover {
	color: #ff7e00;
}



/*========== Pages ===========*/
.Pages {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px
}

.Paginator {
	font-size: 15px;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}

.Paginator a,.pageList .this-page {
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator a:visited {
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .AtStart {
	margin-right: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
	color: #9a9a9a;
}

.Paginator .Prev {
	margin-right: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .break {
	bpadding: 2px 6px;
	border: none;
	background: #ffffff;
	color: #9a9a9a;
}

.Paginator .Next {
	margin-left: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
}

.Paginator .AtEnd {
	margin-left: 20px;
	padding: 2px 6px;
	background: #ffffff;
	border: solid 1px #cecccc;
	color: #9a9a9a;
}
.Paginator .this-page {
	padding: 2px 6px;
	vertical-align: top;
	background: #ffffff;
	border: solid 1px #cecccc;
	font-weight: bold;
	color: #FF0084;
}

.Paginator a:visited:hover,.Paginator a:hover,.Paginator a:active {
	color: #ffffff;
	background: #0063DC;
	border-color: #ffffff;
}

.Pages div.Results {
	text-align: center;
	margin-top: 8px;
	font: 11px/15px Arial,Helvetica;
	color: #9a9a9a;
}



/*========== Footer ===========*/
footer {
	background:url(../images/foot_bg.jpg)  fixed center center;
	background-size:cover;
}

footer .row {
	padding-top:20px;
	padding-bottom:20px;
}

footer .row .col-2 {
	min-height:80px;
	width:62%;
	padding:15px 20px;
}

footer .row .col-2:first-child {
	width:64%;
}

footer .row .col-2:last-Child {
	width:64%;
	padding-right:0;
}

footer .row .col-3 {
	min-height:80px;
	width:32%;
	padding:10px 20px;
}

footer .row .col-3:first-child {
	width:34%;
}

footer .row .col-3:last-Child {
	width:34%;
	padding-right:0;
}

footer .qr_code {
	float:left;
	margin-right:10px;
}

h5.copyright {
	overflow:hidden;
	font-size:15px;
	line-height:1.8;
	font-weight:normal;
	color:#fff;
}

h5.copyright a[href^=tel] {
    color:inherit;
    text-decoration:none;
}

ul.foot_menu {}

ul.foot_menu li {
	float:left;
	width:33.3%;
}

ul.foot_menu li a {
	display:block;
	padding:6px 0px;
	font-size:15px;
	color:#fff;
}

ul.foot_menu li a:hover {
	text-decoration:underline;
}



@media (max-width: 1080px) {
	.wrap {
		width: 960px;
		margin: 0 auto;
	}

	.headerWrap {
		width:960px;
		margin: 0 auto;
	}

	.headerWrap .logo a {
		padding-top:20px;
		width:110px;
	}
}



@media (max-width: 960px) {
	/*========== Mobile Menu ===========*/
	.m_menu {
		display: block;
		width: 100%;
		box-shadow: 0 2px 5px rgba(126, 126, 126, 0.50);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	.m_menu .mask {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		padding-bottom: 60px;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.m_menu .hideBox {
		display: none; /* Old browsers */
		width: 100%;
		padding: 60px 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 11;
		box-sizing: border-box;
		background-color: rgba(0,0,0,0.80);
	}

	.m_menu .controlBox {
		background:#fff;
		position: relative;
		z-index: 99;
	}

	.m_menu .controlBox a.main {
		display: block;
		float: left;
		margin-right: 10px;
		width: 50px;
		height: 60px;
		font-size: 20px;
		color: #215E94;
		line-height: 60px;
		text-align: center;
		background: #FFF;
	}

	.m_menu .controlBox .m_logo {
		float: left;
	}

	.m_menu .controlBox .m_logo img {
		display: block;
		width: 180px;
		padding-top: 5px;
	}

	.m_menu .controlBox .right {
		float: right;
		margin-right: 10px;
	}

	.m_menu .controlBox .right_btn {
		float: left;
		position: relative;
		padding-top: 8px;
	}
	
	.m_menu .controlBox .right_btn > a {
		margin:0 3px;
		display: inline-block;
		font-size: 18px;
		color: #171016;
		background: #bebebe;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 100%;
		overflow: hidden;
	}
	
	.m_menu .controlBox .right_btn > a:hover {
		color: #fff;
		background: #215E94;
	}

	.m_menu .hideBox p.sp {
		background: #000;
		padding: 10px;
		font-size: 13px;
		color: #FFF;
	}

	.m_menu .hideBox .language {
		display: block;
		color: #FFF;
		font-weight: normal;
		line-height: 2;
		padding: 10px;
		text-align: center;
		font-size: 16px;
	}

	.m_menu .hideBox .language a {
		color: #FFF;
	}

	.m_menu .hideBox .language a:hover {
		color: #215E94;
	}

	.m_menu .hideBox .m_search {
		text-align:center;
		padding:10px;
	}

	.m_menu .hideBox .m_search input[type="text"] {
		display:inline-block;
		vertical-align:middle;
		width:200px;
		height:23px;
		border:1px solid #CCC;
		padding:5px;
	}

	.m_menu .hideBox .m_search a {
		display:inline-block;
		vertical-align:middle;
		width:35px;
		height:35px;
		font-size:18px;
		line-height:35px;
		text-align:center;
		background:#215E94;
		color:#FFF;
	}

	.m_menu .m_ico {
		padding: 10px;
		text-align: center;
	}

	.m_menu .m_ico a {
		margin:0 1px;
		display: inline-block;
		font-size: 20px;
		background: #215E94;
		color: #fff;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		border-radius: 100%;
	}

	.m_menu .m_ico a:hover {
		background: #fff;
		color: #215E94;
	}

	.m_menu ul.nav{}

	.m_menu ul.nav li {
    	border-top: 1px solid rgba(119, 119, 119, 0.95);
	}

	.m_menu ul.nav li.english {
		display: block;
	}

	.m_menu ul.nav li a {
		padding: 20px 10px;
		display: block;
		font-size: 16px;
		color: #FFF;
		text-align: center;
		position: relative;
	}

	.m_menu ul.nav li a:hover {
		background: #215E94;
	}
	
	.m_menu ul.nav li a i {
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -7px;
	}

	.m_menu ul.nav li .submenu {
		display: none;
	}

	.m_menu ul.nav li .submenu a {
		padding: 10px 20px;
	}

	.m_menu ul.nav li .submenu a:hover {
		background:#999;
	}

	.wrap{
		width:100%;
		padding: 0 20px;
	}

	.outerWrap {
		margin-top:0px;
		background:rgba(255,255,255,1);
	}

	/*========== Footer ===========*/	
	footer .row .col-3 {
		padding:0px;
		width:48%;
		margin:20px 1%;
		min-height:100px;
	}

	footer .row .col-3:first-child {
		width:48%;
	}	
	
	footer .row .col-3:last-child {
		width:98%;
	}
}



@media (max-width: 800px){
	.guide {
		display:none;
	}

	ul.foot_menu li {
		text-align:center;
	}

	footer .row .col-2 {
		padding:0px;
		width:98%;
		margin:20px 1%;
		min-height:100px;
	}

	footer .row .col-2:first-child{
		width:98%;
	}
}


@media (max-width: 640px) {
	/*========== Side Menu ===========*/	
	.side_menu {
		display: none;
	}

	.dropDownBox {
		position: relative;
		display: block;
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.dropDownBox i {
		display: none;
	}

	.dropDownBox .title {
		display: none;
	}

	.dropDownBox .txt {
		padding-left: 15px;
	}

	.dropDownBox > div {
		position: relative;
		line-height: 40px;
		padding: 0 10px;
		border: 1px solid #ccc;
	}

	.dropDownBox > div::before {
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		right: 40px;
		background-color: #ccc;
	}

	.dropDownBox > div::after {
		content: '\f107';
		position: absolute;
		width: 40px;
		height: 100%;
		display: block;
		color: #ccc;
		top: 0;
		right: 0;
		font-family: FontAwesome;
		font-size: 24px;
		text-align: center;
		transition: all .4s ease;
	}

	.dropDownBox > ul {
		display: none;
		transition: all .3s ease-out;
	}

	.dropDownBox > ul a {
		display: block;
		padding: 10px;
	}

	.dropDownBox > ul a:hover {
		color: #215E94;
	}

	.dropDownBox > ul a.current {
		background-color: #215E94;
		color: #fff;
	}

	.dropDownBox > ul dl {
		display: none;
		background-color: #f3f3f3;
	}

	.dropDownBox > ul dl a {
		padding-left: 2em;
		color: #215E94;
	}

	.dropDownBox.open > div::after {
		-webkit-transform: rotateX(-180deg);
		      transform: rotateX(-180deg);
	}

	.dropDownBox.open > ul {
		display: block;
		position: absolute;
		background-color: #fff;
		border: 1px solid #ccc;
		left: 0;
		right: 0;
		z-index: 10;
		top: 41px;
	}

	.content_box .left_box {
		float:none;
		width:100%;
	}

	.content_box .right_box {
		float:none;
		width:100%;
		margin-top:30px;
	}

	footer .qr_code {
		float:none;
		width:100%;
	}
}



@media (max-width: 450px) {
	ul.foot_menu {
		padding:10px 0 0 0px;
	}

	footer .qr_code {
		padding-top:30px;
	}

	.col-2, .col-3, .col-4, .col-5 {
		float:none;
		width:100%;
	}
}

