@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;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:10px;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #fff;
}
.article-list .item .date{
    color: #ccc;
    border-color: #ccc;
}
.type2 .keyword_box:before{
    background: #a8bfef;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
    color: #fff;
}
.article-list .item .description{
    color: #ccc;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #a8bfef;
    border-color: #a8bfef;
    background: none;
}
.article-box  .keyword li a:hover{
    background:  #3e53e6;
    border-color:#3e53e6;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #3e53e6;
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #3e53e6;
    transition: all .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 .3s ease;
    position: relative;
}
.products-list .name{
    color: #eee;
}
.products-list .pic:before{
    background: rgba(63, 86, 109, 0.7);
}
.products-list.type1 .pic:before {
    background: rgba(0, 0, 0, 0.5);
}
.products-list.type2 .item {
    padding: 0 5px;
}
.products-list.type2 .box{
    background: transparent;
    padding: 10px;
    transition: all .3s ease;
}
.products-list.type2 .txt{
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.products-list.type2 .name{
    margin: 0 0;
    color: #464646;
    font-size: 17px;
    position: relative;
    margin-bottom: 5px;
    line-height: 34px;
    max-height: 62px;
    -webkit-line-clamp: 1;
}
.products-list.type2 .txt:before{
    content: "";
    background: #FFF;
    width: 3px;
    height: 21px;
    position: absolute;
    left: 4px;
    top: 15px;
    transition: all .3s ease;
}

.products-list.type2 .box:hover .name{
    color: #29499C;
}
.products-list .description{
    color: #737373;
}
.products-list .box.new:before{
    content: 'New';
    width: 76px;
    height: 29px;
    background: #183B95;
    position: absolute;
    z-index: 10;
    top: 21px;
    left: 0;
    color: #FFF;
    text-align: center;
    line-height: 29px;
}
.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{
    transform: scale(1.2);
}
@media screen and (max-width: 1000px){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list .box.new:before{
        top: 0;
        left: 0;
    }
 }
/*!列表通用 index、products*/

/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #A5243F;
}
.album-list .item .namebox{
    border: 1px solid #ddd;
    padding: 10px 15px 10px 15px;
    background: #fff;
    position: relative;
}
.album-list.type1 .namebox:before{
    content: '';
    display: block;
    color: #FFF;
    transition: all .3s ease;
    position: absolute;
    right: -1px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    background: #29499B;
}
.album-list.type1 .namebox{
    z-index: 0;
}
.album-list.type1 .namebox:after{
    content: '';
    display: block;
   
    transition: all .6s ease;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 100%;
    background: #29499B;
    z-index: -1;
}
.album-list.type1 .item .box:hover .namebox:after{
    width: 100%;
}

.album-list.type1 .box:after{
    font-family: 'icon-font' !important;
    content: "\f105";
    font-size: 46px;
    position: absolute;
    right: 25px;
    bottom: 1px;
    color: #FFF;
}
.album-list.type1.masonry-list .namebox:before{
   display: none;
}
.album-list.type1.masonry-list .namebox:after{
   display: none; 
}
.album-list .item .name{
    color: #666;
    text-align: left;
    transition: all .6s ease;
}

.album-list.type1 .item .box:hover .name{
    color: #FFF;
}
.album-list.type1 .item .box:hover .namebox:before{
    color: #FFF;
}
/* .album-list.type1 .item .box:hover .namebox:after{
    background: #A5243F;
    width: 63px;
} */
.album-list .item .box:hover .name{
    color: #222222;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:  rgba(0,0,0,0.5);
    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: 0;
}
.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.type1 .item .name {
    margin: 10px 5px 10px;
}
.album-list.type1 .item .namebox {
    padding: 0px 85px 0px 15px;
}
.album-list.type1 .item .name {
    text-align: left;
}

.masonry-list.album-list.type1 .item .box:hover .name {
    color: #29499B;
}
/*!瀑布流*/
.album-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*!列表通用 index、album*/
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/

.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.6s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}
.news-list .item .pic:before{
    content: "";
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 86, 109, 0.7);
    z-index: 1;
}
.news-list  .item .box:hover .pic:before{
    transition: all .2s;
    opacity: 1;
}
.news-list.type3:before{
    background: #ededed;
}
.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;
    background: #F6F6F6;
}
.news-list.type4 .item .box:hover{
    background: #FFF;
}
.news-list  .item .box{
    background: #FFF;
}
.news-list .item .name{
     color: #444444;
}
.news-list .item .description{
    color: #ccc;
}
.news-list .item .date{
    color: #2C313C;
}
.news-list .item .description{
    color: #999999;
}
.news-list .item .box:hover .name{
    color: #111;
}
.news-list.type3 .item .box:hover .name{
    color: #183B95;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    color: #BEC7DE;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #264490;
    border: 1px solid #264490;
    padding-top: 15px;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date{
    background: #264490;
    color: #FFF;
    border: 1px solid #264490;
}

.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #222222;
    bottom: 10px;
}
.news-list.type4 .date .day {
    margin-bottom: 3px;
}
.news-list .box:hover .btn.more {
    background: #183B95;
    color: #FFF;
}
.news-list.type3 .item {
    border-left: solid #e2e2e2 0px;
}

