#header{
    width: 100%;
    min-width: 1200px;
}

.h-box{
    width: 1200px;
    margin: 0 auto;
}
.h-logo{
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.heder-box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.h-logo img{
    width: 500px;
    padding: 20px 0 15px 0;
}
.h-right{
    color: #002F7E;
    font-size: 16px;
    font-weight: bold;
    padding-top: 25px;
}
.h-right img{
    width: 470px;
}

.h-menu{
    width: 100%;
    min-width: 1200px;
    position: relative;
    background: #09589B;
}
.menu-box{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.f-ul{
    line-height: 45px;
}
.h-menu:after{
    content: '';
    display: block;
    clear: both;
}
.f-ul li.first-nav{
    float: left;
    position: relative;
    min-width: 170px;
}
.first-nav ul{
    position: absolute;
    z-index: 999;
    background: #fff;
    display: none;
}
.first-nav ul li{
    float: none;
    height: 38px;
    line-height: 38px;
}
/*.f-ul .first-nav:hover ul{*/
    /*display: block;*/
/*}*/
.first-nav ul li a{
    font-size: 16px;
    line-height: 38px;
    color: #666;
}
.first-nav ul li a:hover{
    color: #fff;
    background: #09589B;
}
.f-ul li a{
    font-size: 18px;
    min-width: 170px;
    display: block;
    text-align: center;
    color: #fff;
}
.f-ul li a:hover{
    color: #09589B;
    background: #87ABCD;
}
.icon-sj{
    background: url("/static/this/img/icon_sj.png") no-repeat;
    width: 7px;
    height: 5px;
    display: inline-block;
    margin-left: 3px;
}
.f-search{
    padding-top: 5px;
}
.s-form{
    position: relative;
}
#ser-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.s-input{
    background: #518AB7;
    border: none;
    color: #fff;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    border-radius: 15px;
    width: 170px;
    outline: none;
}
.s-input::-webkit-input-placeholder {
    color:#fff;
}
.s-input:-moz-placeholder {
    color:#fff;
}
.s-input:-ms-input-placeholder {
    color:#fff;
}

/*footer*/
#footer{
    width: 100%;
    min-width: 1200px;
    background: #09589B;
    padding: 30px 0;
    overflow: hidden;
}
.footer-box{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}