/* 头部 */
.header { position: relative; width:1200px; height:333px; margin:0 auto; background:url(../images/public/zt_top_banner.jpg) no-repeat;}
/* .logo img { margin-top:20px;} */
.logo span{/* position: absolute; */top: 32%;left: 18%;font-family: "隶书","华文新魏";font-size: 100px;color: #f00;display: block;width: 402px;margin: 0 auto;}


/* 页脚 */
.footer { width:1000px; margin:0 auto; min-height:80px; background:#666; color:#fff; text-align:center; line-height:30px; padding:15px 0;}
.footer p a { color:#fff;}
.footer p a:hover { color:red;}
.logoa{
    position:absolute;
    display:inline-block;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    left:5%;
    top:10px
}
.logoa b{
    font-weight:normal;
}
#_span_jiucuo{margin-left:10px;}

@media (max-width:768px){
    .logo span{
        position:unset;
        
    }
}