.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 34px;
    top: 35px;
    font-size: 30px;
    width: 57px;
    height: 58px;
    padding-top: 13px;
}
.news-list.type4 .txt {
    position: static;
}
.news-list.type4 .name {
    margin-top: 30px;
}


/*!列表通用 index、news*/

/*------------ bg ------------*/

.wrapper{
    background: url(../../../images/layout03/common/index/index-bg-1.jpg);

}

/*------------ banner ------------*/
.banner img{
    width: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slider:before{
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control{
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}
.banner .slick-arrow{
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url(../../../images/layout03/common/index/arrow.png) no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
    display: none !important;
}
.banner .slick-prev{
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next{
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}
.banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li{
    vertical-align: middle;
}
.banner .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../../images/layout03/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}
.banner .slick-dots li.slick-active button{
    background-position: 100% 0;
}
/*------------ title ------------*/
.title{
    display: block;   
    position: relative;
}
.title h2{
    color: #656565;
    font-size: 26px;
    position: relative;
    margin: 0;
    letter-spacing: 2px;
    padding-left: 15px;
    font-weight: bold;
}
.title h2:before{
    content: "";
    width: 6px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 8px;
    background: url(../../../images/layout03/common/index/title-icon-1.png) no-repeat;
}
.title span{
    font-family: 'Maven Pro', sans-serif;
    color: rgba(68, 68, 68, 0.1);
    font-size: 50px;
    letter-spacing: 5px;
    position: absolute;
    left: 13px;
    top: -46px;
    font-weight: bold;
}
/*------------ more ------------*/
.index_more a{
    width: 188px;
    height: 57px;
    text-align: center;
    font-size: 0;
    display: block;
    background: transparent;
    position: relative;
    line-height: 57px;
    transition: all .5s ease;
    border: 1px solid #343434;
    z-index: 0;
}
.index_more a span{
    font-size: 16px;
    color: #333333;
    font-family: 'Maven Pro', sans-serif;
    transition: all .5s ease;
}
.index_more a:before{
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease;
    background:#343434 ;
    z-index: -1;
}
.index_more a:hover span{
    color: #FFF;
}
.index_more a:hover:before{
    height:100%;
}
/*輪播*/
.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 -5px;
}
.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{
    position: relative;
    z-index: unset;
    padding-top: 60px;
}

/* .about-sect .container:before{
    content: "";
    position: absolute;
    background: url(../../../images/layout03/common/index/index-about-6.jpg) repeat;
    width: 1239px;
    height: 482px;
    right: -289px;
    top: 0;
    z-index: -1;
    transition: all 1.5s ease;
}
.about-sect .container:after{
    content: "";
    position: absolute;
    background: url(../../../images/layout03/common/index/index-bg-1.jpg)  repeat;
    width: 1239px;
    height: 482px;
    left: 378px;
    top: 0;
    z-index: -1;
    transition: all 1.5s ease;
    visibility: visible;
} */
/* .about-sect.loaded .container:after{
    width: 0;
} */

.about-sect .row{
    display: flex;
} 
.about-sect .col.pic{
    order: 1;
    box-sizing: border-box;
    width: 50%;
    animation-name: unset !important;
    z-index: 1;
}
.about-sect .col.pic img{
    width: 769px !important;
    width: 0px !important;
    height: 768px !important;
    position: absolute;
    left: -280px;
    top: 0px;
    object-fit: cover;
    margin-top: 23px;
    transition: all 1.5s ease;
    object-position: left;
}
.about-sect.loaded .col.pic img{
    width: 769px !important;
    left: -38px;
}
.about-sect .col.txt{
    order: 2;
    box-sizing: border-box;
    width: 50%;
    z-index: 1;
} 
.about-sect .txt-box{
    width: 961px;
    height: 729px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px 139px;
    margin-top: 0px;
    padding-right: 340px;
    position: relative;
    left: 0px;
    margin-bottom: 0px;
    padding-top: 129px;
}
.about-sect .txt-box:before{
    content: "";
    background: url(../../../images/layout03/common/index/index-about-2.jpg) no-repeat;
    width: 960px;
    height: 246px;
    position: absolute;
    left: 0;
    top: 0;
}
.about-sect .txt-box:after{
    content: "";
    background:#CDB593;
    width: 960px;
    height: 246px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1.3s ease;
}
.about-sect.loaded .txt-box:after{
    width: 0;
}


.about-sect .title{
    flex-direction: column;
    margin-bottom:37px;
    position: relative;
}
.about-sect .title:before{
    content: "";
    width: 1px;
    height: 33px;
    background: linear-gradient(to bottom,#FFF 49% ,#CDB593 50%);
    position: absolute;
    left: 3px;
    bottom: -49px;
}

.about-sect .title span{
    order: 1;
    font-size: 50px;
    color: #FFF;
    line-height: 50px;
    margin-bottom: 11px;
    position: relative;
    left: 0;
    top: 0;
    font-weight: bold;
}
.about-sect .title h2{
    order: 2;
    color: #FFF;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 9px;
    padding-left: 0px;
}
.about-sect  .title h2:before{
   display: none;
}
.about-sect article.editor{
    height:345px;
    overflow: hidden;
    width: 482px;
    margin-top: 50px;
    margin-bottom: 20px;
}


.about-sect .index_more a{
  margin-left: auto;
}


/* .about-sect .index_more a{
    background: #191919;
    position: relative;
    width: 56px;
}
.about-sect .index_more a:before{
    content: "";
    background: #BEBEBE;
    width: 2px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 8px;
    transition: all .3s ease;
}
.about-sect .index_more a:after{
    content: "";
    background: #BEBEBE;
    width: 2px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 8px;
    transition: all .3s ease;
}
.about-sect  .index_more a span {
    color: #FFF;
}
.about-sect  .index_more a:hover {
    background: #183B95;
}
.about-sect  .index_more a:hover:before {
    display: none;
}
.about-sect  .index_more a:hover:after {
    display: none;
} */
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 30px 0;
}
.articles-sect .index_more{
    position: absolute;
    right: 15px;
    top: 12px;
}
.articles-sect .title h2{
    margin-top: 0;
    padding-bottom: 30px;
}
/*------------ news ------------*/
.news-sect{
    background: url(../../../images/layout03/common/index/index-bg-2.jpg);

    padding: 85px 0 50px;
    position: relative;
}
.news-sect .title{
    margin-bottom: 15px;
}
.news-sect .index_more{
    position: absolute;
    right: 25px;
    top: 12px;
    display: none;
}

.news-sect .slick-dots{
    /* position: absolute;
    right: 0px;
    top: 0px; */
   
}

/* .news-sect .slick-slider .slick-track {
    padding-top: 73px;
}
.news-list.type4 {
    margin-top: -74px;
}
.news-list.type2 {
    margin-top: -74px;
}
.news-list.type3 {
    margin-top: -74px;
} */

.news-sect .news-list:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.news-list:not(.masonry-list) .box{
    margin-bottom: 0;
}
.news-list.type2 .item{
    border:none;
    padding-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .txt{
    padding-bottom: 60px;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;

}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 25px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    z-index: unset;
    padding: 30px 0;
    padding-top: 60px;
    background: #FFF;
}
.products-sect .container:before{
    content: "";
    position: absolute; 
    background: url(../../../images/layout03/common/index/index-products-bg.png);
    width: 1920px;
    height: 652px;
    position: absolute;
    left: calc(50% - 960px);
    top: -204px;
    z-index: 0;

}
.products-sect .index_more{
    position: absolute;
    right: unset;
    left: calc(50% - -79px);
    top: 4px;
}
.products-sect  .index_more a {
    width: 34px;
    height: 34px;
    border: 0px solid #343434;
    background: url(../../../images/layout03/common/index/more-1.png);
}
.products-sect  .index_more a span {
    font-size: 0;
}
.products-sect  .index_more a:before {
    display: none;
}
.products-sect  .index_more a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: url(../../../images/layout03/common/index/more-1-hover.png);
    transition: all .3s ease;
    opacity: 0;
}
.products-sect  .index_more a:hover:after {
    opacity: 1;
}





