@charset "utf-8"; /**/
body{
    background: url("/images/inner-body.jpg") no-repeat top center/100% auto;
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.07rem;
}

.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: #4151f0;
    color: #fff;
    border: 1px solid #4151f0;
}

.pagination a:hover {
    background: #4151f0;
    color: #fff;
    border: 1px solid #4151f0;
}

.n_banner{
    position: relative;
}
.n_banner .img img{
    display: block;
    width: 100%;
}

.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.63rem;
    z-index: 3;
}

.n_banner .top .wp{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.n_banner .top .left{
    max-width: 70%;
}
.n_banner .top h2{
    font-size: .5rem;
    line-height: 1.14rem;
    color: #fff;
    position: relative;
}
.n_banner .top h2:after{
    position: absolute;
    content: '';
    left: 0;
    top: -1.72rem;
    width: 2.73rem;
    height: 2.46rem;
    background: url("/images/n-img-2.png") no-repeat 50%/100% 100%;
    z-index: -1;
}
.n_dh li{
    width: auto;
    min-width: 1.8rem;
    font-size: .28rem;
    line-height: 1.12rem;
    color: #fff;
    text-align: center;
    transition: .5s;
    font-weight: 700;
}
.n_dh li a{
    display: block;
    padding: 0 .1rem;
}
.n_dh:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -.39rem;
    width: .39rem;
    background: url("/images/n-img-1.png") no-repeat 50%/100% 100%;
}
.n_dh:before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    left: calc((100vw - 15.9rem) / -2);
    background: linear-gradient(90deg,#3c51fa 0% , #b53cfa 52%,#ff564b 100%);
}

.n_dh li.active,
.n_dh li:hover{
    background: rgba(255, 255, 255, 0.2);
}
.n_dh{
    min-width: 4.2rem;
    min-height: 1.12rem;
    position: relative;
    padding-right: .54rem;
}

.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
    opacity: .6;
    margin-bottom: .87rem;
}
.posi img{
    display: block;
    width: .2rem;
    margin-right: .12rem;
}


.inner-page .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.inner-page{
    padding: 1.7rem 0 .77rem;
    background: url("/images/inner-page.png") no-repeat bottom center/100% auto;
}


.zhk{
    padding: 1rem 0 .77rem;
    
}

.leftNav{
    width: 1.17rem;
    position: relative;
}
.leftNav .block{
    position: relative;
    left: 100%;
    width: 1.25rem;
}

.leftNav .block .box h3{
    font-size: .24rem;
    line-height: .28rem;
    color: #fff;
    text-align: center;
    height: .91rem;
    position: relative;
    border-bottom: 1px solid #fff;
    z-index: 2;
}
.leftNav .block .box h3:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: .51rem;
    height: .47rem;
    background: url("/images/n-img-5.png") no-repeat 50%/100%;
    transition: .5s;
    z-index: -1;
    margin: auto;
}
.leftNav .block .box h3 a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 0 .1rem;

}
.leftNav .block .box.xiala1 .s-link a{
    display: block;
    font-size: .18rem;
    line-height: .36rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    opacity: .6;
    transition: .5s;
}
.leftNav .block .box.xiala1 .s-link a:hover{
    opacity: 1;
}
.leftNav .block .box.xiala1 .s-link{
    display: none;
    padding-bottom: .09rem;
    border-bottom: 1px solid #fff;
}
.leftNav .block .box.xiala1 h3:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: .09rem;
    height: .07rem;
    background: url("/images/n-img-4.png") no-repeat 50%/100% 100%;
    margin-left: -.045rem;
    transform: rotate(180deg);
    transition: .5s;
}
.leftNav .block .box.xiala1.on h3:after{
    transform: rotate(0);
}
.leftNav .block .box.xiala1.on h3{
    border-color: transparent;
}
.leftNav .block .box.xiala2 .s-link a{
    position: relative;
    display: block;
    font-size: .24rem;
    line-height: .56rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #fff;
    z-index: 2;
}
.leftNav .block .box.xiala2 .s-link a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: .51rem;
    height: .47rem;
    background: url("/images/n-img-5.png") no-repeat 50%/100%;
    transition: .5s;
    z-index: -1;
    margin: auto;
}
.leftNav .block .box{
    position: relative;
    z-index: 2;
}
.leftNav .block:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .47rem;
    background: url("/images/n-img-6.png") no-repeat 50%/100% 100%;
}
.leftNav .block:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: .47rem;
    bottom: 0;
    background: linear-gradient(360deg,#374efd 0%,#c966f4 52%,#ff5450 100%);
}
.leftNav .block{
    position: relative;
    padding: .47rem 0 0 0;
}

.rightBox{
    width: calc(100% - 1.18rem);
}

