header.p-header {
    box-sizing: border-box;
    height: 160px;
    width: 100%;
    background:  no-repeat center center;
    padding-top: 34px;
}

.p-logo {
    display: block;
}

.p-nav {
    width: 100%;
    height: 76px;
    background-color: #035ab1;
}

.p-nav>ul>li {
    box-sizing: border-box;
    height: 76px;
    padding: 0 27px;
    font-size: 16px;
    color: #fff;
    line-height: 76px;
}

.p-nav>ul>li:not(:last-child):hover {
    background-color: #0674d3;
}

.p-nav>ul>li.active {
    background-color: #0674d3;
}

.p-nav .search-form {
    float: right;
    box-sizing: border-box;
    padding: 18px 0;
}

.p-nav .search-form form {
    display: block;
    width: 350px;
    height: 40px;
    font-size: 14px;
}

.p-nav .search-form form input:first-child {
    box-sizing: border-box;
    float: left;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    text-align: center;
    background-color: #1e74c6;
    color: #fff;
}

.p-nav .search-form form input:first-child:focus {
    text-align: left;
}

.p-nav .search-form form input:first-child::-webkit-input-placeholder {
    /* webkit, blink, edge */
    color: #fff;
}

.p-nav .search-form form input:first-child:-moz-placeholder {
    /* mozilla firefox 4 to 18 */
    color: #fff;
}

.p-nav .search-form form input:first-child::-moz-placeholder {
    /* mozilla firefox 19  */
    color: #fff;
}

.p-nav .search-form form input:first-child:-ms-input-placeholder {
    /* internet explorer 10-11 */
    color: #fff;
}

.p-nav .search-form form input:last-child {
    box-sizing: border-box;
    float: right;
    width: 90px;
    height: 40px;
    cursor: pointer;
    border-radius: 20px;
    background-color: #378cd9;
    color: #fff;
}

/* 底部 */
footer {
    margin-top: 35px;
    width: 100%;
    height: 160px;
    background-color: #035ab1;
    box-sizing: border-box;
    padding-top: 40px;
}

.footer-box {
    width: 1200px;
    height: 120px;
    margin: 0 auto;

}

.footer-one {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-left: 70px;
    float: left;
}

.footer-two {
    padding-top: 10px;
    display: block;
    width: 110px;
    margin-left: 30px;
    background-position: center 10px;
    background-repeat: no-repeat;
    float: left;
}

.footer-thr {
    display: block;
    width: 55px;
    height: 65px;
    margin-left: 35px;
    background-image: ;
    background-position: center 13px;
    background-repeat: no-repeat;
    float: left;
}

.footer-text {
    width: 630px;
    height: 60px;
    margin-top: 5px;
    margin-left: 30px;
    border-left: 1px solid #206bb6;
    box-sizing: border-box;
    padding-left: 40px;
    float: left;
}

.footer-text-top {
    display: block;
    width: 100%;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.footer-text-bottom {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 12px;
    color: #fff;
}