.wrapper {
    background: url(../../images/common/index/bg01.jpg) repeat;
}

.banner {
    margin-bottom: 45px;
}

.sect-title span {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #E57817;
    font-weight: 500;
    position: relative;
    letter-spacing: 2px;
    margin-bottom:-8px;
    position: relative;
    display: block;
}

.sect-title .second_txt {
    color: #444444;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 7px;
}

.sect4 {
    margin-top: 70px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.sect1 {
    padding: 50px 0px 150px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.sect1 .deco1{
    position: absolute;
    background: url(../../../images/common/index/deco1.png) no-repeat;
    width: 357px;
    height: 534px;
    left: calc(50% - 936px);
    top: -400px;
    z-index: -1;
    display: none;
}
.sect1 .deco2{
    position: absolute;
    background: url(../../../images/common/index/deco2.png) no-repeat;
    width: 288px;
    height: 268px;
    right: calc(50% - 930px);
    bottom: 100px;
    z-index: -1;
     display: none;
}

.products-list.type1 {
    margin: 0 -30px;
}

.products-sect .sect-title {
    padding: 20px 0 40px 0;
    display: block;
}

.products-sect .btn.more {
    border: 2px solid #E57817;
    background: #fff;
    line-height: 18px;
    color: #E57817;
    font-size: 17px;
    margin-top: 40px;
    margin-bottom: 0px;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 0;
    padding-left: 40px;
    border-radius: 50px;
    width: 230px;
    height: 65px;
    text-align: left;
    line-height: 65px;
    transition: all .3s;
}

.products-sect .btn.more:hover {
    background: #E57817;
    color: #fff;
}

.products-sect .btn.more::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 19px;
    mask: url(../../images/common/index/arr.png) 50% 50% no-repeat;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto 0;
    transition: all .4s ease;
    background: #E57817;
}

.products-sect .btn.more:hover::before {
    background: #fff;
}


.products-sect button.slick-arrow {
    background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 35%;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 9;
    border-radius: 100%;
    cursor: pointer;
    border: 2px solid #E67817;
    transition: all 0.5s ease;
}

.products-sect button.slick-arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 19px;
    mask: url(../../images/common/index/arr.png) 50% 50% no-repeat;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
    transition: all .4s ease;
    background: #E57817;
}

.products-sect button.slick-arrow:hover {
    background: #E67817;
}


.products-sect button.slick-arrow:hover:after {
    background: #ffffff;
}
.products-sect button.slick-prev {
    left: -50px;
    transform: rotate(180deg);
}

.products-sect button.slick-next {
    right: -50px;
}

.products-sect .slick-dots {
    position: absolute;
    right: 30px;
    top: -80px;
}

.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background: #d6d6d6;
    opacity: 1;
    border-radius: 0;
    border-radius: 100%;
    margin: 0 5px;
}

.products-sect .slick-dots li.slick-active button {
    background: #E57817;
}

.products-list .item:nth-child(n),
.products_column_two .item:nth-child(n) {
    clear: inherit;
}

.sect2 {
    padding:70px 0 60px;
    /* background: url(../../images/common/bg02.jpg) 50% 50% repeat; */
    position: relative;
}

.sect2::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
     border-top-right-radius:0 ;
      border-bottom-right-radius:0 ;
    z-index: 1;
    min-height: 581px;
    width: 55%;
    border: 2px solid #e6781786;
    border-right: unset;
}

.sect2 .row .col {
    float: right;
    width:47%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sect2 .row .col:first-child {
    width: 48%;
    float: left;
}

.about-sect {
    display: block;
    margin: 0 auto;
    z-index: 1;
    padding: 0px 50px 20px 0;
    position: relative;

}
.about-sect::before {
    content: '';
    display: block;
    position: absolute;
    top: -105px;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    /* background-image: url(../../images/common/index/about_bg_deco.png), url(../../images/common/index/about_bg.png);
    background-repeat: no-repeat, repeat;
    background-position: left 30px bottom 50px,  center center; */
    z-index: -1;
    min-height: 581px;
    width: 857px;
    background: url(../../images/common/index/about_bg.jpg);
    background-size: cover;
}

.about-sect .deco1{
    display: block;
    position: absolute;
    bottom: -35px;
    right: 35px;
    width: 320px;
    height: 313px;
    border-radius: 30px;
    background: url(../../images/common/index/about_deco.png) no-repeat;
    z-index: -1;
}

.about-sect .btn.more {
    border: 2px solid #fff;
    background: transparent;
    line-height: 18px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 4px;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 0;
    padding-left: 40px;
    border-radius: 50px;
    width: 230px;
    height: 65px;
    text-align: left;
    line-height: 65px;
    margin-top: 50px;
}

.about-sect .btn.more:hover {
    background: #fff;
    color: #E57817;
}

.about-sect .btn.more::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 19px;
    mask: url(../../images/common/index/arr.png) 50% 50% no-repeat;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto 0;
    transition: all .4s ease;

    background: #fff;
}

.about-sect .btn.more:hover::before {
    background: #E57817;
}


.about-sect .editor {
    color: #FFFFFF;
    padding: 0;
    font-weight: 300;
    padding-right: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100px;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 2.2;
    margin-top: 35px;
}

.about-sect .sect-title {
    color: #fff;
    position: relative;
}

.about-sect .sect-title span,
.about-sect .sect-title .second_txt {
    color: #fff;

}