.inner-s1 li{
    width: 48.91%;
    position: relative;
}
.inner-s1 li a{
    position: relative;
    padding: .6rem .56rem .59rem .5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner-s1 li time{
    display: block;
    width: .78rem;
    height: .78rem;
    text-align: center;
    color: #636363;
    padding: .16rem 0 .1rem;
    border: 1px solid #b4b4b4;
}
.inner-s1 li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    font-weight: 200;
}
.inner-s1 li time em{
    display: block;
    font-size: .15rem;
    line-height: 1;
    margin-top: .05rem;
    font-weight: 200;
}

.inner-s1 li .txt{
    width: calc(100% - 1.32rem);
}

.inner-s1 li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #000000;
    transition: .5s;
}
.inner-s1 li p{
    margin-top: .1rem;
    font-size: .18rem;
    line-height: .24rem;
    color: #686868;
    height: .48rem;
    transition: .5s;
}

.inner-s1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d9d9d9;
    transition: .5s;
}
.inner-s1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #4151f0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner-s1 li:hover time{
    color: #fff;
    background: #606ef3;
    border-color: #606ef3;
}
.inner-s1 li:hover h3{
    color: #fff;
}
.inner-s1 li:hover p{
    color: #fff;
}
.inner-s1 li:hover:after{
    opacity: 0;
    visibility: hidden;
}
.inner-s1 li:hover:before{
    opacity: 1;
    visibility: visible;
}

.inner-s1{

}

.inner-s2 .h2{
    display: flex;
    margin-bottom: .57rem;
    justify-content: center;
}
.inner-s2 .h2 h2{
    position: relative;
    padding: 0 .6rem .18rem;
}
.inner-s2 .h2 h2 span{
    display: block;
    font-size: .38rem;
    line-height: .98rem;
    color: #9c6a21;
    font-weight: 700;
}
.inner-s2 .h2 h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/images/n-img-7.png") no-repeat 50%/100% 100%;
}

.inner-s2 ul{
    display: flex;
    flex-wrap: wrap;

}
.inner-s2 ul li{
    width: 28.94%;
    margin-top: 1rem;
    margin-left: 6.59%;
}

.inner-s2 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s2 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s2 ul li a{
    display: block;
    transition: .5s;
}
.inner-s2 ul li .pic{
    padding-top: 2.51rem;
}
.inner-s2 ul li h3{
    font-size: .2rem;
    line-height: .72rem;
    color: #171717;
    padding: 0 .1rem;
    text-align: center;
    background: #fff;
}
.inner-s2 ul li:hover a{
    box-shadow: 0 .2rem .3rem rgba(120, 120, 120, 0.3);
}

.inner-s3 .detail{
    width: 10.31rem;
    max-width: 100%;
    margin: 0 auto;
}
.inner-s3 .dtl_tit h1{
    font-size: .3rem;
    line-height: .4rem;
    color: #131313;
    text-align: center;
}
.inner-s3 .dtl_tit .cont{
    margin-top: .11rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.inner-s3 .dtl_tit .cont span{
    display: flex;
    align-items: center;
    font-size: .12rem;
    line-height: .24rem;
    color: rgba(28, 28, 28, 0.5);
}
.inner-s3 .dtl_tit .cont span img{
    display: block;
    width: .15rem;
    margin-right: .05rem;
}
.inner-s3 .dtl_txt p{
    font-size: .2rem;
    line-height: .36rem;
    color: #212121;
    text-indent: 2em;
    margin-top: .3rem;
}
.inner-s3 .dtl_txt p:first-child{
    margin-top: 0;
}
.inner-s3 .dtl_txt img ,.inner-s3 .dtl_txt video{
    display: block;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}
.inner-s3 .dtl_txt{
    margin-top: .42rem;
}
.inner-s3 .dtl_page p{
    font-size: .2rem;
    line-height: .48rem;
    color: #333;
    transition: .5s;
}
.inner-s3 .dtl_page p:hover{
    color: #4151f0;
}
.inner-s3 .dtl_page {
    margin-top: .4rem;
}

.inner-s4 .box1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    background: #4151f0;
}

.inner-s4 .box1 .pic{
    width: 49.96%;
    height: 4.84rem;
}
.inner-s4 .box1 .txt-box{
    width: 50.04%;
    padding: .2rem 1.1rem .2rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url(/images/s2-ico-8.png) no-repeat 50% / 1.8rem; */
}
.inner-s4 .box1 .txt-box h3{
    font-size: .32rem;
    line-height: .4rem;
    color: #fff;
    font-weight: 700;
}
.inner-s4 .box1 .txt-box p,.inner-s4 .box1 .txt-box p span{
    font-size: .22rem !important;
    line-height: .30rem;
    color: #fff;
    -webkit-line-clamp: 8;
    max-height: 2.08rem;
    margin-top: .28rem;
}

.inner-s4 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .15rem;
}

