@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
body{
    background: #1B2143;
}
/*列表通用 index article*/
/*------------ article ------------*/
.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:  #395AB0;
    border-color:#395AB0;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #395AB0;
}
.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: #395AB0;
    transition: all .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 .2s;
    position: relative;
}
.products-list .name{
    color: #0b63b3;
}
.products-list .description{
    color: #111;
}
.products-list .pic:before{
    background: rgba(0,0,0,0.7);
}
.products-list.type2 .box{
    border-bottom: 1px solid #444444;
}
.products-list.type2 .box:hover{
    border-bottom-color: #FFFFFF;
}
.products-list.type2 .txt{
    padding-bottom: 8px;
}
.products-list.type2 .name{
    margin: 0 0;
}

.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    font-size: 14px;
    z-index: 10;
    top: 10px;
    left: 10px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 0 3px;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .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*/
.products-list .name{
    color: #FFFFFF;
}
.products-list .description{
    color: #BBBBBB;
}
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
    position: relative;
    z-index: 8;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #395AB0;
}
.album-list .item .namebox{
    border: 1px solid #ddd;
    padding: 35px 15px 10px 15px;
    background: #fff;
    position: relative;
}
.album-list .namebox:before{
    content: 'more';
    display: inline-block;
    color: #777777;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background: #F0F1F2;
    line-height: 36px;
    width: 95px;
    height: 36px;
    text-align: center;
    position: absolute;
    left: -1px;
    top: 0;
    transition: all 0.3s ease;
    z-index: 10;
}
.album-list .box:hover .namebox:before{
    top: -16px;
    background: #395AB0;
    color: #FFFFFF;


}
.album-list .item .name{
    color: #666;
    text-align: left;
}

