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

.banner-txt {
    bottom: 170px;
}
.banner:after {
    background-image: url(../images/index/banner_cover.png);
    background-size: auto 100%;
    height: 50%;
}
.banner .item {
    padding-top: 0;
    height: auto;
}
.site-nav {
    top: auto;
    bottom: 0;
}
.site-main {
    padding-top: 0;
    margin: 0;
}

.sect1 {
    padding: 20px 0;
}
.products-box {
    position: relative;
    overflow: hidden;
}
.products-box .slick-prev,
.products-box .slick-next {
    text-align: left;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: url(../images/index/products_arrow.png) no-repeat;
    width: 82px;
    height: 74px;
    position: absolute;
    top: 30%;
}
.products-box .slick-prev {
    background-position: 0 0;
    left: 0;
}
.products-box .slick-next {
    background-position: 100% 0;
    right: 0;
}
.products-box .slick-prev:hover {
    background-position: 0 100%;
}
.products-box .slick-next:hover {
    background-position: 100% 100%;
}
.products-list .item {
    float: left;
}
.products-list .item a {
    margin-bottom: 0;
}
.sect2 .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #020202;
}
.sect2 .col {
    display: table-cell;
    width: 50%;
    padding: 3% 4% 4%;
}
.about-box {
    background: url(../images/index/about_bg.png) 50% 0 / cover no-repeat;
    padding: 64px;
}
.about-box .main-title {
    font-family: 'Monda', sans-serif;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0;
    line-height: 1;
    color: #B97F37;
    background: #1B1B21;
    display: inline-block;
    padding: 0 6px;
    position: absolute;
    top: -20px;
    left: 36px;
}
.about-box .txt {
    border: 1px solid rgba(255,255,255,0.15);
    margin-left: 52%;
    padding: 40px 45px 30px;
    position: relative;
}
.about-box .editor {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
}
.about-box .more {
    color: #DEB774;
    line-height: 34px;
    font-family: 'Monda', sans-serif;
    font-size: 14px;
}
.about-box .more:hover {
    color: #F2E2C9;
}
.about-box .more:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(../images/index/about_more.png) no-repeat;
    width: 35px;
    height: 35px;
    margin: 0 10px 5px 0;
}
.about-box .more:hover:before {
    background-position: 0 100%;
}
.sect3 {
    position: relative;
    background: url(../images/index/news_title_bg.png) 50% 0 no-repeat;
    padding-top: 25px;
}
.sect3:before {
    content: '';
    display: block;
    background: url(../images/index/news_shadow.png) 50% 0 no-repeat;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
}
.news-box {
    border-bottom: 1px solid #3C3C3C;
    padding-bottom: 44px;
}
.news-box .news-title {
    white-space: nowrap;
    text-align: left;
    text-indent: 100%;
    overflow: hidden;
    padding: 0;
    background: url(../images/index/news_title.png) 50% 0 no-repeat;
    margin-bottom: 20px;
    height: 98px;
}
.news-box .main-title:after {
    display: none;
}
.news-slider {
    background: url(../images/index/news_bg.png) 50% 0 / cover no-repeat;
    padding: 65px 100px;
    position: relative;
}
.news-slider:before,
.news-slider:after {
    content: '';
    position: absolute;
    top: 0;
    background: no-repeat;
    width: 49px;
    height: 231px;
}
.news-slider:before {
    right: 100%;
    background-image: url(../images/index/news_shadowL.png);
}
.news-slider:after {
    left: 100%;
    background-image: url(../images/index/news_shadowR.png);
}
.news-box .slick-prev,
.news-box .slick-next {
    text-align: left;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: url(../images/index/news_arrow.png) no-repeat;
    width: 60px;
    height: 120px;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    opacity: 0.5;
}
.news-box .slick-prev:hover,
.news-box .slick-next:hover {
    opacity: 0.8;
}
.news-box .slick-prev {
    background-position: 0 0;
    left: 15px;
}
.news-box .slick-next {
    background-position: 100% 0;
    right: 15px;
}
.news-list .item {
    float: left;
}
.news-list .item a {
    margin-bottom: 0;
}

@media screen and (max-width: 1480px) {
    .banner-txt {
        bottom: 35%;
    }
}
@media screen and (max-width: 1200px) {
    .sect2 .container {
        padding: 0;
    }
    .sect2 .row,
    .sect2 .col {
        display: block;
        width: auto;
    }
    .sect2 .row {
        max-width: 720px;
        margin: 0 auto;
    }
    .sect2 .col {
        padding: 25px 6% 50px;
    }
}
@media screen and (max-width: 1100px) {
    .news-box {
        margin: 0 -15px;
    }
    .news-slider {
        padding: 60px 70px;
    }
    .news-box .slick-prev {
        left: 0;
    }
    .news-box .slick-next {
        right: 0;
    }
}
@media screen and (max-width: 1000px) {
    .banner .item {
        height: 333px;
    }
    .banner .item img {
        display: none;
    }
    .banner .item a {
        display: block;
        height: 100%;
    }
    .about-box {
        padding: 60px 30px;
        background-position: 100% 0;
    }
    .about-box .txt {
        margin-left: 30%;
    }
}
@media screen and (max-width: 900px) {
    .about-box {
        background: #1B1B21;
    }
    .about-box .txt {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .banner-txt {
        bottom: 20%;
    }
    .about-box .main-title {
        top: -15px;
    }
    .about-box .txt {
        padding: 40px 30px 25px;
    }
}
@media screen and (max-width: 630px) {
    .sect2 .about-box {
        background-image: none;
    }
    .about-box .txt {
        margin-left: 0;
    }
    .news-slider {
        padding: 40px 50px;
    }
    .news-box .slick-prev,
    .news-box .slick-next {
        width: 40px;
        height: 80px;
        background-size: 80px auto;
        margin-top: -40px;
    }
}
@media screen and (max-width: 480px) {
    .about-box {
        padding: 50px 15px;
    }
    .about-box .txt {
        padding: 40px 20px 25px;
    }
}