.banner {
    position: relative;
}
.banner:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.53+2,0+14,0+66,0.53+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 2%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.53) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 2%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.53) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 2%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.53) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#87000000', endColorstr='#87000000', GradientType=0);
    /* IE6-9 */
}
.banner .slick-dots li button {
    display: block;
    text-align: center;
    border: 0;
    padding: 0;
    background: none;
    color: #666;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: bold;
}
.banner .slick-dots li.slick-active button {
    color: #C5A36E;
}
.banner-control-box {
    position: absolute;
    right: 20px;
    top: 0;
    display: table;
    z-index: 200;
}
.banner-control {
    display: table-cell;
    vertical-align: middle;
}
.banner-pager li a {
    color: #757595;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.banner-pager li.active a {
    color: #734667;
    font-weight: bold;
    text-decoration: underline;
}
.banner .ibtn.scroll {
    background-image: url('../images/index/btn_scroll.png');
    width: 84px;
    height: 76px;
    position: absolute;
    z-index: 50;
    left: 50%;
    bottom: 7%;
    margin-left: -42px;
}

.site-main {
    padding: 30px 0;
}
.sect-bg {
    background: url('../images/index/main_bg.png') 50% 0 / cover no-repeat;
}
.sect-title {
    color: #fff;
    font-family: 'Lato', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.2em;
    margin: 0;
}
.btn.more {
    display: block;
    width: 100px;
    color: #C6A36F;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 30px auto 0;
}
.about-sect .more{
    color: #8E8875;
    background: #39362B;
    line-height: 30px;
    width: 115px;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}
