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

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

.pace-inactive {
  display: none; }

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

/*泛用表格*/
.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: 100%;
  max-width: 100%; }
  .container.w2 {
    width: 1366px; }
  .container.w3 {
    width: 1200px; }

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

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

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

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

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

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

.editor {
  word-break: break-all;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor iframe {
    max-width: 100%;
    max-height: 100%; }
  .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-left {
  text-align: left; }

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

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

.bold {
  font-weight: bold; }

/*select*/
.select {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 45px;
  background-color: #EEEEEE; }

.select select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  padding-left: 1rem;
  font-size: 1rem;
  z-index: 200; }

.select:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-size: 1rem;
  line-height: 45px;
  position: absolute;
  z-index: 100;
  right: 1rem;
  top: 0; }

.w-25 {
  width: 25% !important; }

.w-33 {
  width: 33.33333% !important; }

.w-50 {
  width: 50% !important; }

.w-66 {
  width: 66.66667% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-33 {
  height: 33.33333% !important; }

.h-50 {
  height: 50% !important; }

.h-66 {
  height: 66.66667% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-6 {
  margin: 4rem !important; }

.mt-6,
.my-6 {
  margin-top: 4rem !important; }

.mr-6,
.mx-6 {
  margin-right: 4rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 4rem !important; }

.ml-6,
.mx-6 {
  margin-left: 4rem !important; }

.m-7 {
  margin: 5rem !important; }

.mt-7,
.my-7 {
  margin-top: 5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 5rem !important; }

.m-8 {
  margin: 6rem !important; }

.mt-8,
.my-8 {
  margin-top: 6rem !important; }

.mr-8,
.mx-8 {
  margin-right: 6rem !important; }

.mb-8,
.my-8 {
  margin-bottom: 6rem !important; }

.ml-8,
.mx-8 {
  margin-left: 6rem !important; }

.m-9 {
  margin: 7rem !important; }

.mt-9,
.my-9 {
  margin-top: 7rem !important; }

.mr-9,
.mx-9 {
  margin-right: 7rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 7rem !important; }

.ml-9,
.mx-9 {
  margin-left: 7rem !important; }

.m-10 {
  margin: 10rem !important; }

.mt-10,
.my-10 {
  margin-top: 10rem !important; }

.mr-10,
.mx-10 {
  margin-right: 10rem !important; }

.mb-10,
.my-10 {
  margin-bottom: 10rem !important; }

.ml-10,
.mx-10 {
  margin-left: 10rem !important; }

.p-0 {
  padding: 0 !important; }

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

.pr-0,
.px-0 {
  padding-right: 0 !important; }

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

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.p-6 {
  padding: 4rem !important; }

.pt-6,
.py-6 {
  padding-top: 4rem !important; }

.pr-6,
.px-6 {
  padding-right: 4rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 4rem !important; }

.pl-6,
.px-6 {
  padding-left: 4rem !important; }

.p-7 {
  padding: 5rem !important; }

.pt-7,
.py-7 {
  padding-top: 5rem !important; }

.pr-7,
.px-7 {
  padding-right: 5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 5rem !important; }

.pl-7,
.px-7 {
  padding-left: 5rem !important; }

.p-8 {
  padding: 6rem !important; }

.pt-8,
.py-8 {
  padding-top: 6rem !important; }

.pr-8,
.px-8 {
  padding-right: 6rem !important; }

.pb-8,
.py-8 {
  padding-bottom: 6rem !important; }

.pl-8,
.px-8 {
  padding-left: 6rem !important; }

.p-9 {
  padding: 7rem !important; }

.pt-9,
.py-9 {
  padding-top: 7rem !important; }

.pr-9,
.px-9 {
  padding-right: 7rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 7rem !important; }

.pl-9,
.px-9 {
  padding-left: 7rem !important; }

.p-10 {
  padding: 10rem !important; }

.pt-10,
.py-10 {
  padding-top: 10rem !important; }

.pr-10,
.px-10 {
  padding-right: 10rem !important; }

.pb-10,
.py-10 {
  padding-bottom: 10rem !important; }

.pl-10,
.px-10 {
  padding-left: 10rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  background: #FFFFFF; }
  header .phone {
    background: #0E3A2F;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 5px; }
  header .nav-bar {
    padding: 0; }
    header .nav-bar #logo, header .nav-bar nav, header .nav-bar a.fb {
      display: inline-block;
      vertical-align: middle;
      margin: 0 -1px; }
    header .nav-bar #logo {
      width: 100px; }
    header .nav-bar nav {
      width: calc( 100% - 240px); }
      header .nav-bar nav ul {
        padding: 0;
        margin: 0; }
        header .nav-bar nav ul li {
          list-style: none;
          margin: 0;
          padding: 40px 0;
          display: block;
          float: left;
          width: calc( 100% / 8);
          text-align: center;
          font-size: 20px; }
          header .nav-bar nav ul li a {
            display: inline-block;
            vertical-align: middle;
            width: 100%;
            height: 40px;
            line-height: 40px; }
            header .nav-bar nav ul li a:hover, header .nav-bar nav ul li a.active {
              color: #0E3A2F;
              border-bottom: 1px #0E3A2F solid; }
    header .nav-bar a.fb {
      font-size: 32px;
      margin: 0px 10px; }
    header .nav-bar .text-company {
      font-size: 20px;
      display: inline-block;
      vertical-align: middle;
      height: 40px;
      line-height: 40px; }

main {
  padding-top: 154px; }

footer {
  background: #0E3A2F;
  color: #FFFFFF;
  padding: 20px 0; }
  footer .logo {
    padding: 40px 0 20px; }
    footer .logo img {
      display: inline-block; }
  footer #copyright {
    font-size: 14px;
    line-height: 2; }

.mobile-only {
  display: none; }

.pages {
  padding: 40px 0 60px;
  text-align: center; }
  .pages a.page {
    display: inline-block;
    width: 28px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    color: #000000; }
    .pages a.page.active, .pages a.page:hover {
      color: #FFFFFF;
      background: #0E3A2F; }

.btn {
  width: 180px;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  background: #0E3A2F;
  line-height: 35px;
  font-size: 16px;
  border-radius: 18px;
  cursor: pointer;
  text-align: center; }

#gotop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 3000;
  cursor: pointer;
  border-radius: 50%;
  border: 1px #0E3A2F solid;
  color: #0E3A2F;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 25px;
  text-align: center; }

#index #banner {
  position: relative;
  z-index: 10; }
  #index #banner .slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 10; }
  #index #banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  #index #banner a.bg-img {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 40%;
    background-size: cover;
    background-position: center center; }

#index .sign {
  font-size: 16px;
  line-height: 1.75; }
  #index .sign .block {
    -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-top: 5px #0E3A2F solid;
    margin: 40px auto;
    max-width: 95%;
    padding: 20px 10px 20px; }
  #index .sign h2 {
    padding: 0 0 20px;
    margin: auto;
    color: #0E3A2F;
    font-size: 40px; }
  #index .sign .bold {
    padding: 5px 15px; }
  #index .sign ul {
    margin: 0 -5px;
    padding: 0; }
    #index .sign ul li {
      list-style: none;
      display: block; }
      #index .sign ul li input, #index .sign ul li .select {
        display: block;
        margin: 10px auto;
        width: 98%;
        background: #F2F2F2;
        border: none;
        height: 35px;
        line-height: 35px;
        font-size: 16px; }
        #index .sign ul li input[type=checkbox], #index .sign ul li .select[type=checkbox] {
          display: inline-block;
          width: 15px;
          height: 15px; }
      #index .sign ul li input {
        padding: 2px 15px; }
      #index .sign ul li select, #index .sign ul li option {
        color: #666666;
        font-size: 16px; }
      #index .sign ul li.confirm {
        line-height: 55px;
        padding: 0 20px;
        color: #0E3A2F;
        cursor: pointer; }
        #index .sign ul li.confirm label {
          display: inline-block;
          height: 55px; }
  #index .sign .button-row {
    padding: 5px 25px; }

