﻿@charset "utf-8";

/* =====================================
   全域
===================================== */
body {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Arial, Helvetica, sans-serif;
	color: #111;
	font-size: 16px;
	line-height: 1.9em;
}
a { color: #00a1e9;}
a:hover { text-decoration: none; color: #ff8618;}
a {
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
::selection {
	background-color: #333;
	color: #fff;
}
@font-face {
font-family: 'Fjalla One';
font-style: normal;
font-weight: normal;
src: local('Fjalla One'), url('../webfonts/FjallaOne-Regular.woff') format('woff');
}

/*************************
Typography 
**************************/
@media only screen and (min-width:1501px){.container{width: 1500px; padding: 0;position: relative;}}
.font1 {
	color: #e01b0b;
	font-weight: bold;
}
.font2 {
	font-size: 14px;
	line-height: 24px;
	color: #df0500;
}
.font3 {
	font-size: 24px;
	line-height: 1.8;
	font-weight: bold;
}
.udline {
	display: inline-block;
	position: relative;
	padding: 0 3px;
	color: #093171;
}
.udline:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
	z-index: -1;
	background: #ee2b2b;
}
ul.ulset { margin: 0; padding: 0; list-style: none;}
.itemarea {width: 100%;float: left;}
.l-wrapper-small{width:100%;max-width:990px;padding:0 1.875rem;margin:0 auto}
/*表單*/
.input-txt {
  position: relative;
  overflow: hidden;
}
.form-group .ti-label {
    width: 100%;
    color: #000;
    font-weight: normal;
    line-height: 25px;
	padding-left: 5px;
}
.form-group .ti-label span {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
	color: #ed1c24;
	margin-right: 5px;
}

.form-button{text-align: center;}
.form-button .button{margin: 0 5px;}
.box-txt{border: 1px solid #ddd; outline: none; padding: 4px 10px; font-size: 1em; -webkit-transition: ease 0.3s; -o-transition: ease 0.3s; transition: ease 0.3s;}
.box-txt.full{width: 100%;}

.box-txt.txtarea{height: 150px; width: 100%}
.box-txt.mgTop{margin-top: 10px;}
.box-txt:focus{border-color: #0072bc; -webkit-box-shadow: 0 0 1px #0072bc; box-shadow: 0 0 1px #0072bc;}
.box-txt::-webkit-input-placeholder { color: #aaa; }
.box-txt::-moz-placeholder { color: #aaa; }
.box-txt:-ms-input-placeholder { color: #aaa; }
.box-txt:-moz-placeholder { color: #aaa; }
input[type=radio] { margin-left:10px;}
input[type=radio] + label { display:inline-block; margin:0; padding:5px 5px; color:#999;cursor: pointer;width: auto;float: none; }
input[type=radio]:checked + label { cursor: default;}
.form-control{height: 37px; border: 1px solid #ddd; outline: none; padding: 4px 10px 5px; font-size: 1em; -webkit-transition: ease 0.3s; -o-transition: ease 0.3s; transition: ease 0.3s;}
.form-control:focus{border-color: #0072bc; -webkit-box-shadow: 0 0 1px #0072bc; box-shadow: 0 0 1px #0072bc;}
@media only screen and (max-width:991px) {
  .form-style .half{float: none; width: 100%; }
  .form-style .half.left{padding-right: 0px;}
  .form-style .half.right{padding-left: 0px;}
}
@media only screen and (max-width:767px) {
  .form-style .f-row{margin: 15px 0;}
}
@media only screen and (max-width:499px) {
  .form-style .f-row .tit, .form-style .f-row .content{ display: block;}
  .form-style .f-row .content{width: 100%;}
  .form-button .button{ width: 46%; margin: 0 2px; font-size: 0.95rem; }
  .form-button .button i{ display: none;}
  .form-style .f-row .three-warp{margin: 0 ;}
  .form-style .f-row .three{width: 100%; margin: 5px 0 0; float: none;}
  .form-style ::-webkit-input-placeholder { font-size: 0.8rem; }
  .form-style ::-moz-placeholder { font-size: 0.8rem; }
  .form-style :-ms-input-placeholder { font-size: 0.8rem; }
  .form-style :-moz-placeholder { font-size: 0.8rem; }
}
.select-ov {
	float: left;
	padding: 0;
}
.select-ov label {
	float: left;
	display: inline-block;
	margin: 5px 0 2px;
	padding: 0 10px 0 0;
}
.select-ov select,input[type="file"]{height:34px;*margin-top:4px;line-height:26px; padding: 0 7px 0;font-size: 15px;}
.select-ov select{background-color:#fff;border:1px solid #ccc;}
.select-ov select[multiple],select[size]{height:auto}
.select-ov select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.selectBox {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.selectBox select {
  padding: 0 30px 0 10px;
  width: auto;
	min-width: 150px;
  height: 32px;
  color: #000;
  outline: none;
  line-height: 32px;
  border: none;
	border: 1px solid #ddd;
  background: transparent;
  text-overflow: '';
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.selectBox select::-ms-expand { /* For IE10 */
  display: none;
}
.selectBox:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 8px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.selectBox:hover {
  border-color: #333;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0;}
input[type=number]{ -moz-appearance: textfield;}
/* 按鈕-top */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 50px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.scrollToTop:hover {
	background: rgba(1,64,153,0.6);
}
.scrollToTop i {
	font-size: 22px;
	line-height: 40px;
}
@media (max-width: 767px) {
  .scrollToTop {
    bottom: 75px;
  }
}
@media (max-width: 360px) {
  .scrollToTop {
    bottom: 105px;
	  right: 10px;
  }
}
@media (max-width: 320px) {
  .scrollToTop {
    bottom: 120px;
  }
}

/*************************
 Footer CSS
**************************/
#footer {
	float: left;
	width: 100%;
	padding: 40px 0 30px;
	background: #1c1e24;
}
#footer .flogo {
	float: left;
	width: 270px;
	height: 75px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding: 20px 0 0 65px;
	background: url(../footer-logo.svg) no-repeat left center;
	background-size: auto 70px;
}
.basic {
	float: left;
	width: calc(50% - 270px);
	padding: 0 0 0 25px;
	margin: 0;
	display: inline-block;
}
.basic span {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 0 0 0 27px;
	margin: 4px 0;
}
.basic span.add {background: url(../placeholder.svg) no-repeat 4px 1px;background-size: auto 21px;}
.basic span.phone {background: url(../phone.svg) no-repeat 2px 3px;background-size: auto 18px;}
.basic span.fax {background: url(../printer.svg) no-repeat 2px 3px;background-size: auto 16px;}
.basic span.mail {background: url(../mail.svg) no-repeat 1px 5px;background-size: auto 14px;}
.basic span A:link {color:#fff;text-decoration:none}
.basic span A:visited {color:#fff;text-decoration:none}
.basic span A:hover {color:#ef3640;text-decoration:none}
.quicklink {
	float: left;
	width: 25%;
	padding: 0 0 0 10px;
	margin: 0;
}
.quicklink2 {
	float: left;
	width: 25%;
	padding: 0 0 0 10px;
	margin: 0;
}
.quicklink .title {
	float: left;
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 1.6em;
	font-weight: bold;
	padding: 3px 0;
	margin: 0;
	position: relative;
}
.quicklink .title:after{
	content:"";
	display:inline-block;
	width:20px;
	height:1px;
	margin:0 8px;
	overflow:hidden;
	background:#fff;
	position:relative;
	top:-5px;
}
.quicklink ul, .quicklink2 ul { 
	width: 100%;
	display:inline-block;
	margin: 0; 
	padding:0;
}
.quicklink ul li {
	float: left;
	display: inline-block;
	width: 100%;
	list-style: none;
	font-size: 15px;
	line-height: 1.6em;
	color: rgba(255,255,255,0.6);
	margin: 1px 0 0;
	padding: 1px 5px 1px 16px;
	overflow: hidden;
	background: url(../right5.svg) no-repeat 4px 10px;
	background-size: 5px;
}
.quicklink ul li a { color: rgba(255,255,255,0.6);text-decoration: none;}
.quicklink ul li a:hover {color: #ef3640;text-decoration: none;}

.quicklink2 ul li {
	float: left;
	display: inline-block;
	width: 100%;
	list-style: none;
	font-size: 15px;
	line-height: 1.6em;
	color: rgba(255,255,255,0.9);
	margin: 1px 0;
	padding: 1px 5px 1px 17px;
	overflow: hidden;
	background: url(../icon6.png) no-repeat 3px 11px;
}
.quicklink2 ul li a { color: rgba(255,255,255,0.9);text-decoration: none;}
.quicklink2 ul li a:hover {color: #fff;text-decoration: none;}
.copyright {
	float: left;
	font-size: 13px;
	line-height: 1.8em;
	color: rgba(255,255,255,0.3);
	padding: 20px 0 0;
	margin: 25px 0 0;
	width: 100%;
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.copyright A:link {color:rgba(255,255,255,0.3);text-decoration:none}
.copyright A:visited {color:rgba(255,255,255,0.3);text-decoration:none}
.copyright A:hover {color:#ef3640;text-decoration:none}
@media (max-width:1200px) {
.basic {width: calc(100% - 270px);}
.quicklink, .quicklink2 {width: 50%;margin-top: 25px;}
.quicklink ul li {width: calc(100%/2);}
.quicklink2 ul li {width: calc(100%/2);}
}
@media (max-width:768px) {
.quicklink, .quicklink2 {display: none;}
}
@media (max-width:600px) {
#footer .flogo {width: 100%;height: 50px;padding: 7px 0 0 50px;background: url(../footer-logo.svg) no-repeat left center;background-size: auto 50px;}
.basic {width: 100%;padding: 15px 0 0 0;}
}
/*************************
******* home ******
**************************/
#page {
	width: 100%;
	display: inline-block;
	position: relative;
}
#content {
	width: 100%;
	float: left;
	display: inline-block;
}
#content img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
#iinfo {
	width: 100%;
	float: left;
	display: inline-block;
	position: relative;
}
#iinfo:before {
	content: "";
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
	background: #ededed;
}
#iabout1 { 
	float: left; 
	display: inline-block;
	width: 30%;
	padding: 0;
	margin: 30px 0; 
	position: relative;
	background: #2e2e2e;
}
#iabout1 .title1 {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 7px 5%;
	margin: 2px 0;
	background: #fff;
}
#iabout1 .title1 .en {
	float: left;
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	font-size: 40px;
	line-height: 1.2em;
	color: #da2618;
}
#iabout1 .title1 .ch {
	float: left;
	display: inline-block;
	font-size: 24px;
	line-height: 1.2em;
	color: #333;
	padding: 14px 0 0 12px;
}
#iabout1 ul {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 20px 5%;
	margin: 0;
	min-height: 360px;
}
#iabout1 ul li {
	float: left;
	width: 100%;
	display: inline-block;
	list-style: none;
	margin: 5px 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
}
#iabout1 ul li .num {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 10px 0 0;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #da2618;
	text-align: center;
	border-radius: 50%;
	background: #fff;
}
#iabout2 { 
	float: left; 
	display: inline-block;
	width: 100%;
	padding: 100px 0 110px;
	margin: 0; 
	position: relative;
}
#iabout2 .title2 {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 10px 2%;
}
#iabout2 .title2 .en {
	float: left;
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	font-size: 40px;
	line-height: 1.2em;
	color: #da2618;
	margin: 12px 0 0;
}
#iabout2 .title2 .ch {
	float: left;
	width: 100%;
	display: inline-block;
	font-size: 24px;
	line-height: 1.2em;
	color: #fff;
}
#iabout2 p.txt2 {
	float: left;
	display: inline-block;
	width: 50%;
	margin: 15px 0 0;
	padding: 10px 2%;
	font-size: 16px;
	color: #fff;
}
#iabout2 .photo { float: left;width: 100%;display: inline-block;}
#iabout2.jarallax { position: relative; z-index: 0;}
#iabout2.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#iproducts { 
	float: left; 
	display: inline-block;
	width: 70%;
	padding: 0 0 0 50px;
	margin: 30px 0 50px; 
}
#iproducts .title {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 7px 2% 0;
	margin: 2px 0;
	background: #fff;
}
#iproducts .title .en {
	float: left;
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	font-size: 40px;
	line-height: 1.2em;
	color: #da2618;
}
#iproducts .title .ch {
	float: left;
	display: inline-block;
	font-size: 24px;
	line-height: 1.2em;
	color: #333;
	padding: 14px 0 0 12px;
}
#iproducts .item {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 8px;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0.08 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.08 );
	-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
