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

.banner {
    padding-bottom: 36px;
}
.banner .container {
    padding: 0;
    max-width: 1440px;
}
.banner .item {
    height: auto;
}
.banner .slider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner .slider-nav .item.c1 {
    background: rgba(0,151,73,0.8);
}
.banner .slider-nav .item.c2 {
    background: rgba(102,185,11,0.8);
}
.banner .slider-nav .item.c3 {
    background: rgba(4,100,151,0.8);
}
.banner .slider-nav .txt-box {
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
}
.banner .slider-nav .pic {
    float: left;
    max-width: 124px;
    position: relative;
}
.banner .slider-nav .item:hover .pic:before{
  content: '';
  display: block;
  background: url(../images/index/banner_nav_hover.png) no-repeat 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto auto;
  left: 0;
  right: 0;
  top: 0;
  botom:0;
}
.banner .slider-nav .txt {
    margin-left: 140px;
    color: #fff;
}
.banner .slider-nav .title {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.banner .slider-nav .description {
    opacity: 0.65;
    height: 69px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-sect {
  background: url(../images/index/about_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.about-sect {
    padding: 54px 0 70px;
    text-align: center;
}
.about-content {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}
.about-content:hover {
    /*opacity: 0.8;*/
}
.about-sect .sect-title {
    text-align: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/index/about_title.png) no-repeat;
    width: 121px;
    height: 121px;
    margin: 0 auto 10px;
}
.about-sect .txt .title {
    color: #006631;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    padding: 5px 15px;
    margin: 0 -15px 15px;
    text-decoration: none;
}


.news-sect {
    padding: 75px 0 60px;
}
.news-sect .sect-title {
    color: #000;
    font-size: 21px;
    text-align: center;
    line-height: 1.3;
    background: #FFF;
    width: 240px;
    margin: 0 auto;
    padding: 0 25px;
    margin-bottom: 48px;
    box-sizing: border-box;
    z-index: 2;
}
.news-sect .sect-title span{
  font-size: 26px;
  color:#66b90b;
  font-weight: 900;
  display: block;
}
.news-sect .sect-title:before,
.news-sect .sect-title:after {
    content: "";
    background: url(../images/index/news_line.png) repeat-x;
    width: 50%;
    height: 5px;
    position: absolute;
    display: block;
    left: 0;
    top: 20px;
    z-index: -1;
}
.news-sect .sect-title:after{
  left:inherit;
  right: 0;
}

.news-sect .btn.more {
    display: block;
    margin: 0 auto;
    background: url(../images/index/news_more.png) no-repeat;
    width: 260px;
    height: 60px;
    background-position: 0 0;
    text-indent: -9999999px;
}
.news-sect .btn.more:hover {
    background-position: 0 100%;
}
.news-list .item {
    width: 33.33%;
    padding: 0 6px;
}
.news-list .item a {
    background: #fff;
    border: 1px solid #66b80b;
    padding: 25px 20px 25px 130px;
    position: relative;
    margin-bottom: 35px;
}

.news-list .date {
    left: 25px;
}
.news-list a:hover .date {
    color: #ffc926;
}
.news-list .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #196739;
}
.news-list a:hover .title {
    color: #fff;
    text-decoration: underline;
}

.news-list a:hover .title {
    color:#ff8000;
}
.news-list a:hover {
  background: #f9ffe6;
}
.news-list .description {
    margin-top: 6px;
    color: #8a8a8a;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.7;
    height: 69px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.news-list a:hover .description{
  color:#5d5d5d;
}
.news-list a:hover .description {
    color: #444;
}

@media screen and (max-width: 1280px) {
    .banner .item {
        padding-top: 0;
    }
}
@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;
    }

}
@media screen and (max-width: 1100px) {
    .news-list .item a {
        padding: 25px 20px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider-nav .txt {
        display: none;
    }

    .news-list .item{
        width: auto;
        float: none;
    }
    .news-list .item a {
        max-width: 400px;
    }

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