@charset "utf-8";.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .46rem
}

.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: #0043bd;
    color: #fff;
    border: 1px solid #0043bd
}

.pagination a:hover {
    background: #0043bd;
    color: #fff;
    border: 1px solid #0043bd
}

.n_banner .img img {
    display: block;
    width: 100%
}

.n_dh {
    position: relative;
    min-height: 1.01rem;
    margin-top: -.56rem;
    z-index: 2
}

.n_dh .left {
    width: 76.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../images/n-img-3.png") no-repeat 50%/100% 100%;
    padding: .21rem .05rem .22rem .05rem;
    position: relative;
    box-shadow: 0 .08rem .35rem rgba(16, 75, 177, 0.56)
}

.n_dh .n_tit {
    flex-shrink: 0;
    padding: 0 .5rem 0 .14rem;
    position: relative;
    z-index: 2
}

.n_dh .n_tit h2 {
    font-size: .4rem;
    color: #fff;
    line-height: .58rem;
    font-weight: bold;
    padding-left: .39rem;
    background: url("../images/n-img-1.png") no-repeat left center/.51rem
}

.n_dh .left h6 {
    position: absolute;
    right: .22rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .48rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px #ffffff;
    font-family: 'Monotype-Corsiva', sans-serif;
    opacity: .13;
    margin-top: .04rem
}

.n_dh .n_erji {
    width: calc(100% - 2.63rem);
    position: relative;
    z-index: 2;
    align-self: flex-start;
    margin-top: .1rem;
    padding-right: .5rem
}
.n_dh .n_erji .btn{
    width: .24rem;
    height: .24rem;
    background: transparent no-repeat 50%;/100%
}
.n_dh .n_erji .prev{
    left: -.3rem;
    background-image: url('../images/n-dh-2.png');
}
.n_dh .n_erji .next{
    right: .2rem;
    background-image: url('../images/n-dh-1.png');
}
.n_dh .n_erji .swiper-button-disabled{
    opacity: 0;
}

.n_dh .n_erji li {
    width: auto !important;
    position: relative;
    min-width: 1.72rem
}

.n_dh .n_erji li a {
    display: block;
    font-size: .2rem;
    line-height: .42rem;
    color: #fff;
    padding: 0 .32rem 0 .4rem;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: .5s
}

.n_dh .n_erji li:before {
    position: absolute;
    content: '';
    left: .02rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-2.png") no-repeat left center/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    filter: drop-shadow(0 .05rem .03rem rgba(0, 0, 0, 0.33))
}

.n_dh .n_erji li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .02rem;
    height: .16rem;
    background: #6f82d4;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.n_dh .n_erji li:hover a,.n_dh .n_erji li.active a {
    font-weight: bold
}

.n_dh .n_erji li:hover:before,.n_dh .n_erji li.active:before,.n_dh .n_erji li:hover:after,.n_dh .n_erji li.active:after {
    opacity: 1;
    visibility: visible
}

.n_dh .n_erji .swiper-container {
    padding-bottom: .05rem
}
.n_dh .right{
    max-width: 22%;
    display: flex;
    justify-content: flex-end;
}
.posi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;

    align-self: flex-end;
    margin-bottom: -.05rem
}

.posi img {
    display: block;
    width: 0.3rem;
    margin-right: 0.1rem;
}

.posi a,.posi span {
    display: block;
    font-size: .16rem;
    line-height: .2rem;
    color: #333333;
    transition: .5s
}

.posi span {
    margin: 0 .05rem
}

.posi a:hover,.posi a.active {
    color: #0043bd
}

.inner_page {
    margin-top: -.45rem;
    padding: 1.32rem 0 .4rem;
    background: no-repeat url("../images/inner_page1.png") top center/cover
}

.inner_page2 {
    background-image: url("../images/inner_page2.png")
}

.inner_page3 {
    background-image: url("../images/inner_page3.png")
}

.inner_s1 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    height: .8rem;
    padding-left: .45rem;
    transition: .5s
}

.inner_s1 li time {
    position: relative;
    display: block;
    font-size: .18rem;
    line-height: .3rem;
    color: #0043bd;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: .9rem;
    transition: .5s
}

