@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 13px;
  color: #000000;
  background-color: #ffffff;
  font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif"; }

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

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px; }

/*共用屬性*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

a:hover {
  color: inherit; }

a img {
  border: none; }

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

/*泛用表格*/
.t {
  display: table; }

.t ul {
  display: table-row; }

.t li {
  padding: 0px;
  display: table-cell;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  vertical-align: middle; }

dl dt,
dl dd {
  float: left; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1000px;
  max-width: 100%; }

.content {
  background-color: #ffffff;
  position: relative; }

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

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

span.plus {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  position: relative; }
  span.plus:after {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  span.plus:before {
    content: "";
    height: 70%;
    width: 1px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

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

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

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

header {
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#000605));
  background: -webkit-linear-gradient(top, #333333 0%, #000605 100%);
  background: -o-linear-gradient(top, #333333 0%, #000605 100%);
  background: linear-gradient(to bottom, #333333 0%, #000605 100%);
  height: 120px;
  position: relative;
  z-index: 1000; }
  header #logo {
    float: left;
    width: 26%;
    margin-top: 15px;
    margin-bottom: 15px; }
  header #top_menu {
    position: static; }
  header #lan {
    float: right;
    text-align: right;
    font-size: 13px; }
    header #lan a {
      color: #BBBBBB;
      display: inline-block;
      width: 80px;
      height: 40px;
      line-height: 40px;
      position: relative;
      text-align: center; }
      header #lan a.chosen:before {
        content: ' ';
        background-image: url(../images/layout/arrow_red.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 8px;
        height: 40px; }
      header #lan a:hover {
        color: #FFFFFF; }
      header #lan a.contact {
        background: #151515;
        border-radius: 5px;
        color: #FFFFFF;
        width: 100px; }
        header #lan a.contact:before {
          content: "\f0e0";
          font-family: 'FontAwesome';
          margin-right: 10px; }
  header nav {
    color: #FFFFFF;
    font-size: 16px;
    height: 78px;
    width: 62.5%;
    float: right; }
    header nav li {
      display: block;
      float: left;
      width: 20%;
      height: 78px;
      line-height: 75px;
      text-align: center;
      position: relative; }
      header nav li:hover {
        color: #BBBBBB; }
      header nav li .sub_menu {
        position: absolute;
        top: 78px;
        left: -100px;
        height: 40px;
        line-height: 40px;
        color: #CCCCCC;
        font-size: 15px;
        width: 330px;
        display: none; }
        header nav li .sub_menu a {
          display: block;
          float: left;
          width: 105px; }
          header nav li .sub_menu a:hover {
            color: #FFFFFF; }

#banner {
  width: 100%;
  height: 260px;
  background-image: url(../images/layout/page_banner.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  margin-bottom: 20px; }
  #banner:after {
    content: ' ';
    width: 100%;
    height: 22px;
    background-image: url(../images/layout/ruler.png);
    position: absolute;
    left: 0;
    bottom: -22px; }

footer {
  background: #DDDDDD;
  min-height: 144px;
  color: #666666;
  font-size: 13px;
  text-align: left;
  line-height: 25px;
  padding-top: 40px; }
  footer .logo {
    float: left;
    width: 240px;
    height: 70px;
    padding-left: 20px;
    position: relative;
    top: -5px; }

h4 {
  color: #000000;
  text-align: center;
  font-size: 26px;
  padding: 60px 0px; }

#cell_button {
  position: fixed;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 47px;
  border: 2px #FFFFFF solid;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  z-index: 500; }
  #cell_button div {
    background: #FFFFFF;
    width: 80%;
    height: 5px;
    margin: 7px auto;
    cursor: pointer; }

#go_top {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 400;
  font-size: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  display: none; }
  #go_top div:before {
    content: "\f102";
    font-family: 'FontAwesome'; }

#home #banner {
  height: 700px;
  background-image: url(../images/index/indexbanner.jpg); }

