@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i");
html {
  overflow-y: hidden; }

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;
  line-height: 1.6;
  font-family: 'Nunito Sans','微軟正黑體','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(249, 160, 27, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #F9A01B;
  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-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: 10px;
  padding-right: 10px; }

.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, .iframe {
  position: relative;
  width: 100%;
  height: 0; }
  .map iframe, .video iframe, .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

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

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

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

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

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.underline {
  text-decoration: underline; }

main {
  background-color: #fff;
  position: relative;
  z-index: 5000;
  display: block; }

article {
  position: relative; }

section {
  padding-top: 50px;
  padding-bottom: 50px; }

.content {
  max-width: 1020px;
  margin: auto; }

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

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px; }
  .tab-list li a {
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
    padding: 1rem 30px;
    border-bottom: 2px solid #D7E0E5;
    line-height: 1; }
  .tab-list li.active a, .tab-list li:hover a {
    border-bottom: 2px solid #F9A01B;
    color: #F9A01B; }

.list1 > li {
  margin: 50px 0; }
  .list1 > li .title {
    font-size: 1.6rem;
    line-height: 1.2; }
    .list1 > li .title:after {
      content: '';
      display: block;
      height: 1px;
      width: 5.2rem;
      background-color: #F9A01B;
      margin: 20px 0; }

.img-list > li {
  margin: 50px 0; }
  .img-list > li .title {
    margin-bottom: 20px; }
    .img-list > li .title span {
      font-size: 1.3rem;
      color: #F9A01B; }
    .img-list > li .title p {
      font-size: 1.3rem; }
    .img-list > li .title:after {
      content: '';
      display: block;
      width: 10rem;
      height: 3px;
      background-color: #F9A01B; }

.mc1 {
  color: #F9A01B; }

.txt-big {
  font-size: 1.2rem;
  line-height: 2; }

.txt-big2 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold; }

.txt {
  font-size: 1rem;
  line-height: 2; }

.txt-line {
  position: relative; }
  .txt-line:after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background-color: #F9A01B;
    margin: 30px auto; }

.c2 {
  color: #999999; }

.c-white {
  color: #fff; }

.main-title {
  text-align: center;
  margin: 1rem 0 2rem; }
  .main-title span {
    font-size: .95rem;
    color: #F9A01B; }
  .main-title p {
    font-size: 2rem;
    font-weight: bold; }
  .main-title.bg-light span {
    color: #fff; }
  .main-title.bg-dark span {
    color: #F9A01B; }
  .main-title.bg-dark p {
    color: #fff; }

.main-title2 {
  text-align: center;
  margin-bottom: 4rem; }
  .main-title2 p {
    display: inline-block;
    font-size: 2.4rem; }
    .main-title2 p:after {
      content: '';
      display: block;
      width: 100px;
      height: 3px;
      background-color: #F9A01B;
      margin: auto; }
  .main-title2.txt-left p:after {
    margin: 0; }

.button-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn1 {
  display: block;
  min-width: 180px;
  border-radius: 50px;
  background-color: #F9A01B;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  border: 0;
  outline: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  cursor: pointer; }
  .btn1:hover {
    -webkit-animation: rubberBand .5s linear both;
    animation: rubberBand .5s linear both; }
  .btn1.center {
    margin-left: auto;
    margin-right: auto; }
  .btn1 > * {
    display: block;
    padding: 13px 0; }

.pb0 {
  padding-bottom: 0; }

.ma {
  margin-left: auto;
  margin-right: auto; }

.form {
  width: 100%; }
  .form li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form li .input {
      width: calc(100% - 20px);
      position: relative;
      font-size: 1.3rem;
      line-height: 35px;
      height: 35px;
      display: block;
      border-bottom: 2px solid #F9A01B;
      padding: 0px 5px;
      margin: 15px 10px; }
      .form li .input input[type="text"],
      .form li .input input[type="password"] {
        position: absolute;
        width: 100%;
        height: 100%;
        border: none;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
        display: block;
        font-size: 1.3rem;
        z-index: 50; }
        .form li .input input[type="text"]:focus + .txt, .form li .input input[type="text"]:active + .txt,
        .form li .input input[type="password"]:focus + .txt,
        .form li .input input[type="password"]:active + .txt {
          -webkit-transform: scale(0.8) translateY(-100%);
          -ms-transform: scale(0.8) translateY(-100%);
          transform: scale(0.8) translateY(-100%);
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          color: #F9A01B; }
      .form li .input .txt {
        position: relative;
        z-index: 100;
        display: inline-block;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        font-size: 1.3rem;
        line-height: 35px; }
        .form li .input .txt.active {
          -webkit-transform: scale(0.8) translateY(-100%);
          -ms-transform: scale(0.8) translateY(-100%);
          transform: scale(0.8) translateY(-100%);
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          color: #F9A01B; }
    .form li .radio-row {
      width: calc(100% - 20px);
      position: relative;
      font-size: 1.3rem;
      line-height: 35px;
      height: 35px;
      display: block;
      border-bottom: 1px solid #F9A01B;
      padding: 5px 5px;
      margin: 30px 10px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .form li .radio-row .radio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 1rem;
        cursor: pointer; }
        .form li .radio-row .radio input[type="radio"] {
          display: none; }
          .form li .radio-row .radio input[type="radio"]:checked + .circle:after {
            -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; }
        .form li .radio-row .radio .circle {
          width: 15px;
          height: 15px;
          display: block;
          border-radius: 50%;
          border: 1px solid #F9A01B;
          position: relative; }
          .form li .radio-row .radio .circle:after {
            content: '';
            width: 7px;
            height: 7px;
            background-color: #F9A01B;
            border-radius: 50%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear; }
        .form li .radio-row .radio .txt {
          position: relative;
          z-index: 100;
          display: inline-block;
          -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
          transform-origin: left top;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          font-size: 1.3rem;
          line-height: 35px;
          margin-left: 5px; }
  .form .textarea {
    display: block;
    width: calc(100% - 20px);
    height: 160px;
    position: relative;
    border: 2px solid #F9A01B;
    margin: auto;
    margin-top: 1rem; }
    .form .textarea textarea {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: none;
      font-size: 1.3rem;
      padding: 5px; }
  .form .checkbox {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .form .checkbox input[type="checkbox"] {
      display: none; }
      .form .checkbox input[type="checkbox"]:checked + .square:after {
        display: block; }
    .form .checkbox .square {
      width: 15px;
      height: 15px;
      border: 1px solid #F9A01B;
      margin-right: 5px; }
      .form .checkbox .square:after {
        content: '\f00c';
        font-family: 'Font Awesome 5 Pro';
        font-weight: normal;
        display: block;
        font-size: 1.3rem;
        color: #F9A01B;
        line-height: 15px;
        display: none; }
    .form .checkbox .txt {
      line-height: 35px;
      font-size: 1.3rem;
      color: #F9A01B; }
  .form .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form .row2 .input {
      width: calc(50% - 20px); }
  .form .button-row {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 50px; }
    .form .button-row .btn2 {
      margin: 1rem auto; }

.swiper-button-prev,
.swiper-button-next {
  width: 58px;
  height: 58px;
  background-size: contain;
  outline: none;
  opacity: .5;
  top: 0;
  bottom: 0;
  margin: auto; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 1; }

.swiper-button-prev {
  background-image: url(../_img/layout/slider_arrows_prev.png);
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.swiper-button-next {
  background-image: url(../_img/layout/slider_arrows_next.png);
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.bread {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem 0; }
  .bread li {
    color: #999999;
    font-size: .95rem; }
    .bread li + li:before {
      content: '>';
      display: inline-block;
      vertical-align: center;
      color: #999999;
      margin: 0 3px; }

.pages {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 100px; }
  .pages .page {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #F9A01B;
    border-radius: 50%;
    background-color: #fff;
    color: #000000;
    text-align: center;
    line-height: 30px;
    margin-left: .5rem;
    margin-right: .5rem; }
    .pages .page.active, .pages .page:hover {
      background-color: #F9A01B;
      color: #fff; }

.template {
  overflow: hidden;
  position: relative; }

header {
  z-index: 8000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff; }
  header .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header #logo {
    max-width: 315px; }
    header #logo a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-top: 25px;
      padding-bottom: 25px; }
    header #logo #company-name {
      font-size: 1.3rem;
      padding-left: 5px; }
      header #logo #company-name span {
        display: block;
        text-align: center;
        line-height: 1; }
        header #logo #company-name span.name-zh {
          margin-bottom: 5px; }
  header #main-nav {
    width: calc(100% - 315px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header #main-nav .menu {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      header #main-nav .menu .nav-item {
        text-align: center;
        position: relative;
        margin: 0 1.5rem;
        position: relative; }
        header #main-nav .menu .nav-item + .nav-item:before {
          content: '';
          display: block;
          width: 1px;
          height: 22px;
          background-color: #999999;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -20px;
          margin: auto;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        header #main-nav .menu .nav-item:hover > a, header #main-nav .menu .nav-item.active > a {
          color: #F9A01B; }
        header #main-nav .menu .nav-item > a {
          font-size: 1.3rem;
          display: block;
          position: relative; }
        header #main-nav .menu .nav-item .sub-menu {
          position: absolute;
          width: 166px;
          background-color: #C7DFE6;
          -webkit-transform: translate(-25%, 25%);
          -ms-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          header #main-nav .menu .nav-item .sub-menu.show {
            -webkit-transform: translate(-25%, 0);
            -ms-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
            opacity: 1;
            visibility: visible;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
          header #main-nav .menu .nav-item .sub-menu > li {
            border-bottom: 1px solid #0A122C;
            line-height: 40px; }
            header #main-nav .menu .nav-item .sub-menu > li:hover, header #main-nav .menu .nav-item .sub-menu > li.active {
              background-color: #343A4A;
              color: #fff; }
            header #main-nav .menu .nav-item .sub-menu > li > a {
              display: block; }
    header #main-nav #social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-left: 1rem; }
      header #main-nav #social > li {
        margin-left: 1rem; }
        header #main-nav #social > li:hover {
          opacity: .5; }
        header #main-nav #social > li a {
          display: block;
          width: 50px;
          height: 50px;
          border: 1px solid #F9A01B;
          border-radius: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center; }
        header #main-nav #social > li i {
          width: 100%;
          font-size: 1.3rem;
          color: #F9A01B; }
  header #google_translate_element {
    position: absolute;
    right: 0;
    top: 0; }

footer {
  background-color: #F9A01B;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center; }
  footer .container {
    padding-top: 50px;
    padding-bottom: 50px; }
  footer a:hover {
    text-decoration: underline; }
  footer #footer-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0; }
    footer #footer-info li {
      margin: .5rem 1rem; }
      footer #footer-info li a {
        display: block; }
        footer #footer-info li a i {
          color: #FFDD00; }
  footer #copyright {
    font-size: .95rem;
    opacity: .6; }

html,
body,
.template {
  scroll-behavior: smooth; }

#banner {
  position: relative; }
  #banner .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    outline: none; }
    #banner .swiper-pagination-bullet:hover {
      background-color: #F9A01B; }
  #banner .swiper-pagination-bullet-active {
    background-color: #F9A01B; }

