.wrapper {
  background: #fff;
}
.site-main {
  margin: 0;
  padding: 0;
  background: none;
}
.bottom_logo {
  position: absolute;
  bottom: -18%;
  right: 0;
  z-index: -1;
}
.slick-arrow {
  cursor: pointer;
}
.sect-title {
  position: relative;
  margin: 0 0 30px;
}
.sect-title span {
  position: relative;
  display: block;
  color: #333333;
  font-size: 65px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
}
.sect-title span::before {
  content: "";
  position: absolute;
  font-size: 38px;
  color: #333333;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Cormorant Garamond", serif;
  top: -25px;
  left: -40px;
}
.sect-title h2 {
  position: relative;
  display: block;
  color: #444444;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
}
.sect-title i {
  display: none;
}
.sect-title h2 i {
  display: inline-block;
  font-style: normal;
}
.more {
  position: relative;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 0.8px;
  color: #444444;
  font-family: "Cormorant Garamond", serif;
  padding: 5px 50px 5px 65px;
  transition: all 0.3s ease;
}
.more:hover {
  padding-right: 70px;
}
.more::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #a4a4a4;
  bottom: 13px;
  right: -1px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.more::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 1px;
  background: #a4a4a4;
  bottom: 9px;
  right: 0;
  transition: all 0.3s ease;
}
.more:hover:after {
  width: 60px;
}
.more .circle {
  position: relative;
}
.more .circle::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #333333;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  transition: all 0.3s ease;
}
.more .circle::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333333;
  top: 50%;
  transform: translateY(-50%);
  left: -38px;
  transition: all 0.3s ease;
}
.more i::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333333;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  transition: all 0.3s ease;
}
.more:hover .circle::before,
.more:hover .circle::after,
.more:hover i::before {
  background: #999999;
}
/* ------------- banner ------------- */
.banner {
  z-index: 1;
  background: #555;
}
.banner img {
  width: 100%;
}
.banner * {
  height: 100%;
}
.banner img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  max-width: inherit;
}
.banner .container {
  max-width: 100%;
  padding: 0;
}
.banner .btn-scroll {
  width: 130px;
  height: 90px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-indent: unset;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
  transition: all 0.5s ease;
  z-index: 10;
}
.banner .btn-scroll:hover {
  background-position: unset;
  letter-spacing: 1px;
}
.banner .btn-scroll::after {
  content: "";
  display: block;
  background: transparent;
  width: 132px;
  height: 39px;
  border-radius: 50px;
  position: absolute;
  left: 0px;
  top: 0;
  margin-top: 0px;
  z-index: -1;
  opacity: 1;
  transition: all 0.3s;
}
.banner .btn-scroll:hover::after {
  opacity: 0.8;
}
.banner .btn-scroll:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  width: 1px;
  height: 50px;
  margin-left: -0.5px;
  background: linear-gradient(
      to top,
      transparent 32%,
      #fff 0,
      #fff 66%,
      transparent 0,
      transparent 100%
    )
    50% 100%/1px 300% no-repeat;
  -webkit-animation: 2.3s scrollDownAni linear both infinite;
  animation: 2.3s scrollDownAni linear both infinite;
  z-index: 0;
  opacity: 0.3;
}
@-webkit-keyframes scrollDownAni {
  0% {
    background-position-y: 100%;
  }
  100% {
    background-position-y: 0;
  }
}
@keyframes scrollDownAni {
  0% {
    background-position-y: 100%;
  }
  100% {
    background-position-y: 0;
  }
}
/* ------------- sect1、about-sect ------------- */
.sect1 {
  padding: 90px 0 95px;
  position: relative;
  background: url(../../images/common/index/a_bg.jpg) no-repeat;
  background-size: cover;
}
.about-sect {
  position: relative;
}
.about-sect .container {
  max-width: unset;
  padding: 0;
}
.about-sect .row {
  position: relative;
  display: flex;
  align-items: center;
}
.about-sect .col {
  position: relative;
}
.about-sect .col.txt {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  padding: 5% 4% 5% 10%;
  margin-left: 9.5%;
}
.about-sect .col.pic {
  margin: 0;
  position: relative;
  box-sizing: border-box;
  top: 0;
  right: 0;
  width: 50%;
}
.about-sect .col.pic::before {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background: #555555;
  transition: all 2s ease;
  z-index: 1;
}
.loaded.about-sect .col.pic::before {
  width: 160px;
}
.about-sect .sect-title span::before {
  content: "02";
}
.about-sect .sect-title::before {
  content: "WHO\AWE ARE";
  white-space: pre;
  position: absolute;
  display: block;
  box-sizing: border-box;
  -webkit-text-stroke: 1px #d9d9d9;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.8;
  font-family: "Cormorant Garamond", serif;
  top: -62%;
  left: -32%;
}
.about-sect .sect-title::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 1px;
  background: #d9d9d9;
  left: -385px;
  top: -56px;
}
.about-sect .editor {
  position: relative;
  box-sizing: border-box;
  color: #777777;
  letter-spacing: 0.8px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 280px;
}
.about-sect .btn-box {
  position: relative;
  text-align: left;
  padding: 0;
  margin: 50px 0 0;
  display: none;
}
.about-sect .slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: left;
  padding: 0 50px;
  pointer-events: none;
  z-index: 10;
}
.about-sect .slider .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  margin: 0 5px;
  background: transparent;
  border: 1px solid #b7b4b4;
  width: 20px;
  height: 5px;
  cursor: pointer;
  pointer-events: visible;
}
.about-sect .slider .slick-dots li.slick-active button {
  border-color: #b7b4b4;
  background: #b7b4b4;
}
/* ------------- sect2、news-sect ------------- */
.sect2 {
  position: relative;
  padding: 80px 0 50px;
  z-index: unset;
}
.news-sect {
  position: relative;
}
.news-sect .sect-title {
  text-align: center;
  margin: 0 0 50px;
}
.news-sect .sect-title span::before {
  content: "01";
  position: relative;
  display: block;
  left: -175px;
  top: 10px;
}
.news-sect .sect-title::before {
  content: "LATEST NEWS";
  white-space: pre;
  position: absolute;
  display: block;
  box-sizing: border-box;
  -webkit-text-stroke: 1px #d9d9d9;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.8;
  font-family: "Cormorant Garamond", serif;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 43%;
  transform: translateY(-50%);
}
.news-list {
  margin: 0 -10px;
}
.news-list .item {
  width: 25%;
  padding: 0 10px;
}
.news-list .item:nth-child(4n + 1) {
  clear: left;
}
.news-list .box {
  margin: 0 auto 30px;
  position: relative;
}
.news-list .box .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;
}
.news-list .txt {
  position: relative;
  padding: 20px 0 0;
}
.news-list .txt .date {
  float: left;
  position: relative;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 0.5;
  padding: 18px 9.424px 18px;
  margin-right: 15px;
  background: #555555;
  font-family: "Cormorant Garamond", serif;
  transition: all 0.3s ease;
  z-index: 2;
}
.news-list .txt .date small {
  font-size: 40px;
  display: block;
  font-weight: 600;
  line-height: 0.6;
}
.news-list .box .txt .date::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #777777;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.news-list .box:hover .txt .date::before {
  width: 100%;
}
.news-list .name {
  position: relative;
  height: 55px;
  margin: 0;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 1.45;
  top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.news-list .box:hover .name {
  color: #777777;
}
.news-list .description {
  position: relative;
  color: #999;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
  margin: 20px 0;
  transition: all 0.3s ease;
}
.news-list .box:hover .description {
  color: #777777;
}
/* ------------- sect3、service-sect ------------- */
.sect3 {
  position: relative;
  padding: 0;
  max-width: 1903px;
  margin-left: auto;
  margin-right: auto;
}
.sect3 .container {
  max-width: unset;
  padding: 0;
}
.service-sect {
  position: relative;
  box-sizing: border-box;
}
.service-sect .row {
  position: relative;
  box-sizing: border-box;
  display: flex;
}
.service-sect .col {
  position: relative;
  box-sizing: border-box;
}
.service-sect .col.pic {
  width: 100%;
  max-width: 800px;
}
.service-sect .col.txt {
  width: calc(100% - 800px);
  background: url(../../images/common/index/s_bg.jpg) no-repeat 50% 100%;
}
.service-sect .col.txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 550px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
  top: 0;
  left: 0;
  transition: all 1s ease;
}
.loaded.service-sect .col.txt::before {
  width: 1120px;
}
.service-sect .sect-title {
  position: relative;
  padding: 60px 0 0 66px;
}
.service-sect .sect-title::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 290px;
  background: rgb(34, 34, 34, 0.82);
  top: 0;
  left: 0;
}
.service-sect .sect-title h2,
.service-sect .sect-title span b,
.service-sect .sect-title span::before {
  content: "04";
  color: #fff;
  font-style: unset;
}
.service-sect .sect-title span b {
  font-weight: 500;
}
.service-sect .editor {
  position: relative;
  box-sizing: border-box;
  color: #555;
  letter-spacing: 0.8px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 180px;
  padding-left: 355px;
  margin-top: -35px;
  padding-right: 27.5%;
}
.service-sect .btn-box {
  padding: 0;
  text-align: left;
}
.service-sect .more {
  position: absolute;
  top: -130px;
  left: 110px;
  color: #fff;
}
.service-sect .more .circle::before,
.service-sect .more .circle::after,
.service-sect .more i::before {
  background: #fff;
}
.service-sect .more::before {
  background: #fff;
  bottom: 17px;
}
.service-sect .more::after {
  background: #fff;
  bottom: 14px;
}
.service-sect .slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: right;
  padding: 0 50px;
  pointer-events: none;
  z-index: 10;
}
.service-sect .slider .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: right;
  padding: 0;
  border: 0;
  margin: 0 5px;
  background: transparent;
  border: 1px solid #b7b4b4;
  width: 20px;
  height: 5px;
  cursor: pointer;
  pointer-events: visible;
}
.service-sect .slider .slick-dots li.slick-active button {
  border-color: #b7b4b4;
  background: #b7b4b4;
}
/* ------------- sect4、products-sect ------------- */
.sect4 {
  position: relative;
  padding: 50px 0;
}
.sect4 .container {
  max-width: 1330px;
  position: relative;
}
.sect4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 280px;
  top: 0;
  left: 0;
  background: url(../../images/common/index/p_title_bg.jpg) no-repeat;
  background-size: cover;
}
.products-sect {
  position: relative;
}
.products-sect .sect-title {
  text-align: center;
}
.products-sect .sect-title span::before {
  content: "05";
  color: #fff;
  position: relative;
  display: block;
  left: -175px;
  top: 10px;
}
.products-sect .sect-title h2,
.products-sect .sect-title span {
  color: #fff;
}
.products-sect .sect-title::before {
  content: "PRODUCTS";
  white-space: pre;
  position: absolute;
  display: block;
  box-sizing: border-box;
  -webkit-text-stroke: 1px rgb(221, 221, 221, 0.1);
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.8;
  font-family: "Cormorant Garamond", serif;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 58%;
  transform: translateY(-50%);
}
.products-sect .slick-arrow {
  border: none;
  background: transparent;
  width: 80px;
  padding-left: 18px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  color: transparent;
  z-index: 999;
}
.products-sect .slick-prev {
  left: -90px;
}
.products-sect .slick-prev::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 1px;
  background: #888888;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}