.inner_s1 li time:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .14rem;
    height: .14rem;
    transform: translateY(-50%);
    background: url("../images/n-img-4.png") no-repeat left center/.14rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.inner_s1 li h3 {
    flex: 1;
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s
}

.inner_s1 li h6 {
    width: .59rem;
    height: .59rem;
    background: url("../images/s1-img-3.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    margin-left: .3rem;
    flex-shrink: 0;
    transition: .5s
}

.inner_s1 li+li {
    margin-top: .1rem
}

.inner_s1 li:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #ced6ed
}

.inner_s1 li .bg:after {
    position: absolute;
    content: '';
    right: 7%;
    bottom: .03rem;
    width: 14.625%;
    height: 85%;
    background: url("../images/n-img-6.png") no-repeat 50%/100% 100%;
    z-index: 2
}

.inner_s1 li .bg {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-5.png") no-repeat left center/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.inner_s1 li:hover time:before {
    opacity: 1;
    visibility: visible
}

.inner_s1 li:hover time {
    padding-left: .3rem;
    color: #fff
}

.inner_s1 li:hover h3 {
    color: #fff
}

.inner_s1 li:hover h6 {
    opacity: 1;
    visibility: visible
}

.inner_s1 li:hover a {
    padding-left: .35rem
}

.inner_s1 li:hover .bg {
    opacity: 1;
    visibility: visible
}

.inner_s1 li {
    position: relative;
    background: linear-gradient(90deg, #fff 0%, transparent 100%)
}

.inner_s2 li a {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 2.7rem
}

.inner_s2 li .pic {
    width: 3.82rem;
    height: 2.43rem
}

.inner_s2 li .txt {
    width: calc(100% - 4.35rem);
    padding: .13rem 0;
    position: relative
}

.inner_s2 li h3 {
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    transition: .5s
}

.inner_s2 li p {
    margin-top: .13rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #4c525e;
    height: .48rem;
    transition: .5s
}

.inner_s2 li time {
    margin-top: .2rem;
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #0043bd;
    font-family: 'DIN-PRO-Bold', sans-serif;
    transition: .5s
}

.inner_s2 li h6 {
    position: absolute;
    left: 3.51rem;
    top: 50%;
    width: .59rem;
    height: .59rem;
    background: url("../images/s1-img-3.png") no-repeat 50%/100% 100%;
    border-radius: 50%;
    box-shadow: 0 .01rem .16rem rgba(0, 0, 0, 0.31);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 4
}

.inner_s2 li .txt:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #d6ddee;
    transition: .5s
}

.inner_s2 li:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: url("../images/n-img-8.png") no-repeat right center/100% 100%;
    filter: drop-shadow(0 .05rem .27rem rgba(0, 67, 189, 0.09))
}

.inner_s2 li .bg:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: -.25rem;
    width: 35.5%;
    height: .87rem;
    background: url("../images/n-img-10.png") no-repeat right bottom/auto 100%
}

.inner_s2 li .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-9.png") no-repeat right center/100% 100%;
    filter: drop-shadow(0 .05rem .27rem rgba(0, 67, 189, 0.09));
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.inner_s2 li:hover h3 {
    color: #fff
}

.inner_s2 li:hover p {
    color: #d7d8ff
}

.inner_s2 li:hover time {
    color: #ab9fff
}

.inner_s2 li:hover h6 {
    opacity: 1;
    visibility: visible
}

.inner_s2 li:hover .txt:after {
    background: #4663b5
}

.inner_s2 li:hover .bg {
    opacity: 1;
    visibility: visible
}

.inner_s2 li+li {
    margin-top: .3rem
}

.inner_s2 li {
    position: relative
}

.inner_s3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.inner_s3 li {
    width: 47.6875%;
    margin-top: .2rem
}

.inner_s3 li:nth-child(-n+2) {
    margin-top: 0
}

.inner_s3 li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: .3rem .7rem .33rem .3rem;
    background: url("../images/n-img-13.png") no-repeat left center/cover
}

