
/*------------ banner ------------*/

.banner .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 100;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots button {
    background: #EEEEEE;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
}

.banner .slick-active button {
    background: #D90000;
}


/*------------ about ------------*/

.about-sect{
    background: url('../../images/common/index/about_bg.jpg') no-repeat bottom center;
}

.bg-row{}

.bg-row .col{
    width: calc((100% / 3) - 0.1px);
    height: 595px;
    float: left;
    position: relative;
    z-index: 0;
}

.bg-row .col:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: rgba(34,34,34,.1);
}

.about-sect .editor {
    position: absolute;
    width: 100%;
    top: 20%;
    z-index: 100;
}

/*------------ news ------------*/


.news-sect {
    background: url('../../images/common/index/news_bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.news-sect .title {
    color: #FFFFFF;
    font-size: 38px;
    display: block;
    font-weight:  bold;
    line-height: 1;
    position: absolute;
    width:  100%;
    text-align: center;
    left: 0;
    top: 65px;
    z-index: 20;
}

.news-sect .title:before{
    content: "";
    width: 5px;
    height: 60px;
    background: #DB0000;
    display: block;
    position: absolute;
    top: -90px;
    left: 50%;
    margin: 0 0 0 -2.5px;
}

.news-list li {
    padding: 200px 25px 100px;
    text-align: center;
    width: calc((100% / 3) - 0.1px);
    position: relative;
}

.news-list li:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: rgba(255,255,255,0.35);
}

.news-list li a {
    padding: 83px 35px 75px;
    position: relative;
    background: rgba(0,0,0,.6);
    z-index: 10;
    top: 0;
    transition: all .2s;
}

.news-list li a:hover{
    top: -32px;
}

.news-list li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -57px;
    background: rgba(0,0,0,.6);
    height: 57px;
    width: 122px;
    border-radius: 50% / 100% 100% 0 0;
    margin: 0 0 0 -61px;
}

.news-list li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 32px 0 32px;
    border-color: rgba(0,0,0,.6) transparent transparent transparent;
}

.news-list .date {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -49px 0 0 -54px;
    text-align: center;
    border-radius: 50%;
    font-size: 42px;
    font-weight: bold;
    border: 1px solid rgba(204,204,204,.7);
    width: 108px;
    height: 108px;
    line-height: 1;
    box-sizing: border-box;
    color: #AAAAAA;
    padding: 20px 0 0 0;
    transition: all .2s;
    font-family: 'Roboto Condensed', sans-serif;
}

.news-list .date b {
    display: block;
    font-size: 25px;
}

.news-list a:hover .date {
    background: #DB0000;
    border-color: #DB0000;
    color: #DDDDDD;
}

.news-list li .text {
    text-align: left;
}

.news-list li .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 53px;
    font-size: 19px;
    color: #B9B9B9;
    font-weight: bold;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    transition: all .2s;
}

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

.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #BABABA;
    line-height: 1.6;
    height: 69px;
    margin: 10px 0 0 0;
}

.news-list .more {
    transition: all .2s;
    color: #DDDDDD;
    font-size: 13px;
    letter-spacing: 1px;
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 15;
}

.news-list .more:after {
    content: "";
    display: block;
    width: 23px;
    height: 12px;
    margin: 4px auto 0;
    background: url('../../images/common/index/news_title.png');
}

.news-list li a:hover .more {
    color: #DB0000;
}

.news-list li a:hover .more:after {
    background-position: 0 100%;
}

/*------------ products ------------*/

.products-sect{
    padding: 65px 0 125px;
    position: relative;
}

.products-sect:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #DB0000 transparent transparent transparent;
    position: absolute;
    top: 5px;
    left: 50%;
    margin: 0 0 0 -10px;
}

/*---- hot-products ----*/

.hot-products {
    margin: 0 0 60px;
}
.hot-products .stage {
    width: 35.5%;
    float: left;
}

.hot-products .txt {
    float: right;
    width: 61%;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 45px;
}


