@charset "UTF-8";
:root {
  --green: #5bb647;
  --black: #231815;
  --blue: #1b365d; }

/* mixin */
* {
  box-sizing: border-box;
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", sans-serif; }
  *:focus {
    outline: none; }

html {
  font-size: 16px;
  overflow-x: hidden; }

body {
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", sans-serif;
  overflow-x: hidden;
  transition: 0.3s;
  position: relative;
  color: #222;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: auto !important; }
  body.fixed {
    height: 100vh !important;
    overflow: hidden !important; }

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  transition: 0.3s; }

.unreset {
  padding: 1px 0;
  color: #222;
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", sans-serif; }
  .unreset:after {
    content: "";
    display: block;
    clear: both; }
  .unreset p:first-child {
    margin-top: 0; }

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

.unreset table img {
  max-width: initial;
}

.unreset iframe {
  max-width: 100%;
  display: block; }


.unreset table{

  border-width: 1px;
}

.unreset table th,
.unreset table td{
  border-width: 1px;
}
/* 編輯器影片RWD */
.unreset .embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.unreset .embeddedContent iframe,
.unreset .embeddedContent object,
.unreset .embeddedContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-container {
  margin: 0 auto;
  width: 1640px;
  max-width: 100%;
  padding: 0 20px; }

sup {
  vertical-align: super;
  font-size: small; }

sub {
  vertical-align: sub;
  font-size: smaller;
  /* font-weight: lighter;  */
}

select {
  font-family: "Roboto", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", sans-serif; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 10px; }

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 0 0;
  background: #ccc; }

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px; }

::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px; }

/* 404 */
.error-row {
  background: url(../images/404/error-background.svg) no-repeat;
  background-position: center top;
  max-width: 1400px;
  padding: 60px 25px;
  margin: 40px auto 0 auto; }
  .error-row .img-box {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%; }
    .error-row .img-box img {
      display: block;
      width: 100%; }
    .error-row .img-box .error-code {
      color: #222;
      font-size: 120px;
      font-weight: bold;
      letter-spacing: 5px;
      line-height: 1;
      margin: 0;
      position: absolute;
      top: 42%;
      left: 50%;
      transform: translateX(-57%); }
  .error-row .content {
    margin-top: 50px;
    text-align: center; }
    .error-row .content .title {
      color: #222;
      font-size: 30px;
      font-weight: bold;
      margin: 0; }
    .error-row .content .des {
      margin-top: 25px; }
      .error-row .content .des p {
        color: #222;
        font-size: 18px;
        line-height: 1.6;
        margin: 0; }
        .error-row .content .des p:not(:last-child) {
          margin-bottom: 5px; }
  .error-row .btn-row {
    margin-top: 80px; }
    .error-row .btn-row .link {
      border-radius: 30px;
      background: #222;
      color: #fff;
      display: block;
      font-size: 18px;
      padding: 12px 13px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      text-decoration: inherit;
      text-transform: uppercase;
      transition: all 0.4s;
      width: 240px; }
      .error-row .btn-row .link:hover {
        background: var(--s-color);
        color: var(--m-color); }
  @media (max-width: 1440px) {
    .error-row .img-box {
      max-width: 540px; }
      .error-row .img-box .error-code {
        font-size: 100px; }
    .error-row .btn-row {
      margin-top: 50px; } }
  @media (max-width: 1024px) {
    .error-row .img-box {
      max-width: 440px; }
      .error-row .img-box .error-code {
        font-size: 70px;
        top: 45%; }
    .error-row .btn-row {
      margin-top: 50px; } }
  @media (max-width: 640px) {
    .error-row {
      padding: 20px 25px 40px 25px;
      margin: 0 auto 20px auto; }
      .error-row .img-box .error-code {
        font-size: 50px;
        top: 45%; }
      .error-row .content {
        margin-top: 30px; }
        .error-row .content .title {
          font-size: 24px; }
        .error-row .content .des {
          margin-top: 15px; }
          .error-row .content .des p {
            font-size: 16px; }
      .error-row .btn-row {
        margin-top: 30px; }
        .error-row .btn-row .link {
          font-size: 17px;
          max-width: 170px; } }

/* 空白狀態 */
.empty-row {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  max-width: 640px; }
  .empty-row .img-box {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto; }
    .empty-row .img-box img {
      display: block;
      width: 100%; }
  .empty-row .content {
    margin-top: 40px;
    text-align: center; }
    .empty-row .content .title {
      color: #222;
      font-size: 32px;
      line-height: 1.2;
      margin: 0; }
    .empty-row .content .des {
      color: #888;
      font-size: 17px;
      line-height: 1.6;
      margin: 0;
      margin-top: 20px; }
  .empty-row .btn-row {
    margin-top: 40px; }
    .empty-row .btn-row .link {
      background: #000;
      color: #fff;
      display: block;
      font-size: 17px;
      margin-left: auto;
      margin-right: auto;
      padding: 13px;
      text-align: center;
      text-decoration: inherit;
      transition: all 0.4s;
      width: 120px; }
      .empty-row .btn-row .link:hover {
        background: #aaa; }
  @media (max-width: 640px) {
    .empty-row .content {
      margin-top: 30px; }
      .empty-row .content .title {
        font-size: 26px; }
      .empty-row .content .des {
        font-size: 16px;
        margin-top: 15px; }
    .empty-row .btn-row {
      margin-top: 30px; } }

.cookies-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(110%);
  transition: all 0.3s;
  z-index: 1; }
  .cookies-box.show {
    transform: translateY(0); }
  .cookies-box .cookies-content {
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    padding: 15px 20px; }
    .cookies-box .cookies-content .des {
      padding-right: 20px;
      width: calc(100% - 100px); }
      .cookies-box .cookies-content .des p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.5;
        margin: 0; }
      .cookies-box .cookies-content .des a {
        color: #fff;
        display: inline-block;
        font-size: 1rem;
        line-height: 1.5;
        text-decoration: underline; }
        .cookies-box .cookies-content .des a:hover {
          opacity: 0.5; }
    .cookies-box .cookies-content .btn-confirm {
      border: 1px solid white;
      background: none;
      color: white;
      cursor: pointer;
      font-size: 1rem;
      line-height: 1;
      display: block;
      padding: 13px 10px;
      text-align: center;
      width: 100px; }
      .cookies-box .cookies-content .btn-confirm:hover {
        background: white;
        color: #333; }
    .cookies-box .cookies-content > .page-container {
      display: flex;
      align-items: center; }
  @media (max-width: 1440px) {
    .cookies-box .cookies-content {
      padding: 15px 0; } }
  @media (max-width: 640px) {
    .cookies-box .cookies-content {
      display: block; }
      .cookies-box .cookies-content .des {
        padding-right: 0;
        margin-bottom: 10px;
        width: 100%; }
        .cookies-box .cookies-content .des p,
        .cookies-box .cookies-content .des a {
          font-size: 0.875rem; }
      .cookies-box .cookies-content .btn-confirm {
        padding: 10px 8px;
        font-size: 0.875rem;
        width: 100%; }
      .cookies-box .cookies-content > .page-container {
        flex-wrap: wrap; } }

/*========== basic mobile ==========*/
/*========= form ==========*/
.form-style form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px; }

.form-style .form-box {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s;
  align-items: center; }
  .form-style .form-box .title {
    color: #666;
    padding-right: 5px;
    margin-bottom: 8px;
    font-size: 1.0625rem;
    position: relative; }
    .form-style .form-box .title .must {
      color: #e60012;
      margin-left: 3px;
      font-size: 0.9375rem;
      transform: translateY(-5px); }
  .form-style .form-box .content {
    width: 100%; }
    .form-style .form-box .content input[type="text"],
    .form-style .form-box .content input[type="password"],
    .form-style .form-box .content input[type="email"],
    .form-style .form-box .content input[type="date"],
    .form-style .form-box .content input[type="number"],
    .form-style .form-box .content input[type="tel"],
    .form-style .form-box .content textarea {
      background: none;
      border-radius: 0;
      border: none;
      appearance: none;
      width: 100%;
      border: 1px solid #d5d5d5;
      padding: 8px 20px;
      font-size: 1rem;
      background: #fff;
      color: #222;
      text-align: left;
      transition: 0.3s;
      border-radius: 3px; }
      .form-style .form-box .content input[type="text"]::placeholder,
      .form-style .form-box .content input[type="password"]::placeholder,
      .form-style .form-box .content input[type="email"]::placeholder,
      .form-style .form-box .content input[type="date"]::placeholder,
      .form-style .form-box .content input[type="number"]::placeholder,
      .form-style .form-box .content input[type="tel"]::placeholder,
      .form-style .form-box .content textarea::placeholder {
        color: #aaa;
        font-weight: 300; }
      .form-style .form-box .content input[type="text"]:disabled,
      .form-style .form-box .content input[type="password"]:disabled,
      .form-style .form-box .content input[type="email"]:disabled,
      .form-style .form-box .content input[type="date"]:disabled,
      .form-style .form-box .content input[type="number"]:disabled,
      .form-style .form-box .content input[type="tel"]:disabled,
      .form-style .form-box .content textarea:disabled {
        background: none; }
    .form-style .form-box .content select {
      background: none;
      border-radius: 0;
      border: none;
      appearance: none;
      width: 100%;
      border: 1px solid #d5d5d5;
      padding: 8px 50px 8px 20px;
      font-size: 1rem;
      color: #222;
      text-align: left;
      border-radius: 3px;
      background: #fff url(../images/select_arrow.jpg) right no-repeat; }
      .form-style .form-box .content select:disabled {
        background: none;
        appearance: none; }
    .form-style .form-box .content input[type="text"],
    .form-style .form-box .content input[type="password"],
    .form-style .form-box .content input[type="email"],
    .form-style .form-box .content input[type="date"],
    .form-style .form-box .content input[type="number"],
    .form-style .form-box .content input[type="tel"],
    .form-style .form-box .content select {
      height: 42px; }
      .form-style .form-box .content input[type="text"]:focus,
      .form-style .form-box .content input[type="password"]:focus,
      .form-style .form-box .content input[type="email"]:focus,
      .form-style .form-box .content input[type="date"]:focus,
      .form-style .form-box .content input[type="number"]:focus,
      .form-style .form-box .content input[type="tel"]:focus,
      .form-style .form-box .content select:focus {
        border-color: var(--green); }
    .form-style .form-box .content textarea {
      padding: 20px; }
      .form-style .form-box .content textarea:focus {
        border-color: var(--green); }
  .form-style .form-box .part {
    display: inline-block; }
    .form-style .form-box .part span {
      margin-left: 5px; }
      .form-style .form-box .part span b {
        font-weight: bold; }
    .form-style .form-box .part:not(:last-child) {
      margin-right: 10px; }
  .form-style .form-box .radiobox,
  .form-style .form-box .checkbox {
    font-size: 1rem; }
  .form-style .form-box .radiobox input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    transform: translateY(-3px); }
  .form-style .form-box .checkbox input[type="checkbox"] {
    border: 2px solid #222;
    width: 18px;
    height: 18px; }
  .form-style .form-box.half {
    width: calc((100% - 30px) / 2); }
  .form-style .form-box.one-third {
    width: calc((100% - 60px) / 3); }
  .form-style .form-box.quarter {
    width: calc((100% - 90px) / 4); }
  .form-style .form-box.short {
    width: calc((100% - 100px) / 2);
    margin-right: 50px; }
    .form-style .form-box.short .content input[type="text"],
    .form-style .form-box.short .content input[type="password"],
    .form-style .form-box.short .content input[type="email"],
    .form-style .form-box.short .content input[type="date"],
    .form-style .form-box.short .content input[type="number"],
    .form-style .form-box.short .content input[type="tel"],
    .form-style .form-box.short .content select {
      width: calc(100% - 75px); }
  .form-style .form-box.mid {
    width: calc((100% - 100px) / 2);
    margin-right: 50px; }
  .form-style .form-box.row {
    width: 100%; }
  .form-style .form-box:last-child {
    margin-right: 0; }
  .form-style .form-box.gender {
    width: 270px;
    max-width: 100%; }
  .form-style .form-box.captcha .content {
    display: flex;
    align-items: center; }
    .form-style .form-box.captcha .content input {
      flex-shrink: 1; }
    .form-style .form-box.captcha .content img {
      display: inline-block;
      margin-left: 15px; }

.form-style .form-row-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 30px; }

.form-style .captcha-group {
  align-items: center;
  justify-content: space-between; }

.form-style .btn-list {
  display: flex;
  column-gap: 30px; }
  .form-style .btn-list button {
    background: none;
    border: none;
    cursor: pointer;
    appearance: none;
    display: block;
    transition: 0.3s;
    color: #fff;
    background: #222;
    padding: 10px 15px;
    font-size: 1.125rem;
    height: 50px;
    width: 250px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px; }
    .form-style .btn-list button.row {
      width: 100%; }
  .form-style .btn-list .reset button {
    background: url(../images/bg_gray.jpg); }
    .form-style .btn-list .reset button:hover {
      background: var(--blue); }
  .form-style .btn-list .send button {
    background: url(../images/bg_green.jpg); }
    .form-style .btn-list .send button:hover {
      background: var(--blue); }