.inner_s3 li .img_box {
    position: relative;
    width: 3.04rem;
    padding: .2rem 0 0 .2rem
}

.inner_s3 li .pic {
    padding-top: 3.79rem;
    z-index: 2
}

.inner_s3 li .pic .a {
    background-position: top center
}

.inner_s3 li .img_box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 3.84rem;
    height: 4.08rem;
    background: url("../images/n-img-12.png") no-repeat top center/100% auto
}

.inner_s3 li .txt {
    width: calc(100% - 3.69rem);
    margin-top: .44rem
}

.inner_s3 li h3 {
    font-size: .3rem;
    line-height: .4rem;
    color: #00218c;
    font-weight: bold
}

.inner_s3 li .line {
    display: block;
    height: .01rem;
    background: #abc4eb;
    margin-top: .15rem
}

.inner_s3 li h4 {
    font-size: .22rem;
    line-height: .3rem;
    color: #00218c;
    margin-top: .17rem
}

.inner_s3 li h5 {
    font-size: .16rem;
    line-height: .24rem;
    color: #9eb0e5;
    margin-top: .04rem
}

.inner_s3 li p {
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    -webkit-line-clamp: 4;
    height: 1.44rem
}

.inner_s3 li .desc:before {
    position: absolute;
    content: '';
    left: 0;
    top: .15rem;
    width: .08rem;
    height: .08rem;
    background: #3254c3;
    border-radius: 50vw
}

.inner_s3 li .desc {
    padding-left: .21rem;
    margin-top: .18rem;
    position: relative
}

.inner_s4 .top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.inner_s4 .top h4 {
    font-size: .22rem;
    line-height: .4rem;
    color: #1b1b1b
}

.inner_s4 .top .spans {
    width: calc(100% - 1.45rem);
    display: flex;
    flex-wrap: wrap
}

.inner_s4 .top .span a {
    display: block;
    font-size: .18rem;
    line-height: .4rem;
    color: #333333;
    padding: 0 .2rem;
    min-width: .76rem;
    text-align: center;
    transition: .5s;
    border-radius: 50vw
}

.inner_s4 .top .span {
    margin-right: .2rem;
    margin-bottom: .1rem
}
.inner_s4 .top2 .spans .span a{
    background: #fff;
}

.inner_s4 .top .span:hover a,.inner_s4 .top .span.active a,
.inner_s4 .top2 .spans .span:hover a,
.inner_s4 .top2 .spans .span.active a {
    color: #fff;
    background: #0f4bb1
}
.inner_s4 .top2{
    margin-top: .2rem;
}
.inner_s4 .top {
    padding-bottom: .1rem;
    border-bottom: .01rem dashed #d6d6e2
}


.inner_s1 .top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.inner_s1 .top h4 {
    font-size: .22rem;
    line-height: .4rem;
    color: #1b1b1b
}

.inner_s1 .top .spans {
    width: calc(100% - 1.45rem);
    display: flex;
    flex-wrap: wrap
}

.inner_s1 .top .span a {
    display: block;
    font-size: .18rem;
    line-height: .4rem;
    color: #333333;
    padding: 0 .2rem;
    min-width: .76rem;
    text-align: center;
    transition: .5s;
    border-radius: 50vw
}

.inner_s1 .top .span {
    margin-right: .2rem;
    margin-bottom: .1rem
}
.inner_s1 .top2 .spans .span a{
    background: #fff;
}

.inner_s1 .top {
    padding-bottom: .1rem;
    border-bottom: .01rem dashed #d6d6e2
}
.inner_s1 .top .span:hover a,.inner_s1 .top .span.active a{
    color: #fff;
    background: #0f4bb1
}


.inner_s4 .bot ul {
    display: flex;
    flex-wrap: wrap
}

.inner_s4 .bot li {
    width: 31.5625%;
    position: relative;
    margin: .38rem 0 0 1.77%
}

.inner_s4 .bot li:nth-child(-n+3) {
    margin-top: 0
}

.inner_s4 .bot li:nth-child(3n+1) {
    margin-left: 0
}

