@charset "UTF-8";
/*--- social media color---*/
/*-----mixin-----*/
/*-----extend-----*/
.template, header .header-main #main-nav .menu, header .header-contact .contact-list, header #lang .current-lang, header #mobile-lang .current-lang, .contact-list .contact-item, footer .footer-main .footer-certificate ul, .wrap-with-side, #index #index-product ul li, #index #index-product ul li .inner, #index #index-product ul li .icon, #about .nav-list, #about .history-list li, #about .history-list li .year, #about .quality-target ul, #about .quality-target ul li, #about .technique-wrap .tech-process-list, #about .tech-content-wrap, #news .nav-list, .news-item, #product .product-list, #product .product-top, #product .product-slider .slick .product-item .mask, #download .download-list, #contact .contact-wrap, #contact .contact-row, #contact .contact-cell {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

.page-body .has-bg, #about .history-list li.highlight .year span, #news .banner-body .has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.sub-title.is-center:after, .page-banner > .container, #banner > .container, #about .nav-list > li:after, #news .nav-list > li:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

#about .history-list li.has-pic .pic-display, #about .process-list .process-content .pic-display {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#about .technique-wrap .tech-process-list li:not(.bridge):before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*-------------------------------------------------*/
/*                      Global                     */
/*-------------------------------------------------*/
html, body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #0f0f0f;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: '微軟正黑體','Microsoft JhengHei' ,'Roboto', 'Playfair Display', sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(158, 222, 67, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #9EDE43;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none;
  color: inherit;
  outline: none; }
  a:active, a:hover {
    outline: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1200px;
  max-width: 100%;
  padding: 0 15px; }

.wrap {
  position: relative;
  padding: 20px 0; }

.row {
  position: relative;
  padding: 10px 0; }

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

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.cf:after, .row:after, dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.editor {
  word-break: break-word;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
  .editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
  .editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
  .editor dir, .editor hr, .editor menu, .editor pre {
    display: block; }
  .editor li {
    display: list-item; }
  .editor head {
    display: none; }
  .editor table {
    display: table; }
  .editor tr {
    display: table-row; }
  .editor thead {
    display: table-header-group; }
  .editor tbody {
    display: table-row-group; }
  .editor tfoot {
    display: table-footer-group; }
  .editor col {
    display: table-column; }
  .editor colgroup {
    display: table-column-group; }
  .editor td, .editor th {
    display: table-cell; }
  .editor caption {
    display: table-caption; }
  .editor th {
    font-weight: bolder;
    text-align: center; }
  .editor caption {
    text-align: center; }
  .editor body {
    margin: 8px; }
  .editor h1 {
    font-size: 2em;
    margin: .67em 0; }
  .editor h2 {
    font-size: 1.5em;
    margin: .75em 0; }
  .editor h3 {
    font-size: 1.17em;
    margin: .83em 0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 1.12em 0; }
  .editor h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  .editor h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  .editor i, .editor cite, .editor em, .editor var, .editor address {
    font-style: italic; }
  .editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
    font-family: monospace; }
  .editor pre {
    white-space: pre; }
  .editor button, .editor textarea, .editor input, .editor select {
    display: inline-block; }
  .editor big {
    font-size: 1.17em; }
  .editor small, .editor sub, .editor sup {
    font-size: .83em; }
  .editor sub {
    vertical-align: sub; }
  .editor sup {
    vertical-align: super; }
  .editor table {
    border-spacing: 2px; }
  .editor thead, .editor tbody, .editor tfoot {
    vertical-align: middle; }
  .editor td, .editor th {
    vertical-align: inherit; }
  .editor s, .editor strike, .editor del {
    text-decoration: line-through; }
  .editor hr {
    border: 1px inset; }
  .editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
    margin-left: 40px; }
  .editor ol {
    list-style-type: decimal; }
  .editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .editor u, .editor ins {
    text-decoration: underline; }
  .editor br:before {
    content: "\A"; }
  .editor :before, .editor :after {
    white-space: pre-line; }
  .editor center {
    text-align: center; }
  .editor :link, .editor :visited {
    text-decoration: underline; }
  .editor :focus {
    outline: thin dotted invert; }
  .editor BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  .editor BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }
  .editor *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed; }
  .editor *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
  @media print {
    .editor h1 {
      page-break-before: always; }
    .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
      page-break-after: avoid; }
    .editor ul, .editor ol, .editor dl {
      page-break-before: avoid; } }

.template {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  .template main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

/*-------------------------------------------------*/
/*                Responsive images                */
/*-------------------------------------------------*/
.bg-img {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 0; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.map, .video {
  position: relative;
  width: 100%;
  height: 0; }
  .map iframe, .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*-------------------------------------------------*/
/*                     Table                       */
/*-------------------------------------------------*/
table {
  width: 100%; }
  table th, table td {
    padding: 5px 2px; }
  table .textarea-row th {
    vertical-align: top; }

.form-cell {
  width: 100%;
  height: 2.8em;
  border: 1px solid #CECECE;
  padding: 5px 8px;
  margin: 2px 0;
  line-height: 2.8em;
  outline: 0;
  background-color: #fff;
  font-family: "微軟正黑體"; }
  .form-cell + span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }

.form-cell-gray {
  width: 100%;
  height: 2.8em;
  border: 1px solid transparent;
  padding: 5px 8px;
  margin: 2px 0;
  line-height: 2.8em;
  outline: 0;
  background-color: #EEEEEE;
  font-family: "微軟正黑體"; }

.form-cell-s {
  width: 70px;
  display: inline-block;
  vertical-align: middle; }
  .form-cell-s + span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }

.form-cell-m {
  width: 150px;
  display: inline-block;
  vertical-align: middle; }

textarea {
  width: 100%;
  height: 2.8em;
  border: 1px solid #CECECE;
  padding: 5px 8px;
  margin: 2px 0;
  line-height: 2.8em;
  outline: 0;
  background-color: #fff;
  font-family: "微軟正黑體";
  height: auto;
  line-height: 1.6;
  outline: 0;
  padding: 8px; }
  textarea.textarea-gray {
    background-color: #eee;
    border: transparent; }

input {
  -webkit-appearance: none;
  outline: 0; }

.form-cell-name {
  width: calc(100% - 130px - 10px); }
  .form-cell-name + div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }

.form-cell-captcha {
  width: calc(100% - 80px - 10px);
  vertical-align: middle; }
  .form-cell-captcha + img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px; }

.radio-group {
  position: relative; }
  .radio-group label {
    margin-left: 1rem; }

.form-cell-name {
  width: calc(100% - 130px - 10px); }
  .form-cell-name + div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }

.birthday-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 8px; }

