.banner {}


/*.banner .container:before {
    content: '';
    display: block;
    background: url('../../images/common/deco_caret.png') 50% 0 repeat-x;
    height: 23px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}*/

.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
}

.banner .slick-prev {
    background-position: 0 0;
    left: 18px;
}

.banner .slick-next {
    background-position: 100% 0;
    right: 18px;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}

.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 96px;
    height: 3px;
    margin-top: 10px;
    cursor: pointer;
}

.banner .slick-dots li:nth-child(5n+1) button {
    background: #ddd;
}

.banner .slick-dots li:nth-child(5n+2) button {
    background: #ddd;
}

.banner .slick-dots li:nth-child(5n+3) button {
    background: #ddd;
}

.banner .slick-dots li:nth-child(5n+4) button {
    background: #ddd;
}

.banner .slick-dots li:nth-child(5n) button {
    background: #ddd;
}

.banner .slick-dots li.slick-active:nth-child(n) button {
    background: #21A38C;
}

.sect-title {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 3px;
    margin: 0;
}

.sect-title span {
    display: inline-block;
    color: #197292;
    font-family: 'Lily Script One', cursive;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-right: 8px;
}

.sect1 {
    padding: 50px 0 45px;
    position: relative;
    background: url(../../images/common/index/news_bg.png.jpg);
}

.links-sect {
    background: url('../../images/common/index/links_sect_bg.png');
    border: 10px solid #ECEDF4;
    text-align: center;
    position: relative;
    padding: 40px 15px 0;
}

.links-sect .sect-title {
    background: url('../../images/common/index/links_title_bg.png') 50% 0 no-repeat;
    width: 238px;
    line-height: 58px;
    margin-left: -119px;
    position: absolute;
    left: 50%;
    top: -40px;
}

.links-sect .sect-title span {
    color: #fff;
}

.links-sect .ibtn.more {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -50.5px;
}

.links-list {
    max-width: 1360px;
    margin: 0 auto;
}

.links-list .item {
    width: 20%;
    padding: 0 7px;
}

.links-list .item:nth-child(5n+1) {
    clear: left;
}

.links-list .item:nth-child(6) {
    display: none;
}

.links-list .box {
    max-width: 252px;
    margin: 0 auto 20px;
    text-align: center;
}

.links-list .pic {
    background: url('../../images/common/links/pic_bg.png');
    padding: 6px;
    margin-bottom: 3px;
}

.links-list .box:hover .pic {
    background: url('../../images/common/links/pic_bg_hover.png');
}

.links-list .name {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
}

.links-list .box:hover .name {
    color: #ff8158;
    font-weight: bold;
}

.news-sect {
    width: 100%;
}

.news-sect .sect-title {
    text-align: center;
    margin-bottom: 14px;
    font-weight: bold;
    max-width: 180px;
    margin: 0 auto;
    background: url(../../images/common/index/about_dot.png) no-repeat 0 50%, url(../../images/common/index/about_dot.png) no-repeat 100% 50%;
}

.news-sect .sect-title span {
    display: block;
    margin: 0;
}

.news-sect .ibtn.more {
    display: block;
    margin: 30px auto 10px;
    color: #D12229;
    background-position: 100% 50%;
}

.news-sect .ibtn.more:hover {
    background-position: 0 50%;
    color: #464646;
}

.news-list {
    max-width: 1440px;
    margin: 30px auto 0px auto;
}

.news-list .item {
    width: 25%;
    padding: 0 10px;
}

