.banner {
    margin-bottom: 20px;
}

.sect1 {
    padding: 50px 0px;
    text-align: center;
    background: url('../../images/common/index/index-products-bg.jpg');
    background-size: cover;
    margin-top: 20px;
    position: relative;
    padding-bottom: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#212121+0,0b0b0b+100 */
background: rgb(33,33,33); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(33,33,33,1) 0%, rgba(11,11,11,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(33,33,33,1) 0%,rgba(11,11,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(33,33,33,1) 0%,rgba(11,11,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#0b0b0b',GradientType=0 ); /* IE6-9 */

}
.sect1:before {
    content: "";
    height: 15px; 
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.5),rgba(0,0,0,0));
}
.sect1:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top,rgba(0, 0, 0, 0.5),rgba(0,0,0,0));
}

.products-list.type1 {
    margin: 0 -30px;
}

.products-sect .sect-title {
    padding: 11px 0 25px 0;
    display: block;
}

.products-sect .sect-title span {
    font-family: 'Lato',"微軟正黑體", sans-serif;
    font-size: 50px;
    line-height: 39px;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
}

.products-sect .sect-title .second_txt {
    color: #FFFFFF;
    font-size: 18px;
}
.products-list .name {
    color: #fff;
}

.products-list .name:after {
    background: #666;
}
.products-list .box:hover .name:after {
    width: 100%;
}
.products-list .description {
    color: #999;
}

.products-list .more {
    border: 2px solid #999;
    color: #999;
}

.products-list .box:hover .more {
    color: #FFF;
    background:#252526 ;
    border: 2px solid #252526;
}
.products-sect .btn.more {
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    position: relative;
    width: 107px;
    z-index: 1;
}

.products-sect .btn.more span {
    display: block;
    color: #fff;
    background:#666;
    position: absolute;
    text-align: center;
    top: -7px;
    width: 107px;
    height: 30px;
    transition: all .3s ease;
    font-size: 13px;
    line-height: 31px;
    font-family: 'Lato',"微軟正黑體", sans-serif;
}
.products-sect .btn.more span:hover {
    background:#252527;
    -webkit-animation: neon 0.5s ease-in-out infinite alternate;
    animation: neon 0.5s ease-in-out infinite alternate;
}

.products-sect .slick-dots {
    position: absolute;
    right: 30px;
    top: -35px;
}

.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 6px;
    height: 6px;
    background: #CDCDCD;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
}

.products-sect .slick-dots li.slick-active button {
    background: #000000;
}
.products-list .item:nth-child(n),
.products_column_two .item:nth-child(n){
    clear: inherit;
}
.sect2 {
    padding: 40px 0;
    padding-top: 70px;
}

.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/index-about-bg.jpg') no-repeat 0 0 #F5F5F5;
    position: relative;
    width: 706px;
    height: 410px;
    background-size: contain;
}

.about-sect .editor{
    position: absolute;
    width: 300px;
    height: 212px;
    top: 70px;
    right: 18px;
    max-height: 212px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 27px;
    font-size: 15px;
}
.about-sect .more{
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 107px;
    height: 30px;
    text-align: center;
	color: #fff;
    background:#666;
    transition: all .3s ease;
    font-family: 'Lato',"微軟正黑體", sans-serif;
    font-size: 13px;
    line-height: 31px;
}
.about-sect .more:hover{
	background:#252527;
    -webkit-animation: neon 0.5s ease-in-out infinite alternate;
    animation: neon 0.5s ease-in-out infinite alternate;
}
@keyframes neon {
  from {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #f1f1f1, 0 0 35px #f1f1f1, 0 0 40px #f1f1f1, 0 0 50px #f1f1f1, 0 0 75px #f1f1f1;
  }
  to {
    text-shadow: 0 0 2.5px #fff, 0 0 5px #fff, 0 0 7.5px #fff, 0 0 10px #f1f1f1, 0 0 17.5px #f1f1f1, 0 0 20px #f1f1f1, 0 0 25px #f1f1f1, 0 0 37.5px #f1f1f1;
  }
}
.about-sect .index-about-txt {
    background: #fff;
    padding: 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -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: 50px;
    font-family: 'Lato',"微軟正黑體", sans-serif;
    color: #FFFFFF;
    left: 24px;
    bottom: 65px;
    position: absolute;
    text-shadow: 0px 5px 6px #1f1f1fcc;
    font-weight: bold;
    line-height: 40px;
}