.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../../images/layout03/common/album/hover.png') 50% 50% no-repeat 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.type3:before{
    background: #1b2143;
}
.news-list.type2 .item{
    margin-bottom: 0;
    border:none;
}
.news-list.type3 .item{
    border:none;
}
.news-list.type3:before{
    display: none;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    padding: 10px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list  .item .box:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    background: rgb(68,88,134); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(68,88,134,1) 0%, rgba(27,33,67,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(68,88,134,1) 0%,rgba(27,33,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(68,88,134,1) 0%,rgba(27,33,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#445886', endColorstr='#1b2143',GradientType=0 ); /* IE6-9 */
    display: block;
}
.news-list .box:hover:before{
    opacity: 0;
}
.news-list  .item .box{
    background: #445886;
    position: relative;
}
.news-list .item .name{
     color: #fff;
}
.news-list .item .description,
.news-list .item .date{
    color: #FFFFFF;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #1B2143;
    position: relative;
    overflow: hidden;
}
.news-list .date .month, .news-list .date .years,.news-list .date .day{
    z-index: 2;
    position: relative;
}
.news-list.type4 .item .date:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date:before{
    opacity: 0;
}
.news-date,
.news-list.type4 .item .date:before{
    background: rgb(57,90,176); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(57,90,176,1) 0%, rgba(68,88,134,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(57,90,176,1) 0%,rgba(68,88,134,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(57,90,176,1) 0%,rgba(68,88,134,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395ab0', endColorstr='#445886',GradientType=0 ); /* IE6-9 */
}

.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
}
.news-list .btn.more{
    z-index: 5;
    overflow: hidden;
    bottom: 10px;
    color: #FFFFFF;
    background: #395AB0;
    border: 1px solid #395AB0;
    border-radius: 0;
    line-height: 38px;
    box-sizing: border-box;
}
.news-list .btn.more:before {
    z-index: -1;
    background-color: #1c2244;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  }
.news-list .box:hover .btn.more:before {
      -webkit-transform: skewX(-12deg) scaleX(1.2);
      transform: skewX(-12deg) scaleX(1.2);
  }

/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner:before{
    content: '';
    background: url(../../../images/layout03/common/index/banner_cover.png) 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
}
.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: -40px;
}
.banner-slider-control2{
    max-width: 1353px;
    margin: auto;
    overflow: auto;
    top: 50%;
    margin-top: -33px;
    left: 0;right: 0;
    height: 66px;
    position: absolute;
}
.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: 42px;
    height: 66px;
    cursor: pointer;
    position: absolute;

}
.banner .slick-prev{
    background-position: 0 0;
    left: 0;
}
.banner .slick-next{
    background-position: 100% 0;
    right: 0;
}

.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{
    position: relative;
    z-index: 5;
}
.title h2{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 50%, rgba(170,170,170,1) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(170,170,170,1) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(170,170,170,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    padding:0px 0 0px 0px;
    margin-left: 23px;
    margin-top: 0;
    position: relative;
    margin-bottom: 22px;
    font-weight: normal;
}

.title h2:before{
    content: '';
    display: inline-block;
    background: url(../../../images/layout03/common/index/news_tit.png) center no-repeat;
    width: 180px;
    height: 180px;
    position: absolute;
    right: 100%;
    bottom: 0;
    z-index: -1;
    top: -68px;
    left: -94px;

}
.products-sect .title h2:before{
    background: url(../../../images/layout03/common/index/product_tit.png) center no-repeat;
    width: 270px;
    height: 270px;
    top: -112px;
    left: -121px;
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(359deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
.title span{
    display: none;
}
/*------------ more ------------*/
.index_more {
   text-decoration: none;
   box-sizing: border-box;
   font-size: 13px;
   color: #FFFFFF;
   background: #395AB0;
   width: 146px;
   height: 40px;
   line-height: 40px;
   border: 1px solid #395AB0;
   display: block;
   text-align: center;
   letter-spacing: 2px;
   transition: all .2s;
   /*font-family: 'Encode Sans Expanded', sans-serif;*/
   position: relative;
   overflow: hidden;
   margin: 0px auto 0;
   font-weight: 600;
  }

  .index_more:hover {
      color: #4F9EEE;
      transition: all .2s;
      border-color: #4F9EEE;
  }
  .index_more:before {
      background-color: #1B2143;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-transform: skewX(-12deg) scaleX(0);
      transform: skewX(-12deg) scaleX(0);
      transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
      transition: transform .5s cubic-bezier(.215,.61,.355,1);
      transition: transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  }
  .index_more a{
      position: relative;
      z-index: 2;
  }
  .index_more:hover:before {
      -webkit-transform: skewX(-12deg) scaleX(1.2);
      transform: skewX(-12deg) scaleX(1.2);
  }

          
.index_more a{
    font-size: 0;
    display: block;
    height: 100%;
}
.index_more a span{
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    font-family: Roboto;
    text-transform: lowercase;
    font-weight: normal;
}
/*輪播*/
.products-list ,
.news-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.products-sect .slick-dots,
.news-sect .slick-dots,
.album-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;
}
.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;
    position: relative;
    z-index: 6;
}
.products-list.type2,
.news-list.type2{
    margin: 0;
}
.news-sect .container{
    padding: 0 10px;
}
.news-list.type3 .item{
    padding:0 10px;
}
.news-list.type3{
    margin:  0 0px;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    padding: 277px 0 0;
    background: url(../../../images/layout03/common/index/a_bg.jpg) no-repeat fixed;
    background-size: cover;
}
.about-sect .row{
    padding: 0;
    position: relative;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    float: right;
}
.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    display: none;
}
.about-sect .title h2{
    padding: 0;
    color: #fff;
    margin: 0px 0 0px;
}
.about-sect .title h2:before{
    display: none;
}
.about-sect .index_more{
    width: 212px;
    line-height: 58px;
    height: 58px;
    margin: 0;
    color: #4F9EEE;
    border-color: #4F9EEE;
    background: #111111;
}
.about-sect .index_more:hover{
    color: #fff;
    border-color: #395AB0;

}
.about-sect .index_more:before{
    background: #395AB0;

}
.about-sect .txt-box:before{
    content: '';
    display: block;
    background: url(../../../images/layout03/common/index/about_pic.jpg);
    width: 296px;
    height: 220px;
    position: absolute;
    top: -50px;
    left: -146px;
}
.about-sect .txt-box{
    overflow: inherit;
    position: relative;
    width: 688px;
    max-width: 100%;
    background: #111111;
    padding: 40px 40px 0px 78px;
    box-sizing: border-box;
    margin-bottom: -111px;
}
.about-sect .txt-box .index-about-editor .editor{
    /*min-height: 220px;*/
    color: #EDEDED;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 28px;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .title{
    line-height: 1.1;
    padding-left: 113px;
    padding-bottom: 29px;
}
.about-sect .title span{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    color: #F2F3F4;
    font-size: 100px;

}
/*------------ 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: 75px 0 50px;
    position: relative;
}
.news-sect .title{
    padding-left: 5px;
}
.news-sect .index_more{
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 15;
}
.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;
    padding: 223px 0 0px;
    margin-bottom: 0px;
    background: url(../../../images/layout03/common/index/bg.jpg) fixed;
}
.about-sect{
    position: relative;
    z-index: 2;
}
.products-sect .index_more{
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 9;
}
.products-sect .index_more:before{
    background: url(../../../images/layout03/common/index/bg.jpg) fixed;
    background-size: auto;

}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.products-sect .title h2{
    margin-top: 0;
}
/*產品介紹 少量排版*/
.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: 76px 0 0;
    background: url(../../../images/layout03/common/index/service_bg2.jpg) repeat-x top;
}
.service-sect .title{
    margin: 0px auto 15px;
    position: static;
}
.service-sect .title h2{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: -8px;
}
.service-sect .title h2:before{
    display: none;
}
.service-sect .title span{
    color: #232F5E;
    display: block;
    position: absolute;
    right: 100%;
    font-size: 100px;
    line-height: 1;
    margin-top: -20px;
    font-family: Roboto Condensed;
    margin-right: -5px;
}
.service-sect .editor{
    color: #F3F3F3;
}
.service-box{
    position: relative;
    padding: 0px 0 0px;
    width: 100%;
    max-width: 1300px;
    color: #666;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: url(../../../images/layout03/common/index/service_bg.jpg) fixed;
    background-size: 100% auto;
}
.service-box >.flex {
    position: relative;
    width: 721px;
    max-width: 100%;
    float: right;
    padding-top: 76px;
    padding-bottom: 71px;
    padding-left: 36px;
    padding-right: 23px;
    box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#232f5e+0,1b2143+100&0.79+0,0.79+100 */
    background: -moz-linear-gradient(top,  rgba(35,47,94,0.79) 0%, rgba(27,33,67,0.79) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(35,47,94,0.79) 0%,rgba(27,33,67,0.79) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(35,47,94,0.79) 0%,rgba(27,33,67,0.79) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9232f5e', endColorstr='#c91b2143',GradientType=0 ); /* IE6-9 */

}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    margin: 19px 0 0 -36px;
}

/*------------ album ------------*/
.album-sect{
    padding: 100px 0 104px;
    position: relative;
}
.album-sect .index_more{
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 10;
}
.album-list .item .box .more{
    display: none;
}
.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){
    .about-sect .txt-box{
        padding: 30px 40px 90px;
    }
}
@media screen and (max-width: 1280px){
    .about-sect{
        padding: 30px 0 0 0;
    }
}
@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: 1000px){
    .about-sect .txt-box:before{
        position: static;
        margin: 0 auto 10px;

    }
    .about-sect .title span{
        font-size: 60px;
    }
    .about-sect{
        background: none;
        padding-top: 0;
    }
   
    .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%;
        margin-bottom: 0;
        padding: 40px 15px;
        box-sizing:border-box;
    }
    .about-sect .index_more{
        margin:auto;
    }
    .about-sect .title{
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .products-sect{
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    /*少量排版*/
    .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;
        padding-left: 0;
        margin-left: 0;
    }
    .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{
        background-attachment: inherit;
        background-size: cover;
    }
    .service-box >.flex{
        padding: 30px 20px;
        width: 100%;
    }
    .service-sect .index_more{
        margin: 30px auto;
    }
    .service-sect .container{
        padding: 0;
    }
    .service-box{
        box-sizing: border-box;
        padding: 0;
    }
    .service-sect .title span{
        color: rgba(112,136,160,.3);
        position: static;
        margin-top: 10px;
        font-size: 60px;
    }
    .service-sect .title{
        text-align: center;
        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 10px;
    }
    .album-sect .slick-dots{
        padding-top: 20px;
    }
    .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: 767px){
    .service-sect{
        padding-top: 0px;
        margin-top: 0;
    }
    .about-sect{
        padding: 0;
    }
    .about-sect .txt .pic:before{
        letter-spacing: 5px;
    }
    .about-sect .txt .pic{
        padding:20px 0 5px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .about-sect .container{
        padding: 0;
    }
}