@charset "utf-8";
.site-footer::before{
    background: url(../../../images/layout06-1/common/f_bg_h.png) no-repeat 100% 100%;
    background-size: cover;
}
/*列表通用 index 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;
}
.type5 .keyword_box{
    color: #9A7F64;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    background: #2d3f41;
    background: -moz-linear-gradient(left,  #2d3f41 0%, #5caa97 100%);
    background: -webkit-linear-gradient(left,  #2d3f41 0%,#5caa97 100%);
    background: linear-gradient(to right,  #2d3f41 0%,#5caa97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3f41', endColorstr='#5caa97',GradientType=1 );
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #2d3f41;
    background: -moz-linear-gradient(left,  #2d3f41 0%, #5caa97 100%);
    background: -webkit-linear-gradient(left,  #2d3f41 0%,#5caa97 100%);
    background: linear-gradient(to right,  #2d3f41 0%,#5caa97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3f41', endColorstr='#5caa97',GradientType=1 );
    transition: all .5s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: rgb(230,10,54);
    border-color: rgb(230,10,54);
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #9A7F64;
    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:not(.type1) .pic {
    border-radius: 20px;
}
.products-list .box.new:before{
    content: '';
    position: absolute;
    box-sizing: border-box;
    top: -19px;
    left: 23px;
    display: block;
    width: 65px;
    height: 49px;
    background: url(../../../images/layout06-1/common/products/news_tag.png) no-repeat;
    background-size: contain;
    z-index: 5;
}
.products-list .box img{
    display: block;
    width: 100%;
}
.products-list .mask .more{
    display: none;
}
.products-list .name,
.products-list.type2 .name {
    color: #634F3F;
    -webkit-line-clamp: 1;
    max-height: 28px;
    margin: 0 0 5px;
}
.products-list.type2 .description{
    color: #B9ABA2;
    font-size: 14px;
    letter-spacing: 0.5px;
    -webkit-line-clamp: 1;
    max-height: 23px;
}
/* p_type1 */
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: normal;
    transition: all 0.5s ease;
    margin: 0 46px 20px;
}
/* /p_type1 */
/* p_type2 */
.products-list.type2 > .item > .box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 5px;
    transition: all .5s ease;
}
.products-list.type2 .mask{
    position: relative;
    box-sizing: border-box;
    margin: 0 -5px;
    transition: all .5s ease;
    overflow: hidden;
    z-index: 1;
}
.products-list.type2 .mask .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
    display: none;
}
.products-list.type2 .box .mask .pic:after{
    content: "";
    width: 0px;
    height: 1px;
    background: #DDDDDD;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 6;
    display: none;
}
.products-list.type2 .box:hover .mask .pic:before{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.products-list.type2 .box:hover .mask .pic:after{
    opacity: 1;
    width: 72px;
}
/* /p_type2 */
@media screen and (max-width: 1000px){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #E8B382;
}
.album-list .item .name{
    color: #634F3F;
    font-weight: normal;
    font-size: 18px;
    margin: 10px 5px;
}
.album-list:not(.type2) .item .pic {
    border-radius: 20px;
}
/* al_type1 */
.album-list.type1:not(.masonry-list.column4) .item {
    border: 0;
}
.album-list.type1 .item .name {
    font-weight: normal;
    margin: 10px 5px;
    font-size: 18px;
}
/* /al_type1 */
/* al_type2 */
.album-list.type2.column4 .box .pic:before {
    background: rgba(102, 102, 102, 0.85);
    transition: all 0.5s ease;
}
.album-list.type2.column4 .item {
    padding: 0;
    margin: 0;
}
.album-list.type2.column4 .pic {
    border-radius: 0;
}
/* /al_type2 */
.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 .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06-1/common/index/album_hover.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 54px;
    position: absolute;
    right: 0;
    top: -26px;
    z-index: 20;
    transition: all 0.5s ease;
    opacity: 0;
}
.masonry-list.album-list.type1 .item .box:hover .namebox:after,
.masonry-list.album-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    padding-right: 60px;
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.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: #634F3F;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
.onlyitem-list.album-list .item .name{
    color: #634F3F;
}
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    top: 0;
    transition: all .5s ease;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;
}
.news-list .date {
    color: #634F3F;
    font-weight: 400;
    font-family: 'Jost', serif;
}
.news-list .item .name{
    color: #634F3F;
    -webkit-line-clamp: 1;
    max-height: 28px;
    height: 28px;
    margin: 0 0 5px;
}
.news-list .item .description{
    color: #B9ABA2;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.news-list .btn.more{
    text-align: center;
    z-index: 5;
    overflow-x: hidden;
    background: #fff;
    color: #634F3F;
    border-radius: 40px;
    font-family: 'Jost', serif;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    width: 140px;
}
.news-list .box:hover .btn.more {
    background: #E8B382;
    color: #fff;
    letter-spacing: 3px;
}
/* n_type1 */
.news-list.type1 .item {
    border-bottom: 0;
    background: url(../../../images/layout06-1/common/bg/line02.png) repeat-x top, url(../../../images/layout06-1/common/bg/line02.png) repeat-x bottom;
}
.news-list.type1 .item:first-of-type {
    background: url(../../../images/layout06-1/common/bg/line02.png) repeat-x bottom;
}
.news-list.type1 .item:nth-child(2n),
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #fff;
}
.news-list.type1 .item:nth-child(2n) .btn.more{
    background: url(../../../images/layout06-1/common/menu_bg.jpg);
}
.news-list.type1 .item:nth-child(2n) .box:hover .btn.more{
    background: #E8B382;
    color: #fff;
    letter-spacing: 3px;
}
.news-list.type1 .more-box {
    padding-right: 0;
}
/* /n_type1 */
/* n_type2 */
.news-list.type2 .item {
    border: 0;
    background: url(../../../images/layout06-1/common/bg/line02.png) repeat-x bottom;
}
.news-list.type2 .date,
.news-list.type2 .date .month {
    font-weight: normal;
}
/* /n_type2 */
/* n_type3 */
.news-list.type3:before{
    display: none;
}
.news-list.type3 {
    margin: 0 -25px;
}
.news-list.type3 .item {
    background: url(../../../images/layout06-1/common/bg/line01.png) repeat-y right;
    border: 0;
    padding: 0 25px;
    margin: 20px 0;
}
.news-list.type3 .item:last-of-type {
    background: none;
}
.news-list.type3 .item .box {
    padding: 15px;
    margin: 0;
}
.news-list.type3 .item .box:hover {
    background: #fff;
}
/* /n_type3 */
/* n_type4 */
.news-list.type4 {
    margin: 0 -10px;
}
.news-list.type4 .item .box{
    border: 0;
    background: transparent;
}
.news-list.type4 .txt{
    padding: 0 10px;
}
.news-list.type4 .item .date,
.news-date {
    border-radius: 35px;
    color: #fff;
    background: #E8B382;
    font-family: 'Jost', serif;
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -15px 0px 15px;
    padding: 0;
    line-height: 1;
    width: 135px;
    height: 32px;
}
.news-list.type4 .item .date .day{
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: normal;
    order: 3;
}
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type4 .date .month {
    margin-top: 0;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: normal;
    order: 2;
}
.news-list.type4 .date .years {
    margin-top: 0;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: normal;
    order: 1;
}
.news-list.type4 .item .description{
    -webkit-line-clamp: 1;
    max-height: 23px;
}
/* /n_type4 */
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top: 0;
    }
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner img{
    width: 100%;
}
.banner *{
    height: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-dots{
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
    height: 14px;
}
.banner .slick-dots li{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0; 
    margin: 0 8px;
    border: 0;
    cursor: pointer;
    width: 17px;
    height: 14px;
    background: url(../../../images/layout06-1/common/index/title_dot.png) no-repeat;
    background-size: contain;
}
.banner .slick-dots li.slick-active button {
    background: url(../../../images/layout06-1/common/title_dot_h.png) no-repeat;
    background-size: contain;
}
/*------------ title ------------*/
.title{ 
    position: relative;
    box-sizing: border-box;
    margin: 0 0 46px;
}
.title h2{
    position: relative;
    box-sizing: border-box;
    color: #807873;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 2.5px;
    line-height: 1.2;
    margin: 0;
}
.title span {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #E8B382;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0 0 5px;
    font-family: 'Jost', serif;
}
/*------------ more ------------*/
.album-sect,
.about-sect,
.news-sect,
.products-sect,
.service-sect,
.article-sect,
.contact-sect,
.articles-sect {
    position: relative;
    z-index: 2;
}
.banner{
    z-index: 3;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect{
    background: #fff;
}
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    padding: 120px 0 40px;
}
.about-sect .index_a {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 668px;
    height: calc(100% - 72px);
    z-index: -1;
}
.about-sect .index_a .figureSvg {
    overflow: initial;
}
.about-sect .row{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 832px);
    left: -185px;
    z-index: 2;
}
.about-sect .txt-box {
    position: relative;
    width: 85%;
}
.about-sect .txt-box .a_pic2 {
    position: absolute;
    top: -200px;
    right: -460px;
    width: 455px;
    height: 458px;
    background: url(../../../images/layout06-1/common/index/about_pic2.png) no-repeat;
    background-size: contain;
}
.about-sect .txt-box .a_pic2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout06-1/common/index/about_pic2_h.png) no-repeat;
    background-size: contain;
    animation: iconRotate 2s ease-in-out both alternate-reverse infinite;
    z-index: -1;
}
.about-sect .txt-box .a_pic2::after {
    content: '';
    position: absolute;
    bottom: -105px;
    left: 95px;
    width: 166px;
    height: 248px;
    background: url(../../../images/layout06-1/common/index/about_pic3.png) no-repeat;
    background-size: contain;
    animation: shake2 1.5s step-start 0s infinite normal forwards;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    color: #726666;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 135px;
}
.about-sect .col.pic{
    position: relative;
    width: 100%;
    max-width: 832px;
    margin: 0;
    padding: 0;
    top: 0;
    left: -185px;
    z-index: 1;
}
.about-sect .col.pic::after {
    content: '';
    position: absolute;
    top: 0;
    right: 55px;
    width: 214px;
    height: 215px;
    background: url(../../../images/layout06-1/common/index/a_circle.png) no-repeat;
    background-size: contain;
    animation: loadingRotate 12s linear infinite;
}
.about-sect .col.pic::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout06-1/common/index/about_pic_h.png) no-repeat;
    background-size: contain;
    animation: iconRotate 2s ease-in-out both alternate-reverse infinite;
    z-index: -1;
}
.about-sect .index_more{
    position: relative;
    display: block;
    margin: 50px 0 0 auto;
    width: 241px;
    height: 127px;
    line-height: 127px;
    font-family: 'Jost', serif;
    z-index: 3;
}
.about-sect .index_more::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 162px;
    height: 127px;
    background: url(../../../images/layout06-1/common/index/btn_ic.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-sect .index_more a{
    display: block;
    font-size: 0;
    z-index: 5;
    width: 241px;
    height: 127px;
}
.about-sect .index_more a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #F3E6D6;
    transition: all 0.5s ease;
}
.about-sect .index_more a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #E8B382;
    border-right: 1px solid #E8B382;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.about-sect .index_more a span{
    display: block;
    font-size: 16px;
    color: #E8B382;
    letter-spacing: 1px;
    padding-left: 65px;
    transition: all 0.5s ease;
}
.about-sect .index_more:hover a span{
    letter-spacing: 8px;
}
.about-sect .index_more:hover a::before {
    background: #FBF6F1;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    padding: 75px 0 20px;
    background: #F6F6F6;
}
.articles-sect .title:before{
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background: #000000;
    margin: 0 auto 20px; 
}
.articles-sect .title span{
    font-family: 'Libre Baskerville', serif;
    display: block;
    font-size: 28px;
    color: #000000;
    margin-bottom: 5px;
}
.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-sect .index_more{
    display: none;
}
/*------------ news ------------*/
.news-sect{
    padding: 80px 0 40px;
    background: url(../../../images/layout06-1/common/menu_bg.jpg);
}
.news-sect .title {
    text-align: center;
    margin: 0 auto 46px;
}
.news-sect .title::before {
    content: '';
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 240px;
    height: 202px;
    background: url(../../../images/layout06-1/common/index/n_bg.png) no-repeat;
    background-size: contain;
    transform: rotate(-25deg);
}
.news-sect .index_more{
    position: absolute;
    top: 40px;
    transform: unset;
    right: -90px;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: -30px auto 0;
    width: 294px;
    height: 71px;
    line-height: 71px;
    border-radius: 71px;
    transition: all 0.5s ease;
    z-index: 3;
    font-family: 'Jost', serif;
}
.news-sect .index_more::before {
    content: '';
    position: absolute;
    width: 71px;
    height: 71px;
    background: #E8B382;
    border-radius: 71px;
    transition: all 0.5s ease;
    z-index: -1;
}
.news-sect .index_more:hover:before{
    width: 71px;
}
.news-sect .index_more a {
    width: 294px;
    height: 71px;
    line-height: 71px;
    display: block;
    z-index: 5;
    font-size: 0;
}
.news-sect .index_more a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #F3E6D6;
    transition: all 0.5s ease;
}
.news-sect .index_more:hover a::before {
    border-color: #F3E6D6;
    background: #F3E6D6;
}
.news-sect .index_more a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #F3E6D6;
    border-right: 1px solid #F3E6D6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease;
}
.news-sect .index_more:hover a::after {
    border-color: #E7B281;
}
.news-sect .index_more a span{
    display: block;
    font-size: 16px;
    color: #E8B382;
    letter-spacing: 1px;
    padding-left: 65px;
    transition: all 0.5s ease;
    padding-left: 84px;
}
.news-sect .index_more:hover a span {
    letter-spacing: 8px;
}
/* n_type4 */
.news-sect.type4:not(.tt-list) .container {
    display: flex;
}
.news-sect.type4 .title {
    width: 25%;
    margin: 102px 0 0;
    text-align: left;
}
.news-sect.type4 .title::before {
    content: '';
    position: absolute;
    top: -70px;
    left: -70px;
    width: 368px;
    height: 309px;
    background: url(../../../images/layout06-1/common/index/n_bg.png) no-repeat;
    background-size: contain;
}
.news-sect.type4 .news-list.type4:not(.masonry-list) {
    margin: 0 -15px;
}
.news-sect.type4 .news-list.type4:not(.masonry-list) .item{
    width: calc(100% / 3);
    padding: 0 15px;
    margin: 10px 0;
}
.news-sect.type4 .news-list.type4:not(.masonry-list){
    display: flex;
    margin: 0 auto;
    justify-content: center;
    width: 75%;
    flex-wrap: wrap;
}
.news-sect.type4 .news-list.type4:not(.masonry-list) .item .box{
    overflow: hidden; 
    padding: 0;
    top: 0;
}
.news-sect.type4 .news-list.type4:not(.masonry-list) .item .box:hover {
    top: -10px;
}
.news-sect.type4 .news-list.type4:not(.masonry-list) .item:nth-child(n) {
    clear: none !important;
    width: 100%;
}
.news-sect.type4 .index_more{
    position: absolute;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    left: 0;
    right: unset;
}
/* /n_type4 */
/* n_tt-list */ 
.news-sect.type4.tt-list {
    margin: 0 -15px;
}
.news-sect.type4.tt-list .item {
    margin-bottom: 45px;
    padding: 0 15px;
}
.news-sect.type4.tt-list .title {
    width: auto;
    margin: 0 auto 46px;
    text-align: center;
}
.news-sect.type4.tt-list .title::before {
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 240px;
    height: 202px;
}
.news-sect.type4.tt-list .index_more{
    position: absolute;
    top: 40px;
    transform: unset;
    right: -90px;
    left: unset;
}
/* /n_tt-list */
/* n_type1 */
.news-list.type1{
    background: url(../../../images/layout06-1/common/menu_bg.jpg);
    z-index: 5;
}
.news-list.type1 .item:nth-child(3n+1) {
    clear: left;
}
/* /n_type1 */
/*最新消息 少量排版*/ 
.news-sect.type4.only-list .index_more {
    top: calc(50% + 100px) !important;
}
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
    width: 150px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    width: calc(100% - 150px);
    box-sizing: border-box;
    padding: 0 45px 20px 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 .index_more{
    display: none;
}
.products-sect{
    padding: 50px 0 40px;
}
.products-sect .title {
    text-align: center;
}
.products-sect .title span {
    color: #634F3F;
    font-size: 50px;
    width: fit-content;
    margin: 0 auto 5px;
}
.products-sect .title span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110%;
    width: 136px;
    height: 34px;
    background: url(../../../images/layout06-1/common/index/title_pic.png) no-repeat;
    background-size: contain;
}
.products-sect .title span::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 110%;
    width: 136px;
    height: 34px;
    background: url(../../../images/layout06-1/common/index/title_pic.png) no-repeat;
    background-size: contain;
}
.products-sect .title h2 {
    width: fit-content;
    margin: 0 auto;
}
.products-sect .title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 106%;
    width: 17px;
    height: 14px;
    background: url(../../../images/layout06-1/common/index/title_dot.png) no-repeat;
    background-size: contain;
}
.products-sect .title h2::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 108%;
    width: 17px;
    height: 14px;
    background: url(../../../images/layout06-1/common/index/title_dot.png) no-repeat;
    background-size: contain;
}
.products-box{
    margin: 0 auto;
    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{
    max-width: inherit;
    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: 60px 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: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 28px;
    margin-bottom: 5px;
    line-height: 28px;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 2;
    max-height: 46px; 
    line-height: 1.5;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding: 40px 0 80px;
    background: url(../../../images/layout06-1/common/menu_bg.jpg);
}
.service-sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 65%;
    background: url(../../../images/layout06-1/common/index/s_bg.png) no-repeat 50% 100%;
    background-size: cover;
    z-index: -2;
}
.service-sect::after {
    content: '';
    position: absolute;
    top: 240px;
    left: 50%;
    margin-left: -753px;
    width: 1506px;
    height: 369px;
    background: url(../../../images/layout06-1/common/index/s_bg2.png) no-repeat 50% 50%;
    background-size: contain;
    visibility: visible;
    z-index: -1;
    animation: iconRotate 2s ease-in-out both alternate-reverse infinite;
}
.service-sect .container {
    max-width: 1390px;
}
.service-sect .title {
    text-align: center;
}
.service-sect .title span {
    color: #634F3F;
    font-size: 50px;
    margin: 0 auto 5px;
}
.service-sect .title span::before {
    content: '';
    position: relative;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
    width: 136px;
    height: 34px;
    background: url(../../../images/layout06-1/common/index/title_pic.png) no-repeat;
    background-size: contain;
}
.service-sect .title h2 {
    width: fit-content;
    margin: 0 auto;
}
.service-sect .title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 106%;
    width: 17px;
    height: 14px;
    background: url(../../../images/layout06-1/common/index/title_dot.png) no-repeat;
    background-size: contain;
}
.service-sect .title h2::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 108%;
    width: 17px;
    height: 14px;
    background: url(../../../images/layout06-1/common/index/title_dot.png) no-repeat;
    background-size: contain;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
}
.service-box{
    position: relative;
    text-align: left;
    z-index: 1;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: -30px auto 0;
    width: 294px;
    height: 71px;
    line-height: 71px;
    border-radius: 71px;
    transition: all 0.5s ease;
    z-index: 3;
    font-family: 'Jost', serif;
}
.service-sect .index_more::before {
    content: '';
    position: absolute;
    width: 294px;
    height: 71px;
    background: #E8B382;
    border-radius: 71px;
    transition: all 0.5s ease;
    z-index: -1;
}
.service-sect .index_more:hover:before{
    width: 71px;
}
.service-sect .index_more a {
    width: 294px;
    height: 71px;
    line-height: 71px;
    display: block;
    z-index: 5;
    font-size: 0;
}
.service-sect .index_more a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #F3E6D6;
    transition: all 0.5s ease;
}
.service-sect .index_more:hover a::before {
    border-color: #F3E6D6;
    background: #F3E6D6;
}
.service-sect .index_more a::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #F3E6D6;
    border-right: 1px solid #F3E6D6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease;
}
.service-sect .index_more:hover a::after {
    border-color: #E7B281;
}
.service-sect .index_more a span{
    display: block;
    font-size: 16px;
    color: #F3E6D6;
    letter-spacing: 8px;
    padding-left: 65px;
    transition: all 0.5s ease;
    padding-left: 84px;
}
.service-sect .index_more:hover a span {
    color: #E7B281;
}
/*------------ album ------------*/
.album-sect {
    padding: 40px 0 120px;
    background: url(../../../images/layout06-1/common/menu_bg.jpg);
}
.album-sect .title{
    text-align: center;
}
.album-sect .title span {
    color: #634F3F;
    font-size: 50px;
    margin: 0 auto 5px;
}
.album-sect .title h2 {
    width: fit-content;
    margin: 0 auto;
}
.album-sect .title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 106%;
    width: 17px;
    height: 14px;
    background: url(../../../images/layout06-1/common/index/title_dot.png) no-repeat;
    background-size: contain;
}
.album-sect .title h2::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 108%;
    width: 17px;
    height: 14px;
    background: url(../../../images/layout06-1/common/index/title_dot.png) no-repeat;
    background-size: contain;
}
.album-sect .index_more{
    display: none;
}
.album-list .slick-track{
    margin: auto;
}
.album-list {
    margin: 0;
}
.album-sect .album-list .item{
    clear: none!important;
    padding: 0 15px;
    border: 0;
    margin: 0 auto 10px;
}
.album-list .item .pic{
    border-radius: 20px;
}
.album-list .item .box .more{
    display: none;
}
/* al_m_type1 */
.album-list.type1:not(.masonry-list) .item .namebox{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    z-index: 50;
    width: calc(100% - 30px);
    margin: -30px auto 0;
    transition: all .5s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.album-list.type1:not(.masonry-list) .item .box:hover .namebox{
    margin: -58px auto 0;
    background: #E8B382;
}
.album-list.type1:not(.masonry-list) .item .namebox .name{
    padding: 0;
    margin: 0;
    color: #634F3F;
    font-size: 18px;
    font-weight: normal;
    -webkit-line-clamp: 1;
    max-height: 28px;
    line-height: 28px;
    transition: all .5s ease;
}
.album-list.type1:not(.masonry-list) .item .box:hover .namebox .name{
    color: #fff;
}
/* /al_m_type1 */
.album-sect .album-slider-control {
    position: absolute;
    top: 53px;
    right: 25px;
    width: 125px;
    height: 60px;
}
.album-sect .slick-arrow{
    position: absolute;
    white-space: nowrap;
    text-indent: 101%;
    top: 0;
    left: 0;
    padding: 0; 
    border: 0;
    background: #fff;
    border: 0;
    z-index: 80;
    overflow: hidden;
    transition: all 0.5s ease;
    font-size: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.album-sect .slick-next{
    left: auto;
    right: 0;
}
.album-sect .slick-prev::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #B9B5B0;
    border-right: 2px solid #B9B5B0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.album-sect .slick-next::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #B9B5B0;
    border-right: 2px solid #B9B5B0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.album-sect .slick-prev:hover:before,
.album-sect .slick-next:hover:after {
    border-color: #fff;
}
.album-sect .slick-arrow:hover{
    background: #E8B382;
}
/* al_type1 */
.album-list.type1 .item {
    border: 0;
}
/* /al_type1 */
/* al_type2 */
.album-list.active.type2 .item .pic:before{
    opacity: 0;
}
.album-list.active.type2 .box:hover .cover,
.album-list.active.type2 .box:hover .pic:before{
    opacity: 1;
}
/* /al_type2 */
/*瀑布流*/
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06-1/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .5s ease;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    padding-right: 60px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .title {
    display: block;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #634F3F;
    font-size: 18px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06-1/common/index/album_hover.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 54px;
    position: absolute;
    right: 0;
    top: -26px;
    z-index: 20;
    transition: all 0.5s ease;
    opacity: 0;
}
.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 .box:hover .namebox:after{
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 10px 0 0;
    font-size: 18px;
    padding-right: 60px;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout06-1/common/index/contact_border.png) top center no-repeat, url(../../../images/layout06-1/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.reminder{
    /*top: -20px;*/
    position: relative;
    padding: 9.5px 15px;
    color: #F6F6F6;
    background: #2d3f41;
    background: -moz-linear-gradient(left,  #2d3f41 0%, #5caa97 100%);
    background: -webkit-linear-gradient(left,  #2d3f41 0%,#5caa97 100%);
    background: linear-gradient(to right,  #2d3f41 0%,#5caa97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3f41', endColorstr='#5caa97',GradientType=1 );
    margin-bottom: 30px;
}
.reminder:after{
    border-top: 8px solid #EB4130;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position:absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}
.reminder b{
    border-color: #F6F6F6;
}
.contact-sect .form-wrap .reminder{
    display: none;
}
.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 {
        padding: 120px 0 60px;
    }
    .products-sect {
        padding: 40px 0 0;
    }
    .news-sect.type4 .news-list.type4:not(.masonry-list) .item{
        padding: 0 7px;
    }
    .news-sect.type4 .index_more {
        left: 15px;
    }
    .album-sect .album-list .item {
        padding: 0 7px;
    }
    .album-sect .album-slider-control {
        right: 40px
    }
}
@media screen and (max-width: 1330px){
    .about-sect .col.txt {
        padding-right: 0;
        left: -138px;
        width: calc(100% - 785px);
    }
    .about-sect .txt-box .a_pic2 {
        right: -320px;
        width: 355px;
        height: 357px;
    }
    .about-sect .col.pic {
        max-width: 785px;
        left: -138px;
    }
    .about-sect .index_a {
        max-width: 620px;
    }
    .about-sect .col.pic::after {
        top: 45px;
        width: 167px;
        height: 168px;
    }
    .about-sect .txt-box .a_pic2::after {
        left: 35px;
        width: 140px;
        height: 209px;
    }
    .service-sect::after {
        top: 240px;
        left: 50%;
        margin-left: -665px;
        width: 1330px;
        height: 326px;
    }
    .service-sect {
        padding: 40px 0 115px;
    }
    .album-sect .album-slider-control {
        right: 80px
    }
    .service-box {
        margin: 0 50px;
    }
}
@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;
    }
    /*!少量排版*/
    .about-sect .col.pic {
        left: -50px;
        max-width: 650px;
    }
    .about-sect .col.txt {
        left: -50px;
        width: calc(100% - 650px);
    }
    .about-sect .index_a {
        max-width: 486px;
    }
    .about-sect .txt-box .a_pic2 {
        top: -140px;
        right: -85px;
        width: 250px;
        height: 252px;
    }
    .about-sect .txt-box .a_pic2::after {
        display: none;
    }
    .about-sect .txt-box {
        position: relative;
        width: 100%;
    }
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .title{
        margin: 0 auto 30px;
    }
    .title span {
        margin: 0;
    }
    .title h2 {
        color: #807873;
    }
    .products-sect .title span,
    .service-sect .title span,
    .album-sect .title span {
        font-size: 25px;
        margin: 0 auto 0;
    }
    .products-sect .title span::before,
    .products-sect .title span::after,
    .service-sect .title span::before {
        display: none;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .about-sect {
        padding: 100px 0 30px;
    }
    .about-sect .title {
        margin: 0 auto 22px;
    }
    .about-sect .txt-box .a_pic2 {
        display: none;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .row {
        flex-direction: column-reverse;
    }
    .about-sect .col.pic {
        left: unset;
        max-width: 650px;
    }
    .about-sect .col.pic::before {
        top: -40px;
    }
    .about-sect .index_a {
        top: 0;
        height: 100%;
        max-width: unset;
    }
    .about-sect .col.pic::after {
        top: 0;
        z-index: -1;
        right: 0;
    }
    .about-sect .col.txt {
        left: unset;
        padding: 30px 30px 0;
    }
    .about-sect .txt-box {
        max-width: 315px;
        margin: 0 auto;
    }
    .about-sect .index_more {
        position: relative;
        display: block;
        margin: 30px auto 0;
    }
    .about-sect .txt-box .index-about-editor .editor{
        -webkit-line-clamp: initial;
        height: unset;
        font-size: 15px;
        text-align: left;
    }
    .about-sect .index_more,
    .about-sect .index_more a {
        width: 200px;
    }
    .about-sect .index_more:hover a span {
        letter-spacing: 3px;
    }
    .about-sect .index_more::before {
        width: 132px;
        height: 97px;
    }
    .products-sect{
        padding: 30px 0 0;
    }
    .products-box{
        padding: 0;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box.new:before {
        width: 60px;
        height: 45px;
        top: -8px;
        left: 12px;
    }
    .products-list .name,
    .products-list.type2 .name {
        font-size: 16px;
    }
    .products-list.type2 .item {
        margin-bottom: 30px;
    }
    .service-sect {
        padding: 50px 0 60px;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect::before {
        height: 380px;
        background-position: 50% 50%;
    }
    .service-sect::after {
        display: none;
    }
    .service-sect .title span::before {
        margin: 0 auto 10px
    }
    .service-sect .index_more{
        margin: 30px auto 0;
    }
    .service-sect .index_more,
    .service-sect .index_more a,
    .service-sect .index_more::before {
        width: 210px;
    }
    .service-sect .index_more a span {
        padding-left: 80px;
    }
    .service-sect .index_more a span {
        letter-spacing: 3px;
    }
    .news-sect{
        padding: 60px 0 30px;
    }
    .news-sect.type4:not(.tt-list) .container {
        display: block;
    }
    .news-sect.type4 .title {
        width: 100%;
        margin: 0 auto 30px;
        text-align: center;
    }
    .news-sect.type4 .news-list.type4:not(.masonry-list) {
        width: 100%;
    }
    .news-sect.type4 .title::before {
        left: 0;
    }
    .news-sect.type4 .index_more {
        position: relative;
        margin: 20px auto 0;
        top: unset;
        transform: unset;
        left: unset;
        width: 200px;
    }
    .news-sect .index_more a {
        width: 200px;
    }
    .news-sect .index_more:hover a span {
        letter-spacing: 3px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect {
        padding: 30px 0;
    }
    .album-sect .container {
        display: flex;
        flex-direction: column;
    }
    .album-sect .title {
        order: 1;
        margin: 0 auto 15px;
    }
    .album-sect .album-slider-control {
        order: 2;
        position: relative;
        width: 110px;
        height: 50px;
        top: unset;
        left: 0;
        right: 0;
        margin: 0 auto 25px;
    }
    .album-sect .album-list {
        order: 3;
    }
    .album-sect .index_more {
        order: 4;
    }
    .album-list.type1:not(.masonry-list) .item .namebox {
        padding: 10px;
        width: calc(100% - 15px);
    }
    .album-list.type1:not(.masonry-list) .item .box:hover .namebox {
        margin: -48px auto 0;
    }
    .album-list.type1:not(.masonry-list) .item .namebox .name{
        font-size: 16px;
    }
    .album-sect .slick-arrow {
        width: 50px;    
        height: 50px;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px){
    .service-box {
        margin: 0 20px;
    }
    /* news */
    .news-list.type1 {
        margin: 0;
    }
    .news-list.type1 .txt {
        align-items: center;
    }
    .news-list.type1 .date {
        font-size: 30px;
        line-height: 15px;
        padding: 15px;
    }
    .news-list.type1 .date .day {
        line-height: 1;
    }
    .news-list .date .month,
    .news-list .date .years {
        font-size: 14px;
        line-height: 1;
    }
    .news-list.type3 {
        margin: 0;
    }
    .news-list.type3 .item {
        margin: 0;
        padding: 0;
        background: url(../../../images/layout06-1/common/bg/line02.png) repeat-x bottom;
    }
    .about-sect .col.pic::after {
        width: 137px;
        height: 138px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .about-sect .col.txt {
        left: unset;
        padding: 30px 15px 0;
    }
    .service-sect::before{
        display: none;
    }
    .news-sect.type4 .index_more{
        display: none;
    }
    .about-sect .col.pic::after {
        top: -20px;
        width: 117px;
        height: 118px;
    }
    .about-sect .col.pic::before {
        top: -25px;
    }
    .about-sect {
        padding: 60px 0 30px;
    }
    .products-sect {
        padding: 30px 0 30px;
    }

    .site-footer {
        z-index: 1;
    }
    .site-footer::before{
        background-size: cover;
        background-position: 50% 0%;
        width: 100%;
        z-index: -1;
        top: -160px;
        height: 250px;
    }
    .footer_top {
        padding: 0 15px 30px;
    }
    .footer_top >.container {
        padding: 30px 0 0;
    }
}