@charset "utf-8";
.wrapper {
  padding-top: 140px;
  background: url(../../images/common/bg01.jpg) repeat;
}
/*----- banner -----*/
.banner {
  margin-bottom: 0px;
  padding-bottom: 70px;
  position: relative;
  background: url(../../images/common/index/sect1_bg.jpg) no-repeat;
  background-attachment: fixed;
}
.banner::before {
  content: "";

  position: absolute;
  right: 0;
  top: unset;
  left: 0;
  height: 50%;
  background-size: cover;
  background: #fff;
}
.banner .slick-dots {
  text-align: center;
  padding: 0;
  vertical-align: middle;
  margin: 0;
  position: relative;
  right: 0;
  bottom: 0;
  margin-top: 10px;
}
.banner .slick-dots li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  list-style-type: none;
}
.banner .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  background: transparent;
  background: rgba(191, 165, 91, 0.5);
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px;
}
.banner .slick-dots li.slick-active button {
  background: #bfa55b;
}
/**/
.video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 775px;
}
.youtubecontent_box {
  display: contents;
}
/*----- banner -----*/
/*----- common -----*/
.sect-title {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto 30px;
}
.sect-title span {
  box-sizing: border-box;
  display: block;
  color: rgba(51, 51, 51, 0.05);
  font-size: 170px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.2;
  padding: 0;
  font-family: "Crimson Text", serif;
  margin-bottom: -75px;
  filter: blur(10px);
  transition: filter 3.5s ease;
  will-change: filter;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.sect1.loaded .sect-title span,
.sect3.loaded .sect-title span,
.sect4.loaded .sect-title span {
  filter: blur(0px);
}
.sect-title h2 {
  position: relative;
  box-sizing: border-box;
  display: block;
  color: #333333;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 1.3;
  margin: 0;
  padding-top: 130px;
  filter: blur(10px);
  transition: filter 2.5s ease;
  will-change: filter;
}
.sect1.loaded .sect-title h2,
.sect3.loaded .sect-title h2,
.sect4.loaded .sect-title h2 {
  filter: blur(0px);
}
.index_more {
  background: transparent;
  color: #333333;
  text-align: right;
  font-size: 18px;
  transition: all 0.3s;
  width: 100%;
  max-width: 200px;
  height: 38px;
  line-height: 38px;
  margin: 0px auto 0;
  display: block;
  overflow: hidden;
  letter-spacing: 4px;
  position: absolute;
}
.index_more:hover {
  color: #d39c34;
}
.index_more:before {
  position: absolute;
  display: block;
  left: 0;
  top: -4px;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 1px;
  background-color: #898989;
  opacity: 0.5;
  box-sizing: border-box;
  content: "";
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, border-color;
}
.index_more:hover::before {
  opacity: 0;
}
.index_more:after {
  position: absolute;
  left: 0;
  margin: auto;
  top: -4px;
  bottom: 0;
  display: block;
  width: 80px;
  height: 1px;
  border-radius: 50px;
  content: "";
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #d39c34;
  -moz-transform: translateX(-80px);
  transform: translateX(-80px);
}
.index_more:hover:after {
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
/*----- common -----*/
.sect5 {
  padding: 50px 0 50px;
  position: relative;
}
.sect5::before {
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
}
/**/
.s_layout {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 55px;
}
.s_layout .s_box {
  position: relative;
  overflow: hidden;
}
.s_layout .s_box::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../../images/common/index/spic01-deco.png) 50% 50% / contain
    no-repeat;
  width: 349px;
  height: 349px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_layout .s_item:last-child .s_box::before {
  background: url(../../images/common/index/spic02-deco.png) 50% 50% / contain
    no-repeat;
}
.s_layout .s_box .cover {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.s_layout .s_box .s_pic {
  overflow: hidden;
  border-radius: 10px;
}
.s_layout .s_box .s_pic img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.s_layout .s_box:hover .s_pic img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.s_layout .s_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
.s_layout .s_txt h3 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 8px;
  display: block;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1;
}
.s_layout .s_txt span {
  letter-spacing: 7px;
  opacity: 0.5;
  color: #fff;
  font-size: 17px;
  margin-bottom: -10px;
  display: block;
}
/**/
.sect1::before {
  content: "";
  background: url(../../images/common/index/sect1_bg.jpg) no-repeat;
  background-attachment: fixed;
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  height: 695px;

  z-index: -1;
}
.sect1::after {
  content: "";
  background: url(../../images/common/index/sect1_bg01.png) repeat-x;
  position: absolute;
  right: 0;
  top: 421px;
  left: 0;
  height: 274px;
  z-index: -1;
}
.sect1 {
  padding: 54px 0 5px;
  text-align: center;
  margin: 0 0 160px;
  position: relative;
  z-index: 1;
}
.about-sect {
  display: block;
  margin: 0 auto;
}
.about-sect .sect-title {
  text-align: center;
  position: relative;
}
.about-sect .sect-title::after {
  content: "";
  opacity: 0;
  width: 1px;
  height: 0;
  background: #979796;
  margin: 30px auto 0;
  display: block;
  transition: all 2s;
}
.sect1.loaded .sect-title::after {
  height: 50px;
  background: #979796;
  margin: 30px auto 0;
  display: block;
  opacity: 1;
}
.about-sect .sect-txt {
  color: #545454;
  font-size: 22px;
  letter-spacing: 7px;
  font-weight: 600;
  line-height: 1.5;
  transition: letter-spacing 5s ease;
  margin-bottom: 350px;
}
.sect1.loaded .sect-txt {
  letter-spacing: 3px;
  line-height: 1.8;
}
.about-sect .editor {
  text-align: left;
  margin-top: 100px;
  padding-bottom: 0;
  margin-bottom: 500px;
  width: 45%;
  margin: 60px 0 100px auto;
  color: #545454;
  font-size: 17px;
  letter-spacing: 1.5px;
  max-width: 490px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 230px;
  min-height: 230px;
}
.sect1 .a_pic01 {
  position: absolute;
  top: 170px;
  left: calc(50% - 800px);
}
.sect1 .a_pic02 {
  position: absolute;
  top: 175px;
  right: calc(50% - 850px);
}
.sect1 .a_pic01 img,
.sect1 .a_pic02 img {
  border-radius: 10px;
}
.sect1 .a_pic {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 55%;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  max-width: 1050px;
}
.sect1 .a_pic img {
}
.sect1.loaded .a_pic img {
  -webkit-animation-name: zoomOut01;
  animation-name: zoomOut01;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes zoomOut01 {
  0% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.about-sect .index_more {
  position: absolute;
  right: 0;
  bottom: 0;
  position: relative;
  margin: 20px 0 0 auto;
}
.sect2 {
  padding: 0px 0 60px;
}
.service-sect {
}
.service-sect .sect-title {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.65);
}
.service-sect .editor {
  border: 1px solid #fff;
  padding: 30px 5%;
  text-shadow: 1px 1px 3px #616161;
  color: #fff;
}
.sect3 {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 110px;
}
.sect3::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 750px;
  background: url(../../images/common/index/sect3_bg.jpg) no-repeat fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: -1;
  margin: 0 auto;
  background-size: cover;
}
.sect3 .container {
  padding: 0 15px;
}
.products-sect {
  position: relative;
}
.products-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 1700px;
  height: 100%;
  background: #ffffff;
  left: calc(50% - 850px);
  top: 0;
  margin: 0 auto;
  background-size: cover;
  border-radius: 15px;
}
.products-sect .sect-title h2,
.products-sect .sect-title span {
  text-align: center;
  color: rgba(255, 255, 255, 0.1);
}
.products-sect .sect-title h2 {
  color: #fff;
  text-shadow: 0em 0 9px #060606bd;
}
.products-sect .sect-title {
  margin: 0 auto 90px;
}
.products-list {
  margin: 0 -10px;
  max-width: 1470px;
  position: relative;
  padding: 90px 0 200px;
}
.products-list .txt {
  position: relative;
}
.products-list li .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.products-list .item {
  width: 25%;
  padding: 0 10px;
}
.products-list .item:nth-child(4n + 1) {
  clear: left;
}
.products-list .box {
  max-width: 330px;
  margin: 0 auto 40px;
  position: relative;
}
.products-list .pic-box {
  position: relative;
  overflow: hidden;
}
.products-list .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.products-list .pic:before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}
.products-list .box:hover .pic:before {
  background-position: 50% 50%;
  opacity: 1;
}
.products-list .pic-box .ibtn {
  background-image: url("../../images/common/products/btns.png");
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.products-list .pic-box .ibtn.wish {
  background-position: 0 0;
}
.products-list .pic-box .ibtn.wish:hover {
  background-position: 0 100%;
}
.products-list .pic-box .ibtn.delete {
  background-position: 100% 0;
}
.products-list .pic-box .ibtn.delete:hover {
  background-position: 100% 100%;
}
.products-list .txt {
  padding-top: 10px;
}
.products-sect .index_more {
  bottom: 95px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sect4 {
  background: #fff;
  padding: 155px 0 200px;
}
.news-sect {
  display: flex;
}
.news-sect .sect-title {
  width: 650px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 0px;
  margin: 0;
  padding-left: 40px;
}
.news-sect .sect-title span {
  padding-left: 40px;
}
.news-list {
  width: calc(100% - 650px);
  margin: 0 0px;
  min-height: 402px;
}
.news-list li .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.news-list .item {
  width: 100%;
  padding: 0 6px;
}
.news-list .box {
  background: transparent;
  padding: 25px 20px 25px 124px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  transition: all 0.3s;
}
.news-list .box:hover {
  background: #fcfbf5;
}
.news-list .date {
  display: inline-block;
  color: #333333;
  font-family: "Crimson Text", serif;
  font-size: 50px;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -50px;
  transition: all 0.3s;
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 500;
}
.news-list .date small {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
  letter-spacing: 0;
}
.news-list .box:hover .date {
  color: #bfa55b;
}
.news-list .name {
  color: #444;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 28px;
  letter-spacing: 2px;
}
.news-list .box:hover .name {
}
.news-list .description {
  margin-top: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}
.news-list .box:hover .description {
}
.news-sect .index_more {
  position: absolute;
  top: 235px;
  left: 330px;
}
@media screen and (max-width: 1440px) {
  .sect1 .a_pic01 {
    left: calc(50% - 700px);
  }
  .sect1 .a_pic02 {
    right: calc(50% - 750px);
  }
  .about-sect .sect-txt {
    margin-bottom: 350px;
  }
  .sect1 .a_pic {
    width: calc(100% - 650px);
    bottom: 0;
  }
  .sect1 .a_pic img {
    min-height: 500px;
    object-fit: cover;
  }
  .about-sect .editor {
    padding-right: 70px;
  }
  .about-sect .index_more {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .sect1 {
    margin: 0 0 100px;
  }

  .sect1 .a_pic01 {
    width: 200px;
    left: calc(50% - 600px);
  }
  .sect1 .a_pic02 {
    width: 255px;
    right: calc(50% - 650px);
  }
  .about-sect .sect-txt {
    margin-bottom: 300px;
  }
  .sect4 {
    padding: 55px 0 100px;
  }
  .news-sect {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news-sect .sect-title {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-left: 0px;
    margin: 0;
    padding-left: 0;
  }
  .news-sect .sect-title span {
    padding-left: 0;
  }
  .news-list {
    width: 100%;
    margin: 0 auto;
    min-height: unset;
    max-width: 767px;
    margin-top: 30px;
  }
  .news-sect .index_more {
    position: absolute;
    top: 0;
    left: 0;
    position: relative;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 1000px) {
  /*手機板*/
  .banner {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .banner .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -40px;
  }
  .sect-title span {
    font-size: 70px;
  }
  .sect-title h2 {
    font-size: 35px;
    padding-top: 45px;
  }
  .sect5 {
  }
  .sect5::before {
    height: 80%;
  }
  /**/
  .s_layout {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-direction: column;
    align-items: center;
  }
  .s_layout .s_box {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }
  /**/
  .sect2 {
    padding: 10px 5px;
    margin-bottom: 25px;
  }
  .sect1 {
    padding: 55px 0 25px;
    margin-bottom: 10px;
  }
  .sect1::before {
    content: "";
    background: url(../../images/common/index/sect1_bg-mo.jpg) repeat;
  }
  .about-sect .sect-title {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  .sect1 .a_pic01,
  .sect1 .a_pic02 {
    display: none;
  }
  .sect1 .a_pic {
    width: unset;
    bottom: unset;
    position: relative;
    margin: 0 auto;
    border-radius: 0;
  }
  .sect1 .a_pic img {
    min-height: unset;
  }
  .about-sect .sect-txt {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .sect1.loaded .sect-title::after {
    display: none;
  }
  .about-sect .sect-txt {
    margin-bottom: 40px;
  }
  .about-sect .editor {
    padding-right: 70px;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 500px;
    width: auto;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    height: auto;
    min-height: unset;
    line-height: 1.8;
  }
  .about-sect .index_more {
    margin: 50px auto 80px;
  }
  .sect4 {
    padding: 30px 0 80px;
  }
  .sect4 .container {
    padding: 0;
  }
  .sect3 {
    padding: 10px 5px;
    margin-bottom: 25px;
  }
  .sect3::before {
    background: url(../../images/common/index/sect3_bg.jpg) no-repeat;
    background-size: cover;
  }
  .products-sect .sect-title {
    margin: 50px auto 50px;
  }
  .products-list {
    padding: 50px 0 130px;
  }
  .products-list .item {
    width: 50%;
    padding: 0 5px;
  }
  .products-list .item:nth-child(4n + 1) {
    clear: none;
  }
  .products-list .item:nth-child(2n + 1) {
    clear: left;
  }
  .products-list .box {
    margin-bottom: 30px;
  }
  .products-sect .index_more {
    bottom: 70px;
  }
  .news-list .date {
    position: static;
    margin: -5px 0 10px;
    float: left;
    font-size: 35px;
    padding-top: 9px;
    width: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news-list .date small,
  .news-list .name {
    font-size: 18px;
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.4;
    height: auto;
  }
  .news-list .box {
    padding: 15px 0px;
  }
  .news-list .name,
  .news-list .description {
    padding-left: 10px;
  }
  .news-list .description {
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 50px;
  }
  .news-sect .btn.more {
    margin-top: 10px;
    line-height: 35px;
    font-size: 14px;
  }
  .news-list .item {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 484px) {
  .s_layout .s_txt h3 {
    font-size: 30px;
    letter-spacing: 4px;
    display: block;
    margin-bottom: 10px;
  }
}
