@charset "utf-8"; .n_banner {
    position: relative;
    z-index: 1;
    display: none;
}

.n_banner .imgBox .img {
    padding-bottom: 22.64%;
}

.n_banner .top {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.n_banner .top .left {
    height: 1rem;
    align-items: center;
    position: relative;
    z-index: 1
}

.n_banner .top .left:before {
    content: "";
    position: absolute;
    right: -1rem;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, #01BCF9 3%, rgba(2, 95, 234, 0.2) 107%);
    width: 100vw;
    z-index: -1;
    transform: skewX(20deg);
}

.n_banner .top h3 {
    font-size: .42rem;
    color: #fff;
    font-weight: bold
}

.mianbao {
    /* display: flex; */
    /* align-items: center; */
    padding: .1rem 0 0 4vw;
    /* justify-content: flex-end; */
}

.mianbao * {
    font-size: .16rem;
    color: #fff;
    font-style: normal;
    line-height: 1.5;
}

.mianbao span {
    margin: 0 .1rem;
}

.mianbao img {
    width: .18rem;
    margin: 0 .06rem 0 0
}

@media (min-width: 471px) and (max-width: 639px) {
    table {
        display: flex;
        overflow-x: auto;
        width: 100% !important;
        white-space: nowrap;
        font-size: 13px;
    }
}

@media (min-width: 329px) and (max-width: 470px) {
    table {
        display: flex;
        overflow-x: auto;
        width: 100% !important;
        white-space: nowrap;
        font-size: 12px;
    }
}

@media (max-width: 328px) {
    table {
        display: flex;
        overflow-x: auto;
        width: 100% !important;
        white-space: nowrap;
        font-size: 12px;
    }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    table {
        /* width: 100% !important; */
        /* font-size: 13px !important; */
        /* text-align: center !important; */
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    table {
        width: 100% !important;
        font-size: 13px !important;
        text-align: center !important;
    }
}

@media (min-width: 640px) and (max-width: 1399px) {
    table {
        width: 100% !important;
        font-size: 13px !important;
        text-align: center !important;
    }
}

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: linear-gradient(270deg, #01BCF9 5%, #025FEA 99%);
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 28px;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    padding: 10px;
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 1rem 0px;
}

#sub_nav_content ul li a {
    display: block;
    border-left: 2px solid rgb(202, 158, 78);
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: rgb(202, 158, 78);
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    min-width: 33.33%;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
}

#sub_nav_content dt a {
    margin: 0px 20px;
    display: block;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}

#sub_nav_content dt.title {
    background: rgb(250, 250, 251);
}

#sub_nav_content dt.title i {
    opacity: 1;
}

#sub_nav_content dt.title_on {
    background: rgb(250, 250, 251);
}

#sub_nav_content dt.title_on a {
    color: rgb(215, 0, 41);
    border-top: 1px solid rgb(255, 255, 255);
}

#sub_nav_content dt.title_on a i {
    color: rgb(215, 0, 41);
}

#sub_nav_content dt.last a {
    border-top: 1px solid rgb(248, 248, 248);
}

#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {
    color: #156DEB;
}

#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: rgb(215, 0, 41);
}

#content {
    background: #e4efff url(../images/n_bg1.jpg) center bottom no-repeat;
}

.n_container {
    padding: .7rem 0;
    overflow: hidden;
}

.n_banner .wp, .n_container .wp {
    align-items: flex-start;
    display: block;
}

