@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow-x: hidden;
  font-size: 17px;
  color: #0f0f0f;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: '微軟正黑體','Microsoft JhengHei' , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.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(71, 153, 195, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

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

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

* {
  -webkit-overflow-scrolling: touch; }

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

a:active, a:hover {
  outline: none; }

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

input[type="text"] {
  -webkit-appearance: none;
  outline: 0; }

/*-----泛用表格-----*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

dl {
  padding: 5px 0;
  font-size: 0; }
  dl dt, dl dd {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem; }

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

section {
  position: relative;
  max-width: 100%; }

.row {
  padding: 10px 0; }

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

.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%; }

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

/*-----RWD地圖&Youtube影片-----*/
.map, .video {
  position: relative;
  width: 100%;
  height: 0; }
  .map iframe, .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

.bg-img {
  background-size: cover;
  display: block;
  width: 100%;
  height: 0; }

.editor {
  word-break: break-word;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
  .editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
  .editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
  .editor dir, .editor hr, .editor menu, .editor pre {
    display: block; }
  .editor li {
    display: list-item; }
  .editor head {
    display: none; }
  .editor table {
    display: table; }
  .editor tr {
    display: table-row; }
  .editor thead {
    display: table-header-group; }
  .editor tbody {
    display: table-row-group; }
  .editor tfoot {
    display: table-footer-group; }
  .editor col {
    display: table-column; }
  .editor colgroup {
    display: table-column-group; }
  .editor td, .editor th {
    display: table-cell; }
  .editor caption {
    display: table-caption; }
  .editor th {
    font-weight: bolder;
    text-align: center; }
  .editor caption {
    text-align: center; }
  .editor body {
    margin: 8px; }
  .editor h1 {
    font-size: 2em;
    margin: 10px  0; }
  .editor h2 {
    font-size: 1.5em;
    margin: 10px  0; }
  .editor h3 {
    font-size: 1.17em;
    margin: 10px  0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 10px  0; }
  .editor h5 {
    font-size: .83em;
    margin: 10px  0; }
  .editor h6 {
    font-size: .75em;
    margin: 10px  0; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  .editor i, .editor cite, .editor em, .editor var, .editor address {
    font-style: italic; }
  .editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
    font-family: monospace; }
  .editor pre {
    white-space: pre; }
  .editor button, .editor textarea, .editor input, .editor select {
    display: inline-block; }
  .editor big {
    font-size: 1.17em; }
  .editor small, .editor sub, .editor sup {
    font-size: .83em; }
  .editor sub {
    vertical-align: sub; }
  .editor sup {
    vertical-align: super; }
  .editor table {
    border-spacing: 2px; }
  .editor thead, .editor tbody, .editor tfoot {
    vertical-align: middle; }
  .editor td, .editor th {
    vertical-align: inherit; }
  .editor s, .editor strike, .editor del {
    text-decoration: line-through; }
  .editor hr {
    border: 1px inset; }
  .editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
    margin-left: 40px; }
  .editor ol {
    list-style-type: decimal; }
  .editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .editor u, .editor ins {
    text-decoration: underline; }
  .editor br:before {
    content: "\A"; }
  .editor :before, .editor :after {
    white-space: pre-line; }
  .editor center {
    text-align: center; }
  .editor :link, .editor :visited {
    text-decoration: underline; }
  .editor :focus {
    outline: thin dotted invert; }
  .editor BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  .editor BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }
  .editor *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed; }
  .editor *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
  @media print {
    .editor h1 {
      page-break-before: always; }
    .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
      page-break-after: avoid; }
    .editor ul, .editor ol, .editor dl {
      page-break-before: avoid; } }

/*-----排版-----*/
.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.inline-item {
  display: inline-block; }

