@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow-x: hidden;
  font-size: 17px;
  color: #0f0f0f;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: '微軟正黑體','Microsoft JhengHei' , 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(27, 27, 27, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #1B1B1B;
  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; }

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

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

input[type="text"] {
  -webkit-appearance: none;
  outline: 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; }

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

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1190px;
  max-width: 100%;
  padding: 0 10px; }

section {
  position: relative;
  max-width: 100%; }

.row {
  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, .layout {
  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%; }

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

/*-----RWD地圖&Youtube影片-----*/
.map, .video {
  position: relative;
  width: 100%;
  height: 0; }
  .map iframe, .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

.bg-img {
  background-size: cover;
  display: block;
  width: 100%;
  height: 0; }

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

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

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

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

.align-m {
  display: inline-block;
  vertical-align: middle; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.vertical {
  -webkit-writing-mode: tb-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: tb-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; }

body, html {
  width: 100%;
  height: 100%;
  background-color: #1B1B1B; }

.mobile-logo {
  display: none; }

header {
  z-index: 99999;
  width: 100%;
  position: fixed;
  padding: 20px 0;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54000000', endColorstr='#00000000',GradientType=0 ); }
  header .wrap {
    text-align: center; }
  header .logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px; }
  header #menu {
    color: white;
    display: inline-block;
    vertical-align: middle; }
    header #menu li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 50px 0 25px;
      position: relative;
      font-size: 1rem;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      overflow: hidden;
      padding-left: 25px; }
      header #menu li:before {
        content: url(../_img/layout/diamond.png);
        position: absolute;
        left: -25px;
        top: 5px;
        bottom: 0;
        margin: auto;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      header #menu li:hover:before, header #menu li.active:before {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        left: 0px; }
  header #phone_icon {
    display: none; }

.right-box {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9999; }
  .right-box .icon-box {
    width: 60px;
    height: 60px;
    background: #ffffff;
    color: #1B1B1B;
    padding: 10px;
    font-size: 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #1B1B1B;
    border-bottom: 0px; }
    .right-box .icon-box p {
      font-size: 12px; }
    .right-box .icon-box:hover {
      background: #999999;
      color: #FFFFFF; }
    .right-box .icon-box:nth-last-child(1) {
      border-bottom: 1px solid #1B1B1B; }

footer {
  text-align: center;
  background-color: black;
  color: #FFFFFF;
  font-size: 0.8125rem;
  position: relative;
  padding-bottom: 20px; }
  footer .line {
    display: block;
    background-image: url(../_img/layout/footer_line.png);
    height: 8px; }
  footer p {
    margin: 20px 0 0 0;
    opacity: 0.45; }
  footer .morebt {
    display: none; }

.slick-slider {
  margin: 0; }

.title {
  text-align: center; }
  .title .ch {
    color: white;
    font-size: 1.875rem; }
  .title span {
    margin-top: 3px;
    margin-bottom: 5px;
    height: 2px;
    display: inline-block;
    width: 90px;
    background-color: #555555; }
  .title .en {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 1.125rem;
    color: #BABABA; }

.ten .icon {
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 1s all 0s ease;
  -o-transition: 1s all 0s ease;
  transition: 1s all 0s ease;
  display: inline-block;
  width: 20px;
  height: 20px; }
  .ten .icon span {
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: white;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto; }
  .ten .icon span.last {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.ten a:hover .icon {
  -webkit-transition: 1s all 0s ease;
  -o-transition: 1s all 0s ease;
  transition: 1s all 0s ease;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

#page {
  color: #B9B9B9;
  margin: 5% auto;
  clear: both; }
  #page a {
    margin: 0 10px; }
  #page ul {
    display: inline-block; }
    #page ul li {
      display: inline-block; }
      #page ul li a {
        margin: 0 5px;
        color: #B9B9B9;
        font-size: 0.875rem;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      #page ul li:hover a, #page ul li.active a {
        color: white;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 1rem;
        text-decoration: underline; }

.backbt {
  color: #B9B9B9;
  text-align: right; }
  .backbt i {
    font-size: 1.25rem; }
  .backbt span {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 1.125rem;
    margin-left: 5px; }

#index {
  overflow: hidden; }
  #index .single-item .pic {
    padding-top: 43.95%; }
  #index .next-slick-img, #index .prev-slick-img {
    overflow: hidden;
    width: 80px;
    position: relative;
    font-size: 0;
    height: 0;
    padding-top: 80px;
    display: block;
    border: 3px solid #AAAAAA;
    background-color: #1B1B1B; }
    #index .next-slick-img img, #index .prev-slick-img img {
      max-width: 100%;
      max-height: 100%;
      height: 100%;
      width: auto;
      border: 3px solid #AAAAAA; }
      #index .next-slick-img img:before, #index .prev-slick-img img:before {
        content: ' ';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle; }
  #index .slick-prev, #index .slick-next {
    background-size: cover;
    background-color: #1B1B1B;
    background-position: center;
    width: 80px;
    height: 80px;
    z-index: 10; }
    #index .slick-prev:before, #index .slick-next:before {
      content: url(../_img/layout/arrow.png);
      position: absolute;
      top: 15px; }
  #index .slick-prev {
    left: 100px; }
    #index .slick-prev:before {
      left: -50px; }
  #index .slick-next {
    right: 100px; }
    #index .slick-next:before {
      right: -50px;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
  #index footer p {
    margin: 60px 0 0 0; }
  #index footer .morebt {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: auto; }

