@charset "UTF-8";
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 1.34rem;
}

.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: #0A52AB;
    color: #fff;
    border: 1px solid #0A52AB;
}

.pagination a:hover {
    background: #0A52AB;
    color: #fff;
    border: 1px solid #0A52AB;
}
.n_banner{
    position: relative;
    z-index: 2;
}
.n_banner .img img{
    display: block;
    width: 100%;
}
.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
.n_banner .top:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 40.15625vw;
    background: linear-gradient(266deg, rgba(10, 82, 171, 0) 4%, #0A52AB 99%);
    z-index: -1;
}
.n_banner .top .wp{
    height: 100%;
}
.n_banner .top .con{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.n_banner .top h1{
    font-size: .5rem;
    line-height: .72rem;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.n_banner .top i{
    display: block;
    width: .62rem;
    height: .04rem;
    background: #fff;
    margin-top: .24rem;
}
.posi{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .27rem;
}
.posi *{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #fff;
    transition: .5s;
}
.posi img{
    display: block;
    width: .2rem;
    margin-right: .1rem;
}
.posi span:not(:nth-child(2)){
    margin: 0 .03rem;
}
.posi a:hover,
.posi a.active{
    color: #DFA866;
}

.n_dh .n_erji ul{
    position: relative;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    background: url("../images/n-img-2.png") no-repeat 50%/100% 100%;
}
.n_dh .n_erji ul li{
    position: relative;
    width: 16.66%;
}
.n_dh .n_erji ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .26rem;
    height: 1.1rem;
    color: #fff;
    transition: .5s;
}
.n_dh .n_erji ul li:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: .41rem;
    height: .3rem;
    background: url("../images/n-img-1.png") no-repeat 50%/100% 100%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_dh .n_erji ul li.active:after,
.n_dh .n_erji ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_dh .n_erji ul li.active a,
.n_dh .n_erji ul li:hover a{
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.n_dh .n_erji ul:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .96rem;
    height: .13rem;
    background: url("../images/n-img-4.png") no-repeat right center/auto 100%;
    transform: translateY(-50%);
}
.n_dh .n_erji ul:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .96rem;
    height: .13rem;
    background: url("../images/n-img-5.png") no-repeat right center/auto 100%;
    transform: translateY(-50%);
}
.n_dh .n_erji{
    padding: .05rem;
    background: url("../images/n-img-3.png") no-repeat 50%/100% 100%;
}
.n_dh .n_sanji ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.n_dh .n_sanji ul li{
    position: relative;
    min-width: 1.96rem;
    margin: 0 .18rem;
    border: 1px solid rgba(10, 82, 171, 0.2);
}
.n_dh .n_sanji ul li a{
    display: block;
    position: relative;
    z-index: 2;
    font-size: .22rem;
    line-height: .58rem;
    color: #666666;
    text-align: center;
    padding: 0 .2rem;
    transition: .5s;
}
.n_dh .n_sanji ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #0A52AB;
    transition: .5s;
}
.n_dh .n_sanji ul li:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    border: .08rem solid transparent;
    border-top-color: #0A52AB;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.n_dh .n_sanji ul li.active:before,
.n_dh .n_sanji ul li:hover:before{
    right: 0;
}
.n_dh .n_sanji ul li.active:after,
.n_dh .n_sanji ul li:hover:after{
    opacity: 1;
    visibility: visible;
}
.n_dh .n_sanji ul li.active a,
.n_dh .n_sanji ul li:hover a{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.n_dh .n_sanji{
    margin-top: .55rem;
}

.n_dh{
    position: relative;
    z-index: 3;
    margin-top: -.6rem;
}
.inner_page:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: -2.4rem;
    background: url("../images/inner_page.png") no-repeat bottom center/cover;
}
.inner_page{
    position: relative;
    padding: .3rem 0 1.34rem;
}

