@charset "UTF-8";
@import url(unreset.css);
@import url(reset.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
@import url("FontAwesomeAll.min.css");
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: block; }
  .clearfix:after {
    clear: both; }

.certifications .right .cerItem .imgBox > div img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

/* -------------- layout --------------*/
/* 修正粗體 ASCII (碧筵綰) */
@font-face {
  font-family: 'fix Microsoft JhengHei';
  font-style: normal;
  font-weight: bold;
  unicode-range: U+7db0, U+78A7, U+7B75;
  src: url("../fonts/MSGOTHIC.otf"); }
* {
  box-sizing: border-box;
  position: relative; }

body {
  font-family: 'Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif; }

a {
  text-decoration: none; }

.unreset {
  line-height: initial; }
  .unreset a {
    text-decoration: underline; }
  .unreset img {
    max-width: 100% !important; }

button, input[type="reset"], input[type="submit"] {
  cursor: pointer; }

input[type="reset"], input[type="submit"], input[type="text"], input[type="email"], input[type="tel"], textarea, select, input[type="date"], input[type="time"], input[type="number"], input[type="password"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: 'Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
  box-shadow: none;
  border: none;
  outline: none;
  min-height: 30px;
  padding: 5px 10px; }

select::-ms-expand {
  display: none; }

.hide {
  display: none !important; }

.container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px; }

/* -------------- layout RWD --------------*/
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }
/* -------------- pageLayout --------------*/
.pageContainer {
  max-width: 1440px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto; }

.pageBanner {
  overflow: hidden; }
  .pageBanner img {
    max-width: 100%;
    width: 100%;
    display: block; }