.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.products-sect .title{
    text-align: center;
}
.products-sect .title h2{
    margin-top: 0;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: bold;
}
.products-sect .title span {
    position: absolute;
    left: calc(50% - 189px);
    top: -46px;
}
/*產品介紹 少量排版*/
.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-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: unset;
}
.service-sect:before{
    content: "";
    width: 100%;
    height: 170px;
    position: absolute;
    background: #FFF;
    left: 0;
    bottom: 0;

}
.service-sect .service-pic-1{
    background: url(../../../images/layout03/common/index/index-service-2.png) no-repeat;
    width: 303px;
    height: 171px;
    position: absolute;
    right: 161px;
    top: -48px;
    z-index: 2;
}
.service-sect .service-pic-2{
    background: url(../../../images/layout03/common/index/index-service-3.png) no-repeat;
    width: 234px;
    height: 142px;
    position: absolute;
    right: -102px;
    top: 24px;
    z-index: 2;
}
.service-sect .service-box{
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 315px;
    padding-top: 101px;
}
.service-sect .service-box:before{
    content: "";
    background: url(../../../images/layout03/common/index/index-service-1.png) no-repeat;
    width: 323px;
    height: 407px;
    position: absolute;
    left: -7px;
    top: 26px;
    z-index: 1;
}
.service-sect .service-box .flex{
    width: 954px;
    height: 318px;
    background: url(../../../images/layout03/common/index/index-service-1.jpg);
    box-sizing: border-box;
    padding: 68px 164px 48px 94px;
    z-index: 1;
    position: relative;
}
.service-sect .title {
    margin-bottom: 10px;
    text-align: left;
}
.service-sect .title h2 {
    font-size: 26px;
    font-weight: bold;
    color: #222222;
    padding-left: 0px;
}
.service-sect .title h2:before {
    content: "";
    width: 6px;
    height: 24px;
    position: absolute;
    left: -17px;
    top: 8px;
    background: url(../../../images/layout03/common/index/title-icon-2.png) no-repeat;
}
.service-sect .title span {
    color: rgba(255,255,255,0.5);
    letter-spacing: 5px;
    position: absolute;
    left: 0;
    top: -44px;
    font-weight: bold;
}
.service-sect article.editor{
    font-weight: normal;
    color: #464646;
    height: 155px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 31px;
    width: 541px;
}
.service-sect .index_more {
    position: absolute;
    right: 87px;
    bottom: 0;
}
.service-sect .index_more a{
    margin-left: unset;
    margin-right: unset;
}

