/*------------ 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: 0;
    z-index: 150;
	display:none!important;
}

.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: 0;
}

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

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

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

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

.banner .slick-dots button {
    padding:0px;
    background: #fff;
    width: 8px;
    height: 8px;
    font-size:0;
    cursor: pointer;
    position:relative;
    text-indent:101%;
   border:1px solid #3E603B;
}

.banner .slick-active button {
    background: #3E603B;
}
.banner .slick-dots button:before {
    content:'';
    display:block;
    background:#fff;
    position:absolute;
    width:40px;
    height:30px;
    z-index:-1;
    left:-17px;
    top:-13px;
}


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

.about-sect{
	padding: 119px 0;
	background: url('../../images/common/index/ab_bg.jpg') 100% 50% no-repeat;
}

.about-sect .title {
    text-align: left;
    font-size: 30px;
    color: #FF8001;
    font-weight: bold;
    line-height: 1.4;
    padding:0 50px;
    /*margin: 30px 0 30px;*/
}

.about-sect .title b {
    font-size: 30px;
    color: #333333;
    font-family: 'Comfortaa','微軟正黑體', cursive;
    display: inline-block;
}


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

.news-sect {
    background: url('../../images/common/index/news_bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 20px 0 70px;
}

.news-sect .title {
    font-size: 44px;
    /* padding: 0 0 30px; */
    margin: 90px 0 25px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: 'Comfortaa','微軟正黑體', cursive;
    background: url('../../images/common/index/line.png') repeat-x 0px 65px;
}
.news-sect .title span{
    display:block;
    font-size:26px;
    text-align:center;
}
.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: 150px 30px 50px;
    position: relative;
    background: #fff;
}



.news-list .date {
    display: inline-block;
    position: absolute;
    top: 90px;
    left: 50%;
    margin: -49px 0 0 -54px;
    text-align: center;
    /* border-radius: 50%; */
    font-size: 18px;
    font-weight: bold;
    /* border: 1px solid #DDDDDD; */
}
.news-list .date:before {
    content:'';
    display:block;
    width:151px;
    height:4px;
    background: url('../../images/common/menu_bar.png');
    position:absolute;
    left:-20px;
    top:80px;
}
.news-list .date .circle {
    /* display: inline-block; */
    /* border-radius: 50%; */
    /* border: 3px solid transparent; */
}

.news-list .date .circle span {
    width: 100px;
    height: 100px;
    /* border-radius: 50%; */
    display: block;
    /* border: 2px solid #DDDDDD; */
    background: transparent;
    line-height: 1.1;
    color:#3E603B;
    box-sizing: border-box;
    /* padding: 14px 0 0 0; */
}

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

.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: 22px;
    color: #333;
    font-weight: bold;
    font-family: 'Comfortaa','微軟正黑體', cursive;
    transition: all .2s;
}

.news-list li a:hover .name {
    color: #333;
    transition: all .2s;
}

.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #4CAF85;
    line-height: 1.6;
    height: 60px;
	font-size: 14px;
    margin: 20px 0 0 0;
}
.news-list li a:hover .description{
	color: #AAACAD;
}
.news-list .more {
    width: 45px;
    height: 45px;
    display: block;
    line-height:45px;
    margin: 0 0 0 -23px;
    text-align: center;
    color:transparent;
    font-size:0px;
    overflow:hidden;
    transform-origin: 50% 50%;
    /* transform: rotate(-45deg); */
    position: absolute;
    bottom: -23px;
    left: 85%;

    z-index: 10;
	background:rgba(76,175,133,0.95);
    transition: all .2s;
}
.news-list li a:hover .more{
    font-size:15px;
    color:#fff;
    width:150px;
    left: 55%;
}


