@charset "utf-8";
/*列表通用 index article*/
/*------------ 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: #e2e2e2;
}
.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;
    background: #562E83;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding-top: 13px;
    line-height: 0.5;
    transition: all .3s ease;
    padding-top: 15px;
    font-family: 'Comfortaa', cursive;
}
.type5 .article-list .item .date .day{
    color: #FFF;
    transition: all .3s ease;
    font-family: 'Comfortaa', cursive;
}
.type5 .article-list .item .box:hover .date{
    background: #000;
}
.type5 .article-list .item .box:hover .date {
    background: #F58D38;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #562E83;
    color: #FFF;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #F58D38;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #000;
    border-color: #562E83;
}
.type5 .article-list .item .month, .type5 .article-list .item .years {
    font-size: 12px;
}
.type4 .article-list .box:hover .btn.more {
    background: #F58D38;
    color: #FFF;
}
/*------------ 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;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list .pic {
    overflow: hidden;
    transition: all ease 0.5s;
}
.products-list .box .pic img {
    transition: all ease 0.5s;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.products-list.type2 .box{
    transition: all .2s;
    padding: 10px 10px 10px;
    top: 0;
    background: #FFF;
    box-shadow: 0px 0px 6px 3px #0000001f;
}
.products-list .box.new:before{
    content: '';
    background: url('../../../images/layout04/common/products/new_tag.png');
    background-size: contain;
    display: block;
    width: 80px;
    height: 40px;
    position: absolute;
    top: 0px;
    text-align: center;
    z-index: 15;
    left: 11px;
    image-rendering:-moz-crisp-edges;          /* Firefox        */
    image-rendering:-o-crisp-edges;            /* Opera          */
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}
.products-list .box .name{
    color: #000;
    font-weight: normal;
}
.products-list.type2 .box:after{
    content: 'VIEW MORE';
    background: #FBB84D;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px -10px 0;
    padding: 10px;
    transition: all .3s ease;
    width: calc(100% - 20px);
    margin-left: 0;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
}
.products-list.type2 .box:hover:after{
    background: #349D8E;
    letter-spacing: 5px;
}
.products-list.type2 .box:hover .pic:before {
    opacity: 0;
}
/*!列表通用 index、products*/
.products-list.slick-slider .slick-track {
    padding-top: 10px;
}

