@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index、products*/
.products-list.type2{
    margin: 0 -8.5px;
}
.products-list.type2 .item {
    padding: 0 8.5px;
    margin-bottom: 45px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .name{
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #A1A1A1;
    transition: all .3s ease;
}
.products-list .box:hover .name{
    color: #00A0E9;
}
.products-list .description{
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #777777;
}
.products-list .pic:before{
    background: rgba(255,255,255,.66);
    display: none;
}
.products-list.type2 .txt {
    padding: 12px 10px;
}
.products-list.type2 .name{
    font-size: 17px;
    line-height: 1.3;
    max-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: auto;
    margin: 0 0px;
}
.products-list.type2 .description{
    display: none;
}
.products-list .offers{
    color: #FFF;
}
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    box-sizing: border-box;
    width: 57px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 450;
    color: #fff;
    background: #00A0E9;
    font-family: "Zilla Slab", serif;
    padding: 0 5px;
    border-radius: 0 30px 30px 0;
    text-align: left;
    top: 20px;
    left: 0px;
    z-index: 10;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #00A0E9;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #00A0E9;
}
.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.type2 .name {
        font-size: 16px;
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list.type2 .item{
        padding: 0 5px;
    }
    .products-list .box.new:before{
        width: 48px;
        height: 23px;
        line-height: 23px;
        font-size: 15px;
        top: 15px;
    }
}
/*!列表通用 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: #3e53e6;
}
.album-list .item .namebox{
    padding: 13.5px 15px;
    background: #233169;
    position: relative;
}
.album-list.type1 .item .name{
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
    height: auto;
    -webkit-line-clamp:1;
}
.album-list .item .name{
    color: #666;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: normal;
    color: #A1A1A1;
    transition: all .3s ease;
}
.album-list .item .box:hover .name{
    color: #22B7FF;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../../images/layout03/common/album/hover.png') 50% 50% no-repeat rgba(0,0,0,0.4);
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.album-list .box:hover .pic:before{
    opacity: 1;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
/*!瀑布流*/
/*!列表通用 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: #FFFFFF;
}
.masonry-list.album-list.type1 .item .box:hover .name, .masonry-list.album-list.type3 .item .box:hover .name{
    color: #009FE9;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list.type3:before{
    background: #1b2143;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .3s ease;
    top: 0;
    padding: 0px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4{
    margin: 0 auto;
}
.news-list.type4 .item{
    padding: 0 8px;
}
.news-list.type4 .item .box{
    border:none;
    overflow: hidden;
}
.news-list.type4 .item .box::before{
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 246px 246px;
    border-color: transparent transparent #009FE9 transparent;
    transition: all .3s ease;
    opacity: 1;
}
.news-list.type4 .item .box:hover:before{
    opacity: 0;
}
.news-list.type4 .item .box::after{
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 246px;
    height: 246px;
    background: #233169;
    transition: all .3s ease;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: visible;
    z-index: -1;
}
.news-list.type4 .item .box:hover::after{
    opacity: 1;
}
.news-list.type4 .pic {
    margin-right: 16px;
}
.news-list.type4 .txt{
    margin-top: 16px;
    box-sizing: border-box;
    padding: 16px 16px 16px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .txt{
    background: #233169;
    border: 1px solid #233169;
}
.news-list .item .name{
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    color: #333333;
    transition: all .3s ease;
}
.news-list .item .box:hover .name{
    color: #00A0E9;
}
.news-list .item .description {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #777777;
}
.news-list.type4 .item .description{
    max-height: inherit;
    height: auto;
    -webkit-line-clamp: 2;
    line-height: 1.4;
}
.news-list.type4 .item .name{
    font-size: 17px;
    height: auto;
    color: #333333;
    margin: 0;
}
.news-list.type4 .item .name::after{
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 1px ;
    background: #A5B8C7;
    margin: 14px 0 ;
}
.news-list.type4 .item .box:hover .name,
.news-list.type4 .item .box:hover .description{
    color: #FFFFFF;
}
.news-list .date{
    font-family: "Zilla Slab", serif !important;
    font-weight: normal !important;
}
.news-list.type4 .item .date,
.news-date{
    color: #009FE9;
    font-family: "Zilla Slab", serif !important;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-weight: normal;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.1;
    width: inherit;
    height: inherit;
    background: transparent;
    margin: 0 0 7px;
    padding: 0;
    border-radius: 0;
}
.news-list.type4 .item .date .day,
.news-list.type4 .item .date .month,
.news-list.type4 .item .date .years{
    display: block;
    width: fit-content;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.1;
}
.news-list.type4 .item .date .month::before,
.news-list.type4 .item .date .month::after{
    content: '.';
}
.news-list.type4 .item .date .years{
    order: 1;
}
.news-list.type4 .item .date .month{
    order: 2;
}
.news-list.type4 .item .date .day{
    order: 3;
}
.news-list.type2 .name {
    margin: 10px 0 5px;
}
.news-list .btn.more{
    z-index: 5;
    overflow: hidden;
    color: #fff;
    background: #233169;
    bottom: 10px;
    font-family: "Zilla Slab", serif !important;
    font-weight: normal !important;
    border-radius: 30px;
}
.news-list .box:hover .btn.more {
    background: #00A0E9;
    color: #FFFFFF;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .item {
    border-left: solid #DDDDDD 1px;
}
@media screen and (max-width:1000px) {
    .news-list.type4 .item{
        padding: 0 5px;
    }
    .news-list.type4 .pic{
        margin-right: 8.5px;
    }
    .news-list.type4 .txt{
        margin-top: 8.5px;
        padding: 8.5px;
    }
    .news-list.type4 .item .name{
        font-size: 16px;
    }
    .news-list.type4 .item .date .day, .news-list.type4 .item .date .month, .news-list.type4 .item .date .years{
        font-size: 14px;
    }
    .news-list.type4 .item .name::after {
        width: 18px;
        height: 1px;
        margin: 8.5px 0;
    }
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m {
    position: relative;
    height: auto!important;
}
.banner img,
.banner_m img{
    position: relative;
    max-width: 100%;
    height: auto;
    width:100%;
    opacity:.5;
    animation-duration: 3s;
    transition: all 1s ease;
    margin: auto;
}
/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomOutImage {
    from {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.zoomOutImage {
    animation-name: zoomOutImage;
}

.banner .slider:before,
.banner_m .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 .banner-slider-control,
.banner_m .banner-slider-control{
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 15px;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: transparent;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-arrow::before,
.banner_m .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-top: 1px solid #767676;
    border-right: 1px solid #767676;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 12.5px;
    transition: all 0.3s ease;
}
.banner .slick-next::before,
.banner_m .slick-next::before{
    transform: rotate(45deg);
    margin-left: -13px;
}
.banner .slick-prev,
.banner_m .slick-prev{
    margin-right: 10px;
}
.banner .slick-next,
.banner_m .slick-next{
    margin-left: 10px;
}
.banner .slick-arrow:hover::before,
.banner_m .slick-arrow:hover::before{
    border-color: #fff;
}


.banner .banner-slider-dots,
.banner_m .banner-slider-dots{
    position: absolute;
    bottom: 0%;
    left: 2.5%;
    right: unset;
    z-index: 10;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    vertical-align: middle;
    margin: 0 6px;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    width: 6px;
    height: 6px;
    border: 0;
    color: transparent;
    background: transparent;
    border: 1px solid rgb(255,255,255,.5);
    cursor: pointer;
    border-radius: 100%;
    padding:0;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    background: #00A0E9;
    border-color: #00A0E9;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 30px;
}
.title h2{
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.12em;
    line-height: 1.4;
    color: #212121;
    margin: 0;
}
.title span{
    position: relative;
    display: inline-block;
    font-size: 75px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1;
    font-family: "Zilla Slab", serif;
    color: #009FE9;
}
.title span > span{
    color: #213167;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 158px;
    height: 42px;
    line-height: 42px;
    background: #FFFFFF;
    color: #A0A0A0;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 450;
    letter-spacing: 0.1em;
    font-family: "Zilla Slab", serif;
    transition: all .3s ease;
    margin: 0;
    z-index: 10;
}
.index_more:hover{
    background: #00A0E9;
    color: #FFFFFF;
}
.index_more a{
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.index_more a span{
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 450;
    letter-spacing: 0.1em;
}
.index_more::before{
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../../images/layout03/common/index/more_ic.png ) 50% 50%  no-repeat;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto 0;
    transition: all .3s ease;
}
.index_more:hover:before{
    background: url(../../../images/layout03/common/index/more_ic_.png ) 50% 50%  no-repeat;
}
/*輪播*/
.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,
.news-sect .slick-dots li,
.album-sect .slick-dots li{
    padding: 0 5px;
}
.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: #CCCCCC;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    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 {
    background: #00A0E9;
}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner,.banner_m{
    position: relative;
    z-index: 2;
}
.products-box{
    margin:  0 0px;
}
.products-list.type2,
.news-list.type2{
    margin: 0 auto;
}
.news-list.type3 .item{
    padding:0 10px;
}
.news-list.type3{
    margin:  0 0px;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 0px 15px;
}

