@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 16px;
  color: #707070;
  background-color: #fff;
  line-height: 1.8;
  font-family: 'Arial', '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(157, 2, 0, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #9D0200;
  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%;
  max-height: 100%;
  width: auto;
  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-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; } }

header {
  position: fixed;
  z-index: 9999;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  header.scroll .header-box {
    background: rgba(255, 255, 255, 0.8); }
    header.scroll .header-box .logo {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
    header.scroll .header-box #main-nav ul li {
      border-left: 1px #333 solid; }
      header.scroll .header-box #main-nav ul li:first-child {
        border-left: 0; }
      header.scroll .header-box #main-nav ul li a {
        color: #333; }
      header.scroll .header-box #main-nav ul li .sub-menu > li > a {
        color: #fff; }
    header.scroll .header-box.active {
      -webkit-box-shadow: 0 0 10px #999;
      box-shadow: 0 0 10px #999; }
      header.scroll .header-box.active .logo {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
  header.scroll .collapse-button {
    color: #9D0200;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  header.scroll .icon-bar {
    background: #9D0200;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.header-box {
  text-align: left;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(138, 138, 138, 0.5);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
  .header-box .logo {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding-top: 20px; }
  .header-box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-box.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 10px 0; }
    .header-box.active .logo {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      padding-top: 0px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

.collapse-btn-box {
  z-index: 99999; }

/* collapse-button start */
.collapse-button {
  display: block;
  -webkit-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 9999;
  background-repeat: repeat-x;
  color: #FFF;
  padding: 0;
  cursor: pointer;
  font-size: 0.875em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .collapse-button:hover, .collapse-button:focus {
    color: #FFF; }
  .collapse-button:after {
    content: "Menu";
    display: block;
    width: 100%;
    font-size: 16px;
    margin-top: 5px;
    text-align: center; }
  .collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    display: block;
    height: 5px;
    width: 35px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .collapse-button.spread-out .icon-bar {
    width: 40px;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .collapse-button.spread-out .icon-bar:first-child {
      -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg); }
    .collapse-button.spread-out .icon-bar:nth-child(2) {
      display: none; }
    .collapse-button.spread-out .icon-bar:last-child {
      -webkit-transform: translateY(-5px) rotate(-45deg);
      -ms-transform: translateY(-5px) rotate(-45deg);
      transform: translateY(-5px) rotate(-45deg); }
  .collapse-button.spread-out :after {
    margin-top: 6px; }

/* main nav start */
#main-nav {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 134px);
  padding: 10px;
  margin: 0 50px 0 0;
  text-align: right; }
  #main-nav > ul {
    padding: 0; }
    #main-nav > ul > li {
      display: inline-block;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      vertical-align: middle;
      text-align: center;
      padding: 0px 3%;
      line-height: 1;
      border-left: 1px #fff solid;
      margin-bottom: 5px;
      position: relative; }
      #main-nav > ul > li:first-child {
        border-left: 0; }
      #main-nav > ul > li > a {
        font-size: 18px;
        text-align: center;
        color: #fff;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        border-bottom: 3px rgba(157, 2, 0, 0) solid;
        padding-bottom: 10px; }
      #main-nav > ul > li.active > a, #main-nav > ul > li:hover > a {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        border-bottom: 3px #9D0200 solid; }
      #main-nav > ul > li.top-search {
        display: block;
        margin-bottom: 20px; }
      #main-nav > ul > li .sub-menu {
        position: absolute;
        left: 0;
        min-width: 100%;
        width: 200%;
        -webkit-transform: translate(-25%, 30px);
        -ms-transform: translate(-25%, 30px);
        transform: translate(-25%, 30px);
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease;
        opacity: 0;
        padding-top: 25px;
        visibility: hidden; }
        #main-nav > ul > li .sub-menu.show {
          display: block;
          visibility: visible;
          -webkit-transform: translate(-25%, 0);
          -ms-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
          -webkit-transition: all .1s ease;
          -o-transition: all .1s ease;
          transition: all .1s ease;
          opacity: 1; }
        #main-nav > ul > li .sub-menu > li {
          width: 100%;
          background-color: #9D0200; }
          #main-nav > ul > li .sub-menu > li > a {
            color: #fff;
            display: block;
            line-height: 1.2;
            padding: 8px 5px;
            white-space: normal;
            word-wrap: break-word; }
            #main-nav > ul > li .sub-menu > li > a:hover {
              opacity: .5; }