.products-sect .slick-prev::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #888888;
  bottom: 5px;
  left: 17px;
  transform: rotate(-50deg);
  transition: all 0.3s ease;
}
.products-sect .slick-prev:hover:after {
  left: -2px;
}
.products-sect .slick-next {
  right: -90px;
}
.products-sect .slick-next::before {
  content: "";
  position: absolute;
  width: 62px;
  height: 1px;
  background: #888888;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.products-sect .slick-next::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #888888;
  bottom: 5px;
  right: 17px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.products-sect .slick-next:hover:after {
  right: -2px;
}
.products-sect .slick-prev:hover:before,
.products-sect .slick-next:hover:before {
  width: 80px;
}
.products-list {
  position: relative;
  max-width: 1330px;
  margin: 0 -10px;
}
.products-list .item {
  width: 25%;
  padding: 0 10px;
  margin: 0 auto 30px;
}
.products-list .item:focus {
  outline: none;
}
.products-list .box {
  max-width: 310px;
  margin: 0 auto;
  position: relative;
}
.products-list .box .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.products-list .box .pic {
  max-width: 310px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.products-list .box .pic img {
  position: relative;
  overflow: hidden;
}
.products-list .box .pic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff',GradientType=1);
  top: 0;
  z-index: 10;
  transition: all 0.5s ease;
  mix-blend-mode: multiply;
  opacity: 1;
}
.products-list .box:hover .pic::after {
  opacity: 0;
}
.products-list .box.new .pic:before {
  content: "";
  background: url(../../images/common/products/news.svg);
  width: 70px;
  height: 31px;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
.products-list li .txt {
  padding: 15px 20px 25px 45px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  pointer-events: none;
  margin-top: -65px;
  text-align: center;
  position: relative;
  z-index: 12;
  opacity: 1;
  transition: all 0.5s ease;
}
.products-list li .box:hover .txt {
  opacity: 0;
}
.products-list .name {
  position: relative;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.products-list li .txt::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 18px;
  top: 19px;
  left: 35px;
  background: rgba(255, 255, 255, 0.8);
}
.products-sect .btn-box {
  position: absolute;
  top: 85px;
  right: 0;
}
.products-sect .more {
  color: #fff;
}
.products-sect .more .circle::before,
.products-sect .more .circle::after,
.products-sect .more i::before {
  background: #fff;
}
.products-sect .more::before {
  background: #fff;
  bottom: 17px;
}
.products-sect .more::after {
  background: #fff;
  bottom: 14px;
}
/* ------------- sect5、products-sect ------------- */
.sect5 {
  position: relative;
  padding: 90px 0 100px;
}
.sect5 .container {
  max-width: 1330px;
  margin: 0 auto;
}
.branch-sect {
  position: relative;
}
.branch-sect .sect-title::before {
  content: "OUR STORE";
  white-space: pre;
  position: absolute;
  display: block;
  box-sizing: border-box;
  -webkit-text-stroke: 1px #e0e0e0;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.8;
  font-family: "Cormorant Garamond", serif;
  top: -6px;
  left: -32px;
}
.branch-sect .sect-title::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 1px;
  background: #e0e0e0;
  left: -390px;
  top: 3px;
}
.branch-sect .btn-box {
  padding: 0;
  position: absolute;
  top: 75px;
  right: 0;
  display: none;
}
.branch-list {
  margin: 0 -10px;
}
.branch-list li {
  padding: 0 10px;
}
.branch-list .box {
  position: relative;
  overflow: hidden;
  margin: 0 auto 15px;
}
.branch-list .box .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: none;
}
.branch-list .pic {
  position: relative;
  overflow: hidden;
}
.branch-list .pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  top: 0;
  z-index: 10;
  transition: all 0.5s ease;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