.news-list li a:hover .more {
    background: rgba(62,96,59,0.95);
    color: #fff;
    transition: all .2s;
	opacity: 1;
}
.news-list .more:after {
	content: "";
    display: block;
    position:absolute;
	width: 12px;
	height:10px;
	background: url('../../images/common/arrow.png');
	top:calc(50% - 4px);
	left:calc(50% - 6px);
}
.news-list li a:hover .more:after {
	top:calc(50% - 4px);
	left:calc(100% - 24px);
}
/*------------ 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: 'Comfortaa','微軟正黑體', cursive;
    line-height: 47px;
    font-size: 16px;
    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: 28px;
    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: 16px;
    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: 40px;
    color: #333333;
    line-height: 1.2;
    font-family: 'Comfortaa','微軟正黑體', 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: 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: #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: 20px;
    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/service_bg.jpg') no-repeat center top;
    background-size: cover;
    padding: 70px 0 200px;
}


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

.service-box {
    float: left;
    width: 70%;
    text-align: center;
    background: url('../../images/common/bg/service_bg.png');
    padding:0 0 15px;
}

.service-box .title {
    display:block;
    font-size: 26px;
    color: #D8D7DC;
    font-weight: bold;
    margin: 50px 0 10px;
    text-align:center;
}
.service-box .title span{
    display:block;
    text-align:center;
    font-size: 44px;
    margin-top:-15px;
}
.service-box p {
    font-size: 15px;
    color: #D8D7DC;
    font-weight: bold;
    max-width: 950px;
    margin: 0 auto;
}

.service-list {
    margin: 0px -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(0, 141, 82, 1);
    border-radius: 50%;
    max-width: 170px;
    margin: 0 auto;
}

.service-list li .pic span {
    display: block;
    box-sizing: border-box;
    background: url('../../images/common/bg3.png');
    min-height: 160px;
    text-align: center;
    border-radius: 50%;
    padding: 40px 0 0 0;
    max-width: 160px;
    margin: 0 auto;
    border: 2px solid rgba(62, 96, 59, .27);
}
.service-list li .pic span img{
    position:absolute;
    left:45px;
    top:30px;
}
.service-list li .text {
    display: block;
    box-sizing: border-box;
    background: url('../../images/common/bg2.png');
    min-height: 160px;
    text-align: center;
    border-radius: 50%;
    padding: 40px 0 0 0;
    max-width: 160px;
    margin: 0 auto;
    overflow:hidden;
    border: 2px solid rgba(255, 255, 255, .27);
    margin-top:-30px;
}

.service-list li .description {
    /* letter-spacing: 2px; */
    font-size: 20px;
    color: #E0EEE1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding:10px 0 0 0;
    /* height: 75px; */
    /* line-height: 50px; */
}


/*---- 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(62, 96, 59, .95);
}

.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(76, 175, 133, .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: 16px;
    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: 'Comfortaa','微軟正黑體', cursive;
    font-size: 15px;
    letter-spacing: 2px;
    transform: rotate(-45deg);
    top: -93px;
    left: 16px;
}

.album-list li .text {}

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

.album-list a:hover .name {
    color: #4CAF85;
}

.album-list li .description {
    font-size: 15px;
    color: #DDDDDD;
    line-height: 1.7;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*-album slider-*/
.album-list .slick-arrow {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    background: rgba(39, 54, 24, .9);
    border: 0;
    cursor: pointer;
    position: absolute;
    top: calc(100% - 150px);
    /* margin: -38px 0 0 0; */
    left: 30px;
    z-index: 150;
}

.album-list .slick-arrow:before {
    content: "";
    font-size: 12px;
    display: block;
    color: #fff;
    margin: 10px 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;
}

.album-list .slick-next {
    left: 72px;
}
.album-list .slick-prev:hover,
.album-list .slick-next:hover {
    background: rgb(3, 140, 83,.9);
}
.album-list .slick-prev:before {
    content: "\f053";
}

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

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

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


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

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


/*------------ rwd ------------*/
@media screen and (max-width: 1600px) {
	.about-sect{
		background: url('../../images/common/index/ab_bg.jpg') 130% 50% no-repeat;
	}
}
@media screen and (max-width: 1440px) {
    .service-box,
    .album-box {
        float: none;
        width: 100%;
    }
    .service-box{
    	padding:25px 0;
    }
    .album-box {
        max-width: 430px;
        margin: 0 auto;
    }
	.about-sect{

		background: url('../../images/common/index/ab_bg.jpg') 190% 50% no-repeat;
	}
}
@media screen and (max-width: 1280px) {
	.site-nav .menu > li{
		padding:0px 0 0;
	}
}
@media screen and (max-width: 1207px) {
    .about-sect {
        padding: 25px 0 50px 0;
    }
}
@media screen and (max-width: 1100px) {
    .hot-products .stage,
    .hot-products .txt {
        width: 100%;
        float: none;
        text-align: center;
    }
    .products-sect .more {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .news-list li {
        padding: 0;
        width: 100%;
		margin-bottom:-50px;
    }
    .news-list li + li {
        margin-top: 130px;
    }
	.banner .slick-arrow {
		display: none!important;
	}
	.news-sect {
    padding: 20px 0 140px;
	}
	.about-sect{
		background: url('../../images/common/index/ab_bg.jpg') 100% 50% no-repeat;
		background-size:cover;
	}
}

@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;
    }

    .about-sect .title {
		text-align: center;
		font-size: 20px;
    }
    .about-sect .title b {

        font-size: 30px;
    }
    .news-sect .title {
        font-size: 30px;
		margin:30px 0 25px;
    }
    .news-list li a {
        /*padding: 80px 15px 70px;*/
    }
    .hot-products .title {
        font-size: 30px;
        padding: 0 0 15px;
    }
    .hot-products .title i {
        font-size: 25px;
    }
    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;
    }
    .album-list li .name,
    .album-list li .description {
        white-space: normal;
        overflow: visible;
        height: auto;
    }
}
@media screen and (max-width: 459px) {
	.album-list .slick-arrow {
		top: calc(100% - 175px);
	}
}
@media screen and (max-width: 400px) {
	.footer-bottom{
		font-size:12px;
		position:absolute;
		z-index:3;
		bottom: -70px;
	}
}
@media screen and (max-width: 354px) {
	.album-list .slick-arrow {
		top: calc(100% - 200px);
	}
}