@charset "UTF-8";
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  word-break: break-word;
  font-family: "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html *,
body * {
  outline: none;
}

.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, 193, 254, 0.8);
  z-index: 99999;
  display: block;
}

.pace-inactive {
  display: none;
}

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

.animate {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

p {
  margin-bottom: 5px;
}

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

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

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  color: inherit;
}
a:active, a:hover {
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

input[type=text] {
  -webkit-appearance: none;
  border-radius: 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;
}

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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;
  padding-left: 15px;
  padding-right: 15px;
}

.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;
  padding-bottom: 100%;
}
.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%;
}

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

.bg_img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.editor {
  word-break: break-all;
  /* 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: 0.67em 0;
}
.editor h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.editor h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
  margin: 1.12em 0;
}
.editor h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.editor h6 {
  font-size: 0.75em;
  margin: 1.67em 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: 0.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;
  }
}

body {
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: #fff;
  -webkit-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
}
header + div {
  margin-top: 90px;
}
header .header-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* collaspe btn */
.collapse-button {
  display: none;
}

#logo {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
}

/* main nav start */
#main-nav {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 140px);
  text-align: right;
}
#main-nav ul {
  padding: 0;
  width: 100%;
}
#main-nav ul > li {
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
  text-align: center;
  padding: 22px 8px 15px;
  transition: 0.3s ease;
}
#main-nav ul > li.mainShow {
  position: relative;
  z-index: 999;
}
#main-nav ul > li .nav-item {
  font-size: 20px;
  text-align: center;
  color: #2e2e2e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  padding-bottom: 5px;
  position: relative;
}
#main-nav ul > li:hover, #main-nav ul > li.active {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#main-nav ul > li:hover .nav-item, #main-nav ul > li.active .nav-item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #00C1FE;
}
#main-nav ul > li.text-box {
  position: relative;
}
#main-nav ul > li.text-box:hover p {
  max-height: 500px;
  padding: 10px 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}
#main-nav ul > li.text-box p {
  position: absolute;
  background: #111;
  width: 340px;
  line-height: 1.3em;
  color: #E51A1A;
  text-align: left;
  z-index: 9;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#main-nav ul > li.search {
  padding: 0;
  margin-left: 10px;
}
#main-nav ul > li.search a {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 0;
  border: 1px solid #FDBD10;
  background: #FDBD10;
  border-radius: 50%;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-shadow: 1px 2px 4px rgba(150, 147, 147, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.4);
          box-shadow: 1px 2px 4px rgba(150, 147, 147, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.4);
}
#main-nav ul > li.search a i {
  line-height: 39px;
}
#main-nav ul > li.search:hover a, #main-nav ul > li.search.active a {
  color: #fff;
  background-color: #00C1FE;
  border: 1px solid #00C1FE;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.3);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.3);
}
#main-nav ul > li#lang {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
#main-nav ul > li#lang .lang_select li {
  float: left;
  margin: 5px;
  padding: 0px;
  text-align: center;
}
#main-nav ul > li#lang .lang_select li:first-child a {
  position: relative;
  left: 1px;
}
#main-nav ul > li#lang .lang_select li a {
  width: 40px;
  height: 40px;
  line-height: 39px;
  display: inline-block;
  padding: 0;
  border: 1px solid #222;
  border-radius: 50%;
  font-weight: bold;
  font-size: 15px;
  -webkit-box-shadow: 1px 2px 4px rgba(150, 147, 147, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.4);
          box-shadow: 1px 2px 4px rgba(150, 147, 147, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.4);
}
#main-nav ul > li#lang .lang_select li:hover a, #main-nav ul > li#lang .lang_select li.active a {
  color: #fff;
  background-color: #00C1FE;
  border: 1px solid #00C1FE;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.3);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.3);
}

/* subNav */
.mainShow:hover > .subNav {
  display: block;
}