#about .video {
  width: 100%;
  padding-top: 56.25%; }

#about .scroll {
  text-align: center;
  display: block;
  position: relative;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto; }

#about .title {
  padding-top: 2%; }

#about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4% 0 5% 0; }
  #about .container .abouttext p {
    color: white;
    font-size: 0.9375rem;
    line-height: 1.5rem; }

#product header {
  position: static; }

#product .title {
  padding: 4% 0 2% 0; }

#product .pdclass .pdtitle {
  background-image: url(../img/product/pd_class.png);
  color: #FFFFFF;
  font-size: 1.0625rem;
  text-align: center;
  padding: 10px 0; }
  #product .pdclass .pdtitle i {
    margin-left: 20px;
    display: none; }

#product .pdclass .pdclassitems {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0; }
  #product .pdclass .pdclassitems ul li {
    color: white;
    font-size: 1rem; }
    #product .pdclass .pdclassitems ul li > ul {
      margin-left: 20px; }
      #product .pdclass .pdclassitems ul li > ul li {
        font-size: 0.9375rem;
        color: #999999;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        #product .pdclass .pdclassitems ul li > ul li:before {
          content: '';
          height: 1px;
          width: 9px;
          background-color: #999999;
          display: inline-block;
          position: relative;
          bottom: 5px;
          margin-right: 5px; }
        #product .pdclass .pdclassitems ul li > ul li:hover, #product .pdclass .pdclassitems ul li > ul li.active {
          color: white;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
          #product .pdclass .pdclassitems ul li > ul li:hover:before, #product .pdclass .pdclassitems ul li > ul li.active:before {
            background-color: white; }

#product .pditems {
  padding-left: 5%; }
  #product .pditems .item {
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px; }
    #product .pditems .item .pic {
      padding-top: 100%; }
      #product .pditems .item .pic img {
        width: 100%; }
    #product .pditems .item .pdname {
      background-image: url(../img/product/pd_name.png);
      color: #B9B9B9;
      font-size: 1.0625rem;
      padding: 10px;
      text-align: center;
      height: auto; }
    #product .pditems .item:hover .mask {
      opacity: 0.9;
      left: 10px;
      right: 10px; }