.align-m {
  display: inline-block;
  vertical-align: middle; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.vertical {
  -webkit-writing-mode: tb-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: tb-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr; }

body, html {
  width: 100%;
  height: 100%; }

header {
  z-index: 999;
  background-color: white;
  position: relative; }
  header .container {
    padding: 0 5px; }
  header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: middle;
    -ms-flex-align: middle;
    align-items: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    position: absolute; }
    header .logo .logo_img {
      max-width: 60%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -15%;
      right: 0;
      margin: auto; }
  header .menu {
    float: right; }
    header .menu ul {
      padding-top: 6%; }
      header .menu ul li {
        display: inline-block;
        color: #333333;
        width: 104px;
        font-size: 1rem;
        text-align: center;
        padding: 15px 0 4px 15px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-position: cover;
        background-repeat: no-repeat;
        background-position: center; }
        header .menu ul li a {
          margin-left: -20px; }
        header .menu ul li:hover, header .menu ul li.active {
          background-image: url(../_img/layout/menu_hover.png);
          color: white;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
  header .media {
    position: absolute;
    height: 40px;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: 0;
    padding-top: 0.5%;
    z-index: 999; }
    header .media span {
      margin: 0 7px; }
    header .media .language {
      background-color: #4799C3;
      border-radius: 10px;
      color: white;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      position: relative;
      font-size: 0.875rem;
      z-index: 3;
      margin: 0 7px; }
      header .media .language li {
        text-align: center;
        padding: 3px 25px; }
      header .media .language .en {
        display: none;
        width: 100%;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        header .media .language .en:hover {
          background-color: #eeeeee;
          color: #4799C3;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
      header .media .language:before {
        content: url("../_img/layout/globle.png");
        width: 12px;
        height: 12px;
        position: absolute;
        left: 10px;
        top: 10px; }
      header .media .language:after {
        content: '\f107';
        font-family: fontawesome;
        position: absolute;
        right: 10px;
        top: 5px; }
      header .media .language.special:after {
        content: '\f106'; }
  header .blue-line {
    background-color: #4799C3;
    height: 3px;
    width: 100%;
    display: block; }

footer {
  margin-top: 20px;
  text-align: center;
  background-color: #EEEEEE;
  padding: 10px;
  color: #4799C3;
  font-size: 0.813rem; }

.gradient {
  background: #5ea4ca;
  background: -moz-linear-gradient(top, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
  background: -webkit-linear-gradient(top, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5ea4ca), color-stop(50%, #3a87af), to(#5ea4ca));
  background: -o-linear-gradient(top, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
  background: linear-gradient(to bottom, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea4ca', endColorstr='#5ea4ca',GradientType=0 ); }

.banner {
  position: relative;
  top: -30px;
  background-color: #F5F5F5;
  text-align: center;
  z-index: 0; }
  .banner .container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 3.5%;
    padding-bottom: 3.5%;
    text-align: center;
    background-color: #f5f5f5; }
    .banner .container .title-en {
      font-weight: 500;
      font-size: 2.063rem;
      color: white;
      font-family: 'Raleway', sans-serif; }
    .banner .container .title-ch {
      color: #008C8C;
      position: absolute;
      bottom: -30px;
      right: 0;
      left: 0;
      margin: auto;
      width: 191px;
      height: 61px;
      line-height: 61px;
      background-image: url(../_img/layout/title.png);
      background-size: cover;
      background-position: center; }

.deco .cir, .deco .line {
  display: inline-block;
  vertical-align: middle; }

.deco .cir {
  border-radius: 50%;
  border: 3px solid #008C8C;
  width: 12px;
  height: 12px; }

.deco .line {
  height: 2px;
  background-color: #008C8C;
  margin: 0 -5px; }

.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  background: #5ea4ca;
  background: -moz-linear-gradient(top, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
  background: -webkit-linear-gradient(top, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5ea4ca), color-stop(50%, #3a87af), to(#5ea4ca));
  background: -o-linear-gradient(top, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
  background: linear-gradient(to bottom, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea4ca', endColorstr='#5ea4ca',GradientType=0 ); }
  .slick-prev:before, .slick-next:before {
    font-size: 0.875rem;
    line-height: 40px; }
  .slick-prev:hover, .slick-next:hover {
    background: #5ea4ca;
    background: -moz-linear-gradient(top, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
    background: -webkit-linear-gradient(top, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5ea4ca), color-stop(50%, #3a87af), to(#5ea4ca));
    background: -o-linear-gradient(top, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
    background: linear-gradient(to bottom, #5ea4ca 1%, #3a87af 50%, #5ea4ca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea4ca', endColorstr='#5ea4ca',GradientType=0 ); }

.slick-prev {
  left: 15px; }
  .slick-prev:before {
    content: '\f100';
    font-family: fontawesome; }

.slick-next {
  right: 15px; }
  .slick-next:before {
    content: '\f101';
    font-family: fontawesome; }

.bg2 {
  background-image: url(../_img/layout/bg2.jpg);
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed; }

.scroll-parent {
  overflow: hidden;
  position: relative; }
  .scroll-parent .scroll-child {
    overflow-y: scroll;
    height: 434px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -17px;
    /* Increase/Decrease this value for cross-browser compatibility */ }

.site-location {
  color: #777777;
  font-size: 0.875rem;
  text-align: right;
  margin-bottom: 30px;
  padding-right: 10px; }
  .site-location span {
    margin: 0 10px; }
  .site-location span.active {
    color: #4799C3; }

#index {
  background-image: url(../_img/layout/bg.jpg);
  background-position: center;
  background-size: cover; }
  #index .slick-slider {
    margin-bottom: 0; }
  #index .index-banner {
    position: relative;
    top: -30px;
    z-index: 0;
    padding: 0 5px; }
    #index .index-banner .wrap a .pic {
      padding-top: 48%; }
    #index .index-banner .slick-dots {
      bottom: 10px; }
  #index .index-product {
    margin-top: -30px; }
    #index .index-product .pdmenu {
      margin-top: -46px;
      z-index: 2; }
      #index .index-product .pdmenu ul {
        max-height: 250px;
        overflow: scroll;
        overflow-x: hidden;
        z-index: 10; }

#about .banner .container {
  background-image: url(../_img/about/banner.jpg); }

#about .about-content .about-text {
  padding-top: 50px; }
  #about .about-content .about-text p {
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.688rem; }
  #about .about-content .about-text .service {
    text-align: center;
    margin-top: 30px; }
    #about .about-content .about-text .service p {
      margin-bottom: 30px; }
    #about .about-content .about-text .service li {
      vertical-align: middle;
      width: 105px;
      height: 105px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: white;
      border-radius: 50%;
      border: 5px solid #EEEEEE; }

#about .about-direction .title {
  text-align: center; }
  #about .about-direction .title h1 {
    font-size: 1.563rem;
    font-style: italic; }
  #about .about-direction .title .deco .line {
    width: 50%; }

#about .about-direction img {
  display: block;
  margin: auto; }

.pdmenu {
  padding: 0;
  width: calc(25% - 30px); }
  .pdmenu .choosebt {
    display: none; }
  .pdmenu .title {
    position: relative;
    z-index: 1;
    top: 5px; }
    .pdmenu .title span {
      color: white;
      background-image: url(../_img/layout/class_bg.png);
      background-repeat: no-repeat;
      padding: 5px;
      text-align: center;
      font-size: 1.25rem;
      display: inline-block;
      width: 124px; }
    .pdmenu .title:after {
      z-index: -1;
      background-color: #4799C3;
      height: 8px;
      content: '';
      width: 100%;
      position: absolute;
      right: 0;
      bottom: 2px; }
  .pdmenu ul {
    background-color: white;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 20px rgba(51, 51, 102, 0.5);
    box-shadow: 0px 0px 20px rgba(51, 51, 102, 0.5);
    padding: 20px 10px 20px 20px; }
    .pdmenu ul li {
      color: #4799C3;
      margin: 8px 0;
      font-size: 1rem;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      word-wrap: break-word;
      word-break: break-all; }
      .pdmenu ul li a {
        position: relative; }
        .pdmenu ul li a:after {
          content: '';
          width: 0;
          display: block;
          background-color: #008C8C;
          height: 1px;
          position: absolute;
          left: 0;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
      .pdmenu ul li:hover, .pdmenu ul li.active {
        color: #008C8C;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 1.063rem; }
        .pdmenu ul li:hover a:after, .pdmenu ul li.active a:after {
          width: 100%;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }

.pdlist {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pdlist .wrap {
    padding: 10px;
    width: 25%; }
    .pdlist .wrap a {
      width: 100%;
      display: block;
      position: relative; }
      .pdlist .wrap a .pic {
        padding-top: 100%; }
      .pdlist .wrap a .mask {
        opacity: 0;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .pdlist .wrap a .mask .circle {
          background-color: #4799C3;
          border-radius: 50%;
          width: 20%;
          height: 20%;
          min-width: 100px;
          min-height: 100px;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          text-align: center;
          color: white;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .pdlist .wrap a .mask .circle .name {
            padding: 10px 0; }
          .pdlist .wrap a .mask .circle .line {
            display: block;
            height: 1px;
            background-color: white;
            width: 70%; }
          .pdlist .wrap a .mask .circle p {
            padding: 10px 0; }
    .pdlist .wrap:hover a .mask {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      opacity: 1; }
      .pdlist .wrap:hover a .mask .circle {
        width: 75%;
        height: 75%;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }

#product .banner .container {
  background-image: url(../_img/product/banner.png); }

#product .product-content {
  padding-top: 20px; }
  #product .product-content .pdlist {
    height: 600px;
    float: right; }
    #product .product-content .pdlist .scroll-child {
      height: 600px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #product .product-content .pddetail {
    padding-right: 30px;
    float: right; }
    #product .product-content .pddetail .title {
      text-align: left; }
      #product .product-content .pddetail .title h1 {
        font-size: 1.563rem; }
      #product .product-content .pddetail .title .deco {
        position: relative;
        top: -10px; }
        #product .product-content .pddetail .title .deco .line {
          width: calc(100% - 20px);
          margin-left: 0; }
    #product .product-content .pddetail .pd-pic .bigger .wrap .pic, #product .product-content .pddetail .pd-pic .thumbs .wrap .pic {
      padding-top: 100%; }
    #product .product-content .pddetail .pd-pic .slick-prev {
      left: -15px; }
    #product .product-content .pddetail .pd-pic .slick-next {
      right: -15px; }
    #product .product-content .pddetail .pd-pic .youtube .pic {
      padding-top: 56.25%; }

