*{
    margin: 0;
    padding: 0
}
.hide_div{
    display: inline;   font-size:0; 
}
.cnrzbw_logo{
    margin-left: 50px;
    border: none;
}
.top_head ul{
    list-style:none; 
    width: auto;
    margin-top: 30px;
} 
.top_head{
    float: right;
    margin-right:100px
}
.top_head ul li
{
    color: #fff;
    float:left; 
}
.top_head ul li a, .top_head ul li a:visited
{
    color: #fff; 
    display: block; 
    line-height: 1.35em; 
    padding: 4px 20px;
    text-decoration: none;
}
.top_head ul li a:hover
{
    color: #fff; 
    font-weight: bold;
}
.top_head ul li a:active
{
    color: #cfdbe6; /* 文字颜色 */
}
.gzhbox{
    float: left;
    position:fixed;
    bottom:200px;
    width:50%;
    left: 50px;
    color: #fff;
}
.appbox{
    float: right;
    padding-right: 250px;
}
.download_head{font-size: 1.8em;padding-left:5px;font-weight: bold;}
.download_name{font-size: 1.2em;padding-left:5px;padding-bottom: 10px;}
.done{
    color:#de001c;
}
.dtwo{
    color:#00bc0f;
}
.footer a{
    text-decoration:none;
    cursor: pointer;
}
.footer a:hover{
    /* color: rgb(23, 120, 247);  */
    font-weight: bold;
}
.footer{
    position:fixed;
    bottom:0;
    width:100%;
    box-shadow: -10px 0 15px rgba(0,0,0,.15);
    text-align: center;
    font-size: 15px;
    clear: both;
    line-height:2em;
    color: #fff;
}
.footer a{
    color: #fff;
}