.inner_s4 .bot li a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding-right: .3rem;
    padding-bottom: .46rem;
    z-index: 2
}

.inner_s4 .bot li .img_box {
    width: 2.37rem
}

.inner_s4 .bot li .pic {
    height: 3.16rem
}

.inner_s4 .bot li h6 img {
    display: block;
    width: .07rem
}

.inner_s4 .bot li h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .16rem;
    color: #fff;
    line-height: .35rem;
    width: 1.15rem;
    padding: 0 .15rem;
    background: url("../images/n-img-16.png") no-repeat 50%/100% 100%
}

.inner_s4 .bot li .txt {
    width: calc(100% - 2.67rem);
    margin-top: .38rem
}

.inner_s4 .bot li h3 {
    font-size: .24rem;
    line-height: .3rem;
    color: #0042b1;
    font-weight: bold
}

.inner_s4 .bot li .line {
    display: block;
    height: .01rem;
    background: #bacbeb;
    margin-top: .22rem;
    margin-bottom: .15rem
}

.inner_s4 .bot li h5 {
    font-size: .16rem;
    line-height: .32rem;
    color: #333333;
    word-break: break-all
}

.inner_s4 .bot li h5 span {
    display: block
}

.inner_s4 .bot li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    left: .19rem;
    background: url("../images/n-img-17.png") no-repeat right center/100% 100%
}

.inner_s4 .bot {
    margin-top: .37rem
}

.inner_s5 .item1 .item_l {
    width: 3.13rem;
    padding-right: .1rem;
    padding-bottom: .1rem;
    position: relative
}

.inner_s5 .item1 .pic {
    padding-top: 4.03rem;
    z-index: 2
}

.inner_s5 .item1 .item_l:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: .12rem;
    left: .16rem;
    background: url("../images/n-img-18.png") no-repeat bottom center/100% 100%
}

.inner_s5 .item1 .item_r {
    width: calc(100% - 3.6rem);
    margin-top: .15rem
}

.inner_s5 .item1 .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.03rem;
    position: relative
}

.inner_s5 .item1 .name h2 {
    font-size: .36rem;
    line-height: .4rem;
    color: #0043bd;
    font-weight: bold
}

.inner_s5 .item1 .name h3 {
    font-size: .48rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px #0043bd;
    font-family: 'Monotype-Corsiva', sans-serif;
    opacity: .2
}

.inner_s5 .item1 .name:after {
    position: absolute;
    content: '';
    right: 0;
    top: -.2rem;
    width: .8rem;
    height: .94rem;
    background: url("../images/n-img-19.png") no-repeat 50%/100% 100%
}

.inner_s5 .item1 .line:before {
    position: absolute;
    content: '';
    left: -.47rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #9db4e8 0%, transparent 100%)
}

.inner_s5 .item1 .line:after {
    position: absolute;
    content: '';
    left: -.52rem;
    top: 50%;
    bottom: 0;
    width: .07rem;
    height: .07rem;
    background: #fff;
    border: .01rem solid #0647bf;
    border-radius: 50vw;
    transform: translateY(-50%)
}

.inner_s5 .item1 .line {
    display: block;
    height: .01rem;
    position: relative;
    margin-top: .17rem;
    margin-bottom: .14rem
}

.inner_s5 .item1 h5 {
    position: relative;
    padding-left: .17rem;
    font-size: .18rem;
    line-height: .42rem;
    color: #0043bd;
    display: flex;
    align-items: flex-start
}

.inner_s5 .item1 h5 .label {
    display: flex;
    justify-content: space-between;
    font-size: .18rem;
    line-height: .42rem;
    color: #0043bd;
    width: .75rem;
    flex-shrink: 0
}

.inner_s5 .item1 h5 .value {
    font-size: .18rem;
    line-height: .42rem;
    color: #0043bd;
    display: block;
    word-break: break-all
}

.inner_s5 .item1 h5:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .06rem;
    height: .06rem;
    background: #ab9fff;
    transform: translateY(-50%)
}

.inner_s5 .item1:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: .72rem;
    left: 3.13rem;
    background: url("../images/n-img-20.png") no-repeat right bottom/auto 100%;
    filter: drop-shadow(0 .01rem .16rem rgba(11, 57, 141, 0.31))
}