#index .about {
  background-image: url(../images/index/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.75; }
  #index .about .container {
    margin: 0 auto; }
  #index .about .text {
    width: 650px;
    float: right;
    margin: 60px auto;
    padding: 0px 0 60px; }
    #index .about .text h2 {
      margin: 0;
      padding: 0;
      padding-right: 20px;
      font-size: 50px;
      line-height: 1.5;
      color: #78FAAE; }
    #index .about .text .inner-txt {
      padding: 40px 45px 40px 120px; }
      #index .about .text .inner-txt .title {
        line-height: 3; }
      #index .about .text .inner-txt li span {
        display: block;
        padding-left: 8em; }

#index h3.title {
  position: relative;
  margin: 20px auto 60px;
  border-bottom: 2px #0E3A2F solid;
  font-weight: normal; }
  #index h3.title div {
    background: #FFFFFF; }
    #index h3.title div.en {
      font-weight: bold;
      display: inline-block;
      font-family: 'Roboto';
      color: #78FAAE;
      letter-spacing: 2px;
      font-size: 50px;
      width: 200px;
      position: relative;
      top: 2px; }
    #index h3.title div.ch {
      width: auto;
      display: inline-block;
      color: #000000;
      font-size: 40px;
      font-weight: bold;
      letter-spacing: 0;
      position: relative;
      top: 2rem;
      background: #FFFFFF;
      padding-right: 50px; }
    #index h3.title div.button-row {
      position: absolute;
      right: 0;
      bottom: -20px;
      background: #FFFFFF;
      padding-left: 20px; }

