/*body {
    background: url(../../images/common/index/body_i.jpg) repeat-x, url(../../images/common/body.jpg);
}*/
.wrapper{
    background: #fff;
}
.site-main{
    margin-top: 0;
    padding-top: 0;
}
.slick-arrow{
    cursor: pointer;
}
.banner .container{
    max-width: 1820px;
}
.banner .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -720px;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 28px;
    height: 28px;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.about-sect {
    /* background: #f2f2f2; */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),url('../../images/common/index/index-about-bg-1.jpg') fixed no-repeat;
    background-size: cover;
    text-align: center;
    padding: 60px 0;
}

.news-sect .sect-title,
.products-sect .sect-title,
.about-sect .sect-title {
    margin: auto;
    font-family: 'Jost','微軟正黑體', sans-serif;
    color: #3c3c3c;
    font-weight: bold;
    font-size: 23px;
    margin: 0 auto 30px;
    position: relative;
}
.news-sect .sect-title .txt,
.products-sect .sect-title .txt,
.about-sect .sect-title .txt,
.album-sect .sect-title .txt{
    color:#202020;
    font-size:40px;
    font-weight:400;
    line-height: 1;
}
.about-sect .sect-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #594C3F;
    left: 50%;
    margin-left: -50px;
}
/*.about-sect .sect-title:before {
    content: "";
    background: url(../../images/common/index/icon_title.png);
    width: 80px;
    height: 28px;
    margin: auto;
    display: block;
}*/
.about-sect .editor {
    max-width: 780px;
    margin: auto;
}
.about-sect strong {
    display: block;
    font-size: 20px;
    color: #555;
}
.about-sect .btn-box .ibtn.more {
    background: transparent;
    text-indent:inherit;
    border: 1px solid #7D7D7D;
    color:#3e3e3e;
    width: 250px;
    height: 40px;
    line-height:40px;
    text-align:center;
    letter-spacing:0.1em;
    border-radius:5px;
    transition:all .3s ease;
    font-family: 'Jost','微軟正黑體', sans-serif;
}
.about-sect .btn-box .ibtn.more:hover {
    background:#212121;
    color: #FFF;
    letter-spacing:0.15em;
}
.sect2{
    background: #fff;
    padding: 70px 0 80px;
}
.sect2 .sect-title {
    position: relative;
    font-size: 23px;
    color: #3c3c3c;
    font-weight: bold;
    margin-bottom: 30px;
    /* border-bottom: 2px solid #DFDDD3; */
    position: relative;
    vertical-align: middle;
    font-family: 'Jost','微軟正黑體', sans-serif;
    display: flex;
}
.news-sect .sect-title .txt{
    display:inline-block;
    margin-right: 10px;
}
.news-sect{
    float: left;
    width: 63.1%;
}
.news-sect .sect-title .more{
    width: 20px;
    height: 20px;
    background: url(../../images/common/index/btn-more2.png);
    display: block;
    position: absolute;
    right: 0;
    text-indent: -5000px;
    top: calc(50% - 10px);
}
.news-sect .sect-title .more:hover{
    background-position:  0 100%;
}
/* .news-sect .sect-title:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    bottom: -2px;
    background: #b1b1b1;
    height: 2px;
} */
/* .sect2 .sect-title:after{
    content:'';
    display:block;
    width: calc(100% - 306px);
    height:2px;
    background:#dfdfdf;
    position:absolute;
    top:50%;
    right: 25px;
} */
.sect2 .sect-title2:after{
    width: calc(100% - 263px);
    position:absolute;
    right: 45px;
}
.sect2 .sect-title2 .txt{
   margin-right: 5px;
}
.news-list {
    margin: 0 -30px;
}
.news-list .item {
    width: 33.33%;
    padding: 0 20px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}

.news-list.news-slick .item:nth-child(4n+1) {
    clear: unset;
}


