@charset "UTF-8";
@font-face {
  font-family: 'savant-glyphs';
  src: url(../fonts/savant-glyphs.ttf); }

html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #382E2B;
  background-color: #F0F0F0;
  line-height: 1.6;
  font-family: 'Arial','PMingLiU','微軟正黑體','Microsoft JhengHei' ,'Abel', 'Lato','Oxygen', 'Raleway', 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(105, 96, 87, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #696057;
  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: 1200px;
  max-width: 100%;
  padding: 0 10px; }

.full-container {
  padding-left: 10px;
  padding-right: 10px; }

.wrap {
  padding: 20px 0; }

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

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

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.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;
  background-position: 50% 50%;
  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; }

.align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*----表格-----*/
.form-cell {
  font-family: "微軟正黑體";
  border: 0;
  padding: 5px 8px;
  line-height: 2.2em;
  height: 2.2em;
  width: 100%; }

input[type=password] {
  font-family: "微軟正黑體";
  border: 0;
  padding: 5px 8px;
  border-radius: 0; }

/*-----header-----*/
header {
  position: fixed;
  background-color: #F0F0F0;
  z-index: 8000;
  width: 100%;
  left: 0;
  top: 0; }
  header #logo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 132px;
    height: 20px;
    left: 5%; }
  header #main-nav {
    text-align: center; }
    header #main-nav .menu {
      font-size: 0; }
      header #main-nav .menu > li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 1rem;
        position: relative; }
        header #main-nav .menu > li > a {
          font-size: 1rem;
          padding-top: 1rem;
          padding-bottom: 1rem;
          display: block; }
        header #main-nav .menu > li > .sub_menu {
          width: 300px;
          position: absolute;
          background-color: #fff;
          float: left;
          text-align: left;
          -webkit-transform: translateX(-25%);
          -ms-transform: translateX(-25%);
          transform: translateX(-25%);
          display: none; }
          header #main-nav .menu > li > .sub_menu .txt1, header #main-nav .menu > li > .sub_menu .txt2 {
            font-size: 0.9rem; }
          header #main-nav .menu > li > .sub_menu.active {
            display: block; }
          header #main-nav .menu > li > .sub_menu:before {
            content: '';
            width: 0;
            height: 0;
            border-bottom: 8px solid #fff;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            position: absolute;
            top: -8px;
            left: 0;
            right: 0;
            margin: auto; }
          header #main-nav .menu > li > .sub_menu > li {
            position: relative; }
            header #main-nav .menu > li > .sub_menu > li:hover > a:after, header #main-nav .menu > li > .sub_menu > li.active > a:after {
              content: "\f105";
              font-family: 'FontAwesome';
              font-size: 1.5rem;
              height: 1.5rem;
              position: absolute;
              right: 1rem;
              top: 0;
              bottom: 0;
              margin: auto;
              color: #FF5F00; }
            header #main-nav .menu > li > .sub_menu > li:hover > a .txt-row .txt1, header #main-nav .menu > li > .sub_menu > li.active > a .txt-row .txt1 {
              color: #FF5F00; }
            header #main-nav .menu > li > .sub_menu > li > a {
              display: block;
              color: #000;
              font-size: 1rem;
              padding: 2rem 2rem; }

/*-----footer-----*/
footer {
  background-color: #D7D4D1; }
  footer .footer-row {
    max-width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    footer .footer-row .taiwan_dealer {
      color: #696057; }
    footer .footer-row #copyright img,
    footer .footer-row #copyright .copyright {
      display: inline-block;
      vertical-align: middle; }
    footer .footer-row #copyright img {
      margin-right: 5px; }
    footer .footer-row #copyright .copyright {
      color: #696057; }
    footer .footer-row .social .icon {
      display: inline-block;
      vertical-align: middle;
      font-size: 2rem;
      color: #696057; }
      footer .footer-row .social .icon + .icon {
        font-size: 1.63rem;
        margin-left: 1rem; }

#whychose {
  background-color: white; }
  #whychose .whywrap {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 3%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    #whychose .whywrap .why-left {
      float: left;
      padding: 5%;
      width: 60%; }
      #whychose .whywrap .why-left p {
        font-size: 1.25rem;
        line-height: 1.5em;
        vertical-align: middle;
        color: #696057; }
    #whychose .whywrap .why-right {
      text-align: center;
      float: right;
      background-color: #f2f2f2;
      width: 33%;
      padding: 5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #whychose .whywrap .why-right p {
        font-size: 1.5rem;
        line-height: 1.5em;
        vertical-align: middle; }