.inner_s5 .item1:after {
    position: absolute;
    content: '';
    top: .79rem;
    right: .05rem;
    width: 3.07rem;
    height: 4.51rem;
    background: url("../images/n-img-21.png") no-repeat center bottom/auto 100%
}

.inner_s5 .item1 {
    position: relative
}

.inner_s5 .item2 .li .h2 h2 {
    font-size: .2rem;
    line-height: .3rem;
    color: #0043bd;
    font-weight: bold;
    position: relative;
    z-index: 2
}

.inner_s5 .item2 .li .h2 h2:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -.36rem;
    width: .8rem;
    height: .94rem;
    background: url("../images/n-img-22.png") no-repeat 50%/100% 100%;
    transform: translateX(-50%);
    z-index: -1
}

.inner_s5 .item2 .li .h2 {
    display: flex
}

.inner_s5 .item2 .li .desc {
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    margin-top: .2rem
}
.inner_s5 .item2 .li .desc p{
  margin-bottom: .2rem
}
.inner_s5 .item2 .li.grjj .desc p+p {
    margin-top: .2rem
}

.inner_s5 .item2 .li+.li {
    margin-top: .39rem
}

.inner_s5 .item2 {
    margin-top: .58rem
}

.inner_s6 .item1 .top {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-bottom: .25rem
}

.inner_s6 .item1 .top_r {
    width: calc(100% - 3.93rem);
    padding-left: .15rem
}

.inner_s6 .item1 .top_r h3 img {
    display: block;
    max-height: 1.07rem;
    max-width: 100%
}

.inner_s6 .item1 .top:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: -.8rem;
    left: -1.6rem;
    height: 2.18rem;
    background: url("../images/n-img-23.png") no-repeat left top/100% auto
}

.inner_s6 .item1 .bot_l {
    width: 3.93rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.inner_s6 .item1 .bot_l .h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.inner_s6 .item1 .bot_l h3 {
    font-size: .74rem;
    line-height: 1;
    color: #0043bd;
    font-weight: bold;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    margin-right: .2rem;
    max-height: 100%;
    letter-spacing: 0.025em
}

.inner_s6 .item1 .bot_l h4 {
    font-size: .3rem;
    line-height: 1;
    color: #0043bd;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-family: 'SourceHanSerifCN-Regular', sans-serif;
    max-height: 100%
}

.inner_s6 .item1 .bot_r {
    width: calc(100% - 3.93rem)
}

.inner_s6 .item1 .desc {
    font-size: .2rem;
    line-height: .4rem;
    color: #1f1f1f;
    text-indent: 2em
}

.inner_s6 .item1 .desc p+p {
    margin-top: .4rem
}

.inner_s6 .item1 .bot {
    margin-top: .29rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.inner_s6 .item2 .img {
    display: block;
    margin-left: calc((100vw - 16rem)/ -2);
    margin-right: calc((100vw - 16rem)/ -2)
}

.inner_s6 .item2 .img img {
    display: block;
    width: 100%
}

.inner_s6 .item2 {
    margin-top: .57rem
}

.inner_s7 .dtl_tit h2 {
    font-size: .26rem;
    line-height: .4rem;
    color: #222;
    text-align: center;
    font-weight: bold
}

.inner_s7 .dtl_tit .cont .li {
    font-size: .16rem;
    line-height: .32rem;
    color: #333333;
    margin: 0 .1rem
}

.inner_s7 .dtl_tit .cont {
    margin-top: .15rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.inner_s7 .dtl_tit {
    padding-bottom: .2rem;
    border-bottom: 1px solid #ddd
}

.inner_s7 .dtl_txt p,.arc-con p {
    font-size: .22rem;
    line-height: 2;
    color: #333;
    text-indent: 2em;
}

.inner_s7 .dtl_txt p+p,.arc-con p+p {
    margin-top: .3rem;
}

.inner_s7 .dtl_txt img,.arc-con img {
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: 5px auto;
    display: block;
    width: 800px;
}

.inner_s7 .dtl_txt video,.arc-con video {
    height: auto !important;
    max-width: 100% !important;
    margin: 10px auto;
    display: block
}

.inner_s7 .dtl_txt {
    margin-top: .3rem;
    padding: 0 1.5rem;
}

.inner_s7 .dtl_page p {
    font-size: .16rem;
    line-height: .26rem;
    color: #333;
    transition: .5s
}

.inner_s7 .dtl_page p+p {
    margin-top: .1rem
}

.inner_s7 .dtl_page p:hover {
    color: #0043bd;
    font-weight: bold
}

.inner_s7 .dtl_page {
    padding-top: .2rem;
    margin-top: .3rem;
    border-top: 1px solid #ddd
}

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #2448a4
}

#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 h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px
}

#bnt_sub_nav img {
    display: block;
    height: 20px
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg)
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9
}

