﻿@charset "UTF-8";

@-webkit-keyframes round {
  4% {
    opacity: 1;
    filter: alpha(opacity=100);
    /* 0 - 1秒 淡入*/
  }

  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    /* 1- 5秒靜止*/
  }

  24% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* 5-6秒淡出*/
  }
}

@keyframes round {
  4% {
    opacity: 1;
    filter: alpha(opacity=100);
    /* 0 - 1秒 淡入*/
  }

  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    /* 1- 5秒靜止*/
  }

  24% {
    opacity: 0;
    filter: alpha(opacity=0);
    /* 5-6秒淡出*/
  }
}

@-webkit-keyframes focus {
  0% {
    background: #888888;
  }

  1% {
    background: #888888;
  }

  20% {
    background: #888888;
  }

  21% {
    background: #d5d5d5;
  }

  100% {
    background: #d5d5d5;
  }
}

@keyframes focus {
  0% {
    background: #888888;
  }

  1% {
    background: #888888;
  }

  20% {
    background: #888888;
  }

  21% {
    background: #d5d5d5;
  }

  100% {
    background: #d5d5d5;
  }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f2f248de9a991d9a9088746b3014df01)
 * Config saved to config.json and https://gist.github.com/f2f248de9a991d9a9088746b3014df01
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

h3 {
  font-size: 2.14286em;
  letter-spacing: 5px;
}

h6 {
  font-size: 1.42857em;
}

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

p {
  margin: 0px;
}

ul {
  padding: 0 !important;
  -webkit-padding-start: 40px !important;
}

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

.tc {
  text-align: center;
}

.flex {
  display: flex;
}

div.p-img1 {
  background: url(../images/a78d1ec26542ebcda390e9482fa3fa98.png) no-repeat;
}

div.p-img2 {
  background: url(../images/ace5ca918b1aa8528dcedc3253b0e74a.png) no-repeat;
}

div.p-img3 {
  background: url(../images/0b90b77e67503c9150d1f7fe4d49ad45.png) no-repeat;
}

div.p-img4 {
  background: url(../images/ec758505ed04c527b2d841a87a48b38d.png) no-repeat;
}

div.p-img5 {
  background: url(../images/9c91865020c72d90d2da65898c711540.png) no-repeat;
}

div.p-img6 {
  background: url(../images/0937aad97f6201a1b4cc27a502c52522.png) no-repeat;
}

div.p-img7 {
  background: url(../images/0c513ba74293fcb4ed8c998915b644ae.png) no-repeat;
}

div.p-img8 {
  background: url(../images/bf4084f375c6e044b89cd175f5fd6472.png) no-repeat;
}

div.other-img1 {
  background: url(../images/e2aa6e4e7d971987356603e9dff572f7.png) no-repeat;
}

div.other-img2 {
  background: url(../images/0d862cca8eacc44b5da0f9fc5c9b056f.png) no-repeat;
}

div.other-img3 {
  background: url(../images/8e09d1b5e6e11764a1fabe913a75020e.png) no-repeat;
}

div.other-img4 {
  background: url(../images/55162edceced67704f35e1f96e6269ed.png) no-repeat;
}

div.other-img5 {
  background: url(../images/d8af17f3e3e95d668a2d33dcf666d87b.png) no-repeat;
}

div.other-img6 {
  background: url(../images/29c3a313607d66b5cacf8365c6c57fd2.png) no-repeat;
}

div.other-img7 {
  background: url(../images/448ef93f3bb554c29d78573524f9c9c2.png) no-repeat;
  background-size: 18% !important;
}

div.other-img8 {
  background: url(../images/3e2c3ef3414da9726b06b83671d934a8.png) no-repeat;
  background-size: 18% !important;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei", "\9ED1\9AD4-\7E41", "Heiti TC",serif;
}

h6 {
  color: #7a7978;
}

div#main-content {
  position: relative;
  width: 100%;
  top: 0px;
  bottom: 50px;
  overflow-y: auto;
}

