@charset "utf-8";

.topa{
    color: #ccc;
    font-size: 12px;
    line-height: 20px;
    background: #666;
    padding: 7px 0;
}
.topa_com{
    background: url(../images/top_home.png) left no-repeat;
    padding-left: 20px;
    line-height: 20px;
}
.topa_com a{
    color: #ccc;
}
.topa_com a:hover{
    color: #83c529;
}
.topa_a a{
    color: #ccc;
    display: block;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px;
}
.topa_a a:hover{
    color: #83c529;
}
.topa_a a span{
    padding-left: 30px;
    color: #ccc;
}
.topa_a a .top-yw{
    background: url(../images/yw.png) left no-repeat;
}
.topa_a a span:hover{
    text-decoration: underline;
}
.topa-tel{
    color: #fff;
    margin-right: 10px;
    background: url(../images/top-tel.png) left no-repeat;
    padding-left: 26px;
}
.topa-tel span{
    font-size: 16px;
}

.topb{
    padding: 20px 0;
}
.top-nav{
    margin-top: 15px;
}
.nav-list>ul>li{
    float: left;
    margin-left: 55px;
    text-align: center;
    position: relative;
}
.nav-list>ul>li:first-child{
    margin-left: 0;
}
.nav-list>ul>li>a{
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 2px solid #fff;
}
.nav-list>ul>li>a:hover{
    border-bottom: 3px solid #014479;
    color: #014479;
}
.subNav{
    display: none;
    position: absolute;
    z-index: 999;
    background: #f9f9f9;
    border-bottom: 3px solid #014479;
    width: 430px;
    padding: 20px 25px;
}
.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;
}


.top-logo{
    width: 400px;
}
.top-logo img{
    float: left;
    width: 197px;
    height: 53px;
}
.top-logo p{
    float:left;
    display: block;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
    border-left: 1px solid #eee;
    margin-left: 10px;
    padding-left: 10px;
    height: 35px;
    margin-top: 12px;
    color: #014479;
}
.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(http://fengming.test.dginfo.com/t/f/fengming/pc/images/top-wx.png) left no-repeat;
}


/*搜索*/
.search{
    height: 50px;
    line-height: 50px;
    background: #fafafa;
    position: relative;
}
.search:after{
    content: "";
    background: url(../images/search_bj.png) bottom no-repeat;
    height: 30px;
    width: 100%;
    bottom: -30px;
    position: absolute;
    left: 0;
}
.search_tit{
    width: 800px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    background: url(../images/search-bj.png) left no-repeat;
    padding-left: 30px;
}
.search_tit span{
    font-weight: bold;
}
.search_tit a{
    margin-right: 7px;
    color: #666;
}
.search_tit a:hover{
    color: #00923f;
}
.search_ss{
    margin-top: 10px;
    width: 355px;
    position: relative;
}
.search_ss #gjz{
    line-height: 25px;
    height: 25px;
    float: left;
    border: 1px solid #ccc;
    width: 250px;
    outline: none;
    padding-left: 50px;
    border-right: 0;
}
.search_ss #ssk{
    height: 27px;
    float: left;
    border: 1px solid #014479;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
    background: url(../images/search_tb02.png) center no-repeat #014479;
    width:50px;
}
.search_ss .search_ss_tit{
    position: absolute;
    top: 0;
    line-height: 29px;
    left: 10px;
    color: #999;
    font-size: 12px;
}