@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  line-height: 1.5;
  font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  html *,
  body * {
    outline: none; }

.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(0, 160, 233, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

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

.animate {
  -webkit-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

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

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

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

.clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

p {
  margin-bottom: 5px; }

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

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

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  color: inherit; }
  a:active, a:hover {
    outline: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

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

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*泛用表格*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1200px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

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

.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: 15px;
  padding-right: 15px; }

.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%; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%; }
  .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%; }

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

.bg_img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.editor {
  word-break: break-all;
  /* 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; } }

body {
  overflow-x: hidden; }

header {
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
  position: fixed;
  z-index: 9999;
  width: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  header .header-container {
    max-width: 1200px;
    margin: 0 auto; }
  header.scroll {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    header.scroll #logo {
      padding: 5px;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      header.scroll #logo img {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        max-width: 200px; }

/* collaspe btn */
.collapse-button {
  display: none; }

#logo {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 250px; }
  #logo img {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

/* main nav start */
#main-nav {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 260px);
  padding-left: 30px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative; }
  #main-nav ul {
    padding: 0;
    width: 100%;
    text-align: right; }
    #main-nav ul .mainShow {
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      vertical-align: middle;
      text-align: center;
      padding: 5px 25px 5px;
      transition: 0.3s ease; }
      #main-nav ul .mainShow a {
        text-align: center;
        color: #333;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: block;
        font-size: 18px;
        padding: 5px 0px;
        position: relative; }
        #main-nav ul .mainShow a:before {
          content: '';
          position: absolute;
          width: 0;
          height: 3px;
          bottom: 0;
          background: #00a0e9;
          left: 0;
          display: block;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
        #main-nav ul .mainShow a:after {
          content: '';
          position: absolute;
          width: 40px;
          height: 40px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          top: -15px;
          opacity: 0;
          background: url(../_img/layout/logo-s.png) center center no-repeat;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
      #main-nav ul .mainShow:hover, #main-nav ul .mainShow.active {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        #main-nav ul .mainShow:hover > a, #main-nav ul .mainShow.active > a {
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
          #main-nav ul .mainShow:hover > a:before, #main-nav ul .mainShow.active > a:before {
            width: 100%;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease; }
          #main-nav ul .mainShow:hover > a:after, #main-nav ul .mainShow.active > a:after {
            top: -5px;
            opacity: .2;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease; }
      #main-nav ul .mainShow:hover .subNav {
        max-height: 1000px;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
      #main-nav ul .mainShow.text-box {
        position: relative; }
        #main-nav ul .mainShow.text-box:hover p {
          max-height: 500px;
          padding: 10px 15px;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          opacity: 1; }
        #main-nav ul .mainShow.text-box p {
          position: absolute;
          background: #111;
          width: 340px;
          line-height: 1.3em;
          color: #ccc;
          text-align: left;
          z-index: 9;
          max-height: 0;
          overflow: hidden;
          opacity: 0;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
      #main-nav ul .mainShow .subNav {
        position: absolute;
        left: 5%;
        width: 90%;
        text-align: center;
        background: rgba(255, 255, 255, 0.8);
        max-height: 0;
        overflow: hidden;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #main-nav ul .mainShow .subNav li {
          border-bottom: 1px #f8f8f8 dotted;
          width: 25%; }
          #main-nav ul .mainShow .subNav li a {
            display: block;
            padding: 7px;
            font-size: 15px;
            color: #333; }
            #main-nav ul .mainShow .subNav li a:hover {
              color: #00a0e9; }

.qr {
  position: fixed;
  right: 18px;
  bottom: 145px; }

#gotop {
  color: #fff;
  background: #00a0e9;
  opacity: .8;
  position: fixed;
  right: 30px;
  bottom: 80px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 998;
  text-align: center;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  #gotop:hover {
    opacity: 1; }
  #gotop.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

