@charset "UTF-8";





#wrap{
    width: 100%;
    margin: auto;
}
header{
    position: relative;
    height: 79px;
    line-height: 79px;
    background-color: white;
    font-size: 15px;
    user-select: none;
    transition: .5s;
}
header > div{
    width: 81%;
    margin: auto;
    transition: .5s;
}
header h1 {
}
header nav{
    margin-left: 8%;
}
header nav > ul > li{


}
header nav > ul > li > a:hover{
    background-color: #0068b3;
    color: white;
}
header nav > ul > li > a.on{
    background-color: #0068b3;
    color: white;
}
header nav > ul > li > a{
    padding: 30px 10px;
}

header nav > ul > li > div{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: rgba(255,255,255,.25);
    z-index: 999;
}
header nav > ul > li > div .second li{
    line-height: 64px;
    padding: 0 25px;
}
header nav > ul > li > div .second li a{
    color: white;
}
header nav > ul > li > div .second li a:hover{
    color: #0068b3;
}
header .icon{
    position: relative;
    z-index: 0;
}
header .icon i,
header .icon form{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
header .icon input{
    position: absolute;
    top: 50%;
    right: 100%;
    display: none;
    width: 200px;
    height: 33px;
    margin-top: -17px;
    border: 1px solid #dfdfdf;
    background-color: #f3f3f3;
    text-indent: 15px;
    border-radius: 20px;
    z-index: -1;
}
header .icon i{
    width: 25px;
    height: 25px;
    background: url("../img/earth.png") no-repeat center/100% ;
    cursor: pointer;
}
header .icon .search {
    margin-right:40px ;
    margin-left: -45px;
    background: url("../img/seach.png") no-repeat center/100% ;
}