/*inner_s1*/
.inner_s1 .top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff url("../images/n-img-8.png") no-repeat right bottom/contain;
    box-shadow: 0 .04rem .15rem 0 rgba(217, 217, 217, 0.5);
}
.inner_s1 .top .left{
    width: 6.32rem;
    height: 3.56rem;
}
.inner_s1 .swiper a{
    display: block;
}
.inner_s1 .swiper a .pic{
    padding-top: 3.56rem;
}
.inner_s1 .top .right{
    position: relative;
    width: calc(100% - 6.32rem);
    padding: .61rem .43rem .61rem .54rem;

}
.inner_s1 .top ul li a{
    display: block;
}
.inner_s1 .top li h3{
    font-size: .26rem;
    line-height: .34rem;
    color: #0A52AB;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    opacity: 0;
}
.inner_s1 .top li p{
    font-size: .16rem;
    line-height: .28rem;
    -webkit-line-clamp: 3;
    height: .84rem;
    margin-top: .41rem;
    opacity: 0;
}
.inner_s1 .top li time img{
    display: block;
    width: .2rem;
    margin-right: .1rem;
}
.inner_s1 .top li time{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .3rem;
    color: #0A52AB;
    margin-top: .45rem;
    opacity: 0;
}
.inner_s1 .top li{
    display: none;
}
.inner_s1 .top li.active{
    display: block;
}
.inner_s1 .top li.active h3,
.inner_s1 .top li.active p,
.inner_s1 .top li.active time{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.inner_s1 .top li.active p{
    animation-delay: .2s;
}
.inner_s1 .top li.active time{
    animation-delay: .3s;
}
.inner_s1 .swiDots{
    font-size: 0;
    right: .37rem;
    left: auto;
    width: auto;
    bottom: .6rem;
}
.inner_s1 .swiDots span{
    width: .09rem;
    height: .09rem;
    margin: 0 .06rem;
    background: #DDDDDD;
    opacity: .62;
}
.inner_s1 .swiDots span.active{
    background: #0A52AB;
    opacity: 1;
}
.inner_s1 .bot li{
    position: relative;
    background: url("../images/n-img-10.png") no-repeat 50%/cover;
    box-shadow: 0 .04rem .15rem 0 rgba(217, 217, 217, 0.5);
}
.inner_s1 .bot li + li{
    margin-top: .46rem;
}
.inner_s1 .bot li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 .bot li .pic{
    width: 4.28rem;
    height: 2.41rem;
}
.inner_s1 .bot li .txt{
    width: calc(100% - 4.66rem);
    padding-right: .37rem;
}
.inner_s1 .bot li h3{
    font-size: .2rem;
    line-height: .26rem;
    color: #000000;
    transition: .5s;
}
.inner_s1 .bot li p{
    margin-top: .26rem;
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    opacity: .9;
    height: .56rem;
    transition: .5s;
}
.inner_s1 .bot li time{
    margin-top: .33rem;
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #0A52AB;
    padding-left: .3rem;
    background: url("../images/n-img-7.png") no-repeat left center/.2rem;
    transition: .5s;
}
.inner_s1 .bot li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-11.png") no-repeat right center/100% 100%;
    box-shadow: 0 .04rem .15rem 0 rgba(10, 82, 171, 0.6895);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s1 .bot li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s1 .bot li:hover p{
    color: #fff;
}
.inner_s1 .bot li:hover time{
    color: #fff;
    background-image: url("../images/n-img-9.png");
}
.inner_s1 .bot li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s1 .bot{
    margin-top: .46rem;
}
.inner_s1{
    margin-top: .35rem;
}

/*inner_s2*/
.inner_s2 li a{
    position: relative;
    z-index: 2;
    height: 1.47rem;
    padding: 0 .37rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s2 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #DFA866;
    width: .88rem;
    height: .88rem;
    background: #fff url("../images/n-img-12.png") no-repeat 50%/contain;
    border: .03rem solid rgba(10, 82, 171, 0.3);
    border-radius: 50%;
}
.inner_s2 li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
}
.inner_s2 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.inner_s2 li .txt{
    width: calc(100% - 1.27rem);
}
.inner_s2 li h3{
    font-size: .2rem;
    line-height: .26rem;
    color: #000000;
    transition: .5s;
}
.inner_s2 li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    opacity: .9;
    margin-top: .17rem;
    transition: .5s;
}
.inner_s2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-13.png") no-repeat 50%/cover;
    box-shadow: 0 .04rem .14rem 0 rgba(10, 82, 171, 0.5028);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.inner_s2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    background: #0A52AB;
    opacity: .3;
}
.inner_s2 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.inner_s2 li:hover h3{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s2 li:hover p{
    color: #fff;
}
.inner_s2 li{
    position: relative;
}

/*inner_s3*/

.inner_s3 .dtl_l{
    width: 72.5%;
}
.inner_s3 .dtl_tit h1{
    font-size: .3rem;
    line-height: .4rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s3 .dtl_tit .cont{
    margin-top: .36rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s3 .dtl_tit .cont .li{
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
}
/* share */
.share{}
.social-share{display: flex;align-items: center;justify-content: flex-end;}
.social-share *{}
.social-share .icon-tencent:before{content:"\f07a"}
.social-share .icon-qq:before{content:"\f11a"}
.social-share .icon-weibo:before{content:"\f12a"}
.social-share .icon-wechat:before{content:"\f09a"}
.social-share .icon-douban:before{content:"\f10a"}
.social-share .icon-heart:before{content:"\f20a"}
.social-share .icon-like:before{content:"\f00a"}
.social-share .icon-qzone:before{content:"\f08a"}
.social-share .icon-linkedin:before{content:"\f01a"}
.social-share .icon-diandian:before{content:"\f05a"}
.social-share .icon-facebook:before{content:"\f03a"}
.social-share .icon-google:before{content:"\f04a"}
.social-share .icon-twitter:before{content:"\f06a"}
.social-share a:before{display:none}
.social-share a{position:relative;text-decoration:none;margin:0 0 0 .09rem;display:inline-block;outline:none;}
.social-share .social-share-icon{position:relative;display:inline-block;width: 0.18rem;height: 0.18rem;font-size: 0.16rem;border-radius: 50%;line-height: 0.18rem;color: #fff;text-align:center;vertical-align:middle;transition: 0.6s ease-out 0s;background: #fff;}
.social-share .social-share-icon:hover{}
.social-share .icon-weibo{}
.social-share .icon-weibo:hover{}
.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}
.social-share .icon-tencent:hover{background:#56b6e7}
.social-share .icon-qq{}
.social-share .icon-qq:hover{}
.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D;}
.social-share .icon-qzone:hover{background: #FDBE3D;}
.social-share .icon-douban{color:#33b045;border-color:#33b045}
.social-share .icon-douban:hover{background:#33b045}
.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}
.social-share .icon-linkedin:hover{background:#0077B5}
.social-share .icon-facebook{color:#44619D;border-color:#44619D}
.social-share .icon-facebook:hover{background:#44619D}
.social-share .icon-google{color:#db4437;border-color:#db4437}
.social-share .icon-google:hover{background:#db4437}
.social-share .icon-twitter{color:#55acee;border-color:#55acee}
.social-share .icon-twitter:hover{background:#55acee}
.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}
.social-share .icon-diandian:hover{background:#307DCA}
.social-share .icon-wechat{position:relative;color:#7bc549;border-color: #7bc549 !important;}
.social-share .icon-wechat:hover{}
.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index: 100;bottom: -2.05rem;left: -.9rem;width: 2rem;height: 1.92rem;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms;top: auto;}
.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}
.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}
.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height: .26rem;line-height: .26rem;font-size: .12rem;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width: 1.05rem;margin: .1rem auto;}
.social-share .icon-wechat .wechat-qrcode .qrcode img{max-width: 100%;margin: 0 auto;display: block;}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height: .16rem;padding:0;margin:0}
.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;top: -16px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color: transparent transparent #fff transparent;}
.social-share .icon-wechat:hover .wechat-qrcode{display:block}
.social-share .icon-wechat{background: url("../images/n-img-14.png") no-repeat 50%/100%}
.social-share .icon-weibo{background: url("../images/n-img-16.png") no-repeat 50%/100%}
.social-share .icon-qq{background: url("../images/n-img-15.png") no-repeat 50%/100%}
.inner_s3 .dtl_tit{
    padding-bottom: .35rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}

.inner_s3 .dtl_txt p{
    font-size: .2rem !important;
    line-height: 1.6 !important;
    color: #666666;
    text-indent: 2em;
}
.inner_s3 .dtl_txt p + p{
    margin-top: .42rem;
}
.inner_s3 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}
.inner_s3 .dtl_txt{
    margin-top: .4rem;
}
.inner_s3 .dtl_page p{
    font-size: .2rem;
    line-height: 1.6;
    color: #666666;
    transition: .5s;
}
.inner_s3 .dtl_page p + p{
    margin-top: .2rem;
}
.inner_s3 .dtl_page p:hover{
    color: #17468D;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s3 .dtl_page{
    padding-top: .53rem;
    margin-top: .53rem;
    border-top: 1px solid #17468D;
}

.inner_s3 .dtl_r{
    width: 22.6875%;
}
.inner_s3 .dtl_r h1{
    font-size: .3rem;
    line-height: .4rem;
    color: #17468D;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s3 .dtl_r .top a{
    display: block;
    position: relative;
}
.inner_s3 .dtl_r .top .pic{
    padding-top: 2.54rem;
}
.inner_s3 .dtl_r .top h3{
    font-size: .16rem;
    line-height: .24rem;
    color: #FFFFFF;
    padding: 0 .1rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .12rem;
    z-index: 3;
}
.inner_s3 .dtl_r .top a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 28.35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.inner_s3 .dtl_r .top{
    margin-top: .4rem;
}
.inner_s3 .dtl_r .bot li a{
    display: block;
    padding: .24rem 0 .26rem;
}
.inner_s3 .dtl_r .bot li h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    height: .48rem;
    transition: .5s;
}
.inner_s3 .dtl_r .bot li time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #17468D;
    margin-top: .14rem;
}
.inner_s3 .dtl_r .bot li{
    border-bottom: 1px dashed rgba(151, 151, 151, 0.3);
}
.inner_s3 .dtl_r .bot li:hover h3{
    color: #0A52AB;
}
.inner_s3 .dtl_r .bot{
    margin-top: .15rem;
}
.inner_s3{
    margin-top: .69rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

/*inner_s4*/

.inner_s4 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s4 ul li{
    width: 31.25%;
    margin: .54rem 0 0 3.125%;
    position: relative;
    background:#fff url("../images/n-img-20.png") no-repeat right bottom/contain;
    box-shadow: 0 .04rem .11rem 0 rgba(0, 0, 0, 0.0787);
}
.inner_s4 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s4 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s4 ul li a{
    display: block;
}
.inner_s4 ul li .pic{
    padding-top: 2.64rem;
}
.inner_s4 ul li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.inner_s4 ul li .txt{
    padding: .215rem .1rem;
}
.inner_s4 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 100%;
    height: .03rem;
    background: #0A52AB;
    transition: .5s;
}
.inner_s4 ul li:hover:after{
    right: 0;
}
.inner_s4 ul li:hover h3{
    color: #0A52AB;
    font-family: 'SourceHanSansCN-Bold', sans-serif;

}
.inner_s4 ul li:hover{
    box-shadow: 0 .04rem .11rem 0 rgba(10, 82, 171, 0.2632);
}
.inner_s4 {
    margin-top: .5rem;
}

/*inner_s5*/

.inner_s5 ul li{
    padding: .36rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}
.inner_s5 ul li .left{
    width: 8.2rem;
    padding: 0 2.04rem 0 .4rem;
    position: relative;
}
.inner_s5 ul li .left h4{
    font-size: .24rem;
    line-height: .36rem;
    color: #0A52AB;
    text-align: right;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s5 ul li .left:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(151, 151, 151, 0.3);
}
.inner_s5 ul li .right{
    /*width: calc(100% - 10.24rem);*/
width: calc(100% - 9.24rem);
}
.inner_s5 ul li dd a{
    display: block;
    font-size: .24rem;
    line-height: .36rem;
    color: #333333;
    transition: .5s;
}
.inner_s5 ul li dd a:hover{
    color: #0A52AB;
}
.inner_s5:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .12rem;
    background: #0A52AB;
}
.inner_s5{
    margin-top: .42rem;
    position: relative;
    padding: .39rem .61rem .9rem;
    background: #fff;
    box-shadow: 0 .06rem .24rem 0 rgba(225, 225, 225, 0.5);
}

/*inner_s6*/

.inner_s6 .item h2{
    font-size: .3rem;
    line-height: .4rem;
    color: #0A52AB;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s6 .item ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s6 .item li{
    width: 24.05%;
    position: relative;
    margin: .29rem 0 0 1.26%;
    border: 1px solid rgba(10, 82, 171, 0.2);
}
.inner_s6 .item li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s6 .item li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s6 .item li a{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .58rem;
    font-size: .18rem;
    line-height: .24rem;
    color: #0A52AB;
    padding: 0 .2rem;
    transition: .5s;
}
.inner_s6 .item li:after{
    position: absolute;
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #0A52AB url("../images/n-img-21.png") no-repeat bottom center/contain;
    box-shadow: 0 .02rem .13rem 0 rgba(10, 82, 171, 0.2853);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s6 .item li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s6 .item li:hover a{
    color: #fff;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s6 .item .list{
    margin-top: .4rem;
}
.inner_s6 .item:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .04rem;
    background: #0A52AB;
}
.inner_s6 .item{
    position: relative;
    padding-left: .37rem;
    padding-bottom: .09rem;
}
.inner_s6 .item + .item{
    margin-top: .4rem;
}
.inner_s6 {
    margin-top: .27rem;
}

/*inner_s7*/

.inner_s7 .item1 .left{
    width: 45.5625%;
}
.inner_s7 .item1 h2{
    font-size: .32rem;
    line-height: .46rem;
    color: #0A52AB;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
}
.inner_s7 .item .para p{
    font-size: .2rem !important;
    line-height: 1.7em !important;
    color: #333333;
    text-indent: 2em;
}
.inner_s7 .item .para p + p{
    margin-top: .37rem;
}
.inner_s7 .item1 .para{
    margin-top: .56rem;
}
.inner_s7 .item1 .right{
    width: 50.625%;
    margin-top: .23rem;
}
.inner_s7 .imgBox{
    position: relative;
    z-index: 2;
}
.inner_s7 .imgBox img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_s7 .item1 .imgBox{
    height: 4.56rem;
}
.inner_s7 .item1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s7 .item2{
    margin-top: .56rem;
}
.inner_s7 .item3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s7 .item3 li .num{
    width: 1.68rem;
    height: 1.68rem;
    padding: .15rem;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.inner_s7 .item3 li .num h3{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .32rem;
    color: #0A52AB;
    font-family: 'SourceHanSerifCN-Bold', sans-serif;
    border: 1px solid #0A52AB;
    border-radius: 50%;
}
.inner_s7 .item3 li .num:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/n-img-23.png") no-repeat 50%/100% 100%;
}
.inner_s7 .item3 li h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #0A52AB;
    margin-top: .3rem;
    text-align: center;
}
.inner_s7 .item3{
    margin-top: .69rem;
}
.inner_s7 .item4{
    margin-top: .56rem;
}
.inner_s7 .item5 .left{
    width: 51.875%;
    padding: .2rem 0 0 .2rem;
    position: relative;
}
.inner_s7 .item5 .imgBox{
    height: 4.56rem;
}
.inner_s7 .item5 .left:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 2.5rem;
    bottom: .4rem;
    background: #0A52AB;
}
.inner_s7 .item5 .right{
    width: 45%;
}
.inner_s7 .item5{
    margin-top: .56rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s7 .item6{
    margin-top: .58rem;
}
.inner_s7{
    margin-top: .71rem;
}

/*inner_s8*/
.inner_s8 .item .top h2{
    font-size: .3rem;
    line-height: .85rem;
    color: #fff;
    padding: 0 .53rem;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s8 .item .top{
    background:  url("../images/n-img-25.png") no-repeat left center/auto 100%;
}
.inner_s8 .item1 .top{
    background-color: #DFA866;
}
.inner_s8 .item .para p{
    font-size: .2rem;
    line-height: 1.7;
    color: #333333;
}
.inner_s8 .item1 .para h5{
    font-size: .24rem;
    line-height: .32rem;
    color: #333333;
}
.inner_s8 .item1 .bot{
    padding: .29rem .53rem;
}
.inner_s8 .item2 .top{
    background-color: #0A52AB;
}
.inner_s8 .item2 .imgBox img{
    display: block;
    width: 3rem;
    margin: 0 auto;
}
.inner_s8 .item2 .imgBox a{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #0A52AB;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
    margin-top: .19rem;
}
.inner_s8 .item2 .para{
    margin-top: .35rem;
}
.inner_s8 .item2 .bot{
    margin-top: .56rem;
}
.inner_s8 .item2{
    margin-top: .49rem;
}
.inner_s8 .item3 .top{
    background-color: #DFA866;
}
.inner_s8 .item3 .xq_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s8 .item3 .xq_list .li{
    margin: 0 .37rem;
}
.inner_s8 .item3 .xq_list .li a{
    display: block;
}
.inner_s8 .item3 .xq_list .li img{
    display: block;
    width: 3.09rem;
    margin: 0 auto;
}
.inner_s8 .item3 .xq_list .li h5{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #0A52AB;
    margin-top: .22rem;
    text-align: center;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s8 .item3 .para{
    margin-top: .35rem;
}
.inner_s8 .item3 .bot{
    margin-top: .56rem;
}
.inner_s8 .item3{
    margin-top: .78rem;
}
.inner_s8 .item4 .top{
    background-color: #0A52AB;
}
.inner_s8 .item4 .bot .left{
    width: 54.5625%;
}
.inner_s8 .item4 .bot .left img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.inner_s8 .item4 .bot .right{
    width: 35.0625%;
}

.inner_s8 .item4 .bot .right .box h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #333333;
    margin-bottom: .24rem;
}
.inner_s8 .item4 .bot .right .box h4{
    font-size: .2rem;
    line-height: .26rem;
    color: #666666;
}
.inner_s8 .item4 .bot .right .box h4 + h4{
    margin-top: .17rem;
}
.inner_s8 .item4 .bot .right .box h5 a{
    display: block;
    font-size: .18rem;
    line-height: .45rem;
    color: #fff;
    padding: 0 .88rem;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.inner_s8 .item4 .bot .right .box h5{
    background: #DFA866;
    margin: .37rem -.88rem 0;
}
.inner_s8 .item4 .bot .right .box{
    padding: .45rem .88rem 0;
    background: rgba(224, 224, 224, 0.3);
}
.inner_s8 .item4 .bot{
    margin-top: .61rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inner_s8 .item4{
    margin-top: .78rem;
}
.inner_s8{
    margin-top: .37rem;
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #0A52AB;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #0A52AB;
}

#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: #0A52AB;
}

@media (max-width: 1199px){
    .n_banner .img{
    }
    #m_n_nav{
        display: block;
    }
    .n_dh,
    .n_banner .top h1,.n_banner .top i{
        display: none;
    }
    .n_banner .top .con{
        justify-content: flex-end;
        padding: .1rem 0;
    }
    .n_banner .top:before{
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 30%;
        background: linear-gradient(180deg, rgba(10, 82, 171, 0) 4%, #0A52AB 99%);
    }
    .inner_page{
        padding: .3rem 0 .4rem;
        min-height: 60vh;
    }
}
@media (max-width: 1025px){
    .posi *{
        font-size: .16rem;
    }
    .posi img{
        width: .18rem;
        margin-right: .05rem;
    }
    .inner_s1 .top .left{
        width: 100%;
        height: auto;
    }
    .inner_s1 .swiper a .pic{
        padding-top: 56.33%;
    }
    .inner_s1 .top .right{
        width: 100%;
        padding: .2rem;
    }
    .inner_s1 .top li h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .inner_s1 .top li p{
        margin-top: .1rem;
    }
    .inner_s1 .top li time img{
        margin-right: .05rem;
        width: .16rem;
    }
    .inner_s1 .top li time{
        font-size: .16rem;
        line-height: .24rem;
        margin-top: .1rem;
    }
    .inner_s1 .swiDots{
        position: static;
        margin-top: .15rem;
    }
    .inner_s1 .bot li .pic {
        width: 3.58rem;
        height: 2.2rem;
    }
    .inner_s1 .bot li p{
        margin-top: .1rem;
    }
    .inner_s1 .bot li time{
        font-size: .16rem;
        line-height: .24rem;
        margin-top: .1rem;
        background-size: .14rem;
        padding-left: .2rem;
    }
    .inner_s1 .bot li .txt{
        width: calc(100% - 3.8rem);
        padding-right: .2rem;
    }
    .inner_s1 .bot li + li{
        margin-top: .26rem;
    }
    .inner_s1 .bot{
        margin-top: .3rem;
    }
    .pagination{
        padding-top: .3rem;
    }
    .inner_s1{
        margin-top: 0;
    }
    .inner_s2 li a{
        padding: 0 .2rem;
        height: 1.2rem;
    }
    .inner_s2 li .txt {
        width: calc(100% - 1.08rem);
    }
    .inner_s2 li p{
        margin-top: .05rem;
    }
    .inner_s3 .dtl_l{
        width: 100%;
    }
    .inner_s3 .dtl_tit h1{
        font-size: .25rem;
        line-height: 1.5;
    }
    .inner_s3 .dtl_tit .cont{
        margin-top: .1rem;
    }
    .social-share{
        display: none;
    }
    .inner_s3 .dtl_tit{
        padding-bottom: .2rem;
    }
    .inner_s3 .dtl_txt p{
        font-size: .18rem !important;
        line-height: 1.8;
    }
    .inner_s3 .dtl_txt p + p{
        margin-top: .2rem;
    }
    .inner_s3 .dtl_txt{
        margin-top: .3rem;
    }
    .inner_s3 .dtl_page{
        padding-top: .2rem;
        margin-top: .3rem;
    }
    .inner_s3 .dtl_page p{
        font-size: .18rem;
    }
    .inner_s3 .dtl_page p + p{
        margin-top: .05rem;
    }
    .inner_s3 .dtl_r{
        width: 100%;
        margin-top: .4rem;
    }
    .inner_s3 .dtl_r h1{
        font-size: .26rem;
        line-height: .3rem;
    }
    .inner_s3 .dtl_r .top .pic{
        padding-top: 69.97%;
    }
    .inner_s3 .dtl_r .top h3{
        font-size: .18rem;
        bottom: .15rem;
    }
    .inner_s3 .dtl_r .top{
        margin-top: .26rem;
    }
    .inner_s3 .dtl_r .bot li time{
        font-size: .16rem;
        margin-top: .05rem;
    }
    .inner_s3 .dtl_r .bot li a{
        padding: .15rem 0;
    }
    .inner_s3 .dtl_r .bot{
        margin-top: .1rem;
    }
    .inner_s3{
        margin-top: 0;
    }
    .inner_s4 ul li .pic{
        padding-top: 56.8%;
    }
    .inner_s4 ul li .txt{
        padding: .1rem ;
    }
    .inner_s4 ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s4 ul{
        gap: .26rem 2%;
    }
    .inner_s4{
        margin-top: 0;
    }
    .inner_s5 ul li .left{
        width: 100%;
        padding: 0 0 .05rem;
        margin-bottom: .05rem;
    }
    .inner_s5 ul li .left:after{
        display: none;
    }
    .inner_s5 ul li .left h4{
        font-size: .22rem;
        line-height: .3rem;
        text-align: left;
    }
    .inner_s5 ul li .right{
        width: 100%;
    }
    .inner_s5 ul li dd a{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner_s5 ul li{
        padding: .2rem 0;
    }
    .inner_s5:before{
        width: .05rem;
    }
    .inner_s5{
        margin-top: 0;
        padding: .1rem .3rem;
    }
    .inner_s6 .item h2{
        font-size: .22rem;
        line-height: .3rem;
    }
    .inner_s6 .item li{
        width: 32%;
        margin: 0;
    }
    .inner_s6 .item ul{
        gap: .2rem 2%;
    }
    .inner_s6 .item .list{
        margin-top: .2rem;
    }
    .inner_s6 .item{
        padding: 0 0 0 .2rem;
    }
    .inner_s6 .item + .item{
        margin-top: .3rem;
    }
    .inner_s6{
        margin-top: 0;
    }
    .inner_s7 .item1 h2{
        font-size: .24rem;
        line-height: .3rem;
    }
    .inner_s7 .item .para p{
        font-size: .18rem !important;
        line-height: 1.8!important;
    }
    .inner_s7 .item .para p + p{
        margin-top: .1rem;
    }
    .inner_s7 .item1 .para{
        margin-top: .2rem;
    }
    .inner_s7 .item2{
        margin-top: .3rem;
    }
    .inner_s7 .item3 li .num h3{
        font-size: .3rem;
    }
    .inner_s7 .item3 li .num{
        width: 1.5rem;
        height: 1.5rem;
    }
    .inner_s7 .item3 li h4{
        font-size: .18rem;
        margin-top: .1rem;
    }
    .inner_s7 .item3{
        margin-top: .3rem;
    }
    .inner_s7 .item3 ul{
        gap: .26rem .3rem;
        justify-content: center;
    }
    .inner_s7 .item4{
        margin-top: .3rem;
    }
    .inner_s7 .item5{
        margin-top: .3rem;
    }
    .inner_s7 .item6{
        margin-top: .3rem;
    }
    .inner_s7{
        margin-top: 0;
    }
    .inner_s8 .item .top h2{
        font-size: .22rem;
        line-height: .56rem;
        padding: 0 .2rem;
    }
    .inner_s8 .item1 .bot{
        padding: .2rem;
    }
    .inner_s8 .item1 .para h5{
        font-size: .2rem;
    }
    .inner_s8 .item .para p{
        font-size: .18rem;
    }
    .inner_s8 .item2 .imgBox img{
        width: 2rem;
    }
    .inner_s8 .item2 .imgBox a{
        margin-top: .1rem;
    }
    .inner_s8 .item2 .para{
        margin-top: .2rem;
    }
    .inner_s8 .item2 .bot{
        margin-top: .2rem;
    }
    .inner_s8 .item2{
        margin-top: .3rem;
    }
    .inner_s8 .item3 .xq_list .li{
        margin: 0 .15rem;
    }
    .inner_s8 .item3 .xq_list .li h5{
        margin-top: .1rem;
    }
    .inner_s8 .item3 .para{
        margin-top: .2rem;
    }
    .inner_s8 .item3 .bot{
        margin-top: .2rem;
    }
    .inner_s8 .item3{
        margin-top: .3rem;
    }
    .inner_s8 .item4 .bot .right .box{
        padding: .2rem;
    }
    .inner_s8 .item4 .bot .right .box h5{
        margin: .2rem -.2rem 0;
    }
    .inner_s8 .item4 .bot .right .box h5 a{
        padding: 0 .2rem;
    }
    .inner_s8 .item4 .bot .right .box h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-bottom: .05rem;
    }
    .inner_s8 .item4 .bot .right .box h4{
        font-size: .18rem;
    }
    .inner_s8 .item4 .bot .right .box h4 + h4{
        margin-top: .05rem;
    }
    .inner_s8 .item4 .bot{
        margin-top: .2rem;
    }
    .inner_s8 .item4 .bot .left{
        width: 58%;
    }
    .inner_s8 .item4 .bot .right{
        width: 40%;
    }
    .inner_s8 .item4{
        margin-top: .3rem;
    }
    .inner_s8{
        margin-top: 0;
    }
}
@media (max-width: 769px){
    .inner_s1 .bot li .pic{
        width: 100%;
        height: auto;
        padding-top: 56.31%;
    }
    .inner_s1 .bot li .txt{
        width: 100%;
        padding: .2rem;
    }
    .inner_s1 .bot li:after{
        background: #0A52AB;
    }
    .inner_s6 .item li {
        width: 49%;
    }
    .inner_s7 .item1 .left{
        width: 100%;
    }
    .inner_s7 .item1 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .inner_s7 .item1 .imgBox{
        height: auto;
    }
    .inner_s7 .item5 .left{
        width: 100%;
        padding: .1rem 0 0 .1rem;
    }
    .inner_s7 .item5 .imgBox{
        height: auto;
    }
    .inner_s7 .item5 .right{
        width: 100%;
        margin-top: .3rem;
    }
    .inner_s8 .item4 .bot .left{
        width: 100%;
    }
    .inner_s8 .item4 .bot .right{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s8 .item3 .xq_list{
        gap: .2rem 0;
    }
}
@media (max-width: 481px){
    .inner_s2 li a {
        padding: 0;
        height: 1.1rem;
    }
    .inner_s2 li time{
        width: .8rem;
        height: .8rem;
        border-width: .02rem;
    }
    .inner_s2 li:before{
        left: -15px;
        right: -15px;
    }
    .inner_s2 li .txt {
        width: calc(100% - .98rem);
    }
    .inner_s4 ul li{
        width: 100%;
    }
    .inner_s6 .item li {
        width: 100%;
    }
    .inner_s7 .item3 li .num h3{
        font-size: .28rem;
    }
    .inner_s7 .item3 ul{
        gap: .2rem 2%;
    }
    .inner_s7 .item3 li{
        width: 49%;
    }
}

.leftNav{
    width: 20%;
    position: relative;
    z-index: 2;
    align-self: flex-start;
    margin-top: -1.6rem;
}
.leftNav .tit h2{
    font-size: .4rem;
    line-height: 1;
    color: #fff;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.leftNav .tit h4{
    font-size: .14rem;
    line-height: 1;
    color: #fff;
    opacity: .7;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    text-transform: uppercase;
    margin-top: .1rem;
}
.leftNav .tit{
    text-align: center;
    padding: 0.4rem .2rem 0.54rem;
    background: url("../images/n-img-30.png") no-repeat top center/100% 100%;
}
.leftNav .block h4{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: .22rem;
    line-height: .76rem;
    color: #333333;
    padding: 0 .2rem 0 .2rem;
    border-bottom: 1px dashed rgba(10, 82, 171, 0.2);
}
.leftNav .block h4 i{
    display: block;
    width: .29rem;
    height: .22rem;
    margin-right: .065rem;
    background: url("../images/n-img-31.png") no-repeat 50%/100% auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.leftNav .block .box .s-link a{
    display: block;
    font-size: .18rem;
    line-height: .26rem;
    color: #666;
    transition: .5s;
}
.leftNav .block .box .s-link a + a{
    margin-top: .1rem;
}
.leftNav .block .box .s-link a:hover{
    color: #0A52AB;
}
.leftNav .block .box .s-link{
    padding: .15rem .2rem .1rem .81rem;
    display: none;
}
.leftNav .block .box.active .s-link{
    display: block;
}
.leftNav .block .box.active h4 i,
.leftNav .block .box:hover h4 i{
    opacity: 1;
    visibility: visible;
}
.leftNav .block .box.active h4,
.leftNav .block .box:hover h4{
    color: #0A52AB;
}
.leftNav .block{
    position: relative;
    z-index: 2;
    margin-top: -.35rem;
    padding: .21rem .34rem;
    min-height: 5.13rem;
    background: url("../images/n-img-32.png") no-repeat top center/100% auto;
}
.rightBox{
    width: 76.25%;
}

@media (max-width: 1199px) {
    .leftNav{
        display: none;
    }
    .rightBox{
        width: 100%;
    }
}
div#vsb_content table p {
    text-indent: 0;
}