.inner-s4 .tab-tit1 .li{
    font-size: .2rem;
    line-height: .4rem;
    color: #262626;
    padding: 0 .25rem;
    background: #e1e1e1;
    border-radius: .05rem;
    margin-bottom: .1rem;
    margin-right: .15rem;
    cursor: pointer;
    transition: .5s;
}
.inner-s4 .tab-tit1 .li p{
    display:none;
}
.inner-s4 .tab-tit1 .li.active{
    color: #fff;
    background: #603bbe;
}
.inner-s4 .tab-cont1 .txt{
    font-size: .2rem;
    line-height: .36rem;
    color: #151515;
    text-indent: 2em;
    margin-top: .3rem;
}
.inner-s4 .tab-cont1 .lxfs {
    display: flex;
    flex-wrap: wrap;
    margin-top: .8rem;
}
.inner-s4 .tab-cont1 .lxfs .li{
    margin-left: 2.35rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inner-s4 .tab-cont1 .lxfs .li:first-child{
    margin-left: 0;
}
.inner-s4 .tab-cont1 .lxfs .li .img{
    width: 1.51rem;
    margin-right: .44rem;
}
.inner-s4 .tab-cont1 .lxfs .li .img img{
    display: block;
    width: 100%;
}
.inner-s4 .tab-cont1 .lxfs .li .p p{
    font-size: .2rem;
    color: #262626;
    line-height: .46rem;
}
.inner-s4 .tab-cont1 .lxfs .li .p img{
    display: block;
    width: 1.43rem;
}

.inner-s4 .tab-cont1 .txt .dpj img{
    margin: 0 auto;
    max-width: 100% !important;
    height: auto;
    text-indent: 0px;
    display: block;
}

.inner-s4 .tab-tit2 .li{
    font-size: .18rem;
    line-height: .35rem;
    color: #7c7c7c;
    border: 1px solid #e1e1e1;
    border-radius: .05rem;
    padding: 0 .15rem;
    margin: 0 .16rem .1rem 0 ;
    cursor: pointer;
    transition: .5s;
}
.inner-s4 .tab-tit2 .li.active{
    color: #603bbe;
    border-color: #603bbe;
}
.inner-s4 .tab-tit2{
    margin-bottom: .24rem;
}

.inner-s4 .syfg ul{
    display: flex;
    flex-wrap: wrap;
}
.inner-s4 .syfg ul li{
    width: 11.23%;
    margin-left: 6.524%;
    margin-top: .6rem;
}
.inner-s4 .syfg ul li:nth-child(-n+6){
    margin-top: 0;
}
.inner-s4 .syfg ul li:nth-child(6n+1){
    margin-left: 0;
}
.inner-s4 .syfg ul li a{
    display: block;
    border-radius: 50%;
    transition: .5s;
}
.inner-s4 .syfg ul li .pic{
    
padding-top: 1.6rem;
}

.inner-s4 .syfg ul li h3{
    font-size: .2rem;
    line-height: .72rem;
    color: #171717;
    padding: 0 .1rem;
    text-align: center;
    background: #fff;
}

.inner-s4 .syfg ul li a img{
    display: block;
    width: 100%;
}
.inner-s4 .syfg ul li:hover a{
    box-shadow: 0 .2rem .3rem rgba(120, 120, 120, 0.3);
}
.inner-s4 .syfg {
    margin-top: .45rem;
}

.inner-s4 .sydt li{
    width: 48.92%;
    margin-top: .33rem;
}
.inner-s4 .sydt li:nth-child(-n+2){
    margin-top: 0;
}
.inner-s4 .sydt li a{
    padding: .37rem .5rem .38rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    transition: .5s;
}
.inner-s4 .sydt li .txt-box{
    width: calc(100% - 1.26rem);
}
.inner-s4 .sydt li h3{
    font-size: .2rem;
    color: #1b1b1b;
    line-height: .3rem;
}
.inner-s4 .sydt li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #1b1b1b;
    height: .48rem;
    margin-top: .1rem;
}
.inner-s4 .sydt li time{
    display: flex;
    flex-shrink: 0;
    width: .78rem;
    height: .78rem;
    background: #eaeaea;
    color: #2d2d2d;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}
.inner-s4 .sydt li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    font-weight: 200;
}
.inner-s4 .sydt li time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    font-weight: 200;
    margin-top: .04rem;
}
.inner-s4 .sydt li:hover a{
    box-shadow: 0 .2rem .3rem rgba(120, 120, 120, 0.3);
}
.inner-s4 .sydt li:hover time{
    color: #fff;
    background: #4151f0;
}
.inner-s4 .sydt {
    margin-top: .3rem;
}
.inner-s4 .link-a{
    display: flex;
    justify-content: center;
    margin-top: .3rem;
}
.inner-s4 .link-a a{
    display: block;
    min-width: 1.2rem;
    font-size: .2rem;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    padding: 0 .2rem;
    background: #2c4198;
    border-radius: .1rem;
    transition: .5s;
}
.inner-s4 .link-a a:hover{
    background: #2c4198;
    color: #fff;
    border-radius: .5rem;
}

.inner-s4 .child1,
.inner-s4 .child2,
.inner-s4 .child3,
.inner-s4 .child4{
    display: none;
}
.inner-s4 .child1.active,
.inner-s4 .child2.active,
.inner-s4 .child3.active,
.inner-s4 .child4.active{
    display: block;
}

