@charset "utf-8";

.top{
    height: auto;
}
.heard{
    height: 24px;
    background: #eee;
    padding: 6px 0;
    line-height: 24px;
}
.heard .heard_l{
    font-size: 12px;
    color: #999;
}
.heard .heard_r{margin-top: 4px;}
.heard .heard_r a{
    font-size: 12px;
    display: block;
    float: left;
    margin-left: 15px;
    height: 20px;
    line-height: 20px;
    color: #999;
    border-left: 1px solid #999;
    padding-left: 15px;
}
.heard .heard_r a:hover{
    text-decoration: underline;
}
.heard .heard_r .hr_jd{
    background: url(../images/t_jd.png) left no-repeat;
    padding-left: 25px;
    border-left: 0px;
    color: #c11a11;
}
.heard .heard_r .hr_tb{
    background: url(../images/t_tb.png) left no-repeat;
    padding-left: 25px;
    border-left: 0px;
    color: #c11a11;
}
.heard .heard_r .hr_wx{
    background: url(../images/t_wx.png) left no-repeat;
    padding-left: 25px;
    border-left: 0px;
    color: #c11a11;
    position:relative;
}
.heard .heard_r .hr_wx img{
    position:absolute;
    width: 100px;
    left: -16px;
    top: 23px;
    display: none;
}
.heard .heard_r .hr_wx:hover img{
    display:block;
}

.logo{
    padding: 17px 0;
    /* background: url(../images/top_bj.jpg) center bottom no-repeat; */
}
.logo_img{
    width: auto;
}
.logo_img img{
    /* width: 88px; */
    height: 74px;
}
.logo_by{
    color: #009ee8;
    padding-left: 15px;
    margin-top: 15px;
    margin-left: 15px;
}
.logo_by .logo_by_t1{
    font-size: 20px;
    margin-bottom: 10px;
    color: #e60012;
}
.logo_by .logo_by_t2{
    font-size: 15px;
    color: #b5b5b5;
    text-align: center;
    position: relative;
}
.logo_by .logo_by_t2:before{
    content: "";
    width: 30px;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    top: 10px;
}
.logo_by .logo_by_t2:after{
    content: "";
    width: 30px;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0;
    top: 10px;
}


.logo_tel{
    background: url(http://lingnanyoupin.test.dginfo.com/t/l/lingnanyoupin/pc/images/t_tel.jpg) right no-repeat;
    margin-top: 5px;
}
.logo_tel .logo_tel_t1{font-size: 18px;color: #666;background: url(../images/top_tel.png) center left no-repeat;height: 30px;line-height: 30px;padding-left: 35px;}
.logo_tel .logo_tel_t2{
    color: #e60012;
    font-size: 30px;
}

.logo_search{
    margin-top: 25px;
}
.lsearch_inp{
    height: 32px;
}
.lsearch_inp #gjz{
    border: 1px solid #e60012;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 150px;
    padding-left: 10px;
}
.lsearch_inp #ssk{
    float: left;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: url(../images/search_tb.png) center no-repeat #e60012;
    width: 50px;
}
.lsearch_gjc{
    margin-top: 10px;
    font-size: 12px;
    display: none;
}
.lsearch_gjc span{
    color: #808080;
}
.lsearch_gjc a{
    color: #999;
    margin-right: 8px;
}
.lsearch_gjc a:hover{
    color: #e60012;
}

/*导航*/
.nav{
    background: #e60012;
    height: 40px;
    line-height: 40px;
}
.nav ul{}
.nav ul li{
    float: left;
    width: 133px;
}
.nav ul li a{
    color: #fff;
    display: block;
    text-align: center;
    font-size: 16px;
    /* font-weight: bold; */
}
.nav ul li a:hover{
    background: #d30413;
}




.top-nav{
    margin-left: 70px;
    margin-top: 30px;
}
.top-nav ul li{
    float: left;
    margin-right: 30px;
}
.top-nav ul li a{
    font-size: 17px;
    padding-bottom: 10px;
}
.top-nav ul li a:hover{
    border-bottom: 1px solid #e60012;
}