@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: #82addc;
}
.article-list .item .date {
  color: #82addc;
  border-color: #82addc;
}
.type2 .keyword_box:before {
  background: #5b7592;
}
.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: #82addc;
  border-color: #82addc;
  background: none;
}
.keyword_box.detail .keyword li a {
  border: none;
  padding: 0;
}
.keyword_box.detail .keyword li a:hover {
  background: none;
  color: #82addc;
}
.keyword li a:hover {
  color: #82addc;
}
.article-box .keyword li a:hover {
  background: #82addc;
  border-color: #82addc;
  color: #fff;
}
.type5 .article-list .item .date,
.article-date {
  color: #ffffff;
  margin: -25px 0 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #82addc;
}
.article-date {
  margin: auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more {
  z-index: 5;
  overflow-x: hidden;
  color: #fff;
  position: relative;
  background: #82addc;
  transition: all 0.3s ease;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more {
  opacity: 0.8;
  color: #fff;
  background: #82addc;
}
/*------------ 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: #82addc;
  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*/
.banner .slick-slider .slick-list {
  padding-top: 0;
}
.slick-slider .slick-list {
  padding-top: 15px;
}
.products-list .pic:before {
  background: #3b3f5e52;
}
.products-list .item:before {
  content: "NEW";
  display: block;
  background: #000;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  top: -15px;
  left: 30px;
  pointer-events: none;
  font-size: 13px;
  text-align: center;
}
.products-list.type2 .box {
  border: 5px solid #fff;
  background: #fff;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgb(36 36 36 / 10%);
}
.products-list.type2 .pic {
  position: relative;
  overflow: hidden;
  -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: #17171f;
}
.products-list .box:hover .name {
  color: #82addc;
}
.products-list.type2 .name {
  transition: all 0.3s ease;
  padding: 0 15px;
  font-weight: bold;
}
.products-list.type2 .box:hover .name {
  -webkit-transform: translate(0, -54px);
  transform: translate(0, -54px);
}
.products-list .description {
  color: #000;
}
.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);
}
@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);
  }
}
/*!列表通用 index、products*/
.album-list .item .box:hover .namebox {
  color: #82addc;
}
.album-list.type1 .item .name {
  display: none;
}
.products-list.type1 .item::before {
  top: 12px;
  left: 20px;
}
.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: 50%;
  overflow: hidden;
  background: #fff;
  padding: 6px;
  border: solid 1px #ccc;
  overflow: hidden;
}
.album-list:not(.masonry-list) .pic *,
.album-list:not(.masonry-list) .pic:before,
.album-list:not(.masonry-list) .pic:after {
  border-radius: 50%;
  overflow: hidden;
}
.album-list.type1 .item .box .more:after {
  background: #82addc;
  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: 0.4;
}
/*列表通用 index、news*/
.news-list .date {
  color: #444;
  font-size: 40px !important;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.news-list.type3 .date {
  font-size: 15px !important;
}
.news-list.type3 .item:hover {
  background: #f2f2f2;
}
.news-list .box:hover {
  background: none;
}
.news-list .date .month,
.news-list .date .years {
  font-size: 14px;
  font-weight: bold;
}
.news-list.column3 .item:first-child {
  border-left: 0;
}
.news-list.type4 .date {
  background: #82addc;
  color: #fff;
}
.news-list.type4 .item .box {
  border: none;
}
.news-list .name {
  color: #000;
}

.news-list .description {
  color: #868686;
}
.news-list.type1 .item {
  border-bottom: none;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
  background: none;
}
.news-list .btn.more,
.news-list .box:hover .btn.more {
  background: #fff;
  color: #777;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.news-list .box:hover .btn.more {
  transition: all 0.5s ease;
  color: #fff;
  background: #82addc;
  border: 1px solid #82addc;
}
.news-list .box:hover {
  background: #f2f2f2;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner {
  text-align: center;
  position: relative;
}
.banner::after {
  content: "";
  width: 500px;
  height: 500px;
  background: url(../../../images/layout05/common/banner-bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: -1;
}
.banner::before {
  content: "";
  width: 500px;
  height: 500px;
  background: url(../../../images/layout05/common/banner-bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: -1;
  transform: rotateY(180deg);
}
.banner .slider {
  max-width: 1300px;
  margin: auto;
}
.banner * {
  height: 100%;
}
.banner img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  max-width: inherit;
}
.banner .slick-prev,
.banner .slick-next {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: url("../../../images/layout05/common/index/banner_arrow.png")
    no-repeat;
  width: 50px;
  height: 50px;
  margin-top: -30px;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
.banner .slick-prev {
  background-position: 0 0;
  left: -1.5%;
}
.banner .slick-next {
  background-position: 100% 0;
  right: -1.5%;
}
.banner .slick-prev:hover {
  background-position: 0 100%;
}
.banner .slick-next:hover {
  background-position: 100% 100%;
}
.banner-slider-dots {
  display: inline-block;
  vertical-align: middle;
}
.banner .slick-dots {
  position: relative;
  top: -35px;
}

.banner .slick-dots li {
  vertical-align: middle;
  width: 20px;
  line-height: 25px;
}
.banner .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -6px;
}
.banner .slick-dots li.slick-active button {
  background: #82addc;
}
/*------------ title ------------*/
.title h2 {
  color: #131313;
  font-size: 23px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
.title span {
  display: block;
}
/*------------ more ------------*/
.index_more {
  color: #82addc;
  cursor: pointer;
  background: #fff;
  border: 1px solid #82addc;
  border-radius: 0px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 42px;
  height: 45px;
  margin: 2em 0;
  max-width: 168px;
  font-family: "Roboto";
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.index_more:before {
  width: 20px;
  height: 14px;
  background: url(../../../images/layout05/common/newsomething/point.png) top
    no-repeat;
  display: block;
  position: absolute;
  margin: 14px 20px 10px;
  content: "";
}

.index_more:hover {
  background: #82addc;
  color: #fff;
}
.index_more:hover:before {
  background-position: bottom;
}
.index_more a {
  font-size: 0;
  display: block;
  height: 40px;
}
.index_more a span {
  font-size: 14px;
  letter-spacing: 0.075em;
  display: inline-block;
  position: relative;
}
.index_more a span::before {
  content: "READ";
  margin-right: 5px;
}
/*輪播*/
.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,
.articles-sect {
  position: relative;
  z-index: 2;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container {
  padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
  background: url(../../../images/layout05/common/index/about-bg.png) #fff
    bottom no-repeat;
  padding: 55px 0 80px;
}
.about-sect .container {
  padding: 0;
}

.about-sect .about-pic {
  background: url(../../../images/layout05/common/index/about.png) no-repeat;
  background-size: contain;
  width: 620px;
  height: 576px;
  transition: 0s;
  transform: translateY(0px);
  z-index: 2;
  box-shadow: 24px 20px 30px rgb(36 36 36 / 27%);
}

.about-sect .title {
  position: relative;
}
.about-sect .title span {
  display: none;
}
.about-sect .title::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 27px;
}
.about-sect .row {
  position: absolute;
  bottom: 80px;
  right: 0;
}
.about-sect .col.pic {
  display: none;
}
.about-sect .title h2 {
  padding: 0;
  font-size: 32px;
  margin: 0px 0 45px;
  font-weight: bold;
}

.about-sect .sub-title {
  font-size: 22px;
  color: #3f3f3f;
  font-weight: bold;
}
.about-sect article {
  color: #565656;
  font-size: 16px;
  letter-spacing: 1px;
}
.about-sect .title h2:before {
  display: none;
}
.about-sect .txt-box {
  max-width: 100%;
  position: relative;
  padding-bottom: 60px;
  width: 711px;
  height: 410px;
  background: #fff;
  padding: 65px 60px;
  box-sizing: border-box;
  box-shadow: 2px 2px 38px rgb(40 27 16 / 17%);
}
.about-sect .txt-box:after {
  content: "";
  width: 270px;
  height: 190px;
  background: linear-gradient(to right, #fff0 0%, #82addc 100%);
  position: absolute;
  right: -13px;
  bottom: -13px;
  z-index: -1;
}
.about-sect .txt-box:before {
  content: "ABOUT US";
  display: block;
  font-weight: bold;
  position: absolute;
  top: -140px;
  left: 34px;
  font-size: 128px;
  color: transparent;
  -webkit-text-stroke: 2px #c7d7ec;
  z-index: -1;
  letter-spacing: 1px;
}
.about-sect .txt-box .index-about-editor .editor {
}
.about-sect .txt .tag {
  display: none;
}
.about-sect .index-about-editor {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 110px;
}
/*------------ 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: 0px 0 60px;
  position: relative;
}
.site-main {
  background: url(../../../images/layout05/common/index/index-bg.jpg);
  background-size: 100% 100%;
}

.news-sect .news-list {
  padding: 50px 0px 60px;
  position: relative;
  max-width: 1130px;
  margin: auto;
}
.news-sect .news-list:before {
  content: "";
  position: absolute;
  left: -85px;
  right: -85px;
  top: 0;
  bottom: 0;
  /* background: #fff;
  box-shadow: 2px 2px 38px rgba(220, 148, 89, 0.17); */
}
.news-sect .container {
  background: #fff;
  box-shadow: 0px 0px 35px rgb(107 97 90 / 15%);
}
.news-list.type3:before {
  background: #fff7df;
}

.news-sect .title {
  line-height: 50px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 23px;
  position: relative;
  text-align: center;
  padding-top: 72px;
  margin-bottom: -50px;
  z-index: 2;
}
.news-sect .title h2,
.album-sect .title h2 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
.news-sect .title h2::before,
.news-sect .title h2::after,
.album-sect .title h2::before,
.album-sect .title h2::after {
  content: "";
  background: url(../../../images/layout05/common/index/title-dec.png) no-repeat;
  width: 50px;
  height: 6px;
  position: absolute;
  left: -63px;
  top: calc(50% - 4px);
}
.news-sect .title h2::after,
.album-sect .title h2::after {
  right: -63px;
  left: initial;
}
.news-sect .index_more {
  margin: 30px auto 0px;
  bottom: 50px;
}

/*最新消息 少量排版*/
.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 {
  z-index: 3;
  position: relative;
  padding: 80px 0 65px;
  box-sizing: border-box;
}
.products-sect::before {
  content: "";
  position: absolute;
  background: url(../../../images/layout05/common/index/sect2_bg02.jpg) fixed
    no-repeat;
  width: 100%;
  height: 480px;
  top: 0;
  left: 0;
}
.products-sect .index_more {
  display: none;
}
.products-list.type2:not(.masonry-list) .item {
  margin-bottom: 0px;
}
.products-sect .title {
  padding-top: 67px;
  line-height: 50px;
  margin-bottom: 30px;
  font-size: 23px;
  position: relative;
  text-align: left;
  color: #fff;
}
.products-sect .title h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.products-sect .title span,
.news-sect .title span,
.album-sect .title span {
  font-size: 47px;
  font-weight: bold;
}
.news-sect .title span,
.album-sect .title span {
  color: #82addc;
}
.album-sect .title span {
  margin-bottom: -10px;
}
.products-slider-control {
  position: absolute;
  right: 25px;
  top: 18%;
}

.products-sect .slick-prev,
.products-sect .slick-next {
  width: 50px;
  height: 50px;
  line-height: 28px;
  background: url("../../../images/layout05/common/index/banner_arrow.png")
    no-repeat;
  float: left;
  margin: 0 3px;
  transition: unset;
  border-radius: 0;
}
.products-sect .slick-prev {
  margin-left: -26px;
}
.products-sect .slick-prev .ic,
.products-sect .slick-next .ic {
  font-size: 0;
}
.products-sect .slick-prev {
  background-position: 0% 100%;
}
.products-sect .slick-next {
  background-position: 100% 100%;
}

.products-sect .slick-prev:hover {
  background-position: 0% 0%;
}
.products-sect .slick-next:hover {
  background-position: 100% 0%;
}
.album-sect .title h2 {
  position: relative;
  margin: 0;
}
/*產品介紹 少量排版*/
.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 .item {
  padding-bottom: 10px !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 {
  /* background: url(../../../images/layout05/common/index/index-bg.jpg) no-repeat; */
  padding: 0px 0 20px;
  margin: 0 auto;
  position: relative;
}
.service-sect .title {
  margin: 0px auto 30px;
  position: relative;
}
.service-sect .title span {
  font-size: 100px;
  font-family: "Roboto";
  color: #d1d1d1;
  font-weight: bold;
  letter-spacing: 3px;
}
.service-sect .title h2 {
  font-size: 32px;
  margin-top: -60px;
  font-weight: bold;
}
.service-sect .container:before {
  content: "";
  display: block;
  background: url(../../../images/layout05/common/index/service_deco.png)
    no-repeat;
  width: 50%;
  padding-bottom: 40%;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 8;
}
.service-sect .title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #82addc;
  display: inline-block;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.service-sect .service-txt {
  color: #000;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 76px;
}
.service-list ul {
  list-style: none;
  padding: 0;
  text-align: center;
  color: #6b9ed2;
  display: inline-block;
}
.service-list ul li {
  width: 130px;
  height: 130px;
  border: 3px solid #5797dd69;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 3px;
}
.service-list ul li .img {
  width: 53px;
  margin: 0 auto;
  padding-top: 28px;
}
.service-list ul li img {
  width: 100% !important;
}
.service-list ul span {
  padding-top: 5px;
  display: block;
}
.service-box {
  float: left;
  position: relative;
  padding: 0px 0px 15px;
  width: 45%;
  text-align: left;
  box-sizing: border-box;
}
.service-box > .flex > .cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.service-sect .index_more:hover {
  background: #82addc;
}
.service-sect .index_more {
  margin-top: 22px;
}
/*------------ album ------------*/
.album-sect {
  padding: 70px 0 90px;
  position: relative;
  background: #fff;
}
.album-sect .container {
  z-index: 3;
}
.album-sect .title {
  margin: -10px auto 30px;
  text-align: center;
}

.album-sect .index_more {
  display: none;
}
.album-list .item .box .more {
  display: none;
}
.album-sect .album-list:not(.masonry-list) {
  padding: 0 7%;
}
.album-sect .slick-arrow {
  background: url("../../../images/layout05/common/page_arrow.png") no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  padding: 0;
  font-size: 0;
  border: none;
  line-height: 35px;
  z-index: 40;
  cursor: pointer;
}

.album-sect .slick-prev {
  left: 0;
  padding-right: 5px;
}
.album-sect .slick-next {
  right: 0;
  padding-left: 5px;
}

.album-sect .slick-prev {
  background-position: 0 0;
}
.album-sect .slick-next {
  background-position: 100% 0;
}
.album-sect .slick-prev:hover {
  background-position: 0 100%;
}
.album-sect .slick-next:hover {
  background-position: 100% 100%;
}
.album-list.type1 .item {
  margin-bottom: 0;
  border: none;
}
.album-sect .album-list .item:nth-child(n) {
  clear: none;
}

/*瀑布流*/
.masonry-album-sect .container {
  padding: 0 15px;
  max-width: 1330px;
}
.onlyitem-sect .title,
.masonry-album-sect .title {
  display: block;
}
.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: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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: 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: 1440px) {
  .products-sect .container {
    padding: 50px 15px;
  }
  .about-sect .txt-box:before {
    top: -118px;
    font-size: 100px;
    right: 0;
    left: inherit;
  }
  .about-sect {
    padding: 75px 20px 80px;
  }
  .products-sect {
    position: relative;
    padding: 0px 0 80px;
  }
  .news-sect {
    padding: 0px 20px 100px;
  }
  .banner .slick-prev {
    left: 2%;
  }
  .banner .slick-next {
    right: 2%;
  }
  .service-list ul li .img {
    width: 45px;
  }
}
@media screen and (max-width: 1300px) {
  .about-sect .index-about-editor {
    padding-right: 50px;
  }
  .service-sect:before {
    letter-spacing: 1em;
  }
  .service-list ul li {
    width: 100px;
    height: 100px;
  }
  .service-list ul li .img {
    width: 38px;
  }
  .service-list ul li .img {
    padding-top: 19px;
  }
  .about-sect .txt-box {
    width: 638px;
  }
}
@media screen and (max-width: 1200px) {
  .about-sect .about-pic {
    background-size: cover;
    width: 540px;
    height: 570px;
  }
  /*產品介紹 少量排版*/
  .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-list ul li {
    width: 95px;
    height: 95px;
  }
  .about-sect .txt-box:before {
    top: -103px;
    font-size: 85px;
  }
  .about-sect .txt-box {
    width: 605px;
    height: 400px;
  }
  .about-sect {
    padding: 55px 20px 80px;
  }

  /*!少量排版*/
}
@media screen and (max-width: 1000px) {
  .about-sect .txt-box:before {
    right: calc(50% - 126.5px) !important;
  }
  .about-sect .txt-box {
    text-align: center;
  }
  .about-sect .title::before {
    left: calc(50% - 15px);
    bottom: 23px;
  }
  .about-sect .index-about-editor {
    padding-right: 50px;
    text-align: center;
    width: 100%;
    height: auto;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    overflow: inherit;
  }
  .about-sect .index_more {
    margin: 2em auto 0.5rem;
  }
  .service-list {
    text-align: center;
  }
  .service-list ul li {
    width: 120px;
    height: 120px;
    margin: 0 15px;
  }
  .service-list ul li .img {
    width: 53px;
  }
  .service-list ul {
    margin: 20px auto 0;
  }
  .service-sect .service-txt {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    height: auto;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    overflow: inherit;
  }
  .service-sect .index_more {
    margin: 45px auto 0;
  }
  .service-sect .title:after {
    display: none;
  }
  .service-sect .title span {
    font-size: 47px !important;
  }
  .service-sect .title h2 {
    margin-top: -15px !important;
  }
  .products-list .item:before {
    top: 10px;
    left: 20px;
  }
  .banner-slider-control,
  .banner:before {
    display: none;
  }
  /*少量排版*/
  .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: 18px;
  }
  .products-sect .title {
    margin-bottom: 0px;
    padding: 0;
  }
  .about-sect {
    padding: 30px 20px 35px;
  }
  .about-sect:before {
    width: 100%;
    background: url(../../../images/layout05/common/index/about_after.png)
      no-repeat;
  }
  .about-sect .txt-box {
    background: no-repeat;
    margin: 0;
    width: 100%;
    box-shadow: none;
    padding: 135px 10px 0;
    /* display: inline-grid; */
    height: auto;
  }
  .about-sect .about-pic {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: 100%;
  }
  .about-sect .row {
    position: inherit;
    bottom: 40px;
  }
  .about-sect .col.txt {
    float: none;
    width: 100%;
  }
  .about-sect .title {
    width: 100%;
  }
  .about-sect .txt-box:after {
    top: -142px;
    display: none;
  }
  .about-sect .txt-box:before {
    top: 70px;
    right: 9px;
    font-size: 47px;
    -webkit-text-stroke: 0;
    z-index: 1;
    color: #82addc;
  }
  .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-bottom: 0px;
    margin-top: -25px;
  }
  .products-box {
    padding: 8px 0;
  }
  .products-slider-control {
    top: 14%;
  }
  .news-sect {
    padding: 0px 20px 30px;
  }
  .service-sect {
    padding: 0px 0px 35px;
    background-position: left bottom;
    background-size: cover;
  }
  .service-sect .container:before {
    display: none;
  }
  .service-sect:before {
    display: none;
  }
  .service-sect .title {
    position: relative;
    text-align: center;
  }
  .service-box {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
  }
  .articles-sect {
    padding: 50px 0 25px;
  }
  .articles-sect .index_more {
    margin: 0px auto 20px;
  }
  /* .news-sect {
    padding: 50px 0 5px;
  } */
  .album-sect {
    padding: 55px 0;
  }
  .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 50px;
  }
}
@media screen and (max-width: 768px) {
  .news-sect .title {
    padding-top: 40px;
  }
  .about-sect .about-pic {
    margin: 0px auto 20px;
  }
  .about-sect .txt-box:after {
    top: -163px;
  }
  .about-sect .index-about-editor {
    padding-right: 0px;
  }
  .news-sect .news-list {
    padding: 50px 0px 50px;
    max-width: 100%;
    margin: auto;
  }
  .album-sect:before {
    display: none;
  }
  .service-list ul,
  .service-sect .service-txt {
    width: 100%;
  }
  .about-sect .txt-box:before {
    font-size: 32px;
    right: calc(50% - 87.5px) !important;
  }
  .products-sect .title span,
  .news-sect .title span,
  .album-sect .title span,
  .service-sect .title span {
    font-size: 32px !important;
  }
  .about-sect .title h2 {
    margin: -21px 0 37px;
    font-size: 22px;
  }
  .products-sect .title h2,
  .news-sect .title h2,
  .album-sect .title h2,
  .service-sect .title h2 {
    font-size: 22px;
    margin-top: -20px;
  }
  .album-sect .title h2 {
    margin-top: 5px !important;
  }
  .service-sect .title h2 {
    margin-top: -10px !important;
  }
  .about-sect .sub-title {
    font-size: 18px;
  }
  /* .about-sect .index-about-editor {
    height: 110px;
  } */
  .products-slider-control {
    position: initial;
    margin: 0 auto;
    text-align: center;
  }
  .service-list ul li {
    width: 100px !important;
    height: 100px !important;
    margin: 0 15px;
  }
  .service-list ul li .img {
    width: 40px !important;
  }
  .about-sect {
    padding: 0px 20px 20px;
  }
  .products-sect::before {
    background: url(../../../images/layout05/common/index/sect2_bg02.jpg)
      no-repeat;
  }
  .about-sect .about-pic {
    height: 350px;
  }
  .about-sect .txt-box {
    padding: 105px 10px 0;
  }
  .about-sect .txt-box:before {
    top: 40px;
  }
  .album-sect {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .products-list.onlyitem-list .item {
    width: 100%;
  }
  .onlyitem-sect .album-list .item {
    width: 100%;
  }
  .service-list ul li {
    width: 85px !important;
    height: 85px !important;
    margin: 0 15px;
  }
  .service-list ul li .img {
    width: 30px !important;
  }
}
@media screen and (max-width: 360px) {
  .about-sect .about-pic {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
  }
}
