@charset "utf-8";
.h100{height: 100%;}


.n_banner{
    position: relative;
    clip-path: url(#clipPath);
}
.n_banner:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#1d51b0;
    opacity:.2
}
.n_banner:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 19.85%;
    background: url("../images/n-img-1.png") no-repeat bottom center;
    background-size: 100% auto;
    pointer-events: none;
}
.n_banner .img img{
    display: block;
    width: 100%;
}

.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
}
.n-tit h4{
    font-size: .5rem;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-weight: 700;
    opacity: .25;
}
.n-tit h3{
    font-size: .56rem;
    line-height: 1;
    font-weight: 700;
    background: #fff url("../images/n-img-3.png");
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -.15rem;
    width: fit-content;
}
.n-tit h6 img{
    display: block;
    height: .15rem;
    margin-top: .16rem;
}

.posi{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .82rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .18rem;
    line-height: .28rem;
    color: #ffffff;
}
.posi img{
    display: block;
    width: .29rem;
    margin-right: .08rem;
}
.posi a + span{
    margin: 0 .03rem;
}
.posi a{
    display: block;
    color: inherit;
}

.n_dh li a{
    display: block;
    font-size: .24rem;
    line-height: .6rem;
    color: #000000;
    padding: 0 .24rem;
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.n_dh li:not(.slide-dian):before{
    position: absolute;
    content: '';
    left: -.15rem;
    right: -.15rem;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,#154db4 0%,#5cb0ff 100%);
    border-radius: .3rem 0 .3rem 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .5s;
}
.n_dh li .dian{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 .08rem;
    height: .6rem;
}
.n_dh li .dian:before,
.n_dh li .dian:after{
    content: '';
    display: block;
    width: .28rem;
    height: .01rem;
    background: #dcdcdc;
}
.n_dh li .dian i{
    display: block;
    width: .07rem;
    height: .07rem;
    background: #dcdcdc;
    border-radius: 50%;
}
.n_dh li:hover a,
.n_dh li.active a{
    color: #ffffff;
}
.n_dh li:hover:before,
.n_dh li.active:before{
    opacity: 1;
    visibility: visible;
}
.n_dh li{
    position: relative;
    width: auto !important;
}
.n_dh .swiper-wrapper{
    justify-content: center;
}
.n_erji{
    padding: 0 .15rem;
    max-width: calc(100% - 1.14rem);
}
.n_dh .ico img{
    display: block;
    width: .28rem;
}
.n_dh .ico:nth-child(1){
    margin-right: .29rem;
}
.n_dh .ico:last-child{
    margin-left: .29rem;
}
.n_dh .ico{
    flex-shrink: 0;
}
.n_dh{
    margin-bottom: .92rem;
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.13rem;
}

.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: #1D51B0;
    color: #fff;
    border: 1px solid #1D51B0;
}

.pagination a:hover {
    background: #1D51B0;
    color: #fff;
    border: 1px solid #1D51B0;
}
.inner-page .bg-box img{
    position: absolute;
    pointer-events: none;
    display: block;

}
.inner-page .bg-box .img1{
    left: 0;
    right: 0;
    width: 100%;
    top: -.7rem;
}
.inner-page .bg-box .img2{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.inner-page .bg-box .img3{
    right: 0;
    bottom: 1.97rem;
    width: 4.51rem;
}
.inner-page{
    padding: .53rem 0 2.42rem;
    position: relative;
}
.footer:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -1rem;
    height: 4.52rem;
    background: url("../images/foot-1.png") no-repeat top center;
    background-size: 100% auto;
    pointer-events: none;
}
.footer{
    padding-top: 1.02rem;
    background: #ffffff ;
    position: relative;
}

@media (max-width: 992px) {
    .n-tit{
        display: none;
    }
    .n_banner:after{
        display: none;
    }
    .n_banner{
        clip-path: none;
    }
    .posi img{
        width: .34rem;
    }
    .posi{
        font-size: max(.22rem,12px);
        line-height: 1.5;
        bottom: .2rem;
    }
    .footer{
        padding-top: .5rem;
    }
    .inner-page{
        padding: .5rem 0 1.2rem;
    }
    .pagination{
        padding-top: .5rem;
    }
    .n_dh{
        display: none;
    }

}
@media (max-width:597px){
    .n_banner .img img{
        height: 45vw;
        object-fit: cover;
    }
}



.inner-s1 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .3rem .43rem .3rem .3rem;
}
.inner-s1 li .img{
    width: 4.28rem;
    height: 2.41rem;
    border-radius: .3rem 0 .3rem 0;
}
.inner-s1 li .text{
    width: calc(100% - 4.67rem);
}
.inner-s1 li time{
    display: flex;
    align-items: baseline;
    font-size: .14rem;
    line-height: 1;
    color: #1D51B0;
    transition: all .5s;
}
.inner-s1 li time span{
    display: block;
    font-size: .26rem;
    line-height: .34rem;
    margin-right: .07rem;
}
.inner-s1 li time i{
    display: block;
    width: .01rem;
    height: .1rem;
    background: #1D51B0;
    opacity: .3;
    transform: rotate(25deg);
    margin-right: .07rem;
}
.inner-s1 li h4{
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    margin-top: .28rem;
    transition: all .5s;
}
.inner-s1 li p{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    height: .52rem;
    margin-top: .16rem;
    transition: all .5s;
}
.inner-s1 li h6 i{
    display: block;
    width: .14rem;
    height: .17rem;
    margin-left: .07rem;
    background: url("../images/n-img-6.png") no-repeat 50% 50%;
    background-size: 100%;
    transition: all .5s;
}
.inner-s1 li h6{
    font-size: .16rem;
    line-height: .24rem;
    color: #1D51B0;
    display: flex;
    align-items: center;
    margin-top: .25rem;
    transition: all .5s;
}
.inner-s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/n-img-8.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: .2rem;
    border: .01rem solid rgba(92, 176, 255, 0.3);
}
.inner-s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/n-img-9.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: .2rem;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 .02rem .1rem  rgba(92, 176, 255, 0.5262);
    transition: all .5s;
}
.inner-s1 li:hover time{
    color: #ffffff;
}
.inner-s1 li:hover time i{
    background: #ffffff;
}
.inner-s1 li:hover h4{
    color: #ffffff;
    font-weight: 700;
}
.inner-s1 li:hover p{
    color: #FFFFFF;
}
.inner-s1 li:hover h6 i{
    background-image: url("../images/n-img-7.png");
}
.inner-s1 li:hover h6{
    color: #ffffff;
}
.inner-s1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner-s1 li + li{
    margin-top: .5rem;
}
.inner-s1 li{
    position: relative;
}