.n_left {
    width: 2.44rem;
    position: relative;
    margin: 0;
    z-index: 10;
    background: linear-gradient(263deg, #01BCF9 17%, #025FEA 95%);
    margin-bottom: .45rem;
}

.n_right {
    width: calc(100% - 3rem);
    padding: .3rem;
    min-height: 600px;
    float: right;
    background: #fff;
}

.n_left{
    padding-left:.15rem;
    background:#045de1;
    float: left;
}

.n_left h3{
    font-size:.32rem;
    color:#fff;
    padding:.2rem 0;
}

.yj {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    position: relative;
    overflow: hidden
}

.yj h3 {
    background: linear-gradient(181deg, #FFFFFF 22%, rgba(255, 255, 255, 0) 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: .35;
    text-transform: uppercase;
    font-size: .38rem;
    font-family: Barlow Condensed;
}

.yj h2 {
    font-size: .24rem;
    color: #fff;
    line-height: 1.75;
    margin: -.3rem 0 0
}

.list_erji {
    background: #fff;
    padding: .1rem .28rem .6rem;
    box-shadow: 0px 0px 15px 0px rgba(38, 21, 56, 0.1);
    /* transform: translate(.1rem, .44rem); */
}

.list_erji li * {
    transition: .5s;
}

.list_erji li .a {
    display: block;
    line-height: 1.5;
    text-align: left;
    font-size: .22rem;
    color: #333333;
    position: relative;
    z-index: 1;
    padding: .25rem 0;
    border-bottom: 1px solid #D5D5D5;
}

.list_erji li.on .a, .list_erji li:hover .a {
    color: #156DEB;
}

.list_erji li:last-child .a {
    border: none
}

.n_tit1 {
    margin-bottom: .4rem;
    position: relative;
    overflow: hidden;
}

.n_tit1 h3:before {
    content: "";
    position: absolute;
    left: 0;
    height: .34rem;
    top: 50%;
    width: .05rem;
    background: linear-gradient(360deg, #01BCF9 0%, #025FEA 92%);
    transform: translateY(-50%);
}

.n_tit1 h3 {
    font-size: .36rem;
    color: #222;
    position: relative;
    z-index: 1;
    padding: 0 0 0 .25rem;
    font-family: Microsoft YaHei;
    line-height: 1;
    float: left;
}
.weizhi{
    float:right;
    margin-top:10px;padding-left:20px;
    background: url(../images/homeico.png) left center no-repeat;
}

.about .fl1 {
    align-items: flex-start;
}

.about .fl1 .left {
    width: 59.51%;
}

.about .fl1 .right {
    width: 36%;
}

.about .fl1 .imgBox .img {
    padding-bottom: 57.78%;
}

.about .fl2 {
    margin: .4rem 0 0;
}

.h3-1 {
    font-size: .32rem;
    color: #333333;
    text-align: right
}

.h4-1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    justify-content: flex-end;
    align-items: baseline;
    margin: .05rem 0 .2rem;
}

.h4-1 small {
    position: relative;
    z-index: 1;
    margin: -.05rem .08rem 0 0;
}

.h4-1 small:before {
    content: "";
    position: absolute;
    right: calc(100% + .2rem);
    top: 50%;
    width: 50vw;
    height: 1px;
    background: #E1E1E1
}

.h4-1 small:after {
    content: "";
    position: absolute;
    right: calc(100% + .2rem);
    top: 50%;
    width: .06rem;
    height: .06rem;
    background: #E1E1E1;
    border-radius: 50vw;
    margin: -.02rem 0 0
}

.h4-1 big {
    font-size: .38rem;
    color: #660774;
}

@media(min-width: 1024px) {
}

@media(max-width: 1024px) {
    .n_container {
        padding: 1.5rem 0 0.7rem;
    }

    .n_left, .n_banner .top {
        display: none;
    }

    #m_n_nav {
        display: block;
        margin: 0 15px 0;
        width: calc(100% - 30px);
        transform: translateY(-.4rem);
    }

    .n_right {
        width: 100%;
        /* padding: 0; */
        overflow: hidden;
        min-height: 700px;
        float: none;
    }

    .n_tit1 {
        margin-bottom: .3rem;
        /* display: none; */
        padding-bottom: .15rem;
        border-bottom: 1px solid #ccc;
    }

        .n_tit1 h3{display:none;}
        .n_tit1 .weizhi{
            float:none;
            /* padding-bottom: 15px; */
            /* border-bottom: 1px solid; */
        }

    .about .fl1 .left {
        width: 100%;
    }

    .about .fl1 .right {
        width: 100%;
        padding: .3rem 0 0;
    }
}

@media(max-width: 800px) {
    .h3-1 {
        font-size: .26rem;
    }

    .h4-1 big {
        font-size: .26rem;
    }

    .n_banner {
        margin: .7rem 0 0;
    }

    .about .fl2 {
        margin: .25rem 0 0;
    }
}

@media(max-width: 560px) {
}

.szzc .fl1 {
    background: url(../images/szzc_b1.png) center top no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
    padding: .5rem .7rem;
}

.szzc .fl1::before {
    content: "";
    position: absolute;
    top: .4rem;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}

.list13 {
    margin: .5rem -1.45vw;
}

.list13 li {
    width: 50%;
    padding: 0 1.45vw;
}

.list13 .a {
    background: #EFF6FF;
    border-width: 2px 0px 0px 0px;
    border-style: solid;
    border-image: linear-gradient(269deg, #01BCF9 3%, #025FEA 107%) 2 0 0 0;
    padding: .3rem .48rem;
    align-items: center
}

.list13 .ico {
    width: .86rem;
    margin: 0 .3rem 0 0;
}

.list13 .txt {
    flex: 1;
    overflow: hidden;
    word-break: break-all;
}

.list13 h4 {
    font-size: .2rem;
    color: #333 !important;
}

.list13 h5 {
    font-size: .18rem;
    color: #156DEB !important;
    margin: .06rem 0 0
}

.zhushi {
    justify-content: flex-end;
}

.zhushi p {
    font-size: .18rem;
    color: #333;
    line-height: .32rem;
}

@media(min-width: 1024px) {
}

@media(max-width: 1024px) {
}

@media(max-width: 800px) {
    .szzc .fl1 {
        padding: .3rem .2rem;
    }

    .list13 li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .list13 .a {
        padding: .3rem .2rem;
    }

    .list13 .ico {
        width: .6rem;
    }
}

@media(max-width: 560px) {
}

.list14 li {
    margin-bottom: .2rem
}

.list14 .a {
    align-items: center;
    height: 1.2rem;
    padding: 0 .25rem;
    background: #fff;
    position: relative;
}

.list14 .a:after {
    content: "";
    position: absolute;
    left: .02rem;
    top: .05rem;
    width: 2px;
    height: .5rem;
    background: linear-gradient(359deg, #01BCF9 0%, #025FEA 99%);
    transition: .5s
}

.list14 .time {
    width: .7rem;
    text-align: center;
    position: relative;
    margin: 0 .4rem 0 0;
}

.list14 .time:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: .48rem;
    background: #c7d0de;
    transform: translateY(-50%);
    right: -.15rem
}

.list14 .time h3 {
    font-size: .48rem;
    color: #156DEB;
    font-family: Georgia;
    font-weight: normal;
    line-height: 1
}

.list14 .time h6 {
    font-size: .16rem;
    color: #156DEB;
    font-family: Georgia;
    margin: 0 0 .06rem;
}

.list14 .txt {
    flex: 1;
    overflow: hidden
}

.list14 p {
    margin: .1rem 0 0
}

.pages {
    margin: .5rem 0 0;
    justify-content: center;
}

@media(min-width: 1024px) {
    .list14 .a:hover:after {
        height: calc(100% - .1rem)
    }
}

@media(max-width: 1024px) {
}

@media(max-width: 800px) {
    .list14 .a {
        padding: 0 .15rem;
        height: 1rem;
    }

    .list14 .time {
        margin: 0 .3rem 0 0
    }

    .list14 .time:before {
        right: -.1rem
    }

    .list14 .time h3 {
        font-size: .4rem;
    }

    .list14 .time h6 {
        font-size: .13rem;
    }

    .list14 p {
        margin: .02rem 0 0
    }
}

@media(max-width: 560px) {
}

.list15 li {
    margin-bottom: .25rem;
}

.list15 .imgBox {
    width: 3.52rem;
}

.list15 .imgBox .img {
    padding-bottom: 57.67%;
}

.list15 .txt {
    flex: 1;
    padding: .25rem .35rem;
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
}

.list15 .txt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(269deg, #01BCF9 3%, #025FEA 107%);
    opacity: 0;
    transition: .5s;
}

.list15 .txt:after {
    content: "";
    position: absolute;
    height: .03rem;
    width: .87rem;
    bottom: 0;
    left: .35rem;
    z-index: -1;
    background: linear-gradient(269deg, #01BCF9 3%, #025FEA 107%);
    transition: .5s;
}

.list15 p {
    margin: .1rem 0 .2rem;
}

.list15 h6 {
    font-size: .18rem;
    color: #797979;
    transition: .5s
}

@media(min-width: 1024px) {
    .list15 .a:hover .txt:before {
        opacity: 1
    }

    .list15 .a:hover p, .list15 .a:hover h6 {
        color: #fff
    }

    .list15 .a:hover .txt:after {
        opacity: 0
    }
}

@media(max-width: 1024px) {
}

@media(max-width: 800px) {
    .list15 .imgBox {
        width: 100%;
    }

    .list15 .txt {
        flex: auto;
        width: 100%;
        padding: .25rem;
    }
}

@media(max-width: 560px) {
}

/*新闻详情*/
.n_news_detail .ar_article_box .nav01 {
    margin-bottom: .3rem;
}

.n_news_detail .ar_article_box h3 {
    color: #000000;
    font-size: .3rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    width: 10.9rem;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: .1rem;
}

.n_news_detail .ar_article_box h6 {
    color: #666666;
    font-size: .16rem;
    line-height: .42rem;
    margin-bottom: 0;
    vertical-align: top;
    border-bottom: #e1e1e1 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 .3rem;
    flex-wrap: wrap;
    justify-content: center;
}

.n_news_detail .ar_article_box h6 span {
    margin: 0 .15rem;
    font-size: .16rem;
    line-height: 1.5;
    color: #666666;
}

.n_news_detail .ar_article_box h6 span img {
    margin: -3px 6px 0 0
}

.n_news_detail p {
    color: #000000;
    font-size: .18rem;
    word-break: break-all;
}

/*====上一篇下一篇====*/
#ar_fot {
    position: relative;
    padding: .36rem 0 0;
    box-sizing: border-box;
    width: 100%;
    margin-top: .6rem;
    border-top: #BFD2E9 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#ar_fot h1 {
    display: block;
    width: 100%;
    line-height: .4rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .2rem;
}

#ar_fot h1 span {
    text-decoration: none;
    display: inline-block;
    color: #156DEB;
}

#ar_fot h1 a {
    color: #3A3A3C;
    font-weight: normal;
    transition: .5s;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#ar_fot .bnt_back {
    position: absolute;
    top: 28px;
    right: 0;
    color: #fff;
    background: #063579;
    padding: 0 25px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

#ar_fot .bnt_back:hover {
    border-radius: 3px;
}