.address-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8px; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"]:checked + label:before {
    content: "\f046";
    margin-right: 1px; }
  input[type="checkbox"] + label {
    cursor: pointer; }
    input[type="checkbox"] + label:before {
      content: "\f096";
      font-family: 'FontAwesome';
      margin-right: 3px; }

.checkbox-cell {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px .65rem 5px 0;
  overflow: hidden;
  z-index: 3; }
  .checkbox-cell input[type="checkbox"] {
    display: none; }
    .checkbox-cell input[type="checkbox"]:checked + label:before {
      opacity: 1; }
    .checkbox-cell input[type="checkbox"] + label {
      cursor: pointer;
      margin-left: 18px; }
      .checkbox-cell input[type="checkbox"] + label:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 15px;
        height: 15px;
        top: 5px;
        left: 0;
        border: 1px solid #9EDE43; }
      .checkbox-cell input[type="checkbox"] + label:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 5px;
        height: 9px;
        top: 6px;
        left: 5px;
        border-right: 1px solid #00A6AE;
        border-bottom: 1px solid #00A6AE;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0; }
  .checkbox-cell input.filter-check {
    display: none; }
    .checkbox-cell input.filter-check:checked + label {
      position: relative;
      color: #000; }
      .checkbox-cell input.filter-check:checked + label:after {
        left: 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
    .checkbox-cell input.filter-check + label {
      position: relative;
      cursor: pointer;
      margin-left: 0;
      padding: 0 3px;
      color: #999;
      z-index: 3; }
      .checkbox-cell input.filter-check + label:before {
        display: none; }
      .checkbox-cell input.filter-check + label:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 6px;
        background-color: rgba(158, 222, 67, 0.7);
        top: auto;
        bottom: 0;
        left: -100%;
        z-index: -1;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
    .checkbox-cell input.filter-check:hover + label {
      color: #000; }

input[type="radio"] {
  display: none; }
  input[type="radio"]:checked + label:before {
    content: "\f05d";
    color: #9EDE43; }
  input[type="radio"] + label {
    cursor: pointer; }
    input[type="radio"] + label:before {
      content: "\f1db";
      font-family: 'FontAwesome';
      margin-right: 4px; }

.radio-cell {
  position: relative;
  display: inline-block;
  margin: 5px .65rem 5px 0; }
  .radio-cell input[type="radio"] {
    display: none; }
    .radio-cell input[type="radio"]:checked + label:before {
      opacity: 1; }
    .radio-cell input[type="radio"] + label {
      cursor: pointer;
      margin-left: 18px; }
      .radio-cell input[type="radio"] + label:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        top: 5px;
        left: 0;
        border: 1px solid #666; }
      .radio-cell input[type="radio"] + label:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 7px;
        height: 7px;
        top: 9px;
        left: 4px;
        border-radius: 100%;
        background-color: #9EDE43;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0; }
    .radio-cell input[type="radio"][data-parents] + label:after {
      border: 1px solid #9EDE43; }
    .radio-cell input[type="radio"][data-parents] + label:before {
      background-color: #00A6AE; }

select {
  outline: 0;
  font-family: '微軟正黑體'; }

.upload-file-container {
  position: relative; }

input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  right: 70px;
  top: 2px;
  visibility: hidden; }
  input[type="file"] + label {
    position: absolute;
    display: block;
    width: 100px;
    top: 2px;
    right: 0;
    padding: 6px 12px;
    background-color: #999;
    color: #fff;
    cursor: pointer;
    text-align: center; }

dl {
  padding: 5px 0; }
  dl dt, dl dd {
    display: inline-block;
    vertical-align: middle; }

/*-------------------------------------------------*/
/*                      Buttons                    */
/*-------------------------------------------------*/
button {
  outline: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: '微軟正黑體';
  font-size: 1rem; }

.btn-row {
  padding: 30px 0;
  text-align: center; }

.btn {
  position: relative;
  display: inline-block;
  padding: 15px;
  margin: 1px;
  text-align: center;
  width: 100%;
  max-width: 285px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease; }
  .btn.btn-solid {
    background-color: #9EDE43;
    color: #fff;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease; }
    .btn.btn-solid:hover {
      background-color: #7fbb28;
      -webkit-transition: all .1s ease;
      -o-transition: all .1s ease;
      transition: all .1s ease; }
  .btn.btn-border {
    border: 1px solid #9EDE43;
    overflow: hidden;
    color: #9EDE43; }
    .btn.btn-border:before {
      content: '';
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #9EDE43;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      z-index: -1; }
    .btn.btn-border:hover {
      color: #fff; }
      .btn.btn-border:hover:before {
        width: 100%;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
  .btn i, .btn span {
    display: inline-block;
    vertical-align: middle; }

/*-------------------------------------------------*/
/*                    Typography                   */
/*-------------------------------------------------*/
.txt-center {
  text-align: center; }

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

.section-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 36px; }

blockquote {
  font-weight: bold;
  font-size: 22px; }

sub {
  vertical-align: super;
  font-size: 10px; }

.sub-title {
  position: relative;
  margin: 20px 0 40px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 30px;
  color: #00A6AE; }
  .sub-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #9EDE43;
    bottom: 0;
    left: 0; }
  .sub-title.is-center {
    text-align: center; }

/*----- header -----*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#c6e2f8), to(#cee3f6));
  background: -webkit-linear-gradient(left, #c6e2f8 0%, #cee3f6 100%);
  background: -o-linear-gradient(left, #c6e2f8 0%, #cee3f6 100%);
  background: linear-gradient(to right, #c6e2f8 0%, #cee3f6 100%);
  z-index: 5000; }
  header.scroll {
    background: rgba(198, 226, 248, 0.9); }
    header.scroll:hover {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  header .header-main #logo {
    float: left;
    width: 150px;
    margin: 5px 0 10px; }
  header .header-main #main-nav {
    float: left;
    width: calc(100% - 150px - 70px);
    margin-top: 0px;
    margin-left: 70px; }
    header .header-main #main-nav .menu {
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    header .header-main #main-nav li {
      text-align: center;
      -webkit-transition: all .1s ease;
      -o-transition: all .1s ease;
      transition: all .1s ease;
      font-size: 18px;
      color: #000;
      padding: 22px; }
      header .header-main #main-nav li:hover, header .header-main #main-nav li.active {
        color: #000;
        font-weight: bold;
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease; }
  header .header-contact {
    display: none;
    padding: 8px 0;
    color: #fff;
    background-color: #3A3A3A; }
    header .header-contact .contact-list {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      header .header-contact .contact-list .contact-item {
        margin-left: 5vw; }
        header .header-contact .contact-list .contact-item .content {
          color: #fff; }
  header #lang, header #mobile-lang {
    position: absolute;
    left: calc( 100% - (( 100% - 1200px ) / 2 ) + 3vw);
    top: 22px;
    z-index: 100; }
    header #lang .current-lang, header #mobile-lang .current-lang {
      background: #9EDE43;
      color: #fff;
      padding: 2px 5px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      header #lang .current-lang i, header #mobile-lang .current-lang i {
        color: #9EDE43;
        margin-left: 5px; }
    header #lang .lang-select, header #mobile-lang .lang-select {
      position: absolute;
      width: calc(100% + 10px);
      min-width: 55px;
      top: calc(100% - 3px);
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      visibility: hidden;
      background-color: #fff;
      -webkit-transition: all .2s ease-in;
      -o-transition: all .2s ease-in;
      transition: all .2s ease-in; }
      header #lang .lang-select.active, header #mobile-lang .lang-select.active {
        top: calc(100% + 5px);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out; }
      header #lang .lang-select a, header #mobile-lang .lang-select a {
        display: block;
        padding: 2px 5px; }
      header #lang .lang-select li:hover, header #mobile-lang .lang-select li:hover {
        background-color: #9EDE43;
        color: #fff; }
  header #mobile-lang {
    left: auto;
    right: 70px;
    display: none;
    color: #777; }

.contact-list .contact-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .contact-list .contact-item .icon {
    margin-right: 10px; }
  .contact-list .contact-item .leader {
    font-size: 12px;
    color: #999; }

/*----- footer -----*/
footer {
  position: relative;
  z-index: 3; }
  footer .footer-nav {
    padding: 30px 0;
    background-color: #000;
    color: #999999; }
    footer .footer-nav ul {
      float: left;
      width: calc(100% / 6);
      padding-right: 20px; }
      footer .footer-nav ul li.title {
        color: #fff;
        margin-bottom: 15px; }
      footer .footer-nav ul:last-child {
        display: none; }
  footer .footer-main {
    padding: 20px 0 15px;
    background-color: #fff; }
    footer .footer-main .footer-contact {
      float: left;
      width: 71%;
      margin-right: 2%; }
      footer .footer-main .footer-contact .company-name {
        font-weight: 600;
        margin-bottom: 8px; }
        footer .footer-main .footer-contact .company-name .en {
          font-family: 'Roboto';
          letter-spacing: 0.1em; }
    footer .footer-main .footer-certificate {
      float: left;
      width: 27%; }
      footer .footer-main .footer-certificate ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        footer .footer-main .footer-certificate ul li {
          width: calc(33.3% - 10px);
          margin-left: 10px;
          margin-top: 10px; }
  footer .copyright {
    margin-top: 15px;
    font-size: 13px;
    color: #999999; }

#goTop {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 500; }
  #goTop i {
    line-height: 40px; }

/*--- pagination ---*/
#pagination {
  margin: 3rem 0; }
  #pagination .page-list {
    text-align: center; }
    #pagination .page-list > li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
    #pagination .page-list .page-item {
      display: inline-block;
      width: 16px;
      color: #000; }
      #pagination .page-list .page-item:hover, #pagination .page-list .page-item.active {
        color: #fff; }
        #pagination .page-list .page-item:hover > a, #pagination .page-list .page-item.active > a {
          background-color: #000; }
      #pagination .page-list .page-item > a {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-color: transparent;
        border-radius: 50%;
        cursor: pointer;
        text-align: center; }
    #pagination .page-list .page-arrow {
      color: #9EDE43; }

/*--- breadcrumbs ---*/
#breadcrumbs {
  color: #999; }
  #breadcrumbs .bread-item {
    display: inline-block;
    margin: 0 5px; }
    #breadcrumbs .bread-item:hover, #breadcrumbs .bread-item.active {
      color: #000; }

/*--- page ---*/
main {
  padding-top: 71px; }

section {
  padding: 60px 0; }

.page-banner {
  position: relative;
  overflow: hidden; }
  .page-banner > .container {
    position: absolute;
    bottom: 0; }
  .page-banner .banner-title {
    font-size: 36px;
    text-align: right;
    color: #fff;
    margin-bottom: 20px; }
  .page-banner .banner-mask {
    display: none;
    position: absolute;
    width: 25%;
    max-width: 500px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(158, 222, 67, 0.75); }
    .page-banner .banner-mask:after {
      content: "";
      display: block;
      position: absolute;
      left: -120px;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent transparent rgba(158, 222, 67, 0.75) transparent;
      border-width: 0 0 300px 120px; }
  .page-banner .bg-img {
    height: 300px; }

.side {
  width: 250px; }
  .side .side-wrap {
    border: 1px solid #ddd; }
  .side h6 {
    padding: 5px 10px;
    background-color: #5D9A04;
    color: #fff; }
  .side .product-catagory li > a {
    display: block;
    padding: 10px; }
  .side .product-catagory li .catagory-title {
    border-bottom: 1px dashed #ddd; }
    .side .product-catagory li .catagory-title:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      width: 0;
      height: 0;
      margin-top: -2px;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: #9EDE43 transparent transparent transparent; }
  .side .product-catagory li i {
    color: #9EDE43; }
  .side .product-catagory li:last-of-type .catagory-list {
    border-bottom: 0; }
  .side .product-catagory .catagory-list {
    border-bottom: 1px dashed #ddd; }
    .side .product-catagory .catagory-list a {
      padding-left: 2rem; }
      .side .product-catagory .catagory-list a:hover, .side .product-catagory .catagory-list a.active {
        text-decoration: underline;
        color: #9EDE43; }
  .side .instruction-catagory li > a {
    display: block;
    padding: 10px; }
  .side .instruction-catagory li .catagory-title {
    border-bottom: 1px dashed #ddd; }
    .side .instruction-catagory li .catagory-title:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      width: 0;
      height: 0;
      margin-top: -2px;
      border-style: solid;
      border-width: 6px 5px 0 5px;
      border-color: #9EDE43 transparent transparent transparent; }
  .side .instruction-catagory li i {
    color: #9EDE43; }
  .side .instruction-catagory li:last-of-type .catagory-title {
    border-bottom: 0; }
  .side .instruction-catagory li:hover, .side .instruction-catagory li.active {
    text-decoration: underline;
    color: #9EDE43; }

.main {
  width: calc(100% - 250px);
  padding-left: 30px; }

nav {
  position: relative; }
  nav > ul > li.mainShow {
    display: inline-block;
    position: relative;
    list-style: none;
    vertical-align: text-top; }
    nav > ul > li.mainShow > a {
      display: block; }

.mainShow:hover > .subNav {
  display: block; }

.subNav {
  display: none;
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 200;
  word-break: break-word; }
  .subNav li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px !important;
    background: rgba(198, 226, 248, 0.8);
    min-width: 150px;
    cursor: pointer;
    white-space: nowrap;
    list-style: none;
    display: block; }
    .subNav li a {
      display: inline-block;
      white-space: nowrap;
      line-height: normal;
      vertical-align: middle;
      text-align: center;
      font-size: 15px;
      font-weight: normal !important;
      white-space: normal; }
    .subNav li ul.subNav {
      top: 0px;
      left: 150px; }
    .subNav li:hover {
      background: rgba(198, 226, 248, 0.95); }
      .subNav li:hover > a {
        color: #000;
        font-weight: bold; }
      .subNav li:hover > .subNav {
        display: block; }

/*----- Index -----*/
#banner {
  position: relative; }
  #banner > .container {
    position: absolute;
    bottom: 0; }
  #banner .banner-swiper > .swiper-pagination-bullets {
    width: auto;
    left: auto;
    right: 17vw; }
  #banner .banner-swiper .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1; }
    #banner .banner-swiper .swiper-pagination-bullet:hover, #banner .banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #9EDE43; }
  #banner .bg-img {
    padding-top: 42.1875%; }
  #banner .banner-word {
    position: absolute;
    bottom: 100px;
    left: 0%;
    text-align: center;
    width: 50%;
    max-width: 810px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 30px;
    z-index: 5;
    bottom: 30px; }
    #banner .banner-word .slogan {
      font-size: 26px;
      font-family: 'Roboto';
      font-weight: 300;
      color: #9EDE43;
      line-height: 1.3; }
    #banner .banner-word .banner-title {
      font-size: 40px;
      font-weight: bold;
      margin-bottom: 5px;
      line-height: 1.2; }
      #banner .banner-word .banner-title.slogan {
        font-size: 26px; }
    #banner .banner-word .text {
      line-height: 1.8; }

#index #index-news .news-item .news-text {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  margin-right: 5vw; }

#index #index-news .news-item .news-photo {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }

#index #index-product {
  background-image: url(../_img/index/photo-02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% 0;
  color: #fff; }
  #index #index-product ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); }
    #index #index-product ul li {
      position: relative;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
      #index #index-product ul li:before, #index #index-product ul li:after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        height: 1px;
        background-color: #9EDE43;
        -webkit-transition: all .35s ease-in;
        -o-transition: all .35s ease-in;
        transition: all .35s ease-in; }
      #index #index-product ul li:before {
        top: 0;
        left: 0; }
      #index #index-product ul li:after {
        bottom: 0;
        right: 0; }
      #index #index-product ul li .border {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block; }
        #index #index-product ul li .border:before, #index #index-product ul li .border:after {
          content: "";
          position: absolute;
          display: block;
          width: 1px;
          height: 0;
          background-color: #9EDE43;
          -webkit-transition: all .35s ease-in;
          -o-transition: all .35s ease-in;
          transition: all .35s ease-in; }
        #index #index-product ul li .border:before {
          left: 0;
          top: 0; }
        #index #index-product ul li .border:after {
          right: 0;
          bottom: 0; }
      #index #index-product ul li:first-child .icon-img {
        background-image: url(../_img/index/icon-11.png);
        width: 117px;
        height: 56px; }
      #index #index-product ul li:first-child:hover .icon-img {
        background-image: url(../_img/index/icon-11-g.png); }
      #index #index-product ul li:nth-child(2) .icon-img {
        background-image: url(../_img/index/icon-12.png);
        width: 100px;
        height: 98px; }
      #index #index-product ul li:nth-child(2):hover .icon-img {
        background-image: url(../_img/index/icon-12-g.png); }
      #index #index-product ul li:nth-child(3) .icon-img {
        background-image: url(../_img/index/icon-13.png);
        width: 94px;
        height: 93px; }
      #index #index-product ul li:nth-child(3):hover .icon-img {
        background-image: url(../_img/index/icon-13-g.png); }
      #index #index-product ul li:last-child .icon-img {
        background-image: url(../_img/index/icon-14.png);
        width: 78px;
        height: 78px; }
      #index #index-product ul li:last-child:hover .icon-img {
        background-image: url(../_img/index/icon-14-g.png); }
      #index #index-product ul li:hover:before, #index #index-product ul li:hover:after {
        width: 100%;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
      #index #index-product ul li:hover .border:before, #index #index-product ul li:hover .border:after {
        height: 100%;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
      #index #index-product ul li:hover .icon-default {
        opacity: 0;
        -webkit-transition: all .13s ease;
        -o-transition: all .13s ease;
        transition: all .13s ease; }
      #index #index-product ul li:hover .icon-hover {
        opacity: 1;
        -webkit-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease; }
      #index #index-product ul li a {
        position: relative;
        display: block;
        padding: 3vw 0;
        width: 100%; }
      #index #index-product ul li .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      #index #index-product ul li .icon {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 115px; }
      #index #index-product ul li .icon-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      #index #index-product ul li .name {
        font-size: 30px;
        margin-top: 5px; }