@media (max-width: 992px) {
    .inner-s1 li a{
        padding: .2rem;
    }
    .inner-s1 li .img{
        border-radius: .2rem 0 .2rem 0;
    }
    .inner-s1 li time span{
        font-size: max(.28rem,16px);
        line-height: 1.5;
    }
    .inner-s1 li time{
        font-size: max(.2rem,12px);
    }
    .inner-s1 li h4{
        font-size: max(.26rem,14px);
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner-s1 li p{
        font-size: max(.2rem,13px);
        line-height: 1.5;
        height: 3em;
        margin-top: .1rem;
    }
    .inner-s1 li h6{
        font-size: max(.2rem,12px);
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner-s1 li:before,
    .inner-s1 li:after{
        border-radius: .1rem;
    }
    .inner-s1 li + li{
        margin-top: .3rem;
    }
}
@media (max-width:597px){
    .inner-s1 li .img{
        width: 100%;
        height: 46vw;
    }
    .inner-s1 li .text{
        width: 100%;
        margin-top: .2rem;
    }
}

/*inner-s2*/

.inner-s2 li{
    width: 48.125%;
    position: relative;
    margin-top: .6rem;
}
.inner-s2 li:nth-child(-n+2){
    margin-top: 0;
}
.inner-s2 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .44rem .47rem .45rem .39rem;
}

.inner-s2 li time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #1D51B0;
    background: url("../images/n-img-10.png") no-repeat right center;
    background-size: auto .17rem;
    transition: all .5s;
}
.inner-s2 li h4{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    margin-top: .19rem;
    transition: all .5s;
}
.inner-s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-12.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: .2rem;
    border: .01rem solid rgba(92, 176, 255, 0.3);
}
.inner-s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-13.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: .2rem;
    box-shadow: 0 .02rem .11rem rgba(92, 176, 255, 0.4668);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s2 li:hover time{
    color: #ffffff;
    background-image: url("../images/n-img-11.png");
}
.inner-s2 li:hover h4{
    color: #ffffff;
    font-weight: 700;
}
.inner-s2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
@media (max-width: 992px) {
    .inner-s2 li time{
        font-size: max(.24rem,14px);
        line-height: 1.5;
        background-size: auto max(.2rem,12px);
    }
    .inner-s2 li h4{
        font-size: max(.24rem,14px);
        line-height: 1.5;
        height: 3em;
        margin-top: .1rem;
    }
    .inner-s2 li a{
        padding: .25rem;
    }
    .inner-s2 li:before,
    .inner-s2 li:after{
        border-radius: .1rem;
    }
    .inner-s2 li{
        width: 49%;
        margin: 0;
    }
    .inner-s2 ul{
        gap: .3rem 2%;
    }
}
@media (max-width:597px){
    .inner-s2 li{
        width: 100%;
    }
}

/*inner-s3*/

.inner-s3 .dtl-l{
    width: 70.4375%;
}

.inner-s3 .dtl-tit h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #333333;
    font-weight: 700;
    text-align: center;
}
.inner-s3 .cont{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
    gap: 0 .7rem;
}

.inner-s3 .cont .li{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    display: flex;
    align-items: center;
}
.inner-s3 .cont .li img{
    display: block;
    max-width: .19rem;
    margin-right: .1rem;
}
#share-2 a{
    width: .18rem;
    height: .18rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: no-repeat 50% 50%;
    background-size: 100%;
}
#share-2 .icon-wechat{
    background-image: url("../images/wx-1.png") !important;
}
#share-2 .icon-qq{
    background-image: url("../images/qq-1.png") !important;
}
#share-2 .icon-weibo{
    background-image: url("../images/wb-1.png") !important;
}
#share-2{
    display: flex;
    align-items: center;
    gap: 0 .1rem;
}
#share-2  .icon-wechat .wechat-qrcode{
    top: auto;
    bottom: calc(100% + .1rem);
    left: -.9rem;
    width: 2rem;
    height: auto;
    min-height: 2.1rem;
}
#share-2 .icon-wechat .wechat-qrcode .qrcode{
    width: 1.05rem;
    margin: .1rem auto;
}
#share-2 .icon-wechat .wechat-qrcode .qrcode img{
    max-width: 1.05rem;
    margin-right: 0;
}