.about-sect .index-about-title {
    color: #FFF;
    font-family: '微軟正黑體', 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0px 5px 6px #1f1f1fcc;
}

.news-sect .ibtn.more {
    background: #666;
    height: 30px;
    width: 100%;
    position: relative;
    overflow: visible;
    margin: 0 0 0 0;
    text-align: center;
    text-indent: unset;
    line-height: 30px;
    transition: all .3s ease;
}
.news-sect .ibtn.more span {
    color: #FFF;
}

.news-sect .ibtn.more:hover {
    -webkit-animation: neon 0.5s ease-in-out infinite alternate;
    animation: neon 0.5s ease-in-out infinite alternate;
	background:#252527;
}

.news-list {
    margin: 0 -6px;
}

.news-list .item {
    width: 50%;
    padding: 0 6px;
}

.sect3 .container .row {
    border-top: none;
    padding: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;
    }
    .about-sect {
        width: 100%;
        background-position: -79px 0px;
    }
    .about-sect .editor {
        left: 302px;
        right: unset;
        width: calc( 100% - 329px);
        top: 22px;
    }
}

@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;
    }
    .sect4{
        padding-top: 20px;
    }
    .sect5 {
        margin: 20px 0 0;
    }
    .sect3 {
        margin: -10px 0 10px;
    }
    .sect1 {
        margin-bottom: 20px;
        margin-top: 20px;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .products-list.type1 {
        margin: 6px 0px;
    }
    .products-sect .sect-title span {
        font-size: 26px;
        line-height: 1;
    }
    .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;
        line-height: 23px;
        padding: 10px 0 10px 0;
    }
    .products-list .name {
         font-size: 16px;
        height: auto;
        margin: 0 0 8px 0;
        padding-bottom:8px;
    }
    .products-sect .btn.more span {
        margin-top: 20px;
        position: static;
    }
    .sect2 {
        padding: 10px 0;
    }

    .about-sect {
        background: #F5F5F5;
        position: relative;
        width: 100%;
        height: unset;
        padding-bottom: 65px;
    }
  
    .about-sect .editor {
        left: unset;
        right: unset;
        width: 100%;
        height: unset;
        top: 0px;
        max-height: unset;
        display: block;
        position: relative; 
        padding-left: 15px;   
        padding-right: 15px;
        box-sizing: border-box;
    }

    .about-sect .sect-title {
        text-align: center;
        color: #000;
        left: 0px;
        bottom: 0px;
        position: relative;
        text-shadow: unset;
        font-weight: bold;
        font-size: 26px;
        line-height: 27px;
        padding-top: 15px;
        margin-bottom: 10px;
    } 
    .about-sect .sect-title span {
        font-size: 18px;
        line-height: 39px; 
    }
    .about-sect .sect-title .second_txt {
        font-size: 16px;
    }
    .about-sect .index-about-title {
        color: #000;
        font-weight: 500;
        font-size: 16px;
        text-shadow: unset;
        display: block;
    }

    .about-sect .index-about-txt {
        border: 15px solid #fff;
        margin: 10px 0;
        height: auto;
        padding: 0px;
    }
   
    .about-sect .more {
        bottom: 20px;
        left: calc(50% - 53px);
    }

    .sect3 {
        margin:15px 0 25px;
    }
    .sect3 .container .row {
        padding: 0;
    }
    .news-list .box {
        margin: 0 auto 0px;
    }
    .news-sect .ibtn.more {
        margin: 15px 0 0;
    }
   
}

@media screen and (max-width: 767px) {
 .news-list .item {
        margin-bottom:17px;
        border: none;
    }
     .products-list.type1 .box {
        margin-bottom:0px;
    }
    /***********優化新聞 *************/
    .news-sect {
        margin: 15px 0 0 0;
    }
    .news-list .item {
        width: 100%;
    }
     .news-list .description {
        -webkit-line-clamp: 2;
        max-height:40px;
    }
}

@media screen and (max-width: 500px) {
    .sect1 {
        padding-bottom: 40px;
    }
    .products-sect .btn.more span {
        margin-top: 0px;
    }

    .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;
    }*/
}
