header {
            width: 100%;
            background-color: #fff;
            border-bottom: 1px solid #ccc;
            transition: all 0.3s ease;
            z-index: 999 !important;
        }

        .header-top {
            background-color: #4b92c2;
            padding: 5px 10px;
        }

        .skip-link {
            color: #fff;
            text-decoration: none;
        }

        .header-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0px 20px;
        }

        .nav-left .nav-ul,
        .nav-right .nav-ul {
            display: flex;
            list-style: none;
        }

        .nav-left .nav-ul .nav-li,
        .nav-right .nav-ul .nav-li {
            margin-right: 20px;
        }

        .nav-right {
            padding-right: 80px;
        }

        .nav-left .nav-ul .nav-li .nav-a,
        .nav-right .nav-ul .nav-li .nav-a {
            line-height: 130px;
            /* height: 130px; */
            /* padding: 0px 10px 0px 10px; */
            /* vertical-align: baseline; */
            width: auto;
            display: block;
            color: #333;
            text-transform: none;
            text-decoration: none;
            text-align: center;
            background: rgba(0, 0, 0, 0);
            border: 0;
            border-radius: 0;
            font-family: inherit;
            font-size: 16px;
            font-weight: normal;
            outline: none;
        }

        .nav-li-action {
            background: #333 !important;
            color: #fff !important;
            font-weight: normal;
            text-decoration: none;
            border-color: #fff;
        }

        .logo {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            text-decoration: none;
        }
        

        /* 固定头部的样式类 */
        .fixed-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
        }

    @media (min-width: 992px) {
    .navB {
        /* height: 130px; */
    }
}
.LOGO {
        height: 90px ;
    }
@media (max-width: 992px) {
    .LOGO {
        height: 50px;
    }
}


.logo3 {
    height: 80px;
    width: auto;
}
.footer{
        padding: 72px 0 52px;
        text-align: left;
}

.footer h5 {
    color: #5a8bae !important;
    margin: 0 0 22px;
    margin-bottom: 20px !important;
    font-family: 'Lora', sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
}

.q_icon_list {
    margin-bottom: 21px;
    display: flex;
    align-items: start;
    margin: 0 0 20px;
}
.q_icon_list p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
    color: #818181;
    word-wrap: break-word;
}
.us svg{
    margin-left: 10px;
}
.rpwwt-widget ul {
    list-style: outside none none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 0 1.5em;
    color: #818181;
    word-wrap: break-word;
}
.rpwwt-widget a{
    color: #818181;
    word-wrap: break-word;
    text-decoration: none;
    cursor: pointer;
}
.rpwwt-post-date {
    font-size: 14px;
    opacity: 0.6;
    font-weight: 300;
}
.rpwwt-widget span {
    color: #818181;
    word-wrap: break-word;
    font-size: 17px;
    font-weight: 500;
}
.rpwwt-widget img {
    display: inline;
    float: left;
    margin: .3em .75em .75em 0;
}
@media only screen and (max-width: 992px) {
    .footer {
        padding: 40px 25px;
    }
}
.navbar{
    padding: 0 !important;
}
.header .nav-link{
    height: 130px;
    display: flex;
    align-items: center;
}
.header .nav-link:hover,.nav-action{
    background: #333 !important;
    color: #fff !important;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff !important;
}
@media only screen and (max-width: 992px) {
    .header  .nav-link{
    height: 40px;
    display: flex;
    align-items: center;
}
}
@media only screen and (min-width: 992px) {
    .p100{
    padding-right: 100px;
}
}

.bgb h6{
    font-size: 16px;
    padding-bottom: 10px !important;
    display: block;
    margin-top: 20px !important;
    font-weight: 800;
}
.bgb a{
    text-decoration: none;
    color: #fff;
}