footer {
  background: #222;
  color: #fff;
  text-align: center;
  font-size: 14px; }
  footer h4 {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin: 8px 0 10px; }
  footer a:hover {
    color: #ccc; }
  footer .f-info {
    padding: 20px 0; }
  footer .copyright {
    background: #333;
    padding: 10px; }
    footer .copyright span {
      padding: 0; }
  footer span {
    display: inline-block;
    padding: 5px 10px; }
    footer span img {
      vertical-align: top;
      padding: 0 10px; }

.main {
  padding: 60px 0; }

.button {
  clear: both;
  margin: 20px 0 10px;
  text-align: center; }
  .button span {
    display: inline-block; }
  .button a {
    display: inline-block;
    border: 1px #00a0e9 solid;
    color: #00a0e9;
    padding: 8px 15px 6px;
    border-radius: 12px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer; }
    .button a:hover {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      -webkit-transform: translateY(-5px) rotate(0);
      -ms-transform: translateY(-5px) rotate(0);
      transform: translateY(-5px) rotate(0);
      background: #00a0e9;
      color: #fff; }

.box-title {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.5em;
  color: #333;
  font-weight: bold;
  position: relative; }
  .box-title:after {
    position: absolute;
    content: '';
    height: 5px;
    width: 60px;
    background: #00a0e9;
    left: 0;
    bottom: 32px;
    display: block; }
  .box-title span {
    display: block;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.3em; }
  .box-title.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.box-title2 {
  font-size: 32px;
  margin-bottom: 50px;
  line-height: 1.5em;
  color: #333;
  font-weight: bold;
  position: relative; }
  .box-title2:after {
    position: absolute;
    content: '';
    height: 5px;
    width: 60px;
    background: #00a0e9;
    left: 0;
    bottom: -10px;
    display: block; }
  .box-title2.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

#page-banner {
  position: relative;
  z-index: 0; }
  #page-banner .page_title {
    text-align: center;
    height: 400px;
    position: relative; }
    #page-banner .page_title h2 {
      color: #fff;
      font-weight: bold;
      font-size: 32px;
      text-shadow: 0 0 8px #333;
      position: absolute;
      width: 100%;
      top: 50%; }

.breadcrumb-container {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f4f4f4; }
  .breadcrumb-container .breadcrumb {
    font-size: 14px;
    padding-left: 0;
    padding: 8px 0;
    text-transform: uppercase;
    color: #666; }
    .breadcrumb-container .breadcrumb i, .breadcrumb-container .breadcrumb svg {
      padding-right: 5px; }
    .breadcrumb-container .breadcrumb > li {
      display: inline-block; }
      .breadcrumb-container .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/"; }
    .breadcrumb-container .breadcrumb a {
      color: #333; }
      .breadcrumb-container .breadcrumb a:hover {
        color: #00a0e9; }

.pagination-container {
  padding: 20px 0; }
  .pagination-container .pagination {
    display: inline-block;
    vertical-align: middle;
    padding-left: 0; }
    .pagination-container .pagination li {
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle; }
      .pagination-container .pagination li.active a, .pagination-container .pagination li:hover a {
        background-color: #00a0e9;
        border-color: #00a0e9;
        color: #fff; }
    .pagination-container .pagination a, .pagination-container .pagination span {
      line-height: 30px;
      border-radius: 50%;
      color: #00a0e9;
      margin-left: 4px;
      border: 1px #00a0e9 solid;
      width: 30px;
      height: 30px;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease;
      -webkit-transition: all 0.45s ease;
      text-align: center;
      display: block; }
    .pagination-container .pagination i {
      line-height: 28px; }

.bg-line {
  background: url(../images/page/bg-line.jpg) top center;
  background-size: cover; }

/*間距樣式*/
.pl-10 {
  padding-left: 10px; }

.pr-10 {
  padding-right: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.p-10 {
  padding: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.m-10 {
  margin: 10px; }

.m-top {
  padding-top: 100px; }

#index #banner .slick-slider {
  margin-bottom: 0; }

#index #banner .slick-dots {
  bottom: 4%;
  text-align: center; }
  #index #banner .slick-dots li {
    margin: 5px;
    width: 10px;
    height: 10px; }
    #index #banner .slick-dots li button {
      width: 10px;
      height: 10px; }
      #index #banner .slick-dots li button:before {
        content: '';
        width: 10px;
        height: 10px;
        background: #fff;
        display: inline-block;
        border-radius: 50%;
        border: 2px #fff solid;
        opacity: 1; }
  #index #banner .slick-dots .slick-active button {
    width: 10px;
    height: 10px; }
    #index #banner .slick-dots .slick-active button:before {
      content: '';
      background: #00a0e9;
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 2px #00a0e9 solid;
      opacity: 1; }

.idx-about {
  background: url(../images/index/about-bg.png) center center no-repeat;
  background-size: cover; }
  .idx-about .idx-about-bg {
    background: rgba(255, 255, 255, 0.6);
    padding: 30px;
    border-radius: 20px; }
  .idx-about p {
    font-size: 17px; }