#news .list {
  width: 95%;
  margin: 20px auto; }
  #news .list .item {
    padding: 10px 0;
    border-bottom: 1px #CCC dashed; }
    #news .list .item .head .title {
      font-size: 1.2em;
      color: #4799C3;
      width: calc(100% - 7em);
      float: left;
      padding-left: 10px; }
    #news .list .item .head .date {
      font-size: 0.9em;
      font-style: italic;
      color: #008C8C;
      width: 7em;
      float: left; }
    #news .list .item .body .pic_con {
      width: 100px;
      float: left; }
      #news .list .item .body .pic_con .pic {
        padding-bottom: 100%; }
    #news .list .item .body .info {
      float: left;
      width: calc( 100% - 110px);
      margin-left: 10px;
      font-size: 0.9em;
      color: #666666;
      line-height: 1.75; }

#news .detail {
  width: 95%;
  margin: 20px auto; }
  #news .detail .title h1 {
    font-size: 1.2em;
    color: #4799C3; }
  #news .detail .title .date {
    font-size: 0.9em;
    font-style: italic;
    color: #008C8C;
    width: 7em;
    float: left; }
  #news .detail .editor {
    margin: 30px auto 20px; }
    #news .detail .editor .youtube {
      width: 320px;
      float: left;
      margin: 0 10px 10px 0; }
      #news .detail .editor .youtube .pic {
        padding-bottom: 56.25%; }

