@charset "UTF-8";

.pagination{
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination a {
    display: inline-block;
    border: 1px solid #203E87;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
    border-radius: .04rem;
}

.pagination a.active {
    background: #203E87;
    color: #fff;
    border: 1px solid #203E87;
}

.pagination a:hover {
    background: #203E87;
    color: #fff;
    border: 1px solid #203E87;
}
.n-banner{
    position: relative;
}

.n-banner .img img{
    display: block;
    width: 100%;
}

.n-banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    z-index: 5;
}


.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    font-size: .18rem;
    line-height: .26rem;
    color: #666666;
}
.posi img{
    display: block;
    width: .18rem;
    margin-right: .1rem;
}
.posi span{
    display: block;
    margin: 0 .03rem;
}
.posi a{
    transition: all .5s;
}
.posi a.active,
.posi a:hover{
    color: #B22329;
}
.leftNav{
    width: 20.625%;
    position: relative;
    z-index: 2;
    align-self: flex-start;
    margin-top: -1.48rem;
    padding-bottom: .05rem;
}
.leftNav:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.48rem;
    background: #FFFFFF;
    box-shadow: 0 .05rem .15rem 0 rgba(87, 87, 87, 0.1255);
}
.leftNav .tit img{
    display: block;
    width: 1.08rem;
    margin-right: .09rem;
    flex-shrink: 0;
}
.leftNav .tit h2{
    flex: 1;
    font-size: .38rem;
    line-height: .52rem;
    color: #ffffff;
   font-weight: 700;
}

.leftNav .tit{
    height: 1.48rem;
    padding: .25rem .07rem .15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/n-img-2.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    position: relative;
}
.leftNav .box h3{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    position: relative;
    padding: .23rem .2rem;
}
.leftNav .box h3 a{
    display: block;
    font-size: .24rem;
    line-height: .36rem;
    color: #666666;
    position: relative;
    transition: all .5s;
    z-index: 2;
}
.leftNav .box h3:before{
    position: absolute;
    content: '';
    left: -.28rem;
    right: calc(100% + .28rem);
    top: 0;
    bottom: 0;
    background: #B22329;
    flex-shrink: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.leftNav .box h3:after{
    position: absolute;
    content: '';
    left: -.28rem;
    right: calc(100% + .28rem);
    bottom: 0;
    height: .03rem;
    background: #FFD700;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.leftNav .box:hover h3:after,
.leftNav .box.active h3:after,
.leftNav .box:hover h3:before,
.leftNav .box.active h3:before{
    opacity: 1;
    visibility: visible;
    right: -.28rem;
}
.leftNav .box:hover h3 a,
.leftNav .box.active h3 a{
    color: #ffffff;
}
.leftNav .s-link a{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #999999;
    text-align: center;
    transition: all .5s;
}
.leftNav .s-link a + a{
    margin-top: .1rem;
}
.leftNav .s-link a:hover{
    color: #203E87;
}
.leftNav .s-link{
    padding: .2rem;
    display: none;
}
.leftNav .block .box.active .s-link{
    display: block;
}
.leftNav .block .box:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: .01rem dashed rgba(2, 61, 143, 0.24);
}
.leftNav .block .box{
    position: relative;
}
.leftNav .block{
    padding: .3rem .23rem .5rem;
    min-height: 4.72rem;
    margin: 0 .05rem;
    background: #fff url("../images/n-img-3.png") no-repeat bottom center;
    background-size: 100% auto;
    position: relative;
}
.rightBox{
    width: 75.625%;
    margin-top: .51rem;
}
.rightBox1{
    width: 100%;
  
}


.n-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: .18rem;
}
.n-tit h3{
    display: flex;
    font-size: .3rem;
    line-height: .44rem;
    color: #203E87;
    font-weight: 700;
}
.n-tit h3 span{
    color: #B22329;
}
.n-tit:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #203E87;
    opacity: .15;
}

.inner-page:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/inner-page2.png") no-repeat top center;
    background-size: 100% auto;
    pointer-events: none;
}
.inner-page{
    position: relative;
    padding: 0 0 2.26rem;
    background: #ffffff url("../images/inner-page1.png") no-repeat bottom center;
    background-size: 100% auto;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #203E87;
}

#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;
    font-weight: 600;
}