#ar_fot h1 a:hover {
    color: #156DEB;
}

#ar_fot .ll {
    width: 100%;
}

#ar_fot .rr a {
    display: flex;
    font-size: .14rem;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: .5s;
    background: #8cdb68;
    width: 1.15rem;
    height: .35rem;
    border-radius: 3px;
    transition: .5s;
}

#ar_fot .rr a img {
    margin: 0 .06rem 0 0;
    height: .22rem;
}

#ar_fot .rr a:hover {
    background: #149336;
}

@media(min-width: 1024px) {
}

@media(max-width: 1024px) {
}

@media(max-width: 800px) {
    .n_news_detail .ar_article_box h6 {
        padding-bottom: .2rem
    }

    .n_news_detail .ar_article_box h3 {
        font-size: .24rem;
    }

    .n_news_detail .ar_article_box h6 span {
        margin: 0 .05rem;
        font-size: .14rem
    }

    #ar_fot h1 {
        font-size: .18rem
    }
}

@media(max-width: 560px) {
}

.zhjg h3 {
    display: flex;
    align-items: center;
    border-bottom: #0165eb 1px solid;
}

.zhjg h3 span {
    position: relative;
    display: inline-block;
    font-size: .24rem;
    color: #fff;
    line-height: .44rem;
    min-width: 1.98rem;
    z-index: 1;
    overflow: hidden;
    padding: 0 0.32rem;
}

