.banner {
    position: relative;
    top: 0;
    z-index: 1;
    padding-top: 50px;
}
.banner .item {
    height: auto;
}
.site-main {
    background: url('../images/index/main_bg.png') 50% 50% / cover no-repeat #FDFCF6 fixed;
    padding-bottom: 80px;
}

.sect1 {
    padding: 60px 0 20px;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 20%;
    padding: 0 6px;
}
.news-list .item:nth-child(6) {
    display: none;
}
.news-list .box {
    max-width: 270px;
    margin: 0 auto 80px;
    position: relative;
    background: url('../images/news/box_bg.png');
}
.news-list .box:after {
    content: " ";
    background: url(../images/news/more.png) no-repeat;
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin: -27px 0 0 -27px;
}
.news-list .box:hover:after {
    background-position: 0 100%;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .pic:before {
    content: '';
    display: block;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list .box:hover .pic:before {
    opacity: 1;
    height: 100%;
}
.news-list .pic:after {
    content: '';
    display: block;
    background: url('../images/news/pic_cover.png') 0 100% repeat-x;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 120px;
}
.news-list .txt {
    padding: 0 20px 45px;
}
.news-list .date {
    display: block;
    position: relative;
    color: #B28500;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 16px;
    line-height: 1.4;
    top: -20px;
    margin-bottom: -10px;
}
.news-list .name {
    color: #6B4F45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 25px;
}
.news-list .description {
    font-size: 13px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
}

.sect2 {
    border-bottom: 1px solid #A68671;
    padding: 30px 0 65px;
}
.about-sect {
    padding-left: 90px;
    min-height: 166px;
}
.about-sect .ibtn.more {
    background-image: url('../images/index/about_more.png');
    width: 48px;
    height: 166px;
    position: absolute;
    left: 15px;
    top: 0;
}
.about-sect .ibtn.more:hover {
    background-position: 100% 0;
}

.sect3 {
    padding: 75px 0 30px;
}
.products-sect {
    padding-left: 90px;
    min-height: 200px;
}
.products-sect .ibtn.more {
    background-image: url('../images/index/products_more.png');
    width: 48px;
    height: 166px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.products-sect .ibtn.more:hover {
    background-position: 100% 0;
}
.products-list {
    margin: 0 -8px;
}
.products-list .item {
    width: 25%;
    padding: 0 8px;
}
.products-list .box {
    max-width: 312px;
    margin: 0 auto 50px;
    text-align: center;
}
.products-list .pic {
    position: relative;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #DCD6C7;
}
.products-list .box:hover .pic {
    border-color: #716346;
}
.products-list .offers {
    text-align: left;
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 5px 0;
}
.products-list .name {
    color: #85795F;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
    margin: 0 5px 20px;
}
.products-list .more .icon {
    background: url('../images/products/more.png') 50% 0 / auto 60px no-repeat;
    width: 100%;
    height: 30px;
}
.products-list .box:hover .more .icon {
    background-position: 50% 100%;
}


@media screen and (max-width: 1200px) {
    .sect1 .container {
        max-width: 960px;
    }
    .news-list .item {
        width: 33.33%;
    }
    .news-list .item:nth-child(6) {
        display: block;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        padding-top: 15px;
    }
    .sect1 {
        padding: 40px 0 10px;
    }
    .sect2 {
        padding: 10px 0 30px;
    }
    .sect3 {
        padding: 30px 0 10px;
    }
    .about-sect,
    .products-sect {
        padding-left: 70px;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .banner .item {
        padding-top: 0;
    }
    .about-sect,
    .products-sect {
        padding-left: 0;
    }
    .about-sect .ibtn.more,
    .products-sect .ibtn.more {
        width: 166px;
        height: 39px;
        position: static;
        margin-bottom: 20px;
    }
    .about-sect .ibtn.more {
        background-image: url('../images/index/about_more_m.png');
    }
    .products-sect .ibtn.more {
        background-image: url('../images/index/products_more_m.png');
    }
}
@media screen and (max-width: 700px) {
    .sect1 .container {
        max-width: 640px;
    }
    .news-list {
        margin: 0 -6px;
    }
    .news-list .item {
        padding: 0 6px;
        width: 50%;
    }
    .news-list .box {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 480px) {
    .news-list .item {
        width: 100%;
    }
    .news-list .item:nth-child(6) {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .box {
        margin-bottom: 20px;
    }
    .products-info .break-line .control-label {
        float: none;
    }
    .products-info .break-line .control-box {
        margin: 0;
    }
    .products-info .btn-box .col {
        width: 100%;
    }
}