* {
    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: #14366c;
}

.mobile-nav {
    display: none;
}

.header-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
}

.header-img-box {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header-img-box div {
    width: 100%;
    height: 100%;
}


.logo-box {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.logo-box img {
    display: block;
    max-width: 100%;
    padding-left: 40px;
    height: 80px;
}

.header-right {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.header-right a {
    font-size: 14px;
    color: #fff;
    display: block;
    float: left;
    border-right: 1px solid #7a86a1;
    height: 14px;
    line-height: 14px;
    padding: 0 12px;
    margin: 9px 0;
}

.header-right a:hover {
    color: #fff;
    opacity: 0.8;
}

.header-right a:nth-child(2) {
    border: none;
}

.header-input {
    float: right;
    display: block;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 13px;
    margin-left: 12px;
}

.header-input input {
    float: left;
    border: none;
    outline: none;
    line-height: 30px !important;
    width: calc(100% - 30px);
    font-size: 14px;
    padding: 0 10px;
}

.header-input-icon {
    float: right;
    color: #949494;
    width: 30px;
    height: 30px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

/*导航*/

.dropdown {
    display: none;
}


.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: 15px;
    font-weight: bold;
    cursor: pointer;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    white-space: nowrap;
    padding: 0 14px;
    position: relative;
}

.first-nav li a:after {
    content: ' ';
    position: absolute;
    top: 12px;
    right: -24px;
    width: 1px;
    height: 15px;
    background: #7a86a1;
}

.first-nav li:last-child a:after {
    display: none;
}

.first-nav > li {
    line-height: 38px;
    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: 37px;
    left: 0;
    font-weight: 500;
    padding: 5px 0;
    background: #2d518a;
    z-index: 20;
}


.second-nav > li {
    width: 100%;
    line-height: 35px;
    text-align: center;
    position: relative;
}

.second-nav li a {
    padding: 0 10px;
    font-size: 14px;
    color: #fff !important;
}
.second-nav li a:after{
    display: none;
}

.second-nav > li:hover a {
    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: #2d518a;
}

.first-nav .third-nav li a {
    color: #fff !important;
}

.first-nav .third-nav li:hover a {
    color: #ffb100 !important;
}

/*更多导航-----*/
.nav-btn-box {
    float: left;
    margin: 5px 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: #14366c;
    background-color: #f8f9fa;
    border-color: #14366c;
}

.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: #2d518a;
}

.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: 14px;
    line-height: 35px;
    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: #14366c;
}

.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: #028CDC !important;
}

.nav-btn-menu dl dd dl dd:hover a {
    color: #ffb100 !important;
}

.link-box {
    background: #224c8f;
}

.link-box .w-1200 {
    overflow: hidden;
    padding: 12px 0 6px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.link-box a {
    display: block;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    margin: 0 8px 6px;
}

.link-box a:hover {
    color: #fff;
    opacity: 0.7;
}

.link-box a img {
    display: block;
    float: left;
    margin-right: 8px;
    width: 23px;
    height: 20px;
    margin-top: 2px;
}


.footer {
    text-align: center;
    width: 100%;
    background: #14366c;
    padding: 56px 0;
}

.footer .w-1200 {
    overflow: hidden;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer a:hover {
    opacity: .7;
}

.footer-row a, .footer p {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff !important;
    margin: 0 3px !important;
}

.footer-row a, .footer-row p {
    display: inline-block;
}

.footer-logo img {
    display: block;
    width: 293px;
    height: 93px;
}

.footer-center {
    position: relative;
    padding: 0 70px;
}

.footer-center:before, .footer-center:after {
    content: ' ';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #7a86a1;
}

.footer-center:before {
    left: 0;
}

.footer-center:after {
    right: 0;
}

.footer-right div {
    display: block;
    color: #fff;
    text-align: center;
}

.footer-right div img {
    display: block;
    width: 96px;
    height: 96px;
    margin: 0 auto;
}

.footer-right div span{
    font-size: 14px;
    display: block;
    line-height: 22px;
    margin-top: 5px;
}
.footer-right div b{
    font-weight: normal;
    font-size: 12px;
    display: block;
}


.banner-nav {
    width: 100%;
    background: #e7eaef;
    padding: 24px 0;
}

.banner-nav .w-1200 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.banner-nav a {
    display: block;
    text-align: center;
    color: #14366c;
    font-size: 18px;

}

.banner-nav a img {
    display: block;
    margin: 0 auto 10px;
    transition: all .2s;
    width: 48px;
    height: 48px;
}

.banner-nav a:hover {
    font-weight: bold;
    color: #14366c;
}

.banner-nav a:hover img {
    transform: scale(1.1, 1.1);
}
.ztwz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ztwz li {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 10px solid #3c6cac;
    background: #1e5095;
    width: 23.5%;
    padding: 0 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 72px;
    height: 72px;
    overflow: hidden;
    margin-bottom: 16px;
}

.ztwz li:nth-child(4n+1) {
    border-color: #c9642c;
    background: #ae4d18;
}

.ztwz li:nth-child(4n+2) {
    border-color: #f39801;
    background: #e08d03;
}

.ztwz li:nth-child(4n+3) {
    border-color: #d74242;
    background: #ba0505;
}

.ztwz li:nth-child(4n+4) {
    border-color: #3c6cac;
    background: #1e5095;
}

.ztwz li:hover {
    opacity: 0.85;
}



@media screen and (max-width: 1250px) {
    .w-1200 {
        width: 100% !important;
    }
}

@media screen and (max-width: 980px) {
    .header-right {
        display: none;
    }

    .header-img-box div div {
        background-position: 95% center !important;
    }

    .first-nav li a {
        padding: 0 6px;
    }

    .first-nav li a:after {
        display: none;
    }

    .footer-center {
        padding: 0 20px;
    }
}

@media screen and (max-width: 980px) {
    .footer-logo {
        display: none;
    }

    .footer-center {
        padding: 0;
    }

    .footer-center:before, .footer-center:after {
        display: none;
    }

    .footer-row a, .footer p {
        text-align: left;
    }

}

@media screen and (max-width: 768px) {

    .nav-area {
        display: none;
    }

    .header-img-box {
        display: none;
    }

    .mobile-nav {
        display: block;
        clear: both;
        position: absolute;
        right: 2.5%;
        width: 95%;
        top: 55px;
        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: #c5eaff;
        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: #14366c;
        background-color: #fff;
        border: 1px solid #fff;
        box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.15);
    }

    .mobile-nav .btn-outline-light:hover {
        border-color: #14366c;
    }

    .mobile-nav .btn-outline-light svg {
        vertical-align: unset;
    }


    .banner-nav {
        padding: 8px 0;
    }

    .banner-nav a {
        font-size: 14px;
        width: 100px;
    }

    .banner-nav a img {
        display: none;
    }

    .ztwz li {
        width: 100%;
        margin-bottom: 16px;
    }
}


@media screen and (max-width: 578px) {
    .footer {
        padding: 8px 0;
    }

    .footer-right {
        display: none;
    }

    .footer-row a, .footer p {
        text-align: center;
    }

    .header-top {
        padding: 14px 0;
    }

    .logo-box img {
        padding-left: 16px;
        height: 40px;
    }

    .mobile-nav {
        top: 20px;
    }

    .banner .carousel-indicators {
        display: none;
    }
}