.about-sect .more:hover{
    background: #7C6B3F;
    color: #fff;
}
.news-sect .btn.more{
    color: #807657;
}
.news-sect .btn.more:hover{
    color: #ddd;
}
.news-sect .btn.more:before {
    content: '';
    display: block;
    width: 0;
    height: 36px;
    border-left: 1px solid #675F47;
    margin: 0 auto;
}
.news-sect .btn.more:before {
    margin-bottom: 10px;
}
.sect1{
    padding-top: 90px;
}
.sect2{
    padding-top: 70px;
    position: relative;
    padding-bottom: 160px;
}
.sect2:before{
    content: '';
    background: url('../images/banner_cover.png') 50% 100% no-repeat;
    height: 106px;
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.sect4{
    padding-top: 55px;
}
.about-sect {
    max-width: 600px;
    margin: 0 auto;
}
.about-sect .sect-title:after {
    content: '';
    display: block;
    margin: 10px auto;
    width: 7px;
    height: 7px;
    background: #7C6B3F;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.products-sect .sect-title {
    margin-bottom: 30px;
}
.products-slider {
    position: relative;
    padding: 0 40px;
}
.products-slider .slick-prev,
.products-slider .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../images/index/products_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}
.products-slider .slick-prev {
    background-position: 0 0;
    left: 0;
}
.products-slider .slick-next {
    background-position: 100% 0;
    right: 0;
}
.products-slider .slick-prev:hover {
    background-position: 0 100%;
}
.products-slider .slick-next:hover {
    background-position: 100% 100%;
}
.products-list {
    max-width: 1126px;
    margin: 0 auto;
}
.products-list .item {
    width: 25%;
}
.products-list .box {
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
}
.products-list .pic-box {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.products-list .pic-box:before {
    content: "";
    background: rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.products-list a:hover .pic-box:before {
    background: rgba(0,0,0,0);
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.products-list .box .txt{
    padding: 0 20px;
}
.products-list .box .txt:after {
    content: "";
    background: #7A7053;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: calc(100% - 40px);
    height: 0;
    display: block;
    opacity: 0;
}
.products-list .box:hover .txt:after {
    height: 3px;
    opacity: 1;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.products-list .name {
    display: block;
    color: #AAAAAA;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
}

.sect3 {
    background: url('../images/index/sect3_bg.png');
}
.service-sect {
    float: left;
    width: calc(100% - 540px);
    padding: 45px 40px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.service-sect .pic {
    float: left;
    width: 240px;
}
.service-sect .txt {
    float: right;
    width: calc(100% - 285px);
}
.service-sect-title {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 1;
    opacity: 0.4;
    margin-bottom: 20px;
}
.service-sect .editor {
    color: #B4A89D;
    font-size: 14px;
    line-height: 1.6;
}
.service-sect .btn.more {
    display: inline-block;
    margin: 15px 0 0;
    width: auto;
}
.album-sect {
    float: right;
    width: 508px;
    padding: 10px;
}
.album-list {
    margin: -5px;
}
.album-list .item {
    width: 33.33%;
    padding: 5px;
}
.album-list .item:first-child {
    width: 66.66%;
}
.album-list .box {
    max-width: 340px;
    margin: 0 auto;
}
.album-list .more-box {
    padding-top: 100%;
    background: #AE7740;
    position: relative;
    text-align: center;
}
.album-list .more-box .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #D9C19F;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    width: 80px;
    height: 48px;
    margin: -24px 0 0 -40px;
}
.album-list .more-box:hover .txt {
    color: #fff;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before {
    opacity: 0.6;
}

.news-sect .sect-title {
    margin-bottom: 30px;
}
.news-sect .btn.more {
    margin-top: 10px;
}
.news-list {
    margin: 0 -20px;
}
.news-list .item {
    width: 50%;
    padding: 0 20px;
}
.news-list .box {
    position: relative;
    min-height: 84px;
}
.news-list .item:nth-child(2n) .box {
    padding-left: 100px;
}
.news-list .item:nth-child(2n+1) .box {
    padding-right: 100px;
    text-align: right;
}
.news-list .date {
    display: block;
    width: 84px;
    height: 84px;
    background: #333;
    color: #aaa;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    padding-top: 14px;
    position: absolute;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list .item:nth-child(2n) .date {
    left: 0;
}
.news-list .item:nth-child(2n+1) .date {
    right: 0;
}
.news-list .date small {
    display: block;
    font-size: 12px;
}
.news-list .name {
    color: #9A8E6C;
    font-size: 18px;
    line-height: 1.4;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 25px;
    padding-top: 7px;
    margin-bottom: 10px;
}
.news-list .description {
    color: #878787;
    font-size: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 36px;
}
.news-list .box:hover .name,
.news-list .box:hover .description{
    text-decoration: underline;
}

@media screen and (max-width: 1440px) {
    .banner .ibtn.scroll {
        bottom: 4%;
    }
}
@media screen and (max-width: 1360px) {
    .service-sect {
        width: auto;
        float: none;
        max-width: 900px;
        margin: 0 auto;
    }
    .album-sect {
        float: none;
        width: auto;
        max-width: 510px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1100px) {
    .products-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 1000px) {
    .site-title .logo {
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    .banner {
        overflow: visible;
    }
    .banner-control-box {
        height: auto !important;
        display: block;
        left: 0;
        right: 0;
        top: 100%;
    }
    .banner-control {
        display: block;
    }
    .banner .slick-dots {
        text-align: center;
    }
    .banner .slick-dots li {
        display: inline-block;
        padding: 0 5px;
    }
    .banner .slick-dots li button {
        padding: 0 5px;
    }
    .banner .ibtn.scroll {
        display: none;
    }
    .products-list .item {
        width: 50%;
    }
    .service-sect {
        padding: 30px 5%;
    }
    .service-sect .pic {
        display: none;
    }
    .service-sect .txt {
        float: none;
        width: auto;
    }
    .album-sect {
        padding: 0 0 10px;
    }
    .news-list .item {
        width: 100%;
        margin-bottom: 15px;
    }
    .news-list .item:nth-child(2n+1) .box {
        padding-right: 0;
        padding-left: 100px;
        text-align: left;
    }
    .news-list .item:nth-child(2n+1) .date {
        right: auto;
        left: 0;
    }
}
@media screen and (max-width: 500px) {
    .products-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 440px) {
    .service-sect-title {
        font-size: 50px;
    }
    .album-sect {
        max-width: 340px;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:first-child {
        width: 100%;
    }
}