@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i");

.wrapper {
  background: #ffffff;
}

/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box {
  margin: 0 auto 45px;
  padding-bottom: 35px;
  position: relative;
}
.type5 .article-list .item .box {
  padding: 12px 12px 0;
  background: #eff1f3;
  transition: all 0.3s ease;
}
.type5 .article-list .item .box:hover {
  background: #fad038;
}
.article-list .item .pic {
  position: relative;
  box-sizing: border-box;
  order: 2;
  width: 100%;
  vertical-align: top;
}
.article-list .item .box .name {
  color: #000;
}
.article-list .item .box:hover .name {
  text-decoration: underline;
}
.article-list .item .box .description {
  color: #6f6f6f;
}
.type5 .keyword_box {
  padding: 9px 27px 9px 47px;
  margin: 0 -27px;
  color: #aaaaaa;
  background: #f6f6f6;
}
.type5 .keyword_box:before {
  left: 27px;
}
.type5 .article-list .pic .mask {
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "roboto", sans-serif;
  top: 50%;
  font-size: 13px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.type5 .article-list .item .box:hover .mask {
  opacity: 1;
}
.type5 .article-list .item .date,
.article-date {
  border-radius: 3px;
  color: #ffffff;
  width: 57px;
  height: 63px;
  padding-top: 13px;
  line-height: 0.5;
  background: #fad038;
  transition: all 0.3s ease;
}
.type5 .article-list .item .date .day {
  color: #000;
  font-weight: bolder;
  transition: all 0.3s ease;
}
.type5 .article-list .item .box:hover .date {
  background: #000;
}
.type5 .article-list .item .box:hover .date .day {
  color: #fad038;
}
.article-box .article-list .btn.more {
  z-index: 5;
  overflow-x: hidden;
  background: #000;
  color: #fad038;
  position: relative;
}
.article-box .article-list .btn.more:hover {
  background: #000;
  color: #fff;
}
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date:before {
  color: #000;
  border-color: #fad038;
}
/*------------ keyword_box ------------*/
.keyword_box i {
  font-size: 14px;
  line-height: 14px;
  float: left;
  position: absolute;
  top: 14px;
  left: 0;
}
.keyword_box.detail {
  height: auto;
  margin: 0;
  position: relative;
  padding: 9px 0 9px 25px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}
.type5 .keyword_box.detail ul {
  white-space: normal;
  overflow: inherit;
}
.type5 .keyword li a:hover {
  text-decoration: underline;
  color: #222;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 .box {
  transition: all 0.3s;
  background: transparent;
  padding: 15px 15px 25px;
  z-index: 2;
  position: relative;
}

.products-list .box.new .mask::before {
  content: "NEW";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #52a9a4;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  z-index: 15;
  font-family: "Cormorant Garamond", serif;
}

.products-list.type1 .box.new .mask:before {
  top: 10px;
  background: #52a9a4;
}
.products-list.type2 .box::before {
  content: "";
  display: block;
  box-shadow: 0 0 12px 2px rgb(62 62 62 / 10%);
  background: #fff;
  position: absolute;
  bottom: 0;
  top: calc(50% - 80px);
  left: 0;
  right: 0;
  z-index: -1;
  border-bottom: 3px solid #52a9a4;
}
.products-list.type2 .pic:before {
  display: none;
}

.products-list .box .name {
  color: #333;
  font-weight: 500;
  transition: all 0.3s;
}

.products-list .box:hover .name {
  color: #52a9a4;
}
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
  font-weight: 500;
}

.products-list .box .description {
  color: #666;
}

.products-list .offers {
  color: #d80000;
}
.products-list.type2 .box:after {
  display: none;
}

