@charset "UTF-8";
col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (min-width: 576px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1200px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

body {
  font-family: "微軟正黑體", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

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

a {
  text-decoration: none !important; }

.more-btn {
  display: block;
  width: 150px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif, "微軟正黑體";
  border: 1px solid #474645;
  padding: 5px 50px;
  position: relative;
  color: #474645;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .more-btn::before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #E64800;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .more-btn:hover {
    color: #fff;
    border: 1px solid #E64800; }
    .more-btn:hover::before {
      width: 100%; }

.boruds-more {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #E64800;
  border-radius: 99rem;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .boruds-more::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 10px;
    background-color: #fff;
    width: 30px;
    height: 1px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .boruds-more::before {
    content: '';
    position: absolute;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    width: 15px;
    height: 1px;
    background-color: #fff;
    right: 8px;
    bottom: 29px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .boruds-more:hover {
    background-color: #0D3B66; }
    .boruds-more:hover::after {
      left: 15px; }
    .boruds-more:hover::before {
      right: 3px; }

.pro-more {
  display: block;
  width: 100px;
  color: #E64800;
  position: relative; }
  .pro-more::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #474645;
    right: -60px;
    bottom: -10px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .pro-more::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #474645;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    right: -62px;
    bottom: -2px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .pro-more:hover::after {
    right: -70px; }
  .pro-more:hover::before {
    right: -72px; }

.inquiry-btn {
  width: 120px;
  padding: 5px;
  background-color: #E64800;
  text-align: center;
  color: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .inquiry-btn:hover {
    background-color: #0D3B66; }

.back-btn {
  width: 120px;
  border: 1px solid #474645;
  padding: 5px;
  text-align: center;
  font-family: "Oswald", sans-serif, "微軟正黑體";
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .back-btn::before {
    content: '';
    width: 0%;
    height: 100%;
    background-color: #0D3B66;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .back-btn:hover {
    color: #fff; }
    .back-btn:hover::before {
      width: 100%; }

#web-bg {
  background-image: url(../_img/layout/bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  margin-top: 88px; }

.l-pages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px; }
  .l-pages a {
    display: block; }
    .l-pages a.pages {
      width: 30px;
      height: 30px;
      margin: 5px;
      line-height: 30px; }
      .l-pages a.pages.active {
        background-color: #E64800;
        color: #fff;
        border-radius: 99rem; }

.second {
  margin-top: 10rem;
  margin-bottom: 5rem; }
  @media (max-width: 1199.98px) {
    .second {
      margin-bottom: .5rem; } }

.main-title {
  padding: 30px 0; }
  .main-title h1 {
    color: #E64800;
    font-family: "Oswald", sans-serif, "微軟正黑體";
    text-transform: uppercase;
    font-weight: 100; }
  .main-title span {
    font-size: 1.2rem; }
  @media (max-width: 1199.98px) {
    .main-title h1 {
      font-size: 1.8rem; } }

.page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 590px; }
  .page-header::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    top: 70px;
    right: 0;
    background-image: url(../_img/layout/bg1.jpg); }
  .page-header .page-img {
    position: relative;
    width: 51%;
    z-index: 1; }
  .page-header .page-text {
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 30%;
    height: auto;
    max-height: 530px;
    padding: 70px 50px;
    left: -50px;
    bottom: -70px;
    line-height: 30px; }
    .page-header .page-text::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 210px;
      background-color: #E64800;
      bottom: -190px;
      left: 48%; }
  @media (max-width: 1440px) {
    .page-header {
      height: 500px; }
      .page-header .page-text {
        width: 45%;
        padding: 30px;
        max-height: 100%; }
        .page-header .page-text::before {
          height: 150px;
          bottom: -135px; } }
  @media (max-width: 1199.98px) {
    .page-header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page-header .page-img {
        width: 50%; }
      .page-header .page-text {
        width: 50%;
        font-size: 0.95rem;
        height: auto;
        max-height: 100%;
        top: 0;
        left: 0; }
        .page-header .page-text::before {
          display: none; } }
  @media (max-width: 991.98px) {
    .page-header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .page-header .page-img {
        width: 90%;
        margin: 0 auto; }
      .page-header .page-text {
        position: relative;
        width: 90%;
        font-size: 0.95rem;
        height: auto;
        margin: 0 auto 20px;
        left: 0;
        top: 0; } }
  @media (max-width: 767.98px) {
    .page-header .page-text {
      height: auto; } }

.text-box {
  margin: 20px 0 80px 0; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff; }
  header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
    text-decoration: none !important; }
    header a .logo-img {
      margin-right: 15px; }
    header a .logo-name span {
      display: block; }
      header a .logo-name span.tw {
        font-size: 24px; }
      header a .logo-name span.en {
        font-size: 15px; }
  header .phone-bar {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    cursor: pointer; }
    header .phone-bar::before {
      content: '\f0c9';
      font-family: 'Font Awesome 5 Pro';
      color: #474645;
      position: absolute;
      font-size: 40px;
      top: 0px;
      left: 0px;
      font-weight: 100;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    header .phone-bar.active::before {
      content: '\f00d';
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      color: #fff; }
  header nav.navbar {
    padding: 0;
    margin-top: 30px; }
  header nav.navbar-expand-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    header nav.navbar-expand-lg .nav-item {
      position: relative; }
      header nav.navbar-expand-lg .nav-item .nav-link {
        width: 100px;
        height: 20px;
        overflow: hidden;
        text-align: center;
        margin: 0px;
        padding: 0; }
        header nav.navbar-expand-lg .nav-item .nav-link span {
          display: block;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          header nav.navbar-expand-lg .nav-item .nav-link span.tw {
            margin-top: 0; }
          header nav.navbar-expand-lg .nav-item .nav-link span.en {
            color: #207510;
            margin-top: 0;
            visibility: hidden;
            opacity: 0; }
      header nav.navbar-expand-lg .nav-item .dropdown-menu {
        position: absolute;
        top: 25px;
        left: -28px;
        z-index: 6;
        display: block;
        background-color: #474645;
        width: auto;
        border-radius: 0px;
        border: none;
        text-align: center;
        padding: 10px 0px 0px 0px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        header nav.navbar-expand-lg .nav-item .dropdown-menu::before {
          content: '\f0d7';
          font-family: 'Font Awesome 5 Pro';
          font-weight: bold;
          color: #fff;
          position: absolute;
          top: -17px;
          font-size: 25px;
          left: 75px; }
        header nav.navbar-expand-lg .nav-item .dropdown-menu a.dropdown-item {
          color: #fff;
          border-bottom: 1px solid #707070;
          padding: 5px 0px 5px 0px;
          margin: 5px auto 5px;
          width: 140px;
          word-wrap: break-word; }
          header nav.navbar-expand-lg .nav-item .dropdown-menu a.dropdown-item:nth-last-child(1) {
            border-bottom: 0px; }
        header nav.navbar-expand-lg .nav-item .dropdown-menu a:hover.dropdown-item {
          background-color: #0D3B66; }
        header nav.navbar-expand-lg .nav-item .dropdown-menu .colse {
          position: absolute;
          top: 0px;
          left: 10px;
          width: 40px;
          height: 40px;
          cursor: pointer;
          display: none;
          font-weight: 100; }
          header nav.navbar-expand-lg .nav-item .dropdown-menu .colse::before {
            content: '\f060';
            font-family: 'Font Awesome 5 Pro';
            position: absolute;
            font-size: 40px;
            top: 0px;
            left: 0px;
            font-weight: 100;
            color: #fff; }
      header nav.navbar-expand-lg .nav-item:hover .nav-link span.tw {
        margin-top: -30px; }
      header nav.navbar-expand-lg .nav-item:hover .nav-link span.en {
        margin-top: 5px;
        visibility: visible;
        opacity: 1; }
      header nav.navbar-expand-lg .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible; }
  @media (max-width: 1199.98px) {
    header nav.navbar {
      margin-top: 0px; } }
  @media (max-width: 991.98px) {
    header .phone-bar {
      display: block; }
    header nav.navbar {
      position: fixed;
      background: rgba(0, 0, 0, 0.9);
      left: 0px;
      top: -9999px;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      header nav.navbar .navbar-nav {
        height: 100%;
        padding: 15px;
        width: 100%;
        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; }
        header nav.navbar .navbar-nav .nav-item {
          margin: 15px 0px;
          text-align: center; }
          header nav.navbar .navbar-nav .nav-item .nav-link {
            width: 100%;
            color: #fff; }
          header nav.navbar .navbar-nav .nav-item .dropdown-menu {
            position: fixed;
            left: 0px;
            top: 0px;
            right: 0;
            width: 80%;
            height: 80%;
            display: none;
            background: rgba(0, 0, 0, 0.9);
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            border: 1px solid #fff;
            z-index: 15;
            margin: 10%;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            header nav.navbar .navbar-nav .nav-item .dropdown-menu::before {
              display: none; }
            header nav.navbar .navbar-nav .nav-item .dropdown-menu a.dropdown-item {
              width: 100%;
              border-bottom: 0px; }
            header nav.navbar .navbar-nav .nav-item .dropdown-menu .colse {
              display: block; }
          header nav.navbar .navbar-nav .nav-item.show .dropdown-menu {
            top: 0;
            display: none; }
      header nav.navbar.active {
        top: 0px; } }
  @media (max-width: 991.98px) {
    header a .logo-img {
      margin-right: 5px; }
    header a .logo-name span.tw {
      font-size: 22px; }
    header a .logo-name span.en {
      font-size: 16px; } }

footer {
  position: relative; }
  footer .fb-messenger {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 99rem;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    -webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
    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; }
    footer .fb-messenger a {
      color: #E64800;
      font-size: 50px; }
  footer .gotop {
    width: 40px;
    cursor: pointer;
    position: fixed;
    z-index: 5;
    bottom: 100px;
    right: 10px;
    opacity: 0; }
    footer .gotop img {
      width: 28px; }
    footer .gotop li {
      margin-bottom: 10px; }
      footer .gotop li a {
        color: #E64800;
        font-size: 30px; }
  footer .footer {
    background-color: #0D3B66;
    color: #fff;
    text-align: center;
    padding: 40px 0px; }
    footer .footer .item .footer-logo img {
      width: 110px;
      height: auto; }
    footer .footer .item .footer-name {
      margin-top: 30px; }
      footer .footer .item .footer-name span {
        display: block; }
        footer .footer .item .footer-name span.tw {
          font-size: 20px; }
        footer .footer .item .footer-name span.en {
          font-size: 12px; }
    footer .footer .item .footer-nav {
      width: 50%;
      margin-bottom: 20px;
      text-align: left; }
      footer .footer .item .footer-nav a {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none; }
        footer .footer .item .footer-nav a .footer-img {
          font-size: 30px;
          margin-right: 10px; }
        footer .footer .item .footer-nav a .footer-name {
          margin-top: 0;
          font-family: "Oswald", sans-serif, "微軟正黑體";
          font-size: 20px;
          color: #FAF0CA;
          letter-spacing: 1px; }
          footer .footer .item .footer-nav a .footer-name span {
            color: #fff;
            font-size: 16px; }
    footer .footer .copyright {
      border-top: 2px solid #fff;
      padding-top: 30px;
      font-family: "Oswald", sans-serif, "微軟正黑體";
      font-size: 14px;
      letter-spacing: 1px;
      margin-top: 40px; }
      footer .footer .copyright a {
        color: #fff; }
  @media (max-width: 991.98px) {
    footer .footer .item {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    footer .fb-messenger {
      width: 40px;
      height: 40px; }
      footer .fb-messenger a {
        font-size: 30px; }
    footer .gotop {
      width: 30px;
      right: 5px; }
      footer .gotop img {
        width: 20px; }
      footer .gotop li a {
        font-size: 20px; }
    footer .footer .item .footer-nav {
      width: 100%;
      padding: 0 15px; } }

#banner {
  position: relative;
  margin-top: 88px; }
  #banner #scroll {
    position: absolute;
    z-index: 8;
    bottom: -50px;
    left: 10px;
    cursor: pointer; }
  #banner .swiper-container {
    width: 100%;
    height: auto; }
    #banner .swiper-container .swiper-wrapper {
      height: auto; }
      #banner .swiper-container .swiper-wrapper .swiper-slide {
        height: auto; }

.about-txt {
  position: relative;
  width: 38%;
  margin: 15px 20px 0px; }
  .about-txt::after, .about-txt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #207015; }
  .about-txt::after {
    width: 1px;
    height: 50px; }
  .about-txt::before {
    width: 50px;
    height: 1px; }
  .about-txt span {
    position: relative;
    width: 100%;
    display: block; }
    .about-txt span::after, .about-txt span::before {
      content: '';
      position: absolute;
      right: 0px;
      top: 0;
      background-color: #207015; }
    .about-txt span::after {
      width: 1px;
      height: 50px; }
    .about-txt span::before {
      width: 50px;
      height: 1px; }
  .about-txt h1 {
    font-family: "Oswald", sans-serif, "微軟正黑體";
    color: #E64800;
    margin-bottom: 20px;
    font-weight: 100;
    text-transform: uppercase; }
  .about-txt h4 {
    font-size: 1.5rem;
    margin-bottom: 50px; }

.index-bg {
  background-image: url(../_img/index/indx-bg.jpg);
  background-color: #207015;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  margin-top: 8rem; }
  .index-bg .mission-box {
    position: relative; }
    .index-bg .mission-box::after {
      content: '';
      width: 100px;
      height: 230px;
      background-image: url(../_img/index/home-icon.svg);
      position: absolute;
      left: 0;
      top: 0;
      background-size: contain; }
    .index-bg .mission-box .text-box {
      width: 40%;
      margin: 3rem 0 3rem 8rem;
      color: #fff; }
      .index-bg .mission-box .text-box h1 {
        text-transform: uppercase;
        font-family: "Oswald", sans-serif, "微軟正黑體"; }

.product-box-index h1 {
  font-family: "Oswald", sans-serif, "微軟正黑體";
  font-weight: 100;
  color: #E64800;
  text-transform: uppercase; }
  .product-box-index h1 span {
    color: #474645;
    font-weight: normal;
    font-size: 1.4rem; }

.product-box-index .swiper-container {
  width: 100%;
  height: auto;
  padding: 50px 0; }
  .product-box-index .swiper-container.product {
    width: 100%;
    height: auto; }
    .product-box-index .swiper-container.product .swiper-wrapper {
      height: auto; }
      .product-box-index .swiper-container.product .swiper-wrapper .swiper-slide {
        width: 25%;
        height: auto;
        position: relative;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        .product-box-index .swiper-container.product .swiper-wrapper .swiper-slide a {
          display: block; }
        .product-box-index .swiper-container.product .swiper-wrapper .swiper-slide .index-pro {
          width: 100%; }
          .product-box-index .swiper-container.product .swiper-wrapper .swiper-slide .index-pro .pro-img {
            width: 100%;
            padding-bottom: 80%;
            height: 0;
            width: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 50% 50%; }
          .product-box-index .swiper-container.product .swiper-wrapper .swiper-slide .index-pro .pro-title {
            background-color: #474645;
            color: #fff;
            text-align: center;
            line-height: 50px; }
        .product-box-index .swiper-container.product .swiper-wrapper .swiper-slide .index-pro-hover {
          position: absolute;
          background: rgba(15, 63, 107, 0.7);
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
          .product-box-index .swiper-container.product .swiper-wrapper .swiper-slide .index-pro-hover .pro-title {
            color: #fff;
            margin-bottom: 30px; }
        .product-box-index .swiper-container.product .swiper-wrapper .swiper-slide.swiper-slide-active {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          z-index: 2; }
        .product-box-index .swiper-container.product .swiper-wrapper .swiper-slide:hover .index-pro-hover {
          opacity: 1; }

.product-box-index .main-title {
  position: relative;
  margin-top: 4rem; }
  .product-box-index .main-title::after {
    content: '';
    background-image: url(../_img/index/service.svg);
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 230px; }
  .product-box-index .main-title .text-box {
    width: 80%;
    margin: 30px 0; }

.product-box-index .cus-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-bottom: 3rem; }
  .product-box-index .cus-service .left-box {
    width: 30%; }
    .product-box-index .cus-service .left-box .list-bar {
      display: none; }
    .product-box-index .cus-service .left-box .left-btn-ltem {
      background-color: #F3F3F3; }
      .product-box-index .cus-service .left-box .left-btn-ltem .list-btn {
        padding: 40px 0px 40px 100px;
        cursor: pointer;
        font-size: 1.35rem;
        border-top: 1px solid #F3F3F3; }
        .product-box-index .cus-service .left-box .left-btn-ltem .list-btn span {
          display: block;
          font-family: "Oswald", sans-serif, "微軟正黑體"; }
        .product-box-index .cus-service .left-box .left-btn-ltem .list-btn.show, .product-box-index .cus-service .left-box .left-btn-ltem .list-btn:hover {
          background-color: #207015;
          color: #fff;
          border-top: 1px solid #F3F3F3; }
  .product-box-index .cus-service .right-box {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-box-index .cus-service .right-box .bg {
      background-image: url(../_img/index/service-bg.jpg);
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      padding: 40px;
      width: 100%; }
      .product-box-index .cus-service .right-box .bg.bg-1 {
        background-image: url(../_img/index/service-bg1.jpg); }
      .product-box-index .cus-service .right-box .bg.bg-2 {
        background-image: url(../_img/index/service-bg2.jpg); }
    .product-box-index .cus-service .right-box .bg-service {
      background: rgba(32, 112, 21, 0.7);
      width: 50%;
      padding: 35px;
      position: relative; }
      .product-box-index .cus-service .right-box .bg-service .text-box {
        color: #fff;
        line-height: 30px; }
        .product-box-index .cus-service .right-box .bg-service .text-box .title {
          display: none; }
        .product-box-index .cus-service .right-box .bg-service .text-box .boruds-more {
          position: absolute;
          right: 10px;
          bottom: 10px; }

@media (max-width: 1199.98px) {
  #banner {
    margin-top: 108px; }
  .about-txt {
    margin: 15px 10px 0px; }
    .about-txt h1 {
      font-size: 1.8rem; }
    .about-txt h4 {
      font-size: 1.2rem;
      margin-bottom: 2rem; }
    .about-txt p {
      font-size: 0.95rem; }
  .index-bg {
    margin-top: 2rem;
    padding: 30px 0px; }
    .index-bg .mission-box {
      background: rgba(32, 112, 21, 0.7); }
      .index-bg .mission-box::after {
        left: 20px; }
      .index-bg .mission-box .text-box {
        width: 80%;
        margin: 1rem 0 1rem 8rem; }
        .index-bg .mission-box .text-box h1 {
          font-size: 1.8rem; }
        .index-bg .mission-box .text-box h4 {
          font-size: 1.2rem; }
        .index-bg .mission-box .text-box p {
          font-size: 0.95rem; }
  .product-box-index {
    position: relative; }
    .product-box-index h1 {
      font-size: 1.8rem; }
      .product-box-index h1 span {
        font-size: 1.1rem; }
    .product-box-index .pro-more {
      position: absolute;
      right: 6rem;
      top: 20px; }
    .product-box-index .cus-service .left-box .left-btn-ltem .list-btn {
      padding-left: 30px;
      padding-right: 30px;
      font-size: 1.2rem; }
    .product-box-index .cus-service .right-box .bg-service {
      width: 80%; } }

@media (max-width: 991.98px) {
  .about-txt {
    width: 100%; }
  .product-box-index .swiper-container.product .swiper-wrapper .swiper-slide .index-pro .pro-title {
    font-size: 0.8rem; } }

@media (max-width: 767.98px) {
  #banner {
    margin-top: 95px; }
  .index-bg {
    background-position: 80% 50%; }
    .index-bg .mission-box::after {
      background-size: 50px;
      background-repeat: no-repeat; }
    .index-bg .mission-box .text-box {
      margin-left: 1.5rem;
      width: 90%; }
  .product-box-index .pro-more {
    top: 50px; }
  .product-box-index .swiper-container.product .swiper-wrapper .swiper-slide {
    width: 75%; }
  .product-box-index .main-title {
    margin-top: 2rem; }
    .product-box-index .main-title::after {
      display: none; }
    .product-box-index .main-title .text-box {
      width: 100%;
      margin: 15px 0; }
  .product-box-index .cus-service .left-box {
    width: 100%; }
    .product-box-index .cus-service .left-box .list-bar {
      background-color: #F3F3F3;
      padding: 10px;
      position: relative;
      cursor: pointer;
      display: block; }
      .product-box-index .cus-service .left-box .list-bar::before {
        content: '\f0c9';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 10px;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
      .product-box-index .cus-service .left-box .list-bar.show::before {
        content: '\f107'; }
    .product-box-index .cus-service .left-box .left-btn-ltem {
      display: none;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      .product-box-index .cus-service .left-box .left-btn-ltem .list-btn {
        padding: 15px;
        font-size: 1rem; }
      .product-box-index .cus-service .left-box .left-btn-ltem.show {
        display: block; }
  .product-box-index .cus-service .right-box {
    width: 100%;
    padding: 15px; }
    .product-box-index .cus-service .right-box .bg-service {
      width: 100%; }
      .product-box-index .cus-service .right-box .bg-service .text-box .title {
        display: block;
        font-weight: 800;
        margin-bottom: 15px; } }

@media (max-width: 320px) {
  #banner {
    margin-top: 112px; } }

.page-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .page-header.news {
    height: 430px; }
    .page-header.news .page-text::before {
      height: 110px;
      bottom: -100px; }
  .page-header .page-img.news {
    padding-bottom: 25%;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .page-header .page-text.news {
    padding: 30px 40px; }

.news-date {
  color: #E64800;
  line-height: 40px; }

.news-titel {
  color: #474645;
  font-weight: bold;
  border-bottom: 1px solid #E64800;
  padding-bottom: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.news-editor {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  white-space: normal; }

.news-ltem {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E64800; }
  .news-ltem .news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news-ltem .news-box .news-img {
      padding-bottom: 21%;
      height: 0;
      width: 30%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; }
    .news-ltem .news-box .news-text {
      width: 65%;
      margin-left: 5%; }
      .news-ltem .news-box .news-text .date {
        color: #E64800;
        line-height: 30px;
        padding: 5px 10px; }
      .news-ltem .news-box .news-text .title {
        font-weight: bold;
        padding: 5px 10px 10px 10px;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .news-ltem .news-box .news-text .text {
        padding: 0px 10px;
        display: -webkit-box;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
  .news-ltem .news-box-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(15, 63, 107, 0.7);
    left: 0;
    top: 0;
    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;
    padding-right: 1rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .news-ltem:hover .news-box-hover {
    opacity: 1; }

.editor-text {
  padding: 30px 0px 70px; }
  .editor-text img {
    width: auto;
    height: auto;
    max-width: 100%; }

@media (max-width: 1440px) {
  .page-header.news {
    height: 390px; }
    .page-header.news .page-text::before {
      height: 90px;
      bottom: -70px; } }

@media (max-width: 1199.98px) {
  .page-header.news {
    height: 380px; } }

@media (max-width: 991.98px) {
  .page-header .page-img.news {
    padding-bottom: 80%; }
  .news-ltem .news-box .news-img {
    width: 100%;
    padding-bottom: 70%; }
  .news-ltem .news-box .news-text {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem; } }

.contact-box {
  height: 180px;
  position: relative;
  margin-top: 20px; }
  .contact-box h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
    color: #E64800;
    font-family: "Oswald", sans-serif, "微軟正黑體";
    font-weight: 100; }
  .contact-box span {
    font-size: 1.3rem;
    color: #474645;
    line-height: 40px;
    font-weight: bold; }
  .contact-box:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 80px;
    bottom: 0;
    left: 50%;
    background-color: #E64800; }

.contact-txt {
  width: 40%;
  margin: 0 auto;
  line-height: 40px;
  padding: 30px 40px 40px; }
  .contact-txt a {
    display: block;
    font-size: 1.6rem;
    font-family: "Oswald", sans-serif, "微軟正黑體";
    color: #E64800; }

.content-list {
  padding: 20px 10px; }
  .content-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .content-list ul .two {
      width: 48%;
      margin: 1%; }
    .content-list ul .one {
      width: 98%;
      margin: 1%; }
  .content-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .content-list a .content-img {
      color: #474645;
      font-size: 2rem;
      margin-right: 15px; }
    .content-list a .content-name {
      color: #E64800;
      font-size: 1.5rem;
      font-family: "Oswald", sans-serif, "微軟正黑體"; }
      .content-list a .content-name span {
        display: block;
        color: #474645;
        font-size: 1.1rem; }

.from-bg {
  background-image: url(../_img/layout/bg1.jpg);
  padding: 50px 0 40px; }
  .from-bg .from-ltem {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 40px; }
    .from-bg .from-ltem .form-group {
      margin-bottom: 25px; }
      .from-bg .from-ltem .form-group label {
        color: #000;
        font-weight: bold; }
      .from-bg .from-ltem .form-group input {
        background-color: transparent;
        border: 0px;
        border-bottom: 1px solid #474645;
        border-radius: 0px; }
        .from-bg .from-ltem .form-group input.form-control {
          padding: 0;
          font-size: 14px; }
      .from-bg .from-ltem .form-group textarea {
        background-color: transparent;
        border: 0px;
        border-bottom: 1px solid #474645;
        border-radius: 0px; }
        .from-bg .from-ltem .form-group textarea.form-control {
          padding: 10px 0px;
          font-size: 14px; }
      .from-bg .from-ltem .form-group .file-box {
        width: 100px;
        border-radius: 10px;
        border: 1px solid #474645;
        background-color: #fff;
        padding: 5px 20px;
        display: block;
        font-size: 14px;
        color: #474645;
        text-align: center; }
      .from-bg .from-ltem .form-group .file-box-txt {
        color: #E64800;
        font-size: 14px;
        margin-left: 15px; }
    .from-bg .from-ltem .more-btn {
      margin-top: 60px; }
      .from-bg .from-ltem .more-btn:hover {
        color: #E64800; }

@media (max-width: 1199.98px) {
  .contact-txt {
    width: 80%; } }

@media (max-width: 991.98px) {
  .contact-box h1 {
    font-size: 1.8rem; }
  .contact-box span {
    font-size: 1rem; }
  .content-list a .content-img {
    font-size: 1.5rem; }
  .content-list a .content-name {
    font-size: 1rem; } }

@media (max-width: 767.98px) {
  .contact-box {
    height: 200px; }
  .contact-txt {
    width: 100%; } }

.page-header.a2 {
  height: 650px; }
  .page-header.a2 .page-text {
    height: auto; }
    .page-header.a2 .page-text.a3 {
      height: auto; }

.page-header.left .page-text {
  left: 20%;
  z-index: 3; }

.page-header.left .page-img {
  right: 0;
  position: absolute; }

.page-header.left::after {
  right: 30%; }

@media (max-width: 1440px) {
  .page-header.a2 {
    height: 500px; } }

@media (max-width: 1199.98px) {
  .page-header.a2 {
    height: auto; }
    .page-header.a2 .page-text {
      height: auto; }
      .page-header.a2 .page-text.a3 {
        height: auto; }
  .page-header.left .page-text {
    left: 0; }
  .page-header.left::after {
    top: 150px;
    right: 30%; } }

@media (max-width: 991.98px) {
  .page-header.left .page-text {
    left: 0;
    margin-bottom: 0px; }
  .page-header.left .page-img {
    right: 0;
    position: relative; }
  .page-header.left::after {
    top: 70px;
    right: 30%; } }

@media (max-width: 991.98px) {
  .about-fram {
    margin-top: 6rem; }
    .about-fram.phone-fram-about {
      margin-top: 18rem; } }

.text-box .pic-box {
  width: 80%;
  margin: 0 auto; }

.page-header.pro-ltem {
  height: 460px; }
  .page-header.pro-ltem .page-img {
    padding-bottom: 20%;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .page-header.pro-ltem .page-text::before {
    height: 150px;
    bottom: -110px; }

.product-list a {
  display: block;
  position: relative;
  margin-bottom: 3rem; }
  .product-list a .pro-box .pro-img {
    width: 100%;
    padding-bottom: 80%;
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .product-list a .pro-box .pro-title {
    background-color: #474645;
    color: #fff;
    line-height: 30px;
    padding: 10px 0;
    font-size: 1rem; }
  .product-list a .pro-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(15, 63, 107, 0.7);
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .product-list a .pro-hover .pro-title {
      color: #fff;
      line-height: 40px;
      margin-bottom: 30px; }
  .product-list a:hover .pro-hover {
    opacity: 1; }

.left-nav .pro-phone-bar {
  display: none; }

.left-nav .nav-item {
  width: 100%;
  margin-bottom: 5px; }
  .left-nav .nav-item .nav-list-box {
    background-color: #0D3B66;
    padding: 15px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    color: #fff;
    cursor: pointer; }
  .left-nav .nav-item .pro-ltem-box {
    background-color: #F3F3F3;
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }
    .left-nav .nav-item .pro-ltem-box .pro-list-btn {
      padding: 10px 30px 10px 20px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .left-nav .nav-item .pro-ltem-box .pro-list-btn::after {
        content: '';
        position: absolute;
        background-image: url(../_img/product/arrow.svg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 20px;
        height: 5px;
        right: 10px;
        top: 20px;
        opacity: 1;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
      .left-nav .nav-item .pro-ltem-box .pro-list-btn.active, .left-nav .nav-item .pro-ltem-box .pro-list-btn:hover {
        background-color: #474645;
        color: #fff; }
        .left-nav .nav-item .pro-ltem-box .pro-list-btn.active::after, .left-nav .nav-item .pro-ltem-box .pro-list-btn:hover::after {
          opacity: 0; }
  .left-nav .nav-item.show .pro-ltem-box {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.right-box {
  width: 80%;
  margin: 0 0 0 auto; }
  .right-box .detail-img-box {
    width: 50%;
    margin-bottom: 3rem; }
    .right-box .detail-img-box .pro-title {
      font-size: 1.3rem;
      font-weight: bold;
      border-bottom: 1px solid #474645;
      display: none; }
    .right-box .detail-img-box .swiper-container {
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
      .right-box .detail-img-box .swiper-container.gallery-top {
        width: 100%;
        height: auto; }
        .right-box .detail-img-box .swiper-container.gallery-top .swiper-wrapper {
          height: auto; }
          .right-box .detail-img-box .swiper-container.gallery-top .swiper-wrapper .swiper-slide {
            height: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
            .right-box .detail-img-box .swiper-container.gallery-top .swiper-wrapper .swiper-slide span img {
              width: 100%; }
      .right-box .detail-img-box .swiper-container.gallery-thumbs {
        height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 0; }
        .right-box .detail-img-box .swiper-container.gallery-thumbs .swiper-wrapper {
          height: auto; }
          .right-box .detail-img-box .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide {
            height: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            opacity: 0.4;
            cursor: pointer;
            border: 1px solid #474645; }
          .right-box .detail-img-box .swiper-container.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
            opacity: 1; }
  .right-box .detail-text-box {
    width: 48%;
    margin-left: 2%; }
    .right-box .detail-text-box .pro-title {
      font-size: 1.3rem;
      font-weight: bold;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid #474645;
      margin-bottom: 1rem;
      margin-top: 2rem; }
    .right-box .detail-text-box .btn-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 1rem 0px; }

@media (max-width: 1440px) {
  .page-header.pro-ltem {
    height: 350px; } }

@media (max-width: 1199.98px) {
  .page-header.pro-ltem {
    height: auto; }
  .product-list a .pro-box .pro-title {
    font-size: 0.9rem; }
  .left-nav .nav-item .nav-list-box {
    height: auto; }
  .right-box {
    width: 70%;
    margin: 0 0 0 auto; } }

@media (max-width: 991.98px) {
  .left-nav {
    margin-bottom: 20px; }
    .left-nav .pro-phone-bar {
      display: block;
      background-color: #474645;
      padding: 10px;
      color: #fff;
      position: relative; }
      .left-nav .pro-phone-bar::before {
        content: '\f107';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        font-size: 1.2rem;
        top: 10px;
        right: 10px;
        font-weight: 100;
        color: #fff; }
      .left-nav .pro-phone-bar.show::before {
        content: '\f106'; }
    .left-nav .nav-ltem-box {
      height: 0;
      opacity: 0;
      -webkit-transition: all .0s ease;
      -o-transition: all .0s ease;
      transition: all .0s ease; }
      .left-nav .nav-ltem-box.show {
        height: auto;
        opacity: 1;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
  .right-box {
    width: 100%;
    margin: 0; } }

@media (max-width: 767.98px) {
  .page-header.pro-ltem {
    height: 280px; }
  .right-box .detail-img-box {
    width: 94%;
    margin: 3%; }
    .right-box .detail-img-box .pro-title {
      display: block; }
  .right-box .detail-text-box {
    width: 94%;
    margin: 3%; } }

.service-banner {
  position: relative;
  background-image: url(../_img/service/banner.jpg);
  width: 100%;
  padding-bottom: 15%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0% 0%;
  margin-bottom: 4rem; }
  .service-banner .banner-img {
    width: 100%;
    display: none; }
  .service-banner .banner-box {
    padding-top: 4rem; }
    .service-banner .banner-box .banner-text {
      width: 90%;
      margin: 0 auto;
      background: rgba(71, 70, 69, 0.7);
      color: #fff;
      padding: 40px 20px;
      margin-bottom: 2rem; }
    .service-banner .banner-box .banner-title {
      position: relative; }
      .service-banner .banner-box .banner-title h1 {
        font-family: "Oswald", sans-serif, "微軟正黑體";
        font-weight: 100;
        color: #E64800;
        text-transform: uppercase; }
      .service-banner .banner-box .banner-title span {
        display: block; }
        .service-banner .banner-box .banner-title span.tw {
          font-size: 1.4rem;
          line-height: 40px;
          font-weight: bold; }
      .service-banner .banner-box .banner-title::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 80px;
        background-color: #E64800;
        top: 120px;
        left: 50%; }

.page-header.service {
  height: 420px;
  margin-bottom: 70px;
  border-bottom: 1px solid #E64800; }
  .page-header.service .page-img {
    padding-bottom: 20%;
    height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  .page-header.service .page-text {
    padding: 30px 20px;
    text-align: center;
    bottom: -18%; }
    .page-header.service .page-text .banner-title {
      margin-bottom: 30px; }
      .page-header.service .page-text .banner-title h1 {
        font-family: "Oswald", sans-serif, "微軟正黑體";
        font-weight: 100;
        font-size: 2rem;
        color: #E64800;
        text-transform: uppercase;
        text-align: center; }
      .page-header.service .page-text .banner-title span {
        display: block; }
        .page-header.service .page-text .banner-title span.tw {
          font-size: 1.4rem;
          line-height: 40px;
          font-weight: bold;
          text-align: center; }
      .page-header.service .page-text .banner-title::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 0px;
        background-color: #E64800;
        top: 130px;
        left: 50%; }
    .page-header.service .page-text::before {
      display: none; }
  .page-header.service:after {
    background-image: none; }
  .page-header.service.left:after {
    left: 0; }

.equipments-title {
  height: 100px;
  position: relative;
  text-align: center; }
  .equipments-title span {
    font-size: 1.2rem;
    color: #474645;
    font-weight: bold; }
    .equipments-title span a {
      padding: 5px 15px; }
      .equipments-title span a.acvite {
        border: 2px solid #E64800; }
  .equipments-title::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background-color: #E64800;
    left: 50%;
    top: 50px; }

.equipments-box {
  margin-bottom: 30px; }
  .equipments-box .title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #474645;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px; }
    .equipments-box .title img {
      width: 80px;
      margin-right: 15px; }
  .equipments-box .equipments {
    margin-bottom: 40px; }
    .equipments-box .equipments a {
      position: relative;
      width: 100%;
      height: 260px;
      display: block; }
      .equipments-box .equipments a img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .equipments-box .equipments .title-box {
      line-height: 40px; }

@media (max-width: 1440px) {
  .page-header.service {
    height: 350px; }
    .page-header.service .page-text {
      bottom: -8%; }
  .service-banner {
    padding-bottom: 18%; }
    .service-banner .banner-box .banner-text {
      margin-bottom: 1rem; }
    .service-banner .banner-box .banner-title h1 {
      font-size: 1.8rem; }
    .service-banner .banner-box .banner-title span.tw {
      font-size: 1.2rem; } }

@media (max-width: 1199.98px) {
  .page-header.service {
    height: 280px; }
    .page-header.service .page-text {
      bottom: 0%; }
  .service-banner .banner-img {
    display: block; }
  .service-banner .banner-box {
    padding-top: 1.5rem; }
    .service-banner .banner-box .banner-text {
      width: 100%;
      margin-bottom: 10px; }
    .service-banner .banner-box .banner-title::before {
      top: 80px; }
  .equipments-box .title {
    margin-bottom: 10px; } }

@media (max-width: 991.98px) {
  .page-header.service {
    height: 400px; }
  .service-banner {
    background-size: cover; }
    .service-banner .banner-box .banner-text {
      width: 96%;
      margin: 0 auto;
      padding: 10px; } }

@media (max-width: 575.98px) {
  .page-header.service {
    height: auto;
    margin-bottom: 20px; }
    .page-header.service .page-img {
      padding-bottom: 30%; }
    .page-header.service .page-text {
      padding: 15px 10px;
      margin-bottom: 15px; }
      .page-header.service .page-text .banner-title h1 {
        font-size: 1.2rem; }
      .page-header.service .page-text .banner-title span.tw {
        font-size: 1rem; }
      .page-header.service .page-text .banner-title::before {
        top: 85px; }
  .service-banner {
    padding-bottom: 30%;
    background-size: cover; } }

@media (max-width: 375px) {
  .service-banner {
    padding-bottom: 40%;
    background-size: cover; } }

@media (max-width: 320px) {
  .service-banner {
    padding-bottom: 50%;
    background-size: cover; }
    .service-banner .banner-box .banner-title::before {
      top: 120px; } }

.left-nav .nav-ltem-box .nav-item.materials .nav-list-box {
  height: auto;
  padding: 5px 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .left-nav .nav-ltem-box .nav-item.materials .nav-list-box.active, .left-nav .nav-ltem-box .nav-item.materials .nav-list-box:hover {
    background-color: #474645; }

.right-box .materials-title {
  position: relative;
  height: 139px; }
  .right-box .materials-title h1 {
    font-family: "Oswald", sans-serif, "微軟正黑體";
    font-weight: 100;
    color: #E64800;
    font-size: 1.6rem; }
  .right-box .materials-title span {
    display: block;
    font-weight: bold;
    color: #474645; }
  .right-box .materials-title:before {
    content: '';
    width: 2px;
    height: 50px;
    background-color: #E64800;
    position: absolute;
    top: 50%;
    left: 50%; }

.right-box .materials-box {
  position: relative;
  margin-bottom: 5rem; }
  .right-box .materials-box .materials-img {
    width: 60%; }
  .right-box .materials-box .materials-text {
    position: absolute;
    background-color: #fff;
    width: 60%;
    top: 20%;
    right: 0;
    text-align: left;
    padding: 40px 20px; }
    .right-box .materials-box .materials-text ul {
      list-style-type: decimal;
      padding-left: 20px; }
      .right-box .materials-box .materials-text ul li {
        margin-bottom: 10px; }

@media (max-width: 1199.98px) {
  .right-box .materials-box {
    margin-bottom: 10rem; } }

@media (max-width: 991.98px) {
  .right-box .materials-box {
    margin-bottom: 5rem; }
    .right-box .materials-box .materials-img {
      width: 100%; }
    .right-box .materials-box .materials-text {
      position: relative;
      width: 100%; } }

@media (max-width: 767.98px) {
  .right-box .materials-box {
    margin-bottom: 5rem; }
    .right-box .materials-box .materials-img {
      width: 94%;
      margin: 0 auto; } }

@media (max-width: 320px) {
  .right-box .materials-title {
    height: 180px; }
    .right-box .materials-title:before {
      top: 60%; } }