.article-sect .html1_bg{
    position: relative;
    width: 100%;
    height: 480px !important;
    background: url(../../../images/layout03/common/index/html1_bg.jpg ) 50% 50%  no-repeat;
    background-size: cover;
    object-fit: cover;
    background-attachment: fixed;
    font-size: 0;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 306px 0 55px;
}
.about-sect::before{
    content: '';
    display: block;
    position: absolute;
    background: #FFFFFF;
    top: 186px;
    bottom: 0px;
    left: 7.2%;
    right: 7.2%;
    margin: 0 auto;
    z-index: -1;
    border-radius: 20px 20px 0 0;
}
.about-sect::after{
    content: '';
    display: block;
    position: absolute;
    left: 66.5%;
    width: 33.5%;
    background: #233169;
    top: 0;
    bottom: 24px;
    z-index: -1;
}
.about-sect .container{
    position: relative;
}
.about-sect .row{
    position: relative;
    display: flex;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    float: right;
    max-width: 398px;
}
.about-sect .title{
    position: relative;
    text-align: left;
    margin: 0 0 -5px;
}
.about-sect .title span{
    font-size: 25px;
    line-height: 1.65;
}
.about-sect .col.pic{
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 75.4%;
    max-height: 527px;
    height: auto;
    right:-12.7%;
    bottom: -10%;
    background-size: cover;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px 20px 0 20px;
}

