/* nav.html */
header{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 11111;
    background: #fff;
    color: #666;

    /* background: transparent; */
    transition: all .5s;
    box-shadow: 0px 1px 1px #a8a8a8;
    font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}
header .hSearch{
    position: absolute;
    z-index: 999;
    /* right: 1%; */
    width:80px ;
    height: 80px;
    background: url(../images/s3.png) no-repeat center center;
}
header .logo{
    width:26%;
    height: 90px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    margin-left: 8%;
    
}
header .logo img{
    width: 90px;
    margin-right: 30px;
}
header .htmleaf-container{
    width: 76%;
    font: 15px Arial, "微软雅黑";
    /* margin-left: 15%; */
}
#Content5 .adPic{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}
#Content5 .adPic>img{
    width: 22%;
    height: 280px;
    display: block;
}
.Content1{
    
}