/*----- about -----*/
#about {
  /*------------------------------*/
  /*  	 	  公司簡介   	  	*/
  /*------------------------------*/
  /*------------------------------*/
  /*  	 	  歷史沿革   	  	*/
  /*------------------------------*/
  /*------------------------------*/
  /*  	 	  生產流程   	  	*/
  /*------------------------------*/
  /*------------------------------*/
  /*  	 	  品質系統   	  	*/
  /*  	 	  技術研發   	  	*/
  /*------------------------------*/
  /*------------------------------*/
  /*  	 	  保固說明   	  	*/
  /*------------------------------*/
  /*------------------------------*/
  /*  	 	  技術研發   	  	*/
  /*------------------------------*/ }
  #about h6 {
    display: none;
    padding: 3px;
    background-color: #fff;
    text-align: center;
    cursor: pointer; }
  #about .nav-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 30px; }
    #about .nav-list > li {
      position: relative;
      border-radius: 2px;
      background-color: #666;
      margin: 0 10px; }
      #about .nav-list > li:hover, #about .nav-list > li.active {
        background-color: #9EDE43;
        -webkit-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out; }
        #about .nav-list > li:hover:after, #about .nav-list > li.active:after {
          bottom: -7px;
          opacity: 1;
          visibility: visible;
          -webkit-transition: all .15s ease-out;
          -o-transition: all .15s ease-out;
          transition: all .15s ease-out; }
      #about .nav-list > li:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        border-style: solid;
        border-width: 7px 6px 0 6px;
        border-color: #9EDE43 transparent transparent transparent;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out;
        z-index: -1; }
      #about .nav-list > li a {
        display: block;
        padding: 5px 10px; }
  #about .company-intro {
    margin-top: 50px;
    line-height: 1.9; }
    #about .company-intro .intro-mid {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  #about .history-list {
    position: relative;
    margin-top: 80px;
    margin-bottom: 5vw; }
    #about .history-list:before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: 100%;
      border-left: 1.5px dashed #9EDE43;
      top: 20px;
      left: 50%;
      margin-left: -1px;
      z-index: -1; }
    #about .history-list li {
      color: #666;
      margin-bottom: 20px; }
      #about .history-list li .year, #about .history-list li .content {
        width: calc(50% - 30px); }
      #about .history-list li .year {
        margin-right: 30px;
        font-size: 30px;
        font-family: 'Roboto';
        font-style: italic;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        #about .history-list li .year span {
          display: inline-block;
          margin-left: 20px; }
      #about .history-list li .content {
        margin-top: 10px;
        margin-left: 30px; }
        #about .history-list li .content .mobile-pic-display {
          display: none; }
      #about .history-list li .dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-top: 18px;
        border-radius: 100%;
        background-color: #666; }
      #about .history-list li:nth-of-type(even) .year {
        color: #00A6AE; }
      #about .history-list li:nth-of-type(even) .dot {
        background-color: #00A6AE; }
      #about .history-list li.highlight .year span {
        display: inline-block;
        width: 199px;
        height: 50px;
        background-image: url(../_img/about/icon-002-1.png);
        color: #fff;
        text-align: center;
        line-height: 51px;
        margin-top: -3px;
        margin-right: -20px; }
      #about .history-list li.highlight .dot {
        background-color: #9EDE43; }
      #about .history-list li.highlight .content {
        color: #9EDE43; }
      #about .history-list li.has-pic .year {
        position: relative; }
      #about .history-list li.has-pic .pic-display {
        position: absolute;
        width: calc(100% - 65px - 100px - 30px - 5px);
        margin-right: 10px;
        left: 0;
        display: none; }
      #about .history-list li.has-pic .history-pic {
        width: 100px;
        cursor: pointer; }
  #about .process-list {
    position: relative;
    max-width: 1000px;
    margin: auto; }
    #about .process-list:before {
      content: "";
      display: block;
      position: absolute;
      width: 1px;
      height: calc(100% - (30px + 10px + 15px));
      border-left: 1.5px dashed #9e9e9e;
      top: calc(30px + 10px + 5px);
      left: 0px;
      margin-left: -1px;
      z-index: -1; }
    #about .process-list li {
      margin-bottom: 40px; }
    #about .process-list .process-title {
      position: relative;
      font-size: 30px;
      color: #00A6AE; }
      #about .process-list .process-title span {
        position: relative;
        display: inline-block;
        padding-left: 1.3em;
        border-bottom: 1px solid #9EDE43; }
        #about .process-list .process-title span:before {
          content: "";
          display: inline-block;
          position: absolute;
          width: 10px;
          height: 10px;
          bottom: -5px;
          left: -5px;
          border-radius: 100%;
          background-color: #9EDE43; }
    #about .process-list .process-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-top: 10px;
      margin-left: 115px;
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0);
      position: relative; }
      #about .process-list .process-content img {
        margin-top: 10px; }
      #about .process-list .process-content .pic-display {
        position: absolute;
        width: calc(100% - 65px - 100px - 30px - 5px);
        margin-right: 10px;
        right: -220px;
        display: none; }
      #about .process-list .process-content .history-pic {
        width: 400px;
        cursor: pointer; }
      #about .process-list .process-content .mobile-pic-display {
        display: none; }
  #about .quality-wrap, #about .technique-wrap {
    padding: 30px 0; }
  #about .quality-content, #about .technique-content {
    margin-top: 30px;
    text-align: center;
    font-size: 30px;
    color: #00656A; }
    #about .quality-content p, #about .technique-content p {
      margin-bottom: 10px; }
  #about .quality-target {
    background-color: rgba(0, 0, 0, 0.2); }
    #about .quality-target ul {
      margin: 50px 0 20px; }
      #about .quality-target ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; }
        #about .quality-target ul li:nth-child(2) {
          margin: 0 20px; }
        #about .quality-target ul li .icon {
          margin-bottom: 30px; }
        #about .quality-target ul li .title {
          color: #00656A;
          margin-top: auto;
          font-size: 25px; }
  #about .promise-wrap {
    padding: 30px 0; }
  #about .technique-wrap .tech-process-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 100px 0 30px; }
    #about .technique-wrap .tech-process-list li {
      text-align: center; }
      #about .technique-wrap .tech-process-list li:not(.bridge) {
        position: relative;
        -webkit-box-flex: 7;
        -ms-flex: 7;
        flex: 7; }
        #about .technique-wrap .tech-process-list li:not(.bridge):before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 0;
          padding-top: 100%;
          border-radius: 100%;
          border: 1px solid #9EDE43;
          z-index: -1; }
      #about .technique-wrap .tech-process-list li.bridge {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        padding: 0 10px; }
        #about .technique-wrap .tech-process-list li.bridge span {
          display: inline-block;
          width: 100%;
          height: 1px;
          background-color: #9EDE43; }
      #about .technique-wrap .tech-process-list li .number {
        font-size: 50px;
        color: #9EDE43;
        line-height: 1; }
      #about .technique-wrap .tech-process-list li .label {
        font-size: 40px;
        color: #00A6AE; }
  #about .tech-content-wrap {
    margin-bottom: 60px; }
    #about .tech-content-wrap .tech-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 40px; }
    #about .tech-content-wrap .sub-title {
      margin-bottom: 20px; }
    #about .tech-content-wrap:last-child span {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }

