@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
.site-footer::before {
    top: -78px;
    height: calc(100% + 78px);
}
/*列表通用 index 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;
}
/*/keyword_box*/
/*/列表通用 index article*/
/*列表通用 index、products*/
.products-list .box.new .mask:before{
    content: 'New';
    position: absolute;
    display: block;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    background: #606060;
    border-radius: 0 20px 0 0;
    font-family: 'Cormorant Garamond', serif;
    z-index: 10;
}
.products-list .box img{
    display: block;
    width: 100%;
}
.products-list .name{
    color: #444444;
    letter-spacing: 0.85px;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #888888;
}
.products-list .description {
    display: none;
}
.products-list .pic:before {
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.products-list .pic::after {
    content: 'VEIW';
    position: absolute;
    display: block;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    letter-spacing: 1.3px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-family: 'Cormorant Garamond', serif;
    transition: all 0.3s ease;
    z-index: 2;
    opacity: 0;
}
.products-list .box:hover .pic::after{
    top: 50%;
    opacity: 1;
}
.products-list .offers{
    color: #D80000;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #888;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all 0.3s ease;
    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){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
}
/*/列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list .pic {
    border-radius: 40px 0;
}
.album-list .item .namebox{
    position: relative;
    box-sizing: border-box;
    padding: 10px 10px 0;
}
.album-list .item .name,
.album-list.type1 .item .name {
    margin: 0;
    color: #444444;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.85px;
    transition: all .3s ease;
    text-align: left;
    -webkit-line-clamp: 1;
    height: 28px;
    line-height: 28px;
    font-family: 'Noto Serif TC', serif;
}
.album-list .item .box:hover .name{
    color: #888888;
}
/*/列表通用 index、album*/
/*列表通用 index、news*/
.news-list.type3:before{
    background: #fff;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    padding: 0;
    top: 0;
    transition: all .3s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name {
    color: #444444;
    letter-spacing: 0.85px;
    font-family: 'Noto Serif TC', serif;
    transition: all .3s ease;
}
.news-list .item .box:hover .name {
    color: #888888;
}
.news-list .item .description{
    display: none;
}
.news-list .date {
    font-family: 'Cormorant Garamond', serif;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner img,
.banner_m img{
    width: 100%;
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .banner-slider-control,
.banner_m .banner-slider-control{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 110px;
    right: unset;
    transform: translateY(-50%);
    z-index: 50;
}
.banner .banner-slider-dots,
.banner_m .banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots,
.banner_m .slick-dots {
    display: flex;
    flex-direction: column;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    vertical-align: middle;
    padding: 8px 0;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    width: 17px;
    height: 18px;
    background: url(../../../images/layout03/common/index/title_ic.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0.2;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    opacity: 1;
}
.banner_m{
    display: none;
}
/*------------ /banner ------------*/
/*------------ title ------------*/
.title {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 40px;
}
.title h2{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    color: #666;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.2;
    font-family: 'Noto Serif TC', serif;
    width: fit-content;
    padding: 0 23px 0 67px;
}
.title h2::before {
    content: '';
    position: absolute;
    top: 0%;
    left: calc(100% - 18px);
    transform: translateY(-50%);
    width: 17px;
    height: 18px;
    background: url(../../../images/layout03/common/index/title_ic.png) no-repeat;
    background-size: contain;
}
.title h2::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 73%;
    width: 50px;
    height: 1px;
    background: #BBBBBB;
}
.title span{
    display: block;
    color: #5F5F5F;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'Cormorant Garamond', serif;
}
/*------------ /title ------------*/
/*------------ more ------------*/
.index_more{
    display: block;
}
.index_more a{
    position: relative;
    box-sizing: border-box;
    font-size: 0;
    display: block;
    text-align: left;
    padding: 0 37px;
    height: 100%;
    width: 216px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px 60px 60px 15px;
    background: #606060;
    transition: all 0.3s ease;
}
.index_more a:hover{
    background: #888888;
    padding: 0 45px;
}
.index_more a span{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-family: 'Cormorant Garamond', serif;
}
.index_more a:after{
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    position: absolute;
    display: block;
    top: 27px;
    right: 39px;
    border-radius:100%;
    transition: all .3s ease;
}
.index_more:hover a:after{
    content: '';
    width: 30px;
    height: 1px;
    background: #fff;
    top: 30px;
    border-radius: 100%;
    right: 34px;
}
/*------------ /more ------------*/
/*------------ sect ------------*/
.album-sect,
.about-sect,
.news-sect,
.service-sect,
.products-sect,
.news-sect,
.article-sect,
.contact-sect,
.banner,
.banner_m{
    position: relative;
    z-index: 2;
}
/*------------ /sect ------------*/
/*------------ 輪播 ------------*/
.products-list ,
.news-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.products-sect .slick-dots,
.news-sect .slick-dots {
    text-align: center;
    padding-top: 20px;
}
.album-sect .slick-dots {
    position: absolute;
    padding: 0;
    bottom: 0;
    left: -25%;
    width: 20%;
    text-align: right;
}
.products-sect .slick-dots li,
.news-sect .slick-dots li,
.album-sect .slick-dots li{
    padding: 0 8px;
}
.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;
    width: 17px;
    height: 18px;
    background: url(../../../images/layout03/common/index/title_ic.png) no-repeat;
    background-size: contain;
    opacity: 0.2;
    cursor: pointer;
    transition: all 0.3s ease;
}
.products-sect .slick-dots li.slick-active button,
.news-sect .slick-dots li.slick-active button,
.album-sect .slick-dots li.slick-active button {
    opacity: 1;
}
/*------------ /輪播 ------------*/
/*------------ article_新編輯器 ------------*/
.article-sect .container{
    padding: 40px 15px;
}
/*------------ a/rticle_新編輯器 ------------*/
/*------------ about ------------*/
.about-sect{
    padding: 0 0 82px;
    z-index: 1;
}
.about-sect::before {
    content: '';
    position: absolute;
    bottom: -230px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 25px);
    background: url(../../../images/layout03/common/index/s_bg.jpg);
}
.about-sect .container .a_bg {
    position: absolute;
    top: 0px;
    right: -450px;
    width: 545px;
    height: 798px;
    background: url(../../../images/layout03/common/index/a_bg.png) no-repeat;
    background-size: contain;
}
.about-sect .title {
    flex-direction: row;
    align-items: baseline;
    margin: 0 0 115px;
}
.about-sect .title h2 {
    padding: 0 67px 0 49px;
}
.about-sect .title h2::before {
    top: 50%;
    transform: translateY(-50%);
    left: 73%;
    right: unset;
    width: 50px;
    height: 1px;
    background: #BBBBBB;
}
.about-sect .title h2::after {
    top: -55%;
    left: 20px;
    transform: translateY(-50%);
    width: 17px;
    height: 18px;
    background: url(../../../images/layout03/common/index/title_ic.png) no-repeat;
    background-size: contain;
}
.about-sect .row {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}
.about-sect .txt .tag{
    position: relative;
    top: 120px;
    display: block;
    color: #5F5F5F;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'Cormorant Garamond', serif;
}
.about-sect .col.pic {
    position: relative;
    box-sizing: border-box;
    text-align: right;
    width: 47%;
    z-index: 1;
}
.about-sect .col.pic .about_pic_s {
    position: absolute;
    bottom: 30% !important;
    left: 0;
}
.about-sect .col.txt {
    position: relative;
    box-sizing: border-box;
    width: 53%;
    padding-left: 82px;
    padding-right: 138px;
    z-index: 2;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    color: #878787;
    font-size: 16px;
    letter-spacing: 1.3px;
    line-height: 1.9;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 200px;
}
.about-sect .index_more{
    display: flex;
    justify-content: flex-end;
    margin: 70px 0 0;
}
/*------------ /about ------------*/
/*------------ 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;
}
/*------------ /articles ------------*/
/*------------ news ------------*/
.news-sect{
    padding: 113px 0 25px;
}
.news-sect .container {
    max-width: 1340px;
    padding: 0;
}
.news-sect .title{
    align-items: center;
}
.news-sect .index_more{
    display: none;
}
.news-sect .news-list:not(.masonry-list) .item{
    margin-bottom: 20px;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.news-list:not(.masonry-list) .box{
    margin-bottom: 0;
}
/*n_type2*/
.news-list.type2 .item{
    border:none;
    padding-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    border-radius: 60px 0;
}
.news-list.type2 .txt{
    padding-bottom: 60px;
    min-height: unset;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    width: 120px;
    border-radius: 40px 40px 40px 10px;
    background: #606060;
    bottom: 0;
    transition: all 0.3s ease;
    font-family: 'Cormorant Garamond', serif;
}
.news-list .box:hover .btn.more {
    background: #888;
    color: #fff;
}
.news-list.type2 .date .day {
    font-size: 45px;
}
.news-list.type2 .date .month,
.news-list.type2 .date .years {
    font-size: 20px;
}
/*/n_type2*/
/*n_typ3*/
.news-list.type3 .item {
    border-left: dashed #ddd 1px;
}
.news-list.type3 .date .day,
.news-list.type3 .date .month,
.news-list.type3 .date .years {
    margin: 0;
    font-size: 20px;
    line-height: 1;
}
.news-list.type3 .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 45px;
    line-height: 1.5;
    color: #888;
    letter-spacing: 0.85px;
    transition: all 0.3s ease;
}
.news-list.type3 .box:hover .description{
    color: #aaa;
}
/*/n_typ3*/
/*n_type4*/
.news-list.type4 {
    margin: 0;
}
.news-list.type4 .item {
    padding: 0 17.5px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .item .pic{
    border-radius: 40px 0;
}
.news-list.type4 .txt {
    padding: 0 10px;
}
.news-list.type4 .item .date,
.news-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: -58px -10px 10px;
    padding: 0;
    border-radius: 0 20px 0 0;
    color: #fff;
    line-height: 1;
    background: #707070;
    font-family: 'Cormorant Garamond', sans-serif;
}
.news-list.type4 .item .box:hover .date {
    background: #888888;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 34px;
}
/*/n_type4*/
/* n_少量排版*/
.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: 30px 25px;
}
.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: 0 0 15px;
}
/*/n_少量排版*/
/*------------ /news ------------*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    z-index: 10;
    padding: 0;
}
.products-sect .container {
    padding: 0 5px;
    max-width: 1330px;
}
.products-sect .index_more{
    display: none;
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.products-sect .title{
    align-items: center;
}
/*p_type1*/
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: normal;
    letter-spacing: 0.85px;
}
.products-list.type1 .box.new .mask:before {
    top: 0;
    background: #606060;
    border-radius: 0 0 20px 0;
}
.products-list.type1 .pic::after{
    display: none;
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 {
    margin: 0;
}
.products-list.type2 .item {
    padding: 0 10px;
    margin-bottom: 40px;
}
.products-list.type2 > .item > .box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    transition: all .3s ease;
}
.products-list .pic,
.products-list .mask {
    border-radius: 40px 0;
}
.products-list.type2 .txt{
    padding: 10px 10px 0;
}
/*/p_type2*/
/*p_少量排版*/
.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;
    background: #fff;
    box-sizing: border-box;
}
.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;
}
.products-list.onlyitem-list .item .description{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 45px;
    line-height: 1.5;
    color: #888;
    letter-spacing: 0.85px;
    transition: all 0.3s ease;
}
.products-list.onlyitem-list .item .box:hover .description{
    color: #aaa;
}
/*/p_少量排版*/
/*------------ /products ------------*/
/*------------ service ------------*/
.service-sect{
    padding: 100px 0 0;
    background: url(../../../images/layout03/common/index/s_bg.jpg);
}
.service-sect .container .s_bg {
    position: absolute;
    top: -50px;
    left: -450px;
    width: 635px;
    height: 750px;
    background: url(../../../images/layout03/common/index/s_bg.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.service-sect .title {
    text-align: right;
    margin: 0 0 93px;
    width: 40%;
    border-right: 1px solid #BBBBBB;
    padding-right: 53px;
    z-index: 1;
}
.service-sect .title h2 {
    margin: 0 0 0 auto;
}
.service-box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    max-width: 935px;
    color: #868686;
    letter-spacing: 1.3px;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: flex;
    justify-content: center;
    margin: 150px auto 0;
}
/*------------ /service ------------*/
/*------------ album ------------*/
.album-sect{
    padding: 68px 0 0;
}
.album-sect .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: unset;
    margin-left: 15%;
    padding-right: 0;
}
.album-sect .title {
    width: 20%;
    margin: -65px 0 40px;
}
.album-sect .album-list {
    width: calc(100% - 20%);
    margin: 0 -15px 0 0;
}
.album-sect .index_more{
    position: absolute;
    left: 15px;
    top: calc(50% + 61px);
    transform: translateY(-50%);
}
.album-list .item .box .more{
    display: none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}