.container {
  width: 992px;
}

header {
  line-height: 80px;
  font-size: 1.28571em;
  font-weight: bold;
  color: white;
  background: #e1c752;
  text-align: center;
}

header div.logo {
  width: 81px;
  height: 65px;
  background: url(../images/a1d26049baba1ebe8ef3a71cae0cf0a0.png) no-repeat;
  background-size: contain;
  position: relative;
  left: -28px;
  top: 8px;
}

header nav ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
}

header nav ul li {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

header nav ul li:hover {
  color: #f53737;
  cursor: default;
}

header nav ul li:nth-child(4),
header nav ul li:nth-child(5) {
  position: relative;
  left: -46px;
}

header div.sm-header {
  height: 80px;
  display: none;
}

footer {
  position: relative;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-size: 1em;
  line-height: 50px;
  color: #fffefe;
  background: black;
  z-index: 999;
}

div#banner {
  width: 100%;
  height: 370px;
  background: url(../images/41cae02c34747c9956762de05a34140e.png) no-repeat;
  background-position: center center;
  margin-bottom: 60px;
}

div#banner div.intro {
  padding-top: 57px;
  padding-left: 78px;
  font-size: 1.28571em;
  color: white;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

div.process h3,
div.process h6 {
  text-align: center;
}

div.process h6 {
  margin-top: 15px;
  margin-bottom: 45px;
  font-family: SetoFont;
}

div.process div.h-01 {
  width: 136px;
  margin: 0 auto;
  margin-bottom: 45px;
  margin-top: 5px;
}

div.process div.process-block {
  box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  padding-top: 45px;
  padding-bottom: 65px;
  position: relative;
  min-height: 344px;
}

div.process div.process-block div.animate-box,
div.process div.process-block div.index-box {
  display: none;
}

div.process div.process-block p {
  color: #888888;
  line-height: 1.33;
  font-size: 17px;
  margin-bottom: 25px;
}

div.process div.process-block div.dot {
  position: absolute;
  height: 15px;
  width: 15px;
  background: #888888;
  border-radius: 10px;
}

div.process div.process-block div.dot.lt {
  left: 15px;
  top: 15px;
}

div.process div.process-block div.dot.rt {
  right: 15px;
  top: 15px;
}

div.process div.process-block div.dot.lb {
  left: 15px;
  bottom: 15px;
}

div.process div.process-block div.dot.rb {
  right: 15px;
  bottom: 15px;
}

div.process div.process-block .flex {
  justify-content: center;
}

div.process div.process-block .df {
  width: 165px;
  height: 165px;
  position: relative;
  margin-left: 13px;
  margin-right: 13px;
}

div.process div.process-block .df:after {
  display: block;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 50px;
  text-align: center;
  color: white;
  white-space: pre;
  word-wrap: break-word;
  font-size: 14px;
  padding-top: 5px;
}

div.process div.process-block .s1 {
  background: url(../images/6a6a200f615950f7329546200424dd56.png) no-repeat;
}

div.process div.process-block .s1:after {
  content: '\767D\8272\A\525B\88DD\74F6';
  background: #ffe7c8;
}

div.process div.process-block .s2 {
  background: url(../images/6cb8b0f1736d8b1aa1eddc4ebb6be0ff.png) no-repeat;
}

div.process div.process-block .s2:after {
  content: '\91D1\9EC3\8272\A\9069\7576\53E3\611F\8272\6FA4';
  background: #fbbc28;
}

div.process div.process-block .s3 {
  background: url(../images/839e94261d5ef7eb7916431d17629ec6.png) no-repeat;
}

div.process div.process-block .s3:after {
  content: '\5496\5561\8272\A\6700\4F73\53E3\611F\8272\6FA4';
  background: #863000;
}

div.process div.process-block .s4 {
  background: url(../images/7c341b7a27ca742df409b51618f4549c.png) no-repeat;
}

