
body {
    position: relative;
}

.container {
    max-width: 1230px !important;
}

#header {
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255);
    position: fixed;
    z-index: 99999;
}

#header .container {
    padding-top: 0 !important;
    overflow: visible !important;
    min-height: unset !important;
}

#header .header-top {
    height: 55px;
}

#header .header-bottom {
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
}

#header .header-top,
#header .header-bottom {
    width: 100%;
    position: relative;
}

.nav-colors {
    background: -webkit-linear-gradient(#227CD8, #1267C0);
    background: -o-linear-gradient(#227CD8, #1267C0);
    background: -moz-linear-gradient(#227CD8, #1267C0);
    background: linear-gradient(#227CD8, #1267C0);
}

.nav-shadow {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}

#nav-bottom-inner {
    display: flex;
}

#navigation {
    flex: 1;
    overflow: visible;
}

.topnav {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    /*padding-left: 15px;*/
}

.topnav li {
    height: 100%;
    color: #FFF;
    font-size: 16px;
    position: relative;
}

.topnav li a {
    width: 105px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    font-family: "微软雅黑", Arial, sans-serif;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    color: #FFF;
    white-space: nowrap;
    outline: 0 !important;
}

#header .topnav li.dropdown:hover > a,
.topnav li.dropdown > a.active,
.topnav li.dropdown > a:hover {
    background-color: #0059b1;
}

#header .sub-navbar {
    width: auto;
    height: auto;
    min-width: 110px;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #999;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.53);
    top: 100%;
    display: none;
}

#header .topnav li.dropdown:hover > ol.sub-navbar {
    display: block;
}

#header .sub-navbar li {
    display: block;
    position: relative;
}

#header .sub-navbar li a {
    width: 100%;
    padding: 5px 10px;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", Arial, sans-serif;
}

#header .sub-navbar li a:hover {
    color: #FFF;
}

#search-form {
    width: 460px;
    height: 40px;
    border: 1px solid #016cdf;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    margin-top: 10px;
}

#search-form > .search-input {
    width: 100%;
    height: 100%;
    font-size: 15px;
    position: absolute;
    padding-left: 15px;
    padding-right: 36px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    outline: 0;
}

#search-form > .search-button {
    position: absolute;
    z-index: 99;
    right: 0;
    height: 100%;
    width: 57px;
    padding: 0 0 3px;
    font-size: 19px;
    color: white;
    background-color: #0077D1;
    border: 0;
    outline: 0 !important;
    box-shadow: none;
}

.logo-box-top {
    width: 330px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    margin-left: -15px;
}

#footer {
    background-color: #666;
    color: #FFF;
    text-align: center;
}

.header-top-box .container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.rights-box {
    display: inline-flex;
    position: absolute;
    top: 23px;
    right: -200px;
    align-items: center;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 200px;
    color: #333333;
}

.rights-box .locomotive-right .locomotive-right-item >div{
    color: #666666;
}

.rights-box .locomotive-right .header-right{
    position: unset;
}

