.mobile{
    display: none;
}
.site-footer {
    background: url(../../images/common/bg/footer_bg.png) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 567px;
    padding: 267px 0 30px;
}
/*------------ wrapper ------------*/

.wrapper {
    background: #fff;
}


/*------------ banner ------------*/
.banner{
    margin-bottom: 120px;
}
.banner:before {
    background: url(../../images/common/bg/bg1-3.png) no-repeat center bottom;
}

.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: -40px;
    z-index: 100;
}

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

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

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


/*------------ about ------------*/

.about-sect .container{
    padding-bottom: 60px;    
}
.about-sect .container{
    background: url(../../images/common/index/about_bg.png) right top no-repeat;
    background-size: 99.9% auto;
}
.about-sect .title {
    letter-spacing: 2px;
    color: #333333;
    font-size: 25px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    font-weight: normal;
    width: 100%;
    max-width: 383px;
    display: inline-block;
    vertical-align: top;
}
.about-sect .title img{
    margin-bottom: 10px;
}
.about-sect .title span{
    margin-left: 72px;
    margin-top: 15px;
    display: inline-block;
}
.about-sect .editor{
    display: inline-block;
    vertical-align: top;
    margin-top: 79px;
    margin-left: -82px;
    margin-right: 82px;
    width: 34%;
    line-height: 1.9;
}
.about_pic{
    position: absolute;
    top: 0;
    right: -19px;
    z-index: 2;
        width: 40.137%;
}
.more_btn{
    position: absolute;
    right: 19px;
    z-index: 5;
    top: 120px;

    font-size: 13px;
    text-transform: uppercase;
    height: 50px;
    display: inline-block;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #000 50%, transparent 50%);
    -webkit-transition: background-position .2s;
    -moz-transition: background-position .2s;
    transition: background-position .2s;
    padding: 0px 20px;
    cursor: pointer;
    text-align: left;
    line-height: 50px;
    margin-top: 25px;
    font-weight: 500;
    letter-spacing: 2.5px;
}
.more_btn:hover {
    background-position: 99.9% 0;
    opacity: 1;
}
.more_btn:before {
    content: "";
    display: block;
    background: black;
    position: absolute;
    top: 0;
    left: -80px;
    height: 50px;
    width: 80px;
}
.more_btn::hover:before {
    background: black;
}
.more_btn:after{
    content: "";
    display: block;
    background-color: white;
    -webkit-mask-image: url(../../images/common/index/btn-home-arrow.svg);
    mask-image: url(../../images/common/index/btn-home-arrow.svg);
    position: absolute;
    left: -55px;
    height: 8px;
    width: 55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.more_btn:hover:after {
    left: initial;
    left: 100%;
    margin-left: 0px;
    background-color: black;
}
.more_btn el:after {
    content: "";
    display: block;
    background-color: black;
    position: absolute;
    right: -80px;
    height: 1px;
    width: 60px;
    top: 50%;
    transition: all 0.3s ease;
    font-size: 1px;
    line-height: 1px;
}
.more_btn:hover el:after {
    left: -60px;
    right: initial;
    background: white;
}

.more_btn span{
    color: #fff;
}
.more_btn:hover span{
   color: black; 
}
.about-sect .tag{
    text-align: center;
    position: relative;
    z-index: 5;
    line-height: 40px;
    width: 90%;
    font-size: 19px;
    letter-spacing: 38.5px;
    top: 3px;
}
.about-sect .tag span{
    display: block;
    padding-left: 332px;
    box-sizing: border-box;
}

.about_bg{
    position: absolute;
    top: 189px;
    left: 0;
}
/*------------ news ------------*/
.news-sect:before{
    content: '';
    display: block;
    position: absolute;
    background: url(../../images/common/index/news_bg_ic.png) center center no-repeat;
    height: 16px;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
}
.news-sect {
    position: relative;
    background: url('../../images/common/index/news-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding:95px 0 194px;
}
.news-sect .container{
    z-index: 2;
}
.news-sect .title {
    font-size: 27px;
    padding: 0 0 30px;
    margin: 0 0 60px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'Poppins','微軟正黑體', cursive;
}
.news-sect .title span{
    display: block;
    font-size: 25px;
}
.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: 80px 30px 70px;
    position: relative;
}


.news-list .date {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -49px 0 0 -54px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
}

.news-list .date .circle {
    display: inline-block;
    border-radius: 50%;
}
.news-list .date .circle span{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    border: 1px solid rgba(255,255,255,0.4);
    background: transparent;
    line-height: 1.1;
    color: rgba(255,255,255,0.7);
    box-sizing: border-box;
    padding: 14px 0 0 0;
    font-weight: 500;
    font-family: 'Roboto'; 
}

.news-list .date .circle b {
    display: block;
    font-size: 42px;
    font-weight: normal;
     color: rgba(255,255,255,0.8);
}

.news-list li .text {
    text-align: left;
    transition: all .3s ease;

}

.news-list li .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    height: 64px;
    font-size: 23px;
    color: #DEEC37;
    text-align: center;
    transition: all .2s;
}