/*a_type1*/
.album-list.type1 {
    margin: 0 -25px 0 0;
}
.album-list.type1 .item{
    margin-bottom: 0;
    padding: 0 15px;
    border: none;
}
.album-list.type1 .item .box .more:after {
    background: #888;
    color: #fff;
}
.album-list.type1:not(.column6) .item {
    border-bottom: 1px #ddd dashed;
}
/*/a_type1*/
/*a_type2*/
.album-list.type2 .box .pic:before {
    border-radius: 40px 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}
/*/a_type2*/
/*a_type3*/
.album-list.type3 .item {
    padding: 0 15px;
}
/*/a_type3*/
/*al_瀑布式*/
.masonry-album-sect{
    padding: 68px 0 0;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    flex-direction: column;
}
.masonry-album-sect .title{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 40px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -15px;
    width: calc(100% + 25px);
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 15px;
}
.masonry-album-sect .index_more {
    display: none;
}
.masonry-list .item .namebox,
.masonry-list.album-list .item .namebox {
    position: relative;   
    text-align: left;
    opacity: 1;
}
.masonry-album-sect .masonry-list.type2{
    width: 100%;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more,
.masonry-list.album-list.type1 .item .box .more:after {
    display: none;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type4 .item .namebox:after,
.masonry-list.album-list.type2 .item .box:hover .namebox:after,
.masonry-list.album-list.type4 .item .namebox:after {
    display: none;
}
.masonry-list.album-list.type1 .item {
    margin-bottom: 40px;
}
/*/al_瀑布流*/
/*al_少量排版*/
.onlyitem-sect .title {
    width: 20%;
}
.onlyitem-sect .album-list .item{
    width: 25%;
}
/*/al_少量排版*/
/*------------ /album ------------*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
/*----------- /fancybox-index --------------*/
/*----------- contact --------------*/
.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;
}
/*----------- /contact --------------*/
.masonry-list .item:nth-child(n){
    clear: none !important;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1600px){
    .album-sect .container {
        margin-left: 7%;
    }
}
@media screen and (max-width: 1500px){
    .album-sect .container {
        margin-left: 2%;
    }
}
@media screen and (max-width: 1330px){
    .banner .banner-slider-control,
    .banner_m .banner-slider-control{
        left: 15px;
    }
    .news-list.type4 .item {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .album-sect .container {
        margin-left: 0;
    }
    .album-sect .title {
        width: 25%;
    }
    .album-sect .album-list {
        width: calc(100% - 25%);
    }
}
@media screen and (max-width: 1280px){
    .title span {
        font-size: 50px;
    }
    .about-sect .txt .tag {
        top: 100px;
        font-size: 50px;
    }
    .about-sect .col.txt {
        padding-left: 82px;
        padding-right: 50px;
    }
}
@media screen and (max-width: 1200px){
    /*p_少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list .item .box .txt,
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 10px 10px 0;
    }
    /*/p_少量排版*/
    .about-sect::before {
        bottom: -210px;
    }
    .about-sect .title {
        margin: 0 0 90px;
    }
    .about-sect .col.txt {
        padding-left: 30px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1000px){
    /*n_少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin: -58px -10px 10px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 10px;
        width: 100%;
    }
    .onlyitem-sect .album-list .item,
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*/n_少量排版*/
    .site-footer::before {
        top: 0;
        height: 100%;
    }
    .title{
        font-size: 20px;
        margin: 0 0 30px;
    }
    .title span,
    .about-sect .txt .tag {
        font-size: 40px;
        padding: 5px 0 0;
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .service-sect {
        padding: 50px 0 0;
    }
    .service-sect .container .s_bg {
        display: none;
    }
    .service-sect .title{
        align-items: center;
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
        border: 0;
    }
    .service-sect .title h2 {
        margin: 0 auto;
    }
    .service-sect .index_more {
        margin: 60px auto 0;
    }
    .news-sect{
        padding: 50px 0;
    }
    .news-sect .container {
        max-width: 1330px;
        padding: 0;
    }
    .news-list.type4 .item {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .news-list .name {
        font-size: 16px;
        margin-bottom: 0;
    }
    .news-sect .news-list:not(.masonry-list) .item {
        margin-bottom: 0;
    }
    .about-sect {
        padding: 50px 0;
    }
    .about-sect::before {
        bottom: 0;
        height: 100%;
    }
    .about-sect .container .a_bg {
        display: none;
    }
    .about-sect .title {
        margin: 0 auto 70px;
        justify-content: center;
    }
    .about-sect .title h2 {
        padding: 0 67px 0 20px;
    }
    .about-sect .title h2::after {
        left: 2px;
    }
    .about-sect .row {
        flex-direction: column-reverse;
    }
    .about-sect .col.pic {
        text-align: center;
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .about-sect .col.txt{
        width: 100%;
        padding: 25px 0 0;
        text-align: center;
    }
    .about-sect .col.pic .about_pic_s {
        bottom: -5% !important;
        left: 15px;
        width: 40%;
    }
    .about-sect .txt .tag {
        top: 90px;
    }
    .about-sect .txt-box .index-about-editor .editor {
        font-size: 15px;
        -webkit-line-clamp: initial;
        height: auto;
        text-align: left;
    }
    .about-sect .index_more {
        justify-content: center;
        margin: 50px 0 0;
    }
    .products-sect{
        padding: 50px 0 25px;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list.type2 .name {
        font-size: 16px;
        margin: 0;
    }
    .album-sect{
        padding: 25px 0 50px;
    }
    .album-sect .container {
        flex-direction: column;
        padding: 0;
    }
    .album-sect .title {
        width: 100%;
        margin: 0 auto 30px;
        align-items: center;
    }
    .album-sect .album-list {
        width: 100%;
        margin: 0;
    }
    .album-sect .index_more {
        display: none;
    }
    .album-sect .slick-dots{
        position: relative;
        text-align: center;
        padding-top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-list .item .name,
    .album-list.type1 .item .name{
        font-size: 16p;
    }
    .article-sect .container{
        padding: 0 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .products-list.type2 .name {
        margin: 0 0 5px;
        line-height: 22px;
        max-height: 22px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}