@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i");
/*列表通用 index article*/
/*------------ article ------------*/
.news-sect .slick-slider .slick-track {
  margin-top: 13px;
  z-index: 2;
}
.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 .name {
  height: 27px;
  -webkit-line-clamp: 1;
}
.products-list.type2 .box {
  transition: all 0.2s;
  padding: 20px 10px 0px;
}

.products-list .box.new:before {
  content: "";
  display: block;
  font-family: Arial;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0px;
  left: -6px;
  text-align: center;
  border-radius: 20px;
  z-index: 15;
  line-height: 30px;
  font-weight: bold;
  background: url("../../../images/layout04/common/index/new-tag.png") no-repeat;
  background-size: contain;
}
.products-list.type1 .box.new:before {
  width: 60px;
  height: 60px;
  top: 5px;
  left: 5px;
}
.products-list .box .name {
  color: #000;
}
.products-list .box .description {
  color: #888;
}
.products-list .box:hover .description {
  color: #545454;
}
.products-list.type2 .box:after {
  content: "VIEW MORE";
  display: block;
  color: #444444;
  letter-spacing: 2px;
  display: block;
  text-align: left;
  margin: 10px -10px 0;
  padding: 10px;
  transition: all 0.2s;
  border-bottom: 1px solid #9fa1a0;
}
.products-list.type2 .box:hover:after {
  color: #005bac;
  border-bottom: 1px solid #005bac;
}
.products-list .mask {
  box-shadow: 2px 2px 14px #2121214f;
}
.products-list .box:hover .pic:before {
  opacity: 0;
}
.products-list .box .pic img {
  transition: all 0.5s;
}
.products-list .box:hover .pic img {
  transform: scale(1.2);
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list.type1 .item {
  border-bottom: 0;
  padding: 0;
}

.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: #eff1f3;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px #403f3f40;
}
.news-list .btn.more {
  bottom: 12px;
}
.news-list.type4 .item .box {
  border: none;
}
.news-list .item .box:hover {
  box-shadow: 0px 0px 15px #44444454;
  margin-top: -13px;
}
.news-list .item .box:hover .date {
  background: #005bac;
}
.news-list.type4 .txt {
  padding: 0 10px 0px 10px;
}
.news-list.type4 .item .date,
.news-date {
  color: #ffffff;
  width: 59px;
  height: 59px;
  padding-top: 13px;
  background: #000;
  border-radius: 50%;
  border-top-right-radius: 0;
}
.news-list.type4 .date .day {
  color: #fff;
  font-weight: bolder;
  font-family: "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑",
    "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei",
    "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  letter-spacing: 1px;
  font-size: 25px;
  margin-top: 1px;
  margin-bottom: -3px;
}
.news-list .item .name {
  color: #000000;
}