.zhjg h3 span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(265deg, #01BCF9 9%, #025FEA 101%);
    z-index: -1;
    transform: skewX(15deg);
    transform-origin: right bottom;
}

.zhjg .content {
    margin-bottom: .4rem;
}

.zhjg .box {
    background: #fff;
    padding: .3rem .64rem;
}

.zhjg .con_w {
    margin: 0 -1.8vw -.3rem;
}

.zhjg .con_w .con {
    width: 33.33%;
    padding: 0 1.8vw;
    margin-bottom: .3rem;
}

.zhjg h4 {
    font-size: .24rem;
    color: #156DEB;
    margin-bottom: .1rem;
}

.list16 li {
    border-bottom: 1px solid #D4D4D4;
}

.list16 li:last-child {
    border: none;
}

.list16 .a {
    display: block;
    padding: .2rem 0;
    font-size: .18rem;
    color: #333333;
    transition: .5s;
}

@media(min-width: 1024px) {
    .list16 .a:hover {
        color: #156DEB;
    }
}

@media(max-width: 1024px) {
}

@media(max-width: 800px) {
    .zhjg .con_w .con {
        width: 50%;
    }
}

@media(max-width: 560px) {
    .zhjg .con_w .con {
        width: 100%;
        margin-bottom: .1rem;
    }

    .zhjg .box {
        padding: .25rem;
    }
}

