@charset "utf-8";
.topt{
    color: #797979;
    font-size: 12px;
    height: 35px;
    background: #f5f5f5;
    line-height: 35px;
    padding: 0 20px;
}
.topt_com a{
    color: #797979;
}
.topt_a a{
    color: #797979;
    display: block;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.topt_a a:before{
    content: "";
    position: absolute;
    background: #d7d7d7;
    width: 1px;
    height: 15px;
    top: 8px;
    left: 0;
}
.topt_a a:first-child:before{
    display: none;
}
.topt_a a:hover{
    color: #009dbf;
}

.top{
    z-index: 999999;
    background: #fff;
}
.topa{
    padding: 30px 20px;
}
.top-logo{
    display: block;
}
.top-logo img{
    height: 55px;
    display: block;
    float: left;
}
.top-tel{
    background: url(http://anying.test.dginfo.com/t/a/anying/pc/images/tel.png) left center no-repeat;
    padding-left: 50px;
}
.top-tel .wz{
    font-weight: bold;
    color: #666;
    font-size: 18px;
    letter-spacing: 7px;
}
.top-tel p{
    font-size: 16px;
    color: #009dbf;
    line-height: 25px;
    padding-left: 30px;
}
.top-tel p a{
    color: #009dbf;
}
.top-tel p.tb01{
    background: url(../images/temail.png) left no-repeat;
    background-size: 20px;
}
.top-tel p.tb02{
    background: url(../images/ttel.png) left no-repeat;
    background-size: 20px;
}

.nav{
    float: left;
    margin-left: 95px;
    margin-top: 17px;
}
.nav ul li{
    float: left;
    margin-left: 25px;
}
.nav ul li:first-child{
    margin-left:0;
}
.nav ul li a{
    font-size: 16px;
    display: block;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 5px;
}
.nav ul li a:hover,.nav ul li a.on{
    background: #009dbf;
    color: #fff;
}




/*底部*/
.footer_dz{
    font-size: 12px;
    background: #009dbf;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.footer_dz .fl{
    margin-left: 20px;
}
.footer_dz .fr{
    margin-right: 20px;
}
.footer_dz a{
    font-size: 12px;
    color: #fff;
}
.footer_dz a:hover{
    text-decoration: underline;
}
.footer_dz .fr a{
    margin:0 5px;
}