.banner {
    margin-bottom: 20px;
}
.banner .slick-dots {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    height: 30px;
    margin: 10px 0;
    position: relative;
    z-index: 9999;
}
.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button {
    border: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
}
.sect1 {
    padding: 20px 0px 0;
    text-align: center;
}
.sect-title {
    font-size: 21px;
    letter-spacing: 5px;
    color: #000000;
    text-align: center;
}
.btn.more {
    font-size: 14px;
    letter-spacing: 0;
}
.btn.more:before {
    content: '';
    width: 10px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    transition: all .3s ease;
}
.btn.more:hover:before {
    width: 40px;
}
.products-list.type1 {
    margin: 0 0px;
}
.products-sect .sect-title {
    padding: 20px 0 25px 0;
    display: block;
}
.products-list .item {
    margin: 0 -2px;
}
.products-list .box {
    margin-bottom: 20px;
}
.products-sect .btn.more {
    position: absolute;
    right: 0;
}
.products-sect .btn.more span {
    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;
}
.sect2 {
    padding: 0px 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;
    padding: 0px 0px;
    position: relative;
    text-align: center;
}
.sect3 {
    padding-top: 50px;
}
.news-sect .sect-title,
.album-sect .sect-title {
    margin-bottom: 30px;
    position: relative;
}
.news-sect .sect-title:after,
.album-sect .sect-title:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
.news-sect .sect-title span,
.album-sect .sect-title span {
    padding: 0 17px;
    position: relative;
    display: inline-block;
    z-index: 5;
}
.news-sect .ibtn.more {
    width: 100%;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 0;
}
.news-sect .ibtn.more span {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 15px;
    margin: 0 0 0 -14px;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
}
.service-sect {
    display: block;
    margin: 0 auto;
    padding: 30px 0px 70px;
    position: relative;
    text-align: center;
}
.service-sect .sect-title {
    margin-bottom: 20px;
}
.sect4 {
    padding-bottom: 80px;
}
.service-sect .more2 {
    z-index: 2;
    font-size: 14px;
    display: block;
    width: 106px;
    height: 106px;
    padding: 8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: -45px;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-weight: 500;
    text-align: center;
}
.service-sect .more2:before {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    display: block;
    border-radius: 50%;
}
.service-sect .more2:hover:before {
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    width: 110px;
    height: 110px;
}
.service-sect .more2 span,.service-sect .more2 a {
    position: relative;
    z-index: 5;
    display: block;
    width: 90px;
    height: 90px;
    padding: 25px 20px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all .3s ease;
    line-height: 1.5;
}
.album-list .item {
    width: 20%;
}
.sect5 {
    padding-bottom: 25px;
}
/*------------ / site_main ------------*/
@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 0px;
    }
}
@media screen and (max-width: 1200px) {
    .album-list .item {
        width: 33.33%;
        padding: 0 10px;
    }
    .album-list .item .box {
        margin-bottom: 20px
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: both;
    }
}
@media screen and (max-width: 1000px) {
    .products-sect .btn.more {
        position: relative;
        display: block;
        margin-top: 5px;
        width: 88px;
        margin: 15px auto 0;
    }
.sect-title{
    font-size: 18px;
}
.news-sect .sect-title:after, .album-sect .sect-title:after{
    top: 65%;
}
.news-sect .sect-title, .album-sect .sect-title{
    margin-bottom: 15px;
}
    .products-sect .btn.more:before {
        position: absolute;
        right: 100%;
        top: 50%;
    }
    .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;
    }
.sect4{
        padding-bottom: 50px;
        margin: 15px 0;
}
    .products-list .more {
        margin: 10px 0 0;
        width: 85%;
        text-align: center;
    }
    .sect5 {
        margin: 20px 0 0;
    }
    .sect3 {
        margin: -10px 0 10px;
    }
    .sect1 {
        padding-top: 0;
        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;
        line-height: 23px;
        padding: 15px 0 10px 0;
    }
    .products-list .name {
        font-size: 16px;
        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: 15px;
        margin-bottom: 10px;
    }
    .about-sect .index-about-txt {
        height: auto;
    }
    .about-sect .more {
        line-height: 1.4em;
        padding: 10px;
        margin: 5px 0 0;
    }
    .sect3 {
        margin: 0px 0;
        padding-top: 15px
    }
    .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: 769px) {
    .products-sect .btn.more span {
        position: absolute;
        top: -10px;
        padding: 5px;
        margin: 0 auto;
        width: 40%;
        left: 0;
        right: 0;
    }
    .news-list .item {
        border: none;
    }
    .news-list .item .box {
        margin-bottom: 15px;
    }
    .about-sect {
        padding: 0px 20px;
        margin-bottom: 15px;
    }
    /***********優化新聞 *************/
    .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;
    }
    .album-list .item {
        width: 50%;
        padding: 0 10px;
    }
    .album-list .item .box {
        margin-bottom: 20px
    }
    .album-list .item:nth-child(n) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@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: 400px) {
    .products-list .item {
        width: 100%;
    }
    .album-list .item {
        width: 100%;
    }
}