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

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

body {
	background:#001837;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	font-size:18px;
}

a {
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

a {
	cursor:pointer;
	color:#454545;
}

a:hover {
	color:#C00;
}

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

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

.outerWrap {
	position:relative;
}

.wrap {
	width:1220px;
	margin:0 auto;
}

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

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

header .logo a {
	display:block;
	width:380px;
	height:78px;
	text-indent:-9999px;
}

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

header .top_link {
	padding:10px 0;
}

header .top_link .wrap {
	padding:0 15px;
}

header .top_link .right_box {
	float:right;
}

.language {
	display:inline-block;
	vertical-align:middle;
	position:relative;
}

.language .dropDown {
	float:left;
	position:relative;
}

.language .dropDown > a {
	font-size:13px;
	color:#FFF;
}

.language .dropDown > a i {
	padding-left:5px;
}

.language .dropDown .submenu {
	display:none;
	width:100px;
	background:#FFF;
	box-shadow:0 2px 3px #545454;
	position:absolute;
	right:0;
	top:100%;
	z-index:9999;
	font-size:13px;
}

.language .dropDown .submenu a {
	display:block;
	padding:10px 15px;
	color: #666;
}

.language .dropDown .submenu a:hover {
	color: #3a3532;
}

.search {
	display:inline-block;
	vertical-align:middle;
	position:relative;
}

.search input[type="text"] {
	padding:3px 5px;
	border-radius:8px;
	border:none;
	background:#8a5619;
	color:#f8c487;
}

.search > a {
	display:block;
	font-size:14px;
	color:#f8c487;
	position:absolute;
	right:8px;
	top:8px;
}

.other {
	display:inline-block;
	vertical-align:middle;
}

.other a {
	margin:0 3px;
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.other a:hover i {
	background:#98908b;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.other a b {
	display:none;
	font-weight:normal;
}

header .downBox {
	background:#171717;
}

nav {
	float:right;
}

header .logout {
	display: inline-block;
	vertical-align: top;
	line-height:30px;
}

header .logout a {
	font-size:15px;
	border-radius:99em;
	padding-left: 10px;
	padding-right: 10px;
	display:inline-block;
	text-align:center;
	height:30px;
	color:#fff;
	background:#98908b;
	margin:0 0px;
}

header .logout a:hover {
	color:#3a3532;
}



/*========== Header Menu ===========*/
ul.menu li {
	float:left;
}
	
ul.menu li > a {
	display: block;
	padding: 23px 18px;
	font-size: 16px;
	color: #FFF;
	position:relative;
}
	
header nav ul.menu li > a:hover {
	color:#97928c;
}

header nav ul.menu li > a b {
	display:block;
	color:#f08200;
	font-size:13px;
	font-weight:normal;
	text-align:center;
}

ul.menu li.dropDown {
	position:relative;
}

ul.menu li.dropDown dl.submenu {
	display: none;
	width: 250px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
}

ul.menu li.dropDown dl.submenu dt {
	position: relative;
}

ul.menu li.dropDown dl.submenu dt > a {
	position: relative;
}

ul.menu li.dropDown dl.submenu dt > a i {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}

ul.menu li.dropDown dl.submenu a {
	display: block;
	border-top: 1px solid #4a4541;
	background: #3a3532;
	font-size: 16px;
	padding: 10px;
	color: #fff;
}

ul.menu li.dropDown .submenu a:hover {
	background: #97928c;
	color: #FFF;
}

ul.menu li.dropDown .submenu a:first-child {
	border:none;
}

ul.menu dt .subitem {
	display: none;
	width: 200px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	position: absolute;
	left: 100%;
	top: 0;
}

ul.menu dt .subitem a {
	display: block;
	border-top: 1px solid #f1f1f1;
	background: #FFF;
	font-size: 13px;
	padding: 10px;
	color: #434343;
}

.m_menu {
	display:none;
}



/*========== Side Menu ===========*/
.dropDownBox {
	display: none;
}

.side_menu .title {
	font-size:20px;
	font-weight:normal;
	border-bottom:3px solid #e1e1e1;
}

.side_menu .title strong {
	color:#61661E;
	font-weight:normal;
	display:block;
	padding-bottom:5px;
	position:relative;
}

.side_menu .title strong:before {
	content:' ';
	background: #13227c;
	display: block;
	width: 110px;
	height: 3px;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.side_menu .title strong a {
	display:block;	
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.side_menu {
	margin-bottom:50px;
}

.side_menu ul {
	margin-top:10px;
}

.side_menu ul li {
	border-bottom:1px solid #e1e1e1;
	position:relative;
}

.side_menu ul li a {
	display:block;
	padding:10px 15px;
	font-size:18px;
}

.side_menu ul li a:hover {
	color:#13227c;
}

.side_menu ul li a.current {
	background:#13227c;
	color:#FFF;
}



/*========== Side Menu Sub ===========*/
.side_menu_sub {
	padding-top: 10px;
	border-bottom:1px solid #eaddb8;
}

.side_menu_sub .txt {
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 18px;
}

.side_menu_sub .txt a {
	color: #333;
}

.side_menu_sub .txt a:hover {
	color: #333;
	text-decoration: underline;
}

.side_menu_sub .txt span a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}



/*========== Banner ===========*/
.banner_area {
	clear: both;
	position: relative;
	height:100%;
	overflow:hidden;
}

.banner_area img { width:100%; }

.banner .bx-wrapper .bx-pager, 
.banner .bx-wrapper .bx-controls-auto{
	bottom:30px;
	z-index:99;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	border: 1px solid #FFF;
	border-radius: 100%;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: none;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
}

.banner .txt {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	-webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
}

.banner .txt .mod {
    font-size: 50px;
    font-weight: 600;
	letter-spacing: 0.12em;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.banner .txt .mod::after {
	content: "";
	display: block;
	width: 70px;
	height: 1.5px;
	margin-top: 15px;
    margin-left: auto;
	margin-right: auto;
	background-color: #97928c;
}



/*========== Marquee ===========*/
.marquee_area {
    position: relative;
    min-height: 78px;
    background-color: #f3f3f3;
	margin-top: -5px;
}

.marquee_area .wrap {
    display: flex;
    min-height: 78px;
    align-items: center;
    align-content: center;
}

.marquee_area .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_area .txt a {
    line-height: 20px;
    font-size: 18px;
    color: #000;
    font-weight: blod;
}

.marquee_area .txt a:hover {
    color: #97928c;
}



/*========== 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 {
	padding:40px 0;
	background:#FFF;
}

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

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

.share_tool {
	padding-bottom: 8px;
}

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

#theForm .error {
	color: #F00;
	font-size:15px;
	font-weight: normal;
}

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



/*========== File ===========*/
.att_file_title {
    clear: both;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.att_file_list {
    text-align: left;
    padding-top: 5px;
}

.att_file_list a {
    color: #535353;
    font-size: 16px;
	line-height:1.5;
}

.att_file_list a:hover {
    color: #ccc;
}



/*========== Button ===========*/
.submit {
	padding: 5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-shadow:0px -1px #2590aa; 
	border:1px solid #c2d89e;
	background: rgb(66,179,206); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #006eb7 0%, #43b1c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006eb7), color-stop(100%,#43b1c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006eb7 0%,#43b1c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb7', endColorstr='#43b1c8',GradientType=0 ); /* IE6-9 */;
}

.submit:hover {
	color:#FFF;
	background: #006eb7; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(66,179,206,1) 0%, rgba(47,162,190,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,179,206,1)), color-stop(100%,rgba(47,162,190,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b3ce', endColorstr='#2fa2be',GradientType=0 ); /* IE6-8 */;
}



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

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

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

.Paginator a:visited {
	padding: 2px 6px;
	color: #9a9a9a;
	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;
	color: #9a9a9a;
	border: solid 1px #cecccc;
}

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

.Paginator .Next {
	margin-left: 20px;
	padding: 2px 6px;
	color: #9a9a9a;
	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 {
	padding:50px 0 0px 0;
	position:relative;
}

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:5px;
	padding-top:5px;
}

footer .qr_code img {
	display:block;
	width:85%;
}


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

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

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

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

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


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

	header .logo a {
		width:200px;
		height:37px;
	}

	ul.menu li > a {
		padding: 13px 16px;
	}
}



@media (max-width: 960px) {
	.outerWrap {
		width:100%;
	}

	.wrap {
		width:100%;
		padding: 0 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-o-box-sizing:border-box;
		box-sizing:border-box;
	}

	header nav {
		float:none;
		width:100%;
		padding:10px 0;
	}

	header .right_box {
		float:none;
		text-align:center;
	}

	ul.menu {
		display:none;
	}

	.m_menu{
		display:block;
		position:relative;
		height:50px;
		overflow:hidden;
		z-index:999;
		text-align:center;
	}

	.m_menu a.main {
		display:block;
		padding:0 10px;
		font-size:18px;
		color:#FFF;
		line-height:50px;
	}

	.m_menu a.main i {
		padding-right:10px;
		line-height:50px;
	}

	.m_menu ul.nav {
		background: rgba(128, 128, 128, 0.4);
	}

	.m_menu ul.nav li {
		clear:both;
		border-top:1px solid #999;
	}

	.m_menu ul.nav li a {
		padding:20px 10px;
		display:block;
		font-size:15px;
		color:#FFF;
	}

	.m_menu ul.nav li a i {
		float:right;
	}

	.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;
	}

	.main_area {
		padding:20px 0;
	}

	.banner .txt .mod {
		font-size: 30px;
	}

	.marquee_area .txt  {
		padding-left:0px;
		overflow:hidden;
	}

	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) {
	header .top_link .left_box {
		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) {
	header .top_link .right_box {
		float:none;
		text-align:center;
	}

	header .top_link .right_box > div {
		display:block !important;
		margin:15px 0;
	}

	.language b {
		display:inline-block;
		float:none;
	}

	.language .dropDown {
		display:inline-block;
		float:none;
	}

	.search input[type="text"] {
		width:100%;
		height:28px;
	}

	.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 {
		position: absolute;
		width: 40px;
		height: 100%;
		display: block;
		color: #ccc;
		top: 0;
		right: 0;
		content: '\f358';
        font-family: "Font Awesome 5 Free";
		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: #3a3532;
	}

	.dropDownBox > ul a.current {
		background-color: #3a3532;
		color: #fff;
	}

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

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

	.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;
		max-width: 120px;
		padding-bottom: 10px;
	}
}



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

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