@charset "UTF-8";

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .3rem;
}
.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #34558b;
    color: #fff;
    border: 1px solid #34558b;
}

.pagination a:hover {
    background: #34558b;
    color: #fff;
    border: 1px solid #34558b;
}

.inner_page{
    min-height: calc(100vh - 1.28rem - 2.27rem);
    padding: .24rem 0 .69rem;
    background: #f5f5f5;
}
.leftNav{
    width: 20.66%;
    align-self: flex-start;
    position: relative;
    padding: .15rem .06rem 0;
    margin-top: .08rem;
    background: url("../images/n-img-2.png") no-repeat top/100%;
}
.leftNav .tit h3{
    font-size: .18rem;
    line-height: .6rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.leftNav .tit:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,transparent 0%, #fff 80%,transparent 100%);
}
.leftNav .tit{
    padding: 0 .16rem;
    position: relative;
}
.leftNav:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    content: '';
    height: .45rem;
    background: url("../images/n-img-3.png") no-repeat top center/100% auto;
}
.leftNav .block .box h3{
    position: relative;
    height: .52rem;

    color: #34558b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .16rem;
    background: url("../images/n-img-1.png") no-repeat bottom center/100% auto;
    cursor: pointer;
}
.leftNav .block .box i{
    position: absolute;
    top: 50%;
    right: .21rem;
    border: .05rem solid transparent;
    border-top-color: #4e5969 ;
    transform: translateY(-50%) rotate(-90deg);
    margin-top: .02rem;
    transition: .5s;
}
.leftNav .block .box i.active{
    transform: translateY(-50%)rotate(0);
    margin-top: 0;
}
.leftNav .block .box h3 a{
    display: block;
    font-size: .16rem;
    color: #34558b;
    margin: 0 .13rem;
    transition: .5s;
}
.leftNav .block h4{
    position: relative;
    line-height: .21rem;
    font-size: .16rem;
    color: #fff;
    padding: .08rem .16rem;
    text-align: center;
    cursor: pointer;
}
.leftNav .block h4 a{
    color: #fff;
}
.leftNav .block .s-link .li.active>h4,
.leftNav .block .s-link .li.on>h4{
    background: rgba(52, 85, 139, 0.1);
    color: #34558b;
}
.leftNav .block .s-link .li:hover>h4{
    font-weight: bold;
    color: #34558b;
}
.leftNav .block .s-link .li:hover>h4 a{
    color: #34558b;
}
.leftNav .box>.s-link{
    background: #6892c3;
    box-shadow: inset 0 0 11px #437785;
    border-radius: .06rem;
}
.leftNav .block .box.on h3,
.leftNav .block .box.active h3{
    background: linear-gradient(90deg, rgba(197, 154, 109, 0) 0%, #C59A6D 27.82%, #C59A6D 50.01%, #C59A6D 73.96%, rgba(255, 176, 38, 0) 100%)
}
.leftNav .block .box i.active{
    border-top-color: #ffb026;
}
.leftNav .box .s-link{
    display: none;
}
.leftNav .box.active>.s-link{
    display: block;
}
.leftNav .block .scroll{
    max-height: 6.37rem;
    overflow-y: auto;
}
.leftNav .block{
    padding: .24rem .16rem;
    background: linear-gradient(0deg, #FFFFFF 9.8%, #316AAE 103.38%);
    border-radius: .08rem;
}
.rightBox{
    width: 77.33%;
    padding-bottom: .3rem;
    background: #fff;
}

.rightBox .top-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: .16rem .24rem;
    background: #fcfcfc;
    border-bottom: .02rem solid #34558b;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    font-size: .14rem;
    line-height: .3rem;
    color: rgba(0, 0, 0, 0.4);
}
.posi *{
    display: block;
}
.posi span{
    margin: 0 .05rem;
}
.posi a:hover{
    color: #34558b;
    font-weight: bold;
}
.search-box{
    position: relative;
    width: 1.92rem;
}
.search-box .ser_inp{
    display: block;
    width: 100%;
    height: .3rem;
    border: 1px solid #ddd;
    font-size: 0.13rem;
    color: #333;
    padding: 0 .33rem 0 .1rem;
    background: #fff;
}
.search-box .ser_btn{
    position: absolute;
    right: .1rem;
    top: 0;
    bottom: 0;
    width: .13rem;
    background: url("../images/search-2.png") no-repeat 50%/100%;
}


/*inner_s1*/

.inner_s1 li a{
    font-size: .16rem;
    line-height: .52rem;
    color: #333;
    padding: 0 .15rem;
    transition: .5s;
}
.inner_s1 li > span{
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.13rem;
    line-height: .52rem;
    width: 15%;
    float:right;
    text-align: right;
}
.inner_s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .04rem;
    height: .04rem;
    background: #34558b;
    border-radius: 50%;
    transform: translateY(-50%);
}
.inner_s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #000;
    opacity: .05;
}
.inner_s1 li {
    position: relative;
    padding-bottom: .01rem;
}
.inner_s1 li:hover a{
    color: #34558b;
}
.inner_s1{
    padding: 0 .4rem;
}