.news-list .item .description {
  color: #666;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner {
  position: relative;
  height: auto !important;
}
.banner * {
  height: 100%;
}
.banner img {
}
.banner .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: 43px;
  height: 43px;
  cursor: pointer;
  background-size: cover;
}
.banner .slick-prev {
  background-position: 0 0%;
  left: 35px;
}
.banner .slick-next {
  left: auto;
  right: 35px;
  transform: rotate(180deg);
}
.banner .slick-prev:hover {
  background-position: 0 98%;
}
.banner .slick-next:hover {
  background-position: 0% 98%;
}
.banner .slick-dots {
  position: static;
  top: 100%;
  left: 0;
  right: 0;
  margin: 5px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  z-index: 80;
}
.banner .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.banner .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  padding: 0;
  border: 0;
  width: 96px;
  height: 3px;
  margin-top: 10px;
  cursor: pointer;
}
.banner .slick-dots li button {
  background: #ddd;
}
.banner .slick-dots li.slick-active button {
  background: #21a38c;
}
/*------------ title ------------*/
.title {
  color: #000000;
  font-size: 23px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 30px;
  font-weight: normal;
}
.title h2 {
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  display: block;
  margin: 0 0 5px;
  width: 130px;
  margin: 0 auto;
  position: relative;
}
.title i {
  display: none;
}
.products-sect .title h2::before,
.service-sect .edit-title::before,
.news-sect .title h2:before,
.album-sect .title h2:before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("../../../images/layout04/common/title-dec.png") no-repeat;
  position: absolute;
  left: -12px;
  top: 3px;
}
.products-sect .title h2::after,
.service-sect .edit-title::after,
.news-sect .title h2::after,
.album-sect .title h2::after {
  content: "";
  width: 9px;
  height: 9px;
  background: url(../../../images/layout04/common/title-dec.png) no-repeat;
  position: absolute;
  right: -12px;
  bottom: 4px;
  background-position: 100% 100%;
}
.service-sect .edit-title::before {
  left: -19px;
  top: 16px;
}
.service-sect .edit-title::after {
  right: -16px;
  bottom: 13px;
}
.service-sect .Heading-title,
.service-sect .content {
  color: #fff;
}
.service-sect .Heading-title {
  color: #e0d869;
  font-size: 24px;
  margin-top: 55px;
  position: relative;
  margin-bottom: 5px;
}
.service-sect .Heading-title::before {
  content: "";
  width: 50px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: -35px;
}
.service-sect .content {
  font-size: 18px;
  font-weight: 300;
  font-family: 微軟正黑體;
  letter-spacing: 1px;
}
/*------------ more ------------*/
.index_more {
  color: #fff;
  font-size: 12px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  border-radius: 0;
  line-height: 45px;
  width: 166px;
  height: 45px;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease;
  background: #000;
}
.index_more:hover {
  background: #8cc220;
  color: #fff;
}
.index_more a {
  font-size: 0;
}
.index_more a span {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow {
  position: absolute;
  top: 15px;
  right: 0;
  width: 126px;
}
.hot-arrow .slick-arrow {
  width: 58px;
  height: 58px;
  padding: 0;
  display: inline-block;
  z-index: 100;
  color: transparent;
  border: 0;
  position: absolute;
  cursor: pointer;
  background: url("../../../images/layout04/common/index/arrow2.png");
  left: 0;
  padding: 0;
  box-sizing: border-box;
  background-size: cover;
}
.hot-arrow .slick-next {
  transform: rotate(180deg);
  right: 0;
  left: auto;
}
.hot-arrow .slick-arrow:hover {
  background-position: 0 100%;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container {
  padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
  background: #c4dde4;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  padding: 170px 0 100px;
}
.about-sect::after {
  content: "";
  background: url(../../../images/layout04/common/index/about-item.png)
    no-repeat;
  width: 990px;
  height: 948px;
  position: absolute;
  right: 0;
  bottom: -74px;
}
.about-sect::before {
  content: "";
  background: url(../../../images/layout04/common/index/cloud-bg.png) no-repeat;
  width: 100%;
  height: 748px;
  position: absolute;
  right: 0;
  bottom: 0px;
}
.about-sect .title {
  text-align: left;
  margin-bottom: 75px;
}

.about-sect .row {
  padding: 0;
}
.about-sect .pic img {
  margin: 0;
  display: none;
}
.about-sect .col {
  float: left;
}
.about-sect .col.txt {
  width: 50%;
  z-index: 2;
  box-sizing: border-box;
  color: #000;
  z-index: 3;
  position: relative;
}
.about-sect .container {
  position: relative;
}
.about-sect .container::before {
  content: "";
  background: url(../../../images/layout04/common/index/item-cloud.png)
    no-repeat;
  width: 235px;
  height: 142px;
  position: absolute;
  left: -22.1%;
  bottom: 17%;
  background-size: contain;
}
.about-sect .col.pic {
  margin: 0px 0 0 0;
  width: 34.2095%;
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  text-align: right;
}
.about-sect .col.pic img {
  object-fit: cover;
  height: 100% !important;
  max-width: inherit;
}
.about-sect .index_more {
  margin: 20px 0;
}
/* .about-sect .title {
  z-index: 30;
  position: absolute;
  left: 35px;
  top: 40px;
} */
.about-sect .title h2 {
  color: #2a3e0c;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 1.31;
  margin: 0;
  width: 100%;
  position: relative;
  margin-top: -26px;
}
.about-sect .title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -36px;
  width: 50px;
  height: 4px;
  background-color: #223a02;
}
.about-sect .txt-box .index-about-editor .editor {
  position: relative;
  line-height: 1.75;
  width: 94%;
  font-size: 16px;
}
.about-sect .txt .tag {
  font-weight: bold;
  font-size: 20px;
  color: #fad038;
  line-height: 1.4;
  margin: 0 0 25px;
  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 {
  padding-top: 20px;
  padding: 109px 0 87px;
  background: url(../../../images/layout04/common/index/news-bg.jpg) no-repeat
    center 0%;
  position: relative;
}
.news-sect .scroll2 {
  content: "";
  background: url(../../../images/layout04/common/index/tree.png) no-repeat;
  width: 798px;
  height: 852px;
  position: absolute;
  left: 0;
  top: 29%;
  background-size: contain;
  z-index: 1;
  -webkit-animation: float 1.8s infinite;
}
.news-sect .scroll1 {
  content: "";
  background: url(../../../images/layout04/common/index/bird.png) no-repeat;
  width: 276px;
  height: 192px;
  position: absolute;
  right: 5.3%;
  top: 21%;
  background-size: contain;
}

.news-sect .container {
  z-index: 2;
}
.news-sect .index_more {
  display: none;
}
.news-list {
  justify-content: center;
  flex-wrap: wrap;
}
.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.type2 .box:hover .date,
.news-list.type3 .box:hover .date {
  background: none !important;
  color: #005bac;
}
.news-list.type2 .btn.more {
  border-radius: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.news-list.type2 .box:hover .btn.more {
  border-radius: 0;
  background: #005bac;
  color: #fff;
}
.news-list.type3 {
  padding: 37px 0;
}
.news-list.type3 .item {
  border-left: 1px solid #e7e7e7;
}
.news-list.type3 .item:first-child {
  border: none;
}
.news-list.type3:before {
  display: none;
}
.news-list .btn.more {
  position: static;
  margin: 15px 0 0;
}
/*最新消息 少量排版*/
.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 {
  position: relative;
  z-index: 10;
  padding: 100px 0;
  background: url("../../../images/layout04/common/index/product-bg.jpg")
    no-repeat;
}
.products-sect .title span,
.news-sect .title span,
.album-sect .title span {
  color: #8cc220;
  display: block;
  font-family: arial;
  font-size: 55px;
  display: block;
  font-weight: bold;
}
.products-sect .title {
  margin-bottom: 30px;
}
.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.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:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../../../images/layout04/common/index/service_bg.jpg) center
    75% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 140px;
} */
.service-sect {
  position: relative;
  padding: 35px 0 15px;
  background: url(../../../images/layout04/common/index/service_bg02.jpg) left
    top no-repeat fixed #210b18;
}
.service-sect .title h2 {
  color: #fff;
}
.service-sect .edit-title-en,
.about-sect .title span {
  font-size: 105px;
  color: transparent;
  -webkit-text-stroke: 1px #8cc220;
  font-family: arial;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: -88px;
}
.about-sect .title span {
  line-height: 95px;
  display: inline-block;
  margin-left: 40px;
  position: relative;
}
.about-sect .title span::after {
  content: "";
  width: 9px;
  height: 9px;
  background: url(../../../images/layout04/common/title-dec.png) no-repeat;
  position: absolute;
  right: 5%;
  bottom: 9px;
  background-position: 100% 100%;
}
.service-sect .title {
  display: none;
}
.service-sect .edit-title {
  color: #fff;
  font-size: 35px;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: "Open Sans";
  margin-left: 20px;
  position: relative;
  width: 152px;
  font-weight: bold;
}
.service-sect .editor {
  float: right;
  width: 50%;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
.service-box > .flex > .cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.service-box .index_more {
  clear: both;
  margin: 0 auto 0;
  position: relative;
  left: 80px;
  top: -81px;
  color: #fff;
  background: #8cc220;
}
.service-box .index_more:hover {
  color: #fff;
  background: #699218;
}
.service-box .index_more a {
  padding: 8.5px 0;
}
.service-box .txt-list {
  margin-top: 35px;
  margin-left: 20px;
}
.service-box .txt-list .item {
  display: inline-block;
}
.service-box .txt-list .item:last-child {
  margin-left: 25px;
}
.service-box .txt-list span {
  margin-left: 42px;
  position: relative;
}
.service-box .txt-list span::before {
  content: "";
  background: url("../../../images/layout04/common/list-dec.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -20px;
  bottom: 4px;
}
.service-box .txt-list span:first-child {
  margin-left: 0;
}
/*------------ album ------------*/
.album-sect {
  background: url("../../../images/layout04/common/index/product-bg.jpg")
    no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 0 90px;
}
.album-sect .container {
  position: relative;
  z-index: 3;
}

.album-sect .title {
  margin-bottom: 60px;
}
/* .album-sect .title h2 {
  color: #fff;
} */
.album-sect .index_more {
  margin-top: 55px;
}
.album-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.album-list .box .name {
  color: #fff;
  transition: all 0.5s;
  height: auto !important;
  font-weight: 400 !important;
  text-shadow: 0px 0px 10px #44444482;
}

.album-list.type1 .item {
  margin-bottom: 0;
}
.album-list.type3 .box .name {
  color: #000;
  text-shadow: none;
  display: block;
}
.album-list.type3 .box:hover .name {
  color: #005bac;
}
.album-list.type1 .item .name {
  padding: 5px 10px;
  margin: 0 !important;
}
.album-list.type1 .item .namebox {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #8cc220bd;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.album-list.type1 .box:hover .namebox {
  opacity: 1;
}
.album-list.type1 .item .name,
.album-list.type1 .item .namebox {
  display: block;
}

.album-list .item .box:hover .name {
  display: block;
}
.album-list .box .pic img {
  transition: all ease 0.5s;
}
.album-list .box:hover .pic img {
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n) {
  clear: none !important;
}
/*瀑布流*/
.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: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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: 1440px) {
  .news-sect .scroll2 {
    height: 750px;
  }
  .about-sect .col.pic {
    margin: 0px 0 0 0%;
  }
  .about-sect .txt .pic {
    padding: 5% 0 20px;
  }
  .news-sect::before {
    height: 750px !important;
    left: -40px;
    top: 36%;
  }
  .about-sect::after {
    width: 900px !important;
    bottom: -157px !important;
    background-size: contain !important;
  }
}
@media screen and (max-width: 1280px) {
  .news-sect .scroll1 {
    width: 220px;
    height: 192px;
    right: 2.3%;
    top: 20%;
  }
  .news-sect::after {
    width: 240px;
    right: 0%;
    top: 6%;
  }
  .products-sect {
    padding: 50px 0 80px;
  }
  .news-sect {
    padding: 80px 0 87px;
  }
  .products-sect .title span,
  .news-sect .title span,
  .album-sect .title span {
    font-size: 40px;
  }
  .hot-arrow .slick-next {
    right: 20px;
  }
  .hot-arrow .slick-arrow {
    background-size: cover;
    width: 50px;
    height: 50px;
  }
  .service-sect .edit-title {
    font-size: 28px;
  }
  .service-sect .edit-title::after {
    right: 12px;
  }
  .service-sect .edit-title-en,
  .about-sect .title span {
    font-size: 90px;
    margin-bottom: -61px;
  }
  .album-sect {
    padding: 80px 0 20px;
  }
  .service-box .txt-list span {
    margin-left: 20px;
  }
  .news-sect .scroll2 {
    height: 650px;
    top: 38%;
  }
  .about-sect::after {
    width: 780px !important;
    bottom: -261px !important;
    background-size: contain !important;
  }
}
@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;
  }
  .service-sect .content {
    font-size: 16px;
  }
  /*!少量排版*/
}
@media screen and (max-width: 1024px) {
  .about-sect::after {
    width: 762px !important;
    bottom: -59px !important;
    height: 730px;
  }
}
@media screen and (max-width: 1000px) {
  .service-sect .Heading-title::before {
    top: -25px;
  }
  .service-sect .Heading-title {
    margin-top: 40px;
  }
  .about-sect .title h2 {
    margin-top: 10px;
  }
  .about-sect .title h2::before {
    bottom: -26px;
  }
  .service-sect .Heading-title {
    font-size: 20px;
  }
  .service-sect .edit-title-en,
  .about-sect .title span {
    font-size: 55px;
    margin-bottom: -23px;
    text-align: center;
    margin-left: 0;
  }
  /* .service-sect .edit-title-en,
  .about-sect .title span {
    font-size: 70px;
    margin-bottom: -49px;
  } */
  .news-sect .scroll2 {
    height: 540px;
    top: 71%;
  }
  .news-sect .scroll1 {
    width: 170px;
    right: -0.7%;
    top: 6%;
  }

  .about-sect {
    padding: 60px 0 50px;
    margin: 0;
  }
  .about-sect .col.txt {
    margin-top: 80px;
    padding: 20px 20px 40px;
  }
  .about-sect .col.txt,
  .about-sect .col.pic {
    float: none;
    width: 100%;
    text-align: center;
  }
  .about-sect .title {
    position: static;
    margin-bottom: 55px;
  }
  .about-sect .txt-box {
    text-align: center;
    display: block;
  }
  .about-sect .txt-box .index-about-editor .editor {
    width: 58%;
    text-align: left;
  }
  .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: 60px 0 80px;
    margin-bottom: -1px;
  }
  .products-box {
    padding: 8px 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-bottom: 0;
    background-position: 27% 100%;
    position: relative;
    background-size: cover;
  }
  .service-sect::before {
    content: "";
    background: #08080878;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .service-sect .editor {
    border: none;
  }
  .banner .slick-arrow {
    transform: scale(0.5);
    margin-bottom: -18px;
  }
  .banner .slick-prev {
    margin-left: -36px;
  }
  .banner .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 10px;
    margin-bottom: 0px;
  }
  .album-sect .container {
    display: block;
    padding: 0 15px;
  }
  .album-list {
    width: 100%;
    margin: 28px 0 0 !important;
  }
  .hot-arrow {
    position: relative;
    left: 0%;
    height: 40px;
    top: 0;
    margin: 0 auto 10px;
  }
  .title h2 {
    color: #000000;
    font-weight: bold;
    display: block;
  }
  .products-sect {
    padding: 60px 0 70px;
  }
  .hot-arrow {
    width: 95px;
  }

  .hot-arrow .slick-next {
    right: 0;
  }
  .products-sect .title {
    margin-bottom: 15px;
  }
  .hot-arrow .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .index_more {
    line-height: 42px;
    width: 145px;
    height: 42px;
  }
  .index_more a span {
    font-size: 16px;
  }
  .products-list.type2 .item {
    margin-bottom: 30px;
  }
  .service-sect .edit-title {
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
  }

  .service-sect .Heading-title::before {
    left: calc(50% - 17.5px);
    width: 35px;
    height: 3px;
  }
  .service-sect .edit-title {
    width: 130px;
  }
  .service-sect .edit-title::after {
    right: -14px;
    bottom: 9px;
  }
  .service-sect .edit-title::before {
    top: 12px;
  }
  .service-sect .content,
  .service-sect .Heading-title {
    text-align: center;
  }
  .service-sect .content {
    padding: 0 80px;
    min-height: 255px;
    text-shadow: 0 0 12px #232222;
  }
  .service-box .index_more {
    margin: 0 auto;
    left: 0;
    top: -90px;
  }
  .news-sect::before {
    height: 580px !important;
    left: -20px !important;
    top: 55% !important;
  }
  .about-sect .title,
  .about-sect .title span {
    text-align: center;
  }
  .about-sect .title span {
    width: 400px;
    line-height: 61px;
  }
  .about-sect .title h2 {
    font-size: 26px;
  }
  .about-sect .title h2::before {
    bottom: -20px;
    width: 36px;
    height: 3px;
  }
  .about-sect::after {
    width: 495px !important;
    height: 475px;
    bottom: -38px !important;
    background-size: contain !important;
  }
  .album-sect .title {
    margin-bottom: 15px;
  }
  .products-list .box.new:before {
    width: 55px;
    height: 55px;
  }
  .about-sect .title h2::before {
    left: calc(50% - 18px);
  }
  .about-sect .col.txt {
    margin-top: 55px;
  }
  .about-sect .txt-box .index-about-editor .editor {
    width: 88%;
    text-align: center;
    margin: 0 auto;
  }
  .about-sect {
    padding: 60px 0 120px;
    margin: 0;
  }
  .about-sect::after {
    width: 435px !important;
    height: 421px;
    bottom: -38px !important;
    right: -34px;
  }
  .about-sect .index_more {
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .products-sect {
    padding: 50px 0;
  }
  .news-sect {
    padding: 55px 0 50px;
  }
  .about-sect .col.txt {
    padding: 20px 20px 35px;
  }
  .service-sect .content {
    padding: 0 50px;
  }
  .service-box .index_more {
    top: -68px;
  }

  .album-list {
    flex-wrap: wrap;
  }
  .album-sect .album-list .item {
    min-width: inherit;
  }
  .news-sect .scroll2 {
    height: 580px;
    top: 63%;
  }
  .news-sect .scroll2 {
    height: 600px;
    top: 57%;
  }
}
@media screen and (max-width: 650px) {
  .service-sect .content {
    padding: 0px 0px;
  }
  .about-sect .txt-box .index-about-editor .editor {
    width: 100%;
  }
  .news-sect .scroll2 {
    height: 610px;
    top: 50%;
  }
}
@media screen and (max-width: 580px) {
  .title h2 {
    font-size: 26px;
  }
  .service-box .txt-list span::before {
    width: 10px;
    height: 10px;
    left: -14px;
    bottom: 6px;
    background-size: contain;
  }
  .service-box .txt-list span {
    margin-left: 10px;
  }
  .service-box .txt-list {
    margin-left: 0;
    margin-top: 10px;
  }
  .service-box .txt-list .item {
    display: block;
  }
  .service-box .txt-list span {
    margin-left: 20px;
  }
  .service-sect .content {
    min-height: 286px;
  }
}
@media screen and (max-width: 480px) {
  .products-list.onlyitem-list .item {
    width: 100%;
  }
  .about-sect .title span {
    width: 100%;
    margin-left: 0;
  }
  .onlyitem-sect .album-list .item {
    width: 100%;
  }

  .about-sect .title span::after {
    right: 2%;
  }
  .news-sect::after {
    width: 165px;
  }
  .news-sect::before {
    height: 425px !important;
    left: -20px !important;
    top: 62% !important;
  }
  .about-sect::after {
    width: 355px !important;
    height: 350px;
    bottom: -38px !important;
    right: -34px;
  }
  .news-sect .scroll1 {
    width: 110px;
    height: 192px;
    right: -4.7%;
    top: 12%;
  }
  .news-sect .scroll2 {
    height: 430px;
    top: 65%;
  }
  .about-sect .title h2 {
    margin-top: 6px;
  }
  .service-sect {
    padding: 40px 0 15px;
  }
}
@media screen and (max-width: 375px) {
  .service-sect .edit-title-en,
  .about-sect .title span {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0px;
  }
  .about-sect .title span::after {
    right: -3%;
  }

  .news-sect .scroll2 {
    height: 420px;
    top: 66%;
  }
}