.banner-navigation-bar {
  width: 100%;
  max-width: 100%;
  height: 60px;
  margin-top: -60px;
  background-color: #f2f2f2;
  border-top: 1px solid #dbd9d6;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  overflow: visible;
  position: absolute;
  z-index: 180; }
  .banner-navigation-bar .banner-navigation-wrap .contain {
    padding: 0 20px;
    max-width: 1680px;
    margin: auto;
    position: relative;
    padding: 0 3%; }
    .banner-navigation-bar .banner-navigation-wrap .contain .title {
      left: 3%;
      position: absolute;
      color: #382e2b;
      line-height: 60px;
      z-index: 1001;
      font-size: 18px !important; }
    .banner-navigation-bar .banner-navigation-wrap .contain ul {
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      height: 60px;
      white-space: nowrap;
      overflow-x: hidden;
      overflow-y: hidden;
      text-align: center !important; }
      .banner-navigation-bar .banner-navigation-wrap .contain ul li {
        padding: 0 1rem;
        margin: 0 -2px;
        display: inline-block;
        line-height: 60px;
        vertical-align: middle;
        font-family: 'GothamBook','Helvetica','Arial',sans-serif;
        text-transform: uppercase;
        color: #382e2b;
        font-size: 16px !important;
        cursor: pointer;
        position: relative; }
        .banner-navigation-bar .banner-navigation-wrap .contain ul li:hover {
          color: #ff5f00; }
          .banner-navigation-bar .banner-navigation-wrap .contain ul li:hover:after {
            content: '';
            width: 100%;
            height: 5px;
            background-color: #ff5f00;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto; }
  .banner-navigation-bar .btn4 {
    line-height: 60px;
    padding: 7px 0;
    width: 150px;
    float: right; }
    .banner-navigation-bar .btn4 a {
      display: inline-block;
      border: 2px solid #FF5F00;
      width: 150px;
      height: 45px;
      line-height: 45px;
      border-radius: 5px;
      font-size: 1rem;
      color: white;
      text-align: center;
      background-color: #FF5F00;
      cursor: pointer; }
      .banner-navigation-bar .btn4 a:hover, .banner-navigation-bar .btn4 a:active, .banner-navigation-bar .btn4 a:focus {
        color: #FF5F00;
        background-color: #F0F0F0; }

.btn1 {
  text-align: center; }
  .btn1 a {
    display: inline-block;
    border: 2px solid #fff;
    width: 130px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    font-size: 1.3rem;
    color: #fff; }
    .btn1 a:hover, .btn1 a:active, .btn1 a:focus {
      border: 2px solid #FF5F00;
      color: #FF5F00; }

.btn2 {
  text-align: center;
  margin: 1rem 0; }
  .btn2 a {
    display: inline-block;
    width: 130px;
    height: 60px;
    line-height: 60px;
    font-size: 1.3rem;
    background-color: #D7D4D1;
    border-radius: 5px;
    border: 1px solid #D7D4D1; }
    .btn2 a:hover {
      color: #D7D4D1;
      background: none; }

.btn3 {
  text-align: center;
  margin: 1rem 0; }
  .btn3 a {
    display: inline-block;
    border: 2px solid #FF5F00;
    width: 130px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    font-size: 1.3rem;
    color: #FF5F00; }
    .btn3 a:hover, .btn3 a:active, .btn3 a:focus {
      color: #fff;
      background-color: #FF5F00; }

.btn-long a {
  width: 200px; }

.h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center; }

.h2 {
  display: block;
  width: 100%;
  margin: 0 auto; }
  .h2 p {
    text-align: center;
    font-size: 3rem;
    color: #fff; }
  .h2 span {
    font-size: 2rem;
    color: #fff; }

.vh90 {
  height: 90vh; }

.savant-icon {
  font-family: 'savant-glyphs'; }

#banner {
  position: relative; }
  #banner .banner-slider,
  #banner .banner-row {
    margin-bottom: 0; }
    #banner .banner-slider .slick-dots,
    #banner .banner-row .slick-dots {
      bottom: 4rem; }
      #banner .banner-slider .slick-dots button:before,
      #banner .banner-row .slick-dots button:before {
        color: #fff; }
    #banner .banner-slider .item .bg-img,
    #banner .banner-row .item .bg-img {
      display: block;
      height: 90vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
      #banner .banner-slider .item .bg-img .banner-content,
      #banner .banner-row .item .bg-img .banner-content {
        font-size: 1rem;
        width: 100%;
        text-align: center; }
        #banner .banner-slider .item .bg-img .banner-content .txt-row .big-txt,
        #banner .banner-row .item .bg-img .banner-content .txt-row .big-txt {
          font-size: 3rem;
          color: #fff; }
        #banner .banner-slider .item .bg-img .banner-content .txt-row .small-txt,
        #banner .banner-row .item .bg-img .banner-content .txt-row .small-txt {
          font-size: 2rem;
          color: #fff; }
        #banner .banner-slider .item .bg-img .banner-content .txt-row .button-row,
        #banner .banner-row .item .bg-img .banner-content .txt-row .button-row {
          margin-top: 1rem; }
          #banner .banner-slider .item .bg-img .banner-content .txt-row .button-row .btn1,
          #banner .banner-row .item .bg-img .banner-content .txt-row .button-row .btn1 {
            display: inline-block;
            vertical-align: middle;
            margin: 0 1rem; }
  #banner .banner-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(165, 165, 165, 0.85);
    text-align: center; }
    #banner .banner-bottom .txt-row {
      color: #fff;
      font-size: 1.3rem;
      padding-top: 5px;
      padding-bottom: 5px; }
      #banner .banner-bottom .txt-row a:hover {
        color: #FF5F00; }

.index-section1 table {
  width: 100%; }
  .index-section1 table tr td {
    width: 33.333%;
    border: 1px solid #DBD9D6;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; }
    .index-section1 table tr td .inner {
      padding-left: 15%; }
      .index-section1 table tr td .inner .img-row,
      .index-section1 table tr td .inner .txt-row {
        display: inline-block;
        vertical-align: middle; }
      .index-section1 table tr td .inner .img-row {
        margin-right: 10px; }
      .index-section1 table tr td .inner .txt-row {
        line-height: 2;
        color: #685F57; }
        .index-section1 table tr td .inner .txt-row .txt1 {
          font-size: 1.3rem; }
        .index-section1 table tr td .inner .txt-row .txt2 {
          font-size: 1.15rem; }
        .index-section1 table tr td .inner .txt-row .more {
          font-size: 1.15rem;
          color: #FF5F00; }
          .index-section1 table tr td .inner .txt-row .more:hover {
            text-decoration: underline; }

.index-news {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .index-news .pic {
    padding-bottom: 66%;
    background: #fff;
    margin-bottom: 20px; }
  .index-news .news-row {
    max-width: 90%;
    margin: 0 auto; }
    .index-news .news-row .list {
      font-size: 0;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: auto;
      text-align: center; }
      .index-news .news-row .list > li {
        display: inline-block;
        vertical-align: top;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
        width: 25%; }
        .index-news .news-row .list > li .title {
          font-size: 1.3rem;
          text-align: center; }
        .index-news .news-row .list > li .detail {
          text-align: left;
          font-size: 1.3rem;
          padding-left: 15px;
          padding-right: 15px;
          margin-top: 5px; }

#inner-banner {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: cover; }

.page-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #fff; }
  .page-blank .h3 {
    width: 100%;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto; }
    .page-blank .h3 p {
      font-size: 3rem; }
    .page-blank .h3 span {
      font-size: 2rem; }
  .page-blank .button-row .btn3 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
    margin-right: 1rem; }

.banner-row.lamp section:nth-child(even) .txt-row, .banner-row.rtl section:nth-child(even) .txt-row {
  margin-left: 0;
  margin-right: auto; }

.banner-row.lamp section:nth-child(odd) .txt-row, .banner-row.rtl section:nth-child(odd) .txt-row {
  margin-left: auto; }

.banner-row.lamp section.txt-right .txt-row, .banner-row.rtl section.txt-right .txt-row {
  margin-right: 0;
  margin-left: auto; }

.banner-row section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .banner-row section.color-dark .txt-row {
    color: #696057; }
  .banner-row section .txt-row {
    width: 50%;
    text-align: left;
    color: #fff;
    display: block; }
    .banner-row section .txt-row .h4 {
      max-width: 600px;
      margin: 0 auto; }
    .banner-row section .txt-row p {
      text-align: center;
      white-space: nowrap;
      font-size: 2rem; }
      .banner-row section .txt-row p .number-icon {
        display: inline-block;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 2rem;
        border-radius: 50%;
        border: 1px solid #696057;
        color: #696057;
        margin-right: 5px; }
      .banner-row section .txt-row p .number-icon-white {
        display: inline-block;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 2rem;
        border-radius: 50%;
        border: 1px solid white;
        color: white;
        margin-right: 5px; }
    .banner-row section .txt-row span {
      font-size: 1.4rem; }
  .banner-row section:nth-child(even) .txt-row {
    margin-left: auto; }
  .banner-row section.page-blank .txt-row {
    width: 100%;
    text-align: center; }
  .banner-row section.section9.block, .banner-row section.section10.block, .banner-row section.section11.block, .banner-row section.section12.block, .banner-row section.section13.block {
    display: block; }
  .banner-row section.section9 .detail-row, .banner-row section.section10 .detail-row, .banner-row section.section11 .detail-row, .banner-row section.section12 .detail-row, .banner-row section.section13 .detail-row {
    width: 100%;
    background-color: #fff; }
    .banner-row section.section9 .detail-row .flex, .banner-row section.section10 .detail-row .flex, .banner-row section.section11 .detail-row .flex, .banner-row section.section12 .detail-row .flex, .banner-row section.section13 .detail-row .flex {
      max-width: 1000px;
      margin: 0 auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 2rem 0; }
      .banner-row section.section9 .detail-row .flex .item, .banner-row section.section10 .detail-row .flex .item, .banner-row section.section11 .detail-row .flex .item, .banner-row section.section12 .detail-row .flex .item, .banner-row section.section13 .detail-row .flex .item {
        max-width: 400px;
        width: 100%;
        white-space: nowrap;
        margin: 4rem 0; }
        .banner-row section.section9 .detail-row .flex .item .icon,
        .banner-row section.section9 .detail-row .flex .item .txt, .banner-row section.section10 .detail-row .flex .item .icon,
        .banner-row section.section10 .detail-row .flex .item .txt, .banner-row section.section11 .detail-row .flex .item .icon,
        .banner-row section.section11 .detail-row .flex .item .txt, .banner-row section.section12 .detail-row .flex .item .icon,
        .banner-row section.section12 .detail-row .flex .item .txt, .banner-row section.section13 .detail-row .flex .item .icon,
        .banner-row section.section13 .detail-row .flex .item .txt {
          display: inline-block;
          vertical-align: top; }
        .banner-row section.section9 .detail-row .flex .item .txt, .banner-row section.section10 .detail-row .flex .item .txt, .banner-row section.section11 .detail-row .flex .item .txt, .banner-row section.section12 .detail-row .flex .item .txt, .banner-row section.section13 .detail-row .flex .item .txt {
          font-size: 1.6rem;
          white-space: normal; }
  .banner-row section .rtl .txt-row {
    margin-left: auto !important;
    margin-right: 0 !important; }
  .banner-row section .ltr .txt-row {
    margin-left: 0 !important; }

.about-savant-pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .about-savant-pro .txt-row {
    width: 100%;
    text-align: center; }
    .about-savant-pro .txt-row .txt {
      font-size: 1.6rem;
      color: #fff;
      max-width: 640px;
      margin: 0 auto;
      margin-top: 2rem; }

.savant-select .item {
  float: left;
  width: 33.33333%;
  overflow: hidden;
  background-color: #575150; }
  .savant-select .item .inner {
    width: 100%;
    padding-bottom: 46.875%;
    height: 0;
    display: block;
    position: relative; }
    .savant-select .item .inner:hover {
      opacity: .8; }
    .savant-select .item .inner p {
      font-size: 2rem;
      color: #fff;
      position: absolute;
      width: 100%;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

#video-banner #video {
  height: 90vh; }

.p-list {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .p-list .list {
    width: 100%;
    max-width: 1500px;
    width: 100%;
    margin: auto; }
    .p-list .list > li {
      display: block;
      padding-top: 2rem;
      padding-bottom: 2rem; }
      .p-list .list > li a {
        display: block; }
      .p-list .list > li .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
      .p-list .list > li .txt-row,
      .p-list .list > li .img-row {
        width: 50%; }
      .p-list .list > li .img-row .bg-img {
        width: 100%;
        height: 450px; }
      .p-list .list > li .txt-row {
        background-color: #F0F0F0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2rem; }
        .p-list .list > li .txt-row .p-name {
          font-size: 1.3rem;
          margin-bottom: 1rem; }
        .p-list .list > li .txt-row .p-info {
          font-size: 1.2rem; }
  .p-list .list2 {
    max-width: 1500px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: -1rem; }
    .p-list .list2 > li {
      width: 33.33333%;
      padding-left: 1rem;
      padding-right: 1rem; }
      .p-list .list2 > li .img-row,
      .p-list .list2 > li .txt-row {
        display: block; }
      .p-list .list2 > li .img-row {
        overflow: hidden; }
        .p-list .list2 > li .img-row:hover .bg-img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }
        .p-list .list2 > li .img-row .bg-img {
          width: 100%;
          padding-bottom: 100%;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }
      .p-list .list2 > li .txt-row {
        border: 1px solid #D7D4D1; }
        .p-list .list2 > li .txt-row .inner {
          padding: 1rem 2rem;
          position: relative; }
          .p-list .list2 > li .txt-row .inner:after {
            content: 'b';
            font-family: 'savant-glyphs';
            font-size: 2rem;
            position: absolute;
            right: 0;
            top: 50%;
            bottom: 0;
            margin: auto;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #FF5F00; }
          .p-list .list2 > li .txt-row .inner .p-name {
            font-size: 1.3rem; }
          .p-list .list2 > li .txt-row .inner .p-info {
            font-size: 1.2rem; }

.bg-dark {
  background-color: #F2F2F2; }

.remote-section1 .h3 {
  text-align: center; }
  .remote-section1 .h3 p {
    font-size: 2.5rem; }
  .remote-section1 .h3 span {
    font-size: 1.5rem; }

.remote-section1 .remote_slick:first-child .h3 {
  margin-top: 2rem; }

.remote-section1 .remote_slick:nth-child(2), .remote-section1 .remote_slick:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .remote-section1 .remote_slick:nth-child(2) .h3, .remote-section1 .remote_slick:last-child .h3 {
    max-width: 50%;
    padding: 0 5%; }

.remote-section1 .remote_slick:last-child .h3 {
  margin-left: auto; }

.remote-section1 {
  position: relative;
  width: 100%; }
  .remote-section1 .txt-top {
    color: #FF5F00;
    text-align: center;
    margin-top: 4rem;
    font-weight: lighter; }
  .remote-section1 .slick-dots {
    bottom: 80px; }
  .remote-section1 .slick-dots li {
    width: 80px;
    margin: 0 1%; }
    .remote-section1 .slick-dots li button {
      width: 80px; }
      .remote-section1 .slick-dots li button:before {
        font-family: 新細明體;
        color: #FF5F00;
        width: 80px;
        font-size: 16px;
        opacity: 1; }
    .remote-section1 .slick-dots li:hover {
      opacity: 1; }
      .remote-section1 .slick-dots li:hover button {
        opacity: 1; }
        .remote-section1 .slick-dots li:hover button:before {
          opacity: 1; }
  .remote-section1 .slick-dots li.slick-active button:before {
    color: black;
    opacity: 1; }
  .remote-section1 .slick-dots li:first-child button:before {
    content: '設計'; }
  .remote-section1 .slick-dots li:nth-child(2) button:before {
    content: '觸摸屏'; }
  .remote-section1 .slick-dots li:last-child button:before {
    content: '語音控制'; }
  .remote-section1 .txt-bottom {
    bottom: 4rem;
    position: absolute;
    width: 100%;
    text-align: center; }
    .remote-section1 .txt-bottom span {
      display: inline-block;
      vertical-align: middle;
      margin: 0 2rem;
      text-align: center; }

.remote-section2 {
  background-color: #fff; }
  .remote-section2 .content {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 4rem 0; }
    .remote-section2 .content .remote-title {
      margin-bottom: 2rem;
      padding-bottom: 2rem;
      border-bottom: 1px solid #e9e9e9; }
      .remote-section2 .content .remote-title > p {
        font-size: 2.2rem;
        text-align: center; }
      .remote-section2 .content .remote-title > span {
        font-size: 1.8rem;
        text-align: center;
        display: block; }
  .remote-section2 .content1 .list {
    display: block;
    text-align: center; }
    .remote-section2 .content1 .list > li {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      text-align: left;
      display: inline-block;
      margin: 0 2%; }
      .remote-section2 .content1 .list > li .title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        text-align: center; }
      .remote-section2 .content1 .list > li .detail {
        font-size: 1.2rem; }
        .remote-section2 .content1 .list > li .detail a {
          color: #FF5F00;
          display: block;
          text-align: center; }
  .remote-section2 .content2 .list {
    font-size: 0;
    text-align: center; }
    .remote-section2 .content2 .list > li {
      display: inline-block;
      vertical-align: middle;
      width: 33.3333%; }
      .remote-section2 .content2 .list > li img {
        max-width: 75px; }
  .remote-section2 .content3 {
    padding-top: 0;
    margin-top: -4rem; }
    .remote-section2 .content3 .hide_remote {
      display: none; }
    .remote-section2 .content3 #show_remote_bt {
      display: none; }
    .remote-section2 .content3 .remote-title {
      margin-top: 8rem; }
    .remote-section2 .content3 .list {
      font-size: 0;
      text-align: center;
      margin-bottom: 3rem; }
      .remote-section2 .content3 .list > li {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        vertical-align: top; }
        .remote-section2 .content3 .list > li .big-txt {
          font-size: 1.5rem;
          margin-bottom: .5rem; }
        .remote-section2 .content3 .list > li .small-txt {
          font-size: 1.3rem; }
    .remote-section2 .content3 .remote2_33 > li {
      width: 33.3333%; }
    .remote-section2 .content3 .btn3 {
      margin-top: 0rem; }
      .remote-section2 .content3 .btn3 a {
        width: auto;
        padding-left: 1rem;
        padding-right: 1rem; }

.mc2 {
  color: #FF5F00; }

.savant-more {
  text-align: center; }
  .savant-more a {
    display: inline-block; }
    .savant-more a .icon:before {
      content: 'a';
      font-family: 'savant-glyphs';
      font-size: 1rem;
      display: inline-block;
      vertical-align: middle;
      margin-top: 2px;
      margin-left: 5px; }

.page-blank.lamp .h3, .page-blank.mitupleLine .h3 {
  text-align: left; }
  .page-blank.lamp .h3 p, .page-blank.mitupleLine .h3 p {
    text-align: center;
    font-size: 2.4rem; }
  .page-blank.lamp .h3 span, .page-blank.mitupleLine .h3 span {
    font-size: 1.4rem; }
  .page-blank.lamp .h3 .button-row, .page-blank.mitupleLine .h3 .button-row {
    text-align: center; }

.time-line-row section:nth-child(odd) .row2 .txt-row {
  left: 50%;
  text-align: left;
  margin-left: 5%; }

.time-line-row section .row1 {
  min-height: 664px;
  height: 70vh;
  position: relative;
  background-color: #fff; }
  .time-line-row section .row1:before, .time-line-row section .row1:after {
    content: '';
    width: 2px;
    height: 40%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #696057;
    display: block;
    position: absolute; }
  .time-line-row section .row1:before {
    top: 0; }
  .time-line-row section .row1:after {
    bottom: 0; }
  .time-line-row section .row1 .time {
    text-align: center;
    top: 50%;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .time-line-row section .row1 .time p {
      font-size: 1.5rem; }
    .time-line-row section .row1 .time span {
      font-size: 2.2rem; }

.time-line-row section .row2 {
  position: relative;
  width: 100%; }
  .time-line-row section .row2:before, .time-line-row section .row2:after {
    content: '';
    width: 2px;
    height: 40%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    display: block;
    position: absolute; }
  .time-line-row section .row2:before {
    top: 0; }
  .time-line-row section .row2:after {
    bottom: 0; }
  .time-line-row section .row2 .middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    font-size: 5rem;
    color: #fff;
    text-align: center; }
  .time-line-row section .row2 .txt-row {
    position: absolute;
    max-width: 630px;
    width: 45%;
    top: 50%;
    color: #fff;
    margin-top: -2rem;
    text-align: left;
    right: 50%;
    margin-right: 5%; }
    .time-line-row section .row2 .txt-row p {
      font-size: 2rem;
      text-align: center; }
    .time-line-row section .row2 .txt-row span {
      font-size: 1.3rem;
      display: block; }
    .time-line-row section .row2 .txt-row .savant-icon {
      display: inline-block;
      vertical-align: middle;
      font-size: 2rem;
      margin-right: 1rem; }
      .time-line-row section .row2 .txt-row .savant-icon + .savant-icon {
        font-size: 3rem; }

.faq-page {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .faq-page .h5 {
    font-size: 3rem;
    text-align: center;
    margin: 2rem 0 5rem; }
  .faq-page .faq-row {
    max-width: 1500px;
    margin: 0 auto; }
    .faq-page .faq-row .list .item {
      margin-bottom: 5rem; }
      .faq-page .faq-row .list .item .q {
        font-size: 1.6rem;
        margin-bottom: 5px; }
      .faq-page .faq-row .list .item .a {
        font-size: 1.3rem; }

#news .container {
  width: 80%; }

#news #inner-banner {
  height: 30vh;
  padding-top: 2rem; }

#news #news_list {
  padding: 5% 0 10%; }
  #news #news_list .list_style li {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd; }
  #news #news_list .list_style .list_date {
    color: #999;
    padding-right: 2rem; }
  #news #news_list .list_style .list_subject {
    font-size: 20px; }

#news #news_detail {
  padding: 5% 0 10%; }
  #news #news_detail .detail_date {
    color: #999;
    padding-right: 2rem; }
  #news #news_detail .detail_subject {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }
  #news #news_detail .editor {
    padding: 20px 0 10%; }
  #news #news_detail .btn5 {
    text-align: center; }
    #news #news_detail .btn5 button {
      display: inline-block;
      width: 130px;
      height: 45px;
      line-height: 45px;
      background-color: #FF5F00;
      border: 1px solid #FF5F00;
      color: #fff;
      text-align: center;
      font-size: 1.3rem;
      border-radius: 10px;
      cursor: pointer; }
      #news #news_detail .btn5 button:hover {
        background: none;
        color: #FF5F00; }

#news .pagination {
  text-align: center;
  padding: 5% 0; }
  #news .pagination li {
    display: inline-block;
    color: #666;
    width: 28px;
    height: 28px;
    line-height: 1.5rem; }
  #news .pagination .active {
    color: #000;
    text-decoration: underline; }

.login-page {
  background-color: #fff;
  padding: 4rem 0; }
  .login-page .title {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 4rem; }
  .login-page .login-page-form {
    max-width: 1000px;
    margin: 0 auto; }

.form {
  margin-bottom: 4rem; }
  .form .title {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    text-align: center; }
  .form > ul:after {
    content: '';
    display: table;
    clear: both; }
  .form > ul > li {
    margin: 1rem 0;
    padding-left: 1rem;
    padding-right: 1rem; }
    .form > ul > li .txt {
      font-size: 1.6rem; }
    .form > ul > li .input input[type="text"],
    .form > ul > li .input input[type="password"] {
      background-color: #EBEBEB;
      border: none;
      height: 45px;
      line-height: 45px;
      font-size: 1rem;
      width: 100%;
      padding: 0;
      margin: 0;
      padding-left: 1rem; }
    .form > ul > li .select {
      position: relative;
      background-color: #EBEBEB;
      height: 45px;
      line-height: 45px; }
      .form > ul > li .select select {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: none;
        background: none;
        font-size: 1rem;
        padding-left: 1rem; }
  .form > ul.r2 > li {
    width: 50%;
    float: left; }
    .form > ul.r2 > li.w25p {
      width: 25%;
      min-width: 100px; }
  .form > ul.send-button {
    margin-top: 4rem; }
    .form > ul.send-button > li .btn5 {
      text-align: center; }
      .form > ul.send-button > li .btn5 button {
        display: inline-block;
        width: 130px;
        height: 45px;
        line-height: 45px;
        background-color: #FF5F00;
        border: 1px solid #FF5F00;
        color: #fff;
        text-align: center;
        font-size: 1.3rem;
        border-radius: 10px;
        cursor: pointer; }
        .form > ul.send-button > li .btn5 button:hover {
          background: none;
          color: #FF5F00; }

.dealer-page {
  padding: 2rem 0; }
  .dealer-page .row1 .list {
    max-width: 1500px;
    margin: 0 auto; }
    .dealer-page .row1 .list .item {
      padding: 4rem 0; }
      .dealer-page .row1 .list .item:after {
        content: '';
        display: table;
        clear: both; }
      .dealer-page .row1 .list .item .left,
      .dealer-page .row1 .list .item .right {
        float: left;
        width: 50%; }
      .dealer-page .row1 .list .item .left {
        text-align: right;
        padding-right: 3%;
        font-size: 1.6rem; }
      .dealer-page .row1 .list .item .right {
        padding-left: 3%;
        font-size: 1.3rem; }

.dealer-form-page,
.password-page {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .dealer-form-page .h1 p,
  .password-page .h1 p {
    border-bottom: 1px solid #D2D2D2;
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 2rem; }
  .dealer-form-page .dealer-form,
  .dealer-form-page .password-form,
  .dealer-form-page .forget-form,
  .password-page .dealer-form,
  .password-page .password-form,
  .password-page .forget-form {
    max-width: 1000px;
    margin: 0 auto; }
  .dealer-form-page .password-form,
  .password-page .password-form {
    margin-bottom: 8rem; }

.download-page {
  padding: 4rem 0;
  background-color: #fff; }
  .download-page section {
    max-width: 1500px;
    margin: 0 auto; }
    .download-page section .group-name {
      text-align: center;
      margin-bottom: 4rem; }
      .download-page section .group-name p {
        padding-bottom: 2rem;
        border-bottom: 1px solid #D2D2D2;
        font-size: 2.5rem; }
    .download-page section .download-list {
      padding-left: 3rem;
      padding-right: 3rem; }
      .download-page section .download-list .item {
        margin-bottom: 2rem; }
        .download-page section .download-list .item .name {
          font-size: 1.6rem; }
          .download-page section .download-list .item .name span {
            display: inline-block;
            vertical-align: middle; }
        .download-page section .download-list .item .detail {
          margin-top: 5px; }

#contact {
  background-color: white; }
  #contact .contact-page {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    #contact .contact-page .h5 {
      font-size: 2.5rem;
      text-align: center;
      margin: 2rem 0 1rem; }
    #contact .contact-page .h6 {
      font-size: 1.5rem;
      text-align: center;
      margin: 1rem 0 1rem; }
    #contact .contact-page .contact-row {
      max-width: 1500px;
      margin: 0 auto;
      text-align: center;
      font-size: 1.5rem;
      line-height: 1.5em;
      color: #696057;
      padding: 2% 0 3% 0;
      border-bottom: 1px solid #d2d2d2; }
      #contact .contact-page .contact-row .contact_link {
        color: #FF5F00; }

@media only screen and (max-width: 1440px) {
  .index-news .news-row .list > li .detail {
    padding-left: 0px;
    padding-right: 0px; } }

@media only screen and (max-width: 1024px) {
  #phone-icon .button {
    display: block;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer; }
    #phone-icon .button:before, #phone-icon .button:after {
      content: "";
      position: absolute;
      top: 20%;
      width: 100%;
      height: 3px;
      background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; }
    #phone-icon .button:after {
      content: "";
      top: 60%; }
    #phone-icon .button.action {
      display: block;
      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; }
      #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; }
      #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; }
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
    z-index: 99999; }
    #burger span {
      background-color: #5e5e5e;
      display: block;
      position: absolute;
      top: 9px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:before, #burger span:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        background-color: #5e5e5e;
        -webkit-transition-duration: 0.2s, 0.2s;
        -o-transition-duration: 0.2s, 0.2s;
        transition-duration: 0.2s, 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
      #burger span:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform; }
      #burger span:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform; }
    #burger.action {
      position: fixed; }
      #burger.action span {
        background-color: transparent;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        #burger.action span:before, #burger.action span:after {
          background-color: #aaa;
          -webkit-transition-property: top,-webkit-transform;
          transition-property: top,-webkit-transform;
          -o-transition-property: top,transform;
          transition-property: top,transform;
          transition-property: top,transform,-webkit-transform;
          -webkit-transition-duration: 0.2s, 0.2s;
          -o-transition-duration: 0.2s, 0.2s;
          transition-duration: 0.2s, 0.2s;
          -webkit-transition-delay: 0s, 0.2s;
          -o-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s; }
        #burger.action span:before {
          top: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        #burger.action span:after {
          bottom: 0;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  header {
    position: fixed; }
    header #logo {
      position: static;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    header #main-nav {
      display: block;
      width: 100%;
      position: absolute;
      background-color: #696057;
      display: none; }
      header #main-nav.active {
        display: block; }
      header #main-nav .menu {
        display: block; }
        header #main-nav .menu > li {
          display: block; }
          header #main-nav .menu > li > a {
            display: block;
            color: #fff; }
          header #main-nav .menu > li .sub_menu {
            position: relative;
            width: 100%;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            margin: 0;
            float: none; }
  #whychose .whywrap {
    display: block; }
    #whychose .whywrap .why-left, #whychose .whywrap .why-right {
      width: 100%;
      float: none;
      display: block; } }