.img-3th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .img-3th span {
    width: calc(100% / 3);
    padding: 5px; }
  .img-3th p {
    font-size: 1.1em;
    font-weight: bold;
    width: 50%;
    margin-bottom: 5px; }
    .img-3th p i {
      color: #9EDE43;
      margin-right: 5px; }

.privacy-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.privacy-box p {
  margin-bottom: 10px; }

/*----- news -----*/
#news {
  /*------------------------------*/
  /*  	 	  消息內容   	  	*/
  /*------------------------------*/ }
  #news h6 {
    display: none;
    padding: 3px;
    background-color: #fff;
    text-align: center;
    cursor: pointer; }
  #news .nav-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 30px; }
    #news .nav-list > li {
      position: relative;
      border-radius: 2px;
      background-color: #666;
      margin: 0 10px; }
      #news .nav-list > li:hover, #news .nav-list > li.active {
        background-color: #9EDE43;
        -webkit-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out; }
        #news .nav-list > li:hover:after, #news .nav-list > li.active:after {
          bottom: -7px;
          opacity: 1;
          visibility: visible;
          -webkit-transition: all .15s ease-out;
          -o-transition: all .15s ease-out;
          transition: all .15s ease-out; }
      #news .nav-list > li:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        border-style: solid;
        border-width: 7px 6px 0 6px;
        border-color: #9EDE43 transparent transparent transparent;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .15s ease-out;
        -o-transition: all .15s ease-out;
        transition: all .15s ease-out;
        z-index: -1; }
      #news .nav-list > li a {
        display: block;
        padding: 5px 10px; }
  #news .news-item {
    padding: 30px 100px;
    border-bottom: 1px solid #ccc; }
    #news .news-item .news-text {
      margin-left: 20px; }
  #news .news-detail-title, #news .news-detail-content {
    border-bottom: 1px solid #ccc; }
  #news .news-detail-title {
    padding: 10px 100px; }
    #news .news-detail-title .news-date {
      color: #999; }
    #news .news-detail-title .news-title {
      font-size: 22px; }
  #news .news-detail-content {
    padding: 20px 100px 50px;
    padding-bottom: 50px; }

