.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;
}
.products-sect .sect-title span:before {
    display: none;
}
.products-sect .sect-title span:after {
    display: none;
}
.products-sect .sect-title span {
    font-size: 25px;
    color: #111;
    font-weight: bold;
    position: relative;
}
.products-sect .sect-title .second_txt {
    color: #111;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}
.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:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    border-color: #111 transparent transparent transparent;
    position: absolute;
    margin: 0 auto 0 -10px;
}
.products-sect .btn.more:after{
    content: '';
    height: 2px;
    width: 100px;
    background: #000000;
    display: block;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-sect .btn.more:hover:after,
.news-sect .ibtn.more:hover:after{
    width: 200px;
}
.products-sect .btn.more span{
    width: 217px;
    height: 43px;
    position: absolute;
    bottom: -6px;
    color: #111;
    left: 3px;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-sect .btn.more span:hover,
.news-sect .ibtn.more span:hover{
    letter-spacing: 2px;
    color: #C7B79E;
}
.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: #e8e8e8;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
}
.products-sect .slick-dots li.slick-active button {
    background: #49433A;
}
.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.jpg') no-repeat 0 0%;
    padding: 77px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.about-sect:hover {
    opacity: 0.8;
}
.about-sect .more {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #C8C9C9;
    width: 72px;
    height: 72px;
    line-height: 72px;
    color: #F8FAF8;
    text-indent: -99999px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: bold;
}

.about-sect .more:hover {
    background: #666;
    width: 105px;
}

.about-sect .more:before {
    content: '';
    display: block;
    background: url(../../images/common/index/about_more.png) no-repeat 0 50%;
    width: 46px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.about-sect .more:hover:before {
    width: 75px;
}
.about-sect .sect-title {
    text-align: left;
    font-size: 35px;
    color: #111;
    line-height: 0.8em;
    line-height: 34px;
}
.about-sect .editor{
    background: rgba(255, 255, 255, 0.91);
    padding: 20px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.18);
    max-height: 234px;
    line-height: 1.8;
}
.news-sect .ibtn.more {
    width: 100%;
    position: relative;
    overflow: visible;
    margin: 0px 0 10px 0;
    border-bottom: solid 1px #e8e8e8;
}
.news-sect .ibtn.more span {
    width: 217px;
    height: 43px;
    position: absolute;
    font-size: 12px;
    color: #111;
    left: -7px;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-indent: 9px!important;
    white-space: normal;
    text-align: center;
}
.news-sect .ibtn.more:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 8px 0 8px;
    border-color: #111 transparent transparent transparent;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 28px;
}
.news-sect .ibtn.more:after {
    content: '';
    height: 2px;
    width: 100px;
    background: #000000;
    display: block;
    margin: 27px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 50%;
    padding: 0 6px;
}
.sect3 .container .row {
    border-top: none;
    padding: 20px 0;
}
/*------------ / site_main ------------*/
.sect3 {
    margin: 10px 0 50px;
    padding: 20px;
    background: #eee;
}
.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) {
    .banner .slick-list{   
        overflow: inherit;
    }
    .banner button.slick-arrow{
        display: none;
        z-index: -9999;
    }
    .sect4{
        padding: 10px 0; 
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 0px;
    }
    .sect2 .row .col {
        width: 100%;
    }
    .news-sect {
        margin: 30px 0 0 0;
    }
    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: right;
        top: -25px;
    }
    /*****優化版面*****/
    .banner {
        margin-bottom: 0px;
    }
    .sect5 {
        margin: 20px 0 0;
    }
    .sect3 {
        margin: -10px 0 10px;
    }
    .sect1 {
        padding: 0;
    }
    .products-list.type1 {
        margin: 0px;
    }
    .products-list .description{
        color: #6D6D6D;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 55px;
        overflow: hidden;
        margin-bottom: 12px;
    }
    .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;
        line-height: 23px;
        padding: 25px 0 10px 0;
    }
    .products-list .name {
        font-size: 16px;
        height: auto;
        margin: 0 0 8px 0;
        padding-bottom: 0;
    }
    .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: -36px;
        margin: 0 auto;
        left:  0;
        right: 0;
    }
    .news-list .item {
        margin-bottom:17px;
        border: none;
    }
    .about-sect {
        padding: 20px;
        margin-bottom:15px;
        height: auto;
        background-size: cover;
    }
    .about-sect .editor{
        height: auto;
        margin: 10px 0;
        border: none;
        padding: 15px 18px 25px;
        display: block;
        max-height: none;
    }
    .about-sect .more{
        width: 50px;
        height: 50px;
    }
     .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;
    }
     .news-sect .ibtn.more {
        margin: 10px 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) {}