@charset "utf-8";
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box {
  margin: 0 auto 45px;
  position: relative;
}
.article-list .item .pic {
  position: relative;
  box-sizing: border-box;
  order: 2;
  width: 100%;
  vertical-align: top;
}
.article-list .item .top_box {
  padding: 10px;
  background: #fdfdfd;
  border: 3px solid #f0efe9;
}
.article-list .text-all {
  border-color: transparent;
}
.type3 .article-list .Category + .date:before {
  background: #ff6c00;
}
.article-list .item .date {
  color: #ff6c00;
  border-color: #ff6c00;
}
.type2 .keyword_box:before {
  background: #d89959;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before {
  color: #3b3b3b;
}
.article-list .item .description {
  color: #999;
}
.article-box .keyword_box,
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a {
  color: #d89959;
  border-color: #d89959;
  background: none;
}
.keyword_box.detail .keyword li a {
  border: none;
  padding: 0;
}
.keyword_box.detail .keyword li a:hover {
  background: none;
  color: #ff6c00;
}
.keyword li a:hover {
  color: #ff6c00;
}
.article-box .keyword li a:hover {
  background: #ff6c00;
  border-color: #ff6c00;
  color: #fff;
}
.type5 .article-list .item .date,
.article-date {
  color: #ffffff;
  margin: -25px 0 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
  background: #ca7942;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ca7942 0%, #883c16 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ca7942 0%, #883c16 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca7942', endColorstr='#883c16', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.article-date {
  margin: auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more {
  z-index: 5;
  overflow-x: hidden;
  color: #fff;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
  background: #ca7942;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ca7942 0%, #883c16 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ca7942 0%, #883c16 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca7942', endColorstr='#883c16', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transition: all 0.3s ease;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more {
  opacity: 0.8;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
  background: #ca7942;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ca7942 0%, #883c16 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ca7942 0%, #883c16 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ca7942', endColorstr='#883c16', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/*------------ keyword_box ------------*/
.keyword_box i {
  font-size: 14px;
  line-height: 14px;
  float: left;
  position: absolute;
  top: 14px;
  left: 0;
}
.article-detail .fb {
  padding: 10px 0 5px;
}
.keyword_box.detail {
  height: auto;
  max-width: 1000px;
  margin: 0;
  position: relative;
  padding: 9px 0 9px 25px;
  color: #d89959;
  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: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list .box.new:before {
  content: "New";
  display: block;
  background: transparent;
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #b92d2d;
  color: #b92d2d;
  position: absolute;
  font-size: 15px;
  z-index: 10;
  top: 10px;
  left: 10px;
  font-family: "Playfair Display", serif;
  pointer-events: none;
}
.products-list.type2 .box {
  border-radius: 0px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 5px 15px 0px rgb(54 47 40 / 0%);
  border-bottom: 5px solid #a98b4a;
  transition: all 0.3s ease;
}
.products-list.type2 .box:hover {
  box-shadow: 0px 5px 15px 0px rgb(54 47 40 / 30%);
}
.products-list.type2 .pic {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products-list.type2 .box:hover .pic {
  -webkit-transform: translate(0, -54px);
  transform: translate(0, -54px);
}
.products-list .name {
  color: #333333;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.products-list .box:hover .name {
  color: #a98b4a;
}
.products-list.type2 .name {
  transition: all 0.3s ease;
  padding: 0 15px;
}
.products-list.type2 .box:hover .name {
  -webkit-transform: translate(0, -54px);
  transform: translate(0, -54px);
}
.products-list .description {
  color: #473b3b;
}
.products-list.type2 .description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 54px);
  transform: translate(0, 54px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  margin: auto;
  padding-bottom: 10px;
  padding: 0 15px;
}
.products-list.type2 .box:hover .description {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.products-list.for-cart .offers {
  color: #d80000;
  transition: all 0.3s ease;
}
.products-list.for-cart.type2 .box:hover .offers {
  -webkit-transform: translate(0, -54px);
  transform: translate(0, -54px);
}
.products-list.type2 .offers {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
}
.products-list.for-cart .box .wish {
  width: 35px;
  height: 35px;
  background: transparent;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 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;
}
@media screen and (max-width: 1000px) {
  .products-list.type2 .box:hover .pic {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  .products-list.type2 .box:hover .name {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  .products-list.type2 .description {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    position: static;
    padding: 0px 15px;
    margin: 0 0 20px;
  }
  .products-list.type2 .box:hover .description {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  .products-list.for-cart.type2 .box:hover .offers {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
/*!列表通用 index、products*/
.products-list.type2.onlyitem-list .box:hover .pic {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .box:hover .name {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .description {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  position: static;
  padding: 0px 15px;
  margin: 0 0 20px;
}
.products-list.type2.onlyitem-list .box:hover .description {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
/*列表通用 index、album*/
.album-list:not(.masonry-list) .pic {
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  padding: 0;
  border: unset;
  overflow: hidden;
}
.album-list:not(.masonry-list) .pic *,
.album-list:not(.masonry-list) .pic:before,
.album-list:not(.masonry-list) .pic:after {
  border-radius: 0%;
  overflow: hidden;
}
.album-list.type1 .item .box .more:after {
  background: #ff6c00;
  color: #fff;
}
.masonry-list.album-list.type1 .item {
  margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name {
  text-align: left;
}
.masonry-list.album-list.type1 .item .box .more:after {
  display: none;
}
.masonry-list.album-list .item .namebox {
  position: relative;
}
.masonry-list.album-list.type4 .item .namebox:after {
  display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item {
  padding: 0 15px !important;
}
/*!列表通用 index、album*/
.album-list .pic:before,
.album-list .pic:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*border-radius: 50%;*/
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.9);
}
.album-list .box:hover .pic:before,
.album-list .box:hover .pic:before {
  opacity: 1;
}
/*列表通用 index、news*/
.news-list .date {
  color: #a98b4a;
  font-family: "Playfair Display", serif;
}
.news-list.type4 .date {
  background: #a98b4a;
  /* Old browsers */
  color: #fff;
}
.news-list.type4 .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -31px 0px 13px;
  padding: 0;
  line-height: 1;
}
.news-list.type4 .date .day {
  display: block;
  width: 100%;
  line-height: 0.8;
  margin-bottom: -15px;
  font-size: 35px;
}
.news-list.type4 .item .box {
  border: none;
}
.news-list .name {
  color: #333333;
  font-weight: 500;
  transition: all 0.3s ease;
  letter-spacing: 1.5px;
}
.news-list .box:hover .name {
  color: #a98b4a;
}
.news-list .description {
  color: #6c6c6c;
  font-size: 14px;
}
.news-list.type1 .item {
  border: unset;
}
.news-list.type1 .item + .item {
  border-top: 1px solid #e1dcd2;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
  background: none;
}
/*.news-list.type1*/
.news-list.type1 .more-box {
  display: none;
}
.news-list.type1 .txt {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}
.news-list.type1 .box:hover .txt {
  background: #f8f7f1;
}
.news-list.type1 .date .day {
  display: block;
  font-size: 40px;
  font-weight: normal;
}
.news-list.type1 .date {
  padding: 25px 25px 30px;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years {
  font-weight: normal;
}
.news-list.type1 .item .txt_in {
  padding: 25px 25px 20px;
}
.news-list.type1 .name {
  margin-bottom: 5px;
}
/*END .news-list.type1*/
.news-list .btn.more,
.news-list .box:hover .btn.more {
  background: transparent;
  color: #a98b4a;
  border: 1px solid #a98b4a;
  border-radius: 0;
}
.news-list .box:hover .btn.more {
  transition: all 0.5s ease;
  color: #fff;
  background: #a98b4a;
}
/*!列表通用 index、news*/
.wrapper::before {
  display: none;
}
/*------------ banner ------------*/
.banner,
.banner_m {
  text-align: center;
}
.banner .slider,
.banner_m .slider {
  max-width: 1300px;
  margin: auto;
}
.banner *,
.banner_m * {
  height: 100%;
}
.banner img,
.banner_m img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  max-width: inherit;
}
.banner .slick-prev,
.banner_m .slick-prev,
.banner .slick-next,
.banner_m .slick-next {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  margin-top: -30px;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
  background: #e8cc92;
  background: -moz-linear-gradient(top, #dc9459 0%, #e8cc92 100%);
  background: -webkit-linear-gradient(top, #dc9459 0%, #e8cc92 100%);
  background: linear-gradient(to top, #dc9459 0%, #e8cc92 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC9459', endColorstr='#E8CC92', GradientType=1);
  transition: all 0.3s ease;
}
.banner .slick-prev::before,
.banner_m .slick-prev::before,
.banner .slick-next::before,
.banner_m .slick-next::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../../../images/layout05/common/index/banner_arrow.png")
    no-repeat;
  background-size: contain;
}
.banner .slick-next::before,
.banner_m .slick-next::before {
  transform: rotate(180deg);
}
.banner .slick-prev,
.banner_m .slick-prev {
  left: -1.5%;
}
.banner .slick-next,
.banner_m .slick-next {
  right: -1.5%;
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover,
.banner .slick-next:hover,
.banner_m .slick-next:hover {
  background: #374060;
  background: -moz-linear-gradient(top, #374060 0%, #325c8b 100%);
  background: -webkit-linear-gradient(top, #374060 0%, #325c8b 100%);
  background: linear-gradient(to top, #374060 0%, #325c8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#374060', endColorstr='#325C8B', GradientType=1);
}
.banner .banner-slider-dots,
.banner_m .banner-slider-dots {
  display: inline-block;
  vertical-align: middle;
}
.banner_m .slick-dots {
  display: none !important;
}
.banner .slick-dots,
.banner_m .slick-dots {
  position: relative;
  height: auto;
  text-align: left;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
  vertical-align: middle;
  width: 45px;
  margin: 0 5px;
  line-height: 35px;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  width: 45px;
  height: 5px;
  border-radius: 0%;
  background: #a98b4a;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -6px;
  opacity: 0.3;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button {
  opacity: 1;
}
.banner_m {
  display: none;
}
/*------------ title ------------*/
.title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.title::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto 20px;
  width: 1px;
  height: 40px;
  background: #a98b4a;
  display: block;
}
.about-sect .title::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 89px;
  margin: 0;
  right: unset;
}
.title h2 {
  color: #333333;
  font-size: 40px;
  display: block;
  vertical-align: middle;
  position: relative;
  font-weight: 600;
  margin: 0;
  letter-spacing: 10px;
  line-height: 1.2;
}
.title span {
  color: #a98b4a;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin-bottom: 8px;
  display: block;
}
/*------------ more ------------*/
.index_more {
  color: #ffffff;
  cursor: pointer;
  background: #9a2525;
  border-radius: 0px;
  display: block;
  font-weight: normal;
  line-height: 62px;
  margin: 0 auto;
  width: 250px;
  height: 65px;
  font-size: 17px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.index_more:before {
  width: 27px;
  height: 6px;
  background-size: contain;
  background: url(../../../images/layout05/common/index/arr.png) no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  content: "";
  z-index: 1;
  top: 28px;
  right: 49px;
}
.index_more::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  opacity: 0.5;
}
.index_more:hover {
  background: #333;
}
.index_more a {
  font-size: 0;
  display: block;
  height: 40px;
}
.index_more a span {
  font-size: 17px;
  letter-spacing: 3px;
  padding-right: 30px;
  display: inline-block;
}
/*輪播*/
.products-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: all 1.2s ease;
}
.products-list.type2 {
  margin: 0;
}
.album-sect,
.about-sect,
.news-sect,
.article-sect,
.contact-sect,
.banner,
.banner_m,
.articles-sect {
  position: relative;
  z-index: 2;
}
.banner,
.banner_m {
  z-index: 3;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container {
  padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
  padding: 50px 0px 310px;
  position: relative;
}
.about-sect:before {
  content: "";
  display: block;
  width: 800px;
  height: 614px;
  background: url(../../../images/layout05/common/index/about_before.png)
    no-repeat;
  position: absolute;
  right: calc(50% - 1005px);
  bottom: -90px;
}
.about-sect:after {
  content: "";
  display: block;
  width: 966px;
  height: 783px;
  background: url(../../../images/layout05/common/index/about_after.png)
    no-repeat;
  position: absolute;
  left: calc(50% - 1055px);
  bottom: -60px;
  z-index: -1;
}
.about-sect .container::before {
  content: "";
  display: block;
  width: 933px;
  height: 783px;
  background: url(../../../images/layout05/common/index/about_after01.png)
    no-repeat;
  position: absolute;
  right: calc(50% - 1165px);
  top: -572px;
  z-index: -1;
}
/**/
.about-sect .a_deco {
  position: absolute;
  right: calc(50% - 756px);
  top: 80px;
  overflow: hidden;
}
.loaded .a_deco 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 .title {
  position: relative;
}
.about-sect .row {
  padding: 0;
  position: relative;
}
.about-sect .col {
}
.about-sect .col.pic {
  display: none;
}
.about-sect .title {
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  position: absolute;
  left: 0;
  top: 55px;
}
.about-sect .txt-box {
  max-width: 100%;
  position: relative;
  padding-top: 105px;
  padding-left: 195px;
  max-width: 350px;
}
.about-sect .txt .tag {
  display: none;
}
.about-sect .index-about-editor {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 235px;
  letter-spacing: 3.5px;
  line-height: 2;
  font-size: 15px;
}
.about-sect .index_more {
  margin-left: 0;
  margin-top: 50px;
}
/*------------ articles ------------*/
.articles-sect {
  padding: 100px 0 130px;
  background: #fff7df;
  position: relative;
}
.articles-sect:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  bottom: -5px;
  z-index: 2;
  position: absolute;
  background: url(../../../images/layout05/common/newsomething/wave.png)
    repeat-x;
}
.articles-sect .title {
  background: url(../../../images/layout05/common/index/article_title.png) top
    center no-repeat;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 23px;
  position: relative;
  text-align: center;
  padding-top: 66px;
}
.articles-sect .index_more {
  margin: 20px auto 20px;
}
/*------------ news ------------*/
.news-sect {
  padding: 200px 0 130px;
  position: relative;
}
.news-sect:before {
  content: "";
  display: block;
  background: url(../../../images/layout05/common/index/news_bg.jpg) center
    no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  height: 588px;
}
.news-sect:after {
  content: "";
  display: block;
  width: 645px;
  height: 583px;
  background: url(../../../images/layout05/common/index/news_after.png)
    no-repeat;
  position: absolute;
  left: calc(50% - 1015px);
  bottom: 80px;
  z-index: -1;
}
.news-sect .container {
  background: url(../../../images/layout05/common/index/news_bg01.jpg) center
    repeat;
  border-top: 5px solid #a98b4a;
  border-bottom: 5px solid #a98b4a;
  max-width: 1050px;
}
.news-sect .news-list {
  padding: 15px 0px 60px;
  position: relative;
  max-width: 850px;
  margin: auto;
}
.news-list.type4 {
  max-width: 1000px;
}
.news-list.type3:before {
  background: #fff7df;
}
.news-sect .title {
}
.news-sect .index_more {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.news-sect .index_more:hover {
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item {
  width: 100%;
}
.news-list.onlyitem-list {
  margin: auto;
}
.news-list.onlyitem-list .item .box {
  max-width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .pic {
  float: left;
  margin-right: 25px;
}
.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% - 350px);
  box-sizing: border-box;
  padding: 0 45px 20px 36px;
}
.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: 25px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect {
  position: relative;
  padding: 30px 0 80px;
  background: url(../../../images/layout05/common/index/product_bg.jpg) center
    repeat;
}
.products-sect:before {
  content: "";
  display: block;
  width: 1182px;
  height: 992px;
  background: url(../../../images/layout05/common/index/product_before.png)
    no-repeat;
  position: absolute;
  left: calc(50% - 1065px);
  top: -366px;
}
.products-sect .index_more {
  display: none;
}
.products-list.type2:not(.masonry-list) .item {
  margin-bottom: 0px;
}
.products-sect .title {
  position: relative;
}
.products-sect .products-box {
  z-index: 6;
  position: relative;
  margin-top: 70px;
}
.products-slider-control {
}
.products-sect .slick-prev,
.products-sect .slick-next {
  position: relative;
  width: 95px;
  height: 95px;
  line-height: 28px;
  float: left;
  margin: 0 3px;
  border-radius: 0;
  background: #9a2525;
  position: absolute;
  left: -100px;
  bottom: 160px;
  transition: all 0.3s ease;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 10;
}
.products-sect .slick-next {
  left: unset;
  right: -100px;
}
.products-sect .slick-prev::before,
.products-sect .slick-next::before {
  width: 27px;
  height: 6px;
  background-size: contain;
  background: url(../../../images/layout05/common/index/arr.png) no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  content: "";
  z-index: 1;
  top: 43px;
  right: 33px;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.products-sect .slick-next::before {
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.products-sect .slick-prev .ic,
.products-sect .slick-next .ic {
  font-size: 0;
}
.products-sect .slick-prev:hover,
.products-sect .slick-next:hover {
  background: #333;
}
.products-sect .title h2,
.album-sect .title h2 {
  position: relative;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list {
  display: flex;
  flex-wrap: wrap;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n) {
  clear: none !important;
}
.products-list.onlyitem-list.type2 .item {
  width: 50%;
}
.products-list.onlyitem-list .item .box {
  max-width: inherit;
  display: flex;
  margin-bottom: 15px;
  max-width: 1000px;
}
.products-list.onlyitem-list.type1 .item .box {
  max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt {
  width: calc(100% - 300px);
  padding: 50px 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: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect {
  padding: 0px 0 50px;
  margin: 0 auto;
  position: relative;
}
.service-sect:before {
  content: "";
  display: block;
  width: 645px;
  height: 583px;
  background: url(../../../images/layout05/common/index/service_before.png)
    no-repeat;
  position: absolute;
  right: calc(50% - 1120px);
  top: -15px;
}
.service-sect .container {
  max-width: 1360px;
}
.service-sect::after {
  content: "";
  position: absolute;
  bottom: -73px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 676px;
  background: url(../../../images/layout05/common/index/service_deco.png)
    no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
.service-sect .title {
  display: none;
}
.service-box {
  position: relative;
}
.service-box > .flex > .cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.service-sect .index_more {
  display: none;
}
/*------------ album ------------*/
.album-sect {
  padding: 85px 0 110px;
  position: relative;
  background: url(../../../images/layout05/common/index/album_bg.jpg) center
    no-repeat;
  background-size: cover;
  background-position: top;
}
.album-sect .container {
  z-index: 3;
}
.album-sect:after {
  content: "";
  display: block;
  width: 100%;
  height: 726px;
  background: url(../../../images/layout05/common/index/album_bg.png);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.album-sect .title {
  text-align: center;
  padding-top: 10px;
  width: 250px;
}
.album-sect .title:before {
  display: none;
}
.album-sect .index_more {
  display: block;
  position: absolute;
  left: 22px;
  top: 135px;
}
.album-sect .album-list:not(.masonry-list) {
  padding: 0 10px;
  padding-left: 90px;
  max-width: 1200px;
  width: calc(100% - 250px);
}
.album-sect .slick-arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -19px;
  padding: 0;
  border-radius: 100%;
  font-size: 0;
  border: none;
  line-height: 44px;
  z-index: 40;
  cursor: pointer;
  background: #e8cc92;
  background: -moz-linear-gradient(top, #dc9459 0%, #e8cc92 100%);
  background: -webkit-linear-gradient(top, #dc9459 0%, #e8cc92 100%);
  background: linear-gradient(to top, #dc9459 0%, #e8cc92 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC9459', endColorstr='#E8CC92', GradientType=1);
  transition: all 0.3s ease;
}
.album-sect .slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../../../images/layout05/common/index/banner_arrow.png)
    no-repeat;
  background-size: contain;
}
.album-sect .slick-prev {
  left: 0;
  padding-right: 5px;
}
.album-sect .slick-next {
  right: 0;
  padding-left: 5px;
}
.album-sect .slick-next:before {
  transform: rotate(180deg);
}
.album-sect .slick-prev:hover,
.album-sect .slick-next:hover {
  background: #374060;
  background: -moz-linear-gradient(top, #374060 0%, #325c8b 100%);
  background: -webkit-linear-gradient(top, #374060 0%, #325c8b 100%);
  background: linear-gradient(to top, #374060 0%, #325c8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#374060', endColorstr='#325C8B', GradientType=1);
}
.album-list.type1 .item {
  margin-bottom: 0;
  border: none;
}
.album-sect .album-list .item:nth-child(n) {
  clear: none;
}
/*改樣式*/
.album-sect .container {
  display: flex;
  justify-content: space-around;
  max-width: 1500px;
  left: 85px;
}
.album-list.type1 .item .name {
  height: 26px;
  -webkit-line-clamp: 1;
  font-weight: 600;
  font-size: 16px;
  margin: 15px 10px 15px;
}
.album-list.type1 .item .namebox {
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 50;
}
.album-list.type1 .item:hover .box .namebox {
  opacity: 1;
}
.masonry-album-sect .index_more {
  display: none;
}
/*瀑布流*/
.masonry-album-sect .container {
  padding: 0 15px;
  max-width: 1330px;
  display: block;
  left: unset;
}
.onlyitem-sect .title,
.masonry-album-sect .title {
  display: block;
  width: auto;
}
.masonry-album-sect .item {
  width: 25%;
  padding: 0 16px;
}
.masonry-album-sect .masonry-list {
  margin: 0 -16px;
}
.masonry-list .item .namebox {
  color: #4c4c4c;
  font-size: 16px;
  position: relative;
  opacity: 1;
  text-align: left;
}
.masonry-list .item .namebox .name {
  margin: 15px 10px 15px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item {
  width: 32.33%;
  padding: 0 16px;
  float: none;
  display: inline-block;
}
.onlyitem-sect .container {
  padding: 0 15px;
  max-width: 1330px;
}
.onlyitem-sect .album-list .item .box {
  margin-bottom: 30px;
  max-width: 450px;
}
.onlyitem-sect .album-list .item .box img {
  width: 100%;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close {
  margin-top: -65px;
}
.contact-sect {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fcf8f5;
  background-size: 100% auto;
}
.contact-sect .container > .reminder {
  display: none;
}
.contact-title {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 4px;
  margin: 0 auto 0px;
  text-align: center;
}
.reminder {
  background: #fcf8f5;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
  box-sizing: border-box;
  max-width: 1120px;
  padding-top: 15px;
  border: none;
}
.reminder:before {
  display: none;
}
.contact-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 76px;
}
.contact-title h2 {
  font-size: 23px;
  font-weight: normal;
  margin: 0;
  display: inline-block;
}
.contact-title > b {
  /*display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;*/
  display: block;
  background: url(../../../images/layout05/common/index/contact_title.png);
  width: 156px;
  height: 66px;
  font-size: 0;
  margin: 0 auto 7px;
}
.reminder {
  text-align: center;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n) {
  clear: none !important;
}
@media screen and (max-width: 1550px) {
  .products-sect .slick-prev,
  .products-sect .slick-next {
    left: 0;
    bottom: unset;
  }
  .products-sect .slick-next {
    left: unset;
    right: 0;
  }
  .products-slider-control {
    position: relative;
    top: 0;
    right: 0px;
    left: 0;
    width: 200px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .album-sect .container {
    display: flex;
    justify-content: space-around;
    max-width: 1330px;
    left: 0;
    flex-direction: column;
    align-items: center;
  }
  .album-sect .title {
    width: 100%;
  }
  .album-sect .album-list:not(.masonry-list) {
    padding: 0;
    padding: 0 10px;
    max-width: unset;
    width: 100%;
    padding: 0 10px;
  }
  .album-sect .index_more {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    margin: 55px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .about-sect {
    padding: 50px 0px 150px;
    position: relative;
  }
  .about-sect .txt-box {
    max-width: 100%;
    position: relative;
    padding-top: 45px;
    padding-left: 50px;
    max-width: 350px;
  }
  .about-sect .title {
    position: relative;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    margin-bottom: 20px;
    left: unset;
    top: unset;
    text-align: left;
  }
  .about-sect .title::before {
    display: none;
  }
  .about-sect .a_deco {
    right: 0;
    top: 80px;
    width: 50%;
  }
  .about-sect .a_deco img {
    min-height: 550px;
    object-fit: cover;
  }
  /*產品介紹 少量排版*/
  .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) {
  .products-sect .title h2:before,
  .album-sect .title h2:before {
    width: 140px;
    margin-left: -70px;
  }
  .album-sect .title h2:before {
    top: 10px;
  }
  /*少量排版*/
  .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%;
  }
  /*!少量排版*/
  .title h2 {
    font-size: 30px;
    letter-spacing: 4px;
  }
  .products-sect .title {
    margin-bottom: 0px;
  }
  .about-sect {
    padding: 20px 0 70px;
  }
  .about-sect:before {
    height: 250px;
    position: absolute;
    right: calc(50% - 796px);
    bottom: -102px;
  }
  .about-sect .container::before {
    right: calc(50% - 910px);
    top: -154px;
  }
  .about-sect .txt-box {
    margin-left: 0;
    padding: 0px 0px 0px;
    margin: 0 auto 50px;
  }
  .about-sect .a_deco {
    right: unset;
    top: unset;
    width: 100%;
    position: relative;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
  }
  .about-sect .a_deco img {
    min-height: unset;
  }
  .about-sect .row {
    top: unset;
    padding: 0px 20px 0;
  }
  .about-sect .col.txt {
    float: none;
    width: 100%;
  }
  .about-sect .txt-box {
    display: block;
    max-width: 310px;
  }
  .about-sect .title {
    text-align: center;
    align-items: center;
  }
  .about-sect .index-about-editor {
    text-align: center;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
    height: auto;
    letter-spacing: 2px;
    text-align: center;
    text-align: left;
  }
  .about-sect .index_more {
    margin: 40px auto 0;
  }
  .products-sect .slick-prev,
  .products-sect .slick-next {
    float: none;
    display: inline-block !important;
    margin-left: 0;
  }
  .products-list {
    margin: 0 auto;
  }
  .products-list .box .more {
    font-size: 10px;
    letter-spacing: 0;
    padding: 0;
  }
  .news-list .item,
  .products-list .item {
    width: 50%;
  }
  .products-sect {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .products-sect .products-box {
    margin-top: 45px;
  }
  .products-box {
  }
  .service-sect {
    padding: 0px 0px 25px;
  }
  .service-sect:before {
    display: none;
  }
  .service-sect .title {
    position: relative;
  }
  .service-box {
    box-sizing: border-box;
  }
  .articles-sect {
    padding: 50px 0 25px;
  }
  .articles-sect .index_more {
    margin: 0px auto 20px;
  }
  .news-sect {
    padding: 150px 0 80px;
  }
  .news-sect:before {
    background: url(../../../images/layout05/common/index/news_bg.jpg) center
      no-repeat;
    background-position: center;
    background-size: cover;
  }
  .album-sect {
    padding: 40px 0 70px;
  }
  .album-sect .title {
    margin-bottom: 40px;
  }
  .article-sect .container {
    padding: 30px 15px;
  }
  .contact-sect {
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .contact-title h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .reminder {
    padding: 0 15px;
  }
  .masonry-album-sect .item {
    width: 50%;
  }
  .album-sect .album-list:not(.masonry-list) {
    padding: 0 0px;
  }
  .products-slider-control {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    display: none;
  }
  .banner_m {
    display: block;
  }
  .news-sect .news-list {
    padding: 0 0 60px;
    max-width: 100%;
    margin: auto;
  }
  .news-list.type1 .item .txt_in {
    padding: 15px 5px 15px;
  }
  .news-list.type1 .date {
    padding: 15px 20px 15px;
  }
  .album-sect:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .products-list.onlyitem-list .item {
    width: 100%;
  }
  .onlyitem-sect .album-list .item {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .about-sect .about-pic {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
  }
}