.inner-s4 .box2{
    margin-top: .57rem;
}



.inner-s4 .sydt1s .h2{
    display: flex;
    margin-bottom: .57rem;
    justify-content: center;
}
.inner-s4 .sydt1s .h2 h2{
    position: relative;
    padding: 0 .6rem .18rem;
}
.inner-s4 .sydt1s .h2 h2 span{
    display: block;
    font-size: .38rem;
    line-height: .98rem;
    color: #9c6a21;
    font-weight: 700;
}
.inner-s4 .sydt1s .h2 h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/images/n-img-7.png") no-repeat 50%/100% 100%;
}

.inner-s4 .sydt1s ul{
    display: flex;
    flex-wrap: wrap;

}
.inner-s4 .sydt1s ul li{
    width: 28.94%;
    margin-top: 1rem;
    margin-left: 6.59%;
}

.inner-s4 .sydt1s ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner-s4 .sydt1s ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner-s4 .sydt1s ul li a{
    display: block;
    transition: .5s;
}
.inner-s4 .sydt1s ul li .pic{
    padding-top: 2.51rem;
}
.inner-s4 .sydt1s ul li h3{
    font-size: .2rem;
    line-height: .72rem;
    color: #171717;
    padding: 0 .1rem;
    text-align: center;
    background: #fff;
}
.inner-s4 .sydt1s ul li:hover a{
    box-shadow: 0 .2rem .3rem rgba(120, 120, 120, 0.3);
}



.inner-s5 ul li{
    width: 48.5%;
    margin-top: .6rem;
}
.inner-s5 ul li:nth-child(-n+2){
    margin-top: 0;
}
.inner-s5 ul li a{
    display: block;
    transition: 0.5s all;
    background: #fff;
    padding: .2rem;
    position: relative;
    box-shadow: 0 0 .1rem rgba(139, 139, 139, 0.2);
    height: 2.75rem;
}
.ld-ul-name-top {
    position: absolute;
    right: .2rem;
    top: -.3rem;
    width: 1.3rem;
    text-align: center;
    line-height: .5rem;
    border-radius: .5rem;
    background: #f8f9ff;
    color: #2c4197;
    font-size: .26rem;
}
.ld-ul-right {
    padding-top: .2rem;
}
.ld-ul-name {
    font-size: 0.24rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ld-ul-p {
    font-size: .2rem;
    max-height: 1.5rem;
    overflow: hidden;
    color: #999;
    line-height: .25rem;
    text-align: justify;
    margin-top: .15rem;
    -webkit-line-clamp: 6;
}


.inner-s5 li a:hover {
    box-shadow: 0 0 .2rem rgba(0,0,0,0.2);
}

.inner-s5 li a:hover .ld-ul-name-top {
    background: #2c4197;
    color: #fff;
}

.inner-s6 ul li{
    display: flex;
    position: relative;
}
.inner-s6 ul li:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -.11rem;
    top: .1rem;
    width: .22rem;
    height: .22rem;
    background: url('/images/n-img-33.png')  no-repeat 50%/100% 100%;
}


.inner-s6 ul li .con{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-s6 ul li .con .pic{
    width: 2.1rem;
    height: 1.46rem;
}
.inner-s6 ul li .con .txt{
    width: calc(100% - 2.4rem);
}

.inner-s6 ul li .con time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    color: #2c4197;
    line-height: 1;
    justify-content: flex-end;
}
.inner-s6 ul li .con time span{
    display: block;
    font-size: .3rem;
    font-family: "Impact",sans-serif;
    line-height: 1;
    margin-right: .05rem;
}

.inner-s6 ul li .con p{
    font-size: .16rem;
    color: #333;
    line-height: .26rem;
    margin-top: .1rem;
    -webkit-line-clamp: 3;
    height: .78rem;
}
.inner-s6 ul li:nth-child(2n){
    justify-content: flex-end;

}
.inner-s6 ul li:nth-child(2n) .con{
    flex-direction: row-reverse;
}
.inner-s6 ul li:nth-child(2n) .con time{
    justify-content: flex-start;
}
.inner-s6 ul li:nth-child(1) .con {
    width: 7.35rem;
}
.inner-s6 ul li:nth-child(1):before {
    margin-left: .5rem;
}
.inner-s6 ul li:nth-child(2) .con {
    width: 6.7rem;
}
.inner-s6 ul li:nth-child(2):before {
    margin-left: .11rem;
}