.subNav {
  display: none;
  position: absolute;
  left: 0;
  z-index: 1000;
  width: auto !important;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 85vh;
}
.subNav > li {
  padding: 0 !important;
}
.subNav > li:hover > .subNav {
  display: block;
}
.subNav li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 193, 254, 0.8);
  min-width: 190px;
  cursor: pointer;
  list-style: none;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-bottom: 1px #ddd dashed;
}
.subNav li a {
  display: block;
  line-height: normal;
  vertical-align: middle;
  color: #fff;
  padding: 8px 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.subNav li a.menu {
  display: none;
}
.subNav li:hover {
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.subNav li:hover > a {
  color: #00C1FE;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.subNav li ul.subNav {
  top: 0px;
  left: 190px;
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .subNav li ul.subNav {
    display: block !important;
  }
}

.search-box {
  display: none;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 2rem !important;
  border-radius: 10px;
}
.search-box .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.15rem;
  color: #FDBD10;
}
.search-box .search-list {
  position: relative;
}
.search-box .search-list:hover input, .search-box .search-list:active input, .search-box .search-list:focus input {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(204, 204, 204, 0.3);
  border-color: #ccc;
}
.search-box .search-list:hover button, .search-box .search-list:active button, .search-box .search-list:focus button {
  color: #00C1FE;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-box .search-list input {
  padding: 10px 40px 10px 10px;
  width: 100%;
  border-radius: 6px;
  font-family: unset;
  line-height: 0;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-box .search-list input:focus {
  outline: none;
}
.search-box .search-list button {
  position: absolute;
  right: 5px;
  top: 10px;
  border: 0;
  background: 0;
  color: #FDBD10;
  font-size: 1.25rem;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-box .search-list button:focus {
  outline: none;
}

#gotop {
  color: #00C1FE;
  opacity: 1;
  position: fixed;
  right: 10px;
  bottom: 40px;
  font-size: 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  z-index: 998;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#gotop:hover {
  opacity: 1;
}
#gotop.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#666), color-stop(72%, #555), to(#333));
  background: linear-gradient(to bottom, #666 0%, #555 72%, #333 100%);
  padding: 20px 0 0;
  color: #fff;
}
footer a:hover {
  color: #FDBD10;
}
footer .f-info-box {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .f-info-box .info {
  text-align: left;
  padding-right: 2%;
  max-width: 33%;
}
footer .f-info-box .info span {
  display: block;
  margin-bottom: 5px;
}
footer .f-info-box .info h4 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px #B8B8B8 solid;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
footer .f-info-box .info h4 i {
  font-size: 25px;
  padding-right: 5px;
}
footer .f-info-box .info .f-link {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 12px 0 0;
}
footer .f-info-box .info .f-link i {
  font-size: 50px;
}
footer .copyright {
  padding: 10px 0;
  text-align: center;
  border-top: 1px #363636 solid;
}

.right-call {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 999;
  background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#aaa));
  background: linear-gradient(to bottom, #707070 0%, #aaa 100%);
  width: 55px;
  padding: 15px 5px;
  line-height: 1.4em;
  text-align: center;
  border-radius: 12px 0 0 12px;
}
.right-call span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.right-call p {
  margin-bottom: 0;
  font-size: 15px;
}
.right-call .list {
  margin-top: 10px;
  border-bottom: 1px #B8B8B8 solid;
}

.main {
  padding: 60px 0;
}

.button {
  clear: both;
  margin: 20px 0 10px;
  text-align: center;
}
.button a {
  display: inline-block;
  border: 1px #FDBD10 solid;
  color: #000;
  padding: 10px 20px 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(-5px) rotate(0);
          transform: translateY(-5px) rotate(0);
}
.button a i {
  color: #FDBD10;
}

.button-2 {
  clear: both;
  margin: 20px 0 10px;
  text-align: center;
  display: block;
}
.button-2 a {
  display: inline-block;
  border: 1px #FDBD10 solid;
  background: #FDBD10;
  color: #FFF;
  padding: 10px 20px 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.button-2 a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px #00C1FE solid;
  background: #00C1FE;
}
.button-2 a:hover:after {
  border-left: 14px solid #00C1FE;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button-2 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid #FDBD10;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0;
  right: -15px;
}

.box-title {
  font-size: 40px;
  margin-bottom: 40px;
  color: #00C1FE;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}
.box-title span {
  color: #000;
}
.box-title p {
  color: #2E2E2E;
  font-size: 28px;
  font-weight: normal;
}

.breadcrumb-container {
  background-color: #f8f8f8;
  border-bottom: 1px solid #f4f4f4;
}
.breadcrumb-container .breadcrumb {
  font-size: 14px;
  padding-left: 0;
  padding: 8px 0;
  text-transform: uppercase;
  color: #333;
}
.breadcrumb-container .breadcrumb i, .breadcrumb-container .breadcrumb svg {
  padding-right: 5px;
}
.breadcrumb-container .breadcrumb > li {
  display: inline-block;
}
.breadcrumb-container .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/";
}
.breadcrumb-container .breadcrumb a:hover {
  color: #FDBD10;
}

.pagination-container {
  padding: 20px 0;
}
.pagination-container .pagination {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
}
.pagination-container .pagination li {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.pagination-container .pagination li.active a, .pagination-container .pagination li:hover a {
  background-color: #FDBD10;
  border-color: #FDBD10;
  color: #fff;
}
.pagination-container .pagination a, .pagination-container .pagination span {
  line-height: 30px;
  border-radius: 50%;
  color: #fff;
  background: #333;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  border: 1px #333 solid;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  text-align: center;
  display: block;
}
.pagination-container .pagination i {
  line-height: 28px;
}

.type-nav {
  text-align: center;
}
.type-nav li {
  display: inline-block;
  margin: 5px;
}
.type-nav li a {
  background: #00C1FE;
  color: #fff;
  padding: 10px 20px 8px;
  font-size: 17px;
  border-radius: 30px;
  display: block;
}
.type-nav li:hover a, .type-nav li.active a {
  background: #FDBD10;
}
.type-nav li.contact a {
  background: #E51A1A !important;
}

/*間距樣式*/
.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p-10 {
  padding: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.m-10 {
  margin: 10px;
}

.m-top {
  padding-top: 100px;
}

#index #banner .slick-slider {
  margin-bottom: 0;
}
#index #banner .slick-dots {
  bottom: 15px;
  padding-right: 2%;
  text-align: right;
}
#index #banner .slick-dots li {
  margin: 5px;
  width: 10px;
  height: 10px;
}
#index #banner .slick-dots li button {
  width: 10px;
  height: 10px;
}
#index #banner .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  display: inline-block;
  border-radius: 50%;
  border: 2px #000 solid;
  opacity: 1;
}
#index #banner .slick-dots .slick-active button {
  width: 10px;
  height: 10px;
}
#index #banner .slick-dots .slick-active button:before {
  content: "";
  background: #FDBD10;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px #FDBD10 solid;
  opacity: 1;
}

