@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    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 .box:hover .name{
    color: #17a98a;
    text-decoration: underline;
}
.type5 .keyword_box{
    color: #F2856C;
}
.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{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #29A38A;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #3D9E70;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #A7B450;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #b5c356;
    border-color: #b5c356;
}
/*------------ 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;
    color: #F2856C;
    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{
    margin-bottom: 30px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .box .name,.products-list.type2 .name{
    color:#333;
    position:relative;
}
.products-list .box:hover .name{
    color: #00975f;
}
.products-list.type2 .name:before{
    content:"";
    width:0%;
    height:3px;
    background: #1F975C;
    position:absolute;
    display:block;
    margin:10px 0 0;
    bottom:0;
    z-index:1;
    transition: all 0.4s ease;
}


.products-list.type2 .box:hover .name:before{
    width:100%;
}

.products-list.type2 .name:after{
    content:"";
    width:100%;
    height:3px;
    background:#E1E1E1;
    position:relative;
    display:block;
    margin:10px 0 0; 
}

.products-list .pic:before {
    content: '';
    background: rgb(0 0 0 / 20%);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}


.products-list.type2 .description,.products-list .description{
    color: #9A9A9A;
}
.products-list .box:hover .description{
    
}
.products-list .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/layout01/common/products/news_tag.png);
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 10;
    left: 15px;
    top: -15px;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
     /*列表通用 index、products*/
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
  
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
     /*!列表通用 index、products*/
 }
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #31CAA4;
}
.album-list .item .name{
    color: #29A38A;
}
.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.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    /*padding-right: 60px;*/
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more{
    display: none;
}
.album-list .item .name{
    color: #fff;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.container .masonry-list.album-list .item .name{
    color: #29A38D;
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box{
    margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox{
    position: static;
    background: none;
    opacity: 1;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: #3D9E70;
    color: #fff;
    font-family: "Lato", serif;
    font-weight: 400;
    font-size: 13px;
}
.news-list .box:hover .btn.more {
    background: #00AE68;
    color: #fff;
}
.news-list.type3 .date{
    color: #3D9E70;
}
.news-list.type4 .pic:before ,
.news-list.type2 .pic:before{
    content: "";
    background: url(../../../images/layout01/common/news/hover.png) 50% 60% no-repeat rgba(204, 204, 204, 0.83);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.news-list.type4 .box:hover .pic:before,
.news-list.type2 .box:hover .pic:before{
    background-position: 50% 50%;
    opacity: 1;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box:hover .pic img{
    opacity: 0.7;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: "Lato", serif;
    font-weight: 500;
    background: #1F975C;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list .item .name{
    color: #333333;
}
.news-list .box:hover .name{
    color: #00975f;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}



.news-list.type3 .item .box{
    padding: 20px;
}
.news-list.type3 .item{
    border: none;
    margin: 0px 0px;
    padding: 0 10px;
    box-sizing: border-box;
}
.news-list.type3:before{
    display: none;
}


.news-list.type3 .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    height: 50px;
    white-space: inherit;
    margin: 5px 0 5px;
    line-height: 1.5;
}

.news-list.type3 .description {
    -webkit-line-clamp: 2;
    max-height: 68px;
}
.news-list.type3 .date{
  color: #00975f;
  width: fit-content;
  box-sizing: border-box;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.news-list.type3 .date .month, 
.news-list.type3 .date .years,
.news-list.type3 .date .day{
    line-height: 1;
    margin: 0;
    font-size: 14px;
}

.news-list.type3 .item .box{
    padding: 20px;
    background: #fff;
    transition: all .3s ease;
    border-radius: 10px;
}
.news-list.type3 {
    margin: 0 -10px;
}

/*!列表通用 index、news*/

.box .pic {
    position: relative;
    overflow: hidden;
}
.box .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.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
   
}
.banner:after {
        top: 0%;
  }
.banner .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
    
}
.banner *{
    height: 100%;
    border-radius: 25px;
}
.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../../images/layout01/common/index/arrow.png') no-repeat;
    width: 65px;
    height: 65px;
    margin-top: -40px;
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
}
.banner .slick-prev{
   background-position: 0 0;
   left: -90px;
}
.banner .slick-next{
    background-position: 100% 0;
    right: -90px;
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}
.banner .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
}
.banner .slick-dots li{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    margin-top: 10px;
    cursor: pointer;
    background: none;
    border-radius: 50%;
    margin: 0 5px;
}

.banner .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background: #d6d6d6;
}