.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    height: 80px;
    font-size: 18px;
    margin: 10px 0 0 0;
}

.news-list a:hover .text{
    opacity: 0.8;
}
.news-list .more {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 45px auto 0;
    height: 35px;
    text-align: center;
    overflow: hidden;
    display: block;
    width: 220px;
    color: rgba(255,255,255,0.8);
    position: relative;
    border-bottom: solid 1px rgba(255,255,255,0.4);
}

.news-list .more:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    bottom: 0px;
    background: #fff;
    left: -100%;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
   -webkit-animation: out 0.5s;
    animation-fill-mode: forwards;
   
}

.news-list a:hover .more:before{
    -webkit-animation: in 0.5s;
    animation-fill-mode: forwards;
}
@-webkit-keyframes in {
  0%{
    left: -100%;
  }

  100% {
   left: 0
  }
}

@keyframes in {
 0%{
    left: -100%;
  }

  100% {
   left: 0
  }
}

@-webkit-keyframes out {
  0%{
    left: 0%;
  }

  100% {
   left: 100%;
  }
}

@keyframes out {
  0%{
    left: 0%;
  }

  100% {
   left: 100%;
  }
}

.news-list .more:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    left: 50%;
    margin-left: -15px;
    bottom: 0px;
}

.news-list li a:hover .more {

}


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

.products-sect {
    padding: 70px 0 60px;
    background: url('../../images/common/bg/bg2-2.jpg');
}

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

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

.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;
    transition: all .2s;
}

.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(14, 28, 12, .6);
    z-index: 0;
}

.products-sect .pic:after {
    content: "\e1032";
    color: #C8D94D;
    font-size: 35px;
    width: 70px;
    height: 70px;
    border: 2px solid #C8D94D;
    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: 30px;
    font-weight: bold;
    color: #33611D;
    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: 18px;
    position: relative;
    margin: 15px 0;
}


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

.hot-products {
    margin: 0 0 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: 42px;
    color: #333333;
    line-height: 1.2;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 0 0 45px 10px;
    margin: 0 0 30px 0;
    background: url('../../images/common/index/line2.png') repeat-x center bottom;
}

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

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

.hot-products .description {
    color: #333326;
    height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 30px;
}