.news-list .box {
    max-width: 300px;
    margin: 0 auto 50px;
    position: relative;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list .pic {
    margin-bottom: 10px;
}
.news-list .txt {
    position: relative;
    padding: 0 15px;
}
.news-list .txt .date{
    float: left;
    font-size: 14px;
    text-align: center;
    color: #8A8A8A;
    line-height: 1.2;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #ccc;
    font-family: 'Jost','微軟正黑體', sans-serif;
}
.news-list .txt .date small{
    font-size: 34px;
    display: block;
    font-weight: 400;
}
.news-list .name {
    height: 55px;
    margin-bottom: 2px;
    font-size: 18px;
    color: #111;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.news-list .description {
    color: #777777;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    margin: 20px 0;
}
.news-list .box:hover .description {
    text-decoration: underline;
}
.news-list .more {
    background: #7d7d7d;
    color:#fff;
    text-align:center;
    border-radius:5px;
    letter-spacing:0.1em;
    width: 90px;
    height: 25px;
    line-height:25px;
    font-family: 'Jost','微軟正黑體', sans-serif;
    margin-top: 10px;
    margin-left: 15px;
    transition:all .3s ease;
}
.news-list .box:hover .more {
    background:#212121;
    letter-spacing:0.15em;
}



.album-sect{
    float: right;
    width: 32%;
    position: absolute;
    /* top: -160px; */
    right: 0;
}
.album-sect .news-list .name {
    height: 50px;
    -webkit-line-clamp: 1;
    background: #FFF;
    padding: 9px 11px;
    box-sizing: border-box;
    margin-top: -37px;
    box-shadow: 2px 2px 8px 0px #dcdcdc;
    border-radius: 5px;
    line-height: 37px;
    font-weight: 500;
    color: #3e3e3e;
    transition: all .3s ease;
}
.album-sect  .news-list .box:hover .name {
    font-weight: bold;
}
.album-sect .left_pic2{
    margin: 0;
}
.album-sect .right_pic{
    position: absolute;
    left: -50%;
    bottom: 0%;
}
.album-sect .slick-dots{
    position: absolute;
    right: 0;
    top: -55px;
}
.album-sect .slick-dots li{
    display: inline-block;
    margin: 0 3px;
}
.album-sect .slick-dots button{
    border: none;
    text-indent: -5000px;
    background: #DDDDDD;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    box-shadow:inset 1px 1px 1px rgba(0%,0%,0%,0.1);
}
.album-sect .slick-dots .slick-active button{
    background: #7D7D7D;
}
.album-list {
    margin: 0 -5px;
}
.album-list .item {
    width: 50%;
    padding: 0 5px;
    text-align: center;
    margin: 10px 0;
    min-height: 224px;
}
.album-list .box {
    display: block;
    position: relative;
    max-width: 224px;
    position: relative;
    margin: 0 auto;
}
.album-list li .cover2{
     font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
   
}
.album-list .pic {
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.album-list .pic img {
    width: 100%;
}
.album-list .item .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.album-list .item .cover .name{
    height: 35px;
    color: #333;
    font-size: 18px;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}
/* .album-list .item:hover .pic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
} */
/* .album-list .item:hover .cover{
    background: #fff;
} */
.sect3 {
    position: relative;
    padding: 40px 0;
}
/*.sect3:before{
    content: '';
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    border-top: 1px solid #B7A493;
    z-index: 1;
}*/
.sect3 .container {
    max-width: 1440px;
    position: relative;
    padding: 0 80px;
}
.sect3 .sect-title{
    font-size: 22px;
    text-align: center;
    background: #212121;
    color: #fff;
    position: relative;
    margin-bottom: 45px;
    padding: 12px 0 5px;
    font-family: 'Jost','微軟正黑體', sans-serif;
}
.sect3 .sect-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 17px 0 17px;
    border-color: #212121 transparent transparent transparent;
    z-index: 1;
}
.products-sect .slick-arrow{
    border: none;
    background: url(../../images/common/arrow.png);
    width: 25px;
    height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    text-indent: -5000px;
}
.products-sect .sect-title .txt{
    color: #fff;
}
.products-sect .slick-prev{
    background-position: 0 0;
    left: -130px;
    transform:rotate(180deg);
}
.products-sect .slick-next{
    background-position: 100% 0;
    right: -130px;
}
.products-sect .slick-prev:hover{
    background-position: 0 100%;
}
.products-sect .slick-next:hover{
    background-position: 100% 100%;
}
.products-list {
    max-width: 1190px;
    margin: 0 auto;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:focus{
    outline: none;
}
.products-list .box {
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    padding: 4px;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box .pic{
    /* border: 1px solid #F0F0F0; */
    /* max-width: 252px; */
    /* margin: 4px auto; */
    position: relative;
}
/* .products-list .box .pic:after{
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 4px solid #C9BCAF;
    background: #fff;
    z-index: -1;
} */
.products-list .box:hover .pic img{
    opacity: .5;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.products-list .box.new .pic:before{
    content: '';
    background: url(../../images/common/products/news.png);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.products-list li .txt {
    padding: 10px 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
    /* border: 1px solid #F0F0F0; */
    margin-top: 10px;
    text-align: center;
}
.products-list .name {
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
}
.products-list .box:hover  .txt {
    background: #F0F0F0;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.products-list .box:hover .name{
    color: #000;
}
.sect4 {
    background: #fff;
    padding: 35px 0;
}
.sect4 .container {
    max-width: 1440px;
    padding: 0;
}
.links-sect{
    float: left;
    width: 47%;
}
.links-list {
    margin: -30px -10px 0;
}
.links-list .item {
    width: 50%;
    padding: 0 10px;
}
.links-list .item .box {
    margin: 30px auto 0;
    max-width: 336px;
    position: relative;
}
.links-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.links-list .pic {
    margin-bottom: 6px;
    position: relative;
}
.links-list .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 20%;
    text-align: center;
    background: rgba(161, 138, 116, 0.85);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.links-list .title span{
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 10px 15px;
    display: block;
    max-width: 80%;
    margin: auto;
}
.links-list .box:hover .title{
    opacity: 1;
}
.service-sect{
    float: right;
    width: 50%;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.service-sect .sect-title{
    float: left;
    width: 70px;
    height: 122px;
    background: url(../../images/common/index/service_title.png)0 0 no-repeat;
    text-indent: -5000px;
}
.service-list{
    float: right;
    width: calc(100% - 70px);
}
.service-list .box{
    position: relative;
}
.service-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.service-sect .pic{
    float: left;
    width: 120px;
    margin-right: 30px;
    text-align: left;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}
.service-sect .txt-box{
    float: right;
    width: calc(100% - 150px);
    padding-right: 20%;
    background: url(../../images/common/index/service_icon.svg)right 50% no-repeat;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.service-sect .name{
    color: #A08A75;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}
.service-sect .description{
    height: 120px;
    overflow: hidden;
}
.service-sect .box:hover .pic:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
}
.service-sect .box:hover .description{
    text-decoration: underline;
}
.warning-sect {
    max-width: 1470px;
    margin: 0 auto;
    padding: 15px 0;
    background: none;
}

@media screen and (max-width: 1860px) {
    .banner .slick-prev{
        left: 0;
    }
    .banner .slick-next{        
        right: 0;
    }
}
@media screen and (max-width: 1470px) {
    .banner .slick-dots {
        right: 0;
        left: 0;
        margin: 0;
        padding: 0 15px;
        text-align: right;
    }
    .products-sect .slick-prev{
        left: -80px;
    }
    .products-sect .slick-next{
        right: -80px;
    }
}
@media screen and (max-width: 1300px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .album-sect{
        float:right;
        position:relative;
        width:30%;
    }
}
@media screen and (max-width: 1000px) {

    .sect2 .sect-title:after {
        display: none;
    }
    .album-sect .slick-dots {
        position: relative;
        right: unset;
        top:unset;
        margin: auto;
        padding-left: 0;
    }


    .about-sect {
        top: 0;
        padding: 45px 0;
    }
    .news-sect,.album-sect{
        float: none;
        width: 100%;
    }
    .album-sect{
        text-align: center;
        margin-top: 10px;
    }
    .news-list .item {
        width: 33.33%;
    }
    .links-list .item{
        width: 50%;
        padding-bottom: 10px;
    }
    .links-sect,.service-sect{
        width: 100%;
        float: none;
    }
    .service-sect{
        padding: 0 80px;
        margin: 20px auto 0;
    }
    .service-sect .name,.service-sect .description{
        height: inherit;
    }
    .album-sect{
        top:0;
    }
    .album-sect .right_pic{
        left:0;
    }
    .sect2{
        padding: 45px 0 60px;
    }
    .banner .container {
        max-width: 1820px;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .news-sect .sect-title {
        text-align: center;
    }
    .news-list .box {
        margin-bottom: 30px;
    }
    .service-sect{
        padding: 0 15px;
    }
}
@media screen and (max-width: 580px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) .box {
        max-width: 320px;
    }
    .links-list .item{
        width: 100%;
    }
    .service-sect .pic,
    .service-sect .txt-box{
        float: none;
    }
    .service-sect .txt-box{
        width: 100%;
        margin-top: 10px;
        padding: 0;
        background: none;
    }
}