@import url(products.css);

.banner .slick-prev,
.banner .slick-next{
    position: absolute;
    top: 50%;
    left: 15px;
    background: rgba(46,46,46,0.8) url(../images/index/banner_arrow.png)no-repeat;
    width: 60px;
    height: 50px;
    display: block;
    border: none;
    text-indent:-5000px;
}
.banner .slick-next{
    left: inherit;
    right: 15px;
    background-position: right;
}
.banner .slick-prev:hover,
.banner .slick-next:hover{
    background-color: rgba(46,46,46,0.9);
}
.site-main {
    padding: 0;
    background: url(../images/main_bg_top.png)center top no-repeat,url(../images/index/bg.jpg)center bottom no-repeat,#c7c7c7;
}

.sect1 {
    padding: 20px 0 30px;
}
.sect1:after{
    content: '';
    display: block;
    clear: both;
}
.about-box{
    width: 560px;
    height: 317px;
    float: left;
    padding: 10px 10px 25px;
    background: #FFF;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.about-box .box-title{
    background: url(../images/index/about_title.jpg)no-repeat;
    height: 130px;
    margin-bottom: 15px;
    text-indent:-5000px;
}
.about-box .description{
    padding: 0 20px;
    font-size: 15px;
    height: 80px;
    color: #6D726B;
    overflow: hidden;
    margin-bottom: 10px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.news-box{
    width: 410px;
    height: 317px;
    float: right;
    background: #F9F9F9;
    position: relative;
}
.news-box .box-title{
    height: 63px;
    background: url(../images/index/news_title.jpg)no-repeat;
    text-indent:-5000px;
}
.news-box .news-list{
    width: 370px;
    margin: 0 auto;
}
.news-box .news-list li{
    border-bottom: 1px dotted #A4A4A4;
}
.news-box .news-list a{
    position: relative;
    padding: 0 5px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.news-box .pic{
    width: 80px;
    height: 80px;
    border: 1px solid #C5C5C5;
    background: #FFF;
    padding: 3px;
    margin: 10px 0;
    margin-right: 15px;
    float: left;
    position: relative;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
/*
    position: absolute;
    left: 5px;
    top: 10px;
*/
}
.news-box .pic img{
    max-width: 72px;
    max-height: 72px;
    height: auto !important;
}
.news-list a:hover .pic:after{
    content: '';
    width: 80px;
    height: 80px;
    background: rgba(85,85,85,0.85) url(../images/index/news_cover.png)center no-repeat;
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}
.news-list .txt{
    width: 265px;
    float: right;
}
.news-list .txt .date{
    font-size: 13px;
    color: #DA262F;
    margin: 15px 0 5px;
    display: block;
}
.news-list .txt .name{
    font-size: 14px;
    color: #7D7D7D;
    line-height: 19px;
    height: 35px;
    overflow: hidden;
}
.news-list a:hover .txt .name{
    color: #000;
}
.news-box a.more{
    height: 36px;
    background: #545454 url(../images/index/news_more.png)center no-repeat;
    text-indent:-5000px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
.news-box a.more:hover{
    background: url(../images/index/news_more.png)center no-repeat,url(../images/index/news_more_bg.jpg)top repeat-x ;
}

.sect3 .container{
    width: 990px;
    margin: 0 auto;
    background: #FFF url(../images/content_bg_all.jpg)center top no-repeat;
    padding-top: 50px;
    padding-bottom: 40px;
}
.sect3 .box-title{
    margin-bottom: 20px;
    padding-left: 35px;
}
.products-list .item{
    width: 25%;
}
.products-list{
    width: 900px;
    margin: 0 auto;
}
.products-box a.more{
    width: 140px;
    height: 36px;
    display: block;
    background: url(../images/index/products_more.png)top no-repeat;
    text-indent:-5000px;
    margin: 0 auto;
}
.products-box a.more:hover{
    background: url(../images/index/products_more.png)bottom no-repeat;
}
.products-box .slick-prev,.products-box .slick-next{
    position: absolute;
    top: -60px;
    border: none;
    background: url(../images/index/products_arrow.png)no-repeat;
    width: 30px;
    height: 30px;
    text-indent:-5000px;
}
.products-box .slick-prev{
    background-position: left top;
    right: 40px;
}
.products-box .slick-next{
    background-position: right top;
    right: 10px;
}
.products-box .slick-prev:hover{
    background-position: left bottom;
}
.products-box .slick-next:hover{
    background-position: right bottom;
}
