.banner {
  padding: 0;
}

.banner:after {
  display: none;
}
.banner .slider-box {
  float: left;
  width: 61.11%;
}
.banner .slider {
  background: #fff;
}
.banner .advarea-slider-box {
  float: right;
  width: 36.81%;
}
.banner .advarea-list {
  background: #fff;
}
.banner .slick-dots {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: right;
  padding: 0 15px 15px;
  pointer-events: none;
}
.banner .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  background: url("../../images/common/index/banner_dot.png") no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  pointer-events: visible;
  background-position: 100% 0;
}
.banner .slick-dots li.slick-active button {
  background-position: 0% 0;
}
.banner .slick-prev,
.banner .slick-next {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  background: url("../../images/common/index/ad_arrow.png") no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  opacity: 1;
  cursor: pointer;
}
.banner .slick-prev:hover {
  background-position: 0% 100%;
}
.banner .slick-next:hover {
  background-position: 100% 100%;
}

.banner .slick-prev {
  right: 30px;
  background-position: 0 0;
}
.banner .slick-next {
  right: 0;
  background-position: 100% 0;
}
.sect1 {
  padding: 70px 0;
}
.news-sect-title {
  margin-bottom: 30px;
  text-align: center;
}
.news-sect-title span {
  color: #333;
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: -15px;
}
.news-sect-title span::first-letter {
  color: #1972e7;
}

.news-sect-title h2 {
  width: 100%;
  display: flex;
  align-items: center;
  color: #444;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
}

.news-sect-title h2::before,
.news-sect-title h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ccc;
}

.news-sect-title h2::before {
  margin-right: 30px;
}

