#banner {
    position: relative;
    width: 100%;
    float: left;
    /*height: 400px;*/
    background: #fff no-repeat center;
}

#banner .banner-cate {
    width: 100%;
    height: 136px;
    background-color: #fff;
    z-index: 10;
    position: absolute;
    bottom: -68px;
    text-align: center;
    box-shadow: 0px 5px 10px #eee;
}

#banner .banner-cate a {
    position: relative;
    color: #333;
    height: 136px;
    float: left;
    display: inline-block;
    width: 33.3%;
    border-right: 1px solid #f0f0f0;
}

#banner .banner-cate a:last-child {
    border: none;
}

#banner .banner-cate a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

#banner .banner-cate a:hover img, #banner .banner-cate a.on img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

#banner .banner-cate .img {
    margin-top: 40px;
}

#banner .banner-cate .txt {
    line-height: 40px;
}

#banner .banner-cate a.on {
    color: #108bed;
}

#banner .banner-cate a:hover .txt {
    color: #108bed;
}

#banner .banner-cate a:hover .line {
    width: 20%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 40%;
    border-bottom: #108bed 3px solid;
}

@media (max-width: 720px) {
    #banner {
        height: 2.7rem;
        background-size: auto 100%;
        margin: 0;
        padding: 0;
    }

    #banner .banner-cate {
        height: 1rem;
        bottom: 0rem;
        text-align: center;
        box-shadow: 0px 5px 10px #eee;
        font-size: .14rem;
    }

    #banner .banner-cate a {
        height: 1rem;
    }

    #banner .banner-cate .img {
        margin-top: .27rem;
    }

    #banner .banner-cate .img img {
        width: .27rem;
        height: .27rem;
    }

    #banner .banner-cate .txt {
        line-height: .27rem;
    }

}

.thinklog_pages {
    display: none;
}

.news-list {
    float: left;
    width: 100%;
    clear: both;
    height: auto;
}

.news-list li {
    width: 100%;
    height: 174px;
    background-color: #fafafa;
    margin: 12px 0;
    float: left;
}

.news-list li .news-img {
    width: 310px;
    height: 130px;
    margin: 22px;
    float: left;
    overflow: hidden;
}

.news-list li .news-img img {
    width: 310px;
    height: 130px;
}

.news-list li .news-img.c2 {
    width: 130px;
}

.news-list li .news-img.c2 img {
    width: 130px;
}

.news-list .news-text {
    height: 130px;
    width: 630px;
    float: left;
    margin: 22px;
}

.news-list .news-text.c2 {
    width: 800px;
}

.news-list .news-text h2 {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 200%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2c2c2c;
}

.news-list .news-text .cat {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 3em;
    color: #d4d4d4;
    overflow: hidden;
}

.news-list .news-text .intro {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 2em;
    color: #999;
    overflow: hidden;
}

.news-list .news-date {
    float: left;
    margin: 22px 50px;
}

.news-list .news-date .p1 {
    font-size: 24px;
    color: #999;
    line-height: 1.5em;
}

.news-list .news-date .p2 {
    font-size: 12px;
    color: #c5c5c5;
    line-height: 1.5em;
}

.news-list .news-date .p3 {
    margin-top: 30px;
}

@media (max-width: 720px) {

    .news-list li {
        width: 100%;
        height: auto;
        background-color: #fafafa;
        margin: 0.12rem 0;
        float: left;
    }

    .news-list li .news-img {
        width: 2.06rem;
        height: .93rem;
        margin: .15rem;
        float: left;
        overflow: hidden;
    }

    .news-list li .news-img img {
        width: 2rem;
        height: .93rem;
    }

    .news-list li .news-img.c2 {
        width: .93rem;
    }

    .news-list li .news-img.c2 img {
        width: .93rem;
    }

    .news-list .news-text {
        height: .93rem;
        width: 3.9rem;
        float: left;
        margin: .15rem;
    }

    .news-list .news-text.c2 {
        width: 4.9rem;
    }

    .news-list .news-text h2 {
        width: 100%;
        float: left;
        font-size: .18rem;
        line-height: 200%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #2c2c2c;
    }

    .news-list .news-text .cat {
        display: none;
    }

    .news-list .news-text .intro {
        float: left;
        width: 100%;
        height: .5rem;
        font-size: .14rem;
        line-height: 2;
        color: #999;
        overflow: hidden;
    }

    .news-list .news-date {
        display: none;
    }
}

.pages {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.pages .fl a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dbdbdb;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.pages .fl a:hover, .pages .fl a.current {
    background-color: #BDBDBD;
    border: 1px solid #BDBDBD;
    color: #fff;
}

.pages .fr img {
    float: left;
}

.case-list li {
    padding: 15px;
    width: 33.3333333333%;
    float: left;
}

.case-list li .tit {
    margin-top: 10px;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-list li .intro {
    margin-top: 10px;
    padding: 0 15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width:70%;
    color:#999;
    /* display: none; */
}
.case-list li:hover .intro{
    color:#fff;
}
.case-list li .img {
    width: 100%;
    float: left;
    overflow: hidden;
}

.case-list li .img img {
    float: left;
    width: 376px;
    height: 251px;
}

.case-list li .txt {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    background: url("../images/icon-more.png") right center no-repeat;
    background-position: 95% 50%;
}

.case-list li:hover .txt {
    background-color: #108bed;
    color: #fff;
    background-image: url("../images/icon-more-on.png");
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: bounceIn;
}

.content-text {
    color: #464646;
    line-height: 2em;
}
