@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Rubik','Noto Sans TC', sans-serif !important;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.custom-container-width {
  max-width: 1240px; }

a {
  color: initial;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

input:focus, textarea:focus, button:focus {
  outline: none; }

.clearfix {
  clear: both; }

textarea {
  font: initial; }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }
  .youtube-player iframe,
  .youtube-player object,
  .youtube-player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent; }
  .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all; }
    .youtube-player img:hover {
      -webkit-filter: brightness(75%); }
  .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer; }

.header {
  position: relative;
  padding: 0 20px 0;
  max-width: 1260px;
  margin: 0 auto; }
  .header .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header .img {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .header .header-menu {
    font-size: 0;
    border-top: 0px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transition: max-height .5s ease-in-out, border .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out, border .5s ease-in-out;
    transition: max-height .5s ease-in-out, border .5s ease-in-out; }
    .header .header-menu a {
      display: inline-block;
      font-size: 20px;
      padding: 90px 16px 40px;
      color: #373741; }
      .header .header-menu a:hover, .header .header-menu a.active {
        color: #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #28b4b4), color-stop(60%, #2897b9), color-stop(99%, #2878be));
        background: -webkit-linear-gradient(top, #28b4b4 5%, #2897b9 60%, #2878be 99%);
        background: -o-linear-gradient(top, #28b4b4 5%, #2897b9 60%, #2878be 99%);
        background: linear-gradient(to bottom, #28b4b4 5%, #2897b9 60%, #2878be 99%); }
    .header .header-menu .lang {
      position: relative;
      top: 0;
      -ms-flex-item-align: start;
      align-self: flex-start; }
  .header .lang {
    position: absolute;
    right: 30px;
    padding-top: 20px; }
    .header .lang a {
      position: relative;
      display: inline-block;
      width: 78px;
      text-align: center;
      margin-right: 6px;
      padding: 9px 0;
      background: -webkit-gradient(linear, left top, right top, color-stop(5%, #2878be), color-stop(50%, #28b4b4), color-stop(95%, #2878be));
      background: -webkit-linear-gradient(left, #2878be 5%, #28b4b4 50%, #2878be 95%);
      background: -o-linear-gradient(left, #2878be 5%, #28b4b4 50%, #2878be 95%);
      background: linear-gradient(to right, #2878be 5%, #28b4b4 50%, #2878be 95%); }
      .header .lang a:hover:after {
        opacity: 0; }
      .header .lang a:hover span {
        color: #ffffff; }
      .header .lang a::after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        width: 72px;
        height: 28px;
        background: #fff;
        opacity: 1;
        -webkit-transition: opacity .2s ease-in;
        -o-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in; }
      .header .lang a span {
        position: relative;
        z-index: 10;
        color: #373741; }
  .header .ham {
    display: none;
    margin-top: 55px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .header .ham .top {
      stroke-dasharray: 40 139; }
    .header .ham .bottom {
      stroke-dasharray: 40 180; }
    .header .ham .line {
      fill: none;
      -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
      -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
      transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
      stroke: #000;
      stroke-width: 5.5;
      stroke-linecap: round; }
    .header .ham.active .top {
      stroke-dashoffset: -98px; }
    .header .ham.active .bottom {
      stroke-dashoffset: -138px; }
    .header .ham.active ~ .header-menu {
      max-height: 100vh;
      visibility: initial;
      border-top: 1px solid #b7b7b7; }
    .header .ham.hamRotate.active {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header .ham.hamRotate180.active {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

@media (max-width: 992px) {
  .header .img {
    padding: 60px 0 20px; }
  .header .header-menu {
    max-height: 0;
    bottom: 0;
    z-index: 10;
    margin: 0 auto;
    overflow: hidden; }
  .header .ham {
    display: block; } }

@media (max-width: 576px) {
  .header .img {
    padding: 80px 0 20px; }
  .header .ham {
    margin-top: 70px; }
  .header .header-menu {
    width: 100%; }
    .header .header-menu a {
      display: block;
      padding: 24px 16px; } }

.footer .footer-top {
  padding: 50px 0;
  background: #373741; }
  .footer .footer-top a {
    color: #fff; }
  .footer .footer-top .ft-center {
    position: relative;
    color: #fff;
    padding-left: 60px; }
    .footer .footer-top .ft-center::after {
      content: '';
      position: absolute;
      top: -15px;
      right: -40px;
      display: block;
      width: 1px;
      height: 140px;
      background: #787878; }
    .footer .footer-top .ft-center li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 18px; }
      .footer .footer-top .ft-center li a {
        font-size: 18px;
        margin-left: 12px; }
  .footer .footer-top .ft-end {
    text-align: right;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 0; }
    .footer .footer-top .ft-end a:hover {
      color: #00D29B; }

.footer .copyright {
  padding: 8px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #009B8C; }

@media (max-width: 992px) {
  .footer .footer-top .img {
    margin-bottom: 50px;
    text-align: left; }
  .footer .footer-top .ft-center {
    padding-left: 0;
    margin-bottom: 20px; }
    .footer .footer-top .ft-center::after {
      display: none; }
  .footer .footer-top .ft-end {
    padding-left: 0;
    text-align: left; }
    .footer .footer-top .ft-end a {
      margin-bottom: 15px; }
  .footer .copyright {
    line-height: 1.2;
    padding: 8px 4px;
    font-size: 14px; } }

.index-page .index-banner .item {
  position: relative; }

.index-page .index-banner img {
  display: block;
  width: 100%; }

.index-page .index-banner .slick-slide {
  font-size: 0; }

.index-page .index-banner .PrevArrow,
.index-page .index-banner .NextArrow {
  position: absolute;
  z-index: 20;
  width: 114px;
  height: 114px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none; }

.index-page .index-banner .PrevArrow {
  background: url(../images/index/prev.png); }

.index-page .index-banner .NextArrow {
  right: 0;
  background: url(../images/index/next.png); }

.index-page .index-banner .text {
  position: absolute;
  top: 8%;
  left: 18%; }
  .index-page .index-banner .text .text-1 {
    max-width: 496px;
    margin-bottom: 15px; }
  .index-page .index-banner .text .text-2 {
    max-width: 500px;
    border-bottom: 2px solid #373741;
    margin-bottom: 15px;
    padding-bottom: 12px; }
  .index-page .index-banner .text .text-3 {
    max-width: 496px; }

.index-page .index-item-2 {
  padding: 100px 0 100px 180px;
  background: url(../images/index/itme-2-bg.png) no-repeat center;
  background-position-y: -300px; }
  .index-page .index-item-2 .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 150px; }
  .index-page .index-item-2 .img {
    position: absolute;
    left: -300px;
    padding-top: 50px; }
  .index-page .index-item-2 .text {
    position: relative;
    max-width: 600px; }
    .index-page .index-item-2 .text p {
      position: relative;
      z-index: 1; }
    .index-page .index-item-2 .text .text-title {
      padding-bottom: 50px;
      font-size: 36px;
      font-weight: bold;
      color: #00828C; }
    .index-page .index-item-2 .text .text-con {
      line-height: 1.3;
      margin-bottom: 20px;
      font-size: 20px;
      color: #373741; }
  .index-page .index-item-2 .more {
    float: right;
    padding: 8px 25px;
    margin-top: 40px;
    font-size: 20px;
    color: #009B8C;
    border: 3px solid #009B8C;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    .index-page .index-item-2 .more:hover {
      color: #fff;
      background: #009B8C; }

.index-page .index-item-3 {
  padding: 90px 100px 100px;
  min-height: 600px;
  background: url(../images/index/item-3-bg.png); }
  .index-page .index-item-3 .index-item-3-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #FFFF6E; }
  .index-page .index-item-3 .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .index-page .index-item-3 .text {
    font-size: 26px;
    text-align: center;
    color: #fff; }

.index-page .index-item-4 {
  min-height: 600px;
  padding: 90px 0 90px 180px;
  background: url(../images/index/item-4-bg.png) bottom;
  background-attachment: fixed; }
  .index-page .index-item-4 .index-item-4-title {
    color: #00828C;
    font-size: 36px;
    font-weight: bold; }
  .index-page .index-item-4 h5 {
    line-height: 1.5;
    padding-top: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #373741; }
  .index-page .index-item-4 .contact {
    width: 100%;
    max-width: 600px; }
    .index-page .index-item-4 .contact input {
      float: left;
      width: 49%;
      height: 44px;
      max-width: 280px;
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: bold;
      padding-left: 10px;
      border: 1px solid #00828C; }
      .index-page .index-item-4 .contact input:after {
        content: '';
        display: block;
        clear: both; }
      .index-page .index-item-4 .contact input:nth-child(2n-1) {
        margin-right: 40px; }
      .index-page .index-item-4 .contact input::-webkit-input-placeholder {
        color: #00828C; }
      .index-page .index-item-4 .contact input:-ms-input-placeholder {
        color: #00828C; }
      .index-page .index-item-4 .contact input::-ms-input-placeholder {
        color: #00828C; }
      .index-page .index-item-4 .contact input::placeholder {
        color: #00828C; }
    .index-page .index-item-4 .contact textarea {
      width: 100%; }

@media (max-width: 1200px) {
  .index-page .index-banner .text {
    padding: 100px 50px;
    padding: 100px 50px;
    left: 5%; }
  .index-page .index-item-2 {
    padding: 100px 0; }
    .index-page .index-item-2 .row {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-right: 0; } }

@media (max-width: 992px) {
  .index-page .index-banner .text {
    top: 0%;
    left: 0; }
    .index-page .index-banner .text .text-1 {
      max-width: 356px; }
    .index-page .index-banner .text .text-2 {
      max-width: 360px; }
    .index-page .index-banner .text .text-3 {
      max-width: 356px; }
  .index-page .index-item-2 {
    padding: 100px 30px; }
  .index-page .index-item-4 {
    padding: 90px 10px;
    text-align: center; }
    .index-page .index-item-4 h5 {
      margin-bottom: 30px; }
    .index-page .index-item-4 .contact {
      margin: 0 auto; }
      .index-page .index-item-4 .contact input {
        width: 100%;
        max-width: 100%; }
        .index-page .index-item-4 .contact input:nth-child(2n-1) {
          margin-right: 0; } }

@media (max-width: 768px) {
  .index-page .index-banner .text {
    padding: 50px 50px; } }

@media (max-width: 576px) {
  .index-page .index-banner .text {
    padding: 15px 20px; }
    .index-page .index-banner .text .text-1 {
      max-width: 206px;
      margin-bottom: 10px; }
    .index-page .index-banner .text .text-2 {
      max-width: 210px;
      margin-bottom: 10px;
      padding-bottom: 4px; }
    .index-page .index-banner .text .text-3 {
      max-width: 206px; } }

.company-page .page-banner {
  position: relative;
  height: 390px;
  background: url(../images/about/banner.jpg) center no-repeat; }
  .company-page .page-banner h1 {
    position: absolute;
    top: 50%;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.company-page .company-itme-1 {
  width: 100%;
  min-height: 800px;
  padding-top: 110px;
  background: url(../images/about/item-1-bg.jpg) center -450px no-repeat; }
  .company-page .company-itme-1 .text {
    width: 50%; }
  .company-page .company-itme-1 h3 {
    margin-bottom: 90px;
    font-size: 40px;
    color: #003291; }
    .company-page .company-itme-1 h3 span {
      font-weight: bold; }
  .company-page .company-itme-1 h5 {
    line-height: 1.5;
    margin-bottom: 40px;
    font-size: 20px;
    color: #373741; }

.company-page .company-itme-2 {
  padding: 120px 0; }
  .company-page .company-itme-2 .company-itme-2-content {
    padding-bottom: 50px;
    text-align: center; }
    .company-page .company-itme-2 .company-itme-2-content .title {
      margin-bottom: 80px;
      font-size: 40px;
      color: #009B8C; }
      .company-page .company-itme-2 .company-itme-2-content .title span {
        font-weight: bold; }
    .company-page .company-itme-2 .company-itme-2-content .all-item {
      padding: 0 200px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .company-page .company-itme-2 .company-itme-2-content .item {
      margin-top: 40px; }
      .company-page .company-itme-2 .company-itme-2-content .item .img {
        position: relative; }
        .company-page .company-itme-2 .company-itme-2-content .item .img img {
          width: 100%;
          max-width: 246px; }
      .company-page .company-itme-2 .company-itme-2-content .item .text {
        margin-top: 50px;
        color: #373741;
        font-size: 24px;
        font-weight: 600; }

.company-page .company-itme-3 {
  overflow: hidden;
  font-size: 0; }
  .company-page .company-itme-3 .item img {
    width: 100%; }

@media (max-width: 1200px) {
  .company-page .company-itme-1 .text {
    width: 100%; }
  .company-page .company-itme-2 .company-itme-2-content .all-item {
    padding: 0 50px; }
  .company-page .company-itme-2 .company-itme-2-content .item .img {
    padding: 0 20px; } }

@media (max-width: 992px) {
  .company-page .company-itme-1 .text {
    width: 100%;
    padding: 0 30px; } }

.products-page .page-banner {
  position: relative;
  height: 520px;
  background: url(../images/products/banner.png) center no-repeat; }
  .products-page .page-banner h1 {
    position: absolute;
    top: 50%;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.products-page .products-item-1 {
  padding-top: 175px;
  padding-bottom: 150px; }
  .products-page .products-item-1 .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .products-page .products-item-1 .item {
    margin-bottom: 40px; }
    .products-page .products-item-1 .item:hover {
      -webkit-box-shadow: 5px 5px 5px #646464;
      box-shadow: 5px 5px 5px #646464; }
      .products-page .products-item-1 .item:hover .img::after {
        background: -webkit-gradient(linear, left top, right top, from(#2878be), color-stop(40%, #28b4b4), to(#28b4b4));
        background: -webkit-linear-gradient(left, #2878be 0%, #28b4b4 40%, #28b4b4 100%);
        background: -o-linear-gradient(left, #2878be 0%, #28b4b4 40%, #28b4b4 100%);
        background: linear-gradient(to right, #2878be 0%, #28b4b4 40%, #28b4b4 100%);
        -webkit-animation: move .75s ease-in-out infinite forwards alternate;
        animation: move .75s ease-in-out infinite forwards alternate; }
      .products-page .products-item-1 .item:hover .text::after {
        background: -webkit-gradient(linear, left top, right top, from(#2878be), color-stop(40%, #28b4b4), to(#28b4b4));
        background: -webkit-linear-gradient(left, #2878be 0%, #28b4b4 40%, #28b4b4 100%);
        background: -o-linear-gradient(left, #2878be 0%, #28b4b4 40%, #28b4b4 100%);
        background: linear-gradient(to right, #2878be 0%, #28b4b4 40%, #28b4b4 100%);
        -webkit-animation: move .75s linear infinite forwards alternate;
        animation: move .75s linear infinite forwards alternate; }
    .products-page .products-item-1 .item .img {
      position: relative;
      font-size: 0;
      overflow: hidden; }
      .products-page .products-item-1 .item .img::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 250%;
        height: 100%;
        background: #8C8C8C; }
      .products-page .products-item-1 .item .img img {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 4px 4px 0 4px; }
    .products-page .products-item-1 .item .text {
      position: relative;
      overflow: hidden; }
      .products-page .products-item-1 .item .text::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 250%;
        height: 100%;
        background: #8C8C8C; }
      .products-page .products-item-1 .item .text h4 {
        position: relative;
        z-index: 10;
        padding: 15px 0 15px 30px;
        font-size: 26px;
        color: #FFFFFF; }

@-webkit-keyframes move {
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@keyframes move {
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media (min-width: 992px) {
  .products-page .products-item-1 .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%; } }

.machine-page .page-banner {
  position: relative;
  height: 390px;
  background: url(../images/type/banner-01.png) center no-repeat; }
  .machine-page .page-banner-01 {
    background: url(../images/type/banner-01.png) center no-repeat; }
  .machine-page .page-banner-02 {
    background: url(../images/type/banner-02.png) center no-repeat; }
  .machine-page .page-banner-03 {
    background: url(../images/type/banner-03.png) center no-repeat; }
  .machine-page .page-banner-04 {
    background: url(../images/type/banner-04.png) center no-repeat; }
  .machine-page .page-banner-05 {
    background: url(../images/type/banner-05.png) center no-repeat; }
  .machine-page .page-banner-06 {
    background: url(../images/type/banner-06.png) center no-repeat; }
  .machine-page .page-banner-07 {
    background: url(../images/type/banner-07.png) center no-repeat; }
  .machine-page .page-banner-08 {
    background: url(../images/type/banner-08.png) center no-repeat; }
  .machine-page .page-banner h1 {
    position: absolute;
    top: 50%;
    font-size: 40px;
    font-weight: bold;
    color: #373741;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.machine-page .pro-name {
  padding-top: 80px;
  text-align: center; }
  .machine-page .pro-name h2 {
    line-height: 1.5;
    font-size: 40px;
    color: #009B8C; }
    .machine-page .pro-name h2 span {
      font-weight: bold; }

.machine-page .machine-img .item {
  text-align: center; }
  .machine-page .machine-img .item img {
    width: 100%;
    max-width: 994px; }

.machine-page .pro-content {
  padding: 70px 0;
  background: #F0F0F0; }
  .machine-page .pro-content .sidebar a {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .machine-page .pro-content .sidebar .back {
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #00D29B;
    background: #373741; }
    .machine-page .pro-content .sidebar .back::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 24px 0 0;
      border-color: #00D29B transparent transparent transparent; }
  .machine-page .pro-content .sidebar .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
    background: #FFFFFF;
    border: 2px solid #009B8C; }
    .machine-page .pro-content .sidebar .link:hover {
      background: #AAF0D2;
      -webkit-box-shadow: 2px 2px #b7b7b7;
      box-shadow: 2px 2px #b7b7b7; }
      .machine-page .pro-content .sidebar .link:hover span {
        color: #007369; }
    .machine-page .pro-content .sidebar .link .arrow {
      position: relative;
      width: 50px;
      height: 50px;
      background: #009B8C; }
      .machine-page .pro-content .sidebar .link .arrow svg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 24px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .machine-page .pro-content .sidebar .link span {
      display: block;
      width: calc(100% - 50px);
      text-align: center;
      color: #373741; }
  .machine-page .pro-content .introduction {
    padding-left: 70px; }
    .machine-page .pro-content .introduction .item {
      margin-bottom: 40px; }
      .machine-page .pro-content .introduction .item .item-title {
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: 500;
        color: #009B8C; }
      .machine-page .pro-content .introduction .item h5 {
        line-height: 1.5;
        font-size: 20px;
        color: #373741; }
      .machine-page .pro-content .introduction .item table {
        width: 100%;
        border-top: 2px solid #373741;
        border-bottom: 2px solid #373741; }
        .machine-page .pro-content .introduction .item table tr:hover {
          background: #CDF0E1; }
        .machine-page .pro-content .introduction .item table td {
          padding: 16px 0;
          font-size: 20px;
          color: #373741;
          border-bottom: 1px solid #373741; }
          .machine-page .pro-content .introduction .item table td:first-child {
            padding-left: 15px; }
          .machine-page .pro-content .introduction .item table td:last-child {
            font-weight: 500; }

.machine-page .pro-img {
  font-size: 0;
  overflow: hidden; }
  .machine-page .pro-img .item img {
    width: 100%; }

.machine-page .machine-item-4 {
  padding-top: 120px;
  text-align: center;
  min-height: 460px;
  background: url(../images/machine/item-4-bg.png) center fixed no-repeat; }
  .machine-page .machine-item-4 .title {
    text-shadow: 2px 2px 5px #272727;
    font-size: 36px;
    font-weight: bold;
    color: #FFFF6E; }
  .machine-page .machine-item-4 h5 {
    line-height: 1.5;
    max-width: 600px;
    padding-top: 40px;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 auto;
    text-shadow: 1px 1px 2px #272727; }
  .machine-page .machine-item-4 .more {
    display: inline-block;
    margin-top: 40px;
    color: #373741;
    font-size: 20px;
    padding: 12px 30px;
    background: #FFFFFF;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .machine-page .machine-item-4 .more:hover {
      color: #fff;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #28b4b4), color-stop(60%, #2897b9), color-stop(99%, #2878be));
      background: -webkit-linear-gradient(top, #28b4b4 5%, #2897b9 60%, #2878be 99%);
      background: -o-linear-gradient(top, #28b4b4 5%, #2897b9 60%, #2878be 99%);
      background: linear-gradient(to bottom, #28b4b4 5%, #2897b9 60%, #2878be 99%); }

@media (max-width: 768px) {
  .machine-page .pro-content .sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .machine-page .pro-content .introduction {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0; } }

.news-page .page-banner {
  position: relative;
  height: 390px;
  background: url(../images/news/banner.jpg) center no-repeat; }
  .news-page .page-banner h1 {
    position: absolute;
    top: 50%;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.news-page .news-itme-1 {
  padding-top: 90px;
  padding-bottom: 90px; }
  .news-page .news-itme-1 .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .news-page .news-itme-1 .item {
    margin-bottom: 40px; }
    .news-page .news-itme-1 .item:nth-child(odd) {
      padding-right: 20px; }
    .news-page .news-itme-1 .item:nth-child(even) {
      padding-left: 20px; }
    .news-page .news-itme-1 .item .border {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #8C8C8C; }
    .news-page .news-itme-1 .item .img {
      padding: 10px;
      text-align: center; }
      .news-page .news-itme-1 .item .img:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .news-page .news-itme-1 .item .img .img {
        max-width: calc(100% - 6px);
        position: relative;
        display: inline-block;
        vertical-align: middle; }
      .news-page .news-itme-1 .item .img img {
        max-width: calc(100% - 6px);
        position: relative;
        display: inline-block;
        vertical-align: middle; }
    .news-page .news-itme-1 .item .text {
      padding: 50px 20px 50PX;
      background: #F0F0F0;
      border-top: 6px solid #009B8C; }
      .news-page .news-itme-1 .item .text h5 {
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #373741; }
      .news-page .news-itme-1 .item .text h4 {
        margin-bottom: 6px;
        line-height: 1.5;
        font-size: 18px;
        color: #373741; }

@media (max-width: 992px) {
  .news-page .news-itme-1 .item:nth-child(odd) {
    padding-right: 0; }
  .news-page .news-itme-1 .item:nth-child(even) {
    padding-left: 0; } }

.contact-page .page-banner {
  position: relative;
  height: 390px;
  background: url(../images/contact/banner.png) center no-repeat; }
  .contact-page .page-banner h1 {
    position: absolute;
    top: 50%;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.contact-page .contact-item-1 {
  padding-bottom: 50px; }
  .contact-page .contact-item-1 .title {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
    color: #009B8C;
    font-size: 40px; }
    .contact-page .contact-item-1 .title span {
      margin: 0 8px;
      font-weight: bold; }
  .contact-page .contact-item-1 ul {
    max-width: 900px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto; }
    .contact-page .contact-item-1 ul svg {
      margin-right: 2px; }
    .contact-page .contact-item-1 ul .icon-point {
      width: 30px;
      height: 20px;
      fill: #00D29B; }
    .contact-page .contact-item-1 ul .icon-tel {
      width: 20px;
      height: 20px;
      fill: #00D29B; }
    .contact-page .contact-item-1 ul .icon-fax {
      width: 20px;
      height: 20px;
      fill: #00D29B; }
    .contact-page .contact-item-1 ul .icon-email {
      width: 20px;
      height: 16px;
      fill: #00D29B; }
    .contact-page .contact-item-1 ul svg {
      display: inline-block;
      margin-top: 2px; }
    .contact-page .contact-item-1 ul a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-bottom: 5px; }
      .contact-page .contact-item-1 ul a.padding {
        padding-left: 26px; }
      .contact-page .contact-item-1 ul a p {
        display: inline-block;
        color: #373741;
        font-size: 18px;
        line-height: 1.5;
        margin-left: 5px; }

.contact-page .contact-item-2 {
  padding-bottom: 100px; }
  .contact-page .contact-item-2 .row {
    border-top: 1px solid #8C8C8C;
    padding-top: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .contact-page .contact-item-2 .title {
    margin-bottom: 15px;
    font-size: 24px;
    color: #009B8C; }
    .contact-page .contact-item-2 .title span {
      font-weight: bold; }
  .contact-page .contact-item-2 h5 {
    margin-bottom: 5px;
    letter-spacing: 1px;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 300;
    color: #373741; }
    .contact-page .contact-item-2 h5 span {
      color: #009B8C; }
  .contact-page .contact-item-2 form {
    margin-top: 30px; }
  .contact-page .contact-item-2 input {
    width: 100%;
    height: 44px;
    padding-left: 10px;
    margin-bottom: 12px;
    border: 1px solid #8C8C8C;
    font-weight: bold;
    color: #009B8C;
    font-size: 20px; }
    .contact-page .contact-item-2 input:hover {
      -webkit-box-shadow: 0 0 5px #009B8C;
      box-shadow: 0 0 5px #009B8C; }
    .contact-page .contact-item-2 input::-webkit-input-placeholder {
      color: #009B8C; }
    .contact-page .contact-item-2 input:-ms-input-placeholder {
      color: #009B8C; }
    .contact-page .contact-item-2 input::-ms-input-placeholder {
      color: #009B8C; }
    .contact-page .contact-item-2 input::placeholder {
      color: #009B8C; }
  .contact-page .contact-item-2 textarea {
    width: 100%;
    padding-top: 5px;
    padding-left: 10px;
    border: 1px solid #8C8C8C;
    font-weight: bold;
    color: #009B8C;
    font-size: 20px; }
    .contact-page .contact-item-2 textarea:hover {
      -webkit-box-shadow: 0 0 5px #009B8C;
      box-shadow: 0 0 5px #009B8C; }
    .contact-page .contact-item-2 textarea::-webkit-input-placeholder {
      color: #009B8C; }
    .contact-page .contact-item-2 textarea:-ms-input-placeholder {
      color: #009B8C; }
    .contact-page .contact-item-2 textarea::-ms-input-placeholder {
      color: #009B8C; }
    .contact-page .contact-item-2 textarea::placeholder {
      color: #009B8C; }
  .contact-page .contact-item-2 .send {
    display: inline-block;
    float: right;
    margin-top: 15px;
    padding: 12px 40px;
    font-size: 20px;
    color: #fff;
    background: #00C3A0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in; }
    .contact-page .contact-item-2 .send:hover {
      padding: 10px 50px; }

.pro-type-page .page-banner {
  position: relative;
  height: 390px; }
  .pro-type-page .page-banner-01 {
    background: url(../images/type/banner-01.png) center no-repeat; }
  .pro-type-page .page-banner-02 {
    background: url(../images/type/banner-02.png) center no-repeat; }
  .pro-type-page .page-banner-03 {
    background: url(../images/type/banner-03.png) center no-repeat; }
  .pro-type-page .page-banner-04 {
    background: url(../images/type/banner-04.png) center no-repeat; }
  .pro-type-page .page-banner-05 {
    background: url(../images/type/banner-05.png) center no-repeat; }
  .pro-type-page .page-banner-06 {
    background: url(../images/type/banner-06.png) center no-repeat; }
  .pro-type-page .page-banner-07 {
    background: url(../images/type/banner-07.png) center no-repeat; }
  .pro-type-page .page-banner-08 {
    background: url(../images/type/banner-08.png) center no-repeat; }
  .pro-type-page .page-banner h1 {
    position: absolute;
    top: 50%;
    font-size: 40px;
    font-weight: bold;
    color: #373741;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.pro-type-page .pro-type-item-1 {
  padding-top: 90px; }
  .pro-type-page .pro-type-item-1 .item {
    margin-bottom: 100px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
    .pro-type-page .pro-type-item-1 .item:hover {
      -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      transform: translateY(-50px); }
      .pro-type-page .pro-type-item-1 .item:hover a .text .more {
        background: transparent;
        border: 3px solid #009B8C;
        color: #009B8C; }
    .pro-type-page .pro-type-item-1 .item.bg01 {
      background: -webkit-gradient(linear, left top, right top, from(#96e6d2), color-stop(75%, white));
      background: -webkit-linear-gradient(left, #96e6d2 0%, white 75%);
      background: -o-linear-gradient(left, #96e6d2 0%, white 75%);
      background: linear-gradient(to right, #96e6d2 0%, white 75%); }
    .pro-type-page .pro-type-item-1 .item.bg02 {
      background: -webkit-gradient(linear, left top, right top, color-stop(25%, white), to(#dce1e6));
      background: -webkit-linear-gradient(left, white 25%, #dce1e6 100%);
      background: -o-linear-gradient(left, white 25%, #dce1e6 100%);
      background: linear-gradient(to right, white 25%, #dce1e6 100%); }
    .pro-type-page .pro-type-item-1 .item.bg03 {
      background: -webkit-gradient(linear, right top, left top, from(#96e6d2), color-stop(75%, white));
      background: -webkit-linear-gradient(right, #96e6d2 0%, white 75%);
      background: -o-linear-gradient(right, #96e6d2 0%, white 75%);
      background: linear-gradient(to left, #96e6d2 0%, white 75%); }
    .pro-type-page .pro-type-item-1 .item.bg04 {
      background: -webkit-gradient(linear, right top, left top, color-stop(25%, white), to(#dce1e6));
      background: -webkit-linear-gradient(right, white 25%, #dce1e6 100%);
      background: -o-linear-gradient(right, white 25%, #dce1e6 100%);
      background: linear-gradient(to left, white 25%, #dce1e6 100%); }
    .pro-type-page .pro-type-item-1 .item.left .text {
      padding-left: 40px;
      padding-right: 15px; }
    .pro-type-page .pro-type-item-1 .item.right .img {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .pro-type-page .pro-type-item-1 .item.right .text {
      padding-left: 40px; }
    .pro-type-page .pro-type-item-1 .item a {
      position: relative;
      min-height: 210px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .pro-type-page .pro-type-item-1 .item a .img {
        position: relative; }
        .pro-type-page .pro-type-item-1 .item a .img img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          max-width: 310px;
          width: 100%; }
          .pro-type-page .pro-type-item-1 .item a .img img.img-left {
            left: 0; }
          .pro-type-page .pro-type-item-1 .item a .img img.img-right {
            right: 0; }
      .pro-type-page .pro-type-item-1 .item a .text p {
        font-size: 22px;
        color: #373741; }
      .pro-type-page .pro-type-item-1 .item a .text .more {
        display: inline-block;
        width: 120px;
        margin-top: 30px;
        text-align: center;
        line-height: 34px;
        color: #ffffff;
        background: #009B8C;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in; }

@media (max-width: 992px) {
  .pro-type-page .pro-type-item-1 .item .left .text {
    padding-left: 50%; } }

@media (max-width: 768px) {
  .pro-type-page .pro-type-item-1 .item {
    padding: 30px 0;
    text-align: center; }
    .pro-type-page .pro-type-item-1 .item a .img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .pro-type-page .pro-type-item-1 .item a .img img {
        position: relative;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
    .pro-type-page .pro-type-item-1 .item a .text {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      padding: 0; }
    .pro-type-page .pro-type-item-1 .item .left .text {
      padding-left: 0; } }

.design-page .page-banner {
  position: relative;
  height: 520px;
  background: url(../images/design/banner.png) center no-repeat; }
  .design-page .page-banner h1 {
    position: absolute;
    top: 50%;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.design-page .design-itme-1 {
  position: relative;
  padding-bottom: 340px;
  background: url(../images/design/item-1-bg.png) center -50px no-repeat; }
  .design-page .design-itme-1 .text {
    width: 50%;
    padding-top: 120px; }
    .design-page .design-itme-1 .text .title {
      line-height: 1.5;
      margin-bottom: 80px;
      font-size: 40px;
      color: #00828C; }
      .design-page .design-itme-1 .text .title span {
        font-weight: bold; }
    .design-page .design-itme-1 .text h5 {
      line-height: 1.5;
      font-size: 20px;
      color: #373741; }
  .design-page .design-itme-1 .all-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -80px;
    z-index: 10; }
    .design-page .design-itme-1 .all-img .img {
      margin-right: 30px; }
    .design-page .design-itme-1 .all-img img {
      width: 100%;
      max-width: 400px;
      -webkit-box-shadow: 0 0 10px #444444;
      box-shadow: 0 0 10px #444444; }

.design-page .design-itme-2 {
  position: relative;
  min-height: 700px;
  padding-top: 180px;
  background: -webkit-gradient(linear, left top, right top, from(#45c1dd), to(#37b9dc));
  background: -webkit-linear-gradient(left, #45c1dd 0%, #37b9dc 100%);
  background: -o-linear-gradient(left, #45c1dd 0%, #37b9dc 100%);
  background: linear-gradient(to right, #45c1dd 0%, #37b9dc 100%); }
  .design-page .design-itme-2::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/design/item-2-bg.png) center no-repeat; }
  .design-page .design-itme-2 .container:after {
    content: '';
    display: block;
    clear: both; }
  .design-page .design-itme-2 .text {
    position: relative;
    z-index: 1;
    float: right;
    width: 50%;
    clear: both; }
  .design-page .design-itme-2 .title {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF; }
    .design-page .design-itme-2 .title p {
      margin-bottom: 10px;
      text-shadow: 2px 2px #333333; }
      .design-page .design-itme-2 .title p:last-child {
        text-align: right; }
  .design-page .design-itme-2 h5 {
    line-height: 1.5;
    font-size: 20px;
    color: #373741;
    font-weight: 500; }

.design-page .design-itme-3 {
  padding-bottom: 100px;
  background: url(../images/design/item-3-bg.png); }
  .design-page .design-itme-3 .title {
    font-size: 40px;
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: center;
    color: #00828C; }
    .design-page .design-itme-3 .title span {
      margin: 0 10px;
      font-weight: bold; }
  .design-page .design-itme-3 .design-itme-3-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 910px; }
    .design-page .design-itme-3 .design-itme-3-content .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 440px;
      height: 90px;
      padding: 0 18px;
      margin-bottom: 30px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #00828C;
      background: rgba(255, 255, 255, 0.5); }
      .design-page .design-itme-3 .design-itme-3-content .item .number {
        position: relative;
        width: 20%; }
        .design-page .design-itme-3 .design-itme-3-content .item .number .number-bg {
          position: absolute;
          bottom: -24px;
          width: 60px;
          height: 82px;
          background: #28B4B4;
          text-align: center; }
          .design-page .design-itme-3 .design-itme-3-content .item .number .number-bg::before {
            content: '';
            display: block;
            position: absolute;
            right: -14px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 14px 0 0 14px;
            border-color: transparent transparent transparent #00838c; }
          .design-page .design-itme-3 .design-itme-3-content .item .number .number-bg p {
            padding-top: 38px;
            font-size: 32px;
            font-weight: bold;
            color: #FFFFFF; }
      .design-page .design-itme-3 .design-itme-3-content .item .text {
        width: 60%;
        font-size: 20px;
        color: #373741; }
        .design-page .design-itme-3 .design-itme-3-content .item .text p {
          line-height: 1.3; }
      .design-page .design-itme-3 .design-itme-3-content .item .icon {
        width: 20%;
        text-align: center; }

@media (max-width: 1200px) {
  .design-page .design-itme-1 {
    padding-bottom: 300px; }
    .design-page .design-itme-1 .text {
      width: 100%; } }

@media (max-width: 992px) {
  .design-page .design-itme-2 {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 110px; }
    .design-page .design-itme-2 .title {
      font-size: 34px; }
    .design-page .design-itme-2 .text {
      width: 100%; } }

@media (max-width: 768px) {
  .design-page .design-itme-1 {
    padding-bottom: 200px; } }

@media (max-width: 576px) {
  .design-page .design-itme-1 {
    padding-bottom: 100px; }
    .design-page .design-itme-1 .text {
      padding-top: 60px; }
      .design-page .design-itme-1 .text .title {
        margin-bottom: 25px;
        font-size: 34px; }
  .design-page .design-itme-3 .title {
    font-size: 34px; } }

.pageBanner {
  position: relative; }
  .pageBanner img {
    width: 100%;
    max-width: 1920px; }
  .pageBanner .pageName {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px #252525; }
    .pageBanner .pageName p {
      font-size: 3rem; }

.bread-crumbs {
  width: 100%;
  padding: 10px 0;
  background: #FFDC50; }
  .bread-crumbs ul {
    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;
    line-height: 1.5; }
  .bread-crumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .bread-crumbs li:hover a, .bread-crumbs li.active a {
      color: #009B8C; }
    .bread-crumbs li:hover .icon-home, .bread-crumbs li.active .icon-home {
      fill: #009B8C; }
    .bread-crumbs li .icon-home {
      width: 20px;
      height: 18px;
      margin-right: 6px;
      margin-bottom: 5px;
      fill: #373741; }
    .bread-crumbs li:last-of-type a::after {
      content: none; }
  .bread-crumbs a {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    color: #373741; }
    .bread-crumbs a::after {
      content: '>';
      position: absolute;
      top: 50%;
      right: 6px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