#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: #203E87;
}

#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: #203E87;
}

@media (max-width: 1199px){
    #m_n_nav{
        display: block;
    }
    .pagination{
        margin-top: .2rem;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 1025px) {
    .inner-page{
        padding: .4rem 0;
    }
    .posi{
        justify-content: flex-start;
    }
    .n-tit h3{
        font-size: .26rem;
        line-height: .3rem;
    }
}
@media (max-width: 769px) {
    .posi{
        width: 100%;
        margin-top: .1rem;
    }
    .posi img{
        margin-right: .05rem;
    }
}

/*inner-s1*/

.inner-s1 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .4rem 0 .41rem;
    transition: all .5s;
}
.inner-s1 li .pic{
    width: 3.8rem;
    height: 2.14rem;
    border-radius: .1rem;
}
.inner-s1 li .txt{
    width: calc(100% - 3.8rem - .36rem);
}
.inner-s1 li time{
    display: flex;
    align-items: baseline;
    color: #203E87;
    line-height: 1;
    gap: 0 .08rem;
    transition: all .5s;
}
.inner-s1 li time span{
    display: block;
    font-size: .22rem;
    line-height: .32rem;
}
.inner-s1 li time i{
    display: block;
    width: .06rem;
    height: .13rem;
    background: #203E87;
    opacity: .2;
    clip-path: polygon(85% 0, 100% 0%, 15% 100%, 0% 100%);
    transition: all .5s;
}
.inner-s1 li time em{
    display: block;
    font-size: .16rem;
    opacity: .7;
}
.inner-s1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    margin-top: .22rem;
}
.inner-s1 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .17rem;
}
.inner-s1 li h5{
    width: fit-content;
    font-size: .16rem;
    color: #ffffff;
    line-height: 1;
    padding: 0 .46rem .12rem 0;
    background: url("../images/more-1.png") no-repeat right bottom;
    background-size: auto .31rem;
    margin-top: .2rem;
    display: none;
}
.inner-s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background-image: linear-gradient(90deg,#203E87 62.5%, rgba(32, 62, 135, 0) 37.5%);
    background-repeat: repeat-x;
    background-size: .08rem 100%;
    opacity: .15;
}
.inner-s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-5.png") no-repeat bottom right .08rem,linear-gradient(180deg, #103ca6 0%, #7b6cf8 100%) no-repeat 50% 50%;
    background-size: 13.38vw auto,cover;
    box-shadow: 0 .05rem .15rem 0 rgba(32, 62, 135, 0.3647);
    border-radius: .16rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s1 li:hover time{
    color: #ffffff;
}
.inner-s1 li:hover time i{
    background: #ffffff;
}
.inner-s1 li:hover h3{
    color: #ffffff;
    font-weight: 700;
}
.inner-s1 li:hover p{
    color: #ffffff;
}
.inner-s1 li:hover h5{
    display: block;
}
.inner-s1 li:hover:before{
    opacity: 0;
    visibility: hidden;
}
.inner-s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s1 li{
    position: relative;
}
.inner-s1{
    margin-top: .11rem;
}
@media (min-width: 1025px) {
    .inner-s1 li:hover a{
        padding-left: .4rem;
        padding-right: .3rem;
    }
}
@media (max-width: 1025px) {
    .inner-s1 li a{
        padding: .2rem;
    }
    .inner-s1 li h3{
        margin-top: .1rem;
    }
    .inner-s1 li p{
        margin-top: .1rem;
    }
    .inner-s1 li h5{
        display: none !important;
    }
    .inner-s1 li:after{
        border-radius: .1rem;
    }
}
@media (max-width: 769px) {
    .inner-s1 li .pic{
        width: 100%;
        height: auto;
        padding-top: 56.32%;
        border-radius: .05rem;
    }
    .inner-s1 li .txt{
        width: 100%;
        margin-top: .2rem;
    }
}
/*inner-s2*/
.inner-s2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .44rem 0;
}
.inner-s2 li{
    width: 48.58%;
    position: relative;
}
.inner-s2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 0 .32rem 0 .3rem;
    height: 1.32rem;
}
.inner-s2 li time{
    display: block;
    width: .8rem;
    color: #203E87;
    margin-right: .1rem;
    transition: all .5s;
}
.inner-s2 li time span{
    display: block;
    font-size: .22rem;
    line-height: .32rem;
}
.inner-s2 li time em{
    display: block;
    font-size: .16rem;
    line-height: .23rem;
    opacity: .7;
}
.inner-s2 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .32rem;
    color: #000000;
    max-height: .64rem;
}
.inner-s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: .01rem solid rgba(105, 102, 221, 0.17);
    border-radius: .05rem;
}
.inner-s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/n-img-6.png") no-repeat right bottom,linear-gradient(180deg, #103ca6 0%, #7b6cf8 100%) no-repeat 50% 50%;
    background-size: auto 100%,cover;
    box-shadow: 0 .05rem .15rem 0 rgba(32, 62, 135, 0.3192);
    border-radius: .05rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s2 li:hover time{
    color: #ffffff;
}
.inner-s2 li:hover h3{
    color: #ffffff;
    font-weight: 700;
}
.inner-s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s2{
    margin-top: .6rem;
}
@media (max-width: 1025px) {
    .inner-s2 li a{
        padding: 0 .2rem;
        height: 1.2rem;
    }
    .inner-s2 ul{
        gap: .2rem 0;
    }
    .inner-s2{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .inner-s2 li{
        width: 100%;
    }
    .inner-s2 li time{
        margin-right: 0;
    }
}

/*inner-s3*/

.inner-s3 .dtl-tit h2{
    font-size: .3rem;
    line-height: .44rem;
    color: #333333;
    font-weight: 700;
    text-align: center;
}
.inner-s3 .dtl-tit .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 .42rem;
    margin-top: .25rem;
}
.inner-s3 .dtl-tit .li{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .23rem;
    color: #666666;
    gap: 0 .1rem;
}
.inner-s3 .dtl-tit .li img{
    display: block;
    width: .18rem;
}
.inner-s3 .dtl-tit{
    padding-bottom: .26rem;
    border-bottom: 1px solid rgba(32, 62, 135, 0.7);
}
.inner-s3 .dtl-txt p{
    font-size: .18rem !important;
    line-height: .3rem !important;
    color: #333333;
    text-indent: 2em;
}
.inner-s3 .dtl-txt p + p{
    margin-top: .15rem;
}
.inner-s3 .dtl-txt p img{
    display: block;
    margin: 0 auto;
    border:none;
}
.inner-s3 .dtl-txt{
    margin-top: .38rem;
}
.inner-s3 .dtl-page p{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: all .5s;
}
.inner-s3 .dtl-page p + p{
    margin-top: .16rem;
}
.inner-s3 .dtl-page p:hover{
    color: #203E87;
    font-weight: 700;
}
.inner-s3 .dtl-page:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.03rem;
    width: .66rem;
    height: .06rem;
    background: #203E87;
}
.inner-s3 .dtl-page{
    padding-top: .62rem;
    margin-top: .62rem;
    position: relative;
    border-top: .01rem solid rgba(151, 151, 151, 0.3);
}
.inner-s3{
    margin-top: .6rem;
}
@media (max-width: 1025px) {
    .inner-s3 .dtl-tit h2{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner-s3 .dtl-tit .cont{
        gap: 0 .2rem;
        margin-top: .15rem;
    }
    .inner-s3 .dtl-tit{
        padding-bottom: .2rem;
    }
    .inner-s3 .dtl-txt p{
        line-height: 1.75 !important;
    }
    .inner-s3 .dtl-txt p + p{
        margin-top: .1rem;
    }
    .inner-s3 .dtl-txt{
        margin-top: .25rem;
    }
    .inner-s3 .dtl-page{
        padding-top: .2rem;
        margin-top: .25rem;
    }
    .inner-s3 .dtl-page p{
        font-size: .18rem;
        line-height: 1.75;
    }
    .inner-s3 .dtl-page p + p{
        margin-top: .05rem;
    }
    .inner-s3{
        margin-top: .25rem;
    }
}

/*inner-s4*/

.inner-s4 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .38rem 2.51%;
}
.inner-s4 ul li{
    width: 31.66%;
    position: relative;
    background: #ffffff;
    border-radius: 0 0 .06rem .06rem;
    box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.0449);
}
.inner-s4 ul .con{
    display: block;
    position: relative;
    z-index: 2;
    padding: .32rem;
    text-align: center;
}
.inner-s4 ul h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    transition: all .5s;
}
.inner-s4 ul h5{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    margin-top: .18rem;
    transition: all .5s;
}
.inner-s4 ul h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #203E87;
    margin-top: .1rem;
    transition: all .5s;
}
.inner-s4 ul li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .03rem;
    background: linear-gradient(270deg, #1d42b0 0%, #7a6bf700 100%);
}
.inner-s4 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/n-img-5.png") no-repeat bottom right .05rem,linear-gradient(180deg, #113ca7 0%, #776af5 100%) no-repeat 50% 50%;
    background-size: auto 5.98vw,cover;
    box-shadow: 0 .05rem .15rem rgba(32, 62, 135, 0.4605);
    border-radius: 0 0.06rem .06rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s4 ul li:hover h3{
    color: #ffffff;
    font-weight: 700;
}
.inner-s4 ul li:hover h5{
    color: #FFFFFF;
}
.inner-s4 ul li:hover h4{
    color: #FFFFFF;
}
.inner-s4 ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s4 {
    margin-top: .56rem;
}
@media (max-width: 1025px) {
    .inner-s4 ul h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner-s4 ul h5{
        margin-top: .1rem;
    }
    .inner-s4 ul h4{
        font-size: .18rem;
        margin-top: .05rem;
    }
    .inner-s4 ul .con{
        padding: .2rem;
    }
    .inner-s4 ul li{
        width: 32%;
    }
    .inner-s4 ul{
        gap: .2rem 2%;
    }
    .inner-s4{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .inner-s4 ul li{
        width: 49%;
    }
}
@media (max-width: 481px) {
    .inner-s4 ul li{
        width: 100%;
    }
}
/*inner-s5*/

.inner-s5 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .24rem .37rem .26rem .28rem;
}
.inner-s5 li .pic{
    width: 1.64rem;
    height: 2.19rem;
}
.inner-s5 li .txt{
    width: calc(100% - 1.64rem - .37rem);
}
.inner-s5 li .name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-s5 li .name h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    transition: all .5s;
}
.inner-s5 li .name h5{
    font-size: .16rem;
    color: #ffffff;
    line-height: 1;
    padding: 0 .46rem .12rem 0;
    background: url("../images/more-1.png") no-repeat right bottom;
    background-size: auto .31rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s5 li i{
    display: block;
    width: .72rem;
    height: .03rem;
    background: #B22329;
    margin-top: .15rem;
    transition: all .5s;
}
.inner-s5 li h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #203E87;
    margin-top: .18rem;
    transition: all .5s;
}
.inner-s5 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .14rem;
    transition: all .5s;
}
.inner-s5 li:before{
    position: absolute;
    content: '';
    left: .06rem;
    top: .06rem;
    bottom: .06rem;
    right: .06rem;
    border-radius: .06rem;
    background: url("../images/n-img-13.png") no-repeat bottom center;
    background-size: cover;
}
.inner-s5 li:after{
    position: absolute;
    content: '';
    left: .06rem;
    top: .06rem;
    bottom: .06rem;
    right: .06rem;
    border-radius: .06rem;
    background: url("../images/n-img-5.png") no-repeat bottom right .08rem,linear-gradient(180deg, #103ca6 0%, #7b6cf8 100%) no-repeat 50% 50%;
    background-size: 13.38vw auto,cover;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s5 li:hover .name h3{
    color: #ffffff;
}
.inner-s5 li:hover .name h5{
    opacity: 1;
    visibility: visible;
}
.inner-s5 li:hover h4{
    color: #ffffff;
}
.inner-s5 li:hover p{
    color: #ffffff;
}
.inner-s5 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s5 li + li{
    margin-top: .51rem;
}
.inner-s5 li{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 .05rem .15rem 0 rgba(0, 0, 0, 0.0219);
    border-radius: .06rem;
}
.inner-s5 {
    margin-top: .55rem;
}
@media (max-width: 1025px) {
    .inner-s5 li a{
        padding: .2rem;
    }
    .inner-s5 li .txt {
        width: calc(100% - 1.64rem - .2rem);
    }
    .inner-s5 li .name h5{
        display: none;
    }
    .inner-s5 li + li{
        margin-top: .2rem;
    }
    .inner-s5 {
        margin-top: .3rem;
    }
}
@media (max-width: 481px) {
    .inner-s5 li .pic {
        width: 1.4rem;
        height: 1.8rem;
    }
    .inner-s5 li .txt {
        width: calc(100% - 1.4rem - .2rem);
    }
    .inner-s5 li i,
    .inner-s5 li h4{
        margin-top: .1rem;
    }
    .inner-s5 li p{
        margin-top: .05rem;
    }
}
/*inner-s6*/
.inner-s6 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .44rem 0;
}
.inner-s6 li{
    width: 48.18%;
    position: relative;
    padding: .07rem;
}
.inner-s6 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 0 .24rem;
    height: .8rem;
}
.inner-s6 li span{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    position: relative;
    padding-left: .15rem;
}
.inner-s6 li span:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .05rem;
    height: .05rem;
    background: #203E87;
    border-radius: 50%;
    opacity: .3;
    transform: translateY(-50%);
}
.inner-s6 li span:after{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .18rem;
    height: .16rem;
    background: url("../images/arrow-11.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    transition: all .5s;
}
.inner-s6 li i{
    display: block;
    width: .25rem;
    height: .09rem;
    background: url("../images/arrow-9.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    margin-left: .1rem;
    flex-shrink: 0;
    transition: all .5s;
}
.inner-s6 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/n-img-14.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}
.inner-s6 li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/n-img-15.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    backdrop-filter: drop-shadow(0 .05rem .15rem rgba(32, 62, 135, 0.2478));
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s6 li:hover span{
    padding-left: .28rem;
    color: #ffffff;
    font-weight: 700;
}
.inner-s6 li:hover span:before{
    opacity: 0;
    visibility: hidden;
}
.inner-s6 li:hover span:after{
    opacity: 1;
    visibility: visible;
}
.inner-s6 li:hover i{
    background-image: url("../images/arrow-10.png");
}
.inner-s6 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s6{
    margin-top: .56rem;
}
@media (max-width: 1025px) {
    .inner-s6 li{
        width: 49%;
        padding: .05rem;
    }
    .inner-s6 li a{
        padding: 0 .2rem;
        height: .68rem;
    }
    .inner-s6 li i{
        width: .18rem;
        height: .07rem;
    }
    .inner-s6 ul{
        gap: .2rem 0;
    }
    .inner-s6{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .inner-s6 li{
        width: 100%;
    }
}
/*inner-s7*/

.inner-s7 .desc{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    text-indent: 2em;
}
.inner-s7 .desc p + p{
    margin-top: .47rem;
}
.inner-s7 .item1 .desc{
    width: 69.42%;
}
.inner-s7 .list01 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .44rem 3.5%;
}
.inner-s7 .list01 li{
    width: 31%;
}
.inner-s7 .list01 h3{
    display: flex;
    align-items: center;
    font-size: .36rem;
    line-height: .52rem;
    color: #FFD700;
    font-weight: 700;
}
.inner-s7 .list01 h3 span{
    display: block;
}
.inner-s7 .list01 h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
}
.inner-s7 .item2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .47rem .4rem .51rem;
    border-radius: .16rem;
    background: linear-gradient(180deg, #103ca6 0%, #7b6cf8 100%);
    box-shadow: 0 .05rem .15rem 0 rgba(32, 62, 135, 0.3647);
    position: relative;
    margin-top: .47rem;
}
.inner-s7 .list01 .lines{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.inner-s7 .list01 .lines span{
    position: absolute;
}
.inner-s7 .list01 .lines .line1{
    left: 0;
    right: 0;
    top: 50%;
    height: .01rem;
    background: linear-gradient(90deg, #ffffff00 -1%, #ffffff74 54%, #ffffff00 100%);
}
.inner-s7 .list01 .lines .line2{
    left: 28%;
    bottom: 0;
    top: 0;
    width: .01rem;
    background: linear-gradient(180deg, #ffffff00 0%, rgba(255, 255, 255, 0.3) 54%, #ffffff00 100%);
}
.inner-s7 .list01 .lines .line3{
    left: 63%;
    bottom: 0;
    top: 0;
    width: .01rem;
    background: linear-gradient(180deg, #ffffff00 0%, rgba(255, 255, 255, 0.3) 54%, #ffffff00 100%);
}
.inner-s7 .list01 .lines .line2:before,
.inner-s7 .list01 .lines .line3:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: .07rem;
    height: .07rem;
    background: url("../images/n-img-21.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
}
.inner-s7 .list01{
    position: relative;
    width: 65.48%;
}
.inner-s7 .item2:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 34.87%;
    height: 5.17rem;
    background: url("../images/n-img-16.png") no-repeat bottom center;
    background-size: 100% auto;
    pointer-events: none;
}
.inner-s7 .item3{
    margin-top: .47rem;
}
.inner-s7 .item4 .img-box{
    width: 45.7%;
    height: 3.11rem;
    overflow: hidden;
    border-radius: .1rem;
}
.inner-s7 .item4 .img-box img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.inner-s7 .item4 .txt-box{
    width: 50.74%;
    margin-top: .06rem;
}

.inner-s7 .item4:before{
    position: absolute;
    content: '';
    top: -.2rem;
    right: calc((100vw - 16rem) / -2);
    width: 3.72rem;
    height: 5.17rem;
    background: url("../images/n-img-20.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}
.inner-s7 .item4{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: .47rem;
    position: relative;
}

.inner-s7 .item5 .img-box{
    width: 45.7%;
    height: 3.11rem;
    overflow: hidden;
    border-radius: .1rem;
}
.inner-s7 .item5 .img-box img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.inner-s7 .item5 .txt-box{
    width: 50.74%;
    margin-top: .21rem;
}

.inner-s7 .item5{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: .47rem;
}
.inner-s7 .item6{
    margin-top: .47rem;
}
.inner-s7 .item7 .img-box{
    border-radius: .1rem;
    overflow: hidden;
}
.inner-s7 .item7 .img-box img{
    display: block;
    width: 100%;
}
.inner-s7 .item7{
    margin-top: .47rem;
}
.inner-s7 .item8{
    margin-top: .47rem;
}
.inner-s7 {
    margin-top: .82rem;
}
@media (max-width: 1025px) {
    .inner-s7 .desc{
        line-height: 1.75;
    }
    .inner-s7 .desc p + p{
        margin-top: .1rem;
    }
    .inner-s7 .item1 .desc{
        width: 100%;
    }
    .inner-s7 .item2{
        padding: .2rem;
        border-radius: .1rem;
        margin-top: .2rem;
    }
    .inner-s7 .list01{
        width: 100%;
    }
    .inner-s7 .list01 h3{
        font-size: .3rem;
        line-height: .4rem;
        justify-content: center;
    }
    .inner-s7 .list01 h4{
        text-align: center;
    }
    .inner-s7 .list01 li{
        width: 33.33%;
    }
    .inner-s7 .list01 ul{
        gap: .2rem 0;
    }
    .inner-s7 .list01 .lines .line2{
        left: 33.33%;
    }
    .inner-s7 .list01 .lines .line3{
        left: 66.66%;
    }
    .inner-s7 .item2:before{
        display: none;
    }
    .inner-s7 .item3{
        margin-top: .2rem;
    }
    .inner-s7 .item4 .txt-box,
    .inner-s7 .item5 .txt-box{
        width: 100%;
        margin-top: .2rem;
    }
    .inner-s7 .item4 .img-box,
    .inner-s7 .item5 .img-box{
        width: 100%;
        height: auto;
    }
    .inner-s7 .item4:before{
        display: none;
    }
    .inner-s7 .item4,
    .inner-s7 .item5,
    .inner-s7 .item6,
    .inner-s7 .item7,
    .inner-s7 .item8{
        margin-top: .2rem;
    }
    .inner-s7{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .inner-s7 .list01 li{
        width: 50%;
    }
    .inner-s7 .list01 .lines{
        display: none;
    }
}

/*inner-s8*/

.inner-s8 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-s8 li{
    width: 22.85%;
    margin: .4rem 0 0 2.86%;
    position: relative;
    box-shadow: 0 0 .2rem rgba(3, 38, 161, 0.12);
}
.inner-s8 li:nth-child(-n+4){
    margin-top: 0;
}
.inner-s8 li:nth-child(4n+1){
    margin-left: 0;
}
.inner-s8 li a{
    display: block;
    padding: .3rem .3rem .13rem;
    position: relative;
    z-index: 2;
}
.inner-s8 li .pic{
    padding-top: 2.87rem;
    border-radius: .06rem;
}
.inner-s8 li .pic .a{
    background-position: top center;
}
.inner-s8 li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #000000;
    transition: .5s;
}
.inner-s8 li h4{
    font-size: .16rem;
    line-height: .3rem;
    color: #333333;
    margin-top: .05rem;
    transition: all .5s;
}
.inner-s8 li .txt{
    margin-top: .2rem;
    text-align: center;
}
.inner-s8 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #103ca6 0%, #7b6cf8 100%);
    box-shadow: 0 .05rem .15rem 0 rgba(32, 62, 135, 0.3647);
    border-radius: .05rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s8 li:hover h3{
    color: #fff;
    font-weight: bold;
}
.inner-s8 li:hover h4{
    color: #ffffff;
}
.inner-s8 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner-s8{
    margin-top: .55rem;
}
@media (max-width: 1025px) {
    .inner-s8 li .pic{
        padding-top: 133.46%;
    }
    .inner-s8 li h3{
        font-size: .2rem;
    }
    .inner-s8 li h4{
        line-height: .26rem;
        margin-top: 0;
    }
    .inner-s8 li .txt{
        margin-top: .1rem;
    }
    .inner-s8 li a{
        padding: .2rem .2rem .1rem;
    }
    .inner-s8 li{
        width: 23.5%;
        margin: 0;
    }
    .inner-s8 ul{
        gap: .2rem 2%;
    }
    .inner-s8{
        margin-top: .3rem;
    }
}
@media (max-width: 769px) {
    .inner-s8 li {
        width: 32%;
    }
}
@media (max-width: 481px) {
    .inner-s8 li a{
        padding: .15rem .15rem .1rem;
    }
    .inner-s8 li {
        width: 49%;
    }
}

/*inner-s9*/

.inner-s9 ul{
    display: flex;
    flex-wrap: wrap;

}
.inner-s9 ul li{
    width: 30.15%;
    margin: .5rem 0 0 4.775%;
    position: relative;
}
.inner-s9 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s9 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s9 ul li a{
    display: block;
}
.inner-s9 ul li .pic{
    padding-top: 2.4rem;
}
.inner-s9 ul li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.inner-s9 ul li .txt{
    padding: .2rem .2rem .1rem;
    border-bottom: .02rem solid #203e87;
}
.inner-s9 ul li:hover h3{
    color: #203e87;
    font-weight: bold;
}

.inner-s9 {
    margin-top: .36rem;
}

@media (max-width: 1025px){
    .inner-s9 ul li .pic{
        padding-top: 63.16%;
    }
    .inner-s9 ul li .txt{
        padding: .15rem;
    }
    .inner-s9 ul li{
        width: 32%;
        margin: 0;
    }
    .inner-s9 ul{
        gap: .26rem 2%;
    }
    .inner-s9{
        margin-top: .3rem;
    }
}

@media (max-width: 769px){
    .inner-s9 ul li{
        width: 49%;
    }
}
@media (max-width: 481px){
    .inner-s9 ul li .txt{
        padding: .1rem;
    }
}


.n-dh ul{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem .3rem;
}
.n-dh li{
    position: relative;
}
.n-dh li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    line-height: .3rem;
    height: .52rem;
    padding: 0 .2rem;
    min-width: 1.4rem;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.n-dh li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: .01rem solid rgba(105, 102, 221, 0.17);
    border-radius: .05rem;
}
.n-dh li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #103ca6 0%, #7b6cf8 100%) no-repeat 50% 50%;
    background-size:cover;
    box-shadow: 0 .05rem .15rem 0 rgba(32, 62, 135, 0.3192);
    border-radius: .05rem;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.n-dh li:hover a,
.n-dh li.active a{
    color: #ffffff;
    font-weight: 700;
}
.n-dh li:hover:after,
.n-dh li.active:after{
    opacity: 1;
    visibility: visible;
}
.n-dh{
    margin-top: .2rem;
}
@media (max-width: 1025px){
    .n-dh ul{
        gap: .1rem .2rem;
    }
    .n-dh{
        margin-top: .3rem;
    }
    .n-dh li a{
        min-width: 1.5rem;
    }
}


.pb_sys_common{ margin-top:60px !important; line-height: 36px !important;}