#product .mask, #product .pddname {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-image: url(../img/product/pd_hover.png);
  position: absolute;
  color: white;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  left: -100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #product .mask a, #product .pddname a {
    display: block;
    width: 100%; }
  #product .mask .name, #product .pddname .name {
    font-size: 1.25rem;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    width: 83%;
    margin: 0 auto;
    padding: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 1.625rem;
    max-height: 150px;
    overflow: hidden; }
    #product .mask .name:hover, #product .pddname .name:hover {
      color: #B5B5B5;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  #product .mask .price, #product .pddname .price {
    font-family: 'Alegreya Sans SC', sans-serif;
    width: 83%;
    margin: 0 auto 10px auto;
    position: relative;
    top: -14px; }
    #product .mask .price:before, #product .mask .price:after, #product .pddname .price:before, #product .pddname .price:after {
      content: '';
      background-color: white;
      height: 1px;
      width: 25%;
      display: inline-block;
      top: 0;
      bottom: 0;
      margin: auto; }
    #product .mask .price:before, #product .pddname .price:before {
      position: absolute;
      left: 0; }
    #product .mask .price:after, #product .pddname .price:after {
      position: absolute;
      right: 0; }

#product .pddetail {
  padding-left: 5%;
  margin-bottom: 5%; }
  #product .pddetail .pic {
    padding-top: 100%; }
    #product .pddetail .pic img {
      width: 100%; }
  #product .pddetail .big {
    width: 64%; }
  #product .pddetail .pddname {
    opacity: 1;
    left: auto;
    position: static;
    float: right;
    width: calc(33.33333333% - 20px);
    margin-right: 10px;
    padding: 12% 0; }
    #product .pddetail .pddname .name:hover {
      color: white; }
  #product .pddetail .thumbs {
    float: right;
    margin-top: 10px; }
    #product .pddetail .thumbs .slick-list {
      padding: 0 !important; }
    #product .pddetail .thumbs .slick-track {
      width: 100% !important; }
    #product .pddetail .thumbs .wrap {
      cursor: pointer;
      width: 33.3333% !important;
      padding: 5px; }
  #product .pddetail .editor {
    color: white;
    width: 64%;
    padding: 20px 0;
    font-size: 0.9375rem; }
  #product .pddetail .backbt {
    clear: both; }

#contact header {
  position: static; }

#contact .title {
  padding: 4% 0 2% 0; }

#contact h2 {
  color: white;
  margin: 3% 0;
  text-align: center;
  font-size: 1.25rem; }

#contact .info {
  border: 1px solid #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
  width: 70%;
  padding: 20px 0; }
  #contact .info li {
    display: inline-block; }
    #contact .info li .item {
      color: #72B8FF;
      font-size: 1.125rem;
      font-family: 'Alegreya Sans SC', sans-serif; }
    #contact .info li .content {
      margin-top: -10px;
      color: white;
      font-size: 1rem; }

#contact .contact_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6% 0; }

#contact .contact-form {
  color: white;
  padding: 0 40px; }
  #contact .contact-form table {
    width: 100%; }
    #contact .contact-form table tr {
      width: 100%; }
    #contact .contact-form table td {
      width: 100%;
      padding-bottom: 20px; }
      #contact .contact-form table td p {
        text-align: left;
        color: #B8B8B8;
        font-family: 'Alegreya Sans SC',"微軟正黑體"; }
    #contact .contact-form table .form-cell, #contact .contact-form table .ta-cell {
      font-family: 'Alegreya Sans SC',"微軟正黑體";
      font-size: 16px;
      border: 0;
      padding: 5px 8px;
      height: 40px;
      line-height: 2.5em;
      width: 100%;
      border: 1px solid #444444;
      background-image: url(../img/contact/form_bg.jpg); }
    #contact .contact-form table .ta-cell {
      height: 150px; }
    #contact .contact-form table .acc {
      width: calc(100% - 180px);
      display: inline-block;
      vertical-align: middle; }
    #contact .contact-form table .acc-img {
      width: 150px;
      margin-left: 10px;
      display: inline-block;
      vertical-align: middle; }
    #contact .contact-form table td.last {
      padding-bottom: 0; }
    #contact .contact-form table .sendbt {
      cursor: pointer;
      background-color: #666666;
      color: #1B1B1B;
      font-size: 1rem;
      padding: 8px 0;
      text-align: center;
      font-weight: bold; }

