@charset "UTF-8";

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

.container-fluid {
    max-width: 1920px;
}

.header {
    width: 100%;
    height: 140px;
    background: #377ce5;
}

.nav_top {
    width: 100%;
    height: 40px;
    background: #377ce5;
    overflow: hidden;
    position: relative;
}
/* 让搜索浮层相对容器右侧定位 */
.nav_top .container {
    position: relative;
}

.nav_top .row p {
    font-size: 16px;
    color: #FFF;
    line-height: 40px;
    margin: 0;
}

.nav_top .row p a {
    color: #FFF;
    padding: 0 15px;
}

.nav_top .row p+p {
    text-align: right;
    padding-right: 44px;
}

.nav-search-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding-right: 0px !important;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
}
.nav-search-trigger.hidden {
    visibility: hidden;
}

/* .nav-search-trigger:hover {
    background: rgba(255, 255, 255, .4);
    transform: scale(1.05);
} */
.nav-search-trigger svg {
    width: 20px;
    height: 20px;
}

.nav-search-overlay {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 40px;
    width: 50%;
    display: none;
    z-index: 30;
}

.nav-search-overlay.active {
    display: block;
}

.nav-search-inner {
    height: 40px;
    background: #213047;
    position: relative;
    padding: 5px 48px 5px 12px;
}

.nav-search-input {
    width: 100%;
    height: 30px;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 2px;
    padding: 0 12px;
    font-size: 14px;
}

.nav-search-btn {
    position: absolute;
    right: 54px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    width: 24px;
    height: 24px;
    padding: 0;
}

.nav-search-close {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    width: 24px;
    height: 24px;
    padding: 0;
}

.navbar-default {
    border: none;
}

.navbar {
    background: #213047;
    margin-bottom: 0;
}

.navbar-fixed-top {
    top: 40px;
}

.top-nav {
    top: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    max-width: 165px;
}

.navbar-nav>li>a {
    line-height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
}

.nav>li>a {
    padding: 0px 13px !important;

}

.nav {
    float: right;
    /*padding-right: 90px;*/
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}

.top-nav .navbar-nav>li>a {
    line-height: 60px;
}

.top-nav .navbar-brand>img {
    height: 60px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:visited {
    background: none;
    color: #FFF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:visited,
.navbar-default .navbar-nav>li>a:link,
.navbar-default .navbar-nav>li>a:active {
    background: none;
    color: #FFF;
}

.dropdown-menu {
    min-width: 180px;
    background: #213047;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:visited {
    color: #FFF;
    background: none;
    font-size: 18px;
    line-height: 36px;
}

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #213047;
    padding: 40px 0;
    color: rgba(255, 255, 255, .6);
}

.footer h3,
.footer a,
.footer strong {
    color: #fff;
}

.footer-p {
    max-width: 300px;
    line-height: 1.7em;
}

.footer-p img {
    max-width: 100%;
}

.footer-ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 15px;
}

.footer-ul li {
    clear: both;
    margin-bottom: 8px;
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    border-color: rgba(255, 255, 255, .1);
}

.textwidget {
    margin-top: 15px;
}

.textwidget p {
    color: #FFF;
    line-height: 1.7em;
    margin-bottom: 13px;
}

.footer-bot {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #17191b;
    padding: 20px 0;
}

.footer-bot p {
    margin: 0;
    color: rgba(255, 255, 255, .6);
}

.footer-bot a {
    color: #FFF;
}

.fbt-p {
    text-align: right;
}


/*导航更新提示*/
.zhuzong-update-tip span {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #a68d3b;
    border-radius: 25px;
    position: relative;
    top: -2px;
    left: 2px;
}


@media (max-width: 767px) {
    .header {
        width: 100%;
        height: 90px;
    }

    .navbar-brand>img {
        height: 50px;
        width: auto;
    }

    .navbar-nav>li>a {
        line-height: 50px;
    }

    .top-nav .navbar-brand>img {
        height: 50px;
        width: auto;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 1000px;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        background: none;
        color: #FFF;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #FFF;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 0 50px;
    }

    .fbt-p {
        text-align: left;
    }

    .nav {
        float: left;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
    }

    .nav-search-overlay {
        width: 100% !important;
        left: auto !important;
        right: 0 !important;
    }

    .nav-search-inner {
        padding-right: 44px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav>li>a {
        padding: 0 10px;
    }

    .navbar-nav>li>a {
        font-size: 16px;
    }

    .dropdown-menu>li>a,
    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:visited {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav>li>a {
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {}