.banner .slick-dots li.slick-active button:before {
    background: #1F975C;
}
/*------------ title ------------*/
.title{
    color: #333;
    font-size: 34px;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 1px;
    margin: 0 0 25px;
    font-weight: normal;
    position:relative;
    z-index:1;
}


.title::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 150px;
    letter-spacing: 0.8px;
    font-weight: bold;
    line-height: 1;
    top: -12px;
    font-family: "Lato", sans-serif;
    z-index:-1;
}


.title:after {
    content: '';
    display: block;
    background: #1F975C;
    width: 45px;
    height: 2px;
    position: relative;
    bottom: 0px;
    left: 0;
    margin: 10px auto  0px;
    visibility: visible;
}

.title span{
     color: #A5A5A5;
    font-size: 18px;
    font-family: "Lato", serif;
}
.title h2{
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0;
}
.title i{
   display: none;
}
/*------------ more ------------*/
.index_more{
    background: #1F975C;
    width: 200px;
    height: 65px;
    text-indent: inherit;
    margin: 10px auto 0;
    color: #ffffff;
    line-height: 60px;
    border-radius: 50px;
    transition: all .3s ease;
    display:block;
    box-sizing: border-box;
    font-family: "Lato", serif;
}
.index_more:hover{
    background: #00AE68;
}
.index_more a{
    font-size: 0;
    display: block;
     padding: 0 36px;
    position:relative;
}

.index_more a:before{
     content: '';
     width: 5px;
     height:5px;
     display: block;
     border-radius:100%;
     background:#fff;
     right: 42px;
     top: 30px;
     position: absolute;
     transition: all .3s ease;
     transform:scale(1);
}
.index_more a:after{
     content: '';
     width: 20px;
     height:20px;
     display: block;
     border-radius:100%;
     background:rgb(255 255 255 / 20%);
     right: 34px;
     top: 23px;
     position: absolute;
     transition: all .3s ease;
     transform:scale(1);
}

.index_more:hover a:after{
    transform:scale(1.5);
}

.index_more:hover a:before{
    transform:scale(2);
}

.index_more a span{
    font-size: 16px;
    letter-spacing:1px;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
   display: flex;
   margin: 0 auto;
   justify-content: center;
   position:relative;
   padding: 25px 0;
   z-index: 2;
}