.inner-s3 .dtl-tit{
    padding-bottom: .28rem;
    border-bottom: .01rem solid #1D51B0;
}
.inner-s3 .dtl-txt p{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    text-indent: 2em;
}
.inner-s3 .dtl-txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s3 .dtl-txt p + p{
    margin-top: .35rem;
}
.inner-s3 .dtl-txt{
    margin-top: .35rem;
}
.inner-s3 .dtl-page p{
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    transition: all .5s;
}
.inner-s3 .dtl-page p + p{
    margin-top: .21rem;
}
.inner-s3 .dtl-page p:hover{
    color: #1D51B0;
    font-weight: 700;
}
.inner-s3 .dtl-page:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.04rem;
    width: .66rem;
    height: .05rem;
    background: #1D51B0;
}
.inner-s3 .dtl-page{
    position: relative;
    padding-top: .42rem;
    border-top: .01rem solid rgba(151, 151, 151, 0.3);
    margin-top: .66rem;
}
.inner-s3 .dtl-r{
    width: 26.4375%;
}
.inner-s3 .dtl-r h3{
    display: flex;
    align-items: center;
    font-size: .3rem;
    line-height: .4rem;
    color: #333333;
    font-weight: normal;
}
.inner-s3 .dtl-r h3 span{
    color: #1D51B0;
}
.inner-s3 .dtl-r h3 img{
    display: block;
    width: .4rem;
    margin-right: .13rem;
}
.inner-s3 .dtl-r li a{
    display: block;
}
.inner-s3 .dtl-r li time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #1D51B0;
}
.inner-s3 .dtl-r li time img{
    display: block;
    width: .17rem;
    margin-right: .09rem;
}
.inner-s3 .dtl-r li h4{
    font-size: .18rem;
    line-height: .29rem;
    color: #333333;
    height: .58rem;
    margin-top: .12rem;
    margin-left: .28rem;
}
.inner-s3 .dtl-r li:hover h4{
    color: #1D51B0;
    font-weight: 700;
}
.inner-s3 .dtl-r li + li{
    margin-top: .4rem;
}
.inner-s3 .dtl-r ul:before{
    position: absolute;
    content: '';
    left: .2rem;
    top: -.5rem;
    bottom: 0;
    width: .01rem;
    background: #1D51B0;
    opacity: .15;
}
.inner-s3 .dtl-r ul{
    position: relative;
    margin-top: .54rem;
    padding-left: .12rem;
}
@media (max-width: 992px) {
    #share-2 .icon-wechat .wechat-qrcode{
        top: calc(100% + .1rem);
        bottom: auto;
    }
    .social-share .icon-wechat .wechat-qrcode:after{
        display: none;
    }
    .inner-s3 .dtl-l{
        width: 100%;
    }
    .inner-s3 .dtl-tit h2{
        font-size: max(.32rem,18px);
        line-height: 1.5;
    }
    .inner-s3 .cont .li{
        font-size: max(.22rem,12px);
        line-height: 1.5;
    }
    .inner-s3 .cont .li img{
        max-width: max(.25rem,15px);
    }
    #share-2 a{
        width: max(.25rem,15px);
        height: max(.25rem,15px);
    }
    .inner-s3 .dtl-tit{
        padding-bottom: .2rem;
    }
    .inner-s3 .dtl-txt p{
        font-size: max(.22rem,14px);
        line-height: 1.75;
    }
    .inner-s3 .dtl-txt p + p{
        margin-top: .15rem;
    }
    .inner-s3 .dtl-page p{
        font-size: max(.22rem,14px);
        line-height: 1.75;
    }
    .inner-s3 .dtl-page p + p{
        margin-top: .1rem;
    }
    .inner-s3 .dtl-page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner-s3 .dtl-r{
        width: 100%;
        margin-top: .4rem;
    }
    .inner-s3 .dtl-r h3{
        font-size: max(.32rem,18px);
        line-height: 1.5;
    }
    .inner-s3 .dtl-r li time{
        font-size: max(.2rem,12px);
        line-height: 1.5;
    }
    .inner-s3 .dtl-r li h4{
        font-size: max(.22rem,14px);
        line-height: 1.5;
        height: 3em;
        margin-top: .1rem;
    }
    .inner-s3 .dtl-r li + li{
        margin-top: .2rem;
    }
    .inner-s3 .dtl-r ul{
        margin-top: .2rem;
    }
}
@media (max-width:597px){}


/*inner-s4*/

.inner-s4 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .53rem 2.7%;
}
.inner-s4 li{
    width: 30.625%;
    position: relative;
    padding: .05rem;
    background: url("../images/n-img-19.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}
.inner-s4 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: .74rem;
    padding: 0 .3rem;
    background: url("../images/n-img-20.png") no-repeat 50% 50%;
    background-size: 100% 100%;
}
.inner-s4 li h4{
    flex: 1;
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    transition: all .5s;
}
.inner-s4 li img{
    display: block;
    width: .14rem;
    margin-left: .2rem;
    flex-shrink: 0;
}
.inner-s4 li:hover h4{
    color: #1D51B0;
    font-weight: 700;
}
@media (max-width: 992px) {
    .inner-s4 li h4{
        font-size: max(.22rem,14px);
        line-height: 1.5;
    }
    .inner-s4 li img{
        width: max(.15rem,10px);
        margin-left: .15rem;
    }
    .inner-s4 li a{
        padding: 0 .2rem;
    }
    .inner-s4 li{
        width: 49%;
    }
    .inner-s4 ul{
        gap: .3rem 2%;
    }
}
@media (max-width:597px){
    .inner-s4 li{
        width: 100%;
    }
}

/*inner-s5*/

.inner-s5 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .6rem 3.78125%;
}
.inner-s5 li{
    width: 30.8125%;
    position: relative;
}
.inner-s5 li a{
    display: block;
    position: relative;
    z-index: 2;
}
.inner-s5 li .img{
    height: 2.77rem;
    border-radius: .3rem 0 .3rem 0;
}
.inner-s5 li .name{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    font-size: .24rem;
    line-height: .42rem;
    color: #FFFFFF;
    padding: 0 .29rem 0 .23rem;
    background: #1D51B0;
    border-radius: 0 50vw 50vw 0;
}

.inner-s5 li h4{
    font-size: .2rem;
    line-height: .26rem;
    color: #1D51B0;
    transition: all .5s;
}
.inner-s5 li h5{
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    margin-top: .08rem;
    transition: all .5s;
}
.inner-s5 li .text{
    padding: .22rem .23rem .24rem;
}
.inner-s5 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: .2rem;
    background: #fff url("../images/n-img-22.png") no-repeat bottom center;
    background-size: 100% auto;
    border: .01rem solid rgba(29, 81, 176, 0.3);
    border-radius: .2rem;
}
.inner-s5 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: .2rem;
    background: #fff url("../images/n-img-23.png") no-repeat bottom center;
    background-size: 100% auto;
    border-radius: .2rem;
    box-shadow: 0 .02rem .11rem rgba(29, 81, 176, 0.564);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.inner-s5 li:hover h4{
    color: #ffffff;
}
.inner-s5 li:hover h5{
    color: #ffffff;
}
.inner-s5 li:hover:after{
    opacity: 1;
    visibility: visible;
}