#index .car {
  padding: 20px 0; }
  #index .car .slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: calc( 100% + 40px);
    height: 350px;
    padding: 0 40px;
    position: relative;
    left: -40px; }
  #index .car .swiper-button-next, #index .car .swiper-button-prev {
    width: 20px;
    height: 20px;
    color: #000000; }
    #index .car .swiper-button-next:after, #index .car .swiper-button-prev:after {
      font-size: 20px; }
  #index .car .swiper-button-next {
    right: 0px; }
  #index .car .swiper-button-prev {
    left: 0px; }
  #index .car .swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    #index .car .swiper-slide > a {
      display: block;
      width: 280px;
      max-width: 98%;
      height: auto; }
      #index .car .swiper-slide > a:hover .mask {
        display: block; }
    #index .car .swiper-slide .mask {
      background-color: rgba(120, 250, 174, 0.3);
      background-image: url(../images/layout/logo-mask.svg);
      background-size: 70%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    #index .car .swiper-slide .pic {
      padding-bottom: 100%; }
    #index .car .swiper-slide div.name {
      padding: 20px;
      font-weight: bold;
      display: block;
      text-align: center; }

#index .service {
  padding: 20px 0; }
  #index .service h3.title div.ch {
    padding-right: 20px; }
  #index .service ul.row {
    padding: 40px 0;
    margin: 0; }
    #index .service ul.row li {
      position: relative;
      list-style: none; }
      #index .service ul.row li.left, #index .service ul.row li.right {
        display: block;
        float: left; }
      #index .service ul.row li.left {
        width: 530px; }
      #index .service ul.row li.right {
        width: calc( 100% - 530px);
        padding: 0 30px 0 20px; }
  #index .service .slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: calc( 100% + 10px);
    height: 420px;
    padding: 0 10px;
    position: relative;
    left: -20px; }
  #index .service .swiper-button-next, #index .service .swiper-button-prev {
    width: 20px;
    height: 20px;
    color: #000000; }
    #index .service .swiper-button-next:after, #index .service .swiper-button-prev:after {
      font-size: 15px; }
  #index .service .swiper-button-next {
    right: -5px; }
  #index .service .swiper-button-prev {
    left: -5px; }
  #index .service .swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    #index .service .swiper-slide > a {
      display: block;
      width: 500px;
      margin: auto;
      max-width: 100%;
      height: auto; }
      #index .service .swiper-slide > a:hover .mask {
        display: block; }
    #index .service .swiper-slide .mask {
      background-color: rgba(14, 58, 47, 0.4);
      background-image: url(../images/layout/logo-mask.png);
      background-size: 50%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    #index .service .swiper-slide .pic {
      padding-bottom: 71.7%; }
      #index .service .swiper-slide .pic span {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%; }
    #index .service .swiper-slide div.name {
      padding: 5px;
      display: block;
      text-align: center;
      font-size: 19px;
      background: #0E3A2F;
      color: #FFFFFF; }
  #index .service .bold {
    font-size: 18px;
    margin-bottom: 10px; }
  #index .service .btn {
    cursor: none;
    width: 150px;
    font-size: 16px;
    line-height: 1.2;
    margin: 3px auto 5px;
    padding: 3px 10px; }
  #index .service .txt {
    font-size: 16px;
    color: #000000;
    padding: 5px 10px; }

#index .news {
  padding: 40px 0; }
  #index .news > .row {
    margin: 0; }
  #index .news .title, #index .news .list-row {
    display: block;
    float: left; }
  #index .news .title {
    border: none;
    width: 280px;
    height: 280px; }
    #index .news .title .ch {
      top: 0;
      padding: 0; }
    #index .news .title .button-row {
      position: absolute;
      left: 0;
      bottom: 0px; }
  #index .news .list-row {
    width: calc( 100% - 280px); }
    #index .news .list-row .n-item {
      display: inline-block;
      vertical-align: top;
      width: 31%;
      margin: 0 auto;
      margin-left: 2%;
      margin-right: -1px; }
      #index .news .list-row .n-item .pic {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        position: relative;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover; }
        #index .news .list-row .n-item .pic .date {
          background: #0E3A2F;
          color: #FFFFFF;
          text-align: center;
          position: absolute;
          left: 0;
          top: 0;
          width: 80px;
          line-height: 20px;
          padding: 5px;
          font-family: 'Roboto';
          font-size: 18px; }
          #index .news .list-row .n-item .pic .date i {
            font-style: normal;
            display: block;
            font-size: 14px; }
      #index .news .list-row .n-item .name {
        padding: 10px 0;
        font-size: 16px;
        line-height: 28px;
        height: 60px;
        overflow: hidden; }
      #index .news .list-row .n-item:hover {
        border-bottom: 1px #0E3A2F solid; }

#index .product {
  padding: 20px 0; }
  #index .product h3.title div.ch {
    padding-right: 40px; }
  #index .product .p-item > a {
    display: block;
    width: 280px;
    max-width: 100%;
    height: auto; }
  #index .product .p-item .pic {
    padding-bottom: 100%; }
  #index .product .p-item div.name {
    padding: 20px;
    display: block;
    text-align: center; }