.products-list .slick-track {
    padding-top: 0px;
    padding-bottom: 50px;
}
.products-list.type1 .slick-track{

    padding-top: 30px;
}
.products-list.type1.masonry-list {

    padding-top: 30px;
}
/*列表通用 index、album*/
.album-list .pic {
    overflow: hidden;
    transition: all ease 0.5s;
}
.album-list .box .pic img {
    transition: all ease 0.5s;
}
.album-list .box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.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;
}
.album-list.type1 .item {
    border-bottom: 0px solid #ddd;
}
.album-list.type1 .item .name {
    margin: 0px 0px 10px;
    -webkit-line-clamp: 1;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    color: #FFF;
    text-align: left;
    background: #4E4E4E;
    transition: all .3s ease;
}
.album-list.type1 .box:hover .name {
    background: #349D8E;   
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item {
    padding: 0 0px 0px;
}
/*列表通用 index、news*/
.news-sect .news-list.type4 .description, .content .news-list.type4 .description {
    display: none;
}
.news-list.type3:before {
    background: #fff;
}
.news-list .item .box {
    padding: 12px;
    transition: all .3s ease;
}
.news-list .btn.more {
    bottom: 12px;
}
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item .box {
    border: none;
    background: #FFF;
    box-shadow: 0px 0px 6px 3px #0000001f;
}
.news-list .date {
    font-family: 'Jost', sans-serif;
    color: #349D8E;
}
.news-list.type3 .item .box:hover .date {
    color: #FBB84D;
}
.news-list.type4 .item .date, .news-date {
    border-radius: 0;
    color: #FFFFFF;
    background: #349D8E;
    width: 58px;
    height: 58px;
    padding-top: 12px;
    transition: unset;
    border-radius: 0%;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date {
    background: #FBB84D;
}
.news-list.type4 .date {
    font-size: 25px;
    font-weight: normal;
}
.news-list.type4 .item .box:hover .date {
    background-position: 0% 100%;
}
.news-list.type4 .date .day {
    color: #fff;
    font-weight: normal;
    position: relative;
    top: 3px;
}
.news-list.type4 .txt {
    padding-bottom: 0;
}
.news-list .item .name {
    color: #000000;
}
.news-list .item .description {
    color: #666
}
.news-list.type4 .date .month, .news-list.type4 .date .years {
    font-weight: normal;
    font-size: 12px;
}
.news-list.type2 .date {
    margin-top: 7px;
}
.news-list .box:hover .btn.more {
    background: #FBB84D;
    color: #fff;
}
.news-list.type3 .item {
    border-left-color: #ccc;
}
.news-list.type3 .item {
    border-left: solid #787B7C 0px;
}
.news-list.type3:before {
    width: 0px;
}
.news-list .btn.more {
    position: static;
    margin: 15px 0 0;
    bottom: 12px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    background: #349D8E;
    color: #fff;
    transition: all 0.3s ease;
}
/*!列表通用 index、news*/
.news-list.type3:before {
    background: #f2f2f2;
}
.news-list.slick-slider .slick-track {
    padding-top: 10px;
}
/*------------ banner ------------*/
.banner {
    position: relative;
    height: auto!important;
}
.banner * {
    height: 100%;
}
.banner .slick-arrow {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: url(../../../images/layout04/common/index/arrow.png);
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    left: 0px;
}
.banner .slick-next {
    left: auto;
    right: 0px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner .slick-dots {
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 96px;
    height: 3px;
    margin-top: 10px;
    cursor: pointer;
}
.banner .slick-dots li button {
    background: #ddd;
}

.banner .slick-dots li.slick-active button {
    background: #21A38C;
}
/*------------ title ------------*/
.title{
    position: relative;
    margin-bottom: 30px;
    padding-top: 0;
}
.title span{
    font-family: 'Julius Sans One', sans-serif;
    font-size: 46px;
    z-index: 0;
    color: #266490;
    font-weight: 400;
    line-height: 46px;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 13px;
    display: block;
}
.title h2{
    font-size: 26px;
    line-height: 26px;
    color: #444444;
    position: relative;
    margin: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.title i {
    display: none;
}
/*------------ more ------------*/
.index_more a{
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    transition: all .3s ease;
    color: #FFF;
    background: #FBB84D;
    position: relative;
    display: block;
    z-index: 0;
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 0;
}
.index_more a span{
    font-family: 'Jost', sans-serif;  
    font-size: 15px;
    transition: all .3s ease;
}
.index_more a:before{
    content: "";
    width: 42px;
    height: 1px;
    transition: all .3s ease;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: -1;
    opacity: 1;
}
.index_more a:hover{
    background: #349D8E; 
}
.index_more a:hover span{
    letter-spacing: 3px;
}
.index_more a:hover:before{
    width: 18px;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 37px;
    right: 20px;
    width: 107px;
}
.hot-arrow .slick-arrow{
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../../images/layout04/common/index/arrow2.png');
    left: 0;
    padding: 0;
    box-sizing: border-box;
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: 0;
    left: auto;
    top: 0px;
}
.hot-arrow .slick-arrow:hover{
    background-position: 0 100%;
}

.album-sect .hot-arrow{
    top: 38px;
    right: 0;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    box-sizing: border-box;
    position: relative;
    padding-top: 56px;
    padding-bottom: 41px;
}
.about-sect:before{
    content: "";
    background: #FAF7F6;
    width: 100%;
    height: 311px;
    position: absolute;
    left: 0;
    top: 241px;
}
.about-sect .row{
    display: flex;
}
.about-sect .col.txt{
    width: 58%;
    box-sizing: border-box;
    padding-right: 56px;
    order: 1;
    padding-left: 171px;
    position: relative;
    padding-top: 78px;
}
.about-sect .col.pic{
    width: 42%;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    order: 2;
    animation-name: unset !important;
}
.about-sect .col.pic img{
    position: absolute;
    left: 0;
    top: 0;
    min-width: 707px;
}
.about-sect .title{
    margin-bottom: 74px;
}
.about-sect .title:before{
    content: "";
    background: url(../../../images/layout04/common/index/index-about-title.png) no-repeat;
    width: 102px;
    height: 137px;
    position: absolute;
    left: -142px;
    top: -45px;
}
.about-sect .col.pic .tag2{
    position: absolute;
    right: -22px;
    bottom: -49px;
    color: #31B1CA;
    font-size: 19px;
    letter-spacing: 21px;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .index-about-editor{
    overflow: hidden;
    height: 188px;
    margin-bottom: 46px;
    padding-right: 54px;
}
.about-sect .col.pic:before {
    content: "";
    width: 707px;
    height: 559px;
    position: absolute;
    left: 0;
    top: 0;
    background: #2f9d8dad;
    opacity: 0.8;
    transition: all 1.8s ease;
    z-index: 1;
}
.about-sect.loaded .col.pic:before {
    width: 0px;
}
.about-sect .about-pic-1{
    position: absolute;
    left: -304px;
    left: -737px;
    top: 71px;
    transition: all 1.5s ease;
}
.about-sect.loaded .about-pic-1{
    left: -304px;
}
.about-sect .about-pic-2{
    position: absolute;
    right: 12px;
    top: 0;
}
.about-sect .about-pic-3{
    position: absolute;
    left: -98px;
    top: 140px;
}
/*------------ 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;
    right: 15px;
    top: 43px;
}
/*------------ news ------------*/
.news-sect{
    padding: 62px 0 10px;
}
.news-sect .container:before{
    content: "";
    background: url(../../../images/layout04/common/index/index-news-bg.png) no-repeat;
    width: 584px;
    height: 860px;
    position: absolute;
    left: -287px;
    top: -279px;
}
.news-sect .title{
    text-align: center;
}
.news-sect .index_more{
   display: none;
}
.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;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
.news-list.type2 {
    margin: 0 -15px;
}
/*最新消息 少量排版*/
.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;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description{
    display: block;
}
.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: 94px 0 10px;
}
.products-sect .index_more{
    display: none;
}
.products-sect .title{
    text-align: center;
}
.products-sect .title:before{
    content: "";
    width: 1px;
    height: 40px;
    background: #266490;
    position: absolute;
    left: calc(50% - 1px);
    top: -61px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.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 .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: 38px;
    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-bottom: 0;
    padding-top: 83px;
    position: relative;
    z-index: 1;
}
.service-sect:before {
    content: "";
    position: absolute;
    background: url(../../../images/layout04/common/index/index-service-bg.jpg);
    width: 100%;
    height: calc(100% - 25px);
    left: 0;
    top: 0;
    z-index: -1;
}
.service-sect .service-box{
    box-sizing: border-box;
    position: relative;
    display: block;
}
.service-sect .title{
    margin-bottom: 64px;
    text-align: center;
}


.service-sect .service-pic-1 {
    position: absolute;
    right: -737px;
    top: 71px;
    transition: all 1.5s ease;
}

.service-sect.loaded .service-pic-1 {
    right: -305px;
}


.service-sect .index_more a{
    margin-left: auto;
    margin-right: auto;
}
/*------------ album ------------*/
.album-sect{
    padding: 71px 0 46px;
    position: relative;
}
.album-sect .title{
    margin-bottom: 40px;
    text-align: center;
}
.album-sect .index_more{
    position: absolute;
    right: 116px;
    top: 63px;
    display: none;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .box .name{
    color: #fff;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.album-list.type1 {
    margin: 0 -15px;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    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{
    background: none;
    color: #4C4C4C;
    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%;
    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;
}
/*!少量排版*/
/*----------- 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;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (min-width: 1920px){
    .news-sect .container:before {
        left: calc( 50% - 50vw);
    }
    .about-sect .about-pic-1 {
        left: calc( 50% - 50vw - 500px);
    }
    .about-sect.loaded .about-pic-1 {
        left: calc( 50% - 50vw);
    }
    .service-sect .service-pic-1 {
        right: calc( 50% - 50vw - 500px);
    }
    .service-sect.loaded .service-pic-1 {
        right:  calc( 50% - 50vw);
    }
}
@media screen and (max-width: 1550px){
    .about-sect.loaded .about-pic-1 {
        display: none;
    }
    .about-sect .col.txt {
        padding-left: 0px;
    }
    .about-sect .title:before {
        display: none;
    }
    .about-sect .about-pic-3 {
        display: none;
    }
    .about-sect .index-about-editor {
        margin-bottom: 26px;
    }
    .about-sect .col.txt {
        padding-top: 0;
    }
    .about-sect:before {   
        height: 293px;
        top: 179px;
    }
    .about-sect .col.pic img {
        min-width: 595px;
    }
    .about-sect .col.pic:before {
        height: 471px;
    }
    .service-sect {
        padding-top: 40px;
    }

    .album-sect .hot-arrow {
        right: 15px;
    }

}
@media screen and (max-width: 1400px){
    .title {
        padding-top: 17px;
    }
    .about-sect .index-about-editor {
        padding-right: 0px;
    }
    .album-sect .title {
        margin-bottom: 53px;
    }
    .news-list.type4 {
        margin: 0 -7px;
    }
    .news-list.type4 .item {
        padding: 0 7px;
    }
}
@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;
    }

    .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%;
    }
    /*!少量排版*/
    .title {
        margin-bottom: 10px;
        font-size: 20px;
        text-align: center;
    }
    .news-sect .title span, 
    .products-sect .title span, 
    .album-sect .title span , 
    .article-sect .title span, 
    .album-sect .title span, 
    .about-sect .title span, 
    .service-sect .title span, 
    .articles-sect .title span{
        font-size: 20px;
        line-height: 20px;
        display: block;
        margin-bottom: 6px;
    }
    .news-sect .title h2, 
    .products-sect .title h2, 
    .album-sect .title h2 , 
    .article-sect .title h2, 
    .album-sect .title h2, 
    .about-sect .title h2, 
    .service-sect .title h2, 
    .articles-sect .title h2{
        font-size: 30px;
        display: inline-block;
        line-height: 30px;
    }
    .index_more a{
        width: 150px;
        height: 36px;
        line-height: 36px;
      
        margin-left: auto;
        margin-right: auto;
        padding-left: 19px;
    }
    .index_more a:before { 
        width: 29px;
        top: 17px;
    }
    .index_more a:hover:before {
        width: 11px;
    }
    .about-sect {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .about-sect:before {
        content: "";
        width: 100%;
        height: 169px;
        left: 0;
        bottom: 17px;
        position: absolute;
        top: unset;
    }
    .about-sect .index-about-editor {
        height: unset;
        margin-bottom: 25px;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .col.txt {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
        order: 1;
        padding-left: 0px;
    }
    .about-sect .col.pic {
        width: 100%;
        padding-top: 0;
        order: 2;
    }
    .about-sect .about-pic-2 {
        position: absolute;
        right: -29px;
        top: -12px;
    }
    .about-sect .about-pic-2 img{
        width: 142px;
    }
    .about-sect .col.pic img {
        min-width: unset;
        position: relative;
    }
    .about-sect .col.pic:before {
        height: 100%;
    }

    .about-sect .title {
        margin-bottom: 15px;
    }
    .news-sect{
        padding: 25px 0 15px;
    }
    .news-sect .container:before {
        width: 230px;
        height: 199px;
        left: 0;
        top: -66px;
        background-size: contain;
    }
    .service-sect {
        padding-bottom: 20px;
        padding-top: 0px;
    }
    .service-sect .title {
        margin-bottom: 20px;
        padding-top: 0;
    }
    .service-sect:before {
        top: -37px;
        height: calc(100% - 0px);
    }
    

    .products-sect{
        padding: 40px 0 0;
    }
    .products-box{
        padding: 0px 0;
        padding-bottom: 0;
    }
    .products-sect .title {
        margin-bottom: 10px;
    }
    .products-sect .title:before { 
        height: 20px;
        top: -22px;
    }
    .products-sect .index_more {
        position: relative;
        right: 0;
        top: 0;
    }
    .products-list .slick-track {
        padding-top: 0px;
    }
    .products-list.type2 {
        margin: 0 -15px;
    }
    .products-list .slick-track {
        padding-bottom: 20px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect{
        padding: 0px 0 30px;
        margin-bottom: 0px;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-sect .title {
        margin-bottom: 10px;
    }
    .album-sect .index_more {
        position: relative;
        right: 0;
        top: 0;
    }
    .album-sect .hot-arrow {
        margin-bottom: 25px;
    }
    .album-sect .hot-arrow {
        top: 0px;
    }
    .album-list.type1 {
        margin: auto;
    }
    .album-list.type2 {
        margin-bottom: 20px;
    }
    .hot-arrow{
        position: relative;
        left: 0%;
        height: 40px;
        top: 0;
        margin: 0 auto 20px;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .articles-sect .index_more{
        position: relative;
        right: 0;
        top: 0;
    }
    .articles-sect .title {
        margin-bottom: 20px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px){
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .album-list.type1 .item .name {
        height: 50px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .album-list.column6 .item {
        margin-bottom: 20px;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}