#home main {
  padding-top: 40px; }

#home .left, #home .right {
  float: left; }

#home .left {
  width: 24%; }
  #home .left aside {
    width: 84%;
    height: 600px;
    margin: 45px auto;
    display: table;
    border-right: 1px #EEEEEE solid; }
    #home .left aside .block {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      #home .left aside .block h4 {
        color: #888888;
        font-size: 22px;
        line-height: 46px; }
      #home .left aside .block h5 {
        color: #000000;
        font-size: 26px;
        line-height: 50px; }
      #home .left aside .block div {
        color: #535353;
        font-size: 15px;
        line-height: 25px; }
      #home .left aside .block a.more {
        display: block;
        margin: 45px auto;
        background: #D50000;
        color: #FFFFFF;
        font-size: 18px;
        width: 140px;
        height: 50px;
        line-height: 50px;
        border-radius: 5px; }

#home .right {
  width: 76%; }
  #home .right .products {
    width: 33%;
    max-width: 420px;
    height: 360px;
    float: left;
    text-align: center; }
    #home .right .products div {
      width: 95%;
      margin: auto; }
      #home .right .products div.pic {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 300px; }
      #home .right .products div.name {
        text-align: center;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        color: #535353;
        font-size: 15px; }
        #home .right .products div.name img {
          vertical-align: middle; }

#home #bot_link {
  background: #F2F2F2;
  height: 165px; }
  #home #bot_link ul {
    width: 96.5%;
    height: 95px;
    margin: auto;
    padding-top: 35px; }
    #home #bot_link ul li {
      border-right: 1px #CCCCCC solid;
      color: #545454;
      font-size: 15px;
      line-height: 160%;
      display: block;
      float: left;
      width: 33.33333333%;
      height: 95px;
      text-align: center; }
      #home #bot_link ul li h4 {
        font-weight: bold;
        font-size: 22px;
        padding: 20px 0px 0px 0px;
        margin-bottom: 0px; }
      #home #bot_link ul li:first-child {
        border-left: 1px #CCCCCC solid; }

#about nav li .sub_menu, #service nav li .sub_menu {
  display: block; }

#about .top_link, #service .top_link {
  background: #333333;
  height: 40px; }

#about .gray, #service .gray {
  background: #F2F2F2; }

#about article, #service article {
  width: 920px;
  max-width: 95%;
  margin: auto;
  color: #525252;
  font-size: 15px;
  line-height: 160%; }
  #about article h5, #service article h5 {
    color: #000000;
    text-align: left;
    font-size: 20px;
    line-height: 220%; }
  #about article section.part1, #service article section.part1 {
    padding-bottom: 95px; }
    #about article section.part1 div.t, #service article section.part1 div.t {
      width: 100%; }
      #about article section.part1 div.t li, #service article section.part1 div.t li {
        vertical-align: middle;
        padding-left: 22px; }
      #about article section.part1 div.t .left, #service article section.part1 div.t .left {
        width: 42%;
        padding-left: 0px; }
  #about article section.part2, #service article section.part2 {
    padding: 50px 0px 75px 0px; }
  #about article section.part3, #service article section.part3 {
    padding: 100px 0px 72px 0px; }
  #about article section.part4, #service article section.part4 {
    padding: 70px 0px 45px 0px; }
    #about article section.part4 div.t, #service article section.part4 div.t {
      width: 100%; }
      #about article section.part4 div.t li, #service article section.part4 div.t li {
        vertical-align: middle;
        padding-left: 87px; }
        #about article section.part4 div.t li ol li, #service article section.part4 div.t li ol li {
          display: list-item;
          list-style: decimal;
          color: #3E99BA;
          padding-left: 0px; }
          #about article section.part4 div.t li ol li div, #service article section.part4 div.t li ol li div {
            color: #525252; }
            #about article section.part4 div.t li ol li div span, #service article section.part4 div.t li ol li div span {
              font-weight: bold;
              display: block; }
      #about article section.part4 div.t .left, #service article section.part4 div.t .left {
        width: 18.6956521%;
        padding-left: 0px;
        border-right: 1px #DDDDDD solid; }
  #about article section.part5, #service article section.part5 {
    padding: 90px 0px 120px 0px; }
    #about article section.part5 ul, #service article section.part5 ul {
      width: 180px;
      margin: 0px auto; }
      #about article section.part5 ul li, #service article section.part5 ul li {
        line-height: 250%; }
        #about article section.part5 ul li:before, #service article section.part5 ul li:before {
          content: "\f04b";
          font-family: 'FontAwesome';
          color: #3E9ABB;
          margin-right: 10px; }