#index .branch {
  background-color: #000;
  background-image: url(../images/index/branch.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 40px 0 60px; }
  #index .branch h3.title {
    width: 380px;
    max-width: 100%;
    border-bottom: none;
    margin: 20px auto 40px;
    padding: 0; }
    #index .branch h3.title > div {
      position: static; }
      #index .branch h3.title > div.en, #index .branch h3.title > div.ch {
        width: 100%;
        height: auto;
        background: none; }
      #index .branch h3.title > div.ch {
        color: #FFFFFF;
        text-align: center;
        position: relative;
        top: 0;
        padding: 0; }
  #index .branch .shop-row .s-item {
    line-height: 1.75; }
    #index .branch .shop-row .s-item .pic {
      padding-bottom: 75%; }
    #index .branch .shop-row .s-item .name {
      color: #78FAAE;
      font-size: 22px;
      padding: 20px 0 0px; }
    #index .branch .shop-row .s-item .tel, #index .branch .shop-row .s-item .address {
      color: #FFFFFF;
      font-size: 16px;
      padding: 0px 0;
      line-height: 25px; }
      #index .branch .shop-row .s-item .tel i, #index .branch .shop-row .s-item .address i {
        font-size: 20px;
        display: inline-block;
        margin-right: 10px; }

#index .contact {
  padding: 40px 0; }
  #index .contact h3.title {
    width: 575px;
    max-width: 100%;
    border-bottom: none;
    margin: 20px auto;
    padding: 0; }
    #index .contact h3.title > div {
      position: static; }
      #index .contact h3.title > div.en, #index .contact h3.title > div.ch {
        width: 100%;
        height: auto;
        background: none; }
      #index .contact h3.title > div.ch {
        color: #656565;
        text-align: center;
        position: relative;
        left: 0px;
        top: 0;
        padding: 0; }
  #index .contact ul.row {
    width: 780px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0; }
    #index .contact ul.row li {
      list-style: none;
      display: block; }
      #index .contact ul.row li input, #index .contact ul.row li textarea, #index .contact ul.row li select {
        display: block;
        margin: 10px auto;
        width: 98%;
        background: #F2F2F2;
        border: none;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        padding: 2px 15px; }
        #index .contact ul.row li input[type=checkbox], #index .contact ul.row li textarea[type=checkbox], #index .contact ul.row li select[type=checkbox] {
          display: inline-block;
          width: 15px;
          height: 15px; }
      #index .contact ul.row li textarea {
        width: 99%;
        height: 132px; }
  #index .contact .button-row {
    padding: 5px 25px; }
    #index .contact .button-row .btn {
      width: 100px; }

#privacy h2 {
  margin: 40px auto;
  font-size: 20px;
  line-height: 2;
  font-weight: normal; }
  #privacy h2 span {
    display: block;
    font-size: 16px; }

#privacy article {
  padding-bottom: 60px; }
  #privacy article section {
    padding: 20px 0;
    line-height: 1.75; }
    #privacy article section div {
      font-size: 16px;
      color: #000000; }
      #privacy article section div.title {
        font-size: 18px;
        color: #0E3A2F;
        font-weight: bold; }
      #privacy article section div.ps {
        font-size: 14px;
        color: #656565; }

#news #banner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 237px;
  padding: 60px 0;
  background-color: #0E3A2F; }

#news h3.title {
  position: relative;
  margin: auto;
  font-weight: normal; }
  #news h3.title div.en {
    font-weight: bold;
    display: inline-block;
    font-family: 'Roboto';
    color: #78FAAE;
    letter-spacing: 2px;
    font-size: 50px;
    width: 200px;
    position: relative;
    top: 2px; }
  #news h3.title div.ch {
    width: auto;
    display: inline-block;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    padding-right: 50px; }

#news .list-row {
  width: 100%;
  padding: 40px 0; }
  #news .list-row .n-item {
    display: block;
    vertical-align: top;
    margin: 0 auto 30px;
    border-bottom: 1px #FFFFFF solid; }
    #news .list-row .n-item .pic {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      position: relative;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
      #news .list-row .n-item .pic .date {
        background: #0E3A2F;
        color: #FFFFFF;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        line-height: 20px;
        padding: 5px;
        font-family: 'Roboto';
        font-size: 18px; }
        #news .list-row .n-item .pic .date i {
          font-style: normal;
          display: block;
          font-size: 14px; }
    #news .list-row .n-item .name {
      padding: 10px 0;
      font-size: 16px;
      line-height: 28px;
      height: 60px;
      overflow: hidden; }
    #news .list-row .n-item:hover {
      border-bottom: 1px #0E3A2F solid; }

#news .detail {
  padding: 40px 0; }
  #news .detail .name {
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px; }
    #news .detail .name .date {
      display: inline-block;
      background: #0E3A2F;
      color: #FFFFFF;
      text-align: center;
      width: 80px;
      line-height: 20px;
      padding: 5px;
      font-family: 'Roboto';
      font-size: 18px; }
      #news .detail .name .date i {
        font-style: normal;
        display: block;
        font-size: 14px; }
  #news .detail .n-pic, #news .detail .editor {
    padding: 40px 0; }

#car #banner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 237px;
  padding: 60px 0;
  background-color: #0E3A2F; }

#car h3.title {
  position: relative;
  margin: auto;
  font-weight: normal; }
  #car h3.title div.en {
    font-weight: bold;
    display: inline-block;
    font-family: 'Roboto';
    color: #78FAAE;
    letter-spacing: 2px;
    font-size: 50px;
    width: 200px;
    position: relative;
    top: 2px; }
  #car h3.title div.ch {
    width: auto;
    display: inline-block;
    color: #FFFFFF;
    font-size: 40px;
    letter-spacing: 0;
    position: relative;
    font-weight: bold;
    padding-right: 50px; }

