* {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
}

a, a:hover {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    outline: none;

}

ul, li, p, div, label, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

input:focus, button:focus {
    outline: none;
}

body {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    background: #fff;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.clear-float {
    clear: both;
}

a {
    cursor: pointer;
    display: block;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

/*::-webkit-input-placeholder { !* WebKit, Blink, Edge *!*/
/*    color: #fff;*/
/*}*/

/*:-moz-placeholder { !* Mozilla Firefox 4 to 18 *!*/
/*    color: #fff;*/
/*}*/

/*::-moz-placeholder { !* Mozilla Firefox 19+ *!*/
/*    color: #fff;*/
/*}*/

/*:-ms-input-placeholder { !* Internet Explorer 10-11 *!*/
/*    color: #fff;*/
/*}*/

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

.mobile-head, .toggle {
    display: none;
}

.trans {
    transition: all .5s;
}

.header {
    width: 100%;
    background: #1a2d5d;

}

.mobile-nav {
    display: none;
}

.header-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 22px 0;

}


.logo-box {
    display: block;
    max-width: 50%;
    position: relative;

}

.logo-box img {
    display: block;
    max-width: 100%;
    height: 80px;
}

.header-right {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.header-right a {
    font-size: 16px;
    color: #b9cae5;
    display: block;
    float: left;
    height: 14px;
    line-height: 14px;
    padding: 0 12px;
    margin: 8px 12px;
}

.header-right a:hover {
    color: #fff;
}

.header-input {
    float: left;
    display: block;
    background: #d8dbea;
    overflow: hidden;
    width: 155px;
}

.header-input input {
    float: left;
    border: none;
    outline: none;
    line-height: 30px !important;
    width: calc(100% - 30px);
    font-size: 16px;
    padding: 0 10px;
    background: #d8dbea;
}

.header-input-icon {
    float: right;
    color: #1a2d5d;
    width: 30px;
    height: 30px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.line-box {
    border-top: 1px dashed #03184d;
    border-bottom: 1px solid #5689d7;
    background: #1a2d5d;
    width: 100%;
    height: 4px;
}

/*导航*/
.dropdown {
    display: none;
}

.nav-box {
    background: #1a2d5d;
}

.nav-area {
    width: 100%;
    clear: both;
}

.first-nav {
    display: flex;
    justify-content: space-evenly;
    width: calc(100% - 72px);
    float: left;
    margin: 0;
}

.first-nav li a {
    color: #fff;
    display: block;
    font-size: 16px;
    cursor: pointer;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    white-space: nowrap;
    padding: 0 14px;
}

.first-nav > li {
    line-height: 40px;
    position: relative;
}

.first-nav li:hover a {
    color: #ffc600;
}

.first-nav li:hover .second-nav {
    display: block;
}

.second-nav {
    width: 100%;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    font-weight: 500;
    padding: 5px 0;
    background: #ececee;
    z-index: 20;
}


.second-nav > li {
    width: 100%;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.second-nav li a {
    padding: 0 10px;
    font-size: 15px;
    color: #01164b !important;
}

.second-nav li a:after {
    display: none;
}

.second-nav > li:hover a {
    background: #1a2d5d;
    color: #ffb100 !important;
}

.first-nav .second-nav li:hover .third-nav {
    display: block;
}

.first-nav .third-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    list-style: none;
    text-align: center;
    width: 127px;
    margin: 0;
    padding: 0;
    background: #1a2d5d;
}

.first-nav .third-nav li a {
    color: #fff !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-nav .third-nav li:hover a {
    color: #ffb100 !important;
}

/*更多导航-----*/
.nav-btn-box {
    float: left;
    margin: 11px 0 0 26px;
    position: relative;
    z-index: 99999;
    padding: 0 8px;
}

.nav-btn-box .btn-outline-light {
    padding: 5px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    border-color: #fff;
}

.nav-btn-box .btn-outline-light:hover {
    color: #01164b;
    background-color: #f8f9fa;
    border-color: #01164b;
}

.nav-btn-box .btn-outline-light svg {
    vertical-align: unset;
}

.nav-btn-box:hover .nav-btn-menu {
    display: block;
}

.nav-btn-menu {
    position: absolute;
    top: 26px;
    right: 0;
    width: 130px;
    display: none;
    background-color: #01164b;
}

.nav-btn-menu dl {
    margin: 0;
}

.nav-btn-menu dl dd {
    margin-bottom: 0;
    position: relative;
    text-align: center;
}

.nav-btn-menu dl dd a {
    font-size: 16px;
    line-height: 45px;
    padding: 0 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    cursor: pointer;
}

.nav-btn-menu dd:hover {
    background: #ededed;

}

.nav-btn-menu dd:hover a {
    background: #d3d3d3;
    color: #01164b;
}

.nav-btn-menu dl dd dl {
    display: none;
    position: absolute;
    top: 0;
    right: 128px;
    background: #ededed;
    width: 130px;
}


.nav-btn-menu dl dd:hover dl {
    display: block;
    background: #ededed;
}

.nav-btn-menu dl dd dl dd dl {
    display: none !important;
    right: 128px;
    width: 130px;
}

.nav-btn-menu dl dd dl dd:hover dl {
    display: block !important;
}

.nav-btn-menu dl dd dl dd a {
    color: #1a2d5d !important;
}

.nav-btn-menu dl dd dl dd:hover a {
    font-weight: bold;
}

.footer {
    width: 100%;
    background: #01164b;
    padding: 40px 0;
    color: #ffffff;
    font-size: 16px;
}

.footer p {
    line-height: 27px;
    margin: 4px 0;
}

.footer-row p {
    display: inline-block;
    margin: 0 20px 0 0;
}

.footer .w-1200 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.footer-right {
    width: 150px;
}

.footer-right img {
    display: block;
    max-width: 120px;
}

@media screen and (max-width: 1250px) {
    .w-1200 {
        width: 95% !important;
    }
}


@media screen and (max-width: 980px) {

    .header-right {
        display: none;
    }

    .logo-box {
        max-width: calc(100% - 80px);
    }

    .first-nav li a {
        padding: 0 6px;
        font-size: 18px;
    }

    .first-nav li a:after {
        display: none;
    }
}


@media screen and (max-width: 768px) {

    .nav-area {
        display: none;
    }

    .mobile-nav {
        display: block;
        clear: both;
        position: absolute;
        right: 2.5%;
        width: 95%;
        top: 60px;
        z-index: 999;
    }

    .mobile-nav-cont {
        background: #ffffff;
        padding-bottom: 24px;
        padding-top: 11px;
        display: none;
        box-shadow: 5px 7px 6px 2px rgba(0, 0, 0, .15);
        margin-top: 42px;
        width: 100%;
    }

    .mobile-nav ul li {
        padding: 0 16px;
    }

    .mobile-nav ul li a {
        line-height: 36px;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-weight: bold;
    }

    .mobile-nav ul li ul {
        display: none;
    }

    .mobile-nav ul li:hover ul {
        display: block;
    }

    .mobile-nav ul li a:hover {
        background: rgba(26, 45, 93, 0.2);
        font-weight: bold;
        padding: 0 12px;
    }

    .mobile-nav .header-search {
        display: block;
        clear: both;
        background: #ffffff;
        width: calc(100% - 32px);
        float: none;
        margin: 16px auto 0;
    }

    .mobile-nav .btn-outline-light {
        padding: 5px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        float: right;
        color: #1a2d5d;
        background-color: #fff;
        border: 1px solid #fff;
    }

    .mobile-nav .btn-outline-light:hover {
        border-color: #1a2d5d;
    }

    .mobile-nav .btn-outline-light svg {
        vertical-align: unset;
    }


    .footer .w-1200 {
        justify-content: center;
        text-align: center;
    }

    .footer-row p {
        margin: 0 10px;
    }

    .footer-right {
        margin-top: 16px;
        width: 120px;
    }
}


@media screen and (max-width: 578px) {
    .footer {
        padding: 16px 0;
        font-size: 14px;
    }

    .footer p {
        line-height: 18px;
        margin: 2px 0;
    }

    .header-top {
        padding: 14px 0;
    }

    .logo-box img {
        padding-left: 16px;
        height: auto;
    }

    .mobile-nav {
        top: 30px;
    }

}

@media screen and (max-width: 490px) {
    .mobile-nav {
        top: 20px;
    }
}

@media screen and (max-width: 400px) {
    .mobile-nav {
        top: 15px;
    }
}