.idx-about {
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 5px 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx-about .right, .idx-about .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 50%;
}
.idx-about .right {
  -webkit-transform: translateX(-33px) rotate(0);
          transform: translateX(-33px) rotate(0);
}
.idx-about .text {
  padding-right: 35px;
  padding-left: 5px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: calc(100% - 413px);
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.idx-about .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3em;
}
.idx-about .text .ed-box {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 45px;
  margin-bottom: 10px;
}
.idx-about .text p {
  margin-bottom: 0;
}
.idx-about .text .button {
  position: absolute;
  width: 100%;
  padding-right: 35px;
}
.idx-about .main-img {
  width: 413px;
  display: block;
}
.idx-about .main-img:hover {
  -webkit-transform: translateY(-20px) rotate(0);
          transform: translateY(-20px) rotate(0);
}
.idx-about .bg-box {
  position: absolute;
  right: -39px;
  top: 38%;
  z-index: 1;
}

.idx-new-about {
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.idx-new-about .item {
  padding: 20px;
}
.idx-new-about .item .main-img {
  display: block;
}
.idx-new-about .item .text-box {
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
}
.idx-new-about .item .text-box h3 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.idx-pro-bg {
  background: url(../_img/index/pro-bg.png) no-repeat top left;
}

.idx-pro {
  max-width: 1550px;
  margin: 0 auto;
}
.idx-pro .product-list {
  padding: 0 20px;
  width: 100%;
}
.idx-pro .product-list .product-item {
  width: calc(20% - 24px);
  margin: 15px 10px;
}
.idx-pro .product-list .product-item .product-title {
  border: 0;
}
.idx-pro .product-list .product-item:hover .product-title {
  color: #E51A1A;
}
.idx-pro .product-list .product-item .img-box img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.idx-pro .main-pro {
  width: 100%;
  padding: 0 25px;
}
.idx-pro .main-pro .bor-box .box-title {
  margin: 30px 0 0;
}
.idx-pro .main-pro .product-item {
  width: calc(100% - 24px);
  margin: 0 12px;
  padding-top: 10px;
}
.idx-pro .main-pro .product-item .product-title {
  border: 0;
}
.idx-pro .main-pro .product-item .img-box img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.idx-pro .main-pro .slick-slider {
  margin-bottom: 0;
}
.idx-pro .main-pro .slick-prev, .idx-pro .main-pro .slick-next {
  opacity: 1;
  z-index: 500;
  top: 50%;
  height: 35px;
}
.idx-pro .main-pro .slick-prev:before, .idx-pro .main-pro .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  line-height: 2rem;
  display: block;
  z-index: 500;
  color: #333;
}
.idx-pro .main-pro .slick-prev {
  left: -1.5%;
}
.idx-pro .main-pro .slick-prev:before {
  content: "\f104";
}
.idx-pro .main-pro .slick-next {
  right: -1.5%;
}
.idx-pro .main-pro .slick-next:before {
  content: "\f105";
}

.idx-bottom {
  background: url(../_img/index/bottom-bg.jpg) no-repeat top center;
}
.idx-bottom .idx-news, .idx-bottom .idx-catalog {
  display: inline-block;
  vertical-align: top;
}
.idx-bottom .idx-news {
  width: calc(70% - 4px);
  padding-right: 5%;
}
.idx-bottom .idx-news ul {
  margin-bottom: 30px;
}
.idx-bottom .idx-news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 5px;
}
.idx-bottom .idx-news ul li .list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 5px 3%;
}
.idx-bottom .idx-news ul li .list-title a:hover {
  color: #00C1FE;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.idx-bottom .idx-news ul li i {
  color: #000;
}
.idx-bottom .idx-news ul li a:hover {
  color: #fff;
}
.idx-bottom .idx-news .date {
  color: #FDBD10;
  padding: 5px 0;
  min-width: 90px;
}
.idx-bottom .idx-catalog {
  width: calc(30% - 4px);
}
.idx-bottom .idx-catalog .catalog-slider .item {
  text-align: center;
}
.idx-bottom .idx-catalog .catalog-slider .item img {
  margin: 0 auto;
}
.idx-bottom .idx-catalog .catalog-slider .item .box {
  background: #E9E9E9;
  padding: 8px;
  display: inline-block;
}
.idx-bottom .idx-catalog .catalog-slider .item h4 {
  margin-top: 5px;
  padding: 0 10px;
}
.idx-bottom .idx-catalog .catalog-slider .slick-slider {
  margin-bottom: 0;
}
.idx-bottom .idx-catalog .catalog-slider .slick-prev, .idx-bottom .idx-catalog .catalog-slider .slick-next {
  opacity: 1;
  z-index: 500;
  top: 50%;
  height: 35px;
}
.idx-bottom .idx-catalog .catalog-slider .slick-prev:before, .idx-bottom .idx-catalog .catalog-slider .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  line-height: 2rem;
  display: block;
  z-index: 500;
  color: #333;
}
.idx-bottom .idx-catalog .catalog-slider .slick-prev {
  left: 3%;
}
.idx-bottom .idx-catalog .catalog-slider .slick-prev:before {
  content: "\f104";
}
.idx-bottom .idx-catalog .catalog-slider .slick-next {
  right: 3%;
}
.idx-bottom .idx-catalog .catalog-slider .slick-next:before {
  content: "\f105";
}

.about-box .box-01 {
  font-weight: bold;
  padding: 60px 0 80px;
}
.about-box .box-01 .big {
  font-size: 22px;
  margin-bottom: 30px;
}

