.wrapper{
    background: url(../../images/common/index/bg.jpg);
    background-size: cover;
    /*background-position: 0 -198px;*/
}
.banner .slick-dots {
    text-align: center;
    padding: 10px 0;
    width: 27px;
    position: absolute;
    right: 27px;
    bottom: -27px;
    background: rgb(55,68,79); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(55,68,79,1) 0%, rgba(11,19,32,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(55,68,79,1) 0%,rgba(11,19,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(55,68,79,1) 0%,rgba(11,19,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37444f', endColorstr='#0b1320',GradientType=0 ); /* IE6-9 */
}
.banner .slick-dots li{
    line-height: 1;
    display: block;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.site-main {
    padding-bottom: 60px;
}

.sect-title {
    color: #333;
    font-family: 'Times New Roman', '微軟正黑體', Times, serif;
    font-size: 37px;
    font-weight: normal;
    line-height: 0.7;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0 auto;
}

.sect-title p {
    line-height: 0;
    font-size: 25px;
    color: #c3975c;
}

.news-sect .btn.more,
.products-sect .btn.more,
.album-sect .btn.more {
    display: block;
    margin: auto;
    border:solid 1px #E0E0E0;
    font-family: Libre Baskerville;
    font-size: 17px;
    color: #DFDFDF;
    max-width: 100%;
    line-height: 65px;
    width: 392px;
    border-radius: 0;
    text-align: left;
    padding: 0 24px;
    box-sizing: border-box;
    transition: all .3s ease;
    position: relative;

}
.news-sect .btn.more:hover,
.products-sect .btn.more:hover,
.album-sect .btn.more:hover {
    background-color: #050D53;
    border-color:  #050D53;
}
.news-sect .btn.more:after,
.products-sect .btn.more:after,
.album-sect .btn.more:after {
    display: block;
    width: 21px;
    height: 5px;
    margin-left: 10px;
    background: url(../../images/common/index/more.svg);
    content: "";
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 24px;

}
.news-sect .btn.more:hover:after,
.products-sect .btn.more:hover:after,
.album-sect .btn.more:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.album-sect .btn.more {
    margin-top: 40px;
}

.sect1 {
    padding-top: 100px;
    padding-bottom: 183px;
    position: relative;
}
.sect1 .container{
    z-index: 5;
}
.scroll_pic1{
    position: absolute;
    left: 0;
    bottom: -50%;
    background: url(../../images/common/index/bg1.png);
    width: 32.681%;
    height: 0;
    padding-bottom: 41.3825%;
    display: block;

}
.news-sect .sect-title {
    display: block;
    background: url(../../images/common/index/news_title.png);
    width: 174px;
    height: 51px;
    font-size: 0;
    margin-bottom: 66px;
}

.news-sect .btn.more {
    margin-top: 50px;
}

.news-list {
    margin: 0 auto;
    max-width: 1100px;
}

.news-list .item {
    width: 50%;
    padding: 0 2%;
}

.news-list .item:nth-child(2n+1) {
    clear: left;
}

.news-list .box {
    margin: 0 auto 50px;
    overflow: hidden;
}

.news-list .pic {
    float: left;
    width: 150px;
    border: solid 1px #000000;
}
.news-list .pic:before{
    content: '';
    display: block;
    background: rgba(4,9,65,0.85);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0 ;
    opacity: 0;
    transition: all .3s ease;
}
.news-list .box:hover .pic:before {
    opacity: 1;
}

.news-list .txt {
    margin-left: 180px;
    padding-top: 8px;
}

.news-list .date {
    display: block;
    color: #C6A869;
    font-family:Arvo;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news-list .pic{
    position: relative;
    overflow:hidden; 
}

.news-list .barVign2 {
    position: absolute;
    background: #C6A869;
    transition: all .8s ease;
}
.barVign2.T {
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
}
.news-list .box:hover  .barVign2.T{
    width: 100%;

}
.barVign2.R {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0;
    
}
.news-list .box:hover  .barVign2.R{
    height: 100%;

}
.barVign2.B {
    bottom: 0;
    left: 0;
     width: 0;

    height: 1px;
}
.news-list .box:hover .barVign2.B{
    width: 100%;

}
.barVign2.L {
    top: 0;
    left: 0;
    width: 1px;
    height: 0;

}
.news-list .box:hover  .barVign2.L{
    height: 100%;

}

.news-list .date:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    height: 2px;
    bottom: 0;
    background: #C3975C;
    position: absolute;
    left: 100%;
    transition: left .6s cubic-bezier(.25, .1, .25, 1), width .3s cubic-bezier(.25, .1, .25, 1) .3s;
}
.news-list .box:hover .date:after {
    width: 10px;
    left: 0;
    transition: width .6s cubic-bezier(.25, .1, .25, 1)
}
.news-list .name {
    display: block;
    color: #C6A869;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    height: 29px;
}

.news-list .description {
    display: block;
    color: rgba(223,223,223,0.65);
    line-height: 1.35;
    letter-spacing: 0.04em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    height: 53px;
}

.sect2 {
    padding-top: 10px;
    padding-bottom: 85px;
    position: relative;
}
.scroll_pic2{
    position: absolute;
    right: 0;
    top: 0%;
    background: url(../../images/common/index/bg2.png);
    display: block;
    width: 28.519%;
    height: 0;
    padding-bottom: 41.3825%;

}

.products-sect .sect-title {
   display: block;
   background: url(../../images/common/index/products_title.png);
   width: 314px;
   height: 50px;
   font-size: 0;
}

.products-sect .btn.more {
    margin-top: 70px;
}

.products-nav {
    text-align: center;
}

.products-nav:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #C3975C;
    margin: 30px auto;
}
.products-slider {
    padding-top: 90px;
    position: relative;
}
.products-slider .slick-prev,
.products-slider .slick-next {
    color: #D0BB8D;
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 18px;
    left: 50%;
}
.products-slider .slick-next:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #C6A869;
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: 8px;
}
.products-slider .slick-prev {
    margin-left: -40px;
}

.products-slider .slick-next {
    margin-left: 15px;
}

.products-slider .slick-prev:hover,
.products-slider .slick-next:hover {
    color: #ccc;
}
.ic-angle-double-right,
.ic-angle-double-left{
    width: 21px;
    height: 5px;
}
.ic-angle-double-left{
    font-size: 0;
    background: url(../../images/common/index/arrow_left.svg);
}
.ic-angle-double-right{
    font-size: 0;
    background: url(../../images/common/index/arrow_right.svg);
}
.products-list .item {
    width: 33.33%;
    position: relative;
}

.products-list .item:nth-child(3n+1) {
    clear: left;
}

.products-list .pic {
    margin: 0;
    overflow: hidden;
}

.products-list a {
    z-index: 2;
}
.products-list .box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list  .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.products-list .cover {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(4,9,65,0) 0%, rgba(4,9,65,0.85) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(4,9,65,0) 0%,rgba(4,9,65,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(4,9,65,0) 0%,rgba(4,9,65,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00040941', endColorstr='#d9040941',GradientType=0 ); /* IE6-9 */
    opacity: 0.85;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    align-items: flex-end;
}

.products-list .box:hover .cover {
    opacity: 1;
}

.products-list.list-h>li .cover_box {
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: -9999px;
}

.products-list .name {
    display: inline-block;
    vertical-align: middle;
    width: 94%;
    line-height: 1.3;
    color: #C5A667;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Arvo',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;

}

.products-list .name:before {
    content: "";
    background: url('../../images/common/index/products_hover.png') no-repeat 50% 0;
    display: block;
    height: 185px;
    margin-bottom: -15px;
}

.sect3 {
    padding: 85px 0 85px;
}
.sect4{
    padding: 85px 0 85px;
    position: relative;
    position: relative;
}
.scroll_pic3{
    position: absolute;
    right: 0;
    top: 93%;
    background: url(../../images/common/index/bg3.png);
    display: block;
    width: 32.2074%;
    padding-bottom: 37.835%;

}
.about-sect .sect-title {
    margin-bottom: 50px;
    background: url(../../images/common/index/about_title.png);
    width: 236px;
    height: 51px;
    font-size: 0;
}

.album-sect .sect-title {
    font-size: 0;
    background: url(../../images/common/index/album_title.png);
    width: 214px;
    height: 50px;
    margin-bottom: 60px;
    font-size: 0;
}

.album-list {
    max-width: 1300px;
    margin: 0 auto;
}

.album-list .item {
    width: 25%;
    padding: 0 1%;
}

.album-list .box {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 300px;
    margin: 0 auto 30px;
}

.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}


.album-list .fancybox {
    display: none;
}

.album-list .pic {
    position: relative;
    overflow: hidden;
}

.album-list .pic:before{
    content: '';
    display: block;
    background: rgba(4,9,65,0.85);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0 ;
    opacity: 0;
    transition: all .3s ease;
}
.album-list .box:hover .pic:before {
    opacity: 1;
}
.album-list .barVign2 {
    position: absolute;
    background: #C6A869;
    transition: all .8s ease;
}
.barVign2.T {
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
}
.album-list .box:hover  .barVign2.T{
    width: 100%;

}
.barVign2.R {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0;
    
}
.album-list .box:hover  .barVign2.R{
    height: 100%;

}
.barVign2.B {
    bottom: 0;
    left: 0;
     width: 0;

    height: 1px;
}
.album-list .box:hover .barVign2.B{
    width: 100%;

}
.barVign2.L {
    top: 0;
    left: 0;
    width: 1px;
    height: 0;

}
.album-list .box:hover  .barVign2.L{
    height: 100%;

}




.sect5 {
    margin-top: 60px;
}

@media screen and (max-width: 1000px) {
      .sect1, .sect2,.sect3{
            padding: 30px 0 50px;
      }
      .sect4{
         padding: 60px 0 0px;
      }
     .about-sect .sect-title,
     .products-sect .sect-title,
     .news-sect .sect-title,
     .album-sect .sect-title{
            transform: scale(0.7);
            margin-bottom: 30px;
      }
      .products-slider{
        padding-top: 40px;
      }
     .news-sect .btn.more, .album-sect .btn.more{
        margin-top: 20px;
      }
      .products-sect .btn.more{
        margin-top: 40px;
      }
      .products-slider .slick-prev, .products-slider .slick-next{
        top:5px;
      }
      .products-sect .sect-title{
        margin-bottom: 0;
      }
      .site-main{
        padding-bottom: 45px;
      }

}

@media screen and (max-width: 900px) {
    .news-list .item {
        width: 100%;
    }

    .news-list .item:nth-child(n) {
        clear: none;
    }

    .products-list .item {
        width: 50%;
    }

    .products-list .item:nth-child(3n+1) {
        clear: none;
    }

    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-dots {
        padding: 15px 0;
    }

    .sect-title {
        font-size: 30px;
    }

  

    .news-sect .sect-title {
        margin-bottom: 30px;
    }

    .news-list .box {
        margin-bottom: 30px;
    }

    .sect3 {
        margin-top: 0;
        padding-bottom: 0;
    }

    .album-list {
        max-width: 630px;
    }

    .album-list .item {
        width: 50%;
        padding: 0 7px;
    }

    .album-list .item:nth-child(2n+1) {
        clear: left;
    }

    .album-list .box {
        margin-bottom: 15px;
    }

    .album-list .item:nth-child(2n) .box {
        top: 0;
    }

    .album-sect .btn.more {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .news-list .box {
        max-width: 360px;
    }

    .news-list .pic {
        float: none;
        margin: 0 auto;
    }

    .news-list .txt {
        float: none;
        margin: 0;
        text-align: center;
    }

    .news-list .date:after {
        margin: 10px auto;
    }

    .news-list .description {
        height: auto;
        max-height: 53px;
    }

    .products-list .item {
        width: 100%;
    }

    .products-list .item:nth-child(n) {
        clear: none;
    }

    .products-list .box {
        max-width: 400px;
        margin: 0 auto;
    }

    .album-list {
        margin: 0 -7px;
    }

    .album-list .item {
        width: 100%;
    }

    .album-list .item:nth-child(n) {
        clear: none;
    }
}