@charset "utf-8";
.topa{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: #141618;
    padding: 7px 0;
}
.topa_com{
    background: url(../images/top_home.png) left no-repeat;
    padding-left: 20px;
    line-height: 20px;
}
.topa_com a{
    color: #fff;
}
.topa_com a:hover{
    text-decoration: underline;
}
.topa_a a{
    color: #fff;
    display: block;
    float: left;
    line-height: 20px;
    background: url(../images/top-telb.png) left center no-repeat;
    padding-left: 30px;
}
.topa_a a:hover{
    text-decoration: underline;
}
.topa_a a span{
    padding-left: 30px;
    color: #ccc;
}
.topa_a a span:hover{
    text-decoration: underline;
}
.topa_a a.en{
    background: url(../images/yw.png) left no-repeat;
    padding-left: 30px;
    border: 0;
    padding-right: 0;
    margin-left: 10px;
}

.nav-list>ul>li{
    float: left;
    text-align: center;
    position: relative;
}
.nav-list>ul>li:first-child{
    margin-left: 0;
}
.nav-list>ul>li>a{
    font-size: 16px;
    display: block;
    line-height: 110px;
    padding: 0 20px;
}
.nav-list>ul>li>a:hover{
    background: #00205b;
    color: #fff;
}

.top-logo{
    margin-top:20px;
}
.top-logo img{
    float: left;
    height: 70px;
}
.top-logo dl{
    float: left;
    font-size: 28px;
    margin-left: 20px;
    margin-top: 5px;
}
.top-logo dl dt{
    color: #000;
    font-weight: bold;
    line-height: 40px;
}
.top-logo dl dd{
    font-size: 15px;
    color: #666;
    line-height: 20px;
}
.top-lx{
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
.top-lx:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #eee;
    top: 15px;
    left: 0;
}
.top-lx p{
    font-size: 18px;
    color: #da272e;
    font-weight: bold;
    padding-left: 25px;
    line-height: 25px;
}
.top-lx .top-lx-tel{
    background: url(../images/top-tel.png) left no-repeat;
}
.top-lx .top-lx-wx{
    background: url(../images/top-wx.png) left no-repeat;
}
.subNav{
    display: none;
    position: absolute;
    z-index: 999;
    background: #f9f9f9;
    border-bottom: 3px solid #014479;
    width: 430px;
    padding: 20px 25px;
    top: 110px;
}
.newstop_heard_lxian{
    width: 64px;
    height: 5px;
    background:#fff;
    display: block!important;
}
.top_b>ul>li:hover .newstop_heard_lxian{
    background:#8d6120;    
}
.subNav ul{float: left; width: 240px;  box-sizing: border-box;}
.subNav ul li{ width: 50%; float: left; height: 30px; padding-left: 14px; background: url(../images/icon_20.png) no-repeat left center; box-sizing: border-box; margin-bottom: 20px;text-align: left;}
.subNav ul li:hover{background: url(../images/icon_21.png) no-repeat left center;}
.subNav ul li a{ display: block; width: 100%; line-height: 30px; font-size: 14px; color: #666;}
.subNav ul li:hover a{ color: #014479;}
.subNav .imgNav{ float: left; width: 190px; box-sizing: border-box; padding-left:10px;}
.subNav .imgNav img{
    width: 180px;
    height: 180px;
    display: block;
    border: 1px solid #fff;
}
.nav-tel{
    line-height: 110px;
    font-size: 20px;
    color: #0087e0;
    font-weight: bold;
    margin-left: 30px;
    background: url(../images/top-tel.png) left center no-repeat;
    padding-left: 40px;
}


/*搜索*/
.top-nav .searBox{float: left;position: relative;text-align: right;margin-left: 30px;margin-top: 45px;}
.top-nav .searBox .searIcon{display: inline-block;vertical-align: middle;width: 21px;height: 22px;background:url(../images/sear.png) no-repeat;}
.top-nav .searBox .subSear{position: absolute;right:0;text-align: left;display: none;top: 35px;z-index: 9;width: 228px;}
.top-nav .searBox .subSear input{width: 168px;height: 38px;line-height: 38px;border:1px solid #ddd;padding: 0 5px;background:#fff;outline: 0;float: left;}
.top-nav .searBox .subSear .searBtn{display: block;top: 50%;right:5px;float: left;line-height: 40px;background: #00205b;color: #fff;padding: 0 10px;}