.form-style.center {
  display: flex;
  justify-content: center; }

.form-style.row {
  margin-top: 25px;
  width: 100%; }

/*========== form mobile ==========*/
@media (max-width: 960px) {
  .form-style .form-box.half {
    width: 100%; }
  .form-style .form-box.one-third {
    width: 100%; }
  .form-style .form-box.quarter {
    width: 100%; }
  .form-style .btn-list {
    justify-content: center;
    width: 100%; }
    .form-style .btn-list button {
      width: 150px;
      height: 45px; } }

@media (max-width: 640px) {
  .form-style .form-box {
    margin-bottom: 10px; }
  .form-style .btn-list {
    margin-top: 20px; } }

@media (max-width: 375px) {
  .form-style .btn-list button {
    width: 120px;
    height: 40px;
    font-size: 1rem; } }

/*========== header ==========*/
header {
  position: relative;
  z-index: 999; 
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  height: 150px;
}
.main{
  padding-top: 150px;
  }
  header .logo {
    position: relative;
    transition: 0.3s; }
    header .logo a {
      display: block;
      width: 267px;
      height: 53px;
      background: url(../images/logo.svg) no-repeat;
      background-size: contain;
      background-position: center left; }
      header .logo a img {
        display: block;
        max-width: 100%; }
  header .page-container {
    display: flex;
    align-items: center; }

header .page-container {
  display: flex;
  align-items: center; }

/*==== header-topblock ===*/
.header-topblock {
  background: url(../images/bg_green.jpg);
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: hfadeIn 2s forwards;
  animation-delay: .5s;
  transition: 1s;
}
  .header-topblock .page-container {
    justify-content: flex-end; }
@keyframes hfadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

.header-submenu {
  margin-right: 20px; }
  .header-submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .header-submenu ul > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .header-submenu ul li a {
      display: block;
      color: #fff;
      padding: 15px 20px;
      height: 55px; }
      .header-submenu ul li a:hover {
        background: var(--blue); }

