@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: #EFF1F3;
    transition: all .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 .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 .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 .3s ease;
}
.type5 .article-list .item .date .day{
    color: #000;
    font-weight: bolder;
    transition: all .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 .mask {
    border-radius: 15px;
}
.products-list.type2 .box {
  transition: all 0.5s;
  padding: 0px 0px 50px;
 
}
.products-list.type2 .item {

}
.products-list.type2 .item:hover {

}
.products-list.type2 .box:hover {

}
.products-list.type2 .box .pic img {
  transition: all .5s ease;
}
.products-list.type2 .box:hover .pic img {
  transform: scale(1.2);
}
.products-list.type2 .txt{
  width: 90%;
  background: #005A38;
  box-sizing: border-box;
  padding: 18px 17px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all .3s;
  border-radius: 12px;
}
.products-list.type2 .box:hover .txt{
  background: #CE121E;; 
  padding: 18px 17px 60px;
}
.products-list.type2 .box .name{
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  max-height: 56px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
  font-weight: bold;
}
.products-list.type2 .box .description{
  color: #fff;
 -webkit-line-clamp:1;
}
.products-list.type2 .box:hover .name {
  color: #fff;
}
.products-list.type2 .box:hover .description {
  color: #fff;
}
.products-list.type2 .box .txt:after {
  content: 'VIEW MORE';
  font-family: "Montserrat",'Noto Sans TC', sans-serif;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: right;
  width: 100%;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: absolute;
  right: 20px;
  bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  opacity: 0;
}
.products-list.type2 .box:hover .txt:after {
  opacity: 1;
}
.products-list .pic:before {
  display: none;
}
.products-list .box.new:before {
  content: 'HOT';
  display: block;
  font-size: 14px;
  width: 60px;
  height: 30px;
  position: absolute;
  top: 30px;
  text-align: center;
  z-index: 15;
  left: 20px;
  line-height: 30px;
  background: #fff;
  border-radius: 30px;
  color: #EBB447;
  font-weight: bold;
  font-family: 'Lato','Noto Sans TC', sans-serif;
}
.products-list .box .name {
  color: #212121;
  font-size: 15px;
  font-family: 'Lato','Noto Sans TC', sans-serif;
}
.products-list.type1 .name, .products-list.type1 .box:hover .name{
  background: #142448;
  box-sizing: border-box;
  padding: 15px;
  font-size: 18px;
  max-height: inherit;
  height: auto;
  margin: 0 15px;
}
.products-list .box .description {
  color: #444444;
}
.products-list .box:hover .description {
  color: #545454;
}
.products-list .offers {
  color: #d80000;
}

.products-list.for-cart .box .wish {
  width: 35px;
  height: 35px;
  background: #0000001c;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 45;
  transition: all 0.2s;
  border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
  background: #d80000;
}
.products-list.for-cart.type2 .mask {
  z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
  z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before {
  z-index: 3;
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
       -webkit-line-clamp: 1;
}
.news-list .item .box{
    padding: 12px;
    background: #fff;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
}


.news-list .item .name{
    color: #333;
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0 0 2px;
    font-weight: bold;
}
.news-list .box:hover .name{
    color: #CE121E;;
}
.news-list .item .description{
    color: #666
}
/*------------- NEWS MODIFY*/
.news-list.type4 .pic {
    border-radius: 20px;
}
.news-list.type4 .item .date, 
.news-date{
    background: #CE121E; !important;
    font-family: "Montserrat", sans-serif;
    border-radius: 0;
    color: #fff;
    width: 65px;
    height: 65px;
}
.news-list.type4 .txt{
    position: static;
    min-height: inherit;
    padding: 12px 10px 15px;
}
.news-list.type4 .item .date{
    margin: 0;
    position: absolute;
    left: 25px;
    top:25px;
    border-radius:100%;
    padding-top: 15px;
}
.news-list.type4 .date .day{
    font-weight: 500;
}

.news-list .pic:before {
    content: '';
    display: block;
    background: rgb(255 255 255 / 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .item{
    padding: 5px!important;
}
.news-list .box:hover .pic{
    opacity: 1;
}
.news-list .box{
    border-radius:20px;
}
.news-list.type3 .date,
.news-list.type2 .date,{
    font-family:  "Montserrat", sans-serif!important;
}
.news-list .btn.more {
    font-family:  "Montserrat", sans-serif!important;
    border-radius: 0;
    background: #005a38;
    color: #fff;
    border-radius: 50px;
}
.news-list.type3 .item{
    border-color: #dcdcdc;
}
.news-list.type3:before{
    background: transparent;
}
/*------------- NEWS MODIFY*/
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: url(../../../images/layout04/common/index/arrow.png);
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.banner .slick-prev,
.banner_m .slick-prev{
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next,
.banner_m .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover,
.banner_m .slick-next:hover{
    background-position: 100% 100%;
}
.banner .slick-dots,
.banner_m .slick-dots,
.banner .slick-dots li,
.banner_m .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 50px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 7px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    width: 10px;
    height: 10px;
    border: 0;
    color: transparent;
    background: #d6d6d6;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
    white-space: nowrap;
    overflow: hidden;
}
.banner .slick-active button,
.banner_m .slick-active button{
    background: #005A38;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    display:flex;
    flex-direction:column;
    align-items: center;
    letter-spacing: 2px;
    margin: 0 0 25px;
}
.title span{
    color: #CE121E;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    order: 2;
    font-weight: 700;
    padding: 0 12px;
}
.title h2{
    font-size: 36px;
    color: #222;
    font-weight: 800;
    display: block;
    margin: 0 0 5px;
    line-height: 1;
    letter-spacing: 4px;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more{
    color: #fff;
    font-size: 15px;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    border-radius: 25px;
    line-height: 50px;
    height: 50px;
    width: 164px;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    transition: all .3s ease;
    overflow: hidden;
    background: #CE121E;  
    position: relative;   
    text-indent: initial;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-weight:500;
}

.index_more:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 100px;
        background: #005A38;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 0% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
}

.index_more:hover:before {
       -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.index_more a{
    font-size: 0;
    padding: 0px 0;
    display: block;
    position: relative;
    z-index: 5;
    color:#fff;
   
}
.index_more a span{
    font-size: 14px;
    position: relative;
    z-index: 2;
    letter-spacing: 1.25px;
    padding-left: 5px;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 100px;
    right: 145px;
    width: 108px;
}
.hot-arrow .slick-arrow{
    width: 54px;
    height: 54px;
    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;
}
.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{
    position: relative;
    padding: 50px 0;
    min-height: 510px;
}
.about-sect .title{
    flex-direction:row;
    align-items:baseline;
    flex-wrap: wrap;
    padding: 35px 50px 0;
}
.about-sect .title2{
    display:block;
    width:100%;
    order: 3;
    color: #333333;
    font-size: 24px;
    font-weight: 500;
}
.about-sect .title2 span{
    padding:0;
    color: #559179;
    font-size: 24px;
    font-weight: 500;
}
.about-sect .tag{
    display:none;
}
.about-sect .row{
    display:flex;
}
.about-sect .pic{
    position:absolute;
    right:0;
    top:0;
    box-shadow: 20px 20px 0px 5px rgb(0 90 56);
    border-radius: 50px;
    z-index: 1;
    margin: 0 25px;
    box-sizing: border-box;
}
.about-sect .txt{
    max-width:640px;
    position:relative;
    z-index: 2;
}
.about-sect .txt .index-about-editor{
    background:#fff;
    border-radius:20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 50px 50px 115px;
    color: #555;
}
.about-sect .index_more{
    position:absolute;
    bottom: 49px;
    left:420px;
}
/*------------ 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: 75px 0;
    position:relative;
    background: url(../../../images/layout04/common/bg03.jpg)0 0%;
}

.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 .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: 75px 0 50px;
}
.products-sect .products-box{
    max-width:1300px;
    margin: 0 auto;
}
.products-sect .container{
    max-width:1600px;
    background: #fff;
    padding: 80px 15px;
    border-radius: 70px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
}
.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: 1350px;
}
.service-sect{
    position: relative;
    padding: 75px 0 90px;
}
.service-sect .index_more{
    position:absolute;
    right: 25px;
    top: 25px;
}
.service-sect .container{
    max-width: 1530px;
    margin:0 auto;
}
.service-sect .title{
    
}
.service-sect .slayout{
    display: flex;
}
.service-sect .slayout .sitem{
    width:50%;
    margin: 0 10px;
    box-sizing: border-box;
    position: relative;
    overflow:hidden;
}
.service-sect .slayout .sitem:before{
    content: '';
    position: absolute;
    top: 65%;
    left: 0%;
    background:rgb(0 90 56 / 90%);
    display: block;
    width:100%;
    height: 150%;
    border-radius:100%;
    z-index:1;
    text-align: center;
    transition: all .3s ease;
}
.service-sect .slayout .sitem:hover:before{
    background:rgb(205 18 30 / 90%);
    top: 60%;
}
.service-sect .slayout .sitem .stitle{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 28px;
    z-index:2;
}

.service-sect .slayout .sitem .spic{
    border-radius:30px;
    overflow:hidden;
    position:relative;
}

/*------------ album ------------*/
.album-sect  .hot-arrow{
    position: static;
}
.album-sect .hot-arrow .slick-arrow{
    top: 50%;
}
.album-sect{
    background: url(../../../images/layout04/common/bg03.jpg)0 0%;
    padding: 35px 0 95px;
    position:relative;
}
.album-sect:before{
    content: '';
    position: absolute;
    top: -205px;
    left: 0;
    right: 0;
    background: url(../../../images/layout04/common/bg03.jpg)0 100%;
    display: block;
    height: 205px;
    z-index: 0;
}
.album-sect .hot-arrow .slick-prev{
    left: -12px;
}
.album-sect .hot-arrow .slick-next{
    right: -12px;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.album-list .item .pic{
  position: relative;
  z-index: 10;
}
.album-list.type1 .item {
  border: none;
  margin-bottom: 0;
}
.album-list.type1 .namebox {
  position: relative;
  inset: 0;
  z-index: 90;
  background: #fff;
  color: #333;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  margin: -25px 10px 8px;
  top: 0;
  transition: all 0.3s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.album-list.type1 .item .name{
  height: auto;
  margin: 0 auto;
  -webkit-line-clamp: 1;
}
.album-list.type1 .item .box:hover .namebox {
  top: -35px;
  background: #005A38;
  color:#fff;
}
.album-list.type1 .item .box .pic img {
  transition: all .5s ease;
}
.album-list.type1 .item .box:hover .pic img {
  transform: scale(1.2);
}

.album-sect .index_more {
  position: absolute;
  right: 15px;
  top: 20px;
}
/*瀑布流*/
.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){
   .hot-arrow{
    right: 15px;
}
}
@media screen and (max-width: 1280px){
   .about-sect .pic{
       width: 49%;
   }
    .album-sect .hot-arrow .slick-prev{
    left: 30px;
}
.album-sect .hot-arrow .slick-next{
    right: 30px;
    }
}
@media screen and (max-width: 1200px){
    /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
     .title{
        margin: 0px auto 10px;
    }
    .about-sect{
        padding: 35px 0;
        min-height: auto;
        }
    .about-sect .title{
        flex-direction:column;
        align-items:center;
        flex-wrap: wrap;
        padding: 0;
        margin: 60px auto 20px;
    }
    .about-sect .title2{
        text-align:center;
        font-size: 18px;
        font-weight: 500;
    }
    .about-sect .title2 span{
        font-size: 18px;
    }
    
    .about-sect .row{
        flex-direction:column;
    }
    .about-sect .pic{
        position:relative;
        width:100%;
        max-width:750px;
        margin:0 auto;
    }
    .about-sect .txt{
        max-width:100%;
        margin: 0 0 0px;
        order:2;
    }
    .about-sect .txt .index-about-editor{
        background:#fff;
        border-radius:20px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        padding: 40px;
        color: #555;
    }
    .about-sect .index_more{
        position:relative;
        bottom: 0px;
        left:0px;
        margin:20px auto 0;
    }
    .service-sect {
        padding: 45px 0 30px;
    }
    .products-sect .container{
        padding: 50px 15px;
        border-radius: 30px;
    }
    .products-sect {
        padding: 35px 0 35px;
    }
    .news-sect {
        padding: 40px 0;
    }  
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .news-sect .title span,.products-sect .title span,.album-sect .title span{
        font-size: 24px;
    }
    
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
   
    .banner .slick-arrow,
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .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: 10px 0 50px;
        margin-bottom: 0px;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-list.type1 {
        margin: 0;
    }
    .hot-arrow{
        position: relative;
        left: 0%;
        height: 54px;
        top: 0;
        margin: 0 auto 15px;
    }
    .album-sect .hot-arrow {
        position: relative;
    }
        .album-sect .hot-arrow .slick-prev{
        left: 0px;
        top: 0;
    }
    .album-sect .hot-arrow .slick-next{
        right: 0;
        top: 0;
    }
    .title h2{
        font-size: 28px;
    }
    .products-sect .title,
    .album-sect .title{
        margin: 0 0 5px;
    }
    .service-sect .slayout{
        flex-wrap:wrap;
    }
    .service-sect .slayout .sitem{
        width:100%;
        margin: 5px auto;
        max-width: 700px;
    }
    .album-sect .index_more {
        position: relative;
        right: 0px;
        top: 0px;
        margin:20px auto 0;
    }
    .service-sect .index_more {
        position: relative;
        right: 0px;
        top: 0px;
        margin:20px auto 0;
    }
}
@media screen and (max-width: 767px){
    
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
   
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .service-sect .slayout .sitem:before{
    top: 50%;
}
.service-sect .slayout .sitem:hover:before{
    background:rgb(205 18 30 / 90%);
    top: 45%;
}
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
    .title span{
    text-align: center;
    line-height: 1.3;
    }
}