@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 13px; }
  .index-news .news-row .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .index-news .news-row .list > li {
      width: 50%;
      margin-bottom: 4rem; } }

@media only screen and (max-width: 640px) {
  .banner-navigation-bar .banner-navigation-wrap .contain .title {
    display: none; }
  .banner-navigation-bar .banner-navigation-wrap .contain ul {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden; }
    .banner-navigation-bar .banner-navigation-wrap .contain ul li {
      font-size: 14px !important; }
  .index-section1 {
    width: 100%; }
    .index-section1 table {
      display: block;
      width: 100%; }
      .index-section1 table tbody {
        display: block; }
      .index-section1 table tr {
        display: block; }
        .index-section1 table tr td {
          display: block;
          width: 100%; }
  .banner-row section .txt-row {
    width: 100%; }
  .savant-select .item {
    width: 100%;
    display: block; }
  .vh90 {
    height: 50vh; }
  .p-list .list > li .txt-row,
  .p-list .list > li .img-row {
    width: 100%; }
  .p-list .list2 {
    display: block;
    margin: 0; }
    .p-list .list2 > li {
      width: 100%;
      display: block;
      margin-bottom: 2rem; }
      .p-list .list2 > li .img-row,
      .p-list .list2 > li .txt-row {
        width: 100%; }
  .banner-row section .detail-row .flex .item {
    padding-left: 2rem; }
    .banner-row section .detail-row .flex .item .txt {
      width: 80%; }
  .time-line-row section .row2 {
    height: 70vh; }
    .time-line-row section .row2 .middle {
      font-size: 2rem; }
  #contact .contact-page .h5, #contact .contact-page .h6, #contact .contact-page .contact-row {
    text-align: left; }
  #news #news_list .list_style .list_date, #news #news_list .list_style .list_subject {
    display: block; } }

/*# sourceMappingURL=style.css.map */