@media (max-width: 992px) {
    .inner-s5 li .img{
        height: 20vw;
        border-radius: .1rem 0 .1rem 0;
    }
    .inner-s5 li .name{
        font-size: max(.24rem,14px);
        line-height: 2;
        padding: 0 1em;
    }
    .inner-s5 li h4{
        font-size: max(.22rem,14px);
        line-height: 1.5;
    }
    .inner-s5 li h5{
        font-size: max(.2rem,12px);
        line-height: 1.5;
        margin-top: .05rem;
    }
    .inner-s5 li .text{
        padding: .2rem;
    }
    .inner-s5 li:before,
    .inner-s5 li:after{
        border-radius: .1rem;
    }
    .inner-s5 li{
        width: 32%;
    }
    .inner-s5 ul{
        gap: .3rem 2%;
    }
}
@media (max-width:597px){
    .inner-s5 li{
        width: 100%;
    }
    .inner-s5 li .img {
        height: 52vw;
    }
    .inner-s5 li h4,
    .inner-s5 li h5{
        display: block;
    }
}


/*inner-s6*/

.inner-s6 .swiperhg a{
    display: block;
    position: relative;
}
.inner-s6 .swiperhg .img{
    height: 8.29rem;
}
.inner-s6 .swiperhg h4{
    font-size: .24rem;
    line-height: .32rem;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .29rem;
    padding: 0 .5rem;
    z-index: 3;
}
.inner-s6 .swiperhg a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5rem;
    background: linear-gradient(180deg, rgba(230, 213, 189, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.inner-s6 .btn{
    width: .29rem;
    height: .4rem;
    background: no-repeat 50% 50%;
    background-size: 100%;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.inner-s6 .prev{
    left: 0;
    background-image: url("../images/n-img-26.png");
}
.inner-s6 .next{
    right: 0;
    background-image: url("../images/n-img-27.png");
}
.inner-s6 .top{
    position: relative;
    padding: 0 .62rem;
}
.inner-s6 .swiperhgg li .img{
    height: 1.58rem;
    border-radius: .2rem 0 .2rem 0;
    transition: all .5s;
    cursor: pointer;
}
.inner-s6 .swiperhgg li.swiper-slide-thumb-active .img{
    box-shadow: 0 .02rem .13rem rgba(29, 81, 176, 0.4197);
}
.inner-s6 .swiperhgg{
    padding: .2rem .14rem;
    margin: 0 -.14rem;
}
.inner-s6 .bot{
    padding: 0 .62rem;
    margin-top: .19rem;
}

@media (max-width: 992px) {
    .inner-s6 .top{
        padding: 0;
    }
    .inner-s6 .swiperhg h4{
        font-size: max(.26rem,16px);
        line-height: 1.5;
        padding: 0 .2rem;
        bottom: .2rem;
    }
    .inner-s6 .swiperhg .img{
        height: 50vw;
    }
    .inner-s6 .btn{
        z-index: 5;
        width: max(.25rem,10px);
        height: max(.34rem,13px);
    }
    .inner-s6 .prev{
        left: .2rem;
    }
    .inner-s6 .next{
        right: .2rem;
    }
    .inner-s6 .bot{
        padding: 0;
    }
    .inner-s6 .swiperhgg li .img{
        height: 12vw;
        border-radius: .1rem 0 .1rem 0;
    }
}
@media (max-width:597px){
    .inner-s6 .swiperhgg li .img{
        height: 18vw;
    }
}

/*inner-s7*/

.inner-s7 li{
    width: 48.125%;
    position: relative;
}
.inner-s7 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    border-radius: .2rem;
    overflow: hidden;
}
.inner-s7 li .img{
    width: 1.89rem;
    height: 2.51rem;
}
.inner-s7 li .text{
    width: calc(100% - 1.89rem);
    padding: 0 .43rem;
}
.inner-s7 li .name{
    display: flex;
    align-items: baseline;
}
.inner-s7 li .name h3{
    font-size: .26rem;
    line-height: .34rem;
    color: #1D51B0;
    margin-right: .21rem;
}
.inner-s7 li .name h4{
    font-size: .18rem;
    line-height: 1;
    color: #333333;
}
.inner-s7 li .name img{
    display: block;
    height: .17rem;
    margin-left: auto;
}
.inner-s7 li i{
    display: block;
    width: .4rem;
    height: .02rem;
    background: #1D51B0;
    margin-top: .25rem;
}
.inner-s7 li p{
    font-size: .18rem;
    line-height: .24rem;
    color: #1D51B0;
    margin: .24rem 0 .22rem;
}
.inner-s7 li h5{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
}
.inner-s7 li h5 img{
    display: block;
    width: .15rem;
    margin-right: .07rem;
}
.inner-s7 li h5 span{
    flex: 1;
}
.inner-s7 li h5 + h5{
    margin-top: .06rem;
}
.inner-s7 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem solid rgba(92, 176, 255, 0.3);
    border-radius: .2rem;
    background: url("../images/n-img-31.png") no-repeat 50% 50%;
    background-size: cover;
    transition: all .5s
}
.inner-s7 li:hover:before{
    border-color: rgba(92, 176, 255, 1)
}
.inner-s7 ul{
    gap: .63rem 0;
}

@media (max-width: 992px) {
    .inner-s7 li .name h3{
        font-size: max(.28rem,16px);
        line-height: 1.5;
        margin-right: .15rem;
        flex-shrink: 0;
    }
    .inner-s7 li .name h4{
        font-size: max(.22rem,12px);
        line-height: 1;
        flex-shrink: 0;
    }
    .inner-s7 li .name img{
        height: max(.2rem,12px);

    }
    .inner-s7 li i{
        margin-top: .15rem;
    }
    .inner-s7 li p{
        font-size: max(.22rem,14px);
        line-height: 1.5;
        margin: .15rem 0;
    }
    .inner-s7 li h5{
        font-size: max(.2rem,12px);
        line-height: 1.5;
    }
    .inner-s7 li h5 img{
        width: max(.2rem,12px);
    }
    .inner-s7 li .text{
        padding: 0 .2rem;
    }
    .inner-s7 li a{
        border-radius: .1rem;
    }
    .inner-s7 li:before{
        border-radius: .1rem;
    }
    .inner-s7 li{
        width: 100%;
    }
    .inner-s7 ul{
        gap: .3rem 2%;
    }
}
@media (max-width:597px){
    .inner-s7 li .img {
        width: 2.2rem;
        height: 2.8rem;
    }
}

/*inner-s8*/

.inner-s8 .item1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner-s8 .item1 .img{
    width: 2.81rem;
    height: 3.75rem;
    border-radius: .19rem;
    box-shadow: 0 .02rem .09rem rgba(29, 81, 176, 0.4958);
}
.inner-s8 .item1 .text{
    width: calc(100% - 3.53rem);
}
.inner-s8 .item1 h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #1D51B0;
}
.inner-s8 .item1 i:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -.02rem;
    width: 1.16rem;
    height: .05rem;
    clip-path: polygon(0 0, calc(100% - .05rem) 0, 100% 100%, 0 100%);
    background: #1d51b0;
}
.inner-s8 .item1 i{
    display: block;
    height: .01rem;
    background: rgba(29, 81, 176, 0.2);
    margin-top: .26rem;
    position: relative;
}
.inner-s8 .item1 .info{
    display: flex;
    flex-wrap: wrap;
    margin-top: .59rem;
}
.inner-s8 .item1 .info .li{
    width: 41.66%;
}
.inner-s8 .item1 .info h5{
    font-size: .2rem;
    line-height: .26rem;
    color: #333333;
    padding-left: .19rem;
    position: relative;
}
.inner-s8 .item1 .info h5:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .09rem;
    height: .08rem;
    background: #5CB0FF;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: translateY(-50%);
}
.inner-s8 .item1 .info h5 + h5{
    margin-top: .24rem;
}