.hot-products .title {
    float: right;
    width: 61%;
    color: transparent;
    line-height:  1;
    padding: 35px 0 60px;
    border-bottom: 1px solid #CCCCCC;
}

.hot-products .title span{
    background: url('../../images/common/index/hot_pto_tit.png') center left no-repeat;
    width: 352px;
    height: 31px;
    display: block;
}

.hot-products .name{
    color: #666666;
    font-size: 25px;
    font-weight: bold;
    margin: 40px 0 10px 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: 66px;
}

.hot-products .description {
    color: #333326;
    height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 35px 5px;
    font-size: 13px;
    letter-spacing: 1px;
}

.hot-products .more {
    display: block;
    width: 190px;
    height: 45px;
    line-height: 45px;
    margin: 35px 0 0;
    color: #666666;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 30px;
    font-size: 13px;
    position: relative;
    transition: all .2s;
}

.hot-products .more:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #DB0000 transparent transparent transparent;
    left: 50%;
    margin: -3px 0 0 -6px;
}

.hot-products .more:hover{
    background: #555555;
    color: #fff;
    border-color: #555555;
}

/*---- products ----*/

.product-list {
    margin: 0 -20px;
}

.product-list li {
    width: 25%;
    padding: 0 20px;
}

.product-list li:nth-child(4n+1) {
    clear: left;
}

.product-list>li>a {
    margin: 0 auto;
    max-width: 300px;
    box-sizing: border-box;
}

.product-list .pic,
.thumbnails li a {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
}

.product-list .pic:hover {
    opacity: .5;
}

.product-list .text {
    max-width: 300px;
    margin: 0 auto 70px;
}

.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

.product-list li .description {
    color: #777777;
    line-height: 1.4;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-list li .more {
    display: block;
    width: 190px;
    height: 45px;
    line-height: 45px;
    margin: 35px auto 0;
    color: #666666;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 30px;
    font-size: 13px;
    position: relative;
    transition: all .2s;
}

.product-list li .more:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #DB0000 transparent transparent transparent;
    left: 50%;
    margin: -3px 0 0 -6px;
}

.product-list li a:hover.more{
    background: #555555;
    color: #fff;
    border-color: #555555;
}

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

@media screen and (max-width: 1440px) {
    .bg-row .col{
        height: 400px;
    }
    .news-list li{
        padding: 200px 10px 100px;
    }
    .news-list li a{
        padding: 83px 15px 75px;
    }
}

@media screen and (max-width: 1024px) {
    .hot-products .stage,
    .hot-products .txt,
    .hot-products .title{
        width: auto;
        float: none;
    }
    .hot-products .stage{
        max-width: 470px;
        margin: 0 auto;
    }
    .hot-products .txt{
        text-align: center;
        max-width: 100%;
    }
    .hot-products .title{
        padding: 35px 0 20px;
    }
    .hot-products .title span,
    .hot-products .more{
        margin: 0 auto;
    }
    .product-list li{
        width: 50%;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 900px) {
    .banner .slick-dots{
        bottom: 0;
    }
    .about-sect{
        padding: 50px 0;
    }
    .about-sect .editor{
        position: static;
    }
    .bg-row {
        display: none;
    }
    .news-sect{
        padding: 30px 0 80px 0;
    }
    .news-sect .title{
        position: static;
    }
    .news-sect .title:before,.news-list li:before{
        display: none;
    }
    .news-list li{
        width: 100%;
        padding: 0;
        margin: 80px 0 40px;
    }
    .hot-products .name,
    .hot-products .description{
        margin-left: 0;
    }
    .hot-products .name{
        margin: 20px 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .hot-products .title {
        padding: 0px 0 10px;
    }
    .hot-products .title span{
        width: 280px;
        height: 30px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .products-sect{
        padding: 30px 0;
    }
    .product-list{
        margin: 0;
    }
    .product-list li{
        width: 100%;
        padding: 0;
    }
}