.zhjgs h3 span {
    min-width: 1.38rem;
}

.list17 li {
    width: 16.667%;
}

.list17 .a {
    display: block;
    font-size: .24rem;
    color: #3A3A3C;
    line-height: 1.5;
    padding: .15rem 0;
}

@media(min-width: 1024px) {
    .list17 .a:hover {
        color: #156DEB;
    }
}

@media(max-width: 1024px) {
    .list17 li {
        width: 25%;
    }
}

@media(max-width: 800px) {
    .list17 li {
        width: 33.33%;
    }

    .list17 .a {
        font-size: .18rem;
        padding: .05rem 0;
    }
}

@media(max-width: 560px) {
}

.list18 li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .24rem;
    color: #3A3A3C;
}

.list18 .a {
    display: block;
    line-height: 1.5;
    padding: .15rem 0;
    margin: 0 .2rem 0 0
}

.list19 {
    margin: 0 -.2rem
}

.list19 li {
    width: 11%;
    padding: .2rem .2rem
}

.list19 .a {
    font-size: .24rem;
    color: #3A3A3C;
    line-height: .54rem;
    /*background: #EEF7FF;*/
    display: block;
    text-align: center;
    transition: .5s;
}

@media(min-width: 1024px) {
    .list19 .a:hover {
        /* background: #156DEB; */
        /* color: #fff; */
    }
}

@media(max-width: 1024px) {
    .list19 li {
        width: 25%;
    }

    .zhjg h3 span {
        line-height: 1.5;
        padding: .15rem .2rem;
        font-size: .2rem;
    }
}

@media(max-width: 800px) {
    .list19 {
        margin: 0 -.1rem
    }

    .list19 li {
        width: 33.33%;
        padding: .1rem .1rem
    }

    .list19 .a {
        font-size: .18rem;
    }

    .list18 li {
        font-size: .18rem;
    }

    .list18 .a {
        padding: .05rem 0;
    }
}

@media(max-width: 560px) {
}

.list20 {
    margin: .25rem -.15rem -.4rem;
}

.list20 li {
    width: 100%;
    padding: 0 .15rem;
    margin-bottom: .4rem;
}

.list20 .a {
    padding: .2rem;
    background: #fff;
    align-items: flex-start;
}

.list20 .imgBox {
    width: 1.75rem;
    margin: 0 .3rem 0 0;
}

.list20 .imgBox .img {
    padding-bottom: 127%;
}

.list20 .txt {
    flex: 1;
    padding: .1rem 0 0;
    overflow: hidden;
}

.list20 p {
    font-size: .16rem;
    color: #666666;
    margin: 0 0 .1rem;
    display: flex;
}

.list20 p span {
    color: #333;
    display: flex;
    white-space: nowrap;
}

.zhjgs1 h5 {
    font-size: .24rem;
    color: #333;
    margin-bottom: .15rem;
}

.zhjgs1 .arc-con {
    margin-top: .6rem;
}

@media(min-width: 1024px) {
}

@media(max-width: 1024px) {
    .list20 li {
        width: 100%;
        margin-bottom: .2rem;
    }
}

@media(max-width: 800px) {
    .list20 .imgBox {
        margin: 0 auto;
        width: 1.25rem;
    }

    .list20 .txt {
        flex: auto;
        width: 100%;
        padding: .2rem 0 0;
    }

    .arc-con .scroll {
        overflow: hidden;
        overflow-x: scroll;
    }

    .arc-con table tr th, .arc-con table tr td {
        line-height: 1.35;
    }
}