.inner-s8 .item2 .tit h3{
    font-size: .26rem;
    line-height: .34rem;
    color: #333333;
    width: fit-content;
    position: relative;
}
.inner-s8 .item2 .tit h3:before{
    position: absolute;
    content: '';
    left: -.11rem;
    bottom: -.1rem;
    top: -.04rem;
    right: 0;
    border: .01rem solid #5CB0FF ;
    border-radius: .05rem;
    pointer-events: none;
    clip-path: polygon(0 0, 15% 0, 100% 100%, 0% 100%);
}
.inner-s8 .item2 .tit:before{
    position: absolute;
    content: '';
    left: .17rem;
    top: -.025rem;
    width: .05rem;
    height: .05rem;
    background: #1D51B0;
    border-radius: 50%;
}
.inner-s8 .item2 .tit:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -0.015rem;
    width: .49rem;
    height: .03rem;
    background: linear-gradient(90deg, #5CB0FF 2%, #1D51B0 100%);
    border-radius: 50vw;
}
.inner-s8 .item2 .tit{
    width: fit-content;
    position: relative;
    padding: .04rem 0 .1rem .11rem;
}
.inner-s8 .item2 .desc p{
    font-size: .2rem;
    line-height: .38rem;
    color: #333333;
    padding-left: .24rem;
    position: relative;
}
.inner-s8 .item2 .desc p + p{
    margin-top: .31rem;
}
.inner-s8 .item2 .desc p:before{
    position: absolute;
    content: '';
    left: 0;
    top: .13rem;
    width: .11rem;
    height: .1rem;
    background: #5CB0FF;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.inner-s8 .item2 .desc{
    margin-top: .39rem;
}
.inner-s8 .item2{
    margin-top: .91rem;
}

@media (max-width: 992px) {
    .inner-s8 .item1 .img{
        width: 2.5rem;
        height: 3.3rem;
        border-radius: .1rem;
    }
    .inner-s8 .item1 h3{
        font-size: max(.32rem,18px);
        line-height: 1.5;
    }
    .inner-s8 .item1 i{
        margin-top: .15rem;
    }
    .inner-s8 .item1 .info h5{
        font-size: max(.22rem,14px);
        line-height: 1.5;
    }
    .inner-s8 .item1 .info h5 + h5{
        margin-top: .15rem;
    }
    .inner-s8 .item1 .info .li{
        width: 100%;
    }
    .inner-s8 .item1 .info .li + .li{
        margin-top: .15rem;
    }
    .inner-s8 .item1 .info{
        margin-top: .2rem;
    }
    .inner-s8 .item1 .text {
        width: calc(100% - 2.8rem);
    }
    .inner-s8 .item1{
        align-items: flex-start;
    }
    .inner-s8 .item2 .tit h3{
        font-size: max(.28rem,16px);
        line-height: 1.5;
    }
    .inner-s8 .item2 .desc p{
        font-size: max(.22rem,14px);
        line-height: 1.75;
    }
    .inner-s8 .item2 .desc p + p{
        margin-top: .15rem;
    }
    .inner-s8 .item2 .desc{
        margin-top: .25rem;
    }
    .inner-s8 .item2{
        margin-top: .4rem;
    }
}
@media (max-width:597px){
    .inner-s8 .item1{
        flex-direction: column;
        align-items: center;
    }
    .inner-s8 .item1 .text{
        width: 100%;
        margin-top: .2rem;
    }
}

/*inner-s9*/