#car .list-row {
  padding: 40px 0; }
  #car .list-row .class-item > a, #car .list-row .p-item > a {
    display: block;
    width: 280px;
    max-width: 98%;
    height: auto; }
    #car .list-row .class-item > a:hover .mask, #car .list-row .p-item > a:hover .mask {
      display: block; }
  #car .list-row .class-item .mask, #car .list-row .p-item .mask {
    background-color: rgba(120, 250, 174, 0.4);
    background-image: url(../images/layout/logo-mask.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #car .list-row .class-item .pic, #car .list-row .p-item .pic {
    padding-bottom: 100%; }
  #car .list-row .class-item div.name, #car .list-row .p-item div.name {
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    height: 76px;
    overflow: hidden; }

#car .products {
  padding: 20px 0;
  margin: 0 auto; }
  #car .products .left_class, #car .products .right {
    display: block;
    float: left; }
  #car .products .left_class {
    width: 300px;
    padding-right: 50px; }
    #car .products .left_class h2 {
      color: #0E3A2F;
      font-size: 22px;
      padding: 0 3px; }
    #car .products .left_class ul, #car .products .left_class li {
      margin: 0;
      padding: 0; }
    #car .products .left_class li {
      display: block;
      list-style: none;
      padding: 3px 0;
      font-size: 16px;
      color: #000000;
      border-bottom: 1px #CCCCCC solid; }
      #car .products .left_class li a {
        display: block;
        padding: 5px;
        font-weight: bold; }
        #car .products .left_class li a.active {
          color: #FFFFFF;
          background: #0E3A2F; }
    #car .products .left_class ul li ul {
      padding-left: 20px;
      margin: 5px 0 20px; }
      #car .products .left_class ul li ul li {
        border: none;
        padding: 1px 0; }
        #car .products .left_class ul li ul li a {
          padding: 2px; }
    #car .products .left_class .select, #car .products .left_class select {
      width: 100%;
      border: 1px #CCC solid; }
  #car .products .right {
    width: calc( 100% - 300px); }

#car .detail {
  padding: 40px 0;
  /*major-data*/ }
  #car .detail .row {
    margin: 0; }
  #car .detail ul, #car .detail li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #car .detail .pics, #car .detail .major-data {
    display: block;
    float: left; }
  #car .detail .pics {
    width: 580px;
    max-width: 100%; }
    #car .detail .pics .pics-container {
      max-width: 580px;
      margin: auto;
      overflow: hidden; }
      #car .detail .pics .pics-container .main-pic, #car .detail .pics .pics-container .sub-pics {
        position: relative; }
        #car .detail .pics .pics-container .main-pic .bg-img, #car .detail .pics .pics-container .sub-pics .bg-img {
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: cover;
          width: 100%;
          height: 0;
          padding-bottom: 70%; }
      #car .detail .pics .pics-container .main-pic {
        margin-bottom: 10px; }
      #car .detail .pics .pics-container .sub-pics {
        width: 90%;
        margin: auto; }
        #car .detail .pics .pics-container .sub-pics .swiper-button-next, #car .detail .pics .pics-container .sub-pics .swiper-button-prev {
          color: #000; }
        #car .detail .pics .pics-container .sub-pics .swiper-button-next {
          right: -30px; }
        #car .detail .pics .pics-container .sub-pics .swiper-button-prev {
          left: -30px; }
  #car .detail .major-data {
    width: calc( 100% - 580px);
    color: #000000;
    font-size: 18px;
    padding: 10px 10px 10px 50px; }
    #car .detail .major-data i {
      font-style: normal; }
    #car .detail .major-data .name {
      position: relative;
      font-size: 22px;
      padding: 20px 0;
      font-weight: bold; }
      #car .detail .major-data .name span {
        display: block;
        float: right;
        color: #0E3A2F; }
    #car .detail .major-data .s_info {
      padding: 20px 0; }
    #car .detail .major-data .button-row .btn {
      margin-left: 20px;
      position: relative; }
      #car .detail .major-data .button-row .btn i {
        position: absolute;
        right: 15px;
        top: 5px;
        font-size: 20px; }
    #car .detail .major-data .button-row .btn.white {
      background: #FFFFFF;
      color: #0E3A2F;
      border: 1px #0E3A2F solid; }
  #car .detail .info {
    padding: 40px 0 60px; }
    #car .detail .info h2.title {
      width: 95px;
      font-size: 16px;
      padding: 5px;
      text-align: center;
      color: #FFFFFF;
      background: #0E3A2F; }
    #car .detail .info .editor {
      padding: 20px 0; }

#product #banner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 237px;
  padding: 60px 0;
  background-color: #0E3A2F; }