.about-sect .index_more{
    position: relative;
    background: #F6F6F6;
    margin: 56px 0 0;
}
.about-sect .index_more:hover{
    background: #00A0E9;
    color: #FFFFFF;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor h4{
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #535353;
    margin: 0 0 25px;
}
.about-sect .txt-box .index-about-editor .editor h4 > span{
    color: #009FE9;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #666666;
    line-height: 1.8;
    height: 133px;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 55px 0 55px;
    z-index: 10;
}
.products-sect::before {
    content: '';
    display: block;
    position: absolute;
    background: #FFFFFF;
    top: 0px;
    bottom: 0px;
    left: 7.2%;
    right: 7.2%;
    margin: 0 auto;
    z-index: -1;
}
.products-sect .title{
    position: relative;
    display: flex;
    align-items: baseline;
    margin-left: 15px;
}
.products-sect .title h2{
    margin-left: 18px;
}
.products-sect .title span{
    position: relative;
}
.products-sect .title span::before{
    content: '';
    position: absolute;
    display: block;
    top: 13.5px;
    bottom: 0;
    margin: auto 0;
    left: 85px;
    width: 14px;
    height: 26px;
    background: url(../../../images/layout03/common/index/p_titic.png ) 50% 50%  no-repeat;
    background-size: contain;
}
.products-sect .title span > span::before{
    display: none;
}
.products-sect .index_more{
    position: absolute;
    background: #F6F6F6;
    right: 20px;
    top: 35px;
}
.products-sect .index_more:hover{
    background: #00A0E9;
    color: #FFFFFF;
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 5px;
}

/*產品介紹 少量排版*/
.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{
    position: relative;
    background: #EAEDF0;
    padding: 400px 0 68px;
}
.service-sect::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 506px;
    top: 0;
    background: url(../../../images/layout03/common/index/s_bg.jpg) 50% 50%  no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}
