@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,
.banner .slider-nav .item.c2 {
    background: #274CA2;
    opacity: .75;
}
.banner .slider-nav .item.c3 {
    background: #4b91a5;
    opacity: .75;
}
/*.banner .slider-nav .item{
  background: #274CA2;
  opacity: .9;
}
.banner .slider-nav .item.slick-active {
    background: #4b91a5;
    opacity: .9;
}*/
.banner .slider-nav .txt-box {
    padding: 20px;
    overflow: hidden;
    cursor: pointer;
}
.banner .slider-nav .pic {
    float: left;
    max-width: 124px;
}
.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: 70px;
    overflow: hidden;
    font-size: 14px;
}


.about-sect{
    background: url(../images/index/about_sect_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.news-sect {
    background: url(../images/index/news_sect_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.about-sect {
    padding: 54px 0 40px;
    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: 112px;
    height: 112px;
    margin: 0 auto 10px;
}

.products-sect .sect-title{
    background: url(../images/index/title_bg.png) no-repeat 50% 50%;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
}
.products-sect .sect-title .txt {
    font-size: 25px;
    color: #212121;
    font-family: "Times New Roman", Georgia, Serif;
}
.products-sect .btn.more {
    width: 68px;
    line-height: 18px;
    background: #274DA3;;
    color: #fff;
    font-size: 10px;
    margin-bottom: 8px;
    font-weight: bold;
    border-radius: 3px;
}
.products-sect .btn.more:hover {
    background: #0080FF;
}

.products-sect {
    padding: 70px 0 70px;
}

.products-list .item a {
    max-width: 332px;
    text-align: left;
}
.products-list .item a:hover .pic img{
    opacity: 0.6;
}
.products-list .name {
    color: #333;
    font-size: 18px;
    margin-bottom: 6px;
}
.products-list .description {
    font-size: 15px;
    line-height: 1.2;
    height: 54px;
    overflow: hidden;
}


.news-sect {
    padding: 75px 0 80px;
}
.news-sect .sect-title {
    background: url(../images/index/lastest_news_title.png) no-repeat;
    width: 182px;
    height: 125px;
    margin: 0 auto 48px;
}

.news-sect .btn.more:hover {
    color:#222;
}
.news-list .item {
    width: 33.33%;
    padding: 0 6px;
}
.news-list .item a {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #274CA2;
    padding: 25px 20px 25px 130px;
    position: relative;
}
.news-list .item a:hover {
    background: #274CA2;
}
.news-list li:hover .title{
		color: #bfffff;
}
.news-list .date {
    margin-top: 0;
    left: inherit;
    top: inherit;
    left: 0;
    top: 0;
    padding: 38px 25px;
}
.news-list .date small{
    letter-spacing: 1px;
}

.news-list a:hover .date {
    color: #fff;
}
.news-list .title {
    color: #444;
}
.news-list a:hover .title span,
.news-list a:hover .title {
    color: #bfffff;
}
.news-list .description {
    height: 74px;
    margin-top: 6px;
}
.news-list a:hover .description {
    color: #fff;
}
.news-sect .btn.more{
    background-image: url(../images/index/news_more.png) ;
    width: 196px;
    height: 34px;
    text-indent: -9999999px;
    margin: 0 auto;
    display: block;
    margin-top: 45px;
    background-position: 0 0;
}
.news-sect .btn.more:hover{
    background-position: 0 100%;
}

@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;
    }
    .products-list .item:nth-child(9) {
        display: block;
    }
}
@media screen and (max-width: 1200px) {
    .products-list .item{width: 50%;}
}
@media screen and (max-width: 1100px) {
    .news-list .item a {
        padding: 25px 20px;
        text-align: center;
    }
    .news-list .date{padding: 25px;}
}
@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;
    }
    .products-list .item:nth-child(9) {
        display: none;
    }
    .news-sect{padding: 45px 15px 40px;}
    .banner{padding-bottom: 0;}
}
@media screen and (max-width: 550px) {
    .products-list .item{width: 100%;}
    .products-list .item a{
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 480px) {
    .banner .slider-nav .txt-box {
        padding: 10px;
    }
}