.inner-s9 li{
    width: 46.6875%;
    position: relative;
}
.inner-s9 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .59rem 0;
}
.inner-s9 li .img{
    width: 3.27rem;
    height: 4.67rem;
}
.inner-s9 li .text{
    width: calc(100% - 3.65rem);
}
.inner-s9 li h3{
    font-size: .26rem;
    line-height: .34rem;
    color: #333333;
}
.inner-s9 li i{
    display: block;
    width: .57rem;
    height: .03rem;
    margin-top: .36rem;
    margin-bottom: .3rem;
    background: #1d51b0;
}
.inner-s9 li h4{
    font-size: .18rem;
    line-height: .32rem;
    color: #666666;
}
.inner-s9 li h4 + h4{
    margin-top: .16rem;
}
.inner-s9 li h4.line6{
    max-height: 1.92rem;
}
.inner-s9 li:nth-child(2n+1):before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: .01rem;
    width: 16rem;
    background: #979797;
    opacity: .2;
}
@media (max-width: 992px){
    .inner-s9 li a{
        padding: .3rem 0;
    }
    .inner-s9 li h3{
        font-size: max(.26rem,16px);
        line-height: 1.5;
    }
    .inner-s9 li i{
        margin: .2rem 0;
    }
    .inner-s9 li h4{
        font-size: max(.2rem,13px);
        line-height: 1.75;
    }
    .inner-s9 li h4 + h4{
        margin-top: .05rem;
    }
    .inner-s9 li h4.line6{
        max-height: 10.5em;
    }
    .inner-s9 li:before{
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: .01rem;
        width: 100%;
        background: #979797;
        opacity: .2;
    }
    .inner-s9 li{
        width: 100%;
    }
    .inner-s9{
        overflow: hidden;
    }
}
@media (max-width: 597px){
    .inner-s9 li .img {
        width: 2.8rem;
        height: 3.9rem;
    }
    .inner-s9 li .text {
        width: calc(100% - 3.1rem);
    }
    .inner-s9 li h4.line6{
        -webkit-line-clamp: 3;
        max-height: 5.25em;
    }
}

/*inner-s10*/

.inner-s10 .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.inner-s10 .item-l{
    width: 61.4375%;
    padding: .43rem 1.1rem .73rem .44rem;
    background: url("../images/n-img-34.png") no-repeat 50% 50%;
    background-size: cover;
    border-radius: .4rem 0 .4rem 0;
}
.inner-s10 .item-l h3{
    font-size: .24rem;
    line-height: .32rem;
    color: #FFFFFF;
}
.inner-s10 .item-l i{
    display: block;
    width: .48rem;
    height: .03rem;
    background: #ffffff;
    margin-top: .29rem;
}
.inner-s10 .item-l .desc{
    font-size: .18rem;
    line-height: .3rem;
    color: #FFFFFF;
    text-indent: 2em;
    margin-top: .3rem;
}
.inner-s10 .item-l .desc p + p{
    margin-top: .33rem;
}

.inner-s10 .item-r{
    position: absolute;
    right: 0;
    top: 50%;
    width: 42.75%;
    height: 4.12rem;
    background: url("../images/n-img-33.png") no-repeat 50% 50%;
    background-size: cover;
    border: .01rem solid rgba(92, 176, 255, 0.3);
    border-radius: .3rem 0 .3rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2.06rem;
    z-index: 2;
}
.inner-s10 .item-r img{
    display: block;
    height: 3.25rem;
}
@media (max-width: 990px){
    .inner-s10 .item-l h3{
        font-size: max(.26rem,16px);
        line-height: 1.5;
    }
    .inner-s10 .item-l i{
        margin-top: .2rem;
    }
    .inner-s10 .item-l .desc{
        font-size: max(.2rem,14px);
        line-height: 1.75;
        margin-top: .2rem;
    }
    .inner-s10 .item-l .desc p + p{
        margin-top: .15rem;
    }
    .inner-s10 .item-l{
        width: 100%;
        padding: .25rem;
        border-radius: .1rem;
    }
    .inner-s10 .item-r{
        position: static;
        margin-top: 0;
        width: 100%;
    }
    .inner-s10 .item-r img{
        height: 2.7rem;
    }
    .inner-s10 .item{
        flex-wrap: wrap;
    }
}
@media (max-width: 597px){}

/*inner-s11*/
.inner-s11 .item .desc{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    text-indent: 2em;
}
.inner-s11 .item .desc p + p{
    margin-top: .42rem;
}


.inner-s11 .item1 img{
    display: block;
    height: 1.02rem;
    margin: 0 auto;
}
.inner-s11 .item1 .desc{
    margin-top: .56rem;
}
.inner-s11 .item2 h3{
    font-size: .26rem;
    line-height: .34rem;
    color: #1D51B0;
}
.inner-s11 .item2 .desc{
    margin-top: .29rem;
}
.inner-s11 .item2 .li + .li{
    margin-top: .42rem;
}
.inner-s11 .item + .item{
    margin-top: .51rem;
    padding-top: .51rem;
    border-top: .01rem solid rgba(92, 176, 255, 0.2);
}
.inner-s11{
    padding: .54rem .59rem 1.55rem;
    border-radius: .9rem 0 .9rem 0;
    background: url("../images/n-img-37.png") no-repeat 50% 50%;
    background-size: cover;
}

@media (max-width: 992px){
    .inner-s11 .item1 img{
        height: .8rem;
    }
    .inner-s11 .item .desc{
        font-size: max(.22rem,14px);
        line-height: 1.75;
    }
    .inner-s11 .item2 h3{
        font-size: max(.26rem,16px);
        line-height: 1.5;
    }
    .inner-s11 .item .desc{
        margin-top: .1rem;
    }
    .inner-s11 .item + .item{
        padding-top: .2rem;
        margin-top: .3rem;
    }
    .inner-s11{
        padding: .25rem;
        border-radius: .2rem 0 .2rem 0;
    }
}
@media (max-width: 597px){}

/*inner-s12*/

.inner-s12 ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: .58rem 0 .5rem;
    position: relative;
}
.inner-s12 li h3{
    font-size: .28rem;
    line-height: .34rem;
    color: #1d51b0;
    text-align: center;
    width: 2.66rem;
    flex-shrink: 0;
}
.inner-s12 li h4{
    width: 4rem;
    flex-shrink: 0;
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    padding: 0 .8rem;
}
.inner-s12 li p{
    flex: 1;
    font-size: .2rem;
    line-height: .24rem;
    color: rgba(51, 51, 51, 0.6);
    overflow: hidden;
    padding: 0 1.16rem 0 .55rem;
    margin-top: .05rem;
}
.inner-s12 li h3:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: .01rem;
    left: 2.66rem;
    background: #c0dafa;
    opacity: .7;
}
.inner-s12 li h4:before{
    position: absolute;
    content: '';
    display:none;
    top: 0;
    bottom: 0;
    width: .01rem;
    left: 6.66rem;
    background: #c0dafa;
    opacity: .7;
}
.inner-s12 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: .58rem;
    width: .05rem;
    height: .38rem;
    background: #1d51b0;
}
.inner-s12 li:not(:last-child):after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #c0dafa;
    opacity: .7;
}
.inner-s12 ul{
    border: .01rem solid rgba(192, 218, 250, 0.7);
    border-radius: .5rem 0 .5rem 0;
    background: url("../images/n-img-38.png") no-repeat 50% 50%;
    background-size: cover;
}

