html,
body {
    height: 100%;
    min-width: 1400px;
    box-sizing: border-box;
}

.index-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page1 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scaleX(0);
}

.page1.show {
    transform: none;
    opacity: 1;
}

.page1-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    padding-bottom: 0.3rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.p1 {
    width: 100%;
    height: 0.5rem;
}

.p1-b {
    width: 14rem;
    height: .5rem;
    display: flex;
    justify-content: space-between;
}

.p1-l,
.p1-r {
    display: flex;
    align-items: center;
    margin: 0;
}

.p1-l a,
.p1-r a {
    position: relative;
    display: inline-block;
    line-height: 0.5rem;
    margin: 0 0.1rem;
    font-size: 0.14rem;
    color: #fff;
}

.p1-b a::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.1s ease-out 0s;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    bottom: .1rem;
}

.p1-b a:hover::after {
    transform: scaleX(1);
}

.page1-bmzj {
    position: relative;
}

.page1-bmzj span {
    line-height: .5rem;
    font-size: .14rem;
    color: #fff;
}

.page1-bmzj:hover .link-box {
    display: block;
}

.p1-r-search {
    position: relative;
    width: 2.4rem;
    height: 100%;
    margin: 0 .1rem 0 0;
}

.p1-r-search input {
    width: 100%;
    line-height: .3rem;
    padding: 0 .3rem 0 .1rem;
    margin: .1rem 0;
    font-size: .14rem;
    vertical-align: top;
    border-radius: .1rem;
    box-sizing: border-box;
    background-color: #f8f8f8;
}

.p1-r-search i {
    position: absolute;
    right: .1rem;
    top: .14rem;
    font-size: .2rem;
    color: #005ca7;
    cursor: pointer;
}

.p2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 14rem;
    margin-top: 0.3rem;
}

.p2-logo {
    width: 5rem;
    height: .7rem;
}

.p2-logo img {
    width: 100%;
    vertical-align: top;
}

.p2-nav {
    display: flex;
    margin: 0;
}

.p2-nav a {
    font-size: 0.24rem;
    
    color: #fff;
    margin: 0 0.1rem;
}

.p2-nav a::after {
    content: '';
    display: block;
    margin-top: .1rem;
    border-bottom: 2px solid #fff;
    transition: all 0.1s ease-out 0s;
    transform: scaleX(0);
}

.p2-nav a:hover::after {
    transform: scaleX(1);
}

.page1-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page1-banner .swiper-slide div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.page1-banner .swiper-slide img {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 3;
    width: 3rem;
    height: 0.88rem;
}

.scroll-down {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    line-height: 1rem;
    text-align: center;
}

.scroll-down i {
    font-size: 0.36rem;
    color: #fff;
    cursor: pointer;
    animation: pd 2s linear 0s infinite;
}

.page2 {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 4;
    overflow: auto;
    outline: none;
    width: 100%;
    background-color: #fff;
}

.page2.show {
    top: 0;
}

.page2-main {
    display: flow-root;
    width: 12rem;
}

.index-ksh {
    display: block;
    height: .9rem;
    margin-top: .3rem;
}

.index-ksh img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-zwgk {
    margin: .3rem 0;
    height: .66rem;
    background: url(../png/m4od47.png) no-repeat center;
    background-size: contain;
}

.iz-body {
    display: flex;
    justify-content: space-between;
}

.izb-l {
    display: flex;
    flex-direction: column;
    width: 2.7rem;
    margin: 0;
}

.izb-l a {
    height: .6rem;
    margin-top: .2rem;
    background-color: #e1efff;
    font-size: .18rem;
    display: flex;
    align-items: center;
}

.izb-l a:first-child {
    margin-top: 0;
}

.izb-l a:last-child div {
    margin: 0;
}

.izb-l a:last-child span {
    display: block;
}

.izb-l a i {
    width: .4rem;
    line-height: .4rem;
    margin: 0 .25rem 0 .5rem;
    border-radius: 50%;
    background-color: #255baf;
    font-size: .2rem;
    color: #fff;
    text-align: center;
}

.izb-l a:hover {
    background-color: #255baf;
    color: #fff;
}

.izb-l a:hover i {
    background-color: #fff;
    color: #255baf;
}

