#index_introduce img{
    margin: 80px 0;
    width: 100%
}
#news{
    background: url("../images/news_bg.png");
    background-size: cover;
    overflow: hidden;
    max-height: 750px;
    padding-bottom: 4%;
}
.news_tit {
    font-size: 28px;
    color: #fff;
    padding: 70px 0;
    margin: 0;
    line-height: 30px;
    overflow: hidden;
    clear: both;
}
.news_tit span {
    color: #50CB86;
    text-transform: uppercase;
}
.index_news ul.rtnw {
    width: 86%;
    padding: 0;
}
.index_news ul {
    overflow: hidden;
    list-style: none;
}

ul.rtnw li {
    padding: 25px 0 57px;
    overflow: hidden;
}
.index_news ul li .time {
    font-size: 18px;
    color: #50CB86;
    border: 1px solid #50CB86;
    float: left;
    width: 18%;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.index_news ul li .time span {
    font-size: 44px;
    display: block;
}
.index_news ul li .news_r {
    float: left;
    margin-left: 3%;
    width: 79%;
    text-align: justify;
}
.index_news ul li .news_r h3 {
    margin: 0 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    color: #fff;
    line-height: 22px;
}
.index_news ul li .news_r p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    height: 72px;
    overflow: hidden;
    opacity: 0.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news_more{
    display: block;
    background: #50CB86;
    font-size: 18px;
    color: #fff;
    width: 220px;
    line-height: 52px;
    text-align: center;
    float: none;
}
.index_news ul.ltnw {
    border: 1px solid #50cb86;
    padding: 38px 5% 0;
}
.index_news ul.ltnw li .wen {
    background: rgba(80,203,134,0.25);
    height: 36px;
    line-height: 36px;
    border-radius: 50px;
}
.index_news ul.ltnw li .wen h3 {
    margin: 0;
    background: url(../images/wen.png) no-repeat left;
    line-height: 36px;
    padding-left: 55px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_news ul.ltnw li .da {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    height: 52px;
    opacity: 0.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 10px 28px 28px 55px;
    overflow: hidden;
}
.index_news ul.ltnw .news_more {
    width: 100%;
    margin-bottom: 40px;
}
a.news_more:hover{
    color: #fff;
}
.case_contair{
    overflow: hidden;
}
.case_contair .clist {
    background: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    text-align: center;
    transition: all 0.6s;
    opacity: 0;
}
.case_contair .clist h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -15px auto 0;
}
.case_contair img {
    width: 100%;
    display: block;
    transition: all 0.6s;
}
.case_contair .col-md-3{
    overflow: hidden;
    padding: 0;
    position: relative;
}
.case_contair .col-md-3:hover img{transform:scale(1.09);}
.case_contair .col-md-3:hover .clist{background:rgba(0,0,0,0.6);opacity:1;}

#fh5co-service{
    background: #efefef;
    width: 100%;
    color: #52565b;
    padding: 7em 0;
    clear: both;
}
.indadv dt {
    background: #4c4c4c;
    font-size: 26px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-weight: normal;
}
.indadv dd {
    color: #666;
    font-size: 14px;
    padding-left: 20px;
    line-height: 25px;
}
.indadv dd h3 {
    font-size: 20px;
    color: #323232;
    padding: 20px 0 20px 0;
    margin: 0;
}
.indadv dd p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin: 0;
}
@media (max-width: 991px){
    #index_introduce img{
        margin: 1em 0;
    }
    #news {
        max-height: none;
    }
    .news_tit {
        font-size: 2rem;
        padding: 5% 0 3%;
    }
    .index_news ul.rtnw {
        width: 100%;
    }
    .index_news ul.rtnw li {
        padding: 0 0 5%;
    }
    .index_news ul li .time {
        width: 90px;
    }
    .index_news ul li .news_r {
        width: calc(100% - 105px);
    }
    .index_news ul li .news_r p {
        font-size: 1.4rem;
    }
}
