html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}

p {
  color: #333;
  font-size: 16px;
  line-height: 28px;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a, a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

body {
  background-color: #fff;
  font-size: 14px;
  color: #444;
}

.wrap {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#outerWrap {
  padding-top: 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #outerWrap {
    padding-top: 70px;
  }
}

/*- OWL -*/
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 3%;
  background-image: url(../images/iArrow02R_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #d6d6d6;
  background-size: 6px auto;
  width: 36px;
  height: 36px;
  border-radius: 18px;
}

.owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-prev:hover {
  background-color: #eb6100;
}

.owl-theme .owl-nav .owl-prev {
  left: 3%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.owl-dots {
  margin-top: 0px;
  width: 100%;
  text-align: center;
}

.owl-dots .owl-dot {
  background-color: #fff;
  border: 1px solid #eb6100;
  height: 0.8em;
  width: 0.8em;
  border-radius: 0.4em;
  margin-right: 0.3em;
  display: inline-block;
}

.owl-dots .owl-dot:hover {
  background-color: #1a2739;
  border: 1px solid #1a2739;
}

.owl-dots .owl-dot.active, .owl-dots .owl-dot.active:hover {
  background-color: #eb6100;
  border: 1px solid #eb6100;
}

/*font*/
.titleBox {
  margin-bottom: 2em;
  width: 100%;
}

.titleBox:after {
  content: '';
  display: block;
  height: 3px;
  width: 35px;
  background-color: #eb6100;
}

.titleBox .tS {
  color: #333;
  font-size: 20px;
  display: block;
  margin-bottom: 0.8em;
  font-weight: 300;
}

.titleBox .tL {
  color: #eb6100;
  font-size: 30px;
  margin-bottom: 0.3em;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .titleBox .tS {
    font-size: 18px;
  }
  .titleBox .tL {
    font-size: 24px;
  }
}

.fSy24_b {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5em;
}

/*Btn*/
.btnSy01 {
  color: #fff;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 130px;
  padding: 0 0.5em;
  display: inline-block;
  background-color: #e55e00;
}

.btnSy01:active, .btnSy01:visited, .btnSy01:focus {
  background-color: #e55e00;
  color: #fff;
}

.btnSy01:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btnSy02 {
  color: #e55e00;
  border: 1px solid #e55e00;
  background: none;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 180px;
  padding: 0 0.5em;
  display: inline-block;
}

.btnSy02:active, .btnSy02:visited, .btnSy02:focus {
  color: #e55e00;
  border: 1px solid #e55e00;
  background: none;
}

.btnSy02:hover {
  background-color: #e55e00;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*-- bannerBox ----------*/
#bannerBox {
  width: 100%;
}

#bannerBox .br9 {
  -webkit-filter: brightness(0.9);
}

#bannerBox .myVideo {
  min-width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 900px) {
  #bannerBox .myVideo {
    min-width: auto;
    min-height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

#bannerBox ul, #bannerBox li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bannerBox .owl-dots {
  position: absolute;
  bottom: 3em;
}

@media screen and (max-width: 1060px) {
  #bannerBox .owl-dots {
    bottom: 2em;
  }
}

@media screen and (max-width: 750px) {
  #bannerBox .owl-dots {
    position: initial;
  }
}

/*-- aboutIdx ----------*/
#aboutIdx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1400px;
  max-width: 100%;
  padding: 5em 3%;
  margin: 0 auto;
}

#aboutIdx .videoBox {
  width: 624px;
  background: url(../images/bgO.jpg) right bottom no-repeat;
  padding: 0 33px 33px 1em;
  position: relative;
}

#aboutIdx .videoBox .iVideo {
  position: absolute;
  background: url(../images/iVideo.png) left top no-repeat;
  background-size: 100%;
  width: 67px;
  height: 46px;
  left: calc( 50% - 33px);
  top: calc( 50% - 23px);
}

#aboutIdx .videoBox:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#aboutIdx .videoBox:hover .iVideo {
  display: none;
}

#aboutIdx .leftBox {
  width: calc( 100% - 624px);
  padding-bottom: 2em;
}

#aboutIdx .txtBox p {
  margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
  #aboutIdx .videoBox, #aboutIdx .leftBox {
    width: 100%;
    text-align: center;
  }
  #aboutIdx .titleBox::after {
    margin: 0 auto;
  }
  #aboutIdx .txtBox {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 3%;
  }
}

