/* 头部样式 */
#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_item{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.center_item ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.center_item ul li{
    width: 48%;
    height: 3rem;
    /* border: 1px solid #000; */
    border-radius: .3rem;
    margin-top: .4rem;
}
.center_item ul li img{
    width: 100%;
    height: 100%;
    border-radius: .3rem;
}

/* 底部样式2*/
#footer{
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border: .02rem solid #EDEDED;
}
#footer .footer_two{
    width: 90%;
    height: 1.3rem;
    margin: 0 auto;
    padding: .15rem 0 .15rem 0;
}
.footer_two button{
    width: 49%;
    margin: 0 auto;
    height: 1rem;
    float: right;
    border-radius: 1.3rem;
    outline: none;
    border: none;
    background: #F96835;
}
.footer_two button a{
    color: #fff;
    font-size: .45rem;
    font-weight: 700;
}
#menu{
    width: 49%;
    float: left;
    height: 1rem;
    border-radius: 1.3rem;
    line-height: 1rem;
    background: #F96835;
}
#menu ul li{
    text-align: center;
    position: relative;
    font-size: .45rem;
    font-weight: 700;
    color: #fff;
}
#menu ul li span{
    position: absolute;
    bottom: -300px;
    left: 50%;
    width: 3rem;
    margin-left: -1.5rem;
    margin-bottom: .38rem;
    height: auto;
    text-align: center;
    z-index: 10;
}
#menu ul li span div{
    position:absolute;
    top:0px;
    left:0px;
    background: rgba(0,0,0,.7);
}
#menu ul li span a{
    float: left;
    width: 100%;
    height: .83rem;
    line-height: .83rem;
    border-left: .01rem solid #fff;
    color: #fff;
    text-decoration: none;
    border-right: .01rem solid #fff;
    border-top: .01rem solid #fff;
    font-size: .4rem;
    font-weight: 500;
}
#menu ul li span a:nth-child(8){
    border-bottom: .01rem solid #fff;
}
/* 底部样式2end*/