.branch-list .box:hover .pic::before {
  opacity: 0;
}
.branch-list .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.branch-list .txt .name {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.8px;
  font-weight: normal;
  letter-spacing: 7px;
  padding: 15px;
  margin: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
.branch-list .txt .name::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #ffffff;
  width: 52px;
  height: 1px;
  transition: all 0.5s ease;
}
.branch-list .box:hover .txt .name {
  opacity: 0;
}
.branch-list .slick-dots {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 0;
  pointer-events: none;
  z-index: 10;
  display: flex;
  justify-content: center;
}
.branch-list .slick-dots li {
  padding: 0;
}
.branch-list .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  margin: 0 5px;
  background: transparent;
  border: 1px solid #e0e0e0;
  width: 20px;
  height: 5px;
  cursor: pointer;
  pointer-events: visible;
}
.branch-list .slick-dots li.slick-active button {
  border-color: #333333;
  background: #333333;
}
/* ------------- sect6、video-sect ------------- */
.sect6 {
  position: relative;
  padding: 80px 0 50px;
  margin-top: -180px;
}
.video-sect {
  position: relative;
}
.video-sect .sect-title span::before {
  content: "03";
  position: relative;
  display: block;
  left: -95px;
  top: 10px;
}
.video-sect .sect-title {
  text-align: center;
}
.video-sect .sect-title::before {
  content: "HOT VIDEO";
  white-space: pre;
  position: absolute;
  display: block;
  box-sizing: border-box;
  -webkit-text-stroke: 1px #d9d9d9;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.8;
  font-family: "Cormorant Garamond", serif;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 43%;
  transform: translateY(-50%);
}
.video-list {
  margin: 0 -15px;
}
.video-list .item {
  width: 25%;
  padding: 0 15px;
}
.video-list .item:nth-child(4n + 1) {
  clear: left;
}
.video-list .box {
  margin: 0 auto 30px;
  position: relative;
  max-width: 300px;
}
.video-list .box .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.video-list .pic {
  position: relative;
  overflow: hidden;
}
.video-list .txt {
  position: relative;
  padding: 15px 0 0;
}
.video-list .name {
  position: relative;
  height: 55px;
  margin: 0;
  font-size: 18px;
  color: #555555;
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 1.45;
  top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}
