*{
    margin:0;
    padding:0;
}
body,html{
    background:#f6f7fb;
}
a{
    text-decoration: none;
}
li{
    list-style:none;
}
.headAll{
    height:60px;
    line-height: 60px;
    background:#fff;
    box-shadow: 0 1px 10px #eaebf0;
    position: relative;
    z-index:99;
}
.headerAll{
    width:1180px;
    height: 100%;
    margin:0 auto;
}
.headerAll>img{
    margin-top:18px;
    float:left;
}
.headerAll div{
    float:left;
}
.headAllNav{
    position: relative;
    margin:0 25px 0 40px;
}
.headerAll .headAllNav>a{
    font-size: 16px;
    color:#3d464f;
    margin:0 14px;
    padding-bottom: 17px;
}
.headAll .headerAll .homeActive{
    border-bottom:solid 3px #3278f2;
    color:#3278f2;
    border-radius: 0 0 2px 2px;
}
.headAllSearch{
    border:solid 1px #dde0e5;
    border-radius:16px;
    width:200px;
    height:32px;
    margin-top:13px;
    background:url("../../images/home/search.png")no-repeat;
    background-position:175px center;
}
.headAllSearch input{
    border:none;
    outline: none;
    width:82%;
    height:100%;
    vertical-align:top;
    text-align: center;
    border-radius: 16px;
    margin-left:10px;
}
.homeJikao{
    position: absolute;
    right: 101px;
    top: 41px;
    background: #fff;
    z-index: 99;
    padding: 15px 20px 0;
    font-size: 14px;
    display: none;
}
.homeJikao a{
    display: block;
    color: #333;
    border-bottom: solid 2px transparent;
    line-height: 30px;
    margin-bottom: 20px;
}
.homeJikao a:hover{
    color: #1b71c3;
    border-color:#1b71c3;
}