#product h3.title {
  position: relative;
  margin: auto;
  font-weight: normal; }
  #product h3.title div.en {
    font-weight: bold;
    display: inline-block;
    font-family: 'Roboto';
    color: #78FAAE;
    letter-spacing: 2px;
    font-size: 50px;
    width: 200px;
    position: relative;
    top: 2px; }
  #product h3.title div.ch {
    width: auto;
    display: inline-block;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    padding-right: 50px; }

#product .list-row {
  padding: 40px 0; }
  #product .list-row .class-item > a, #product .list-row .p-item > a {
    display: block;
    width: 280px;
    max-width: 98%;
    height: auto; }
    #product .list-row .class-item > a:hover .mask, #product .list-row .p-item > a:hover .mask {
      display: block; }
  #product .list-row .class-item .mask, #product .list-row .p-item .mask {
    background-color: rgba(120, 250, 174, 0.4);
    background-image: url(../images/layout/logo-mask.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #product .list-row .class-item .pic, #product .list-row .p-item .pic {
    padding-bottom: 100%; }
  #product .list-row .class-item div.name, #product .list-row .p-item div.name {
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    height: 76px;
    overflow: hidden; }

#product .products {
  padding: 20px 0;
  margin: 0 auto; }
  #product .products .left_class, #product .products .right {
    display: block;
    float: left; }
  #product .products .left_class {
    width: 300px;
    padding-right: 50px; }
    #product .products .left_class h2 {
      color: #0E3A2F;
      font-size: 22px;
      padding: 0 3px; }
    #product .products .left_class ul, #product .products .left_class li {
      margin: 0;
      padding: 0; }
    #product .products .left_class li {
      display: block;
      list-style: none;
      padding: 3px 0;
      font-size: 16px;
      color: #000000;
      border-bottom: 1px #CCCCCC solid; }
      #product .products .left_class li a {
        display: block;
        padding: 5px;
        font-weight: bold; }
        #product .products .left_class li a.active {
          color: #FFFFFF;
          background: #0E3A2F; }
    #product .products .left_class ul li ul {
      padding-left: 20px;
      margin: 5px 0 20px; }
      #product .products .left_class ul li ul li {
        border: none;
        padding: 1px 0; }
        #product .products .left_class ul li ul li a {
          padding: 2px; }
    #product .products .left_class .select, #product .products .left_class select {
      width: 100%;
      border: 1px #CCC solid; }
  #product .products .right {
    width: calc( 100% - 300px); }

#product .detail {
  padding: 40px 0;
  /*major-data*/ }
  #product .detail .row {
    margin: 0; }
  #product .detail ul, #product .detail li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #product .detail .pics, #product .detail .major-data {
    display: block;
    float: left; }
  #product .detail .pics {
    width: 580px;
    max-width: 100%; }
    #product .detail .pics .pics-container {
      max-width: 580px;
      margin: auto;
      overflow: hidden; }
      #product .detail .pics .pics-container .main-pic, #product .detail .pics .pics-container .sub-pics {
        position: relative; }
        #product .detail .pics .pics-container .main-pic .bg-img, #product .detail .pics .pics-container .sub-pics .bg-img {
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: cover;
          width: 100%;
          height: 0;
          padding-bottom: 70%; }
      #product .detail .pics .pics-container .main-pic {
        margin-bottom: 10px; }
      #product .detail .pics .pics-container .sub-pics {
        width: 90%;
        margin: auto; }
        #product .detail .pics .pics-container .sub-pics .swiper-button-next, #product .detail .pics .pics-container .sub-pics .swiper-button-prev {
          color: #000; }
        #product .detail .pics .pics-container .sub-pics .swiper-button-next {
          right: -30px; }
        #product .detail .pics .pics-container .sub-pics .swiper-button-prev {
          left: -30px; }
  #product .detail .major-data {
    width: calc( 100% - 580px);
    color: #000000;
    font-size: 18px;
    padding: 10px 10px 10px 50px; }
    #product .detail .major-data i {
      font-style: normal; }
    #product .detail .major-data .name {
      position: relative;
      font-size: 22px;
      padding: 20px 0; }
      #product .detail .major-data .name span {
        display: block;
        float: right;
        color: #0E3A2F; }
    #product .detail .major-data .s_info {
      padding: 20px 0; }
    #product .detail .major-data .button-row .btn {
      border: 1px #0084FF solid;
      color: #0084FF;
      background: #FFFFFF;
      margin-left: 20px;
      position: relative; }
      #product .detail .major-data .button-row .btn i {
        display: inline-block;
        font-size: 22px;
        vertical-align: middle; }
  #product .detail .info {
    padding: 40px 0 60px; }
    #product .detail .info h2.title {
      width: 95px;
      font-size: 16px;
      padding: 5px;
      text-align: center;
      color: #FFFFFF;
      background: #0E3A2F; }
    #product .detail .info .editor {
      padding: 20px 0; }

#video #banner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 237px;
  padding: 60px 0;
  background-color: #0E3A2F; }

#video h3.title {
  position: relative;
  margin: auto;
  font-weight: normal; }
  #video h3.title div.en {
    font-weight: bold;
    display: inline-block;
    font-family: 'Roboto';
    color: #78FAAE;
    letter-spacing: 2px;
    font-size: 50px;
    width: 200px;
    position: relative;
    top: 2px; }
  #video h3.title div.ch {
    width: auto;
    display: inline-block;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    padding-right: 50px; }

