@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  *::-moz-selection {
    background: #111;
    color: #fff; }
  *::selection {
    background: #111;
    color: #fff; }

*:before,
*:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

body {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.71429;
  color: #333;
  background-color: #fff;
  letter-spacing: 0;
  word-wrap: break-word;
  word-break: normal;
  text-align: justify; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

p {
  margin: 0 0 1.71429em; }

input,
button,
select,
textarea,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle; }
  img.has-border {
    border: 1px solid #eee; }

.pic img {
  display: block;
  margin: 0 auto; }

[role="button"] {
  cursor: pointer; }

*:focus {
  outline: none; }

.wrapper {
  overflow: hidden; }

.container {
  position: relative; }

.slick-item {
  vertical-align: top; }

.slick-item + .slick-item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

.slick-initialized .slick-item + .slick-item {
  position: relative;
  visibility: visible; }

.main::after,
.container::after,
.clearfix::after {
  content: '';
  display: block;
  clear: both; }

.text-center {
  text-align: center; }

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

.text-right {
  text-align: right; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }

.ic {
  display: inline-block;
  vertical-align: text-bottom; }

@media (min-width: 768px) {
  a:hover {
    text-decoration: underline; } }

@-webkit-keyframes shipMove {
  0% {
    right: 100%; }
  100% {
    right: 34.24479%; } }

@-o-keyframes shipMove {
  0% {
    right: 100%; }
  100% {
    right: 34.24479%; } }

@keyframes shipMove {
  0% {
    right: 100%; }
  100% {
    right: 34.24479%; } }

@-webkit-keyframes shipMove2 {
  0% {
    right: 100%; }
  100% {
    right: 20%; } }

@-o-keyframes shipMove2 {
  0% {
    right: 100%; }
  100% {
    right: 20%; } }

@keyframes shipMove2 {
  0% {
    right: 100%; }
  100% {
    right: 20%; } }

@-webkit-keyframes shipMove3 {
  0% {
    right: 100%;
    margin-right: 0; }
  100% {
    right: 50%;
    margin-right: -300px; } }

@-o-keyframes shipMove3 {
  0% {
    right: 100%;
    margin-right: 0; }
  100% {
    right: 50%;
    margin-right: -300px; } }

@keyframes shipMove3 {
  0% {
    right: 100%;
    margin-right: 0; }
  100% {
    right: 50%;
    margin-right: -300px; } }

@-webkit-keyframes fishMove {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  45% {
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg); }
  70% {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@-o-keyframes fishMove {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  45% {
    -o-transform: rotate(-120deg);
       transform: rotate(-120deg); }
  70% {
    -o-transform: rotate(-240deg);
       transform: rotate(-240deg); }
  100% {
    -o-transform: rotate(-360deg);
       transform: rotate(-360deg); } }

@keyframes fishMove {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  45% {
    -webkit-transform: rotate(-120deg);
         -o-transform: rotate(-120deg);
            transform: rotate(-120deg); }
  70% {
    -webkit-transform: rotate(-240deg);
         -o-transform: rotate(-240deg);
            transform: rotate(-240deg); }
  100% {
    -webkit-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.anime {
  visibility: hidden; }
  .anime.anime-run {
    visibility: visible; }

.index-banner .ship.anime-run {
  -webkit-animation: shipMove 5s;
       -o-animation: shipMove 5s;
          animation: shipMove 5s;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@media screen and (min-width: 768px) {
  .index-banner .ship.anime-run {
    -webkit-animation-name: shipMove2;
         -o-animation-name: shipMove2;
            animation-name: shipMove2; }
  .index-about-txt::after {
    -webkit-animation: fishMove 6s infinite;
         -o-animation: fishMove 6s infinite;
            animation: fishMove 6s infinite;
    -webkit-transform-origin: 125% 150%;
         -o-transform-origin: 125% 150%;
            transform-origin: 125% 150%; } }

@media screen and (min-width: 1440px) {
  .index-banner .ship.anime-run {
    -webkit-animation-name: shipMove3;
         -o-animation-name: shipMove3;
            animation-name: shipMove3; } }

.list,
.list ul,
.list-h,
.list-h ul,
.list-v,
.list-v ul,
.list-inline,
.list-inline ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list a, .list .box,
.list-h a,
.list-h .box,
.list-v a,
.list-v .box,
.list-inline a,
.list-inline .box {
  display: block;
  text-decoration: none;
  color: inherit; }
  .list a span, .list .box span,
  .list-h a span,
  .list-h .box span,
  .list-v a span,
  .list-v .box span,
  .list-inline a span,
  .list-inline .box span {
    display: block; }

.list-h::after {
  content: '';
  display: block;
  clear: both; }

.list-h > li,
.list-h .item {
  float: left; }

.list-inline > li {
  display: inline-block;
  vertical-align: top; }

.list-inline a {
  display: inline-block; }

.list-normal {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .list-normal li {
    position: relative;
    padding-left: 1.5em; }
    .list-normal li::before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #333;
      position: absolute;
      left: 0;
      top: 0.85714em;
      margin-top: -6px; }

.ul,
.ul2 {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .ul > li,
  .ul2 > li {
    position: relative;
    padding-left: 1em; }
    .ul > li:before,
    .ul2 > li:before {
      content: '•';
      position: absolute;
      top: 0;
      left: 0; }

.ul2 > li:before {
  content: '-'; }

.table-wrap {
  overflow-x: auto; }

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 1.5; }
  .table th, .table td {
    text-align: left;
    border: none; }

.field {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 0.5em;
  border: 1px solid #ddd;
  background: #fff;
  font-size: inherit;
  margin-bottom: 0.3em; }
  .field:focus {
    outline: none;
    border-color: #0069a0; }
  .field::-webkit-input-placeholder {
    color: #999; }
  .field::-moz-placeholder {
    color: #999; }
  .field:-ms-input-placeholder {
    color: #999; }
  .field:-moz-placeholder {
    color: #999; }

textarea.field {
  height: auto;
  padding: 0.25em 0.5em; }

.has-error .field {
  border-color: #d9534f; }

.has-error,
.has-error .field-label {
  color: #d9534f; }

.form-box {
  font-size: 1.14286em; }

.field-group {
  padding-bottom: 6px;
  line-height: 32px; }
  .field-group.captcha-group .field-box > * {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.3em; }
  .field-group.captcha-group .field-box .field {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); }
  .field-group.captcha-group .field-box .captcha-img {
    margin-left: 0.3em;
    margin-right: 0.3em; }

.field-box {
  position: relative; }

.field-label {
  display: block; }
  .field-label b {
    color: #0069a0; }

.field-inline {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.3em;
  margin-right: 0.5em;
  position: relative; }
  .field-inline label::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0.1em 0;
    background: url(../img/form_radio.png) no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 15px; }
  .field-inline input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden; }
    .field-inline input:checked + label::before {
      background-position: 0 100%; }

.field-set {
  display: table;
  margin-bottom: 0.3em; }
  .field-set > * {
    display: table-cell;
    vertical-align: middle; }
  .field-set .field {
    margin: 0; }
  .field-set .txt {
    padding: 0 1em;
    width: 1%; }

.hint {
  color: #666; }

.form-bt-box {
  padding: 1.5em 0 0;
  letter-spacing: 1.5em;
  text-align: center; }
  .form-bt-box .bt {
    font-size: inherit;
    letter-spacing: 0; }

@media (min-width: 480px) {
  .field-group.name-group .field-box {
    padding-right: 10.5em; }
  .field-group.name-group .sex-radio {
    position: absolute;
    right: 0;
    top: 0; }
  .form-bt-box {
    letter-spacing: 2.5em; } }

@media (min-width: 768px) {
  .form-box {
    font-size: 1.28571em; }
  .field-label {
    float: left; }
  .field-box {
    margin-left: 6em; }
  .field-group {
    padding-bottom: 12px; }
    .field-group.captcha-group .field-box .field {
      width: 177px; }
    .field-group.name-group .field-box {
      max-width: 530px; } }

.bt {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0; }
  .bt::-moz-focus-inner {
    padding: 0;
    border: 0; }
  .bt:focus {
    outline: none; }
  .bt:hover {
    text-decoration: none; }
  .bt-simple {
    border: 1px solid #ddd;
    padding: 0.5em 1em;
    min-width: 90px;
    background: #fff; }
    .bt-simple:hover {
      background: #0069a0;
      color: #fff; }
  .bt-primary {
    background: #0069a0;
    color: #fff;
    border-radius: 5px;
    font-size: 1.25em;
    padding: 0.3em 2em; }
    .bt-primary .ic {
      font-size: 1.2em;
      margin: 0 0 0.05em 0.3em; }
    .bt-primary:hover {
      color: #000;
      background: #feda26; }
  .bt-mix {
    background: #00a7ff;
    background: -webkit-linear-gradient(left, #00a7ff 0%, #ffd400 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00a7ff), to(#ffd400));
    background: -o-linear-gradient(left, #00a7ff 0%, #ffd400 100%);
    background: linear-gradient(to right, #00a7ff 0%, #ffd400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7ff', endColorstr='#ffd400',GradientType=1 );
    color: #fff;
    width: 11.33333em;
    line-height: 2.55556em;
    padding: 0; }
    .bt-mix:hover {
      background: #ffd400;
      background: -webkit-linear-gradient(left, #ffd400 0%, #00a7ff 100%);
      background: -webkit-gradient(linear, left top, right top, from(#ffd400), to(#00a7ff));
      background: -o-linear-gradient(left, #ffd400 0%, #00a7ff 100%);
      background: linear-gradient(to right, #ffd400 0%, #00a7ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd400', endColorstr='#00a7ff',GradientType=1 ); }

.bt-box {
  clear: both;
  text-align: center;
  padding-top: 30px;
  margin: 0 auto; }
  .bt-box::after {
    content: '';
    display: block;
    clear: both; }
  .bt-box.with-pager {
    margin-top: 35px;
    border-top: 1px solid #ccc;
    text-align: right; }
    .bt-box.with-pager .pager {
      padding-top: 1px;
      padding-right: 1px;
      overflow: hidden;
      float: left; }
      .bt-box.with-pager .pager .bt {
        float: left;
        margin-right: -1px; }

@media (min-width: 768px) {
  .bt-simple {
    min-width: 150px;
    font-size: 1.14286em; }
  .bt-box {
    padding-top: 56px; }
    .bt-box.with-pager {
      padding-top: 48px; } }

@media (min-width: 992px) {
  .bt-simple {
    min-width: 203px; }
  .bt-box.with-pager .pager {
    float: none;
    display: inline-block;
    vertical-align: middle; }
  .bt-box.with-pager .back {
    margin-left: 32px; } }

.breadcrumb {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: rgba(0, 105, 160, 0.5);
  color: #fff;
  min-width: 13.88889em;
  padding: 0.2em; }
  .breadcrumb li {
    display: inline;
    vertical-align: top; }
    .breadcrumb li + li::before {
      content: '/ '; }
    .breadcrumb li a {
      color: inherit;
      text-decoration: none; }
      .breadcrumb li a:hover {
        color: #feda26;
        text-decoration: none; }

@media (min-width: 768px) {
  .breadcrumb {
    font-size: 1.14286em; } }

@media (min-width: 1220px) {
  .breadcrumb {
    font-size: 1.28571em; } }

.pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", sans-serif; }
  .pagination-nav {
    text-align: center; }
  .pagination li {
    float: left;
    margin-left: -1px; }
    .pagination li a {
      display: block;
      color: #999;
      border: 1px solid #ddd;
      min-width: 32px;
      height: 32px;
      line-height: 30px;
      padding: 0 5px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .pagination li:first-child a {
      border-radius: 5px 0 0 5px; }
    .pagination li:last-child a {
      border-radius: 0 5px 5px 0; }
  .pagination li.current a,
  .pagination li a:hover {
    color: #c7000a;
    text-decoration: none; }

@media (min-width: 480px) {
  .pagination-nav {
    padding-top: 1.5em; } }

@media (min-width: 768px) {
  .pagination {
    font-size: 1.14286em; }
    .pagination li a {
      min-width: 40px;
      height: 40px;
      line-height: 38px; } }

@media (min-width: 1220px) {
  .pagination {
    font-size: 1.28571em; }
    .pagination li a {
      min-width: 50px;
      height: 50px;
      line-height: 48px; } }

.header {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", sans-serif;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .header .site-title {
    font-size: 1em;
    margin: 0;
    padding: 14px 0 11px; }
    .header .site-title .logo {
      display: inline-block;
      vertical-align: top;
      font-size: 1.07143em;
      font-weight: bold; }
      .header .site-title .logo:before {
        content: '';
        display: inline-block;
        vertical-align: text-bottom;
        background: url(../img/logo.svg) 50% 50% no-repeat;
        background-size: contain;
        width: 76.60377px;
        height: 20px;
        margin-right: 0.3em; }
  .header .language {
    position: absolute;
    z-index: 10;
    right: 55px;
    top: 5px; }
    .header .language-toggle {
      font-size: 1.3em;
      width: 40px;
      height: 40px; }
      .header .language-toggle .ic {
        margin-bottom: 0.1em; }
      .header .language-toggle .txt {
        display: none; }
    .header .language .list {
      display: none;
      position: absolute;
      top: 100%;
      left: 50%;
      width: 100px;
      margin-left: -50px;
      padding-top: 16px;
      text-align: center; }
      .header .language .list:before {
        content: '';
        display: block;
        left: 50%;
        top: 0;
        width: 0;
        height: 0;
        border: 8px solid;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        margin-left: -8px; }
      .language-open .header .language .list {
        display: block; }
      .header .language .list li {
        background: #fff; }
        .header .language .list li + li {
          border-top: 1px solid #0069a0; }
        .header .language .list li a {
          padding: 0.3em 1em; }
      .header .language .list li a:hover,
      .header .language .list li.current a {
        color: #fff;
        background: #0069a0; }

.nav {
  position: fixed;
  z-index: 150;
  top: 50px;
  left: -375px;
  width: 375px;
  bottom: 0;
  overflow: hidden;
  pointer-events: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .nav-open {
    overflow: hidden; }
  .nav-open .nav {
    width: 100%;
    left: 0; }
  .nav-toggle {
    position: absolute;
    z-index: 160;
    top: 5px;
    right: 14px;
    background: none;
    width: 40px;
    height: 40px; }
    .nav-open .nav-toggle {
      position: fixed; }
    .nav-toggle .ic-bar {
      background: #0069a0;
      width: 24px;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -1px;
      margin-left: -12px;
      -webkit-transform-origin: center;
           -o-transform-origin: center;
              transform-origin: center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .nav-toggle .ic-bar:nth-of-type(1) {
        -webkit-transform: translateY(-6px);
             -o-transform: translateY(-6px);
                transform: translateY(-6px); }
        .nav-open .nav-toggle .ic-bar:nth-of-type(1) {
          -webkit-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .nav-toggle .ic-bar:nth-of-type(2) {
        -webkit-transform: translateY(6px);
             -o-transform: translateY(6px);
                transform: translateY(6px); }
        .nav-open .nav-toggle .ic-bar:nth-of-type(2) {
          -webkit-transform: rotate(-45deg);
               -o-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      .nav-open .nav-toggle .ic-bar:nth-of-type(3) {
        display: none; }
  .nav-inner {
    width: 100%;
    color: #fff;
    background: #0069a0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden; }
  .nav .menu {
    font-size: 1.28571em;
    border-bottom: 1px solid #005887; }
    .nav .menu a {
      position: relative;
      padding: 0.5em 30px; }
    .nav .menu li.has-child > a:after {
      content: '＋';
      position: absolute;
      right: 30px;
      top: 0.5em; }
    .nav .menu li.has-child.open > a:after {
      content: '－'; }
    .nav .menu li.open > ul {
      display: block; }
    .nav .menu > li {
      border-bottom: 1px solid #007aba;
      border-top: 1px solid #005887; }
      .nav .menu > li > a {
        font-weight: bold;
        padding: 1em 30px; }
      .nav .menu > li ul {
        display: none;
        padding: 0.5em 0 0.5em 0.5em;
        background: #005887;
        font-size: 0.9em; }
        .nav .menu > li ul > li > a:hover,
        .nav .menu > li ul > li.open > a,
        .nav .menu > li ul > li.current > a {
          color: #fff2b1; }
        .nav .menu > li ul ul {
          color: rgba(255, 255, 255, 0.6);
          padding: 0 0 0 1.2em; }
          .nav .menu > li ul ul a {
            padding: 0.3em 30px 0.3em 45px; }
            .nav .menu > li ul ul a:before {
              content: '-';
              position: absolute;
              left: 30px; }
          .nav .menu > li ul ul > li > a:hover,
          .nav .menu > li ul ul > li.open > a,
          .nav .menu > li ul ul > li.current > a {
            color: #fff; }
    .nav .menu > li.has-child > a:after {
      top: 1em; }
    .nav .menu > li > a:hover,
    .nav .menu > li.open > a,
    .nav .menu > li.current > a {
      color: #feda26; }

@media (min-width: 768px) {
  .header .site-title .logo:hover {
    text-decoration: none; } }

@media (min-width: 992px) {
  .header .site-title {
    padding-top: 28px;
    float: left; }
  .header .language {
    right: 35px;
    top: 20px;
    z-index: 200; }
    .header .language .list {
      padding-top: 0;
      box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.15); }
      .header .language .list:before {
        top: -16px; }
  .nav {
    position: static;
    overflow: visible;
    margin-left: 230px; }
    .nav-open {
      overflow: auto; }
    .nav,
    .nav-open .nav {
      width: auto;
      left: 0; }
    .nav-toggle {
      display: none; }
    .nav-inner {
      overflow: visible;
      position: static;
      background: none;
      color: #333; }
    .nav .menu {
      font-size: 1.14286em;
      border: 0; }
      .nav .menu li {
        border: 0;
        display: inline-block;
        vertical-align: middle; }
      .nav .menu li.has-child > a:after {
        display: none; }
      .nav .menu > li > a {
        padding: 1.4em 0.8em;
        height: 80px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent; }
      .nav .menu > li > ul:before {
        content: '';
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        right: 0;
        height: 45px;
        pointer-events: none;
        box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.2); }
      .nav .menu > li ul {
        font-size: 1em;
        position: fixed;
        z-index: 100;
        top: 80px;
        left: 0;
        right: 0;
        background: #0069a0;
        background: -webkit-linear-gradient(left, #0069a0 0%, #feda26 100%);
        background: -webkit-gradient(linear, left top, right top, from(#0069a0), to(#feda26));
        background: -o-linear-gradient(left, #0069a0 0%, #feda26 100%);
        background: linear-gradient(to right, #0069a0 0%, #feda26 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069a0', endColorstr='#feda26',GradientType=1 );
        color: #fff;
        text-align: center;
        padding: 0; }
        .nav .menu > li ul a {
          height: 45px;
          padding: 0.6em 2em; }
        .nav .menu > li ul > li > a:hover,
        .nav .menu > li ul > li.open > a,
        .nav .menu > li ul > li.current > a {
          color: #0069a0;
          background: #fff; }
        .nav .menu > li ul ul {
          font-size: 0.875em;
          background: #fff;
          top: 125px;
          color: #999;
          padding: 10px 0; }
          .nav .menu > li ul ul li + li:before {
            content: '/';
            display: inline-block;
            vertical-align: middle;
            margin-right: 0.2em; }
          .nav .menu > li ul ul a {
            display: inline-block;
            vertical-align: middle;
            padding: 0.5em;
            height: auto; }
            .nav .menu > li ul ul a:before {
              display: none; }
          .nav .menu > li ul ul > li > a:hover,
          .nav .menu > li ul ul > li.open > a,
          .nav .menu > li ul ul > li.current > a {
            color: #0069a0; }
      .nav .menu > li > a:hover,
      .nav .menu > li.open > a,
      .nav .menu > li.current > a {
        color: #0069a0;
        border-bottom-color: #0069a0; } }

@media (min-width: 1220px) {
  .header .container {
    max-width: 1400px; }
  .header .site-title {
    padding-top: 23px; }
    .header .site-title .logo {
      font-size: 1.28571em; }
      .header .site-title .logo:before {
        width: 99.58491px;
        height: 26px; }
  .header .language-toggle {
    width: auto; }
    .header .language-toggle:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 4px 0 4px;
      border-color: #333 transparent transparent transparent;
      margin-left: 0.4em; }
    .header .language-toggle .txt {
      display: inline-block;
      font-size: 0.8em;
      margin-left: 0.5em; }
  .nav {
    margin-left: 250px;
    margin-right: 80px; }
    .nav .menu {
      text-align: center; }
      .nav .menu > li {
        padding: 0 0.5em; }
        .nav .menu > li > a {
          padding-left: 1em;
          padding-right: 1em; } }

.footer {
  background: #555555;
  color: #fff;
  padding: 30px 0 20px;
  text-align: center; }
  .footer .bt.gotop {
    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 5px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    background: rgba(0, 105, 160, 0.8);
    width: 40px;
    height: 40px;
    padding-top: 0.4em;
    border-radius: 50%; }
    .header-fixed .footer .bt.gotop {
      opacity: 1;
      pointer-events: visible; }
    .footer .bt.gotop:hover {
      background: rgba(254, 218, 38, 0.8); }
    .footer .bt.gotop .ic {
      vertical-align: top;
      width: 30px;
      line-height: 30px;
      font-size: 1.42857em; }
    .footer .bt.gotop .txt {
      display: none; }
  .footer-contact {
    border-bottom: 1px solid #777;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em; }
    .footer-contact .title {
      font-size: 1.125em;
      margin-bottom: 1em; }
      .footer-contact .title strong {
        display: block;
        font-size: 1.5em;
        font-weight: 500; }
    .footer-contact .bt {
      font-weight: bold;
      background: #feda26;
      color: #0069a0;
      width: 8.88889em;
      line-height: 2.83333;
      border: 2px solid #feda26;
      border-radius: 30px; }
      .footer-contact .bt:hover {
        -webkit-transform: scale(0.9);
             -o-transform: scale(0.9);
                transform: scale(0.9); }
  .footer-siteinfo {
    display: none; }
  .footer-follow {
    font-size: 1.42857em;
    margin-bottom: 0.5em; }
    .footer-follow li {
      margin-right: 0.5em; }
      .footer-follow li a {
        width: 25px;
        line-height: 25px;
        text-align: center; }
        .footer-follow li a:hover {
          color: #feda26; }
  .footer-copyright {
    font-size: 0.85714em; }
    .footer-copyright .author {
      display: block;
      color: rgba(255, 255, 255, 0.5); }
      .footer-copyright .author:hover {
        color: #fff;
        text-decoration: underline; }

@media (min-width: 768px) {
  .footer {
    padding: 55px 0 25px; }
    .footer .bt.gotop {
      bottom: 30px; }
    .footer-contact {
      position: relative;
      text-align: left;
      padding: 0 10px;
      margin-bottom: 35px; }
      .footer-contact .title {
        margin-bottom: 0;
        padding: 1.1em 0; }
        .footer-contact .title strong {
          line-height: 1;
          font-size: 2em;
          letter-spacing: 0.05em;
          margin-bottom: 0.15em; }
      .footer-contact .bt {
        font-size: 1.28571em;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -28px; }
    .footer-siteinfo {
      display: block;
      border-bottom: 1px solid #777;
      text-align: left;
      padding: 0 20px;
      margin-bottom: 35px; }
      .footer-siteinfo::after {
        content: '';
        display: block;
        clear: both; }
      .footer-siteinfo .item {
        float: left;
        width: 50%;
        padding: 0 15px 50px; }
        .footer-siteinfo .item:nth-child(2n+1) {
          clear: left; }
      .footer-siteinfo .title {
        font-size: 1.125em;
        font-weight: bold; }
      .footer-siteinfo .info {
        color: rgba(255, 255, 255, 0.5); }
        .footer-siteinfo .info li:last-child {
          color: #fff;
          font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", sans-serif; }
        .footer-siteinfo .info li .ic {
          margin-right: 0.2em;
          margin-bottom: 0.1em; }
        .footer-siteinfo .info li a:hover {
          color: #feda26; }
    .footer-follow, .footer-copyright,
    .footer-copyright .author {
      display: inline-block;
      vertical-align: middle; }
    .footer-copyright .author {
      margin-left: 1em; } }

@media (min-width: 992px) {
  .footer .container {
    max-width: 1290px; }
  .footer-contact .title {
    font-size: 1.28571em; }
  .footer-siteinfo {
    font-size: 1.14286em; } }

@media (min-width: 1220px) {
  .footer-siteinfo .item {
    width: 25%; }
    .footer-siteinfo .item:nth-child(2n+1) {
      clear: none; }
    .footer-siteinfo .item:nth-child(4n+1) {
      clear: left; } }

@media (min-width: 1440px) {
  .footer {
    position: relative; }
    .footer .bt.gotop {
      width: 60px;
      height: 60px;
      padding-top: 0.2em;
      line-height: 20px; }
      .footer .bt.gotop .txt {
        display: block;
        font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", sans-serif; } }

@media (min-width: 1680px) {
  .footer .bt.gotop {
    right: 5.72917%; } }

.container {
  margin: 0 auto;
  padding: 0 20px; }

.main {
  position: relative; }
  .main .container {
    max-width: 1290px; }
  .main-top {
    text-align: center;
    background: 50% 50% no-repeat;
    background-size: cover;
    padding: 115px 0 35px;
    color: #fff; }
    .main-top-title {
      font-size: 2.5em;
      font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", sans-serif;
      font-weight: bold; }
  .main-content {
    padding: 32px 0 40px; }
    .main-content.has-bg {
      background: url(../img/main_bg.png) 50% 100% no-repeat;
      background-size: 100% auto; }
  .main-title {
    color: #0069a0;
    font-weight: bold;
    font-size: 1.28571em; }
    .main-title strong {
      position: relative;
      display: inline-block;
      font-size: 2.44444em;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      color: #333;
      line-height: 1;
      -webkit-transform: scale(1.1, 1);
           -o-transform: scale(1.1, 1);
              transform: scale(1.1, 1);
      -webkit-transform-origin: left bottom;
           -o-transform-origin: left bottom;
              transform-origin: left bottom;
      margin-bottom: 0.1em; }
      .main-title strong:after {
        content: '';
        display: block;
        background: #feda26;
        position: absolute;
        z-index: -1;
        left: -0.2em;
        right: -0.2em;
        bottom: 0;
        height: 0.4em; }
    .main-title.c2 {
      color: #fff; }
      .main-title.c2 strong {
        color: #feda26; }
        .main-title.c2 strong:after {
          display: none; }

.content-title {
  font-size: 1.71429em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.2em; }
  .content-title small {
    color: rgba(51, 51, 51, 0.5); }
  .content-title span {
    display: inline-block; }
  .content-title img {
    display: block; }

.content-title2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #0069a0;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.content-nav {
  font-size: 1.14286em;
  letter-spacing: 0.8em;
  margin-bottom: 1.25em; }
  .content-nav li {
    letter-spacing: 0; }
    .content-nav li a {
      color: #000;
      border: 1px solid #707070;
      line-height: 1.3;
      border-radius: 20px;
      padding: 0.25em 1.25em;
      margin-bottom: 0.5em; }
  .content-nav li > a:hover,
  .content-nav li.current > a {
    color: #0069a0;
    border-color: #0069a0; }

.related {
  background: #eee;
  padding: 15px 20px;
  overflow: hidden; }
  .related .link {
    color: #666;
    font-size: 1.28571em; }
    .related .link .ic {
      margin-bottom: 0.2em;
      margin-left: 0.25em; }
    .related .link:hover {
      color: #0069a0; }
  .related .share {
    float: right; }
    .related .share .a2a_kit a {
      margin-left: 0.3em; }

@media (min-width: 768px) {
  .main-top {
    position: relative;
    padding-top: 150px;
    padding-bottom: 80px; }
    .main-top:before {
      content: '';
      display: block;
      background: url(../img/banner_deco.png) no-repeat 100% 100%;
      background-size: auto 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none; }
    .main-top-title {
      font-size: 3.57143em;
      line-height: 1.3; }
  .main-content {
    padding: 66px 0 78px; }
  .main-title {
    font-size: 1.25em; }
    .main-title strong {
      font-size: 2.5em; }
  .content-nav {
    font-size: 1.42857em; } }

@media (min-width: 992px) {
  .main-top {
    padding-top: 180px;
    padding-bottom: 128px; }
    .main-top-title {
      font-size: 4.71429em; }
  .main-content.has-bg {
    padding-bottom: 150px; }
  .content-title img {
    display: inline-block;
    vertical-align: text-bottom; }
  .related {
    padding-left: 44px;
    padding-right: 44px; } }

@media (min-width: 1220px) {
  .main-top-title {
    font-size: 5.71429em; } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  body {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom); } }

.side-sect {
  margin-bottom: 40px; }

.side-title {
  font-size: 1.71429em;
  padding: 0 16px 20px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  position: relative; }
  .side-title:after {
    content: '＋';
    position: absolute;
    right: 16px;
    top: 6px;
    color: #fff;
    background: #0069a0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 1;
    text-align: center; }
  .side-title.active:after {
    content: '－'; }
  .side-title.active + .side-nav {
    display: block; }
  .side-title:hover:after {
    background: #feda26;
    color: #0069a0; }

.side-nav {
  display: none;
  line-height: 1.3; }
  .side-nav li a {
    position: relative;
    padding: 12px 32px 12px 16px;
    border-bottom: 1px solid #ccc; }
    .side-nav li a:after {
      content: '';
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 6px;
      opacity: 0; }
  .side-nav li.current > a:after {
    opacity: 1; }
  .side-nav > li > a {
    font-size: 1.14286em; }
    .side-nav > li > a:after {
      border-color: transparent transparent transparent #fff; }
  .side-nav > li > a:hover,
  .side-nav > li.current > a {
    color: #fff;
    background: #0069a0; }
  .side-nav > li.has-child.current > a:after {
    border-width: 6px 4px 0 4px;
    border-color: #fff transparent transparent transparent; }
  .side-nav ul > li > a {
    color: #999;
    padding-left: 45px; }
    .side-nav ul > li > a:before {
      content: '';
      display: block;
      background: #999;
      width: 5px;
      height: 5px;
      position: absolute;
      left: 28px;
      top: 18px; }
    .side-nav ul > li > a:after {
      border-color: transparent transparent transparent #0069a0; }
  .side-nav ul > li > a:hover,
  .side-nav ul > li.current > a {
    color: #0069a0; }
    .side-nav ul > li > a:hover:before,
    .side-nav ul > li.current > a:before {
      background: #0069a0; }

.has-side .container {
  max-width: 1640px; }

@media (min-width: 768px) {
  .side {
    display: block;
    float: left;
    width: 210px; }
    .side-title {
      cursor: text; }
      .side-title:after {
        display: none; }
    .side-nav {
      display: block; }
  .has-side .content {
    float: right;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px); } }

@media (min-width: 992px) {
  .side {
    display: block;
    float: left;
    width: 240px; }
  .has-side .content {
    float: right;
    width: -webkit-calc(100% - 308px);
    width: calc(100% - 308px); } }

.about-heading {
  border-left: 3px solid #ddd;
  padding-left: 1.5em;
  margin-bottom: 80px; }
  .about-heading .content-title {
    margin-bottom: 0; }
  .about-heading .slogan {
    font-size: 1.14286em; }

.about-sect1 {
  position: relative;
  padding-bottom: 10%; }
  .about-sect1 .deco1,
  .about-sect1 .deco2 {
    position: absolute;
    z-index: -1;
    pointer-events: none; }
  .about-sect1 .deco1 {
    left: 0;
    bottom: 0;
    width: 26.17188%; }
  .about-sect1 .deco2 {
    right: 0;
    bottom: 20%;
    width: 24.6875%; }

.about-intro .pic {
  position: relative;
  max-width: 572px;
  margin-bottom: 1.5em; }
  .about-intro .pic .deco {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(65.95745%, -32.49097%);
         -o-transform: translate(65.95745%, -32.49097%);
            transform: translate(65.95745%, -32.49097%);
    width: 49.3007%; }
  .about-intro .pic img {
    position: relative; }

.about-sect2 {
  background: #f5f5f5;
  padding-bottom: 25px; }

.about-service .pic {
  -webkit-transform: translateY(-25%);
       -o-transform: translateY(-25%);
          transform: translateY(-25%);
  margin-left: 25%; }

.about-service .txt .primary {
  color: #0069a0; }

.about-sect3 {
  padding-top: 40px; }

.about-video .item {
  margin-top: 2em; }

.about-video .title {
  margin-top: 0.7em; }

@media (min-width: 768px) {
  .about-heading {
    padding-left: 2.5em;
    margin-left: 1.2em;
    margin-bottom: 60px; }
    .about-heading .slogan {
      font-size: 1.42857em; }
  .about-intro,
  .about-service,
  .about-sect3 {
    font-size: 1.14286em;
    line-height: 1.875; }
    .about-intro .content-title2,
    .about-service .content-title2,
    .about-sect3 .content-title2 {
      font-size: 1.25em;
      margin-bottom: 1.2em; }
  .about-sect1 {
    padding-bottom: 15%; }
  .about-sect3 {
    padding-top: 60px; }
  .about-intro {
    padding-top: 5%;
    margin: 0 1.5em; }
    .about-intro .pic {
      width: 60%;
      margin-left: 2%; }
    .about-intro .txt1,
    .about-intro .txt2 {
      max-width: 80%;
      margin: 0 auto; }
  .about-service .txt {
    max-width: 80%;
    margin: 0 auto; }
  .about-video {
    margin: 0 -10px; }
    .about-video::after {
      content: '';
      display: block;
      clear: both; }
    .about-video .item {
      float: left;
      width: 50%;
      padding: 0 10px; }
      .about-video .item:nth-child(2n+1) {
        clear: left; } }

@media (min-width: 992px) {
  .about-sect1 {
    padding-bottom: 5%; }
  .about-intro .pic,
  .about-intro .txt2 {
    float: left;
    width: 45.76%;
    margin: 0; }
  .about-intro .txt1 {
    float: right;
    width: 50.24%;
    position: relative;
    padding-top: 12%; }
  .about-intro .txt2 {
    clear: both; }
  .about-sect2 {
    padding: 5% 0; }
  .about-service {
    position: relative; }
    .about-service .pic {
      position: absolute;
      top: 0;
      right: 0;
      width: 50.24%;
      margin-left: 0;
      -webkit-transform: translateY(-67.07317%);
           -o-transform: translateY(-67.07317%);
              transform: translateY(-67.07317%); }
      .about-service .pic img {
        margin: 0; }
    .about-service .txt {
      max-width: none;
      margin: 0; }
      .about-service .txt:before {
        content: '';
        display: block;
        float: right;
        width: 50.24%;
        height: 8em;
        margin-left: 2.5em; } }

@media (min-width: 1220px) {
  .about-sect1 {
    padding-bottom: 40px; }
    .about-sect1 .deco1 {
      width: 17.44792%; }
    .about-sect1 .deco2 {
      width: 16.45833%; }
  .about-video {
    margin: 0 -15px; }
    .about-video .item {
      padding: 0 15px; } }

@media (min-width: 1440px) {
  .about-video {
    margin: 0 -25px; }
    .about-video .item {
      padding: 0 25px; } }

.product-list-intro {
  margin-bottom: 60px; }
  .product-list-intro .content-title {
    margin-bottom: 1em; }
  .product-list-intro .editor {
    font-size: 1.14286em;
    line-height: 2; }

.product-list .box {
  max-width: 300px;
  margin: 0 auto 2em;
  text-align: center; }
  .product-list .box .pic {
    background: rgba(0, 0, 0, 0.05) 50% 50% no-repeat;
    background-size: contain;
    margin-bottom: 1em; }
    .product-list .box .pic:before {
      content: '';
      display: block;
      padding-top: 100%; }
  .product-list .box .title {
    font-size: 1.42857em;
    font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", sans-serif; }
  .product-list .box .desc {
    color: #666;
    font-size: 1.14286em; }

.product-list .box:hover .pic {
  background-color: rgba(0, 105, 160, 0.1); }

.product-list .box:hover .title {
  color: #0069a0; }

.product-detail-head {
  text-align: center;
  padding-bottom: 1em; }

.product-detail-title {
  color: #0069a0;
  font-size: 2.14286em;
  font-weight: 400;
  font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  margin: 0 0 20px; }
  .product-detail-title small {
    display: inline-block;
    font-size: 0.8em;
    color: #666; }

.product-nav-fixed .product-detail-nav {
  position: fixed;
  z-index: 100;
  top: 50px;
  left: 0;
  right: 0;
  padding: 15px 15px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-width: 1px 0; }

.product-detail-nav li a {
  width: 7.22222em;
  line-height: 2.22222em;
  border-radius: 20px;
  margin-bottom: 0.5em; }

.product-detail-nav li a:hover,
.product-detail-nav li.current a {
  background: #00a7ff;
  background: -webkit-linear-gradient(left, #00a7ff 0%, #ffd400 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00a7ff), to(#ffd400));
  background: -o-linear-gradient(left, #00a7ff 0%, #ffd400 100%);
  background: linear-gradient(to right, #00a7ff 0%, #ffd400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a7ff', endColorstr='#ffd400',GradientType=1 );
  color: #fff; }

.product-detail-sect {
  text-align: center;
  background: 50% 50% no-repeat;
  background-size: cover;
  padding: 2em 0; }
  .product-detail-sect.bg1 {
    background-image: url(../img/product_detail_bg1.jpg);
    color: #fff; }
  .product-detail-sect.bg2 {
    background-image: url(../img/product_detail_bg2.jpg);
    color: #fff; }
  .product-detail-sect.bg3 {
    background-image: url(../img/product_detail_bg3.jpg);
    color: #fff; }
  .product-detail-sect.bg4 {
    background-image: url(../img/product_detail_bg4.jpg); }
  .product-detail-sect .content {
    font-size: 1.14286em;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
    .product-detail-sect .content .pic {
      margin-bottom: 1em; }
    .product-detail-sect .content .title {
      font-size: 1.33333em;
      font-weight: 400;
      line-height: 1.4;
      margin: 0 0 0.5em; }
    .product-detail-sect .content .desc {
      margin: 0; }
    .product-detail-sect .content .bt-box {
      padding-top: 1.5em; }
    .product-detail-sect .content .bt-mix {
      font-size: 0.6em; }
  .product-detail-sect.spec {
    text-align: left; }
    .product-detail-sect.spec .spec-title {
      font-size: 1.42857em;
      font-weight: 400;
      color: #0069a0;
      margin-bottom: 1em; }
    .product-detail-sect.spec .editor {
      font-size: 1.14286em;
      line-height: 1.95; }
  .product-detail-sect.download {
    background: #eee;
    text-align: left; }
    .product-detail-sect.download .download-title {
      font-size: 1.42857em; }

.product-detail-spec .col {
  margin-bottom: 2em; }

.product-detail .file-list .box {
  font-size: 1.14286em;
  margin-top: 20px;
  margin-right: 35px; }
  .product-detail .file-list .box .icon {
    margin-bottom: 0.5em; }

.product-detail-pager .bt-box.with-pager {
  border-top: 0;
  margin-top: 0; }

@media (min-width: 480px) {
  .product-list {
    margin: 0 -15px; }
    .product-list::after {
      content: '';
      display: block;
      clear: both; }
    .product-list .item {
      float: left;
      width: 50%;
      padding: 0 15px; }
      .product-list .item:nth-child(2n+1) {
        clear: left; }
    .product-list .box {
      margin-bottom: 3.5em; } }

@media (min-width: 768px) {
  .product-detail-sect {
    padding: 3.5em 0; }
    .product-detail-sect .content {
      font-size: 1.71429em; }
      .product-detail-sect .content .desc {
        line-height: 1.5; }
    .product-detail-sect.spec .spec-title {
      font-size: 1.71429em; }
    .product-detail-sect.download {
      padding-top: 2em; }
      .product-detail-sect.download .download-title {
        font-size: 1.71429em;
        margin-bottom: 0.5em; }
    .product-detail-sect.spec {
      padding: 3em 0; }
  .product-detail-features2 {
    padding: 0 25px 40px;
    margin: 0 -25px 45px; } }

@media (min-width: 992px) {
  .product-list-intro {
    border-left: 3px solid #ddd;
    padding-left: 2.8em;
    margin-bottom: 80px; }
  .product-list .item {
    width: 33.33%; }
    .product-list .item:nth-child(2n+1) {
      clear: none; }
    .product-list .item:nth-child(3n+1) {
      clear: left; }
  .product-detail-head {
    padding-bottom: 3em; }
    .product-detail-head::after {
      content: '';
      display: block;
      clear: both; }
  .product-detail-title {
    float: left;
    font-size: 2.85714em; }
  .product-detail-nav {
    font-size: 1.14286em;
    padding-top: 10px; }
    .product-detail-nav-holder {
      float: right; }
    .product-nav-fixed .product-detail-nav {
      top: 80px; }
  .product-detail-sect {
    padding: 4em 0; }
    .product-detail-sect .content {
      font-size: 2.14286em; }
    .product-detail-sect.spec .spec-title {
      font-size: 2.14286em; }
    .product-detail-sect.download .download-title {
      font-size: 2.14286em; }
  .product-detail-spec .row {
    margin: 0 -15px; }
    .product-detail-spec .row::after {
      content: '';
      display: block;
      clear: both; }
  .product-detail-spec .col {
    float: left;
    padding: 0 15px;
    width: 50%; }
  .product-detail-pager .bt-box.with-pager {
    padding-top: 68px;
    text-align: center; } }

@media (min-width: 1220px) {
  .product-detail-title {
    font-size: 3.57143em; }
  .product-detail-nav {
    font-size: 1.28571em; } }

@media (min-width: 1440px) {
  .product-list .item {
    width: 25%; }
    .product-list .item:nth-child(3n+1) {
      clear: none; }
    .product-list .item:nth-child(4n+1) {
      clear: left; }
  .product-detail-spec .col {
    width: 35.20249%; }
  .product-detail-spec .col3 {
    width: 29.59502%; } }

.news-list .box {
  border: 1px solid #eee;
  padding: 18px;
  margin: 0 auto 30px;
  color: #666; }
  .news-list .box:hover {
    background: #eee; }
  .news-list .box .pic {
    background: 50% 50% no-repeat;
    background-size: cover;
    max-width: 240px;
    margin-bottom: 12px; }
    .news-list .box .pic:before {
      content: '';
      display: block;
      padding-top: 62.5%; }
  .news-list .box .category,
  .news-list .box .date {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px; }
  .news-list .box .category {
    color: #000;
    background: #feda26;
    font-size: 0.85714em;
    padding: 0 0.5em;
    margin-right: 0.8em; }
  .news-list .box .date {
    font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", sans-serif; }
  .news-list .box .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3.42857em;
    color: #000;
    font-size: 1.28571em;
    font-weight: bold;
    line-height: 1.55556;
    margin: 0.5em 0; }
  .news-list .box .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3.42857em; }

.news-detail .category,
.news-detail .date {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px; }

.news-detail .category {
  color: #000;
  background: #feda26;
  font-size: 0.85714em;
  padding: 0 0.5em;
  margin-right: 0.8em; }

.news-detail .date {
  font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", sans-serif; }

.news-detail .title {
  color: #000;
  font-size: 1.28571em;
  font-weight: bold;
  line-height: 1.55556;
  margin: 0.5em 0 0;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #eee; }

.news-detail .editor {
  padding: 1.5em 0; }

.news-detail-pics {
  margin: 0 -8px; }
  .news-detail-pics::after {
    content: '';
    display: block;
    clear: both; }
  .news-detail-pics .pic {
    float: left;
    padding: 8px;
    width: 50%; }
    .news-detail-pics .pic:nth-child(2n+1) {
      clear: left; }

.news-detail .bt-box {
  border-top: 1px solid #eee;
  margin-top: 2em; }

@media (min-width: 480px) {
  .news-list .box {
    padding: 28px 18px;
    overflow: hidden; }
    .news-list .box .pic {
      float: left;
      width: 40.40404%;
      margin: 0 20px 0 0; }
    .news-list .box .txt {
      overflow: hidden; } }

@media (min-width: 992px) {
  .news-list .box {
    margin-bottom: 45px; }
  .news-detail-pics .pic {
    width: 33.33%; }
    .news-detail-pics .pic:nth-child(2n+1) {
      clear: none; }
    .news-detail-pics .pic:nth-child(3n+1) {
      clear: left; } }

@media (min-width: 1220px) {
  .news-list {
    margin: 0 -15px; }
    .news-list::after {
      content: '';
      display: block;
      clear: both; }
    .news-list .item {
      float: left;
      width: 50%;
      padding: 0 15px; }
      .news-list .item:nth-child(2n+1) {
        clear: left; }
  .news-detail-pics {
    max-width: 1126px; }
    .news-detail-pics .pic {
      width: 20%; }
      .news-detail-pics .pic:nth-child(3n+1) {
        clear: none; }
      .news-detail-pics .pic:nth-child(5n+1) {
        clear: left; } }

.case-list {
  margin: 0 -7px; }
  .case-list::after {
    content: '';
    display: block;
    clear: both; }
  .case-list-intro {
    border-left: 3px solid #ddd;
    padding-left: 1.5em;
    margin-bottom: 30px; }
    .case-list-intro .content-title {
      margin-bottom: 0; }
    .case-list-intro .slogan {
      font-size: 1.14286em; }
  .case-list .item {
    float: left;
    width: 50%;
    padding: 0 7px; }
    .case-list .item:nth-child(2n+1) {
      clear: left; }
  .case-list .box {
    text-align: center;
    max-width: 450px;
    margin: 0 auto 2em; }
    .case-list .box .pic {
      border: 1px solid #ccc;
      background: #fff 50% 50% no-repeat;
      background-size: contain;
      margin-bottom: 1em; }
      .case-list .box .pic:before {
        content: '';
        display: block;
        padding-top: 66.66667%; }
    .case-list .box .title {
      line-height: 1.3; }
  .case-list .box:hover .pic {
    border-color: #0069a0; }
  .case-list .box:hover .title {
    color: #0069a0; }

.case-detail .title {
  color: #0069a0;
  font-size: 1.28571em;
  font-weight: bold;
  margin: 0 0 20px; }

.case-detail .logo {
  border-bottom: 1px solid #ccc;
  text-align: center; }

.case-detail .editor {
  padding: 25px 0 1px;
  font-size: 1.14286em;
  line-height: 1.95; }

.case-detail-layout1 {
  margin-bottom: 2.5em; }
  .case-detail-layout1 .txt {
    margin-bottom: 1.5em; }

@media (min-width: 768px) {
  .case-list {
    margin: 0 -10px; }
    .case-list-intro {
      padding-left: 2.5em;
      margin-left: 1.2em;
      margin-bottom: 60px; }
      .case-list-intro .slogan {
        font-size: 1.42857em; }
    .case-list .item {
      width: 33.33%;
      padding: 0 10px; }
      .case-list .item:nth-child(2n+1) {
        clear: none; }
      .case-list .item:nth-child(3n+1) {
        clear: left; }
    .case-list .box {
      font-size: 1.14286em;
      margin-bottom: 60px; }
  .case-detail .title {
    font-size: 1.71429em; }
  .case-detail .editor {
    padding: 40px 25px; }
  .case-detail-layout1::after {
    content: '';
    display: block;
    clear: both; }
  .case-detail-layout1 .txt {
    float: left;
    width: 63.11475%; }
  .case-detail-layout1 .pic {
    float: right;
    width: 32.29508%; } }

@media (min-width: 992px) {
  .case-list .item {
    width: 25%; }
    .case-list .item:nth-child(3n+1) {
      clear: none; }
    .case-list .item:nth-child(4n+1) {
      clear: left; }
  .case-list .box {
    margin-bottom: 80px; }
  .case-detail .title {
    font-size: 2.14286em; } }

.support-sect1 {
  padding-bottom: 30px; }
  .support-sect1 .content-title2 {
    margin-bottom: 1.2em; }

.support-sect2 {
  background: #f5f5f5;
  padding: 30px 0; }

.support-sect3 {
  padding: 30px 0 0; }
  .support-sect3 .content-title2 {
    text-align: center;
    margin-bottom: 1.2em; }

.support-step {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.4; }
  .support-step .item {
    position: relative; }
    .support-step .item:after {
      content: '>';
      color: #0069a0;
      font-size: 2.66667em;
      width: 48px;
      line-height: 48px;
      font-weight: bold;
      margin-left: -20px;
      -webkit-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg);
      position: absolute;
      bottom: -48px;
      left: 50%; }
    .support-step .item:last-child:after {
      display: none; }
  .support-step .box {
    border: 3px solid #0069a0;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    margin: 0 auto 3em;
    padding-top: 40px; }
    .support-step .box .pic {
      width: 51.42857%;
      margin: 0 auto; }

@media (min-width: 768px) {
  .support-sect1,
  .support-sect2,
  .support-sect3 {
    font-size: 1.14286em;
    line-height: 1.875; }
    .support-sect1 .content-title2,
    .support-sect2 .content-title2,
    .support-sect3 .content-title2 {
      font-size: 1.25em; }
  .support-sect1 {
    padding-bottom: 45px; }
  .support-intro {
    position: relative;
    padding-right: 240px; }
    .support-intro .bt-primary {
      position: absolute;
      right: 0;
      bottom: 30%;
      -webkit-transform: translateY(50%);
           -o-transform: translateY(50%);
              transform: translateY(50%); }
  .support-sect2 {
    padding: 4.8% 0; }
  .support-sect3 {
    padding-top: 6%; }
    .support-sect3 .content-title2 {
      text-align: center;
      margin-bottom: 1.2em; }
  .support-step {
    margin: 0 auto;
    max-width: 760px; }
    .support-step .item {
      display: inline-block;
      vertical-align: top; }
      .support-step .item:nth-child(2n+1) {
        clear: left; }
      .support-step .item:after {
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
        position: static;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        left: 0;
        right: -48px;
        top: 0;
        bottom: 0;
        margin: 0; }
    .support-step .box {
      display: inline-block;
      vertical-align: middle;
      margin: 30px 0;
      width: 260px;
      height: 260px;
      padding-top: 40px; } }

@media (min-width: 1220px) {
  .support-sect2 {
    padding: 60px 0; }
  .support-sect3 {
    padding-top: 75px; } }

@media (min-width: 1290px) {
  .support-step {
    max-width: none; } }

.partner-list {
  margin: 0 -7px; }
  .partner-list::after {
    content: '';
    display: block;
    clear: both; }
  .partner-list .item {
    float: left;
    width: 50%;
    padding: 0 7px; }
    .partner-list .item:nth-child(2n+1) {
      clear: left; }
  .partner-list .box {
    text-align: center;
    max-width: 450px;
    margin: 0 auto 2em; }
    .partner-list .box .pic {
      border: 1px solid #ccc;
      background: rgba(0, 0, 0, 0.05) 50% 50% no-repeat;
      background-size: contain;
      margin-bottom: 1em; }
      .partner-list .box .pic:before {
        content: '';
        display: block;
        padding-top: 66.66667%; }
    .partner-list .box .title {
      line-height: 1.3; }
  .partner-list .box:hover .pic {
    border-color: #0069a0; }
  .partner-list .box:hover .title {
    color: #0069a0; }

@media (min-width: 768px) {
  .partner-list {
    margin: 0 -10px; }
    .partner-list .item {
      padding: 0 10px;
      width: 33.33%; }
      .partner-list .item:nth-child(2n+1) {
        clear: none; }
      .partner-list .item:nth-child(3n+1) {
        clear: left; }
    .partner-list .box {
      font-size: 1.14286em;
      margin-bottom: 60px; } }

@media (min-width: 992px) {
  .partner-list {
    padding-top: 20px; }
    .partner-list .item {
      width: 25%; }
      .partner-list .item:nth-child(3n+1) {
        clear: none; }
      .partner-list .item:nth-child(4n+1) {
        clear: left; }
    .partner-list .box {
      margin-bottom: 80px; } }

.contact-reminder {
  padding-bottom: 30px; }

.contact-heading {
  border-left: 3px solid #ddd;
  padding-left: 1.5em; }
  .contact-heading .editor {
    font-size: 1.14286em; }

.contact-form {
  background: #f5f5f5;
  padding: 30px 0; }

.contact-info {
  padding-top: 30px; }

.contact-list {
  font-size: 1.14286em; }
  .contact-list .item {
    margin-top: 2em;
    padding: 1px 0; }
  .contact-list .title {
    color: #0069a0;
    font-size: 1.11111em;
    font-weight: bold; }
  .contact-list .info {
    color: #666;
    margin-bottom: 1em; }
    .contact-list .info a {
      display: inline; }
      .contact-list .info a:hover {
        text-decoration: underline; }
  .contact-list .map {
    height: 180px;
    border: 1px solid #ccc;
    position: relative;
    margin: 0 20px 20px 0; }
    .contact-list .map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
    .contact-list .map:before {
      content: '';
      display: block;
      position: absolute;
      border: 1px solid #ccc;
      border-width: 0 1px 1px 0;
      top: 35px;
      left: 35px;
      right: -20px;
      bottom: -20px; }

@media (min-width: 768px) {
  .contact-heading {
    padding-left: 2em; }
    .contact-heading .editor {
      font-size: 1.42857em; }
  .contact-form {
    padding: 50px 0; }
  .contact-info {
    padding-top: 60px; }
  .contact-list {
    font-size: 1.28571em;
    margin: 0 -15px; }
    .contact-list::after {
      content: '';
      display: block;
      clear: both; }
    .contact-list .item {
      float: left;
      width: 50%;
      padding: 1px 15px;
      margin-top: 50px; }
      .contact-list .item:nth-child(2n+1) {
        clear: left; }
    .contact-list .info {
      min-height: 6.85714em; } }

@media (min-width: 992px) {
  .contact-list {
    margin: 0 -25px;
    padding: 0 2em; }
    .contact-list .item {
      padding: 1px 25px; }
    .contact-list .title {
      float: left;
      width: 7em; }
    .contact-list .info {
      margin-left: 7.5em; }
    .contact-list .map {
      clear: both; } }

@media (min-width: 1220px) {
  .contact-list {
    margin: 0 -40px; }
    .contact-list .item {
      padding: 1px 40px; } }

.banner {
  position: relative;
  color: #fff; }
  .banner:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/index_banner_deco.png) 50% 50% no-repeat;
    background-size: cover;
    pointer-events: none; }
  .banner-txt {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 75%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    max-width: 280px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
    .banner-txt .txt1 {
      font-size: 1.97071em;
      font-weight: bold;
      padding-left: 0.5em; }
  .banner .bt.scroll {
    position: absolute;
    z-index: 10;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center; }
    .banner .bt.scroll .ic {
      display: block;
      margin-top: 0.2em;
      font-size: 1.3em; }
    .banner .bt.scroll:hover {
      text-shadow: 0 0 10px #000; }

.index-heading {
  margin-bottom: 30px; }
  .index-heading .num,
  .index-heading .main-title {
    display: inline-block;
    vertical-align: bottom; }
  .index-heading .num {
    margin-right: 2em; }
  .index-heading .main-title {
    margin: 0; }

.index-about .pic .num,
.index-heading .num {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 119px;
  height: 84px; }

.index-about .pic .num {
  background-image: url(../img/index_heading_num_1.png);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-30.58824%, -58.33333%);
       -o-transform: translate(-30.58824%, -58.33333%);
          transform: translate(-30.58824%, -58.33333%); }

.index-product .index-heading .num {
  background-image: url(../img/index_heading_num_2.png); }

.index-case .index-heading .num {
  background-image: url(../img/index_heading_num_3.png); }

.index-sect {
  padding: 30px 0; }

.index-about {
  background: url(../img/index_about_bg.png) 50% 50% no-repeat;
  background-size: cover; }
  .index-about .bt-more {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #bbb; }
    .index-about .bt-more:hover {
      color: #0069a0;
      border-bottom-color: #0069a0; }

.index-product {
  background: #0069a0 url(../img/index_product_bg.png) 50% 50% no-repeat;
  background-size: cover;
  color: #fff; }
  .index-product-list {
    font-size: 1.14286em;
    text-align: center; }
    .index-product-list .slick-list {
      overflow: visible; }
    .index-product-list .box span {
      display: block; }
    .index-product-list .box .pic {
      background: 50% 50% no-repeat;
      background-size: contain;
      margin-bottom: 0.6em; }
      .index-product-list .box .pic:before {
        content: '';
        display: block;
        padding-top: 53.33333%; }
    .index-product-list .box .desc {
      font-size: 0.9em;
      color: rgba(255, 255, 255, 0.7); }
    .index-product-list .box:hover {
      text-decoration: none; }
      .index-product-list .box:hover .title {
        color: #feda26; }
  .index-product-control {
    position: relative;
    padding: 15px 0;
    margin: 1.5em auto 0;
    width: 90px; }
    .index-product-control .slick-prev,
    .index-product-control .slick-next {
      position: absolute;
      right: 0;
      top: 50%;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid rgba(255, 255, 255, 0.5);
      margin-top: -20px;
      font-size: 1.14286em; }
      .index-product-control .slick-prev .ic,
      .index-product-control .slick-next .ic {
        vertical-align: baseline; }
      .index-product-control .slick-prev:hover,
      .index-product-control .slick-next:hover {
        color: #feda26;
        border-color: rgba(254, 218, 38, 0.5); }
    .index-product-control .slick-prev {
      right: 50px; }
    .index-product-control .slick-dots {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: table;
      width: 100%;
      table-layout: fixed; }
      .index-product-control .slick-dots li {
        display: table-cell; }
        .index-product-control .slick-dots li button {
          display: inline-block;
          zoom: 1;
          line-height: normal;
          white-space: nowrap;
          vertical-align: middle;
          text-align: center;
          cursor: pointer;
          -webkit-user-drag: none;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
          border: 0;
          color: inherit;
          font: inherit;
          text-decoration: none;
          background: none;
          padding: 0;
          display: inline-block;
          vertical-align: middle;
          white-space: nowrap;
          overflow: hidden;
          text-indent: 101%;
          padding: 0;
          background-repeat: no-repeat;
          width: 100%;
          height: 4px;
          background: rgba(255, 255, 255, 0.3); }
          .index-product-control .slick-dots li button::-moz-focus-inner {
            padding: 0;
            border: 0; }
          .index-product-control .slick-dots li button:focus {
            outline: none; }
      .index-product-control .slick-dots li button:hover,
      .index-product-control .slick-dots li.slick-active button {
        background: #fff; }

.index-case-list {
  margin: 0 -7px; }
  .index-case-list .item {
    padding: 0 8px; }
  .index-case-list .box span {
    display: block; }
  .index-case-list .box .pic {
    border: 1px solid #ccc;
    background: rgba(0, 0, 0, 0.05) 50% 50% no-repeat;
    background-size: contain;
    margin-bottom: 1em; }
    .index-case-list .box .pic:before {
      content: '';
      display: block;
      padding-top: 66.66667%; }
  .index-case-list .box:hover .pic {
    border-color: #0069a0; }

@media (min-width: 768px) {
  .banner-txt {
    max-width: none; }
    .banner-txt .txt1 {
      font-size: 2.57143em; }
  .index-sect {
    padding: 60px 0; }
  .index-product .index-heading {
    margin-bottom: 50px; }
  .index-product-list {
    font-size: 1.28571em; }
  .index-product-control {
    margin-top: 3em; }
  .index-case .container {
    max-width: 1764px; }
  .index-case .index-heading {
    text-align: center;
    margin-bottom: 60px; }
    .index-case .index-heading .main-title {
      text-align: left; } }

@media (min-width: 992px) {
  .banner-txt .txt1 {
    font-size: 3.57143em; }
  .index-about .pic .num,
  .index-heading .num {
    width: 170px;
    height: 120px; }
  .index-about {
    padding: 80px 0 90px; }
  .index-product .container {
    max-width: 1460px; }
  .index-product-control {
    width: 110px;
    max-width: 1250px;
    margin: 64px auto 0; }
    .index-product-control .slick-prev,
    .index-product-control .slick-next {
      width: 50px;
      height: 50px;
      font-size: 1.42857em;
      margin-top: -25px; }
    .index-product-control .slick-prev {
      right: 60px; }
  .index-case {
    padding: 100px 0 80px; }
    .index-case .index-heading {
      margin-bottom: 90px; } }

/*# sourceMappingURL=all.css.map */