.news-list .box {
    max-width: 260px;
    margin: 0 auto 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.news-list .pic img {
    border-radius: 100%;
}

.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    margin: 0 auto 15px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list .pic:before {
    content: "";
    background: url(../../images/common/news/hover.png) 50% 60% no-repeat rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.news-list .name {
    color: #353535;
    font-size: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-list a:hover .name {
    color: #000000;
}

.news-list .date,
.news-header .date {
    display: block;
    border-width: 1px 0;
    width: 100%;
    ;
    margin: 25px auto 15px;
    color: #666666;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 26px;
    position: relative;
    font-family: 'Unica One', cursive;
}

.news-list a:hover .date {
    color: #f02731;
}

.news-list .date:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    background: #ffb94a;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -14px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.news-list .box:hover .date:before {
    width: 100%;
    border-radius: 0%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 239, 152, 0.2)), color-stop(#ffb94a), to(rgba(255, 239, 152, 0.2)));
    background: linear-gradient(to right, rgba(255, 239, 152, 0.2), #ffb94a, rgba(255, 239, 152, 0.2));
}

.sect2 {
    background: url(../../images/common/index/about_bg.jpg) no-repeat 0 50%;
    position: relative;
}

.sect2:before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 65px;
    z-index: 4;
    margin-left: 144px;
}

.about-sect {
    float: right;
    width: 40%;
    padding: 50px 15px 40px;
    background: #fff;
    position: relative;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect:before {
    content: '';
    display: block;
    width: 1200px;
    height: 100%;
    background: #FFF;
    -webkit-transform: skewX(25deg);
    transform: skewX(20deg);
    position: absolute;
    left: 50%;
    margin-left: -392px;
    top: 0;
    z-index: -1;
}

.about-sect .sect-title {
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
    position: absolute;
    left: -130px;
    top: 0;
}

.index-about-pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
}


/*
.about-sect .sect-title:before {
    content: '';
    background: url(../../images/common/index/about_dot2.png) no-repeat;
    width: 20px;
    height: 7px;
    position: absolute;
    left: -33px;
    top: 12px;
}
*/

.about-sect .sect-title:after {
    content: 'ABOUT US';
    font-family: 'Unica One', cursive;
    color: #a9a9a9;
    font-size: 23px;
    letter-spacing: 0.12em;
    display: block;
    position: relative;
    top: -6px;
}

.about-sect .pic {
    float: left;
    width: 100%;
}

.about-sect .txt {
    float: none;
    width: 100%;
    position: relative;
    padding-top: 15px;
}

.about-sect .txt a:hover {
    text-decoration: underline;
}

.sect3 {
    background: url('../../images/common/index/product_bk.jpg') repeat 50% 50%;
    padding: 65px 0 40px;
    position: relative;
    z-index: 2;
    max-width: 1850px;
    margin: 35px auto;
}

.products-sect .sect-title:after {
    content: '';
    display: block;
    background: #D12229;
    width: 1px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -117px;
    z-index: 5;
}

.products-sect .sect-title {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}

.products-sect .sect-title:before {
    content: '';
    display: block;
    background: url(../../images/common/index/about_dot.png) no-repeat;
    width: 21px;
    height: 7px;
    margin: 15px auto;
    z-index: 5;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.products-sect .sect-title span {
    display: block;
    margin: 0;
}

.products-sect .ibtn.more {
    display: block;
    margin: 30px auto 20px;
}

.products-list {
    margin: 0 -10px;
}

.products-list .item {
    width: 20%;
    padding: 0 10px;
}

.products-list .item:nth-child(5n+1) {
    clear: left;
}

.products-list .item:nth-child(n+11) {
    display: none;
}

.products-list .box {
    max-width: 250px;
    margin: 8px auto 22px;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 47px;
    height: 48px;
    position: absolute;
    z-index: 10;
    left: 8px;
    top: -22px;
}

.products-list .box:after {
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background: #f8eedd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    right: -10px;
    top: -8px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    visibility: visible;
}

.products-list .box:hover:after {
    width: 90%;
    background: #ffb94a;
}

.products-list .pic-box {
    margin-bottom: 20px;
    position: relative;
}

.products-list .pic-box:before {
    content: '';
    display: block;
    width: 1px;
    height: 0px;
    background: #f8eedd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: -10px;
    top: -10px;
}

.products-list>li>a:hover .pic-box:before {
    height: 80%;
    background: #ffb94a;
}

.products-list .pic-box:after {
    content: '';
    display: block;
    width: 1px;
    height: 0px;
    background: #f8eedd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    right: -10px;
    bottom: -10px;
}

.products-list>li>a:hover .pic-box:after {
    height: 80%;
    background: #ffb94a;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic:before {
    content: "";
    background: url(../../images/common/products/hover.png) 50% 60% no-repeat rgba(0, 0, 0, 0.55);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.products-list a:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}

.products-list .txt {
    position: relative;
}

.products-list .txt:before {
    content: '';
    width: 0px;
    height: 1px;
    background: #f8eedd;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    position: absolute;
    left: -10px;
    top: -10px;
}

.products-list li>a:hover .txt:before {
    width: 80%;
    background: #ffb94a;
}

.products-list .name {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}

.products-list a:hover .name {
    color: #f02731;
}

.products-list .description {
    color: #9A9A9A;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
    margin-bottom: 10px;
}

.products-list a:hover .description {}

.sect4 {
    background: url(../../images/common/index/sect4_bk.jpg) center 50% no-repeat fixed;
    background-size: 100%;
    min-height: 350px;
    padding: 20px 0;
    background-position: 50% 50%;
}

.ad-sect {
    width: 30%;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}

.ad-sect .sect-title {
    text-align: center;
    margin-bottom: 10px;
}

.ad-sect .sect-title span {
    display: block;
    margin: 0;
}

.sect5 {
    background: url(../../images/common/index/service_bg.jpg) no-repeat 50% 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 0 50px;
    background-size: cover;
}

/*
.sect5:before {
    content: '';
    display: block;
    width: 50%;
    width: 20%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 94px;
    right: 50%;
    margin-right: 650px;
}.sect5:before {
    content: '';
    display: block;
    width: 50%;
    width: 20%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 94px;
    right: 50%;
    margin-right: 650px;
}
*/

.sect5-bg {}

.service-sect {
    width: 100%;
    max-width: 500px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    text-align: left;
    position: relative;
    float: right;
}

.index-service-b {
    font-size: 18px;
    font-weight: bold;
    color: #ffef98;
}

.service-sect .sect-title {
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.service-sect .sect-title:before {
    content: 'SERVICES';
    font-family: 'Unica One', cursive;
    display: block;
    color: #ffb94a;
    font-size: 34px;
    letter-spacing: 0.08em;
    line-height: normal;
}

.service-sect .sect-title span {
    display: block;
}

.service-sect .txt {
    padding: 0px 0px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service-sect .ibtn.more {
    display: block;
    margin: 30px 0 10px;
}

.service-sect .ibtn.more:hover {
}

.sect6 {
    padding: 26px 0 10px;
    background: url(../../images/common/index/album_bk.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.album-sect {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 160px 0 140px;
    position: relative;
}

.album-list {
    display: table;
    width: 100%;
}

.album-list .item {
    width: 16.66%;
    display: table-cell;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    vertical-align: middle;
}

.album-list .item:nth-child(6n+1) {
    clear: left;
}

.album-list .box {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #dbdbdb;
}

.album-list .box:hover {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    border-color: #ffef98;
}

.album-list .box:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: solid 10px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    ;
    left: 0;
    top: 0;
    z-index: 5;
}

.album-list .item.title {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 12px;
}

.album-list .item.more .box,
.album-list .item.title .box {
    background: none;
    border: none;
}

.album-list .item.more .box::before,
.album-list .item.title .box::before {
    display: none;
}

.album-list .item.more .box {
    background: url(../../images/common/index/album_more.png) no-repeat;
    width: 158px;
    height: 52px;
    text-indent: inherit;
    margin: 0px auto;
    color: #222222;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 67px;
    padding: 0;
    text-indent: inherit;
    padding-left: 25px !important;
}

.album-list .item.more .box:hover {
    background-position: 100% 0;
    color: #D12229;
    ;
}

.album-list .item.more {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 58px;
}

.album-list .item.more a {}

.album-list .item.more a:hover {}

.album-list .box .sect-title {
    margin: 0 auto;
    padding: 55px 0 0;
    text-align: center;
    font-weight: bold;
    color: #000000;
    position: relative;
}

.album-list .box .sect-title:before {
    content: '';
    display: block;
    background: url(../../images/common/index/about_dot.png) no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 20px;
    height: 8px;
    margin: 0 auto 15px;
    z-index: 5;
}

.album-sect:before {
    content: '';
    display: block;
    background: #D12229;
    width: 1px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -26px;
}

.album-sect .sect-title span {
    display: block;
    font-size: 36px;
}

.album-list .pic {
    position: relative;
    overflow: hidden;
}

.album-list .box img {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.album-list .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.album-list .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 15px;
    line-height: 45px;
    padding: 0 12px;
    height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.album-list .box:hover .name {
    bottom: 10px;
}

.album-list .item.more .box:hover {
    opacity: 0.8;
}

.album-list .item.more .box:hover,
.album-list .item.title .box:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/******首頁跳出燈箱廣告按鈕******/

body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 20px;
    border: 3px solid #ccc;
}


/*******************************/

@media screen and (max-width: 1220px) {
    .service-sect {
        max-width: 600px;
    }
}

@media screen and (max-width: 1200px) {
    .links-list {
        max-width: 900px;
    }
    .links-list .item {
        width: 33.33%;
    }
    .links-list .item:nth-child(5n+1) {
        clear: none;
    }
    .links-list .item:nth-child(3n+1) {
        clear: left;
    }
    .links-list .item:nth-child(6) {
        display: block;
    }
    .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
    .sect4-bg {
        background: none;
    }
    .album-sect {
        float: none;
        width: auto;
    }
    .album-list .item {
        width: 16.66%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(6n+1) {
        clear: left;
    }
    .sect5{
        background-position: 80% 50%;
    }
}

@media screen and (max-width: 1025px) {
    .sect4 {
        min-height: inherit;
        background-attachment: inherit;
        height: 200px;
        padding: 0;
    }
}
@media screen and (max-width: 1000px) {
    .service-sect{
        float: none;
        width: auto;
    }
    .sect3 {
        padding: 27px 0 20px;
        position: relative;
        z-index: 2;
        max-width: 1850px;
        margin: 20px auto 0;
    }
    .products-sect .sect-title::after {
        content: '';
        display: block;
        background: #D12229;
        width: 1px;
        height: 65px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -90px;
        z-index: 5;
    }
    .products-sect .ibtn.more {
        display: block;
        margin: 0px auto 25px;
    }
    .sect2 {
        background: url(../../images/common/index/about_bg.jpg) 100% 70% no-repeat;
    }
    .about-sect {
        float: none;
        width: auto;
        max-width: 670px;
        margin: 0 auto;
        text-align: center;
    }
    .about-sect .txt {
        width: 100%;
    }
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .service-sect .sect-title {
        padding: 30px 0 0;
        position: relative;
        left: inherit;
        top: inherit;
        margin: 20px 20px 5px;
    }
    .service-sect .txt {
        padding-top: 0;
    }
    .service-sect .sect-title::before {
        color: #f02731;
    }
    .index-service-b {
        font-size: 17px;
    }
    .service-sect .txt {
        padding: 8px 20px 20px;
    }
    .sect5 {
        padding: 0 0 20px;
        background-position: 100% 50%;
        background-size: cover;
    }
    .index-service-b {
        color: #ffb94a;
    }
    .about-sect::after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .about-sect .sect-title {
        left: inherit;
        right: inherit;
        position: relative;
        top: inherit;
    }
    .sect2::before {
        display: none;
    }
    .about-sect .txt {
        padding-top: 0;
    }
    .about-sect {
        padding-top: 30px;
    }
    .service-sect .ibtn.more {
        margin: 12px 0 13px;
    }
    .about-sect::before {
        height: 101%;
        margin-left: -487px;
        -webkit-transform: skewX(0);
        transform: skewX(0);
    }
    
}

@media screen and (max-width: 900px) {
    .news-sect {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
    .album-list {
        display: block;
    }
    .album-list .item {
        width: 25%;
        display: block;
        float: left;
    }
    .album-list .item.title {
        width: 100%;
        padding: 10px 0;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item.more {
        width: 100%;
        padding: 10px 0;
    }
    .album-list .box {
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        overflow: hidden;
        text-align: center;
        padding: 10px;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #C8C8C8;
        margin-bottom: 10px;
    }
    .about-sect .sect-title {
        position: relative;
        left: inherit;
        top: inherit;
        margin: 0 auto;
    }
    .about-sect .txt {
        padding-top: 0;
    }
    .sect2::before {
        display: none;
    }
    .about-sect::after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .about-sect {
        padding-top: 28px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    /*------------ lightbox 767 ------------*/
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }
    /*------------ lightbox 767 ------------*/
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
    .banner .slick-dots li button {
        width: 40px;
    }
    .sect1 {
        padding: 40px 0 30px;
    }
    .news-sect .sect-title {
        margin-bottom: 10px;
    }
    .news-list {
        margin: 10px auto 0px auto;
    }
    .links-list {
        max-width: 600px;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(3n+1) {
        clear: none;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-sect .ibtn.more {
        margin: 5px auto 20px;
    }
    .about-sect .pic,
    .about-sect .txt {
        float: none;
        width: auto;
    }
    .about-sect .pic {
        margin-bottom: 1.8em;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .album-sect {
        padding: 97px 0 80px;
    }
    .album-list .item.more {
        bottom: 10px;
    }
    .album-sect::before {
        height: 40px;
    }
    .album-list .box .sect-title {
        padding-top: 0;
    }
    .about-sect {
        padding-bottom: 24px;
    }
    .about-sect::after {
        left: 0;
        right: 0;
        margin: auto;
        position: relative;
        width: 100%;
        height: 118px;
        background-size: auto 100%;
        bottom: inherit;
        margin: 12px auto;
    }
    
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 600px) {
    .links-list {
        margin: 0 -7px;
    }
}

@media screen and (max-width: 1025px) {
    
}

@media screen and (max-width: 500px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
        clear: none;
    }
    .links-list .item:nth-child(6) {
        display: none;
    }
    .products-list .item {
        width: 100%;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: none;
    }
    .album-list .box .sect-title {}
}

@media screen and (max-width: 440px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
}