#video .list-row {
  padding: 40px 0; }
  #video .list-row .class-item > a {
    display: block;
    width: 280px;
    max-width: 98%;
    height: auto; }
    #video .list-row .class-item > a:hover .mask {
      display: block; }
  #video .list-row .class-item .mask {
    background-color: rgba(120, 250, 174, 0.4);
    background-image: url(../images/layout/logo-mask.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #video .list-row .class-item .pic {
    padding-bottom: 100%; }
  #video .list-row .class-item div.name {
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    height: 76px;
    overflow: hidden; }
  #video .list-row .v-item {
    display: block;
    vertical-align: top;
    margin: 0 auto;
    border-bottom: 1px #FFFFFF solid; }
    #video .list-row .v-item .pic {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      position: relative;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
      #video .list-row .v-item .pic .date {
        background: #0E3A2F;
        color: #FFFFFF;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        line-height: 20px;
        padding: 5px;
        font-family: 'Roboto';
        font-size: 18px; }
        #video .list-row .v-item .pic .date i {
          font-style: normal;
          display: block;
          font-size: 14px; }
    #video .list-row .v-item .name {
      padding: 10px 0;
      font-size: 16px;
      line-height: 28px;
      height: 56px;
      overflow: hidden; }
    #video .list-row .v-item:hover {
      border-bottom: 1px #0E3A2F solid; }

#video .products {
  padding: 20px 0;
  margin: 0 auto; }
  #video .products .left_class, #video .products .right {
    display: block;
    float: left; }
  #video .products .left_class {
    width: 300px;
    padding-right: 50px; }
    #video .products .left_class h2 {
      color: #0E3A2F;
      font-size: 22px;
      padding: 0 3px; }
    #video .products .left_class ul, #video .products .left_class li {
      margin: 0;
      padding: 0; }
    #video .products .left_class li {
      display: block;
      list-style: none;
      padding: 3px 0;
      font-size: 16px;
      color: #000000;
      border-bottom: 1px #CCCCCC solid; }
      #video .products .left_class li a {
        display: block;
        padding: 5px; }
        #video .products .left_class li a.active {
          color: #FFFFFF;
          background: #0E3A2F; }
    #video .products .left_class ul li ul {
      padding-left: 20px;
      margin: 5px 0 20px; }
      #video .products .left_class ul li ul li {
        border: none;
        padding: 1px 0; }
        #video .products .left_class ul li ul li a {
          padding: 2px; }
    #video .products .left_class .select, #video .products .left_class select {
      width: 100%;
      border: 1px #CCC solid; }
  #video .products .right {
    width: calc( 100% - 300px); }

#video .detail {
  padding: 40px 0; }
  #video .detail .name {
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px; }
    #video .detail .name .date {
      display: inline-block;
      background: #0E3A2F;
      color: #FFFFFF;
      text-align: center;
      width: 80px;
      line-height: 20px;
      padding: 5px;
      font-family: 'Roboto';
      font-size: 18px; }
      #video .detail .name .date i {
        font-style: normal;
        display: block;
        font-size: 14px; }
  #video .detail .n-pic, #video .detail .editor {
    padding: 40px 0; }