/*inner_s2*/

.inner_s2 li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s2 li.imgli .pic{
    width: 2.2rem;
    height: 1.6rem;
}
.inner_s2 li.imgli .txt{
    width: calc(100% - 2.6rem);
    padding-right: .7rem;
}
.inner_s2 li.imgli h3{
    display: flex;
    align-items: center;
    margin-top: .15rem;
}
.inner_s2 li.imgli h3 i{
   max-width: calc(100% - .46rem);
    display: block;
    font-size: .2rem;
    line-height: .26rem;
    color: #000;
    font-weight: bold;
}
.inner_s2 li.imgli h3 span{
    display: block;
    width: .36rem;
    margin-left: .1rem;
    flex-shrink: 0;
}
.inner_s2 li.imgli h3 span img{
    display: block;
    width: 100%;
}
.inner_s2 li.imgli time{
    display: block;
    font-size: .16rem;
    line-height: .18rem;
    color: #333;
    margin-top: .1rem;
}
.inner_s2 li.imgli + li.imgli{
    margin-top: .35rem;
}
.inner_s2 li.imgli{
    box-shadow: 0 0 .1rem rgba(187,187,187,.29);
    background: #fff;
}
.inner_s2 li.txtli time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .94rem;
    height: .94rem;
    background: #416291;
    color: #fff;
    margin-right: .15rem;
    flex-shrink: 0;
}
.inner_s2 li.txtli time span{
    display: block;
    font-size: .39rem;
    line-height: 1;
}
.inner_s2 li.txtli time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    margin-top: .05rem;
}
.inner_s2 li.txtli .txt{
    flex: 1;
    overflow: hidden;
}
.inner_s2 li.txtli h3{
    font-size: .2rem;
    line-height: .26rem;
    color: rgba(0, 0, 0, 0.85);
    margin: .1rem 0;
}
.inner_s2 li.txtli p{
    font-size: .12rem;
    color: #767b7b;
    line-height: 1.6;
    height: 3.2em;
}
.inner_s2 li.txtli a{
    padding: .2rem 0;
}
.inner_s2 li.txtli{
    position: relative;
    border-bottom: 1px solid #ddd;
}
.inner_s2 li.imgli + li.txtli{
    padding-top: .2rem;
    border-top: .02rem solid #ddd;
    margin-top: .3rem;
}
.inner_s2 {
    padding: 0 .4rem;
    margin-top: .35rem;
}
/*inner_s3*/

.inner_s3 .cont-tit h2{
    font-size: .24rem;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
    text-align: center;
    margin: .2rem 0 .1rem;
}
.inner_s3 .cont-txt p{
    font-size: .16rem;
    line-height: 2.1;
    color: #333;
    text-indent: 2em;
}
.inner_s3 .cont-txt img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s3 .cont-txt{
    margin-top: .2rem;
}
.inner_s3{
    padding: .3rem .4rem 0;

}
/*index_s4*/