@media screen and (max-width: 900px) {
  #aboutIdx .videoBox .iVideo {
    width: 50px;
    height: 34px;
    left: calc(50% - 40px);
    top: calc(50% - 30px);
  }
}

/*producrsIdx----------*/
#productIdx {
  width: 100%;
  padding: 5em calc((100% - 1400px)/2);
  background: url(../images/bgW.jpg) left bottom repeat-x #f0f0f0;
  background-size: auto 40%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#productIdx .txtBox {
  text-align: center;
  width: 800px;
  padding: 0 3%;
  max-width: 100%;
}

#productIdx .titleBox {
  text-align: center;
}

#productIdx .titleBox::after {
  margin: 0 auto;
}

#productIdx .slideBox {
  position: relative;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

#productIdx .btnSy02 {
  margin: 1em auto;
  display: table;
}

#productIdx .listCard {
  margin-bottom: 1em;
  padding: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

#productIdx .listCard .photoBox {
  width: 100%;
  margin: 0 auto 0.8em;
  position: relative;
}

#productIdx .listCard .photoBox a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

#productIdx .listCard .photoBox img {
  position: relative;
  opacity: 0.95;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 360px;
  margin: 0 auto;
}

#productIdx .listCard .title {
  font-size: 18px;
  display: block;
  position: relative;
  color: #666;
  height: 3em;
  margin-bottom: 0.5em;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}

#productIdx .listCard .title b {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.5em;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

#productIdx .listCard:hover .photoBox img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

#productIdx .listCard:hover .txtBox a.title {
  font-weight: 500;
  color: #91abc0;
}

/*applicationIdx----------*/
#applicationIdx {
  background: url(../images/bg_application.jpg) center top no-repeat #f0f0f0;
  background-size: 100% auto;
  width: 100%;
  padding: 5em calc((100% - 1400px)/2);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#applicationIdx .titleBox {
  text-align: center;
}

#applicationIdx .titleBox:after {
  background-color: #fff;
  margin: 0 auto;
}

#applicationIdx .titleBox .tS, #applicationIdx .titleBox .tL {
  color: #fff;
}

#applicationIdx .itemBox {
  padding: 2em 3%;
}

#applicationIdx .item {
  width: calc(100%/4);
  padding: 0 0.5em 1em;
  float: left;
  margin-bottom: 1em;
  text-align: center;
}

#applicationIdx .item img {
  margin-bottom: 1em;
}

#applicationIdx .item p {
  color: #333;
  font-size: 18px;
}

#applicationIdx .btnSy01 {
  width: 180px;
}

@media screen and (max-width: 1200px) {
  #applicationIdx {
    background: url(../images/bg_application.jpg) center top no-repeat #f0f0f0;
    background-size: auto 50%;
  }
}

@media screen and (max-width: 900px) {
  #applicationIdx {
    background: url(../images/bg_application.jpg) center top no-repeat #f0f0f0;
    background-size: auto 35%;
  }
  #applicationIdx .item {
    width: calc(100%/2);
  }
}

/*newsIdx----------*/
#newsIdx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1400px;
  max-width: 100%;
  padding: 5em 3%;
  margin: 0 auto;
}

#newsIdx .titleBox {
  text-align: center;
}

#newsIdx .titleBox::after {
  margin: 0 auto;
}

#newsIdx .itemBox {
  overflow: hidden;
  width: 100%;
  padding: 2em 0;
}

#newsIdx .itemBox .item {
  padding: 1em;
  overflow: hidden;
}

#newsIdx .itemBox .item img {
  max-width: 395px;
  margin: 0 auto;
}

#newsIdx .itemBox .item:hover {
  background-color: #f5f5f5;
}

#newsIdx .itemBox .txt {
  color: #999;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  width: 100%;
  height: 5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#newsIdx .itemBox .date {
  color: #eb6100;
  font-size: 16px;
  margin-bottom: 0.5em;
  font-weight: 300;
}

#newsIdx .itemBox .title {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1em;
  height: 1.8em;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#newsIdx .btnSy02 {
  margin: 2em auto;
}

@media screen and (max-width: 900px) {
  #newsIdx .itemBox .item {
    padding: 0 0.5em;
    width: 100%;
    margin: 0 auto 2em;
    text-align: center;
  }
  #newsIdx .btnSy02 {
    margin: 0 auto;
  }
}
