/* 头部样式 */
#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: 3rem;
    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%;
    margin-top:1.3rem
}
.center .center_content{
    width: 90%;
    margin: 0 auto;
}
.center_content ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.center_content ul li{
    width: 49%;
    height: 5rem;
    border: .01rem solid #DEDEDE;
    border-radius: .3rem;
    margin-top: .3rem;
}
ul li .content_img{
    height: 2.8rem;
    overflow: hidden;
}
.content_img img{
    width: 100%;
    height: 100%;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.content_top{
    width: 90%;
    height: .8rem;
    line-height: .8rem;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_top span{
    font-size: .35rem;
    font-weight: 500;
}
.content_center{
    width: 90%;
    height: .8rem;
    line-height: .8rem;
    margin: 0 auto;
}
.content_center span:nth-child(1){
    color: #EE8E59;
    font-size: .35rem;
    font-weight: 500;
}
.content_center span:nth-child(2){
    color: #D8D8D8;
    text-decoration:line-through;
    font-size: .35rem;
    font-weight: 500;
}
.content_center .content_center_item{
    float: right;
    width: 1.5rem;
    height: .5rem;
    line-height: .5rem;
    margin-top: .1rem;
    background: #FFFAF2;
    text-align: center;

}


.conternt_footer{
    width: 90%;
    height: 0.4rem;
    line-height: .4rem;
    margin: 0 auto;
}
.conternt_footer span{
    color: gray;
}
/* 案例部分end */