.about-sect:before {
    content: "";
    background: linear-gradient(0deg, #f3f3f300 0%, #FDFDFD 100%);
    display: block;
    position: absolute;
    top: 158px;
    width: 100%;
    height: 460px;
    z-index: 0;
    left: 0;
}


.about-sect .container{
  width: 45%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.about-sect .a-picturesect{
    width: 55%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

.about-sect .a-picture-list{
   list-style-type: none;
   padding:0;
   display: inline-flex;
   animation: about-slider 70s linear 0s infinite normal both;
   margin: 0;
}
.about-sect .a-picture-list:nth-child(2) {
    position: absolute;
    top: 0;
    left: 2px;
    animation-delay: -35s;
    z-index: 0;
}

.about-sect .a-picture {
    overflow: hidden;
    width: 15vw;
    border-radius: 25px;
    margin: 0 8px;
}

@keyframes about-slider {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.about-sect .title{
    text-align:left;
}
.about-sect .title::before {
    content: 'DEPARTMENT OF EARTH & LIFE SCIENCES DEPARTMENT OF EARTH & LIFE SCIENCES DEPARTMENT OF EARTH & LIFE SCIENCES DEPARTMENT OF EARTH & LIFE SCIENCES DEPARTMENT OF EARTH & LIFE SCIENCES';
    width: max-content;
    left: -350px;
    top: -35px;
    z-index: -1;
    animation: about-slider2 80s linear 0s infinite normal both;
}


@keyframes about-slider2 {
    from {
        transform: translateX(0%)
    }

    to {
        transform: translateX(-100%)
    }
}

.about-sect .title:after{
    margin: 15px 0 0;
}


.about-sect .pic img{
    margin: 0;
    display: none;
}
.about-sect .col{
   
}
.about-sect .col.txt{padding: 35px 110px 0 340px;}

.about-sect .index-about-editor h3{
    color:#333333;
    font-size:22px;
    font-weight:normal;
    padding: 0 0 15px;
    border-bottom: 3px solid #E1E1E1;
    line-height: 1.5;
}


.about-sect .index-about-editor{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #555;
    font-size: 17px;
    line-height: 1.75;
}


.about-sect .index_more{
    margin:50px 0 0;
}


.about-sect .txt .tag{
    display: none;
}
/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect{
  padding: 40px 0 50px;
  z-index: 3;
  position: relative;
}


.news-sect .title::before {
    content: 'NEWS';
   
}

.news-list{
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
}
.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;
    height: auto;
    padding-bottom: 0;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 35px auto 0;
    text-align: center;
    display: block;
}
/*最新消息 少量排版*/
.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.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;
}
/*!少量排版*/
/*------------ news2 ------------*/
.news-sect.news2 .title::before {
    content: 'HONOR';
}
.news-sect.news2 .item .date{
    display: none;
}
.news-sect.news2 .btn.more {
    margin-top: 10px;
}
.news-sect.news2 .index_more{
    margin-top: 30px;
}
/*------------ products ------------*/
.products-sect .index_more{
    display: block;
    margin: 10px auto 0;
}
.products-sect{
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.products-sect .products-box{
     position: relative;
    z-index: 1;
}

.products-sect:before{
 content:"";
 background: url(../../../images/layout01/common/index/pdbg.png) 50% 0%  no-repeat;
 display:block;
 position:absolute;
 top: -550px;
 left:0;
 width: 951px;
 height: 1135px;
 z-index: -2;
 background-size: cover;
}
.products-sect:after{
 content:"";
 background: url(../../../images/layout01/common/index/pdbg2.png) 50% 0%  no-repeat;
 display:block;
 position:absolute;
 bottom: 0;
 right:0;
 width: 930px;
 height: 960px;
 z-index: -2;
 background-size: cover;
}

.products-sect .title::before {
    content: 'TEAMS';
}

.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
}
.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{
    background: url(../../../images/layout01/common/index/servicebg.jpg) 50% 0% no-repeat;
    background-size:cover;
    padding: 40px 0 90px;
}
.service-sect .index_more{
    margin:50px auto 30px;
    text-align: left;
}

.service-sect .title::before {
    content: 'CONCEPT';
}

.service-sect .service-box{
    text-align:center;
    color: #555;
    font-size: 17px;
    line-height: 1.75;
}

.service-box h3{
    color:#333333;
    font-size:22px;
    font-weight:normal;
    padding: 0 0 15px;
    border-bottom: 3px solid #E1E1E1;
    line-height: 1.5;
    max-width: fit-content;
    margin: 20px auto 15px;
    word-break: keep-all;
}




/*------------ album ------------*/
.album-sect .album-list {
    margin: 0;
}

.album-sect .album-list .item {
    padding: 0;
    min-width: 25%;
}

.album-list {
    display: flex;
    margin: 0 auto;
    width: 70%;
    justify-content: center;
}

.album-list .item .box {
    overflow: hidden;
    border-radius: 20px;
}

.album-sect .album-list .item {
    margin-bottom: 0;
}

.album-list.type1 .item {
    border-bottom: none;
    margin-left: 10px;
    margin-right: 10px;
}



.album-list.type1.masonry-list .item {
    margin-left: 0;
    margin-right: 0;
}

.album-sect .album-list .item .namebox {
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(31 151 92 / 80%);
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
}

.album-list .box:hover .namebox {
    opacity: 1;
}

.album-sect .album-list .item .name {
    margin: 0;
}

.album-list .item .box .more {
    display: none;
}

.album-sect {
    padding: 160px 0 180px;
    background: url(../../../images/layout01/common/index/albumbg.jpg) 50% 0% no-repeat fixed;
    background-size: cover;
}

.album-sect .container {
    display: flex;
}

.album-sect .title span {
    display: none;
}

.album-sect .title h2 {
    text-align: center;
    background: #1F975C;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    padding: 30px;
    width: 118px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 0;
    box-sizing: border-box;
    font-size: 26px;
    font-weight: normal;
    line-height: 33px;
}

.album-sect .title {
    position: relative;
    width: 18%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 50px 20px;
    font-size: 26px;
    overflow: visible;
    margin: 0;
}


.album-sect .title:after{
    display:none;
}

/* .album-sect .title:before {
    content: "";
    position: absolute;
    background: url(../../../images/layout01/common/index/index-album-bg-1.png);
    width: 121px;
    height: 243px;
    left: 55px;
    top: -7px;
    margin: 0;
} */

.album-sect .index_more {
    width: 13%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 60px 10px;
    border-radius: 0;
    position: relative;
    background: none;
    line-height: normal;
    margin: 0;
}
.album-sect .index_more a:before{
    display:none;
}

.album-sect .index_more a:after{
    display:none;
}
/* 
.album-sect .index_more:before {
    content: "";
    position: absolute;
    background: url(../../../images/layout01/common/index/index-album-bg-2.png);
    width: 121px;
    height: 243px;
    right: 55px;
    top: -7px;
} */

.album-sect .index_more a span {
    background: url(../../../images/layout01/common/index/index-album-more.png);
    width: 80px;
    height: 80px;
    font-size: 0;
    display: block;
    position: absolute;
    right: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
}

.album-sect .index_more:hover a span {
    background: url(../../../images/layout01/common/index/index-album-more-hover.png);
    width: 80px;
    height: 80px;
  
}





/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    margin: auto;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.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;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
  
}
.onlyitem-sect .title{
    background: none;
    margin: auto;
}
.onlyitem-sect .index_more{
    display: none;
}
.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: #4C4C4C;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.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: 1850px){
  .about-sect .col.txt{
      padding: 45px 50px 0 190px;
      }
}
@media screen and (max-width: 1440px){
   .about-sect .col.txt{
      padding: 0px 20px 0 40px;
      }

    .about-sect:before {
    content: "";
    top: 123px;
   }

    .about-sect .a-picture {
  
    width: 20vw;
   
}
}


