* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-smooth: always;
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 26px;
}

    .accordion-button:not(.collapsed) {
        background: rgb(235, 235, 235) !important;
    }

a {
    text-decoration: none !important;
}

/* 平滑滚动 */
#main-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.logo img {
    width: 115px;
}

.scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-track-y {
    width: 5px !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
}


/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/*首页轮播*/
.swiper div.swiper-wrapper {
    height: auto;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px !important;
    color: #ccc !important;
}

.swiper-pagination-bullet-active {
    background-color: #08A55B !important;
}

/*主导航*/
.mini_top {
    z-index: 9999 !important;
    margin-top: 0 !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.caidan0 {
    padding: 5px 0;

}

#mainMenu {
    z-index: 2;
    /* box-shadow: 0px 0px 20px rgba(0,0,0,0.1); */
}

.mainMenuList .mainLink {
    border-left: 1px solid #C1C1C1;
    padding-left: 32px;

}

.mainMenuList .dropmenu0_b .mainLink {
    border-left: none;
}

#mainMenu a {
    color: #000;
    white-space: nowrap;
    line-height: 15px !important;
}

#mainMenu a:hover {
    color: #08A55B;
}

#mainMenu ul {
    list-style-type: none;
    float: right;
    padding-top: 14px;
}

#mainMenu ul li {
    position: relative;
    overflow: hidden;
    z-index: 999;
    margin-left: 26px;
    padding-bottom: 15px;
}

#mainMenu ul li i {
    transform: scale(0.7);
}

#mainMenu ul li:hover .secondMenu {
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover {
    overflow: initial;
}

/*主导航二级菜单*/
#mainMenu .caidan0 .secondMenu {
    position: absolute;
    left: -10px;
    top: 30px;
    background: #002b50;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
    padding: 25px;
}

#mainMenu .secondMenu a {
    display: block;
    padding: 10px 0;
    color: #fff;
}

#mainMenu .secondMenu a:hover {
    font-weight: bold;
}


.caidan0 .mobile-li i {
    display: none;
}

.offcanvas-body .mobile-li a {
    display: flex;
    justify-content: space-between;
}

.offcanvas-body .mobile-li i.icon {
    display: inline-block;
}

.offcanvas-body .mobile-li>div {
    display: none;
}

#cx {
    background-color: #002b50;
    padding: 27px 0;
}

#cx .col-6 {
    padding: 0;
}

#cx .a0 {
    width: 98%;
    display: block;
    overflow: hidden;
    padding: 13px 25px;
    font-weight: bold;
}

#cx .a0 i {
    display: block;
    overflow: hidden;
    float: right;
    font-size: 12px;
    transition: all 0.4s ease;
}

#cx .aa:hover i {
    transform: rotate(45deg);
}

#cx .ab:hover i {
    transform: rotate(45deg);
}

#cx .aa {
    background-color: #fff;
    color: #000;
}

#cx .ab {
    background-color: #08A55B;
    color: #fff;
    margin-left: 2%;
}


#fw .fw1 {
    background-color: #08A65C;
}

#fw .fw1 a i {
    font-size: 11px;
    transition: all 0.4s ease;
    position: absolute;
    margin-left: 5px;
}

#fw .fw1 a:hover i {
    transform: rotate(45deg);
}

#fw .fw1 a {
    color: #fff;
    width: 20%;
    display: block;
    float: left;
    text-align: center;
    padding: 18px 0;
    font-weight: bold;
}

#fw .fw1 a:hover {
    background-color: #3e925a;
}

#fw .lx {
    background-color: #00305B;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 18px 0;
}

#fw .lx:hover {
    background-color: #003e73;
}

#fw .lx i {
    transition: all 0.3s ease;
}

#fw .lx:hover i {
    animation: topShake 0.5s ease infinite;
    color: #08A65C;
}

#fw {
    z-index: 9;
    position: relative;
    position: fixed;
    transition: all 0.4s ease;
    margin-top: 86px;
}

