*{
    margin: 0;
    padding: 0;
}
    ul,li{
        list-style:none;
    }
    .content{
        width:1200px;
        margin: 0 auto;
    }
    .header .content{
        position: relative;
    }
    .header{
        min-width: 1200px;
        width:100%;
        height:365px;
        /* background-image: url(../img/beijing.png); */
        background-repeat: no-repeat;
        background-position: center center;
        background-image: cover;
    }
    .logo{
        width:593px;
        height:161px;
        /* background-image: url(http://www.gdjr.gov.cn/pic/head_logo1.png);
        background-repeat: no-repeat;
        background-position: center center; */
        position: absolute;
        top:100px; 
    }
    .top{
        background: #1571d2;
        width:100%;
        position: absolute;
        top:0;
        color:#fff;
        left:0;
        padding: 10px 0;
    }
    .ion{
        background: #0f50aa;
        /* width: 160px; */
        /* height: 32px; */
        border-radius: 20px;
        /* line-height: 32px; */
        text-align: center;
        float: right;
        font-size: 14px;
        padding: 3px 20px;
    }
    .top a { float: right;
        cursor: pointer;
        position: relative;
        display: inline-block;
        font-size: 14px;
        }
.top.phone{ float: right;}
.top a img {
    display: inline-block;
    margin-right: 4px;
    vertical-align: -3px;
}
    .top a{
        margin-right:20px;
        margin-top: 2px;
    }
    .search{
        position:absolute;
        right:0;
        top:284px;
        display:flex;
        width:366px;
    }
    .index-search1 {
        width:300px;
        height: 36px;
        text-indent: 10px;
        line-height: 30px;
    }
    .search-1{
        width:60px;
        height:39px;
        background:#1271d2;
        position: absolute;
        right:2px;
        display:flex;
        justify-content: center;
        align-items: center;
        top:0;
    }
    .index-search2 {
    background-image: url(../img/icon_search.png);
    width:24px;
    height:24px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.imgw{
    position: absolute;
    right:72px;
    top:76px;
    display:none;
}