.izb-r {
    width: 9rem;
    margin: 0;
}

.izbr-nav {
    display: flex;
    justify-content: space-between;
}

.izbr-nav a {
    width: 2.1rem;
    height: .6rem;
    background-color: #f8f8f8;
    font-size: .18rem;
    display: flex;
    align-items: center;
}

.izbr-nav a:hover {
    background-color: #e1efff;
    color: #000;
}

.izbr-nav a i {
    width: .4rem;
    line-height: .4rem;
    margin: 0 .25rem 0 .25rem;
    background-color: #54e6d0;
    color: #fff;
    border-radius: .1rem;
    text-align: center;
}

.izbr-nav a:nth-child(2) i {
    background-color: #ffd06d;
}

.izbr-nav a:nth-child(3) i {
    background-color: #89b5fb;
}

.izbr-nav a:last-child i {
    background-color: #dd8cd7;
}

.izbr-news {
    position: relative;
    margin-top: .35rem;
}

.izbr-tabs {
    display: flex;
    height: .42rem;
    border-bottom: 1px solid #e6e6e6;
}

.izbr-tabs a {
    line-height: .4rem;
    padding: 0 .2rem;
    text-align: center;
    font-size: .22rem;
}

.izbr-tabs a:hover,
.izbr-tabs .cur {
    color: #005ca7;
    border-bottom: 2px solid #005ca7;
}

.izbr-more {
    position: absolute;
    right: .2rem;
    top: .13rem;
    font-size: .16rem;
}

.iz-news {
    overflow: hidden;
    margin-top: .2rem;
}

.iz-news-list li {
    display: flex;
    justify-content: space-between;
    line-height: .44rem;
    font-size: .18rem;
}

.iz-news-list li a {
    position: relative;
    width: calc(85% - .15rem);
    padding-left: .15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iz-news-list li a::before {
    position: absolute;
    left: 0;
    top: .19rem;
    content: '';
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background-color: #333;
}

.iz-news-list li span {
    margin: 0;
}

.index-gkml {
    position: relative;
    margin-top: .3rem;
}

.ig-container {
    overflow: hidden;
}

.ig-tabs {
    display: flex;
    line-height: .5rem;
    font-size: .24rem;
}

.ig-tabs a {
    position: relative;
    padding: 0 .2rem;
}

.ig-tabs a:hover,
.ig-tabs .cur {
    color: #005ca7;
    font-weight: bold;
}

.ig-tabs a::before {
    position: absolute;
    left: 0;
    top: .15rem;
    content: '';
    width: 2px;
    height: .2rem;
    background-color: #666;
}

.ig-tabs a:first-child::before {
    display: none;
}

.ig-more {
    position: absolute;
    right: .2rem;
    top: .17rem;
    font-size: .16rem;
}

.ig-list {
    padding: .35rem .3rem;
    margin-top: .1rem;
    border: 1px solid #e6e6e6;
    display: flex;
}

.ig-list a {
    position: relative;
    width: 1.9rem;
    height: .8rem;
    display: flex;
    flex-direction: column;
}

.ig-list a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 1px;
    height: .8rem;
    background-color: #e6e6e6;
}

.ig-list a:first-child::before {
    display: none;
}

.ig-list a i {
    font-size: .38rem;
}

.ig-list a span {
    line-height: .4rem;
    font-size: .18rem;
}

.ig-list a:nth-child(1) i {
    color: #4269db;
}

.ig-list a:nth-child(2) i {
    color: #ff5774;
}

.ig-list a:nth-child(3) i {
    color: #4269db;
}

.ig-list a:nth-child(4) i {
    color: #ff8c08;
}

.ig-list a:nth-child(5) i {
    color: #f5b32c;
}

.ig-list a:nth-child(6) i {
    color: #00b789;
}

.index-zwfw {
    height: .66rem;
    margin-top: .3rem;
    background: url(../png/jpk2rk.png) no-repeat center;
    background-size: contain;
}

.iz-nav {
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}

.iz-nav a {
    width: 3.8rem;
    height: 1.2rem;
    background-color: #f0f6ff;
}

.iz-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .24rem;
    color: #005ca7;
    font-weight: bold;
}

