/* header部分 */
header{
    width: 1100px;
    margin: 0 auto;
}
header img{
    margin-left:0;
}
.header-r{
    float:right;
    color:#000;
    margin-top:1%;
}
.header-r p{
    line-height: 28px;
    margin-bottom: 6px;
    color: #2d58b9;
}
.header-r input{
    border: 1px solid #ccc;
    height: 22px;
}
.header-r p.pleft {
    width: 159px;
    height: 28px;
    border: 1px #2d58b9 solid;
    border-right: none;
    background: #fff;
    overflow: hidden;
    float: left;
    cursor: pointer;
    margin: 0;
}
.header-r p.pleft .search_input {
    width: 150px;
    display: block;
    border: 0 none;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    vertical-align: top;
    padding: 0 5px;
    margin-top: 4px;
    background: #fff;
    color: #666;
}
.header-r p.pright {
    width: 42px;
    height: 30px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    margin: 0;
    text-align: left;
}
.header-r p.pright .search_btn {
    width: 44px;
    height: 30px;
    background: #2d58b9;
    border: 1px #2d58b9 solid;
    color: #FFF;
    float: left;
    cursor: pointer;
}

.nav {
    background-color: #114694;
    height: 76px;

}

.nav ul {
    width: 1285px;
    margin: 0 auto;
    height: 76px;
}

.nav ul li {
    float: left;
    width: 159px;
    height: 76px;
    line-height: 76px;
    border-left: 1px solid #316cc3;
    position: relative;

}

.nav ul li a {
    text-decoration: none;
}

.nav ul li:last-child {
    border-right: 1px solid #316cc3;
}

.nav ul li a {
    display: inline-block;
    width: 157px;
    height: 76px;
    border-left: 1px solid #0e3d82;
    text-align: center;
}

.nav ul li a:last-child {
    width: 157px;
    border-right: 1px solid #0e3d82;
}

