@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style-position: inside;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -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;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  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;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

label {
  display: inline-block;
}

* {
  -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;
}

.icons-sprite, .icons-tw, .icons-us {
  background-image: url('../images/icons-sb5b3f3f920.png');
  background-repeat: no-repeat;
}

.icons-tw {
  background-position: 0 0;
}

.icons-us {
  background-position: 0 -32px;
}

.icons-tw {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.icons-us {
  display: inline-block;
  width: 32px;
  height: 32px;
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 100%/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* company info */
.fa-home:before {
  content: "\f015";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-map-marker:before {
  content: "\f041";
}

/* user interaction */
.fa-download:before {
  content: "\f019";
}

.fa-search:before {
  content: "\f002";
}

.fa-chavron:before {
  content: "\f054";
}

.fa-close:before {
  content: "\f00d";
}

/* direction, arrows */
.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

/* social icons */
.fa-facebook:before {
  content: "\f082";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-twitter:before {
  content: "\f081";
}

/* =================== Adjustment =================== */
.section-title:before, #showcase:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.section-title h2, #showcase .inner-box {
  display: inline-block;
  vertical-align: middle;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

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

.fl-r {
  float: right;
}

.fl-l {
  float: left;
}

/* =================== Scrollbar =================== */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: rgba(200, 200, 200, 0.7);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.7);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(92, 183, 196, 0.7);
}

/**
 * Main Colors:
 *   #fc5b4d: Red
 *   #cb4c41: Red-Dark
 *   #83c129: Orange
 *   #ff6b24: Green
 *   #2cc28b: Green -2
 *   #ffda3a: Yellow
 *   #4cc3e9: Blue
 *   #c5cad2: Gray
 * ----------------------------- */
/**
 * Main Fonts:
 *   section title: 24px
 *   article title: 20px
 *   content: 16px
 * ----------------------------- */
/*===================== Global Setting =====================*/
html {
  overflow-x: hidden;
  font-size: 20px;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  color: #777;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0 auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.container.small {
  max-width: 1100px;
}
.container.narrow {
  max-width: 800px;
}

.transition, .pagination .page {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.transition:before, .pagination .page:before {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*===================== Button =====================*/
.btn, .btn-radius, .btn-square {
  display: inline-block;
  padding: 5px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 0px;
  outline: 0;
}
.btn:active, .btn-radius:active, .btn-square:active {
  position: relative;
  top: 1px;
}
.btn.gray, .gray.btn-radius, .gray.btn-square {
  background-color: rgba(200, 200, 200, 0.6);
}
.btn.white, .white.btn-radius, .white.btn-square {
  background-color: rgba(255, 255, 255, 0.7);
}

.btn-radius {
  padding: 7px 20px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.btn-square {
  padding: 10px 30px;
  border: 1px solid rgba(160, 160, 160, 0);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-square:hover {
  border-color: #a0a0a0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*===================== Section =====================*/
section {
  padding: 60px 0;
}
@media (max-width: 1280px) {
  section {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  section {
    padding: 40px 20px;
  }
}
@media (max-width: 425px) {
  section {
    padding: 30px 15px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  /* 繪製圓形 */
  display: inline-block;
  width: 250px;
  height: 250px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #cae5e6;
}
.section-title h2 {
  position: relative;
  font-size: 40px;
}
.section-title h2:before {
  content: "";
  position: absolute;
  top: -30px;
  display: block;
  width: 100%;
  height: 0;
  border: 2px solid #000;
}
.section-title h2:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -23px;
  /* 繪製三角形 */
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 23px 0 23px;
  border-color: #000 transparent transparent transparent;
}
.section-title.cyan {
  background-color: #5dc1cf;
  color: #fff;
}
.section-title.cyan h2:before {
  border-color: #cae5e6;
}
.section-title.cyan h2:after {
  border-color: #cae5e6 transparent transparent transparent;
}
.section-title.white {
  background-color: rgba(255, 255, 255, 0.8);
  color: #5dc1cf;
}
.section-title.white h2:before {
  border-color: #5dc1cf;
}
.section-title.white h2:after {
  border-color: #5dc1cf transparent transparent transparent;
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 35px;
  }
  .section-title h2:before {
    top: -27px;
  }
  .section-title h2:after {
    bottom: -48px;
    border-width: 18px 18px 0 18px;
    margin-left: -18px;
  }
  .section-title.cyan, .section-title.white {
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 425px) {
  .section-title h2 {
    font-size: 22px;
  }
  .section-title h2:before {
    top: -20px;
    border: 1px solid #000;
  }
  .section-title h2:after {
    bottom: -40px;
    border-width: 14px 14px 0 14px;
    margin-left: -14px;
  }
  .section-title.cyan, .section-title.white {
    width: 140px;
    height: 140px;
  }
}

/*===================== Pagination =====================*/
.pagination {
  margin-top: 50px;
  text-align: center;
}

.pagination .page {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px 5px;
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pagination .page:hover {
  background-color: #bbb;
  color: #fff;
}

/*===================== Header =====================*/
header {
  position: relative;
}

.header-box {
  position: absolute;
  width: 330px;
  left: 50%;
  margin-left: -165px;
  z-index: 9999;
}
.header-box .lang {
  text-align: right;
  margin-bottom: 5px;
}
.header-box .lang a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  background-color: #5dc1cf;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-box .lang a.ch {
  font-size: 17px;
  padding-top: 5px;
}
.header-box .lang a.en {
  font-size: 14px;
  padding-top: 7px;
}
.header-box .lang a.selected, .header-box .lang a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-box .logo {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}
.header-box .logo img {
  width: 100%;
}
@media (max-width: 600px) {
  .header-box {
    width: 300px;
    top: 140px;
    margin-left: -150px;
  }
}
@media (max-width: 320px) {
  .header-box {
    width: 250px;
    top: 150px;
    margin-left: -125px;
  }
}
.header-box.fullpage {
  top: 340px;
}
@media (max-width: 1024px) {
  .header-box.fullpage {
    top: 210px;
  }
}
@media (max-width: 600px) {
  .header-box.fullpage {
    top: 180px;
  }
}
@media (max-width: 425px) {
  .header-box.fullpage {
    top: 140px;
  }
}
@media (max-width: 320px) {
  .header-box.fullpage {
    top: 150px;
  }
}
.header-box.topline {
  top: 20px;
}

.header-slide {
  overflow: hidden;
  z-index: -1;
}
.header-slide img {
  position: relative;
  display: block;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
@media (max-width: 1024px) {
  .header-slide img {
    width: 1440px;
    margin-left: -720px;
  }
}
@media (max-width: 600px) {
  .header-slide img {
    width: 1280px;
    margin-left: -640px;
  }
}
@media (max-width: 425px) {
  .header-slide img {
    width: 1024px;
    margin-left: -512px;
  }
}
.header-slide.topline {
  max-height: 300px;
}
@media (max-width: 425px) {
  .header-slide.topline {
    max-height: 250px;
  }
}
@media (max-width: 320px) {
  .header-slide.topline {
    max-height: 220px;
  }
}

/*===================== Navigation =====================*/
nav {
  text-align: center;
}
nav span {
  display: inline-block;
  white-space: nowrap;
}
nav a {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 10px solid #5dc1cf;
  margin: 10px;
  background: #5dc1cf;
  color: #fff;
  font-size: 30px;
  line-height: 180px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav a:hover {
  border-color: #4fa8b5;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav a:before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
  /* 繪製三角形 */
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #cae5e6 transparent transparent transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
nav a:hover:before {
  bottom: 25px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1024px) {
  nav a {
    width: 160px;
    height: 160px;
    line-height: 146px;
    font-size: 27px;
    border-width: 7px;
  }
  nav a:hover:before {
    bottom: 15px;
  }
  nav a:before {
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  nav a {
    width: 130px;
    height: 130px;
    line-height: 110px;
    font-size: 24px;
  }
  nav a:before {
    /* 繪製三角形 */
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #cae5e6 transparent transparent transparent;
    margin-left: -10px;
  }
}
@media (max-width: 425px) {
  nav a {
    width: 100px;
    height: 100px;
    line-height: 86px;
    font-size: 18px;
  }
  nav a:before {
    /* 繪製三角形 */
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #cae5e6 transparent transparent transparent;
    margin-left: -7px;
    bottom: 20px;
  }
  nav a:hover:before {
    bottom: 10px;
  }
}

/*===================== About =====================*/
#about {
  position: relative;
  overflow: hidden;
  background: url("../images/background/about.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  font-size: 20px;
}
#about .intro {
  margin-bottom: 30px;
  color: #fff;
  line-height: 2em;
  text-shadow: 1px 1px 0px rgba(35, 24, 21, 0.8);
}
#about .proxy {
  margin: 0 auto;
  padding-bottom: 30px;
  color: #fff;
}
#about .proxy .title {
  display: inline-block;
  background-color: #5dc1cf;
  padding: 10px 30px;
  margin-bottom: 30px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#about .proxy li {
  line-height: 2.2em;
  text-shadow: 1px 1px 0px rgba(35, 24, 21, 0.8);
}
@media (max-width: 768px) {
  #about {
    font-size: 17px;
  }
  #about .proxy {
    max-width: 85%;
  }
}
@media (max-width: 600px) {
  #about {
    font-size: 16px;
  }
  #about .proxy {
    padding-bottom: 20px;
  }
}
@media (max-width: 425px) {
  #about {
    font-size: 14px;
  }
  #about .proxy {
    max-width: 96%;
    line-height: 1.8em;
  }
  #about .proxy .title {
    padding: 5px 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  #about {
    font-size: 13px;
  }
  #about .proxy .title {
    padding: 5px 20px;
    font-size: 14px;
  }
}

.mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(48, 48, 48, 0.4);
}