.iz-nav a:hover {
    background-color: #005ca7;
    color: #fff;
}

.iz-nav div,
.iz-nav span {
    margin: 0;
}

.iz-nav a:first-child img {
    margin-right: .1rem;
}

.iz-nav div p:first-child {
    font-size: .14rem;
    text-align: justify;
    text-align-last: justify;
}

.iz-nav a i {
    width: .65rem;
    line-height: .65rem;
    background-color: #005ca7;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 .2rem 0 0;
    font-size: .3rem;
}

.iz-nav a:hover i {
    background-color: #fff;
    color: #005ca7;
}

.index-zwfw-body {
    margin-top: .3rem;
    display: flex;
    justify-content: space-between;
}

.index-zwfw-l,
.index-zwfw-r {
    width: 5.85rem;
    margin: 0;
    background-color: #fafafa;
}

.iz-type-tit {
    position: relative;
    height: .56rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
}

.iz-type-tit span {
    line-height: .54rem;
    padding: 0 .2rem;
    margin: 0;
    border-bottom: 2px solid #005ca7;
    font-size: .26rem;
    font-weight: bold;
    color: #005ca7;
}

.iz-type-tit a {
    position: absolute;
    right: .2rem;
    top: .2rem;
    font-size: .16rem;
}

.iz-item-list {
    display: flex;
    flex-wrap: wrap;
    margin: .2rem 0;
}

.iz-item-list li {
    width: 1.95rem;
    line-height: .8rem;
}

.iz-item-list li a {
    display: block;
    font-size: .16rem;
    text-align: center;
}

.iz-item-list li a:hover {
    background-color: #005ca7;
    color: #fff;
}

.iz-item-list li a img {
    width: .3rem;
    margin-right: .1rem;
}

.index-zwfw-inq {
    line-height: .7rem;
    margin-top: .1rem;
    background-color: #f0f6ff;
    font-size: .16rem;
    display: flex;
}

.index-zwfw-inq a {
    padding: 0 .2rem;
    font-size: .16rem;
}

.inq-tit {
    position: relative;
    width: 1.5rem;
    margin: 0 .2rem 0 0;
    font-size: .24rem;
    font-weight: bold;
    color: #255baf;
    background-color: #e1efff;
    text-align: center;
}

.inq-tit::after {
    position: absolute;
    right: -.1rem;
    top: .25rem;
    content: '';
    width: 0;
    height: 0;
    border-left: .1rem solid #e1efff;
    border-top: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
}

.index-zwfw-inq a:hover {
    background-color: #005ca7;
    color: #fff;
}

.index-hdjl {
    height: .66rem;
    margin-top: .3rem;
    background: url(../png/a1bybe.png) no-repeat center;
    background-size: contain;
}

.index-hdjl-nav {
    display: flex;
    padding: .2rem 0;
    margin-top: .3rem;
    
}

.index-hdjl-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    position: relative;
}

.index-hdjl-nav a::before {
    content: '';
    width: 1px;
    height: .7rem;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    top: .15rem;
}

.index-hdjl-nav a:first-child::before {
    display: none;
}

.index-hdjl-nav a i {
    width: 1rem;
    line-height: 1rem;
    margin: 0 .2rem;
    border-radius: 50%;
    border: 2px solid #e1efff;
    font-size: .5rem;
    color: #005ca7;
    text-align: center;
}

.index-hdjl-nav a div {
    width: 2.4rem;
    margin: 0;
}

.index-hdjl-nav a div p:first-child {
    line-height: .3rem;
    font-size: .2rem;
}

.index-hdjl-nav a div p:last-child {
    font-size: .14rem;
    color: #999;
}

.index-hdjl-body {
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}

.ihb-l {
    width: 7.7rem;
    margin: 0;
}