.news-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0; }
  .news-item .bg-img {
    padding-top: 57.89%; }
    .news-item .bg-img:hover {
      opacity: .8; }
  .news-item .news-text {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4; }
    .news-item .news-text .news-date {
      color: #999; }
    .news-item .news-text .news-title {
      font-size: 22px;
      margin: 5px 0; }
    .news-item .news-text .news-description {
      color: #999;
      display: block;
      display: -webkit-box;
      font-size: 16px;
      line-height: 1.8;
      height: calc($font-size * $line-height * $line-number);
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .news-item .news-text .news-more {
      color: #9EDE43;
      text-decoration: underline; }
  .news-item .news-photo {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }

/*----- product -----*/
#product section {
  position: relative;
  overflow: hidden; }

#product .deco-bg {
  position: absolute;
  background-image: url(../_img/product/background-003-1.png);
  width: 28vw;
  height: 51vw;
  background-size: cover;
  z-index: 0;
  background-repeat: no-repeat; }
  #product .deco-bg:nth-of-type(odd) {
    top: -1.5%;
    right: -4%; }
  #product .deco-bg:nth-of-type(even) {
    left: -5%;
    bottom: -1%; }

#product .product-intro {
  margin-bottom: 30px; }
  #product .product-intro .sub-title {
    margin: 20px 0 10px; }
    #product .product-intro .sub-title:after {
      display: none; }
  #product .product-intro article {
    max-width: 780px;
    margin: auto;
    color: #666;
    line-height: 2; }