@media(max-width: 560px) {
}

.zpq .fl1 {
    padding: 1rem 0 0;
    position: relative;
    z-index: 1;
    align-items: center;
}

.zpq .fl1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(1.3rem 0, 100% 0, 100% 100%, 0 100%, 0px 1.3rem);
    background: linear-gradient(269deg, #01BCF9 3%, #025FEA 107%);
}

.zpq .fl1 .imgBox {
    width: 9.04rem;
}

.zpq .fl1 .imgBox .img {
    padding-bottom: 39.71%
}

.zpq .fl1 .txt {
    flex: 1;
    overflow: hidden;
    padding: 0 .6rem;
}

.zpq .fl1 .txt h4 {
    color: #fff
}

.more5 {
    width: 113px;
    height: 32px;
    border: #fff 1px solid;
    justify-content: center;
    align-items: center;
    font-size: .14rem;
    color: #fff !important;
    margin: .35rem 0 0
}

.more5 img {
    filter: brightness(5);
    width: .18rem;
    margin: 0 0 0 .1rem
}

.zpq .fl2 {
    padding: .32rem 0 0;
}

.list21s .a {
    display: block;
    position: relative;
    z-index: 1;
}

.list21s .txt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding: 0 .2rem .15rem;
    text-align: center;
    z-index: 1
}

.list21s .txt:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .5rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 99%);
    z-index: -1;
    opacity: .3
}

.list21s h4 {
    font-size: .16rem;
    color: #fff !important;
}

.list21s .imgBox .img {
    padding-bottom: 60.57%;
}

.list21 {
    width: 65.83%;
}

.list22 {
    width: 32.35%;
}

.list22 li {
    margin-bottom: 5%;
}

.list22 .imgBox .img {
    padding-bottom: 59%;
}

.list23 {
    width: 65.83%;
}

.list24 {
    width: 32.35%;
}

.list24 .imgBox .img {
    padding-bottom: 122.72%;
}

.list23 li {
    height: 100%;
}

.list23 .a {
    display: flex;
    align-items: flex-end
}