.header-language {
  position: relative;
  z-index: 3; }
  .header-language .language-default a {
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 55px;
    color: #fff;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.25); }
    .header-language .language-default a i {
      margin-left: 10px; }
    .header-language .language-default a .icon {
      width: 30px;
      height: 30px;
      margin-right: 10px;
      background: url(../images/icon_language.svg) no-repeat; }
  .header-language:hover .language-default a {
    background: url(../images/bg_brown.jpg); }
  .header-language .language-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #eee; }
    .header-language .language-dropdown ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .header-language .language-dropdown ul > li {
        list-style: none;
        margin: 0;
        padding: 0; }
      .header-language .language-dropdown ul li > a {
        display: block;
        padding: 8px 20px;
        color: var(--black); }
      .header-language .language-dropdown ul li:hover > a {
        background: var(--blue);
        color: #fff; }
      .header-language .language-dropdown ul li:not(:last-child) {
        border-bottom: 1px solid #aaa; }

.header-pro-search a {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 55px;
  color: #fff;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.25); }
  .header-pro-search a .icon {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background: url(../images/icon_prosearch.svg) no-repeat; }
  .header-pro-search a:hover {
    background: url(../images/bg_brown.jpg); }

/*==== header-menublock ===*/
.header-menublock {
  padding: 22px 0; }
  .header-menublock .page-container {
    justify-content: space-between; }

.header-menu {
  z-index: 2; }
  .header-menu ul.header-submenu-phone {
    display: none; }
  .header-menu ul.layer1 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
    .header-menu ul.layer1 > li {
      list-style: none;
      margin: 0;
      padding: 0; }

/* 選單效果 */
.header-menu.valentine ul.layer1 > li {
  position: relative;
  margin: 0 5px; }
  .header-menu.valentine ul.layer1 > li:hover {
    color: var(--green); }
    .header-menu.valentine ul.layer1 > li:hover > a {
      color: var(--green); }
      .header-menu.valentine ul.layer1 > li:hover > a span::before, .header-menu.valentine ul.layer1 > li:hover > a span::after {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      .header-menu.valentine ul.layer1 > li:hover > a::before, .header-menu.valentine ul.layer1 > li:hover > a::after {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
  .header-menu.valentine ul.layer1 > li > a {
    position: relative;
    display: block;
    color: var(--black);
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .header-menu.valentine ul.layer1 > li > a span {
      position: relative;
      display: block;
      text-align: center;
      padding: 8px 10px;
      min-width: 130px;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      font-size: 1.125rem; }
      .header-menu.valentine ul.layer1 > li > a span::before, .header-menu.valentine ul.layer1 > li > a span::after {
        content: '';
        position: absolute;
        background: var(--green);
        -webkit-transform-origin: 350% 350%;
        transform-origin: 350% 350%;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        top: 0;
        width: 2px;
        height: 99%;
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1); }
      .header-menu.valentine ul.layer1 > li > a span::before {
        left: 0;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s; }
      .header-menu.valentine ul.layer1 > li > a span::after {
        right: 0;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s; }
    .header-menu.valentine ul.layer1 > li > a::before, .header-menu.valentine ul.layer1 > li > a::after {
      content: '';
      position: absolute;
      background: var(--green);
      -webkit-transform-origin: 350% 350%;
      transform-origin: 350% 350%;
      -webkit-transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
      left: 0;
      width: 100%;
      height: 2px;
      -webkit-transform: scale3d(0, 1, 1);
      transform: scale3d(0, 1, 1); }
    .header-menu.valentine ul.layer1 > li > a::before {
      left: 0;
      -webkit-transition-delay: 0.05s;
      transition-delay: 0.05s;
      top: 0;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .header-menu.valentine ul.layer1 > li > a::after {
      right: 0;
      -webkit-transition-delay: 0.15s;
      transition-delay: 0.15s;
      bottom: 0; }
  .header-menu.valentine ul.layer1 > li.active > a {
    color: var(--green); }
    .header-menu.valentine ul.layer1 > li.active > a::before, .header-menu.valentine ul.layer1 > li.active > a::after {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .header-menu.valentine ul.layer1 > li.active > a span::before, .header-menu.valentine ul.layer1 > li.active > a span::after {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }

.header-menu.valentine ul.layer2 {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  background: rgba(255, 255, 255, 0.95); }
  .header-menu.valentine ul.layer2 > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .header-menu.valentine ul.layer2 > li {
    position: relative; }
    .header-menu.valentine ul.layer2 > li > a {
      display: block;
      padding: 12px 15px;
      color: var(--black); }
    .header-menu.valentine ul.layer2 > li:hover > a {
      background-color: color: var(--green);
      background-image: url(../images/bg_green.jpg);
      color: #fff; }
    .header-menu.valentine ul.layer2 > li:not(:last-child) {
      border-bottom: 1px solid #eee; }

.header-menu.valentine ul.layer3 {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  background: rgba(238, 238, 238, 0.95); }
  .header-menu.valentine ul.layer3 > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .header-menu.valentine ul.layer3 > li {
    position: relative; }
    .header-menu.valentine ul.layer3 > li > a {
      display: block;
      padding: 12px 20px;
      color: var(--black); }
    .header-menu.valentine ul.layer3 > li:hover > a {
      background: var(--blue);
      color: #fff; }
    .header-menu.valentine ul.layer3 > li:not(:last-child) {
      border-bottom: 1px solid #eee; }

.phone-bar {
  z-index: 1;
  display: none; }
  .phone-bar.active .bar {
    transform: rotate(-315deg); }
    .phone-bar.active .bar::before {
      opacity: 0; }
    .phone-bar.active .bar::after {
      transform: rotate(90deg) translate(-35%); }
  .phone-bar .group {
    position: relative;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px; }
  .phone-bar .bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
    transition: 800ms all;
    background: #222; }
    .phone-bar .bar::before, .phone-bar .bar::after {
      content: "";
      display: block;
      width: 25px;
      height: 3px;
      border-radius: 1px;
      position: relative;
      transition: 400ms all;
      background: #222; }
    .phone-bar .bar::before {
      top: -8px; }
    .phone-bar .bar::after {
      bottom: -6px; }

/*========== header mobile ==========*/
@media (max-width: 1440px) {
  .header-menu.valentine ul.layer1 > li > a span {
    min-width: 100px; } }

@media (max-width: 1280px) {
  header {
    height: 120px;
  }
  .main{
    padding-top: 120px;
  }
  header .logo a {
    width: 220px;
    height: 44px; }
  .header-submenu ul li a {
    padding: 10px 10px;
    height: 45px; }
  .header-language .language-default a {
    padding: 0 15px;
    height: 45px; }
    .header-language .language-default a .icon {
      width: 25px;
      height: 25px; }
  .header-language .language-dropdown ul li > a {
    padding: 6px 15px;
    font-size: 0.9375rem; }
  .header-pro-search a {
    padding: 0 15px;
    height: 45px; }
    .header-pro-search a .icon {
      width: 25px;
      height: 25px; }
  .header-menublock {
    padding: 15px 0; }
  .header-menu.valentine ul.layer1 > li {
    margin: 0 2px; }
    .header-menu.valentine ul.layer1 > li > a span {
      padding: 6px;
      min-width: 60px;
      font-size: 1rem; }
  .header-menu.valentine ul.layer2 {
    width: 180px; }
    .header-menu.valentine ul.layer2 > li > a {
      padding: 6px 15px;
      font-size: 0.9375rem; }
  .header-menu.valentine ul.layer3 {
    width: 180px; }
    .header-menu.valentine ul.layer3 > li > a {
      padding: 6px 15px;
      font-size: 0.9375rem; } }

@media (max-width: 1024px) {
  .header-submenu {
    display: none; }
  .phone-bar {
    display: block; }
  .header-menu.valentine {
    display: none;
    width: 100%;
    background: url(../images/bg_white.jpg);
    height: calc(100dvh - 120px);
    position: absolute;
    left: 0;
    top: 59px;
    z-index: 11;
    padding: 25px;
    overflow: auto;
    border-top: 1px solid var(--green); }
    .header-menu.valentine ul.header-submenu-phone {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin: 0;
      padding: 0;
      gap: 10px; }
      .header-menu.valentine ul.header-submenu-phone > li {
        list-style: none;
        margin: 0;
        padding: 0; }
      .header-menu.valentine ul.header-submenu-phone > li {
        width: calc(50% - 5px);
        border: 1px solid #ddd;
        border-left: 4px solid var(--blue); }
        .header-menu.valentine ul.header-submenu-phone > li > a {
          display: block;
          padding: 8px 12px;
          font-size: 1rem;
          background: #fff;
          color: var(--black); }
    .header-menu.valentine ul.layer1 {
      flex-wrap: wrap;
      margin-top: 20px; }
      .header-menu.valentine ul.layer1 > li {
        width: 100%; }
        .header-menu.valentine ul.layer1 > li > a span {
          padding: 10px 15px;
          font-size: 1.0625rem; }
        .header-menu.valentine ul.layer1 > li:not(:first-child) {
          margin-top: 5px; }
        .header-menu.valentine ul.layer1 > li:not(:last-child) {
          border-bottom: 1px solid #ccc; }
        .header-menu.valentine ul.layer1 > li.hover {
          border-color: var(--green); }
    .header-menu.valentine ul.layer2 {
      position: static;
      width: 100%; }
      .header-menu.valentine ul.layer2 > li > a {
        font-size: 1rem; }
    .header-menu.valentine ul.layer3 {
      position: static;
      width: 100%; }
      .header-menu.valentine ul.layer3 > li > a {
        font-size: 1rem; }
  .header-language {
    z-index: 12; } 

    /* 手機時第三區塊不展開  */
    .header-menu.valentine .layer.layer2.needlink .layer3 {
/*       display: none !important; */
    }
  }

@media (max-width: 640px) {
  header {
    height: 100px;
  }
  .main{
    padding-top: 100px;
  }
  header .logo a {
    width: 180px;
    height: 36px; }
  .header-menublock {
    padding: 12px 0; }
  .header-menu.valentine {
    top: 48px;
    height: calc(100dvh - 100px); }
    .header-menu.valentine ul.header-submenu-phone > li {
      width: 100%; }
  .header-language .language-default a {
    padding: 0 10px;
    height: 40px;
    font-size: 0.9375rem; }
    .header-language .language-default a .icon {
      width: 20px;
      height: 20px;
      margin-right: 5px; }
  .header-pro-search a {
    padding: 0 10px;
    height: 40px;
    font-size: 0.9375rem; }
    .header-pro-search a .icon {
      width: 20px;
      height: 20px;
      margin-right: 5px; } }

/*===== footer =====*/
footer {
  background: url(../images/bg_brown.jpg);
  padding: 2% 0; }
  footer .page-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }

.footer-logo {
  position: relative;
  transition: 0.3s; }
  .footer-logo a {
    display: block;
    width: 252px;
    height: 50px;
    background: url(../images/logo_ww.svg) no-repeat;
    background-size: contain;
    background-position: center left; }
    .footer-logo a img {
      display: block;
      max-width: 100%; }

.footer-left {
  display: flex; }

.footer-info {
  margin-left: 30px;
  font-size: 1.0625rem;
  color: #fff; }
  .footer-info p {
    margin: 0;
    display: inline-block;
    margin-right: 15px; }
    .footer-info p a {
      color: var(--green); }
    .footer-info p.address {
      display: block; }

.copyright {
  color: #fff;
  text-align: right; }

.iware {
  color: #bfbfbf;
  font-size: 0.9375rem;
  text-align: right; }
  .iware a {
    color: #bfbfbf; }
    .iware a:hover {
      text-decoration: underline;
      color: var(--green); }

.privacy-policy {
  color: #fff;
  text-align: right; }
  .privacy-policy a {
    color: #fff; }
    .privacy-policy a:hover {
      text-decoration: underline;
      color: var(--green); }

.fixed-sns {
  position: fixed;
  right: 0;
  bottom: 5%;
  background: url(../images/bg_green.jpg);
  z-index: 1;
  border-radius: 0 0 0 25px;
  overflow: hidden; }
  .fixed-sns ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 50px;
    justify-content: center; }
    .fixed-sns ul > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .fixed-sns ul li {
      width: 100%; }
      .fixed-sns ul li.pro-search {
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr; }
        .fixed-sns ul li.pro-search a {
          color: #fff;
          display: flex;
          align-items: center;
          padding: 20px 10px 20px 10px;
          width: 100%; }
        .fixed-sns ul li.pro-search .icon {
          width: 26px;
          height: 26px;
          margin-bottom: 8px;
          background: url(../images/icon_prosearch.svg) no-repeat; }
      .fixed-sns ul li.top {
        position: relative; }
        .fixed-sns ul li.top::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 50%;
          width: 55%;
          height: 1px;
          transform: translateX(-50%);
          background: #fff; }
        .fixed-sns ul li.top a {
          display: block;
          color: #fff;
          text-align: center;
          font-size: 1rem;
          padding: 20px 10px 10px 10px; }
          .fixed-sns ul li.top a i {
            display: block; }
      .fixed-sns ul li a:hover {
        background: var(--blue); }
.fixed-sns.stopped {
    position: absolute !important;
}
/*========== footer mobile ==========*/
@media (max-width: 1280px) {
  .footer-left {
    display: block; }
  .footer-info {
    margin-left: 0;
    margin-top: 20px; } }

@media (max-width: 960px) {
  footer {
    padding: 40px 0; }
    footer .page-container {
      display: block; }
  .footer-logo a {
    margin: auto; }
  .footer-info {
    width: 100%; }
    .footer-info p {
      width: 100%;
      display: block;
      margin-right: 0;
      text-align: center; }
  .copyright {
    text-align: center; }
  .iware {
    text-align: center; }
  .privacy-policy {
    text-align: center;
    margin: 10px 0; } }

@media (max-width: 640px) {
  .fixed-sns ul {
    width: 35px; }
    .fixed-sns ul li.pro-search a {
      padding: 10px 5px;
      font-size: 0.875rem; }
    .fixed-sns ul li.pro-search .icon {
      width: 20px;
      height: 20px;
      margin-bottom: 4px; }
    .fixed-sns ul li.top a {
      font-size: 0.875rem;
      padding: 10px 5px 5px 5px; } }

@media (max-width: 480px) {
  .footer-logo a {
    width: 220px;
    height: 44px; } }

/*===== page main =====*/
/*===== page banner =====*/
.page-banner .pic {
  /* border-radius: 155px 0 0 0; */
  overflow: hidden; }

.page-banner img,
.page-banner source {
  display: block;
  max-width: 100%;
  margin: auto; }

/*===== breadcrumb =====*/
.breadcrumb {
  position: relative;
  background: url(../images/bg_white2.jpg); }
  .breadcrumb .page-container {
    display: flex;
    justify-content: flex-end; }
  .breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 12px 0 6px 0;
    display: flex;
    flex-wrap: wrap; }
    .breadcrumb ul > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .breadcrumb ul li {
      color: #5d5d5e;
      font-size: 0.875rem;
      margin-bottom: 5px; }
      .breadcrumb ul li a {
        color: #5d5d5e;
        font-size: 0.875rem; }
        .breadcrumb ul li a:hover {
          color: var(--green); }
      .breadcrumb ul li:not(:last-child) {
        position: relative; }
        .breadcrumb ul li:not(:last-child):after {
          content: "/";
          display: inline-block;
          margin: 0 5px; }
      .breadcrumb ul li.home {
        position: relative; }
        .breadcrumb ul li.home::before {
          content: "";
          display: inline-block;
          background: url(../images/icon_home.svg) no-repeat;
          width: 17px;
          height: 15px;
          margin-right: 10px;
          transform: translateY(2px); }

.page-article-content {
  padding: 80px 0 90px 0; }

.page-article-content-group {
  display: flex; }

/*===== aside =====*/
aside {
  width: 300px;
  background: #fff; }
  aside .aside-title {
    color: var(--black);
    font-size: 1.875rem;
    padding-left: 25px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    position: relative; }
    aside .aside-title::first-letter {
      font-weight: 900;
      color: var(--green); }
    aside .aside-title::before {
      content: "";
      width: 37px;
      height: 22px;
      background: url(../images/page_menu_titile_decorate.png);
      position: absolute;
      left: 0;
      top: 3px; }
    aside .aside-title span {
      position: relative; }
  aside .layer {
    list-style: none;
    margin: 0;
    padding: 0; }
    aside .layer > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    aside .layer > li > a {
      display: block; }
  aside .layer1 > li {
    border-bottom: 1px dashed #d5d5d5; }
    aside .layer1 > li > a {
      color: #3e3a39;
      font-size: 1.1875rem;
      display: block;
      padding: 10px 50px 10px 25px;
      border-radius: 0;
      position: relative; }
      aside .layer1 > li > a:after {
        content: "\f054";
        display: block;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        color: #d8d8d8;
        right: 22px;
        top: 13px;
        font-size: 0.9375rem;
        transition: .3s; }
    aside .layer1 > li.active > a {
      color: #fff;
      background: url(../images/bg_green.jpg);
      border-radius: 5px; }
      aside .layer1 > li.active > a:after {
        color: #fff; }
    aside .layer1 > li:not(.active) > a:hover {
      background: #f1f1f1;
      border-radius: 5px; }
  aside .layer2 {
    display: none;
    border-left: 1px solid var(--blue);
    margin: 20px; }
    aside .layer2 > li > a {
      font-size: 1.0625rem;
      color: #3e3a39;
      padding: 6.5px 20px; }
    aside .layer2 > li.active > a {
      color: var(--green); }
    aside .layer2 > li:not(.active) > a:hover {
      background: #f1f1f1;
      border-color: transparent;
      border-radius: 5px; }
  aside .layer3 {
    display: none; }
    aside .layer3 > li > a {
      font-size: 1rem;
      color: var(--blue);
      padding: 5px 30px;
      position: relative; }
    aside .layer3 > li.active > a::before {
      content: "-";
      display: inline-block;
      margin-right: 5px;
      font-weight: bold; }
  aside + .article-content {
    width: calc(100% - 300px);
    padding-left: 60px; }

/* 單元標題 */
.article-title {
  margin: 0;
  color: var(--blue);
  font-size: 1.625rem;
  line-height: 1.4;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 55px;
  font-weight: 500;
  padding: 0 15px 10px 15px; }
  .article-detail-title-block .article-title {
    margin-bottom: 10px; }

.article-detail-title-block {
  box-shadow: #fff 0 1px 0;
  margin-bottom: 40px; }

/* 內頁標題 */
.page-detail-other {
  display: flex; }

.page-detail-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px; }
  .page-detail-info .page-sort {
    color: #a7a5a5;
    display: flex;
    align-items: center; }
    .page-detail-info .page-sort .icon {
      margin-right: 8px; }
  .page-detail-info .date {
    color: #a7a5a5;
    display: flex;
    align-items: center; }
    .page-detail-info .date .icon {
      display: inline-block;
      margin-right: 5px; }
      .page-detail-info .date .icon .pic {
        width: 17px;
        height: 17px; }
        .page-detail-info .date .icon .pic img {
          display: block;
          max-width: 100%; }
    .page-detail-info .date::before {
      content: "/";
      display: inline-block;
      padding-right: 15px; }
  .page-detail-info > div {
    margin-top: 10px;
    line-height: 1; }
    .page-detail-info > div:not(:last-child) {
      margin-right: 15px; }

.page-share {
  margin-left: auto; }
  .page-share .a2a_kit {
    display: flex; }
    .page-share .a2a_kit .a2a_button_facebook {
      color: #406bc3; }
      .page-share .a2a_kit .a2a_button_facebook:hover {
        color: var(--green); }
    .page-share .a2a_kit .a2a_button_line {
      color: #07b53b; }
      .page-share .a2a_kit .a2a_button_line:hover {
        color: var(--green); }
    .page-share .a2a_kit .a2a_button_copy_link {
      color: #1b365d; }
      .page-share .a2a_kit .a2a_button_copy_link:hover {
        color: var(--green); }
    .page-share .a2a_kit .a2a_button_x {
      color: #000000; }
      .page-share .a2a_kit .a2a_button_x:hover {
        color: var(--green); }
    .page-share .a2a_kit a .pic {
      width: 20px;
      height: 20px; }
      .page-share .a2a_kit a .pic img {
        display: block;
        max-width: 100%;
        transition: 0.3s; }
    .page-share .a2a_kit a:not(:last-child) {
      margin-right: 10px; }
    .page-share .a2a_kit a:hover .pic img {
      transform: scale(1.2); }

.page-detail-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }
  .page-detail-tag .tag-title {
    color: var(--blue); }
    .page-detail-tag .tag-title i {
      margin-right: 5px; }
  .page-detail-tag a {
    margin-left: 10px;
    padding: 4px 13px;
    display: inline-block;
    color: #3e3a39;
    font-size: 0.875rem;
    margin-bottom: 10px;
    background: url(../images/bg_white.jpg);
    border-radius: 3px; }
    .page-detail-tag a:hover {
      background: url(../images/bg_green.jpg);
      color: #fff; }

/*===== main-section-group =====*/
.aside-menu-btn {
  font-size: 1rem;
  color: #fff;
  background: var(--blue);
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: none; }
  .aside-menu-btn i {
    margin-right: 10px; }

/*===== 頁面標題 =====*/
.article-content {
  width: 100%; }

/*===== pagination =====*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px; }
  .pagination .page_num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-size: 0.9375rem;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #bfbfbf;
    border: 1px solid transparent; }
    .pagination .page_num.active {
      color: #fff;
      background: url(../images/bg_green.jpg); }
    .pagination .page_num:not(.active):hover {
      background: var(--blue);
      color: #fff; }
  .pagination .page_arrow {
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #707070; }
    .pagination .page_arrow:hover {
      color: var(--blue); }
    .pagination .page_arrow.prev {
      margin-right: 20px; }
    .pagination .page_arrow.next {
      margin-left: 20px; }
  .pagination .page_dot {
    display: inline-block;
    padding: 10px;
    text-align: center;
    margin: 0 3px; }
  .pagination .page_select {
    display: inline-block;
    margin-left: 30px; }
    .pagination .page_select .num_input {
      background: none;
      border-radius: 0;
      border: none;
      appearance: none;
      font-size: 0.9375rem;
      background: #fff;
      border: 1px solid #d2d2d2;
      width: 40px;
      height: 30px;
      padding: 3px 5px;
      border-radius: 3px;
      text-align: center;
      /* 隱藏箭頭 */
      /* Chrome, Safari, Edge, Opera */
      /* Firefox */
      -moz-appearance: textfield; }
      .pagination .page_select .num_input::-webkit-outer-spin-button, .pagination .page_select .num_input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    .pagination .page_select .txt {
      display: inline-block;
      margin-left: 5px;
      color: #bfbfbf; }

/*===== btn-style =====*/
.page-btn-block {
  border-top: 1px solid #eee;
  display: none; }

.page-btn-list {
  display: flex; }
  .page-btn-list a {
    display: block;
    line-height: 1;
    font-size: 1.125rem;
    color: #222;
    padding: 18px 20px; }
  .page-btn-list button {
    appearance: none;
    background: none;
    border: none;
    display: block;
    cursor: pointer; }
  .page-btn-list .back-home {
    display: inline-block; }
    .page-btn-list .back-home a::before {
      content: "\f060";
      display: inline-block;
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      margin-right: 10px; }
    .page-btn-list .back-home a:hover {
      background: #222;
      color: #fff; }
  .page-btn-list.right {
    justify-content: flex-end; }
  .page-btn-list.center {
    justify-content: center; }

.page-detail-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 50px; }
  .page-detail-btn .back-btn a {
    display: block;
    border: 1px solid var(--blue);
    border-radius: 5px;
    font-size: 1.125rem;
    padding: 6px 25px;
    color: var(--blue); }
    .page-detail-btn .back-btn a:hover {
      background: var(--blue);
      color: #fff; }

/*===== pages-list-search =====*/
/* table-style */
.table-style table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .table-style table td {
    border: 1px solid #d7d7d7;
    padding: 14px 40px;
    color: #535353; }
  .table-style table .right {
    text-align: right; }
  .table-style table .c {
    text-align: center; }
  .table-style table thead th {
    background: url(../images/bg_green.jpg);
    font-weight: 500;
    color: #fff;
    padding: 17px 10px;
    border: 1px solid #d7d7d7;
    line-height: 1;
    text-align: center; }
  .table-style table tbody td.date {
    width: 200px; }
  .table-style table tbody td.link {
    width: 200px; 
    line-height: 1;
  }
    .table-style table tbody td.link a.icon {
      width: 25px;
      height: 25px;
      margin: auto;
      display: inline-block; }
      .table-style table tbody td.link a.icon .pic{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .table-style table tbody td.link a.icon .pic img {
        display: block;
        max-width: 100%;
        max-height: 100%; }
      .table-style table tbody td.link a.icon .pic svg {
        display: block;
        max-width: 100%;
        max-height: 100%;
        transition: .3s; }
        .table-style table tbody td.link a.icon .pic svg path {
          fill-rule: evenodd;
          clip-rule: evenodd;
          fill: #1B365D; }
      .table-style table tbody td.link a.icon:hover .pic {
        background: var(--green);
        border-radius: 50%; }
        .table-style table tbody td.link a.icon:hover .pic svg {
          transform: scale(0.5); }
          .table-style table tbody td.link a.icon:hover .pic svg path {
            fill: #fff; }

.table-style.rwd1000 {
  overflow: auto; }
  .table-style.rwd1000 table {
    min-width: 1000px; }

.table-style2 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .table-style2 table thead th {
    background: url(../images/bg_green.jpg);
    font-weight: 500;
    color: #fff;
    padding: 10px;
    border: 1px solid #d7d7d7;
    line-height: 1.2;
    text-align: center; }
  .table-style2 table td {
    border: 1px solid #d7d7d7;
    padding: 14px 40px;
    color: #535353; }
    .table-style2 table td.fb {
      font-weight: bold; }
    .table-style2 table td a {
      color: var(--blue);
      text-decoration: underline; }
      .table-style2 table td a:hover {
        color: var(--green); }
  .table-style2 table tbody tr:nth-child(even) td {
    background-color: #f4f4f4; }
    .table-style2.blue table thead th {
      background: #40b8d7;
    }
.tab-style-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .tab-style-btn ul > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .tab-style-btn ul a {
    display: block;
    padding: 7px 30px 6px 30px;
    border: 1px solid #f1f1f1;
    color: #222; }
    .tab-style-btn ul a:hover {
      background: #eee; }
  .tab-style-btn ul li.active a {
    background: var(--aside-layer2-bg);
    border-color: var(--aside-layer2-bg);
    color: var(--main);
    font-weight: bold; }

.j-titleList-block {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 55px; }
  .j-titleList-block .j-titleList-title {
    color: #3e3a39;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 13px 60px 13px 40px;
    background: url(../images/bg_white.jpg);
    position: relative;
    cursor: pointer; }
    .j-titleList-block .j-titleList-title::after {
      content: "\f0d7";
      display: block;
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      color: var(--blue);
      right: 40px;
      top: 15px;
      font-size: 0.9375rem;
      transition: .3s; }
    .j-titleList-block .j-titleList-title.active:after {
      transform: rotate(90deg); }
  .j-titleList-block .j-titleList-content {
    padding: 20px 40px; }
  .j-titleList-block .j-titleList {
    margin: 0;
    padding: 0;
    padding-left: 20px; }
    .j-titleList-block .j-titleList li {
      margin-bottom: 5px; }
      .j-titleList-block .j-titleList li a {
        color: #3e3a39;
        font-size: 1.0625rem; }

.page-search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  column-gap: 30px; }
  .page-search-form .form-box {
    width: 100%;
    max-width: 100%; }
    .page-search-form .form-box.select-year {
      width: 250px; }
    .page-search-form .form-box.search-keyword {
      width: 300px; }
      .page-search-form .form-box.search-keyword .content input {
        padding-right: 60px; }
    .page-search-form .form-box.select-region {
      width: 300px; }
    .page-search-form .form-box.select-country {
      width: 300px; }
    .page-search-form .form-box.select-location {
      width: 400px; }
  .page-search-form .search-btn {
    position: absolute;
    right: 1px;
    top: 1px; }
    .page-search-form .search-btn button {
      background: none;
      border: none;
      cursor: pointer;
      appearance: none;
      display: block;
      transition: 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url(../images/bg_white.jpg);
      width: 50px;
      height: 40px; }
      .page-search-form .search-btn button .pic {
        width: 17px;
        height: 19px; }
        .page-search-form .search-btn button .pic svg {
          display: block;
          max-width: 100%;
          max-height: 100%; }
          .page-search-form .search-btn button .pic svg .st0 {
            fill: #1B365D; }
      .page-search-form .search-btn button:hover {
        background: url(../images/bg_green.jpg); }
        .page-search-form .search-btn button:hover .pic svg .st0 {
          fill: #fff; }
  .page-search-form.distributor {
    margin-top: 50px;
    margin-bottom: 30px; }

/*========== pageBasic mobile ==========*/
@media (max-width: 1280px) {
  .page-article-content {
    padding: 40px 0 50px 0; }
  aside {
    width: 250px; }
    aside .aside-title {
      font-size: 1.5rem;
      margin-bottom: 10px; }
    aside .layer1 > li > a {
      padding: 6px 30px 6px 20px;
      font-size: 1.0625rem; }
      aside .layer1 > li > a:after {
        right: 12px;
        top: 8px;
        font-size: 0.875rem; }
    aside + .article-content {
      width: calc(100% - 250px);
      padding-left: 30px; }
  .article-title {
    font-size: 1.375rem;
    margin-bottom: 25px;
    padding: 0 10px 5px 10px; }
  .article-detail-title-block {
    margin-bottom: 30px; }
  .j-titleList-block {
    margin-bottom: 30px; }
    .j-titleList-block .j-titleList-title {
      padding: 10px 40px 10px 25px; }
      .j-titleList-block .j-titleList-title::after {
        top: 11px;
        right: 20px; }
    .j-titleList-block .j-titleList-content {
      padding: 10px 25px; }
  .table-style.rwd table td {
    padding: 12px 20px; }
  .table-style.rwd table thead th {
    padding: 12px 10px; }
  .table-style.rwd table tbody td.date {
    width: 160px; }
  .table-style.rwd table tbody td.link {
    width: 140px; }
  .table-style2.rwd table td {
    padding: 12px 20px; }
  .table-style2.rwd table thead th {
    padding: 12px 10px; } }

@media (max-width: 960px) {
  .page-article-content {
    padding: 30px 0 50px 0; }
  .page-article-content-group {
    flex-wrap: wrap; }
  aside {
    width: 100%; }
    aside + .article-content {
      width: 100%;
      padding-left: 0;
      margin-top: 20px; }
    aside .layer1 {
      display: none;
      background: #f1f1f1; }
      aside .layer1 > li > a:after {
        color: #aaa; }
  .aside-menu-btn {
    display: block; }
  .breadcrumb ul {
    padding: 9px 0 3px 0; }
  .page-detail-btn {
    margin-top: 30px; } }

@media (max-width: 640px) {
  .pagination {
    margin-top: 40px; }
    .pagination .page_num {
      width: 25px;
      height: 25px;
      margin: 0 3px;
      font-size: 0.875rem; }
    .pagination .page_select {
      margin-left: 0;
      width: 100%;
      margin-top: 20px;
      text-align: center; }
      .pagination .page_select .num_input {
        font-size: 0.875rem; }
      .pagination .page_select .txt {
        font-size: 0.875rem; }
  .page-detail-info {
    font-size: 0.9375rem; }
  .page-share {
    font-size: 1.25rem;
    margin-top: 20px; }
    .page-share a:not(:last-child) {
      margin-right: 20px; }
  .j-titleList-block {
    margin-bottom: 30px; }
    .j-titleList-block .j-titleList-title {
      padding: 10px 35px 10px 15px;
      font-size: 1rem; }
    .j-titleList-block .j-titleList-content {
      padding: 10px 15px; }
    .j-titleList-block .j-titleList li {
      margin-bottom: 2px; }
      .j-titleList-block .j-titleList li a {
        font-size: 0.9375rem; }
  .page-detail-btn .back-btn {
    width: 100%;
    margin-top: 20px; }
    .page-detail-btn .back-btn a {
      text-align: center;
      width: 100%; }
  .page-search-form {
    column-gap: 20px; }
    .page-search-form.distributor {
      margin-top: 30px;
      margin-bottom: 20px; }
  .table-style.rwd table .c {
    text-align: left; }
  .table-style.rwd table thead {
    display: none; }
  .table-style.rwd table tbody tr {
    width: 100%;
    display: block;
    border: 1px solid var(--green); }
    .table-style.rwd table tbody tr:not(:last-child) {
      margin-bottom: 20px; }
  .table-style.rwd table tbody td {
    padding: 10px 10px 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    border: none; }
    .table-style.rwd table tbody td span {
      width: 100%;
      display: block;
      padding: 10px 15px 0 15px; }
    .table-style.rwd table tbody td:last-child:not(.link) {
      padding-bottom: 10px; }
    .table-style.rwd table tbody td:not(.link):before {
      content: attr(data-title);
      font-weight: bold;
      color: #363636;
      background: #eee;
      display: block;
      padding: 5px 15px;
      width: 100%;
      border-radius: 3px; }
    .table-style.rwd table tbody td.date {
      width: 100%; }
    .table-style.rwd table tbody td.link {
      width: 100%;
      padding: 15px;
      border-top: 1px solid #eee;
      margin-top: 10px; }
  .table-style2.rwd table td {
    padding: 8px 10px; }
  .table-style2.rwd table thead th {
    padding: 10px; } }

@media (max-width: 480px) {
  .table-style2.rwd {
    border: 1px solid #d7d7d7; }
    .table-style2.rwd table td {
      display: block;
      border: none;
      padding: 5px 10px; }
    .table-style2.rwd table tr {
      display: block; }
    .table-style2.rwd table thead th {
      padding: 10px; } }

/*========= index ==========*/
/*========== index-banner ==========*/
.index-banner {
  position: relative;
  overflow: hidden; }
  .index-banner .swiper-slide {
    transition-timing-function: ease-in-out; }
    .index-banner .swiper-slide figure {
      display: block;
      margin: 0;
      padding: 0; }
      .index-banner .swiper-slide figure img {
        display: block;
        max-width: 100%; }
  .index-banner .swiper-other-control {
    position: absolute;
/*     right: 40px; */
/*     top: 50%; */
/*     transform: translateY(-50%); */
    z-index: 1; 

    left: 50%;
    top: initial;
    bottom: 10%;
    transform: translateX(-50%);
    display: flex;

  }
  .index-banner .swiper-button-block {
    display: flex;
/*     margin-top: 30px;  */
    margin-left: 30px;
  }
  .index-banner .swiper-button-next,
  .index-banner .swiper-button-prev {
    display: block;
    color: #fff;
    font-weight: bold;
    transition: .3s;
    position: static;
    margin: 0;
    width: auto;
    height: auto; }
    .index-banner .swiper-button-next:hover:after,
    .index-banner .swiper-button-prev:hover:after {
      color: var(--blue); }
    .index-banner .swiper-button-next:after,
    .index-banner .swiper-button-prev:after {
      content: "";
      display: block;
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      font-size: 1.875rem;
      transition: .3s; }
  .index-banner .swiper-button-prev::after {
/*     content: "\f139";  */
    content: "\f137";
  }
  .index-banner .swiper-button-next {
/*     margin-top: 15px;  */
      margin-left: 15px; 
  }
    .index-banner .swiper-button-next::after {
/*       content: "\f13a";  */
        content: "\f138"; 
    }
  .index-banner .swiper-pagination {
   position: relative;
/*     width: auto; */
    bottom: auto;
    display: flex;
/*     flex-direction: column; */
/*     height: 30vh; */
/*     align-items: center; */
    margin: 0 20px ;
    width: 50vh;
    height: 5px;
  }
    .index-banner .swiper-pagination .swiper-pagination-bullet {
      border-radius: 0;
      display: block;
      margin: 0;
/*       width: 1px; */
      background: #fff;
      flex: 1;
      opacity: 1; 
      height: 1px;
    }
      .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
/*          width: 3px;   */
            height: 3px;
      }
    .index-banner .swiper-pagination-progressbar-fill {
/*       background: #7c8789;  */
    }
  .index-banner .image-slider__fraction {
     color: #fff;
    display: flex;
/*     flex-wrap: wrap; */
/*     flex-direction: column; */
    align-items: center;
  }
  .index-banner .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.5); }

/*========== index-products ==========*/
.index-products {
  position: relative;
  overflow: hidden;
  height: 76vh;
  display: flex;
  align-items: flex-end; }
  .index-products .bigText {
    letter-spacing: 6px;
    font-size: 15.6vw;
    font-weight: 900;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/bg_white.jpg) 0 0/cover no-repeat;
    color: #f8f8f8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    opacity: .6;
    user-select: none;
    /* standard syntax */
    -webkit-user-select: none;
    /* for Chrome、Safari */
    -moz-user-select: none;
    /* for Mozilla、Firefox */ }
    .index-products .bigText.phone {
      display: none; }
  .index-products .swiper-pagination {
    display: none; }

.index-products-box {
  padding: 0 60px;
  transition: ease 0.5s; }
  .index-products-box figure {
    margin: 0 auto;
    opacity: .55;
    transition: .3s; }
    .index-products-box figure .pic {
      transform: scale(0.6);
      transition: ease 0.5s;
      transition-delay: 0.2s;
      position: relative;
      padding-bottom: calc(324/524*100%);
      text-align: center;
      overflow: hidden;
      height: 0; }
      .index-products-box figure .pic img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        display: block;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .index-products-box figure .pic iframe,
      .index-products-box figure .pic object,
      .index-products-box figure .pic embed {
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
  .index-products-box .title {
    color: #3e3a39;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .index-products-box.swiper-slide-active {
    opacity: 1;
    transform: translateY(-55%); }
    .index-products-box.swiper-slide-active figure {
      opacity: 1; }
      .index-products-box.swiper-slide-active figure .pic {
        transform: scale(1.1);
        will-change: transform; }
    .index-products-box.swiper-slide-active .title {
      color: #1b365d;
      font-weight: 500;
      margin-top: 20px;
      margin-bottom: 20px; }
  .index-products-box.swiper-slide-prev, .index-products-box.swiper-slide-next {
    opacity: 1; }
  .index-products-box {
    opacity: 0; }

@media (max-width: 1440px) and (min-height: 850px) {
  .index-products {
    height: 70vh; } }

@media (max-width: 1280px) and (min-height: 800px) {
  .index-products {
    height: 60vh; } }

@media (max-width: 1280px) and (min-height: 700px) {
  .index-products {
    height: 68vh; } }

@media (max-width: 1024px) and (min-height: 600px) {
  .index-products {
    height: 55vh; } }

.index-products-bottompic {
  margin-top: -12%; }
  .index-products-bottompic figure {
    margin: auto;
    width: calc(921 / 1600 * 100%); }
    .index-products-bottompic figure .pic {
      position: relative;
      padding-bottom: 28.88165%;
      text-align: center;
      overflow: hidden;
      height: 0; }
      .index-products-bottompic figure .pic img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        display: block;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .index-products-bottompic figure .pic iframe,
      .index-products-bottompic figure .pic object,
      .index-products-bottompic figure .pic embed {
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      .index-products-bottompic figure .pic img {
        display: block;
        max-width: 100%;
        margin: auto; }

/*========== index-application ==========*/
.index-application {
  position: relative; }

.application-bigpic .swiper-slide figure {
  margin: 0; }
  .application-bigpic .swiper-slide figure .pic {
    position: relative;
    padding-bottom: calc(800/1920 * 100%);
    text-align: center;
    overflow: hidden;
    height: 0; 
    background: #000;
  }
    .application-bigpic .swiper-slide figure .pic img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .application-bigpic .swiper-slide figure .pic iframe,
    .application-bigpic .swiper-slide figure .pic object,
    .application-bigpic .swiper-slide figure .pic embed {
      position: absolute;
      display: block;
      margin: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.application-thumbs {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(330 / 1920 *100%);
  height: 100%;
  padding-left: 2%; }
  .application-thumbs:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 1px;
    height: 100%;
    background: #fff; }
  .application-thumbs .swiper-wrapper {
    justify-content: center; }
  .application-thumbs .swiper-slide {
    height: auto;
    margin-bottom: 30px; }
    .application-thumbs .swiper-slide .title {
      color: #fff;
      font-size: 1.625rem;
      text-align: right;
      padding-right: 40px;
      line-height: 1.2;
      position: relative;
      cursor: pointer; }
      .application-thumbs .swiper-slide .title:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        border: 6px solid #000;
        box-shadow: 0 0 0 1px #fff;
        position: absolute;
        right: 1px;
        top: 50%;
        transform: translateY(-50%); }
    .application-thumbs .swiper-slide.swiper-slide-thumb-active .title {
      color: var(--green); }
      .application-thumbs .swiper-slide.swiper-slide-thumb-active .title:after {
        background: var(--green);
        box-shadow: 0 0 0 1px var(--green); }

/*========== index-news ==========*/
.index-news {
  background-image: linear-gradient(to right, transparent 0%, transparent calc(750 / 1920 * 100%), #f4f4f4 calc(750 / 1920 * 100%), #f4f4f4 100%), url(../images/bg_green.jpg);
  display: flex;
  padding: 4.3% 0; }
  .index-news .index-news-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-right: 10px; }
    .index-news .index-news-btn .swiper-button-prev,
    .index-news .index-news-btn .swiper-button-next {
      display: flex;
      align-items: center;
      justify-content: center;
      position: static;
      width: 36px;
      height: 36px;
      margin: 0;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      border: 2px solid #fff; }
      .index-news .index-news-btn .swiper-button-prev::after,
      .index-news .index-news-btn .swiper-button-next::after {
        content: "";
        display: block;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        font-size: 1rem;
        color: #fff;
        transition: .3s; }
      .index-news .index-news-btn .swiper-button-prev:hover,
      .index-news .index-news-btn .swiper-button-next:hover {
        background: #fff; }
        .index-news .index-news-btn .swiper-button-prev:hover:after,
        .index-news .index-news-btn .swiper-button-next:hover:after {
          color: var(--green); }
    .index-news .index-news-btn .swiper-button-prev::after {
      content: "\f053"; }
    .index-news .index-news-btn .swiper-button-next {
      margin-left: 12px; }
    .index-news .index-news-btn .swiper-button-next::after {
      content: "\f054"; }

.index-news-info {
  width: calc(530 / 1920 * 100%);
  padding: 0 5.2% 0 7.5%; }
  .index-news-info .index-news-title {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 40px;
    color: #fff;
    line-height: 1; }
    .index-news-info .index-news-title span {
      font-weight: 500; }
  .index-news-info .index-news-more {
    margin-top: 50px; }
    .index-news-info .index-news-more a {
      color: #fff;
      border-bottom: 1px solid #fff;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .index-news-info .index-news-more a::after {
        content: "";
        display: block;
        width: 40px;
        height: 10px;
        background: url(../images/index_news_arrow.svg) no-repeat; }

.index-news-filter-btn ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .index-news-filter-btn ul > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .index-news-filter-btn ul li {
    margin-bottom: 10px; }
    .index-news-filter-btn ul li.swiper-active a:before {
      transform-origin: 0% 50%;
      transform: scale3d(1, 1, 1); }
  .index-news-filter-btn ul a {
    color: #fff;
    font-size: 1.625rem;
    line-height: 1;
    position: relative; }
    .index-news-filter-btn ul a::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background: currentColor;
      top: 100%;
      left: 0;
      pointer-events: none;
      transform-origin: 100% 50%;
      transform: scale3d(0, 1, 1);
      transition: transform 0.3s; }

.index-news-slider {
  width: calc(1390/1920* 100%);
  overflow: hidden;
  position: relative; }

.index-news-box {
  --space: 40px;
  padding: 40px 0; }
  .index-news-box a {
    display: block;
    background: #fff;
    padding: var(--space) 0 calc(var(--space) - 10px) var(--space); }
    .index-news-box a:hover {
      background: var(--blue); }
      .index-news-box a:hover .content .title {
        color: #fff; }
      .index-news-box a:hover .content .txt {
        color: #fff; }
      .index-news-box a:hover .content .more {
        color: #fff; }
  .index-news-box figure {
    margin: 0; }
    .index-news-box figure .pic {
      position: relative;
      padding-bottom: calc(243/370*100%);
      text-align: center;
      overflow: hidden;
      height: 0; }
      .index-news-box figure .pic img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        display: block;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .index-news-box figure .pic iframe,
      .index-news-box figure .pic object,
      .index-news-box figure .pic embed {
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
  .index-news-box .content {
    padding-right: var(--space);
    margin-top: 15px; }
    .index-news-box .content .title {
      font-size: 1.1875rem;
      color: var(--black);
      font-weight: 600;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .index-news-box .content .txt {
      font-size: 1.0625rem;
      color: #535353;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-top: 5px; }
    .index-news-box .content .more {
      color: #535353;
      font-size: 1rem;
      position: relative;
      font-weight: 300;
      text-align: right;
      margin-top: 30px; }
      .index-news-box .content .more:after {
        content: "\f0da";
        display: inline-block;
        font-weight: bold;
        font-family: "Font Awesome 5 Free";
        margin-left: 8px;
        color: var(--green); }

/*========== index-about ==========*/
.index-about {
  display: flex; }

.index-about-pic {
  width: calc(1000 / 1920 * 100%); }
  .index-about-pic .pic img {
    display: block;
    width: 100%;
    max-width: 100%; }

.index-about-content {
  width: calc(920 / 1920 * 100%);
  position: relative;
  overflow: hidden;
  padding: 3.5% 6.5% 3.5% 5.5%; }
  .index-about-content .title .company {
    color: #959595;
    font-weight: 300;
    font-size: 1.125rem;
    display: flex;
    position: relative;
    align-items: center; }
    .index-about-content .title .company:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      flex: 1;
      background: #e5e5e5;
      margin-left: 25px; }
  .index-about-content .title .word {
    font-size: 3.125rem;
    font-weight: 600;
    letter-spacing: 3px;
    background: url(../images/bg_green.jpg) 0 0/cover no-repeat;
    color: var(--green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2; }
  .index-about-content .content {
    font-size: 1.125rem; }
  .index-about-content::after {
    content: "";
    display: block;
    width: 153px;
    height: 153px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/index-about-decorate.png) no-repeat;
    background-size: contain; }
  .index-about-content .strokeText {
    position: absolute;
    bottom: -60px;
    left: 25px; }
    .index-about-content .strokeText .text {
      display: none; }
    .index-about-content .strokeText .pic {
      width: 100%; }
      .index-about-content .strokeText .pic img {
        display: block;
        max-width: 100%; }

/*========== index mobile ==========*/
@media (max-width: 1800px) {
  .index-news-info {
    padding: 0 3% 0 5%; } }

@media (max-width: 1440px) {
  .index-banner .swiper-pagination {
    /* height: 150px;
    margin: 10px 0;  */
  }
  .index-banner .swiper-button-block {
/*     margin-top: 10px;  */
    margin-left: 10px;
  }
  .index-banner .swiper-button-next:after,
  .index-banner .swiper-button-prev:after {
    font-size: 1.5rem; }
  .index-banner .swiper-button-next {
/*     margin-top: 10px;  */
    margin-left: 10px;
  }
  .application-thumbs .swiper-slide {
/*     margin-bottom: 15px;  */
  }
    .application-thumbs .swiper-slide .title {
      font-size: 1.25rem; }
  .index-news-info {
    padding: 0 2% 0 4%; }
    .index-news-info .index-news-title {
      font-size: 2.25rem;
      margin-bottom: 20px; }
    .index-news-info .index-news-more {
      margin-top: 30px; }
  .index-news-filter-btn ul a {
    font-size: 1.25rem; }
  .index-news-box {
    --space: 30px; }
    .index-news-box .content .title {
      font-size: 1.0625rem; }
    .index-news-box .content .txt {
      font-size: 0.9375rem; }
  .index-about-content {
    padding: 40px; }
    .index-about-content .title .word {
      font-size: 2.25rem;
      font-weight: bold;
      letter-spacing: 0; } }

@media (max-width: 1280px) {
  .index-products-box .title {
    font-size: 1.25rem; }
  .index-products-box.swiper-slide-active figure .pic {
    transform: scale(1); }
  .application-thumbs {
    padding-left: 20px; }
    .application-thumbs .swiper-slide {
      margin-bottom: 10px; }
      .application-thumbs .swiper-slide .title {
        font-size: 1.125rem; }
  .index-news-box {
    --space: 20px; }
  .index-about-content .strokeText {
    bottom: -35px; } }

@media (max-width: 960px) {
  .index-section-title {
    font-size: 1.625rem; }
  /* .index-banner .swiper-pagination {
    display: none; }
  .index-banner .swiper-other-control {
    right: 20px; }
  .index-banner .image-slider__fraction .image-slider__current {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff; } */
  .index-products {
    height: auto;
    padding: 40px 0 60px 0;
    flex-wrap: wrap; }
    .index-products .bigText {
      font-size: 20vw; }
      .index-products .bigText.phone {
        display: block;
        width: 100%;
        position: static;
        transform: none;
        text-align: center;
        background: url(../images/bg_gray.jpg) 0 0/cover no-repeat;
        color: #f8f8f8;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 3.75rem;
        margin-bottom: 40px; }
    .index-products .swiper-pagination {
      display: block;
      position: static;
      width: 100%;
      transform: none !important;
      margin: 40px auto 0 auto; }
      .index-products .swiper-pagination .swiper-pagination-bullet-active {
        background: var(--green); }
  .index-products-bottompic {
    display: none; }
  .index-products-box {
    padding: 0 30px;
    transition: none; }
    .index-products-box * {
      transition: none; }
    .index-products-box figure {
      margin: 0 auto;
      opacity: 1;
      transition: .3s; }
      .index-products-box figure .pic {
        transform: none;
        transition: none; }
    .index-products-box .title {
      font-size: 1.125rem;
      margin-top: 15px; }
    .index-products-box.swiper-slide-active {
      opacity: 1;
      transform: none; }
      .index-products-box.swiper-slide-active figure {
        opacity: 1; }
        .index-products-box.swiper-slide-active figure .pic {
          transform: none; }
      .index-products-box.swiper-slide-active .title {
        color: #1b365d;
        font-weight: 400;
        margin-top: 15px;
        margin-bottom: 0; }
  .index-application {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  .application-bigpic {
    width: 100%; }
  .application-thumbs {
    width: 100%;
    position: static;
    /* margin-bottom: 20px;  */
    background: #000;
    padding: 10px 0;
  }
    .application-thumbs::after {
      display: none; }
    .application-thumbs .swiper-wrapper {
      justify-content: flex-start; }
    .application-thumbs .swiper-slide {
      width: auto;
      margin-bottom: 0; }
      .application-thumbs .swiper-slide .title {
        color: #fff;
        padding-right: 0;
        padding: 0; }
        .application-thumbs .swiper-slide .title::after {
          display: none; }
  .index-about {
    display: block; }
  .index-about-pic {
    width: 100%; }
  .index-about-content {
    width: 100%;
    padding: 40px 25px 80px 25px; }
    .index-about-content .strokeText {
      bottom: -60px; } }

@media (max-width: 768px) {
  .index-products-box {
    padding: 0 15px; }
  .index-news {
    padding: 40px 0;
    flex-wrap: wrap;
    background-image: url(../images/bg_green.jpg); }
    .index-news .index-news-btn {
      display: none; }
  .index-news-info {
    width: 100%;
    padding: 0 20px; }
    .index-news-info .index-news-more {
      display: none; }
  .index-news-filter-btn ul {
    display: flex;
    flex-wrap: wrap; }
    .index-news-filter-btn ul li {
      margin-right: 10px;
      font-weight: 400; }
      .index-news-filter-btn ul li.swiper-active a {
        background: var(--blue);
        color: #fff; }
    .index-news-filter-btn ul a {
      display: block;
      color: var(--black);
      background: #fff;
      padding: 6px 10px;
      font-size: 16px; }
  .index-news-slider {
    width: 100%;
    padding: 20px; } }

@media (max-width: 640px) {
  .index-banner .swiper-other-control {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    transform: none; }
  .index-banner .image-slider__fraction {
    color: var(--black);
    display: flex;
    line-height: 1;
    flex-direction: initial; }
    .index-banner .image-slider__fraction .image-slider__current {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none;
      border-right: 1px solid #ccc;
      margin-right: 10px;
      padding-right: 10px; }
  .index-banner .swiper-button-block {
    display: flex;
    margin-top: 0;
    margin-left: 15px; }
  .index-banner .swiper-button-next,
  .index-banner .swiper-button-prev {
    color: #aaa; }
    .index-banner .swiper-button-next:hover:after,
    .index-banner .swiper-button-prev:hover:after {
      color: var(--blue); }
  .index-banner .swiper-button-prev::after {
    content: "\f137"; }
  .index-banner .swiper-button-next {
    margin-top: 0;
    margin-left: 10px; }
    .index-banner .swiper-button-next::after {
      content: "\f138"; }
  .index-products-box {
    padding: 0 20px; }
  .index-products {
    padding: 30px 0 40px 0; }
    .index-products .bigText {
      font-size: 60vw; }
      .index-products .bigText.phone {
        font-size: 2.25rem;
        letter-spacing: 2px; }
  .index-about-content .strokeText {
    bottom: -30px; }
  .index-about-content::after {
    width: 60px;
    height: 60px; }
  .application-thumbs {
    border-top: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 0; }
    .application-thumbs .swiper-slide .title:after {
      display: block;
      transform: none;
      border: none;
      top: initial;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%); } 
      .index-banner .swiper-pagination{
       display: none;
      }

  }

@media (max-width: 480px) {
  .index-about-content {
    padding: 40px 25px 50px 25px; }
    .index-about-content .strokeText {
      bottom: -10px; }
      .index-about-content .strokeText .text {
        display: block;
        -webkit-text-stroke: .5px #e5e5e5;
        text-stroke: .5px #e5e5e5;
        color: transparent;
        font-size: 30vw;
        font-weight: 900;
        position: absolute;
        left: 2px;
        bottom: -85px;
        /* transform: translateX(-50%); */
        letter-spacing: 4px;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none; }
      .index-about-content .strokeText .pic {
        display: none; }
  .index-products .bigText.phone {
    font-size: 2rem; }
  .index-news-box {
    --space: 15px; }
  .index-news-info .index-news-title {
    font-size: 2rem; }
  .index-about-content .title .word {
    font-size: 2rem; } }

@media (max-width: 375px) {
  .index-about-content .strokeText .text {
    bottom: -75px; } }

@media (max-width: 320px) {
  .index-about-content .strokeText .text {
    bottom: -65px; } }

/*========= about ==========*/
/*========== about mobile ==========*/
/*========= contact ==========*/
.page-article-content-group.contact {
  align-items: flex-start;
  flex-wrap: wrap; }

.contact-info-block {
  background: url(../images/bg_white.jpg);
  padding: 70px 40px 180px 40px;
  width: calc(450/ 1600 * 100%);
  position: relative; }
  .contact-info-block .company-name {
    font-weight: bold;
    color: var(--green);
    font-size: 1.5rem;
    text-align: center; }
  .contact-info-block .company-sector {
    font-weight: 500;
    color: var(--blue);
    font-size: 1.375rem;
    text-align: center; }
  .contact-info-block .swiper-wrapper {
    overflow: hidden;
    position: relative; }
  .contact-info-block .swiper-button-block {
    --swiper-navigation-size: 15px;
    --swiper-navigation-color: #1b365d;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 200px;
    border-radius: 50px 0 0 50px;
    display: flex;
    font-weight: bold;
    padding: 22px 35px; }
    .contact-info-block .swiper-button-block .swiper-button-prev,
    .contact-info-block .swiper-button-block .swiper-button-next {
      position: static;
      margin: 0; }
      .contact-info-block .swiper-button-block .swiper-button-prev:hover:after,
      .contact-info-block .swiper-button-block .swiper-button-next:hover:after {
        color: var(--green); }
    .contact-info-block .swiper-button-block .swiper-button-prev::after {
      content: "\f104";
      display: block;
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      font-size: 1.25rem;
      transition: .3s; }
    .contact-info-block .swiper-button-block .swiper-button-next {
      margin-left: 30px; }
    .contact-info-block .swiper-button-block .swiper-button-next::after {
      content: "\f105";
      display: block;
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      font-size: 1.25rem;
      transition: .3s; }

.contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
  padding-top: 40px;
  margin-top: 50px; }
  .contact-info > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .contact-info::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(90deg, #626262, #626262 6px, transparent 6px, transparent 12px); }
  .contact-info li {
    color: var(--black); }
    .contact-info li .title {
      display: flex;
      align-items: center;
      font-size: 1.25rem;
      font-weight: 600; }
      .contact-info li .title .pic {
        width: 18px;
        height: 18px; }
        .contact-info li .title .pic img {
          max-width: 100%;
          max-height: 100%;
          display: block;
          margin: auto; }
      .contact-info li .title span {
        display: inline-block;
        margin-left: 10px; }
    .contact-info li .txt {
      font-size: 1.1875rem; }
      .contact-info li .txt a {
        color: var(--black); }
        .contact-info li .txt a:hover {
          color: var(--green); }
    .contact-info li:not(:last-child) {
      margin-bottom: 20px; }

.contact-form {
  width: calc(1150 / 1600 * 100%);
  padding-left: 40px; }

/*========== contact mobile ==========*/
@media (max-width: 1440px) {
  .contact-info-block {
    padding: 40px 30px 100px 30px; }
    .contact-info-block .swiper-button-block {
      bottom: 30px;
      padding: 16px 25px;
      width: 180px; }
  .contact-info {
    padding-top: 30px;
    margin-top: 40px;
    width: calc(100% - 20px); } }

@media (max-width: 1280px) {
  .contact-info-block {
    padding: 30px 20px 80px 20px; }
    .contact-info-block .company-name {
      font-size: 1.25rem; }
    .contact-info-block .company-sector {
      font-size: 1.125rem; }
    .contact-info-block .swiper-button-block {
      bottom: 20px;
      padding: 12px 15px 12px 20px;
      width: 160px; }
      .contact-info-block .swiper-button-block .swiper-button-next {
        margin-left: 20px; }
      .contact-info-block .swiper-button-block .swiper-button-prev::after {
        font-size: 1.125rem; }
      .contact-info-block .swiper-button-block .swiper-button-next::after {
        font-size: 1.125rem; }
  .contact-info {
    width: 100%;
    padding-top: 20px;
    margin-top: 20px; }
    .contact-info li .title {
      font-size: 1.0625rem; }
    .contact-info li .txt {
      font-size: 1rem; }
    .contact-info li:not(:last-child) {
      margin-bottom: 15px; } }

@media (max-width: 960px) {
  .contact-info-block {
    width: 100%; }
  .contact-form {
    width: 100%;
    padding-left: 0;
    margin-top: 40px; } }

/*========= cross reference ==========*/
/*========== cross reference mobile ==========*/
/*========= distributor ==========*/
.distributor-map .map img {
  display: block;
  max-width: 100%;
  margin: auto; }

.distributor-table:not(:last-child) {
  margin-bottom: 60px; }

.distributor-table .t1 {
  width: 300px; }

.distributor-map-group{
  display: flex;
  flex-wrap: wrap;
}

.distributor-map{
  width: calc(100% - 260px);
  padding-right: 40px;
}
.distributor-map-list{
  width: 260px;
  border-radius: 8px;
  overflow: hidden;
  background: url(../images/bg_white2.jpg);
}
.distributor-map-list-title{
  color: #fff;
  background: url(../images/bg_green.jpg);
  
  font-size: 1.1875rem;
  display: block;
  padding: 15px 25px;
  line-height: 1;
  font-weight: bold;
}
.distributor-map-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 20px 25px;
    overflow: auto;
  }
.distributor-map-list ul li{}
.distributor-map-list ul li a{
  color: #535353;
  display: block;
}

.distributor-map-list ul li a:hover{
  color: var(--green);
}
.distributor-map-list ul li:not(:last-child){
  margin-bottom: 10px;
  border-bottom: 1px dashed #bbb;
  padding-bottom: 10px;
}
/*========== distributor mobile ==========*/
@media (max-width: 1280px) {
  .distributor-table .t1 {
    width: 200px; } 

  .distributor-map{
    width: calc(100% - 220px);
    padding-right: 20px;
  }
  .distributor-map-list ul{
    padding: 10px 15px;
    font-size: .9375rem /* 15/16 */;
  }
  .distributor-map-list ul li:not(:last-child){
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .distributor-map-list{
    width: 220px;
  }
  .distributor-map-list-title{
    font-size: 1rem;
    padding:12px 15px;
  }
}
@media (max-width: 1024px) {
  .distributor-map-group{
    display: none;
  }
}

@media (max-width: 960px) {
  .distributor-table:not(:last-child) {
    margin-bottom: 40px; } }

@media (max-width: 640px) {
  .distributor-table:not(:last-child) {
    margin-bottom: 20px; }
  .distributor-table .t1 {
    width: 150px; }
  .distributor-map {
    display: none; } }

@media (max-width: 480px) {
  .distributor-table table thead th {
    display: block; }
  .distributor-table .t1 {
    display: none; }
  .distributor-table .t2 {
    width: 100%; } }

/*========= product ==========*/
.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px; }

.product-box {
  width: calc((100% - (35px * 2)) / 3); }
  .product-box a {
    display: block; }
    .product-box a:hover figure .pic img {
      transform: scale(1.2); }
  .product-box figure {
    margin: 0;
    padding: 0; }
    .product-box figure .pic {
      position: relative;
      padding-bottom: 100%;
      text-align: center;
      overflow: hidden;
      height: 0; }
      .product-box figure .pic img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        display: block;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .product-box figure .pic iframe,
      .product-box figure .pic object,
      .product-box figure .pic embed {
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      .product-box figure .pic img {
        transition: .3s; }
  .product-box .content {
    margin-top: 25px;
    max-height: 245px;
    overflow: auto; }
  .product-box .pro-name {
    font-size: 1.1875rem;
    color: var(--blue); }
  .product-box .info-group {
    color: #231815; }
    .product-box .info-group .unreset {
      line-height: 1.3; }
  .product-box .info-row {
    margin-top: 5px; }
    .product-box .info-row .title {
      font-size: 1.0625rem; }
    .product-box .info-row .txt {
      color: #535353;
      font-weight: 300;
      line-height: 1.4; }

.product-detail-flex {
  display: flex;
  flex-wrap: wrap; }

.product-detail-pic-block {
  width: 600px; }

.product-detail-info-block {
  width: calc(100% - 660px);
  padding-left: 60px; }

.product-pic-block figure {
  margin: 0;
  padding: 0; }
  .product-pic-block figure .pic {
    position: relative;
    padding-bottom: 100%;
    text-align: center;
    overflow: hidden;
    height: 0; }
    .product-pic-block figure .pic img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .product-pic-block figure .pic iframe,
    .product-pic-block figure .pic object,
    .product-pic-block figure .pic embed {
      position: absolute;
      display: block;
      margin: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.product-bigpic .swiper-button-prev,
.product-bigpic .swiper-button-next {
  transition: .3s; }

.product-bigpic .swiper-button-prev {
  left: -100%; }

.product-bigpic .swiper-button-next {
  right: -100%; }

.product-bigpic .swiper-button-next:after,
.product-bigpic .swiper-button-prev:after {
  color: var(--blue); }

.product-bigpic:hover .swiper-button-prev {
  left: 10px; }

.product-bigpic:hover .swiper-button-next {
  right: 10px; }

.product-smallpic {
  margin-top: 35px; }
  .product-smallpic .swiper-slide figure .pic {
    cursor: pointer; }
    .product-smallpic .swiper-slide figure .pic:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: rgba(27, 54, 93, 0.5);
      opacity: 1;
      transition: 0.3s; }
  .product-smallpic .swiper-slide-thumb-active figure .pic:after {
    opacity: 0; }

.products-info-list {
  max-height: 630px;
  overflow: auto; }
  .products-info-list::-webkit-scrollbar {
    /* 1 */
    width: 5px;
    background: transparent; }
  .products-info-list::-webkit-scrollbar-button {
    /* 2 */
    display: none;
    background: transparent; }
  .products-info-list::-webkit-scrollbar-track {
    /* 3 */
    background: #d5d6d5; }
  .products-info-list::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #5aad47 0%, #deecd3 100%);
    border-radius: 5px; }

.products-info-box {
  display: flex;
/*   align-items: center;  */
}
  .products-info-box figure {
    margin: 0;
    padding: 0;
    width: 65px;
    height: 70px; }
    .products-info-box figure .pic img {
      display: block;
      width: 100%;
      margin: auto; }
  .products-info-box .content {
    padding-left: 20px;
    flex: 1; }
    .products-info-box .content .tt {
      color: #231815;
      font-size: 1.25rem; }
    .products-info-box .content .unreset {
      line-height: 1.3; }
      .products-info-box .content .unreset > *:last-child {
        margin-bottom: 0; }
  .products-info-box:not(:last-child) {
    margin-bottom: 25px; }

.product-detail-table-block {
  width: 100%;
  margin-top: 80px;
  overflow: auto; }
  .product-detail-table-block table {
    /* min-width: 1200px;  */
    
  }
  .product-detail-table-block td {
    text-align: center; }
  .product-detail-table-block tbody tr:nth-child(even) td {
    background: #f4f4f4; }
.product-detail-table-block tr td:nth-child(1){
/*   word-wrap:break-word; */
  white-space:nowrap;
}

.product-detail-tab-block {
  width: 100%;
  margin-top: 80px; }
  .product-detail-tab-block .tabs-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .product-detail-tab-block .tabs {
    width: calc(100% - 200px);
    overflow: hidden; }
    .product-detail-tab-block .tabs ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .product-detail-tab-block .tabs ul > li {
        list-style: none;
        margin: 0;
        padding: 0; }
    .product-detail-tab-block .tabs li {
      width: auto; }
      .product-detail-tab-block .tabs li a {
        display: block;
        padding: 10px 20px;
        font-size: 1.125rem;
        color: var(--black);
        border: 1px solid #d5d5d5;
        border-bottom-color: transparent;
        border-radius: 5px 5px 0 0;
        width: max-content; }
      .product-detail-tab-block .tabs li:not(:first-child) {
        margin-left: -1px; }
      .product-detail-tab-block .tabs li.active {
        z-index: 1; }
        .product-detail-tab-block .tabs li.active a {
          border-color: var(--blue);
          position: relative;
          border-bottom-color: #fff; }
  .product-detail-tab-block .tabs-content {
    border-top: 1px solid var(--blue);
    margin-top: -1px; }
  .product-detail-tab-block .tabs-show {
    padding: 40px 0; }
  .product-detail-tab-block .arrow-box {
    width: 200px;
    text-align: right; }
    .product-detail-tab-block .arrow-box .arrow {
      font-size: 17px;
      color: #231815;
      line-height: 1; }
      .product-detail-tab-block .arrow-box .arrow i {
        color: var(--green);
        font-size: 0.75rem;
        margin: 0 10px; }
      .product-detail-tab-block .arrow-box .arrow:not(:last-child) {
        border-right: 1px solid #d5d5d5; }
      .product-detail-tab-block .arrow-box .arrow.prev {
        padding-right: 10px; }
      .product-detail-tab-block .arrow-box .arrow.next {
        padding-left: 10px; }

.product-search-form .form-title {
  width: 100%;
  color: #231815;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 10px; }
  .product-search-form .form-title:not(:first-child) {
    margin-top: 20px; }

.product-search-form .btn-list {
  width: 100%;
  justify-content: center;
  margin-top: 60px; }

.product-search-form + div {
  margin-top: 80px; }

.product-search-form .SumoSelect {
  width: 100%; }

.product-search-form .SumoSelect > .CaptionCont {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  padding: 7px 20px;
  height: 42px;
  overflow: hidden; }

.product-search-form .SumoSelect:focus > .CaptionCont,
.product-search-form .SumoSelect:hover > .CaptionCont,
.product-search-form .SumoSelect.open > .CaptionCont {
  box-shadow: none;
  border-color: var(--green); }

.product-search-form .SumoSelect > .CaptionCont > span.placeholder {
  font-style: normal; }

.product-search-form .SumoSelect > .CaptionCont > span.placeholder {
  width: 100%; }

.product-search-form .SumoSelect > .CaptionCont > label {
  width: 50px;
  background: #fff url(../images/select_arrow.jpg) right no-repeat; }

.product-search-form .SumoSelect > .CaptionCont > label > i {
  display: none; }

.product-search-form .SumoSelect.open > .optWrapper {
  top: 41px; }

/*========== product mobile ==========*/
@media (max-width: 1600px) {
  .product-detail-pic-block {
    width: 500px; }
  .product-detail-info-block {
    width: calc(100% - 500px);
    padding-left: 40px; }
  .products-info-list {
    max-height: 480px; } }

@media (max-width: 1440px) {
  .product-detail-pic-block {
    width: 400px; }
  .product-detail-info-block {
    width: calc(100% - 400px);
    padding-left: 40px; }
  .products-info-list {
    max-height: 400px; }
  .products-info-box figure {
    width: 50px;
    height: 54px; }
  .products-info-box:not(:last-child) {
    margin-bottom: 10px; } 
    .product-detail-table-block table td {
      padding: 10px;
    }
  }

@media (max-width: 1280px) {
  .product-detail-pic-block {
    width: 320px; }
  .product-detail-info-block {
    width: calc(100% - 320px);
    padding-left: 30px; }
  .products-info-list {
    max-height: 400px; }
  .products-info-box {
    align-items: flex-start; }
    .products-info-box figure {
      width: 45px;
      height: 48px; }
    .products-info-box:not(:last-child) {
      margin-bottom: 10px; }
  .product-smallpic {
    margin-top: 20px; }
  .product-detail-table-block {
    margin-top: 60px; }
  .product-detail-tab-block {
    margin-top: 60px; }
  .product-detail-tab-block .tabs li a {
    padding: 10px 15px; } }

@media (max-width: 960px) {
  .product-bigpic .swiper-button-prev {
    left: 0;
    background: var(--blue); }
  .product-bigpic .swiper-button-next {
    right: 0;
    background: var(--blue); }
  .product-bigpic .swiper-button-next:after,
  .product-bigpic .swiper-button-prev:after {
    color: #fff;
    font-size: 24px;
    font-weight: bold; }
  .product-bigpic:hover .swiper-button-prev {
    left: 0; }
  .product-bigpic:hover .swiper-button-next {
    right: 0; }
  .product-detail-table-block {
    margin-top: 40px; }
  .product-detail-tab-block {
    margin-top: 40px; }
    .product-detail-tab-block .tabs-btn {
      display: block; }
    .product-detail-tab-block .tabs {
      width: 100%; }
      .product-detail-tab-block .tabs li a {
        padding: 8px 10px;
        font-size: 1rem; }
    .product-detail-tab-block .arrow-box {
      width: 100%;
      margin: 15px 0;
      text-align: center; }
  .product-search-form .form-title {
    font-size: 1.25rem; } 
    .product-detail-table-block table th {
      font-size: .875rem /* 14/16 */;
    }
    .product-detail-table-block table td {
      font-size: .875rem /* 14/16 */;
    }
  }

@media (max-width: 768px) {
  .product-list {
    gap: 15px; }
  .product-box {
    width: calc((100% - (15px * 1)) / 2); }
  .product-detail-pic-block {
    width: 400px;
    max-width: 100%;
    margin: auto; }
  .product-detail-info-block {
    width: 100%;
    padding-left: 0;
    margin-top: 40px; }
  .products-info-list {
    max-height: initial; }
  .products-info-box {
    align-items: flex-start; }
    .products-info-box figure {
      width: 50px;
      height: 54px; } }

@media (max-width: 640px) {
  .product-smallpic {
    width: 300px;
    max-width: 100%;
    margin: auto;
    margin-top: 20px; }
  .product-detail-table-block table td {
    padding: 8px 5px; }
  .product-detail-table-block table thead th {
    padding: 12px 5px; }
  .product-detail-tab-block .tabs ul > li {
    margin-bottom: 10px; }
  .product-detail-tab-block .tabs li a {
    padding: 5px 10px;
    font-size: 0.9375rem;
    border: none;
    background: #eee;
    border-radius: 5px; }
  .product-detail-tab-block .tabs li:not(:first-child) {
    margin-left: 0; }
  .product-detail-tab-block .tabs li:not(:last-child) {
    margin-right: 10px; }
  .product-detail-tab-block .tabs li.active a {
    background: var(--blue);
    color: #fff; } }

@media (max-width: 480px) {
  .product-list {
    gap: 15px 0; }
  .product-box {
    width: 100%; }
    .product-box .content {
      max-height: initial;
      margin-top: 15px; } }

@media (max-width: 375px) {
  .products-info-box figure {
    width: 45px;
    height: 48px; }
  .products-info-box .content {
    padding-left: 15px; } }

/*========= download ==========*/
/*========== download mobile ==========*/
/*========= ESG ==========*/
/*========== esg mobile ==========*/
/*========= investor relations ==========*/
/*========== investor relations mobile ==========*/
/*========= news ==========*/
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px; }
  .news-list .news-box {
    width: calc(100% / 3);
    padding: 18px; }

.news-box a {
  background: url(../images/bg_white2.jpg);
  padding: 10px;
  display: block; }
  .news-box a:hover {
    background: var(--blue); }
    .news-box a:hover .content > * {
      color: #fff; }

.news-box figure {
  margin: 0; }
  .news-box figure .pic {
    position: relative;
    padding-bottom: calc(243/370*100%);
    text-align: center;
    overflow: hidden;
    height: 0; }
    .news-box figure .pic img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .news-box figure .pic iframe,
    .news-box figure .pic object,
    .news-box figure .pic embed {
      position: absolute;
      display: block;
      margin: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.news-box .content {
  padding: 5px;
  margin-top: 5px; }
  .news-box .content .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: var(--blue);
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 5px;
    margin-bottom: 10px; }
  .news-box .content .title {
    font-size: 1.1875rem;
    color: var(--black);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .news-box .content .txt {
    font-size: 1.0625rem;
    color: #535353;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.related-news-block {
  margin-top: 60px;
  padding-bottom: 1px; }

.related-news-title {
  color: var(--blue);
  font-weight: 500;
  font-size: 1.125rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 60px;
  padding: 10px; }

.related-news-box a {
  display: flex; }

.related-news-box figure {
  width: 230px;
  margin: 0; }
  .related-news-box figure .pic {
    position: relative;
    padding-bottom: calc(243/370*100%);
    text-align: center;
    overflow: hidden;
    height: 0; }
    .related-news-box figure .pic img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .related-news-box figure .pic iframe,
    .related-news-box figure .pic object,
    .related-news-box figure .pic embed {
      position: absolute;
      display: block;
      margin: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.related-news-box .content {
  width: calc(100% - 230px);
  border: 1px solid #d5d5d5;
  padding: 10px 20px; }
  .related-news-box .content .title {
    color: var(--black);
    font-size: 1.0625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    font-weight: 500; }
  .related-news-box .content .txt {
    color: #535353;
    font-size: 1.0625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    margin-top: 5px; }
  .related-news-box .content .more {
    color: #535353;
    font-size: 1.0625rem;
    position: relative;
    font-weight: 300;
    text-align: right;
    margin-top: 10px; }
    .related-news-box .content .more:after {
      content: "\f0da";
      display: inline-block;
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      margin-left: 8px;
      color: var(--green); }

/*========== news mobile ==========*/
@media (max-width: 1440px) {
  .related-news-box figure {
    width: 180px; }
  .related-news-box .content {
    width: calc(100% - 180px); } }

@media (max-width: 1280px) {
  .news-list {
    margin: 0 -10px; }
    .news-list .news-box {
      padding: 10px; }
  .news-box .content {
    margin-top: 0; }
    .news-box .content .info {
      padding: 5px;
      font-size: 0.9375rem; }
    .news-box .content .title {
      font-size: 1.0625rem; }
    .news-box .content .txt {
      font-size: 0.9375rem; }
  .related-news-box figure {
    width: 140px; }
  .related-news-box .content {
    width: calc(100% - 140px);
    padding: 10px 15px; }
    .related-news-box .content .title {
      font-size: 1rem; }
    .related-news-box .content .txt {
      font-size: 1rem; }
    .related-news-box .content .more {
      font-size: 1rem; } }

@media (max-width: 960px) {
  .related-news-block {
    margin-top: 40px; }
  .related-news-title {
    margin-bottom: 40px; } }

@media (max-width: 640px) {
  .news-list .news-box {
    width: calc(100% / 2); }
  .related-news-block {
    margin-top: 30px; }
  .related-news-title {
    margin-bottom: 30px; }
  .related-news-box figure {
    width: 100px; }
  .related-news-box .content {
    width: calc(100% - 100px);
    padding: 5px 10px; }
    .related-news-box .content .title {
      font-size: 0.9375rem; }
    .related-news-box .content .txt {
      font-size: 0.9375rem; }
    .related-news-box .content .more {
      font-size: 0.9375rem;
      margin-top: 5px; } }

@media (max-width: 480px) {
  .news-list {
    margin: 0; }
    .news-list .news-box {
      padding: 0;
      margin-bottom: 20px;
      width: 100%; }
  .news-box a {
    display: flex; }
  .news-box figure {
    width: 100px; }
  .news-box .content {
    width: calc(100% - 100px);
    padding: 0;
    padding-left: 12px; }
    .news-box .content .info {
      padding: 5px 0;
      margin-bottom: 5px; }
  .related-news-box a {
    flex-wrap: wrap; }
  .related-news-box figure {
    width: 100%; }
  .related-news-box .content {
    width: 100%;
    padding: 15px; } }

@media (max-width: 320px) {
  .news-box a {
    flex-wrap: wrap; }
  .news-box figure {
    width: 100%; }
  .news-box .content {
    width: 100%;
    padding-left: 0;
    padding-top: 12px; } }


/* 編輯器表格樣式 */

.article-content-table-style{}

.article-content-table-style table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .article-content-table-style table td {
    border: 1px solid #d7d7d7;
    padding: 14px 40px;
    color: #535353; }
  .article-content-table-style table th {
    background: #5bb647;
    font-weight: 500;
    color: #fff;
    padding: 17px 10px;
    border: 1px solid #d7d7d7;
    line-height: 1;
    text-align: center; }

.article-content-table-style{
  overflow: auto; }
  .article-content-table-style table {
    min-width: 800px; 
  } 
  .article-content-table-style table a{
  color: #5bb647;
  text-decoration: underline;
}
.article-content-table-style table a:hover{
  color: #222;
}

@media (max-width: 960px) {
  .article-content-table-style table td {
    padding: 10px 15px;
  }
}


/* 20250507  */
.product-list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }

.product-box2 {
/*   width: calc((100% - (35px * 2)) / 3);  */
  width: 100%;
  display: flex;
}
  .product-box2 > a {
    display: block; 
    width: 20%;
  }
    .product-box2 > a:hover figure .pic img {
      transform: scale(1.2); }
  .product-box2 figure {
    margin: 0;
    padding: 0; }
    .product-box2 figure .pic {
      position: relative;
      padding-bottom: 100%;
      text-align: center;
      overflow: hidden;
      height: 0; }
      .product-box2 figure .pic img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        display: block;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .product-box2 figure .pic iframe,
      .product-box2 figure .pic object,
      .product-box2 figure .pic embed {
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
      .product-box2 figure .pic img {
        transition: .3s; }
  .product-box2 .content {
    width: 80%;
    padding-left: 30px;
/*     margin-top: 15px; */
/*     max-height: 245px; */
/*     overflow: auto;  */
  }
  .product-box2 .pro-name {
    font-size: 1.5rem;
    color: var(--blue); 
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .product-box2 .info-group {
    color: #231815; }
    .product-box2 .info-group .unreset {
      line-height: 1.3; }
  .product-box2 .info-row {
    margin-top: 5px; }
    .product-box2 .info-row .title {
      font-size: 1.0625rem; }
    .product-box2 .info-row .txt {
      color: #535353;
      font-weight: 300;
      line-height: 1.4; }

      .product-box2 .content .info-group{
        display: flex;
        flex-wrap: wrap;
        gap: 0 20px;
      }
      .product-box2 .content .info-group p{
        width: calc( (100% - (20px * 2) ) / 3 );
        margin: 0;
        margin-bottom: 20px;
      }

  @media (max-width: 768px) {
      .product-box2 {
        width: calc((100% - 30px) / 2 );
        flex-wrap: wrap;
      }
      .product-box2 > a {
        width: 100%;
        margin-bottom: 30px;
      }
      .product-box2 .content {
        width: 100%;
        padding-left: 10px;
      }
      .product-box2 .content .info-group p{
        width: 100%;
      }
  } 

  @media (max-width: 480px) {
    .product-box2 {
      width: 350px;
      max-width: 100%;
      margin: auto;
    }
    .product-box2 > a {
      margin-bottom: 20px;
    }
    .product-box2 .content .info-group p{
      margin-bottom: 10px;
    }
  }



.product-grouplist{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.product-groupbox{
  width: calc((100% - 90px) / 4);
}

.product-groupbox a{
  display: block;
}

.product-groupbox a:hover figure{
  background: var(--green);
}

.product-groupbox figure{
  margin: 0;
  padding: 0;
  padding: 20px;
  background: #eee;
  transition: .3s;
}
.product-groupbox figure .pic{
  position: relative;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  height: 0;
  background: #fff;
}
.product-groupbox figure .pic img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

.product-groupbox .title{
  color: #333;
  text-align: center;
  margin-top: 20px;
  font-size: 1.1875rem;
}

  @media (max-width: 960px) {
    .product-groupbox{
      width: calc((100% - 60px) / 3);
    }
  }

  @media (max-width: 640px) {
    .product-grouplist{
      gap: 20px;
    }
    .product-groupbox{
      width: calc((100% - 20px) / 2);
    }
    .product-groupbox figure{
      padding: 15px;
    }
    .product-groupbox .title{
      font-size: 1rem;
    }
  }
  @media (max-width: 480px) {
    .product-groupbox{
      width: 350px;
      max-width: 100%;
      margin: auto;
    }
  }


  .distributor-openinfo .icon-close{
    position: absolute;
    right: -15px;
    top: -15px;
    background: #535353;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    transition: .3s;
    cursor: pointer;
  }
  .distributor-openinfo .icon-close:hover{
    background: #fff;
    color: #535353;
  }
  .distributor-table.distributor-table2 {
    padding: 20px;
    max-width: 800px;
    margin: auto;
  }
  .distributor-table.distributor-table2 .t1{
    width: 150px;
  }

  .distributor-openinfo.detail{
    margin: 2% 0;
  }

  .distributor-back-btn{
    margin-bottom: 5%;
    text-align: center;
  }
  .distributor-back-btn a{
    display: inline-block;
    border: 1px solid var(--blue);
    border-radius: 5px;
    font-size: 1.125rem;
    padding: 6px 25px;
    color: var(--blue);
  }
  .distributor-back-btn a:hover{
    background: var(--blue);
    color: #fff;
  }


.footer-sns{
  margin-bottom: 10px;
}

.footer-sns ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  justify-content: end;
}
.footer-sns ul li{
  width: 30px;
  height: 30px;
  transition: .4s;
}
.footer-sns ul li:hover{
  transform: scale(1.2);
}
.footer-sns ul li a{
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-sns ul li a i{}

.footer-sns ul li.facebook a{
  background: #1877f2;

}
.footer-sns ul li.instagram a{
  background: url(../images/footer_instagram_bg.svg) no-repeat;
  font-size: 1.2rem;
}
.footer-sns ul li.linkedin a{
  background: #0a66c2;
}
.footer-sns ul li.youtube a{
  background: #ff0000;
}

@media (max-width: 960px) {
  .footer-sns{
    margin-top: 20px;
  }
  .footer-sns ul{
    justify-content: center;
  }
}


.index-main .page-container{
  position: relative;
  z-index: 1;
}
.index-main .mouse-icon{
  
}
.index-main .mouse-icon a{
  background: #000;
  position: absolute;
  left: 100px;
  bottom: 30px;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.index-main .mouse {
  width: 28px;
  height: 40px;
  border: 2px solid #fff;
  margin: 0 auto;
  border-radius: 30px;
}
.index-main .mouse .mouse-wheel {
  overflow: hidden;
  margin-top: 5px;
}
.index-main .mouse .mouse-wheel span {
  display: block;
  margin: 5px auto;
  width: 5px;
  height: 5px;
}
.index-main .mouse .mouse-wheel span.wheel {
  border: 2px solid #ecf0f1;
  border-radius: 5px;
  width: 0;
}
.index-main .mouse .mouse-wheel span.arrow {
  border-bottom: 2px solid #ecf0f1;
  border-right: 2px solid #ecf0f1;
  transform: rotate(45deg);
  -webkit-animation: scrollDown;
          animation: scrollDown;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes scrollDown {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }
  50% {
    opacity: 0;
    transform: translateY(5px) rotate(45deg);
  }
  75% {
    opacity: 0;
    transform: translateY(0) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes scrollDown {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }
  50% {
    opacity: 0;
    transform: translateY(5px) rotate(45deg);
  }
  75% {
    opacity: 0;
    transform: translateY(0) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }
}

@media (max-width: 960px) {
  .mouse-icon{
    display: none;
  }
}


.index-application-title{
   background: #000;
    padding: 40px 0 20px 0;
}

.index-application-title .title{
  text-align: center;
  color: #fff;
  font-size: 3rem;
}

@media (max-width: 1440px) {
  .index-application-title .title{
    font-size: 2.25rem;
    font-weight: bold;
  }
}
@media (max-width: 960px) {
  .index-application-title{
    order: 1;
  }
}
@media (max-width: 480px) {
   .index-application-title{
    padding: 20px 0;
   }
  .index-application-title .title{
    font-size: 2rem;
     
  }
}


/* 250903 */
.application-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px; }
  .application-list .application-box {
    width: calc(100% / 3);
    padding: 18px; }
.application-box a {
  /* background: url(../images/bg_white2.jpg); */
  border: 1px solid #ddd;
  padding: 10px;
  display: block; }
  .application-box a:hover {
    background: var(--blue); }
    .application-box a:hover .content > * {
      color: #fff; }

.application-box figure {
  margin: 0; }
  .application-box figure .pic {
    position: relative;
    padding-bottom: calc(243/370*100%);
    text-align: center;
    overflow: hidden;
    height: 0; }
    .application-box figure .pic img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .application-box figure .pic iframe,
    .application-box figure .pic object,
    .application-box figure .pic embed {
      position: absolute;
      display: block;
      margin: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.application-box .content {
  padding: 5px;
  margin-top: 5px; }
  .application-box .content .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: var(--blue);
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 5px;
    margin-bottom: 10px; }
  .application-box .content .title {
    font-size: 1.1875rem;
    color: var(--black);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .application-box .content .txt {
    font-size: 1.0625rem;
    color: #535353;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }


    @media (max-width: 1280px) {
  .application-list {
    margin: 0 -10px; }
    .application-list .application-box {
      padding: 10px; }
  .application-box .content {
    margin-top: 0; }
    .application-box .content .info {
      padding: 5px;
      font-size: 0.9375rem; }
    .application-box .content .title {
      font-size: 1.0625rem; }
    .application-box .content .txt {
      font-size: 0.9375rem; }
  }
@media (max-width: 640px) {
  .application-list .application-box {
    width: calc(100% / 2); }
}
@media (max-width: 480px) {
  .application-list {
    margin: 0; }
    .application-list .application-box {
      padding: 0;
      margin-bottom: 20px;
      width: 100%; }
  .application-box a {
    display: flex; }
  .application-box figure {
    width: 100px; }
  .application-box .content {
    width: calc(100% - 100px);
    padding: 0;
    padding-left: 12px; }
    .application-box .content .info {
      padding: 5px 0;
      margin-bottom: 5px; }
   }

@media (max-width: 320px) {
  .application-box a {
    flex-wrap: wrap; }
  .application-box figure {
    width: 100%; }
  .application-box .content {
    width: 100%;
    padding-left: 0;
    padding-top: 12px; } }