.banner {
    margin-bottom: 40px;
}
.banner:before {
    content: '';
    display: block;
    background: url('../../images/common/index/banner_bg.png');
    position: absolute;
    height: 392px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -196px;
}
.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../images/common/index/banner_arrow.png')0 center no-repeat;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
}
.banner .slick-arrow:hover {
    background: url('../../images/common/index/banner_arrow_.png')0 center no-repeat;
}
.banner .slick-prev {
    left: 18px;
}
.banner .slick-next {
    right: 18px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.sect-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 45px;
    text-align: center;
    padding-top: 30px;
    background: url(../../images/common/index/title_bg.svg)center / auto 100% no-repeat;
}
.sect-title span {
    display: inline-block;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #000;
}

.sect-class .sect-title span:before,
.sect-class .sect-title span:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 26px;
    background: url(../../images/common/index/title_before.svg);
    margin: 0 30px;
    position: relative;
    top: -2px;
}
.sect-title span:after{
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
.btn.more{
    color: #666;
    font-size: 17px;
}
.about-sect .btn.more,
.products-sect .btn.more,
.article-sect .btn.more,
.service-sect .btn.more{
    background: #EDEDED url('../../images/common/btn_more.svg');
    width: 176px;
    height: 39px;
    padding-right: 22px;
    padding-top: 10px;
    margin: 60px auto 0;
    display: block;
}
.news-sect .btn.more,
.album-sect .btn.more{
    width: 118px;
    height: 26px;
    background: url(../../images/common/btn_more2.svg);
    padding-top: 4px;
    padding-left: 21px;
    position: absolute;
    right: 0;
    top: 5px;
}
.btn.more:hover {
    color: #FFED2A;
    background-position: 0 100%;
    background-color: #666;
    transition: all 0.2s linear;
}
.service-sect .btn.more:hover{
    background-color: rgba(69,69,69,0.6);
}


.sect-class{
    width: 50%;
    float: left;
    margin-bottom: 130px;
}
.sect-class:nth-child(2n+1){
    clear: left;
}
.site-main{
    margin-top: -144px;
}
.sect1 {
    padding-top: 180px;
    padding-bottom: 40px;
}
.about-sect{
    position: relative;
    padding-right: 40px;
    padding-top: 30px;
    padding-left: 15px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.about-sect .sect-title {
    margin-bottom: 10px;
    max-width: 281px;
    height: 156px;
    padding-top: 100px;
    padding-left: 15px;
    background: url(../../images/common/index/about_title.png)center /contain no-repeat;
    float: right;
}
.about-sect .txt {
    padding-right: 320px;
    padding-top: 25px;
}
.about-sect .txt a:hover {
    text-decoration: underline;
}
.about-sect .more{
    position: absolute;
    right: 90px;
    top: 270px;
    margin-top: 0;
}


.sect2{
    margin: -16px;
}
.news-sect{
    position: relative;
    margin-bottom: 80px;
}
.news-list {
    margin: 30px -15px 0;
}
.news-list .item {
    width: 50%;
    padding: 0 15px;
}
.news-list .box {
    max-width: 335px;
    margin: 0 auto;
    padding: 6px 6px 20px;
    border: 1px solid #C8C8C8;
    box-shadow:2px 2px 2px rgba(0%,0%,0%,0.2);
    position: relative;
    background: #fff;
}
.news-list .box:hover {
    box-shadow:4px 4px 2px rgba(0%,0%,0%,0.2);
    transition: all 0.2s ease-in-out;
    transform: translateY(-5px);
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 335px;
    margin: 0 auto 10px;
}
.news-list .pic:before {
    content: "";
    background: url(../../images/common/news/hover.svg) 50% 60% no-repeat rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.news-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.news-list .name {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
.news-list a:hover .name {
    color: #0091F0;
}
.news-list .description {
    color: #838383;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list a:hover .description {
    text-decoration:underline;
}
.news-list .date {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255,237,42,0.8);
    font-size: 15px;
    font-weight: bold;
    color: #262626;
    left: 0;
    top: 50%;
    z-index: 1;
    margin-top: -35px;
    text-align: center;
    padding-top: 12px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.news-list .date span {
    font-size: 30px;
    display: block;
    line-height:25px;
}
.news-list a:hover .date {
    background: rgba(255,237,42,1);
    transition: all 0.2s linear;
}


.sect2{
    padding-top: 75px;
    padding-bottom: 120px;
}
.products-sect .btn.more{
    margin-top: 20px;
}
.products-list .item {
    width: 50%;
    padding: 0 16px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 335px;
    margin: 0 auto 40px;
    padding: 6px 6px 12px;
    border: 1px solid #C8C8C8;
    box-shadow:2px 2px 2px rgba(0%,0%,0%,0.2);
    position: relative;
    background: #FFF;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.svg') no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 2;
    left: 13px;
    top: 15px;
}
.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    max-width: 335px;
    margin:0 auto;
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.svg) 50% 60% no-repeat rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list a:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.products-list .txt{
    text-align: center;
}
.products-list .name {
    color: #060000;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}
.products-list a:hover .name {
    color: #0091F0;
}
.products-list .description {
    color: #838383;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
    margin-bottom: 10px;
}
.products-list a:hover .description {
    text-decoration: underline;
}
.products-list .btn-group {
    overflow: hidden;
}
.products-list .btn {
    width: 100%;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 12px;
}
.products-list .btn.detail {
    background: #DAE51E;
}
.products-list a:hover .btn.detail {
    background: #ABB315;
}
.products-list .btn .icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 3px 0;
}
.products-list .btn.detail .icon {
     background-position: -60px -87px;
}



.article-list .item {
    width: 100%;
    padding: 0 13px;
}
.article-list .item + .item:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #F0F1F3;
    margin: 16px 0 13px;
}
.article-list .box {
    max-width: 706px;
    padding: 8px;
    margin: 0 auto ;
    position: relative;
    border: 1px solid #C8C8C8;
    box-shadow:2px 2px 2px rgba(0%,0%,0%,0.2);
    background: #FFF;
}
.article-list .pic-box {
    float: left;
    width: 48%;
}
.article-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 469px;
}
.article-list .pic:before {
    content: "";
    background: url(../../images/common/article/hover.svg) 50% 60% no-repeat rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.article-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.article-list .txt {
    float: right;
    width: 48%;
    max-width: 469px;
}
.article-list .date{
    display: block;
    font-size: 15px;
    padding: 0px 5px 0 15px;
    color: #262626;
    line-height: 36px;
    background: #FFED2A;
    font-weight: bold;
    position: relative;
}
.article-list .date:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.article-list .name {
    color: #262626;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 53px;
    margin: 10px 0 10px;
    font-weight: bold;
}
.article-list .box:hover .name {
    color: #0091F0;
}
.article-list .description {
    color: #838383;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 60px;
}
.article-list .box:hover .description {
    text-decoration: underline;
}
.article-list .box:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: url(../../images/common/article/btn.svg) 0 0 no-repeat;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.article-list .box:hover:before {
    background-position: 0 bottom;
}
/*** FB 套件 關鍵字 ***/
.article-list .page-view{
    position: absolute;
    bottom: 12px;
}
.page-view i{
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
/*** FB 套件 關鍵字 ***/

.sect3 {
    background: url(../../images/common/index/sect3_bg.jpg) center /cover;
    padding-top: 115px;
    padding-bottom: 160px;
}
.album-sect{
    position: relative;
}
.album-list {
    margin: 0 -16px;
}
.album-list .item {
    width: 50%;
    padding: 0 16px;
}
.album-list .item:nth-child(4n+1) {
    clear: left;
}
.album-list .box {
    max-width: 335px;
    margin: 0 auto 30px;
    padding: 6px 6px ;
    border: 1px solid #C8C8C8;
    box-shadow:2px 2px 2px rgba(0%,0%,0%,0.2);
    position: relative;
    overflow: hidden;
    background: #fff;
}
.album-list .box:before {
    content: '';
    background: url('../../images/common/album/hover.svg') center no-repeat rgba(255,255,255,0.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 0.3s;
}
.album-list .box:hover:before {
    opacity: 0;
}
.album-list .pic-bpx{
    position: relative;
}
.album-list .fancybox {
    display: none;
}
.album-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -51px;
    background: rgba(0,0,0,0.6);
    color: #D8D4D5;
    font-size: 16px;
    line-height: 45px;
    padding: 0 12px;
    height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
}
.album-list .box:hover .name {
    bottom: 0;
}


.service-sect .txt {
    padding: 0 5% ;
}
.service-sect .ibtn.more {
    display: block;
    margin: 20px auto 0;
}


.sect4 {
    background: url(../../images/common/index/link_bg.png);
    padding: 40px 65px; 
}
.links-list .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: #A0A0A0 url('../../images/common/index/links_arrow.svg')no-repeat;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    border-radius: 100%;
}
.links-list .slick-arrow:hover{
    background-color: #FFED2A;
    background-position: 0 100%;
}
.links-list .slick-prev {
    left: -60px;
}
.links-list .slick-next {
    right: -60px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.links-list {
    max-width: 1386px;
    margin: 0 auto;
}
.links-list .item {
    width: 20%;
    padding: 0 13px;
    margin: 0 auto;
}
.links-list .box {
    max-width: 240px;
    margin: 0 auto ;
    border: 1px solid #C8C8C8;
    padding: 5px;
    overflow: hidden;
    background: #fff;
}
.links-list .pic{
    position: relative;
}
.links-list .pic:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1;
}
.links-list .box:hover .pic:after {
    background: rgba(0,0,0,0.7);
    transition: all 0.3s;
}
.links-list .name {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 28px;
    z-index: 2;
    top: 50%;
    right: 15px;
    left: 15px;
    margin-top: -20px;
}
.links-list .box:hover .name {
    color: #FFED2A;
    transition: all 0.3s;
}

.links-list .btn-group {
    overflow: hidden;
}
.links-list .btn {
    width: 100%;
    line-height: 30px;
    color: #ef907d;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 15px;
}
.links-list .btn:hover{
    color: #fff;
}
.links-list .btn.detail {
    background: #ffe8e3;
}
.links-list .btn.detail:hover {
    background: #ffb9ab;
}
.links-list a:hover .btn.detail {
    background: #ABB315;
}
.links-list .btn .ic {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border: 1px solid transparent;
    padding: 0px 3px 0px 0;
    vertical-align: middle;
}

/*******************************/
@media screen and (max-width: 1518px) {
/*------------ banner 1518 ------------*/
    .banner:before {
        display: none;
    }
    .banner{
        margin-bottom: 0;
    }
    .site-main{
        margin-top: 0;
    }
    .sect1{
        padding-top: 60px;
    }
/*------------ / banner 1518 ------------*/
}
@media screen and (max-width: 1500px) {
    .article-list .box:before {
        display: none;
    }
    .article-list .page-view{
        position: static;
    }
}
@media screen and (max-width: 1200px) {
    .about-sect,
    .news-sect,
    .products-sect,
    .article-sect,
    .service-sect,
    .album-sect{
        width: 100%;
        float: none;
    }
    .sect-class{
        margin-bottom: 70px;
    }
    .about-sect .sect-title{
        float: left;
    }
    .about-sect .txt{
        padding-right: 0;
        padding-left: 330px;
    }
    .about-sect .btn.more{
        right: inherit;
        left: 85px;
        top: inherit;
        bottom: 0;
    }
    .news-list{
        max-width: 900px;
        margin: 0 auto;
    }
    .products-list .item{
        width: 25%;
    }
    .products-list .item:nth-child(4n+1){
        clear: none;
    }
    .article-list .item{
        width: 33.33%;
        padding: 0 16px;
    }
    .article-list .pic-box,
    .article-list .txt{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .article-list .box{
        max-width: 470px;
    }
    .article-list .item + .item:before{
        display: none;
    }
    .album-list .item {
        width: 25%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(6n+1) {
        clear: left;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1200px) {
    .links-list {
        max-width: 900px;
    }
    .sect4-bg {
        background: none;
    }
}
@media screen and (max-width: 1025px) {
    .products-list{
        padding: 0 20px;
        max-width: 900px;
        margin: 0 auto;
    }
    .products-list .item{
        width: 50%;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .article-list .item {
        width: 100%;
        padding: 0 ;
    }
    .article-list{
        max-width: 800px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .article-list .box{
        max-width: 800px;
    }
    .article-list .pic-box {
        float: left;
        width: 48%;
    }
    .article-list .txt {
        float: right;
        width: 48%;
        max-width: 469px;
        position: relative;
    }
    .article-list .item + .item:before {
        display: block;
    }
    .album-list{
        max-width: 900px;
        margin: 0 auto;
    }
    .album-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
    .banner .slick-dots li button {
        width: 40px;
    }
    .sect1{
        padding-top: 20px;
    }
    .links-list {
        max-width: 600px;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .about-sect{
        padding-right: 15px;
    }
    .about-sect .sect-title{
        float: none;
        margin: 0 auto;
    }
    .about-sect .txt{
        padding-left: 0;
        text-align: center;
    }
    .about-sect .btn.more{
        position: static;
    }
}
@media screen and (max-width: 600px) {
    .links-list {
        margin: 0 -7px;
    }
    .news-sect .box{
        margin: 0 auto 45px;
    }
    .news-sect .btn.more,
    .album-sect .btn.more{
        position: static;
        margin: 0 auto;
        display: block;
    }
    .sect3{
        padding: 70px 0;
    }
}
@media screen and (max-width: 500px) {
    .news-list .item,
    .products-list .item,
    .album-list .item,
    .links-list .item {
        width: 100%;
    }
    .article-list .pic-box,
    .article-list .txt{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .article-list .box{
        max-width: 335px;
        margin-bottom: 30px;
    }
    .article-list .item + .item:before{
        display: none;
    }
}
@media screen and (max-width: 380px) {
    .sect-class .sect-title span:before,
    .sect-class .sect-title span:after{
        display: none;
    }
    .about-sect .sect-title{
        padding-top: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }
    .sect4{
        padding: 40px 0 60px;
    }
    .links-list .slick-prev{
        left: 70px;
    }
    .links-list .slick-next{
        right: 70px;
    }
    .links-list .slick-arrow{
        top: initial;
        bottom: -45px;
    }
}