.pc_topbar{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    min-width: 100%;
    height: 50px;
    background-color: #ffc;
    border-bottom: 1px solid #ccc;
    z-index: 999;
}
.pc_topbar_cont{
    width: 100%;
    margin: auto;
    line-height: 50px;
    font-size: 14px;
}
.pc_topbar_hyy{
    float: left;
    color: #249746;
    font-size: 14px;
}
.pc_topbar_hyy a{
    float: left;
    margin-right: 8px;
    color: #249746;
    font-size: 16px;
}
.pc_topbar_hyy img{
    height: 40px;
    margin-top: 3px;
}
.pc_topbar_hyy a{}
.pc_topbar_ul{
    float:left;
}
.pc_topbar_ul li{
    float: left;
    font-size: 14px;
}
.pc_topbar_ul li span{
    font-size: 14px;
}
.pc_topbar_ul li a{
    color: #666;
    padding:  0 10px 0 10px;
    font-size: 15px;
}
.pc_topbar_ul li a.top_icon{
    padding:  0 10px 0 25px;
}
.top_icon{
    background:url("../../2020_pc_image/top_icon_sj.png") no-repeat;
    background-position: 7px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
}
.pc_topbar_ul li .pc_topbar_btn{
    float: left;
    height: 46px;
    padding: 0px 10px;
    font-size: 16px;
    border-bottom: 4px solid #047124;
    line-height:46px;
    margin-top: 0;
    margin-right: 10px;
    color: #fff;
}

.pc_topbar_ul li .pc_btn-default{
    background: #249746;
    border-bottom: 4px solid #047124;
}
.pc_topbar_ul li .pc_btn-danger{
    background: #df0606;
    border-bottom: 4px solid #980000;
}
.pc_topbar_ul li:hover a{
    color: #df0606;
}
.pc_topbar_ul li:hover .pc_topbar_btn{color: #fff}
.pc_topbar_form{
    float: right;
}
.pc_topbar_search input{
    float: left;
    line-height: 32px;
    height: 30px;
    font-size: 14px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    border: 1px solid #249746;
    padding: 2px 8px;
    color: #999;
    border-radius: 0;
}

.pc_topbar_search .pc_topbar_search_btn{
    background: #249746;
    width: 50px;
    *height:30px;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    line-height: 30px;
}
.h50{
    height: 50px;
}