#product .product-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #product .product-list li {
    width: 33.3%;
    padding: 10px;
    margin-bottom: 30px; }
    #product .product-list li .product-pic {
      border: 1px solid #ddd;
      overflow: hidden;
      -webkit-transition: all .1s;
      -o-transition: all .1s;
      transition: all .1s; }
      #product .product-list li .product-pic:hover {
        border-color: #9EDE43; }
        #product .product-list li .product-pic:hover .pic {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
    #product .product-list li .pic {
      padding-top: 100%;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease;
      background-color: #fff; }
    #product .product-list li .product-name {
      margin-top: 5px;
      text-align: center;
      -webkit-transition: all .1s;
      -o-transition: all .1s;
      transition: all .1s; }
      #product .product-list li .product-name:hover {
        color: #9EDE43;
        -webkit-transition: all .1s;
        -o-transition: all .1s;
        transition: all .1s; }

#product .product-top {
  padding: 30px 0; }
  #product .product-top .product-main-pic {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    #product .product-top .product-main-pic .pic {
      padding-top: 100%; }
  #product .product-top .product-info {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    margin-left: 15px; }
    #product .product-top .product-info .product-name {
      font-size: 20px;
      color: #9EDE43;
      line-height: 1;
      margin-top: 5px; }

#product .product-slider-wrap {
  padding: 30px 0; }
  #product .product-slider-wrap.pro-box {
    width: calc(100% / 2 - 10px);
    display: inline-block; }
    #product .product-slider-wrap.pro-box .product-slider {
      padding: 0 10px !important;
      margin-bottom: 10px; }
    #product .product-slider-wrap.pro-box .title-pro {
      margin-left: 0px !important; }
  #product .product-slider-wrap h3 {
    color: #9EDE43;
    margin-bottom: 10px; }
  #product .product-slider-wrap .slider-title {
    margin: 20px 0 20px;
    text-align: center; }
    #product .product-slider-wrap .slider-title .slider-name {
      font-size: 30px;
      margin-top: 5px; }
  #product .product-slider-wrap .title-pro {
    color: #9EDE43;
    font-size: 20px;
    text-align: center; }

#product .product-slider {
  padding: 0 30px; }
  #product .product-slider .slick {
    position: relative;
    padding: 5px;
    width: calc(100% / 3 - 10px);
    display: inline-block; }
    #product .product-slider .slick .product-item {
      position: relative;
      border: 1px solid #ddd;
      overflow: hidden; }
      #product .product-slider .slick .product-item .mask {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        z-index: 3; }
      #product .product-slider .slick .product-item:hover .mask {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
  #product .product-slider .pic {
    padding-top: 100%;
    background-color: #fff; }
  #product .product-slider .slick-next:before, #product .product-slider .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9EDE43;
    font-size: 36px;
    display: none; }
  #product .product-slider .slick-prev {
    left: 0px; }
    #product .product-slider .slick-prev:before {
      content: "\f053"; }
  #product .product-slider .slick-next {
    right: 0px; }
    #product .product-slider .slick-next:before {
      content: "\f054"; }

/*----- download -----*/
#download .download-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px; }

#download .download-item {
  width: calc(100% / 4 - 10px);
  margin-right: 10px;
  margin-bottom: 30px;
  text-align: center; }
  #download .download-item .bg-img {
    position: relative;
    padding-top: 125%; }
    #download .download-item .bg-img .icon-download {
      position: absolute;
      width: 0;
      height: 0;
      right: 0;
      bottom: 0;
      border-style: solid;
      border-width: 40px;
      border-color: transparent #9EDE43 #9EDE43 transparent;
      color: #fff;
      z-index: 3; }
      #download .download-item .bg-img .icon-download:before {
        content: "\f56d";
        position: absolute;
        right: -23px;
        bottom: -33px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
        color: #fff; }
    #download .download-item .bg-img:hover {
      opacity: 0.8; }
  #download .download-item .file-title {
    margin-top: 10px; }
  #download .download-item .file-size {
    color: #999; }

/*----- instructrion -----*/
#instruction .instruction-detail-title {
  margin-top: 20px;
  padding: 10px 40px;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  color: #000; }

#instruction .instruction-detail-content {
  margin-bottom: 20px;
  padding: 20px 40px 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc; }

/*----- contact -----*/
#contact section {
  padding-bottom: 0; }

#contact .contact-wrap {
  margin-top: 30px; }

#contact .contact-form {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4; }

#contact .contact-info {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2; }
  #contact .contact-info .contact-item {
    margin-bottom: 40px; }

#contact .contact-row {
  margin-bottom: 15px; }