#iproducts .item .pic { 
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#iproducts .item .pic .productimg {
	width: 100%;
	height: 300px;
	outline: none;
	display: inline-block;
	float: left;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
#iproducts .item:hover .pic .productimg {
	opacity: 0.9;
	-webkit-transform: scale(1.03);
    transform: scale(1.03);
}
#iproducts .item .name{
    display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 8px;
	font-size: 18px;
	line-height: 1.6em;
	color: #333;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; 
}
#iproducts .item:hover .name { color: #e01b0b; }


@media (max-width: 991px) {
#iabout1 { width: 100%;	margin: 30px 0;}
#iabout1 ul {min-height: inherit;}
#iabout2 { padding: 70px 0 80px;}
#iabout2 p.txt2 {width: 70%;margin: 15px 0 0;}
#iproducts { width: 100%;padding: 7px 0 0;margin: 0 0 50px;}
#iproducts .item .pic .productimg { height: 250px;}
}
@media (max-width: 768px) {
#iabout1 .title1 .en {font-size: 32px;}
#iabout1 .title1 .ch {padding: 6px 0 0 12px;}
#iabout2 { padding: 60px 0 70px;}
#iabout2 .title2 .en {font-size: 32px;}
#iabout2 p.txt2 {width: 95%;margin: 10px 0 0;}
#iproducts .title .en {font-size: 32px;}
#iproducts .item .pic .productimg { height: 200px;}
}
@media (max-width: 600px) {
#iproducts .title .ch {width: 100%;	padding: 5px 0 0 0;}
#iproducts .item .pic .productimg { height: 280px;}
}
@media (max-width: 480px) {
#iabout2 p.txt2 {width: 100%;}
#iproducts .item .pic .productimg { height: 250px;}
}