.idx-contact {
  background: url(../images/index/idx-contact.jpg) center center no-repeat; }
  .idx-contact .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .idx-contact .left {
    width: 50%;
    max-width: 600px;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 15px; }
  .idx-contact .right {
    width: 50%; }
  .idx-contact .contact-form {
    width: 100%;
    background: rgba(255, 255, 255, 0.6); }

#about .idx-about {
  padding: 60px 0 70px;
  margin: 0;
  background: #fff; }
  #about .idx-about h3 {
    color: #00a0e9; }
  #about .idx-about p {
    color: #333; }

#about .idx-what {
  background: #FFF9EE; }

.product-list .product-item {
  display: inline-block;
  width: calc(100% / 4 - 24px);
  margin: 15px 10px;
  vertical-align: top;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 12px; }
  .product-list .product-item:hover {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 50%; }
    .product-list .product-item:hover .product-title {
      z-index: 99;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 1; }
    .product-list .product-item:hover .images-box:before {
      opacity: 1; }
  .product-list .product-item .product-title {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 10%;
    z-index: -2;
    opacity: 0;
    padding: 20px;
    text-align: center;
    display: block;
    width: 100%; }
    .product-list .product-item .product-title h4 {
      color: #fff;
      font-size: 18px;
      line-height: 1.2em; }
      .product-list .product-item .product-title h4:after {
        position: absolute;
        content: '';
        height: 10px;
        width: 100%;
        bottom: 5px;
        left: 0px;
        z-index: -1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .product-list .product-item .product-title h4:after {
        position: absolute;
        content: '';
        height: 3px;
        width: 60px;
        background: #00a0e9;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .product-list .product-item .images-box {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .product-list .product-item .images-box img {
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .product-list .product-item .images-box:before {
      position: absolute;
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      content: '';
      height: 100%;
      width: 100%;
      background: -webkit-linear-gradient(135deg, rgba(0, 160, 233, 0.7) 0%, rgba(51, 51, 51, 0.7) 100%);
      background: -o-linear-gradient(135deg, rgba(0, 160, 233, 0.7) 0%, rgba(51, 51, 51, 0.7) 100%);
      background: linear-gradient(-45deg, rgba(0, 160, 233, 0.7) 0%, rgba(51, 51, 51, 0.7) 100%);
      bottom: 0px;
      left: 0;
      z-index: 9;
      opacity: 0; }

.side-menu {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 10px 0; }
  .side-menu h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0 20px;
    position: relative; }
  .side-menu .submenu-title {
    display: none; }
  .side-menu .submenu {
    position: relative;
    max-height: 490px;
    overflow-x: hidden; }
    .side-menu .submenu > li {
      position: relative;
      margin: 5px 0;
      list-style: none;
      background: #00a0e9; }
      .side-menu .submenu > li a {
        display: block;
        padding: 10px;
        font-size: 16px;
        color: #fff; }
      .side-menu .submenu > li .menu_body li {
        -webkit-transition: ease 0.5s;
        -o-transition: ease 0.5s;
        transition: ease 0.5s; }
        .side-menu .submenu > li .menu_body li > a {
          display: block;
          padding: 10px;
          color: #00a0e9; }
          .side-menu .submenu > li .menu_body li > a i {
            padding-right: 5px; }
        .side-menu .submenu > li .menu_body li:hover > a, .side-menu .submenu > li .menu_body li.active > a {
          color: #333; }
  .side-menu .css_arrow_down {
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s; }
    .side-menu .css_arrow_down.active {
      -webkit-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      transition: ease 0.3s;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      .side-menu .css_arrow_down.active + .menu_body {
        display: block;
        max-height: 99999px; }
    .side-menu .css_arrow_down:before {
      font-size: 25px; }
  .side-menu .menu_body {
    display: none;
    overflow: hidden;
    padding: 0;
    max-height: 0;
    width: 100%; }
    .side-menu .menu_body li {
      background: #fff;
      border-bottom: 1px #ccc solid; }

.pro-in-box .left {
  width: calc(40% - 4px);
  display: inline-block;
  vertical-align: top; }
  .pro-in-box .left .slider-for {
    border: 1px #ddd solid; }

.pro-in-box .right {
  width: calc(60% - 4px);
  display: inline-block;
  vertical-align: top;
  padding-left: 15px; }

.pro-in-box .box-title2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 35px; }

.pro-in-box .slick-slider {
  margin-bottom: 10px; }

.pro-in-box .slick-slide {
  padding: 0 5px; }

.editor-title {
  border-bottom: 1px #00a0e9 solid; }
  .editor-title li {
    margin: 20px 0 0;
    display: inline-block; }
    .editor-title li button {
      font-size: 16px;
      color: #00a0e9;
      padding: 10px 20px;
      background: #fff;
      border: 0;
      border: 1px #00a0e9 solid;
      border-bottom: 0; }
      .editor-title li button.active {
        background: #00a0e9;
        color: #fff; }

.right-box {
  width: calc(100% - 320px);
  vertical-align: top;
  display: inline-block; }
  .right-box .news-box .list {
    width: calc(100% / 2 - 24px); }

.news-box .list {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3 - 24px);
  margin: 0 10px 20px;
  padding: 5px; }
  .news-box .list h4 {
    font-size: 16px;
    margin: 5px 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .news-box .list .pic {
    border-radius: 12px;
    -webkit-box-shadow: 0 0 12px #ccc;
    box-shadow: 0 0 12px #ccc;
    margin-bottom: 10px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .news-box .list .tag-box span {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px; }
    .news-box .list .tag-box span.tag {
      color: #00a0e9; }
  .news-box .list:hover h4 {
    color: #00a0e9;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .news-box .list:hover .pic {
    -webkit-box-shadow: 0 0 12px #00a0e9;
    box-shadow: 0 0 12px #00a0e9;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.news-in-box {
  margin-bottom: 30px; }
  .news-in-box h4 {
    font-size: 22px;
    border-bottom: 1px #00a0e9 solid;
    margin-bottom: 10px;
    padding-bottom: 5px; }
  .news-in-box .tag-box span {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 10px;
    font-size: 14px;
    color: #00a0e9; }

.contact-form {
  margin-top: 20px;
  width: calc(49% - 4px);
  vertical-align: top;
  display: inline-block;
  border: 1px #00a0e9 solid;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 0 12px rgba(0, 160, 233, 0.3);
  box-shadow: 0 0 12px rgba(0, 160, 233, 0.3); }
  .contact-form input {
    border: 0;
    display: block;
    border-bottom: 1px #00a0e9 solid;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    background: none;
    height: 40px;
    font-size: 15px;
    font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }
    .contact-form input:hover, .contact-form input:focus {
      border-color: #00a0e9; }
  .contact-form textarea {
    width: 100%;
    background: none;
    margin-top: 20px;
    border: 1px #00a0e9 solid;
    padding: 10px;
    font-size: 15px;
    font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif; }

.info {
  width: calc(51% - 4px);
  vertical-align: top;
  display: inline-block;
  padding-left: 30px;
  margin-top: 20px; }
  .info h3 {
    margin: 15px 0 5px;
    font-size: 22px;
    font-weight: bold; }

/*----------------max-width:1680------------------*/
/* 1680 END */
/*----------------max-width:1440------------------*/
/* 1440 END */
/*----------------max-width:1200------------------*/
/*1200*/
/*----------------max-width:1024------------------*/
@media screen and (max-width: 1024px) {
  header {
    min-height: 78px;
    position: relative; }
    header #logo {
      padding: 5px; }
      header #logo img {
        max-width: 200px; }
    header.scroll {
      position: fixed; }
      header.scroll #logo img {
        max-width: 200px; }
  #logo {
    display: inline-block;
    vertical-align: middle;
    padding: 15px; }
  .header-container {
    height: 0px; }
  .collapse-button {
    display: block;
    position: absolute;
    right: 15px;
    top: 38px;
    width: 40px;
    background-color: #00a0e9;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    color: #FFF;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 10px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 0.875em;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .collapse-button:hover, .collapse-button:focus {
      color: #FFF; }
    .collapse-button .icon-bar {
      background-color: #fff;
      border-radius: 1px 1px 1px 1px;
      display: block;
      height: 2px;
      width: 20px;
      margin: 3px auto;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .collapse-button.spread-out .icon-bar {
      width: 24px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .collapse-button.spread-out .icon-bar:first-child {
        -webkit-transform: translateY(2px) rotate(45deg);
        -ms-transform: translateY(2px) rotate(45deg);
        transform: translateY(2px) rotate(45deg); }
      .collapse-button.spread-out .icon-bar:nth-child(2) {
        display: none; }
      .collapse-button.spread-out .icon-bar:last-child {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        -ms-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg); }
    .collapse-button.spread-out :after {
      margin-top: 6px; }
  /* main-nav */
  #main-nav {
    position: relative;
    z-index: 999999;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 2px #00a0e9 solid;
    max-height: 0;
    overflow: hidden;
    top: -1000px;
    -webkit-transition: 1.5s cubic-bezier(0.925, -0.365, 0.2, 1.455);
    -o-transition: 1.5s cubic-bezier(0.925, -0.365, 0.2, 1.455);
    transition: 1.5s cubic-bezier(0.925, -0.365, 0.2, 1.455);
    padding: 0; }
    #main-nav ul {
      margin: 0;
      display: initial; }
      #main-nav ul .mainShow {
        display: block;
        width: 100% !important;
        padding: .5em 0;
        margin: 0;
        border-bottom: 1px dotted #00a0e9; }
        #main-nav ul .mainShow a {
          padding: 5px 10px;
          color: #00a0e9;
          font-weight: bold;
          border: 0;
          line-height: 1em;
          margin: 0; }
          #main-nav ul .mainShow a:before {
            display: none; }
        #main-nav ul .mainShow:hover a, #main-nav ul .mainShow.active a {
          background: none; }
        #main-nav ul .mainShow .subNav {
          display: none; }
    #main-nav.active {
      max-height: 3000px;
      top: 0px;
      -webkit-transition: all 0.8s cubic-bezier(0.925, -0.365, 0.2, 1.455);
      -o-transition: all 0.8s cubic-bezier(0.925, -0.365, 0.2, 1.455);
      transition: all 0.8s cubic-bezier(0.925, -0.365, 0.2, 1.455); }
  .product-list .product-item .product-title h4 {
    font-size: 18px; } }

/* 1024 END */
/*----------------max-width:992-------------------*/
@media screen and (max-width: 992px) {
  .right-box {
    width: 100%; }
  .side-menu {
    width: 100%;
    margin-right: 0px; }
  .product-list .product-item {
    width: calc(100% / 3 - 24px); }
  .side-menu {
    max-width: 100%;
    margin-bottom: 30px;
    display: block; }
    .side-menu .submenu {
      max-height: 0;
      overflow: hidden; }
      .side-menu .submenu > li {
        margin: 0;
        border-bottom: 1px #ddd dashed; }
        .side-menu .submenu > li > a {
          font-size: 15px; }
    .side-menu .submenu-title {
      display: block;
      padding: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      background: #00a0e9;
      border-bottom: 2px #ddd solid;
      cursor: pointer;
      position: relative; }
      .side-menu .submenu-title::before {
        position: absolute;
        content: "\f067";
        font-family: 'Font Awesome 5 Pro';
        right: 13px;
        top: 10px; }
      .side-menu .submenu-title.active + .submenu {
        max-height: 99999px; }
      .side-menu .submenu-title.active::before {
        content: "\f068"; } }

/* 992 END */
/*----------------max-width:768-------------------*/
@media screen and (max-width: 768px) {
  .qr {
    display: none; }
  .product-list .product-item {
    width: calc(100% / 2 - 24px); }
  .news-box .list {
    width: calc(100% / 2 - 24px); }
  .idx-about .idx-about-bg {
    padding: 15px; }
  .pro-in-box {
    width: 100%; }
    .pro-in-box .left, .pro-in-box .right {
      width: 100%;
      display: block;
      padding: 0px; }
    .pro-in-box .left {
      margin-bottom: 30px; }
    .pro-in-box .box-title2 {
      font-size: 20px; }
  #page-banner .page_title {
    height: 250px; }
    #page-banner .page_title h2 {
      font-size: 30px;
      top: 40%; }
  .contact-form,
  .info {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px; }
  .info {
    padding: 0; }
  .idx-contact .left, .idx-contact .right {
    width: 100%; }
    .idx-contact .left iframe, .idx-contact .right iframe {
      height: 300px; }
  .idx-contact .left {
    padding: 60px 15px 40px;
    margin: 0 auto; } }

/* 768 END */
/*----------------max-width:575-------------------*/
@media screen and (max-width: 575px) {
  footer h4 {
    font-size: 20px; }
  footer .f-info span {
    display: block; } }

/* 575 END */
/*----------------max-width:480-------------------*/
@media screen and (max-width: 480px) {
  .product-list .product-item {
    width: 100%;
    margin: 15px 0; }
  .news-box .list {
    width: 100%;
    margin: 10px 0; }
  .right-box .news-box .list {
    width: 100%;
    margin: 10px 0; } }

/* 480 END */
/*----------------max-width:320-------------------*/
/*320 END */