@media (max-width: 992px){
    .inner-s12 li h3{
        font-size: max(.28rem,16px);
        line-height: 1.5;
    }
    .inner-s12 li h4{
        width: 2.5rem;
        font-size: max(.24rem,14px);
        line-height: 1.75;
        padding: 0 .3rem;
    }
    .inner-s12 li h4:before{
        left: 5.16rem;
    }
    .inner-s12 li p{
        font-size: max(.22rem,12px);
        line-height: 1.5;
        padding: 0 .3rem;
    }
    .inner-s12 li:before{
        top: 50%;
        transform: translateY(-50%);
    }
    .inner-s12 ul li{
        padding: .3rem 0;
        align-items: center;
    }
    .inner-s12 ul{
        border-radius: .1rem 0 .1rem 0;
    }
}
@media (max-width: 597px){
    .inner-s12 li h3{
        width: 100%;
        text-align: left;
    }
    .inner-s12 li h4{
        width: 100%;
        padding: 0;
    }
    .inner-s12 li p{
        width: 100%;
        flex: auto;
        padding: 0;
    }
    .inner-s12 ul li{
        padding: .25rem;
    }
    .inner-s12 li h3:before,
    .inner-s12 li h4:before{
        display: none;
    }
    .inner-s12 li:before{
        top: .3rem;
        transform: none;
    }
}

/*inner-s13*/

.inner-s13 .item .desc{
    font-size: .18rem;
    line-height: 2;
    color: #333333;
}
.inner-s13 .item .desc p + p{
    margin-top: .12rem;
}
.inner-s13 .item1 .item-l{
    width: 61.125%;
}
.inner-s13 .item1 h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #1d51b0;
}
.inner-s13 .item1 .desc{
    margin-top: .41rem;
}
.inner-s13 .item1 h4{
    font-size: .24rem;
    line-height: .28rem;
    color: #1d51b0;
    margin-top: .26rem;
}
.inner-s13 .item1 .item-r{
    width: 38.875%;
    position: relative;
    padding: .36rem 0;
}
.inner-s13 .item1 .item-r img{
    display: block;
    height: 2.34rem;
    margin: 0 auto;
}
.inner-s13 .item1 .item-r:before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 100%;
    width: 7.23rem;
    background: url("../images/1960.png") no-repeat 50% 50%;
    background-size: contain;
    pointer-events: none;
    transform: translateX(-50%);
}
.inner-s13 .item1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-s13 .list01 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s13 .list01 li{
    position: relative;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
}
.inner-s13 .list01 li h3{
    display: flex;
    align-items: flex-start;
    font-size: .18rem;
    line-height: 1;
    color: rgba(51, 51, 51, 0.6);
    font-weight: normal;
    transition: all .5s;
}
.inner-s13 .list01 li h3 span{
    display: block;
    font-size: .6rem;
    line-height: 1;
    color: #1d51b0;
    font-family: Impact,sans-serif;
    transition: all .5s;
}
.inner-s13 .list01 li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(51, 51, 51, 0.8);
    text-align: center;
    margin-top: .1rem;
}
.inner-s13 .list01 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#154db4 0%,#5cb0ff 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: -2;
}
.inner-s13 .list01 li:after{
    position: absolute;
    content: '';
    left: .01rem;
    top: .01rem;
    right: .01rem;
    bottom: .01rem;
    background: #ffffff;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    transform-origin: 50% 50%;
    transition: all .5s;
}
.inner-s13 .list01 li:hover h3,
.inner-s13 .list01 li:hover h3 span,
.inner-s13 .list01 li:hover h4{
    color: #ffffff;
}
.inner-s13 .list01 li:hover:after{
    transform: scale(0);
}
.inner-s13 .list01 li:nth-child(1),
.inner-s13 .list01 li:nth-child(5){
    margin-top: .5rem;
}
.inner-s13 .list01 li:nth-child(3){
    margin-top: .3rem;
}
.inner-s13 .list01{
    margin: .59rem 0 ;
}
.inner-s13 .item2:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.51rem;
    width: 100vw;
    height: 22.55vw;
    background: url("../images/n-img-39.png") no-repeat 50% 50%;
    background-size: auto 100%;
    pointer-events: none;
    transform: translateX(-50%);
}
.inner-s13 .item2:after{
    position: absolute;
    content: '';
    right: calc((100vw - 16rem ) /-2);
    bottom: -1.05rem;
    width: 45.78125vw;
    height: 35.73vw;
    background: url("../images/n-img-40.png") no-repeat bottom center;
    background-size: auto 100%;
    pointer-events: none;
}
.inner-s13 .item2{
    position: relative;
    margin-top: .75rem;
}
.inner-s13 .item3 .item-l{
    width: 53.25%;
    position: relative;
}
.inner-s13 .item3 .item-l img{
    display: block;
    position: absolute;
    top: -2.05rem;
    left: calc((100vw - 16rem ) / -2);
    width: 10.22rem;
    height: 5.88rem;
    pointer-events: none;
    max-width: none;
    max-height: none;
}
.inner-s13 .item3 .item-r{
    width: 46.75%;
}
.inner-s13 .item3 h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #1d51b0;
}
.inner-s13 .item3 .desc{
    margin-top: .22rem;
}

.inner-s13 .item3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.93rem;
    position: relative;
    z-index: 2;
}
.inner-s13 .item4 h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #1d51b0;
}
.inner-s13 .item4 .desc{
    margin-top: .25rem;
}
.inner-s13 .item4:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 60.625vw;
    background: url("../images/n-img-42.png") no-repeat bottom center;
    background-size: 100% auto;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
}
.inner-s13 .item4{
    padding: .79rem 0 1.78rem;
    position: relative;
}