.top-search .search-box {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 300px !important;
  float: right; }
  .top-search .search-box input {
    display: block;
    padding: 10px 50px 10px 10px;
    border: 0;
    max-width: 100%;
    height: 40px;
    font-size: 1.2em;
    font-family: unset;
    color: #ccc;
    border: 3px #9D0200 solid;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: none; }
    .top-search .search-box input::-webkit-input-placeholder {
      color: #ccc; }
    .top-search .search-box input:-ms-input-placeholder {
      color: #ccc; }
    .top-search .search-box input::-ms-input-placeholder {
      color: #ccc; }
    .top-search .search-box input::placeholder {
      color: #ccc; }
    .top-search .search-box input:focus {
      outline: none; }
  .top-search .search-box button {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background: 0;
    font-size: 18px;
    color: #9D0200;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .top-search .search-box button:focus {
      outline: none; }

#gotop {
  text-align: center;
  position: absolute;
  top: -28px;
  right: 7%;
  background: #fff;
  color: #9D0200;
  border-bottom: 2px #FFF solid;
  opacity: 1 !important;
  bottom: 80px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  z-index: 998;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  #gotop:hover {
    background: #9D0200;
    color: #fff; }
  #gotop.show {
    visibility: visible;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

footer {
  background: #3D3D3D;
  color: #ccc;
  text-align: center;
  font-size: 15px; }
  footer h4 {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin: 7px 0 10px; }
  footer a:hover {
    color: #F9D7D6; }
  footer .f-info {
    padding: 20px 0; }
  footer .copyright {
    background: #666;
    padding: 12px 15px;
    font-size: 15px; }
    footer .copyright span {
      padding: 0; }
  footer span {
    display: inline-block;
    padding: 5px 10px; }
    footer span img {
      vertical-align: top;
      padding: 0 10px; }

#index #banner {
  overflow: hidden;
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 100%; }
  #index #banner .banner-slider {
    margin: 0;
    height: 100%; }
    #index #banner .banner-slider .item {
      outline: none; }
      #index #banner .banner-slider .item .bg-img {
        background-size: cover;
        background-position: 50% 50%;
        height: 100%; }
      #index #banner .banner-slider .item .banner-txt {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
        opacity: 0; }
      #index #banner .banner-slider .item.slick-active .banner-txt {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
        opacity: 1; }
    #index #banner .banner-slider .slick-dots {
      bottom: 30%;
      z-index: 999; }
      #index #banner .banner-slider .slick-dots li {
        width: auto; }
        #index #banner .banner-slider .slick-dots li button {
          width: 100px;
          height: 0px;
          border-radius: 0;
          font-size: 0;
          background: #fff;
          opacity: 1;
          color: #fff;
          padding: 2.5px; }
          #index #banner .banner-slider .slick-dots li button:before {
            opacity: 0; }
        #index #banner .banner-slider .slick-dots li.slick-active {
          height: auto;
          width: auto; }
          #index #banner .banner-slider .slick-dots li.slick-active button {
            width: 100px;
            height: 0px;
            border-radius: 0;
            font-size: 0;
            background: #9D0200; }
            #index #banner .banner-slider .slick-dots li.slick-active button:before {
              opacity: 0; }

#index .banner-txt {
  width: 100%;
  height: 100%; }
  #index .banner-txt .container {
    width: 100%;
    height: 100%; }
  #index .banner-txt .txt-inner {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 40%;
    z-index: 90;
    padding: 0 15px; }
    #index .banner-txt .txt-inner .banner-title {
      font-size: 50px;
      font-weight: lighter;
      color: #fff;
      line-height: 1.2em; }
    #index .banner-txt .txt-inner .banner-detail {
      font-size: 32px;
      color: #fff;
      line-height: 1.2em;
      margin: 20px 0;
      position: relative;
      display: inline-block; }
      #index .banner-txt .txt-inner .banner-detail:before {
        position: absolute;
        background: #fff;
        content: '';
        height: 1px;
        width: 25%;
        top: 50%;
        right: -27%; }
      #index .banner-txt .txt-inner .banner-detail:after {
        position: absolute;
        background: #fff;
        content: '';
        height: 1px;
        width: 25%;
        top: 50%;
        left: -27%; }
    #index .banner-txt .txt-inner a {
      outline: none; }

#index .more {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px; }
  #index .more a {
    color: #fff;
    font-size: 15px;
    padding: 0px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    #index .more a:hover {
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      color: #9D0200; }
      #index .more a:hover:before {
        border-color: #9D0200;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
      #index .more a:hover:after {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        background: #9D0200;
        bottom: 43px; }
    #index .more a:before {
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      position: absolute;
      content: '';
      border: #fff 2px solid;
      height: 50px;
      width: 30px;
      bottom: 30px;
      border-radius: 20px;
      right: calc(50% - 15px); }
    #index .more a:after {
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      position: absolute;
      content: '';
      background: #fff;
      height: 6px;
      width: 6px;
      bottom: 63px;
      border-radius: 50%;
      right: calc(50% - 3px); }

#index-about .left {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10%;
  width: calc(60% - 4px);
  color: #111; }

#index-about .right {
  display: inline-block;
  vertical-align: middle;
  padding: 3%;
  width: calc(40% - 4px); }

.index-product {
  padding: 20px 0 80px; }