.about-sect .sect-title .tit{
    position: absolute;
    top: 8px;
    left: 280px;
}

.about-sect .sect-title .tit span {
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    border-bottom: 1px dotted #ffffff;
    width: fit-content;
    letter-spacing: 3px;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.news-sect .btn.more {
    border: 2px solid #E57817;
    background: transparent;
    line-height: 18px;
    color: #E57817;
    font-size: 17px;
    margin-bottom: 4px;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 0;
    padding-left: 40px;
    border-radius: 50px;
    width: 230px;
    height: 65px;
    text-align: left;
    line-height: 65px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.news-sect .btn.more:hover {
    background: #E57817;
    color: #fff;
}

.news-sect .btn.more::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 19px;
    mask: url(../../images/common/index/arr.png) 50% 50% no-repeat;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto 0;
    transition: all .4s ease;
    background: #E57817;
}

.news-sect .btn.more:hover::before {
    background: #fff;
}



.news-list {
    margin: 0 -6px;
    margin-top: 20px;
}

.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: 1600px) {
    .sect1 .deco1{
       display: none;
    }

    .products-sect button.slick-prev {
        left:-10px
    }
    .products-sect button.slick-next {
        right: -10px
    }


}

@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 0px;
    }
}

@media screen and (max-width: 1380px) {
    .sect2 .row .col:first-child {
        width: 50%;
        float: left;
    }

    .about-sect .sect-title .tit {
        position: absolute;
        top: 8px;
        left: 250px;
    }

}

@media screen and (max-width: 1280px) {
    .sect2::before{
        display: none;
    }

    .sect2 .row .col {
        width: 100%;
        float: none;
        max-width: 767px;
        margin: 0 auto;
    }
    .sect2 .row .col:first-child {
        width: 100%;
        float: none;
        margin-top: -120px;
        margin-bottom: 50px;
        padding: 0;
    }

    .about-sect {
        display: block;
        margin: 0 auto;
        z-index: 1;
        padding: 90px 50px 90px 100px;
        position: relative;
        border-radius: 30px;
        /* background-image:  url(../../images/common/index/about_bg.png);
        background-repeat: repeat;
        background-position: center center; */
        overflow: hidden;
        background: url(../../images/common/index/about_bg.jpg);
        background-size: cover;
    }
    .about-sect::before {
          display: none;
    }
    .about-sect .deco1 {
        display: block;
        position: absolute;
        bottom: 45px;
        right: 5px;
    }
    .about-sect .sect-title .tit {
        left: 250px;
    }

    .news-sect .sect-title{
        text-align: center;
    }

    .news-sect .btn.more{
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .sect-title .second_txt {
        font-size: 30px;
        letter-spacing: 4px;
    }

    .sect4 {
        margin-top: 30px;
        margin-bottom: 30px;
       
    }

    .products-list .item {
        width: 50%;
    }

    .products-list .box {
        margin-bottom: 0px;
    }

    .sect2 {
        padding: 70px 0 50px;
    }

    .sect2 .row .col {
        width: 100%;
    }

    .news-sect {
        margin: 10px 0 0 0;
    }

    .news-sect .btn.more{
        margin-top: 20px;
    }

    .products-sect .slick-dots {
        position: absolute;
        width: 100%;
        text-align: right;
        top: -55px;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    /*****優化版面*****/
    .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 {
        padding:20px 0px 120px;
    }

    .products-sect .sect-title {
        padding: 0px 0 50px 0;
        display: block;
    }


    .products-list.type1 {
        margin: 6px 0px;
    }
 
    .products-sect .btn.more {
        margin-top: 30px;
    }

 
    .about-sect {
        padding: 80px 50px 70px 50px;
        position: relative;
      
    }

    .about-sect .deco1 {
        bottom: 0;
        opacity: 0.1;
    }


    .about-sect .sect-title{
        text-align: center;
        margin-bottom: 20px;
    }

    .about-sect .sect-title .tit {
        left: 0;
        position: relative;
        top: 0;
        margin-top: 10px;
    }
    .about-sect .sect-title .tit span {
        
        font-size: 18px;
        display: inline-block;
        width: 100%;
        text-align: left;
        max-width: 280px;
    }

    .about-sect .editor {
        padding: 0;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        height: auto;
        overflow: unset;
        margin-top: 25px;
    }
    .about-sect .btn.more{
        margin: 0 auto;
        margin-top: 20px;
        display: block;
    }

    .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 {
        
    }

    .news-list .item {
        margin-bottom: 17px;
        border: none;
    }

    .about-sect {
        
    }

    .products-list.type1 .box {
        margin-bottom: 0px;
    }

    /***********優化新聞 *************/
    .news-sect {
        margin: 15px 0 0 0;
    }

    .news-list .item {
        width: 50%;
    }

    /* .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-sect .sect-title {
        padding: 0px 0 60px 0;
        display: block;
    }

    .products-list .item {
        width: 50%;
    }

    .products-sect .slick-dots li button {
        display: none;
    }

    .products-sect button.slick-arrow {
        top: -65px;
    }
    .products-sect button.slick-prev {
        left: calc(50% - 55px);
    }
    .products-sect button.slick-next{
        right: calc(50% -  55px);
    }
    .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) {

    
     .about-sect {
        padding: 80px 25px 70px 25px;
       
    }
    .about-sect .deco1{
        display: none;
    }

     .news-list .item {
        width: 100%;
    }
    
}