#service nav li .sub_menu {
  display: none; }

#service article {
  padding: 60px 0px; }

#service div.f50, #service div.f6 {
  width: 47%;
  float: left; }

#service div.f6 {
  width: 6%; }

#contact div.con_text {
  text-align: center;
  color: #333333;
  font-size: 15px;
  line-height: 160%; }

#contact div.f45, #contact div.f55 {
  width: 45%;
  padding-top: 80px;
  float: left; }
  #contact div.f45 div.t, #contact div.f55 div.t {
    width: 90%;
    margin: 3% 0 7% 0; }
    #contact div.f45 div.t li, #contact div.f55 div.t li {
      height: 53px;
      line-height: 36px;
      vertical-align: top; }
      #contact div.f45 div.t li.left, #contact div.f55 div.t li.left {
        text-align: right;
        color: #000000;
        font-size: 15px;
        padding-right: 10px;
        width: 120px; }
      #contact div.f45 div.t li input, #contact div.f45 div.t li textarea, #contact div.f55 div.t li input, #contact div.f55 div.t li textarea {
        width: 100%;
        height: 34px;
        border: 1px #DDDDDD solid; }
        #contact div.f45 div.t li input[type=button], #contact div.f45 div.t li textarea[type=button], #contact div.f55 div.t li input[type=button], #contact div.f55 div.t li textarea[type=button] {
          width: 140px;
          height: 40px;
          line-height: 36px;
          border: none;
          background: #D50000;
          color: #FFFFFF;
          text-align: center;
          cursor: pointer;
          font-size: 16px;
          font-family: '微軟正黑體';
          border-radius: 5px;
          margin: 20px auto;
          display: block; }
      #contact div.f45 div.t li textarea, #contact div.f55 div.t li textarea {
        height: 120px; }
  #contact div.f45 iframe, #contact div.f55 iframe {
    width: 100%; }

#contact div.f55 {
  width: 55%; }

#news div.list a {
  float: left;
  display: block;
  width: 23%;
  margin: 0 1%;
  height: 425px; }
  #news div.list a div {
    width: 97%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left; }
    #news div.list a div.img {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      height: 200px;
      width: 100%; }
    #news div.list a div.date {
      margin-top: 10px;
      font-size: 13px;
      height: 20px;
      line-height: 20px;
      color: #999999; }
    #news div.list a div.name {
      font-size: 18px;
      height: 27px;
      line-height: 27px;
      color: #000000; }
    #news div.list a div.info {
      font-size: 15px;
      line-height: 24px;
      height: 72px;
      color: #666666; }

#news div.press div {
  width: 97%;
  margin: 0 auto;
  text-align: left; }
  #news div.press div.img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 400px;
    width: 400px;
    max-width: 100%; }
  #news div.press div.date {
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #999999; }
  #news div.press div.name {
    font-size: 18px;
    line-height: 27px;
    color: #000000; }
  #news div.press div.info {
    font-size: 15px;
    line-height: 24px;
    color: #666666; }

#news a.more, #news a.back {
  background: #D50000;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin: 100px auto;
  display: block;
  width: 140px;
  line-height: 40px;
  height: 40px;
  border-radius: 5px; }

#product .main_con {
  width: 1200px; }