.inner-s13 .item5 h3{
    font-size: .24rem;
    line-height: .28rem;
    color: #1d51b0;
}
.inner-s13 .item5 .desc{
    margin-top: .32rem;
}
.inner-s13 .list02 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-s13 .list02 li h6{
    display: flex;
    align-items: flex-start;
    font-size: .18rem;
    line-height: 1;
    color: rgba(51, 51, 51, 0.6);
}
.inner-s13 .list02 li h6 span{
    display: block;
    font-size: .6rem;
    color: #1d51b0;
    line-height: 1;
    font-family: Impact,sans-serif;
    margin-right: .05rem;
}
.inner-s13 .list02 li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(51, 51, 51, 0.8);
    margin-top: .08rem;
}
.inner-s13 .list02 li.line{
    width: .01rem;
    height: .6rem;
    background: #cba870;
    opacity: .3;
    align-self: center;
}
.inner-s13 .list02{
    margin-top: .39rem;
}
.inner-s13 .item5 .item-l{
    width: 50%;
    margin-top: .18rem;
}
.inner-s13 .item5 .item-r{
    width: 46.875%;
    border-radius: .4rem 0 .4rem 0;
    overflow: hidden;
}
.inner-s13 .item5 .item-r img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-s13 .item5{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: .72rem;
}
.inner-s13 .item6 h3{
    font-size: .24rem;
    line-height: .28rem;
    color: #1d51b0;
}
.inner-s13 .item6 .desc{
    margin-top: .16rem;
}
.inner-s13 .list03 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem 1.66%;
}
.inner-s13 .list03 li{
    width: 23.75%;
}
.inner-s13 .list03 li .img{
    height: 2.13rem;
    border-radius: .2rem;
}
.inner-s13 .list03{
    margin-top: .42rem;
}
.inner-s13 .item6{
    margin-top: .78rem;
}
.inner-s13 .item7 h3{
    font-size: .24rem;
    line-height: .28rem;
    color: #1d51b0;
}
.inner-s13 .item7 .desc{
    margin-top: .2rem;
}
.inner-s13 .item7{
    margin-top: .77rem;
}


@media (max-width: 992px) {
    .inner-s13 .item1 h3{
        font-size: max(.36rem,18px);
        line-height: 1.5;
    }
    .inner-s13 .item .desc{
        font-size: max(.22rem,14px);
        line-height: 1.75;
    }
    .inner-s13 .item .desc p + p{
        margin-top: .1rem;
    }
    .inner-s13 .item1 h4{
        font-size: max(.26rem,16px);
        line-height: 1.75;
        margin-top: .15rem;
    }
    .inner-s13 .item1 .desc{
        margin-top: .2rem;
    }
    .inner-s13 .item1 .item-l{
        width: 100%;
        margin-top: 0;
    }
    .inner-s13 .item1 .item-r{
        width: 100%;
        margin-top: .4rem;
        padding: .25rem 0;
    }
    .inner-s13 .item1 .item-r img{
        height: 1.8rem;
    }
    .inner-s13 .list01 li h3 span{
        font-size: max(.42rem,24px);
    }
    .inner-s13 .list01 li:nth-child(1),
    .inner-s13 .list01 li:nth-child(3),
    .inner-s13 .list01 li:nth-child(5){
        margin-top: 0;
    }
    .inner-s13 .list01 li h4{
        font-size: max(.2rem,12px);
        line-height: 1.5;
        margin-top: 0;
    }
    .inner-s13 .list01{
        margin: .4rem 0;
    }
    .inner-s13 .item3 h3,
    .inner-s13 .item4 h3,
    .inner-s13 .item5 h3,
    .inner-s13 .item6 h3,
    .inner-s13 .item7 h3{
        font-size: max(.24rem,16px);
        line-height: 1.5;
    }
    .inner-s13 .item3 .item-l{
        display: none;
    }
    .inner-s13 .item3 .item-r{
        width: 100%;
    }
    .inner-s13 .item3{
        margin-top: .4rem;
    }
    .inner-s13 .item3 .desc{
        margin-top: .15rem;
    }
    .inner-s13 .item4 .desc{
        margin-top: .2rem;
    }
    .inner-s13 .item4{
        padding: .4rem 0 1.2rem;
    }
    .inner-s13 .item5 .item-l{
        width: 100%;
        margin-top: 0;
    }
    .inner-s13 .item5 .desc{
        margin-top: .2rem;
    }
    .inner-s13 .list02 {
        margin-top: 0.2rem;
    }
    .inner-s13 .item5 .item-r{
        width: 100%;
        margin-top: .4rem;
    }
    .inner-s13 .item5{
        margin-top: .4rem;
    }
    .inner-s13 .item6{
        margin-top: .4rem;
    }
    .inner-s13 .item6 .desc{
        margin-top: .18rem;
    }
    .inner-s13 .list03{
        margin-top: .2rem;
    }
    .inner-s13 .list03 li .img{
        height: 14vw;
        border-radius: .1rem;
    }
    .inner-s13 .item7{
        margin-top: .4rem;
    }
    .inner-s13 .item2{
        margin-top: .2rem;
    }
    .inner-s13 .list02 li h4{
        font-size: max(.2rem,12px);
        line-height: 1.5;
        margin-top: .05rem;
    }
    .inner-s13 .list02 li.line{
        display: none;
    }
    .inner-s13 .list02 ul{
        gap: .2rem ;

    }
}
@media (max-width: 597px) {
    .inner-s13 .list01 ul{
        gap: .3rem;
        justify-content: center;
    }
    .inner-s13 .list01 li{
        width: 2.4rem;
        height: 2.4rem;
    }
    .inner-s13 .list03 li{
        width: 49%;
    }
    .inner-s13 .list03 ul{
        gap: .2rem 2%;
    }
    .inner-s13 .list03 li .img{
        height: 24vw;
    }
}


/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #1d51b0;
}

#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-family: 'SourceHanSerifCN-Bold', sans-serif;
}

#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: #1d51b0;
}

#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;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
}
#sub_nav_content dt.on a{
color: #1d51b0;
}
#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: #1d51b0;
}

@media (max-width: 992px){
    #m_n_nav{
        display: block;
    }
}