.pro-list {
  margin: 0 -15px; }
  .pro-list .pro-item {
    display: inline-block;
    width: calc(100% / 3 - 34px);
    margin: 10px 15px 25px;
    vertical-align: top;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative; }
    .pro-list .pro-item:hover {
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
      .pro-list .pro-item:hover .h-title {
        width: 85%;
        height: 85%;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        top: 7.5%;
        left: 7.5%;
        font-weight: bold; }
    .pro-list .pro-item .img-box {
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      overflow: hidden;
      position: relative; }
      .pro-list .pro-item .img-box:before {
        position: absolute;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        content: '';
        height: 100%;
        width: 100%;
        background: rgba(157, 2, 0, 0.6);
        bottom: 0px;
        left: 0;
        z-index: 9; }
    .pro-list .pro-item .h-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: 0%;
      left: 0%;
      z-index: 9;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff;
      border: 1px #fff solid; }
      .pro-list .pro-item .h-title h4 {
        position: absolute;
        top: 37%;
        width: 100%;
        text-align: center;
        font-size: 20px;
        padding: 0 15px;
        line-height: 1.5em; }
        .pro-list .pro-item .h-title h4 p {
          width: 30px;
          display: block;
          margin: 0 auto 10px;
          padding-bottom: 10px;
          border-bottom: 2px #fff solid; }

.index-applications {
  background: url(../_img/index/idx-bn-1.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0; }
  .index-applications .ap-box {
    max-width: 450px;
    padding: 2% 3%;
    background: rgba(0, 0, 0, 0.4); }
  .index-applications p {
    color: #fff;
    margin: 15px 0; }
  .index-applications .button {
    margin: 45px 0 10px; }
  .index-applications .main-title span {
    color: #fff; }

.index-news {
  max-width: 1020px;
  margin: 0 auto; }
  .index-news .mews-list {
    margin: 20px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .index-news .mews-list .img {
      display: inline-block;
      vertical-align: middle;
      width: calc(20% - 4px);
      background: #9D0200;
      padding: 20px;
      text-align: center;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
    .index-news .mews-list .text {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      width: calc(80% - 4px);
      padding-left: 15px; }
      .index-news .mews-list .text span {
        display: block;
        color: #9D0200; }
      .index-news .mews-list .text p {
        width: 100%;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin: 0; }
    .index-news .mews-list:hover {
      background: #9D0200;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .index-news .mews-list:hover .text span, .index-news .mews-list:hover .text p {
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

.index-accreditations {
  background: #EFEFEF; }
  .index-accreditations .index-album li {
    outline: none;
    margin: 10px;
    text-align: center; }
    .index-accreditations .index-album li img {
      margin: 0 auto; }
  .index-accreditations .slick-dots li {
    margin: 2px; }
    .index-accreditations .slick-dots li button:before {
      font-size: 35px; }
  .index-accreditations .button {
    margin: 80px 0 10px;
    text-align: center; }

.main {
  padding: 80px 0; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.button {
  clear: both;
  margin: 30px 0 10px;
  text-align: center; }
  .button span {
    display: inline-block; }
  .button a {
    display: inline-block;
    font-size: 16px;
    border: 2px #9D0200 solid;
    color: #9D0200;
    font-weight: bold;
    padding: 10px 30px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .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); }
  .button.radius a {
    border-radius: 30px; }
  .button.bg a {
    border: 2px #3A3A3A solid;
    color: #fff;
    background: rgba(58, 58, 58, 0.8); }
  .button.white a {
    border: 2px #fff solid;
    color: #fff; }
    .button.white a:hover {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transform: translateY(-5px) rotate(0);
      -ms-transform: translateY(-5px) rotate(0);
      transform: translateY(-5px) rotate(0); }
  .button.dark a {
    border: 2px #333 solid;
    color: #333; }
    .button.dark 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: #707070;
      border: 1px #707070 solid;
      color: #fff; }
  .button.italic a {
    border: 0;
    padding: 10px 50px;
    border-bottom: 2px #9D0200 solid;
    font-size: 18px;
    font-style: italic; }

#page-banner {
  padding: 18% 0;
  min-height: 200px;
  position: relative;
  z-index: 0;
  text-align: right;
  background-position: 50% 50%;
  background-size: cover; }

.about-banner {
  background: url(../_img/pages/bn-about.jpg) top center no-repeat;
  background-size: cover; }

.pro-banner {
  background: url(../_img/pages/bn-pro.jpg) top center no-repeat;
  background-size: cover; }

.application-banner {
  background: url(../_img/pages/bn-application.jpg) top center no-repeat;
  background-size: cover; }

.tech-banner {
  background-image: url(../_img/pages/bn_tech.jpg); }

.a-banner-1 {
  background: url(../_img/pages/bn-a-01.jpg) top center no-repeat;
  background-size: cover; }

.a-banner-2 {
  background: url(../_img/pages/bn-a-02.jpg) top center no-repeat;
  background-size: cover; }

.a-banner-3 {
  background: url(../_img/pages/bn-a-03.jpg) top center no-repeat;
  background-size: cover; }

.a-banner-4 {
  background: url(../_img/pages/bn-a-04.jpg) top center no-repeat;
  background-size: cover; }

.a-banner-5 {
  background: url(../_img/pages/bn-a-05.jpg) top center no-repeat;
  background-size: cover; }

.a-banner-6 {
  background: url(../_img/pages/bn-a-06.jpg) top center no-repeat;
  background-size: cover; }

.a-banner-7 {
  background: url(../_img/pages/bn-a-07.jpg) top center no-repeat;
  background-size: cover; }

.news-banner {
  background: url(../_img/pages/bn-news.jpg) top center no-repeat;
  background-size: cover; }

.contact-banner {
  background: url(../_img/pages/bn-contact.jpg) top center no-repeat;
  background-size: cover; }

.breadcrumb-container {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f4f4f4; }
  .breadcrumb-container .breadcrumb {
    font-size: 13px;
    padding-left: 0;
    padding: 8px 0;
    text-transform: uppercase; }
    .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 > .active {
      color: #777; }
    .breadcrumb-container .breadcrumb a {
      color: #3A3A3A; }

.pagination-container {
  padding: 30px 0;
  color: #fff; }
  .pagination-container .pagination {
    display: inline-block;
    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: #9D0200;
        border: 1px solid #9D0200;
        color: #fff; }
    .pagination-container .pagination a, .pagination-container .pagination span {
      line-height: 40px;
      border-radius: 50%;
      background-color: #fff;
      border: 1px solid #3A3A3A;
      color: #3A3A3A;
      margin-left: 4px;
      width: 40px;
      height: 40px;
      line-height: 38px;
      -o-transition: all 0.45s ease;
      transition: all 0.45s ease;
      -webkit-transition: all 0.45s ease;
      min-width: 34px;
      text-align: center;
      display: block; }

.main-title {
  font-size: 50px;
  line-height: 1.2em;
  color: #9D0200;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold; }
  .main-title span {
    color: #707070;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    font-weight: normal; }
  .main-title:before {
    position: absolute;
    background: #9D0200;
    content: '';
    height: 6px;
    width: 100px;
    bottom: 60px;
    left: 0%; }
  .main-title.center {
    text-align: center; }
    .main-title.center:before {
      left: calc(50% - 50px); }
  .main-title.idx {
    font-size: 60px; }
    .main-title.idx:before {
      bottom: 65px; }
  .main-title.contact {
    font-weight: normal;
    font-size: 45px; }
    .main-title.contact:before {
      height: 3px;
      width: 80px; }
    .main-title.contact span {
      color: #9D0200;
      font-size: 20px;
      margin-top: 20px; }

#about .list {
  display: inline-block;
  text-align: center;
  width: calc(100% / 3 - 4px);
  vertical-align: bottom;
  margin: 30px 0 0; }
  #about .list img {
    margin: 10px 0; }
  #about .list h4 {
    font-size: 20px;
    margin: 20px 0 0;
    line-height: 1.5em;
    color: #111; }
    #about .list h4 span {
      display: block;
      color: #9D0200; }

#about .text {
  max-width: 980px;
  margin: 60px auto;
  font-size: 18px; }

#product .main-title {
  margin-top: 40px; }

.pro-box {
  margin-bottom: 20px; }
  .pro-box .list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(50% - 24px);
    margin: 10px;
    overflow: hidden; }
    .pro-box .list .pic {
      width: 50%;
      padding-bottom: 50%; }
      .pro-box .list .pic img {
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
    .pro-box .list .text {
      width: 50%;
      background: #fff;
      border: 2px #9D0200 solid;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      position: relative; }
      .pro-box .list .text h4 {
        position: absolute;
        top: 45%;
        font-size: 18px;
        line-height: 1.4em;
        padding: 0 15px; }
        .pro-box .list .text h4 a {
          display: block;
          position: relative;
          color: #9D0200; }
          .pro-box .list .text h4 a:before {
            position: absolute;
            content: '';
            width: 20px;
            height: 2px;
            background: #9D0200;
            top: -15px; }
      .pro-box .list .text .view {
        position: absolute;
        bottom: 7%;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        color: #9D0200;
        font-size: 14px;
        margin-left: 15px;
        border-bottom: 1px #9D0200 solid;
        width: 100%; }
        .pro-box .list .text .view:before {
          position: absolute;
          content: '';
          width: 15px;
          height: 1px;
          background: #9D0200;
          right: 15px;
          bottom: 10px;
          -webkit-transform: rotate(130deg);
          -ms-transform: rotate(130deg);
          transform: rotate(130deg); }
    .pro-box .list:hover .text {
      background: #9D0200; }
      .pro-box .list:hover .text h4 a {
        color: #fff;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
        .pro-box .list:hover .text h4 a:before {
          background: #fff;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
      .pro-box .list:hover .text .view {
        color: #fff;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        border-bottom: 1px #fff solid; }
        .pro-box .list:hover .text .view:before {
          background: #fff; }
    .pro-box .list:hover .pic {
      overflow: hidden; }
      .pro-box .list:hover .pic img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }

.text-box {
  max-width: 800px;
  margin: 0 auto 20px;
  padding: 40px 50px 30px;
  color: #3a3a3a;
  line-height: 1.5em;
  text-align: left; }
  .text-box p {
    margin: 10px 0; }
  .text-box .title {
    font-size: 18px;
    font-weight: bold;
    color: #9D0200;
    margin-bottom: 20px; }
  .text-box.half {
    border-top: 1px #9D0200 solid;
    border-left: 1px #9D0200 solid; }
  .text-box.full {
    border-top: 1px #9D0200 solid;
    border-bottom: 1px #9D0200 solid;
    padding: 50px 50px 40px;
    position: relative;
    margin-bottom: 60px; }
    .text-box.full::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      height: 250px;
      width: 1px;
      background: #9D0200; }
    .text-box.full::after {
      position: absolute;
      content: '';
      bottom: 0;
      right: 0;
      height: 250px;
      width: 1px;
      background: #9D0200; }
    .text-box.full .main {
      padding: 60px 0; }
  .text-box.in {
    text-align: left;
    max-width: 1020px;
    padding: 20px;
    margin: 10px auto;
    border: 1px #9D0200 solid; }
    .text-box.in > div {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .text-box.in .item {
      padding: 20px;
      width: 50%; }
    .text-box.in .button {
      display: block !important;
      margin: 0; }
      .text-box.in .button a {
        margin: 15px;
        border: 0;
        font-size: 18px;
        color: #707070;
        border-bottom: 1px #9D0200 solid;
        padding: 10px 5px; }
        .text-box.in .button a i {
          padding-left: 15px; }

.back i {
  padding-right: 5px; }

.pro-in-box {
  text-align: center; }

.pro-in-list {
  color: #3a3a3a; }
  .pro-in-list .title {
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 40px; }
    .pro-in-list .title span {
      font-size: 20px;
      color: #9D0200;
      display: block; }
  .pro-in-list .table {
    line-height: 1.5em; }
    .pro-in-list .table ul {
      font-size: 0;
      border-bottom: 1px #9D0200 solid; }
      .pro-in-list .table ul li {
        display: inline-block;
        vertical-align: middle;
        word-break: break-all;
        padding: 20px 0;
        font-size: 16px; }
        .pro-in-list .table ul li.name {
          width: 15%;
          text-align: left; }
        .pro-in-list .table ul li.text {
          width: 55%;
          word-break: keep-all;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          text-align: left; }
        .pro-in-list .table ul li.icon {
          width: 15%;
          text-align: center; }
          .pro-in-list .table ul li.icon i {
            color: #707070;
            -webkit-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            transition: 0.5s ease;
            font-size: 20px; }
            .pro-in-list .table ul li.icon i:hover {
              color: #9D0200;
              -webkit-transition: 0.5s ease;
              -o-transition: 0.5s ease;
              transition: 0.5s ease; }
    .pro-in-list .table .t-title {
      border-bottom: 2px #9D0200 solid; }
      .pro-in-list .table .t-title li {
        font-size: 20px;
        color: #9D0200;
        font-weight: bold;
        padding: 10px 0; }
    .pro-in-list .table .n-title {
      font-size: 18px;
      color: #9D0200; }
  .pro-in-list .p-list {
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
    color: #707070; }
    .pro-in-list .p-list li {
      width: 100%;
      margin-bottom: 15px;
      line-height: 1.5em;
      word-break: break-all; }
      .pro-in-list .p-list li span {
        color: #9D0200;
        display: inline-block;
        width: 25%;
        padding-right: 20px;
        vertical-align: middle; }
      .pro-in-list .p-list li p {
        display: inline-block;
        vertical-align: middle;
        width: 75%;
        border-bottom: 1px #9D0200 solid;
        margin: 0;
        padding: 5px 10px; }

#send-box {
  font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  padding: 60px 30px 20px; }
  #send-box label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #9D0200; }
  #send-box input {
    border: 0;
    border-bottom: 1px #9D0200 solid;
    width: 100%;
    font-size: 15px;
    height: 30px;
    outline: none; }
  #send-box ul li {
    margin-bottom: 15px; }
  #send-box form {
    min-width: 300px;
    margin: 15px; }

#download-box {
  font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  padding: 60px 30px 20px; }
  #download-box label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #9D0200; }
  #download-box input {
    border: 0;
    border-bottom: 1px #9D0200 solid;
    width: 100%;
    font-size: 15px;
    height: 30px;
    outline: none; }
  #download-box ul li {
    margin-bottom: 15px; }
  #download-box form {
    min-width: 300px;
    margin: 15px; }

.fancybox-close-small {
  border: 2px #9D0200 solid;
  right: 10px;
  top: 10px;
  padding: 0;
  color: #9D0200; }

#application .main-title {
  margin-top: 40px; }

.application-box .list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(50% - 24px);
  margin: 10px;
  overflow: hidden;
  position: relative; }
  .application-box .list .title {
    position: absolute;
    top: 42%; }
    .application-box .list .title h4 {
      color: #9D0200;
      font-size: 20px;
      font-weight: bold;
      padding: 15px 15px 4px;
      position: relative;
      line-height: 1.3em; }
      .application-box .list .title h4:before {
        position: absolute;
        content: '';
        height: 2px;
        background: #9D0200;
        top: 7px;
        width: 20px; }
  .application-box .list .view {
    position: absolute;
    color: #9D0200;
    font-size: 14px;
    width: 60%;
    right: 0%;
    bottom: 10%;
    border-bottom: 1px #9D0200 solid; }
    .application-box .list .view:before {
      position: absolute;
      content: '';
      width: 20px;
      height: 1px;
      background: #9D0200;
      right: 2px;
      bottom: 10px;
      -webkit-transform: rotate(130deg);
      -ms-transform: rotate(130deg);
      transform: rotate(130deg); }
  .application-box .list a {
    overflow: hidden;
    display: block;
    width: 100%; }
    .application-box .list a .pic {
      background-size: cover;
      background-position: 50% 50%;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      padding-bottom: 51%;
      position: relative; }
      .application-box .list a .pic:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.4);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 0; }
      .application-box .list a .pic span img {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
  .application-box .list:hover a .pic {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .application-box .list:hover a .pic:before {
      background: rgba(255, 255, 255, 0);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .application-box .list:hover a .pic span img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .application-box .list:hover .title h4 {
    color: #fff;
    text-shadow: 1px 1px 4px #000; }

.car-img img {
  margin: 30px 0; }

.app-in-box {
  color: #3a3a3a;
  text-align: left;
  max-width: 880px;
  margin: 0 auto; }
  .app-in-box .title {
    text-align: center;
    line-height: 1.6em;
    max-width: 550px;
    margin: 0 auto 40px;
    color: #3a3a3a;
    font-weight: normal; }
    .app-in-box .title span {
      font-size: 20px;
      color: #9D0200;
      display: block;
      font-weight: bold;
      border-bottom: 1px #9D0200 solid;
      padding-bottom: 20px;
      margin-bottom: 20px; }
  .app-in-box .title-b {
    margin: 20px auto;
    font-size: 18px;
    line-height: 1.7em;
    color: #9D0200;
    font-weight: bold; }
  .app-in-box p {
    margin-bottom: 20px; }
  .app-in-box.list p {
    font-size: 18px;
    max-width: 320px;
    margin: 0 auto 15px; }
    .app-in-box.list p i {
      color: #9D0200;
      padding-right: 20px; }
  .app-in-box.mid p {
    max-width: 550px;
    margin: 0 auto 15px; }
    .app-in-box.mid p i {
      color: #9D0200;
      padding-right: 20px; }

.app-in-list {
  color: #3a3a3a; }
  .app-in-list .table {
    line-height: 1.5em;
    text-align: left; }
    .app-in-list .table ul {
      font-size: 0;
      border-bottom: 1px #9D0200 solid; }
      .app-in-list .table ul li {
        display: inline-block;
        vertical-align: top;
        padding: 20px 5px;
        font-size: 16px;
        width: 28%;
        word-break: break-all; }
        .app-in-list .table ul li.name {
          width: 16%;
          text-align: left; }
    .app-in-list .table .t-title {
      border-bottom: 2px #9D0200 solid; }
      .app-in-list .table .t-title li {
        font-size: 20px;
        color: #9D0200;
        font-weight: bold;
        padding: 10px 0; }
    .app-in-list .table .n-title {
      font-size: 18px;
      color: #9D0200; }

#news .main-title {
  margin-top: 40px; }

.news-nav {
  display: inline-block;
  vertical-align: top;
  width: 170px; }
  .news-nav ul li {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }
    .news-nav ul li a {
      border: 2px rgba(157, 2, 0, 0.2) solid;
      color: #9D0200;
      padding: 10px 25px;
      display: inline-block;
      font-style: italic; }
    .news-nav ul li:hover a, .news-nav ul li.active a {
      border: 2px #9D0200 solid; }

.news-main {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: calc(100% - 175px); }
  .news-main .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0;
    overflow: hidden; }
    .news-main .list .pic {
      width: 50%;
      padding-bottom: 30%; }
      .news-main .list .pic img {
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
    .news-main .list .text {
      width: 50%;
      background: #fff;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      position: relative; }
      .news-main .list .text h4 {
        position: absolute;
        top: 37%;
        font-size: 18px;
        line-height: 1.4em;
        padding: 0 15px; }
        .news-main .list .text h4 p {
          color: #9D0200;
          padding-bottom: 10px;
          font-size: 14px; }
        .news-main .list .text h4 a {
          display: block;
          position: relative;
          color: #9D0200; }
          .news-main .list .text h4 a:before {
            position: absolute;
            content: '';
            width: 20px;
            height: 2px;
            background: #9D0200;
            top: -10px; }
      .news-main .list .text .view {
        position: absolute;
        bottom: 7%;
        right: 0;
        width: 60%;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        color: #9D0200;
        font-size: 14px;
        margin-left: 15px;
        border-bottom: 1px #9D0200 solid; }
        .news-main .list .text .view:before {
          position: absolute;
          content: '';
          width: 20px;
          height: 1px;
          background: #9D0200;
          right: 0px;
          bottom: 10px;
          -webkit-transform: rotate(130deg);
          -ms-transform: rotate(130deg);
          transform: rotate(130deg); }
    .news-main .list:hover .text {
      background: #9D0200; }
      .news-main .list:hover .text h4 p {
        color: #fff; }
      .news-main .list:hover .text h4 a {
        color: #fff;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
        .news-main .list:hover .text h4 a:before {
          background: #fff;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
      .news-main .list:hover .text .view {
        color: #fff;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        border-bottom: 1px #fff solid; }
        .news-main .list:hover .text .view:before {
          background: #fff; }
    .news-main .list:hover .pic {
      overflow: hidden; }
      .news-main .list:hover .pic img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }

.news-in-box {
  padding-bottom: 20px;
  border-bottom: 1px #9D0200 solid; }

.editor {
  color: #3a3a3a; }

#documents form, #technology form {
  margin: 20px 0 50px;
  text-align: center; }
  #documents form select, #technology form select {
    border: 1px #9D0200 solid;
    padding: 10px 10px 14px;
    font-size: 16px;
    font-weight: bold;
    font-family: inherit;
    line-height: 1;
    color: #9D0200; }

.d-table {
  line-height: 1.5em;
  word-break: break-all; }
  .d-table ul {
    font-size: 0;
    border-bottom: 1px #9D0200 solid; }
    .d-table ul li {
      display: inline-block;
      vertical-align: middle;
      padding: 20px 10px;
      font-size: 16px; }
      .d-table ul li.name {
        width: 15%;
        text-align: center; }
      .d-table ul li.img {
        width: 15%;
        text-align: center; }
      .d-table ul li.type {
        width: 15%;
        text-align: center; }
      .d-table ul li.text {
        width: 50%;
        text-align: left; }
      .d-table ul li.icon {
        width: 5%;
        text-align: center; }
        .d-table ul li.icon i {
          color: #707070;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease;
          font-size: 20px; }
          .d-table ul li.icon i:hover {
            color: #9D0200;
            -webkit-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            transition: 0.5s ease; }
  .d-table .t-title {
    border-bottom: 2px #9D0200 solid; }
    .d-table .t-title li {
      font-size: 18px;
      color: #9D0200;
      font-weight: bold;
      padding: 10px 15px; }
  .d-table .n-title {
    font-size: 18px;
    color: #9D0200; }

.contact-box {
  padding: 40px 0; }

.contact-info {
  display: inline-block;
  width: calc(45% - 4px);
  vertical-align: top; }
  .contact-info p {
    font-size: 18px;
    margin: 0 0 5px 0;
    line-height: 1.5em; }

.contact-form {
  display: inline-block;
  width: calc(55% - 4px);
  vertical-align: top;
  font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  padding: 30px;
  border: 1px #9D0200 solid; }
  .contact-form label {
    display: block;
    font-size: 18px; }
  .contact-form input {
    border: 0;
    border-bottom: 1px #9D0200 solid;
    width: 100%;
    font-size: 16px;
    height: 30px;
    outline: none; }
  .contact-form ul li {
    margin-bottom: 15px; }

.fancybox-close-small {
  border: 2px #9D0200 solid;
  right: 10px;
  top: 10px;
  padding: 0;
  color: #9D0200; }

/*----------------max-width:1680------------------*/
/* 1680 END */
/*----------------max-width:1440------------------*/
/* 1680 END */
/*----------------max-width:1200------------------*/
@media screen and (max-width: 1200px) {
  html,
  body {
    line-height: 1.5;
    font-size: 15px; }
  /* main-nav */
  #main-nav ul li {
    padding: 0 15px; }
  #index-about .left, #index-about .right {
    padding-right: 0;
    padding: 2%; } }

/*1200*/
/*----------------max-width:1024------------------*/
@media screen and (max-width: 1024px) {
  header .container {
    padding: 0; }
  header.scroll .header-box {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999; }
    header.scroll .header-box .logo {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    header.scroll .header-box #main-nav ul li {
      border-left: 0px #9D0200 solid; }
      header.scroll .header-box #main-nav ul li a {
        color: #9D0200; }
  .header-box {
    text-align: left;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .header-box .logo {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      padding: 10px 15px; }
    .header-box .flex {
      display: block; }
    .header-box.active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      padding: 0px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .header-box.active .logo {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 10px 15px; }
      .header-box.active #main-nav {
        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); }
  /* main-nav */
  #main-nav {
    position: relative;
    z-index: 999999;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    border: 2px #9D0200 solid;
    max-height: 0;
    overflow: hidden;
    top: -1000px;
    padding: 0;
    -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); }
    #main-nav > ul {
      margin: 0;
      display: initial; }
      #main-nav > ul > li {
        display: block;
        width: 100% !important;
        padding: .5em 0;
        border-bottom: 1px dotted #9D0200;
        border-left: 0;
        text-align: center; }
        #main-nav > ul > li.top-search {
          margin-bottom: 5px; }
        #main-nav > ul > li:last-child {
          border-bottom: 0; }
        #main-nav > ul > li > a {
          height: 25px;
          line-height: 25px;
          color: #9D0200;
          font-size: 16px;
          display: block;
          border: 0 !important; }
        #main-nav > ul > li .sub-menu {
          position: static;
          padding: 0;
          display: none;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          text-align: center;
          width: 100%; }
          #main-nav > ul > li .sub-menu.show {
            display: block;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            display: none; }
  .top-search .search-box {
    float: none;
    margin: 0 auto;
    max-width: 250px !important; }
    .top-search .search-box input, .top-search .search-box input::-webkit-input-placeholder {
      color: #333;
      font-size: 16px; }
    .top-search .search-box input, .top-search .search-box input:-ms-input-placeholder {
      color: #333;
      font-size: 16px; }
    .top-search .search-box input, .top-search .search-box input::-ms-input-placeholder {
      color: #333;
      font-size: 16px; }
    .top-search .search-box input, .top-search .search-box input::placeholder {
      color: #333;
      font-size: 16px; }
  .collapse-button {
    top: -10px; }
  .header-container {
    height: 0px; }
  #index #banner .banner-slider .slick-dots {
    bottom: 20%; }
    #index #banner .banner-slider .slick-dots li button {
      width: 30px; }
    #index #banner .banner-slider .slick-dots li.slick-active button {
      width: 30px; }
  #index #banner .banner-txt .txt-inner .banner-title {
    font-size: 30px; }
  #index #banner .banner-txt .txt-inner .banner-detail {
    font-size: 20px; }
    #index #banner .banner-txt .txt-inner .banner-detail:before, #index #banner .banner-txt .txt-inner .banner-detail:after {
      display: none; }
  .main-title {
    font-size: 32px;
    margin-bottom: 30px; }
    .main-title span {
      line-height: 1;
      border-left: 3px #9D0200 solid;
      padding-left: 10px; }
    .main-title:before {
      display: none; }
    .main-title.center {
      text-align: left; }
  .button a {
    padding: 8px 15px; }
  .main {
    padding: 40px 0; }
  #index-about .left, #index-about .right {
    width: 100%;
    margin-top: 20px;
    padding: 0; }
  .index-product {
    padding: 10px 0 40px; }
  .pro-list {
    margin: 0; }
    .pro-list .pro-item {
      width: calc(100% / 3 - 14px);
      margin: 0 5px 25px; }
      .pro-list .pro-item .h-title h4 {
        top: 34%;
        font-size: 18px; }
  .index-applications {
    padding: 60px 0; }
    .index-applications p {
      margin-bottom: 20px; }
    .index-applications .button {
      margin: 25px 0 0; }
  .pro-box .list {
    width: calc(100% - 40px);
    margin: 20px; }
  .news-nav {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .news-nav ul li {
      font-size: 16px;
      display: inline-block;
      margin: 5px 3px; }
      .news-nav ul li a {
        padding: 10px 15px;
        display: block; }
  .news-main {
    display: block;
    width: 100%; }
    .news-main .list .text h4 {
      top: 20%;
      font-size: 15px;
      line-height: 1.5em; } }

/* 1024 END */
/*----------------max-width:768-------------------*/
@media screen and (max-width: 768px) {
  .pro-list .pro-item {
    width: 100%;
    margin: 0 0 25px; }
    .pro-list .pro-item .h-title h4 {
      top: 38%; }
  .index-news .mews-list {
    margin: 5px 0; }
    .index-news .mews-list .img {
      padding: 10px; }
    .index-news .mews-list .text {
      font-size: 15px;
      padding: 5px; }
  footer {
    text-align: center;
    padding: 25px 0 10px; }
    footer .logo-box {
      margin: 0px 0 20px;
      border-bottom: 1px #fff solid;
      padding-bottom: 10px; }
      footer .logo-box img {
        max-width: 100%;
        display: block;
        margin: 0 auto 15px; }
      footer .logo-box span {
        display: block;
        width: 100%;
        text-align: center; }
    footer .copyright {
      text-align: left;
      padding: 0px;
      font-size: 14px;
      line-height: 1.3em;
      margin: 20px 0 0; }
  .pro-in-list .button a {
    padding: 10px 20px;
    font-size: 16px; }
  .pro-in-list .table ul {
    font-size: 0;
    border-bottom: 1px #9D0200 solid; }
    .pro-in-list .table ul li {
      padding: 10px 0;
      font-size: 15px; }
      .pro-in-list .table ul li.name {
        width: 80px;
        word-break: break-all;
        line-height: 1.3em;
        padding-right: 10px; }
      .pro-in-list .table ul li.text {
        width: calc(70% - 80px); }
  .pro-in-list .table .t-title li {
    font-size: 17px; }
  .pro-in-list .table .n-title {
    font-size: 15px; }
  .pro-in-list .p-list {
    font-size: 15px; }
    .pro-in-list .p-list li {
      margin-bottom: 20px; }
      .pro-in-list .p-list li span {
        width: 100px;
        padding: 0px;
        margin-bottom: 5px; }
      .pro-in-list .p-list li p {
        width: 100%;
        padding: 0px; }
  .application-box .list {
    display: block;
    width: 100%;
    margin: 10px 0; }
    .application-box .list .title {
      top: 35%; }
      .application-box .list .title h4 {
        font-size: 18px; }
  .car-img img {
    margin: 15px 0; }
  .app-in-box .title {
    line-height: 1.5em;
    margin: 0 auto 20px;
    font-size: 16px !important; }
    .app-in-box .title span {
      font-size: 18px;
      padding-bottom: 10px;
      margin-bottom: 10px; }
  .app-in-box p {
    margin-bottom: 10px; }
  .app-in-box.list p {
    font-size: 16px;
    margin: 0 auto 10px; }
    .app-in-box.list p i {
      padding-right: 15px; }
  .text-box {
    padding: 20px 15px 10px; }
    .text-box p {
      margin: 5px 0; }
    .text-box .title {
      font-size: 18px;
      margin-bottom: 15px; }
    .text-box.half {
      border-top: 1px #9D0200 solid;
      border-left: 1px #9D0200 solid; }
    .text-box.full {
      border-top: 1px #9D0200 solid;
      border-bottom: 1px #9D0200 solid;
      padding: 20px 15px 10px;
      margin-bottom: 30px; }
      .text-box.full .main {
        padding: 40px 0; }
    .text-box.in {
      padding: 15px;
      margin: 5px auto; }
      .text-box.in .item {
        padding: 15px; }
      .text-box.in .button a {
        font-size: 16px; }
        .text-box.in .button a i {
          padding-left: 10px; }
  .news-nav ul li {
    margin: 5px 0; }
    .news-nav ul li a {
      padding: 3px 8px; }
  .news-main {
    display: block;
    width: 100%; }
    .news-main .list {
      display: block; }
      .news-main .list .pic {
        width: 100%;
        padding-bottom: 60%; }
      .news-main .list .text {
        width: 100%;
        border-left: 1px #9D0200 solid;
        padding: 15px 15px 10px 15px; }
        .news-main .list .text h4 {
          position: initial;
          padding: 0; }
        .news-main .list .text .view {
          position: initial;
          width: 100%;
          display: block;
          margin: 10px 0 0 30px; }
          .news-main .list .text .view:before {
            display: none; }
  #documents form, #technology form {
    margin: 20px 0; }
  .d-table ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    font-size: 15px; }
    .d-table ul li.name {
      width: 50%;
      text-align: center; }
    .d-table ul li.img {
      width: 35%;
      text-align: center; }
    .d-table ul li.type {
      display: none; }
    .d-table ul li.text {
      display: none; }
    .d-table ul li.icon {
      width: 15%; }
  .d-table .t-title li {
    font-size: 15px;
    padding: 10px; }
  .d-table .n-title {
    font-size: 15px; }
  .contact-info, .contact-form {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
    .contact-info p, .contact-form p {
      font-size: 16px; }
  .contact-form {
    max-width: 100%;
    padding: 15px; }
    .contact-form label {
      font-size: 16px; }
    .contact-form input {
      font-size: 15px; }
  .main-title.c-main {
    margin-bottom: 0;
    text-align: center; }
    .main-title.c-main span {
      border: 0;
      padding: 0; }
  .main-title.contact span {
    margin-top: 10px; }
  #contact iframe {
    height: 300px; } }

/* 768 END */
/*----------------max-width:575-------------------*/
@media screen and (max-width: 575px) {
  #about .list {
    width: 100%;
    margin: 20px 0; }
    #about .list img {
      margin: 0; }
  #about .text {
    margin: 20px auto;
    font-size: 15px; }
  .pro-box .list {
    width: 100%;
    margin: 10px 0; }
    .pro-box .list .text h4 {
      position: absolute;
      top: 15px;
      font-size: 15px;
      line-height: 1.4em;
      padding: 10px; }
      .pro-box .list .text h4 a:before {
        width: 20px;
        height: 2px;
        top: -10px; }
    .pro-box .list .text .view {
      margin-left: 10px; }
  #send-box {
    padding: 50px 15px 10px; }
    #send-box ul li {
      margin-bottom: 10px; }
    #send-box form {
      min-width: 260px;
      margin: 10 auto; } }

/* 575 END */
/*----------------max-width:360-------------------*/
/*320 END */