#product div.left {
  width: 230px;
  float: left;
  overflow: hidden; }
  #product div.left h5 {
    text-align: center;
    color: #878787;
    line-height: 160%;
    border-bottom: 4px #000000 solid;
    font-size: 22px;
    padding-bottom: 10px; }
  #product div.left .select {
    display: none; }
    #product div.left .select select, #product div.left .select option {
      width: 100%;
      line-height: 44px;
      height: 44px; }
  #product div.left ul li {
    display: list-item;
    list-style-image: url(../images/layout/arrow_big.png);
    font-size: 15px;
    color: #666666;
    border-bottom: 1px #DDDDDD solid;
    margin-left: 25px;
    line-height: 25px;
    padding: 10px 5px 5px 0px; }
    #product div.left ul li.chosen {
      color: #000000; }
    #product div.left ul li div {
      display: block;
      position: relative; }
      #product div.left ul li div a {
        position: relative;
        top: -3px; }

#product .path {
  color: #999999;
  font-size: 18px;
  height: 45px;
  padding-left: 20px; }
  #product .path span {
    color: #000000; }

#product a.more, #product a.back {
  background: #D50000;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin: auto;
  display: block;
  width: 140px;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  clear: both;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px; }

#product div.list {
  margin-left: 280px;
  text-align: left;
  padding-bottom: 100px;
  position: relative; }
  #product div.list a {
    display: inline-block;
    width: 250px;
    height: 325px;
    max-width: 30%;
    margin-left: 20px; }
    #product div.list a div {
      width: 100%;
      overflow: hidden;
      text-align: center;
      margin: 20px 0px; }
      #product div.list a div.img {
        padding-bottom: 75%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain; }
      #product div.list a div.name {
        height: 50px;
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px;
        color: #000000; }
  #product div.list div.button {
    position: absolute;
    left: -40px;
    bottom: 50px;
    width: 100%; }
    #product div.list div.button a.more {
      display: block;
      width: 140px;
      height: 40px;
      margin: auto;
      position: static; }

#product div.press {
  margin-left: 280px;
  text-align: left;
  padding-bottom: 100px;
  position: relative; }
  #product div.press div.img {
    width: 100%;
    height: 425px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  #product div.press div.info {
    margin-top: 40px;
    padding: 20px;
    font-size: 15px;
    line-height: 160%;
    color: #666666; }

#client .list {
  text-align: center;
  padding-bottom: 50px;
  min-height: 500px; }
  #client .list a {
    display: inline-block;
    width: 280px;
    height: 100px;
    margin: 10px;
    margin-bottom: 20px;
    overflow: hidden; }
    #client .list a img {
      width: 100%;
      height: auto; }
    #client .list a:hover {
      border: 2px #000000 solid; }

@media only screen and (max-width: 1200px) {
  #home .left, #home .right {
    width: 100%; }
  #home .left aside {
    border: none;
    border-bottom: 1px #EEEEEE solid;
    height: auto; }
    #home .left aside .block h4 {
      width: 20%;
      float: left; }
    #home .left aside .block span {
      display: block;
      width: 80%;
      float: left; } }

@media only screen and (max-width: 1024px) {
  #cell_button {
    display: block;
    cursor: pointer; }
  header #logo {
    float: none;
    width: 320px;
    margin: 0px auto;
    padding-top: 15px; }
  header #top_menu {
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0px;
    bottom: -100%;
    height: auto;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    header #top_menu.show {
      bottom: 0;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
  header #lan, header nav {
    float: none;
    display: block;
    width: 100%;
    height: auto; }
  header #lan {
    text-align: center; }
  header nav li {
    float: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #DEDEDE solid; }
  #home .right .products {
    width: 48%;
    margin: 1%; }
  #news div.list a {
    width: 31%;
    margin: 0 1%; }
  #product div.list a {
    width: 48%;
    max-width: none;
    margin-left: 1%; } }