.inner-s6 ul li:nth-child(3) .con {
    width: 6.7rem;
    margin-top: -.15rem;
}
.inner-s6 ul li:nth-child(3):before {
    margin:-.15rem 0 0 .03rem;
}
.inner-s6 ul li:nth-child(4) .con {
    width: 6.6rem;
}
.inner-s6 ul li:nth-child(4):before {
    margin-left: -.2rem;
}
.inner-s6 ul li:nth-child(5) .con {
    width: 7.1rem;
}
.inner-s6 ul li:nth-child(5):before {
    margin-left: .36rem;
}
.inner-s6 ul li:nth-child(6) .con {
    width: 6.4rem;
    margin: .5rem .5rem 0 0;
}
.inner-s6 ul li:nth-child(6):before {
    margin: .5rem 0 0 -.33rem;
}
.inner-s6 ul li:nth-child(7) .con {
    width: 6.25rem;
    margin: 0 0 0 .75rem;
}
.inner-s6 ul li:nth-child(7):before {
    margin:  0 0 0 -.02rem;
}
.inner-s6 ul li:nth-child(8) .con {
    width: 6.05rem;
    margin: -.1rem 0 0 0;
}
.inner-s6 ul li:nth-child(8):before {
    margin:  0 0 0 .8rem;
}
.inner-s6 ul li:nth-child(9) .con {
    width: 7.45rem;
    margin: 0 0 0 0;
}
.inner-s6 ul li:nth-child(9):before {
    margin:  0 0 0 .55rem;
}
.inner-s6 ul li:nth-child(10) .con {
    width: 6.8rem;
    margin: 0 -.2rem 0  0;
}
.inner-s6 ul li:nth-child(10):before {
    margin:  0 0 0 .25rem;
}
.inner-s6 ul li:nth-child(11) .con {
    width: 6.65rem;
    margin: -.5rem 0 0  0;
}
.inner-s6 ul li:nth-child(11):before {
    margin:  -.5rem 0 0 -.45rem;
}
.inner-s6 ul li:nth-child(12) .con {
    width: 6.55rem;
    margin: 0 0 0  0;
}
.inner-s6 ul li:nth-child(12):before {
    margin: 0 0 0 .34rem;
}
.inner-s6 ul li:nth-child(13) .con {
    width: 6.25rem;
    margin: 0 0 0  0;
}
.inner-s6 ul li:nth-child(13):before {
    margin: 0 0 0 -0.56rem;
}
.inner-s6 ul li:nth-child(14) .con {
    width: 7.05rem;
    margin: 0 0 0  0;
}
.inner-s6 ul li:nth-child(14):before {
    margin: 0 0 0 -0.46rem;
}
.inner-s6 ul li:nth-child(15) .con {
    width: 5.95rem;
    margin: 0 0 0  0;
}
.inner-s6 ul li:nth-child(15):before {
    margin: 0 0 0 -0.86rem;
}
.inner-s6 ul:before{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -.38rem;
    top: .3rem;
    width: 1.31rem;
    height: 15.67rem;
    background: url(/images/n-img-34.png) no-repeat top center/100% 100%;
}
.inner-s6 ul{
    /* max-width: 10.3rem; */
    position: relative;
    margin: 0 auto;
}

.inner-s7 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.inner-s7 .tab-tit .li{
    padding: 0 .15rem;
    cursor: pointer;
    font-size: .22rem;
    line-height: .7rem;
    color: #333;
    background: #f7f7f7;
    min-width: 2.1rem;
    text-align: center;
    margin: 0 .15rem;
}
.inner-s7 .tab-tit .li.active{
    background-image: linear-gradient(#435dc3, #2c4196);
    color: #fff;
}

.inner-s7 .lb-t a{
    display: block;
}
.inner-s7 .lb-t a .pic{
    padding-top: 6rem;
}

.inner-s7{
     width: 10rem;
    max-width: 100%;
    margin:0 auto;
}

.inner-s7 .lb-b{
    padding: 0 .62rem;
    margin-top: -.8rem;
    position: relative;
    z-index: 2;
}

.inner-s7 .lb-b a{
    display: block;
    position: relative;
}
.inner-s7 .lb-b .pic{
    padding-top: 1.1rem;
}
.inner-s7 .lb-b h3{
    font-size: .18rem;
    line-height: .4rem;
    color: #fff;
    text-align: center;
    padding: 0 .2rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    transition: .5s;
}
.inner-s7 .lb-b a:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: solid .06rem #ffa759;
    z-index: 10;
    opacity: 0;
    transition: .5s;
}

.inner-s7 .lb-b .swiper-slide-thumb-active a:after{
    opacity: 1;
}
.inner-s7 .lb-b .swiper-slide-thumb-active h3{
    bottom: .06rem;
}

.inner-s7 .lb-b .btn{
    width: .5rem;
    height: .5rem;
    background:transparent no-repeat 50%/100% 100%;
    z-index: 100;
}
.inner-s7 .lb-b .prev{
    left: 0;
    background-image: url(/images/prev-2.png);
}

.inner-s7 .lb-b .next{
    right: 0;
    background-image: url(/images/next-2.png);
}
.inner-s7 .lb-b .prev:hover{
    background-image: url(/images/prev-3.png);
}
.inner-s7 .lb-b .next:hover{
    background-image: url(/images/next-3.png);
}