.list23 .a {
    height: 100%;
    background: linear-gradient(268deg, #01BCF9 3%, #025FEA 106%);
}

.list23 .imgBox {
    flex: 1;
    order: 2;
}

.list23 .imgBox .img {
    padding-bottom: 72.71%;
}

.list23 .txt {
    width: 2.2rem;
    overflow: hidden;
    padding: 0 .5rem;
    align-self: center;
}

.list23 .txt h4 {
    color: #fff
}

@media(min-width: 1024px) {
}

@media(max-width: 1024px) {
    .zpq .fl1 .imgBox {
        width: 6rem;
    }

    .zpq .fl1 .txt {
        padding: 0 .3rem;
    }
}

@media(max-width: 800px) {
    .zpq .fl1 .imgBox {
        width: 100%;
    }

    .zpq .fl1 .txt {
        flex: auto;
        width: 100%;
        padding: .25rem;
    }

    .list21, .list22, .list23, .list24 {
        width: 100%;
    }

    .list21, .list22 li, .list23 {
        margin-bottom: .2rem;
    }

    .list23 .imgBox {
        width: 100%;
        flex: auto;
        order: -1;
    }

    .list23 .txt {
        flex: auto;
        width: 100%;
        padding: .25rem;
    }

    .list24 .imgBox .img, .list23 .imgBox .img {
        padding-bottom: 60.57%;
    }
}

@media(max-width: 560px) {
}

.n_banner {
    overflow: hidden;
    max-width: 15rem;
    margin: 0 auto !important;
    width: 94%;
    overflow: hidden;
}

@media(max-width: 1024px) {
    .n_banner {
        margin: 60px 15px 0 !important;
        width: calc(100% - 30px);
    }

    .list_pic {
    }

    .list_pic li {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 0.2rem !important;
    }
}

.syzj_box {
    text-align: center;
    font-size: .18rem;
    color: #003A7D;
}

.syzj_box span {
    padding: 10px 5px;
}

.syzj_box .bt {
    overflow: hidden;
    background: rgb(189, 218, 234);
}

.syzj_box .sytable .tr {
    overflow: hidden;
}

.syzj_box .td01 {
    float: left;
    width: 25%;
}

.syzj_box .td02 {
    float: left;
    width: 15%;
}

.syzj_box .td03 {
    float: left;
    width: 30%;
}

.syzj_box .td04 {
    float: left;
    width: 15%;
}

.syzj_box .td05 {
    float: left;
    width: 15%;
}

.sytable {
    border-left: 1px solid rgb(189, 218, 234);
    border-right: 1px solid rgb(189, 218, 234);
}

.sytable .tr {
    border-bottom: 1px solid rgb(189, 218, 234);
}

.timebox {
    width: 100%;
    margin: auto;
    background: url(../images/e.png) repeat-y center 0;
    position: relative;
    padding-top: 20px;
    z-index: 10;
    padding-bottom: 20px;
    overflow: hidden;
}

.timebox .inbox {
    position: relative;
}

.timebox .inbox h2 {
    text-align: center;
}

.timebox .inbox .inleft {
    float: left;
    width: 48%;
    padding-right: 10%;
    margin-top: 1.8rem;
    background: url(../images/i.png) no-repeat right 88px;
}

.timebox .inbox .inleft h2 {
    /* padding-right:200px; */
    /* height:40px; */
    line-height: .26rem;
    font-size: .24rem;
    color: #3D3D3D;
    text-align: center;
    display: block;
    margin: .15rem 0;
}

.timebox .inbox .inleft p {
    /* padding-right:180px; */
    font-size: 12px;
    height: auto;
    line-height: .26rem;
    color: #666;
    font-family: "å®‹ä½“";
    font-size: .14rem;
    display: block;
    text-align: center;
}

.timebox .inbox .inright {
    float: right;
    padding-left: 10%;
    width: 48%;
    background: url(../images/r.png) no-repeat left 88px;
}

.timebox .inbox .inright .inImg {
    text-align: right;
    background: #fff;
}

.timebox .inbox .inImg img {
    height: auto !important;
    max-width: 100%;
    width: auto !important;
    background: #fff;
}

.timebox .inbox .inright h2 {
    /* padding-left:175px; */
    /* height:40px; */
    line-height: .26rem;
    font-size: .24rem;
    color: #3D3D3D;
    text-align: center;
    display: block;
    margin: .15rem 0;
}

.timebox .inbox .inright p {
    /* padding-left:175px; */
    font-size: 12px;
    height: auto;
    line-height: .26rem;
    color: #666;
    font-family: "å®‹ä½“";
    font-size: .14rem;
    display: block;
    text-align: center;
}

.btmbox {
    width: 100%;
    height: 190px;
    background: #231917 url(../images/sjzbtl.jpg) repeat-x top;
}

.timeimg{
    margin: 30px 0;
    text-align:center;
}
.timeimg img{
    max-width:95%;
}

@media(max-width: 420px) {
    .timebox {
        background: url(../images/e.png) repeat-y center 0;
        background-size: 10px;
    }

    .timebox .inbox .inleft {
        background: url(../images/i.png) no-repeat right 18px;
    }

    .timebox .inbox .inright {
        background: url(../images/r.png) no-repeat left 18px;
    }
}


.list-xzry{
    overflow:hidden;
    margin:0 -.3rem;
}
.list-xzry li{
    float:left;
    width:50%;
    margin-bottom:.4rem;
}
.list-xzry li a{
    margin:0 .3rem;
    border: 1px solid #e5e5e5;
    padding: .2rem;
    display: block;
    overflow: hidden;
}

.list-xzry li .imgBox {
    width:170px;
    float: left;
}

.list-xzry li .imgBox .img{
    padding-bottom:220px;
}

.list-xzry li .jy-tx{
    float:right;
    width:calc(100% - 190px);
    padding-top:15px;
}

.list-xzry li .jy-tx h2{
    font-size:.18rem;
    font-weight:bold;
    margin-bottom: .2rem;
}

.list-xzry li .jy-tx p{
    font-size:.16rem;
    line-height:.24rem;
}


@media(max-width: 768px) {
.list-xzry li{
    float:none;width:100%;
}
    
}


@media(max-width: 460px) {
    .list-xzry li .imgBox{
        float:none;
        margin:0 auto;
    }
    .list-xzry li .jy-tx{
        float:none;
        width:100%;
        text-align:center;
    }
}