#sub_nav_content ul {
    display: none
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px
}

#sub_nav_content ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85)
}

#sub_nav_content ul li.on a {
    color: #0043bd
}

#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;
    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 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: #0043bd
}

@media (max-width: 1199px) {
    #m_n_nav {
        display: block
    }

    .n_dh {
        display: none
    }

    .posi {
        margin-top: 0
    }

    .inner_page {
        padding: .3rem 0 .4rem;
        margin-top: 0;
        min-height: 500px;
    }

    .inner_s6 .item2 .img {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (max-width: 1025px) {
    .pagination {
        padding-top: .3rem
    }

    .inner_s1 li a {
        padding-left: .2rem
    }

    .inner_s1 li time {
        margin-right: .2rem
    }

    .inner_s1 li h3 {
        font-size: .2rem
    }

    .inner_s1 li h6 {
        width: .4rem;
        height: .4rem;
        margin-left: .2rem
    }

    .inner_s1 li .bg:after {
        height: .38rem;
        background-size: auto 100%;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%)
    }

    .inner_s1 li:hover time {
        padding-left: .2rem
    }

    .inner_s1 li:hover a {
        padding-left: .2rem
    }

    .inner_s1 li a {
        height: .76rem
    }

    .inner_s2 li a {
        padding-right: .2rem
    }

    .inner_s2 li .pic {
        width: 3.5rem;
        height: 2.2rem
    }

    .inner_s2 li .txt {
        width: calc(100% - 3.7rem);
        padding: .1rem 0
    }

    .inner_s2 li h6 {
        width: .4rem;
        height: .4rem;
        left: 3.3rem
    }

    .inner_s2 li h3 {
        font-size: .2rem;
        line-height: .3rem
    }

    .inner_s2 li+li {
        margin-top: .2rem
    }

    .inner_s3 li .img_box {
        width: 2rem;
        padding: 0.1rem 0 0 0.1rem
    }

    .inner_s3 li .pic {
        padding-top: 2.5rem
    }

    .inner_s3 li .img_box:after {
        width: 2.84rem;
        height: 2.78rem
    }

    .inner_s3 li .txt {
        width: calc(100% - 2.2rem);
        margin-top: 0.2rem
    }

    .inner_s3 li h3 {
        font-size: .24rem;
        line-height: .3rem
    }

    .inner_s3 li .line {
        margin-top: .12rem
    }

    .inner_s3 li h4 {
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .08rem
    }

    .inner_s3 li p {
        line-height: .28rem;
        height: 1.1rem;
    }

    .inner_s3 li .desc:before {
        top: .1rem
    }

    .inner_s3 li .desc {
        padding-left: .15rem;
        margin-top: .1rem
    }

    .inner_s3 li a {
        padding: .2rem
    }

    .inner_s3 li {
        width: 49%;
        margin: 0
    }

    .inner_s3 ul {
        gap: .2rem 0
    }
    .inner_s4 .top2{
        margin-top: 0;
        padding: .15rem 0;
    }
    .inner_s4 .top2 .spans{
        flex: 1;
    }
    .inner_s4 .top h4 {
        font-size: .2rem;
        line-height: .32rem
    }

    .inner_s4 .top .span a {
        line-height: .32rem;
        padding: 0 .1rem
    }

    .inner_s4 .top .span {
        margin: 0
    }

    .inner_s4 .top .spans {
        gap: .15rem .2rem;
        width: calc(100% - 1.2rem)
    }

    .inner_s4 .bot li .img_box {
        width: 1.9rem
    }

    .inner_s4 .bot li .pic {
        height: 2.5rem
    }

    .inner_s4 .bot li .txt {
        width: calc(100% - 2.1rem);
        margin-top: 0.2rem
    }

    .inner_s4 .bot li .line {
        margin: .1rem 0 .05rem
    }

    .inner_s4 .bot li a {
        padding-right: .2rem;
        padding-bottom: .3rem
    }

    .inner_s4 .bot li {
        width: 49%;
        margin: 0
    }

    .inner_s4 .bot ul {
        gap: .2rem 2%
    }

    .inner_s4 .bot {
        margin-top: 0.25rem
    }

    .inner_s5 .item1 .item_l {
        width: 2.6rem
    }

    .inner_s5 .item1 .pic {
        padding-top: 3.3rem
    }

    .inner_s5 .item1 .name h2 {
        font-size: .24rem;
        line-height: .3rem
    }

    .inner_s5 .item1 .name h3 {
        font-size: .3rem
    }

    .inner_s5 .item1 .name:after {
        top: -0.1rem;
        width: 0.5rem;
        height: 0.54rem
    }

    .inner_s5 .item1 .name {
        padding-right: .6rem
    }

    .inner_s5 .item1 h5, .inner_s5 .item1 h5 .label, .inner_s5 .item1 h5 .value {
        line-height: .36rem
    }

    .inner_s5 .item1 h5 {
        padding-left: .15rem
    }

    .inner_s5 .item1 .line {
        margin: .1rem 0
    }

    .inner_s5 .item1 .line:before {
        left: -.18rem
    }

    .inner_s5 .item1 .line:after {
        left: -0.25rem
    }

    .inner_s5 .item1 .item_r {
        width: calc(100% - 2.8rem)
    }

    .inner_s5 .item1:before {
        left: 2.4rem
    }

    .inner_s5 .item1:after {
        width: 2.4rem;
        height: 3.5rem
    }

    .inner_s5 .item2 .li .h2 h2 {
        font-size: .22rem
    }

    .inner_s5 .item2 .li .h2 h2:before {
        width: 0.5rem;
        height: 0.54rem;
        top: -.16rem
    }

    .inner_s5 .item2 .li .desc {
        line-height: 1.85;
        margin-top: .1rem
    }

    .inner_s5 .item2 .li.grjj .desc p+p {
        margin-top: .1rem
    }

    .inner_s5 .item2 .li+.li {
        margin-top: .2rem
    }

    .inner_s5 .item2 {
        margin-top: 0.3rem
    }

    .inner_s6 .item1 .top:before {
        left: -1rem;
        display: none
    }

    .inner_s6 .item1 .top_r h3 img {
        height: auto;
        max-height: .7rem
    }

    .inner_s6 .item1 .top_r {
        width: 100%;
        padding-left: 0
    }

    .inner_s6 .item1 .top {
        padding-bottom: .15rem
    }

    .inner_s6 .item1 .bot_l h3 {
        font-size: .26rem;
        line-height: 1.5;
        writing-mode: inherit;
        margin-right: 0;
        margin-bottom: .02rem
    }

    .inner_s6 .item1 .bot_l h4 {
        font-size: .26rem;
        line-height: 1;
        writing-mode: inherit
    }

    .inner_s6 .item1 .bot_l .h3 {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start
    }

    .inner_s6 .item1 .bot_l {
        width: 100%
    }

    .inner_s6 .item1 .bot_r {
        width: 100%;
        margin-top: .2rem
    }

    .inner_s6 .item1 .desc {
        font-size: .18rem;
        line-height: 1.85
    }

    .inner_s6 .item1 .desc p+p {
        margin-top: .1rem
    }

    .inner_s6 .item1 .bot {
        margin-top: 0
    }

    .inner_s6 .item2 {
        margin-top: 0.3rem
    }

    .inner_s7 .dtl_tit h2 {
        line-height: 1.5;
        font-size: .24rem
    }

    .inner_s7 .dtl_tit .cont {
        margin-top: .1rem;
        text-align: center
    }

    .inner_s7 .dtl_tit {
        padding-bottom: .15rem
    }

    .inner_s7 .dtl_txt p, .arc-con p {
        font-size: .18rem;
        line-height: 1.85
    }

    .inner_s7 .dtl_txt p+p,.arc-con p+p {
        margin-top: .1rem
    }

    .inner_s7 .dtl_txt {
        margin-top: .2rem;
        padding: 0;
    }

    .inner_s7 .dtl_page p {
        font-size: .18rem;
        line-height: 1.85
    }

    .inner_s7 .dtl_page p+p {
        margin-top: 0
    }

    .inner_s7 .dtl_page {
        padding-top: .1rem;
        margin-top: .2rem
    }
}

