*{
    margin: 0;
    padding: 0
}
.cnrzbw_head{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}
.zaishj_logo{
    float: left;
    width: 400px;
}
.zaishj_logo img{
    width: 100%;
    vertical-align: middle;
}
.top_head_img{
    float: left;
    margin-left: 80px;
}
.tel_desc{
    float: right;
    width: 200px;
}
.tel_desc img{
    width: 100%;
    vertical-align: middle;
    margin-top: 20px;
}
.top_head_img dl{
    width:150px;
    float: left;
    text-align: center;
}
.top_head_img dl img{
    width:80px;
}
.nav_index{
    background-color:#fe660c; 
}
.nav_index ul{
    list-style:none;
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
}
.nav_index ul li .li_index{
    padding-left:80px;
}
.nav_index ul li
{
    float:left; 
}
.nav_index ul li a, .nav_index ul li a:visited
{
    /* background-color:#fe660c; */
    color: #fff;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    padding: 20px 60px;
}
.nav_index ul li a:hover,.nav_index ul .active a
{
    background-color: #f69a25;
    color: #fff; 
    text-decoration: none; 
    font-weight: bold;
}

.vice_footer{
    /* position:fixed;
    bottom:0; */
    clear: both;
    width:100%;
    box-shadow: -10px 0 15px rgba(0,0,0,.15);
    color: #666;
    text-align: center;
    font-size: 15px;
    clear: both;
    line-height:2em;
}
.vice_footer a{
    text-decoration:none;
    cursor: pointer;
    color: #666;
}
.vice_footer a:hover{
    color: rgb(23, 120, 247); 
}