.inner_s4 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s4 li{
    width: 30.07%;
    margin: .3rem 0 0 4.895%;
}
.inner_s4 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s4 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s4 li a{
    display: block;
}
.inner_s4 li a .pic{
    padding-top: 1.7rem;
}
.inner_s4 li h3{
    font-size: .16rem;
    line-height: .21rem;
    color: #333;
    margin-top: .08rem;
}
.inner_s4{
    padding: 0 .4rem;
    margin-top: .3rem;
}

/*inner_s5*/
.inner_s5 .dtl_tit h2{
    font-size: .25rem;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: .12rem;
}
.inner_s5 .dtl_tit .cont .li{
    font-size: .14rem;
    color: #999;
    line-height: .34rem;
    margin: 0 .1rem;
}
.inner_s5 .dtl_tit .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: .24rem;
}
.inner_s5 .dtl_txt p{
    font-size: .16rem;
    line-height: 2;
    color: rgba(0, 0, 0, 0.85);
    text-indent: 2em;
}
.inner_s5 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s5 .dtl_page p{
    font-size: .14rem;
    line-height: .3rem;
    color: #666;
}
.inner_s5 .dtl_page{
    padding: .2rem .33rem 0;
    border-top: 1px solid #f2f2f2;
    margin-top: .32rem;
}
.zihbtn span{
    display: block;
    font-size: .12rem;
    line-height: .22rem;
    width: .44rem;
    color: #666;
    text-align: center;
    border: .01rem solid #666;
    border-radius: .04rem;
    cursor: pointer;
    transition: .5s;
}
.zihbtn span:hover{
    background: #34558b;
    border-color: #34558b;
    color: #fff;
}
.set-font{
    position: absolute;
    right: 0;
    top: .3rem;
    width: 2.49rem;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 .04rem .16rem rgba(15,42,95,.16);
    padding: .1rem .16rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.set-font .li{
    font-size: .15rem;
    line-height: .28rem;
    color: #666;

}
.set-font .li:not(:first-child){
    padding: 0 .07rem;
    height: .28rem;
    line-height: .26rem;
    border: 1px solid #f2f2f2;
    border-radius: .04rem;
    cursor: pointer;
    transition: .5s;
}
.set-font .li:not(:first-child):hover{
    color: #34558b;
    border-color: #34558b;
}
.set-font .li:not(:first-child).active{
    background: rgba(52,85,139,.2);
}
.set-font.active{
    opacity: 1;
    visibility: visible;
}
.zihbtn {
    position: relative;
}
.inner_s5 #dtl_top.fz-sm{
    zoom: .875;
    width: calc(11.36rem / 0.875);
}
.inner_s5 #dtl_top.fz-nomr{
    zoom: 1;
}
.inner_s5 #dtl_top.fz-md{
    zoom: 1.125;
    width: calc(11.36rem / 1.125);
}
.inner_s5 #dtl_top.fz-lg{
    zoom: 1.25;
    width: calc(11.36rem / 1.25);
}
.inner_s5{
    padding: .32rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #34558b;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#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 {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #34558b;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    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 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: #34558b;
}

