@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
body {
    
}
.banner:after{
    display: none;
}
.site-main{
    background: transparent;
}
/*----- more -----*/
.index_more {
    display: block;
    margin-top: 30px;
}
.news-sect .index_more {
    position: absolute;
    right: 15px;
    top: calc(0% + 12px);
}
.about-sect .index_more {
    position: absolute;
    right: 0;
    top: calc(100% + 0px);
}
.products-sect .index_more{
    margin: 10px auto 0;
    width: fit-content;
}
.service-sect .index_more {
    position: absolute;
    right: 0;
    top: calc(0% + 12px);
}
.album-sect .index_more{
    position: absolute;
    left: 15px;
    bottom: 24px;
}
.index_more a {
    width: 170px;
    height: 55px;
    font-weight: 600;
    border: 3px solid #309AC1;
    color: #309AC1;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-family: 'Rubik', sans-serif;
    box-sizing: border-box;
    transition: all .5s;
}
.service-sect .index_more a,
.about-sect .index_more a{
    border: 3px solid #fff;
    color: #fff;
}
.index_more a:hover {
    color: #fff
}
.service-sect .index_more a:hover,
.about-sect .index_more a:hover {
    color: #309AC1
}
.index_more a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #309AC1;
    z-index: -1;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.service-sect .index_more a:before,
.about-sect .index_more a:before{
    background: #fff;
}
.index_more a:hover:before {
    right: inherit;
    left: 0;
    width: 100%;
}

/*------------ article ------------*/

