.header {
    background: url("https://www.zhanjiang.gov.cn/public/header_bg.jpg") top center no-repeat;
    width: 100%;

}

.header .inner {
    width: 1200px;
    margin: 0 auto;
    height: 194px;
}

.header .inner .headerLogo {
    margin: 30px 0 0 8px;
}

.header .inner .headerTop {
    margin: 15px 0 20px;
    font-size: 14px;
    text-align: right;
}

.header .inner .headerTop a {
    display: inline-block;
    margin: 0 6px;
}

.header .inner .headerTop a:first-child {
    margin-left: 0;
}

.header .inner .headerTop a#slh{
    background: #dd0900;
    color:#ffffff;
    padding: 3px 8px;
    border-radius: 8px;
}

.header .inner .headerTop span.ipv{
    display: inline-block;
    margin-left: 8px;
    background: #469ce5;
    color: #ffffff;
    line-height: 24px;
    border-radius: 20px;
    padding:0 10px;
}

.header .inner .search {
    width: 540px;
    position: relative;
}

.header .inner .search form {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
    overflow: hidden;
    border: 1px solid #BEDEED;
    background: url("https://www.zhanjiang.gov.cn/public/search.png") no-repeat 20px center #F8FDFF;
}

.header .inner .search form input {
    height: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    background: none;
    width: 410px;
    border: none;
    margin-left: 64px;
}

.header .inner .search form button {
    width: 90px;
    text-align: center;
    height: 100%;
    font-weight: bold;
    background: #3968b6;
    cursor: pointer;
    display: block;
    font-size: 20px;
    color: #fff;
    right: 0;
    top: 0;
    position: absolute;
}

.header .headerNav {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #3868b6;
}

.header .headerNav .nav {
    width: 1200px;
    margin: 0 auto;
    background-color: #3868b6;
}

.header .headerNav li {
    float: left;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    width: 172px;
}

.header .headerNav li.index {
    width: 168px;
}

.header .headerNav li a {
    display: block;
}

.header .headerNav li a:hover {
    background: #3b94d9;
}