div.process div.process-block .s4:after {
  content: '\9ED1\8272: \9673\5E74\8C46\8150\4E73\A\5DF2\53EF\7576\91AC\6CB9\6599\7406\4F7F\7528';
  background: #000000;
}

div.item-row {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.item-row div.product {
  margin-bottom: 20px;
  box-sizing: border-box;
}

div.item-row div.product:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

div.item-row div.product:hover .name {
  color: white;
  background: #e79943;
  border: 1px solid #e79943;
  border-top: none;
}

div.item-row div.product:hover .product-img {
  border-bottom: 1px solid #e79943;
}

div.item-row div.product div.product-img {
  border: 1px solid #e6e6e6;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 26px;
  box-sizing: border-box;
  position: relative;
}

div.item-row div.product div.name {
  box-sizing: border-box;
  font-size: 1.14286em;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #888888;
  border: 1px solid #e6e6e6;
  border-top: none;
}

div.others {
  background: #86D7B6;
  height: 300px;
  margin-top: 40px;
  padding-top: 60px;
  height: auto;
}

div.others div.title {
  text-align: center;
  background: #f4eede;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

div.others div.title div.h-02 img {
  height: 20px;
  margin-top: 5px;
}

div.others div.title div.h-02 img.mobile {
  display: none;
}

div.others div.o-product-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  justify-content: center;
}

div.others div.o-product-list .o-product {
  width: 256px;
  height: 256px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 30px;
  border: 10px solid white;
  border-radius: 130px;
  position: relative;
}

div.others div.o-product-list .o-product:hover {
  -webkit-box-shadow: 0px 0px 31px 6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 31px 6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 31px 6px rgba(0, 0, 0, 0.75);
}

div.others div.o-product-list .o-product .inner {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  background: white;
  border: 10px solid #86D7B6;
  border-radius: 130px;
}

div.others div.o-product-list .o-product .inner div {
  width: 100%;
  height: 100%;
  background-size: 40%;
  background-position: center;
}

div.desktop div.procedure-content {
  position: relative;
  margin-top: 60px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 50px;
  width: 92%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 60px;
}

div.desktop div.procedure-content div.content {
  margin-top: 80px;
  padding-left: 50px;
  padding-right: 50px;
}

div.desktop div.procedure-content div.banner {
  position: relative;
  top: 30px;
  height: 59px;
  background: #e56363;
  width: 104%;
  left: -15px;
  z-index: 1;
  box-shadow: 0 5px 10px -5px #333;
  text-align: center;
  line-height: 59px;
  font-size: 30px;
  letter-spacing: 7px;
  color: white;
}

div.desktop div.procedure-content div.inline-block {
  vertical-align: top;
}

div.desktop div.procedure-content img {
  width: 100%;
}

div.desktop div.procedure-content div.step1 div {
  background: url(../images/01913bf779afd9c550c6c822f6cd09c0.png) no-repeat;
}

div.desktop div.procedure-content div.step2 {
  position: relative;
  left: -12px;
}

div.desktop div.procedure-content div.step2 div {
  background: url(../images/958c1455920212cad4fce46db1c40231.png) no-repeat;
}

div.desktop div.procedure-content div.step div {
  width: 185px;
  height: 34px;
  background-size: cover;
  font-size: 18px;
  line-height: 34px;
  color: white;
  text-align: center;
}

div.desktop div.procedure-content div.step img {
  width: 81%;
  margin-bottom: 8px;
}

div.desktop div.procedure-content div.note {
  position: relative;
  height: auto;
}

div.desktop div.procedure-content div.note p {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  font-size: 18px;
  color: #6e6d6b;
}

div.desktop div.procedure-content:before {
  content: '';
  position: absolute;
  display: block;
  background: url(../images/08e588f81f5ed338c54628cb3e7dc626.png) no-repeat;
  width: 54px;
  height: 74px;
  left: -54px;
  top: 30px;
}

div.desktop div.procedure-content:after {
  content: '';
  position: absolute;
  display: block;
  background: url(../images/21ff17cd62efcb54022ef38cc669f822.png) no-repeat;
  width: 54px;
  height: 74px;
  right: -54px;
  top: 30px;
}

div.desktop div.contact {
  height: 375px;
  margin-bottom: 60px;
  background: url(../images/df402fb8f49443c45a771b65915e70a0.png) no-repeat;
  background-size: contain;
  padding: 30px 70px;
}

div.desktop div.contact div.map {
  height: 300px;
  width: 365px;
  background: #e6e6e6;
  float: left;
}

div.desktop div.contact div.addr {
  width: 320px;
  padding-top: 40px;
  float: left;
}

div.desktop div.contact div.addr .contact-yuin {
  background: url(../images/062cb7dcffdabf864fc4325305fc55d3.png) no-repeat;
  height: 45px;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
}

div.desktop div.contact div.addr .contact-yuin img {
  height: 27px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  top: 8px;
}

div.desktop div.contact div.addr .address {
  background: url(../images/cc3f138b4acc77270d5e7ccd2cfa811b.svg) no-repeat;
  width: 80%;
  height: 156px;
  margin: 0 auto;
  margin-top: 22px;
}

div.mobile {
  display: none;
}

div.mobile div.procedure-content div.banner {
  width: 100%;
  height: 55px;
  margin: 0 auto;
  font-size: 1.85714em;
  line-height: 55px;
  letter-spacing: 5px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: #e56363;
  margin-top: 30px;
  margin-bottom: 20px;
}

div.mobile div.procedure-content div.step img {
  width: 100px;
}

div.mobile div.procedure-content div.step div {
  background-position: center !important;
  color: white;
  line-height: 40px;
}

div.mobile div.procedure-content div.step1 {
  margin-right: 3px;
  margin-left: 13px;
}

div.mobile div.procedure-content div.step1 div {
  background: url(../images/01913bf779afd9c550c6c822f6cd09c0.png) no-repeat;
  height: 40px;
  background-size: contain;
  width: 122px;
}

div.mobile div.procedure-content div.step2 {
  position: relative;
  left: -12px;
}

div.mobile div.procedure-content div.step2 div {
  background: url(../images/958c1455920212cad4fce46db1c40231.png) no-repeat;
  height: 40px;
  background-size: contain;
  width: 122px;
}

div.mobile div.procedure-content div.note {
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
  width: 240px;
}

div.mobile div.procedure-content div.note img {
  width: 100%;
}

div.mobile div.procedure-content div.note p {
  line-height: 25px;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  font-size: 16px;
  color: #6e6d6b;
}

div.mobile div.contact .contact-yuin {
  background: url(../images/f0ec2161ae201f961caa9780d45ca350.png) no-repeat;
  width: 290px;
  padding-bottom: 50px;
  margin: 0 auto;
  padding-top: 38px;
  text-align: center;
  background-size: contain;
}

div.mobile div.contact .contact-yuin .wrap {
  background: url(../images/062cb7dcffdabf864fc4325305fc55d3.png) no-repeat;
  background-size: contain;
  width: 147px;
  height: 45px;
  text-align: center;
  margin: 0 auto;
}

div.mobile div.contact .contact-yuin .wrap img {
  width: 100px;
  margin-top: 10px;
}

div.mobile div.contact .contact-yuin .address {
  width: 210px;
  margin-top: 14px;
}

div.mobile div.contact .map {
  height: 222px;
  width: 270px;
  background: #e6e6e6;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

@supports (-moz-transform: translate(0, 0)) {
  header div.logo {
    left: -8px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header div.logo {
    left: -8px;
  }
}

div.pic {
  background-size: contain !important;
  background-position: center center !important;
  display: inline-block;
  width: 70%;
  height: 220px;
}

div#mayin {
  width: 68px;
  height: 68px;
  border: 1px solid #e6e6e6;
  border-radius: 40px;
  background: url(../images/4d0448a0d9c19b0ab875a5f816445b64.png) no-repeat;
  position: fixed;
  right: 20px;
  bottom: 150px;
  cursor: pointer;
  background-size: cover;
}

div#goback {
  width: 68px;
  height: 68px;
  border: 1px solid #e6e6e6;
  border-radius: 40px;
  background: url(../images/72d3d69843d4615a1397e04422e78d40.png) no-repeat;
  position: fixed;
  right: 20px;
  bottom: 70px;
  cursor: pointer;
  background-size: cover;
}

@media (max-width: 580px) {
  div.others div.o-product-list {
    justify-content: space-around;
  }

  div.others div.o-product-list .o-product {
    width: 128px;
    height: 128px;
    border: 5px solid white;
  }

  div.others div.o-product-list .o-product .inner {
    border: 5px solid #86D7B6;
  }

  footer.container-fluid {
    padding: 0px;
    font-size: 10px;
  }
}

@media (max-width: 778px) {
  div#banner div.intro {
    text-align: center;
    padding-left: 15px;
    padding-top: 0px;
  }

  div#banner div.intro p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  header div.sm-header {
    display: block;
  }

  header div.sm-header div.logo {
    left: 0px;
    margin: 0 auto;
  }

  nav {
    display: none;
  }

  div.pic {
    height: 150px;
  }

  div.col-xs-6 {
    padding: 0px;
  }

  div.process-block div.col-xs-6:nth-child(odd) {
    padding-right: 3px;
  }

  div.process-block div.col-xs-6:nth-child(even) {
    padding-left: 3px;
  }

  div.item-row div.product div.name {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  div.others div.title div.h-02 img.mobile {
    display: block;
    height: 37px;
    margin: 0 auto;
    margin-top: 10px;
  }

  div.others div.title div.h-02 img.desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  .container {
    width: 100%;
  }

  div#mayin {
    right: 0px;
    left: calc(40% - 32px);
    bottom: 10px;
    width: 52px;
    height: 52px;
    z-index: 2;
  }

  div#goback {
    width: 52px;
    height: 52px;
    bottom: 10px;
    right: calc(40% - 32px);
    z-index: 2;
  }

  div#main-content {
    padding-bottom: 150px;
  }

  footer {
    bottom: 130px;
    z-index: 1;
  }

  div.desktop {
    display: none;
  }

  div.mobile {
    display: block;
  }

  div.process.row {
    padding-left: 25px;
    padding-right: 25px;
  }

  div.process div.process-block div.index-box {
    display: block;
    position: relative;
  }

  div.process div.process-block div.index-box div.wrap {
    position: relative;
    height: 15px;
    width: 87px;
    top: 12px;
  }

  div.process div.process-block div.index-box div.index-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #d5d5d5;
    border-radius: 5px;
    -webkit-animation: focus 20s linear infinite;
    animation: focus 20s linear infinite;
  }

  div.process div.process-block div.index-box div.index-dot.d1 {
    left: 0;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  div.process div.process-block div.index-box div.index-dot.d2 {
    left: 25px;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }

  div.process div.process-block div.index-box div.index-dot.d3 {
    left: 50px;
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
  }

  div.process div.process-block div.index-box div.index-dot.d4 {
    left: 75px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
  }

  div.process div.process-block div.animate-box {
    display: block;
    height: 200px;
    position: relative;
  }

  div.process div.process-block div.animate-box div.df {
    -webkit-animation: round 20s linear infinite;
    animation: round 20s linear infinite;
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    margin: 0 auto;
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    filter: alpha(opacity=0);
  }

  div.process div.process-block div.animate-box div.df:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  div.process div.process-block div.animate-box div.df:nth-child(2) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }

  div.process div.process-block div.animate-box div.df:nth-child(3) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
  }

  div.process div.process-block div.animate-box div.df:nth-child(4) {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
  }

  div.process-block div.flex {
    display: none;
  }
}

@media (min-width: 992px) {
  header {
    position: fixed;
    z-index: 5;
    top: 0px;
    width: 100%;
  }

  div#main-content {
    padding-top: 50px;
  }
}