/* ---------------- banner ----------------  */
.banner {
    text-align: center;
}

.banner img {
    margin: 0 auto;
}

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

.no-svg .banner .slick-prev,
.no-svg .banner .slick-next {
    background-image: url('../images/index/banner_arrow.png')
}

.banner .slick-prev {
    background-position: 0 0;
    left: 2%;
}

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

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

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

/* ---------------- 基本區塊 ----------------  */

.sect1,
.sect2,
.sect3,
.sect4,
.sect5,
.sect6 {
    padding: 25px 0 40px;
}

.sect-title {
    text-align: center;
    line-height: 30px;
    margin-bottom: 40px;
}

.sect-title i {
    display: block;
}

.sect-title .mtitle_cn {
    display: block;
    font-size: 19px;
}

.sect-title .mtitle_en {
    display: block;
    font-size: 26px;
}

/* ---------------- sect1 品牌介紹 ----------------  */

.brands-list li {
    width: calc(100% / 6 - 9px);
    margin-right: 10px;
    float: left;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.brands-list li:nth-child(6n+6) {
    margin-right: 0;
}

.brands-list li a {
    transition: all .2s;
}

.brands-txt {
    text-align: center;
    color: #AB1032;
    font-size: 14px;
    line-height: 38px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    bottom: -200px;
    transition: all .2s;
}

.brands-txt span {
    font-size: 15px;
}

.brands-list li a:hover .brands-txt {
    bottom: 0;
}

.brands-list li a:hover img {
    opacity: .1;
}


/* ---------------- sect2 促銷商品 ----------------  */

.sect2 {
    padding: 25px 0 0;
    background: #FAF8F7;
    display: none;
}

.success-list.type2 {
    margin: 0 -18px;
}

.success-list.type2 .item {
    width: 25%;
    padding: 0 18px 35px;
}

.success-list.type2 .pic-box {
    position: relative;
    overflow: hidden;
}

.success-txt {
    text-align: center;
    color: #AB1032;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    bottom: -100px;
    transition: all .2s;
}

.success-txt span {
    font-size: 15px;
}

.success-list .txt {
    font-size: 12px;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.success-list .txt .title {
    font-size: 18px;
    margin: 5px 0;
}

.success-list li a:hover .success-txt {
    bottom: 0;
}

.success-list li a:hover img {
    opacity: .5;
}


/* ---------------- sect3 活動訊息 ----------------  */

.sect3 {
    background: #E5E5E5;
}

.news-list li {
    margin-right: 2px;
}

.news-list .box {
    max-width: 300px;
    background: #fff;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
}

.news-list li .pic {
    transition: all .3s;
}

.news-list li .txt {
    padding: 10px 20px 15px;
    overflow: hidden;
}

.news-list li .title {
    font-size: 18px;
    margin-bottom: 6px;
    max-height: 60px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list li .description {
    font-size: 12px;
    margin-bottom: 5px;
    height: 52px;
    overflow: hidden;
}

.news-list li .news-more {
    width: 110px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #AB1032;
    border-radius: 5px;
}

.news-list li:hover .pic {
    opacity: .4;
}

.news-list li:hover .title {
    color: #AB1032;
}

.news-list li .news-more:hover {
    background: #989898;
}

.news-sect .slick-prev,
.news-sect .slick-next {
    width: 30px;
    height: 60px;
    display: block;
    color: transparent;
    border: 0;
    background: url(../images/index/arrow.png);
    position: absolute;
    top: 50%;

    cursor: pointer;
    margin: -30px 0px 0 0;
    z-index: 999;
}

.news-sect .slick-prev:hover,
.news-sect .slick-next:hover {
    background-position: 0 100%;
}

.news-sect .slick-next {
    left: auto;
    right: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news-sect .slick-next {
    right: -25px;
}

.news-sect .slick-prev {
    left: -50px;
}

/* ---------------- sect4 熱門產品 ----------------  */

.products-list.type2 {
    margin: 0 -18px;
    padding: 0 20px;
}

.products-list.type2 .item {
    width: 25%;
    padding: 0 30px 35px;
}

.products-list .txt {
    padding-top: 10px;
    border-top: 3px solid #AB1032;
}

.products-list .name {
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px dashed #A5A5A5;
}

.product-txt {
    color: #777;
    padding: 10px 0 0 0;
    font-size: 12px;
    margin-bottom: 20px;
    height: 80px;
    overflow: hidden;
}

.product-format {
    color: #AB1032;
    display: none;
    margin: 10px 0;
}

.products-list .box:hover .name {
    color: #AB1032;
}

.products-list .box .pic-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

.products-list .box:hover .pic {
    opacity: 0.2;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.products-list .item a {
    max-width: 300px;

    margin: 0 auto;
}

.success-list .item a {
    max-width: 210px;

    margin: 0 auto;
}

.detail-txt {
    text-align: center;
    color: #AB1032;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    bottom: -60px;
    transition: all .2s;
}

.detail-txt span {
    font-size: 15px;
}

.success-sect .slick-prev,
.success-sect .slick-next,
.products-sect .slick-prev,
.products-sect .slick-next {
    width: 30px;
    height: 60px;
    display: block;
    color: transparent;
    border: 0;
    background: url(../images/index/arrow.png);
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    margin: -30px 0px 0 0;
    z-index: 999;
}

.success-sect .slick-prev:hover,
.success-sect .slick-next:hover,
.products-sect .slick-prev:hover,
.products-sect .slick-next:hover {
    background-position: 0 100%;
}

.success-sect .slick-next,
.products-sect .slick-next {
    left: auto;
    right: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* ---------------- sect5  ----------------  */

.sect5 {
    padding: 25px 0 40px;
    background: #F3F3F3;
}

.Industrial-list .box {
    max-width: 300px;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.Industrial-list .item {
    width: 25%;
    padding: 0 18px 35px;
}

.Industrial-list li .pic {
    transition: all .3s;
}

.Industrial-list li .txt {
    font-size: 12px;
    margin-top: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}

.Industrial-list li .title {
    font-size: 18px;
    margin-bottom: 0px;
}

.Industrial-list li .description {
    font-size: 15px;
    margin-bottom: 20px;
    height: 52px;
    overflow: hidden;
}

.Industrial-list li .news-more {
    width: 110px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #AB1032;
    border-radius: 5px;
}

.Industrial-list li:hover .pic {
    opacity: .4;
}

.Industrial-list li:hover .title {
    color: #AB1032;
}

.Industrial-list li .news-more:hover {
    background: #989898;
}

.Industrial-sect .slick-prev,
.Industrial-sect .slick-next {
    width: 30px;
    height: 60px;
    display: block;
    color: transparent;
    border: 0;
    background: url(../images/index/arrow.png);
    position: absolute;
    top: 50%;
    cursor: pointer;
    margin: -30px 0px 0 0;
    z-index: 999;
}

.Industrial-sect .slick-prev:hover,
.Industrial-sect .slick-next:hover {
    background-position: 0 100%;
}

.Industrial-sect .slick-next {
    left: auto;
    right: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.Industrial-sect .slick-next {
    right: -25px;
}

.Industrial-sect .slick-prev {
    left: -50px;
}

.product_class_list {
    margin: 0 -10px;
}

.product_class_list .item {
    width: 33.33%;
    padding: 0 10px;
}

.product_class_list .item:nth-child(3n+1) {
    clear: both;
}

.product_class_list .item .box {
    max-width: 250px;
    margin: 0 auto 50px;
}

.product_class_list .item .box .pic {
    border-radius: 50%;
    overflow: hidden;
}

.product_class_list .item .box:hover .pic {
    opacity: 0.8;
}

/* ---------------- sect6  ----------------  */

.sect6 {
    background: rgba(243, 243, 243, 0.6);
}

.App-list li {
    margin-right: 2px;
    margin-right: 18px;
}

.App-list li:last-of-type {
    margin: 0;
}

.App-list .box {
    max-width: 300px;
    background: #fff;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
}


.App-list li .pic {
    transition: all .3s;
}


.App-list li .txt {
    padding: 10px 20px 15px;
    overflow: hidden;
}


.App-list li .title {
    font-size: 18px;
    margin-bottom: 6px;
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.App-list li .description {
    font-size: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.App-list li .App-more {
    width: 110px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #AB1032;
    border-radius: 5px;
}

.App-list li:hover .pic {
    opacity: .4;
}

.App-list li:hover .title {
    color: #AB1032;
}

.App-list li .App-more:hover {
    background: #989898;
}

.App-sect .slick-prev,
.App-sect .slick-next {
    width: 30px;
    height: 60px;
    display: block;
    color: transparent;
    border: 0;
    background: url(../images/index/arrow.png);
    position: absolute;
    top: 50%;

    cursor: pointer;
    margin: -30px 0px 0 0;
    z-index: 999;
}

.App-sect .slick-prev:hover,
.App-sect .slick-next:hover {
    background-position: 0 100%;
}

.App-sect .slick-next {
    left: auto;
    right: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.App-sect .slick-next {
    right: -25px;
}

.App-sect .slick-prev {
    left: -50px;
}

/* ---------------- rwd  ----------------  */

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

    .products-list,
    .news-list,
    .Industrial-list,
    .App-list {
        margin: 0;
    }
}

@media screen and (max-width:1300px) {
    .brands-video {
        width: 50%;
    }

    .brands-content {
        width: calc(50% - 40px);
    }
}

@media screen and (max-width: 1080px) {
    .Industrial-sect .slick-next,
    .product-sect .slick-next,
    .news-sect .slick-next,
    .App-sect .slick-next {
        right: 0px;
    }

    .Industrial-sect .slick-prev,
    .product-sect .slick-prev,
    .news-sect .slick-prev,
    .App-sect .slick-prev {
        left: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .Industrial-list .item {
        width: 50%;
        padding: 0 5px 35px;
    }

    .banner .slick-prev,
    .banner .slick-next {
        width: 60px;
        height: 60px;
        background-size: 200% auto;
        margin-top: -30px;
    }

    /*brands*/
    .brands-list li {
        width: calc(100% / 5 - 9px);
    }

    .brands-list li:nth-child(6n+6) {
        margin-right: 10px;
    }

    .brands-list li:nth-child(5n+5) {
        margin-right: 0;
    }

    .products-sect .slick-prev,
    .products-sect .slick-next {
        margin: 0 10px;
    }

    .success-sect .slick-prev,
    .success-sect .slick-next {
        margin: -30px 5px;
    }

    .product_class_list .item {
        width: 50%;
    }

    .product_class_list .item:nth-child(n) {
        clear: none;
    }

    .product_class_list .item:nth-child(2n+1) {
        clear: both;
    }

    .product_class_list .item .box {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 850px) {
    .brands-video {
        width: 100%;
    }

    .brands-content {
        width: 100%;
        margin-left: 0;
    }

    .brands-advantage-list .item {
        width: calc(25% - 23px);
        margin: 0 30px 0 0;
    }
}

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

    .sect1,
    .sect2,
    .sect3,
    .sect4,
    .sect5 {
        padding: 35px 0;
    }

    .brands-list li {
        width: calc(100% / 4 - 8px);
    }

    .brands-list li:nth-child(5n+5) {
        margin-right: 10px;
    }

    .brands-list li:nth-child(4n+4) {
        margin-right: 0;
    }

    .brands-advantage-list .item {
        width: calc(50% - 15px);
        margin: 0 30px 30px 0;
    }

    .brands-advantage-list .item:nth-child(2n+2) {
        margin-right: 0;
    }

    .brands-detail {
        padding: 30px 20px;
        margin: 10px 0 30px;
    }

    .success-list.type2 {
        margin: 0 -10px;
    }

    .success-list.type2 .item {
        width: 50%;
        padding: 0 10px 25px;
    }

}

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

    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }

    .products-list.type2 .item {
        width: 50%;
        padding: 0 18px 25px;
    }

    .Industrial-list .box,
    .news-list .box {
        margin: auto;
    }

    .Industrial-list .box,
    .products-list .box,
    .news-list .box,
    .App-list .box {
        margin: auto;
    }

    .App-list .item {
        margin: 0;
    }

    .news-list .item,
    .Industrial-list .item,
    .products-list .item,
    .news-list .item,
    .App-list .item {
        padding: 0 40px;
    }

    .Industrial-list .item {
        width: 100%;
        padding: 0 5px 15px;
    }

    .Industrial-list .item:nth-child(n) {
        clear: none;
    }
}

@media screen and (max-width:615px) {
    .brands-list li {
        width: calc(100% / 3 - 7px);
    }

    .brands-list li:nth-child(4n+4) {
        margin-right: 10px;
    }

    .brands-list li:nth-child(3n+3) {
        margin-right: 0;
    }

    .brands-txt {
        font-size: 15px;
    }

    .products-sect .slick-prev,
    .products-sect .slick-next {
        margin: 0 5x;
    }

}

@media screen and (max-width: 470px) {
    .brands-list li {
        width: calc(100% / 2 - 5px);
    }

    .brands-list li:nth-child(3n+3) {
        margin-right: 10px;
    }

    .brands-list li:nth-child(2n+2) {
        margin-right: 0;
    }

    .products-list.type2 .item {
        width: 100%;
    }

    .products-list.type2 {
        padding: 0 45px;
    }

}

/* 20211512 客戶追加 */
.banner .slider {
    position: relative;
}

.banner .slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    margin-top: 0;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

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

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.banner .slick-dots li.slick-active button {
    background: #AB1032;
}

@media screen and (max-width: 1000px) {
    .banner .slick-dots {
        bottom: 7px;
        height: 5px;
    }

    .banner .slick-dots li button {
        width: 5px;
        height: 5px;
    }
}

/* end 20211512 客戶追加 */