.service-sect .title{
    position: relative;
    box-sizing: border-box;
    left: 53.1%;
    width: 46.9%;
    text-align: left;
    margin: 0 0 64px;
    padding-left: 5.6%;
}
.service-sect .title h2{
    color: #FFFFFF;
}
.service-sect .title span {
    font-size: 25px;
    line-height: 1.65;
}
.service-sect .service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .service-box{
    position: relative;
    padding: 0;
}
.service-sect .service-box .s_pic{
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 53.1%;
    max-height: 532px;
    height: auto;
    left: 0;
    top: -192px;
    background-size: cover;
    overflow: hidden;
    border-radius: 20px;
}
.service-sect .editor{
    position: relative;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #666666;
    line-height: 1.8;
}
.service-sect .index_more{
    position: relative;
    background: #233169;
    color: #FFFFFF;
    margin: 65px auto 0;
}
.service-sect .index_more:hover{
    background: #00A0E9;
    color: #FFFFFF;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 30px 0;
}
.articles-sect .index_more{
    position: absolute;
    right: 15px;
    top: 12px;
}
.articles-sect .title{
    position: relative;
}
/*------------ news ------------*/
.news-sect{
    position: relative;
    padding: 46px 0 80px;
}
.news-sect .title{
    position: relative;
    display: flex;
    align-items: baseline;
    margin-left: 15px;
}
.news-sect .title h2{
    margin-left: 18px;
}
.news-sect .index_more{
    position: absolute;
    right: 15px;
    top: 35px;
}
.news-sect .news-list:not(.masonry-list) .item{
    margin-bottom: 5px;
}
.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;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    display: flex    ;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.1;
    width: inherit;
    height: inherit;
    background: transparent;
    margin: 0 0 7px;
    padding: 0;
    border-radius: 0;
    width: fit-content;
}
/*!少量排版*/
/*------------ album ------------*/
.album-sect{
    position: relative;
    padding: 88px 0 46px;
}
.album-sect .index_more{
    position: absolute;
    right: 15px;
    top: 78px;
}
.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 {
    margin: 0 auto;
}
.album-list.type1 .item{
    margin-bottom: 0;
    padding: 0 8px;
    border:none;
}

