.icon {
    background: url("https://www.jzj9999.com/images/icon.png") no-repeat 0 0;
}
.header_top{
    height:30px;
    line-height: 30px;
    /*border-bottom:10px solid #016db7;*/
    background-color: black;
    color:white;
}
.header_top_div{
    margin: 0 auto;
    width: 1000px;
}
.header_top_gz{
    display: inline-block;
    padding-left: 18px;
}
.header_top_icon{
    width:21px;
    height:17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.weixin{
    background-position: 0 -21px;
}
.weixin:hover{
    background-position: 0 0;
}
.weibo{
    background-position: 0 -64px;
}
.weibo:hover{
    background-position: 0 -43px;
}
.qq{
    background-position: 0 -106px;
}
.qq:hover{
    background-position: 0 -85px;
}
.header_top_log{
    position: relative;
    float:left
}
.header_top_log .log_a{
    color:#fff;
    padding:4px 24px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.header_top_log .log_a:hover{
    background-color: #016db7;
}
.line{
    position: absolute;
    right:0 ;
    top:11px;
    width:1px;
    height:6px;
    background-color: #c69c6d;
}
/*.header_search{
    padding:10px 0 30px;
    background: url("../images/bg_line.png") no-repeat center bottom;
     margin: 0 auto;
    width: 1000px;
}
.search_div{
    position: relative;
    width:163px;
}
.search_input{
    width:122px;
    height:25px;
    border-top:3px solid #e6e6e6;
    border-left:3px solid #e6e6e6;
    background-color: #f2f2f2;
}
.search_btn_box{
    background-color: #f2f2f2;
    padding:6px 5px 6px;
   position: absolute;
    right:0;
    top:0;
}
.search_btn{
    background-position: 0 -130px;
    height:18px;
    width:18px;
    vertical-align: middle;
}
.search_txt{
    font-weight: lighter;
}*/
.navbar .nav_a {
    display: block;
    /*padding: 0 20px;*/
    height: 36px;
    line-height: 36px;
    border-bottom: 3px solid #fff;
    position: relative;
    color: #4d4d4d;
    /* *width: 50px;
     *text-align: center;*/
    letter-spacing: 2px;
    font-size: 14px;
    width:100px;
    text-align: center;
}
.sfHover .nav_a,
.nav_a:hover ,.navActive .nav_a{
    border-bottom: 3px solid #c69c6d;
    color:#c69c6d;
}
.nav_sub_ul {
    position: absolute;
    background-color: #fff;
    padding: 5px 0;
    display: none;
    z-index:2;
    width:100px;
}
.nav_sub_ul li {
    /*padding-top:5px;*/
}
.nav_sub_ul .nav_sub_a {

    color: #a67c52;
    display: block;
    padding: 5px 20px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.nav_sub_ul .nav_sub_a:hover {
    background-color: #e1e1e1;
    color: #026eba;
}
.sfHover .triangle_up,
.nav_a:hover .triangle_up ,.navActive .triangle_up{
    display: block;
    *display: none;
}

.header_top_gz{
    position: relative;
}
.code_li{
    display:none;
    left: 80px;
    position: absolute;
    top:25px;
}
/*new update start*/
.header_top_log .logAnew{
    padding:4px 5px;
}
.headerNewSpace{
    width:10px;
    height:25px;
    display:  block;
}
.headerNewA{
    float:left;
    color:#fff;
    position:relative;
    line-height: 30px;
    margin-right:10px;
    font-size: 16px;
}
.headerNewSpan{
    margin-right:10px;
    color: white;
}
.headerNewA .line{
    background-color: #fff;
    height:15px;
    top:9px;

}
.headerLogo{
    position:absolute;
    left:0;
    top:0;
    width: 80px;
    height: 80px;
    background-color: white;
    -webkit-border-radius: 40px;
}
.navbarTit{
    font-size:26px;
    color:#B28247;
    display: inline-block;
    *zoom:1;
    margin-left:10px;
}
.navbarNew .nav_a{
    width:auto;
    padding:0 5px;
    margin:0 10px 0 30px;
}


/*new update start*/