li{
    float: left;
    list-style: none;
    margin-left: 25px;
}
.topNav{
    line-height: 26px;
    height: 27px;
    width: 98%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;

}
a{
    color: #0b6fa2;
    text-decoration:none
}
.navs li {
    margin-left: 25px;
}
.navs li a{
    color: #fff;
}
.top1{
    font-size: 13px;
    float: left;
}
.top2{
    font-size: 13px;
    float: right;
    margin-top: 6px;
}
.top2 li a{
    color: #045C9E;
    font-size: 15px;
}
.head{
    position: relative;
    line-height: 167px;
    margin: 0 auto;
    width: 70%;
    height: 167px;
    background:url('../image/head.png') repeat ;
    background-size:100% 100%
}
.zgs{
    vertical-align:middle;
}
.searchs{
    position: absolute;
    right: 0;
}
/*.ipt{
    display: inline;
    width: 303px;
    height: 16px;
    padding: 12px 16px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 10px 0 0 10px;
    border: 2px solid #c4c7ce;
    background: #fff;
    color: #222;
    overflow: hidden;
    box-sizing: content-box;
}*/
/*.search{
    position: relative;
    cursor: pointer;
    width: 108px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    margin-left: -6px;
    background: 0 0;
    background-color: #168BDE;
    border-radius: 0 10px 10px 0;
    font-size: 17px;
    color: #fff;
    box-shadow: none;
    font-weight: 400;
    border: none;
    outline: 0;
    top: 0px;
}*/
/*.searchs i{
    font-size: 18px;
    right: 30px;
    color: #fff;
    position: absolute;
}*/
.nav{
    padding: 0;
    margin: 0 auto;
    text-align: center;
    height: 77px;
    line-height: 77px;
    width: 100%;
    background: #0068B7;
}
.navs li:hover{
    background: #045C9E;
}
.navs{
    width: 90%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 55%;
    transform: translateX(-55%);
}
.navs li{
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    width: 10%;
}
.navs li:hover{
    background: #045C9E;
}
.navs dl{
    width: 100%;
    position: absolute;
    z-index: 10;
    background: #045C9E;
    display: none;
}
.navs dl dd{
        width: 100%;
    height: 50px;
    line-height: 50px;
    background: #045C9E;
}
