body{
    background-color: #fff;
}

.zt-logo{
    width: 5rem!important;
    margin-top:0!important;
}

.zt-logo-warp{
    display: flex;
    justify-content: center;
    align-items: center;
}

.zt-dj{
    font-size: 0.36rem;
    color: #0950a9;
    margin-top: 0.15rem;
    margin-left: 0.1rem ;
    padding-left: 0.1rem;
    position: relative;
}

.zt-dj::before{
    content: "";
    display: block;
    position: absolute;
    top: 0.05rem;
    left: 0;
    width: 1px;
    height: 0.5rem;
    background-color: #0950a9;
}

.zt-tq-top span{
    color: #0950a9;
}
.zt-input input{
    border: 1px solid #0950a9;
}
.zt-input input:focus{
    border: 1px solid #0950a9;
}
.zt-search{
    background-color: #0950a9;
}

.zt-nav{
    background-color: #0950a9;
}
.aq-name{
    color: #0950a9;
    font-size: 0.36rem;
}
.aq-phone{
    font-size: 0.16rem;
    color: #d3000d;
    display: flex;
    align-items: center;
}
.aq-phone1{
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background-color: #be2222;
    text-align: center;
    margin-right: 0.03rem;
}
.aq-phone1 span{
    color: #fff;
    font-size: 0.12rem;
    display: block;
    margin-top: 0.03rem;
}
.nav-li-back{
    background-color: #003388;
}
.nav-li:hover{
    background-color: #003388;
}

.xq-goback .xq-goback-warp{
  border: 1px solid #0950a9;
}
.xq-goback-warp span{
 color:#0950a9;
}
.xq-goback-btn{
color:#0950a9;
}
.xq-goback-btn:hover{
color:#003388;
transition:all .3s;
}
.gk-nav-title p:last-child{
color: #f85761;
}

.zt-title-dj{
    margin-top: -.73rem;
    border-bottom: 0.03rem solid #0950a9;
}

.zt-title-text{
    display: flex;
    align-items: center;
    display: none;
    /* width:10rem; */
    justify-content:center;
}
.zt-title-text span{
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    cursor:pointer;
}
.zt-title-text img{
    width: 0.4rem;
    height: auto;
    display: block;
    margin-left: 0.2rem;
}
.zt-title-back{
    display: flex;
}

.zt-title-top{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem  solid transparent;
    border-bottom: 0.12rem  solid #0950a9;
    position: absolute;
    right: 0.2rem;
    top:0.2rem;
    cursor: pointer;
}

.zt-title-bot{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem  solid transparent;
    border-top: 0.12rem  solid #0950a9;
    position: absolute;
    right: 0.2rem;
    top: 0.4rem;
    cursor: pointer;
}