/*===================== News & Whitepaper =====================*/
#news {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#news:after {
  content: '';
  position: absolute;
  background: url("../images/background/news.png") no-repeat right top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  z-index: -1;
}
@media (max-width: 1440px) {
  #news:after {
    background-size: 600px auto;
  }
}
@media (max-width: 768px) {
  #news:after {
    background-size: 60% auto;
  }
}
@media (max-width: 425px) {
  #news:after {
    background-size: 80% auto;
  }
}

#whitepaper {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#whitepaper:after {
  content: '';
  position: absolute;
  background: url("../images/background/whitepaper.png") no-repeat left top;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  z-index: -1;
}
@media (max-width: 425px) {
  #whitepaper:after {
    background-size: 160% auto;
  }
}

.with-feather {
  -moz-box-shadow: inset 0px 30px 15px -10px white;
  -webkit-box-shadow: inset 0px 30px 15px -10px white;
  box-shadow: inset 0px 30px 15px -10px white;
}

.headlines .item {
  position: relative;
  display: inline-block;
  width: 360px;
  margin: 30px;
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
.headlines .title {
  overflow: hidden;
  height: 40px;
  color: #4f638f;
  font-size: 27px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space : nowrap;
  padding-right: 3px;
}
.headlines .desc {
  overflow: hidden;
  margin: 15px 0 20px;
  height: 110px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.headlines .more {
  position: absolute;
  right: 0;
  bottom: -13px;
  padding: 4px 12px;
  background-color: #fff;
  border: 1px solid rgba(128, 128, 128, 0.5);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-family: "Adobe Caslon Pro", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 16px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.headlines .more:hover {
  background-color: #eee;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.headlines .more:active {
  bottom: -14px;
}
@media (max-width: 600px) {
  .headlines .item {
    width: 90%;
    margin: 30px auto;
  }
  .headlines .title {
    font-size: 24px;
  }
  .headlines .desc {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .headlines .title {
    font-size: 18px;
  }
  .headlines .desc {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .headlines .title {
    height: 36px;
    line-height: 36px;
  }
  .headlines .desc {
    font-size: 13px;
    height: 60px;
    margin: 0 0 20px;
  }
}

.info-list {
  margin-top: 50px;
}
.info-list .item {
  position: relative;
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px;
  border-radius: 15px 15px 0 0;
  font-size: 18px;
  text-align: left;
  -moz-transition: background-color, ease-out 0.4s;
  -o-transition: background-color, ease-out 0.4s;
  -webkit-transition: background-color, ease-out 0.4s;
  transition: background-color, ease-out 0.4s;
}
.info-list .item:hover {
  -moz-transition: background-color, ease-out 0.4s;
  -o-transition: background-color, ease-out 0.4s;
  -webkit-transition: background-color, ease-out 0.4s;
  transition: background-color, ease-out 0.4s;
  background-color: rgba(170, 245, 255, 0.2);
}
.info-list .date {
  padding: 0 0 5px 5px;
}
.info-list .title {
  overflow: hidden;
  color: #4f638f;
  font-size: 27px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.info-list .desc {
  margin: 10px 0;
  max-height: 110px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .info-list .item {
    padding: 20px;
  }
  .info-list .title {
    font-size: 22px;
  }
  .info-list .desc {
    font-size: 16px;
    max-height: 95px;
  }
}
@media (max-width: 425px) {
  .info-list .item {
    padding: 15px;
  }
  .info-list .title {
    font-size: 20px;
  }
  .info-list .desc {
    font-size: 15px;
  }
}

.info-details {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
}
.info-details h2 {
  overflow: hidden;
  color: #4f638f;
  font-size: 27px;
  line-height: 1.3em;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.info-details .date {
  font-size: 16px;
  margin: 10px 0;
}
.info-details article {
  font-size: 18px;
  margin: 20px 0 0;
  line-height: 1.5em;
}
.info-details article p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .info-details {
    padding: 20px;
  }
  .info-details h2 {
    font-size: 22px;
  }
  .info-details article {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .info-details h2 {
    font-size: 20px;
  }
  .info-details article {
    font-size: 15px;
  }
}

/*===================== Product =====================*/
#product {
  background-color: #eee;
  text-align: center;
}

.cbp-l-caption-title {
  height: 22px;
  overflow: hidden;
}
.cbp-l-caption-desc {
  line-height: 1.3em;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}

.cbp-l-inline-title {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif !important;
}

.cbp-l-inline-desc {
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 1.5em;
}
.cbp-l-inline-desc p {
  padding-bottom: 10px;
}
.cbp-l-inline-desc li {
  line-height: 1.8em;
  margin-bottom: 7px;
}
.cbp-l-inline-desc li:before {
  content: '●';
  padding: 0 5px;
}
.cbp-l-inline-desc img {
  margin: 0 5px;
}

@media (max-width: 768px) {
  .cbp-l-caption-body {
    margin-top: 10px;
  }

  .cbp-l-inline-title {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .cbp-l-inline {
    padding: 30px 20px;
  }

  .cbp-l-caption-body {
    margin-top: 8px;
  }

  .cbp-l-inline-title {
    font-size: 18px;
  }
}
/*===================== Avertisement =====================*/
#showcase {
  overflow: hidden;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #b6cdd9;
  color: #fff;
  font-size: 26px;
  line-height: 1.4em;
  text-align: center;
}
#showcase .inner-box {
  width: 100%;
  max-width: 1280px;
  padding: 0 1%;
}
@media (max-width: 1024px) {
  #showcase {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  #showcase {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  #showcase {
    font-size: 15px;
  }
}

/*===================== Contact =====================*/
#contact {
  overflow: hidden;
  background: url("../images/background/contact.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
#contact form {
  padding: 70px 0;
}
#contact li {
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 4% 15px;
}
#contact li.col-1 {
  width: 92%;
}
#contact li.col-2 {
  width: 42%;
}
#contact li input, #contact li textarea {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
  color: #544e6a;
  text-shadow: 0 0 2px #fff;
}
#contact li input:-moz-placeholder, #contact li textarea:-moz-placeholder {
  color: #544e6a;
  text-shadow: none;
}
#contact li input::-moz-placeholder, #contact li textarea::-moz-placeholder {
  color: #544e6a;
  text-shadow: none;
}
#contact li input:-ms-input-placeholder, #contact li textarea:-ms-input-placeholder {
  color: #544e6a;
  text-shadow: none;
}
#contact li input::-webkit-input-placeholder, #contact li textarea::-webkit-input-placeholder {
  color: #544e6a;
  text-shadow: none;
}
#contact li textarea {
  resize: none;
}
@media (max-width: 600px) {
  #contact {
    background-position: 56% bottom;
  }
  #contact form {
    padding-top: 30px;
  }
  #contact li.col-2 {
    width: 92%;
  }
}