#contact .contact-cell {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #contact .contact-cell .label {
    width: 5.5em;
    color: #666; }
  #contact .contact-cell .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 30px; }
  #contact .contact-cell .required {
    color: #9EDE43; }
  #contact .contact-cell .radio-group div {
    display: inline-block; }
  #contact .contact-cell.is-full {
    width: 100%; }
  #contact .contact-cell.is-long {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3; }
  #contact .contact-cell.is-short {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }

#contact .map {
  margin-top: 50px;
  height: 450px; }

@media only screen and (max-width: 1440px) {
  header .header-main #main-nav .menu {
    padding-right: 100px; }
  header #lang {
    left: auto;
    top: 24px;
    right: 10px; }
  main {
    padding-top: 71px; } }

@media only screen and (max-width: 1024px) {
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    position: absolute;
    top: 21px;
    right: 25px;
    cursor: pointer;
    z-index: 99999; }
    #burger span {
      background-color: #000;
      display: block;
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:nth-child(2) {
        top: 9px;
        -webkit-transition-property: all, -webkit-transform;
        transition-property: all, -webkit-transform;
        -o-transition-property: all, transform;
        transition-property: all, transform;
        transition-property: all, transform, -webkit-transform; }
      #burger span:last-child {
        top: 18px;
        -webkit-transition-property: all, -webkit-transform;
        transition-property: all, -webkit-transform;
        -o-transition-property: all, transform;
        transition-property: all, transform;
        transition-property: all, transform, -webkit-transform;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
    #burger.active {
      position: fixed; }
      #burger.active span {
        background-color: #eee;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px;
        left: 0px; }
        #burger.active span:nth-child(2), #burger.active span:last-child {
          -webkit-transition-property: top,-webkit-transform;
          transition-property: top,-webkit-transform;
          -o-transition-property: top,transform;
          transition-property: top,transform;
          transition-property: top,transform,-webkit-transform;
          -webkit-transition-property: all, -webkit-transform;
          transition-property: all, -webkit-transform;
          -o-transition-property: all, transform;
          transition-property: all, transform;
          transition-property: all, transform, -webkit-transform; }
        #burger.active span:nth-child(2) {
          left: -100%;
          opacity: 0;
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          -webkit-transition-delay: 0.2s, 0s;
          -o-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s; }
        #burger.active span:last-child {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  header .header-main #logo {
    width: 120px; }
  header .header-main #main-nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    float: none;
    margin: 0;
    background-color: rgba(2, 135, 230, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    z-index: -1; }
    header .header-main #main-nav.active {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .8s ease;
      -o-transition: all .8s ease;
      transition: all .8s ease;
      z-index: 5020; }
      header .header-main #main-nav.active .menu {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s; }
    header .header-main #main-nav .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: inherit;
      -ms-flex-align: inherit;
      align-items: inherit;
      padding-right: 0;
      opacity: 0;
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
      -webkit-transition: all .8s;
      -o-transition: all .8s;
      transition: all .8s; }
    header .header-main #main-nav li {
      color: #fff;
      font-size: 20px;
      padding: 5px; }
      header .header-main #main-nav li a {
        display: block;
        padding: 2vh 0; }
  header #lang, header .header-contact {
    display: none; }
  header #mobile-lang {
    display: block;
    top: 19px; }
  header .mainShow:hover > .subNav {
    display: none; }
  main {
    padding-top: 60px; }
  #banner .banner-swiper > .swiper-pagination-bullets {
    right: 25px; }
  #banner .banner-word .slogan {
    font-size: 24px; }
  #banner .banner-word .banner-title {
    font-size: 38px; }
  .page-banner .banner-mask:after {
    left: -80px;
    border-width: 0 0 300px 80px; }
  #about {
    /*------------------------------*/
    /*  	 	  技術研發   	  	*/
    /*------------------------------*/ }
    #about .technique-wrap .tech-process-list li .number {
      font-size: 36px; }
    #about .technique-wrap .tech-process-list li .label {
      font-size: 24px; } }

@media only screen and (max-width: 768px) {
  .page-banner .banner-mask:after {
    border-width: 0 0 200px 80px; }
  .page-banner .banner-title {
    font-size: 26px;
    margin-bottom: 10px; }
  .section-title {
    font-size: 24px; }
  #banner > .container {
    position: static;
    bottom: auto;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0; }
  #banner .banner-word {
    position: static;
    width: 100%;
    background-color: #333; }
    #banner .banner-word .slogan {
      font-size: 18px; }
    #banner .banner-word .banner-title {
      font-size: 28px; }
  footer .footer-nav {
    padding: 15px 0 0; }
    footer .footer-nav .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    footer .footer-nav ul {
      width: 50%;
      margin-bottom: 15px; }
      footer .footer-nav ul li.title {
        margin-bottom: 5px; }
        footer .footer-nav ul li.title.mobile-off {
          display: none; }
      footer .footer-nav ul:last-child {
        display: block; }
  footer .footer-main .footer-contact {
    float: none;
    width: 100%;
    margin-right: 0; }
  footer .footer-main .footer-certificate {
    margin-top: 15px;
    float: none;
    width: 100%; }
    footer .footer-main .footer-certificate ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .footer-main .footer-certificate ul li {
        width: auto;
        margin-top: 0; }
        footer .footer-main .footer-certificate ul li img {
          max-height: 50px; }
  #about {
    /*------------------------------*/
    /*  	 	  公司簡介   	  	*/
    /*------------------------------*/
    /*------------------------------*/
    /*  	 	  歷史沿革   	  	*/
    /*------------------------------*/ }
    #about .company-intro .intro-mid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #about .company-intro .intro-mid > div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%; }
    #about .history-list:before {
      left: calc(80px + 7px); }
    #about .history-list li .year {
      width: auto;
      padding-right: 15px;
      margin-right: 0; }
      #about .history-list li .year span {
        margin-left: 0; }
    #about .history-list li .content {
      width: auto;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 20px;
      margin-left: 0; }
      #about .history-list li .content .mobile-pic-display {
        display: block;
        margin-top: 10px; }
    #about .history-list li.highlight .year span {
      position: relative;
      width: auto;
      height: auto;
      margin: 0;
      background-image: none;
      color: #9EDE43; }
    #about .history-list li.has-pic .pic-display, #about .history-list li.has-pic .history-pic {
      display: none; }
  /*------------------------------*/
  /*  	 	  生產流程   	  	*/
  /*------------------------------*/
  #about .process-list .process-content .pic-display, #about .process-list .process-content .history-pic {
    display: none; }
  #about .process-list .process-content .mobile-pic-display {
    display: block;
    margin-top: 10px; }
  /*----- news -----*/
  #news .news-detail-title {
    padding: 10px 40px; }
  #news .news-detail-content {
    padding: 20px 40px 50px; }
  #insruction .insruction-detail-title {
    padding: 10px 20px; }
  #insruction .insruction-detail-content {
    padding: 20px 20px 50px; }
  #contact .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #contact .contact-form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #contact .contact-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 20px; }
    #contact .contact-info .contact-item {
      margin-bottom: 10px; }
  #contact .contact-cell .content {
    padding-right: 0; } }