@media screen and (max-width: 1280px){
.album-sect .title:before {
    left: 0;
    top: -15px;
    margin: 0;
}


.album-sect .index_more:before {
       right: 0px;
       top: -15px;
}
}

@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){
   
    .about-sect{
       flex-direction:column;
       padding: 10px 0;
    }
    .about-sect .container {
    width: 100%;
}

    .about-sect .title{
    text-align:center;
}
.about-sect .title::before {
   top: 42px;
  }




.about-sect .title:after{
    margin: 15px auto 0;
}

    .about-sect:before {
    content: "";
    top: 105px;
   }



     .about-sect .col.txt{
      padding: 0px 20px 20px;
      }

    .about-sect .a-picturesect {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }

    .about-sect .index-about-editor{
        width: 100%;
        display: block;
    }
    
    .about-sect .index_more{
        margin: 20px auto;
    }
  .products-sect {
    
    padding:30px 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%;
    }
    /*!少量排版*/

    .title h2{
        font-size: 30px;
    }

    .title::before {
   font-size: 60px;
   top: 20px;
 }
    
    .news-sect{
        padding: 20px 0 20px;
    }
    .products-box{
        padding: 8px 0;
    }

    .service-sect{
    padding: 20px 0 50px;
}
    .service-sect .index_more {
    margin: 30px auto 10px;
    text-align: left;
}
    .service-box h3 {
     margin: 0px auto 15px;
     white-space: pre-line;
}
    .service-box > .flex{
        display: block;
    }
    
    .service-sect .title:after{
        display: none;
    }
    .service-sect .editor{
        border:none;
    }
    
    .banner .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .service-box{
        padding-left: 0;
    }
    .service-box:before{
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width:450px;
        width: 95%;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect.onlyitem-sect{
        background: #fff;
    }
    .album-sect{
        padding: 10px 25px;
        background: url(../../../images/layout01/common/index/albumbg.jpg) 50% 0% no-repeat;
        background-size: cover;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title{
        margin: 15px auto;
        width: auto;
        height: auto;
        padding: 0;
        background: none;
    }
    .album-sect .title:before {
   display:none;
}


.album-sect .index_more:before {
     display:none;
}
    .album-sect .index_more{
        background: none;
        width: auto;
        height: auto;
        padding: 20px 0 0px;
      
    }
    .album-sect .title h2,.album-sect .index_more a span{
        position: relative;
        margin:0 auto;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 767px){
    .service-sect{
        margin-top: 0;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }
     .about-sect .a-picture {
  
    width: 30vw;
   
}

}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}



@media screen and (min-width: 1921px) {
   .about-sect {
   max-width:1300px;
}
    .about-sect .col.txt {
    padding: 45px 95px 0 40px;
}
    .about-sect .a-picture {
    overflow: hidden;
    width: 10.5vw;
    border-radius: 25px;
    margin: 0 8px;
}
}