.ihb-l-tit {
    height: .4rem;
    background: linear-gradient(to right, #f2f7ff, rgba(0, 0, 0, 0));
    border-radius: .2rem;
    display: flex;
    justify-content: space-between;
}

.ihb-l-tit span {
    line-height: .4rem;
    padding: 0 .3rem;
    margin: 0;
    font-size: .24rem;
    font-weight: bold;
    background-color: #005ca7;
    color: #fff;
    border-radius: .2rem;
}

.ihb-l-tit a {
    font-size: .16rem;
}

.ihb-l-th {
    display: flex;
    justify-content: space-between;
    padding-left: .4rem;
    margin: .15rem 0;
}

.ihb-l-th span {
    line-height: .22rem;
    padding: 0 .15rem;
    margin: 0;
    font-size: .14rem;
    border: 1px solid #005ca7;
    color: #005ca7;
    border-radius: .05rem;
}

.ihb-l-list li {
    display: flex;
    justify-content: space-between;
    line-height: .4rem;
    font-size: .16rem;
}

.ihb-l-list li a {
    position: relative;
    width: calc(80% - .15rem);
    height: .4rem;
    padding-left: .15rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ihb-l-list li a::before {
    content: '';
    width: .06rem;
    height: .06rem;
    background-color: #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .17rem;
}

.ihb-l-list li span {
    margin: 0;
}

.ihb-r {
    width: 4rem;
    margin: 0;
}

.ihb-r-tit {
    display: flex;
    justify-content: space-between;
    line-height: .39rem;
    border-bottom: 1px solid #e6e6e6;
}

.ihb-r-tit span {
    line-height: .38rem;
    margin: 0;
    font-size: .2rem;
    font-weight: bold;
    color: #005ca7;
    border-bottom: 2px solid #005ca7;
}

.ihb-r-tit a {
    font-size: .16rem;
}

.ihb-r-list {
    margin-top: .05rem;
}

.ihb-r-list li a {
    display: block;
    position: relative;
    width: calc(100% - .1rem);
    padding-left: .1rem;
    line-height: .4rem;
    font-size: .16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ihb-r-list a::before {
    content: '';
    width: .04rem;
    height: .04rem;
    background-color: #999;
    position: absolute;
    left: 0;
    top: .18rem;
}

.index-yshj {
    height: .66rem;
    margin-top: .3rem;
    background: url(../png/t6faqe.png) no-repeat center;
    background-size: contain;
}

.index-yshj-nav {
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
}

.index-yshj-nav a {
    width: 3.8rem;
    height: 1.2rem;
}

.index-yshj-nav a img {
    width: 100%;
    height: 100%;
}

.index-yshj {
    background-size: cover;
}

.index-yshj-nav a {
    width: 32%;
    height: auto;
}

.index-zt {
    height: .66rem;
    margin-top: .3rem;
    background: url(../png/9t6vz2.png) no-repeat center;
    background-size: contain;
}

.zt-container {
    position: relative;
    margin: .3rem 0;
    overflow: hidden;
}

.zt-container .swiper-slide a {
    display: block;
    width: 2.85rem;
    height: 1.6rem;
    border-radius: .1rem;
    overflow: hidden;
}

.zt-container .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.swiper-button-next.hide,
.swiper-button-prev.hide {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    transition: opacity 0.5s;
}

.zt-container {
    --swiper-navigation-color: #00b789;
    
}




#toolbar_Div {
    height: 100%;
}

@keyframes pd {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}


@media screen and (max-width: 768px) {

    html,
    body {
        min-width: auto;
    }

    .page1-header {
        top: 15%;
        background: none;
    }

    .p1 {
        display: none;
    }

    .p2 {
        width: 100%;
        flex-wrap: wrap;
    }

    .p2-logo {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .p2-nav {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: .5rem;
    }

    .p2-nav a {
        font-size: .34rem;
    }

    .page1-banner .swiper-slide div {
        background-position: center !important;
    }

    .f_index_head {
        background: #2c6ec1;
    }

    .f_index_head .f_index_word_logo .f_index_rmzf_img {
        width: 90%;
        height: auto;
    }

    .f_index_topline {
        display: none;
    }

    .f_index_bannerbg {
        background: url(../jpg/zjiwy4.jpg) no-repeat bottom;
        background-size: contain;
    }

    .f_index_head .f_index_index_search {
        width: 60%;
        height: .6rem;
        top: 2rem;
    }

    .f_index_head .f_index_index_search input {
        width: calc(100% - .6rem);
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
    }

    .f_index_head .f_index_index_search button {
        height: .6rem;
        font-size: .3rem;
    }

    .f_index_head .f_index_nav {
        height: auto;
        line-height: .5rem;
    }

    .f_index_head .f_index_nav_con {
        width: 100%;
        background: url(../jpg/4pig3w.jpg) #135db2 bottom no-repeat;
        flex-wrap: wrap;
        background-size: 100%;
        white-space: nowrap;
        padding: .1rem 0;
    }

    .f_index_head .f_index_nav a {
        width: auto;
        margin: 0 2%;
        font-size: .28rem;
    }

    .f_index_head .f_index_nav .active {
        background: none;
    }

    .page2-main {
        width: calc(100% - .4rem);
        padding: 0 .2rem;
    }

    .f_index_topnew {
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .f_index_topnew_tag {
        display: none;
    }

    .f_index_topnew_lf {
        width: 100%;
    }

    .f_index_topnew p {
        display: none;
    }

    .f_index_topnew_ri {
        width: 100%;
        height: auto;
        line-height: .6rem;
        margin-top: 0;
        font-size: .26rem;
    }

    .f_index_topnew_ri a {
        font-size: .26rem;
    }

    .f_index_topnew h1 a {
        white-space: normal;
        line-height: .45rem;
        font-size: .32rem;
    }

    .f_index_box2 {
        height: auto;
        overflow: auto;
    }

    .m-center {
        width: 100%;
    }

    .f_index_autopic {
        width: 100%;
        height: 62.5vw;
    }

    .f_index_nwes_lpic_ch,
    .f_index_nwes_lpic_ch .slides,
    .f_index_nwes_lpic_ch .slides li,
    .f_index_nwes_lpic_ch .slides .nwes_lpic_inpic,
    .f_index_nwes_lpic_ch .slides img {
        width: 100%;
        height: 100%;
    }

    .f_index_nwes_lpic_ch .slides .nwes_lpic_intit {
        width: 100%;
        height: .6rem;
    }

    .f_index_nwes_lpic_ch .slides .nwes_lpic_intex {
        width: calc(100% - .3rem);
        height: .6rem;
        line-height: .6rem;
        font-size: .26rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }

    .f_index_nwes_lpic_ch .flex-direction-nav,
    .f_index_nwes_lpic_ch .more {
        display: none;
    }

    .f_index_listbox2 {
        width: 100%;
        height: auto;
        margin-top: .3rem;
    }

    .f_index_listbox_tit2 {
        width: 100%;
        height: auto;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        white-space: nowrap;
    }

    .f_index_listbox_tit2 a {
        height: .58rem;
        line-height: .58rem;
        font-size: .28rem;
    }

    .f_index_listbox_con2 li p {
        display: none;
    }

    .f_index_listbox_con2 li a {
        display: block;
        width: 100%;
        line-height: .5rem;
        margin: 0;
        font-size: .26rem;
        white-space: nowrap;
    }

    .wjjzcb {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .wjjzcb a {
        width: 100%;
        height: auto;
        margin-bottom: .2rem;
    }

    .index-ksh {
        width: 100%;
        height: auto;
    }

    .index-zwgk {
        background-size: cover;
    }

    .iz-body {
        flex-wrap: wrap;
    }

    .izb-l {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .izb-l a {
        width: calc(50% - .1rem);
        height: 1rem;
        font-size: .28rem;
    }

    .izb-l a:first-child {
        margin-top: .2rem;
    }

    .izb-l a:last-child {
        width: 100%;
        display: none;
    }

    .izb-l a:last-child span {
        display: inline-block;
    }

    .izb-l a i {
        width: .6rem;
        line-height: .6rem;
        margin-left: .3rem;
        font-size: .28rem;
    }

    .izb-r {
        width: 100%;
        margin-top: .3rem;
    }

    .izbr-nav {
        flex-wrap: wrap;
    }

    .izbr-nav a {
        width: calc(50% - .1rem);
        height: 1rem;
        margin-bottom: .2rem;
        font-size: .28rem;
    }

    .izbr-nav a i {
        width: .6rem;
        line-height: .6rem;
        font-size: .28rem;
    }

    .izbr-tabs {
        display: flex;
        height: .59rem;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .izbr-tabs a {
        line-height: .58rem;
        font-size: .28rem;
    }

    .izbr-more {
        display: none;
    }

    .iz-news-list li {
        line-height: .6rem;
        font-size: .26rem;
    }

    .iz-news-list li a {
        width: calc(100% - .15rem);
    }

    .iz-news-list li a::before {
        top: .27rem;
    }

    .iz-news-list li span {
        display: none;
    }

    .ig-tabs {
        line-height: .6rem;
        font-size: .28rem;
    }

    .ig-tabs a::before {
        height: .3rem;
    }

    .ig-more {
        display: none;
    }

    .ig-list {
        padding: 0;
        border: none;
        display: flex;
        flex-wrap: wrap;
        margin-top: .2rem;
    }

    .ig-list a {
        width: calc(33.3% - .1rem);
        height: 1.2rem;
        margin: .05rem;
    }

    .ig-list a::before {
        display: none;
    }

    .ig-list a span {
        width: 100%;
        font-size: .26rem;
        line-height: .6rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }

    .index-zwfw {
        background-size: cover;
    }

    .iz-nav {
        flex-wrap: wrap;
    }

    .iz-nav a {
        width: calc(50% - .1rem);
        font-size: .28rem;
    }

    .iz-nav a:first-child {
        width: 100%;
        margin-bottom: .2rem;
    }

    .iz-nav div p:first-child {
        font-size: .22rem;
    }

    .iz-nav a:first-child img {
        margin-right: .3rem;
    }

    .index-zwfw-body {
        flex-wrap: wrap;
    }

    .index-zwfw-l,
    .index-zwfw-r {
        width: 100%;
    }

    .iz-type-tit span {
        font-size: .28rem;
    }

    .iz-type-tit a {
        font-size: .26rem;
    }

    .iz-item-list li {
        width: 33.3%;
    }

    .iz-item-list li a {
        font-size: .26rem;
    }

    .iz-item-list li a img {
        width: .4rem;
    }

    .index-zwfw-inq {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .index-zwfw-inq a {
        font-size: .26rem;
    }

    .inq-tit {
        width: auto;
        padding: 0 .2rem;
        font-size: .28rem;
    }

    .inq-tit::after {
        display: none;
    }

    .index-hdjl {
        background-size: cover;
    }

    .index-hdjl-nav {
        flex-wrap: wrap;
    }

    .index-hdjl-nav a {
        width: 100%;
        justify-content: start;
        margin-bottom: .2rem;
    }

    .index-hdjl-nav a::before {
        display: none;
    }

    .index-hdjl-nav a div p:first-child {
        line-height: .6rem;
        font-size: .28rem;
    }

    .index-hdjl-nav a div p:last-child {
        line-height: .4rem;
        font-size: .24rem;
    }

    .index-hdjl-nav a div {
        width: calc(100% - 1.4rem);
    }

    .index-hdjl-body {
        flex-wrap: wrap;
    }

    .ihb-l-tit {
        height: .6rem;
        line-height: .6rem;
    }

    .ihb-l-tit span {
        line-height: .6rem;
    }

    .ihb-l-tit a {
        font-size: .26rem;
    }

    .ihb-l-th span {
        line-height: .4rem;
        font-size: .24rem;
    }

    .ihb-l-list li {
        line-height: .6rem;
        font-size: .26rem;
    }

    .ihb-l-list li a {
        width: calc(calc(75% - .15rem));
        height: .6rem;
        line-height: .6rem;
    }

    .ihb-l-list li a::before {
        top: .27rem;
    }

    .ihb-l,
    .ihb-r {
        width: 100%;
    }

    .ihb-r-tit {
        line-height: .59rem;
        margin-top: .2rem;
    }

    .ihb-r-tit span {
        line-height: .58rem;
        font-size: .28rem;
    }

    .ihb-r-tit a {
        font-size: .26rem;
    }

    .ihb-r-list li a {
        line-height: .6rem;
        font-size: .26rem;
    }

    .ihb-r-list a::before {
        top: .28rem;
    }

    .index-zt {
        background-size: cover;
    }

    
    .footer-zt {
        font-size: .26rem;
        line-height: .5rem;
    }

    .footer-zt span {
        line-height: .5rem;
    }

    .footer-right span:first-child,
    .footer-right img {
        height: 1rem;
    }

    
    .toolbar {
        display: none !important;
    }
}