@charset "utf-8";
/*列表通用 index article*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: #EFF1F3;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
    background: #FAD038;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #000;
}
.article-list .item .box:hover .name{
    text-decoration: underline;
}
.article-list .item .box .description{
    color: #6f6f6f;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #AAAAAA;
    background: #F6F6F6;
}
.type5 .keyword_box:before{
    left: 27px;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    line-height: 0.5;
    background: #fad038;
    transition: all .3s ease;
}
.type5 .article-list .item .date .day{
    color: #000;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date{
    background: #000;
}
.type5 .article-list .item .box:hover .date .day{
    color: #fad038;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #000;
    color: #fad038;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #000;
    color: #fff;
}
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date:before{
    color: #000;
    border-color: #fad038;
}
/*keyword_box*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #222;
}
/*/keyword_box*/
/*/列表通用 index article*/
/*列表通用 index、products*/
.products-list .box {
    background: #fff;
}
.products-list .txt,
.products-list.type2 .txt {
    padding: 25px 20px;
}
.products-list .box.new .pic::after {
    content: 'NEW';
    position: absolute;
    top: 20px;
    left: 15px;
    display: block;
    text-align: center;
    width: 60px;
    height: 30px;
    line-height: 32px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #000;
    font-family: 'Libre Baskerville', serif;
    z-index: 15;
}
.products-list .pic:before {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}
.products-list .box .name{
    color: #000;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    line-height: 28px;
    max-height: 28px;
    transition: all .3s ease;
}
.products-list .box:hover .name {
    color: #7F7F7F;
}
.products-list .box .description{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #333;
    display: none;
}
.products-list .box:hover .description{
    color: #888;
}
.products-list .offers{
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Libre Baskerville', 'Noto Serif TC', serif;
    display: none;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    /* background: #0000001c; */
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .3s ease;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    color: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
/*/列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*/列表通用 index、album*/
/*列表通用 index、news*/
.news-list .item .box{
    padding: 0;
    transition: all .3s ease;
}
.news-list .date {
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
}
.news-list .item .name{
    color: #000;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #333;
}
.news-list .item .description{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #333;
    max-height: 60px;
}
.news-list .box:hover .description{
    color: #888;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    position: absolute;
    top: 50%;
    display: block;
    white-space: nowrap;
    text-indent: unset;
    font-size: 0;
    padding: 0; 
    margin: -30px 0 0 0;
    left: 130px;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    transition: all 0.3s ease;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
}
.banner .slick-arrow::before,
.banner_m .slick-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../../../images/layout04/common/index/arr.png) no-repeat;
    background-size: contain;
    filter: brightness(0);
    transform: scaleX(-1);
    transition: all .3s ease;
}
.banner .slick-arrow:hover:before,
.banner_m .slick-arrow:hover:before {
    filter: brightness(100);
}
.banner .slick-next::before,
.banner_m .slick-next::before{
    content: "\f105";
}
.banner .slick-next,
.banner_m .slick-next{
    left: auto;
    right: 130px;
}
.banner .slick-next::before,
.banner_m .slick-next::before {
    transform: scaleX(1);
}
.banner .slick-arrow:hover,
.banner_m .slick-arrow:hover{
    background: #000;
    border-color: #000;
}
.banner_m{
    display: none;
}
/*------------ /banner ------------*/
/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
}
.title span{
    display: block;
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #7F7F7F;
    font-family: 'Libre Baskerville', serif;
}
.title h2{
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #000;
}
/*------------ /title ------------*/
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.index_more a{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    font-size: 0;
    padding-left: 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background: transparent;
    border: 1px solid #ccc;
    transition: all .3s ease;
}
.index_more a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 13px;
    height: 13px;
    background: url(../../../images/layout04/common/index/arr.png) no-repeat;
    background-size: contain;
    filter: brightness(0);
    transition: all .3s ease;
}
.index_more a:hover:before {
    filter: brightness(100);
}
.index_more a:hover{
    background: #000;
    border-color: #000;
}
.index_more a span{
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Libre Baskerville', serif;
    transition: all .3s ease;
}
.index_more a:hover span {
    color: #fff;
}
/*------------ /more ------------*/
/*------------ sect ------------*/
.album-sect,
.about-sect,
.news-sect,
.service-sect,
.products-sect,
.article-sect,
.contact-sect,
.articles-sect {
    position: relative;
    z-index: 2;
}
/*------------ /sect ------------*/
/*------------ 輪播 ------------*/
.hot-arrow{
    position: absolute;
    width: 100%;
    top: calc(50% + 30px);
    left: 0;
    right: 0;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 31;
}
.hot-arrow .slick-arrow{
    position: absolute;
    font-size: 0;
    top: 0;
    left: -20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin: 0;
    transition: all .3s ease;
    overflow: hidden;
    cursor: pointer;
}
.hot-arrow .slick-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../../../images/layout04/common/index/arr.png) no-repeat;
    background-size: contain;
    filter: brightness(0);
    transform: scaleX(-1);
    transition: all .3s ease;
}
.hot-arrow .slick-arrow:hover:before {
    filter: brightness(100);
}
.hot-arrow .slick-next{
    right: -20px;
    left: unset;
}
.hot-arrow .slick-next::before {
    transform: scaleX(1);
}
.hot-arrow .slick-arrow:hover{
    background: #000;
    border-color: #000;
}
.news-sect .hot-arrow .slick-arrow {
    left: -100px;
}
.news-sect .hot-arrow .slick-next{
    left: unset;
    right: -100px;
}
/*------------ /輪播 ------------*/
/*------------ article_新編輯器 ------------*/
.article-sect .container{
    padding: 40px 15px;
}
/*------------ /article_新編輯器 ------------*/
/*------------ articles_文章 ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    margin-bottom: 60px;
}
.articles-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}
/*------------ /articles_文章 ------------*/
/*------------ about ------------*/
.about-sect {
    padding: 100px 0;
    background: url(../../../images/layout04/common/index/a_bg.jpg) no-repeat fixed;
    background-size: cover;
}
.about-sect::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout04/common/bg.jpg);
    mask: url(../../../images/layout04/common/index/a_bg_mask.png) center / cover no-repeat;
}
.about-sect .marquee {
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    padding: 35px 0 0;
}
.about-sect .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 100s linear infinite;
    height: 80px;
}
.about-sect .marquee .track span {
    position: relative;
    padding: 0 50px 0 0;
    line-height: 1;
    font-size: 80px;
    overflow: visible;
    white-space: nowrap;
    color: transparent;
    font-weight: 500;
    -webkit-text-stroke: 1px #aaa;
    font-family: 'Libre Baskerville', serif;
    z-index: -1;
}
@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.about-sect .row{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 720px);
    padding-left: 90px;
}
.about-sect .col.pic{
    position: relative;
    width: 100%;
    max-width: 720px;
    z-index: 1;
}
.about-sect .index_more{
    margin: 40px 0 0;
}
.about-sect .txt-box{
    display: flex;
    flex-wrap: wrap;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    text-align: justify;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ /about ------------*/
/*------------ news ------------*/
.news-sect{
    padding: 100px 0 80px;
}
.news-sect .title{
    text-align: center;
}
.news-sect .index_more{
    position: absolute;
    top: 30px;
    right: 0;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
/*n_type2*/
.news-list.type2 .item{
    border: 0;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
    border-radius: 10px;
}
.news-list.type2 .date {
    padding: 10px 0 0;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    bottom: 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    width: 130px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #ccc;
    font-family: 'Libre Baskerville', serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more{
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 .item {
    border: 0;
    padding: 0;
    margin: 10px;
}
.news-list.type3 .item .box {
    padding: 20px 30px;
    border-radius: 10px;
}
.news-list.type3 .item .box:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.news-list.type3 .date {
    color: #000;
    background: #f0f0f0;
    width: 120px;
    justify-content: center;
    transition: all 0.3s ease;
}
.news-list.type3 .box:hover .date {
    color: #fff;
    background: #000;
}
.news-list.type3 .day,
.news-list.type3 .month,
.news-list.type3 .years {
    font-family: 'Libre Baskerville', serif;
}
.news-list.type3 .box:hover .name{
    color: #000;
}
.news-list.type3 .box:hover .name{
    color: #333;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item {
    padding: 0 10px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    border: 0;
}
.news-list.type4 .pic {
    border-radius: 10px;
}
.news-list.type4 .txt {
    position: static;
    min-height: unset;
    padding: 10px 0 0;
}
.news-list.type4 .item .date,
.news-date{
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 0;
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -30px 0 15px;
    margin: 0;
    padding: 5px 0 0;
    line-height: 1;
    color: #000;
    background: #f0f0f0;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 10px;
    font-size: 25px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -25px;
}
.news-list.type4 .name {
    line-height: 28px;
    height: 28px;
    max-height: 28px;
    min-height: 28px;
    -webkit-line-clamp: 1;
    margin: 0;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
/*/n_type4*/
/*n_少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.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;
}
.news-list.onlyitem-list .item .box .description{
    display: block;
    display: -webkit-box;
}
.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;
    top: 25px;
    left: 25px;
}
.news-list.onlyitem-list .item .box .name {
    margin: 0 0 10px;
}
/*/n_少量排版*/
/*------------ /news ------------*/
/*------------ products ------------*/
.products-sect{
    padding: 120px 0 70px;
}
.products-sect .title {
    text-align: center;
}
.products-sect .index_more{
    margin-left: auto;
    margin-right: calc((100% - 1300px) / 2);
    position: absolute;
    top: 30px;
    right: 0;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    visibility: hidden;
}
.products-list.slick-initialized {
    visibility: visible;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*p_type1*/
.products-sect.type1 .hot-arrow .slick-arrow {
    left: -100px;
}
.products-sect.type1 .hot-arrow .slick-next {
    right: -100px;
    left: unset;
}
.products-list.type1 {
    margin: 0;
}
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: normal;
    line-height: 1.5;
}
.products-list.for-cart.type1 .offers,
.products-list.for-cart.type1 .box:hover .offers {
    font-weight: 500;
}
/*/p_type1*/
/*p_type2*/
.products-sect.type2:not(.mm-list, .oo-list) .container {
    max-width: unset;
    padding: 0;
}
.products-sect.type2:not(.mm-list, .oo-list) .products-box {
    position: relative;
}
.products-sect.type2:not(.mm-list, .oo-list) .products-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 15.6%;
    height: 100%;
    background: #fff;
    background: linear-gradient(to left, rgba(255 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 100%);
    transform: translateY(-50%);
    z-index: 1;
}
.products-sect.type2:not(.mm-list, .oo-list) .products-box::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 15.6%;
    height: 100%;
    background: #fff;
    background: linear-gradient(to right, rgba(255 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 100%);
    transform: translateY(-50%);
    z-index: 1;
    visibility: visible;
}
.products-sect.type2 .slick-list {
    padding: 0 16.3% !important
}
.products-list.type2 {
    margin: 0 -10px;
}
.products-list.type2 .item {
    padding: 0 10px;
    margin-bottom: 40px;
}
.products-list.type2 .mask .pic:before {
    display: none;
}
.products-list.type2 .box {
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.products-list.type2 .box .pic {
    border-radius: 10px 10px 0 0;
}
.products-list.type2 .box .p_btn{
    position: relative;
    display: block;
    text-align: left;
    margin: 20px 0 0;
    padding: 10px 20px;
    letter-spacing: 0.5px;
    color: #000;
    background: transparent;
    border: 1px solid #ccc;
    transition: all .3s ease;
    font-family: 'Libre Baskerville', 'Noto Serif TC', serif;
    display: none;
}
.products-list.type2 .box:hover .p_btn {
    color: #fff;
    background: #000;
    border-color: #000;
}
.products-list.type2 .box .p_btn::before {
    content: "\c01";
    font-family: 'icon-font' !important;
    position: absolute;
    font-size: 15px;
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: all .3s ease;
}
.products-list.type2 .box:hover .p_btn::before{
    color: #fff;
}
/*/p_type2*/
/*p_少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .box .pic {
    border-radius: 10px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% - 300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*/p_少量排版*/
/*------------ /products ------------*/
/*------------ service ------------*/
.service-sect{
    padding: 100px 0 100px;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    z-index: 3;
}
.service-sect .title {
    text-align: center;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .index_more{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 100px 0 -120px;
}
.service-box .index_more a {
    background: #fff;
}
.service-box .index_more a:hover {
    background: #000;
}
/*------------ /service ------------*/
/*------------ album ------------*/
.album-sect{
    padding: 0;
}
.album-sect .title{
    display: none;
}
.album-sect .index_more{
    display: none;
}
.album-sect .container{
    max-width: 100%;
    padding: 0;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .slick-list{
    flex: 1 1 auto;
}
.album-list .box .name{
    color: #fff;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
/*al_type1*/
.album-list.type1 {
    margin: 0 auto;
}
.album-list.type1 .item {
    padding: 0;
    margin: 0;
    border: 0;
}
.album-list.type1:not(.masonry-list) .item .namebox{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 50;
    opacity: 0;
}
.album-list.type1:not(.masonry-list) .item .namebox .name{
    margin: 10px 0;
    padding: 0 10px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 28px;
    color: #000;
    height: 28px;
    -webkit-line-clamp: 1;
}
.album-list.type1:not(.masonry-list) .item:hover .box .namebox{
    opacity: 1
}
.album-list.type1:not(.masonry-list) .item .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    transition: all .3s ease;
    z-index: 5;
}
.album-list.type1:not(.masonry-list).active .item .pic:before{
    opacity: 1;
}
.album-list.type1:not(.masonry-list).active .box:hover .cover,
.album-list.type1:not(.masonry-list).active .box:hover .pic:before{
    opacity: 0;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s ease;
}
/*/al_type2*/
/*al_瀑布流*/
.masonry-album-sect{
    padding: 140px 0;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.masonry-album-sect .title {
    display: block;
    text-align: center;
}
.masonry-album-sect .container{
    display: block;
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .pic {
    border-radius: 10px;
}
.masonry-list .item .namebox .name{
    margin: 10px 0 0;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.masonry-list .box:hover .namebox .name {
    color: #333;
}
/*/al_瀑布流*/
/*al_少量排版*/
.album-sect.onlyitem-sect {
    padding: 140px 0;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.album-sect.onlyitem-sect .title {
    display: block;
    text-align: center;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list .item .namebox{
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 0;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .pic {
    border-radius: 10px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 10px 0 0;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.onlyitem-sect .album-list .box:hover .namebox .name {
    color: #333;
}
/*/al_少量排版*/
/*----------- album-sect --------------*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
.masonry-list .item:nth-child(n){
    clear: none!important;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1500px){
    .banner .slick-arrow,
    .banner_m .slick-arrow {
        left: 30px;
    }
    .banner .slick-next,
    .banner_m .slick-next {
        left: auto;
        right: 30px;
    }
}
@media screen and (max-width: 1280px){
    .products-sect .index_more {
        margin-right: calc((100% - 1300px + 30px) / 2);
    }
    .products-sect.type2 .slick-list {
        padding: 0 !important
    }
    .products-sect.type2:not(.mm-list, .oo-list) .products-box::before,
    .products-sect.type2:not(.mm-list, .oo-list) .products-box::after {
        display: none;
    }
    .products-sect.type2:not(.mm-list, .oo-list) .products-box {
        padding: 0 15px;
    }
    .about-sect .col.txt {
        padding-left: 50px;
    }
    .news-sect .hot-arrow .slick-arrow {
        left: -20px;
    }
    .news-sect .hot-arrow .slick-next{
        left: unset;
        right: -20px;
    }
}
@media screen and (max-width: 1200px){
    /*p_少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*/p_少量排版*/
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .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 span {
        font-size: 14px;
    }
    .title h2{
        font-size: 32px;
    }
    .title{
        margin: 0 0 30px;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .hot-arrow {
        top: calc(50% + -28px);
    }
    .hot-arrow .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: 0;
    }
    .hot-arrow .slick-next {
        right: 0;
        left: unset;
    }
    .hot-arrow .slick-arrow::before {
        margin-top: -6.5px;
        margin-left: -6.5px;
        width: 13px;
        height: 13px;
    }
    .products-sect{
        padding: 50px 0 0;
    }
    .products-box{
        padding: 0;
    }
    .products-sect .index_more {
        position: relative;
        top: unset;
        right: unset;
        margin: 0 auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .products-list.type2 .name {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .about-sect{
        padding: 50px 0;
        background-attachment: unset;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .col.txt{
        padding: 0;
        margin: 0 0 50px;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
    }
    .about-sect .index_more{
        margin: 30px 0 0;
        display: flex;
        justify-content: center;
    }
    .about-sect .marquee {
        height: 50px;
        line-height: 50px;
        padding: 15px 0 0;
    }
    .about-sect .marquee .track {
        height: 50px;
    }
    .about-sect .marquee .track span {
        padding: 0 25px 0 0;
        font-size: 50px;
    }
    .articles-sect{
        padding: 50px 0;
    }
    .news-sect{
        padding: 50px 0;
    }
    .news-sect .hot-arrow {
        top: 50%;
    }
    .news-sect .hot-arrow .slick-arrow {
        left: 0;
    }
    .news-sect .hot-arrow .slick-next{
        left: unset;
        right: 0;
    }
    .news-sect .index_more {
        position: relative;
        top: unset;
        right: unset;
        margin: 30px auto 0;
        display: flex;
        justify-content: center;
    }
    .news-list.type3 .item .box,
    .news-list.type3 .item .box:hover {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    }
    .service-sect{
        padding: 50px 0;
        margin: 0;
    }
    .service-sect .editor{
        width: 100%;
        float: none;
    }
    .service-box > .flex{
        display: block;
    }
    .service-box .index_more {
        margin: 0 auto;
    }
    .album-sect{
        padding: 0;
    }
    .album-sect .container{
        display: block;
        padding: 0;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-list.type1:not(.masonry-list) .item .namebox .name {
        font-size: 16px;
    }
    .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){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .products-list.type2 .name {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .news-list.type3 .name {
        margin: 20px 0 15px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}