@media (max-width: 769px) {
    .inner_s2 li .pic {
        width: 100%;
        height: auto;
        padding-top: 63.61%
    }

    .inner_s2 li .txt {
        width: 100%;
        padding: .2rem
    }

    .inner_s2 li p {
        margin-top: .05rem
    }

    .inner_s2 li time {
        margin-top: .1rem
    }

    .inner_s2 li:before {
        background: #fff
    }

    .inner_s2 li a {
        padding-right: 0
    }

    .inner_s2 li .bg:after {
        bottom: 0;
        height: .3rem
    }

    .inner_s2 li .bg {
        background-color: #2448a4;
        background-position: right bottom;
        background-size: contain
    }

    .inner_s3 li {
        width: 100%
    }

    .inner_s4 .bot li {
        width: 100%
    }

    .inner_s5 .item1 .con {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .inner_s5 .item1 .item_r {
        width: 100%;
        padding: .1rem .2rem .2rem
    }

    .inner_s5 .item1 .name {
        padding-right: 0;
        padding-left: .2rem
    }

    .inner_s5 .item1 .line:before {
        left: 0
    }

    .inner_s5 .item1 .line:after {
        left: 0
    }

    .inner_s5 .item1:before {
        left: 0
    }

    .inner_s5 .item1:after {
        top: auto;
        bottom: -.4rem
    }
}

@media (max-width: 481px) {
    .inner_s1 li h6 {
        margin-right: -.2rem
    }

    .inner_s3 li .img_box {
        width: 1.7rem
    }

    .inner_s3 li .img_box:after {
        width: 2.34rem;
        height: 2.38rem
    }

    .inner_s3 li .pic {
        padding-top: 2.1rem
    }

    .inner_s3 li .txt {
        width: calc(100% - 1.9rem)
    }

    .inner_s4 .bot li .img_box {
        width: 1.7rem
    }

    .inner_s4 .bot li .pic {
        height: 2.3rem
    }

    .inner_s4 .bot li .txt {
        width: calc(100% - 1.9rem)
    }
}
.n_dh .left{
    width: 100%;
}
.n_dh .right{
    max-width: none;
    width: 100%;
    justify-content: flex-start;
    margin-top: .2rem;
}
.inner_page{
    margin-top: -.95rem;
}

@media (max-width: 1199px) {
    .inner_page {
        margin-top: 0;
    }
}

.aside_con{
    position: fixed;
    top: 90%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 999;
}
.aside_con .bot {
    position: relative;
    width: .8rem;
    height: .8rem;
    background: #2448a4;
    border-radius: 50%;
    box-shadow: 0 0 0.2rem rgba(11, 57, 141, 0.3);
    margin: .3rem auto;
}
.aside_con .bot:before {
    position: absolute;
    content: '';
    left: .05rem;
    right: .05rem;
    top: .05rem;
    bottom: .05rem;
    border: .01rem dashed rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, .63);
    border-radius: 50%;
    opacity: .2;
}
.aside_con .bot a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.aside_con .bot a img {
    display: block;
    width: .33rem;
}

@media (max-width: 1199px){
.aside_con, .rczp {
    display: none;
}}