@charset "UTF-8";
.links-box {
  margin: 10px 0;
}
.links-box .links-pic {
  height: 100%;
  overflow: hidden;
}
.links-box .links-pic img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.links-box:hover .links-pic img {
  transform: scale(1.1);
}

.hidden {
  display: none;
}

.gray_bg {
  background: #F2F2F2;
}
.gray_bg dd .check {
  font-size: 16px;
}
.num_title {
  display: inline-block;
  background: #3B3B3B;
  color: #fff;
  padding: 6px 20px;
  margin: 10px 0px;
  font-size: 18px;
}

.del {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.del p {
  background: #BEBEBE;
  color: #FFF;
  cursor: pointer;
  padding: 6px 20px;
  font-size: 18px;
  border-radius: 30px;
}
.del p:hover {
  background: #707070;
}

.products_detail-money p.orig {
  color: #707070;
  font-size: 16px;
  text-decoration: line-through;
}

.p-list .product-box {
  margin: 0px 0px;
}

.product-box {
  margin: 20px;
}
.product-box .product-text h4 {
  margin-bottom: 6px;
  font-size: 20px;
}
.product-box .product-text p {
  color: #D50000;
  font-size: 20px;
}
.product-box .product-text p.orig {
  color: #707070;
  font-size: 16px;
  text-decoration: line-through;
}
.product-box .product-img {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background: #FFF;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-box .product-img img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-box .product-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5607843137);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-box .product-img a .more-info {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.product-box .product-img a .more-info img {
  width: 100%;
  max-width: 120px;
}
.product-box .product-img a .more-info i {
  font-size: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 6px;
}
.product-box .product-img a .more-info span {
  font-size: 16px;
  width: 100%;
}
.product-box .product-img:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3137254902);
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-box .product-img:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.product-box .product-img:hover a {
  opacity: 1;
}

.title_line h3 {
  background: #707070;
  display: inline-block;
  padding: 6px 30px;
  color: #fff;
  letter-spacing: 2px;
}
.title_line hr {
  margin-top: 0px;
}

.title_line2 h3 {
  background: #F2F2F2;
  padding: 6px 0px 6px 20px;
  letter-spacing: 2px;
}

.sha-box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1882352941);
  padding: 40px 60px;
  border-radius: 30px;
}

.push {
  padding-top: 120px;
}

.w130 {
  min-width: 130px;
}

.border-bottom {
  border-bottom: solid 1px #000000;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.btn {
  background: #FFF;
  border-radius: 4px;
  border: solid 1px #000;
}

.btn:hover {
  background: #000;
  color: #FFF;
  border: solid 1px #000;
}

.btn0 {
  background: #FFF;
  border-radius: 4px;
  border: solid 1px #000;
  padding: 4px 10px;
}

.btn0:hover {
  background: #000;
  color: #FFF;
  border: solid 1px #000;
}

.btn01 {
  background: #E5E5E5;
}

.btn_gray {
  background: #707070 !important;
  border: solid 1px #707070 !important;
  border-radius: 4px !important;
  padding: 8px 25px !important;
  color: #FFF !important;
}
.btn_gray:hover {
  background: #000 !important;
  border: solid 1px #000 !important;
  border-radius: 4px !important;
  padding: 8px 25px !important;
  color: #FFF !important;
}

.btn_main {
  border-radius: 4px !important;
  padding: 8px 25px !important;
  color: #FFF !important;
}
.btn_main:hover {
  background: #000 !important;
  border: solid 1px #000 !important;
  border-radius: 4px !important;
  padding: 8px 25px !important;
  color: #FFF !important;
}

.bg {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.btn02 {
  background: #1C6081;
  border: solid 1px;
  border-radius: 10px;
  color: #ffffff;
}
.btn02:hover {
  background: #000000;
}

.color02 {
  color: #7CAFCC;
}

.color03 {
  color: #ffffff;
}

.color04 {
  color: #000000;
}

.color05 {
  color: #221E1F;
}

.color06 {
  color: #f00 !important;
}

.color07 {
  color: #F16834;
}

.font-weight-600, .font-w600 {
  font-weight: 600 !important;
}

.title a i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.title:hover i {
  margin-right: -3px;
}

h1.mid {
  text-align: center;
}

.maker {
  background: #000000;
  padding: 2px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}

/*頁碼01 */
.nav-Page {
  margin: 30px 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}
.pagination .page-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}
.pagination .page-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}
.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  right: 0px;
}
.pagination .page-double-right::after {
  right: 6px;
}
.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  left: 6px;
}
.pagination .page-double-left::after {
  left: 0px;
}
.pagination li.page-item {
  margin-top: 0;
  margin-right: 4px;
}
.pagination li.page-item a.page-link {
  line-height: 1;
  padding: 4px 12px;
  background: #707070;
  color: #fff;
  border-radius: 30px;
}
.pagination li.page-item a.page-link[href] {
  color: #000;
}
.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}
.pagination li.page-item a.page-link[href] {
  padding: 4px 12px;
  background: #E5E5E5;
  border-radius: 30px;
}
.pagination li.page-item a.page-link:hover {
  background: #707070;
  color: #fff;
  border-radius: 30px;
}