@media only screen and (max-width: 1200px) {
  .row {
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; }
  /*--- header ---*/
  #burger {
    width: 35px;
    height: 50px;
    font-size: 0;
    position: fixed;
    top: 35px;
    right: 5px;
    cursor: pointer;
    z-index: 99999;
    background: none; }
    #burger span {
      background-color: #FFFFFF;
      border: 1px #000 solid;
      display: block;
      position: absolute;
      top: 5px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:nth-child(2) {
        top: 14px;
        -webkit-transition-property: all, -webkit-transform;
        transition-property: all, -webkit-transform;
        -o-transition-property: all, transform;
        transition-property: all, transform;
        transition-property: all, transform, -webkit-transform; }
      #burger span:last-child {
        top: 23px;
        -webkit-transition-property: all, -webkit-transform;
        transition-property: all, -webkit-transform;
        -o-transition-property: all, transform;
        transition-property: all, transform;
        transition-property: all, transform, -webkit-transform;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
    #burger.active {
      position: fixed; }
      #burger.active span {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 14px;
        left: 0px; }
        #burger.active span:nth-child(2), #burger.active span:last-child {
          -webkit-transition-property: top,-webkit-transform;
          transition-property: top,-webkit-transform;
          -o-transition-property: top,transform;
          transition-property: top,transform;
          transition-property: top,transform,-webkit-transform;
          -webkit-transition-property: all, -webkit-transform;
          transition-property: all, -webkit-transform;
          -o-transition-property: all, transform;
          transition-property: all, transform;
          transition-property: all, transform, -webkit-transform; }
        #burger.active span:nth-child(2) {
          left: -100%;
          opacity: 0;
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          -webkit-transition-delay: 0.2s, 0s;
          -o-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s; }
        #burger.active span:last-child {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 9999; }
    header .nav-bar {
      padding: 10px; }
      header .nav-bar #logo, header .nav-bar a.fb {
        text-align: center; }
      header .nav-bar nav {
        width: 0; }
        header .nav-bar nav ul {
          position: fixed;
          z-index: 9999;
          width: 80vw;
          max-width: 280px;
          height: 100vh;
          padding-left: 0;
          left: auto;
          right: 0;
          top: 0;
          overflow: auto;
          font-size: 1rem;
          background-color: rgba(255, 255, 255, 0.8);
          -webkit-transform: translateX(80vw);
          -ms-transform: translateX(80vw);
          transform: translateX(80vw);
          -webkit-transition: all .65s ease-out;
          -o-transition: all .65s ease-out;
          transition: all .65s ease-out; }
          header .nav-bar nav ul.active {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: all 0.4s cubic-bezier(0.1, 0.58, 0.42, 0.85);
            -o-transition: all 0.4s cubic-bezier(0.1, 0.58, 0.42, 0.85);
            transition: all 0.4s cubic-bezier(0.1, 0.58, 0.42, 0.85); }
          header .nav-bar nav ul li {
            list-style: none;
            display: block;
            position: static;
            border-left: none;
            padding: 5px;
            width: 100%;
            height: auto;
            line-height: 60px;
            border-bottom: 1px #CCCCCC solid;
            text-align: center;
            background: #FFFFFF;
            font-size: 1.3rem; }
            header .nav-bar nav ul li:hover {
              height: auto; }
  main {
    padding-top: 0; }
  #index h3.title {
    border-bottom: none; }
    #index h3.title div {
      vertical-align: middle;
      margin: 5px; }
      #index h3.title div.en {
        width: auto;
        position: static; }
      #index h3.title div.ch {
        width: auto;
        display: inline-block;
        position: static;
        padding-right: 0px !important; }
      #index h3.title div.button-row {
        display: block;
        position: static;
        padding: 0; }
  #index .service ul.row li.left, #index .service ul.row li.right {
    width: 50%;
    padding: 20px; }
  #index .news h3.title {
    float: none;
    width: 100%;
    height: auto; }
    #index .news h3.title div.en, #index .news h3.title div.ch, #index .news h3.title div.button-row {
      display: inline-block;
      vertical-align: middle;
      position: static; }
  #index .news .list-row {
    width: 100%; }
  #car .list-row .class-item, #car .list-row .p-item, #car .list-row .v-item, #product .list-row .class-item, #product .list-row .p-item, #product .list-row .v-item, #video .list-row .class-item, #video .list-row .p-item, #video .list-row .v-item {
    width: 50%; }
    #car .list-row .class-item > a, #car .list-row .p-item > a, #car .list-row .v-item > a, #product .list-row .class-item > a, #product .list-row .p-item > a, #product .list-row .v-item > a, #video .list-row .class-item > a, #video .list-row .p-item > a, #video .list-row .v-item > a {
      margin: 20px auto; }
  #car .products .left_class, #car .products .right, #product .products .left_class, #product .products .right, #video .products .left_class, #video .products .right {
    float: none;
    width: 100%; }
  #car .products .left_class, #product .products .left_class, #video .products .left_class {
    padding: 20px; }
    #car .products .left_class ul, #car .products .left_class li, #product .products .left_class ul, #product .products .left_class li, #video .products .left_class ul, #video .products .left_class li {
      display: none; }
    #car .products .left_class .mobile-only, #product .products .left_class .mobile-only, #video .products .left_class .mobile-only {
      display: block; }
  #car .detail .pics, #car .detail .major-data, #car .detail .info, #product .detail .pics, #product .detail .major-data, #product .detail .info, #video .detail .pics, #video .detail .major-data, #video .detail .info {
    float: none;
    width: 100%;
    padding: 20px; }
  #news .list-row .n-item {
    width: 50%; } }

@media only screen and (max-width: 768px) {
  #index .service ul.row li.left, #index .service ul.row li.right {
    width: 100%; } }

@media only screen and (max-width: 640px) {
  #index h3.title {
    text-align: center;
    margin: 5px auto; }
    #index h3.title div.button-row {
      padding: 5px 0;
      display: block; }
  #index .sign .col-4 {
    width: 50%; }
  #index .sign .col-8 {
    width: 100%; }
  #index .about .text {
    float: none;
    width: 100%;
    padding: 40px 0;
    margin: 20px auto;
    background: rgba(0, 0, 0, 0.5); }
    #index .about .text .inner-txt {
      padding: 20px; }
  #index .news .list-row .n-item {
    width: 95%;
    display: block; }
  #index .product .col-3 {
    width: 50%; }
  #index .branch h3.title > div.ch {
    position: static; }
  #index .branch .shop-row .col-4 {
    width: 100%; }
  #index .branch .shop-row .s-item {
    padding: 0 0 20px; }
  #index .service ul.row {
    padding: 5px 0; }
    #index .service ul.row .left, #index .service ul.row .right {
      padding: 0 5px; }
  #index .service .slider {
    height: 300px;
    left: 0; }
  #index .service .swiper-slide > a {
    width: 350px; } }