/*------------ album ------------*/
.album-sect{
    padding: 100px 0;
    position: relative;
    padding-bottom: 98px;
    overflow: hidden;
}

.album-sect .title{
    margin-bottom: 20px;
}
.album-sect .index_more{
    position: absolute;
    left: 159px;
    top: 4px;
}
.album-sect .title span {
    left: -46px;
    top: -60px;
}

.album-sect  .index_more a {
    width: 34px;
    height: 34px;
    border: 0px solid #343434;
    background: url(../../../images/layout03/common/index/more-1.png);
}
.album-sect  .index_more a span {
    font-size: 0;
}
.album-sect  .index_more a:before {
    display: none;
}
.album-sect  .index_more a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: url(../../../images/layout03/common/index/more-1-hover.png);
    transition: all .3s ease;
    opacity: 0;
}
.album-sect  .index_more a:hover:after {
    opacity: 1;
}



.album-sect .slick-slider .slick-track {
    padding-top: 73px;
}
.album-list.type1 {
    margin-top: -74px;
}
.album-list.type2 {
    margin-top: -74px;
}
.album-list.type3 {
    margin-top: -74px;
}

.album-sect .slick-dots {
    position: absolute;
    right: 0px;
    top: 0px;
}


.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: 70px;
    padding-bottom: 43px;
}
.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: 1710px){ 
    .about-sect.loaded .col.pic img {
        /* width: calc(100% - 600px) !important; */
        left: 0;
    }
} 
@media screen and (max-width: 1330px){
    .about-sect.loaded .col.pic img {
        width: 100% !important;
        left: 35px;
    }
    .about-sect .col.pic {
        position: relative;
    }
    .about-sect.loaded .col.pic img {
        width: 100% !important;
        left: 35px;
        object-fit: contain;
        margin-top: 0;
    }
    .about-sect .txt-box {
        width: 100%;
        padding-left: 70px;
        padding-right: 30px;
        padding-top: 129px;
    }
    .about-sect article.editor {
        width: 100%;
        height: 309px;
        margin-bottom: 40px;
    }
    .about-sect .txt-box:before {
        width: 100%;
    }
    .about-sect .txt-box:after {
        width: 100%;
    }

    .service-sect .service-box .flex {
        height: 361px;
        background-size: cover; 
        width: 100%;
    }
    .service-sect .service-pic-2 {
        right: -46px;
    }

}
@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){

    .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;
    }

    .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{
        text-align: center;
    }
    .products-sect .title h2,.album-sect .title h2,.news-sect .title h2,.articles-sect .title h2{
        font-size: 26px;
        letter-spacing: 2px;
        margin-right: 0px;
        display: inline-block;
    }
    .products-sect .title span,.album-sect .title span,.news-sect .title span,.articles-sect .title span{
        font-size: 20px;
        line-height: 20px;
        display: block;
        letter-spacing: 0px;
        position: relative;
        left: 0;
        top: 0;
        color: #adadad;
    }

    .about-sect {
        padding-top: 20px;
    }
    .about-sect .title {
        margin-bottom: 20px;
    }
    .about-sect .title:before {
        left: 50%;
        bottom: -55px;
    }
    .about-sect .title h2{
        font-size: 26px;
        letter-spacing: 2px;
        margin-right: 0px;
        display: block;
    }
    .about-sect .title span{
        font-size: 20px;
        line-height: 20px;
        display: block;
        letter-spacing: 0px;
        position: relative;
        left: 0;
        top: 0;
    }
    .about-sect .txt-box:before {
        height: 130px;
    }
    .about-sect .txt-box:after {
        height: 130px;
    }
    .about-sect .txt-box {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 35px;
    }
    .about-sect article.editor {
        height: unset;
        margin-bottom: 10px;
    }
    .about-sect .txt-box {
        height: unset;
    }
    .about-sect .index_more a {
        margin-left: auto;
        margin-right: auto;
    }
    .products-sect .index_more,.album-sect .index_more,.news-sect .index_more,.articles-sect .index_more{
        position: absolute;
        right: 0;
        left: calc(50% - 38px);
        top: 50px;
        margin: auto;
    }

    .products-sect .index_more {
        left: calc(50% - 17px);
        top: 65px;
    }
    .news-sect .title {
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .news-sect .slick-slider .slick-track {
        padding-top: 0px;
    }
    .news-list.type4 {
        margin-top: 0px;
    }
    .news-list.type2 {
        margin-top: 0px;
    }
    .news-list.type3 {
        margin-top: 0px;
    }
    .news-sect .slick-dots {
        position: relative;
    }

    .products-sect .title h2 {
        padding-bottom: 0px;
    }
    .products-sect .title {
        margin-bottom: 55px;
    }
    .products-sect{
        padding-top: 10px;
    }
    .products-box{
        padding: 8px 0;
    }

    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .col.txt {
        order: 1;
        width: 100%;
    }
    .about-sect .col.pic {
        order: 2;
        width: 100%;
        display: none;
    }
    
    .service-sect {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .service-sect article.editor {
        width: 100%;
        height: unset;
    }
    .service-sect .service-box {
        width: 100%;
    }

    .service-sect .service-box {
        padding-left: 0px;
        padding-top: 0px;
    }
    .service-sect .service-box:before {
        display: none;
    }
    .service-sect .title{
        text-align: center;
    }
    .service-sect .title h2 {
        font-size: 26px;
        letter-spacing: 2px;
        margin-right: 0px;
        display: inline-block;
    }
    .service-sect .title span {
        font-size: 20px;
        line-height: 20px;
        display: block;
        letter-spacing: 0px;
        position: relative;
        left: 0;
        top: 0;
        color: #65656580;
        text-align: center;
    }
    .service-sect .service-box .flex {
        height: unset;
        padding: 40px 25px 30px 25px;
        width: 100%;
    }
    .service-sect article.editor {
        height: unset;
        display: block;
        width: 100%;
    }
    .service-sect .index_more {
        position: relative;
        right: 0;
    }
    .service-sect .index_more a {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .service-sect .service-pic-1 {
        width: 140px;
        height: 85px;
        right: 18px;
        left: unset;
        top: -34px;
        z-index: 2;
        background-size: contain;
    }
    .service-sect .service-pic-2 {
        width: 95px;
        height: 52px;
        right: 11px;
        top: unset;
        bottom: -10px;
        background-size: contain;
        display: none;
    }
   
    .news-sect{
        padding: 30px 0 30px;
    }
    .album-sect{
        padding: 30px 0 30px;
    }
    .album-sect .slick-dots{
        padding-top: 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .title {
        margin-bottom: 70px;
    }
    .album-sect .index_more{
        top: 65px;
        left: calc(50% - 17px);
    }
    .album-sect .slick-dots {
        position: relative;
        margin-top: 15px;
    }
    .album-sect .slick-slider .slick-track {
        padding-top: 60px;
    }

}
@media screen and (max-width: 767px){
    .album-list.type1 .item .name {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }
}