.banner {
    margin-bottom: 20px;
}

.sect1 {
    padding: 20px 0px;
    text-align: center;
}

.products-list.type1 {
    margin: 0 -30px;
}

.products-sect .sect-title {
    padding: 20px 0 40px 0;
    display: block;
    border-top: 1px solid #D7D7D7;
}

.products-sect .sect-title span:before {
    content: '\e910';
    font-size: 15px;
    position: absolute;
    left: -30px;
    top: 23px;
    color: #70AC92;
    font-family: 'icon-font-3' !important;
}

.products-sect .sect-title span:after {
    content: '\e911';
    font-size: 15px;
    position: absolute;
    right: -30px;
    top: 23px;
    color: #70AC92;
    font-family: 'icon-font-3' !important;
}

.products-sect .sect-title span {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 23px;
    color: #444536;
    font-weight: bold;
    position: relative;
}

.products-sect .sect-title .second_txt {
    color: #79796A;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
}

.products-sect .btn.more {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 4px;
    border-top: 1px solid #DBDCD3;
    width: 100%;
    position: relative;
}

.products-sect .btn.more span {
    background: #B8B9AA;
    position: absolute;
    top: -10px;
    padding: 2px 5px;
    margin: 0 0 0 -41px;
}

.products-sect .btn.more span:before,
.products-sect .btn.more span:after {
    content: " ‧ ";
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0;
    font-size: 24px;
    font-weight: normal;
}

.products-sect .btn.more span:hover {
    background: #7FCAA5;
}

.products-sect .slick-dots {
    position: absolute;
    right: 30px;
    top: -70px;
}

.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: #B8B9AA;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
}

.products-sect .slick-dots li.slick-active button {
    background: #70AC92;
}
.products-list .item:nth-child(n),
.products_column_two .item:nth-child(n){
    clear: inherit;
}
.sect2 {
    padding: 40px 0;
}

.sect2 .row .col {
    float: left;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect {
    display: block;
    margin: 0 auto;
    background: url('../../images/common/index/about_bg.png') repeat-x 0 0 #F2F2EE;
    padding: 20px 50px;
    position: relative;
}

.about-sect:hover {
    opacity: 0.8;
}

.about-sect .more {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #B8B9AA;
    width: 45px;
    padding: 20px;
    color: #fff;
}

.about-sect .more:hover {
    background: #82BBB4;
}

.about-sect .index-about-txt {
    background: #fff;
    padding: 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 220px;
    overflow: hidden;
    border: 20px solid #fff;
    margin: 20px 0;
}

.about-sect .sect-title {
    text-align: left;
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    color: #393939;
}

.news-sect .ibtn.more {
    border-bottom: 1px solid #DBDCD3;
    width: 100%;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 0;
}

.news-sect .ibtn.more span {
    width: 28px;
    height: 28px;
    background: url('../../images/common/index/more.png') no-repeat 0% 0;
    position: absolute;
    left: 50%;
    top: 15px;
    margin: 0 0 0 -14px;
}

.news-sect .ibtn.more:hover span {
    background: url('../../images/common/index/more.png') no-repeat 0 100%;
}

.news-list {
    margin: 0 -6px;
}

.news-list .item {
    width: 50%;
    padding: 0 6px;
}

.sect3 .container .row {
    border-top: none;
    padding: 20px 0 0 0;
}


/*------------ / site_main ------------*/

.sect3 {
    margin: 10px 0 50px;
}

.sect3 .cf-list li {
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.sect3 .cf-list li .pic {
    max-width: 340px;
    margin: 0 auto;
    overflow: hidden;
}
.sect3 .cf-list li .box{
    position: relative;
}
.sect3 .cf-list li .box .cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    font-size: 0;
}

.sect3 .cf-list .pic:before {
    content: '';
    background: rgba(255, 255, 255, 0.6);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.sect3 .cf-list .box:hover .pic:before {
    opacity: 1;
}

.sect5 .index_AD {
    margin: auto;
    display: block;
    position: relative;
    margin-bottom: 27px;
}

body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 0px;
    border-radius: 0px;
    border: none;
}

@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 0px;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 0px;
    }
    .sect2 .row .col {
        width: 100%;
    }
    .news-sect {
        margin: 10px 0 0 0;
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: right;
        top: -25px;
    }
    /*****優化版面*****/
    .banner {
        margin-bottom: 0px;
    }
    .products-list .more {
         margin: 10px 0 0;
     width: 85%;
     text-align:  center;
    }
    .sect5 {
        margin: 20px 0 0;
    }
    .sect3 {
        margin: -10px 0 10px;
    }
    .sect1 {
        margin-bottom: 10px;
    }
    .products-list.type1 {
        margin: 6px 0px;
    }
    .products-sect .sect-title span {
        font-size: 18px;
    }
    .products-sect .sect-title .second_txt {
        font-size: 16px;
    }
    .products-sect .sect-title span:before,
    .products-sect .sect-title span:after {
        top: 5px;
    }
    .products-sect .sect-title {
       
        display: block;
        border-top: 1px solid #D7D7D7;
        line-height: 23px;
        padding: 25px 0 10px 0;
    }
    .products-list .name {
         font-size: 16px;
        height: auto;
        margin: 0 0 8px 0;
        padding-bottom:8px;
    }
    .sect2 {
        padding: 10px 0;
    }
    .index-about-title {
        display: inline-block;
        font-size: 16px;
    }
    .about-sect .sect-title {
         font-size: 18px;
        padding-top: 0px;
    }
    .about-sect .index-about-txt {
        border: 15px solid #fff;
        margin: 10px 0;
        height: auto;
        padding: 0px;
    }
    .about-sect .more {
        line-height: 1.4em;
        padding: 10px;
         margin: 5px 0 0;
    }
    .sect3 {
        margin:25px 0;
    }
    .sect3 .container .row {
        padding: 10px 0 10px 0;
    }
    .news-list .box {
        margin: 0 auto 0px;
    }
    .news-sect .ibtn.more {
        margin: 15px 0;
    }
   
}