.box-02 {
  -webkit-transform: skewY(-5.9deg);
          transform: skewY(-5.9deg);
  background: #FDBD10;
  overflow: hidden;
  margin-bottom: 20px;
}
.box-02 .flex {
  -webkit-transform: skewY(5.9deg);
          transform: skewY(5.9deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-02 .list {
  padding: 164px 20px 240px;
  margin: -72px 0;
  border-right: 1px #fff solid;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 25%;
}
.box-02 .list .title {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.box-02 .list:first-child {
  border-left: 1px #fff solid;
  -webkit-transform: translateY(90px) rotate(0);
          transform: translateY(90px) rotate(0);
}
.box-02 .list.c2 {
  -webkit-transform: translateY(60px) rotate(0);
          transform: translateY(60px) rotate(0);
}
.box-02 .list.c3 {
  -webkit-transform: translateY(30px) rotate(0);
          transform: translateY(30px) rotate(0);
}

.timeline-box {
  background: url(../_img/about/time-bg.jpg) no-repeat top center;
  background-size: cover;
}
.timeline-box ul {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.timeline-box ul li {
  font-size: 20px;
  padding: 20px 0;
  position: relative;
  padding-left: 40px;
}
.timeline-box ul li span {
  font-size: 16px;
  margin-right: 3%;
}
.timeline-box ul li:before {
  position: absolute;
  content: "";
  background: #FDBD10;
  height: 10px;
  width: 11px;
  border-radius: 50%;
  top: 31px;
  left: -5px;
}
.timeline-box ul li .about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline-box ul li .about-box .about-txt {
  max-width: 700px;
}
.timeline-box ul:before {
  position: absolute;
  content: "";
  background: #2e2e2e;
  height: 94.3%;
  width: 1px;
  top: 35px;
  left: 0px;
}

.made-box {
  padding-bottom: 0;
}
.made-box .container {
  background: url(../_img/about/made-bg.png) no-repeat top right;
  border-bottom: 1px #FDBD10 solid;
  padding-bottom: 50px;
}
.made-box .text-box {
  padding: 30px;
  border: 1px #FDBD10 solid;
  border-radius: 12px;
  margin-bottom: 40px;
}
.made-box .text-box img {
  display: inline-block;
  width: calc(45% - 4px);
  vertical-align: middle;
}
.made-box .text-box .text {
  display: inline-block;
  width: calc(55% - 4px);
  vertical-align: middle;
  font-size: 20px;
  line-height: 2em;
  padding-left: 30px;
}
.made-box .text-box .text p {
  margin-bottom: 40px;
}

.certification-box {
  max-width: 760px;
  margin: 0 auto;
}
.certification-box h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.certification-box h4:before {
  position: absolute;
  content: "";
  background: #00C1FE;
  height: 2px;
  width: 100px;
  bottom: -8px;
  left: calc(50% - 50px);
}
.certification-box .list {
  margin-bottom: 40px;
  text-align: center;
}
.certification-box .list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.3333333333% - 14px);
  margin: 20px 5px;
  text-align: center;
}
.certification-box .list .item p {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.certification-box .list-4th .item {
  vertical-align: top;
  display: inline-block;
  width: calc(25% - 14px);
  margin: 20px 5px;
  text-align: center;
}

.news-box {
  max-width: 1000px;
  margin: 0 auto;
}
.news-box .news-list {
  margin-bottom: 30px;
  border-top: 2px #00C1FE solid;
}
.news-box .news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-bottom: 2px #00C1FE solid;
  margin-bottom: 5px;
}
.news-box .news-list li .list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 5px 3%;
}
.news-box .news-list li .list-title a:hover {
  color: #00C1FE;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news-box .news-list li i {
  color: #FDBD10;
}
.news-box .news-list li a:hover {
  color: #fff;
}
.news-box .date {
  padding: 5px 0;
  min-width: 90px;
}
.news-box .type {
  background: #FDBD10;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.news-in-box .title {
  display: block;
  font-size: 28px;
  border-bottom: 2px #00C1FE solid;
  padding-bottom: 5px;
}
.news-in-box .date {
  text-align: right;
  margin: 10px 0 20px;
  font-size: 20px;
}
.news-in-box p {
  margin: 10px 0;
}
.news-in-box .editor {
  padding: 10px 0;
}

.product-list, .main-pro {
  display: inline-block;
  vertical-align: top;
  padding: 40px 5%;
}
.product-list .product-item, .main-pro .product-item {
  display: inline-block;
  width: calc(33.3333333333% - 34px);
  margin: 10px 15px 20px;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0;
}
.product-list .product-item:hover .product-title, .main-pro .product-item:hover .product-title {
  border-color: #00C1FE;
}
.product-list .product-item:hover .img-box:before, .product-list .product-item:hover .img-box:after, .main-pro .product-item:hover .img-box:before, .main-pro .product-item:hover .img-box:after {
  opacity: 1;
}
.product-list .product-item .product-title, .main-pro .product-item .product-title {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px;
  text-align: center;
  border-bottom: 1px #000 solid;
  display: block;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7);
  color: #2e2e2e;
}
.product-list .product-item .product-title h4, .main-pro .product-item .product-title h4 {
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list .product-item .img-box, .main-pro .product-item .img-box {
  display: block;
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0 0 8px #ccc;
          box-shadow: 0 0 8px #ccc;
}
.product-list .product-item .img-box img, .main-pro .product-item .img-box img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 4px;
}
.product-list .product-item .img-box:before, .main-pro .product-item .img-box:before {
  position: absolute;
  content: "";
  background: rgba(253, 189, 16, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-list .product-item .img-box:after, .main-pro .product-item .img-box:after {
  position: absolute;
  content: "\f00e";
  font-family: "Font Awesome 5 Pro";
  font-size: 2.5rem;
  color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  z-index: 10;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-list.search, .main-pro.search {
  padding: 0 5%;
  overflow-x: auto;
}

.pro-in-box .product-list {
  width: calc(100% - 290px);
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.pro-in-box .button {
  margin: 0 0 30px;
}

aside {
  max-width: 280px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
aside .button {
  width: 100%;
  margin-bottom: 15px !important;
}
aside .button a {
  display: block;
  position: relative;
  margin: 0 5px;
  font-size: 18px;
  padding: 10px 35px 10px 10px;
  -webkit-box-shadow: 2px 2px 10px #ccc;
          box-shadow: 2px 2px 10px #ccc;
}
aside .button a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(0px) rotate(0);
          transform: translateY(0px) rotate(0);
}
aside .button a:hover i {
  -webkit-transform: translateX(5px) rotate(0);
          transform: translateX(5px) rotate(0);
}
aside .button i {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 15px 0 !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
aside .submenu-title {
  display: none;
}
aside .submenu {
  position: relative;
}
aside .submenu > li {
  position: relative;
  margin: 5px 5px 15px;
  list-style: none;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  background: linear-gradient(135deg, #ddd 0%, #f7f7f7 15%, #fff 100%);
  text-align: center;
}
aside .submenu > li a {
  display: block;
  padding: 10px 35px 10px 10px;
  font-size: 18px;
  color: #333;
}
aside .submenu > li .menu_body {
  display: none;
  overflow: hidden;
  padding: 0;
  max-height: 0;
  width: 100%;
}
aside .submenu > li .menu_body li {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background: #fff;
  border-bottom: 1px #ccc solid;
}
aside .submenu > li .menu_body li > a {
  display: block;
  padding: 10px 15px;
  font-size: 17px;
  text-align: left;
}
aside .submenu > li .menu_body li > a i {
  padding-right: 5px;
  font-size: 14px;
  color: #FDBD10;
}
aside .submenu > li .menu_body li:hover, aside .submenu > li .menu_body li.active {
  border-bottom: 1px #00C1FE solid;
}
aside .css_arrow_down {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 15px 0 !important;
}
aside .css_arrow_down.active {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
aside .css_arrow_down.active + .menu_body {
  display: block;
  max-height: 99999px;
}
aside .css_arrow_down:before {
  font-size: 18px;
}

.in-text-box {
  width: calc(100% - 290px);
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
}
.in-text-box .info-box {
  width: calc(55% - 4px);
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.in-text-box h3 {
  font-size: 20px;
}
.in-text-box .title {
  font-size: 26px;
  display: block;
  max-width: 45%;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px #00C1FE solid;
}
.in-text-box .title span {
  display: block;
  font-size: 15px;
}
.in-text-box .pic-box {
  width: calc(45% - 4px);
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px;
}
.in-text-box .pic-box img {
  margin: 0 auto;
}
.in-text-box .pic-box .slick-slider {
  margin-bottom: 0;
}
.in-text-box .pic-box .slick-initialized .slick-slide {
  margin: 5px;
}
.in-text-box .editor-box {
  margin: 0px 0 30px;
  border-bottom: 2px #00C1FE solid;
  padding: 20px 0;
}

.share {
  display: block;
  border-bottom: 2px #00C1FE solid;
  text-align: right;
}
.share li {
  display: inline-block;
  padding: 10px;
  font-size: 17px;
}
.share li:hover {
  color: #00C1FE;
}

.case-list {
  width: calc(100% - 290px);
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.case-list .case-item {
  display: inline-block;
  width: calc(33.3333333333% - 34px);
  margin: 10px 15px 20px;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0;
}
.case-list .case-item .pic {
  padding-bottom: 75%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 4px;
}
.case-list .case-item:hover .case-title {
  border-color: #00C1FE;
}
.case-list .case-item:hover .img-box:before, .case-list .case-item:hover .img-box:after {
  opacity: 1;
}
.case-list .case-item .case-title {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px;
  border-bottom: 1px #000 solid;
  display: block;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7);
  color: #2e2e2e;
}
.case-list .case-item .case-title .date {
  color: #00C1FE;
}
.case-list .case-item .case-title .title {
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-list .case-item .img-box {
  display: block;
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 5px;
  -webkit-box-shadow: 0 0 8px #ccc;
          box-shadow: 0 0 8px #ccc;
}
.case-list .case-item .img-box:before {
  position: absolute;
  content: "";
  background: rgba(253, 189, 16, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 0;
  left: 0;
}
.case-list .case-item .img-box:after {
  position: absolute;
  content: "\f00e";
  font-family: "Font Awesome 5 Pro";
  font-size: 2.5rem;
  color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  z-index: 10;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.activity-list {
  width: calc(100% - 290px);
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.activity-list .editor {
  margin-bottom: 20px;
  padding: 0 12px;
  width: 100%;
}
.activity-list .activity-item {
  display: inline-block;
  width: calc(33.3333333333% - 34px);
  margin: 10px 15px 20px;
  vertical-align: top;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0;
}
.activity-list .activity-item .pic {
  padding-bottom: 75%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 4px;
}
.activity-list .activity-item:hover .activity-title {
  border-color: #00C1FE;
}
.activity-list .activity-item:hover .img-box:before, .activity-list .activity-item:hover .img-box:after {
  opacity: 1;
}
.activity-list .activity-item .activity-title {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px;
  border-bottom: 1px #000 solid;
  display: block;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7);
  color: #2e2e2e;
}
.activity-list .activity-item .activity-title .title {
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-list .activity-item .img-box {
  display: block;
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 5px;
  -webkit-box-shadow: 0 0 8px #ccc;
          box-shadow: 0 0 8px #ccc;
}
.activity-list .activity-item .img-box:before {
  position: absolute;
  content: "";
  background: rgba(253, 189, 16, 0.7);
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 0;
  left: 0;
}
.activity-list .activity-item .img-box:after {
  position: absolute;
  content: "\f00e";
  font-family: "Font Awesome 5 Pro";
  font-size: 2.5rem;
  color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  z-index: 10;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.support-list {
  border-bottom: 2px #00C1FE solid;
  margin-bottom: 30px;
}
.support-list .date {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.support-list .type {
  background: #FDBD10;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.support-list .title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  margin-bottom: 10px;
}
.support-list .title:hover {
  color: #00C1FE;
}
.support-list .more {
  display: block;
  text-align: right;
  margin-top: 10px;
  padding-bottom: 5px;
}
.support-list .more a {
  display: block;
  font-size: 14px;
  color: #FDBD10;
}
.support-list .more a:hover {
  color: #00C1FE;
}

.catalog-box .item {
  display: inline-block;
  width: calc(25% - 24px);
  margin: 20px 10px;
  text-align: center;
}
.catalog-box .item .box {
  padding: 20px;
  border: 1px #00C1FE solid;
  display: inline-block;
}
.catalog-box .item .box h4 {
  margin-top: 10px;
  font-weight: bold;
}
.catalog-box .item .box a {
  display: block;
  margin-top: 5px;
}
.catalog-box .item .box img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.catalog-box .item .box:hover img {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.catalog-box .item .box:hover a {
  color: #00C1FE;
}

.contact-box {
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 15px !important;
  padding-left: 15px !important;
  font-size: 18px;
}
.contact-box .item {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px #00C1FE solid;
}
.contact-box .item .title {
  font-size: 25px;
  font-weight: bold;
  -webkit-transform: translateX(-100px) rotate(0);
          transform: translateX(-100px) rotate(0);
  margin-bottom: 20px;
}
.contact-box .item .title span {
  background: #FDBD10;
  padding: 8px 18px;
  border-radius: 12px;
  margin-right: 12px;
}
.contact-box .item .title span.txt_en {
  width: 180px;
  display: inline-block;
  text-align: center;
  padding: 5px 18px;
}
.contact-box .item .title h4 {
  display: inline-block;
}
.contact-box .item p {
  margin-bottom: 30px;
}
.contact-box .item p.p-en {
  margin-left: 91px;
}
.contact-box .button-2 {
  margin-bottom: 30px;
}
.contact-box .button-2.button-2-en {
  margin-left: 91px;
}

form li {
  display: inline-block;
  width: calc(50% - 14px);
  margin: 10px 5px;
}
form li.full {
  width: calc(100% - 10px);
}
form input {
  border: 0;
  display: block;
  background: none;
  outline: none;
  font-size: 17px;
  width: 100%;
  padding: 15px 15px 12px;
  border: 1px #FDBD10 solid;
  font-family: "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
form textarea {
  width: 100%;
  outline: none;
  background: none;
  border: 0;
  border: 1px #FDBD10 solid;
  font-family: "Arial", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  padding: 15px 15px 12px;
  font-size: 17px;
}

/*----------------max-width:1680------------------*/
/* 1680 END */
/*----------------max-width:1440------------------*/
@media screen and (max-width: 1440px) {
  /* main-nav */
  #main-nav ul li .nav-item {
    font-size: 19px;
  }
  .idx-about {
    max-width: 1200px;
  }
  .idx-about .right {
    -webkit-transform: translateX(-20px) rotate(0);
            transform: translateX(-20px) rotate(0);
  }
  .idx-about .text {
    width: calc(100% - 347px);
  }
  .idx-about .text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
  }
  .idx-about .text p {
    -webkit-line-clamp: 3;
    max-height: 70px;
  }
  .idx-about .main-img {
    width: 347px;
  }
  .box-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .box-title p {
    font-size: 24px;
  }
} /* 1440 END */
/*----------------max-width:1200------------------*/
@media screen and (max-width: 1200px) {
  .main {
    padding: 40px 0;
  }
  html,
  body {
    font-size: 14px;
  }
  .idx-about {
    max-width: 750px;
    padding: 40px 15px 100px;
    display: block;
  }
  .idx-about .right, .idx-about .left {
    width: 100%;
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
    margin-bottom: 70px;
  }
  .idx-about .text {
    width: calc(100% - 395px);
    padding: 0 75px 0 0;
  }
  .idx-about .text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 50px;
    font-size: 19px;
  }
  .idx-about .text p {
    -webkit-line-clamp: 3;
    max-height: 70px;
  }
  .idx-about .main-img {
    width: 395px;
  }
  .idx-about .bg-box {
    right: 0;
  }
} /*1200*/
/*----------------max-width:1024------------------*/
@media screen and (max-width: 1024px) {
  header {
    min-height: 90px;
  }
  header.scroll {
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  #logo {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
  }
  .header-container {
    height: 0px;
  }
  .collapse-button {
    display: block;
    position: absolute;
    right: 10px;
    top: 50px;
    width: 40px;
    background-color: #00C1FE;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    color: #FFF;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 12px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 0.875em;
    text-align: center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .collapse-button:hover, .collapse-button:focus {
    color: #FFF;
  }
  .collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .collapse-button.spread-out .icon-bar {
    width: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .collapse-button.spread-out .icon-bar:first-child {
    -webkit-transform: translateY(2px) rotate(45deg);
            transform: translateY(2px) rotate(45deg);
  }
  .collapse-button.spread-out .icon-bar:nth-child(2) {
    display: none;
  }
  .collapse-button.spread-out .icon-bar:last-child {
    -webkit-transform: translateY(-2px) rotate(-45deg);
            transform: translateY(-2px) rotate(-45deg);
  }
  .collapse-button.spread-out :after {
    margin-top: 6px;
  }
  /* main-nav */
  #main-nav {
    position: relative;
    z-index: 999999;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: 2px #00C1FE solid;
    max-height: 0;
    overflow: hidden;
    top: -1000px;
    -webkit-transition: 1.5s cubic-bezier(0.925, -0.365, 0.2, 1.455);
    transition: 1.5s cubic-bezier(0.925, -0.365, 0.2, 1.455);
  }
  #main-nav ul {
    margin: 0;
    display: inline-block;
  }
  #main-nav ul > li {
    display: block;
    width: 100% !important;
    padding: 5px 0;
    border-bottom: 1px dotted #00C1FE;
  }
  #main-nav ul > li .nav-item {
    padding: 10px 10px 7px;
    color: #00C1FE;
    border: 0;
    font-size: 17px;
    line-height: 1em;
  }
  #main-nav ul > li.text-box p {
    display: none;
  }
  #main-nav ul > li.search {
    margin-left: 0;
    padding: 5px;
  }
  #main-nav ul > li#lang {
    margin-left: 0px;
  }
  #main-nav ul > li#lang .lang_select li {
    margin: 0px;
    padding: 5px;
  }
  #main-nav .sub-box {
    max-height: 80vh;
    overflow-x: hidden;
  }
  #main-nav.active {
    max-height: 80vh;
    overflow-x: hidden;
    top: 0px;
    -webkit-transition: all 0.8s cubic-bezier(0.925, -0.365, 0.2, 1.455);
    transition: all 0.8s cubic-bezier(0.925, -0.365, 0.2, 1.455);
  }
  .mainShow .subNav {
    position: relative;
    top: auto !important;
    left: auto !important;
    display: block !important;
    padding: 0 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    width: 100%;
  }
  .mainShow .subNav li {
    background: rgba(0, 193, 254, 0.7);
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #fff !important;
  }
  .mainShow .subNav li .subNav li {
    background: #fff;
    border-bottom: 1px solid #00C1FE !important;
  }
  .mainShow .subNav li .subNav li a {
    color: #00C1FE;
  }
  .mainShow .subNav li .nav-item {
    padding: 10px 40px 10px 10px;
    max-height: 37px;
    overflow: hidden;
  }
  .mainShow .subNav li .nav-item.menu {
    padding: 0;
  }
  .mainShow .subNav li:hover a {
    color: #fff;
  }
  .mainShow .subNav ul li a {
    padding: 10px;
  }
  .mainShow a.menu {
    display: block !important;
    width: 35px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
    background: none;
    color: #00C1FE;
  }
  .mainShow a.menu:before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    display: block;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mainShow a.menu:after {
    display: none;
  }
  .mainShow a.active + .subNav {
    max-height: 5000px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mainShow a.active + .subNav .menu {
    color: #fff;
    -webkit-transition: 0;
    transition: 0;
    line-height: 39px;
  }
  .mainShow a.active.menu:before {
    -webkit-transform: translateY(0) rotate(-180deg);
            transform: translateY(0) rotate(-180deg);
  }
  .mainShow a.active.menu:after {
    display: none;
  }
  .mainShow:last-child {
    border-bottom: 0;
  }
  footer .f-info-box {
    display: block;
  }
  footer .f-info-box .info {
    margin-bottom: 30px;
    max-width: 90%;
  }
  footer .f-info-box .info .f-link {
    margin: 0px 20px 0 0;
  }
  footer .f-info-box .info .f-link i {
    font-size: 40px;
  }
  .product-list .product-item {
    width: calc(50% - 34px);
  }
  .product-list .product-item .product-title h4 {
    font-size: 15px;
  }
  .case-list {
    width: 100%;
    padding: 0px;
  }
  .case-list .case-item {
    width: calc(50% - 34px);
  }
  .case-list .case-item .case-title .title {
    font-size: 15px;
  }
  .activity-list {
    width: 100%;
    padding: 0px;
  }
  .activity-list .editor {
    margin-top: 15px;
  }
  .activity-list .activity-item {
    width: calc(50% - 34px);
  }
  .activity-list .activity-item .activity-title .title {
    font-size: 15px;
  }
  .pro-in-box .product-list {
    width: 100%;
    padding: 0px;
  }
  aside {
    max-width: 100%;
    margin-bottom: 10px;
    display: block;
  }
  aside .button a {
    margin: 0px;
    font-size: 15px;
  }
  aside .submenu {
    max-height: 0;
    overflow: hidden;
  }
  aside .submenu > li {
    margin: 0;
    border-bottom: 1px #00C1FE dashed;
    background: #effafd;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  aside .submenu > li > a {
    font-size: 15px;
  }
  aside .submenu > li .menu_body li:last-child {
    border-radius: 0;
  }
  aside .submenu > li .menu_body li a {
    font-size: 15px;
  }
  aside .submenu-title {
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #00C1FE;
    border-bottom: 2px #ddd solid;
    cursor: pointer;
    position: relative;
  }
  aside .submenu-title::before {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    right: 13px;
    top: 10px;
  }
  aside .submenu-title.active + .submenu {
    max-height: 99999px;
  }
  aside .submenu-title.active::before {
    content: "\f068";
  }
  .idx-pro .product-list .product-item {
    width: calc(33.3333333333% - 24px);
  }
  .in-text-box {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .in-text-box .title {
    max-width: 100%;
  }
  .catalog-box .item {
    width: calc(33.3333333333% - 24px);
  }
  .contact-box {
    font-size: 15px;
  }
  .contact-box .item {
    margin-bottom: 20px;
  }
  .contact-box .item .title {
    font-size: 18px;
    -webkit-transform: translateX(0px) rotate(0);
            transform: translateX(0px) rotate(0);
    margin-bottom: 10px;
  }
  .contact-box .item .title h4 {
    display: block;
    margin-top: 10px;
  }
  .contact-box .item p {
    margin-bottom: 10px;
  }
  .contact-box .item p.p-en {
    margin-left: 0px;
  }
  .contact-box .button-2 {
    margin-bottom: 10px;
  }
  .contact-box .button-2.button-2-en {
    margin-left: 0px;
  }
  .box-02 .list {
    padding: 150px 20px 220px;
    margin: -90px 0;
  }
  .box-02 .list .title {
    font-size: 18px;
  }
  .made-box .text-box {
    padding: 15px;
  }
  .made-box .text-box img,
  .made-box .text-box .text {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
    padding-left: 0px;
  }
  .made-box .text-box img p,
  .made-box .text-box .text p {
    margin: 20px 0 0px;
  }
} /* 1024 END */
/*----------------max-width:768-------------------*/
@media screen and (max-width: 768px) {
  .idx-about {
    padding: 30px 15px;
    display: block;
  }
  .idx-about .right, .idx-about .left {
    display: block;
    margin-bottom: 35px;
  }
  .idx-about .right {
    margin-bottom: 0px;
  }
  .idx-about .text {
    width: 100%;
    padding: 25px 10px 0;
    margin-bottom: 0px;
  }
  .idx-about .text h3 {
    margin-bottom: 10px;
  }
  .idx-about .text p {
    -webkit-line-clamp: 3;
    max-height: 70px;
  }
  .idx-about .text .button {
    position: initial;
    width: 100%;
    padding: 0;
  }
  .idx-about .main-img {
    width: 100%;
    text-align: center;
  }
  .idx-about .bg-box {
    display: none;
  }
  .idx-new-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .idx-new-about .item {
    width: 50%;
    padding: 15px;
  }
  .idx-pro .product-list .product-item {
    width: calc(50% - 24px);
  }
  .idx-pro .main-pro {
    margin: 0 auto;
    padding: 0 15px;
  }
  .idx-bottom .idx-news, .idx-bottom .idx-catalog {
    display: block;
    width: 100%;
    padding: 0;
  }
  .idx-bottom .idx-news .date, .idx-bottom .idx-catalog .date {
    min-width: 75px;
  }
  .idx-bottom .idx-catalog {
    max-width: 500px;
    margin: 50px auto 0;
  }
  .news-box .news-list li {
    padding: 10px;
  }
  .news-box .date {
    color: #00C1FE;
    min-width: 75px;
  }
  .news-in-box .title {
    font-size: 17px;
  }
  .news-in-box .date {
    font-size: 15px;
    margin: 5px 0 10px;
  }
  .catalog-box .item .box {
    padding: 5px;
  }
  .about-box .box-01 {
    padding: 40px 0;
  }
  .about-box .box-01 .big {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .box-02 {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
  }
  .box-02 .flex {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .box-02 .list {
    padding: 80px 15px;
    margin: 0;
  }
  .box-02 .list:first-child, .box-02 .list.c2, .box-02 .list.c3 {
    -webkit-transform: translateY(0px) rotate(0);
            transform: translateY(0px) rotate(0);
  }
  .timeline-box ul li {
    font-size: 15px;
  }
  .timeline-box ul li .about-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeline-box ul li span {
    font-size: 14px;
  }
  .certification-box h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .certification-box .list {
    margin-bottom: 20px;
  }
  .certification-box .list .item {
    margin: 10px 5px;
  }
  .certification-box .list .item p {
    font-size: 12px;
  }
  .right-call {
    width: 50px;
    padding: 15px 5px;
    border-radius: 8px 0 0 8px;
  }
  .right-call span {
    font-size: 15px;
    margin-bottom: 5px;
  }
} /* 768 END */
/*----------------max-width:575-------------------*/
@media screen and (max-width: 575px) {
  .in-text-box .info-box, .in-text-box .pic-box {
    width: 100%;
    display: block;
    padding-left: 0px;
  }
  .in-text-box h3 {
    font-size: 18px;
  }
  .in-text-box .title {
    font-size: 20px;
  }
  .catalog-box .item {
    width: calc(50% - 24px);
  }
  form li {
    margin: 5px;
  }
  form input, form textarea {
    font-size: 15px;
    padding: 10px;
  }
} /* 575 END */
/*----------------max-width:480-------------------*/
@media screen and (max-width: 480px) {
  .idx-new-about {
    padding-bottom: 0;
  }
  .idx-new-about .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .idx-pro .product-list .product-item {
    width: calc(100% - 24px);
  }
  .product-list .product-item {
    width: 100%;
    margin: 20px 0;
  }
  .case-list .case-item {
    width: 100%;
    margin: 20px 0;
  }
  .activity-list .editor {
    padding: 0;
    margin-bottom: 10px;
  }
  .activity-list .activity-item {
    width: 100%;
    margin: 20px 0;
  }
  .catalog-box .item {
    width: 100%;
    margin: 0 0 20px;
    display: block;
  }
  .box-02 .flex {
    display: block;
  }
  .box-02 .list {
    width: 100%;
    padding: 40px 15px;
    border-bottom: 1px #fff solid;
    border-left: 1px #fff solid;
  }
} /* 480 END */
/*----------------max-width:320-------------------*/
/*320 END */