.article-list .item .box {
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    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 .box:hover .name {
    color: #17a98a;
    text-decoration: underline;
}

.type5 .keyword_box {
    color: #F2856C;
}

.type5 .article-list .pic .mask {
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'Rubik', 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 {
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    background: #29A38A;
}

.article-date {
    margin: auto;
}

.article-box .article-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    background: #3D9E70;
    color: #fff;
    position: relative;
}

.article-box .article-list .btn.more:hover {
    background: #A7B450;
    color: #fff;
}

.type2 .article-list .date, .type3 .article-list .date, .type4 .article-list .date:before {
    color: #b5c356;
    border-color: #b5c356;
}

/*------------ 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;
    color: #F2856C;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}

.type5 .keyword_box.detail ul {
    white-space: normal;
    overflow: inherit;
}

.type5 .keyword li a:hover {
    text-decoration: underline;
    color: #999;
}

/*!列表通用 index article*/

/*列表通用 index、products*/

.products-list.type2 .pic:before {
    background: none;
    border: 1px solid #005DAD;
}

.products-list.type2 .item {
    margin-bottom: 30px;
}

.products-list.type2>.item>.box {
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list.type2 .txt{
    padding: 8px;
}
.products-list .box .name, .products-list.type2 .name {
    color: #111;
    -webkit-line-clamp: 1;
    margin: 0px 0 4px;
}
.products-list.type1 .name{
    margin: 0 45px;
    -webkit-line-clamp: 2;
}
.products-list .box:hover .name {
    color: #309AC1;
}

.products-list.type2 .description, .products-list .description {
    color: #545454;
    -webkit-line-clamp: 1;
}

.products-list .box:hover .description {
     
}

.products-list .box.new:before {
    content: 'NEW';
    display: block;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-align: center;
    color: #fff;
    font-size: 15px;
    width: 50px;
    height: 25px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #073F73;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.products-list .box img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

.products-list .box .more {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Rubik';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}

.products-list .mask .more {
    display: block;
}

@media screen and (max-width: 1000px) {
    /*列表通用 index、products*/
    .products-list .box .more {
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .products-list.masonry-list.products-list .item .box {
        margin-bottom: 0px;
    }
    /*!列表通用 index、products*/
}

/*!列表通用 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: #31CAA4;
}

.album-list .item .name {
    color: #29A38A;
}

.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.type1 .item .name, .masonry-list.album-list.type3 .item .name {
    /*padding-right: 60px;*/
    position: relative;
}

/*!瀑布流*/

/*!列表通用 index、album*/

.album-list.type1 .item .box .more {
    display: none;
}

.album-list .item .name {
    color: #fff;
}

.masonry-list.album-list.type2 .item .box:hover .namebox:after {
    display: none;
}

.masonry-list.album-list.type4 .item .namebox:after {
    display: none;
}

.container .masonry-list.album-list .item .name {
    color: #111;
}

.container .masonry-list.album-list .item .box:hover .name {
    color: #309AC1;
}

.container .masonry-list.album-list .item .box {
    margin-bottom: 20px;
}

.container .masonry-list.album-list.type2 .item .box {
    margin-bottom: 0;
}

.container .masonry-list.album-list .item .namebox {
    position: static;
    background: none;
    opacity: 1;
}

.masonry-list.album-list.type3 .item, .masonry-list.album-list.type1 .item {
    padding: 0 15px!important;
}

.album-list.type2 .box:hover .pic:after {
    top: calc(50% - 16px);
}

/*列表通用 index、news*/

.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.news-list .btn.more {
    background: #309AC1;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    border-radius: 0;
}

.news-list .box:hover .btn.more {
    background: #073F73;
    color: #FFF;
}

.news-list.type3 .date {
    color: #309AC1;
}

.news-list.type4 .box {
    background: #FFF;
}

.news-list.type4 .txt {
    /*box-shadow: inset 0px 0px 0px 1px #D3D3D3;*/
    transition: all .3s ease;
}
.news-list.type4.onlyitem-list .txt{
    box-shadow: inset 0px 0px 0px 1px #D3D3D3;
}

.news-list.type4 .txt {
    border-radius: 0;
    position: static;
    padding: 8px;
}

.news-list.type4 .box:hover .txt {
    
}

.news-list.type4 .item .pic {
    z-index: 1;
}

.news-list.type4 .pic:before, .news-list.type2 .pic:before {
    content: "";
    background: url(../../../images/layout01-3/common/news/hover.png) 50% 60% no-repeat rgba(204, 204, 204, 0.83);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.news-list.type4 .box:hover .pic:before, .news-list.type2 .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 0;
}

.news-list.type4 .item .box {
    transition: all .2s;
    border: none;
    position: relative;
}

.news-list .item .box {
    transition: all .2s;
    top: 0;
}

.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list.type4 .item .date, .news-date {
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    background: #073F73;
    transition: all .3s ease;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 16px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .box:hover .date {
    background: #309AC1;
}

.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
}
.news-list .date {
    font-family: 'Rubik', sans-serif;
}
.news-list.type2 .pic {
    margin-bottom: 0;
}

.news-list .item .name {
    color: #333;
    margin-bottom: 4px;
}
.news-list.type4 .name{
    -webkit-line-clamp: 1;
    height: auto;
}
.news-list .box:hover .name {
    color: #309AC1;
}

.news-list .item .description {
    color: #545454;
}
.news-list.type4 .description{
    -webkit-line-clamp: 1;
    height: auto;
}
.news-list .item .box:hover .description {

}
.news-list .txt{
    min-height: inherit;
}
/*!列表通用 index、news*/

/*------------ banner ------------*/
.banner {
    position: relative;
    height: auto!important;
}
/* .banner:before{
    content: '';
    display: block;
    background: url(../../../images/layout01-3/common/banner_bg.png) no-repeat;
    position: absolute;
    bottom: -56px;
    left: calc(50% - 960px);
    right: 0;
    width: 1920px;
    height: 220px;
} */
.banner .slider {
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner * {
    height: 100%;
}
.banner .slick-prev,
.banner .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-indent: 101%;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    background:transparent;
    border: 3px solid #309AC1;
    width: 35px;
    height: 70px;
    margin-top: 0;
    position: absolute;
    z-index:1;
    top: calc(50% - 35px);
    cursor: pointer;
    box-sizing: border-box;
    transition: all .5s;
}
.banner .slick-arrow::before {
    content: '';
    border: 1px solid #309AC1;
    border-width: 2px 2px 0 0;
    width: 6px;
    height: 6px;
    transform: rotate(225deg);
    position: relative;
    left: 2px;
}
.banner .slick-arrow:hover::before{
    border-color: #fff;
}
.banner .slick-arrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #309AC1;
    z-index: -1;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.banner .slick-arrow:hover:after {
    right: 0;
    left: 0;
    width: 100%;
}
.banner .slick-prev {
    left: -48px;
}
.banner .slick-next {
    transform: scale(-1);
    right:-48px;
}
.banner .slick-dots {
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 16px 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
    line-height: 0;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.banner .slick-dots li button {
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: none;
        margin: 0 4px;
        border-radius: 100%;
}
.banner .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;

    background: #ddd;

}
.banner .slick-dots li.slick-active button:before {
    background: #073F73;
}
/*------------ title ------------*/
.title{
    margin: 0 auto 32px;
    text-align: center;
}
.about-sect .title{
    text-align: right;
    width: fit-content;
    text-shadow: 0 0 4px rgb(32 77 110);
}
.service-sect .title{
    text-align: left;
}
.album-sect .title {
    margin-right: 96px;
    margin-top: 24px;
    text-align: left;
}
.masonry-album-sect .title{
    text-align: center;
    margin-right: 0;
}

.title span {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    font-size: 45px;
    color: #202020;
    display: block;
    line-height: 0.8;
}
.service-sect .title span,
.about-sect .title span{
    color: #fff;
}
.title span:first-letter{
    color: #3099C0;
}
.title span::after {
    content: '';
    display: block;
    position: relative;
    background: #309AC1;
    width: 40px;
    height: 3px;
    margin: 16px auto;
}
.about-sect .title span::after{
    background: #fff;
    margin: 26px 0 26px auto;
}
.service-sect .title span::after{
    background: #fff;
    margin: 16px auto 16px 0;
}
.album-sect .title span::after{
    margin: 16px auto 16px 0;   
}
.masonry-album-sect .title span::after {
    margin: 16px auto ;
}
.title i {
    display: none;
}
.title h2{
    color: #212121;
    margin: 0 auto;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
}
.service-sect .title h2,
.about-sect .title h2{
    color: #fff;
}
/*------------ more ------------*/

/*------------ sect ------------*/

/*新編輯器*/

.article-sect .container {
    padding: 40px 15px;
}

/*!新編輯器*/

/*------------ about ------------*/
.about-sect {
    background: url(../../../images/layout01-3/common/index/about_bg.jpg), #fff;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    box-sizing: border-box;
    padding: 164px 0;
}

.about-sect .row {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: relative; */
}
.about-sect .col {
    float: left;
}

.about-sect .col.txt {
    width: 100%;
    float: unset;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    order: 2;
    max-width: 880px;
}

.about-sect .container {
    position: static;
}

.about-sect .col.pic {
    display: block;
    flex-basis: 570px;
    flex-shrink: 0;
    order: 1;
    position: absolute;
    left: 10%;
    bottom: 0;
}

.about-sect .col.pic img {
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}

.about-sect .txt-box {
    position: relative;
    display: flex;
}

.about-sect .txt-box .index-about-editor {
        margin-left: 24px;
}

.about-sect .txt-box .index-about-editor .editor {
    color: #fff;
    position: relative;
    line-height: 1.75;
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-sect .txt .tag {
    display: none;
}


/*------------ news ------------*/

.articles-sect {
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}

/*------------ news ------------*/
.news-sect {
    padding-top: 56px;
    padding-bottom: 70px;
}
.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%;
}
.news-list.type2 .item {
    border: none;
    margin-bottom: 0;
}
.news-list.type2 .pic {
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
    padding-bottom: 0;
}
.news-list.type2 .item .txt {
    padding: 0;
}
.news-list .btn.more {
    position: static;
    margin: 15px 0 0;
}
/*最新消息 少量排版*/

.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;
}

.news-list.onlyitem-list.type2 .item .box {
    display: block;
}

.news-list.onlyitem-list .item .pic {
    width: 312px;
    margin-bottom: 0;
}

.news-list.onlyitem-list .item .box .txt {
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 10px 45px 10px 36px;
}

.news-list.onlyitem-list.type2 .item .box .txt, .news-list.onlyitem-list.type3 .item .box .txt {
    width: 100%;
}

.news-list.onlyitem-list .item .date {
    margin-bottom: 20px;
    margin-top: 0px;
}

/*!少量排版*/

/*------------ products ------------*/
.products-sect {
    position: relative;
    z-index: 10;
    padding: 86px 0 66px;
}
.products-sect::before{
    content: '';
    display: block;
    background: #ECF4F8;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(100% - 365px);
    z-index: -1;
}
/*---常用基本偽元素----*/

.products-box {
    margin: 0 auto 0;
    max-width: 1330px;
}
.products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*產品介紹 少量排版*/

.products-list.onlyitem-list.type2 .item {
    width: 50%
}

.products-list.onlyitem-list .item .box {
    display: flex;
    max-width: 1000px;
}

.products-list.onlyitem-list.type1 .box {
    max-width: 300px;
}

.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 .item .box .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 58px;
    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: 0;
}

/*!少量排版*/

/*------------ service ------------*/
.service-sect {
    padding: 108px 0;
    position: relative;
    background: url(../../../images/layout01-3/common/index/services_bg.jpg), #fff;
    background-attachment: fixed;
}
.service-sect .container{
    max-width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.service-sect .container:after{
    content:'';
    display:block;
    width: calc((100% - 1330px) / 2 + 25px);
    height: 100px;
}
.service-sect .editor {
    color: #fff;
}
.service-box {
    position: relative;
    max-width: 1330px;
    text-align: center;
    color: #000;
    margin: 0 0 0 72px;
    box-sizing: border-box;
    padding: 0;
    flex-grow: 1;
}
.service-box>.flex>.cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .imgbox{
    margin-left: -15px;
}
.service-sect .imgbox img {
    width: 100%;
    transform: scale(1.05);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: transform 2s cubic-bezier(.25,1,.5,1) .5s,-webkit-clip-path 2s cubic-bezier(.25,1,.5,1) .45s;
    transition: clip-path 2s cubic-bezier(.25,1,.5,1) .45s,transform 2s cubic-bezier(.25,1,.5,1) .5s;
    transition: clip-path 2s cubic-bezier(.25,1,.5,1) .45s,transform 2s cubic-bezier(.25,1,.5,1) .5s,-webkit-clip-path 2s cubic-bezier(.25,1,.5,1) .45s;
}
.loaded.service-sect .imgbox img {
    transform: scale(1);
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
/*------------ album ------------*/

.album-sect .album-list {
    margin: -8px;
}

.album-sect .album-list .item {
    padding: 0;
    min-width: 25%;
}

.album-list {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

.album-list .item .box {
    overflow: hidden;
}

.album-sect .album-list .item {
    margin-bottom: 0;
}

.album-list.type1 .item {
    border-bottom: none;
    padding: 8px;
}

.album-list.type1.masonry-list .item {
    margin-left: 0;
    margin-right: 0;
}

.album-sect .album-list .item .namebox {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
    z-index: 5;
}
.album-list .box:hover .namebox {
    opacity: 1;
}
.album-sect .album-list .item .name {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    height: auto;
}
.album-list .item .box .more {
    display: none;
}
.album-sect {
    padding: 118px 0 ;
    background: #ECF4F8;
}
.album-sect .container {
    display: flex;
}
/*瀑布流*/

.album-sect.masonry-album-sect .container {
    display: block;
}

.album-sect.masonry-album-sect .title:before {
    display: none;
}

.album-sect.masonry-album-sect .title h2 {
    position: relative;
    left: 0;
    margin-left: unset;
    top: 0;
    margin-top: unset;
}

.album-sect.masonry-album-sect .index_more {
    display: none;
}

.masonry-album-sect {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: cover;
}

.masonry-album-sect .container {
    padding: 0 15px;
    max-width: 1330px;
}

.masonry-album-sect .album-list {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.masonry-album-sect .item {
    width: 25%;
}

.masonry-list .item .namebox {
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;
    opacity: 1;
    text-align: left;
}

.masonry-list .item .namebox .name {
    margin: 14px 0 0;
}

/*!瀑布流*/

/*相簿 少量排版*/

.album-sect.onlyitem-sect {
    background: url(../../../images/layout01-3/common/index/album_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0 100px;
}

.onlyitem-sect .title {
    background: none;
    margin: auto;
    width: auto;
}

.onlyitem-sect .index_more {
    display: none;
}

.onlyitem-sect .album-list .item {
    width: 32.33%;
    float: none;
    display: inline-block;
}

.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 .namebox {
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;
    opacity: 1;
    text-align: left;
}

.onlyitem-sect .album-list .item .box {
    margin-bottom: 30px;
    max-width: 450px;
}

.onlyitem-sect .album-list .item .box img {
    width: 100%;
}

.onlyitem-sect .album-list .item .namebox .name {
    margin: 6px 0 0;
    font-size: 16px;
    color: #fff;
}

.onlyitem-sect .album-list .item .box:hover .namebox .name {
    color: #073F73;
}

.album-sect.onlyitem-sect .title:before {
    display: none;
}

/*!少量排版*/

/*----------- fancybox-index --------------*/

.fancybox-index .fancybox-close {
    margin-top: -65px;
}

.contact-sect {
    padding-top: 120px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}

.form-box {
    background: none;
}

.form-wrap {
    border: none;
    background: none;
}

.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;
}

/*------------ rwd ------------*/

.masonry-list .item:nth-child(n) {
    clear: none!important;
}

@media screen and (max-width: 1440px) {
    .about-sect .col.txt {
        padding-left: 60px;
        padding-right: 60px;
    }
    .about-sect .index_more {
        /* padding-right: 0; */
    }
    .banner .slick-prev {
        left: 15px;
    }
    .banner .slick-next {
        right: 15px;
    }
    .album-sect .title:before {
        width: 81px;
        height: 161px;
        right: 13px;
        top: calc( 50% - 80px);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .album-sect .index_more:before {
        display: none;
    }
    .service-sect .container{
        flex-direction: column;
    }
    .service-box{
        margin: 32px auto 0;
    }
    .service-sect .index_more{
        position: relative;
        right: inherit;
        top: inherit;
    }
    .service-sect .imgbox{
        margin: 0 auto;
    }
    .about-sect .col.pic{
        max-width: 480px;
    }
    .album-sect .title{
        margin-top: 0;
    }
    .album-sect .index_more{
            bottom: -24px;
    }
}

@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 .item .box .txt {
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}

@media screen and (max-width: 1000px) {
    .banner .slick-arrow {
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev {
        margin-left: -36px;
    }
    .banner .slick-next {
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
 
    .about-sect .col.txt, .about-sect .col.pic {
        width: 100%;
        position: relative;
        left: inherit;
        bottom: initial;
        max-width: 480px;
        flex-basis: inherit;
        margin: 40px auto 0;
    }
    .about-sect .txt-box {
        text-align: center;
        display: block;
    }
    .about-sect .title h2 {
        margin-top: 0;
    }
    .about-sect .row{
        flex-direction: column;
    }
    .about-sect .col.txt {
        padding-left: 15px;
        padding-right: 15px;
        order: 1;
        margin: 0 auto;
    }
    .about-sect .txt-box .index-about-editor .editor {
        width: 100%;
        height: unset;
        display: block;
    }

    .about-sect .index_more a {
        margin: auto;
    }
    .service-sect:before {
        background-attachment: inherit;
        background-repeat: no-repeat;
        background-position: center 50%;
        background-size: 100%;
    }
    .products-list .box .more {
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .news-list li, .products-list li {
        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%;
    }
    /*!少量排版*/
    .news-sect {
        padding: 56px 0;
    }
    .news-sect .title:before {
        width: 60px;
        height: 60px;
        left: calc(50% - 30px);
        background-size: cover;
    }
    .news-sect .title h2 {
        font-size: 26px;
        line-height: 20px;
    }
    .news-sect .index_more {
        margin: 30px auto 0;
        display: flex;
        justify-content: center;
        position: relative;
        right: inherit;
        top: inherit;
    }
    .products-sect {
        padding: 56px 0;
    }
    .products-box {
        padding:  0;
    }
    .products-sect .index_more {
        margin-top: 10px;
    }
    .service-sect {
        background-attachment: inherit;
        padding: 56px 0;
    }
    .service-sect .title{
        text-align: center;
    }
    .service-sect .title span::after {
        margin: 16px auto;
    }
    .service-box>.flex {
        display: block;
    }
    .service-sect .editor {
        margin-top: 20px;
        margin-bottom: 10px;
        height: unset;
        display: block;
    }
    .service-box {
        padding-left: 0;
    }
    .service-box:before {
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width: 450px;
        width: 95%;
    }
    .service-sect .index_more {
        display: flex;
        justify-content: center;
    }
    .service-sect .container:after{
        display: none;
    }
    .article-sect .container {
        padding: 30px 15px;
    }
    .contact-sect {
        background-size: auto, cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item {
        width: 50%;
    }
    .album-sect.onlyitem-sect {
        background: #fff;
    }
    .album-sect {
        padding: 56px 0;
    }
    .album-sect .container {
        display: block;
        padding: 0 15px;
    }
    .album-sect .title{
        text-align: center;
        margin-right: 0;
    }
    .album-sect .title span::after {
        margin: 16px auto;
    }
    .album-sect .index_more {
        position: relative;
        left: inherit;
        bottom: initial;
        display: flex;
        justify-content: center;
    }
    .album-sect .title h2 {
        position: static;
        margin: 0 auto;
    }
    .album-sect .index_more a span {
        position: relative;
        margin: 0 auto;
        left: unset;
    }
    .album-sect .title:before {
        display: none;
    }
    .album-sect .index_more:before {
        display: none;
    }
    .album-list {
        width: 100%;
        margin: 0;
    }
    .album-sect .album-list{
        margin: 0 auto;
    }
    /* desgin */
    .about-sect .txt-box .title{
        padding: 0;
        text-align: center;
    }
    .about-sect .title span::after {
        margin: 16px auto;
    }
    .about-sect .title h2:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .about-sect .txt-box .index-about-editor {
        width: auto;
        margin-left: 0;
        margin-top: 0;
        box-sizing: border-box;
        padding-left: 0;
        height: auto;
        z-index: 0;
    }
    .about-sect {
        padding: 56px 0 0;
        background-attachment: inherit;
    }
    .about-sect .index_more {
        margin: 30px auto 0;
        display: block;
        position: relative;
        box-sizing: border-box;
        right: initial;
        top: initial;
    }
    .title span{
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .album-list {
        flex-wrap: wrap;
    }
    .album-sect .album-list .item {
        min-width: 50%;
    }
    .products-list.type1 .box .name, .products-list.type1 .box:hover .name{
        margin: 0 auto;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .products-list.onlyitem-list .item {
        width: 100%;
    }
    .onlyitem-sect .album-list .item {
        width: 100%;
    }
}