@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
:root {
  --blue: #133c80;
  --hovblue:#2e59a3 ;
  --dablue:#0278a1;
  --liblue:#1a90ee;
  --hovbluebg:#5fb2f3;


}


@media (max-width: 991px) {
  .pc-s{
    display: none !important;
  }
}
@media (min-width: 992px) {
  .mb-s{
    display: none !important;
  }
}


@media (min-width: 1440px) {
  .index-body .container{
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .index-body .container{
    max-width: 1600px;
  }
}



.pc-header{
  background-color: var(--liblue);
}

.header .header-nav .top-icon-list .top-icon-link a.have-dropdown{
  position: relative;
  min-width: 270px;
  padding-left: 50px;
}
.header .header-nav .top-icon-list .top-icon-link a.have-dropdown:before{
      font-family: 'Font Awesome 5 Free';
    content: "\f03a";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
        font-weight: bold;
        font-size: 18px;
}

.header .header-nav .top-icon-list .top-icon-link a.have-dropdown:after{
      font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
        font-weight: bold;
        font-size: 18px;
}
.header .header-nav .top-icon-list .top-icon-link .dropright a.have-dropdown{
  padding-left: 30px;
}
.header .header-nav .top-icon-list .top-icon-link .dropright a.have-dropdown:after{
  content: "\f054";
}
.header .header-nav .top-icon-list .top-icon-link a.have-dropdown:hover + .dropdown-menu{
  display: flex;
}


.header .header-nav .top-icon-list .top-icon-link .dropdown-menu{
  margin: 0;
  padding: 0;
  width: 100vw;
  max-width: 100%;
  right: 0px;
  left: 0px;
  top: calc(100% - 2px);
  flex-wrap: wrap;
  padding: 30px 10px;
  background-color: #FFF7EA;
}
.header .header-nav .top-icon-list .top-icon-link .dropright .dropdown-menu{
  top: 0px;
}
.header .header-nav .top-icon-list .top-icon-link .dropdown-menu:hover{
  display: flex;
  
}

.header .header-nav .top-icon-list .top-icon-link .dropdown-menu.header-dropmenu li.header-seccat{
  flex: 0 0 20%;
  padding-left: 5px;
  padding-right: 5px;
}




.header .header-nav .top-icon-list .top-icon-link .dropdown-menu a{
  color: #333333;
  position: relative;
}
.header .header-nav .top-icon-list .top-icon-link .dropdown-menu a:hover{
  color: #fff;
}



.header .header-nav .top-icon-list .top-icon-link .dropdown-menu .dropright  a:before{
  content: unset;
}

@media (max-width: 991px){
  .header .top-icon .logo{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header nav .nav li ul.show{
    display: block;
  }
  .header nav .nav .dropdown-menu{
    background: linear-gradient(270deg, #5A99E0 0%, #55BAD6 100%);
   background: -moz-linear-gradient(270deg, #5A99E0 0%, #55BAD6 100%);
   background: -webkit-linear-gradient(270deg, #5A99E0 0%, #55BAD6 100%);
   background: -o-linear-gradient(270deg, #5A99E0 0%, #55BAD6 100%);
    padding: 0px;
    margin: 0px;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  }
  .header nav .nav li ul li a:hover{
   background: linear-gradient(270deg, #5A99E0 0%, #55BAD6 100%);
   background: -moz-linear-gradient(270deg, #5A99E0 0%, #55BAD6 100%);
   background: -webkit-linear-gradient(270deg, #5A99E0 0%, #55BAD6 100%);
   background: -o-linear-gradient(270deg, #5A99E0 0%, #55BAD6 100%);
  }
} 

@media (max-width: 991px) {
  .header .header-nav {
    padding: 5px 0 0 0;
    height: 58px; } }

.header .top-icon .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4c3d39; 
}

.header .header-nav .top-icon-list .top-icon-link {
  position: unset; }
  .header .header-nav .top-icon-list .top-icon-link a {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 18px;
    border-radius: px;
    transition: .4s; 
    margin: 0 10px;
  }
    .header .header-nav .top-icon-list .top-icon-link a:hover,

  .header .header-nav .top-icon-list .top-icon-link.active a ,
  .header .header-nav .top-icon-list .top-icon-link.show a{
      text-decoration: underline;
      background-color: var(--hovbluebg);
    }
 .header .header-nav .top-icon-list .top-icon-link .dropdown-menu.header-dropmenu li.header-seccat a.header-secca-ti{
      background: #5A99E0;
      border-radius: 5px;
      color: #fff;
      text-align: center;
 }


.header .top-icon .top-icon-list2 .top-icon-link {
  margin-left: 12px;
  position: relative; }
  .header .top-icon .top-icon-list2 .top-icon-link a {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    opacity: 1;
    border-radius: 50%;
    background-color: #f1f1f1; 
    text-align: center
  }
    .header .top-icon .top-icon-list2 .top-icon-link a i {
      font-size: 17px;
      color: #2e59a3; 
      line-height: 32px;}
    .header .top-icon .top-icon-list2 .top-icon-link a:hover {
      opacity: .7; }
    .header .top-icon .top-icon-list2 .top-icon-link a .bag-number {
      position: absolute;
      min-width: 15px;
      height: 15px;
      background: red;
      color: #fff;
      right: 5px;
      bottom: 5px;
      border-radius: 20px;
      font-size: 10px;
      padding: 2px;
      text-align: center;
      line-height: 15px; }
  .header .top-icon .top-icon-list2 .top-icon-link .search-body {
    position: absolute;
    width: 245px;
    top: 40px;
    left: 0px;
    z-index: 1; }

.header .top-icon .other-links {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
  padding-top: 15px; }
  .header .top-icon .other-links li a {
    margin-right: 15px;
    background: #7ac9df;
    color: #fff;
    border-radius: 15px;
    padding: 5px 15px;
    display: block;
    opacity: .75; }
    .header .top-icon .other-links li a:hover {
      opacity: 1; }


.header .top-header .top-menu .mo-search {
  display: none; }

.header .top-header .top-menu .collapse li a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 25px;
  display: block; }
  .header .top-header .top-menu .collapse li a:hover {
    color: #fec600; }

.header .top-header .top-menu .collapse .top-icon-list .top-icon-link a {
  position: relative;
  display: block;
  padding: 15px;
  font-size: 18px; }
  .header .top-header .top-menu .collapse .top-icon-list .top-icon-link a .bag-number {
    position: absolute;
    min-width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    left: 75px;
    bottom: 5px;
    border-radius: 20px;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    line-height: 16px; }

@media (min-width: 1024px) {
  .header .top-header .top-menu .has-hover {
    position: relative; }
    .header .top-header .top-menu .has-hover:before {
      bottom: -6px;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: rgba(0, 54, 134, 0.9);
      border-width: 10px;
      margin-left: -10px;
      display: none;
      opacity: 0; }
    .header .top-header .top-menu .has-hover .hover-wrap {
      position: absolute;
      width: 100vw;
      top: 33px;
      left: 60%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      background: rgba(0, 54, 134, 0.9);
      z-index: 9;
      display: none;
      opacity: 0; } }
    @media (min-width: 1024px) and (min-width: 1200px) {
      .header .top-header .top-menu .has-hover .hover-wrap {
        left: -95%; } }

@media (min-width: 1024px) {
      .header .top-header .top-menu .has-hover .hover-wrap .hover-list {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 25px 0;
        border-bottom: 1px solid #fff; }
        .header .top-header .top-menu .has-hover .hover-wrap .hover-list:last-child {
          border: none; }
        .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-title {
          paddimg-left: 15px;
          width: 15%;
          text-align: left; }
          .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-title h4 {
            color: #fff; }
          .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-title h5 {
            color: #529dff;
            font-weight: bolder; }
        .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun {
          width: 85%; }
          .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li {
            width: 20%;
            margin: 0; }
            .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a {
              display: block;
              padding: 0 25px;
              border: none; }
              .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a .img-wrap {
                margin-bottom: 15px; }
                .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a .img-wrap .img-item {
                  padding-top: 60%; }
              .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a h4 {
                color: #fff;
                margin-bottom: 0;
                text-align: left; }
              .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a:hover .img-item {
                -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#FFFFFF)";
                /*IE 8*/
                -moz-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.7);
                /*FF 3.5+*/
                -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.7);
                /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
                box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.7);
                /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
                filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#FFFFFF);
                /*IE 5.5-7*/ }
    .header .top-header .top-menu .has-hover:hover .hover-wrap, .header .top-header .top-menu .has-hover:hover:before {
      display: block;
      opacity: 1; } }

.header .top-header .sec-top-menu li.have_nav_ul .nav-link {
  position: relative; }
  .header .top-header .sec-top-menu li.have_nav_ul .nav-link::after {
    display: none;
    bottom: 3px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #6cc2d7;
    border-width: 5px;
    margin-left: -10px;
    z-index: 2; }

.header .top-header .sec-top-menu li.have_nav_ul .nav_mb_ul {
  position: absolute;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  float: none;
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
  top: 40px;
  left: 0;
  z-index: 1;
  display: none; }
  .header .top-header .sec-top-menu li.have_nav_ul .nav_mb_ul .nav {
    padding: 15px; }
    .header .top-header .sec-top-menu li.have_nav_ul .nav_mb_ul .nav li {
      padding: 0 5px; }
      .header .top-header .sec-top-menu li.have_nav_ul .nav_mb_ul .nav li a {
        color: #4c3d39;
        padding: 10px;
        display: block;
        font-size: 18px; }
        .header .top-header .sec-top-menu li.have_nav_ul .nav_mb_ul .nav li a:hover {
          color: #000;
          text-decoration: underline; }
      .header .top-header .sec-top-menu li.have_nav_ul .nav_mb_ul .nav li:last-child a {
        border: none; }

.header .top-header .sec-top-menu li.have_nav_ul:hover.have_nav_ul .nav-link::after {
  display: block; }

.header .top-header .sec-top-menu li.have_nav_ul:hover .nav_mb_ul {
  display: block; }

.header .top-header .sec-top-menu li.more_nav_ul {
  position: relative;
  cursor: default; }
  .header .top-header .sec-top-menu li.more_nav_ul .nav-link {
    position: relative; }
    .header .top-header .sec-top-menu li.more_nav_ul .nav-link::after {
      display: none;
      bottom: -1px;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #ddd;
      border-width: 10px;
      margin-left: -10px;
      z-index: 2; }
  .header .top-header .sec-top-menu li.more_nav_ul .nav_mb_ul {
    position: absolute;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    float: none;
    background: #fff;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
    top: 50px;
    left: 0;
    z-index: 1;
    display: none; }
    .header .top-header .sec-top-menu li.more_nav_ul .nav_mb_ul .nav li {
      width: 100%;
      border-bottom: 1px solid #4c3d39; }
      .header .top-header .sec-top-menu li.more_nav_ul .nav_mb_ul .nav li a {
        display: block;
        color: #585b6a;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 25px; }
        .header .top-header .sec-top-menu li.more_nav_ul .nav_mb_ul .nav li a:hover {
          color: #fec600; }
      .header .top-header .sec-top-menu li.more_nav_ul .nav_mb_ul .nav li:last-child {
        border: none; }
  .header .top-header .sec-top-menu li.more_nav_ul:hover .nav-link {
    color: #fff; }
  .header .top-header .sec-top-menu li.more_nav_ul:hover.have_nav_ul .nav-link::after {
    display: block; }
  .header .top-header .sec-top-menu li.more_nav_ul:hover .nav_mb_ul {
    display: block; }

.header .top-header .sec-top-menu li .nav-link, .header .top-header .sec-top-menu li .nav-link-more {
  display: block;
  color: #585b6a;
  font-size: 20px;
  font-weight: bold;
  padding: 2.5px 25px 10px 25px; }
  .header .top-header .sec-top-menu li .nav-link:hover, .header .top-header .sec-top-menu li .nav-link-more:hover {
    color: #fec600; }

.header .top-header .mobile-menu {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto; }
  .header .top-header .mobile-menu .nav-link {
    color: #585b6a;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 18px;
    min-width: 100px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
    white-space: nowrap; }

.header.stick {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #fff;
  webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3); }

.index_wrap .header {
  width: 100%;
  z-index: 9999; }

@media (max-width: 991px) {
  .header nav{
    justify-content: space-between;
  }
  .header-mb-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .top-header .top-menu .mo-search {
    display: block;
    margin-right: 15px;
    z-index: 999;
    }
    .header .top-header .top-menu .mo-search i {
      font-size: 24px;
      color: #4c3d39; }
    .header .top-header .top-menu .mo-search #search-input2 {
      position: absolute;
      width: calc(100vw - 0px);
      right: 0vw;
      top: 47px; }
  .header .top-header .top-menu .navbar-toggler {
    background: linear-gradient(270deg, #3378CD 0%, #339DD1 100%);
background: -moz-linear-gradient(270deg, #3378CD 0%, #339DD1 100%);
background: -webkit-linear-gradient(270deg, #3378CD 0%, #339DD1 100%);
background: -o-linear-gradient(270deg, #3378CD 0%, #339DD1 100%);}
    .header .top-header .top-menu .navbar-toggler .icon-bar {
      background-color: #fff; }
    .header .top-header .top-menu .navbar-toggler.yes .icon-bar {
      background: 0 0; }
    .header .top-header .top-menu .navbar-toggler.yes .icon-bar:first-child,
    .header .top-header .top-menu .navbar-toggler.yes .icon-bar:last-child {
      background-color: #fff; }
  .header .top-header .top-menu .navbar-collapse .nav li {
    margin-right: 0px; }
    .header .top-header .top-menu .navbar-collapse .nav li a {
      display: block;
      color: #fff;
      padding: 10px 15px;
      border-bottom: 1px solid #fff; }
  .header .top-header .top-menu nav .navbar-collapse {
    overflow: auto;
    bottom: 0;
    position: fixed;
    top: 98px;
    overflow-y: auto;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, #3378CD 0%, #339DD1 100%);
background: -moz-linear-gradient(270deg, #3378CD 0%, #339DD1 100%);
background: -webkit-linear-gradient(270deg, #3378CD 0%, #339DD1 100%);
background: -o-linear-gradient(270deg, #3378CD 0%, #339DD1 100%);
    text-align: center;
    padding: 0;
    opacity: 0;
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -o-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -webkit-transform .35s 0s;
    -o-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -o-transform .35s 0s;
    -moz-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -moz-transform .35s 0s;
    transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -webkit-transform .35s 0s;
    -o-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s;
    transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s;
    transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -webkit-transform .35s 0s;
    transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -webkit-transform .35s 0s, -moz-transform .35s 0s, -o-transform .35s 0s;
    z-index: 888; }
    .header .top-header .top-menu nav .navbar-collapse.show {
      top: 47px;
      right: 0;
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      padding-bottom: 30px;
      -webkit-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      -o-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      -moz-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      -o-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
      transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01); }
  .has-hover {
    display: none; } }


    .header .header-nav .top-icon-list .top-icon-link a.have-dropdown.drop-flex:hover + .dropdown-menu.drop-flex-ul {
  display: flex;
}

.header .header-nav .top-icon-list .top-icon-link  .dropdown-menu.drop-flex-ul:hover {
  display: flex;
}

.header .header-nav .top-icon-list .top-icon-link  .drop-flex-ul {
  flex-wrap: wrap;
      width: 100vw;
    max-width: 1200px;

}

.header .header-nav .top-icon-list .top-icon-link  .drop-flex-ul .drop-flex-ulli1{
  flex: 0 0 20%;
}

.header .header-nav .top-icon-list .top-icon-link  .drop-flex-ul .drop-flex-ulli1 a.have-dropdown{
  min-width: unset;
  padding: 20px 30px;
}.header .header-nav .top-icon-list .top-icon-link .drop-flex-ul .drop-flex-ulli1 a.have-dropdown:before{
  content: unset;
}

.header .header-nav .top-icon-list .top-icon-link  .drop-flex-ul .drop-flex-ulli1{

}
.header .header-nav .top-icon-list .top-icon-link  .drop-flex-ul .drop-flex-ulli1 .dropdown-menu{
  min-width: unset;
  width: 100%;
  border: 1px solid #333;
}

.header .header-nav .top-icon-list .top-icon-link  .drop-flex-ul .drop-flex-ulli1 .dropdown-menu a{
  padding: 10px 15px;
}

.header .header-topnav a{
  padding: 10px 15px;
  color: #000;
  transition: .4s;
  font-size: 16px;
}
.header .header-topnav a:hover{
  text-decoration: underline;
  color: var(--hovblue);

}
/*-----header更新------*/

.topbar{
  background-color: #f8a300;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
}


.topbar a{
  color: #fff;
  font-size: 16px;
}

.header.stick .topbar,
.header.stick .search-tag,
.header.stick .top-icon-r a.topic-tel{
  display: none;
}

.top-icon-r .topic-link{
  color: #000;
  font-size: 16px;
  margin-right: 1em;
}

.top-icon-r .topic-link i{
  margin-right: 0.5em;
}

.top-icon-r .topic-cart{
  color: var(--liblue);
  font-size: 16px;
  line-height: 24px;
}

.top-icon-r .topic-cart i{
  font-size: 24px;
  margin-right: 3px;
}

.top-icon-r a.topic-tel{
  text-align: center;
  display: block;
  width: fit-content;
  margin: 5px auto 0;
  color: #f8a300;
  font-size: 16px;
}

.top-icon-r a.topic-tel:hover{
  color: #f8a300;
  text-decoration: underline;
}

.search-bar1 .btn{
  color: var(--liblue);
  border: 1px solid #ced4da;
}
.search-tag{
  margin-bottom: 0px;
  margin-top: 10px;
}


.search-tag a{
  display: inline-block;
  margin-right: 15px;
}

@media (min-width: 1361px){
.header .container{
  max-width:1600px ;
}
}

.head-f{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head-f .head-cat{
  color: #fff;
  padding: 10px 45px;
  background-color: var(--hovbluebg);
  font-size: 18px;
  display: block;

}

.head-f .head-cat i{
  margin-right: 15px;
  font-size: 22px;
}
.head-catul{
  margin-top:0px;
  width: 100%;
  padding: 0px;
  border: 0px;
  box-shadow: 0 0 5px #999;

}
.index-body .header:not(.stick) .head-catul{
  display: block;
}


.header.stick .head-catul.show{
  display: block;
}

.head-catul .dropright{
  position: unset;
}

.head-catul .top-icon-link a{
  padding: 11px 30px;
  padding-right: 45px;
  display: block;
  font-size: 16px;
  color: #000;
  position: relative;
  white-space: nowrap;
}

.head-catul .top-icon-link .catullia:after{
  position: absolute;
  right: 30px;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  top: calc(50% - 12px);
  font-size: 16px;
  border: 0px;
  color: #000;
  font-weight: bold;

}
.head-catul .top-icon-link .catullia:hover,
.head-catul .top-icon-link.show .catullia{
  background-color:#ecf7ff ;
}
.head-catul .top-icon-link .catullia:hover + ul,
.head-catul .top-icon-link .catullia + ul:hover{
  display: block;
}


.head-catul ul.dropdown-menu{
  margin: 0px;
  padding: 0px;
  margin-left: -1px;
  min-height: 100%;
}

.footer{
  background-color: unset;
}
.foot-con{
  background-color: #f3f3f3;
}
   .footer-body h3{
    font-size: 20px;
    color: #333;
    margin-bottom: 1em;
   }

   .footer .footer-body ul li a{
    font-size: 16px;
    color: #6a6a6a;
    line-height: 2em;

   }

   .ft-btn {
    display: flex;
    justify-content: space-between;
    width: 180px;
    margin: 20px auto 0px;
   }

   .footer .cpyright{
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    padding-bottom: 15px;
   }


   .footer-contact{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
   }

    .footer-contact  i{
      margin-right: 15px;
      color: #2e59a3;
      font-size: 16px;
    }

    .footer-contact p {
      color: #333;
      font-size: 16px;
    }


@media (max-width: 991px){
   .footer-contact p{
    flex: 0 0 100%;
    text-align: left;
    position: relative;
    padding-left: 30px;
   }
   .footer-contact p i{
    position: absolute;
    top: 3px;
    left: 0px;
   }
    .footer-contact{
      flex-wrap: wrap;
    }
}

.fx-btn{
  position:fixed;
  right:10px ;
  opacity: .8;
  z-index: 999999;
}
.fx-btn:hover{
  opacity: 1;
}
.fx-btn img{
  border-radius: 50%;
  box-shadow: 0 0 15px 0px #cccccc;
}
.fx-btncart{
  top: calc(35% - 80px);
  background-color: #fff;
  color: #acacac;
  border-radius: 50%;
  box-shadow: 0 0 9px #bbb;
  text-align: center;
  width: 71px;
  height: 71px;
  font-weight: bold;
}
.fx-btncart .cart-num{
    position: absolute;
    top: 22px;
    right: 16px;
    border-radius: 50%;
    min-width: 15px;
    height: 15px;
    background: red;
    color: #fff;
    line-height: 15px;
    font-size: 10px;
    padding: 2px;
   }
.fx-btncart i{
  font-size: 25px;
  line-height: 40px;
  color: #2e59a3;
}
.fx-btn1{
  top: calc(35% + 0px);
}
.fx-btn2{
  top: calc(35% + 80px);
}
.fx-btn3{
  top: calc(35% + 160px);
}
.fx-btn3 img{
 max-width: 71px;
}

.fx-btn4{
  top: calc(35% + 240px);
}
.cd-top{
  top: calc(35% + 320px);
}
.mo-mem i{
  font-size: 24px;
  color: #4c3d39;
  margin-right: 15px;
}
@media (max-width: 991px){
  .fx-btn{
    width: 50px;
    opacity: 1;
  }
  .fx-btncart{
    top: calc(35% - 60px);
    width: 50px;
    height: 50px;
    font-size: 8px;
  }

  .fx-btncart i{
    font-size: 18px;
    line-height: 30px;
  }
  .fx-btncart .cart-num{
    top: 15px;
    right: 10px;
  }
  .fx-btn1{
  top: calc(35% + 0px);
}
.fx-btn2{
  top: calc(35% + 60px);
}
.fx-btn3{
  top: calc(35% + 120px);
}

.cd-top{
  top: calc(35% + 180px);
  height: fit-content;
}
}

.fx-btn-mo{
  position: fixed;
  left: 0px;
  bottom: 0px;width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    box-shadow: 0 0px 5px #666;
    padding: 10px 0;
    background-color: #fff;
}

.fx-btn-mo .fx-btn-m{
  padding: 0px 7px;
    font-size: 20px;
    color: #0D8AEF;
    width: 33.333333333333%;
    text-align: center;
    letter-spacing: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    
    line-height: 1em;
    border-right: 1px solid #d5d5d5;
}

.fx-btn-mo .fx-btn-m:last-child{
  border-right: 0px;
}
.footer .fx-btn-mo .fx-btn-m img{
  width: 25px;
  margin-right: 5px;
}


.fx-btn-mo .fx-btn-m.fx-btn-line{
  color: #3dc935;
  font-size: 18px;
}

.fx-btn-mo .fx-btn-m.fx-btn-tel{

  color: var(--hovbluebg);
  font-size: 18px;
}

section.idsec{
  padding-top: 20px;
  padding-bottom: 20px;
}
.id-secti{
  text-align: center;
}
.id-secti h2{
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  letter-spacing: 2px;
}

.id-secti h3{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.id-secti p{
  font-size: 16px;
  color: #333;
  margin-bottom: 0px;
  margin-top: 30px;
}
.ids1-r{
  margin-bottom: 25px;
}
.ids1-c{
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.ids1-c img{
  width: 100px;
  margin-right: 15px;
}


.ids1-c p{
  font-size: 18px;
  color: #333;
  margin-bottom: 0px;
}
@media (max-width: 991px){
  .ids1-c{
  display: block;
  margin-bottom: 35px;
  text-align: center;
}
.ids1-c img{
  width: 100px;
  margin-right: 0px;
  margin-bottom: 10px;
}


}
.more {
    display: inline-block;
    color: var(--hovblue);
    border: 1px solid var(--hovblue);
    padding: 5px 25px;
    border-radius: 30px;
}

.more:hover{
  background-color: var(--hovblue);
  color: #fff;
  border: 1px solid var(--hovblue);
}

.section01 .nav-tabs .nav-link {
  text-align: center;
  font-size: 18px;
  padding: 0;
  color: #333333;
  padding: 5px 30px;
  border: 2px var(--blue) solid;
  position: relative;
  background-color: unset;
  border-radius: 5px;
  margin: 5px;

}
@media (max-width: 768px) {
  .section01 .nav-tabs .nav-link {
    padding: 5px 10px;
  } 
}
.section01 .nav-tabs .nav-link.active, .section01 .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: var(--blue); 
}
.section01 .nav-tabs .nav-link.active:before, .section01 .nav-tabs .nav-link:hover:before {
  color: var(--blue); 
  position: absolute;
  content: unset;
  bottom: 0px;
  width: 4em;
  height: 3px;
  background-color: var(--blue);

}

.section01{
  padding-top: 100px;
  background-size: 100% auto;
  background-position: top center;
  background-image: url(../images/sec01-bg.jpg);
  background-repeat: no-repeat;
  }
 

 .product-items{
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-bottom: 50px;
  overflow: hidden;
  }

  .product-items .word-item h3{
    text-align: center;
    font-size: 15px;
    color: #333333;
  }

  @media (max-width: 991px){
    .section01{
      background-color: #e9f4fa;
    }
    .product-items{
      padding-bottom: 20px;

    }
  }

  .section02{
    background-color: #fff;
  }
  .sec02-c{
    margin-bottom: 30px;
  }
  .sec02-c + .sec02-c{
    border-left:1px solid #eeeeee;
  }

  .sec02-c .img-wrap .img-item{
    padding-top: 56.25%;
  }

  .sec02-c .word-item{
    margin-top: 25px;
  }

  .sec02-c .word-item h3{
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--blue);
  }

  .sec02-c .word-item img{
    margin-right: 10px;
    padding-top: 4px;
  }
    .sec02-c .word-item p{
      margin-bottom: 0px;
      font-size: 15px;
      color: #333;
    }
    .sec02-c .word-item .store-p{
      display: flex;
      align-items: flex-start;
      margin-bottom: 12px;
    }
    .sec02-info{
      position: relative;
      padding-left: 1.5em;
      font-size: 16px;
      color: #9a011e;
      line-height: 1.5em;
      letter-spacing: 2px;
    }
    .sec02-info:before{
      position: absolute;
      top: 0px;
      left: 0px;
      content: "※";
    }

    .ids3{
  background-position: top right;
  background-image: url(../images/ids3-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
    }
    .ids3 .id-secti{
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .ids3 .id-secti h2{
      margin-bottom: 0px;
      margin-right: 15px;
    }

    .ids3 .ids3-p{
      display: flex;
      align-items: flex-start;
      margin-bottom: 10px;
    }

     .ids3 .ids3-p .pti{
      font-size: 15px;
      font-weight: bold;
      color:#333333 ;
      margin-right: 1em;
      margin-bottom: 0px;
      white-space: nowrap;
      letter-spacing: 2px;
     }

     .ids3 .ids3-p .pdes{
      font-size: 15px;
      color:#333333 ;
      margin-bottom: 0px;
      letter-spacing: 2px;
     }
     .ids3-a{
      color: var(--hovblue);
      font-size: 15px;
      letter-spacing: 2px;
     }


  @media (max-width: 991px){
    .ids3{
      background-image: url(../images/ids3-bg-m.jpg);
    }
  }

  .ft-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .ft-top .ft-nav{
    display: flex;
    align-items: center;
  }

    .ft-top .ft-nav .ft-nav-link{
      font-size: 16px;
      color: #000;
      margin-right: 30px;
    }

    .ft-top .ft-nav .ft-nav-link:hover{
      color: var(--hovblue);
      text-decoration: underline;
    }

    .ft-contact{
      display:flex ;
      justify-content: space-between;
      align-items: flex-start;
    }

    .ft-contact .ft-info1{
      flex: 0 0 18%;
      width: 18%;
    }
    .ft-contact .ft-info2{
      flex: 0 0 40%;
      width: 40%;
    }
    .ft-contact .ft-info3{
      flex: 0 0 25%;
      width: 25%;
    }
    .ft-item{
      display: flex;
      align-items: center;
      margin-bottom: 20px;

    }

    .ft-item img{
      width: 14px;
      margin-right: 10px;
    }

    .ft-item p{
      font-size: 15px;
      color: #333333;
      margin-bottom: 0px;
      text-align: left;
    }

    .cpyright {
      display: flex;
      justify-content: space-between;
    }

    .cpyright p{
      font-size: 15px;
      color: #333;
      text-align: left;
    }


    @media (max-width: 991px){

      .ft-top,
      .ft-contact,
      .cpyright{
        flex-wrap: wrap;
        justify-content: unset;
      }
       .ft-top .ft-nav{
        justify-content: space-between;
        margin-top: 20px;
        width: 100%;
       }
      .ft-top .ft-nav .ft-nav-link{
        margin-right: 0px;
      }
      .ft-contact .ft-info1{
        flex: 0 0 100%;
        width: 100%;
      }
      .ft-contact .ft-info2{
        flex: 0 0 100%;
        width: 100%;
      }
      .ft-contact .ft-info3{
        flex: 0 0 100%;
        width: 100%;
      }
    }

.header nav .nav li .mb-submenu.active + ul{
  display: block;
  padding-left: 10px;

}

.header nav .nav li .mb-submenu .mb-submenu.active + ul{
  display: block;
  padding-left: 10px;

}

.product_detail_img-nav .img-wrap .img-item img , 
.product_detail_img .img-wrap .img-item img{
  object-fit: contain;
}

.fancybox-navigation{
  display: none;
}

    @media (max-width: 991px){
      .slick-next, .slick-next:focus, .slick-next:hover,
      .slick-prev, .slick-prev:focus, .slick-prev:hover,
      .white-arrow .slick-prev ,
      .white-arrow .slick-next, 
      summary{
        z-index: 0;
      }
    }

    @media (min-width: 1361px){

.kv-con.container{
  max-width: 1600px;
  padding-left: 195px;
}
    }


.kv-con.container .kv-r{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;

}

.kv-con.container .kv-r .kv{
  flex: 0 0 71%;
  width: 71%;
}

.kv-con.container .kv-r .banner_slider .img-item{
  padding-top: 56.25%;
}

.kv-con.container .kv-r .kv-adv{
  flex: 0 0 26%;
  width: 26%;
}
.kv-con.container .kv-r .kv-adv a{
 
  display: block;
}

.kv-con.container .kv-r .kv-adv a + a{
  margin-top: 15px;
}
.kv-con.container .kv-r .kv-adv .img-item{
  padding-top: 75%;
}

@media (max-width: 991px){

.kv-con.container .kv-r{

}
.kv-con.container .kv-r .kv{
  flex: 0 0 100%;
  width: 100%;
}

.kv-con.container .kv-r .banner_slider_mo .img-item{
  padding-top: 75%;
}

.kv-con.container .kv-r .kv-adv{
  flex: 0 0 100%;
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}


.kv-con.container .kv-r .kv-adv .img-wrap{
  flex: 0 0 48%;
  width: 48%;
}

.kv-con.container .kv-r .kv-adv a + a{
  margin-top: 0px;
}
}


.kv-sub2 .img-item{
  padding-top: 40%;
}

.idicon-item{
  display: block;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}


.idicon-item p{
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: var(--dablue);
}

.id-iconslick .slick-prev, 
.id-iconslick .slick-prev:focus, 
.id-iconslick .slick-prev:hover{
left: -5px;
    width: 38px;
    height: 38px;
    z-index: 2;
    background: unset;
    opacity: 1;
    content: ;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0 0 3px #999;

}

.id-iconslick .slick-prev:before{
  font-family: 'Font Awesome 5 Free';
    content: "\f104";
  color: #000;
  font-weight: bold;
}

.id-iconslick .slick-next,
.id-iconslick  .slick-next:focus, 
.id-iconslick  .slick-next:hover{
  right: -5px;
    width: 38px;
    height: 38px;
    z-index: 2;
    background: unset;
    opacity: 1;
    content: ">";
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 0 0 3px #999;
}

.id-iconslick .slick-next:before{
  font-family: 'Font Awesome 5 Free';
    content: "\f105";
  color: #000;
  font-weight: bold;
}


.ids4 .s4-con{
  background-color: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;

}


.ids4 .s4-con .s4-top{
  background-color: #0c8ce4;
  display: flex;
  justify-content: space-between;
  padding:15px 30px;
  align-items: center;
}


.ids4 .s4-con .s4-top h3{
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}


.ids4 .s4-con .s4-topa a{
  color: #fff;
  position: relative;
  font-size: 18px;
  padding-left: 1em;
  padding-right: 1em;
}

.ids4 .s4-con .s4-topa a + a:before{
  content: "";
  background-color: #fff;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
}

.ids4 .s4-con .s4-topa a + a.amore:before{
  content: unset;
}
a.amore{
  color: #777 !important;
  padding: 7px 1em;
  border-radius: 999px;
  background-color: #fff;

}


a.amore:hover{
  opacity: 0.8;
}

.s4-bot .container{
  padding: 10px;
}

.s4-bot .container .row{
  margin-right: -10px;
  margin-left: -10px;
}

.s4-bot .container .row .col-lg-6,
.s4-bot .container .row .col-lg-12{
  padding-left: 10px;
  padding-right: 10px;
}

.s4-bot .s4-c{
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;

}

.s4-bot .s4-c .s4-ctop{
  background-color: #ddd5cc;
  padding: 10px 20px;
}


.s4-bot .s4-c .s4-ctop h4{
  font-size: 18px;
  color: #000;
  margin-bottom: 0px;
}

.s4-bot .s4-c .s4-cbot{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;

}


.s4-bot .s4-c .s4-cbot .s4-item{
  display: block;
  flex: 0 0 30%;
  padding-left: 5px;
  padding-right: 5px;
}


.s4-bot .s4-c .s4-cbot .s4-item .img-item{
  padding-top: 100%;
}



.s4-bot .s4-c .s4-cbot .s4-item .word-item{
  margin-top: 10px;
  height: 96px;
}


.s4-bot .s4-c .s4-cbot .s4-item .word-item .s4-itemti{
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  max-height: 3em;
  line-height: 1.5em;
}


.s4-bot .s4-c .s4-cbot .s4-item .word-item p{
  color: #a76c2a;
  font-size: 16px;
  margin-bottom: 0px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  max-height: 3em;
  line-height: 1.5em;
}


@media (max-width: 991px){


.ids4 .s4-con .s4-topa {
  display: none;
}
.s4-bot .s4-c .s4-cbot .s4-item{
  flex: 0 0 45%;
}

.s4-bot .s4-c .s4-cbot .s4-item:last-child{
  display: none;
}
.s4-bot .s4-c .s4-cbot .s4-item .word-item p,
.s4-bot .s4-c .s4-cbot .s4-item .word-item .s4-itemti{
  font-size: 14px;
}

}





.ids5.ids4 .s4-con .s4-top{
  background-color: #f4f4f4;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.ids5.ids4 .s4-con .s4-top h3{
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  background-color: #4fb6ac;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;

}


.ids5.ids4 .s4-con .s4-top .s4-topa a{
  color: #000;
}


.ids5.ids4 .s4-con .s4-top .s4-topa a + a:before{
  background-color: #000;
}


.ids5.ids4 .s4-con .s4-bot{
  padding-top: 30px;
}


.ids5.ids4 .s4-con .s4-bot .s4-c{
  background-color: unset;
}

.ids5.ids4 .s4-con .s4-bot .s4-c .s4-cbot{
  flex-wrap: wrap;
}
.ids5.ids4 .s4-con .s4-bot .s4-c .s4-cbot .s4-item{
  flex: 0 0 15%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 991px){
.ids5.ids4 .s4-con .s4-bot .s4-c .s4-cbot .s4-item{
  flex: 0 0 48%;
  margin-top: 10px;
}

.ids5.ids4 .s4-con .s4-bot .s4-c .s4-cbot .s4-item:last-child{
  display: block;
}
}
.ids6 .s6-f{
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-radius: 15px;
  overflow: hidden;
  border: solid 1px #f2f2f2;
  flex-wrap: wrap;
}

.ids6 .s6-f .s6-ti{
  padding: 35px 30px;
  background-image: url(../images/s6-tibg.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  flex: 0 0 15%;

}

.ids6 .s6-f .s6-ti h3{
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 1.5em;
}

.ids6 .s6-subcon{
  padding:15px 25px ;
  flex: 0 0 85%;
}

.ids6 .s6-subcon .s6-r{
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  flex-wrap: wrap;
}

.ids6 .s6-subcon .s6-r .s6-c{
  display: block;
  flex: 0 0 13%;
  width: 13%;
}

.ids6 .s6-subcon .s6-r .s6-c .s6-cimg{
  width: 100%;
  padding-top: 100%;
  border-radius: 15px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.ids6 .s6-subcon .s6-r .s6-c .s6-cimg img{
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);

}


.ids6 .s6-subcon .s6-r .s6-c h4{
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 991px){

.ids6 .s6-f .s6-ti{
  padding: 15px 25px;
  flex: 0 0 100%;
  width: 0 0 100%;
}

.ids6 .s6-subcon{
  flex: 0 0 100%;
  width: 100%;
}

.ids6 .s6-subcon .s6-r .s6-c{
  flex: 0 0 30%;
  width: 30%;
  margin-top: 10px;
}
}

.ids7 {
  background-color: #f3f3f3;
}
.ids7 .s7-c{
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  padding: 25px;
}


.ids7 .s7-c h3{
  font-size: 18px;
  color: var(--dablue);
  margin-bottom: 1em;
}

.ids7 .s7-c p{
  font-size: 16px;
  margin-bottom: 0px;
  color: var(--hovbluebg);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 3em;
}


.ids7 .s7-c img{
  position: absolute;
  top: 0px;
  right: 10px;
  transform: translateY(-50%);
}
/*-----關於我們開始-----*/


.ab-ti{
  margin-bottom: 40px;
}
.ab-ti h2{
  text-align: center;
  color: var(--blue);
  font-size: 24px;
  margin-bottom: 0px;
  font-family: 'Noto Sans TC' !important;
  font-weight: 500;

}

.ab-ti h2 + p{
  text-align: center;
  font-size: 18px;
  margin-top: 1em;
  color: #333;
 font-family: 'Noto Sans TC' !important;
  font-weight: 500;
}

.abs1{
  padding-top: 45px;
  
  background-image: url(../images/about/s1-bg.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  
}
.abs .container{
  position: relative;
  padding-bottom: 85px;
}

.abs .container:before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  content: "";
  background-color: #ddd;
}
.abs1-p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #333;
  text-align: center;
  font-family: 'Noto Sans TC' !important;
  font-weight: 500;
}


.abs1-c{
  padding-left: 15px;
  padding-right: 15px;
}
.abs1-c img{
  border-radius: 10px;
  box-shadow: 15px 15px 30px #ddd;
}
.abs1-c .word-item {
  margin-top: 20px;
  text-align: center;
}
.word-item h4{
color:var(--dablue) ;
font-size: 20px;
font-weight: bold;
margin-bottom: 20px;
font-family: 'Noto Sans TC' !important;
  font-weight: 500;
}
.word-item p{
  margin-bottom: 0px;
  font-size: 16px;
  color: #333;
  font-family: 'Noto Sans TC' !important;
  font-weight: 500;
}


.abs1 .row .col-6:nth-child(even) .abs1-c{
  padding-top: 65px;
}

.abs1 .row .col-6:nth-child(odd) .abs1-c{
  padding-bottom: 65px;
}

@media (max-width: 991px){
  .abs1-c{
  padding-left: 0px;
  padding-right: 0px;
}
}

.abs2{
  padding-top: 65px;
}
@media (min-width: 992px){
  .abs2 .row .abs2-c:last-child{
  padding-left: 30px;
}
.abs2 .row .abs2-c:first-child{
  padding-right: 30px;
}
}
.abs2-c .img-wrap .img-item{
  padding-top: 56.25%;
}
.abs2-c .word-item{
  margin-top: 40px;
}
.abs3 {
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url(../images/about/s3-bg.png);
  background-position: right center;
  background-repeat: no-repeat;

}
@media (min-width: 992px){

.abs3 .row .col-6 + .col-6{
  padding-left: 35px;
}

}

.abs3 .abs3-c{
  padding-top: 35px;
  padding-bottom: 85px;
  background-color: #ffffff80;
  border-radius: 10px;
  border: 3px solid #f4ba1d;
box-shadow: 15px 15px 30px #ddd;
}

.abs3 .abs3-c h3{
  color: #f4ba1d;
  font-size: 20px;
  margin-bottom: 50px;
   font-family: 'Noto Sans TC' !important;
  font-weight: 500;
  text-align: center;
}

.abs3 .abs3-c p{
  font-size: 18px;
  margin-bottom: 0px;
   font-family: 'Noto Sans TC' !important;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 991px){
  .abs3 .row .col-6 {
    margin-bottom: 20px;
  }
}


.abs4{
  padding-top:50px ;
}
@media (min-width: 992px){
  .abs4 .row .col-lg-6:first-child {
    position: relative;
    padding-right: 30px;
}
.abs4 .row .col-lg-6:first-child:before{
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #ddd;
  top: 0px;
  right: 0px;
}
.abs4 .row .col-lg-6:last-child {
    position: relative;
    padding-left: 30px;
}

}
.abs4 .ab-ti h2{
  text-align: left;
}

.abs4 .ab-ti h2 + p{
  text-align: left;
}

.abs4 .from-group{
  margin-bottom: 30px;
}

.abs4 .from-group label{
  color: #333;
  font-size: 16px;
  font-family: 'Noto Sans TC' !important;
  font-weight: 500;
}

.abs4 .from-group input.form-control{
  border: 0px;
  border-bottom: 1px solid #333;
  border-radius: 0;
  padding: .375rem 0rem;
  font-size: 16px;
}

.abs4 .from-group textarea.form-control{
  border: 1px solid #333;
}

.abs4-r{
  display: flex;
  flex-wrap: wrap;
}

.abs4-r a.abs4-tag{
  display: block;
  padding: 5px 10px;
  color: #f4ba1d;
  background-color: #f6fafb;
  font-size: 16px;
  border-radius: 999px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-family: 'Noto Sans TC' !important;
  font-weight: 400;
}
.abs4-r a.abs4-tag:hover{
  opacity: 0.7;
}

.abs4 a.abs4-link{
  margin-top: 60px;
  padding: 10px 30px;
  color: var(--hovblue);
  border-radius: 999px;
  border: solid 1px var(--hovblue);
  display: block;
  width: fit-content;
   font-family: 'Noto Sans TC' !important;
  font-weight: 500;
}



.abs4 a.abs4-link:hover{
  color: #fff;
  background-color: var(--hovblue);
}
.tip-item{
  right: unset;
  left: 10px;
  top: 10px;
}
.tip-item .hot-tip,
.tip-item .new-tip{
  display: block;
  height: 50px;
  width: 50px;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}


.tip-item .hot-tip{
  background-color: #fbab4a;
}
.tip-item .new-tip{
  background-color: #e78da7;
}