@media only screen and (max-width: 640px) {
  .sub-title {
    font-size: 28px;
    padding-bottom: 5px; }
  section {
    padding: 35px 0; }
  #index #index-news .news-item .news-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0;
    margin-bottom: 10px; }
  #index #index-news .news-item .news-photo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #news h6 {
    display: block;
    position: relative;
    border: 1px solid #ddd; }
    #news h6:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-top: -3px;
      margin-left: 5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 3px 0 3px;
      border-color: #000 transparent transparent transparent; }
  #news .nav-list {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10; }
    #news .nav-list > li {
      margin: -1px 15px 0;
      border-radius: 0;
      background-color: #fff;
      color: #999;
      border: 1px solid #ddd; }
      #news .nav-list > li:after {
        display: none; }
      #news .nav-list > li:hover, #news .nav-list > li.active {
        color: #fff; }
  #news .news-item {
    padding: 30px 40px; }
    #news .news-item .news-text {
      margin: 0;
      margin-top: 10px; }
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .news-item .news-text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .news-item .news-photo {
      width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  #about {
    /*------------------------------*/
    /*  	 	  生產流程   	  	*/
    /*------------------------------*/
    /*------------------------------*/
    /*  	 	  技術研發   	  	*/
    /*------------------------------*/ }
    #about .section-title {
      position: relative;
      margin-bottom: 20px; }
    #about h6 {
      display: block;
      position: relative;
      border: 1px solid #ddd; }
      #about h6:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
        margin-left: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3px 0 3px;
        border-color: #000 transparent transparent transparent; }
    #about .nav-list {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      z-index: 10; }
      #about .nav-list > li {
        margin: -1px 15px 0;
        border-radius: 0;
        background-color: #fff;
        color: #999;
        border: 1px solid #ddd; }
        #about .nav-list > li:after {
          display: none; }
        #about .nav-list > li:hover, #about .nav-list > li.active {
          color: #fff; }
    #about .history-list {
      margin-top: 25px; }
    #about .process-list {
      margin-top: 30px;
      padding: 0 15px; }
      #about .process-list:before {
        left: 15px; }
      #about .process-list li {
        margin-bottom: 20px; }
      #about .process-list .process-title {
        font-size: 22px; }
      #about .process-list .process-content {
        padding-top: 5px;
        margin-left: 72px; }
    #about .quality-target ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #about .quality-target ul li:nth-child(2) {
        margin: 50px 0; }
      #about .quality-target ul li .title {
        color: #00656A;
        margin-top: auto;
        font-size: 18px; }
    #about .technique-wrap .tech-process-list li.bridge {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 5px; }
    #about .technique-wrap .tech-process-list li .number {
      font-size: 28px; }
    #about .technique-wrap .tech-process-list li .label {
      font-size: 18px; }
    #about .tech-content-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #about .tech-content-wrap .tech-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 240px;
        margin: 0 auto 40px; }
  .img-3th span {
    width: 100%;
    padding: 0 0 10px; }
  .img-3th p {
    width: 100%; }
  #product .wrap-with-side, #instruction .wrap-with-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #product .side, #instruction .side {
    position: relative;
    width: 100%; }
    #product .side h6, #instruction .side h6 {
      cursor: pointer;
      position: relative; }
      #product .side h6:before, #instruction .side h6:before {
        position: absolute;
        right: 10px;
        top: 6px;
        content: '\f107';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free'; }
    #product .side .product-catagory, #product .side .instruction-catagory, #instruction .side .product-catagory, #instruction .side .instruction-catagory {
      display: none;
      position: absolute;
      width: 100%;
      z-index: 10;
      background-color: #fff;
      border: 1px solid #ddd; }
      #product .side .product-catagory li .catagory-title:first-of-type, #product .side .instruction-catagory li .catagory-title:first-of-type, #instruction .side .product-catagory li .catagory-title:first-of-type, #instruction .side .instruction-catagory li .catagory-title:first-of-type {
        border-top: 0; }
  #product .main, #instruction .main {
    width: 100%;
    margin-top: 20px;
    padding-left: 0; }
  #product .product-slider-wrap .title-pro {
    font-size: 15px; }
  #product .product-slider-wrap .slick-slider {
    margin-bottom: 10px; }
  #product .product-slider {
    padding: 0px; }
  #download .download-item {
    width: calc(100% / 3 - 10px); }
  #contact .map {
    height: 300px; } }

@media only screen and (max-width: 480px) {
  .page-banner .banner-mask:after {
    border-width: 0 0 160px 80px; }
  #about {
    /*------------------------------*/
    /*  	 	  技術研發   	  	*/
    /*------------------------------*/ }
    #about .technique-wrap .tech-process-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #about .technique-wrap .tech-process-list li:not(.bridge) {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        max-width: 220px;
        margin: auto;
        padding: 10px;
        border: 1px solid #9EDE43;
        border-radius: 3px; }
        #about .technique-wrap .tech-process-list li:not(.bridge):before {
          display: none; }
      #about .technique-wrap .tech-process-list li.bridge {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 5px 0 0; }
        #about .technique-wrap .tech-process-list li.bridge span {
          width: 1px;
          height: 30px; }
      #about .technique-wrap .tech-process-list li .number {
        font-size: 28px; }
      #about .technique-wrap .tech-process-list li .label {
        font-size: 18px; }
  #news .news-item {
    padding: 20px 10px; }
  #news .news-detail-title {
    padding: 10px 10px; }
  #news .news-detail-content {
    padding: 20px 10px 30px; }
  #product .product-list li {
    width: 50%; }
  #product .product-slider-wrap {
    padding: 20px 0; }
    #product .product-slider-wrap .slider-title .slider-name {
      font-size: 22px; }
  #product .product-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #product .product-top .product-main-pic {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    #product .product-top .product-info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-top: 15px;
      margin-left: 0; }
  #product .title-pro {
    color: #9EDE43;
    margin-left: 20px;
    font-size: 15px;
    text-align: center; }
  #download .download-item {
    width: calc(100% / 2 - 10px); }
    #download .download-item .bg-img {
      position: relative;
      padding-top: 125%; }
      #download .download-item .bg-img .icon-download {
        border-width: 30px; }
        #download .download-item .bg-img .icon-download:before {
          right: -19px;
          bottom: -24px;
          font-size: 18px; }
  #instruction .instruction-detail-title {
    padding: 10px; }
  #instruction .instruction-detail-content {
    padding: 20px 10px 30px;
    padding-bottom: 30px; }
  #contact .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #contact .contact-cell.is-long {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 15px; }
  #contact .contact-cell.is-short {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
