/* ------ header ------ */
.header{
    width: 100%;
    background-color: #0056A3;
}
.hd-con{
    max-width: 1534px;
    min-width: 1200px;
    width: 82%;
    margin: 0 auto;
}
.hd-con .hd-top-right{
    float: right;
    height: 56px;
    line-height: 56px;
    text-align: right;
}
.hd-con .hd-top-right .search{
    position: relative;
}
.hd-con .hd-top-right .search input{
    width: 260px;
    outline: none;
    border: solid 1px #517dca;
    padding: 10px 0;
    text-indent: 0.5em;
}
.hd-con .hd-top-right .search img{
    position: absolute;
    right: 8px;
    top: 10px;
    cursor: pointer;
}
.hd-top{
    height: 120px;
    line-height: 120px;
    background-color: #fbfbfb;
    text-align: left;
    border-top: solid 2px #0f449c;
    border-bottom: solid 2px #297dfb;
}
.hd-top .hd-con{
    background: url(header.jpg) no-repeat right center;
}
.hd-top img{
    vertical-align: middle;
}
.hd-top img.line{
    margin: 0 16px;
}
.hd-top a{
    color: #999999;
}
.hd-top span{
    color: #999999;
    margin: 0 12px;
}
.hd-bottom{
    height: 50px;
    line-height: 50px;
    background-color: #0f449c;
}
.hd-bottom ul li{
    display: inline-block;
    margin: 0 1.5% 0 0;
    cursor: pointer;
}
.hd-bottom ul li a{
    font-size: 18px;
    color: #ffffff;
    padding: 16px 45px;
}
.hd-bottom ul li.active,.hd-bottom ul li:hover{
    background-color: #297dfb;
}

/*媒体查询*/
@media screen and (min-width:1680px) and (max-width:1920px){
    .hd-bottom ul li {
        margin: 0 2% 0 0;
    }
}
@media screen and (min-width:1600px) and (max-width:1680px){
    .hd-bottom ul li {
        margin: 0 3.2% 0 0;
    }
    .hd-bottom ul li a{
        padding: 16px 28px;
    }
}
@media screen and (min-width:1440px) and (max-width:1600px){
    .hd-bottom ul li {
        margin: 0 2.5% 0 0;
    }
    .hd-bottom ul li a{
        padding: 16px 28px;
    }
}
@media screen and (min-width:1366px) and (max-width:1440px){
    .hd-bottom ul li {
        margin: 0 2% 0 0;
    }
    .hd-bottom ul li a{
        padding: 16px 28px;
    }
}
@media screen and (max-width:1366px){
    .hd-bottom ul li {
        margin: 0 2% 0 0;
    }
    .hd-bottom ul li a{
        padding: 16px 28px;
    }
}