.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.activity { float: left;display: inline-block;width: 100%;position: relative;}
.activity .owl-carousel .owl-stage-outer { padding-top: 7px; padding-bottom: 20px; }
.activity .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff; }
.activity .owl-carousel .owl-nav .owl-prev, .activity .owl-carousel .owl-nav .owl-next {
      height: 23px;
      width: 23px;
	  color: #212020;
      text-align: center;
      padding: 0;
	line-height: 23px;
      border: 1px solid #212020;
      border-radius: 50%;
      margin: 0 2px; }
.activity .owl-carousel .owl-nav .owl-prev:hover, .activity .owl-carousel .owl-nav .owl-next:hover {
        background: #212020;
        color: #fff; }
.activity .owl-carousel .owl-nav .owl-prev span, .activity .owl-carousel .owl-nav .owl-next span {
        position: relative;
        display: block;
        top: -2px; }
.activity .owl-carousel .owl-nav button {
      outline: none; }


/* 頁碼 */
.pages {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0 0;
	margin: 15px 0 0;
}
.pagination {
	float: left;
	display: inline-block;
	width: 100%;
    padding: 0;
    margin: 0;
}
.pagination > li {
    display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  position: relative;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #797979;
  background-color: #ffffff;
  border: 1px solid #efefef;
  margin-left: -2px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #183883;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #183883;
  border-color: #183883;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  cursor: not-allowed;
}

.pagenum2 {
	float: left;
	width: 100%;
	padding: 50px 0 5px;
	border-top: 1px solid #E3E3E3;
	text-align: center;
}
.pagenum2 a {
	padding: 10px 35px 10px 62px;
	COLOR: #666;
	TEXT-DECORATION: none;
	border-radius: 30px;
	transition: background 0.3s;
	border: 1px solid #dddddd;
	background: #fff url(../left-arrow.svg) no-repeat 37px 14px;
	background-size: auto 14px;
}
.pagenum2 a:hover {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #183883;
	background: #183883 url(../left-arrow1.svg) no-repeat 32px 14px;
	background-size: auto 14px;
}
/*************************
******* Banner ******
**************************/
#pbanner {
	float: left;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	margin-top: 80px;
	position: relative;
}
#pbanner .pbannerbg { 
	display: inline-block;
	width: 100%;
	height: 50px;
    position: absolute;
	left: 0;
	bottom: 0;
    background: url(../banner-bg1.svg) no-repeat 0 bottom;
	background-size: 100% auto;
	z-index: 50;
}
#pbanner .photo { float: left;width: 100%;display: inline-block;}
#pbanner .jarallax { }
#pbanner .jarallax { position: relative; z-index: 0;}
#pbanner .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#pbanner .pbannertable {
    display: table;
    width: 100%;
    height: 280px;
	padding: 15px;
	background: url(../bg1.png) repeat 0 0;
}
.pbannertable .pbanner-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	color: #fff;
}
.pbannertable .pbanner-table-cell h3 {
	font-family: "Fjalla One", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	width: 100%;
	display: inline-block;
	font-size: 2.1em;
	color: #fff;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}
.pbannertable .pbanner-table-cell h3 .cht {
	font-size: 20px;
	line-height: 1.4em;
	color: #fff;
	width: 100%;
	display: inline-block;
}

@media (max-width: 1299px) {
#pbanner .jarallax { height: 200px;}
#pbanner .pbannertable { padding: 10px 15px;height: 200px;}
}
@media (max-width: 991px) {
#pbanner {margin-top: 60px;}
.pbannertable .pbanner-table-cell h3 {font-size: 2.1em;}
#pbanner .jarallax { height: 160px;}
#pbanner .pbannertable { padding: 10px 15px;height: 160px;}
}
@media (max-width: 767px) {
#pbanner .jarallax { height: 140px;}
#pbanner .pbannertable { height: 140px;}
}
@media (max-width: 600px) {
.pbannertable .pbanner-table-cell h3 {font-size: 1.6em;}
#pbanner .jarallax { height: 130px;}
#pbanner .pbannertable { height: 130px;}
}
@media (max-width: 480px) {
#pbanner .jarallax { height: 110px;}
#pbanner .pbannertable { height: 110px;padding: 10px;}
}

/*************************
*******內頁選單
**************************/
.pageleft {
	float: left;
	width: 250px;
	margin: 15px 0 40px;
	padding: 2px 0 0;
	font-size: 16px;
	line-height: 1.6em;
	border-top: 2px solid #ddd;
	position: relative;
}
ul.mtree {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
  opacity: 0;
  margin-left: 0;
  padding: 0;
}
ul.mtree ul {
  padding-left: 0;
}
ul.mtree li {
  list-style: none;
	padding: 0 0 4px;
}
ul.mtree a {
  display: block;
	text-decoration:none;
}
ul.mtree a:hover {
	text-decoration:none;
}
ul.mtree li > a.current {
  font-weight: bold;
	background-color: #093171 url(../icon8.png) no-repeat 6px 19px;
	color: #FFF;
}
ul.mtree li.mtree-node > a {
  /*font-weight: bold;*/
}
ul.mtree li.mtree-node > a.current {
  font-weight: bold;
	background: #093171 url(../icon8.png) no-repeat 6px 19px;
	color: #FFF;
}
ul.mtree a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
ul.mtree.transit {
  /*background: #111;*/
}
ul.mtree.transit ul {
  margin-left: 0;
}
ul.mtree.transit ul > li {
  font-size: 15px;
	padding: 0;
    border: none;
	/*border-left: 1px solid #17318e;
	border-bottom: 1px solid #fff;*/
}
ul.mtree.transit li.mtree-node {
  position: relative;
}
ul.mtree.transit li.mtree-node > a:before {
  color: #aaa;
  font-weight: normal;
  position: absolute;
  right: 10px;
}
ul.mtree.transit li.mtree-open > a:before {
  content: '-';
}
ul.mtree.transit li.mtree-closed > a:before {
  content: '+';
}
ul.mtree.transit ul > li:first-child {
  margin-top: 1px;
}
ul.mtree.transit li.mtree-open > a {
  /*background: #fff;*/
	background: #093171 url(../icon7.png) no-repeat 8px 21px;
}
ul.mtree.transit li > a:hover, ul.mtree.transit li.mtree-active > a {
  background: #093171 url(../icon7.png) no-repeat 8px 21px;
  color: #fff;
}
ul.mtree.transit li > a.current {
  font-weight: bold;
	background: #093171 url(../icon7.png) no-repeat 10px 21px;
	color: #fff;
}
ul.mtree.transit li.mtree-node > a.current:before {
	color: #FFF;
}
ul.mtree.transit li.mtree-node > ul > li:last-child {
  /*margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #333;*/
}
ul.mtree.transit li.mtree-node:last-child > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.mtree.transit a {
  padding: 10px 0.5em 10px 1.5em;
  color: #666;
}
ul.mtree.transit li > a {
	background: #eee url(../icon6.png) no-repeat 10px 21px;
}
ul.mtree.transit li ul {
    padding: 0;
	/*background: #e4f1e6;*/
}
ul.mtree.transit li li > a {
  padding: 5px 0px 5px 1.5em;
	/*background: none;*/
	background: url(../right1.svg) no-repeat 10px 14px;
	background-size: auto 7px;
	border-bottom: 1px dotted #ccc;
	color: #666;
}
ul.mtree.transit li li > a:hover {
	background: url(../right2.svg) no-repeat 10px 14px;
	background-size: auto 7px;
	color: #00aeef;
}
ul.mtree.transit li li > a.current {
	background: url(../right2.svg) no-repeat 10px 14px;
	background-size: auto 7px;
	color: #00aeef;
}
ul.mtree.transit li li.mtree-active > a {
	background: url(../right2.svg) no-repeat 10px 14px;
	background-size: auto 7px;
	color: #00aeef;
}
ul.mtree.transit li li li > a {
  padding: 6px 0px 6px 1.8em;
	background: none;
	color: #666;
}
ul.mtree.transit li li li li > a {
  padding-left: 3.2em;
	background: none;
	color: #666;
}
ul.mtree.transit li li li li li > a {
  padding-left: 4em;
}
ul.mtree.transit li li li > a:hover {
  background-image: none;
}
@media (max-width: 991px) {
.pageleft {
	float: left;
	width: 100%;
	margin: 0 0 35px;
}
ul.mtree { padding: 0;}
}
/*********************************************************************************/
/* imagelightbox                                                                 */
/*********************************************************************************/

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #000;
			background-color: rgba( 0, 0, 0, .8 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #111;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3em; /* 60 */
			height: 7em; /* 120 */
			background-color: #444;

			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			display: none !important\9;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}