.code {
  display: inline-block;
  width: 35%;
  margin: 0 0 -5px 5%;
}

.verify {
  width: 60% !important;
}

/*===================== Footer =====================*/
footer {
  border-top: 15px solid #888;
  background-color: #b6ccd9;
  padding: 75px 0 0;
}
footer .container {
  *zoom: 1;
  text-align: center;
}
footer .container:before {
  content: "";
  display: table;
}
footer .container:after {
  content: "";
  display: table;
  clear: both;
}
footer .company-info {
  display: inline-block;
  font-size: 19px;
  text-align: center;
}
footer .company-info li {
  line-height: 1.8em;
  color: #57506d;
}
footer .company-info li * {
  display: inline-block;
}
footer .company-info img {
  max-width: 100%;
  vertical-align: middle;
}
footer .logo {
  width: 150px;
  margin-bottom: 30px;
}
footer .qrcode {
  background-color: #fff;
  padding: 40px 0;
  font-size: 18px;
  font-weight: bold;
  color: rgba(88, 80, 110, 0.8);
  text-align: center;
}
footer .qrcode ul {
  display: inline-block;
}
footer .qrcode li {
  display: inline-block;
  width: 120px;
  padding: 0 10px;
}
footer .qrcode img {
  display: inline-block;
  width: 92%;
  margin-bottom: 5px;
}
footer .social {
  display: block;
  margin: 35px 0;
  width: 100px;
}
footer .social img {
  max-width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
footer .copyright {
  background-color: #888;
  padding: 10px;
  color: #ccc;
  font-size: 16px;
  line-height: 1.3em;
  text-align: center;
}
footer span {
  display: inline-block;
  white-space: nowrap;
}
footer span + span {
  margin-left: 5px;
}
@media (max-width: 1024px) {
  footer .company-info {
    font-size: 18px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  footer .company-info {
    font-size: 16px;
    padding: 0 20px;
  }
  footer .copyright {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 425px) {
  footer .company-info {
    font-size: 14px;
  }
  footer .company-info li h2 {
    padding: 10px 0 0;
  }
  footer .qrcode {
    width: 100%;
  }
  footer .qrcode li {
    margin-bottom: 15px;
  }
  footer .social {
    width: 40%;
    margin: 50px auto 35px;
  }
  footer .copyright {
    font-size: 12px;
  }
}

#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/top.png) no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#scrollUp:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