.inner-s7 .lb-txt a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner-s7 .lb-txt a .left{
    width: .84rem;
    padding: .1rem 0 0 0;
    min-height: 2.7rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: url("/images/n-img-35.png") no-repeat top center/100% auto;
}
.inner-s7 .lb-txt a .left h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #333;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.inner-s7 .lb-txt a .right{
    width: calc(100% - 1.7rem);
}
.inner-s7 .lb-txt a .right p{
    font-size: .18rem;
    line-height: .32rem;
    color: #333;
    margin-bottom: .2rem;
    text-indent: 2em;
}


.inner-s7 .tab-cont .bot{
    margin-top: 0.8rem;
}
.inner-s7 .tab-cont .bots1{ margin-top: 1.2rem;}

.inner-s7 .tab-cont .child{
    opacity: 0;
    height: 0;
    transform: scale(0);
}
.inner-s7 .tab-cont .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}

.inner-s7 .tab-cont{
    margin-top: .35rem;
}

.inner-s8 .top_img img{
    display: block;
    width: .77rem;
}

.inner-s8 .box{
    position: relative;
    margin-left: 1.3rem;
}

.inner-s8 .box .box-img{
    position: absolute;
    top: .2rem;
    left: -.45rem;
    width: .61rem;
    height: .61rem;
}
.inner-s8 .box .box-img img{
    display: block;
    width: 100%;
}
.inner-s8 .box .box-img:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    border-top: solid 1px #ddd;
    width: .45rem;
    right: 100%;
}
.inner-s8 .box h2{
    font-size: .32rem;
    color: #333;
    font-weight: 700;
    line-height: .32rem;
}
.inner-s8 .box ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: .25rem;
}

.inner-s8 .box li{
    width: 25%;
    margin-top: .2rem;
}
.inner-s8 .box li:nth-child(-n+4){
    margin-top: 0;
}
.inner-s8 .box li a{
    display: flex;
    align-items: center;
    padding: 0 .1rem 0 0;
}
.inner-s8 .box li a img{
    display: block;
    width: .17rem;
    margin-right: .2rem;
}
.inner-s8 .box li a span{
    flex: 1;
    font-size: .22rem;
    line-height: .35rem;
    color: #333;
    transition: .5s;
}
.inner-s8 .box li:hover a span{
    color: #435cc2;
}

.inner-s8 .box .box-list2 li{
    width: 15%;
    margin-left: 2%;
    margin-top: .2rem;
}
.inner-s8 .box .box-list2 li:nth-child(-n+6){
    margin-top: 0;
}
.inner-s8 .box .box-list2 li:nth-child(4n+1){
    margin-left: 2%;
}
.inner-s8 .box .box-list2 li:nth-child(6n+1){
    margin-left: 0;
}
.inner-s8 .box .box-list2 li a{
    display: block;
    background: #fff;

}
.inner-s8 .box .box-list2 li .pic{
      padding-top: 1.7rem;
}

.inner-s8 .box .box-list2 li a img{
    display: block;
    width: 100%;
}


.inner-s8 .box .box-con{
    padding: .4rem .8rem;
    box-shadow: .02rem 0 .14rem rgba(139, 139, 139, 0.2);
    background: #f8f9ff;
}


.inner-s8 .box{
    margin-top: .5rem;
    position: relative;
}
.inner-s8:before{
    top: .76rem;
    left: .38rem;
    content: "";
    position: absolute;
    bottom: 0;
    width: .02rem;
    background: #2c4197;
}
.inner-s8{
    position: relative;
}

/*dzz*/

.inner-dzz .top_img img{
    display: block;
    width: .77rem;
}

.inner-dzz .box{
    position: relative;
    margin-left: 0.6rem;
}

.inner-dzz .box .box-img{
    position: absolute;
    top: .2rem;
    left: -.45rem;
    width: .61rem;
    height: .61rem;
}
.inner-dzz .box .box-img img{
    display: block;
    width: 100%;
}
.inner-dzz .box .box-img:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    border-top: solid 1px #ddd;
    width: .45rem;
    right: 100%;
}
.inner-dzz .box h2{
    font-size: .24rem;
    color: #333;
    font-weight: 700;
    line-height: .32rem;
}
.inner-dzz .box ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: .25rem;
}

.inner-dzz .box li{
    width: 25%;
    margin-top: .2rem;
}
.inner-dzz .box li:nth-child(-n+4){
    margin-top: 0;
}
.inner-dzz .box li a{
    display: flex;
    align-items: center;
    padding: 0 .1rem 0 0;
}
.inner-dzz .box li a img{
    display: block;
    width: .17rem;
    margin-right: .2rem;
}
.inner-dzz .box li a span{
    flex: 1;
    font-size: .16rem;
    line-height: .24rem;
    color: #333;
    transition: .5s;
}
.inner-dzz .box li:hover a span{
    color: #435cc2;
}

.inner-dzz .box .box-list2 li{
    width: 15%;
    margin-left: 2%;
    margin-top: .2rem;
}
.inner-dzz .box .box-list2 li:nth-child(-n+6){
    margin-top: 0;
}
.inner-dzz .box .box-list2 li:nth-child(4n+1){
    margin-left: 2%;
}
.inner-dzz .box .box-list2 li:nth-child(6n+1){
    margin-left: 0;
}
.inner-dzz .box .box-list2 li a{
    display: block;
    background: #fff;

}
.inner-dzz .box .box-list2 li a img{
    display: block;
    width: 100%;
}