#news header {
  position: static; }

#news .title {
  padding: 4% 0 2% 0; }

#news .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#news .items {
  margin-bottom: 20px;
  background-color: #222222;
  padding: 10px;
  width: calc(33.33333333% - 5px); }
  #news .items .wrap .pic {
    padding-top: 54%;
    overflow: hidden; }
    #news .items .wrap .pic img {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  #news .items .wrap .content {
    padding: 5px; }
    #news .items .wrap .content .date {
      color: #72B8FF;
      font-size: 0.813rem; }
    #news .items .wrap .content .newstitle {
      font-size: 1.25rem;
      color: white; }
    #news .items .wrap .content .text {
      color: #666666;
      font-size: 0.938rem; }
  #news .items .wrap .newsmore {
    margin-left: 5px; }
    #news .items .wrap .newsmore p {
      display: inline-block;
      vertical-align: middle;
      color: white;
      font-size: 0.813rem;
      margin-right: 5px; }
    #news .items .wrap .newsmore img {
      display: inline-block;
      vertical-align: middle; }
  #news .items:hover .wrap .pic img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

#news #page {
  text-align: center;
  clear: both; }

#news .newsdetail {
  background-color: #222222;
  padding: 30px;
  position: relative; }
  #news .newsdetail .date {
    color: #72B8FF;
    font-size: 0.813rem; }
  #news .newsdetail .newstitle {
    font-size: 1.25rem;
    color: white; }
  #news .newsdetail .line {
    height: 1px;
    background-color: #666666;
    margin: 10px 0; }
  #news .newsdetail .editor {
    color: white; }
  #news .newsdetail .newsbutton {
    position: absolute;
    top: 50%;
    border-radius: 10px;
    height: 110px;
    padding: 10px;
    width: 155px; }
    #news .newsdetail .newsbutton a {
      display: block;
      position: relative;
      height: auto;
      width: auto; }
      #news .newsdetail .newsbutton a .newsbt {
        position: relative;
        top: 25px; }
      #news .newsdetail .newsbutton a .pic {
        display: none;
        position: absolute;
        left: 50px;
        top: 0;
        margin: auto;
        padding-top: 80px;
        width: 80px;
        border: 3px solid #AAAAAA; }
    #news .newsdetail .newsbutton:hover {
      background-color: #333333; }
      #news .newsdetail .newsbutton:hover a .pic {
        display: block; }
  #news .newsdetail .newsprev {
    left: -30px; }
    #news .newsdetail .newsprev img {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
  #news .newsdetail .newsnext {
    right: -30px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
    #news .newsdetail .newsnext img {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }

#news .backbt {
  text-align: center;
  margin: 2% 0; }

@media only screen and (max-width: 1024px) {
  header #phone_icon {
    display: block; }
    header #phone_icon .button {
      display: block;
      position: fixed;
      top: 30px;
      right: 30px;
      width: 30px;
      height: 20px;
      border-bottom: 2px solid #565656;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      z-index: 99999999;
      cursor: pointer; }
      header #phone_icon .button:before, header #phone_icon .button:after {
        content: "";
        position: absolute;
        top: 20%;
        width: 100%;
        height: 2px;
        background: #565656 none repeat scroll 0% 0%; }
      header #phone_icon .button:after {
        content: "";
        top: 60%; }
      header #phone_icon .button.action {
        display: block;
        right: 320px;
        width: 30px;
        height: 20px;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        border-bottom: medium none !important;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
        header #phone_icon .button.action:before {
          top: 50%;
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -webkit-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
        header #phone_icon .button.action:after {
          top: 50%;
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -webkit-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
  .mobile-logo {
    display: block;
    text-align: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 20px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 100%); }
  header {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #1B1B1B;
    max-width: 300px;
    right: -300px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    header .wrap .logo {
      margin: 30px auto 30px auto; }
    header .wrap #menu {
      display: block; }
      header .wrap #menu li {
        display: block;
        width: 100px;
        margin: 40px auto;
        padding-left: 15px; }
    header.action {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      right: 0; }
  #product .mobile-logo, #news .mobile-logo, #contact .mobile-logo {
    position: static; }
  #product header, #news header, #contact header {
    position: fixed; }
  #product .pditems {
    padding-left: 0; }
  #contact .container .info {
    width: 90%; }
  #contact .container .contact_main .contact-form, #contact .container .contact_main .contact-map {
    width: 50%; }
  #news .newsbutton {
    display: none; } }

