/*------------ wrapper ------------*/

.wrapper {
    background: #fff;
}


/*------------ banner ------------*/


.banner .slick-arrow {
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    background: rgba(88, 112, 44, .7);
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 40%;
    margin: -38px 0 0 0;
    left: 13%;
    z-index: 150;
}

.banner .slick-arrow:before {
    content: "";
    font-size: 34px;
    display: block;
    color: #fff;
    margin: 19px 0px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner .slick-next {
    left: auto;
    right: 13%;
}

.banner .slick-prev:before {
    content: "\f053";
}

.banner .slick-next:before {
    content: "\f054";
}

.banner .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    z-index: 100;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots button {
    background: #B5C82B;
    border: 0;
    width: 10px;
    height: 12px;
    border-radius: 50%;
    color: transparent;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.48);
    cursor: pointer;
    padding:0;
}

.banner .slick-active button {
    background: #F27900;
}

.album-list .slick-arrow {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    bottom: 122px;
    left:20px;
    z-index: 150;
    transition: all .3s ease;

    background:#036234 url(../../images/common/index/album_arrow.png) no-repeat;
}
.album-list .slick-next{
    background-position: 100% 100%;
    left: 57px;
}
.album-list .slick-arrow:hover{
    background:rgba(163,112,99,0.9) url(../../images/common/index/album_arrow.png) no-repeat;
}
.album-list .slick-next:hover{
    background-position: 100% 100%;
}
/*------------ about ------------*/
.about-sect{
    background: url(../../images/common/index/about_bg.jpg);
    padding: 120px 0 118px;
}
.about-sect .about_box{
    box-shadow: 25px 25px 30px rgba(0,0,0,0.25);
    width: 820px;
    max-width: 100%;
    float: right;
    position: relative;
    box-sizing: border-box;
    padding: 0 170px 0 120px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f4f0+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(247,244,240,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(247,244,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(247,244,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f4f0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.about-sect .about_box:before{
    background: url(../../images/common/index/about1.png) no-repeat;
    background-size: contain;
        width: 53.3%;
    height: 568px;
    content: '';
    display: block;
    position: absolute;
    left: -332px;
    top: 40px;
}
.about-sect:after{
    content: '';
    width: 21.4%;
    height: 743px;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    background: url(../../images/common/index/about2.png) no-repeat;
    background-size: contain;
}
.about-sect .title {
    text-align: right;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1;
    margin: -20px 0 30px;


}
.about-sect .title span{
    padding:7px 30px;
    background: #026233;
    display: inline-block;
}
.about-sect .title b {
    font-size: 60px;
    color: #006033;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    display: block;
}


/*------------ news ------------*/

.news-sect {
    background: url('../../images/common/index/news-bg.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 57px 0 130px;
    position: relative;
    z-index: 5;
}

.news-sect .title {
    font-size: 45px;
    padding: 0 0 40px;
    margin: 0 0 0px;
    text-align: center;
    color:#2E2210;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
}

.news-list {
    max-width: 1350px;
    margin: 0 auto;
}

.news-list li {
    padding: 0 25px;
    text-align: center;
    width: calc((100% / 3) - 0.1px);
}

.news-list li a {
    padding: 0px 30px 32px;
    position: relative;
    background:#fff;
    border-top: 3px solid #A37063;
    border-bottom: 3px solid #A37063;
}

.news-list .date {
    transition: all .3s ease;

    width: 108px;
    height: 108px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 1.2;
    box-sizing: border-box;
    padding-top: 17px;
    position: relative;
    top: -30px;
    background: #A37063;
}


.news-list .date b {
    font-size: 40px;
    display: block;
}

.news-list li .text {
    text-align: left;
}

.news-list li .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 53px;
    font-size: 20px;
    color: #2C2010;
    font-weight: bold;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    transition: all .2s;
}

.news-list li a:hover .name {
   
}

.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #A37063;
    font-size: 14px;
    line-height: 1.6;
    height: 66px;
    margin: 10px 0 0 0;
}

.news-list .more {
    display: inline-block;
    width: 83px;
    line-height: 26px;
    height: 26px;
    border-radius: 3px;
    transition: all .2s;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 25px;
    right: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42602d+0,223525+100 */
    background: rgb(66,96,45); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(66,96,45,1) 0%, rgba(34,53,37,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(66,96,45,1) 0%,rgba(34,53,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(66,96,45,1) 0%,rgba(34,53,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42602d', endColorstr='#223525',GradientType=0 ); /* IE6-9 */
}

.news-list .more:after {
    content: '';
    display: inline-block;
    background: url(../../images/common/news/more.png);
    width: 10px;
    height: 8px;
    margin-left: 8px;
    vertical-align: middle;

}
.news-list li a:hover .more:after{
    background: url(../../images/common/news/more_hover.png);
}
.news-list li a:hover .more {
    color: #D2C7BE;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a37063+0,714b42+100 */
    background: rgb(163,112,99); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(163,112,99,1) 0%, rgba(113,75,66,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(163,112,99,1) 0%,rgba(113,75,66,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(163,112,99,1) 0%,rgba(113,75,66,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a37063', endColorstr='#714b42',GradientType=0 ); /* IE6-9 */
}

.news-list li a:hover .date{
    background: #036234;
}
/*------------ products ------------*/

.products-sect {
    margin-top: -130px;
    margin-bottom: -130px;
    padding: 170px 0 170px;
    background:url('../../images/common/index/products_bg2.jpg') right 27px no-repeat, url('../../images/common/index/products_bg.jpg') fixed;
    background-size: 100% auto; 

}

.products-sect .container {
    max-width: 1350px;
}

.products-sect .more {
    max-width: 190px;
    background: #A37063;
    font-weight: bold;
    box-shadow: 3px 3px 0px #64433C;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    line-height: 47px;
    font-size: 16px;
    border-radius: 7px;
    letter-spacing: 0;
    text-indent: initial;
    text-align: center;
    display: block;
    color: #fff;
    transition: all .2s;
    position: relative;
    top: 0;
}

.products-sect .more i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 32px;
}

.products-sect .more:hover {
    box-shadow: none;
    background: #64433C;
    transition: all .2s;
    top: 3px;
}

.products-sect .pic {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.products-sect .pic:before,
.products-sect .pic:after {
    transition: all .2s;
    position: absolute;
    display: block;
    opacity: 0;
}

.products-sect .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(28, 12, 12, 0.6);
    z-index: 0;
}

.products-sect .pic:after {
    content: "\e1032";
    color: #fff;
    font-size: 35px;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    display: block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
    top: 0;
    left: 50%;
    margin: -35px 0 0 -35px;
}

.products-sect .pic:hover:before,
.products-sect .pic:hover:after {
    transition: all .2s;
    opacity: 1;
}

.products-sect .pic:hover:after {
    top: 50%;
}

.products-sect .name {
    font-size: 28px;
    font-weight: bold;
    color: #33601D;
    line-height: 1.2;
    display: block;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 3px solid transparent;
}

.products-sect .offers {
    color: #777777;
    font-size: 16px;
    position: relative;
    margin: 15px 0;
}


/*---- hot-products ----*/

.hot-products {
    margin: 0 50px 60px;
}

.hot-products a {
    display: block;
}

.hot-products .stage {
    width: 35.5%;
    float: left;
}

.hot-products .txt {
    padding: 30px 0 40px;
    float: right;
    width: 61%;
    background: url('../../images/common/index/line2.png') repeat-x center bottom;
}

.hot-products .title {
    font-size: 40px;
    color: #333333;
    line-height: 1.2;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 0 0 0px 10px;
    margin: 0 0 30px 0;
    line-height: 1;
    vertical-align: middle;
    background: url('../../images/common/index/line2.png') repeat-x center bottom;
}
.hot-products .title .ic{
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/common/index/icon.png);
    width: 37px;
    height: 37px;
}
.hot-products .title span{
    line-height: 93px;
    font-size: 32px;
    display: inline-block;
    margin-left: 5px;
}

.hot-products .title i {
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

.hot-products .name:hover {
    color: #BA8030;
    text-decoration: underline;
}

.hot-products .description {
    color: #525252;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.6;

}


/*---- product-list ----*/

.product-list {
    margin: 0 -20px;
}

.product-list li {
    width: 25%;
    padding: 0 20px;
}

.product-list li:nth-child(4n+1) {
    clear: left;
}

.product-list > li > a {
    margin: 0 auto;
    max-width: 300px;
    box-sizing: border-box;
}

.product-list {
    margin: 0 -10px;
}

.product-list .name {
    margin: 10px 0 5px;
    font-size: 20px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
	text-align:center;
}

.product-list li:hover .name {
    color: #7D463F;
    text-decoration: underline;
}

.product-list li .offers {
    margin: 0 0 15px;
    text-align: center;
}

.product-list li:hover .offers {
    color: #BE873C;
}

.product-list .more {
    margin: 0 auto;
}
.more .ic{
    display: inline-block;
    background: url(../../images/common/products/more.png);
    width: 24px;
    height: 24px;
}

/*------------ sect4 ------------*/

.sect4 {
    background: url('../../images/common/index/bg.png') no-repeat center top;
    background-size: cover;
    padding: 130px 0 200px;
}


/*---- service ----*/

.service-box {
    float: left;
    width: 67%;
    text-align: center;
}

.service-box .title {
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    font-size: 45px;
    color: #2C2010;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.2;
}
.service-box .title span{
   font-size: 26px;
   display: block;
    
}
.service-box p {
    font-size: 15px;
    color: #D8D7DC;
    font-weight: bold;
    max-width: 950px;
    margin: 0 auto;
}

.service-list {
    margin: 25px -20px 0;
}

.service-list li {
    width: 25%;
    padding: 0 20px 50px;
    position: relative;
    text-align: center;
   
}

.service-list li:nth-child(4n+1) {
    clear: left;
}

.service-list li a {
    max-width: 282px;
    margin: 0 auto;

}

.service-list li .pic {
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    max-width: 200px;
    margin: 0 auto;
}

.service-list li .pic span {
    display: block;
    min-height: 188px;
    max-width: 188px;
}

.service-list li .text {
    text-align: left;
}

.service-list li .name {
    font-size: 20px;
    color: #333326;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
.service-list li .txt{
    color: #A37063;
    text-align: center;
    font-weight: bold;
}
.service-list li .txt span{
    display: block;
}
.service-list li .txt:after{
    content: '';
    display: inline-block;
    border-top: 14px solid #A37063;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;

}
.service-list li .description {
    letter-spacing: 2px;
    font-size: 15px;
    color: #333326;
    line-height: 1.5;
}


/*---- album-box ----*/

.album-box {
    width: 30%;
    float: right;
}

.album-list li .box {
    box-sizing: border-box;
    max-width: 430px;
    padding: 10px 10px 20px 10px;
    margin: 0 auto;
    overflow: hidden;
    background: #2E2210;
}

.album-list li .pic {
    position: relative;
    transition: all .2s;
}

.album-list li:hover .pic {
    transition: all .2s;
    border-color: #C89664;
}

.album-list li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 132px 132px 0 0;
    border-color: rgba(163,112,99, .8) transparent transparent transparent;
}

.album-list li .cover i {
    width: 33px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    top: -124px;
    left: 10px;
    color: #fff;
    line-height: 30px;
    transform: rotate(-45deg);
}

.album-list li .cover span {
    position: absolute;
    color: #fff;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    font-size: 15px;
    letter-spacing: 2px;
    transform: rotate(-45deg);
    top: -93px;
    left: 16px;
    font-weight: 600;
}

.album-list li .text {}

.album-list li .name {
    display: block;
    font-size: 17px;
    color:#FFFFFF;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 10px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.album-list a:hover .name {
  /*  color: #B97F30;
    text-decoration: underline;*/
}

.album-list li .description {
    font-size: 15px;
    color: #D2C6BE;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}


/*------------ warning-sect ------------*/

.warning-sect {
    padding: 35px 0 0 0;
}


/*------------ site-footer ------------*/

.site-footer {
    margin: -85px 0 0 0;
}


/*------------ rwd ------------*/
@media screen and (max-width: 1850px) {
    .about-sect:after{
        width: 15%;
    }
}
@media screen and (max-width: 1440px) {
    .service-box,
    .album-box {
        float: none;
        width: 100%;
    }
    .album-box {
        max-width: 430px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1100px) {
    .about-sect {
        padding: 80px 0 0 0;
    }
    .hot-products .stage,
    .hot-products .txt {
        width: 100%;
        float: none;
        text-align: center;
    }
    .products-sect .more {
        margin: 0 auto;
    }
    .about-sect .about_box{
        padding:0 20px;
    }
    .about-sect .about_box:before,.about-sect:after{
        display: none;
    }
    .news-sect{
        padding: 30px 0 50px;
    }
    .hot-products{
        margin: 0 0px 60px;
    }
    .service-box .title,.hot-products .title{
        font-size: 26px;
    }
    .hot-products .title{
        padding-bottom: 10px;
    }
    .sect4{
        padding:60px 0 150px;
    }
    .service-list{
        display: block;
    }
    .service-list li{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .news-list li {
        padding: 0;
        width: 100%;
    }
    .news-list li + li {
        margin-top: 50px;
    }
}

@media screen and (max-width: 900px) {
    .product-list li {
        width: 50%;
        padding: 0 20px 50px;
    }
    .product-list li:nth-child(4n+1) {
        clear: none;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li .text {
        margin: 0 auto;
        max-width: 300px;
    }
    .service-list li {
        width: 50%;
    }
    .service-list li .text {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: 0;
        top: 50%;
        margin: -17px 0 0 0;
    }
    .banner .slick-arrow:before {
        font-size: 20px;
        margin: 8px 0px;
    }
    .banner .slick-next {
        left: auto;
        right: 0;
    }
    .banner .slick-dots {
        bottom: 0;
    }
    .about-sect .title {
        font-size: 20px;
    }
    .about-sect .title b {
        font-size: 26px;
    }
    .news-sect .title ,.hot-products .title{
        font-size: 26px;
    }
    .news-list li a {
    }

    .hot-products .title span{
        line-height: 1.4;
         font-size: 20px;
    }
    .hot-products .title i {
        font-size: 25px;
    }
    .products-sect .name{
        font-size: 20px;
    }
    body .fancybox-nav span {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }
    .photo-pager {
        float: none;
        margin: 0 0 10px;
    }
    body .fancybox-opened .fancybox-title {
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 50px;
    }
    .service-list li {
        width: 100%;
        padding: 0 15px 50px;
    }
    
}