/*---- 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: 22px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
	text-align:center;
}

.product-list li:hover .name {
    color: #B87F30;
    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;
}


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

.sect4 {
    background: url('../../images/common/index/ad_bg.jpg') 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: 46px;
    color: #D8D7DC;
    font-weight: bold;
    margin: 0 0 10px;
}

.service-box p {
    font-size: 17px;
    color: #D8D7DC;
    font-weight: bold;
    max-width: 950px;
    margin: 0 auto;
}

.service-list {
    margin: 50px -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: 4px solid rgba(14, 28, 12, .8);
    border-radius: 50%;
    max-width: 196px;
    margin: 0 auto;
}

.service-list li .pic span {
    display: block;
    box-sizing: border-box;
    background: rgba(14, 28, 12, .8);
    min-height: 188px;
    text-align: center;
    border-radius: 50%;
    padding: 40px 0 0 0;
    max-width: 188px;
    margin: 0 auto;
    border: 2px solid rgba(200, 217, 77, .27);
}

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

.service-list li .name {
    font-size: 17px;
    color: #318a2c;
    font-weight: bold;
    margin: 10px 0;
}

.service-list li .description {
    letter-spacing: 2px;
    font-size: 17px;
    color: #DDDDDD;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
    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 40px 10px;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(17, 17, 17, .8);
}

.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(17, 17, 17, .8) transparent transparent transparent;
}

.album-list li .cover i {
    width: 33px;
    height: 33px;
    border: 2px solid rgba(216, 215, 220, .5);
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    top: -124px;
    left: 10px;
    color: #D8D7DC;
    line-height: 30px;
    transform: rotate(-45deg);
}

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

.album-list li .text {}

.album-list li .name {
    display: block;
    font-size: 18px;
    color: #318a2c;
    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: 17px;
    color: #DDDDDD;
    line-height: 1.7;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


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

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


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

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


/*------------ rwd ------------*/
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1440px) {
    .service-box,
    .album-box {
        float: none;
        width: 100%;
    }
    .album-box {
        max-width: 430px;
        margin: 0 auto;
    }
    .about-sect .editor{
       width: 32%;
    }
}
@media screen and (max-width: 1280px) {
    .about_pic{
        position: static;
        width: 100%;
        text-align: center;
    }
    .about-sect .editor{
        width: 100%;
        padding:0;
        margin:20px 0 0;
        text-align: center;
    }
    .about-sect .title{
        width: 100%;
        max-width: inherit;
        text-align: center;
    }
    .about-sect .title span{
        margin-left: 0;

    }
    .index-about-editor{
        width: auto;
    }
    .more_btn{
        position: relative;
        left: auto;
        right: auto;top: auto;
        margin-top: 15px;
    }
    .about_bg{
        display: none;
    }
    .about-sect .tag{
        letter-spacing: 10px;
        width: 100%;
    }
    .about-sect .tag span{
        padding-left: 0;
        display: -webkit-inline-box;
    }
    .about-sect .container{
        background: none;
    }
    .about_pic img{
        margin-top: 20px;
    }
    .about-sect .container{
        padding-bottom: 20px;
    }

}
@media screen and (max-width: 1280px) {
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
         width: 100%;
    }
   
    .banner{
        margin-bottom: 0;
        padding-bottom: 20px;

    }
    .about-sect {
        padding: 25px 0 0 0;
    }
    .hot-products .stage,
    .hot-products .txt {
        width: 100%;
        float: none;
        text-align: center;
    }
    .products-sect .more {
        margin: 0 auto;
    }
    .news-sect{
        padding: 50px 0 30px;
    }
    .news-sect .title{
        font-size: 22px;
        margin-bottom: 40px;
    }
    .news-sect .title span{
        font-size: 20px;
    }
    .news-list li a{
        padding: 80px 15px 35px;
    }
    .news-list li + li{
        margin-top: 70px;
    }
    .site-footer{
        margin-top: -20px;
    }
    .site-footer{
        background: url(../../images/common/bg/footer_bg2.png) no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
        min-height: 341px;
        box-sizing: border-box;
        padding: 25px 0 10px;
        position: relative;
        color: #BFC5BD;
        font-size: 16px;
        line-height: 1.5;
    }
    .news-list .more{
        margin-top: 25px;
    }
    .about-sect .title{
        padding-bottom: 10px;
        border-bottom: #ddd solid 1px 
    }
}

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

}

@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: -40px;
    }
    .about-sect .title {
        font-size: 22px;
    }
    .about-sect .title b {
        font-size: 32px;
    }

    body .fancybox-nav span {
        width: 30px;
        height: 30px;
        font-size: 20px;
        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;
    }
    .album-list li .name,
    .album-list li .description {
        white-space: normal;
        overflow: visible;
        height: auto;
    }
}