@media (max-width: 1605px) {
    .rights-box{
        position: unset;
        width: auto;
    }
    .locomotive-right{
        top: 23px !important;
    }
    .locomotive-right .floatwindow{
        right: -10px !important;
    }
}
@media (max-width: 576px) {
    #header {
        height: 65px;
        box-shadow: none !important;
    }

    #header .header-top-box {
        height: 60px !important;
        display: none;
    }

    #header .container {
        flex-wrap: wrap;
        margin-top: 0;
        padding-top: 5px !important;
        padding-bottom: 5px;
    }
    #header .container .lefts-box img{
        height: 55px;
    }

    #header .header-top {
        height: 45px;
    }

    #header .header-bottom {
        height: 40px;
    }

    .logo-box-bottom {
        flex: 0 0 100%;
    }

    .logo-box-top {
        width: 100%;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .logo-box-top img {
        height: 80%;
    }

    .topnav li a {
        width: 100%;
        justify-content: unset;
    }
    #header .topnav li.dropdown:hover > a, .topnav li.dropdown > a.active, .topnav li.dropdown > a:hover{
        color: #fff !important;
    }
    #navigation {
        width: 100%;
        position: absolute;
        left: 0;
        top: 38px;
        overflow-x: auto;
        overflow-y: hidden;
        z-index: 99999;
    }

    .topnav {
        width: 100%;
        display: block;
        height: 100%;
        /*border: 1px solid red;*/
        justify-content: flex-start;
        overflow: auto;
        flex-wrap: wrap;
    }
    .content_wrap .news_container .left_nav li ul li{
        flex-wrap: nowrap;
        width: auto;
        min-height: 40px;
    }
    .content_wrap .news_container .left_nav ul li{
        padding:0;
        height: auto;
        border-bottom: 0;
        min-height: 40px;
    }
    .content_wrap .news_container .left_nav ul li i{
        margin-right: 0;
        position: absolute;
        top: 18px;
    }

    .topnav li ul{
        width: 100%;
        padding: 0 20px;
        transition: all 500ms;
        height: 0;
        overflow: hidden;
        display: none;
    }
    .topnav li.dropdown .fa{
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        color: #333;
    }
    #navigation a {
        /*font-size: 1.2rem;*/
        padding-right: 12px;
        padding-left: 12px;
        white-space: nowrap;
    }

    .nav-plan {
        display: none;
    }

    .logo-img-box {
        width: 80%;
        margin: 0 auto;
        padding-top: 50px;
    }

    .search-button .fa-search {
        font-size: 20px;
        color: #ffffff;
    }

    .header-top-box .lefts-box {
        width: 100%;
        text-align: center;
        height: 100%;
    }

    .header-top-box .lefts-box img {
        height: 100%;
    }

    .header-top-box .container .centers-box {
        width: 100%;
    }

    .centers-box #search-form {
        width: 95%;
    }

    .dropdown-detailed {
        font-size: 20px;
        color: white;
        position: absolute;
        top: 10px;
        right: 10px;
        border: 0;
        outline: 0 !important;
        background-color: transparent;
    }

    .fixed-boxes {
        position: fixed;
        top: 120px;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        z-index: 99999999999999;
        padding: 14px 5px 2px;
        display: none;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .fixed-boxes ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .fixed-boxes ul li {
        flex: 0 0 30%;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 14px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .fixed-boxes ul li a {
        color: #FFF;
        display: flex;
        padding-top: 5px;
        padding-bottom: 5px;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 4px;
        background-color: #217AD6;
        text-decoration: none;
        height: auto;
        font-size: 15px;
        outline: 0;
    }

    #boxes-shade {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: transparent;
        left: 0;
        top: 120px;
        right: 0;
        bottom: 0;
        z-index: 9999999;
    }

    #menu-shde {
        width: 100%;
        height: 100%;
        background-color: transparent;
        position: fixed;
        display: none;
        z-index: 999;
    }

    #menu-fixed {
        width: 100%;
        height: 100%;
        background-color: #FFF;
        position: fixed;
        top: 0;
        display: none;
        z-index: 999999999;
        overflow: auto;
    }

    .menu-fixed-close {
        font-size: 28px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .menu-header {
        text-align: center;
        position: relative;
        padding-bottom: 5px;
        border-bottom: 10px solid #F2F3F8;
    }

    .menu-title {
        padding-top: 10px;
        font-size: 20px;
        font-weight: 500 !important;
        font-family: "微软雅黑", Arial, sans-serif;
    }

    .menu-body {
        height: auto;
    }

    .menu-card {
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
        border-bottom: 10px solid #F2F3F8 !important;
    }

    .menu-card:last-child {
        border-bottom: 0 !important;
    }

    .menu-card .card-header {
        background-color: #fff;
        border-radius: 0;
        border: 0;
        padding: 0;
    }

    .menu-card .card-title {
        position: relative;
        display: block;
        padding: 10px 30px;
        margin-bottom: 0;
        font-size: 16px;
        color: #000;
        text-decoration: none;
        outline: 0;
    }

    .menu-card .card-title:before {
        width: 5px;
        height: 15px;
        position: absolute;
        left: 15px;
        top: 50%;
        border-radius: 5px;
        margin-top: -7px;
        content: '';
        background-color: #0068D1;
    }

    .menu-card .card-body {
        padding: 0 15px 0;
    }

    .menu-card .card-body ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        padding-top: 15px;
        border-top: 1px solid #f2f2f2;
    }

    .menu-card .card-body ul li {
        flex: 0 0 30%;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 14px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .menu-card .card-body ul li a {
        color: #217AD6;
        display: flex;
        padding-top: 5px;
        padding-bottom: 5px;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #F2F3F8;
        text-decoration: none;
        height: auto;
        font-size: 15px;
    }


}