.inner-dzz .box .box-con{
    padding: .4rem .8rem;
    box-shadow: .02rem 0 .14rem rgba(139, 139, 139, 0.2);
    background: #f8f9ff;
}


.inner-dzz .box{
    margin-top: .5rem;
    position: relative;
}

.inner-dzz{
    position: relative;
}


/*ÊÖ»ú¶ËÄÚÒ³²Ëµ¥*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #4151f0;
}

#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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    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 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    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: #4151f0;
}

#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: #4151f0;
}

@media (max-width: 1199px){
    .n_banner{
        margin-top: .75rem;
    }
    #m_n_nav{
        display: block;
    }
    .n_banner .top{
        display: none;
    }
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }
    .inner-page{
        padding: .2rem 0 .4rem;
    }
    .inner-s5{
        padding-top: .4rem;
    }
}

@media (max-width: 1025px){
    .inner-s1 li a{
        padding: .2rem;
    }
    .inner-s1 li{
        width: 100%;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner-s2 ul li .pic{
        padding-top: 59.12%;
    }
    .inner-s2 ul li h3{
        font-size: .18rem;
        line-height: .46rem;
        padding: 0 .15rem;
    }
    .inner-s2 ul li{
        width: 32%;
        margin: 0;
    }
    .inner-s2 ul{
        gap: .26rem 2%;
    }
    .inner-s2 .h2 h2 span{
        font-size: .26rem;
        line-height: .6rem;
    }
    .inner-s2 .h2 h2 {
        position: relative;
        padding: 0 0.3rem .1rem;
    }
    .inner-s2 .h2{
        justify-content: center;
        margin-bottom: .3rem;
    }
    .inner-s3 .dtl_tit h1{
        font-size: .26rem;
    }
    .inner-s3 .dtl_txt{
        margin-top: .2rem;
    }
    .inner-s4 .box1 .txt-box{
        width: 100%;
        padding: .2rem;
    }
    .inner-s4 .box1 .txt-box h3{
        font-size: .26rem;
        line-height: .34rem;
    }
    .inner-s4 .box1 .txt-box p{
        font-size: .18rem;
        margin-top: .1rem;
    }
    .inner-s4 .box1 .pic{
        width: 100%;
        height: auto;
        padding-top: 66.42%;
    }
    .inner-s4 .box2{
        margin-top: .3rem;
    }
    .inner-s4 .tab-cont1 .lxfs .li .img{
        width: .8rem;
        margin-right: .15rem;
    }
    .inner-s4 .tab-cont1 .lxfs .li .p p{
        line-height: .34rem;
    }
    .inner-s4 .tab-cont1 .lxfs .li .p img{
        width: .8rem;
    }
    .inner-s4 .tab-cont1 .lxfs .li{
        margin-left: 0;
    }
    .inner-s4 .tab-cont1 .lxfs{
        margin-top: .3rem;
        justify-content: center;
        gap: 0 .4rem;
    }
    .inner-s4 .syfg ul li{
        width: 15%;
        margin: 0;
    }
    .inner-s4 .syfg ul{
        gap: .2rem 2%;
    }
    .inner-s4 .syfg{
        margin-top: .2rem;
    }
    .inner-s4 .sydt li{
        width: 100%;
        margin-top: 0;
    }
    .inner-s4 .sydt li a{
        padding: .2rem;
    }
    .inner-s4 .sydt li .txt-box {
        width: calc(100% - 0.9rem);
    }
    .inner-s4 .sydt ul{
        gap: .2rem 0;
    }

    .inner-s4 .sydt1s ul li .pic{
        padding-top: 59.12%;
    }
    .inner-s4 .sydt1s ul li h3{
        font-size: .18rem;
        line-height: .46rem;
        padding: 0 .15rem;
    }
    .inner-s4 .sydt1s ul li{
        width: 32%;
        margin: 0;
    }
    .inner-s4 .sydt1s ul{
        gap: .26rem 2%;
    }
    .inner-s4 .sydt1s .h2 h2 span{
        font-size: .26rem;
        line-height: .6rem;
    }
    .inner-s4 .sydt1s .h2 h2 {
        position: relative;
        padding: 0 0.3rem .1rem;
    }
    .inner-s4 .sydt1s .h2{
        justify-content: center;
        margin-bottom: .3rem;
    }

    .inner-s6 ul:before{
        width: 1px;
        height: 100%;
        margin: 0;
        background: #ddd;
    }
    .inner-s6 ul li .con{
        width: 48% !important;
        margin: 0 !important;
    }
    .inner-s6 ul li:before{
        margin-left: -.1rem !important;
    }
    .inner-s7 .lb-t a .pic{
        padding-top: 62%;
    }
    .inner-s7 .lb-b .pic{
        padding-top: 62%;
    }
    .inner-s8 .box .box-con{
        padding: .2rem;
        margin-top: .2rem;
    }
    .inner-s8 .box h2{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-s8 .box .box-img{
        position: relative;
        inset: 0;
        width: .45rem;
        height: .45rem;
    }
    .inner-s8 .box li{
        width: 33.33%;
        margin: 0;
    }
    .inner-s8 .box ul{
        gap: .15rem 0;
        margin-top: .1rem;
    }
    .inner-s8 .box{
        margin: .3rem 0 0 .7rem;
    }
    .inner-s8 .top_img img{
        width: .5rem;
    }
    .inner-s8:before {
        top: 0.5rem;
        left: 0.24rem;
    }
    .inner-dzz .box .box-con{
        padding: .2rem;
        margin-top: .2rem;
    }
   .inner-dzz .box h2{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner-dzz .box .box-img{
        position: relative;
        inset: 0;
        width: .45rem;
        height: .45rem;
    }
    .inner-dzz .box li{
        width: 33.33%;
        margin: 0;
    }
    .inner-dzz .box ul{
        gap: .15rem 0;
        margin-top: .1rem;
    }
    .inner-dzz .box{
        margin: .3rem 0 0 .7rem;
    }
    .inner-dzz .top_img img{
        width: .5rem;
    }
    .inner-dzz:before {
        top: 0.5rem;
        left: 0.24rem;
    }
}

@media (max-width: 769px){
    .inner-s1 li .txt {
        width: calc(100% - 1rem);
    }
    .inner-s2 ul li{
        width: 49%;
    }
    .inner-s4 .syfg ul li{
        width: 18%;
    }

     .inner-s4 .sydt1s ul li{
        width: 49%;
    }
    .inner-s5 ul li{
        width: 100%;
        margin: 0;
    }
    .inner-s5 ul{
        gap: .5rem 0;
    }
    .inner-s5 ul li a{
        height: auto;
    }
    .ld-ul-right{
        padding-top: 0;
    }
    .inner-s6 ul li{
        margin-top: .2rem;
        justify-content: flex-end;
    }
    .inner-s6 ul li:first-child{
        margin-top: 0;
    }
    .inner-s6 ul li .con{
        width: 94% !important;
        flex-direction: row-reverse;
    }
    .inner-s6 ul li .con time{
        justify-content: flex-start;
    }
    .inner-s6 ul li:before{
        left: 0;
        margin: -.03rem 0 0 -.1rem;
    }
    .inner-s6 ul:before{
        left: 0;
    }
    .inner-s7 .lb-txt a .left h3{
        font-size: .28rem;
    }
    .inner-s7 .lb-txt a .left{
        width: .6rem;
        min-height: 2rem;
    }
    .inner-s7 .lb-txt a .right {
        width: calc(100% - 0.8rem);
    }
    .inner-s7 .tab-cont .bot{
        margin-top: .3rem;
    }
    .inner-s7 .tab-tit .li{
        font-size: .2rem;
        line-height: .5rem;
        min-width: 1.6rem;
    }
    .inner-s7 .tab-cont{
        margin-top: .2rem;
    }
    .inner-s7 .lb-b{
        margin-top: .2rem;
        padding: 0;
    }
    .inner-s7 .lb-b .btn{
        width: .35rem;
        height: .35rem;
    }
    .inner-s7 .lb-b .prev{
        left: .1rem;
    }
    .inner-s7 .lb-b .next{
        right: .1rem;
    }

    .inner-s8 .box li{
        width: 50%;
    }
    .inner-dzz .box li{
        width: 50%;
    }
}

@media (max-width: 481px){
    .inner-s1 li a{
        padding: .15rem;
    }
    .inner-s1 li .txt {
        width: calc(100% - .95rem);
    }
    .inner-s1 li p{
        margin-top: .05rem;
    }
    .inner-s4 .syfg ul li{
        width: 23.5%;
    }
    .inner-s4 .tab-cont1 .lxfs .li{
        width: 100%;
        justify-content: center;
    }
    .inner-s4 .tab-cont1 .lxfs{
        gap: .2rem 0;
        margin-top: .2rem;
    }
    .inner-s7 .lb-txt a .left h3{
        font-size: .26rem;
    }
    .inner-s8 .box {
        margin: .25rem 0 0 0.5rem;
    }
    .inner-s8 .box .box-img:before{
        width: .24rem;
    }
    .inner-s8 .box li{
        width: 100%;
    }
    .inner-s8 .box .box-list2 li{
        width: 23.5%;
        margin: 0 !important;
    }
    .inner-s8 .box .box-list2{
        gap: .15rem 2%;
    }

    .inner-dzz .box {
        margin: .25rem 0 0 0.5rem;
    }
    .inner-dzz .box .box-img:before{
        width: .24rem;
    }
    .inner-dzz .box li{
        width: 100%;
    }
    .inner-dzz .box .box-list2 li{
        width: 23.5%;
        margin: 0 !important;
    }
    .inner-dzz .box .box-list2{
        gap: .15rem 2%;
    }
}