@media (max-width: 1199px){

    #m_n_nav{
        display: block;
        margin-top: .3rem;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        padding-top: 0;
    }
    .n_title001{
        display: none;
    }

    .inner_page{
        padding: .3rem 0 .8rem;
    }

}
@media (max-width: 1025px){
    .search-box{
        display: none;
    }
    .rightBox .top-box{
        padding: .1rem .2rem;
    }
    .posi{
        font-size: .16rem;
    }
    .inner_s1 li a{
        font-size: .18rem;
        line-height: .6rem;
    }
    .inner_s1{
        padding: .1rem .2rem 0;
    }
    .inner_s4 li{
        width: 32%;
        margin: 0;
    }
    .inner_s4 ul{
        gap: .2rem 2%;
    }
    .inner_s4 li a .pic{
        padding-top: 66.66%;
    }
    .inner_s4 li h3{
        font-size: .18rem;
        line-height: .28rem;
        margin-top: .05rem;
    }
    .inner_s4{
        padding: 0 .2rem;
        margin-top: .2rem;
    }
    .inner_s2 li.txtli p{
        font-size: .16rem;
        line-height: .26rem;
        height: .52rem;
    }
    .inner_s2 li.txtli h3{
        margin: .05rem 0;
    }
    .inner_s2 li.imgli .txt {
        width: calc(100% - 2.4rem);
        padding-right: .2rem;
    }
    .inner_s2 li.imgli + li.txtli{
        padding-top: 0;
    }
    .inner_s2 li.imgli + li.imgli{
        margin-top: .2rem;
    }
    .inner_s2{
        padding: 0 .2rem;
        margin-top: .2rem;
    }
    .inner_s2 li.txtli time span{
        font-size: .3rem;
    }
    .inner_s2 li.txtli time em{
        font-size: .16rem;
    }
    .inner_s2 li.txtli time{
        width: .8rem;
        height: .8rem;
    }
    .inner_s3 .cont-tit h2{
        margin: 0;
    }
    .inner_s3{
        padding: 0 .2rem;
        margin-top: .2rem;
    }
    .zihbtn{
        display: none;
    }
    .inner_s5 .dtl_tit h2{
        font-size: .24rem;
        margin-bottom: .1rem;
    }
    .inner_s5 .dtl_tit .cont .li{
        line-height: .26rem;
    }
    .inner_s5 .dtl_tit .cont{
        margin-bottom: .2rem;
    }
    .inner_s5 .dtl_page p{
        font-size: .16rem;
        line-height: 2;
    }
    .inner_s5 .dtl_page{
        padding: .1rem 0;
        margin-top: .2rem;
    }
    .inner_s5{
        padding: .2rem;
    }
}
@media (max-width: 769px){
    .inner_s2 li.imgli .pic{
        width: 100%;
        height: auto;
        padding-top: 72.73%;
    }
    .inner_s2 li.imgli .txt{
        width: 100%;
        padding: .2rem;
    }
    .inner_s2 li.imgli h3{
        margin-top: 0;
    }
    .inner_s2 li.txtli h3{
        margin: 0;
    }
}
@media (max-width: 481px){
    .inner_s4 li {
        width: 100%;
    }
    .inner_s2 li.imgli h3 span{
        width: .25rem;
    }
    .inner_s2 li.imgli h3 i{
        width: calc(100% - .3rem);
    }
}
/*2025-08-26*/
.inner_s6 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s6 ul li{
    width: 12.5%;
}
.inner_s6 ul li a{
    display: block;
}
.inner_s6 ul li .icon{
    width: .9rem;
    height: .9rem;
    border-radius: .04rem;
    position: relative;
    background: #34558b;
    margin: 0 auto;
}
.inner_s6 ul li .icon img{
    max-width: 50%;
    max-height: 50%;
}
.inner_s6 ul li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333;
    text-align: center;
    margin-top: .1rem;
}
.inner_s6 .item_ul{
    margin-top: .3rem;
}
.inner_s6 .item_tit h3{
    font-size: .26rem;
    line-height: .3rem;
    color: #000;
    padding-left: .15rem;
    position: relative;
    font-weight: bold;
}
.inner_s6 .item_tit h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .05rem;
    height: .24rem;
    background: #3d82f2;
    transform: translateY(-50%);
}
.inner_s6 {
    margin-top: .2rem;
    padding: 0 .24rem;
}
@media (max-width: 1025px) {
    .inner_s6{
        margin-top: .2rem;
        padding: 0 .2rem;
    }
    .inner_s6 .item_tit h3{
        font-size: .22rem;
    }
    .inner_s6 ul li{
        width: 24.5%;
    }
    .inner_s6 ul{
        gap: .2rem 0;
    }
    .inner_s6 .item_ul{
        margin-top: .2rem;
    }
}
@media (max-width: 481px) {
    .inner_s6 ul li{
        width: 50%;
    }
}