@media screen and (max-width: 767px) {
    .products-sect .btn.more span {
    position: absolute;
    top: -10px;
    padding: 5px;
    margin: 0 auto;
    width: 40%;
    left:  0;
    right: 0;
}
 .news-list .item {
        margin-bottom:17px;
        border: none;
    }
.about-sect {
        padding: 10px 20px;
         margin-bottom:15px;
    }
     .products-list.type1 .box {
        margin-bottom:0px;
    }
    /***********優化新聞 *************/
    .news-sect {
        margin: 15px 0 0 0;
    }
    .news-list .item {
        width: 100%;
    }
   /* .news-list .date {
        width: 100%;
        font-size: 16px;
    }
    .news-list .date small {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        margin: 0px 5px;
        color: #969781;
    }*/
     .news-list .description {
        -webkit-line-clamp: 2;
        max-height:40px;
    }
   /* .news-list .pic {
        float: left;
        width: 50%;
        margin: 5px 0;
    }
    .news-index-txt {
        width: 45%;
        display: inline-block;
        margin: 5px;
    }
    .news-list .box {
        margin: 0 auto;
        width: auto;
    }*/
   
     .news-sect .ibtn.more {
        margin: 10px 0;
    }
    .news-sect .ibtn.more span {
        width:40%;
        background: #B8B9AA;
        color: #fff;
        position: absolute;
        left: 0;
        text-align: center;
        line-height: 30px;
        right: 0;
        top: 15px;
        margin: 0px auto;
        text-indent: 0;
        font-size: 12px;
    }
    .news-sect .ibtn.more span:before,
    .news-sect .ibtn.more span:after {
        content: " ‧ ";
        display: inline-block;
        vertical-align: middle;
        margin: -4px 5px 0;
        font-size: 24px;
        font-weight: normal;
    }
    .news-sect .ibtn.more:hover span {
        background: #7FCAA5;
    }
    .news-sect .ibtn.more {
        margin: -10px 0 15px 0;
    }
}

@media screen and (max-width: 500px) {
    .products-list .item {
        width: 50%;
    }
    
    .products-sect .slick-dots li button {
        display: none;
    }
    .sect3 .cf-list li {
        width: 50%;
        padding: 0 5px 15px;
    }
    
    .sect3 .container .row {
        border-top: none;
        padding: 5px 0 0 0;
    }

}
@media screen and (max-width: 500px) {
   
    /*
    .news-list .name {
        height: 20px;
    }
    .news-list .date {
        margin: 0px;
    }
    .sect3 .cf-list li {
        padding: 0 5px 10px;
    }*/
}