.news-sect-title h2::after {
  margin-left: 30px;
}
.news-sect {
  float: right;
  width: calc(100% - 520px);
  padding-right: 55px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-control-box {
  display: table;
  width: 30px;
  height: 100%;
}
.news-sect .slick-dots {
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-sect .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  background: url("../../images/common/index/news_dot.png") no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  pointer-events: visible;
}
.news-sect .slick-dots li.slick-active button {
  background-position: 100% 0;
}
.news-list .item {
  width: 33.33%;
}
.news-list .box {
  margin: 0 auto;

  position: relative;
  max-width: 220px;
}
.news-list .item .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.news-list .pic {
  position: relative;
  overflow: hidden;
  max-width: 220px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.news-list .pic:before {
  content: "MORE";
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  color: #fff;
  background: rgb(0 0 0 / 50%);
  border-radius: 0;
  opacity: 0;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s;
}
.news-list .box:hover .pic:before {
  opacity: 1;
  letter-spacing: 1px;
}
.news-list .date {
  display: block;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 10px 0 6px;
  background: #1a73e8;
  border-radius: 0;
  padding: 5px;
  max-width: 125px;
  text-align: center;
  margin: 0 auto;
  margin-top: -18px;
  margin-left: 0;
  z-index: 2;
  position: relative;
}
.news-list .date:before {
}
.news-list .name {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  /* font-weight: normal; */
  letter-spacing: 0.06em;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0 6px;
  height: 26px;
}
.news-list .box:hover .name {
  color: #1a73e8;
}
.news-list .description {
  color: #999999;
  font-size: 15px;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 45px;
  height: auto;
}
.contact-sect {
  width: 430px;
  float: left;
  padding: 220px 35px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../../images/common/contact_bg.webp) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.contact-sect::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  opacity: 0.9;
}
.contact-sect .title {
  z-index: 2;
  position: relative;
  margin-bottom: 10px;
}
.contact-sect .title span {
  color: #333;
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: -15px;
}
.contact-sect .title span::first-letter {
  color: #1972e7;
}

.contact-sect .title h2 {
  color: #444;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
}
.sect2 {
  position: relative;
  padding-top: 130px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.sect2 .a_pic {
  position: absolute;
  bottom: 0;

  max-height: 568px;
  width: 1040px;
  overflow: hidden;
}

.sect2 .a_pic img {
  top: -250px;
  -webkit-animation-name: zoomOut01;
  animation-name: zoomOut01;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -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 {
  max-width: 720px;
  float: right;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 90px 90px 60px;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

.about-sect::before {
  content: "ABOUT";
  color: #444444;
  font-size: 140px;
  opacity: 0.05;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: -54px;
}

.about-title {
  z-index: 2;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}
.about-title span {
  color: #333;
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: -15px;
}
.about-title span::first-letter {
  color: #1972e7;
}

.about-title h2 {
  color: #444;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
  margin-left: 10px;
}

.about-sect .a_txt {
  position: absolute;
  top: -111px;
  right: 44px;
  color: #5e5e5e;
  font-size: 20px;
  letter-spacing: 2px;
  letter-spacing: 5px;
  line-height: 1.8;
}
.about-sect .a_txt .highlight {
  color: #1a73e8;
}
.about-sect .ibtn.more {
  background: #1a73e8;
  color: #fff;
  width: 180px;
  height: 55px;
  position: relative;
  line-height: 55px;
  text-indent: inherit;
  text-align: center;
  margin: 30px auto 0px;
  margin-left: 0;
  display: block;
  transition: all 0.3s ease;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
}

.about-sect .ibtn.more:hover {
  background: #333;
  letter-spacing: 1px;
}

.about-sect .txt-box {
}

.about-sect .txt-box .editor {
  color: #727272;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 108px;
}
.sect3 {
  padding: 55px 0 25px;
  background: #ffffff;
}
.products-sect .ibtn.more {
  background: #1a73e8;
  color: #fff;
  width: 180px;
  height: 55px;
  position: relative;
  line-height: 55px;
  text-indent: inherit;
  text-align: center;
  margin: 30px auto 55px;
  display: block;
  transition: all 0.3s ease;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif;
}

.products-sect .ibtn.more.more:hover {
  background: #333;
  letter-spacing: 1px;
}

.products-title {
  margin-bottom: 30px;
  text-align: center;
}
.products-title span {
  font-size: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: -15px;
  color: #333;
}
.products-title span::first-letter {
  color: #1972e7;
}

.products-title h2 {
  width: 100%;
  display: flex;
  align-items: center;
  color: #444;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
}

.products-title h2::before,
.products-title h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ccc;
}

.products-title h2::before {
  margin-right: 30px;
}

.products-title h2::after {
  margin-left: 30px;
}

.products-list {
  margin: 0 -10px;
}
.products-list .item {
  width: 20%;
  padding: 0 10px;
}
.products-list .item .box {
  text-align: center;
  position: relative;
}
.products-list .item .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.products-list .item:nth-child(5n + 1) {
  clear: left;
}
.products-list .item:nth-child(n + 11) {
  display: none;
}
.products-list .box {
  max-width: 220px;
  margin: 0 auto 25px;
  background: #fff;
  position: relative;
  border-bottom: 3px solid #c8c8c8;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 15px 15px 20px;
  transition: all 0.3s ease;
}
.products-list .box:hover {
  border-color: #1a73e8;
}
.products-list .box.new:before {
  content: "";
  background: url("../../images/common/products/new_tag.png");
  background-size: contain;
  width: 54px;
  height: 25px;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
}
.products-list .pic-box .btn {
  background: url(../../images/common/products/wish_tag.webp);
  background-size: contain;
  width: 21px;
  height: 19px;
  position: absolute;
  z-index: 10;
  top: 8px;
  right: 8px;
}
.products-list .pic-box .btn:hover {
  background: url("../../images/common/products/wish_tag_h.webp");
  background-size: contain;
}
.products-list .pic-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.products-list .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.products-list .pic img {
}
.products-list .pic:before {
  content: "";

  background: linear-gradient(
    to bottom,
    rgba(26, 115, 232, 0) 0%,
    rgba(26, 115, 232, 1) 100%
  );
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products-list .box:hover .pic:before {
  opacity: 0.2;
}
.products-list .txt {
  position: relative;
  text-align: center;
  font-weight: bold;
  padding: 0 14px 10px;
  line-height: 1.4;
}
.products-list .name {
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  text-align: left;
  transition: all 0.3s ease;
  margin-bottom: 4px;
}
.products-list .box:hover .name {
  color: #1a73e8;
}

.products-list .offers {
  color: #da2c32;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  text-align: left;
}
/*-- 新的編輯器 --*/
.sect4,
.sect5 {
  margin: 40px 0;
}

/*20260819產品順序往上移至大圖下方 關於我們移除*/
.site-main {
  display: flex;
  flex-direction: column;
}
.sect3 {
  order: 1;
}
.sect1 {
  order: 2;
}
/*END20260819產品順序往上移至大圖下方 關於我們移除*/

@media screen and (max-width: 1500px) {
  .about-sect .a_txt {
    right: 0;
  }
}
@media screen and (max-width: 1380px) {
  .sect2 {
    position: relative;
    padding-top: 70px;
  }
  .sect2 .a_pic {
    max-height: 568px;
    width: 900px;
    overflow: hidden;
    max-width: 900px;
  }
  .about-sect .a_txt {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .news-list .item {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .sect2 {
    position: relative;
    padding-top: 20px;
  }
  .sect2 .container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .sect2 .a_pic {
    position: relative;
    bottom: unset;
    max-width: 720px;
  }

  .products-list {
    margin: 0 -7px;
  }
  .products-list .item {
    padding: 0 7px;
    width: 25%;
  }
  .products-list .item:nth-child(5n + 1) {
    clear: none;
  }
  .products-list .item:nth-child(4n + 1) {
    clear: left;
  }
  .products-list .item:nth-child(n + 11) {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .news-sect {
    width: calc(100% - 380px);
    padding-right: 30px;
  }
  .news-sect .slick-dots {
    right: 0;
  }
  .news-list .item {
    width: 100%;
  }
  .contact-sect {
    width: 360px;
  }

  /*-- 優化 --*/
  .sect1 {
    padding: 45px 0 20px;
  }
  .news-sect-title {
  }
  .sect4,
  .sect5 {
    margin: 10px 0 0px;
  }
  .contact-sect .hours-tel {
    font-size: 14px;
  }
  .contact-sect .hours-tel b {
    font-size: 16px;
  }
  .contact-sect .time {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .news-list .name {
    margin: 3px 0;
    height: auto;
  }
  .news-list .box {
    padding: 5px 10%;
  }
  .about-sect .txt-box {
  }
  .sect3 {
    padding: 35px 0 35px;
  }
  .products-sect .ibtn.more {
    margin: 15px auto 10px;
  }
  .products-list .box {
    margin: 0 auto 20px;
  }
  .products-list .name {
    font-size: 16px;
    height: auto;
    letter-spacing: 0.03em;
    margin-bottom: 0;
  }
  .products-list .offers {
    font-size: 16px;
    height: auto;
  }
  .banner .slick-prev,
  .banner .slick-next {
    bottom: 0px;
  }
  .banner .slick-prev {
    right: 30px;
  }
  .banner .slick-next {
    right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .products-list .item {
    width: 33.33%;
  }
  .products-list .item:nth-child(4n + 1) {
    clear: none;
  }
  .products-list .item:nth-child(3n + 1) {
    clear: left;
  }
  .products-list .box {
    margin: 0 auto 25px;
    padding: 10px 10px 15px;
  }
  .products-list .box.new:before {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider-box,
  .banner .advarea-slider-box {
    float: none;
    width: auto;
  }
  .banner .advarea-slider-box {
    padding: 15px;
  }
  .banner .advarea-list {
    max-width: 530px;
    margin: 0 auto;
  }
  .news-sect-title span,
  .contact-sect .title span,
  .about-title span,
  .products-title span {
    font-size: 30px;
  }
  .news-sect-title,
  .products-title {
    margin-bottom: 20px;
  }
  .sect1 {
    padding: 15px 0 20px;
  }
  .sect1 .container {
    max-width: 450px;
    margin: 0 auto;
  }
  .news-sect,
  .contact-sect {
    float: none;
    width: auto;
  }
  .news-sect {
    padding: 0 0 40px;
  }

  .news-list .box {
    padding: 5px 5%;
  }
  .news-sect .slick-dots {
    position: static;
    text-align: center;
    margin-top: 5px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .news-sect .slick-dots li {
    display: inline-block;
  }
  .news-list {
  }
  .news-list .item {
    width: 50%;
  }
  .contact-sect {
    text-align: center;
    padding: 100px 35px 40px;
  }
  .sect2 .a_pic {
    max-width: 720px;
    width: auto;
  }
  .about-sect {
    padding: 20px 30px 40px;
  }
  .about-title {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about-title h2 {
    margin-left: 0;
  }
  .about-sect .txt-box .editor {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    height: AUTO;
  }
  .about-sect .ibtn.more {
    text-align: center;
    margin: 30px auto 0px;
  }
  .about-sect::before {
    display: none;
  }

  .products-list .pic-box .btn {
    top: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 680px) {
  .products-list .item {
    width: 50%;
  }
  .products-list .item:nth-child(3n + 1) {
    clear: none;
  }
  .products-list .item:nth-child(2n + 1) {
    clear: left;
  }
  .products-list .item:nth-child(n + 11) {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .news-list .item {
    width: 100%;
  }
}
