@import url(products.css);

.banner {
    position: relative;
    margin-bottom: 32px;
}

.banner .slick-prev,
.banner .slick-next {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: #fff url(../images/index/banner_arrow.png) no-repeat;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 50%;
    bottom: -32px;
    z-index: 20;
    border: 1px solid #000;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    background-color: #000;
}

.banner .slick-prev {
    background-position: 0 0;
    margin-left: -52px;
}

.banner .slick-next {
    background-position: 100% 0;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}

.banner:after {
    content: '';
    display: block;
    width: 100%;
    height: 110px;
    background: url(../images/index/banner_cover.png)center bottom no-repeat;
    position: absolute;
    bottom: 0;
}

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

.banner .slick-dots li {
    display: inline-block;
}

.banner .slick-dots li button {
    text-indent: -9999px;
    text-align: left;
    width: 10px;
    height: 10px;
    background: #44916C;
    border: 0;
    -moz-border-radius: 5px;
    margin: 0 5px;
    -webkit-box-shadow: inset 2px 2px 2px 2px #38654F;
    box-shadow: inset 2px 2px 2px 2px #38654F;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.banner .slick-dots li.slick-active button,
.banner .slick-dots li button:hover,
.banner .slick-dots li button:focus {
    outline: none;
    background: #fff;
    -webkit-box-shadow: inset 2px 2px 2px 2px #ddd;
    box-shadow: inset 2px 2px 2px 2px #ddd;
}

.site-main .product-sect {
    background-image: url(../images/index/product_bg.jpg);
    background-repeat: repeat;
}

.sect-title {
    color: #705F5F;
    font-family: 'Oxygen', "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn.more {
    font-family: 'Istok Web';
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #257C52;    /* Old browsers */
    background: -moz-linear-gradient(top, #257C52 0%, #0D2D1E 100%);    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #257C52 0%, #0D2D1E 100%);    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #257C52 0%, #0D2D1E 100%);    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#257C52', endColorstr='#0D2D1E', GradientType=0);
    margin-bottom: 10px;
    max-width: 150px;
}

.products-sect .btn.more:hover,
.news-sect .btn.more:hover,
.btn.more:hover {
    color: #fff;
    background: #3D3D3D;    /* Old browsers */
    background: -moz-linear-gradient(top, #3D3D3D 0%, #000 100%);    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3D3D3D 0%, #000 100%);    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3D3D3D 0%, #000 100%);    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D3D3D', endColorstr='#000', GradientType=0);    /* IE6-9 */
}

.about-sect .btn.more {
    margin-top: -33px;
}

.sect1 .col {
    float: left;
    width: 50%;
}

.about-sect {
    padding-bottom: 90px;
    font-size: 18px;
}

.about-sect .sect-title,
.news-sect .sect-title {
    font-family: "Expletus Sans";
    font-size: 44px;
    color: #333;
    text-align: center;
    margin-bottom: 120px;
}

.about-sect .sect-title span,
.news-sect .sect-title span {
    color: #E08313;
}

.about-sect .pic {
    margin-top: -100px;
}

.row.grid3 .col {
    width: 33.33%;
}

.row.grid3 .col:first-child {
    padding-right: 50px;
}

.row.grid3 .col:last-child {
    padding-left: 50px;
}

.products-sect {
    background: url(../images/index/products_bg.jpg)center no-repeat;
    padding: 30px 0 100px;
}

.products-sect .sect-title {
    font-size: 42px;
    font-weight: bold;
    color: #D3DFF1;
    text-align: center;
    padding-bottom: 40px;
    text-shadow: 2px 2px 2px rgba(20%, 20%, 40%, 0.8);
}

.products-list .pic {
    max-width: 300px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.products-list .txt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 20px;
    color: #F2F2F2;
}

.products-list .title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    display: block;
}

.products-list {
    border-top: none;
    padding-bottom: 100px;
}

.products-list .description {
    color: #F2F2F2;
}

.news-sect {
    position: relative;
    background: url(../images/index/news_bg.png)center top no-repeat;
    padding: 0 0 70px;
}

.news-sect .sect-title {
    margin-bottom: 60px;
    color: #fff;
    -webkit-text-shadow: 2px 2px 0 2px rgba(0, 0, 0, .25);
    text-shadow: 2px 2px 0 2px rgba(0, 0, 0, .25);
}

.news-sect .sect-title:after {
    content: "";
    display: block;
    background: url(../images/index/br.png) no-repeat center;
    height: 5px;
}

.products-sect .btn.more,
.news-sect .btn.more {
    color: #3D8C66;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+50,e6e6e6+100 */
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #e6e6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 50%, #e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=0); /* IE6-9 */
}

.news-list .item {
    width: 33.3%;
    float: left;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.news-list .item a {
    background: url(../images/index/news.png) no-repeat center top;
    display: block;
    width: 100%;
    max-width: 408px;
    height: 356px;
    margin: auto;
    position: relative;
}

.news-list .date {
    font-size: 14px;
    color: #ddd;
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 0 auto 50px;
}

.news-list .date b {
    font-size: 34px;
    text-align: center;
    display: block;
    line-height: 30px;
    padding-top: 35px;
}

.news-list .txt,
.news-list .description {
    padding: 0 40px;
}

.news-list .description {
    font-size: 14px;
    margin-bottom: 10px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*超出第5行時截斷*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #F0F0F0;
}

.news-list .title {
    font-size: 18px;
    color: #88E6C0;
    font-weight: bold;
    line-height: 26px;
    height: 50px;
    font-family: "Istok Web";
    display: -webkit-box;
    -webkit-line-clamp: 2; /*超出第5行時截斷*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list li:hover .title {
    color: #333;
    text-decoration: underline;
}

.news-list .ibtn.more2 {
    background: url(../images/index/news_more.png) no-repeat;
    width: 66px;
    height: 66px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -33px;
}

.news-list li:hover .ibtn.more2 {
    background-position: 100% 0;
}

.product-sect .sect-title {
    text-align: center;
    margin-bottom: 40px;
}

.product-list .item {
    width: 25%;
    float: left;
}

.product-list .item a {
    border: 0;
}

.products-list li a:hover .pic:after {
    background: url(../images/index/hover.png) center no-repeat, rgba(51, 51, 51, 0.3);
}

.products-info .stage {
    width: 30%;
    padding: 0 2%;
    float: left;
}

.products-info .pic {
    max-width: 470px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #ccc;
    background: #fff;
}

.products-info .word {
    width: 70%;
    float: left;
    padding: 0 3%;
}

.products-info .sect-title {
    float: left;
    color: #333333;
    text-shadow: none;
    padding-bottom: 0;
}

.products-info .sect-title:before {
    content: "";
    background: url(../images/index/icon.png);
    width: 70px;
    height: 50px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.products-info .btn.more {
    float: right;
    width: 150px;
    margin: 20px 0;
}

.products-info .title {
    color: #257A52;
    font-size: 28px;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1; /*超出第5行時截斷*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.products-info .description {
    font-size: 18px;
    color: #333326;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /*超出第5行時截斷*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products-info .btn.more2 {
    margin: 35px 0 0;
}

.products-info .sect-content:after,
.products-info .sect-content:before {
    content: "";
    background: url(../images/index/br2.png);
    height: 5px;
    width: 100%;
    display: block;
    margin: 20px 0;
}

@media screen and (max-width:1440px) {
    .news-list .item {
        width: 50%;
    }

    .products-list {
        width: 80%;
        margin: 0 auto;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .products-list .item {
        width: 50%;
        margin-bottom: 50px;
    }

    .products-sect {
        background-position: center top;
        background-size: cover;
    }

}

@media screen and (max-width:1500px) {
    .banner .slick-prev {
        left: 10px;
    }

    .banner .slick-next {
        right: 10px;
    }

}

@media screen and (max-width:1100px) {
    .product-list .item {
        width: 33.33%;
    }

    .products-info .sect-title,
    .products-info .btn.more,
    .products-info .col {
        float: none;
        width: 100%;
        margin: 20px auto;
    }

    .products-info .sect-title:before {
        display: block;
        margin: auto;
    }

    .products-info .sect-content {
        text-align: center;
    }

    .products-info .btn.more2 {
        margin: 30px auto;
    }

}

@media screen and (max-width:1000px) {
    .sect1 .col {
        float: none;
        width: auto;
        margin: 10px 0;
    }

    .news-sect {
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .news-list .item {
        width: 100%;
        text-align: center;
    }

    .products-sect {
        background-size: cover;
    }

    .products-list {
        width: 100%;
    }

    .row.grid3 .col {
        width: 100%;
        float: none;
    }

    .about-sect .pic {
        margin: 30px;
    }

    .row.grid3 .col:first-child,
    .row.grid3 .col:last-child {
        padding: 0 15px;
    }

}

@media screen and (max-width:900px) {
    .products-list .item {
        width: 100%;
        margin-bottom: 50px;
    }

    .banner .slick-dots {
        padding: 0;
        bottom: 0;
    }

}

@media screen and (max-width:820px) {
    .banner {
        margin-bottom: 35px;
    }
    .product-list .item {
        width: 50%;
    }

}

@media screen and (max-width:630px) {
    .banner {
        display: none;
    }

    .about-sect .sect-title {
        margin-bottom: 10px;
    }

    .about-sect .btn.more {
        margin-top: 20px;
    }

}

@media screen and (max-width:500px) {
    .news-list .item a {
        white-space: normal;
    }

    .product-list .item {
        width: auto;
        float: none;
    }

}

@media screen and (max-width:430px) {
    .products-sect .sect-title,
    .about-sect .sect-title,
    .news-sect .sect-title {
        font-size: 30px;
    }

    .about-sect .sect-title,
    .news-sect .sect-title {
        margin-bottom: 20px;
    }

}