#service .banner .container {
  background-image: url(../_img/service/banner.png); }

#service .list {
  padding: 5% 0;
  margin: 5% 0; }
  #service .list > li {
    width: 33.33333333%;
    margin-bottom: 5%; }
    #service .list > li p {
      color: #444444;
      font-size: 1.25rem;
      position: relative;
      display: inline-block;
      cursor: pointer; }
      #service .list > li p i {
        display: none;
        margin-left: 10px; }
      #service .list > li p .line {
        display: block;
        background-color: #008C8C; }
      #service .list > li p:before {
        content: '';
        height: 1px;
        width: 100%;
        background-color: #008C8C;
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: -2; }
      #service .list > li p:hover {
        color: #008C8C; }
    #service .list > li .sec-list {
      display: none;
      position: absolute;
      left: 33.33333333%;
      top: 0;
      background-color: rgba(0, 140, 140, 0.5);
      height: 500px;
      width: 250px; }
      #service .list > li .sec-list > li {
        font-size: 1rem;
        margin-bottom: 0;
        width: 100%;
        color: white;
        padding: 10px 10px 0 10px;
        position: relative;
        letter-spacing: -1px;
        text-align: center;
        line-height: 1rem;
        line-height: 1.5; }
        #service .list > li .sec-list > li:after {
          content: url(../_img/service/line.jpg);
          display: block;
          margin-top: 10px; }
    #service .list > li .bgrect {
      background-image: url(../_img/service/pic2.jpg);
      width: 66.66666667%;
      background-position: center;
      background-size: cover;
      padding-top: 500px;
      position: absolute;
      top: 0;
      left: 33.33333333%;
      z-index: -1; }
    #service .list > li.active p, #service .list > li.default p {
      color: #008C8C;
      display: block; }
      #service .list > li.active p:before, #service .list > li.default p:before {
        width: 140%;
        height: 2px; }
      #service .list > li.active p:after, #service .list > li.default p:after {
        z-index: 1;
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        right: -3px;
        bottom: -8px;
        background-color: white;
        border: 3px solid #008C8C;
        border-radius: 50%;
        display: inline-block; }
    #service .list > li.active .sec-list, #service .list > li.default .sec-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