#index #section1 {
  background-image: url(../_img/index/index_p_bg.jpg);
  background-size: cover;
  background-position: 50% 50%; }

#index #section2 {
  background-image: url(../_img/index/index_bottom_banner.jpg);
  background-size: cover;
  background-position: 50% 50%; }

.index-plist-slider {
  overflow: hidden;
  position: relative; }
  .index-plist-slider .swiper-slide {
    padding-left: 10px;
    padding-right: 10px; }
  .index-plist-slider .bg {
    background-color: #fff;
    padding: 20px; }
    .index-plist-slider .bg:hover .txt-row .p-name,
    .index-plist-slider .bg:hover .txt-row .txt.c2 {
      color: #F9A01B; }
  .index-plist-slider .img-row {
    width: 100%; }
    .index-plist-slider .img-row .bg-img {
      width: 100%;
      padding-bottom: 100%; }
  .index-plist-slider .txt-row .p-name {
    font-size: 1.3rem; }

.index-about {
  width: 450px;
  max-width: 100%; }

.about-logo {
  text-align: center;
  position: relative;
  z-index: 200;
  margin-bottom: -130px; }

.about-content {
  background-image: url(../_img/about/about_bg01.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 100; }
  .about-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(249, 160, 27, 0.9); }
  .about-content .container {
    padding-top: 90px;
    padding-bottom: 90px; }

.about-plist li {
  margin: 2rem 0; }
  .about-plist li .bg-img {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    background-position: 50% 50%; }
    .about-plist li .bg-img:hover:before {
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all .1s linear;
      -o-transition: all .1s linear;
      transition: all .1s linear; }
    .about-plist li .bg-img:hover:after {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
    .about-plist li .bg-img:hover .service-name {
      color: #000000; }
    .about-plist li .bg-img:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#F9A01B));
      background-image: -webkit-linear-gradient(left, #000000, #F9A01B);
      background-image: -o-linear-gradient(left, #000000, #F9A01B);
      background-image: linear-gradient(to right, #000000, #F9A01B);
      opacity: .5;
      -webkit-transform-origin: right;
      -ms-transform-origin: right;
      transform-origin: right;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition: all .1s linear;
      -o-transition: all .1s linear;
      transition: all .1s linear; }
    .about-plist li .bg-img:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(../_img/about/big_logo.png);
      background-repeat: no-repeat;
      background-position: 110% 50%;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); }
    .about-plist li .bg-img .service-name {
      position: absolute;
      right: 1rem;
      bottom: 1rem;
      font-size: 2.6rem;
      color: #fff;
      line-height: 1;
      z-index: 100; }
      .about-plist li .bg-img .service-name p {
        position: relative;
        z-index: 100; }
      .about-plist li .bg-img .service-name:after {
        content: '';
        width: 100%;
        height: 15px;
        background-color: #F9A01B;
        display: block;
        position: absolute;
        bottom: 0;
        right: -3rem;
        z-index: 50; }

.contact-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .contact-row .left {
    width: 33.333%;
    padding-left: 5%;
    padding-right: 5%; }
    .contact-row .left .contact-logo {
      display: block;
      margin: auto;
      margin-bottom: 4rem; }
    .contact-row .left .title {
      font-size: 1.3rem;
      font-weight: bold; }
      .contact-row .left .title:after {
        content: '';
        display: block;
        height: 2px;
        width: 5rem;
        background-color: #F9A01B; }
    .contact-row .left .address {
      font-size: .95rem;
      margin-top: 5px; }
    .contact-row .left .info-list {
      margin-top: 4rem; }
      .contact-row .left .info-list > li {
        margin-bottom: 1rem; }
        .contact-row .left .info-list > li .info-title {
          font-size: .95rem;
          color: #999999;
          line-height: 1.2; }
        .contact-row .left .info-list > li span {
          font-size: 1rem; }
        .contact-row .left .info-list > li a:hover {
          text-decoration: underline; }
  .contact-row .right {
    width: 66.666%; }
    .contact-row .right .border {
      border: 2px solid #000;
      padding-top: 30px;
      padding-bottom: 30px; }
    .contact-row .right .contact-form {
      width: 480px;
      max-width: 100%;
      margin: auto; }

#inner-banner .bg-img {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  #inner-banner .bg-img .main-title {
    text-align: center;
    width: 100%; }

.p-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%; }
  .p-category > li {
    width: 33.3333%;
    text-align: center;
    margin: 2rem 0;
    padding-left: 10px;
    padding-right: 10px; }
    .p-category > li .bg-img {
      width: 100%;
      padding-bottom: 123%;
      margin-bottom: 1rem;
      position: relative;
      display: block;
      overflow: hidden; }
      .p-category > li .bg-img:before {
        content: '';
        display: block;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F9A01B));
        background-image: -webkit-linear-gradient(top, #FFFFFF, #F9A01B);
        background-image: -o-linear-gradient(top, #FFFFFF, #F9A01B);
        background-image: linear-gradient(to bottom, #FFFFFF, #F9A01B);
        opacity: .5;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
      .p-category > li .bg-img:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../_img/product/p_logo.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-transform: translateY(-500px);
        -ms-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
      .p-category > li .bg-img:hover:before {
        opacity: .5;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
      .p-category > li .bg-img:hover:after {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease; }
    .p-category > li .category-name {
      font-size: 1.3rem; }

.p-list > li .bg-img {
  padding-bottom: 100%; }
  .p-list > li .bg-img:before, .p-list > li .bg-img:after {
    display: none; }
  .p-list > li .bg-img:hover {
    opacity: .8; }

.p-list > li .p-name {
  font-size: 1.3rem;
  text-align: left; }

.p-list > li .p-detail {
  text-align: left; }

.p-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }
  .p-top .left,
  .p-top .right {
    width: 50%; }
  .p-top .right {
    padding-left: 3rem; }

.big-img {
  overflow: hidden;
  margin-bottom: 1rem; }
  .big-img .pic {
    width: 100%;
    padding-bottom: 80%; }

.small-img-row {
  position: relative; }
  .small-img-row .swiper-button-prev,
  .small-img-row .swiper-button-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 20px;
    height: 20px;
    background: none;
    color: #F9A01B;
    font-size: 1.3rem; }
  .small-img-row .swiper-button-prev {
    left: 0; }
  .small-img-row .swiper-button-next {
    right: 0; }

.small-img {
  overflow: hidden;
  width: calc(100% - 50px);
  margin: auto; }
  .small-img .swiper-slide {
    padding-left: 5px;
    padding-right: 5px; }
  .small-img .pic {
    width: 100%;
    padding-bottom: 100%; }

.p-detail-row {
  margin-top: 80px; }
  .p-detail-row .p-bottom-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem; }
    .p-detail-row .p-bottom-title span {
      color: #F9A01B; }
  .p-detail-row .editor-row {
    padding: 4rem 0;
    border-top: 1px solid #F9A01B; }

@media only screen and (max-width: 1024px) {
  body {
    right: 0px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    body.active {
      right: 300px;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
  .container {
    width: 768px; }
  header .container {
    width: 100%; }
  header .flex {
    width: 100%;
    display: block; }
  header #main-nav {
    width: 300px;
    height: 100%;
    position: fixed;
    display: block;
    right: -300px;
    top: 0;
    background-color: #333;
    padding-top: 50px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    header #main-nav.active {
      right: 0;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
    header #main-nav .menu {
      width: 100%;
      display: block; }
      header #main-nav .menu .nav-item {
        width: 100%;
        margin: 0;
        color: #fff; }
        header #main-nav .menu .nav-item:before {
          display: none !important; }
        header #main-nav .menu .nav-item > a {
          padding: 1rem 0; }
        header #main-nav .menu .nav-item .sub-menu {
          position: static;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          opacity: 1;
          visibility: visible;
          width: 100%;
          display: none; }
          header #main-nav .menu .nav-item .sub-menu.show {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            display: block; }
          header #main-nav .menu .nav-item .sub-menu > li:hover > a, header #main-nav .menu .nav-item .sub-menu > li.active > a {
            color: #fff; }
          header #main-nav .menu .nav-item .sub-menu > li > a {
            color: #000000; }
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 60px;
    right: 25px;
    cursor: pointer;
    z-index: 9000; }
    #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.active span {
      background-color: transparent;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      #burger.active span:before, #burger.active 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.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #burger.active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .progress-bottom .progress-img02 {
    right: 0; }
  .swiper-button-prev,
  .swiper-button-next {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

@media only screen and (max-width: 640px) {
  body,
  html {
    font-size: 13px; }
  body.active {
    right: 200px; }
  main {
    margin: 0 !important; }
  header #logo img {
    margin: 0;
    width: 100px; }
  header #logo #company-name {
    display: block;
    margin: 1rem 0 0; }
    header #logo #company-name .name-zh,
    header #logo #company-name .name-en {
      display: block;
      text-align: left;
      font-size: .7rem; }
  header #burger {
    top: 1.8rem; }
  header #main-nav {
    width: 200px;
    right: -200px; }
  footer {
    position: static; }
    footer #footer-info {
      display: block; }
  #inner-banner .bg-img {
    height: 300px; }
  .p-category > li {
    width: 50%; }
  .contact-form {
    padding: 20px; }
    .contact-form .txt {
      font-size: 1rem !important; }
  .contact-info {
    display: block; }
    .contact-info .txt-row,
    .contact-info .map-row {
      width: 100%;
      margin: 50px 0; }
    .contact-info .map-row {
      width: 100%; }
      .contact-info .map-row .map {
        width: 100%;
        padding-bottom: 100%;
        height: auto;
        position: static; }
  .p-top .left,
  .p-top .right {
    width: 100%;
    padding: 0;
    margin: 50px 0; }
  .contact-row {
    display: block; }
    .contact-row .left,
    .contact-row .right {
      width: 100%; } }

@media only screen and (max-width: 320px) {
  body,
  html {
    font-size: 10px; } }

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