.fixed-center {
    position: fixed;
    top: 0;
    /* 可根据需求调整，如top: 20px、bottom: 0等 */
    left: 50%;
    /* 先将元素左边缘定位到页面50%处 */
    transform: translateX(-50%);
    /* 向左偏移自身50%宽度，实现完全居中 */
    z-index: 1030;
    /* 可选，避免被其他元素遮挡（如导航栏） */
    width: 100%;
    /* 保留container的响应式宽度特性，关键！ */
    max-width: 1320px;
    /* 可选，手动指定最大宽度（对应Bootstrap的container默认最大宽度，可根据版本调整） */
}

#indexSwiper {

    z-index: 8;

}

#imq {
    margin-top: 75px;
}

#imq h1 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    color: #00305B;
    padding-bottom: 30px;
}

#imq h1 span {
    color: #08A55B;
    font-weight: bold;
}

#imq .imqa {
    text-align: center;
    padding: 45px 45px;
    position: relative;
}

#imq .imqa h2 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 16px;
    padding-top: 28px;
}

#imq .imqa img {
    height: 55px;
}

#imq .imqa p {
    padding-bottom: 45px;
    font-size: 14px;
}

#imq .imqa i {
    position: absolute;
    bottom: 45px;
    transition: all 0.4s ease;
}

#imq .imqa:hover i {
    transform: rotate(45deg);
}

#imq .imq1 {
    background-color: #00305B;
    color: #fff;
}

#imq .imq1:hover {
    background-color: #002b50;
}

#imq .imq2 {
    background-color: #EBEBEB;
    color: #000;
}

#imq .imq2:hover {
    background-color: #d3d3d3;
}

#imq .imq3 {
    background-color: #08A55B;
    color: #fff;
}

#imq .imq3:hover {
    background-color: #3f945b;
}

#imq .imq4 {
    background-color: #F5F5F5;
    color: #000;
}

#imq .imq4:hover {
    background-color: #e3e3e3;
}

#imq .imq5 {
    background-color: #00305B;
    color: #fff;
}

#imq .imq5:hover {
    background-color: #002b50;
}

#lx1 {
    background-color: #08A55B;
    color: #fff;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 75px;
    padding-top: 70px;
    padding-bottom: 85px;
}

#lx1 h1 {
    font-weight: bold;
    font-size: 35px;
}

#lx1 a {
    padding: 18px 48px 18px 35px;
    background-color: #fff;
    color: #08A55B;
}

#lx1 a i {
    font-size: 12px;
    transition: all 0.4s ease;
    position: absolute;
    margin-left: 5px;
}

#lx1 a:hover i {
    transform: rotate(45deg);
}

#lx1 p {
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

#di {
    color: #fff;
    background-color: #00305B;
    font-size: 14px;
    padding: 60px 0;
}

#di .di1 p {
    float: left;
    display: block;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 15px;
}

#di .di1 img {
    width: 120px;
    display: block;
    overflow: hidden;
    float: left;
}

#di span {
    display: block;
    overflow: hidden;
    text-align: justify;
    padding-right: 20px;
}

#di .di1 {
    padding-bottom: 15px;
    display: block;
    overflow: hidden;
}

#di a {
    color: #fff;
}

#di .di2 i {
    font-size: 11px;
    transition: all 0.4s ease;
    position: absolute;
    margin-left: 4px;
}

#di .di2 a:hover i {
    transform: rotate(45deg);
}

#di .di2 a {
    margin-left: 20px;
    margin-right: 15px;
}

#dibu {
    background-color: #01203B;
    color: #788590;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 1px;
}

#dibu a {
    color: #788590;
}

#dibu .container {
    padding: 0;
}

#di .container {
    position: relative;
    padding: 0;
}

#di .top {
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: -86px;
    right: 0;
    background-color: #08A55B;
}

#di .top i {
    font-size: 22px;
}

#di .di3 i {
    font-size: 25px;
    margin-left: 5px;
}

#di .di3 {
    margin-top: 15px;
}

#di .di3 a:hover i {
    color: #08A55B;
}

#test {
    cursor: pointer;
}

#test:hover i {
    color: #00305B;
}

.banner {
    width: 100%;
    height: 270px;
    background-position: center center;
    background-size: cover;
}

.a1 {
    background-image: url(a1.jpg);
}

.a2 {
    background-image: url(a2.jpg);
}

