@import url(products.css);
@import url(news.css);

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

.banner .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 13%;
}

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

.banner .slick-dots li button {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    width: 18px;
    height: 18px;
    margin: 0 -4px;
    background: url(../images/index/banner_btn.png) no-repeat;
    border: none;
    /* For Latest Opera */
}

.banner .slick-dots li.slick-active button {
    width: 19px;
    height: 18px;
    background: url(../images/index/banner_btn_.png) no-repeat;
}


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

.about-sect {
    padding: 0px 0 0px;
    text-align: center;
}

.about-content:hover {
    opacity: 0.8;
}

.about-sect .main-title {
    background: none;
    margin-bottom: 0;
}

.about-sect .main-title:after {
    content: "";
    display: block;
    width: 100%;
    background: url('../images/line-2.png') center bottom no-repeat;
    height: 1px;
    margin: 20px 0 30px;
}

.about-sect .main-title span,
.about-sect .main-title b {
    display: block;
    margin: 0;
    line-height: 1.2;
}

.about-sect .main-title b i {
    display: inline-block;
}

.about-sect .main-title b i,
.about-sect .main-title b:after {
    font-size: 32px;
}

.about-sect .main-title b:after {
    display: block;
    width: 100%;
}

.about-sect .more {
    color: #fff;
    width: 70px;
    padding: 0 5px 0px 0;
    line-height: 63px;
    height: 70px;
    font-size: 24px;
    display: block;
    background: url(../images/btn_bg.png) no-repeat;
    margin: 20px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect .more:hover {
    background-position: 0 100%;
}


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

.products-sect {
    padding: 40px 0 50px;
}

.products-sect .products-list li:nth-child(4n+1) {
    clear: none;
}

.products-sect .main-title b {
    margin-right: 0px;
}

.products-sect .products-list {
    position: relative;
    margin: 0 -13px;
}

.products-sect .products-list .item a {
    max-width: 300px;
    margin: 0 auto 13px;
}

.products-list .slick-list {
    max-width: 1282px;
    margin: 0 auto;
}

.products-list .description {
    font-size: 15px;
    line-height: 1.2;
    height: 54px;
    overflow: hidden;
}

.products-list .slick-prev,
.products-list .slick-next {
    background: url('../images/index/arrow.png');
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    border: none;
    overflow: hidden;
    text-indent: -5000px;
}

.products-list .slick-prev {
    left: 20px;
}

.products-list .slick-next {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 20px;
}

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


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

.news-sect {
    min-height: 340px;
    background: url(../images/index/news_bg.jpg) top no-repeat;
    background-size: cover;
    height: 100%;
}

.news-sect .news-list {
    max-width: 490px;
    margin: 0;
}

.news-sect .btn.more {
    padding-top: 55px;
    color: #D93600;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
}

.news-sect .btn.more:after {
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 0 5px 10px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/index/news.png');
}

.news-sect .btn.more:hover:after {
    background-position: 100% 0;
}

.news-sect .news-list .item {
    width: 100%;
}

.news-sect .news-list .item a {
    padding: 0;
    margin: 0 0 30px;
}

.news-sect .news-list .item a:hover .title {
    color: #8E2705;
    border-bottom: 1px solid #8E2705;
}

.news-sect .news-list .item .date {
    float: left;
}

.news-sect .news-list .item .txt {
    width: 320px;
    float: left;
    margin-left: 28px;
}

.news-sect .news-list .title span {
    max-width: 320px;
}

.news-sect .news-list .title {
    margin: -5px 0 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}


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

@media screen and (max-width: 1280px) {
    .banner .item {
        padding-top: 0;
    }
    .news-sect .news-list {
        max-width: 80%;
    }
    .news-sect .news-list .item .txt {
        width: calc(100% - 180px);
    }
}

@media screen and (max-width: 1200px) {
    .banner .slider-nav {
        position: static;
        text-align: center;
    }
    .banner .slider-nav .pic {
        float: none;
        margin: 0 auto;
    }
    .banner .slider-nav .txt {
        margin-left: 0;
    }
    .products-sect .products-list li:nth-child(2n+1) {
        clear: none;
    }
}

@media screen and (max-width: 767px) {
    .banner .slider-nav .txt {
        display: none;
    }
    .news-sect .news-list {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .news-sect .news-list .item .date {
        float: none;
    }
    .news-sect .news-list .item .txt {
        width: 97%;
        float: none;
        margin: 10px 0 0 0;
    }
    .news-sect .news-list .title span {
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .products-list .item {
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .banner .slider-nav .txt-box {
        padding: 10px;
    }
}