.products-list.for-cart .box .wish {
  width: 35px;
  height: 35px;
  background: #0000001c;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 45;
  transition: all 0.2s;
  border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
  background: #d80000;
}
.products-list.for-cart.type2 .mask {
  z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
  z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before {
  z-index: 3;
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item {
  margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name {
  text-align: left;
}
.masonry-list.album-list.type1 .item .box .more {
  display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item {
  padding: 0 15px !important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description {
  display: none;
}
.news-list .item .box {
  padding: 12px;
  background: transparent;
  transition: all 0.3s ease;
}
.news-list .btn.more {
  bottom: 12px;
}
.news-list.type4 .item .box {
  border: none;
}
.news-list .item .box:hover {
}
.news-list.type4 .item .date,
.news-date {
  border-radius: 3px;
  color: #ffffff;
  width: 57px;
  height: 63px;
  padding-top: 13px;
  background: url(../../../images/layout04/common/news/date.png);
}
.news-list.type4 .date .day {
  color: #000;
  font-weight: bolder;
}
.news-list.type4 .item .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -31px 0px 13px;
  padding: 0;
  line-height: 1;
}
.news-list.type4 .item .date .day {
  display: block;
  width: 100%;
  line-height: 0.8;
  margin-bottom: 10px;
  font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
  margin-top: -30px;
}
.news-list .item .name {
  color: #333333;
  font-weight: 500;
  transition: all 0.3s;
}
.news-list .box:hover .name {
  color: #52a9a4;
}
.news-list .item .description {
  color: #666;
}

/*n_type4*/
.news-list.type4 {
  margin: 0 -10px;
}
.news-list.type4 .item {
  padding: 10px 10px 0;
}
.news-list.type4 .item .box {
  border: none;
  box-shadow: 0 0 12px 2px rgb(62 62 62 / 10%);
  background: #fff;
}
.news-list .pic:before {
  display: none;
}
.news-list.type4 .txt {
  padding: 0 10px;
  min-height: unset;
}
.news-list.type4 .item .date,
.news-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -18px auto 13px;
  padding: 0;
  border-radius: 0;
  width: 125px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #52a9a4;
  font-family: "Noto Sans TC", sans-serif;
  transition: all 0.3s ease;
}

.news-list.type4 .item .date .day {
  display: inline;
  width: auto;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
  order: 3;
  color: #fff;
}
.news-list.type4 .date .day:before {
  content: ".";
}
.news-list.type4 .date .month {
  margin-top: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
  order: 2;
}
.news-list.type4 .date .years {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
  order: 1;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description {
  display: none;
}
/*!n_type4*/

/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m {
  position: relative;
  height: auto !important;
}
.banner .slick-arrow,
.banner_m .slick-arrow {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  padding: 0;
  border: 0;
  position: absolute;
  display: block;
  top: 50%;
  margin: -32px 0 0 0;
  z-index: 100;
  background: url(../../../images/layout04/common/index/arrow.png);
  width: 65px;
  height: 65px;
  cursor: pointer;
}
.banner .slick-prev,
.banner_m .slick-prev {
  background-position: 0 0;
  left: 35px;
}
.banner .slick-next,
.banner_m .slick-next {
  left: auto;
  right: 35px;
  transform: rotate(180deg);
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover {
  background-position: 0 100%;
}
.banner .slick-next:hover,
.banner_m .slick-next:hover {
  background-position: 100% 100%;
}
.banner .slick-dots,
.banner_m .slick-dots,
.banner .slick-dots li,
.banner_m .slick-dots li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.banner .slick-dots,
.banner_m .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 5px;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.banner .slick-dots button,
.banner_m .slick-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  color: transparent;
  background: #ececec;
  cursor: pointer;
  border-radius: 100%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
.banner .slick-active button,
.banner_m .slick-active button {
  background: #52a9a4;
}
.banner_m {
  display: none;
}
/*------------ title ------------*/
.title {
  color: #000000;
  font-size: 23px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 35px;
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.title:after {
  content: " ";
  font-family: "Cormorant Garamond", serif;
  font-size: 150px;
  text-align: center;
  line-height: 0.9;
  position: absolute;
  top: -62px;
  left: calc(0% - 0px);
  right: 0;
  margin: 0 auto;
  color: #f8f8f8;
  z-index: -1;
  font-weight: 600;
  visibility: unset;
}
.news-sect .title:after {
  content: "NEWS";
}
.about-sect .title:after {
  content: "ABOUT";
  color: #ffffff;
  white-space: nowrap;
  top: -85px;
}

.products-sect .title:after {
  content: "TOUR";
}
.album-sect .title:after {
  content: "ALBUM";
  color: #fff;
}

.title span {
  font-family: "Cormorant Garamond", serif;
  color: #52a9a4;
  font-size: 25px;
  font-weight: 600;
}
.title h2 {
  font-size: 40px;
  color: #444444;
  font-weight: normal;
  display: block;
  letter-spacing: 3px;
  margin: 0 0 0px;
}

.title i {
  display: none;
}
/*------------ more ------------*/
.index_more {
  color: #52a9a4;
  font-size: 16px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  border: 1px solid #52a9a4;
  position: relative;
  border-radius: 0;
  line-height: 53px;
  width: 210px;
  height: 53px;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease;
}
.index_more:hover {
  background: #52a9a4;
  color: #fff;
}
.index_more a {
  font-size: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index_more a span {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
}

.album-sect .hot-arrow {
  top: 55%;
}

.hot-arrow .slick-arrow {
  width: 53px;
  height: 53px;
  padding: 0;
  display: inline-block;
  z-index: 100;
  color: transparent;
  border: 0;
  position: absolute;
  cursor: pointer;
  background: transparent;
  left: -85px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0%;
  transition: all 0.3s;
  border: 1px solid #52a9a4;
}

.hot-arrow .slick-prev::before {
  content: "";
  border: 1px solid #52a9a4;
  border-width: 2px 2px 0 0;
  width: 8px;
  height: 8px;
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  right: 18px;
  top: 20px;
}

.hot-arrow .slick-next {
  transform: rotate(180deg);
  right: -85px;
  left: auto;
}

.hot-arrow .slick-next::before {
  content: "";
  border: 1px solid #52a9a4;
  border-width: 2px 2px 0 0;
  width: 8px;
  height: 8px;
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  right: 18px;
  top: 20px;
}
.hot-arrow .slick-arrow:hover {
  background: #52a9a4;
}

.hot-arrow .slick-arrow:hover::before {
  border-color: #ffffff;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container {
  padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
  background: linear-gradient(
    to bottom,
    rgba(247, 247, 247, 1) 0%,
    rgba(247, 247, 247, 0) 100%
  );
  position: relative;
  padding: 100px 0 10px;
}
.about-sect .row {
  padding: 0;
}
.about-sect .pic img {
  margin: 0;
  display: none;
}
.about-sect .col {
  float: left;
}
.about-sect .col.txt {
  float: right;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  margin: 95px 0 50px 0;
  max-width: 465px;
}
.about-sect .container {
  position: static;
}
.about-sect .col.pic {
  display: none;
}
.about-sect .col.deco {
  width: calc(100% - 465px);
  position: relative;
  min-height: 560px;
}
/*----------------------- */
/* 動畫層 */
.about-sect .col.deco .apic01,
.about-sect .col.deco .apic02 {
  position: absolute;
}

.about-sect .col.deco .apic01 {
  left: calc(50% - 580px);
  top: 138px;
}

.about-sect .col.deco .apic02 {
  left: calc(50% - 320px);
  top: 0px;
}

/* 旋轉層（外框 + 圖片一起轉） */
.about-sect .col.deco .rotate {
  display: inline-block;
  padding: 15px;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 12px 2px rgb(62 62 62 / 10%);
}

/* 個別旋轉角度 */
.about-sect .col.deco .apic01 .rotate {
  transform: rotate(352deg);
}

.about-sect .col.deco .apic02 .rotate {
  transform: rotate(5deg);
}

/* 圖片避免底下多出空白 */
.about-sect .col.deco img {
  display: block;
}
/*----------------------- */
.about-sect .index_more {
  margin: 50px 0 0;
}

.about-sect .title {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0 0 30px;
}

.about-sect .title span {
  margin-left: 10px;
}
.about-sect .txt-box {
}
.about-sect .txt-box .index-about-editor .editor {
  position: relative;
  line-height: 1.8;
  color: #6d6d6d;
  font-size: 16px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 140px;
}
.about-sect .txt .tag {
  display: none;
}
/*------------ articles ------------*/
.articles-sect {
  margin-bottom: 50px;
  padding-top: 20px;
  padding: 60px 0 0px;
}
.articles-sect .title {
  margin-bottom: 60px;
}
.articles-sect .index_more {
  position: absolute;
  left: 50%;
  margin-left: -28.5px;
  top: 43px;
  border-color: #444;
  color: #444;
}
/*------------ news ------------*/

.news-sect .deco1 {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1000px);
  width: 356px;
  height: 444px;
  background: url(../../../images/layout04/common/index/news-deco.png) no-repeat;
  background-size: contain;
}
.news-sect {
  padding: 120px 0 80px;
  position: relative;
}
.news-sect .title {
  margin: 0 0 30px;
}
.news-sect .index_more {
  display: block;
  margin-top: 30px;
}
.news-list {
  justify-content: center;
  flex-wrap: wrap;
  z-index: 2;
}
.slick-track {
  margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n) {
  clear: none !important;
  width: 100%;
}
.news-list.type2 .item {
  border: none;
  margin-bottom: 0;
}
.news-list.type2 .pic {
  float: none;
  margin-right: 0;
  width: auto;
}
.news-list.type2 .item .txt {
  padding: 0;
}
.news-list .btn.more {
  position: static;
  margin: 15px 0 0;
}
.news-list .btn.more {
  color: #fff;
  background: #52a9a4;
  font-family: "Noto Sans TC", sans-serif;
}
.news-list .box:hover .btn.more {
  background: #65b9b5;
  color: #fff;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic {
  float: left;
  margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n) {
  width: 50%;
}
.news-list.onlyitem-list .item .box {
  max-width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box {
  display: block;
}
.news-list.onlyitem-list .item .pic {
  width: 312px;
}
.news-list.onlyitem-list .item .box .txt {
  width: calc(100% - 312px);
  box-sizing: border-box;
  padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description {
  display: block;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt {
  width: 100%;
}
.news-list.onlyitem-list .item .date {
  margin-bottom: 20px;
  margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect .deco1 {
  position: absolute;
  top: -131px;
  right: calc(50% - 910px);
  width: 798px;
  height: 354px;
  background: url(../../../images/layout04/common/index/products-deco.png)
    no-repeat;
  background-size: contain;
}
.products-sect {
  position: relative;
  z-index: 10;
  padding: 50px 0 65px;
  background: #fff;
}

.products-sect::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(
    to bottom,
    rgba(247, 247, 247, 0) 0%,
    rgba(247, 247, 247, 1) 100%
  );
  width: 100%;
  height: 50%;
  border-radius: 0;
}

.products-sect .title span {
}
.products-sect .title {
}
.products-sect .index_more {
  position: relative;
  margin: 0 auto;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n) {
  clear: none !important;
}
.products-list.type2 .item {
  padding: 0 10px;
}

/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after {
  display: none;
}
.products-list.onlyitem-list.type2 .item {
  width: 50%;
}
.products-list.onlyitem-list .item .box {
  display: flex;
  max-width: 1000px;
  padding: 10px;
}
.products-list.onlyitem-list.type1 .box {
  max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt {
  width: calc(100% - 300px);
  padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask {
  min-width: 300px;
  max-width: 300px;
}
.products-list.onlyitem-list .item .box .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
  height: auto;
  max-height: 52px;
  margin-bottom: 15px;
  line-height: 1.8;
}
.products-list.onlyitem-list .item .description {
  -webkit-line-clamp: 5;
  height: 120px;
  line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before {
  top: 0;
  left: 0;
}
/*!少量排版*/
/*------------ service ------------*/

.service-sect {
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
}
.service-sect .container {
  max-width: 1530px;
}

.service-sect .title {
  display: none;
}
.service-sect .editor {
}
.service-box > .flex > .cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.service-box .index_more {
  display: none;
}

/*------------ album ------------*/
.album-sect {
  padding: 145px 0 60px;
  position: relative;
  background: url(../../../images/layout04/common/footer_bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}
.album-sect::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  height: calc(100% + 0px);
  border-radius: 0;
  z-index: -1;
  opacity: 0.5;
}
.album-sect .title {
  margin-bottom: 60px;
}
.album-sect .title h2 {
}
.album-sect .index_more {
  display: none;
}
.album-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.album-list .box .name {
  color: #747474;
  font-size: 18px;
  font-weight: 500;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n) {
  clear: none !important;
  border: unset;
}

.album-list.type1 .item .namebox {
  position: absolute;
  bottom: 15px;
  background: #52a9a4;
  color: #fff;
  margin: 0 auto;
  /* width: 100%; */
  padding: 5px;
  box-sizing: border-box;
  left: 10px;
  right: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.album-list.type1 .box:hover .namebox {
  opacity: 1;
}
.album-list.type1 .item .name {
  font-size: 18px;
  font-weight: 500;
  -webkit-line-clamp: 1;
  height: 25px;
  color: #fff;
  margin: 5px 5px;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container {
  display: block;
}
.masonry-album-sect {
  padding-top: 35px;
  padding-bottom: 70px;
}
.masonry-album-sect .container {
  padding: 0 15px;
  max-width: 1330px;
}
.masonry-album-sect .album-list {
  display: block;
  width: 100%;
}
.masonry-album-sect .item {
  width: 25%;
}
.masonry-list .item .namebox {
  background: none;
  color: #4c4c4c;
  font-size: 16px;
  position: relative;
  opacity: 1;
  text-align: left;
}
.masonry-list .item .namebox .name {
  margin: 5px 5px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item {
  width: 32.33%;
  float: none;
  display: inline-block;
}
.onlyitem-sect .album-list {
  text-align: center;
  margin: auto;
}
.onlyitem-sect .container {
  padding: 0 15px;
  max-width: 1330px;
  display: block;
}
.onlyitem-sect .album-list .item .namebox {
  background: none;
  color: #4c4c4c;
  font-size: 16px;
  position: relative;
  opacity: 1;
  text-align: left;
}
.onlyitem-sect .album-list .item .box {
  margin-bottom: 30px;
  max-width: 450px;
}
.onlyitem-sect .album-list .item .box img {
  width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name {
  margin: 6px 0 0;
  font-size: 16px;
  color: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close {
  margin-top: -65px;
}
.contact-sect {
  padding-top: 120px;
  padding-bottom: 60px;
  background-size: 100% auto;
}
.form-box {
  background: none;
}
.form-wrap {
  border: none;
  background: none;
}
.contact-title {
  text-align: center;
}
.contact-sect .reminder {
  display: none;
}
.contact-sect .form-wrap .reminder {
  display: block;
}
.contact-title {
  font-size: 23px;
  line-height: 1.3;
}
.contact-title h2 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
}
.contact-title > b {
  color: #000000;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n) {
  clear: none !important;
}
@media screen and (max-width: 1500px) {
  .hot-arrow {
    position: absolute;
    top: unset;
    bottom: 53px;
  }
  .hot-arrow .slick-arrow {
    left: calc(50% - 168px);
  }
  .hot-arrow .slick-next {
    right: calc(50% - 168px);
    left: auto;
  }
  .album-sect .hot-arrow {
    top: unset;
    bottom: 5px;
  }
  .album-sect .hot-arrow .slick-arrow {
    left: calc(50% - 60px);
  }
  .album-sect .hot-arrow .slick-next {
    right: calc(50% - 60px);
    left: auto;
  }
  .album-sect {
    padding: 145px 0 100px;
  }
}
@media screen and (max-width: 1280px) {
  .news-sect .deco1 {
    display: none;
  }
  .about-sect .col.deco {
    width: calc(100% - 500px);
  }
  .about-sect .col.txt {
    max-width: 500px;
    padding-right: 65px;
    box-sizing: border-box;
  }
  .about-sect .col.deco .apic02 {
    left: calc(50% - 370px);
  }
}
@media screen and (max-width: 1200px) {
  /*產品介紹 少量排版*/
  .products-list.onlyitem-list .item .box {
    max-width: 300px;
    display: block;
  }
  .products-list.onlyitem-list .item .box .txt {
    width: 100%;
    padding: 0;
  }
  .products-list.onlyitem-list .item .box .name {
    white-space: nowrap;
    overflow: hidden;
    height: 25px;
    line-height: 1.2;
    margin: 15px 0 5px;
  }
  .products-list.onlyitem-list .item .description {
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 1.4;
  }
  .products-list.onlyitem-list .item .mask {
    max-width: inherit;
    min-width: inherit;
  }
  .products-list.onlyitem-list.type2 .item .box .txt {
    width: 100%;
    padding: 0;
  }
  /*!少量排版*/
}
@media screen and (max-width: 1000px) {
  .banner .slick-dots,
  .banner_m .slick-dots {
    display: none !important;
  }
  .about-sect {
    padding: 50px 0 20px;
    margin: 0;
  }
  .about-sect .col.txt {
    padding: 00px 20px 00px;
    margin: 0 auto;
  }
  .about-sect .col.txt,
  .about-sect .col.pic {
    float: none;
    width: 100%;
    text-align: center;
  }
  .about-sect .col.deco {
    width: 100%;
    min-height: 520px;
  }
  .about-sect .col.deco .apic02 {
    left: unset;
    right: 0;
    top: 35px;
  }
  .about-sect .col.deco .apic01 {
    left: 0;
    top: 120px;
  }
  .about-sect .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .about-sect .title:after {
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: -17px;
  }
  .about-sect .txt-box {
    text-align: left;
    display: block;
  }
  .about-sect .txt-box .index-about-editor .editor {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    height: auto;
  }
  .about-sect .index_more {
    margin: 40px auto 0;
  }
  .products-list .box .more {
    font-size: 10px;
    letter-spacing: 0;
    padding: 0;
  }
  .news-list li,
  .products-list li {
    width: 50%;
  }
  /*少量排版*/
  .news-list.onlyitem-list .item .box {
    display: block;
    max-width: 312px;
    margin: auto;
  }
  .news-list.onlyitem-list .item .box .date {
    margin-top: -35px;
  }
  .news-list.onlyitem-list .item .pic {
    width: 100%;
  }
  .news-list.onlyitem-list .item .box .txt {
    padding: 0 20px 20px 20px;
    width: 100%;
  }
  .onlyitem-sect .album-list .item {
    width: 100%;
  }
  .products-list.onlyitem-list.type2 .item {
    width: 100%;
  }
  /*!少量排版*/
  .news-sect .title span,
  .products-sect .title span,
  .album-sect .title span {
    font-size: 24px;
  }
  .title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .articles-sect {
    padding: 30px 0 10px;
    margin-bottom: 0;
  }
  .news-sect {
    padding: 50px 0 50px;
  }
  .news-sect .title {
    margin: 0 0 25px;
  }
  .news-sect .index_more {
    margin-top: 20px;
  }
  .products-box {
    padding: 0px 0;
  }
  .service-sect .editor {
    width: 100%;
    float: none;
  }
  .service-box > .flex {
    display: block;
  }
  .service-sect .title {
    text-align: center;
    padding: 0;
    text-indent: 0;
    padding-bottom: 20px;
  }
  .service-sect .title h2 {
    color: #fff;
    padding: 3px 0;
  }
  .service-sect .title:after {
    display: none;
  }
  .service-sect {
    padding: 50px 0 50px;
  }
  .service-sect .editor {
    border: none;
  }
  .service-box .index_more {
    margin: 0 0 0;
    left: 30px;
    top: -81px;
  }
  .service-sect:before {
    height: 80px;
  }
  .banner .slick-arrow,
  .banner_m .slick-arrow {
    transform: scale(0.5);
    margin-bottom: -18px;
  }
  .banner .slick-prev,
  .banner_m .slick-prev {
    margin-left: -36px;
  }
  .banner .slick-next,
  .banner_m .slick-next {
    background-position: 100% 0;
    margin-right: -35px;
    border-left: #8a8a8a 1px solid;
  }
  .service-box {
    padding-left: 0;
  }
  .service-box:before {
    position: static;
    background-position: center;
    height: 140px;
    margin: 0 auto;
    max-width: 450px;
    width: 95%;
  }
  .article-sect .container {
    padding: 30px 15px;
  }
  .contact-sect {
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .masonry-album-sect .item {
    width: 50%;
  }
  .album-sect {
    padding: 50px 0 110px;
    background: url(../../../images/layout04/common/footer_bg.jpg) no-repeat;
    background-position: center right;
  }
  .album-sect .container {
    display: block;
    padding: 0 15px;
  }
  .album-sect .title {
    margin-bottom: 30px;
  }
  .album-list {
    width: 100%;
    margin: 0;
  }
  .hot-arrow {
  }
  .album-sect .hot-arrow {
    top: unset;
    bottom: -6px;
  }

  .title h2 {
    font-size: 35px;
    letter-spacing: 2px;
  }
  .title:after {
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: -17px;
  }
  .products-sect {
    padding: 20px 0 55px;
  }
  .products-sect .deco1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    display: none;
  }
  .banner_m {
    display: block;
  }

  .album-list {
    flex-wrap: wrap;
  }
  .album-sect .album-list .item {
    min-width: inherit;
  }

  .about-sect .col.deco .apic01 {
    left: calc(50% - 200px);
    top: 50px;
    position: relative;
  }

  .about-sect .col.deco .apic02 {
    left: unset;
    top: 0px;
    position: relative;
    right: calc(50% - 200px);
  }
  .about-sect .col.deco {
    width: auto;
    min-height: unset;
    float: none;
    display: block;
    max-width: 484px;
    margin: 0 auto;
  }

  .products-sect .index_more {
    position: relative;
    margin: 70px auto 0;
  }
  .products-sect .hot-arrow {
    top: unset;
    bottom: 120px;
  }

  .products-sect .hot-arrow .slick-arrow {
    left: calc(50% - 60px);
  }
  .products-sect .hot-arrow .slick-next {
    right: calc(50% - 60px);
    left: auto;
  }
}
@media screen and (max-width: 480px) {
  .products-list.onlyitem-list .item {
    width: 100%;
  }
  .onlyitem-sect .album-list .item {
    width: 100%;
  }
}