.a3 {
    background-image: url(a3.jpg);
}

.a4 {
    background-image: url(a4.jpg);
}

.a5 {
    background-image: url(a5.jpg);
}

.a6 {
    background-image: url(a6.jpg);
}

.a7 {
    background-image: url(a7.jpg);
}

.a8 {
    background-image: url(a8.jpg);
}

.wz .nav {
    display: contents;
    color: #ccc;
}

.wz .navLink {
    color: #ccc;
}

.wz {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ccc;
}

.wz .fa {
    color: #08A55B;
}

#nr {
    margin-bottom: 50px;
}

#nr strong {
    font-weight: bold;
    font-size: 16px;
    display: block;
    overflow: hidden;
    padding-top: 13px;
}

#nr img {
    max-width: 100%;
}

#nr .to img {
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

#nr h1 {
    font-weight: bold;
    font-size: 35px;
    color: #00305B;
    margin-bottom: 30px;
}

#nr2 {
    background-color: #f8fafc;
    padding-top: 70px;
    padding-bottom: 70px;
}

#nr2 h1 {
    font-weight: bold;
    font-size: 35px;
    color: #00305B;
    margin-bottom: 30px;
}

#nr2 img {
    max-width: 100%;
}

#nr2 .ss {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    text-align: justify;
    padding-right: 15px;
}

.xwbt {
    background-color: #08A55B;
    color: #fff;
    display: block;
    overflow: hidden;
    line-height: 65px;
    padding-top: 15px;
}

.xwbt span {
    width: 90%;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    padding-left: 35px;
}

.xwbt p {
    width: 10%;
    display: block;
    float: right;
}

#nr .xwbt1 {
    margin-bottom: 30px;
}

#nr .xwbt1 strong {
    display: block;
    overflow: hidden;
    font-weight: normal;
    float: left;
    font-size: 16px;
    color: #000;
}

#nr .xwbt1 img {
    float: left !important;
}

#nr .xwbt1 p {
    margin-bottom: 0;
}

#nr .xwbt1 a {
    display: block;
    overflow: hidden;
    background-color: #f8fafc;
    display: block;
    padding-top: 14px;
    padding-bottom: 24px;
    border-bottom: 1px dotted #d6dfeb;

}

#nr .xwbt1 a:hover {
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
    z-index: 999 !important;
}

#nr .xwbt1 strong:nth-child(1) {
    width: 55%;
    padding-left: 35px;
}

#nr .xwbt1 strong:nth-child(2) {
    width: 15%;
}

#nr .xwbt1 strong:nth-child(3) {
    width: 15%;
}

#nr .xwbt1 strong:nth-child(4) {
    width: 15%;
}

#nr .xwbt1 a:hover strong:nth-child(4) {
    color: #08A55B;
}

.ilx {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 50px;
}

.ilx p {
    display: block;
    overflow: hidden;
    float: left;
    border-right: 1px solid #e8edf6;
    padding-right: 35px;
    margin-right: 35px;
}

.ilx p:nth-child(3) {
    border-right: aliceblue;
}

#nr .ilx strong {
    padding-top: 0important;
    padding-top: inherit;
}

#ditu {
    background-image: url(ditu.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 358px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 75px;
}

#ditu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000000 0%, rgb(5 57 96) 0%, rgba(255, 255, 255, 0.2) 60%);
}

#ditu .ditu1 {
    z-index: 9;
    color: #fff;
    text-align: left;
}

#ditu .ditu1 .a {
    color: #fff;
    padding-top: 30px;
}

#ditu .ditu1 .a i {
    font-size: 11px;
    padding-left: 5px;
    position: absolute;
    transition: all 0.4s ease;
}

#ditu .ditu1 .a:hover i {
    transform: rotate(45deg);
}

#imqditu .amap-ctrl-list-layer {
    display: none !important;
}

#duiqi p {
    text-align: justify;
}

.xiazai .downquerytitle td {
    background-color: #08A55B;
    color: #fff;
}

.xiazai table {
    margin: 10px auto;
    line-height: 21px;
}

.xiazai table .xz {
    font-weight: 300;

}

.xiazai table td {
    min-height: 30px;
    padding: 18px;
    color: #677282;
    border-bottom: 1px solid #dee2e6;
}