.video-list .box:hover .name {
  color: #777777;
}
.video-list .description {
  position: relative;
  color: #999;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 65px;
  margin: 20px 0;
  transition: all 0.3s ease;
}
.video-list .box:hover .description {
  color: #777777;
}
/* ------------- 20240325社群圖示 ------------- */
.socialList li {
  background: #f5f5f5;
}
/* ------------- rwd ------------- */
@media screen and (max-width: 1470px) {
  .about-sect .container {
    max-width: 1470px;
    padding: 0 15px;
  }
  .about-sect .col.txt {
    margin-left: 2%;
  }
  .service-sect .col.pic {
    width: 100%;
    max-width: 650px;
  }
  .service-sect .col.txt {
    width: calc(100% - 650px);
  }
  .service-sect .editor {
    padding-right: 15px;
  }
  .service-sect .col.txt::before {
    height: 450px;
  }
}
@media screen and (max-width: 1440px) {
  .products-sect .slick-prev {
    left: -80px;
  }
  .products-sect .slick-next {
    right: -80px;
  }
  .service-sect .editor {
    padding-left: 335px;
  }
  .about-sect .col.pic::before {
    left: -40px;
  }
  .loaded.about-sect .col.pic::before {
    width: 80px;
  }
  .sect4 .container {
    padding: 0 15px;
  }
  .service-sect .col.pic {
    width: 100%;
    max-width: 500px;
  }
  .service-sect .col.txt {
    width: calc(100% - 500px);
  }
  .service-sect .col.txt::before {
    height: 350px;
  }
}
@media screen and (max-width: 1280px) {
  .about-sect .col.txt {
    margin-left: 0;
  }
  .branch-sect .sect-title::before {
    left: -20px;
  }
  .sect-title span {
    font-size: 50px;
  }
  .service-sect .sect-title::before {
    width: 260px;
    height: 240px;
  }
  .service-sect .more {
    top: -150px;
    left: 70px;
  }
  .service-sect .editor {
    padding-left: 280px;
  }
  .news-sect .sect-title::before {
    top: 40%;
  }
  .sect6 {
    margin-top: -166px;
  }
}
@media screen and (max-width: 1200px) {
  .about-sect .col.txt {
    padding: 5% 5% 5% 8%;
  }
  .about-sect .sect-title::before {
    left: -22%;
  }
  .sect3 .container {
    padding: 0;
  }
  .service-sect {
    width: 100%;
  }
  .service-sect::before {
    height: 320px;
  }
  .service-sect .editor {
    -webkit-line-clamp: 4;
    height: 115px;
  }
  .service-sect .more {
    top: -90px;
  }
}
@media screen and (max-width: 1000px) {
  /* common */
  .sect-title {
    text-align: center;
  }
  .sect-title span {
    font-size: 35px;
    width: fit-content;
    margin: 0 auto;
  }
  /* banner */
  .banner .btn-scroll {
    width: 100px;
    height: 40px;
    font-size: 10px;
  }
  .banner .btn-scroll:before {
    top: 20px;
    height: 20px;
  }
  .banner .btn-scroll::after {
    width: 100px;
    height: 20px;
  }
  /* sect1_about-sect */
  .sect1 {
    padding: 50px 0 40px;
    background-size: cover;
  }
  .about-sect .row {
    flex-direction: column-reverse;
  }
  .about-sect .col.txt {
    padding: 50px 30px 0;
    width: 100%;
  }
  .about-sect .col.pic {
    width: 100%;
  }
  .about-sect .col.pic::before {
    display: none;
  }
  .about-sect .sect-title::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 65px;
  }
  .about-sect .editor {
    text-align: center;
    -webkit-line-clamp: 10;
    height: auto;
  }
  .about-sect .btn-box {
    margin: 30px auto 0;
    text-align: center;
  }
  .about-sect .sect-title::before {
    opacity: 0.5;
  }
  .about-sect .slider .slick-dots {
    bottom: 20px;
    padding: 0 30px;
    text-align: center;
  }
  .about-sect .slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  /* sect2_news-sect */
  .sect2 {
    padding: 50px 0 40px;
  }
  .news-sect {
    float: none;
    width: 100%;
  }
  .news-list .item {
    width: 50%;
  }
  .news-list .item:nth-child(4n + 1) {
    clear: none;
  }
  .news-list .item:nth-child(2n + 1) {
    clear: left;
  }
  .news-sect .sect-title::before {
    font-size: 65px;
    top: 35%;
  }
  .news-sect .sect-title span::before {
    top: -25px;
    left: -40px;
    position: absolute;
  }
  .news-sect .sect-title {
    margin: 0 0 30px;
  }
  .news-list .name {
    font-size: 16px;
    height: 48px;
    margin: 0 0 15px;
  }
  .news-list .txt .date {
    padding: 13px 9.424px 13px;
  }
  .news-list .description {
    margin: 10px 0 0;
  }
  .news-sect .btn-box {
    padding: 0;
  }
  /* sect3_service-sect */
  .service-sect .editor {
    padding: 0 15px;
    margin: 0;
  }
  .service-sect .sect-title::before {
    width: 100%;
    height: 100%;
  }
  .service-sect .sect-title span {
    color: #fff;
  }
  .service-sect .sect-title {
    padding: 40px 15px 70px;
    margin: 0 0 25px;
  }
  .service-sect .more {
    position: relative;
    top: unset;
    left: unset;
    color: #fff;
  }
  .service-sect .btn-box {
    text-align: center;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .service-sect::before {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(
      bottom,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-linear-gradient(
      bottom,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=1 );
  }
  .service-sect::before {
    height: 100%;
    transition: all 2s ease;
  }
  .service-sect .row {
    flex-direction: column;
  }
  .service-sect .col.pic {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
  }
  .service-sect .col.txt {
    width: 100%;
    padding: 0 0 100px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .service-sect .col.txt::before {
    height: 100%;
  }
  .service-sect .slider .slick-dots {
    bottom: 20px;
    padding: 0 30px;
    text-align: center;
  }
  .service-sect .slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .service-sect .editor {
    -webkit-line-clamp: initial;
    height: auto;
  }
  /* sect4_service-sect */
  .products-sect .sect-title span::before {
    top: -25px;
    left: -40px;
    position: absolute;
  }
  .products-sect .sect-title::before {
    font-size: 65px;
    top: 35%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
  .products-list .name {
    font-size: 16px;
  }
  .products-list li .txt {
    padding: 15px 20px 25px 30px;
    margin-top: -65px;
  }
  .products-list li .txt::before {
    top: 18px;
    left: 18px;
  }
  .sect4 {
    padding: 50px 0 5px;
  }
  .sect4 .container {
    padding: 0 15px;
  }
  .products-sect .btn-box {
    position: relative;
    top: unset;
    right: unset;
    padding: 0;
  }
  .products-sect .more {
    color: #444444;
  }
  .products-sect .more .circle::before,
  .products-sect .more .circle::after,
  .products-sect .more i::before {
    background: #333;
  }
  .products-sect .more::before {
    background: #333;
    bottom: 17px;
  }
  .products-sect .more::after {
    background: #333;
    bottom: 14px;
  }
  .products-sect .more:hover .circle::before,
  .products-sect .more:hover .circle::after,
  .products-sect .more:hover i::before {
    background: #999999;
  }
  /* sect5_branch-sect */
  .sect5 {
    position: relative;
    padding: 50px 0 80px;
  }
  .branch-sect .sect-title::before {
    font-size: 65px;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .branch-sect .btn-box {
    position: relative;
    top: unset;
    right: unset;
    text-align: center;
    margin: 25px auto 0;
  }
  .branch-list .txt .name {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .branch-list .slick-dots li {
    padding: 0;
  }
  .branch-list .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  /* deg-again */
  .news-sect .sect-title::before,
  .branch-sect .sect-title::before {
    opacity: 0.3;
  }
  .about-sect .sect-title::after,
  .branch-sect .sect-title::after {
    display: none;
  }
  .bottom_logo {
    bottom: -30px;
    opacity: 0.5;
  }
  .sect-title span::before,
  .about-sect .sect-title span::before,
  .products-sect .sect-title span::before,
  .news-sect .sect-title span::before,
  .service-sect .sect-title span::before,
  .video-sect .sect-title span::before {
    font-size: 28px;
    top: -25px;
    left: -25px;
  }
  /* sect6_video-sect */
  .sect6 {
    margin: 0;
    padding: 60px 0 20px;
  }
  .video-list .item {
    width: 50%;
  }
  .video-list .item:nth-child(4n + 1) {
    clear: none;
  }
  .video-list .item:nth-child(2n + 1) {
    clear: left;
  }
  .video-sect .sect-title::before {
    font-size: 65px;
    top: 35%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
  .video-sect .sect-title::before {
    opacity: 0.5;
  }
  .video-sect .sect-title span::before {
    position: absolute;
  }
  .video-list .name {
    font-size: 16px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .news-sect .sect-title {
    text-align: center;
  }
  .news-list .box {
    margin: 0 auto 30px;
  }
  .news-sect .sect-title::before {
    content: "LATEST\ANEWS";
  }
  .branch-sect .sect-title::before {
    content: "OUR\ASTORE";
    top: 50%;
  }
  .sect-title span {
    font-size: 30px;
  }
  .products-list .item {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .products-sect .slick-prev::before,
  .products-sect .slick-next::before {
    width: 50px;
  }
  .products-sect .slick-arrow {
    width: 60px;
  }
  .products-sect .slick-prev {
    left: -60px;
  }
  .products-sect .slick-next {
    right: -60px;
  }
  .products-sect .slick-prev {
    left: -55px;
  }
  .products-sect .slick-next {
    right: -55px;
  }
  .products-sect .slick-prev::after {
    left: 7px;
  }
  .products-sect .slick-next::after {
    right: 7px;
  }
  .products-sect .slick-prev:hover:before,
  .products-sect .slick-next:hover:before {
    width: 60px;
  }
  .sect4::before {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .video-list {
    margin: 0 -10px;
  }
  .video-list .item {
    padding: 0 10px;
  }
}
