/* 头部样式 */
#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;
    margin-bottom: 1.5rem;
}
#center .pt20{
    height: 0.2rem;
    background: #F6F6F6;
}
#center .center_contant{
    width: 90%;
    height: 100%;
    /* border: 1px solid #000; */
    margin: 0 auto;
}
.center_contant .center_contant_item1 {
    width: 100%;
    height: 1.5rem;
    /* border: 1px solid #000; */
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.item1_contant{
    width: 66%;
    margin-bottom: .6rem;
}
.item1_contant .name{
    float: left;
    font-size: .34rem;
    color: blue;
}
.item1_contant .item1_dj{
    width: 1rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    float: left;
    margin-left: .1rem;
    border-radius: .3rem;
    background: #F6BE00;
    color: #fff;
}
.item1_gz{
    width: 20%;
    height: .8rem;
    border-radius: .8rem;
    border: 1px solid #C66734;
    text-align: center;
    line-height: .8rem;
}
.item1_gz span{
    color: #C66734;
}
.center_contant_item2 .item2_df{
    display: flex;
    display: -webkit-flex;
    height: .8rem;
    /* border: 1px solid; */
    line-height: .8rem;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
}
.item2_df span{
    font-weight: 700;
}
.item2_df .item2_img{
    width: 3rem;
    height: .5rem;
    line-height: .68rem;
    margin-left: .1rem;
}
.item2_img img{
    width: 0.4rem;
    height: 0.4rem;
}
.center_contant_item3{
    width: 100%;
    height: 1.3rem;
    /* border: 1px solid #000; */
}
.item3_contant p{
    line-height: .5rem;
}

.center_contant_item4 {
    width: 100%;
    height: 3rem;
}
.center_contant_item4 .item4_img{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
}
.item4_img img{
    width: 32%;
    height: 100%;
}
.center_contant_item5{
    height: 1rem;
    margin-top: .3rem;
    line-height: 1rem;
    color: #707070;
}
.item5_left{
    float: left;
}
.item5_right{
    float: right;
    width: 18%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}