@media only screen and (max-width: 640px) {
  footer .text {
    width: 90%;
    margin: auto;
    text-align: center; }
    footer .text span {
      display: block; }
  footer .logo {
    float: none;
    width: 100%;
    height: auto;
    padding-left: 0px;
    position: relative;
    top: 0px;
    margin: auto;
    text-align: center; }
  #home #banner {
    height: 200px; }
  #home .left aside {
    margin-top: 0px; }
    #home .left aside .block h4 {
      width: 90%;
      float: none;
      margin: auto;
      text-align: center; }
    #home .left aside .block span {
      width: 90%;
      float: none;
      margin: auto; }
  #home .right {
    text-align: center; }
    #home .right .products {
      display: inline-block;
      width: 98%;
      margin: 1%;
      float: none; }
  #home #bot_link {
    display: none; }
  #about nav li .sub_menu {
    display: none; }
  #about .top_link {
    display: none; }
  #about article section.part1 div.t, #about article section.part1 ul, #about article section.part2 div.t, #about article section.part2 ul, #about article section.part3 div.t, #about article section.part3 ul, #about article section.part4 div.t, #about article section.part4 ul, #about article section.part5 div.t, #about article section.part5 ul {
    display: block; }
    #about article section.part1 div.t li, #about article section.part1 ul li, #about article section.part2 div.t li, #about article section.part2 ul li, #about article section.part3 div.t li, #about article section.part3 ul li, #about article section.part4 div.t li, #about article section.part4 ul li, #about article section.part5 div.t li, #about article section.part5 ul li {
      display: block; }
      #about article section.part1 div.t li.left, #about article section.part1 ul li.left, #about article section.part2 div.t li.left, #about article section.part2 ul li.left, #about article section.part3 div.t li.left, #about article section.part3 ul li.left, #about article section.part4 div.t li.left, #about article section.part4 ul li.left, #about article section.part5 div.t li.left, #about article section.part5 ul li.left {
        width: 100%;
        padding-left: 0px; }
  #about article section.part4 {
    padding: 70px 0px 45px 0px; }
    #about article section.part4 div.t li {
      padding-left: 20px; }
      #about article section.part4 div.t li ol li {
        display: list-item;
        list-style: decimal;
        color: #3E99BA;
        padding-left: 20px; }
        #about article section.part4 div.t li ol li div {
          color: #525252; }
          #about article section.part4 div.t li ol li div span {
            font-weight: bold;
            display: block; }
    #about article section.part4 div.t .left {
      width: 5%;
      padding-left: 0px;
      border-right: 1px #DDDDDD solid; }
  #service div.f50, #service div.f6 {
    width: 100%;
    float: none; }
  #service div.f6 {
    display: none; }
  #contact div.f45, #contact div.f55 {
    width: 95%;
    padding-top: 30px;
    float: none;
    margin: auto; }
    #contact div.f45 div.t, #contact div.f55 div.t {
      width: 95%;
      display: block;
      margin: auto; }
      #contact div.f45 div.t ul, #contact div.f55 div.t ul {
        display: block; }
      #contact div.f45 div.t li, #contact div.f55 div.t li {
        display: block; }
        #contact div.f45 div.t li.left, #contact div.f55 div.t li.left {
          text-align: left;
          width: 100%; }
  #contact iframe {
    display: none; }
  #news div.list a {
    width: 48%;
    margin: 0 1%; }
  #product div.left {
    width: 100%;
    float: none; }
    #product div.left .select {
      display: block; }
    #product div.left ul {
      display: none; }
  #product div.list, #product div.press {
    margin-left: 0;
    padding-top: 40px; }
    #product div.list div.button, #product div.press div.button {
      left: 0px;
      width: 100%; } }

@media only screen and (max-width: 480px) {
  #news div.list a {
    width: 98%;
    margin: 0 1%; }
  #product div.list a {
    width: 98%;
    margin-left: 1%; } }