#contact .banner {
  z-index: 1; }
  #contact .banner .container {
    background-image: url(../_img/contact/banner.png); }

#contact .contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0; }

#contact .left {
  text-align: center;
  padding: 5% 0; }
  #contact .left .logo {
    display: inline-block;
    vertical-align: middle;
    width: 50%; }
  #contact .left .info {
    display: inline-block;
    vertical-align: middle; }
    #contact .left .info li {
      margin-bottom: 10px;
      text-align: left; }
      #contact .left .info li .icon {
        vertical-align: middle;
        width: 45px;
        height: 45px;
        color: white;
        font-size: 1rem;
        border-radius: 50%;
        text-align: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      #contact .left .info li p {
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle; }
  #contact .left #map {
    height: 250px;
    margin-top: 30px; }

#contact .right {
  float: right;
  background-color: #EEEEEE;
  margin-top: -30px;
  padding: 5% 0;
  margin-left: 8%; }
  #contact .right h2 {
    color: #333333;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 10px; }
    #contact .right h2 span {
      position: relative;
      display: inline-block; }
      #contact .right h2 span:after {
        content: '';
        height: 1px;
        width: 110%;
        position: absolute;
        bottom: 0px;
        left: -5%;
        background-color: #008C8C; }
  #contact .right #contact_form {
    margin-top: 10%; }
    #contact .right #contact_form table {
      width: 100%; }
      #contact .right #contact_form table tr {
        width: 100%; }
      #contact .right #contact_form table td {
        text-align: center;
        width: 100%;
        padding-bottom: 20px; }
        #contact .right #contact_form table td p {
          display: inline-block;
          vertical-align: middle;
          color: #333333;
          margin-right: 10px; }
      #contact .right #contact_form table .form-cell, #contact .right #contact_form table .ta-cell {
        font-size: 16px;
        border: 0;
        padding: 5px 8px;
        height: 40px;
        line-height: 2.5em;
        width: calc(90% - 100px);
        border: 1px solid #CCCCCC;
        border-radius: 3px; }
      #contact .right #contact_form table .ta-cell {
        height: 150px; }
      #contact .right #contact_form table .acc {
        width: calc(90% - 280px);
        display: inline-block;
        vertical-align: middle;
        min-width: 150px; }
      #contact .right #contact_form table .acc-img {
        width: 150px;
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle; }
      #contact .right #contact_form table td.last {
        padding-bottom: 0;
        text-align: right; }
      #contact .right #contact_form table .sendbt {
        display: inline-block;
        cursor: pointer;
        color: #4799C3;
        text-align: right;
        padding-right: 30px; }
        #contact .right #contact_form table .sendbt .icon {
          vertical-align: middle;
          width: 45px;
          height: 45px;
          color: white;
          font-size: 1rem;
          border-radius: 50%;
          text-align: center;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }

#contact footer {
  margin-top: 0; }

#download .banner .container {
  background-image: url(../_img/download/banner.png); }

#download .download-content .col-5 {
  text-align: center;
  margin-top: -30px; }

#download .download-content .col-7 {
  padding-right: 8%;
  padding-top: 3%;
  padding-bottom: 3%; }
  #download .download-content .col-7 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #download .download-content .col-7 ul li {
      width: calc(50% - 10px);
      display: inline-block;
      background-color: #F5F5F5;
      padding: 15px;
      font-size: 1rem;
      color: #444444;
      position: relative;
      cursor: pointer;
      margin-bottom: 20px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px solid #FFFFFF; }
      #download .download-content .col-7 ul li a p {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 30px); }
      #download .download-content .col-7 ul li a span {
        background-color: #008C8C;
        color: white;
        width: 40px;
        height: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto; }
      #download .download-content .col-7 ul li:hover {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-color: white;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 1024px) {
  #phone_icon {
    z-index: 9999; }
    #phone_icon .button {
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 30px;
      height: 20px;
      border-bottom: 2px solid #008C8C;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      z-index: 99999;
      cursor: pointer; }
      #phone_icon .button:before, #phone_icon .button:after {
        content: "";
        position: absolute;
        top: 20%;
        width: 100%;
        height: 2px;
        background: #008C8C none repeat scroll 0% 0%; }
      #phone_icon .button:after {
        content: "";
        top: 60%; }
      #phone_icon .button.action {
        display: block;
        width: 30px;
        height: 20px;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        border-bottom: medium none !important;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
        #phone_icon .button.action:before {
          top: 50%;
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -webkit-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
        #phone_icon .button.action:after {
          top: 50%;
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -webkit-transition: all 0.5s ease 0s;
          -o-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
  header .container {
    padding: 0; }
  header .logo {
    width: 250px;
    height: auto;
    display: block;
    margin-left: -10px; }
  header .menu {
    z-index: 999;
    background-color: #f5f5f5;
    float: none;
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100vh;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    header .menu ul {
      text-align: center;
      padding-top: 40%; }
      header .menu ul li {
        display: block;
        width: 100%; }
        header .menu ul li:hover, header .menu ul li.active {
          background-image: none;
          color: #4799C3; }
    header .menu.action {
      right: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  header .media {
    z-index: 998;
    position: fixed;
    right: -300px;
    width: 300px;
    margin: 0px;
    top: 30px;
    bottom: auto;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    header .media.action {
      right: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  header .blue-line {
    display: none; }
  .pdlist .wrap {
    width: 33.3333%; }
  #contact .right {
    margin-left: 20px; }
  #index .index-product .pdmenu {
    width: 33.3333%; }
  #index .index-product .pdlist {
    width: 66.66666667%; }
  #about .about-content .about-text {
    width: 90%;
    margin: 0 auto 30px auto;
    float: none; }
  #about .about-direction {
    width: 100%;
    text-align: center; }
  #service .list > li {
    display: block;
    width: 80%;
    margin: 10px auto;
    text-align: center; }
    #service .list > li p i {
      display: inline-block; }
    #service .list > li p:before {
      display: none; }
    #service .list > li p:after {
      display: none !important; }
    #service .list > li.active p {
      background-color: #008C8C;
      color: white;
      padding: 5px;
      border-radius: 3px; }
    #service .list > li .sec-list {
      width: 100%;
      top: 0px;
      left: 0;
      position: relative;
      background-color: #4799c3;
      z-index: 100; }
      #service .list > li .sec-list:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -10;
        background-size: cover;
        background-position: center;
        opacity: 0.7;
        background-image: url(../_img/service/pic2.jpg); }
    #service .list > li .bgrect {
      display: none; } }

