/* 头部样式 */
#top{
    width: 100%;
    height: 1.3rem;
    background-color: #fff;
    border-bottom: .02rem solid #EDEDED;
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: .4rem;
    /* z-index: 99999; */
}
#top .top_one{
    width: 1.06rem;
    height: 100%;
    background: url(/skin/images/zbzj-logo.png)no-repeat center center;
    background-size: 100%;
    margin: 0 .3rem 0 .3rem;
}
#top .top_two{
    width: 4rem;
    height: 100%;
}
.top_two h3{
    font-size: .5rem;
    line-height: 1.3rem;
    padding: 0 .3rem 0 .3rem;
    text-align: center;
}
#top .top_three{
    width: 1.06rem;
    height: 100%;
    line-height: 1.3rem;
}
#top .top_three span{
    font-size: .9rem;
}
/* 头部样式end */

/* 案例介绍 */
#center{
    width: 100%;
    height: 100%;
}
#center .center_title{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.center_title .title_top{
    height: 4rem;
    line-height: 4rem;
    padding-top: .1rem;
    border: .01rem solid  #1e1d1d33;
    border-radius: .3rem;
    overflow: hidden;
}
.title_top .title_top_left{
    width: 49%;
    float: left;
    border-right: 1px solid #1e1d1d33;
}
.title_top_left p{
    font-size: 0.4rem;
    font-weight: 700;
    line-height: .7rem;
    border-bottom: .01rem solid #1e1d1d33;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 4.4rem;
}
.title_top_left p:nth-child(4){
    text-indent: .4rem;
}
.title_top_left p span{
    font-size: .35rem;
    font-weight: 400;
    color: #000;
}
.title_top .title_top_right{
    float: right;
    width: 50%;
    height: 3.75rem;
}
.title_top_right img{
    height: 100%;
}
.center_title .title_footer{
    margin-top: .6rem;
    height: 2.5rem;

}
.title_footer p{
    font-size: 0.4rem;
    font-weight: 700;
    line-height: .7rem;
}
.title_footer .top_right_contant{
    height: 1rem;
    width: 90%;
    margin: .3rem auto 0 auto;
    line-height: .5rem;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.top_right_contant span{
    font-size: .35rem;
}
#center .pt100{
    width: 100%;
    border: .01rem solid #000;
}
#center .center_contant{
    height: 100%;
    width: 90%;
    margin: 0.5rem auto 0 auto;
}
.center_contant ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.center_contant ul li{
    width: 100%;
    height: 6rem;
    border: .01rem solid;
    border-radius: .3rem;
    margin-bottom: .5rem;
    overflow: hidden;
}
.center_contant ul li img{
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.mb{
    position: relative;
    height: 1rem;
    width: 100%;
    margin: 0 auto;
    line-height: .7rem;
    margin-bottom: 1rem;
}
.mb span:nth-child(2){
    position: absolute;
    right: 0;
}