.breacrumb {
  background: url("../images/repeat-grey.jpg") repeat; }
  .breacrumb ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .breacrumb a {
    padding: 13px 15px;
    padding-left: 25px;
    background: white;
    color: #333;
    display: block;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee; }
    .breacrumb a.home {
      color: white;
      background: #f32626;
      padding-left: 20px; }
      .breacrumb a.home:after {
        border-color: transparent transparent transparent #f32626; }
    .breacrumb a:before {
      position: absolute;
      top: 0;
      right: -16px;
      content: '';
      display: block;
      border-style: solid;
      border-width: 20.5px 0 20.5px 15px;
      border-color: transparent transparent transparent #eee;
      z-index: 1; }
    .breacrumb a:after {
      position: absolute;
      top: 0;
      right: -15px;
      content: '';
      display: block;
      border-style: solid;
      border-width: 20.5px 0 20.5px 15px;
      border-color: transparent transparent transparent white;
      z-index: 1; }
    .breacrumb a:hover {
      text-decoration: underline; }

.pageMainContent {
  padding-top: 80px; }
  .pageMainContent.eq, .pageMainContent.proList {
    background: url("../images/repeat-grey.jpg") repeat;
    padding-top: 50px;
    padding-bottom: 90px; }

/* -------------- pageLayout RWD --------------*/
@media (max-width: 1280px) {
  .pageBanner img {
    max-width: 130%;
    width: 130%;
    left: -5%; } }
@media (max-width: 1024px) {
  .pageMainContent {
    padding-top: 60px; } }
@media (max-width: 768px) {
  .pageContainer {
    padding-left: 20px;
    padding-right: 20px; }

  .pageBanner img {
    max-width: 180%;
    width: 180%;
    left: -10%; }

  .pageMainContent {
    padding-top: 40px; }
    .pageMainContent.proList {
      padding-top: 30px;
      padding-bottom: 50px; } }
@media (max-width: 480px) {
  .pageMainContent {
    padding-top: 30px; }

  .pageBanner img {
    max-width: 280%;
    width: 280%;
    left: -24%; }

  .breacrumb a {
    padding: 8px 15px;
    padding-left: 25px;
    font-size: 14px; }
    .breacrumb a:after, .breacrumb a:before {
      border-width: 15.5px 0 15.5px 15px; } }
/* -------------- common --------------*/
/* -------------- common RWD --------------*/
/* -------------- header --------------*/
.header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 20px; }
  .header .logo {
    display: block; }
    .header .logo img {
      display: block;
      width: 100%; }
  .header .mbMenu {
    position: absolute;
    top: 25px;
    right: 40px;
    display: none;
    font-size: 30px;
    color: #333;
    cursor: pointer; }
  .header .headerActive {
    max-width: 820px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: transform .3s; }
  .header .mbClose {
    display: none;
    font-size: 24px;
    text-align: right;
    color: white;
    margin-bottom: 10px;
    cursor: pointer; }
  .header .mainMenu {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 600px;
    width: 100%; }
    .header .mainMenu > li {
      padding-bottom: 5px;
      padding-top: 5px; }
      .header .mainMenu > li:hover > a {
        color: #f32626; }
      .header .mainMenu > li.active:after {
        width: 100%;
        height: 8px;
        position: absolute;
        bottom: -32px;
        left: 0;
        content: '';
        display: block;
        background: #f32626; }
    .header .mainMenu a {
      color: #333; }
    .header .mainMenu .subMenu {
      position: absolute;
      top: 25px;
      left: -15px;
      width: 200px;
      z-index: 1;
      background: url("../images/repeat-darkGrey.jpg") repeat;
      padding: 10px 0;
      color: #fff;
      display: none; }
      .header .mainMenu .subMenu li:not(:last-child) a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .header .mainMenu .subMenu a {
        color: #fff;
        display: block;
        padding: 10px 15px; }
        .header .mainMenu .subMenu a:hover {
          color: #333;
          background: white; }
  .header .lang {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 165px;
    width: 100%; }
    .header .lang li.active a, .header .lang li:hover a {
      background: #f32626;
      color: white; }
    .header .lang a {
      width: 50px;
      height: 50px;
      display: block;
      line-height: 50px;
      text-align: center;
      background: #ffdbdb;
      color: #333;
      font-size: 16px;
      border-radius: 50%; }

/* -------------- header RWD --------------*/
@media (max-width: 1680px) {
  .header .headerActive {
    max-width: 720px; }
  .header .mainMenu {
    max-width: 500px; } }
@media (max-width: 1280px) {
  .header {
    display: block;
    padding-top: 15px;
    padding-bottom: 5px; }
    .header .logo {
      max-width: 240px;
      margin-left: auto;
      margin-right: auto; }
    .header .headerActive {
      max-width: 100%;
      padding-top: 13px; }
    .header .lang {
      max-width: 120px; }
      .header .lang a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 13px; }
    .header .mainMenu > li.active:after {
      bottom: -10px;
      height: 5px; } }
@media (max-width: 768px) {
  .header {
    padding-bottom: 15px; }
    .header .logo {
      margin-left: 0; }
    .header .mbMenu {
      display: block; }
    .header .headerActive {
      position: fixed;
      top: 0;
      right: 0;
      max-width: 300px;
      height: 100%;
      z-index: 2;
      background: url("../images/repeat-darkGrey.jpg") repeat;
      padding: 20px;
      display: block;
      transform: translateX(100%); }
      .header .headerActive.show {
        transform: translateX(0%); }
    .header .mbClose {
      display: inline-block; }
    .header .mainMenu {
      max-width: 100%; }
      .header .mainMenu > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0; }
        .header .mainMenu > li.active:after {
          display: none; }
        .header .mainMenu > li > a {
          padding-top: 13px;
          padding-bottom: 13px;
          display: block;
          color: white; }
      .header .mainMenu li {
        width: 100%; }
      .header .mainMenu .subMenu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.8);
        padding: 0; }
        .header .mainMenu .subMenu li:not(:last-child) a {
          border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
        .header .mainMenu .subMenu a {
          color: #333; }
    .header .lang {
      margin-top: 20px; } }
@media (max-width: 640px) {
  .header .logo {
    max-width: 170px; }
  .header .mbMenu {
    top: 19px;
    right: 20px; } }
/* -------------- footer --------------*/
footer {
  background: #555;
  padding-top: 35px;
  padding-bottom: 35px; }
  footer .container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 26px;
    color: #fff; }
  footer .rightIcon {
    max-width: 170px;
    width: 100%; }
    footer .rightIcon img {
      display: block;
      max-width: 100%; }
  footer .footerInfo {
    max-width: calc(100% - 200px);
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 30px; }
    footer .footerInfo p {
      font-weight: lighter; }
    footer .footerInfo .facName {
      font-weight: 600; }
    footer .footerInfo .rightInfo {
      text-align: right; }
    footer .footerInfo .designed, footer .footerInfo b {
      color: #999;
      font-size: 14px;
      line-height: 14px; }

/* -------------- footer RWD --------------*/
@media (max-width: 1440px) {
  footer {
    padding-top: 25px;
    padding-bottom: 25px; }
    footer .container {
      display: block; }
    footer .rightIcon {
      max-width: 130px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 10px; }
    footer .footerInfo {
      margin-left: 0;
      max-width: 100%;
      padding-top: 10px;
      border-top: 1px solid #aaa; }
      footer .footerInfo p {
        font-size: 14px; } }
@media (max-width: 1280px) {
  footer .footerInfo {
    display: block;
    padding-top: 10px;
    text-align: center; }
    footer .footerInfo .facInfo {
      padding-bottom: 10px;
      text-align: center; }
    footer .footerInfo .rightInfo {
      padding-bottom: 10px;
      padding-top: 10px;
      border-top: 1px solid #aaa;
      text-align: center; } }
/* -------------- index --------------*/
.bannerList img {
  max-width: 100%;
  width: 100%;
  display: block; }

.indexPro {
  background: url("../images/repeat-grey.jpg") repeat;
  padding-left: 60px;
  padding-right: 60px; }
  .indexPro .protype {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 60px; }
    .indexPro .protype li {
      max-width: calc(100% / 8 - 10px);
      width: 100%; }
    .indexPro .protype img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .indexPro .protype .content {
      padding-top: 20px;
      text-align: center;
      color: #333; }
      .indexPro .protype .content .typeName {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 13px; }
      .indexPro .protype .content .des {
        font-size: 16px;
        line-height: 23px;
        font-weight: lighter; }
  .indexPro .hotPro {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 210px;
    margin-left: -10px;
    margin-right: -10px; }
    .indexPro .hotPro .imgBox {
      max-width: calc(100% / 5);
      width: 100%;
      padding: 10px; }
    .indexPro .hotPro img {
      display: block;
      max-width: 100%; }

.indexAbout {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -120px; }
  .indexAbout .aboutImg {
    width: 53.57%;
    z-index: 1; }
  .indexAbout .aboutContent {
    max-width: 46.43%;
    width: 100%;
    background: white;
    padding: 60px 90px 0 55px;
    margin-top: 80px;
    color: #333; }
    .indexAbout .aboutContent .title {
      font-family: 'Roboto','Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
      margin-bottom: 30px; }
      .indexAbout .aboutContent .title .top {
        font-weight: lighter;
        font-size: 44px;
        text-transform: uppercase; }
      .indexAbout .aboutContent .title .bottom {
        font-weight: bold;
        font-size: 36px;
        margin-top: 5px; }
    .indexAbout .aboutContent .des {
      font-size: 18px;
      font-weight: lighter;
      line-height: 26px;
      letter-spacing: -1px; }
  .indexAbout .more {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block; }

.indexImgRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 120px; }
  .indexImgRow img {
    max-width: calc(100% / 4);
    width: 100%;
    display: block; }

/* -------------- index RWD --------------*/
@media (max-width: 1440px) {
  .indexPro .hotPro {
    padding-bottom: 80px; }

  .indexAbout {
    margin-top: -40px; }
    .indexAbout .aboutImg {
      max-width: 700px;
      width: 100%; }
    .indexAbout .aboutContent {
      max-width: 100%;
      padding: 60px 0 0 0;
      margin-top: -40px; }
    .indexAbout .more {
      position: relative;
      margin-top: 20px; }

  .indexImgRow {
    padding-top: 60px;
    padding-bottom: 80px; } }
@media (max-width: 1280px) {
  .indexPro {
    padding-left: 40px;
    padding-right: 40px; }
    .indexPro .protype {
      padding-top: 40px;
      padding-bottom: 40px; }
      .indexPro .protype li {
        max-width: calc(100% / 4 - 10px); } }
@media (max-width: 1024px) {
  .indexImgRow {
    padding-top: 40px;
    padding-bottom: 60px; }
    .indexImgRow img {
      max-width: calc(100% / 2);
      width: 100%; } }
@media (max-width: 768px) {
  .indexPro {
    padding-left: 20px;
    padding-right: 20px; }
    .indexPro .protype img {
      max-width: 80px; }
    .indexPro .protype .content {
      padding-top: 15px; }
      .indexPro .protype .content .typeName {
        font-size: 16px;
        margin-bottom: 8px; }
      .indexPro .protype .content .des {
        font-size: 14px;
        line-height: 20px; }
    .indexPro .hotPro .imgBox {
      max-width: calc(100% / 3); }

  .indexAbout .more {
    width: 40px;
    display: block; }
    .indexAbout .more img {
      width: 100%; } }
@media (max-width: 640px) {
  .indexPro .protype {
    padding-top: 30px;
    padding-bottom: 30px; }
    .indexPro .protype li {
      max-width: calc(100% / 2 - 10px); }
  .indexPro .hotPro .imgBox {
    padding: 5px; }

  .indexAbout .aboutContent .title {
    margin-bottom: 20px; }
    .indexAbout .aboutContent .title .top {
      font-weight: lighter;
      font-size: 34px;
      text-transform: uppercase; }
    .indexAbout .aboutContent .title .bottom {
      font-weight: bold;
      font-size: 24px;
      margin-top: 5px; }

  .indexImgRow {
    padding-top: 30px;
    padding-bottom: 40px; } }
/* -------------- about --------------*/
.aboutIntro {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .aboutIntro .introImg {
    max-width: 420px;
    width: 100%;
    margin-top: 60px;
    margin-right: -280px;
    z-index: 1; }
  .aboutIntro .intoContent {
    max-width: calc(100% - 140px);
    width: 100%;
    background: url("../images/repeat-darkGrey.jpg") repeat;
    padding: 60px 80px 50px 330px;
    color: white; }
    .aboutIntro .intoContent .title {
      font-family: 'Roboto','Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
      font-size: 36px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 30px;
      display: inline-block; }
      .aboutIntro .intoContent .title:after {
        width: 100px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: -30px;
        background: #fff;
        content: '';
        display: block;
        transform: translate(100%, -50%); }
    .aboutIntro .intoContent .des {
      font-size: 18px;
      font-weight: lighter;
      line-height: 28px;
      letter-spacing: -0.5px; }

.philosophy {
  padding-top: 80px;
  padding-bottom: 90px; }
  .philosophy .title {
    color: #333;
    font-family: 'Roboto','Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px; }
  .philosophy .phiList {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
  .philosophy .phiItem {
    max-width: calc(100% / 5 - 40px);
    width: 100%;
    text-align: center; }
    .philosophy .phiItem img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .philosophy .phiItem p {
      color: #333;
      font-size: 20px;
      line-height: 24px;
      display: inline-block;
      margin-top: 20px;
      letter-spacing: -0.5px; }
      .philosophy .phiItem p:before {
        position: absolute;
        bottom: 0px;
        left: -10px;
        width: calc(100% + 20px);
        height: 10px;
        content: '';
        display: block;
        background: #ffdbdb;
        z-index: -1; }

.aboutTech {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #eee; }
  .aboutTech > div {
    max-width: 50%;
    width: 100%; }
  .aboutTech .leftContent {
    max-width: 660px;
    width: 100%;
    margin-right: 60px;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 40px; }
    .aboutTech .leftContent .head {
      margin-bottom: 30px; }
      .aboutTech .leftContent .head .des {
        color: #f32626;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.5px;
        margin-bottom: 8px; }
      .aboutTech .leftContent .head .title {
        color: #333;
        font-family: 'Roboto','Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase; }
    .aboutTech .leftContent .techData {
      color: #333;
      font-size: 17px;
      line-height: 28px;
      font-weight: lighter;
      letter-spacing: -0.5px;
      padding-left: 25px;
      border-left: 2px solid #f32626; }
  .aboutTech .rightImg {
    align-self: center; }
    .aboutTech .rightImg img {
      display: block;
      max-width: 100%; }

.decImgRow {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 90px; }
  .decImgRow .imgItem {
    max-width: calc(100% / 4 - 20px);
    width: 100%; }
    .decImgRow .imgItem:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 10px;
      content: '';
      display: block;
      background: url("../images/sh-aboutTechFoot.png") no-repeat;
      background-size: contain;
      transform: translateY(100%); }
  .decImgRow img {
    max-width: 100%;
    width: 100%;
    display: block; }

.process .title {
  color: #333;
  font-family: 'Roboto','Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px; }
.process .processImg {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.certifications {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 90px;
  margin-bottom: 100px; }
  .certifications .left {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: 70px; }
    .certifications .left .title {
      color: #333;
      font-family: 'Roboto','Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
      font-size: 46px;
      line-height: 56px;
      font-weight: bold;
      text-transform: uppercase;
      padding-left: 30px;
      margin-bottom: 30px; }
      .certifications .left .title:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        content: '';
        display: block;
        background: #eee;
        z-index: -1; }
    .certifications .left .des {
      color: #f32626;
      font-size: 18px;
      line-height: 28px;
      padding-left: 30px;
      font-weight: lighter;
      letter-spacing: -0.5px; }
  .certifications .right {
    max-width: 65.5%;
    width: 100%; }
    .certifications .right:after {
      width: 100%;
      height: 250px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #eee;
      content: '';
      display: block;
      z-index: -1; }
    .certifications .right .cerList {
      max-width: 100%;
      width: 100%;
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding-left: 70px;
      padding-bottom: 30px; }
    .certifications .right .cerItem {
      max-width: 480px;
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .certifications .right .cerItem .imgBox {
        max-width: 240px;
        width: 100%;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
        background: white;
        padding: 3px; }
        .certifications .right .cerItem .imgBox > div {
          width: 100%;
          height: 0;
          padding-bottom: 141.66%; }
      .certifications .right .cerItem .content {
        margin-bottom: 60px;
        padding-left: 35px;
        color: #333;
        font-size: 16px;
        line-height: 24px; }
        .certifications .right .cerItem .content:before {
          width: 20px;
          height: 1px;
          position: absolute;
          top: 13px;
          left: 0;
          background: #000;
          content: '';
          display: block; }
        .certifications .right .cerItem .content .sec:nth-child(n+2) {
          padding-top: 10px; }
        .certifications .right .cerItem .content .dataTitle {
          font-weight: bold; }

/* -------------- about RWD --------------*/
@media (max-width: 1600px) {
  .certifications .right .cerItem {
    max-width: 50%; }
    .certifications .right .cerItem .imgBox {
      max-width: 200px; } }
@media (max-width: 1440px) {
  .aboutTech {
    display: block; }
    .aboutTech .leftContent {
      max-width: 1280px;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 60px;
      padding-bottom: 40px; }
      .aboutTech .leftContent .head {
        text-align: center; }
    .aboutTech .rightImg {
      max-width: 100%;
      padding-bottom: 40px; }
      .aboutTech .rightImg img {
        max-width: 700px;
        width: 100%;
        margin-left: auto;
        margin-right: auto; }

  .certifications .left {
    max-width: 300px;
    margin-left: 40px;
    margin-right: 50px; }
    .certifications .left .title {
      font-size: 40px; }
    .certifications .left .des {
      font-size: 16px;
      line-height: 26px; }
  .certifications .right {
    max-width: calc(100% - 390px); } }
@media (max-width: 1280px) {
  .aboutIntro .introImg {
    max-width: 430px;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-left: 40px; }
  .aboutIntro .intoContent {
    max-width: 100%;
    margin-top: -60px;
    padding: 100px 40px 40px; }
    .aboutIntro .intoContent .title {
      margin-bottom: 20px; }

  .philosophy .phiItem img {
    max-width: 120px;
    width: 100%; }

  .certifications .left {
    margin-right: 40px;
    max-width: 100%; }
    .certifications .left .title, .certifications .left .des {
      padding-left: 0; }
    .certifications .left .title {
      margin-bottom: 10px;
      line-height: 40px; }
      .certifications .left .title:after {
        display: none; }
  .certifications .right {
    max-width: 100%;
    margin-top: 35px; }
    .certifications .right .cerList {
      padding-left: 40px;
      padding-right: 40px; } }
@media (max-width: 960px) {
  .certifications .right:after {
    height: 100%; }
  .certifications .right .cerList {
    padding-top: 30px; }
  .certifications .right .cerItem .imgBox {
    max-width: 150px; } }
@media (max-width: 768px) {
  .aboutIntro .intoContent {
    padding-top: 90px; }
    .aboutIntro .intoContent .title {
      font-size: 30px; }
    .aboutIntro .intoContent .des {
      font-size: 16px;
      line-height: 26px; }

  .philosophy {
    padding-top: 60px;
    padding-bottom: 60px; }
    .philosophy .title {
      font-size: 30px;
      margin-bottom: 40px; }
    .philosophy .phiList {
      margin-left: -10px;
      margin-right: -10px;
      justify-content: flex-start; }
    .philosophy .phiItem {
      max-width: calc(100% / 3);
      padding-left: 10px;
      padding: 10px; }
      .philosophy .phiItem p:before {
        display: none; }

  .aboutTech .leftContent .head {
    margin-bottom: 20px;
    text-align: left; }
    .aboutTech .leftContent .head .title {
      font-size: 30px; }
    .aboutTech .leftContent .head .des {
      font-size: 14px; }
  .aboutTech .leftContent .techData {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
    border-left: none; }

  .decImgRow {
    margin-bottom: 50px; }
    .decImgRow .imgItem {
      max-width: calc(100% / 2 - 10px);
      width: 100%;
      margin-bottom: 20px; }

  .process .title {
    font-size: 30px; }

  .certifications {
    margin-top: 60px;
    margin-bottom: 60px; }
    .certifications .left .title {
      font-size: 30px;
      line-height: 36px; }
    .certifications .right .cerItem .imgBox {
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }
    .certifications .right .cerItem .content {
      max-width: 100%;
      width: 100%;
      margin-bottom: 0;
      margin-top: 25px;
      text-align: center;
      padding-left: 0; }
      .certifications .right .cerItem .content:before {
        display: none; } }
@media (max-width: 640px) {
  .aboutIntro .introImg {
    margin-left: 0; }
  .aboutIntro .intoContent {
    padding-left: 20px;
    padding-right: 20px; }
    .aboutIntro .intoContent .title:after {
      display: none; }

  .philosophy {
    padding-top: 40px;
    padding-bottom: 40px; }
    .philosophy .title {
      margin-bottom: 20px; }
    .philosophy .phiItem {
      max-width: calc(100% / 2); }
      .philosophy .phiItem p {
        font-size: 16px;
        margin-top: 10px; }

  .aboutTech .leftContent {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px; }

  .decImgRow {
    margin-bottom: 30px; }

  .certifications .left {
    margin-left: 20px;
    margin-right: 20px; }
  .certifications .right .cerList {
    padding-left: 20px;
    padding-right: 20px; }
  .certifications .right .cerItem {
    max-width: 100%; }
    .certifications .right .cerItem:last-child {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #aaa; } }
/* -------------- contact --------------*/
.contactContaienr {
  background: url("../images/repeat-grey.jpg") repeat;
  padding-bottom: 50px; }
  .contactContaienr .pageContainer {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
    .contactContaienr .pageContainer > div {
      padding-top: 60px;
      padding-bottom: 50px; }
  .contactContaienr .info {
    max-width: 400px;
    width: 100%; }
  .contactContaienr .map {
    width: 100%;
    height: 300px; }
    .contactContaienr .map:after {
      width: 10px;
      height: 100%;
      position: absolute;
      top: 0;
      right: -10px;
      content: '';
      display: block;
      background: url("../images/sh-map.png") no-repeat;
      background-size: contain; }
    .contactContaienr .map iframe {
      width: 100%;
      height: 100%;
      border: 10px solid white; }
  .contactContaienr .infoContent {
    margin-top: 30px; }
    .contactContaienr .infoContent .name {
      font-family: 'Roboto','Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
      font-weight: bold;
      font-size: 22px;
      line-height: 30px;
      color: #f32626; }
     .contactContaienr .infoContent .infoGroup {
        display: flex;
        align-items: flex-start;
     }
    .contactContaienr .infoContent .info {
      max-width: 70%;
      color: #333;
      font-size: 17px;
      line-height: 26px;
      font-weight: lighter;
      margin-top: 15px; }
      .contactContaienr .infoContent .info span {
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
        display: inline-block;
        width: 60px; }
      .contactContaienr .infoContent .info p {
        padding-left: 60px;
        margin-top: 7px; }
    .contactContaienr .infoContent .code {
      max-width: 30%;
      margin-top: 18px;
      padding-right: 20px; }
      .contactContaienr .infoContent .code img{
        width: 100%;
        display: block;
      }
  .contactContaienr .contactForm {
    max-width: calc(100% - 400px - 50px);
    width: 100%;
    background: white;
    padding-left: 50px;
    padding-right: 50px;
    color: #333; }
    .contactContaienr .contactForm .formTitle {
      font-family: 'Roboto','Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
      font-size: 34px;
      font-weight: bold;
      text-transform: uppercase; }
    .contactContaienr .contactForm .des {
      font-size: 16px;
      line-height: 20px;
      padding-top: 5px; }
    .contactContaienr .contactForm:after {
      width: 100%;
      height: 15px;
      position: absolute;
      bottom: -15px;
      left: 0;
      content: '';
      display: block;
      background: url("../images/sh-contact.png") no-repeat;
      background-size: contain; }
  .contactContaienr form {
    margin-top: 10px; }
    .contactContaienr form .row {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap; }
      .contactContaienr form .row .field {
        max-width: calc((100% - 40px) / 2); }
    .contactContaienr form label {
      color: #333;
      font-size: 18px;
      text-transform: uppercase; }
      .contactContaienr form label.must:after {
        position: absolute;
        top: 3px;
        right: -15px;
        content: '*';
        display: block;
        color: #f32626; }
    .contactContaienr form input, .contactContaienr form textarea {
      background: #f9f9f9;
      border: 1px solid #eee;
      width: 100%;
      padding: 10px;
      margin-top: 5px; }
    .contactContaienr form textarea {
      min-height: 150px;
      resize: none; }
    .contactContaienr form .field {
      max-width: 100%;
      width: 100%;
      margin-top: 20px; }
    .contactContaienr form .code {
      position: absolute;
      right: 5px;
      bottom: 9px; }
    .contactContaienr form .btn {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      flex-wrap: wrap; }
    .contactContaienr form button {
      padding: 11px 30px;
      border-radius: 0;
      border: none;
      font-size: 16px;
      text-transform: uppercase; }
      .contactContaienr form button:hover {
        background: #333;
        color: white; }
    .contactContaienr form .reset {
      color: #333;
      background: #ffdbdb; }
    .contactContaienr form .submit {
      color: white;
      background: #f32626;
      margin-left: 10px; }

/* -------------- contact RWD --------------*/
@media (max-width: 1280px) {
  .contactContaienr .info {
    max-width: 300px; }
  .contactContaienr .contactForm {
    max-width: calc(100% - 300px - 50px); } }
@media (max-width: 1024px) {
  .contactContaienr .info {
    max-width: 100%; }
  .contactContaienr .contactForm {
    max-width: 100%; } }
@media (max-width: 768px) {
  .contactContaienr .pageContainer > .info {
    padding-top: 30px !important; }
  .contactContaienr .infoContent .info {
    margin-top: 5px;
    font-size: 16px; }
    .contactContaienr .infoContent .info p {
      margin-top: 3px; }
    .contactContaienr .infoContent .code {
      margin-top: 8px; }
  .contactContaienr .infoContent .name {
    font-size: 20px; }
  .contactContaienr .contactForm {
    padding-left: 40px;
    padding-right: 40px; }
    .contactContaienr .contactForm .formTitle {
      font-size: 30px; }
    .contactContaienr .contactForm .des {
      font-size: 14px; }
  .contactContaienr form .row .field {
    max-width: calc((100% - 20px) / 2); }
    .contactContaienr form .row .field.btn {
      max-width: 100%;
      justify-content: center; }
  .contactContaienr form label {
    font-size: 16px; } }
@media (max-width: 640px) {
  .contactContaienr .pageContainer > div {
    padding-top: 30px; }
  .contactContaienr .contactForm {
    padding-left: 15px;
    padding-right: 15px; }
  .contactContaienr form .row .field {
    max-width: 100%; } }
/* -------------- Equipment --------------*/
.eqHeader, .eqTable {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.eqHeader {
  padding-bottom: 90px; }
  .eqHeader .title {
    font-family: 'Roboto','Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
    color: #333; }
    .eqHeader .title .subTitle {
      font-size: 46px;
      font-weight: lighter; }
    .eqHeader .title h4 {
      font-size: 34px;
      font-weight: bold;
      margin-top: 5px; }
      .eqHeader .title h4 span {
        font-size: 18px; }
  .eqHeader .des {
    max-width: 1000px;
    width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: lighter;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 35px; }
  .eqHeader .imgRow {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    .eqHeader .imgRow .imgBox {
      max-width: calc(100% / 4);
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; }
      .eqHeader .imgRow .imgBox:after {
        width: 100%;
        height: 10px;
        position: absolute;
        bottom: -10px;
        left: 0;
        content: '';
        display: block;
        background: url("../images/sh-aboutTechFoot.png") no-repeat;
        background-size: contain; }
    .eqHeader .imgRow img {
      display: block;
      width: 100%; }

.eqTable .thead, .eqTable .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .eqTable .thead p, .eqTable .row p {
    padding-top: 10px;
    padding-bottom: 10px; }
.eqTable .thead p {
  font-family: 'Roboto','Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #f32626;
  text-transform: uppercase;
  padding-bottom: 5px; }
.eqTable .row {
  color: #333; }
  .eqTable .row:last-child .dataRow:last-child p {
    border-bottom: 1px solid #aaa; }
  .eqTable .row .data {
    border-top: 3px solid #aaa; }
    .eqTable .row .data .dataRow:not(:last-child) p {
      border-bottom: 1px solid #aaa; }
  .eqTable .row .brand {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    border-top: 3px solid #aaa; }
.eqTable .brand {
  max-width: 20%;
  width: 100%; }
.eqTable .data {
  max-width: 80%;
  width: 100%; }
  .eqTable .data .dataRow {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .eqTable .data .dataRow.eq2Field p{
    max-width: 18%; }
  .eqTable .data .dataRow.eq2Field p:nth-child(1){
    max-width: 46%; }
  .eqTable .data .dataRow.eq4Field p{
    max-width: 50%; }
  .eqTable .data p {
    max-width: 20%;
    width: 100%;
    font-size: 17px;
    line-height: 26px; }
    .eqTable .data p:nth-child(1) {
      max-width: 60%; }

.eq4 {
  border-bottom: 3px solid #aaa; }
  .eq4 .brand {
    max-width: 70%; }
  .eq4 .data {
    max-width: 30%; }
    .eq4 .data p {
      max-width: 50%; }
  .eq4 .row:last-child .dataRow:last-child p {
    border-bottom: none; }

/* -------------- Equipment RWD --------------*/
@media (max-width: 1024px) {
  .eqTable .thead p, .eqTable .row p {
    padding-top: 8px;
    padding-bottom: 8px; }
  .eqTable .thead {
    display: none; }
  .eqTable .row .brand {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px; }
  .eqTable .row .data {
    max-width: 100%; }
  .eqTable .row .brand {
    border-top: none; }
  .eqTable .brand {
    max-width: 100%;
    background: #aaa;
    color: white; }
  .eqTable .data p {
    font-size: 15px; }
    .eqTable .data p:not(:last-child) {
      padding-right: 10px; }
    .eqTable .data p:before {
      content: attr(data-title);
      display: block;
      font-size: 13px;
      line-height: 14px;
      color: #f32626; } }
@media (max-width: 768px) {
  .eqHeader {
    padding-bottom: 60px; }
    .eqHeader .title .subTitle {
      font-size: 30px; }
    .eqHeader .title h4 {
      font-size: 24px; }
    .eqHeader .des {
      font-size: 16px;
      margin-bottom: 10px; }
    .eqHeader .imgRow .imgBox {
      max-width: 50%;
      margin-top: 20px; } }
@media (max-width: 640px) {
  .eqTable .row .data .dataRow {
    border-bottom: solid 1px #aaa; }
    .eqTable .row .data .dataRow p:not(:last-child) {
      border-bottom: dashed 1px #aaa; }
  .eqTable .data p {
    max-width: 100% !important;
    padding: 4px 15px; } }
@media (max-width: 480px) {
  .eqHeader {
    padding-bottom: 40px; } }
/* -------------- Pro --------------*/
.proTitle {
  color: #333;
  font-size: 46px;
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 40px; }

.tabList {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .tabList li {
    padding-bottom: 15px; }
    .tabList li a {
      color: #333;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
      .tabList li a:hover {
        color: #f32626; }
    .tabList li:not(:last-child) {
      margin-right: 50px; }
    .tabList li.active:after {
      width: 100%;
      height: 5px;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      background: #f32626; }

.proHead {
  text-align: center;
  margin-bottom: 20px; }
  .proHead .typeImg {
    max-width: 120px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .proHead .cross {
    width: 15px;
    height: 15px;
    margin-left: auto;
    margin-right: auto; }
    .proHead .cross:before, .proHead .cross:after {
      width: 15px;
      height: 1px;
      position: absolute;
      top: 0;
      content: '';
      display: block;
      background: #aaa; }
    .proHead .cross:before {
      transform: rotate(45deg); }
    .proHead .cross:after {
      transform: rotate(-45deg); }
  .proHead h5 {
    color: #333;
    font-size: 26px;
    font-family: 'Roboto','Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
    font-weight: bold;
    text-transform: uppercase; }

.proList .pageContainer {
  display: none; }
.proList .active {
  display: block; }
.proList .list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .proList .list .proItem {
    max-width: calc(100% / 5);
    width: 100%;
    padding: 10px; }
    .proList .list .proItem img {
      max-width: 100%;
      width: 100%; }

/* 
@media (max-width: 1280px) {
  .proList .list .proItem {
    max-width: calc(100% / 4); } }
@media (max-width: 1024px) {
  .proTitle {
    font-size: 40px; }

  .tabList li:not(:last-child) {
    margin-right: 30px; }
  .tabList li a {
    font-size: 18px; } }
@media (max-width: 768px) {
  .proTitle {
    font-size: 36px;
    margin-bottom: 30px; }

  .tabList {
    margin-bottom: 15px; }
    .tabList li {
      padding: 10px;
      background: #eee;
      margin-bottom: 10px; }
      .tabList li:not(:last-child) {
        margin-right: 15px; }
      .tabList li.active {
        background: #f32626; }
        .tabList li.active:after {
          display: none; }
        .tabList li.active a {
          color: white; }
      .tabList li a {
        font-weight: normal;
        font-size: 17px; } }
@media (max-width: 640px) {
  .proHead .typeImg {
    max-width: 100px; }
  .proHead h5 {
    font-size: 22px; }

  .proList .list .proItem {
    max-width: calc(100% / 3); } }
@media (max-width: 480px) {
  .proTitle {
    font-size: 28px;
    margin-bottom: 20px; }

  .tabList li a {
    font-size: 15px; }

  .proList .list .proItem {
    max-width: calc(100% / 2); } }


/* -------------- JP --------------*/
#JP .infoContent .info p{
  padding-left: 85px; }
#JP .infoContent .info span{
  letter-spacing: -1.5px;
  width: 85px;}



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