@media only screen and (max-width: 768px) {
  #index .index-product {
    margin-top: 20px; }
  #index .index-product .pdmenu, #product .pdmenu {
    width: 100%; }
    #index .index-product .pdmenu .choosebt, #product .pdmenu .choosebt {
      background-color: white;
      padding: 10px;
      text-align: center;
      display: block;
      color: #4799C3; }
    #index .index-product .pdmenu ul, #product .pdmenu ul {
      max-height: 100%;
      display: none;
      -webkit-box-shadow: 0px 0px 0px white;
      box-shadow: 0px 0px 0px white;
      text-align: center;
      background-color: #f5f5f5; }
  #index .index-product .pdlist, #product .pdlist {
    width: 100%; }
  #index .index-product .product-content .pddetail, #product .product-content .pddetail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-right: 10px; }
    #index .index-product .product-content .pddetail .col-6, #product .product-content .pddetail .col-6 {
      width: 100%; }
    #index .index-product .product-content .pddetail .pd-pic, #product .product-content .pddetail .pd-pic {
      width: 80%;
      float: none;
      margin: 0 auto; }
  #contact .contact-page {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    #contact .contact-page .left, #contact .contact-page .right {
      width: 100%; }
    #contact .contact-page .right {
      margin-left: 0;
      padding-top: 50px; }
  #download .download-content .col-5 {
    width: 33.3333%; }
  #download .download-content .col-7 {
    width: 66.6666%;
    padding-right: 0; } }

@media only screen and (max-width: 640px) {
  #product .banner .container, #service .banner .container, #contact .banner .container, #index .banner .container, #about .banner .container, #download .banner .container {
    padding-top: 100px;
    padding-bottom: 10%; }
  header .container {
    background: whitesmoke;
    background: -moz-linear-gradient(top, whitesmoke 42%, #bbbbbb 100%);
    background: -webkit-linear-gradient(top, whitesmoke 42%, #bbbbbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, whitesmoke), to(#bbbbbb));
    background: -o-linear-gradient(top, whitesmoke 42%, #bbbbbb 100%);
    background: linear-gradient(to bottom, whitesmoke 42%, #bbbbbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#bbbbbb',GradientType=0 ); }
    header .container .logo {
      position: relative !important; } }

@media only screen and (max-width: 480px) {
  .pdlist .wrap {
    width: 50%; }
  #contact .right #contact_form table {
    width: 100%; }
    #contact .right #contact_form table .acctd {
      text-align: right;
      padding-right: 10px; }
    #contact .right #contact_form table .acc, #contact .right #contact_form table .form-cell, #contact .right #contact_form table .ta-cell, #contact .right #contact_form table .acctd {
      width: calc(100% - 100px); }
    #contact .right #contact_form table .acc-img {
      margin-left: 0;
      text-align: right;
      margin-top: 10px; }
  #download .download-content .col-5 {
    width: 0; }
  #download .download-content .col-7 {
    width: 100%; } }

@media only screen and (max-width: 375px) {
  html, body {
    font-size: 15px; }
  .pdlist .wrap {
    width: 100%; }
  #product .product-content .pddetail .pd-pic {
    width: 100%; }
  #download .download-content .col-7 {
    width: 100%; }
    #download .download-content .col-7 ul {
      display: block; }
      #download .download-content .col-7 ul li {
        width: 100%;
        display: block; }
  #service .list > li {
    width: 95%; } }