.xiazai table .list:hover {
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    z-index: 999 !important;
}

tbody>tr:nth-of-type(odd) {
    background-color: #F6FAFF;
}

.xiazai table .downquery {
    color: #000;
    font-size: 16px;
}

.xiazai table a {
    color: #08A55B;
}

.xiazai table a:hover {
    font-weight: bold;
}

.xiazaibt .navLink {
    font-weight: bold;
    font-size: 35px;
    color: #00305B;
    margin-bottom: 30px;
}

.xiazaibt .smenuv {
    padding: 13px 35px;
    color: #fff;
    background-color: #002b50;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
    float: right;
    margin-right: 10px;
    font-weight: bold;
}

.xiazaibt .smenuv:hover {
    background-color: #08A55B;
}

.xiazaibt .smenuvnow {
    background-color: #08A55B;
}

.xiazaibt .text-end {
    padding: 0;
}

.xiazaitr {
    width: 70%;
}

@media (max-width: 768px) {
    .xiazaibt .smenuv {
        float: left;
        padding: 6px 13px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .xiazaibt .text-end {
        padding: 15px;
    }

    .xiazaitr {
        width: 60%;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1em;
        height: 1.5em;
    }

    .xiazaibt .navLink {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .caidan0 {
        padding: 0;
    }

    #imq h1 {
        font-size: 26px;
        padding-bottom: 15px;
    }

    #imq .imqa h2 {
        font-size: 20px;
        padding-bottom: 7px;
        padding-top: 22px;
    }

    #imq .imqa p {
        padding-bottom: 25px;
    }

    #imq {
        margin-top: 30px;
    }

    #lx1 {
        background-color: #08A55B;
        color: #fff;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0px;
        padding-top: 45px;
        padding-bottom: 70px;
    }

    #lx1 h1 {
        font-size: 26px;
    }

    #cx {
        padding: 15px 15px;
    }

    #di {
        padding: 45px 15px;
    }

    #di .di2 a {
        display: block;
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    #di span {
        padding-bottom: 15px;
    }

    #di a {
        color: #fff;
        float: left;
    }

    .offcanvas-body li {
        list-style-type: none;
        padding: 12px 0;
    }

    .dropmenu0_b .iconfont {
        display: none;
    }

    .dropmenu1_b .iconfont {
        display: none;
    }
    .dropmenu3_b .iconfont {
        display: none;
    }

    .dropmenu4_b .iconfont {
        display: none;
    }

    .dropmenu5_b .iconfont {
        display: none;
    }

    #mainMenu a {
        font-size: 18px;

    }

    #mainMenu .secondMenu {
        padding-top: 7px;
    }

    #mainMenu .secondMenu a {
        color: #08A55B !important;
    }

    .offcanvas-body .iconfont {
        margin-top: -5px;
    }

    .offcanvas-body .mobile-li a {
        width: 100% !important;
    }

    .fw1 a {
        width: 100%;
        display: block;
        overflow: hidden;
        background-color: #08A55B;
        color: #fff !important;
        padding: 10px;
        font-size: 16px !important;
        margin-bottom: 1px;
    }

    #nr h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #nr2 h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .wz {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #nr {
        margin-bottom: 40px;
    }

    #nr2 {
        padding-top: 45px;
        padding-bottom: 55px;
    }

    #nr2 img {
        margin-bottom: 15px;
    }

    .xwbt span {
        padding-left: 20px;
    }

    #nr .xwbt1 strong:nth-child(1) {
        padding-left: 20px;
    }

    .ilx p {
        width: 100%;
        border-right: none;
    }

    .ilx {
        margin-bottom: 8px;
        margin-top: 18px;
    }

    #ditu {
        background-image: url(ditu1.jpg);
        min-height: 300px;
        margin-top: 35px;
    }

    #di .top {
        top: -72px;
    }

    #indexSwiper {
        margin-top: 70px;
        z-index: 8;
    }

    .swiper-slide img {
        width: 225%;
        position: relative;
        left: -256px;
    }

    .banner {
        background-position: 40% center;
    }
#di .di3 {
    text-align: left;
}

}