@media only screen and (max-width: 768px) {
  .mobile-logo {
    position: static; }
  .next-slick-img, .prev-slick-img, .slick-prev, .slick-next {
    display: none !important; }
  .right-box {
    right: 0px; }
    .right-box .icon-box {
      width: 45px;
      height: 45px; }
  #index footer .morebt {
    top: -30px; }
    #index footer .morebt img {
      width: 70px; }
  #about .scroll {
    display: none; }
  #about .container {
    text-align: center;
    padding: 20px;
    display: block; }
    #about .container .logo, #about .container .abouttext {
      width: 100%;
      padding: 20px; }
  #product .pdclass {
    z-index: 10;
    width: 100%;
    margin-bottom: 20px; }
    #product .pdclass .pdtitle i {
      display: inline-block; }
    #product .pdclass .pdclassitems {
      display: none;
      text-align: center;
      padding: 0; }
      #product .pdclass .pdclassitems ul li {
        margin: 10px; }
        #product .pdclass .pdclassitems ul li > ul > li {
          margin-left: 40px; }
  #product .pditems {
    width: 100%; }
  #product .container > .wrap .pddetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #product .container > .wrap .pddetail .pddname {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    #product .container > .wrap .pddetail .big {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    #product .container > .wrap .pddetail .thumbs {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    #product .container > .wrap .pddetail .editor {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    #product .container > .wrap .pddetail .backbt {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
  #product .pddetail {
    width: 90%;
    float: none;
    margin: 50px auto;
    padding-left: 10px; }
    #product .pddetail .pddname {
      background-image: none;
      width: 100%;
      float: none;
      padding: 5% 0;
      display: block;
      height: auto;
      margin-right: 0; }
      #product .pddetail .pddname .name {
        max-height: auto;
        overflow: visible; }
    #product .pddetail .big {
      width: 100%; }
    #product .pddetail .thumbs {
      width: 100%;
      padding: 0; }
      #product .pddetail .thumbs .slick-track, #product .pddetail .thumbs .slick-slide {
        width: 100% !important; }
      #product .pddetail .thumbs .wrap {
        width: 20% !important; }
    #product .pddetail .editor {
      width: 100%; }
    #product .pddetail .backbt {
      text-align: center; }
  #news .items {
    width: calc(50% - 5px); } }

@media only screen and (max-width: 640px) {
  #product .pditems .item {
    width: 50%; }
  #contact .container .info {
    width: 100%;
    display: block; }
    #contact .container .info li {
      display: block;
      text-align: center;
      margin: 20px auto; }
  #contact .container .contact_main {
    display: block; }
    #contact .container .contact_main .contact-form, #contact .container .contact_main .contact-map {
      width: 100%; }
    #contact .container .contact_main .contact-form {
      padding: 0 10px; }
    #contact .container .contact_main .contact-map {
      margin: 40px auto;
      height: 300px; } }

@media only screen and (max-width: 480px) {
  #news .items {
    width: 100%; } }

@media only screen and (max-width: 375px) {
  html {
    font-size: 15px; }
  #product .pditems .item {
    width: 100%; } }