/*產品內頁 */
.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}
.product__carousel .gallery-top {
  margin-bottom: 5px;
  height: 540px !important;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white, .product__carousel .swiper-button-prev.swiper-button-white {
  color: #E6E6E6;
}
.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border 0.15s linear;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
  margin-top: 5px;
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #1C6081 !important;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.shop-btn {
  display: flex;
  margin: 30px 0;
}
.shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
  padding: 8px 30px;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  border-radius: 6px;
}
.shop-btn .shop-btn-basket:hover, .shop-btn .shop-btn-shop:hover {
  background: #000;
  border: solid 1px #000;
}
.shop-btn .shop-btn-basket:hover a, .shop-btn .shop-btn-shop:hover a {
  color: #FFF;
}
.shop-btn .shop-btn-basket {
  background: #707070;
  border: solid 1px #707070;
}
.shop-btn .shop-btn-basket a {
  color: #ffffff;
}
.shop-btn .shop-btn-shop a {
  color: #ffffff;
}

/*BANNER */
.news {
  margin: 15px 0;
  padding-bottom: 15px;
}
.news ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 8px;
  border-bottom: dashed 1px #707070;
}
.news ul li .news-left {
  width: 150px;
}
.news ul li .news-right {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.user, .user01 {
  -webkit-box-shadow: 0 5px 10px #A7A7A7;
  padding: 20px;
}
.user .left_img, .user01 .left_img {
  width: 30%;
}
.user .left_img img, .user01 .left_img img {
  width: 100%;
  padding-right: 20px;
}
.user .text, .user01 .text {
  width: 70%;
}

.user01 .left_img {
  width: 40%;
}
.user01 .text {
  width: 60%;
}

.company, .user02 {
  margin: 0px 0px 20px 0px;
}
.company .user-box, .user02 .user-box {
  cursor: auto !important;
}
.company .company-box, .company .user-box, .user02 .company-box, .user02 .user-box {
  -webkit-box-shadow: 0 5px 10px #a7a7a7;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.company .company-box img, .company .user-box img, .user02 .company-box img, .user02 .user-box img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 250px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.company .company-box .company-box-img, .company .company-box .user-box-img, .company .user-box .company-box-img, .company .user-box .user-box-img, .user02 .company-box .company-box-img, .user02 .company-box .user-box-img, .user02 .user-box .company-box-img, .user02 .user-box .user-box-img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 4px;
  background: rgba(26, 26, 26, 0.7803921569);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1;
}
.company .company-box .company-box-img span, .company .company-box .user-box-img span, .company .user-box .company-box-img span, .company .user-box .user-box-img span, .user02 .company-box .company-box-img span, .user02 .company-box .user-box-img span, .user02 .user-box .company-box-img span, .user02 .user-box .user-box-img span {
  width: 100%;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  color: #FFF;
}
.company .company-box .user-box-img span, .company .user-box .user-box-img span, .user02 .company-box .user-box-img span, .user02 .user-box .user-box-img span {
  font-size: 16px;
}
.company:hover .company-box img, .user02:hover .company-box img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.detail_down {
  background: #E5E5E5;
  color: #000000;
  padding: 6px 2px;
  margin: 0px 10px;
  text-align: center;
  border-radius: 5px;
}
.detail_down:hover {
  background: #D1D1D1;
}

.download-div {
  margin: 10px 0;
}
.download-div:nth-child(2n+1) {
  background: #E5E5E5;
}
.download-div .download-div-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
}
.download-div .download-div-box .download-div-left {
  width: calc(100% - 70px);
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.download-div .download-div-box .download-div-right {
  width: 45px;
  height: 45px;
}
.download-div .download-div-box .download-div-right i {
  font-size: 2rem;
}

.bulletin ul li {
  background: #F2F2F2;
  border-radius: 5px;
  border-bottom: none;
}
.bulletin ul li:hover {
  background: #E5E5E5;
}

.association {
  -webkit-box-shadow: 0 5px 10px #A7A7A7;
  padding: 20px;
}
.association .association-left {
  width: 180px;
}
.association .association-right {
  width: calc(100% - 180px);
  word-break: break-word;
}
.association .left_img {
  width: 25%;
}
.association .left_img img {
  width: 100%;
  padding-right: 20px;
}
.association .text {
  width: 75%;
}

.search {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.search input {
  border-radius: 5px;
  padding: 0 5px;
  font-size: 20px;
  line-height: 37px;
  width: calc(100% - 110px);
  margin-right: 10px;
  border-radius: 5px;
  outline: none;
  border: solid 1px #707070;
}
.search .searchButton {
  border-radius: 5px;
  padding: 8px;
  background: #707070;
  color: #ffffff;
  width: 100px;
}
.search .searchButton:hover {
  background: #000000;
}
.search .searchButton i {
  font-size: 20px;
}

.box_act {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 10px 0;
}
.box_act .box-div {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}
.box_act .box-div img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s;
}
.box_act:hover img {
  transform: scale(1.1);
}

.box_sec {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 10px 0;
}
.box_sec .box-div {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
}
.box_sec .box-div img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.box_sec:hover img {
  transform: scale(1.1);
}

.links {
  border-bottom: solid 1px #9FCBDF;
  padding-bottom: 15px;
}
.links ul li {
  padding: 10px 15px;
  font-size: 20px;
  width: 33.33%;
}
.links ul li a:hover {
  color: #2580AC;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .footer-title {
  margin: 10px 20px 10px 0px;
  text-align: right;
}
footer .footer-title img {
  width: 100%;
  max-width: 300px;
}
footer .footer-title .footer-title01 {
  font-size: 20.5px;
}
footer .copyright {
  border-top: 1px solid #FFF;
  margin: 10px 2px 0px 2px;
  text-align: center;
  padding: 10px 0px 0px 0px;
}
footer .icon {
  text-align: left;
  border-left: 1px solid #FFF;
}
footer .icon ul {
  margin-left: 20px;
}
footer .icon ul li {
  margin: 4px 0px;
}

@media screen and (max-width: 1440px) {
  .product-box .product-text p {
    font-size: 18px;
  }
  .product-box .product-text p.orig {
    font-size: 15px;
  }
  /*產品 */
  .product__carousel .gallery-top {
    height: 400px !important;
  }
  .company .company-box img {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  /*產品 */
  .product__carousel .gallery-top {
    height: 300px !important;
  }
  footer .icon img {
    width: 40px;
    margin-left: 10px;
  }
  .user01 {
    padding: 10px;
  }
  .user01 .left_img {
    width: 30%;
  }
  .user01 .left_img img {
    width: 100%;
    padding-right: 10px;
  }
  .user01 .text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-title {
    margin: 10px 0px 10px 0px;
    text-align: left;
  }
  footer .icon {
    text-align: left;
    border-left: 0px;
  }
  footer .icon img {
    margin-left: 0px;
    margin-right: 10px;
  }
  footer .copyright {
    padding: 10px 2px 50px 2px;
  }
  .association .left_img {
    width: 100%;
  }
  .association .left_img img {
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .association .text {
    width: 100%;
  }
  .user .left_img {
    width: 100%;
  }
  .user .left_img img {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .user .text {
    width: 100%;
  }
}
@media screen and (max-width: 667px) {
  .del p {
    padding: 6px 16px;
    font-size: 16px;
  }
  .sha-box {
    padding: 40px 20px;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dsm-block {
    display: block;
  }
  footer ul li {
    padding: 3px 0;
  }
  footer .col-6 {
    padding: 0;
  }
  footer .copyright p {
    font-size: 12px;
  }
  .news ul li {
    padding: 10px;
  }
  .news ul li .news-left {
    margin-bottom: 5px;
  }
  .news ul li .news-left, .news ul li .news-right {
    width: 100%;
  }
  .association .association-left {
    width: 100%;
    background: #E5E5E5;
    padding: 5px;
  }
  .association .association-right {
    margin: 10px 0px;
    width: 100%;
  }
  .links ul li {
    width: 100%;
  }
  .download-div .download-div-box .download-div-left {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 575px) {
  .sha-box {
    padding: 40px 10px;
  }
  .shop-btn .shop-btn-basket, .shop-btn .shop-btn-shop {
    font-size: 16px;
    padding: 8px 10px;
  }
  .shop-btn .shop-btn-shop {
    margin-right: 0px;
  }
}
@media screen and (max-width: 450px) {
  .company .company-box img {
    height: 160px;
  }
  .company .company-box .company-box-img span {
    font-size: 16px;
  }
}