/*导航*/
.id-head{
    height: 76px;
    background: #FFFFFF;
    overflow: hidden;
}
.id-head .box{
    height: 76px;
    width: 1152px;
    margin: auto;
}
.id-head .ul{
    margin-top: 26px;
    float: left;
}
.id-head .ul ul li{
    margin-left: 50px;
    float: left;
    line-height: 30px;
}
.id-head .ul ul li a{
    display: block;
    padding: 0 16px;
    line-height: 30px;
    color: #000000;
    font-size: 18px;
}
.id-head .ul ul li a:hover{
    border-bottom: 4px solid #32bcd8;
}
/*搜索*/
.id-ss{
    margin-top: 23px;
    float: right;
    width: 218px;
    height: 33px;
    border: 1px solid #d9d9d9;
}
.id-ss .text{
    float:left ;
    height: 33px;
    border: 0;
    width: 170px;
    text-indent: 10px;
    line-height: 33px;
    outline: none;
}
.id-ss .btn{
    background: url("../images/btn.jpg");
    width: 41px;
    height: 33px;
    float: right;
    border: 0;
    outline: none;
}
