@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i");
/*列表通用 index article*/
/*------------ article ------------*/
.slick-list {
  padding: 3px 0;
}
.article-list .item .box {
  margin: 0 auto 45px;
  padding-bottom: 35px;
  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;
}
.article-list .text-all {
  border-color: transparent;
}
.type3 .article-list .Category + .date:before {
  background: #fff;
}
.article-list .item .date {
  color: #ccc;
  border-color: #ccc;
}
.type2 .keyword_box:before {
  background: #a8bfef;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before {
  color: #fff;
}
.article-list .item .description {
  color: #ccc;
}
.article-box .keyword_box,
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a {
  color: #a8bfef;
  border-color: #a8bfef;
  background: none;
}
.article-box .keyword li a:hover {
  background: #3e53e6;
  border-color: #3e53e6;
  color: #fff;
}
.type5 .article-list .item .date,
.article-date {
  color: #ffffff;
  margin: -25px 0 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: #3e53e6;
}
.article-date {
  margin: auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more {
  z-index: 5;
  overflow-x: hidden;
  color: #fff;
  position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: 0;
  background: #3e53e6;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before {
  opacity: 0;
}
/*------------ 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: #a8bfef;
  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.type2 > .item > .box {
  margin: 0 auto 0px;
  box-sizing: border-box;
  transition: all 0.2s;
  position: relative;
}
.products-list .name {
  color: #707070;
}
.products-list .box:hover .name {
  color: #71b977;
}
.products-list .pic:before {
  background: rgba(0, 0, 0, 0.55);
}
.products-list.type2 .box {
  border-bottom: 1px solid #656565;
}
.products-list.type2 .box:hover {
  border-bottom-color: #71b977;
}
.products-list.type2 .txt {
  padding-bottom: 8px;
}
.products-list.type2 .name {
  margin: 0 0;
}
.products-list .description {
  color: #8b8b8b;
}
.products-list .box.new:before {
  content: "";
  width: 48px;
  height: 27px;
  position: absolute;
  z-index: 10;
  top: -3px;
  left: 5px;
  background-image: url(../../../images/layout03/common/new-tag.png);
}
.products-list .box img {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.products-list .box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
@media screen and (max-width: 1000px) {
  .products-list.masonry-list.products-list .item .box {
    margin-bottom: 0px;
  }
  .products-list .box.new:before {
    top: 0;
    left: 0;
  }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list {
  margin: 0 -10px;
}
.album-list .item {
  padding: 0 10px;
}
.album-list.type1 {
  margin: 0 -10px 65px;
}
.album-list.type1 .item .box .more:after {
  color: #ddd;
  opacity: 1;
  display: none;
}
.album-list .item .namebox {
  padding: 20px 15px;
  background: #fff;
  position: relative;
}

.album-list .item .name {
  color: #414141;
  text-align: left !important;
  font-weight: 400 !important;
  height: 45px !important;
  margin: 0 !important;
}

.album-list .item .box:hover .name {
  color: #71b977;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.album-list .box:hover .pic:before {
  opacity: 1;
}
.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;
}
/*!瀑布流*/
.album-list .item .pic img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.album-list .item:hover .pic img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*!列表通用 index、album*/
.masonry-list.album-list.type2 .item .box:hover .namebox:after {
  display: none;
}
.masonry-list.album-list.type4 .item .namebox:after {
  display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name {
  color: #4c4c4c;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item {
  padding: 0 15px !important;
}
/*列表通用 index、news*/

.news-list .pic:before {
  display: none;
}
.news-list .item .box {
  transition: all 0.2s;
  top: 0;
  padding: 10px;
}
.news-list .item .pic {
  position: relative;
  box-sizing: border-box;
}
.news-list .item .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #52a543cf 0%, rgb(84 84 84 / 37%) 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  display: block;
}

.news-list .item .box:hover .pic::before {
  opacity: 1;
  text-shadow: 1px 1px 6px #64b7548c;
}
.news-list.type4 .item .box {
  border: 1px solid #ddd;
}
.news-list .item .box {
  background: #f4f4f4;
  border: 1px solid #ddd;
}
.news-list .item .name {
  color: #333333;
}
.news-list .item .description,
.news-list .item .date {
  color: #888888;
}
.news-list .box:hover .date {
  color: #111;
}
.news-list .item .box:hover .name {
  color: #71b977;
}
.news-list.type4 .item .date,
.news-date {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  margin: -62px 0px 13px;
  border-left: 1px solid #fff;
}
.news-list.type4 .item .date {
  display: flex;
  flex-wrap: wrap;
  text-shadow: 1px 1px 6px #00000052;
  border-radius: 0;
}
.news-list .btn.more {
  z-index: 5;
  overflow-x: hidden;
  color: #fff;
  background: #555;
  bottom: 10px;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.news-list .box:hover .btn.more {
  background-color: #71b977;
  color: #fff;
}
.news-list.type4 .description {
  font-size: 15px;
  line-height: 20px;
}
.news-list.type4 .txt {
  padding: 0 10px 20px 10px;
  font-weight: 300;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/

.banner img {
  width: 100%;
}
.banner img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  max-width: inherit;
}
.banner .slider:before {
  content: "";
  border: 0px solid #fff;
  position: absolute;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.15;
  pointer-events: none;
}
.banner-slider-control {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -70px;
}
.banner .slick-arrow {
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  background: url(../../../images/layout03/common/index/arrow.png) no-repeat;
  width: 25px;
  height: 50px;
  cursor: pointer;
}
.banner .slick-prev {
  background-position: 0 0;
  margin-right: 10px;
}
.banner .slick-next {
  background-position: 100% 0;
  margin-left: 10px;
}
.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 li {
  vertical-align: middle;
}
.banner .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  background: url("../../../images/layout03/common/index/banner_dot.png")
    no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.banner .slick-dots li.slick-active button {
  background-position: 100% 0;
}
/*------------ title ------------*/
.title h2 {
  color: #333333;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative;
  margin: -8px 0 10px;
}
.title span {
  display: block;
}
.news-sect .title span,
.products-sect .title span,
.album-sect .title span {
  font-size: 35px;
  letter-spacing: 1.8px;
  color: #333333;
  font-weight: 550;
  font-family: arial;
}
.news-sect .title span:first-letter,
.products-sect .title span:first-letter,
.album-sect .title span:first-letter {
  color: #71b977;
}
/*------------ more ------------*/
.index_more {
  width: 165px;
  height: 40px;
  background: #555555;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  transition: all 1s ease;
  display: block;
}
.album-sect {
  background: url(../../../images/layout03/common/index/album-bg.png) #fff 100%
    100%;
  background-repeat: no-repeat;
}

.news-sect .index_more:after,
.products-sect .index_more:after,
.album-sect .index_more:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #38ab93;
}

.news-sect .index_more:hover:after,
.products-sect .index_more:hover:after,
.album-sect .index_more:hover:after {
  width: 100%;
  background-image: linear-gradient(to left, #38ab93, #7bbd58);
}

.index_more a {
  font-size: 0;
  display: block;
  height: 100%;
}
.index_more a span {
  font-size: 13px;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
}
/*輪播*/
.products-list,
.news-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: all 1.2s ease;
}
.products-sect .slick-dots,
.news-sect .slick-dots {
  text-align: center;
  padding-top: 20px;
}
.products-sect .slick-dots li button,
.news-sect .slick-dots li button,
.album-sect .slick-dots li button {
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  border: 0;
  background: url("../../../images/layout03/common/index/list_dot.png")
    no-repeat;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.album-sect .slick-dots {
  position: absolute;
  right: 0;
  top: -37px;
}
.products-sect .slick-dots li.slick-active button,
.news-sect .slick-dots li.slick-active button,
.album-sect .slick-dots li.slick-active button {
  background-position: 100% 0;
}
.album-sect,
.about-sect,
.news-sect,
.article-sect,
.contact-sect,
.banner {
  position: relative;
  z-index: 2;
}
.products-box {
  margin: 0 -15px;
}
.products-list.type2,
.news-list.type2 {
  margin: 0;
}
.news-sect .container {
  padding: 0 10px;
}
.news-list.type3 .item {
  padding: 0 10px;
  border-left: solid #e1e1e1 1px;
}
.news-list.type3 {
  margin: 0 0px;
}
.album-list .item .box:hover .name {
  color: #71b977 !important;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container {
  padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect {
  padding: 0 0 85px;
  background: url(../../../images/layout03/common/index/a_bg.jpg) no-repeat;
  background-size: cover;
}
.about-sect .col {
  float: left;
}
.about-sect .col.txt {
  float: right;
  width: 592px;
  height: 487px;
  background: #fff;
  padding: 60px 65px;
  box-sizing: border-box;
  position: relative;
}
.about-sect .container {
  position: static;
}
.about-sect .col.pic {
  display: block;
  width: 873px;
  height: 477px;
  background: url(../../../images/layout03/common/index/about-pic.jpg) no-repeat;
  position: absolute;
  top: -125px;
  z-index: -1;
}
.about-sect .title h2 {
  padding: 0;
  color: #333;
  font-size: 35px;
  margin: 0px;
  font-weight: normal;
}
.about-sect .title {
  position: relative;
  margin-bottom: 30px;
}
.about-sect .title::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #73c764;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.about-sect .title span {
  display: none;
}
.about-sect .title h2:before {
  display: none;
}
.about-sect .index_more,
.service-sect .index_more {
  display: block;
  z-index: 5;
  background-image: linear-gradient(
    to right,
    #38ab93 0%,
    #7bbd58 51%,
    #38ab93 100%
  );
  width: 165px;
  height: 40px;
  position: absolute;
  left: 60px;
  bottom: 65px;
  padding: 0;
  transition: all 0.3s;
  background-size: 200% auto;
}
.about-sect .index_more:hover,
.service-sect .index_more:hover {
  background-position: right center;
}
.service-sect .index_more {
  left: 0;
  bottom: -90px;
}
.about-sect .txt-box .index-about-editor .editor {
  color: #1a1a1a;
  line-height: 1.55;
  font-size: 18px;
  font-weight: 300;
}
.about-sect .txt .tag {
  display: none;
}
/*------------ articles ------------*/
.articles-sect {
  position: relative;
  padding: 30px 0;
}
.articles-sect .index_more {
  position: absolute;
  right: 15px;
  top: 12px;
}
.articles-sect .title h2 {
  margin-top: 0;
  padding-bottom: 30px;
}
/*------------ news ------------*/
.news-sect {
  padding: 60px 0 50px;
  position: relative;
}
.news-sect .title {
  padding-left: 5px;
}
.news-sect .index_more {
  position: absolute;
  right: 20px;
  top: 37px;
}
.news-sect .news-list:not(.masonry-list) .item {
  margin-bottom: 0px;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n) {
  clear: none !important;
}
.news-list:not(.masonry-list) .box {
  margin-bottom: 0;
}
.news-list.type2 .item {
  border: none;
  padding-bottom: 0;
}
.news-list.type2 .pic {
  float: none;
  margin-right: 0;
  width: auto;
}
.news-list.type2 .txt {
  padding-bottom: 60px;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item {
  width: 50%;
}
.news-list.onlyitem-list .item .box {
  max-width: inherit;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.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% - 312px);
  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;
  z-index: 10;
  padding: 30px 0 232px;
  background: url(../../../images/layout03/common/index/prducts-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.products-sect::before {
  content: "";
  width: 100%;
  height: 430px;
  background: url(../../../images/layout03/common/index/prducts-bg.png) #f7f7f7;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.products-sect .index_more {
  position: absolute;
  right: 15px;
  top: 37px;
}
.products-list.type2:not(.masonry-list) .item {
  margin-bottom: 0px;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list {
  display: flex;
  justify-content: center;
  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;
  max-width: 1000px;
  margin-bottom: 30px;
}
.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: 58px 0 229px;
  background: url(../../../images/layout03/common/index/service-bg.png) #fff;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
}
.service-sect .title {
  margin: 0px auto 30px;
}
.service-sect .title h2 {
  color: #333;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  margin-top: -20px;
}
.service-sect .title h2:before {
  display: none;
}
.service-sect .editor {
  color: #1a1a1a;
  line-height: 1.55;
  font-size: 18px;
  font-weight: 300;
}
.service-box {
  position: relative;
  padding: 0;
  width: 38%;
  max-width: 1000px;
  text-align: center;
  color: #060606;
  margin: 0;
  text-align: left;
}
.service-box::before {
  content: "";
  position: absolute;
  left: 610px;
  top: 0;
  background: url(../../../images/layout03/common/index/service-img.jpg);
  background-repeat: no-repeat;
  width: 385px;
  height: 440px;
}
.service-box > .flex > .cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.service-sect .title span {
  font-size: 35px;
  color: #333333;
  font-weight: 550;
  font-family: arial;
}
.service-sect .title span:first-letter {
  color: #71b977;
}
.service-sect .index_more a {
  padding: 0;
}
.service-sect .index_more span {
  display: block;
}
.service-sect .index_more {
  left: 0;
  bottom: -80px;
}
/*------------ album ------------*/
.album-sect {
  padding: 30px 0 80px;
  position: relative;
}
.album-sect .index_more {
  margin: 0 auto;
  position: relative;
}
.album-list .item .box .more {
  display: block !important;
  text-indent: inherit !important;
  padding: 0 15px;
  color: #101010;
  text-transform: lowercase;
  width: 45px;
  position: relative;
}
.album-list .item .box .more:before {
  content: "";
  background: url(../../../images/layout03/common/more-icon.png);
  width: 14px;
  height: 14px;
  position: absolute;
  right: -5px;
  bottom: calc(50% - 9px);
  background-size: cover;
  background-position: 100% 100%;
}
.album-list .item .box:hover .more {
  color: #71b977;
}
.album-list .item .box:hover .more:before {
  background-position: 0% 100%;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more {
  display: block;
}
.album-list.type1 .item {
  margin-bottom: 0;
  border: none;
}
.album-sect .album-list .item:nth-child(n) {
  clear: none;
}
/*瀑布流*/
.masonry-album-sect {
  padding-top: 35px;
  padding-bottom: 70px;
}
.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: 120px;
  padding-bottom: 60px;
  background: url(../../../images/layout03/common/index/contact_border.png) top
      center no-repeat,
    url(../../../images/layout03/common/index/contact_bg.jpg) fixed;
  background-size: 100% auto;
}
.contact-sect .container > .reminder {
  display: none;
}
.btn.style01 {
  display: inline-block;
}
.btn-box {
  text-align: center;
  background: #0c1338;
  padding: 30px 0 50px 0;
}
.contact-title {
  position: relative;
  color: #ccc;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 3px solid #595f82;
  padding-bottom: 4px;
  margin: 0 0 10px;
  text-align: left;
}
.contact-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-top: 3px solid #253bd0;
  width: 76px;
}
.contact-title h2 {
  font-size: 18px;
  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;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n) {
  clear: none !important;
}
@media screen and (max-width: 1440px) {
  .service-sect {
    background-position: 190% 100%;
  }
}
@media screen and (max-width: 1360px) {
  .service-sect {
    background-position: 430% 100%;
  }
}
@media screen and (max-width: 1280px) {
  .about-sect {
    padding: 40px 0;
  }
  .about-sect .col.pic {
    width: 790px;
    height: 480px;
    background-size: cover;
    background-position: 182% 100%;
  }
  .about-sect .col.txt {
    padding: 50px 55px;
  }
  .about-sect .col.txt {
    height: 450px;
  }
  .about-sect .index_more {
    left: 50px;
    bottom: 58px;
  }
  .about-sect .col.pic {
    top: -75px;
  }
  .products-sect {
    padding: 30px 0 195px;
  }
  .service-sect {
    background-size: cover;
    padding: 48px 0 229px;
    background-position: -350% 100%;
  }
}
@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 .box.new:before {
    top: -10px;
    left: 25px;
  }
  .products-list.onlyitem-list.type2 .item .box .txt {
    width: 100%;
    padding: 0;
  }
  /*!少量排版*/
}
@media screen and (max-width: 1024px) {
  .album-sect .index_more {
    top: -31px;
  }
  .about-sect .col.pic {
    width: 560px;
    height: 368px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .about-sect .title h2 {
    font-size: 28px;
  }
  .about-sect .txt-box .index-about-editor .editor {
    font-size: 16px;
  }
  .about-sect .col.txt {
    height: 380px;
    padding: 35px 45px;
  }
  .service-sect {
    background-position: 0% 100%;
  }
  .service-box::before {
    left: 484px;
  }
  .service-sect .editor {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  /* .about-sect .col.txt {
    float: none;
    width: 100%;
  } */
  /* .index-about-editor {
    text-align: center;
  } */
  .about-sect .container {
    padding: 0;
  }
  /* .about-sect .txt-box {
    display: block;
    width: 100%;
    padding-bottom: 40px;
  } */
  .about-sect .title {
    width: 100%;
  }
  .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%;
  }
  /*少量排版*/
  .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:before {
    display: none;
  }
  .title h2 {
    padding: 0;
    display: block;
    /* text-align: center; */
  }
  .title {
    font-size: 20px;
  }
  /* .about-sect .title h2 {
    text-align: center;
  } */
  /* .products-sect .title h2,
  .album-sect .title h2,
  .news-sect .title h2,
  .articles-sect .title h2 {
    padding-bottom: 55px;
  } */
  /* .products-sect .index_more,
  .album-sect .index_more,
  .news-sect .index_more,
  .articles-sect .index_more {
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    margin: auto;
  } */
  .products-sect {
    padding-top: 45px;
  }
  .products-box {
    padding: 8px 0;
  }
  .service-box {
    box-sizing: border-box;
    padding: 10px 15px;
  }
  .service-sect .title {
    text-align: left;
    padding: 0;
    text-indent: 0;
  }
  .banner-slider-control,
  .banner:before {
    display: 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;
  }
  .news-sect {
    padding: 40px 0 40px;
  }
  .album-sect {
    padding: 40px 0 35px;
  }
  .album-sect .slick-dots {
    padding-top: 0;
  }
  .article-sect .container {
    padding: 30px 15px;
  }
  .contact-sect {
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .masonry-album-sect .item {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .products-sect {
    padding: 30px 0 140px;
  }
  .about-sect .col.pic {
    background-position: 200% 100%;
  }
  .service-box::before {
    left: 420px;
  }
}
@media screen and (max-width: 850px) {
  .about-sect .col.txt {
    width: 520px !important;
  }
  .about-sect .index_more {
    left: 45px;
    bottom: 44px;
  }
}
@media screen and (max-width: 768px) {
  .about-sect .col.pic {
    width: 100%;
    background-size: contain;
    margin: 0px auto 40px;
    position: initial;
    background-position: center;
  }
  .service-box::before {
    left: 320px;
  }
  .about-sect .col.txt {
    float: none;
    margin: 0 auto;
    width: 100% !important;
  }
  .products-sect {
    padding: 30px 0 40px;
  }
  .service-sect {
    padding-top: 25px;
    margin-top: 0;
  }
  .about-sect {
    padding: 0;
  }
  .about-sect .txt .pic:before {
    letter-spacing: 5px;
  }
  .about-sect .txt .pic {
    padding: 20px 0 5px;
  }
  .products-sect::before {
    height: 250px;
  }
  .about-sect .col.txt {
    height: 350px;
  }
  .about-sect {
    background: transparent;
  }
}
@media screen and (max-width: 650px) {
  .service-box {
    width: 60%;
  }
  .service-box::before {
    left: 375px;
    top: 42px;
    width: 320px;
    height: 307px;
    background-size: contain;
  }
  .service-sect {
    padding-top: 0;
    background: transparent;
  }
  .news-sect .title span,
  .products-sect .title span,
  .album-sect .title span,
  .service-sect .title span {
    font-size: 28px;
  }
  .title h2,
  .service-sect .title h2 {
    font-size: 16px;
  }
  .products-sect .index_more,
  .news-sect .index_more {
    top: 15px;
  }
  .products-box {
    padding: 0;
  }
  .news-sect {
    padding: 40px 0 20px;
  }
  .service-sect {
    padding: 48px 0 125px;
  }
  .about-sect .index_more {
    bottom: 20px;
    left: 30px;
  }
  .about-sect .col.txt {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 580px) {
  .service-box {
    width: 100%;
    text-align: center;
  }
  .service-box::before {
    display: none;
  }
  .about-sect .col.pic {
    margin: 0;
    height: 293px;
  }
  .about-sect .index_more {
    position: inherit;
    margin-top: 25px;
  }
  .about-sect .txt-box .index-about-editor .editor {
    line-height: 1.3;
  }
  .service-sect {
    padding: 15px 0 75px;
  }
  .service-sect .title {
    text-indent: 0;
    text-align: center;
  }
  .service-sect .title {
    margin: 0;
  }
  .service-sect .index_more {
    left: calc(50% - 62.5px);
    bottom: -57px;
  }
  .index_more,
  .about-sect .index_more,
  .service-sect .index_more {
    width: 125px;
  }
  .about-sect .col.txt {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 480px) {
  .album-sect {
    padding: 35px 0 10px;
  }
  .service-box {
    padding: 18px 15px 0;
  }
  .news-sect .title span,
  .products-sect .title span,
  .album-sect .title span,
  .service-sect .title span {
    font-size: 25px;
    letter-spacing: 1px;
  }
  .index_more,
  .about-sect .index_more,
  .service-sect .index_more {
    width: 115px;
  }
  .about-sect .col.pic {
    height: 240px;
  }
  .service-sect {
    padding: 0px 0 57px;
  }
  .products-list.onlyitem-list .item {
    width: 100%;
  }
  .onlyitem-sect .album-list .item {
    width: 100%;
  }
  .about-sect .container {
    padding: 0;
  }
  .about-sect .index_more {
    bottom: 20px;
  }
}