.album-sect .album-list .item:nth-child(n){
    clear: none;
}
/*瀑布流*/
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 auto;
}
.masonry-list .item .namebox{
    color: #FFFFFF;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 0px 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: #233169;
    padding: 30px 0 50px 0;
}
.contact-title{
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 4px;
    margin: 0 0 10px;
    text-align: left;
}
.contact-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-top: 3px solid #00A0E9;
    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: #00A0E9;
    font-family: "Zilla Slab", serif;
    font-size: 25px;
    font-weight: normal;
    margin-right: 5px;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1680px){
    .about-sect::before,
    .products-sect::before{
        left: 30px;
        right: 30px;
    }
    .about-sect::after {
        left: 68.5%;
        width: 31.5%;
    }
    .about-sect .col.pic{
        width: 65.5%;
        right: -32px;
    }
}
@media screen and (max-width: 1440px){
    .about-sect::before, .products-sect::before{
        left: 15px;
        right: 15px;
    }
    .about-sect .col.txt{
        left: 30px;
    }
    .about-sect .col.pic {
        width: 60%;
        right: 0;
    }
    .products-sect .container{
        padding: 0 30px;
    }
    .service-sect .service-box .s_pic{
        left: 15px;
        width: 50%;
    }
    .service-sect .service-box{
        box-sizing: border-box;
        padding: 0 15px;
    }
    .products-sect .index_more{
        right: 35px;
    }
}
@media screen and (max-width: 1280px){
    .about-sect {
        padding: 204px 0 36px;
    }
    .products-sect {
        padding: 36px 0 36px;
    }
    .service-sect {
        padding: 220px 0 45px;
    }
    .article-sect .html1_bg {
        height: 320px !important;
    }
    .album-sect {
        padding: 58px 0 30px;
    }
    .news-sect {
        padding: 30px 0 52px;
    }

    .about-sect::before{
        top: 124px;
    }
    .about-sect .col.txt {
        left: 15px;
    }
    .about-sect .col.pic{
        width: 55%;
        bottom: -3.6%;
    }
    .about-sect .index_more {
        margin: 36px 0 0;
    }
    .service-sect::before{
        height: 337px;
    }
    .service-sect .service-box .s_pic{
        top: -64px;
        width: 48%;
    }
    .service-sect .title{
        left: 52%;
        width: 48%;
        padding: 0;
    }
    .service-sect .index_more{
        margin: 42px auto 0;
    }
    .banner .banner-slider-dots, .banner_m .banner-slider-dots{
        left: 0px;
    }
}
@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){
    .index_more{
        width: 134px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    .index_more a span {
        padding-left: 24px;
        font-size: 15px;
}
    .title h2{
        font-size: 25px;
    }
    .title span,
    .about-sect .title span,
    .service-sect .title span{
        font-size: 40px;
        line-height: 1;
    }
    .products-sect .title,
    .album-sect .title,
    .news-sect .title{
        align-items: center;
        flex-direction: column;
        margin: 0 auto 5px;
    }
    .products-sect .title span::before{
        width: 7px;
        height: 13px;
        top: 7.5px;
        left: 46px;
    }
    .products-sect .title h2,
    .album-sect .title h2,
    .news-sect .title h2{
        margin: 0 auto;
    }
    .about-sect {
        padding: 100px 0 24px;
    }
    .products-sect {
        padding: 24px 0 60px;
    }
    .service-sect {
        padding: 60px 0 60px;
    }
    .article-sect .html1_bg {
        height: 210px !important;
        background-attachment: inherit;
    }
    .album-sect {
        padding: 52px 0 24px;
    }
    .news-sect {
        padding: 24px 0 52px;
    }
    .about-sect::before {
        top: 60px;
    }
    .about-sect::after {
        left: 90%;
        width: 10%;
        display: none;
    }
    .about-sect .row{
        flex-direction: column;
    }
    .about-sect .col.pic{
        position: relative;
        float: none;
        width: 100%;
        max-width: 604px;
        left: inherit;
        right: inherit;
        height: auto;
        max-height:inherit;
        margin: 0 auto;
        bottom: 0;
    }
    .about-sect .col.pic img{
        transform: inherit !important;
    }
    .about-sect .col.txt{
        position: relative;
        float: none;
        width: 100%;
        max-width: 604px;
        left: inherit;
        margin: 0 auto;
    }
    .about-sect .title{
        text-align: center;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        text-align: center;
        max-width: 420px;
        font-size: 14px;
        -webkit-line-clamp:inherit;
        letter-spacing: 0.03em;
        height: auto;
        margin: 0 auto;
    }
    .about-sect .index_more{
        margin: 28px auto 36px;
    }
    .index-about-editor{
        text-align: center;
    }
    .about-sect .txt-box{
        padding: 0;
    }

    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .products-list.type2:not(.masonry-list) .item,
    .news-sect .news-list:not(.masonry-list) .item{
        margin: 0;
    }
    .products-box{
        padding: 0px 0;
    }
    .service-sect .service-box{
        padding: 0;
    }
    .service-sect::before {
        height: 224px;
        background-attachment: inherit;
        background-size: cover;
    }
    .service-sect .service-box .s_pic{
        position: relative;
        width: 100%;
        max-width: 604px;
        left: 0;
        right: 0;
        margin: 0 auto 24px;
        top: inherit;
    }
    .service-sect .title{
        left: 0;
        right: inherit;
        width: 100%;
        max-width: 604px;
        text-align: center;
        margin: 0 auto 15px;
    }
    .service-sect .title h2{
        color:  #212121;
    }
    .service-box{
        box-sizing: border-box;
        padding: 0;
    }
    .service-sect .editor {
        font-size: 14px;
        letter-spacing: 0.03em;
    }
    .service-sect .index_more {
        margin: 20px auto 0;
    }
    .album-list.type1 .item{
        padding: 0 5px;
    }
    .album-list.type1 .item .name{
        font-size: 16px;
    }
    .banner .banner-slider-control,
    .banner_m .banner-slider-control{
        top: 0;
        bottom: 0;
        margin: auto 0px;
        height: fit-content;
    }
    .banner .slick-dots li, .banner_m .slick-dots li{
        margin: 0 4px;
    }
    .banner .banner-slider-dots, .banner_m .banner-slider-dots {
        left: 0px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: auto;
        height: fit-content;
    }
    .banner .slick-dots li button, .banner_m .slick-dots li button{
        width: 5px;
        height: 5px;
    }
    .banner:before,
    .banner_m:before{
        display: none;
    }
    .banner .slick-arrow,
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }

    .products-sect .index_more{
        position: relative;
        left: 0;
        right: 0;
        margin: 10px auto 0;
        top: inherit;
    }
    .news-sect .index_more,
    .album-sect .index_more{
        position: relative;
        left: 0;
        right: 0;
        margin: 25px auto 0;
        top: inherit;
    }
    .products-list,
    .news-list,
    .album-list{
        display: flex;
        flex-direction: column-reverse;
    }
    .products-sect .slick-dots, .news-sect .slick-dots, .album-sect .slick-dots {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .products-sect .slick-dots li button, .news-sect .slick-dots li button, .album-sect .slick-dots li button{
        width: 6px;
        height: 6px;
    }
    .products-sect .slick-dots li, .news-sect .slick-dots li, .album-sect .slick-dots li{
        padding: 0 4px;
    }
    .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;
    }
    .about-sect .row{
        box-sizing: border-box;
        padding: 0 15px;
    }
    .news-list.type2 .txt {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}
@media screen and (max-width: 450px){
    .news-list.type4 .item .box::before{
        border-width: 0 0 312px 312px;
    }
    .news-list.type4 .item .box::after{
        width: 312px;
        height: 312px;
    }
}
