@charset "UTF-8";
.header{
    position: absolute;
}
.header .logo .img-2{
    display: none;
}
.header .topl@charset "UTF-8";
.header{
    position: absolute;
}
.header .logo .img-2{
    display: none;
}
.header .toplink a,
.header .toplink .tel,
.header .topnav ul li>a{
    color: #fff;
}
.header .topnav ul li+li:before{
    border-color: #fff;
}
.header .topnav .lan{
    background: #834798;
}

.header:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 4.17rem;
    background: url("../images/others/h-bg.png") no-repeat top center/100% 99%;
    z-index: -1;
}
.n_banner{
    position: relative;
}

.n_banner .img img{
    display: block;
    width: 100%;
}

.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.n_banner .top .wp{
    max-width: 16rem;
}

.posi{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.posi img{
    display: block;
    width: .15rem;
    margin-right: .1rem;
}
.posi a,
.posi span{
    display: block;
    font-size: .16rem;
    line-height: .56rem;
    color: #fff;
}
.posi span{
    margin: 0 .03rem;
}

.n_dh{
    height: .86rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    box-shadow: 0 .1rem .15rem rgba(66, 134, 199, 0.18);
}

.n_dh .left{
    height: calc(100% + .24rem);
    width: 3.96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -.24rem;
    background: url("../images/others/n_dh.png") no-repeat top center/100% 100%;
}

.n_dh .left h2{
    display: block;
    font-size: .3rem;
    line-height: .66rem;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.n_dh .left h2:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: .43rem;
    height: .04rem;
    background: #fff;
    transform: translateX(-50%);
}
.n_dh .right{
    width: calc(100% - 3.96rem);
    position: relative;
    height: 100%;
}
.n_dh .right:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    left: -.5rem;
    background: #fff;
    border-radius: 0 .2rem 0 0;
    z-index: -1;
}
.n_erji{
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
}
.n_erji li{
    width: 14.18%;
    height: 100%;
}
.n_erji li a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .22rem;
    color: #333333;
    transition: .5s;
}
.n_erji li.active a,
.n_erji li:hover a{
    color: #4286c7;
    font-weight: bold;
}
.inner_box .wp{
    max-width: 16rem;
}
.inner_box{
    padding: .4rem 0 1.8rem;
    overflow: hidden;
}



/*inner_s1*/

.inner_s1 .block1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner_s1 .block1 .left{
    width: 8.8rem;
    padding-bottom: .78rem;
    position: relative;
}
.inner_s1 .block1 .left .img1{
    width: 7.2rem;
    border-radius: .1rem;
    overflow: hidden;
}
.inner_s1 .block1 .left .img1 img{
    display: block;
    width: 100%;
}
.inner_s1 .block1 .left .img2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.1rem;
    height: 2.8rem;
    border-radius: .1rem;
    overflow: hidden;
}
.inner_s1 .block1 .left .img2 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner_s1 .block1 .right{
    width: calc(100% - 8.8rem);
    padding: .6rem .55rem 0 .93rem ;
}
.inner_s1 .block1 h4{
    font-size: .5rem;
    line-height: .6rem;
    color: #4286c7;
    font-family: Arial;
    font-weight: bold;
    opacity: .1;
    text-transform: uppercase;
    margin-left: -1.25rem;
    margin-right: .3rem;
}
.inner_s1 .block1 h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #222222;
    position: relative;
    z-index: 2;
    margin-top: -1em;
}
.inner_s1 .block1 .line{
    display: block;
    width: .98rem;
    height: .04rem;
    background: #4286c7;
    margin: .4rem 0 .44rem -.3rem;
}
.inner_s1 .para{
    font-size: .18rem;
    line-height: .34rem;
    color: #555555;
    text-indent: 2em;
}

.inner_s1 .block2 li{
    position: relative;
    width: 20%;
    padding-left: .5rem;
}
.inner_s1 .block2 li h3{
    font-size: .6rem;
    line-height: 1;
    color: #4286c7;
}
.inner_s1 .block2 li h4{
    font-size: .16rem;
    line-height: .26rem;
    color: #555555;
    margin-top: .05rem;
}
.inner_s1 .block2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: .82rem;
    background: #4286c7;
    opacity: .7;
    transform: translateY(-50%);
}
.inner_s1 .block2 li:last-child:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .82rem;
    background: #4286c7;
    opacity: .7;
    transform: translateY(-50%);
}
.inner_s1 .block2{
    margin-top: .6rem;
}
.inner_s1 .block3 .para p:not(:first-child){
    margin-top: .42rem;
}

.inner_s1 .block3{
    margin-top: .53rem;
}
.inner_s1 .block4{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}

.inner_s1 .block4 .txt{
    width: 50%;
    background: url("../images/others/img-4.png") no-repeat 50%/100% 100%;
}
.inner_s1 .block4 .txt a{
    display: block;
    padding: .54rem .56rem .9rem .38rem;
}
.inner_s1 .block4 .txt h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #4286c7;
}
.inner_s1 .block4 .txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #555555;
    height: 1.36rem;
    text-indent: 2em;
    margin-top: .3rem;
}

.inner_s1 .block4 .txt .page{
    font-size: 0;
    left: auto;
    right: .53rem;
    bottom: .5rem;
    width: auto;
}
.inner_s1 .block4 .txt .page span{
    width: .24rem;
    height: .06rem;
    background: #4286c7;
    margin: 0 .05rem;
    opacity: .2;
    border-radius: 50%;
}
.inner_s1 .block4 .txt .page span.active{
    background: #834798;
    opacity: 1;
}
.inner_s1 .block4 .img-box{
    width: 50%;
}
.inner_s1 .block4 .img-box a{
    display: block;
}
.inner_s1 .block4 .img-box a img{
    height: 3.5rem;
}

.inner_s1 .block4 .bot{
    margin-top: .74rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 .block4 .bot .swiBtn {
    width: 1.22rem;
    border-radius: .1rem;
    border: 2px solid #c6cad1;
    line-height: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .15rem;
    position: relative;
}

.inner_s1 .block4 .bot .swiBtn:before {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    top: 0
}

.inner_s1 .block4 .bot .swiBtn:after {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    bottom: 0
}

.inner_s1 .block4 .bot .swiBtn a {
    width: 50%;
    text-align: center;
}

.inner_s1 .block4 .bot .swiBtn a.swiper-button-disabled {
    opacity: .3;
}

.inner_s1 .block4 .bot .swiBtn a:before {
    display: block;
    transition: .3s
}
.inner_s1 .block4 .bot .swiDots {
    flex: 1;
    overflow: hidden;
    margin-left: .4rem;
    background: rgba(102, 102, 102, 0.2);
    height: 2px;
    position: relative;
}

.inner_s1 .block4 .bot .swiDots .swiper-scrollbar-drag {
    background: #4286c7
}
.inner_s1 .block4{
    margin-top: .78rem;
}

.inner_s1 .block5 .top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s1 .block5 .top_l{
    width: 5.26rem;
}
.inner_s1 .block5 .top_l img{
    display: block;
    width: 100%;
}
.inner_s1 .block5 .top_r{
    width: calc(100% - 6rem);
    padding-top: .18rem;
}
.inner_s1 .block5 .top_r h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #4286c7;
    margin-bottom: .3rem;
}

.inner_s1 .block5 .bot{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner_s1 .block5 .bot_r{
    width: 5.06rem;
}
.inner_s1 .block5 .bot_r img{
    display: block;
    width: 100%;
    border-radius: .1rem;
}
.inner_s1 .block5 .bot_l{
    width: calc(100% - 5.7rem);
    margin-top: .52rem;
}

.inner_s1 .block5 .para p:not(:first-child){
    margin-top: .34rem;
}

.inner_s1 .block5 .slogan img{
    display: block;
    width: 4.3rem;
}
.inner_s1 .block5 .slogan{
    position: absolute;
    left: .8rem;
    bottom: .75rem;
}
.inner_s1 .block5{
    margin-top: 1.03rem;
    position: relative;
    padding: .8rem;
    background: url("../images/others/img-9.png") no-repeat 50%/cover;
    border-radius: .4rem;
}
.inner_s1{
    margin-top: .6rem;
}

/*inner_s2*/

.n_tit h2{
    font-size: .36rem;
    line-height: .4rem;
    color: #222222;
    text-align: center;
}
.n_tit:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -1px;
    width: .98rem;
    height: .04rem;
    background: #4683bd;
    transform: translateX(-50%);
}
.n_tit{
    margin-top: .58rem;
    position: relative;
    padding-bottom: .44rem;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.inner_s2 .list01 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .94rem 1.83%;
    margin-top: .7rem;
}

.inner_s2 .list01 li{
    width: 23.625%;
}
.inner_s2 .list01 li a{
    display: block;
    transform-origin: center center;
    transition: .5s;
}
.inner_s2 .list01 li a .img{
    height: 2.66rem;
    position: relative;
}
.inner_s2 .list01 li a .img:after{
    position: absolute;
    content: '';
    inset: 0;
    width: .6rem;
    height: .6rem;
    background: url("../images/others/img-12.png") no-repeat 50%/100%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 .list01 li a h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    text-align: center;
}

.inner_s2 .list01 li a .txt{
    margin-top: .1rem;
    padding: .25rem .2rem;
    background: url("../images/others/img-11.jpg") no-repeat 50%/100% 100%;
    transition: .5s;
}
.inner_s2 .list01 li:hover a h3{
    color: #fff;
}
.inner_s2 .list01 li:hover a .txt{
    background: #4286c7;
}
.inner_s2 .list01 li:hover a .img:after{
    opacity: 1;
    visibility: visible;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .92rem;
}

.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: #4286c7;
    color: #fff;
    border: 1px solid #4286c7;
}

.pagination a:hover {
    background: #4286c7;
    color: #fff;
    border: 1px solid #4286c7;
}

/*inner_s3*/

.inner_s3 .dtl_tit h1{
    font-size: .36rem;
    line-height: .4rem;
    color: #222222;
    text-align: center;
}

.inner_s3 .dtl_tit .cont{
    position: relative;
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.inner_s3 .dtl_tit .cont p{
    display: flex;
    align-items: center;
    font-size: .17rem;
    line-height: .25rem;
    color: #999999;
    position: relative;
    padding: 0 .2rem;
}
.inner_s3 .dtl_tit .cont p span{
    color: #4286c7;
}
.inner_s3 .dtl_tit .cont p:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: .2rem;
 /*background: #aaabac;*/
    transform: translateY(-50%);
}
.inner_s3 .dtl_tit .cont p:first-child:before{
    display: none;
}

.inner_s3 .dtl_tit .cont .oth{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}
.inner_s3 .dtl_tit .cont .oth .num{
    display: flex;
    align-items: center;
    font-size: .17rem;
    color: #999999;
    line-height: .25rem;
}
.inner_s3 .dtl_tit .cont .oth .num img{
    display: block;
    width: .21rem;
    margin-right: .1rem;
}

.inner_s3 .dtl_tit .cont .oth .size{
    display: flex;
    align-items: center;
    margin-left: .3rem;
}
.inner_s3 .dtl_tit .cont .oth .size span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .25rem;
    height: .25rem;
    font-size: .13rem;
font-size: .15rem;
    color: #999;
    border-radius: 50%;
    margin: 0 .05rem;
    transition: .5s;
    cursor: pointer;
}

.inner_s3 .dtl_tit .cont .oth .size span.active,
.inner_s3 .dtl_tit .cont .oth .size span:hover{
    background: #4286c7;
    color: #fff;
}

.inner_s3 .dtl_tit{
    padding-bottom: .16rem;
    border-bottom: 2px solid #e0e5e7;
}

.inner_s3 .dtl_txt p{
    font-size: .18rem !important;
    line-height: 1.88em !important;
    color: #555555;
    text-indent: 2em;
    margin-top: 1.88em;
}
.inner_s3 .dtl_txt img{display:block;margin:0 auto;}
.inner_s3 .dtl_txt p span{
    font-size: .18rem !important;
    line-height: 1.88em !important;
    color: #555555;
}
.img-desc{text-align:center;font-size: .18rem !important;line-height: 2 !important;color: #555555;}
.inner_s3 .dtl_txt p:first-child{
    margin-top: 0;
}

.inner_s3 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 70%;
    margin: 0 auto;
}

.inner_s3 .dtl_txt{
    margin-top: .65rem;
}
.inner_s3 .dtl_page{
    margin-top: .7rem;
    padding-top: .49rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #d2d7d9;
}

.inner_s3 .dtl_page .ll{
    width: 78%;
}
.inner_s3 .dtl_page p{
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    transition: .5s;
}
.inner_s3 .dtl_page p:hover{
    color: #4286c7;
}

/*share*/
@font-face{font-family:"socialshare";src:url("../fonts/iconfont.eot");src:url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype"),url("../fonts/iconfont.svg#iconfont") format("svg")}.social-share{}.social-share *{font-family:"socialshare" !important}.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{position:relative;text-decoration:none;margin: 4px .06rem;display:inline-block;outline:none;}.social-share .social-share-icon{position:relative;display:inline-block;width: .42rem;height: .42rem;font-size: .22rem;border-radius: 50%;line-height: .4rem;border:1px solid #666;color:#666;text-align:center;vertical-align:middle;transition:background 0.6s ease-out 0s;}.social-share .social-share-icon:hover{background:#666;color:#fff}.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7}.social-share .icon-qq:hover{background:#56b6e7}.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}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-92px;width:200px;height:192px;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}.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:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}

#share-2{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .36rem;
    color: #313134;
}

#share-2 .icon-wechat .wechat-qrcode .help p{
    font-size: .12rem;
    display: block;
}
#share-2 .icon-wechat .wechat-qrcode .qrcode *{
    display: block;
    width: 100%;
}
#share-2 .social-share-icon{
    width: .25rem;
    height: .25rem;
    font-size: 0 !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: no-repeat 50%/100% 100%;
    border: none !important;
    color: #fff !important;
    margin: 0 .1rem !important;
    border-radius: 0 !important;

}
#share-2 .icon-qzone{
    background-image: url("../images/others/img-16.png") !important;
}
#share-2 .icon-weibo{
    background-image: url("../images/others/img-17.png") !important;
    background-size:100% auto  !important;
}
#share-2 .icon-tencent{
    background-image: url("../images/others/img-18.png") !important;
}
#share-2 .icon-wechat{
    background-image: url("../images/others/img-19.png") !important;
}

.inner_s3{
    margin-top: .58rem;
}
/*inner_s4*/

.inner_s4 .list02 li a{
    display: flex;
    justify-content: space-between;
}

.inner_s4 .list02 li .rr{
    width: 2.1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
    border-radius: .2rem;
    padding: .4rem 0;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}

.inner_s4 .list02 li time{
    display: block;
    width: 1.05rem;
    position: relative;
    z-index: 2;
}

.inner_s4 .list02 li time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    color: #4286c7;
}
.inner_s4 .list02 li time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #666666;
    margin-top: .05rem;
    padding-top: .07rem;
    border-top: 1px solid #c1c7cb;
}
.inner_s4 .list02 li time:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 1.3rem;
    height: 1.02rem;
    background: url("../images/others/img-22.png") no-repeat 50%/100% 100%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.inner_s4 .list02 li .rr h5{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    color: #fff;
    line-height: .27rem;
}
.inner_s4 .list02 li .rr h5 img{
    display: block;
    width: .27rem;
    margin-left: .1rem;
}
.inner_s4 .list02 li .rr .box{
    display: none;
}

.inner_s4 .list02 li .ll{
    width: calc(100% - 2.1rem);
    background: #fff no-repeat left center/100% 100%;
    border-radius: .2rem;
    position: relative;
    padding: .26rem .68rem .13rem .4rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
    transition: .5s;
}
.inner_s4 .list02 li .ll:after{
    position: absolute;
    content: '';
    left: 100%;
    top: .19rem;
    bottom: .19rem;
    width: 1px;
    border-right: 1px dashed #c8cbcd;
}
.inner_s4 .list02 li .ll h5{
    width: 1.37rem;
    height: .44rem;
    background: url('../images/others/img-23.png') no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-family: 'ran';
    font-size: .2rem;
    line-height: .44rem;
    text-align: center;
    padding-left: .1rem;
    display: block;
    margin-bottom: .17rem;
    transition: .5s;
}
.inner_s4 .list02 li .ll h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
    margin-bottom: .19rem;
}

.inner_s4 .list02 li .ll p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
    height: .68rem;
}
.inner_s4 .list02 li .ll .para{
    display: none;
}
.inner_s4 .list02 li.active .ll{
    background-image: url("../images/others/img-24.png") ;
}
.inner_s4 .list02 li.active .ll h5{
    background-image: url("../images/others/img-25.png") ;
}
.inner_s4 .list02 li.active .ll h3{
    color: #4286c7;
    font-weight: bold;
}
.inner_s4 .list02 li.active .rr{
    background: #4286c7;
}
.inner_s4 .list02 li.active time span{
    color: #fff;
}
.inner_s4 .list02 li.active time em{
    color: #fff;
    border-color: rgba(255, 255, 255, 0.05);
}
.inner_s4 .list02 li.active time:after{
    background-image: url("../images/others/img-26.png") ;
}
.inner_s4 .list02 li:not(:first-child){
    margin-top: .3rem;
}

.inner_s4 .list02{
    margin-top: .7rem;
}


/*inner_s5*/

.inner_s5 .list03 .img img{
    display: block;
    width: 1.81rem;
    margin: 0 auto;
}
.inner_s5 .list03 ul{
    position: relative;
    padding: .76rem .5rem .32rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s5 .list03 ul:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #7dacd7;
}
.inner_s5 .list03 li{
    width: 50%;
}

.inner_s5 .list03 li time{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s5 .list03 li time span{
    display: block;
    font-size: .36rem;
    line-height: .6rem;
    color: #4286c7;
    font-family: "misans",sans-serif;
    flex-shrink: 0;
    margin-left: .2rem;
}

.inner_s5 .list03 li time i{
    flex: 1;
    height: 1px;
    background: #4286c7;
}
.inner_s5 .list03 li time:before{
    position: absolute;
    content: '';
    width: .97rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eff4f6 url("../images/others/img-28.png") no-repeat 50%/100% 100%;
}
.inner_s5 .list03 li h4{
    margin-top: .1rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
}
.inner_s5 .list03 li .txt p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    opacity: .8;
}
.inner_s5 .list03 li .txt{
    margin-top: .13rem;
}
.inner_s5 .list03 li:nth-child(2n+1){
    margin-top: .36rem;
}
.inner_s5 .list03 li:nth-child(2n+1) .con{
    padding-right: .9rem;
    text-align: right;
}
.inner_s5 .list03 li:nth-child(2n+1) time:before{
    left: calc(100% + .25rem);
}
.inner_s5 .list03 li:nth-child(2n){
    margin-top: 1.26rem;
}
.inner_s5 .list03 li:nth-child(2n) .con{
    padding-left: .9rem;
}
.inner_s5 .list03 li:nth-child(2n) time{
    flex-direction: row-reverse;
}
.inner_s5 .list03 li:nth-child(2n) time span{
    margin-left: 0;
    margin-right: .2rem;
}
.inner_s5 .list03 li:nth-child(2n) time:before{
    right: calc(100% + .25rem);
    background-image: url("../images/others/img-29.png");
}
.inner_s5 .list03 li:nth-child(1){
    margin-top: 0;
}
.inner_s5 .list03 li:nth-child(2){
    margin-top: .9rem;
}
.inner_s5 .list03{
    margin-top: .71rem;
}
/*inner_s6*/
.inner_s6 .item .item_tit{
    margin-bottom: .09rem;
    display: flex;
    align-items: center;
    font-size: .24rem;
    line-height: .54rem;
    color: #2b2c2e;
    font-family: "SourceHanSansCN-Medium",sans-serif;
}
.inner_s6 .item .item_tit img{
    display: block;
    width: .54rem;
    margin-right: .17rem;
}

.inner_s6 .item .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s6 .item .item_ul li{
    width: 21.28%;
    margin: .16rem 0 0 4.96%;
    position: relative;
    border-bottom: 1px solid #d7dbdc;
}
.inner_s6 .item .item_ul li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s6 .item .item_ul li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s6 .item .item_ul li a{
    font-size: .18rem;
    line-height: .46rem;
    color: #333333;
    padding-right: .2rem;
    transition: .5s;
}
.inner_s6 .item .item_ul li:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .1rem;
    height: .1rem;
    background: url("../images/others/img-35.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
    transition: .5s;
}
.inner_s6 .item .item_ul li:before{
    position: absolute;
    content: '';
    right: 0;
    width: 0;
    bottom: -1px;
    height: 1px;
    background: #4286c7;
    transition: .5s;
}
.inner_s6 .item .item_ul li:hover:before{
    left: 0;
    width: 100%;
}
.inner_s6 .item .item_ul li:hover a{
    color: #4286c7;
    font-weight: bold;
}
.inner_s6 .item .item_ul li:hover:after{
    background-image: url("../images/others/img-36.png");
}
.inner_s6 .item_ul{
    padding-left: .7rem;
}
.inner_s6 .item:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.06rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,#e17967 0%,transparent 100%);
    border-radius: .2rem;
    z-index: -1;
}
.inner_s6 .item .box{
    z-index: 2;
    position: relative;
    padding: .23rem 1rem .4rem .3rem;
    background: #fff;
    border-radius: .1rem 0 .2rem .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}
.inner_s6 .item{
    margin-top: .6rem;
    position: relative;
}

.inner_s6 .item2:before{
    background: linear-gradient(90deg,#834798 0%,transparent 100%);
}
.inner_s6 .item3:before{
    background: linear-gradient(90deg,#78deaf 0%,transparent 100%);
}
.inner_s6 .item4:before{
    background: linear-gradient(90deg,#4286c7 0%,transparent 100%);
}
.inner_s6 .item5:before{
    background: linear-gradient(90deg,#fee29f 0%,transparent 100%);
}

/*inner_s7*/

.inner_s7 .map_box{
    position: relative;
    margin-left: 1rem;
    background: #fff;
    padding: .2rem;
    border-radius: .1rem .2rem .2rem .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}
.inner_s7 .map_box .li img{
    display: block;
    width: 100%;
    max-height: 3.04rem;
    object-fit: cover;
}
.inner_s7 .map_box .li{
    display: none;
}
.inner_s7 .map_box .li.active{
    display: block;
}
.inner_s7 .map_box:after{
    position: absolute;
    content: '';
    left: 0;
    top: -.06rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,#834798 0%,transparent 100%);
    border-radius: .2rem;
    z-index: -1;
}

.inner_s7 .txt_box .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s7 .txt_box .tit span{
    display: block;
    width: .57rem;
    height: .24rem;
    margin-right: .1rem;
    background: url("../images/others/img-38.png") no-repeat 50%/100% 100%;
    flex-shrink: 0;
    transition: .5s;
}
.inner_s7 .txt_box .tit h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    margin-right: .12rem;
    flex-shrink: 0;
}
.inner_s7 .txt_box .tit i{
    flex: 1;
    height: 1px;
    background: #4286c7;
    transition: .5s;
}
.inner_s7 .txt_box .txt h5{
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
    padding-left: .19rem;
    background: url("../images/others/img-40.png") no-repeat left center/.1rem;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.inner_s7 .txt_box .txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #555555;
    padding-left: .19rem;
}
.inner_s7 .txt_box .txt li:not(:first-child){
    margin-top: .34rem;
}
.inner_s7 .txt_box .txt{
    display: none;
    padding: .19rem .68rem .05rem;
}
.inner_s7 .txt_box .li{
    margin-top: .45rem;
    cursor: pointer;
}
.inner_s7 .txt_box .li:first-child{
    margin-top: 0;
}
.inner_s7 .txt_box .li.active .tit span{
    background-image: url("../images/others/img-39.png");
}
.inner_s7 .txt_box .li.active .tit i{
    background: #834798;
}

.inner_s7 .txt_box{
    margin: -2.78rem 1rem 0 0;
    padding: 3.35rem 1rem .89rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: .1rem .2rem .2rem .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.05);
}
.inner_s7{
    margin-top: .6rem;
}

/*inner_s8*/

.inner_s8 .img-box img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.inner_s8 .txt_box{
    margin-top: 1.23rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: url("../images/others/img-43.png") no-repeat right center/auto 100%;
    border-radius: .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
    overflow: hidden;
}

.inner_s8 .txt_box .li img{
    display: block;
    width: 100%;
    height: 2.41rem;
    object-fit: cover;
    border-radius: .2rem;
}
.inner_s8 .txt_box .li1{
    width: 32.625%;
}
.inner_s8 .txt_box .li2{
    width: 29.75%;
    position: relative;
    padding-left: 5.875%;
    border-right: 1px dashed #c8c9c9;
}
.inner_s8 .txt_box .li3{
    width: 37.625%;
    padding-left: 9%;
}
.inner_s8 .txt_box .li h4{
    font-size: .3rem;
    line-height: .4rem;
    color: #4286c7;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.inner_s8 .txt_box .li i{
    display: block;
    width: .44rem;
    height: .03rem;
    background: #4286c7;
    margin: .16rem 0 .2rem;
}
.inner_s8 .txt_box .li h6{
    font-size: .2rem;
    line-height: .34rem;
    color: #555555;
}
.inner_s8{
    margin-top: .77rem;
}
/*inner_s9*/
.inner_s9 .item_tit{
    display: flex;
    background-image: linear-gradient(90deg, rgba(102, 102, 102, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%);
    background-size: auto 1px;
    background-position: bottom center;
    background-repeat: repeat-x;
}
.inner_s9 .item_tit h4 img{
    display: block;
    width: .29rem;
    margin-right: .1rem;
}
.inner_s9 .item_tit h4{
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #fff;
    line-height: .55rem;
    background: #4286c7;
    padding: 0 .4rem 0;
    min-width: 2rem;
    border-radius: 0 .5rem .5rem 0;
}
.inner_s9 .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s9 .item_ul li{
    width: 18.5%;
    position: relative;
    margin: .3rem 0 0 1.875%;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
}
.inner_s9 .item_ul li:nth-child(-n+5){
    margin-top: 0;
}
.inner_s9 .item_ul li:nth-child(5n+1){
    margin-left: 0;
}
.inner_s9 .item_ul li a{
    display: block;
    position: relative;
    z-index: 2;
    font-size: .18rem;
    line-height: .48rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.inner_s9 .item_ul li:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid #d7dbdc;
    border-radius: .5rem;
}
.inner_s9 .item_ul li:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background: #834798;
    transition: .5s;
}
.inner_s9 .item_ul li:hover:after{
    left: 0;
    width: 100%;
}
.inner_s9 .item_ul li:hover a{
    color: #fff;
}
.inner_s9 .item_ul{
    margin-top: .4rem;
}
.inner_s9 .item:not(:first-child){
    margin-top: .7rem;
}
.inner_s9{
    margin-top: .69rem;
}
/*inner_s10*/

.inner_s10 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s10 li{
    width: 30.75%;
    margin: .62rem 0 0 3.875%;
}
.inner_s10 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s10 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s10 li a{
    display: block;
}
.inner_s10 li h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    height: .68rem;
    transition: .5s;
    font-weight: bold;
}
.inner_s10 li p{
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    height: .9rem;
    margin-top: .19rem;
}
.inner_s10 li .top:after{
    position: absolute;
    content: '';
    left: .09rem;
    right: .09rem;
    top: 100%;
    height: 1px;
    border-top: 1px dashed rgba(102, 102, 102, 0.3);
    transition: .5s;
}
.inner_s10 li .top{
    position: relative;
    padding: .42rem .38rem .35rem;
    background: #ffffff;
    border-radius: .1rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}
.inner_s10 li time span{
    display: block;
    font-size: .34rem;
    line-height: 1;
    color: #4286c7;
    font-family: "misans",sans-serif;
    transition: .5s;
}
.inner_s10 li time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    margin-top: .05rem;
    color: #666666;
    transition: .5s;
}
.inner_s10 li h6{
    font-size: .18rem;
    line-height: 1;
    color: #4286c7;
    padding-right: .18rem;
    background: url("../images/others/img-52.png") no-repeat right center/.08rem auto;
    transition: .5s;
}
.inner_s10 li .bot{
    padding: 0 .38rem;
    height: 1.02rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../images/others/img-54.png") no-repeat 50%/cover;
    border-radius: .1rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
    transition: .5s;
}
.inner_s10 li:hover h3{
    color: #4286c7;
}
.inner_s10 li:hover .top:after{
    border-color: rgba(255, 255, 255, 0.2);
}
.inner_s10 li:hover .bot{
    background-image: url("../images/others/img-55.png");
}
.inner_s10 li:hover time span,
.inner_s10 li:hover time em{
    color: #fff;
}
.inner_s10 li:hover h6{
    color: #fff;
    background-image: url("../images/others/img-53.png");
}
.inner_s10{
    margin-top: .7rem;
}
/*inner_s11*/

.inner_s11{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s11 .dtl2_l{
    width: 73.75%;
    padding: .52rem .5rem .85rem;
    background: linear-gradient(45deg,transparent 0%,#fff 100%);
    border-radius: .4rem;
}
.inner_s11 .dtl2_tit h1{
    font-size: .36rem;
    line-height: 1.5em;
    color: #222222;
    text-align: center;
}
.inner_s11 .dtl2_tit .cont .li{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #999999;
    margin: 0 .1rem;
}
.inner_s11 .dtl2_tit .cont .li span{
    color: #4286c7;
}

.inner_s11 .dtl2_tit .cont{
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s11 .dtl2_tit{
    padding-bottom: .15rem;
    margin-bottom: .65rem;
    border-bottom: 2px solid rgba(102, 102, 102, 0.2);
}
.inner_s11 .dtl2_txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #555555;
    text-indent: 2em;
    margin-top: .34rem;
}
.inner_s11 .dtl2_txt p:first-child{
    margin-top: 0;
}
.inner_s11 .dtl2_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}
.inner_s11 .dtl2_page p{
    font-size: .18rem;
    line-height: 2;
    color: #333333;
    transition: .5s;
}
.inner_s11 .dtl2_page p:hover{
    color: #4286c7;
}
.inner_s11 .dtl2_page{
    margin-top: .78rem;
    padding: .48rem .3rem 0;
    border-top: .03rem solid rgba(102, 102, 102, 0.2);
}
.inner_s11 .dtl2_r{
    width: 22.5%;
    margin-top: .23rem;
}
.inner_s11 .dtl2_r .tit img{
    display: block;
    width: .2rem;
    margin-right: .1rem;
}
.inner_s11 .dtl2_r .tit{
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #4286c7;
    line-height: .76rem;
    border-bottom: 2px solid #4286c7;
}

.inner_s11 .dtl2_r ul li a{
    display: block;
}
.inner_s11 .dtl2_r li time{
    display: block;
    font-size: .16rem;
    line-height: .36rem;
    color: #fff;
    font-family: Arial,sans-serif;
    padding-left: .44rem;
    width: 1.35rem;
    background: url("../images/others/img-57.png") no-repeat left center/auto 100%;
    transition: .5s;
}
.inner_s11 .dtl2_r li h4{
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    padding-left: .46rem;
    margin-top: .14rem;
    transition: .5s;
}
.inner_s11 .dtl2_r li{
    margin-top: .33rem;
}
.inner_s11 .dtl2_r li:first-child{
    margin-top: 0;
}
.inner_s11 .dtl2_r li:hover time{
    background-image: url("../images/others/img-58.png");
}
.inner_s11 .dtl2_r li:hover h4{
    color: #4286c7;
    font-weight: bold;
}
.inner_s11 .dtl2_r ul:before{
    position: absolute;
    content: '';
    top: .1rem;
    bottom: 1rem;
    left: .15rem;
    border-left: 1px dashed rgba(102, 102, 102, 0.3);
    z-index: -1;
}
.inner_s11 .dtl2_r ul{
    margin-top: .4rem;
    position: relative;
}
.inner_s11{
    margin-top: .6rem;
}
/*inner_s12*/

.inner_s12 .item1 .top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.inner_s12 .item1 .top .li{
    width: 32%;
    max-width: 2.6rem;
    margin: 0 .05rem;
    background: #fff;
    border: 1px solid #d7dbdc;
    border-radius: .06rem;
    overflow: hidden;
    transition: .5s;
}
.inner_s12 .item1 .top .li label{
    display: block;
    width: 100%;
}
.inner_s12 .item1 .top .li select{
    display: block;
    width: 100%;
    height: .46rem;
    outline: none;
    border: none;
    font-size: .18rem;
    line-height: .46rem;
    color: #666666;
    padding: 0 .18rem;
}
.inner_s12 .item1 .top .li button{
    display: block;
    width: 100%;
    height: .48rem;
    font-size: .18rem;
    line-height: .48rem;
    color: #fff;
    text-align: center;
    background: #4286c7;
    border-radius: .06rem;
    cursor: pointer;
    transition: .5s;
}
.inner_s12 .item1 .top .li:last-child{
    max-width: 1.96rem;
    border: none;
    background: none;
}

.inner_s12 .item1 .top .li button:hover{
    background: #834798;
}
.inner_s12 .item1 .top .li:has(select:focus){
    border-color: #4286c7;
}
.inner_s12 .item1 .bot{
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s12 .item1 .bot .ll{
    width: 1.5rem;
}
.inner_s12 .item1 .bot .ll p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
}
.inner_s12 .item1 .bot .rr{
    width: calc(100% - 1.5rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s12 .item1 .bot .rr span{
    display: block;
    font-size: .16rem;
    line-height: .34rem;
    color: #666666;
    padding: 0 .18rem;
    cursor: pointer;
    border-radius: .06rem;
    transition: .5s;
}
.inner_s12 .item1 .bot .rr span:hover,
.inner_s12 .item1 .bot .rr span.active{
    background: #834798;
    color: #fff;
}

.inner_s12 .item1{
    padding-bottom: .29rem;
    border-bottom: .02rem solid rgba(102, 102, 102, 0.2);
}
.inner_s12 .item2 .item_tit{
    display: flex;
    align-items: center;
    position: relative;
    margin-left: -.96rem;
}
.inner_s12 .item2 .item_tit span{
    position: relative;
    z-index: 2;
    display: block;
    font-size: .24rem;
    line-height: .48rem;
    color: #fff;
    width: .74rem;
    padding: 0 .09rem 0 .12rem;
    background: url("../images/others/img-59.png") no-repeat 50%/100% 100%;
    text-align: center;
}
.inner_s12 .item2 .item_tit p{
    margin-left: -.3rem;
    min-width: 4.22rem;
    font-size: .22rem;
    line-height: .42rem;
    color: #fff;
    padding: 0 0 0 .43rem;
    background: linear-gradient(90deg,#4286c7 0%,transparent 100%);
    border-radius: .5rem 0 0 .5rem;
}
.inner_s12 .item2 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s12 .item2 ul li{
    width: 30.81%;
    margin: .5rem 0 0 3.785%;
}
.inner_s12 .item2 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s12 .item2 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s12 .item2 ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s12 .item2 ul li .img{
    width: 2rem;
    height: 2.4rem;
    border-radius: .1rem;
}
.inner_s12 .item2 ul li .txt{
    width: calc(100% - 2.29rem);
    margin-top: .53rem;
}
.inner_s12 .item2 ul li h4{
    font-size: .32rem;
    line-height: .4rem;
    color: #333333;
    transition: .5s;
/*font-family: "NSimSun", "SimSun", "宋体", serif;*/
    /*font-weight: bold;*/
}
.inner_s12 .item2 ul li h5{
    margin-top: .17rem;
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
}
.inner_s12 .item2 ul li i{
    display: block;
    height: 1px;
    background: #4286c7;
    margin: .15rem 0 .12rem;
}
.inner_s12 .item2 ul li h6{
    display: block;
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
    padding-left: .3rem;
    background: no-repeat left center;
}
.inner_s12 .item2 ul li .h61{
    background-image: url("../images/others/img-61.png");
    background-size: .18rem;
}
.inner_s12 .item2 ul li .h62{
    background-image: url("../images/others/img-62.png");
    background-size: .19rem;
}
.inner_s12 .item2 ul li:hover h4{
    color: #4286c7;
}
.inner_s12 .item2 .item_ul{
    margin-top: .37rem;
}
.inner_s12 .item2:after{
    position: absolute;
    content: '';
    left: -.24rem;
    top: -.24rem;
    right: -.24rem;
    bottom: -.24rem;
    background: url("../images/others/img-63.png") no-repeat 50%/100% 100%;
    z-index: -1;
}
.inner_s12 .item2{
    position: relative;
    margin-top: .66rem;
    padding: .3rem .6rem 1.04rem;
}
/*inner_s13*/


.inner_s13 .item1 .img{
    width: 2.2rem;
    height: 2.72rem;
    border-radius: .1rem;
}
.inner_s13 .item1 .txt{
    width: calc(100% - 2.7rem);
    margin-top: .48rem;
}
.inner_s13 .item1 h4{
    font-size: .36rem;
    line-height: .4rem;
    color: #333333;
}
.inner_s13 .item1 i:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .98rem;
    height: .03rem;
    background: #4286c7;
    transform: translateY(-50%);
}
.inner_s13 .item1 i{
    margin-top: .35rem;
    display: block;
    height: 1px;
    position: relative;
    background: rgba(102, 102, 102, 0.2);
}
.inner_s13 .item1 .info{
    margin-top: .22rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s13 .item1 .info .ll,
.inner_s13 .item1 .info .rr{
    width: 49%;
}
.inner_s13 .item1 .info p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333;
}
.inner_s13 .item1 .info h5{
    font-size: .16rem;
    line-height: .34rem;
    color: #333;
    padding-left: .3rem;
    background: no-repeat left center;
}
.inner_s13 .item1 .info .h51{
    background-image: url("../images/others/img-61.png");
    background-size: .18rem;
}
.inner_s13 .item1 .info .h52{
    background-image: url("../images/others/img-62.png");
    background-size: .19rem;
}
.inner_s13 .item1 .info .h53{
    background-image: url("../images/others/img-62.png");
    background-size: .19rem;
}
.inner_s13 .item1 .con{
    background: #fff;
    padding: .3rem .6rem .4rem .5rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: .1rem .2rem .2rem .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}

.inner_s13 .item1{
    position: relative;
    padding: .06rem 0 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg,#4286c7 0%,transparent 100%);
    border-radius: .2rem ;
}
.inner_s13 .item2 .tit img{
    display: block;
    width: .57rem;
    margin-right: .1rem;
}
.inner_s13 .item2 .tit h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
}
.inner_s13 .item2 .tit{
    display: flex;
    align-items: center;
}

.inner_s13 .item2 .txt p{
    font-size: .18rem !important;
    line-height: .34rem !important;
    color: #555555 !important;
}
.inner_s13 .item2 .txt{
    padding: .22rem 0 .22rem .68rem;

}
.inner_s13 .item2 .txt .para{
    overflow: hidden;
    transition: .5s;
    font-size: .18rem !important;
    line-height: .34rem !important;
    color: #555555 !important;
}
.inner_s13 .item2 .li_btn span{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .24rem;
    color: #4286c7;
    margin-left: .1rem;
    flex-shrink: 0;
    cursor: pointer;
}
.inner_s13 .item2 .li_btn span img{
    display: block;
    width: .14rem;
    margin-left: .1rem;
}
.inner_s13 .item2 .li_btn i{
    flex:1;
    height: .02rem;
    background: #d7dbdc;
    opacity: .5;
}
.inner_s13 .item2 .li.active .li_btn span.open,
.inner_s13 .item2 .li_btn span.close{
    display: none;
}
.inner_s13 .item2 .li.active .li_btn span.close{
    display: flex;
}

.inner_s13 .item2 .li_btn{
    margin-top: .39rem;
    padding-left: .68rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s13 .item2 .li1 .txt .para{
    height: 1.02rem;
}
.inner_s13 .item2 .li2 .txt .para{
    height: .68rem;
}
.inner_s13 .item2 .li3 .txt .para{
    height: 4.42rem;
height: 2.72rem;
}
.inner_s13 .item2 .li4 .txt .para{
    height: 2.72rem;
}
.inner_s13 .item2 .li3 .txt p:not(:first-child){
    margin-top: .34rem;
}
.inner_s13 .item2 .li4 .txt p{
    padding-left: .2rem;
    background: url("../images/others/img-69.png") no-repeat left center/.1rem;
}
.inner_s13 .item2 .li.active .txt .para{
    height: auto !important;
}
.inner_s13 .item2 .li{
    margin-top: .46rem;
    padding: 0 .6rem 0 .5rem;
}
.inner_s13 .item2 .li:first-child{
    margin-top: 0
}
.inner_s13 .item2{
    margin-top: .74rem;
}
.inner_s13{
    margin-top: .6rem;
}
/*inner_s14*/

.inner_s14 .item .item_tit{
    margin-bottom: .09rem;
    display: flex;
    align-items: center;
    font-size: .24rem;
    line-height: .54rem;
    color: #2b2c2e;
    font-family: "SourceHanSansCN-Medium",sans-serif;
}
.inner_s14 .item .item_tit img{
    display: block;
    width: .54rem;
    margin-right: .17rem;
}

.inner_s14 .item .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s14 .item .item_ul li{
    width: 30.35%;
    margin: .16rem 0 0 4.475%;
    position: relative;
    border-bottom: 1px solid #d7dbdc;
}
.inner_s14 .item .item_ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s14 .item .item_ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s14 .item .item_ul li a{
    font-size: .18rem;
    line-height: .46rem;
    color: #333333;
    padding-right: .2rem;
    transition: .5s;
}
.inner_s14 .item .item_ul li:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .1rem;
    height: .1rem;
    background: url("../images/others/img-35.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
    transition: .5s;
}
.inner_s14 .item .item_ul li:before{
    position: absolute;
    content: '';
    right: 0;
    width: 0;
    bottom: -1px;
    height: 1px;
    background: #4286c7;
    transition: .5s;
}
.inner_s14 .item .item_ul li:hover:before{
    left: 0;
    width: 100%;
}
.inner_s14 .item .item_ul li:hover a{
    color: #4286c7;
    font-weight: bold;
}
.inner_s14 .item .item_ul li:hover:after{
    background-image: url("../images/others/img-36.png");
}
.inner_s14 .item_ul{
    padding-left: .7rem;
}
.inner_s14 .item:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.06rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,#e17967 0%,transparent 100%);
    border-radius: .2rem;
    z-index: -1;
}
.inner_s14 .item .box{
    position: relative;
    z-index: 2;
    padding: .23rem 1rem .4rem .3rem;
    background: #fff;
    border-radius: .1rem 0 .2rem .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}
.inner_s14 .item{
    margin-top: .6rem;
    position: relative;
}
.inner_s14 .item2:before{
    background: linear-gradient(90deg,#834798 0%,transparent 100%);
}
.inner_s14 .item3:before{
    background: linear-gradient(90deg,#78deaf 0%,transparent 100%);
}
.inner_s14 .item4:before{
    background: linear-gradient(90deg,#5dc5e3 0%,transparent 100%);
}
.inner_s14 .item5:before{
    background: linear-gradient(90deg,#4286c7 0%,transparent 100%);
}
.inner_s14 .item6:before{
    background: linear-gradient(90deg,#fee29f 0%,transparent 100%);
}

/*inner_s15*/


.inner_s15 .block1 .img{
    width: 8rem;
    height: 5.18rem;
    border-radius: .1rem;
}
.inner_s15 .block1 .txt h4 span{
    color: #4286c7;
}
.inner_s15 .block1 .txt h4{
    font-size: .36rem;
    line-height: .4rem;
    color: #222222;
    display: flex;
}
.inner_s15 .block1 .txt .para{
    margin-top: .29rem;
    font-size: .18rem;
    line-height: .26rem;
    color: #555555;
    height: 1.3rem;
    overflow: hidden;
}
.inner_s15 .block1 .txt .para *{
    font-size: .18rem !important;
    line-height: .26rem !important;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    word-break: break-all;
}
.inner_s15 .more a img{
    display: block;
    width: .26rem;
    margin-left: .09rem;
    transition: .5s;
}
.inner_s15 .more a{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .26rem;
    color: #4286c7;
}
.inner_s15 .block1 .txt .more{
    margin-top: .36rem;
}
.inner_s15 .more:hover img{
    transform: rotate(45deg);
}
.inner_s15 .block1 .txt{
    position: absolute;
    top: 50%;
    right: 0;
    width: 8.62rem;
    height: 3.72rem;
    transform: translateY(-50%);
    z-index: 3;
    padding: .57rem .55rem .48rem .7rem;
    background: url("../images/others/img-78.png") no-repeat 50%/100% 100%;
    border-radius: .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}
.inner_s15 .block1{
    position: relative;
    margin-top: .89rem;
}
.inner_s15 .title{
    margin-bottom: 0.46rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s15 .title h4{
    font-size: .36rem;
    line-height: .4rem;
    color: #222222;
    display: flex;
}
.inner_s15 .title h4 span{
    color: #4286c7;
}
.inner_s15 .title .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inner_s15 .slide_hg a{
    display: block;
}
.inner_s15 .slide_hg a .img{
    height: 3.6rem;
    border-radius: .1rem;
}

.inner_s15 .slide_hg a .img .name {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 1.37rem;
    height: .44rem;
    background: url(../images/others/img-79.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    line-height: .44rem;
    text-align: center;
    padding-left: .1rem;
    font-size: .24rem;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.inner_s15 .slide_hg a .show h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #4286c7;
    font-weight: bold;
    text-align: center;
}
.inner_s15 .slide_hg a .show h5{
    font-size: .2rem;
    line-height: .3rem;
    color: #666666;
    text-align: center;
    margin-top: .04rem;
}
.inner_s15 .slide_hg a .show{
    padding-top: .17rem;
}
.inner_s15 .slide_hg .hide h5{
    font-size: .2rem;
    line-height: .3rem;
    color: #834798;
}
.inner_s15 .slide_hg .hide p{
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    height: .6rem;
    margin-top: .04rem;
}

.inner_s15 .slide_hg .hide{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.5rem;
    z-index: 3;
    padding: .14rem .3rem .24rem;
    background: #fff;
    border-radius: 0 0 .1rem .1rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}


.inner_s15 .slide_hg .btn_box{
    margin-top: .32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s15 .slide_hg .btn_box .swiBtn {
    width: 1.22rem;
    border-radius: .1rem;
    border: 2px solid #c6cad1;
    line-height: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .15rem;
    position: relative;
}

.inner_s15 .slide_hg .btn_box .swiBtn:before {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    top: 0
}

.inner_s15 .slide_hg .btn_box .swiBtn:after {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    bottom: 0
}
.inner_s15 .slide_hg .btn_box .swiBtn a {
    width: 50%;
    text-align: center;
}
.inner_s15 .slide_hg .btn_box .swiBtn a.swiper-button-disabled {
    opacity: .3;
}
.inner_s15 .slide_hg .btn_box .swiBtn a:before {
    display: block;
    transition: .3s
}
.inner_s15 .slide_hg .btn_box .swiDots {
    flex: 1;
    overflow: hidden;
    margin-left: .4rem;
    background: rgba(102, 102, 102, 0.2);
    height: 2px;
    position: relative;
}
.inner_s15 .slide_hg .btn_box .swiDots .swiper-scrollbar-drag {
    background: #4286c7
}
.inner_s15 .slide_hg{
    margin-top: .62rem;
}
.inner_s15 .block2:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: url("../images/others/img-80.png") repeat-x top center/100% auto;
    transform: translateX(-50%);
    z-index: -1;
}
.inner_s15 .block2{
    position: relative;
    padding: .8rem 0 0;
    margin-top: 1.12rem;

}

.inner_s15 .block3 .left{
    width: 46.88%;
}

.inner_s15 .block3 .list{
    margin-bottom: -0.09rem;
}

.inner_s15 .block3 .list li{
    margin-bottom: 0.09rem;
}

.inner_s15 .block3 .list li a {
    padding: .2rem 0;
    padding-right: 0.56rem;
    height: 1.38rem;
    display: flex;
    align-items: center;
}

.inner_s15 .block3 .list li .txt {
    flex: 1;
    overflow: hidden;
    margin-left: .3rem;
}

.inner_s15 .block3 .list li h4 {
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.inner_s15 .block3 .list li p{
    margin-top: .08rem;
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    height: .56rem;
}

.inner_s15 .block3 .list li time {
    color: #4286c7;
    width: 1.12rem;
    height: .79rem;
    background: url('../images/others/img-81.png') no-repeat 50%/100% 100%;
    text-align: center;
    font-size: .12rem;
    padding-top: .17rem;
    margin-top: .03rem;
}

.inner_s15 .block3 .list li time span {
    display: block;
    font-size: .3rem;
    font-weight: bold;
    font-family: "misans", sans-serif;
    line-height: 1;
}
.inner_s15 .block3 .list li{
    border-bottom: 1px solid #d7dbdc;
}
.inner_s15 .block3 .list li:hover h4{
    color: #4286c7;
    font-weight: bold;
}

.inner_s15 .block3 .right{
    width: 46.88%;
}
.inner_s15 .slide_pic a{
    display: block;
    border-radius: .2rem;
    overflow: hidden;
}
.inner_s15 .slide_pic .img{
    height: 3.44rem;
}
.inner_s15 .slide_txt li a{
    display: block;
    padding: .33rem .4rem .28rem;
}
.inner_s15 .slide_txt li h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #4286c7;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.inner_s15 .slide_txt li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #333333;
    height: .84rem;
    margin-top: .1rem;
}
.inner_s15 .slide_txt li time{
    width: 1.15rem;
    height: .36rem;
    background: url(../images/others/img-83.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-family: Arial;
    line-height: .36rem;
    text-align: center;
    padding-left: .1rem;
    display: block;
    margin-top: .17rem;
}
.inner_s15 .slide_txt .swiDos{
    position: absolute;
    right: .34rem;
    bottom: .32rem;
    display: flex;
    width: auto;
    z-index: 5
}
.inner_s15 .slide_txt .swiDos span{
    width: .25rem;
    height: .07rem;
    background: #4286c7;
    margin: 0 .06rem;
    opacity: .2;
    border-radius: 50%
}
.inner_s15 .slide_txt .swiDos span.active{
    background: #834798;
    opacity: 1;
}
.inner_s15 .slide_txt{
    position: relative;
    overflow: hidden;
    height: 2.38rem;
    background: url("../images/others/img-84.png") no-repeat 50%/100% 100%;
}
.inner_s15 .block3 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s15 .block_bg:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: url("../images/others/img-80.png") repeat-x top center/100% auto;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
}
.inner_s15 .block_bg{
    position: relative;
}
.inner_s15 .block3{
    margin-top: 1.12rem;
    margin-bottom: 0.72rem;
    padding-top: 1.03rem;
}
.inner_s15 .block4{
    margin-bottom: 0.93rem;
}
.inner_s15 .block4 .title{
    margin-bottom: 0.68rem;
    justify-content: center;
}
.inner_s15 .block4 .list{
    margin: 0 -0.25rem -0.5rem;
    display: flex;
    flex-wrap: wrap;
}
.inner_s15 .block4 .list li{
    padding: 0 0.25rem;
    margin-bottom: 0.5rem;
    width: 33.33%;
    flex-shrink: 0;
}
.inner_s15 .block4 .list .con{
    display: block;
}
.inner_s15 .block4 .list .pic{
    height: 2.82rem;
    position: relative;
}
.inner_s15 .block4 .list .pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner_s15 .block4 .list .text{
    padding: 0.19rem 0.32rem;
    height: 1.5rem;
    background-color: #fff;
}
.inner_s15 .block4 .list time{
    font-size: 0.18rem;
    color: #4286C7;
}
.inner_s15 .block4 .list h4{
    margin-top: 0.11rem;
    font-size: 0.2rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
}
.inner_s15 .block4 .list a:hover{}
.inner_s15 .block4 .list a:hover .pic .a{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner_s15 .block4 .list a:hover h4{
    color: #4286C7;
    font-weight: bold;
}
.inner_s15 .block5{}
.inner_s15 .block5 .title{
    margin-bottom: 1.02rem;
    justify-content: center;
}
.inner_s15 .slide_ms{
    position: relative;
}
.inner_s15 .slide_ms .swiper-container{
    position: relative;
    overflow: visible;
}
.inner_s15 .slide_ms .swiper-slide{
    width: 5.04rem;
}
.inner_s15 .slide_ms .pic{
    height: 7.1rem;
    position: relative;
}
.inner_s15 .slide_ms .pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner_s15 .slide_ms a:hover .pic .a{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner_s15 .slide_ms .btn_box{
    margin-top: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s15 .slide_ms .btn_box .swiBtn {
    width: 1.22rem;
    border-radius: .1rem;
    border: 2px solid #c6cad1;
    line-height: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .15rem;
    position: relative;
}
.inner_s15 .slide_ms .btn_box .swiBtn:before {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    top: 0;
}
.inner_s15 .slide_ms .btn_box .swiBtn:after {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    bottom: 0;
}
.inner_s15 .slide_ms .btn_box .swiBtn a {
    width: 50%;
    text-align: center;
}
.inner_s15 .slide_ms .btn_box .swiBtn a.swiper-button-disabled {
    opacity: .3;
}
.inner_s15 .slide_ms .btn_box .swiBtn a:before {
    display: block;
    transition: .3s;
}
.inner_s15 .slide_ms .btn_box .swiDots {
    flex: 1;
    overflow: hidden;
    margin-left: .4rem;
    background: rgba(102, 102, 102, 0.2);
    height: 2px;
    position: relative;
}
.inner_s15 .slide_ms .btn_box .swiDots .swiper-scrollbar-drag {
    background: #4286c7;
}
.inner_s15 .block6{
    margin-top: 0.72rem;
    padding-top: 1.06rem;
}
.inner_s15 .block6 .list{
    display: flex;
    flex-wrap: wrap;
}
.inner_s15 .block6 .list li{
    width: 33.33%;
    flex-shrink: 0;
}
.inner_s15 .block6 .list a{
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.inner_s15 .block6 .list .text{
    padding: 0.2rem;
    width: 100%;
    height: 3.22rem;
    background-color: #B6DBFD;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_s15 .block6 .list .text:before{
    content: '';
    margin-left: -0.205rem;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0.41rem;
    height: 0.18rem;
    background: url(../images/others3/srt-arrow1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 10;
}
.inner_s15 .block6 .list .text .icon{
    margin-right: 0.22rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    flex-shrink: 0;
}
.inner_s15 .block6 .list .text .icon:after{
    content: '';
    position: absolute;
    left: 0.05rem;
    top: 0.05rem;
    right: 0.05rem;
    bottom: 0.05rem;
    border: 1px dashed #4286C7;
    border-radius: 50%;
    opacity: .6;
}
.inner_s15 .block6 .list .text .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 60%;
    max-height: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inner_s15 .block6 .list .text h4{
    max-width: calc(100% - 1.22rem);
    font-size: 0.36rem;
    color: #4286C7;
    font-weight: normal;
    line-height: 0.52rem;
    flex-shrink: 0;
}
.inner_s15 .block6 .list .pic{
    height: 3.22rem;
    position: relative;
}
.inner_s15 .block6 .list .pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner_s15 .block6 .list li:nth-child(even){}
.inner_s15 .block6 .list li:nth-child(even) .text{
    order: 2;
}
.inner_s15 .block6 .list li:nth-child(even) .text:before{
    top: auto;
    bottom: 100%;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.inner_s15 .block6 .list li:nth-child(even) .pic{
    order: 1;
}
.inner_s15 .block6 .list a:hover{}
.inner_s15 .block6 .list a:hover .pic .a{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner_s15 .block6 .list .i1{}
.inner_s15 .block6 .list .i1 .text{}
.inner_s15 .block6 .list .i2{}
.inner_s15 .block6 .list .i2 .text{
    background-color: #834798;
}
.inner_s15 .block6 .list .i2 .text:before{
    background-image: url(../images/others3/srt-arrow2.png);
}
.inner_s15 .block6 .list .i2 .icon{}
.inner_s15 .block6 .list .i2 .icon:after{
    border-color: #834798;   
}
.inner_s15 .block6 .list .i2 h4{color: #fff;}
.inner_s15 .block6 .list .i3{}
.inner_s15 .block6 .list .i3 .text{
    background-color: #4286C7;
}
.inner_s15 .block6 .list .i3 .text:before{
    background-image: url(../images/others3/srt-arrow3.png);
}
.inner_s15 .block6 .list .i3 .icon{}
.inner_s15 .block6 .list .i3 .icon:after{
    border-color: #4286C7;   
}
.inner_s15 .block6 .list .i3 h4{color: #fff;}
.inner_s15 .block7{
    margin-top: 1.55rem;
}
.inner_s15 .block7 .list{
    margin: 0 -0.24rem -0.3rem;
    display: flex;
    flex-wrap: wrap;
}
.inner_s15 .block7 .list li{
    padding: 0 0.24rem;
    margin-bottom: 0.3rem;
    width: 33.33%;
    flex-shrink: 0;
}
.inner_s15 .block7 .list a{
    display: block;
    height: 3.28rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inner_s15 .block7 .list .pic{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inner_s15 .block7 .list .pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner_s15 .block7 .list .icon{
    margin: 0 auto 0.18rem;
    width: 0.9rem;
    height: 0.9rem;
    border: 1px dashed rgba(255, 255, 255, .6);
    border-radius: 50%;
    position: relative;
}
.inner_s15 .block7 .list .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 60%;
    max-height: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inner_s15 .block7 .list h4{
    font-size: 0.36rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    line-height: 0.52rem;
}
.inner_s15 .block7 .list a:hover{}
.inner_s15 .block7 .list a:hover .pic .a{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner_s15.v1{}
.inner_s15.v1 .block3{
    margin-top: 0;
    padding-top: 0.97rem;
}
.inner_s15.v1 .block3 .title{
    margin-bottom: 0.13rem;
}
.inner_s15.v1 .block3 .list{
    margin-bottom: 0;
}
.inner_s15.v1 .block3 .list li{
    margin-bottom: 0;
}
@media (min-width: 993px) {
    .inner_s1 .block4 .bot .swiBtn a.prev:hover:before,
    .inner_s15 .block2 .btn_box .swiBtn a.prev:hover:before {
        transform: translateX(-.1rem);
    }

    .inner_s1 .block4 .bot .swiBtn a.next:hover:before,
    .inner_s15 .block2 .btn_box .swiBtn a.next:hover:before{
        transform: translateX(.1rem);
    }
    .inner_s2 .list01 li:hover a{
        transform: scale(1.06);
    }

    .inner_s2 .list01 li:hover a .txt{
        margin-top: 0;
        padding: .3rem .2rem;
        background: #4286c7;
    }
    .inner_s4 .list02 li.active{
        transform: translateX(.3rem);
    }
    .inner_s4 .list02 li{
        transition: .5s;
    }
    .inner_s15 .slide_hg .slide *{
        transition: .5s;
    }
    .inner_s15 .slide_hg .slide{
        align-items: flex-end;
    }
   /* .inner_s15 .slide_hg .swiper-slide-active a{
        transform: translateY(-.2rem) scale(1.07);
    }
    .inner_s15 .slide_hg .swiper-slide-active a .hide{
        opacity: 1;
        visibility: visible;
    }
    .inner_s15 .slide_hg .swiper-slide-active a .img{
        border-radius: .1rem .1rem 0 0 ;
        height: 3.65rem;
    }
    .inner_s15 .slide_hg .swiper-slide-active a .img .name{
        opacity: 1;
        visibility: visible;
    }*/
    .inner_s15 .slide_hg .swiper-container{
        padding: .37rem 0 .54rem;
        height: 5.37rem;
    }

    .inner_s15 .block2 .title{
        justify-content: center;
    }
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #4286c7;
}

#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: #4286c7;
}

#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: #4286c7;
}

@media (max-width: 992px) {
    .header{
        position: sticky;
    }
    .header .logo .img-2{
        display: block;
    }
    .header .logo .img-1{
        display: none;
    }
    .header:after,
    .n_tit{
        display: none;
    }
    #m_n_nav{
        display: block;
    }
    .n_banner .top{
        display: none;
    }
    .inner_box{
        padding: .4rem 0 .6rem;
    }

    .inner_s1 .block1 .right{
        width: 100%;
        padding: 0;
        order: 0;
    }
    .inner_s1 .block1 h4{
        font-size: .44rem;
        line-height: 1.2;
        margin: 0;
    }
    .inner_s1 .block1 h3{
        font-size: .36rem;
        line-height: 1.5;
        margin-top: 0;
    }
    .inner_s1 .block1 .line{
        width: 1rem;
        margin: .2rem 0;
    }
    .inner_s1 .para{
        font-size: .26rem;
        line-height: 1.8;
    }
    .inner_s1 .block1 .left{
        margin-top: .3rem;
        order: 1;
        width: 100%;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .inner_s1 .block1 .left .img1{
        width: 49%;
    }
    .inner_s1 .block1 .left .img1 img{
        height: 100%;
    }
    .inner_s1 .block1 .left .img2{
        position: static;
        width: 49%;
        height: 100%;
    }
    .inner_s1 .block2 li h3{
        font-size: .5rem;
    }
    .inner_s1 .block2 li h4{
        font-size: .24rem;
    }
    .inner_s1 .block2 li{
        padding-left: 0;
        text-align: center;
    }
    .inner_s1 .block2 {
        margin-top: 0.4rem;
    }
    .inner_s1 .block3 .para p:not(:first-child){
        margin-top: .3rem;
    }
    .inner_s1 .block3 {
        margin-top: 0.4rem;
    }
    .inner_s1 .block4 .img-box{
        width: 100%;
        order: 0;
    }
    .inner_s1 .block4 .img-box a img{
        height: 42vw;
    }
    .inner_s1 .block4 .txt{
        width: 100%;
        order: 1;
        padding-bottom: .3rem;
    }
    .inner_s1 .block4 .txt a{
        padding: .3rem;
    }
    .inner_s1 .block4 .txt h3{
        font-size: .3rem;
        line-height: 1.5;
    }
    .inner_s1 .block4 .txt p{
        font-size: .22rem;
        line-height: 1.5;
        height: 4.5em;
        margin-top: .1rem;
    }
    .inner_s1 .block4 .txt .page{
        position: static;
        text-align: center;
    }
    .inner_s1 .block4 .txt .page span{
        width: .35rem;
        height: .09rem;
        margin: 0 .08rem;
    }
    .inner_s1 .block4 .bot .swiBtn{
        width: 1.5rem;
        line-height: .54rem;
        padding: 0 .1rem;
        position: relative;
    }
    .inner_s1 .block4 .bot {
        margin-top: 0.3rem;
    }
    .inner_s1 .block4{
        margin-top: .4rem;
    }
    .inner_s1 .block5 .top_r{
        width: 100%;
        padding-top: 0;
        margin-top: .3rem;
    }
    .inner_s1 .block5 .top_r h3{
        font-size: .3rem;
        line-height: 1.5;
        margin-bottom: .1rem;
    }
    .inner_s1 .block5 .top_l{
        width: 100%;
    }
    .inner_s1 .block5 .bot_l{
        width: 100%;
        margin-top: .3rem;
        order: 1;
    }
    .inner_s1 .block5 .bot_r{
        width: 100%;
        order: 0;
    }
    .inner_s1 .block5 .bot_r img,
    .inner_s1 .block5 .top_l img{
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
    .inner_s1 .block5 .slogan{
        left: 0;
        bottom: 0;

    }
    .inner_s1 .block5{
        margin-top: .6rem;
        padding: .4rem;
        border-radius: .3rem;
    }
    .inner_s1{
        margin-top: 0;
    }
    .inner_s2 .list01 li a .img{
        height: 15.3vw;
    }
    .inner_s2 .list01 li a .txt{
        padding: .2rem;
        margin-top: 0;
    }
    .inner_s2 .list01 li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s2 .list01 ul{
        gap: .3rem 2%;
        margin-top: 0;
    }
    .pagination{
        padding-top: .4rem;
    }
    .inner_s4 .list02 li .ll{
        padding: .3rem;
    }
    .inner_s4 .list02 li .ll h5{
        width: 1.6rem;
        line-height: .5rem;
        margin-bottom: .15rem;
    }
    .inner_s4 .list02 li .ll h4{
        font-size: .26rem;
        line-height: 1.5;
        margin-bottom: .05rem;
    }
    .inner_s4 .list02 li .ll p{
        font-size: .22rem;
        line-height: 1.5em;
        height: 3em;
    }
    .inner_s4 .list02 li .ll .para{
        display: block;
    }
    .inner_s4 .list02 li .rr{
        justify-content: center;
    }
    .inner_s4 .list02{
        margin-top: 0;
    }
    .inner_s3 .dtl_tit h1{
        font-size: .34rem;
        line-height: 1.5;
    }
    .inner_s3 .dtl_tit .cont p,
    .inner_s3 .dtl_tit .cont .oth .num,
    .inner_s3 .dtl_tit .cont .oth .size span{
        font-size: .26rem;
        line-height: 1.5;
        padding: 0;
        margin: 0 .2rem;
    }
    .inner_s3 .dtl_tit .cont .oth .num img{
        width: .28rem;
    }
    .inner_s3 .dtl_tit .cont .oth .size span{
        width: 1.5em;
        height: 1.5em;
    }
    .inner_s3 .dtl_tit .cont .oth .size{
        margin-left: 0;
    }
    .inner_s3 .dtl_tit .cont .oth{
        position: static;
    }
    .inner_s3 .dtl_tit .cont{
        margin-top: .2rem;
    }
    .inner_s3 .dtl_tit{
        padding-bottom: .2rem;
    }
    .inner_s3 .dtl_txt p{
        font-size: .26rem;
        line-height: 1.8;
        margin-top: 1.2em;
    }
    .inner_s3 .dtl_txt{
        margin-top: .3rem;
    }
    .inner_s3 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner_s3 .dtl_page .ll{
        width: 100%;
    }
    .inner_s3 .dtl_page p{
        font-size: .26rem;
        line-height: 1.8;
    }
    .inner_s3 .dtl_page .rr{
        display: none;
    }
    .inner_s3{
        margin-top: 0;
    }
    .inner_s5 .list03 .img img{
       width: 1.4rem;
        margin: 0 0 0 -.4rem;
    }
    .inner_s5 .list03 ul{
        padding: .4rem 0 0;
    }
    .inner_s5 .list03 li h4{
        font-size: .3rem;
        line-height: 1.5;
    }
    .inner_s5 .list03 li .txt p{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s5 .list03 li time:before{
        width: .7rem;
        background-size: 100% auto;
    }
    .inner_s5 .list03 li time{
        flex-direction: row-reverse;
    }
    .inner_s5 .list03 li time span{
        margin-left: 0;
        margin-right: .2rem;
    }
    .inner_s5 .list03 li time:before{
        left: auto !important;
        right: calc(100% + .25rem) !important;
        background-image: url(../images/others/img-29.png)
    }
    .inner_s5 .list03 li .con{
        padding: 0 0 0 1rem !important;
        text-align: left !important;
    }
    .inner_s5 .list03 li{
        width: 100%;
        margin-top: .4rem;
    }
    .inner_s5 .list03 li:nth-child(2),
    .inner_s5 .list03 li:nth-child(2n){
        margin-top: .4rem;
    }
    .inner_s5 .list03 ul:before{
        left: .3rem;
    }
    .inner_s5 .list03{
        margin-top: 0;
    }
    .inner_s5{
        margin-top: 0;
    }
    .inner_s6 .item .item_tit img{
        width: .4rem;
    }
    .inner_s6 .item .item_tit{
        font-size: .3rem;
        line-height: 1.5;
        margin-bottom: .2rem;
    }
    .inner_s6 .item{

        margin-top: .4rem;
    }
    .inner_s6 .item .box{
        padding: .26rem;
    }
    .inner_s6 .item_ul{
        padding-left: 0;
    }
    .inner_s6 .item .item_ul li a{
        font-size: .24rem;
        line-height: 2.5;
    }
    .inner_s6 .item .item_ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s6 .item .item_ul ul{
        gap: .2rem 2%;
    }
    .inner_s6 .item:first-child{
        margin-top: 0;
    }
    .inner_s7 .map_box{
        margin: 0;
    }
    .inner_s7 .txt_box{
        margin: 0;
        padding: .4rem .2rem;
    }
    .inner_s7 .txt_box .tit h4{
        font-size: .3rem;
        line-height: 1.5;
    }
    .inner_s7 .txt_box .txt{
        padding: .2rem;
    }
    .inner_s7 .txt_box .txt h5,
    .inner_s7 .txt_box .txt p{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s7 .txt_box .txt li:not(:first-child){
        margin-top: .2rem;
    }
    .inner_s7 .txt_box .li{
        margin-top: .3rem;
    }
    .inner_s7{
        margin-top: 0;
    }
    .inner_s8 .txt_box .li2{
        padding-left: 5%;
    }
    .inner_s8 .txt_box .li3{
        padding-left: 5%;
    }
    .inner_s8 .txt_box {
        margin-top: 0.5rem;
    }
    .inner_s8{
        margin-top: 0;
    }
    .inner_s9 .item_ul li a{
        font-size: .24rem;
        line-height: 2.5;
    }
    .inner_s9 .item_ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s9 .item_ul ul{
        gap: .28rem 2%;
    }
    .inner_s9 .item_ul{
        margin-top: .3rem;
    }
    .inner_s9 .item_tit h4{
        font-size: .28rem;
        line-height: 2;
    }
    .inner_s9 .item:not(:first-child){
        margin-top: .4rem;
    }
    .inner_s9{
        margin-top: 0;
    }
    .inner_s10 li .top{
        padding: .26rem;
    }
    .inner_s10 li p{
        font-size: .22rem;
        line-height: 1.5;
        height: 4.5em;
        margin-top: .1rem;
    }
    .inner_s10 li .bot{
        height: 1rem;
        padding: 0 .26rem;
    }
    .inner_s10 li{
        width: 32%;
        margin: 0;
    }
    .inner_s10 ul{
        gap: .28rem 2%;
    }
    .inner_s10{
        margin-top: 0;
    }
    .inner_s11 .dtl2_l{
        width: 100%;
        padding: .28rem;
        border-radius: .2rem;
    }
    .inner_s11 .dtl2_tit h1{
        font-size: .34rem;
        line-height: 1.5;
    }
    .inner_s11 .dtl2_tit .cont .li{
        font-size: .24rem;
        line-height: 1.5;
        padding: 0;
        margin: 0 .1rem;
    }
    .inner_s11 .dtl2_tit .cont{
        margin-top: .1rem;
    }
    .inner_s11 .dtl2_tit{
        padding-bottom: .2rem;
        margin-bottom: .3rem;
    }
    .inner_s11 .dtl2_txt p{
        font-size: .26rem;
        line-height: 1.8;
        margin-top: .8em;
    }
    .inner_s11 .dtl2_page{
        padding: .2rem 0 0;
        margin-top: .3rem;
    }
    .inner_s11 .dtl2_page p{
        font-size: .26rem;
        line-height: 1.8;
    }
    .inner_s11 .dtl2_r{
        width: 100%;
    }
    .inner_s11 .dtl2_r .tit{
        font-size: .3rem;
    }
    .inner_s11 .dtl2_r .tit img{
        width: .28rem;
    }
    .inner_s11 .dtl2_r li time{
        width: 2rem;
        padding-left: .55rem;
        line-height: .46rem;
    }
    .inner_s11 .dtl2_r li h4{
        font-size: .26rem;
        line-height: 1.5;
        height: 3em;
    }
    .inner_s11 .dtl2_r li{
        margin-top: .2rem;
    }
    .inner_s11{
        margin-top: 0;
    }
    .inner_s12 .item1 .top .li select{
        font-size: .26rem;
        height: 2.5em;
        line-height: 2.5em;
    }
    .inner_s12 .item1 .top .li button{
        font-size: .26rem;
        height: 2.5em;
        line-height: 2.5em;
    }
    .inner_s12 .item1 .top .li{
        max-width: none;
    }
    .inner_s12 .item1 .bot .ll{
        width: 100%;
        margin-bottom: .15rem;
    }
    .inner_s12 .item1 .bot .ll p{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s12 .item1 .bot .rr span{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s12 .item1 .bot .rr{
        width: 100%;
        justify-content: flex-start;
        gap: .2rem ;
    }
    .inner_s12 .item1{
        padding-bottom: .2rem;
    }
    .inner_s12 .item2 ul li{
        width: 49%;
        margin: 0;
    }
    .inner_s12 .item2 ul{
        gap: .34rem 2%;
    }
    .inner_s12 .item2 .item_tit{
        margin: 0;
    }
    .inner_s12 .item2 .item_tit p{
        font-size: .28rem;
        line-height: .5rem;
    }
    .inner_s12 .item2 .item_tit span{
        width: .9rem;
        line-height: .58rem;
        font-size: .3rem;
    }
    .inner_s12 .item2 ul li h5{
        font-size: .24rem;
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner_s12 .item2 ul li h6{
        font-size: .24rem;
        line-height: 1.8;
    }
    .inner_s12 .item2 ul li .txt{
        margin-top: 0;
    }
    .inner_s12 .item2 ul li a{
        align-items: center;
    }
    .inner_s12 .item2 .item_ul{
        margin-top: .34rem;
    }
    .inner_s12 .item2{
        padding: .3rem .3rem .5rem;
        margin-top: .4rem;
    }
    .inner_s12 .item2:after{
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg,transparent 0%,#fff 100%);
        border-radius: .2rem;
    }
    .inner_s13 .item1 .con{
        padding: .2rem;
        align-items: center;
    }
    .inner_s13 .item1 h4{
        font-size: .34rem;
        line-height: 1.5;
    }
    .inner_s13 .item1 i{
        margin-top: .2rem;
    }
    .inner_s13 .item1 .info p,
    .inner_s13 .item1 .info h5{
        font-size: .24rem;
        line-height: 1.8;
    }
    .inner_s13 .item1 .txt{
        width: calc(100% - 2.5rem);
        margin-top: 0;
    }
    .inner_s13 .item2 .li{
        padding: 0;
    }
    .inner_s13 .item2 .tit h4{
        font-size: .3rem;
        line-height: 1.5;
    }
    .inner_s13 .item2 .txt{
        padding: 0;
        margin-top: .1rem;
    }
    .inner_s13 .item2 .txt p{
        font-size: .24rem !important;
        line-height: 1.9 !important;
    }
    .inner_s13 .item2 .txt .para{
        height: auto !important;
    }
    .inner_s13 .item2 .li_btn{
        display: none;
    }
    .inner_s13 .item2 .li3 .txt p:not(:first-child){
        margin-top: .8em;
    }
    .inner_s13 .item2 .li{
        margin-top: .3rem;
    }
    .inner_s13 .item2{
        margin-top: .3rem;
    }
    .inner_s13{
        margin-top: 0;
    }

    .inner_s14 .item .item_tit{
        font-size: .3rem;
        line-height: 1.5;
        margin-bottom: .2rem;
    }
    .inner_s14 .item .box{
        padding: .26rem;

    }
    .inner_s14 .item{
        margin-top: .4rem;
    }
    .inner_s14 .item_ul{
        padding-left: 0;
    }
    .inner_s14 .item .item_ul li a{
        font-size: .24rem;
        line-height: 2.5;
    }
    .inner_s14 .item .item_ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s14 .item .item_ul ul{
        gap: .2rem 2%;
    }
    .inner_s14 .item:first-child{
        margin-top: 0;
    }

    .inner_s15 .block1{
        margin-top: 0;
    }
    .inner_s15 .block1 .txt{
        position: static;
        padding: .28rem;
        transform: none;
        width: 100%;
        height: auto;
        border-radius: .15rem;
    }
    .inner_s15 .block1 .txt h4{
        font-size: .34rem;
        line-height: 1.5;
    }
    .inner_s15 .block1 .txt .para{
        font-size: .24rem;
        line-height: 1.9;
        height: auto;
        margin-top: .1rem;
    }
    .inner_s15 .block1 .txt .para *{
        font-size: .24rem !important;
        line-height: 1.9 !important;
    }
    .inner_s15 .block1 .txt .more{
        margin-top: .15rem;
    }
    .inner_s15 .block1 .img{
        width: 100%;
        height: auto;
        margin-top: .3rem;
    }
    .inner_s15 .slide_hg a .show h4{
        font-size: .28rem;
        line-height: 1.5;
    }
    .inner_s15 .slide_hg a .show h5{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s15 .slide_hg .btn_box .swiBtn{
        width: 1.5rem;
        line-height: .54rem;
        padding: 0 .1rem;
        position: relative;
    }
    .inner_s15 .slide_hg .btn_box{
        margin-top: .3rem;
    }
    .inner_s15 .slide_hg{
        margin-top: .4rem;
    }
    .inner_s15 .block2{
        padding-top: .4rem;
        margin-top: .4rem;
    }
    .inner_s15 .block3 .left{
        width: 100%;
    }
    .inner_s15 .block3 .list li time{
        width: 1.5rem;
        height: 1.1rem;
        font-size: .2rem;
        padding-top: 0.2rem;
    }
    .inner_s15 .block3 .list li time span {
        font-size: .42rem
    }
    .inner_s15 .block3 .list li h4{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s15 .block3 .list li p{
        font-size: .22rem;
        line-height: 1.5;
        height: 3em;
        margin-top: .05rem;
    }
    .inner_s15 .block3 .list li a{
        padding: .25rem 0;
    }
    .inner_s15 .block3 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .inner_s15 .slide_pic .img{
        height: 56vw;
    }
    .inner_s15 .slide_txt li a{
        padding: .28rem;
    }
    .inner_s15 .slide_txt li h4{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s15 .slide_txt li p{
        font-size: .22rem;
        line-height: 1.5;
        height: 4.5em;
        margin-top: .05rem;
    }
    .inner_s15 .slide_txt li time {
        width: 1.6rem;
        height: .5rem;
        line-height: .5rem;
        margin-top: .15rem;
    }
    .inner_s15 .slide_txt .swiDots {
        right: .3rem;
        bottom: .5rem;
        display: flex;
        width: auto;
        z-index: 5;
    }
    .inner_s15 .slide_txt .swiDots span {
        width: .35rem;
        height: .09rem;
        margin: 0 .08rem;
    }
    .inner_s15 .slide_txt{
        height: auto;

        border-radius: .2rem;
    }
    .inner_s15 .block3{
        margin-top: .6rem;
        margin-bottom: 0.6rem;
        padding-top: 0.6rem;
    }
    .inner_s15 .block3 .title{
        margin-bottom: 0.3rem;
    }
    .inner_s15 .block4{
        margin-bottom: 0.6rem;
    }
    .inner_s15 .block4 .title{
        margin-bottom: 0.3rem;
    }
    .inner_s15 .block4 .list li{
        margin-bottom: 0.3rem;
        width: 100%;
    }
    .inner_s15 .block4 .list .pic{
        height: 52vw;
    }
    .inner_s15 .block4 .list .text{
        height: 1.8rem;
    }
    .inner_s15 .block4 .list time{
        font-size: 0.24rem;
    }
    .inner_s15 .block4 .list h4{
        font-size: 0.28rem;
    }
    .inner_s15 .block5 .title{
        margin-bottom: 0.3rem;
    }
    .inner_s15 .slide_ms .swiper-slide{
        width: 4rem;
    }
    .inner_s15 .slide_ms .pic{
        padding-top: 141.43%;
        height: auto;
    }
    .inner_s15 .slide_ms .btn_box{
        margin-top: 0.3rem;
    }
    .inner_s15 .block6{
        padding-top: 0.6rem;
        margin-top: 0.6rem;
    }
    .inner_s15 .block6 .list li{
        margin-bottom: 0.4rem;
        width: 100%;
    }
    .inner_s15 .block6 .list .text{
        height: 2rem;
        order: 1 !important;
    }
    .inner_s15 .block6 .list .text:before{
        top: 100% !important;
        bottom: auto !important;
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        -o-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
    .inner_s15 .block6 .list .pic{
        order: 2 !important;
    }
    .inner_s15 .block7{
        margin-top: 0.6rem;
    }
    .inner_s15 .block7 .list li{
        width: 100%;
    }
    .inner_s15 .block7 .list a{
        height: 2.8rem;
    }
    .inner_s15.v1 .block3{
        padding-top: 0.2rem;
    }
}
@media (max-width: 720px) {
    .inner_s1 .block2 li{
        width: 33.33%;
    }
    .inner_s1 .block2 ul{
        justify-content: center;
        gap: .3rem 0;
    }
    .inner_s2 .list01 li{
        width: 49%;
    }
    .inner_s2 .list01 li a .img {
        height: 31.5vw;
    }
    .inner_s4 .list02 li .rr{
        width: 1.6rem;
        border-radius: .1rem;
    }
    .inner_s4 .list02 li .ll{
        width: calc(100% - 1.6rem);
        border-radius: .1rem;
    }
    .inner_s6 .item .item_ul li {
        width: 49%;
    }
    .inner_s8 .txt_box .li1{
        width: 100%;
    }
    .inner_s8 .txt_box .li img{
        height: 1.8rem;
        border-radius: .1rem;
    }
    .inner_s8 .txt_box{
        flex-wrap: wrap;
        border-radius: .1rem;
    }
    .inner_s8 .txt_box .li2,
    .inner_s8 .txt_box .li3{
        width: 50%;
        padding: .3rem 0;
        text-align: center;
    }
    .inner_s8 .txt_box .li i{
        margin: .1rem auto;
    }

    .inner_s9 .item_ul li{
        width: 49%;
    }
    .inner_s10 li {
        width: 100%;
    }
    .inner_s12 .item1 .top .li{
        width: 100%;
    }
    .inner_s12 .item1 .top{
        gap: .25rem 0;
    }
    .inner_s12 .item2 ul li{
        width: 100%;
    }
    .inner_s13 .item1 .info .ll,
    .inner_s13 .item1 .info .rr{
        width: 100%;
    }
    .inner_s13 .item1 .con{
        display: block;
    }
    .inner_s13 .item1 .img{
        margin: 0 auto;
    }
    .inner_s13 .item1 .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s13 .item1 h4{
        text-align: center;
    }
    .inner_s13 .item1 i:before{
        right: 0;
        margin: auto;
    }
    .inner_s14 .item .item_ul li {
        width: 49%;
    }
}

@media (max-width: 597px) {
    .inner_s1 .block2 li{
        width: 50%;
    }
    .inner_s1 .block1 .left .img1,
    .inner_s1 .block1 .left .img2{
        width: 100%;
    }
    .inner_s1 .block1 .left{
        gap: .3rem 0;
    }
    .inner_s1 .block5 .slogan img{
        width: 2.7rem;
    }
    .inner_s4 .list02 li .ll h4{
        font-size: .3rem;
    }
    .inner_s3 .dtl_tit .cont p,
    .inner_s3 .dtl_tit .cont .oth .num,
    .inner_s3 .dtl_tit .cont .oth .size span{
        font-size: .28rem;
    }
    .inner_s3 .dtl_txt p,
    .inner_s3 .dtl_page p{
        font-size: .28rem;
    }
    .inner_s5 .list03 li .txt p{
        font-size: .28rem;
    }
    .inner_s6 .item .item_ul li a{
        font-size: .25rem;
    }
    .inner_s6 .item .item_ul li{
        width: 100%;
    }
    .inner_s7 .txt_box .txt h5,
    .inner_s7 .txt_box .txt p{
        font-size: .28rem;
        line-height: 1.8;
    }
    .inner_s8 .txt_box .li2,
    .inner_s8 .txt_box .li3{
        width: 100%;
    }
    .inner_s8 .txt_box .li2{
        border-right: none;
        border-bottom: 1px dashed rgba(102, 102, 102, 0.2);
    }

    .inner_s9 .item_ul li a{
       font-size: .26rem;
        padding: 0 .15rem;
    }
    .inner_s10 li p{
        font-size: .24rem;
    }
    .inner_s10 li h3{
        font-size: .28rem;
        line-height: 1.5;
        height: 3em;
    }
    .inner_s11 .dtl2_txt p,
    .inner_s11 .dtl2_page p{
        font-size: .28rem;
    }
    .inner_s11 .dtl2_r li h4{
        font-size: .28rem;
    }
    .inner_s13 .item2 .txt p {
        font-size: .26rem !important;
    }

    .inner_s14 .item .item_ul li a{
        font-size: .25rem;
    }
    .inner_s14 .item .item_ul li{
        width: 100%;
    }
    .inner_s15 .block1 .txt .para{
        font-size: .25rem;
        line-height: 1.9;
    }
    .inner_s15 .block1 .txt .para * {
        font-size: .25rem !important;
        line-height: 1.9 !important;
    }
    .inner_s15 .slide_hg a .img{
        height: 52vw;
    }
    .inner_s15 .block3 .list li h4,
    .inner_s15 .slide_txt li h4{
        font-size: .28rem;
    }
    .inner_s15 .block3 .list li p,
    .inner_s15 .slide_txt li p{
        font-size: .24rem;
    }
}

/*2025-09-05*/

.inner_s16 li a{
    position: relative;
    z-index: 2;
    padding: .41rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.inner_s16 li .img{
    width: 4rem;
    height: 2.54rem;
    border-radius: .1rem;
}
.inner_s16 li .txt{
    width: calc(100% - 4.5rem);
}
.inner_s16 li time{
    display: flex;
}
.inner_s16 li time span{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    padding-right: .05rem;
}
.inner_s16 li h3{
    font-size: .24rem;
    line-height: .4rem;
    color: #333333;
    margin-top: .14rem;
    font-weight: normal;
    transition: .5s;
}
.inner_s16 li p{
    font-size: .16rem;
    line-height: .27rem;
    color: #A2A2A2;
    -webkit-line-clamp: 3;
    height: .81rem;
    margin-top: .21rem;
}
.inner_s16 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #DDDDDD;
    transition: .5s;
}
.inner_s16 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.01rem;
    bottom: 0;
    box-shadow: 0 .04rem .1rem rgba(0, 0, 0, 0.09);
    border-radius: .24rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s16 li{
    position: relative;
}
.inner_s16 li:hover h3{
    color: #4286c7;
}
.inner_s16 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s16 li:hover:before{
    opacity: 0;
}
.inner_s16 li:hover a{
    padding-left: .3rem;
    padding-right: .4rem;
}

@media (max-width: 992px) {
    .inner_s16 li time span{
        font-size: max(.24rem,12px);
        line-height: 1.5;
    }
    .inner_s16 li h3{
        font-size: max(.28rem,16px);
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner_s16 li p{
        font-size: max(.25rem,13px);
        line-height: 1.5;
        height: 4.5em;
        margin-top: .15rem;
    }
    .inner_s16 li .txt {
        width: calc(100% - 4.3rem);
    }
}

@media (max-width: 720px) {
    .inner_s16 li .img{
        width: 100%;
        height: 56vw;
        border-radius: .1rem;
    }
    .inner_s16 li .txt{
        width: 100%;
        padding: .24rem;
    }
    .inner_s16 li:hover a{
        padding-left: 0;
        padding-right: 0;
    }
    .inner_s16 li a{
        padding: 0;
    }
    .inner_s16 li + li{
        margin-top: .4rem;
    }
}


.n_erji li{
    position: relative;
}

.n_erji .s-link{
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 1.6rem;
    left: 50%;
    z-index: 10000;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;
    display: flex;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
    transform: translateX(-50%) scaleY(0);
    padding-top: .1rem;
}
.n_erji .s-link:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: #4286c7;
}
.n_erji .s-link a {
    padding: .08rem 0.2rem;
    line-height: 2;
    transition: .6s;
    font-size: .16rem;
    color: #000;
    white-space: nowrap;
    display: block;
    min-width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: normal !important;
    height: auto;
}
.n_erji .s-link .box{
    width: 100%;
}
.n_erji .s-link a:hover {
    background: #4286c7;
    color: #ffffff;
}
.n_erji li:hover .s-link {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  transform: translateX(-50%) scaleY(1);
}


/*2025-12-16*/

.inner_s17  li a{
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .32rem 0 .38rem;
    position: relative;
    z-index: 2;
}
.inner_s17 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .99rem;
    height: .72rem;
    flex-shrink: 0;
    color: #4286C7;
    transition: all .5s;
    background: url("../images/others/img-85.png") no-repeat 50%/100% 100%;
    margin-right: .3rem;
}
.inner_s17 li time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    font-weight: 600;
}
.inner_s17 li time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    margin-top: .03rem;
}
.inner_s17 li h4{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
    transition: all .5s;
}
.inner_s17 li h6 img.mr{
    display: block;
    width: .08rem;
    margin-left: .07rem;
}
.inner_s17 li h6 img.xz{
    display: none;
}
.inner_s17 li:hover h6 img.mr{
    display: none;
}
.inner_s17 li:hover h6 img.xz{
    display: block;
     width: .08rem;
    margin-left: .07rem;
}
.inner_s17 li h6{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .24rem;
    color: #4286c7;
    transition: .5s;
}
.inner_s17  li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF url("../images/others/img-86.png") no-repeat right bottom/1.14rem;
    box-shadow: 0 .02rem .12rem  rgba(66, 134, 199, 0.121);
    border-radius: 0 .2rem .2rem 0;
    transition: .5s;
}
.inner_s17  li:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: url("../images/others/img-88.png") no-repeat right center/auto 100%;
}
.inner_s17  li:hover h4{
    color: #FFFFFF;
    font-weight: 600;
}
.inner_s17  li:hover h6{
    opacity: 1;
    color:#fff;
    visibility: visible;
}
.inner_s17  li:hover:before{
    background-color: #4286C7;
    background-image: url("../images/others/img-87.png");
}
.inner_s17  li + li{
    margin-top: .4rem;
}
.inner_s17  li{
    position: relative;
    border-radius: 0 .2rem .2rem 0;
}
.inner_s17{
    margin-top: .71rem;
}

.inner_s18 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s18 li{
    width: 31.125%;
    margin: .59rem 0 0 3.3125%;
    position: relative;
}
.inner_s18 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s18 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s18 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .6rem .44rem;
}
.inner_s18 li h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    transition: all .5s;
}
.inner_s18 li .line{
    display: block;
    border-bottom: .01rem dashed #4286C7;
    opacity: .15;
    margin-top: .3rem;
    transition: .5s;
}
.inner_s18 li .time{
    margin-top: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s18 li time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #4286C7;
    transition: all .5s;
}
.inner_s18 li h6{
    font-size: .18rem;
    line-height: .3rem;
    color: #4286C7;
    padding-right: .15rem;
    background: url("../images/others/img-52.png") no-repeat right center/.08rem auto;
    transition: all .5s;
}
.inner_s18 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF url("../images/others/img-86.png") no-repeat right .14rem bottom .18rem/2.07rem;
    border-radius: .12rem;
    transition: all .5s;
}
.inner_s18 li:after{
    position: absolute;
    content: '';
    left: .12rem;
    top: .12rem;
    right: .12rem;
    bottom: .12rem;
    border: .01rem dashed rgba(66, 134, 199, 0.34);
    border-radius: .13rem;
    transition: all .5s;
}
.inner_s18 li:hover h4{
    color: #FFFFFF;
    font-weight: 600;
}
.inner_s18 li:hover .line{
    border-color: #FFFFFF;
    opacity: .24;
}
.inner_s18 li:hover time{
    color: #FFFFFF;
}
.inner_s18 li:hover h6{
    color: #FFFFFF;
    background-image: url("../images/others/img-53.png");
}
.inner_s18 li:hover:before{
    background-color: #4286C7;
    background-image: url("../images/others/img-87.png");
    box-shadow: 0 .02rem .12rem rgba(66, 134, 199, 0.3596);
}
.inner_s18 li:hover:after{
    border-color: #FFFFFF;
    opacity: .52;
}
.inner_s18{
    margin-top: .9rem;
}

@media (max-width: 992px) {
    .inner_s17{
        margin-top: 0;
    }
    .inner_s17 li time{
        width: 1.2rem;
        height: .87rem;
        margin-right: .3rem;
    }
    .inner_s17 li time span{
        font-size: .32rem;
    }
    .inner_s17 li h4{
        font-size: .28rem;
        line-height: 1.5;
        max-height: 3em;
    }
    .inner_s17 li h6{
        display: none;
    }
    .inner_s17 li a{
        padding: 0 .25rem;
    }
    .inner_s17 li + li{
        margin-top: .25rem;
    }
    .inner_s18{
        margin-top: 0;
    }
    .inner_s18 li h4{
        font-size: .28rem;
        line-height: 1.5;
    }
    .inner_s18 li .line{
        margin-top: .2rem;
    }
    .inner_s18 li .time{
        margin-top: .2rem;
    }
    .inner_s18 li time{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s18 li h6{
        font-size: .24rem;
        line-height: 1.5;
        background-size: .1rem;
        padding-right: .15rem;
    }
    .inner_s18 li a{
        padding: .25rem;
    }
    .inner_s18 li:before{
        background-size: 1.5rem auto;
    }
    .inner_s18 li{
        width: 32%;
        margin: 0;
    }

    .inner_s18 ul{
        gap: .25rem 2%;
    }
}

@media (max-width: 769px) {
    .inner_s18 li{
        width: 49%;
    }
}
@media (max-width: 597px) {
    .inner_s18 li{
        width: 100%;
    }
}


/*组图页*/

/*inner-s5*/
.inner_s19 .swiper a{
    display: block;
}
.inner_s19 .swiper .img{
    height: 7rem;
}

.inner_s19 .swiperHgg{
    position: relative;
    z-index: 2;
    margin-top: .2rem;
}
.inner_s19 .swiperHgg .con .img{
    height: 1.32rem;
    transition: .3s;
    opacity: .5;
}
.inner_s19 .swiperHgg .con h4{
    font-size: .2rem;
    color: #222;
    line-height: .5rem;
    text-align: center;
}
.inner_s19 .swiperHgg .con .txt{
    padding: 0 .2rem;
    background: #fff;
}

.inner_s19 .swiperHgg .con:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: .03rem solid #834798;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 5;
}

.inner_s19 .swiperHgg .con{
    transition: .3s;
    cursor: pointer;
    position: relative;
    background: #000;
}
.inner_s19 .swiperHgg .swiper-slide-thumb-active .con .img{
    opacity: 1;
}
.inner_s19 .swiperHgg .swiper-slide-thumb-active .con:before{
    opacity: 1;
    visibility: visible;
}

.inner_s19 .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: .48rem;
    height: .48rem;
    background: #4286c7;
    border-radius: 50vw;
    font-size: .18rem;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .5s;
    z-index: 9;
}
.inner_s19 .prev{
    left: .2rem;

}
.inner_s19 .next{
    right: .2rem;
}
.inner_s19 .btn:hover{
    background: #834798;
}
.inner_s19{
    position: relative;
    margin-top: .5rem;
}

@media (max-width: 1025px) {
    .inner_s19 .swiper .img{
        height: 52vw;
    }
    .inner_s19 .btn{
        width: .45rem;
        height: .45rem;
        background-size: .08rem;
    }
    .inner_s19 .prev{
        left: .1rem;
    }
    .inner_s19 .next{
        right: .1rem;
    }
    .inner_s19 .swiperHgg{
        margin: .2rem 0 0;
    }
    .inner_s19 .swiperHgg .con .img{
        height: 12vw;
    }
    .inner_s19 .swiperHgg .con{
        margin-top: .1rem;
    }
    .inner_s19{
        margin-top: .3rem;
    }
}

@media (max-width: 597px) {
    .inner_s19 .swiperHgg .con .img{
        height: 18vw;
    }
}
ink a,
.header .toplink .tel,
.header .topnav ul li>a{
    color: #fff;
}
.header .topnav ul li+li:before{
    border-color: #fff;
}
.header .topnav .lan{
    background: #834798;
}

.header:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 4.17rem;
    background: url("../images/others/h-bg.png") no-repeat top center/100% 99%;
    z-index: -1;
}
.n_banner{
    position: relative;
}

.n_banner .img img{
    display: block;
    width: 100%;
}

.n_banner .top{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.n_banner .top .wp{
    max-width: 16rem;
}

.posi{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.posi img{
    display: block;
    width: .15rem;
    margin-right: .1rem;
}
.posi a,
.posi span{
    display: block;
    font-size: .16rem;
    line-height: .56rem;
    color: #fff;
}
.posi span{
    margin: 0 .03rem;
}

.n_dh{
    height: .86rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    box-shadow: 0 .1rem .15rem rgba(66, 134, 199, 0.18);
}

.n_dh .left{
    height: calc(100% + .24rem);
    width: 3.96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -.24rem;
    background: url("../images/others/n_dh.png") no-repeat top center/100% 100%;
}

.n_dh .left h2{
    display: block;
    font-size: .3rem;
    line-height: .66rem;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.n_dh .left h2:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: .43rem;
    height: .04rem;
    background: #fff;
    transform: translateX(-50%);
}
.n_dh .right{
    width: calc(100% - 3.96rem);
    position: relative;
    height: 100%;
}
.n_dh .right:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    left: -.5rem;
    background: #fff;
    border-radius: 0 .2rem 0 0;
    z-index: -1;
}
.n_erji{
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
}
.n_erji li{
    width: 14.18%;
    height: 100%;
}
.n_erji li a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .22rem;
    color: #333333;
    transition: .5s;
}
.n_erji li.active a,
.n_erji li:hover a{
    color: #4286c7;
    font-weight: bold;
}
.inner_box .wp{
    max-width: 16rem;
}
.inner_box{
    padding: .4rem 0 1.8rem;
    overflow: hidden;
}



/*inner_s1*/

.inner_s1 .block1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner_s1 .block1 .left{
    width: 8.8rem;
    padding-bottom: .78rem;
    position: relative;
}
.inner_s1 .block1 .left .img1{
    width: 7.2rem;
    border-radius: .1rem;
    overflow: hidden;
}
.inner_s1 .block1 .left .img1 img{
    display: block;
    width: 100%;
}
.inner_s1 .block1 .left .img2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.1rem;
    height: 2.8rem;
    border-radius: .1rem;
    overflow: hidden;
}
.inner_s1 .block1 .left .img2 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner_s1 .block1 .right{
    width: calc(100% - 8.8rem);
    padding: .6rem .55rem 0 .93rem ;
}
.inner_s1 .block1 h4{
    font-size: .5rem;
    line-height: .6rem;
    color: #4286c7;
    font-family: Arial;
    font-weight: bold;
    opacity: .1;
    text-transform: uppercase;
    margin-left: -1.25rem;
    margin-right: .3rem;
}
.inner_s1 .block1 h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #222222;
    position: relative;
    z-index: 2;
    margin-top: -1em;
}
.inner_s1 .block1 .line{
    display: block;
    width: .98rem;
    height: .04rem;
    background: #4286c7;
    margin: .4rem 0 .44rem -.3rem;
}
.inner_s1 .para{
    font-size: .18rem;
    line-height: .34rem;
    color: #555555;
    text-indent: 2em;
}

.inner_s1 .block2 li{
    position: relative;
    width: 20%;
    padding-left: .5rem;
}
.inner_s1 .block2 li h3{
    font-size: .6rem;
    line-height: 1;
    color: #4286c7;
}
.inner_s1 .block2 li h4{
    font-size: .16rem;
    line-height: .26rem;
    color: #555555;
    margin-top: .05rem;
}
.inner_s1 .block2 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: .82rem;
    background: #4286c7;
    opacity: .7;
    transform: translateY(-50%);
}
.inner_s1 .block2 li:last-child:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .82rem;
    background: #4286c7;
    opacity: .7;
    transform: translateY(-50%);
}
.inner_s1 .block2{
    margin-top: .6rem;
}
.inner_s1 .block3 .para p:not(:first-child){
    margin-top: .42rem;
}

.inner_s1 .block3{
    margin-top: .53rem;
}
.inner_s1 .block4{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}

.inner_s1 .block4 .txt{
    width: 50%;
    background: url("../images/others/img-4.png") no-repeat 50%/100% 100%;
}
.inner_s1 .block4 .txt a{
    display: block;
    padding: .54rem .56rem .9rem .38rem;
}
.inner_s1 .block4 .txt h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #4286c7;
}
.inner_s1 .block4 .txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #555555;
    height: 1.36rem;
    text-indent: 2em;
    margin-top: .3rem;
}

.inner_s1 .block4 .txt .page{
    font-size: 0;
    left: auto;
    right: .53rem;
    bottom: .5rem;
    width: auto;
}
.inner_s1 .block4 .txt .page span{
    width: .24rem;
    height: .06rem;
    background: #4286c7;
    margin: 0 .05rem;
    opacity: .2;
    border-radius: 50%;
}
.inner_s1 .block4 .txt .page span.active{
    background: #834798;
    opacity: 1;
}
.inner_s1 .block4 .img-box{
    width: 50%;
}
.inner_s1 .block4 .img-box a{
    display: block;
}
.inner_s1 .block4 .img-box a img{
    height: 3.5rem;
}

.inner_s1 .block4 .bot{
    margin-top: .74rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s1 .block4 .bot .swiBtn {
    width: 1.22rem;
    border-radius: .1rem;
    border: 2px solid #c6cad1;
    line-height: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .15rem;
    position: relative;
}

.inner_s1 .block4 .bot .swiBtn:before {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    top: 0
}

.inner_s1 .block4 .bot .swiBtn:after {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    bottom: 0
}

.inner_s1 .block4 .bot .swiBtn a {
    width: 50%;
    text-align: center;
}

.inner_s1 .block4 .bot .swiBtn a.swiper-button-disabled {
    opacity: .3;
}

.inner_s1 .block4 .bot .swiBtn a:before {
    display: block;
    transition: .3s
}
.inner_s1 .block4 .bot .swiDots {
    flex: 1;
    overflow: hidden;
    margin-left: .4rem;
    background: rgba(102, 102, 102, 0.2);
    height: 2px;
    position: relative;
}

.inner_s1 .block4 .bot .swiDots .swiper-scrollbar-drag {
    background: #4286c7
}
.inner_s1 .block4{
    margin-top: .78rem;
}

.inner_s1 .block5 .top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s1 .block5 .top_l{
    width: 5.26rem;
}
.inner_s1 .block5 .top_l img{
    display: block;
    width: 100%;
}
.inner_s1 .block5 .top_r{
    width: calc(100% - 6rem);
    padding-top: .18rem;
}
.inner_s1 .block5 .top_r h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #4286c7;
    margin-bottom: .3rem;
}

.inner_s1 .block5 .bot{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.inner_s1 .block5 .bot_r{
    width: 5.06rem;
}
.inner_s1 .block5 .bot_r img{
    display: block;
    width: 100%;
    border-radius: .1rem;
}
.inner_s1 .block5 .bot_l{
    width: calc(100% - 5.7rem);
    margin-top: .52rem;
}

.inner_s1 .block5 .para p:not(:first-child){
    margin-top: .34rem;
}

.inner_s1 .block5 .slogan img{
    display: block;
    width: 4.3rem;
}
.inner_s1 .block5 .slogan{
    position: absolute;
    left: .8rem;
    bottom: .75rem;
}
.inner_s1 .block5{
    margin-top: 1.03rem;
    position: relative;
    padding: .8rem;
    background: url("../images/others/img-9.png") no-repeat 50%/cover;
    border-radius: .4rem;
}
.inner_s1{
    margin-top: .6rem;
}

/*inner_s2*/

.n_tit h2{
    font-size: .36rem;
    line-height: .4rem;
    color: #222222;
    text-align: center;
}
.n_tit:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -1px;
    width: .98rem;
    height: .04rem;
    background: #4683bd;
    transform: translateX(-50%);
}
.n_tit{
    margin-top: .58rem;
    position: relative;
    padding-bottom: .44rem;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.inner_s2 .list01 ul{
    display: flex;
    flex-wrap: wrap;
    gap: .94rem 1.83%;
    margin-top: .7rem;
}

.inner_s2 .list01 li{
    width: 23.625%;
}
.inner_s2 .list01 li a{
    display: block;
    transform-origin: center center;
    transition: .5s;
}
.inner_s2 .list01 li a .img{
    height: 2.66rem;
    position: relative;
}
.inner_s2 .list01 li a .img:after{
    position: absolute;
    content: '';
    inset: 0;
    width: .6rem;
    height: .6rem;
    background: url("../images/others/img-12.png") no-repeat 50%/100%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s2 .list01 li a h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    text-align: center;
}

.inner_s2 .list01 li a .txt{
    margin-top: .1rem;
    padding: .25rem .2rem;
    background: url("../images/others/img-11.jpg") no-repeat 50%/100% 100%;
    transition: .5s;
}
.inner_s2 .list01 li:hover a h3{
    color: #fff;
}
.inner_s2 .list01 li:hover a .txt{
    background: #4286c7;
}
.inner_s2 .list01 li:hover a .img:after{
    opacity: 1;
    visibility: visible;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .92rem;
}

.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: #4286c7;
    color: #fff;
    border: 1px solid #4286c7;
}

.pagination a:hover {
    background: #4286c7;
    color: #fff;
    border: 1px solid #4286c7;
}

/*inner_s3*/

.inner_s3 .dtl_tit h1{
    font-size: .36rem;
    line-height: .4rem;
    color: #222222;
    text-align: center;
}

.inner_s3 .dtl_tit .cont{
    position: relative;
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.inner_s3 .dtl_tit .cont p{
    display: flex;
    align-items: center;
    font-size: .17rem;
    line-height: .25rem;
    color: #999999;
    position: relative;
    padding: 0 .2rem;
}
.inner_s3 .dtl_tit .cont p span{
    color: #4286c7;
}
.inner_s3 .dtl_tit .cont p:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: .2rem;
 /*background: #aaabac;*/
    transform: translateY(-50%);
}
.inner_s3 .dtl_tit .cont p:first-child:before{
    display: none;
}

.inner_s3 .dtl_tit .cont .oth{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}
.inner_s3 .dtl_tit .cont .oth .num{
    display: flex;
    align-items: center;
    font-size: .17rem;
    color: #999999;
    line-height: .25rem;
}
.inner_s3 .dtl_tit .cont .oth .num img{
    display: block;
    width: .21rem;
    margin-right: .1rem;
}

.inner_s3 .dtl_tit .cont .oth .size{
    display: flex;
    align-items: center;
    margin-left: .3rem;
}
.inner_s3 .dtl_tit .cont .oth .size span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .25rem;
    height: .25rem;
    font-size: .13rem;
font-size: .15rem;
    color: #999;
    border-radius: 50%;
    margin: 0 .05rem;
    transition: .5s;
    cursor: pointer;
}

.inner_s3 .dtl_tit .cont .oth .size span.active,
.inner_s3 .dtl_tit .cont .oth .size span:hover{
    background: #4286c7;
    color: #fff;
}

.inner_s3 .dtl_tit{
    padding-bottom: .16rem;
    border-bottom: 2px solid #e0e5e7;
}

.inner_s3 .dtl_txt p{
    font-size: .18rem !important;
    line-height: 1.88em !important;
    color: #555555;
    text-indent: 2em;
    margin-top: 1.88em;
}
.inner_s3 .dtl_txt img{display:block;margin:0 auto;}
.inner_s3 .dtl_txt p span{
    font-size: .18rem !important;
    line-height: 1.88em !important;
    color: #555555;
}
.inner_s3 .dtl_txt p:first-child{
    margin-top: 0;
}

.inner_s3 .dtl_txt p img{
    display: block;
    width: auto;
    height: auto;
    max-width: 70%;
    margin: 0 auto;
}

.inner_s3 .dtl_txt{
    margin-top: .65rem;
}
.inner_s3 .dtl_page{
    margin-top: .7rem;
    padding-top: .49rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #d2d7d9;
}

.inner_s3 .dtl_page .ll{
    width: 78%;
}
.inner_s3 .dtl_page p{
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    transition: .5s;
}
.inner_s3 .dtl_page p:hover{
    color: #4286c7;
}

/*share*/
@font-face{font-family:"socialshare";src:url("../fonts/iconfont.eot");src:url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("../fonts/iconfont.woff") format("woff"),url("../fonts/iconfont.ttf") format("truetype"),url("../fonts/iconfont.svg#iconfont") format("svg")}.social-share{}.social-share *{font-family:"socialshare" !important}.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{position:relative;text-decoration:none;margin: 4px .06rem;display:inline-block;outline:none;}.social-share .social-share-icon{position:relative;display:inline-block;width: .42rem;height: .42rem;font-size: .22rem;border-radius: 50%;line-height: .4rem;border:1px solid #666;color:#666;text-align:center;vertical-align:middle;transition:background 0.6s ease-out 0s;}.social-share .social-share-icon:hover{background:#666;color:#fff}.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7}.social-share .icon-qq:hover{background:#56b6e7}.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}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-92px;width:200px;height:192px;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}.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:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}

#share-2{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .36rem;
    color: #313134;
}

#share-2 .icon-wechat .wechat-qrcode .help p{
    font-size: .12rem;
    display: block;
}
#share-2 .icon-wechat .wechat-qrcode .qrcode *{
    display: block;
    width: 100%;
}
#share-2 .social-share-icon{
    width: .25rem;
    height: .25rem;
    font-size: 0 !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: no-repeat 50%/100% 100%;
    border: none !important;
    color: #fff !important;
    margin: 0 .1rem !important;
    border-radius: 0 !important;

}
#share-2 .icon-qzone{
    background-image: url("../images/others/img-16.png") !important;
}
#share-2 .icon-weibo{
    background-image: url("../images/others/img-17.png") !important;
    background-size:100% auto  !important;
}
#share-2 .icon-tencent{
    background-image: url("../images/others/img-18.png") !important;
}
#share-2 .icon-wechat{
    background-image: url("../images/others/img-19.png") !important;
}

.inner_s3{
    margin-top: .58rem;
}
/*inner_s4*/

.inner_s4 .list02 li a{
    display: flex;
    justify-content: space-between;
}

.inner_s4 .list02 li .rr{
    width: 2.1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
    border-radius: .2rem;
    padding: .4rem 0;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}

.inner_s4 .list02 li time{
    display: block;
    width: 1.05rem;
    position: relative;
    z-index: 2;
}

.inner_s4 .list02 li time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    color: #4286c7;
}
.inner_s4 .list02 li time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    color: #666666;
    margin-top: .05rem;
    padding-top: .07rem;
    border-top: 1px solid #c1c7cb;
}
.inner_s4 .list02 li time:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 1.3rem;
    height: 1.02rem;
    background: url("../images/others/img-22.png") no-repeat 50%/100% 100%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.inner_s4 .list02 li .rr h5{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    color: #fff;
    line-height: .27rem;
}
.inner_s4 .list02 li .rr h5 img{
    display: block;
    width: .27rem;
    margin-left: .1rem;
}
.inner_s4 .list02 li .rr .box{
    display: none;
}

.inner_s4 .list02 li .ll{
    width: calc(100% - 2.1rem);
    background: #fff no-repeat left center/100% 100%;
    border-radius: .2rem;
    position: relative;
    padding: .26rem .68rem .13rem .4rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
    transition: .5s;
}
.inner_s4 .list02 li .ll:after{
    position: absolute;
    content: '';
    left: 100%;
    top: .19rem;
    bottom: .19rem;
    width: 1px;
    border-right: 1px dashed #c8cbcd;
}
.inner_s4 .list02 li .ll h5{
    width: 1.37rem;
    height: .44rem;
    background: url('../images/others/img-23.png') no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-family: 'ran';
    font-size: .2rem;
    line-height: .44rem;
    text-align: center;
    padding-left: .1rem;
    display: block;
    margin-bottom: .17rem;
    transition: .5s;
}
.inner_s4 .list02 li .ll h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
    margin-bottom: .19rem;
}

.inner_s4 .list02 li .ll p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
    height: .68rem;
}
.inner_s4 .list02 li .ll .para{
    display: none;
}
.inner_s4 .list02 li.active .ll{
    background-image: url("../images/others/img-24.png") ;
}
.inner_s4 .list02 li.active .ll h5{
    background-image: url("../images/others/img-25.png") ;
}
.inner_s4 .list02 li.active .ll h3{
    color: #4286c7;
    font-weight: bold;
}
.inner_s4 .list02 li.active .rr{
    background: #4286c7;
}
.inner_s4 .list02 li.active time span{
    color: #fff;
}
.inner_s4 .list02 li.active time em{
    color: #fff;
    border-color: rgba(255, 255, 255, 0.05);
}
.inner_s4 .list02 li.active time:after{
    background-image: url("../images/others/img-26.png") ;
}
.inner_s4 .list02 li:not(:first-child){
    margin-top: .3rem;
}

.inner_s4 .list02{
    margin-top: .7rem;
}


/*inner_s5*/

.inner_s5 .list03 .img img{
    display: block;
    width: 1.81rem;
    margin: 0 auto;
}
.inner_s5 .list03 ul{
    position: relative;
    padding: .76rem .5rem .32rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s5 .list03 ul:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #7dacd7;
}
.inner_s5 .list03 li{
    width: 50%;
}

.inner_s5 .list03 li time{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s5 .list03 li time span{
    display: block;
    font-size: .36rem;
    line-height: .6rem;
    color: #4286c7;
    font-family: "misans",sans-serif;
    flex-shrink: 0;
    margin-left: .2rem;
}

.inner_s5 .list03 li time i{
    flex: 1;
    height: 1px;
    background: #4286c7;
}
.inner_s5 .list03 li time:before{
    position: absolute;
    content: '';
    width: .97rem;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eff4f6 url("../images/others/img-28.png") no-repeat 50%/100% 100%;
}
.inner_s5 .list03 li h4{
    margin-top: .1rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
}
.inner_s5 .list03 li .txt p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    opacity: .8;
}
.inner_s5 .list03 li .txt{
    margin-top: .13rem;
}
.inner_s5 .list03 li:nth-child(2n+1){
    margin-top: .36rem;
}
.inner_s5 .list03 li:nth-child(2n+1) .con{
    padding-right: .9rem;
    text-align: right;
}
.inner_s5 .list03 li:nth-child(2n+1) time:before{
    left: calc(100% + .25rem);
}
.inner_s5 .list03 li:nth-child(2n){
    margin-top: 1.26rem;
}
.inner_s5 .list03 li:nth-child(2n) .con{
    padding-left: .9rem;
}
.inner_s5 .list03 li:nth-child(2n) time{
    flex-direction: row-reverse;
}
.inner_s5 .list03 li:nth-child(2n) time span{
    margin-left: 0;
    margin-right: .2rem;
}
.inner_s5 .list03 li:nth-child(2n) time:before{
    right: calc(100% + .25rem);
    background-image: url("../images/others/img-29.png");
}
.inner_s5 .list03 li:nth-child(1){
    margin-top: 0;
}
.inner_s5 .list03 li:nth-child(2){
    margin-top: .9rem;
}
.inner_s5 .list03{
    margin-top: .71rem;
}
/*inner_s6*/
.inner_s6 .item .item_tit{
    margin-bottom: .09rem;
    display: flex;
    align-items: center;
    font-size: .24rem;
    line-height: .54rem;
    color: #2b2c2e;
    font-family: "SourceHanSansCN-Medium",sans-serif;
}
.inner_s6 .item .item_tit img{
    display: block;
    width: .54rem;
    margin-right: .17rem;
}

.inner_s6 .item .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s6 .item .item_ul li{
    width: 21.28%;
    margin: .16rem 0 0 4.96%;
    position: relative;
    border-bottom: 1px solid #d7dbdc;
}
.inner_s6 .item .item_ul li:nth-child(-n+4){
    margin-top: 0;
}
.inner_s6 .item .item_ul li:nth-child(4n+1){
    margin-left: 0;
}
.inner_s6 .item .item_ul li a{
    font-size: .18rem;
    line-height: .46rem;
    color: #333333;
    padding-right: .2rem;
    transition: .5s;
}
.inner_s6 .item .item_ul li:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .1rem;
    height: .1rem;
    background: url("../images/others/img-35.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
    transition: .5s;
}
.inner_s6 .item .item_ul li:before{
    position: absolute;
    content: '';
    right: 0;
    width: 0;
    bottom: -1px;
    height: 1px;
    background: #4286c7;
    transition: .5s;
}
.inner_s6 .item .item_ul li:hover:before{
    left: 0;
    width: 100%;
}
.inner_s6 .item .item_ul li:hover a{
    color: #4286c7;
    font-weight: bold;
}
.inner_s6 .item .item_ul li:hover:after{
    background-image: url("../images/others/img-36.png");
}
.inner_s6 .item_ul{
    padding-left: .7rem;
}
.inner_s6 .item:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.06rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,#e17967 0%,transparent 100%);
    border-radius: .2rem;
    z-index: -1;
}
.inner_s6 .item .box{
    z-index: 2;
    position: relative;
    padding: .23rem 1rem .4rem .3rem;
    background: #fff;
    border-radius: .1rem 0 .2rem .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}
.inner_s6 .item{
    margin-top: .6rem;
    position: relative;
}

.inner_s6 .item2:before{
    background: linear-gradient(90deg,#834798 0%,transparent 100%);
}
.inner_s6 .item3:before{
    background: linear-gradient(90deg,#78deaf 0%,transparent 100%);
}
.inner_s6 .item4:before{
    background: linear-gradient(90deg,#4286c7 0%,transparent 100%);
}
.inner_s6 .item5:before{
    background: linear-gradient(90deg,#fee29f 0%,transparent 100%);
}

/*inner_s7*/

.inner_s7 .map_box{
    position: relative;
    margin-left: 1rem;
    background: #fff;
    padding: .2rem;
    border-radius: .1rem .2rem .2rem .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}
.inner_s7 .map_box .li img{
    display: block;
    width: 100%;
    max-height: 3.04rem;
    object-fit: cover;
}
.inner_s7 .map_box .li{
    display: none;
}
.inner_s7 .map_box .li.active{
    display: block;
}
.inner_s7 .map_box:after{
    position: absolute;
    content: '';
    left: 0;
    top: -.06rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,#834798 0%,transparent 100%);
    border-radius: .2rem;
    z-index: -1;
}

.inner_s7 .txt_box .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s7 .txt_box .tit span{
    display: block;
    width: .57rem;
    height: .24rem;
    margin-right: .1rem;
    background: url("../images/others/img-38.png") no-repeat 50%/100% 100%;
    flex-shrink: 0;
    transition: .5s;
}
.inner_s7 .txt_box .tit h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    margin-right: .12rem;
    flex-shrink: 0;
}
.inner_s7 .txt_box .tit i{
    flex: 1;
    height: 1px;
    background: #4286c7;
    transition: .5s;
}
.inner_s7 .txt_box .txt h5{
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
    padding-left: .19rem;
    background: url("../images/others/img-40.png") no-repeat left center/.1rem;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.inner_s7 .txt_box .txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #555555;
    padding-left: .19rem;
}
.inner_s7 .txt_box .txt li:not(:first-child){
    margin-top: .34rem;
}
.inner_s7 .txt_box .txt{
    display: none;
    padding: .19rem .68rem .05rem;
}
.inner_s7 .txt_box .li{
    margin-top: .45rem;
    cursor: pointer;
}
.inner_s7 .txt_box .li:first-child{
    margin-top: 0;
}
.inner_s7 .txt_box .li.active .tit span{
    background-image: url("../images/others/img-39.png");
}
.inner_s7 .txt_box .li.active .tit i{
    background: #834798;
}

.inner_s7 .txt_box{
    margin: -2.78rem 1rem 0 0;
    padding: 3.35rem 1rem .89rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: .1rem .2rem .2rem .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.05);
}
.inner_s7{
    margin-top: .6rem;
}

/*inner_s8*/

.inner_s8 .img-box img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.inner_s8 .txt_box{
    margin-top: 1.23rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: url("../images/others/img-43.png") no-repeat right center/auto 100%;
    border-radius: .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
    overflow: hidden;
}

.inner_s8 .txt_box .li img{
    display: block;
    width: 100%;
    height: 2.41rem;
    object-fit: cover;
    border-radius: .2rem;
}
.inner_s8 .txt_box .li1{
    width: 32.625%;
}
.inner_s8 .txt_box .li2{
    width: 29.75%;
    position: relative;
    padding-left: 5.875%;
    border-right: 1px dashed #c8c9c9;
}
.inner_s8 .txt_box .li3{
    width: 37.625%;
    padding-left: 9%;
}
.inner_s8 .txt_box .li h4{
    font-size: .3rem;
    line-height: .4rem;
    color: #4286c7;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.inner_s8 .txt_box .li i{
    display: block;
    width: .44rem;
    height: .03rem;
    background: #4286c7;
    margin: .16rem 0 .2rem;
}
.inner_s8 .txt_box .li h6{
    font-size: .2rem;
    line-height: .34rem;
    color: #555555;
}
.inner_s8{
    margin-top: .77rem;
}
/*inner_s9*/
.inner_s9 .item_tit{
    display: flex;
    background-image: linear-gradient(90deg, rgba(102, 102, 102, 0.2) 0%, rgba(102, 102, 102, 0.2) 100%);
    background-size: auto 1px;
    background-position: bottom center;
    background-repeat: repeat-x;
}
.inner_s9 .item_tit h4 img{
    display: block;
    width: .29rem;
    margin-right: .1rem;
}
.inner_s9 .item_tit h4{
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #fff;
    line-height: .55rem;
    background: #4286c7;
    padding: 0 .4rem 0;
    min-width: 2rem;
    border-radius: 0 .5rem .5rem 0;
}
.inner_s9 .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s9 .item_ul li{
    width: 18.5%;
    position: relative;
    margin: .3rem 0 0 1.875%;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
}
.inner_s9 .item_ul li:nth-child(-n+5){
    margin-top: 0;
}
.inner_s9 .item_ul li:nth-child(5n+1){
    margin-left: 0;
}
.inner_s9 .item_ul li a{
    display: block;
    position: relative;
    z-index: 2;
    font-size: .18rem;
    line-height: .48rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.inner_s9 .item_ul li:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid #d7dbdc;
    border-radius: .5rem;
}
.inner_s9 .item_ul li:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    background: #834798;
    transition: .5s;
}
.inner_s9 .item_ul li:hover:after{
    left: 0;
    width: 100%;
}
.inner_s9 .item_ul li:hover a{
    color: #fff;
}
.inner_s9 .item_ul{
    margin-top: .4rem;
}
.inner_s9 .item:not(:first-child){
    margin-top: .7rem;
}
.inner_s9{
    margin-top: .69rem;
}
/*inner_s10*/

.inner_s10 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s10 li{
    width: 30.75%;
    margin: .62rem 0 0 3.875%;
}
.inner_s10 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s10 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s10 li a{
    display: block;
}
.inner_s10 li h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #333333;
    height: .68rem;
    transition: .5s;
    font-weight: bold;
}
.inner_s10 li p{
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    height: .9rem;
    margin-top: .19rem;
}
.inner_s10 li .top:after{
    position: absolute;
    content: '';
    left: .09rem;
    right: .09rem;
    top: 100%;
    height: 1px;
    border-top: 1px dashed rgba(102, 102, 102, 0.3);
    transition: .5s;
}
.inner_s10 li .top{
    position: relative;
    padding: .42rem .38rem .35rem;
    background: #ffffff;
    border-radius: .1rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}
.inner_s10 li time span{
    display: block;
    font-size: .34rem;
    line-height: 1;
    color: #4286c7;
    font-family: "misans",sans-serif;
    transition: .5s;
}
.inner_s10 li time em{
    display: block;
    font-size: .18rem;
    line-height: 1;
    margin-top: .05rem;
    color: #666666;
    transition: .5s;
}
.inner_s10 li h6{
    font-size: .18rem;
    line-height: 1;
    color: #4286c7;
    padding-right: .18rem;
    background: url("../images/others/img-52.png") no-repeat right center/.08rem auto;
    transition: .5s;
}
.inner_s10 li .bot{
    padding: 0 .38rem;
    height: 1.02rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../images/others/img-54.png") no-repeat 50%/cover;
    border-radius: .1rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
    transition: .5s;
}
.inner_s10 li:hover h3{
    color: #4286c7;
}
.inner_s10 li:hover .top:after{
    border-color: rgba(255, 255, 255, 0.2);
}
.inner_s10 li:hover .bot{
    background-image: url("../images/others/img-55.png");
}
.inner_s10 li:hover time span,
.inner_s10 li:hover time em{
    color: #fff;
}
.inner_s10 li:hover h6{
    color: #fff;
    background-image: url("../images/others/img-53.png");
}
.inner_s10{
    margin-top: .7rem;
}
/*inner_s11*/

.inner_s11{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s11 .dtl2_l{
    width: 73.75%;
    padding: .52rem .5rem .85rem;
    background: linear-gradient(45deg,transparent 0%,#fff 100%);
    border-radius: .4rem;
}
.inner_s11 .dtl2_tit h1{
    font-size: .36rem;
    line-height: 1.5em;
    color: #222222;
    text-align: center;
}
.inner_s11 .dtl2_tit .cont .li{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #999999;
    margin: 0 .1rem;
}
.inner_s11 .dtl2_tit .cont .li span{
    color: #4286c7;
}

.inner_s11 .dtl2_tit .cont{
    margin-top: .2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inner_s11 .dtl2_tit{
    padding-bottom: .15rem;
    margin-bottom: .65rem;
    border-bottom: 2px solid rgba(102, 102, 102, 0.2);
}
.inner_s11 .dtl2_txt p{
    font-size: .18rem;
    line-height: .34rem;
    color: #555555;
    text-indent: 2em;
    margin-top: .34rem;
}
.inner_s11 .dtl2_txt p:first-child{
    margin-top: 0;
}
.inner_s11 .dtl2_txt p img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}
.inner_s11 .dtl2_page p{
    font-size: .18rem;
    line-height: 2;
    color: #333333;
    transition: .5s;
}
.inner_s11 .dtl2_page p:hover{
    color: #4286c7;
}
.inner_s11 .dtl2_page{
    margin-top: .78rem;
    padding: .48rem .3rem 0;
    border-top: .03rem solid rgba(102, 102, 102, 0.2);
}
.inner_s11 .dtl2_r{
    width: 22.5%;
    margin-top: .23rem;
}
.inner_s11 .dtl2_r .tit img{
    display: block;
    width: .2rem;
    margin-right: .1rem;
}
.inner_s11 .dtl2_r .tit{
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #4286c7;
    line-height: .76rem;
    border-bottom: 2px solid #4286c7;
}

.inner_s11 .dtl2_r ul li a{
    display: block;
}
.inner_s11 .dtl2_r li time{
    display: block;
    font-size: .16rem;
    line-height: .36rem;
    color: #fff;
    font-family: Arial,sans-serif;
    padding-left: .44rem;
    width: 1.35rem;
    background: url("../images/others/img-57.png") no-repeat left center/auto 100%;
    transition: .5s;
}
.inner_s11 .dtl2_r li h4{
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    padding-left: .46rem;
    margin-top: .14rem;
    transition: .5s;
}
.inner_s11 .dtl2_r li{
    margin-top: .33rem;
}
.inner_s11 .dtl2_r li:first-child{
    margin-top: 0;
}
.inner_s11 .dtl2_r li:hover time{
    background-image: url("../images/others/img-58.png");
}
.inner_s11 .dtl2_r li:hover h4{
    color: #4286c7;
    font-weight: bold;
}
.inner_s11 .dtl2_r ul:before{
    position: absolute;
    content: '';
    top: .1rem;
    bottom: 1rem;
    left: .15rem;
    border-left: 1px dashed rgba(102, 102, 102, 0.3);
    z-index: -1;
}
.inner_s11 .dtl2_r ul{
    margin-top: .4rem;
    position: relative;
}
.inner_s11{
    margin-top: .6rem;
}
/*inner_s12*/

.inner_s12 .item1 .top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.inner_s12 .item1 .top .li{
    width: 32%;
    max-width: 2.6rem;
    margin: 0 .05rem;
    background: #fff;
    border: 1px solid #d7dbdc;
    border-radius: .06rem;
    overflow: hidden;
    transition: .5s;
}
.inner_s12 .item1 .top .li label{
    display: block;
    width: 100%;
}
.inner_s12 .item1 .top .li select{
    display: block;
    width: 100%;
    height: .46rem;
    outline: none;
    border: none;
    font-size: .18rem;
    line-height: .46rem;
    color: #666666;
    padding: 0 .18rem;
}
.inner_s12 .item1 .top .li button{
    display: block;
    width: 100%;
    height: .48rem;
    font-size: .18rem;
    line-height: .48rem;
    color: #fff;
    text-align: center;
    background: #4286c7;
    border-radius: .06rem;
    cursor: pointer;
    transition: .5s;
}
.inner_s12 .item1 .top .li:last-child{
    max-width: 1.96rem;
    border: none;
    background: none;
}

.inner_s12 .item1 .top .li button:hover{
    background: #834798;
}
.inner_s12 .item1 .top .li:has(select:focus){
    border-color: #4286c7;
}
.inner_s12 .item1 .bot{
    margin-top: .3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s12 .item1 .bot .ll{
    width: 1.5rem;
}
.inner_s12 .item1 .bot .ll p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
}
.inner_s12 .item1 .bot .rr{
    width: calc(100% - 1.5rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s12 .item1 .bot .rr span{
    display: block;
    font-size: .16rem;
    line-height: .34rem;
    color: #666666;
    padding: 0 .18rem;
    cursor: pointer;
    border-radius: .06rem;
    transition: .5s;
}
.inner_s12 .item1 .bot .rr span:hover,
.inner_s12 .item1 .bot .rr span.active{
    background: #834798;
    color: #fff;
}

.inner_s12 .item1{
    padding-bottom: .29rem;
    border-bottom: .02rem solid rgba(102, 102, 102, 0.2);
}
.inner_s12 .item2 .item_tit{
    display: flex;
    align-items: center;
    position: relative;
    margin-left: -.96rem;
}
.inner_s12 .item2 .item_tit span{
    position: relative;
    z-index: 2;
    display: block;
    font-size: .24rem;
    line-height: .48rem;
    color: #fff;
    width: .74rem;
    padding: 0 .09rem 0 .12rem;
    background: url("../images/others/img-59.png") no-repeat 50%/100% 100%;
    text-align: center;
}
.inner_s12 .item2 .item_tit p{
    margin-left: -.3rem;
    min-width: 4.22rem;
    font-size: .22rem;
    line-height: .42rem;
    color: #fff;
    padding: 0 0 0 .43rem;
    background: linear-gradient(90deg,#4286c7 0%,transparent 100%);
    border-radius: .5rem 0 0 .5rem;
}
.inner_s12 .item2 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s12 .item2 ul li{
    width: 30.81%;
    margin: .5rem 0 0 3.785%;
}
.inner_s12 .item2 ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s12 .item2 ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s12 .item2 ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner_s12 .item2 ul li .img{
    width: 2rem;
    height: 2.4rem;
    border-radius: .1rem;
}
.inner_s12 .item2 ul li .txt{
    width: calc(100% - 2.29rem);
    margin-top: .53rem;
}
.inner_s12 .item2 ul li h4{
    font-size: .32rem;
    line-height: .4rem;
    color: #333333;
    transition: .5s;
font-family: "Microsoft YaHei","NSimSun", "SimSun", "宋体", serif;
    /*font-weight: bold;*/
}
.inner_s12 .item2 ul li h5{
    margin-top: .17rem;
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
}
.inner_s12 .item2 ul li i{
    display: block;
    height: 1px;
    background: #4286c7;
    margin: .15rem 0 .12rem;
}
.inner_s12 .item2 ul li h6{
    display: block;
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
    padding-left: .3rem;
    background: no-repeat left center;
}
.inner_s12 .item2 ul li .h61{
    background-image: url("../images/others/img-61.png");
    background-size: .18rem;
}
.inner_s12 .item2 ul li .h62{
    background-image: url("../images/others/img-62.png");
    background-size: .19rem;
}
.inner_s12 .item2 ul li:hover h4{
    color: #4286c7;
}
.inner_s12 .item2 .item_ul{
    margin-top: .37rem;
}
.inner_s12 .item2:after{
    position: absolute;
    content: '';
    left: -.24rem;
    top: -.24rem;
    right: -.24rem;
    bottom: -.24rem;
    background: url("../images/others/img-63.png") no-repeat 50%/100% 100%;
    z-index: -1;
}
.inner_s12 .item2{
    position: relative;
    margin-top: .66rem;
    padding: .3rem .6rem 1.04rem;
}
/*inner_s13*/


.inner_s13 .item1 .img{
    width: 2.2rem;
    height: 2.72rem;
    border-radius: .1rem;
}
.inner_s13 .item1 .txt{
    width: calc(100% - 2.7rem);
    margin-top: .48rem;
}
.inner_s13 .item1 h4{
    font-size: .36rem;
    line-height: .4rem;
    color: #333333;
}
.inner_s13 .item1 i:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .98rem;
    height: .03rem;
    background: #4286c7;
    transform: translateY(-50%);
}
.inner_s13 .item1 i{
    margin-top: .35rem;
    display: block;
    height: 1px;
    position: relative;
    background: rgba(102, 102, 102, 0.2);
}
.inner_s13 .item1 .info{
    margin-top: .22rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s13 .item1 .info .ll,
.inner_s13 .item1 .info .rr{
    width: 49%;
}
.inner_s13 .item1 .info p{
    font-size: .18rem;
    line-height: .34rem;
    color: #333;
}
.inner_s13 .item1 .info h5{
    font-size: .16rem;
    line-height: .34rem;
    color: #333;
    padding-left: .3rem;
    background: no-repeat left center;
}
.inner_s13 .item1 .info .h51{
    background-image: url("../images/others/img-61.png");
    background-size: .18rem;
}
.inner_s13 .item1 .info .h52{
    background-image: url("../images/others/img-62.png");
    background-size: .19rem;
}
.inner_s13 .item1 .info .h53{
    background-image: url("../images/others/img-62.png");
    background-size: .19rem;
}
.inner_s13 .item1 .con{
    background: #fff;
    padding: .3rem .6rem .4rem .5rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: .1rem .2rem .2rem .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}

.inner_s13 .item1{
    position: relative;
    padding: .06rem 0 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg,#4286c7 0%,transparent 100%);
    border-radius: .2rem ;
}
.inner_s13 .item2 .tit img{
    display: block;
    width: .57rem;
    margin-right: .1rem;
}
.inner_s13 .item2 .tit h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
}
.inner_s13 .item2 .tit{
    display: flex;
    align-items: center;
}

.inner_s13 .item2 .txt p{
    font-size: .18rem !important;
    line-height: .34rem !important;
    color: #555555 !important;
}
.inner_s13 .item2 .txt{
    padding: .22rem 0 .22rem .68rem;

}
.inner_s13 .item2 .txt .para{
    overflow: hidden;
    transition: .5s;
}
.inner_s13 .item2 .li_btn span{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .24rem;
    color: #4286c7;
    margin-left: .1rem;
    flex-shrink: 0;
    cursor: pointer;
}
.inner_s13 .item2 .li_btn span img{
    display: block;
    width: .14rem;
    margin-left: .1rem;
}
.inner_s13 .item2 .li_btn i{
    flex:1;
    height: .02rem;
    background: #d7dbdc;
    opacity: .5;
}
.inner_s13 .item2 .li.active .li_btn span.open,
.inner_s13 .item2 .li_btn span.close{
    display: none;
}
.inner_s13 .item2 .li.active .li_btn span.close{
    display: flex;
}

.inner_s13 .item2 .li_btn{
    margin-top: .39rem;
    padding-left: .68rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s13 .item2 .li1 .txt .para{
    height: 1.02rem;
}
.inner_s13 .item2 .li2 .txt .para{
    height: .68rem;
}
.inner_s13 .item2 .li3 .txt .para{
    height: 4.42rem;
height: 2.72rem;
}
.inner_s13 .item2 .li4 .txt .para{
    height: 2.72rem;
}
.inner_s13 .item2 .li3 .txt p:not(:first-child){
    margin-top: .34rem;
}
.inner_s13 .item2 .li4 .txt p{
    padding-left: .2rem;
    background: url("../images/others/img-69.png") no-repeat left center/.1rem;
}
.inner_s13 .item2 .li.active .txt .para{
    height: auto !important;
}
.inner_s13 .item2 .li{
    margin-top: .46rem;
    padding: 0 .6rem 0 .5rem;
}
.inner_s13 .item2 .li:first-child{
    margin-top: 0
}
.inner_s13 .item2{
    margin-top: .74rem;
}
.inner_s13{
    margin-top: .6rem;
}
/*inner_s14*/

.inner_s14 .item .item_tit{
    margin-bottom: .09rem;
    display: flex;
    align-items: center;
    font-size: .24rem;
    line-height: .54rem;
    color: #2b2c2e;
    font-family: "SourceHanSansCN-Medium",sans-serif;
}
.inner_s14 .item .item_tit img{
    display: block;
    width: .54rem;
    margin-right: .17rem;
}

.inner_s14 .item .item_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s14 .item .item_ul li{
    width: 30.35%;
    margin: .16rem 0 0 4.475%;
    position: relative;
    border-bottom: 1px solid #d7dbdc;
}
.inner_s14 .item .item_ul li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s14 .item .item_ul li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s14 .item .item_ul li a{
    font-size: .18rem;
    line-height: .46rem;
    color: #333333;
    padding-right: .2rem;
    transition: .5s;
}
.inner_s14 .item .item_ul li:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .1rem;
    height: .1rem;
    background: url("../images/others/img-35.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
    transition: .5s;
}
.inner_s14 .item .item_ul li:before{
    position: absolute;
    content: '';
    right: 0;
    width: 0;
    bottom: -1px;
    height: 1px;
    background: #4286c7;
    transition: .5s;
}
.inner_s14 .item .item_ul li:hover:before{
    left: 0;
    width: 100%;
}
.inner_s14 .item .item_ul li:hover a{
    color: #4286c7;
    font-weight: bold;
}
.inner_s14 .item .item_ul li:hover:after{
    background-image: url("../images/others/img-36.png");
}
.inner_s14 .item_ul{
    padding-left: .7rem;
}
.inner_s14 .item:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.06rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,#e17967 0%,transparent 100%);
    border-radius: .2rem;
    z-index: -1;
}
.inner_s14 .item .box{
    position: relative;
    z-index: 2;
    padding: .23rem 1rem .4rem .3rem;
    background: #fff;
    border-radius: .1rem 0 .2rem .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}
.inner_s14 .item{
    margin-top: .6rem;
    position: relative;
}
.inner_s14 .item2:before{
    background: linear-gradient(90deg,#834798 0%,transparent 100%);
}
.inner_s14 .item3:before{
    background: linear-gradient(90deg,#78deaf 0%,transparent 100%);
}
.inner_s14 .item4:before{
    background: linear-gradient(90deg,#5dc5e3 0%,transparent 100%);
}
.inner_s14 .item5:before{
    background: linear-gradient(90deg,#4286c7 0%,transparent 100%);
}
.inner_s14 .item6:before{
    background: linear-gradient(90deg,#fee29f 0%,transparent 100%);
}

/*inner_s15*/


.inner_s15 .block1 .img{
    width: 8rem;
    height: 5.18rem;
    border-radius: .1rem;
}
.inner_s15 .block1 .txt h4 span{
    color: #4286c7;
}
.inner_s15 .block1 .txt h4{
    font-size: .36rem;
    line-height: .4rem;
    color: #222222;
    display: flex;
}
.inner_s15 .block1 .txt .para{
    margin-top: .29rem;
    font-size: .18rem;
    line-height: .26rem;
    color: #555555;
    height: 1.3rem;
    overflow: hidden;
}
.inner_s15 .block1 .txt .para *{
    font-size: .18rem !important;
    line-height: .26rem !important;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    word-break: break-all;
}
.inner_s15 .more a img{
    display: block;
    width: .26rem;
    margin-left: .09rem;
    transition: .5s;
}
.inner_s15 .more a{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .26rem;
    color: #4286c7;
}
.inner_s15 .block1 .txt .more{
    margin-top: .36rem;
}
.inner_s15 .more:hover img{
    transform: rotate(45deg);
}
.inner_s15 .block1 .txt{
    position: absolute;
    top: 50%;
    right: 0;
    width: 8.62rem;
    height: 3.72rem;
    transform: translateY(-50%);
    z-index: 3;
    padding: .57rem .55rem .48rem .7rem;
    background: url("../images/others/img-78.png") no-repeat 50%/100% 100%;
    border-radius: .2rem;
    box-shadow: 0 0 .1rem rgba(66, 134, 199, 0.18);
}
.inner_s15 .block1{
    position: relative;
    margin-top: .89rem;
}
.inner_s15 .title{
    margin-bottom: 0.46rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s15 .title h4{
    font-size: .36rem;
    line-height: .4rem;
    color: #222222;
    display: flex;
}
.inner_s15 .title h4 span{
    color: #4286c7;
}
.inner_s15 .title .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inner_s15 .slide_hg a{
    display: block;
}
.inner_s15 .slide_hg a .img{
    height: 3.6rem;
    border-radius: .1rem;
}

.inner_s15 .slide_hg a .img .name {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 1.37rem;
    height: .44rem;
    background: url(../images/others/img-79.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    line-height: .44rem;
    text-align: center;
    padding-left: .1rem;
    font-size: .24rem;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.inner_s15 .slide_hg a .show h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #4286c7;
    font-weight: bold;
    text-align: center;
}
.inner_s15 .slide_hg a .show h5{
    font-size: .2rem;
    line-height: .3rem;
    color: #666666;
    text-align: center;
    margin-top: .04rem;
}
.inner_s15 .slide_hg a .show{
    padding-top: .17rem;
}
.inner_s15 .slide_hg .hide h5{
    font-size: .2rem;
    line-height: .3rem;
    color: #834798;
}
.inner_s15 .slide_hg .hide p{
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
    height: .6rem;
    margin-top: .04rem;
}

.inner_s15 .slide_hg .hide{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.5rem;
    z-index: 3;
    padding: .14rem .3rem .24rem;
    background: #fff;
    border-radius: 0 0 .1rem .1rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}


.inner_s15 .slide_hg .btn_box{
    margin-top: .32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s15 .slide_hg .btn_box .swiBtn {
    width: 1.22rem;
    border-radius: .1rem;
    border: 2px solid #c6cad1;
    line-height: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .15rem;
    position: relative;
}

.inner_s15 .slide_hg .btn_box .swiBtn:before {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    top: 0
}

.inner_s15 .slide_hg .btn_box .swiBtn:after {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    bottom: 0
}
.inner_s15 .slide_hg .btn_box .swiBtn a {
    width: 50%;
    text-align: center;
}
.inner_s15 .slide_hg .btn_box .swiBtn a.swiper-button-disabled {
    opacity: .3;
}
.inner_s15 .slide_hg .btn_box .swiBtn a:before {
    display: block;
    transition: .3s
}
.inner_s15 .slide_hg .btn_box .swiDots {
    flex: 1;
    overflow: hidden;
    margin-left: .4rem;
    background: rgba(102, 102, 102, 0.2);
    height: 2px;
    position: relative;
}
.inner_s15 .slide_hg .btn_box .swiDots .swiper-scrollbar-drag {
    background: #4286c7
}
.inner_s15 .slide_hg{
    margin-top: .62rem;
}
.inner_s15 .block2:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: url("../images/others/img-80.png") repeat-x top center/100% auto;
    transform: translateX(-50%);
    z-index: -1;
}
.inner_s15 .block2{
    position: relative;
    padding: .8rem 0 0;
    margin-top: 1.12rem;

}

.inner_s15 .block3 .left{
    width: 46.88%;
}

.inner_s15 .block3 .list{
    margin-bottom: -0.09rem;
}

.inner_s15 .block3 .list li{
    margin-bottom: 0.09rem;
}

.inner_s15 .block3 .list li a {
    padding: .2rem 0;
    padding-right: 0.56rem;
    height: 1.38rem;
    display: flex;
    align-items: center;
}

.inner_s15 .block3 .list li .txt {
    flex: 1;
    overflow: hidden;
    margin-left: .3rem;
}

.inner_s15 .block3 .list li h4 {
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    transition: .5s;
}
.inner_s15 .block3 .list li p{
    margin-top: .08rem;
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    height: .56rem;
}

.inner_s15 .block3 .list li time {
    color: #4286c7;
    width: 1.12rem;
    height: .79rem;
    background: url('../images/others/img-81.png') no-repeat 50%/100% 100%;
    text-align: center;
    font-size: .12rem;
    padding-top: .17rem;
    margin-top: .03rem;
}

.inner_s15 .block3 .list li time span {
    display: block;
    font-size: .3rem;
    font-weight: bold;
    font-family: "misans", sans-serif;
    line-height: 1;
}
.inner_s15 .block3 .list li{
    border-bottom: 1px solid #d7dbdc;
}
.inner_s15 .block3 .list li:hover h4{
    color: #4286c7;
    font-weight: bold;
}

.inner_s15 .block3 .right{
    width: 46.88%;
}
.inner_s15 .slide_pic a{
    display: block;
    border-radius: .2rem;
    overflow: hidden;
}
.inner_s15 .slide_pic .img{
    height: 3.44rem;
}
.inner_s15 .slide_txt li a{
    display: block;
    padding: .33rem .4rem .28rem;
}
.inner_s15 .slide_txt li h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #4286c7;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
}
.inner_s15 .slide_txt li p{
    font-size: .16rem;
    line-height: .28rem;
    color: #333333;
    height: .84rem;
    margin-top: .1rem;
}
.inner_s15 .slide_txt li time{
    width: 1.15rem;
    height: .36rem;
    background: url(../images/others/img-83.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-family: Arial;
    line-height: .36rem;
    text-align: center;
    padding-left: .1rem;
    display: block;
    margin-top: .17rem;
}
.inner_s15 .slide_txt .swiDos{
    position: absolute;
    right: .34rem;
    bottom: .32rem;
    display: flex;
    width: auto;
    z-index: 5
}
.inner_s15 .slide_txt .swiDos span{
    width: .25rem;
    height: .07rem;
    background: #4286c7;
    margin: 0 .06rem;
    opacity: .2;
    border-radius: 50%
}
.inner_s15 .slide_txt .swiDos span.active{
    background: #834798;
    opacity: 1;
}
.inner_s15 .slide_txt{
    position: relative;
    overflow: hidden;
    height: 2.38rem;
    background: url("../images/others/img-84.png") no-repeat 50%/100% 100%;
}
.inner_s15 .block3 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inner_s15 .block_bg:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: url("../images/others/img-80.png") repeat-x top center/100% auto;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
}
.inner_s15 .block_bg{
    position: relative;
}
.inner_s15 .block3{
    margin-top: 1.12rem;
    margin-bottom: 0.72rem;
    padding-top: 1.03rem;
}
.inner_s15 .block4{
    margin-bottom: 0.93rem;
}
.inner_s15 .block4 .title{
    margin-bottom: 0.68rem;
    justify-content: center;
}
.inner_s15 .block4 .list{
    margin: 0 -0.25rem -0.5rem;
    display: flex;
    flex-wrap: wrap;
}
.inner_s15 .block4 .list li{
    padding: 0 0.25rem;
    margin-bottom: 0.5rem;
    width: 33.33%;
    flex-shrink: 0;
}
.inner_s15 .block4 .list .con{
    display: block;
}
.inner_s15 .block4 .list .pic{
    height: 2.82rem;
    position: relative;
}
.inner_s15 .block4 .list .pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner_s15 .block4 .list .text{
    padding: 0.19rem 0.32rem;
    height: 1.5rem;
    background-color: #fff;
}
.inner_s15 .block4 .list time{
    font-size: 0.18rem;
    color: #4286C7;
}
.inner_s15 .block4 .list h4{
    margin-top: 0.11rem;
    font-size: 0.2rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
}
.inner_s15 .block4 .list a:hover{}
.inner_s15 .block4 .list a:hover .pic .a{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner_s15 .block4 .list a:hover h4{
    color: #4286C7;
    font-weight: bold;
}
.inner_s15 .block5{}
.inner_s15 .block5 .title{
    margin-bottom: 1.02rem;
    justify-content: center;
}
.inner_s15 .slide_ms{
    position: relative;
}
.inner_s15 .slide_ms .swiper-container{
    position: relative;
    overflow: visible;
}
.inner_s15 .slide_ms .swiper-slide{
    width: 5.04rem;
}
.inner_s15 .slide_ms .pic{
    height: 7.1rem;
    position: relative;
}
.inner_s15 .slide_ms .pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner_s15 .slide_ms a:hover .pic .a{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner_s15 .slide_ms .btn_box{
    margin-top: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s15 .slide_ms .btn_box .swiBtn {
    width: 1.22rem;
    border-radius: .1rem;
    border: 2px solid #c6cad1;
    line-height: .48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .15rem;
    position: relative;
}
.inner_s15 .slide_ms .btn_box .swiBtn:before {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    top: 0;
}
.inner_s15 .slide_ms .btn_box .swiBtn:after {
    content: '';
    position: absolute;
    left: 50%;
    height: .1rem;
    width: 1px;
    background: #c6cad1;
    bottom: 0;
}
.inner_s15 .slide_ms .btn_box .swiBtn a {
    width: 50%;
    text-align: center;
}
.inner_s15 .slide_ms .btn_box .swiBtn a.swiper-button-disabled {
    opacity: .3;
}
.inner_s15 .slide_ms .btn_box .swiBtn a:before {
    display: block;
    transition: .3s;
}
.inner_s15 .slide_ms .btn_box .swiDots {
    flex: 1;
    overflow: hidden;
    margin-left: .4rem;
    background: rgba(102, 102, 102, 0.2);
    height: 2px;
    position: relative;
}
.inner_s15 .slide_ms .btn_box .swiDots .swiper-scrollbar-drag {
    background: #4286c7;
}
.inner_s15 .block6{
    margin-top: 0.72rem;
    padding-top: 1.06rem;
}
.inner_s15 .block6 .list{
    display: flex;
    flex-wrap: wrap;
}
.inner_s15 .block6 .list li{
    width: 33.33%;
    flex-shrink: 0;
}
.inner_s15 .block6 .list a{
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.inner_s15 .block6 .list .text{
    padding: 0.2rem;
    width: 100%;
    height: 3.22rem;
    background-color: #B6DBFD;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_s15 .block6 .list .text:before{
    content: '';
    margin-left: -0.205rem;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0.41rem;
    height: 0.18rem;
    background: url(../images/others3/srt-arrow1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 10;
}
.inner_s15 .block6 .list .text .icon{
    margin-right: 0.22rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    flex-shrink: 0;
}
.inner_s15 .block6 .list .text .icon:after{
    content: '';
    position: absolute;
    left: 0.05rem;
    top: 0.05rem;
    right: 0.05rem;
    bottom: 0.05rem;
    border: 1px dashed #4286C7;
    border-radius: 50%;
    opacity: .6;
}
.inner_s15 .block6 .list .text .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 60%;
    max-height: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inner_s15 .block6 .list .text h4{
    max-width: calc(100% - 1.22rem);
    font-size: 0.36rem;
    color: #4286C7;
    font-weight: normal;
    line-height: 0.52rem;
    flex-shrink: 0;
}
.inner_s15 .block6 .list .pic{
    height: 3.22rem;
    position: relative;
}
.inner_s15 .block6 .list .pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner_s15 .block6 .list li:nth-child(even){}
.inner_s15 .block6 .list li:nth-child(even) .text{
    order: 2;
}
.inner_s15 .block6 .list li:nth-child(even) .text:before{
    top: auto;
    bottom: 100%;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.inner_s15 .block6 .list li:nth-child(even) .pic{
    order: 1;
}
.inner_s15 .block6 .list a:hover{}
.inner_s15 .block6 .list a:hover .pic .a{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner_s15 .block6 .list .i1{}
.inner_s15 .block6 .list .i1 .text{}
.inner_s15 .block6 .list .i2{}
.inner_s15 .block6 .list .i2 .text{
    background-color: #834798;
}
.inner_s15 .block6 .list .i2 .text:before{
    background-image: url(../images/others3/srt-arrow2.png);
}
.inner_s15 .block6 .list .i2 .icon{}
.inner_s15 .block6 .list .i2 .icon:after{
    border-color: #834798;   
}
.inner_s15 .block6 .list .i2 h4{color: #fff;}
.inner_s15 .block6 .list .i3{}
.inner_s15 .block6 .list .i3 .text{
    background-color: #4286C7;
}
.inner_s15 .block6 .list .i3 .text:before{
    background-image: url(../images/others3/srt-arrow3.png);
}
.inner_s15 .block6 .list .i3 .icon{}
.inner_s15 .block6 .list .i3 .icon:after{
    border-color: #4286C7;   
}
.inner_s15 .block6 .list .i3 h4{color: #fff;}
.inner_s15 .block7{
    margin-top: 1.55rem;
}
.inner_s15 .block7 .list{
    margin: 0 -0.24rem -0.3rem;
    display: flex;
    flex-wrap: wrap;
}
.inner_s15 .block7 .list li{
    padding: 0 0.24rem;
    margin-bottom: 0.3rem;
    width: 33.33%;
    flex-shrink: 0;
}
.inner_s15 .block7 .list a{
    display: block;
    height: 3.28rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inner_s15 .block7 .list .pic{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inner_s15 .block7 .list .pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner_s15 .block7 .list .icon{
    margin: 0 auto 0.18rem;
    width: 0.9rem;
    height: 0.9rem;
    border: 1px dashed rgba(255, 255, 255, .6);
    border-radius: 50%;
    position: relative;
}
.inner_s15 .block7 .list .icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 60%;
    max-height: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inner_s15 .block7 .list h4{
    font-size: 0.36rem;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    line-height: 0.52rem;
}
.inner_s15 .block7 .list a:hover{}
.inner_s15 .block7 .list a:hover .pic .a{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner_s15.v1{}
.inner_s15.v1 .block3{
    margin-top: 0;
    padding-top: 0.97rem;
}
.inner_s15.v1 .block3 .title{
    margin-bottom: 0.13rem;
}
.inner_s15.v1 .block3 .list{
    margin-bottom: 0;
}
.inner_s15.v1 .block3 .list li{
    margin-bottom: 0;
}
@media (min-width: 993px) {
    .inner_s1 .block4 .bot .swiBtn a.prev:hover:before,
    .inner_s15 .block2 .btn_box .swiBtn a.prev:hover:before {
        transform: translateX(-.1rem);
    }

    .inner_s1 .block4 .bot .swiBtn a.next:hover:before,
    .inner_s15 .block2 .btn_box .swiBtn a.next:hover:before{
        transform: translateX(.1rem);
    }
    .inner_s2 .list01 li:hover a{
        transform: scale(1.06);
    }

    .inner_s2 .list01 li:hover a .txt{
        margin-top: 0;
        padding: .3rem .2rem;
        background: #4286c7;
    }
    .inner_s4 .list02 li.active{
        transform: translateX(.3rem);
    }
    .inner_s4 .list02 li{
        transition: .5s;
    }
    .inner_s15 .slide_hg .slide *{
        transition: .5s;
    }
    .inner_s15 .slide_hg .slide{
        align-items: flex-end;
    }
   /* .inner_s15 .slide_hg .swiper-slide-active a{
        transform: translateY(-.2rem) scale(1.07);
    }
    .inner_s15 .slide_hg .swiper-slide-active a .hide{
        opacity: 1;
        visibility: visible;
    }
    .inner_s15 .slide_hg .swiper-slide-active a .img{
        border-radius: .1rem .1rem 0 0 ;
        height: 3.65rem;
    }
    .inner_s15 .slide_hg .swiper-slide-active a .img .name{
        opacity: 1;
        visibility: visible;
    }*/
    .inner_s15 .slide_hg .swiper-container{
        padding: .37rem 0 .54rem;
        height: 5.37rem;
    }

    .inner_s15 .block2 .title{
        justify-content: center;
    }
}

/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #4286c7;
}

#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: #4286c7;
}

#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: #4286c7;
}

@media (max-width: 992px) {
    .header{
        position: sticky;
    }
    .header .logo .img-2{
        display: block;
    }
    .header .logo .img-1{
        display: none;
    }
    .header:after,
    .n_tit{
        display: none;
    }
    #m_n_nav{
        display: block;
    }
    .n_banner .top{
        display: none;
    }
    .inner_box{
        padding: .4rem 0 .6rem;
    }

    .inner_s1 .block1 .right{
        width: 100%;
        padding: 0;
        order: 0;
    }
    .inner_s1 .block1 h4{
        font-size: .44rem;
        line-height: 1.2;
        margin: 0;
    }
    .inner_s1 .block1 h3{
        font-size: .36rem;
        line-height: 1.5;
        margin-top: 0;
    }
    .inner_s1 .block1 .line{
        width: 1rem;
        margin: .2rem 0;
    }
    .inner_s1 .para{
        font-size: .26rem;
        line-height: 1.8;
    }
    .inner_s1 .block1 .left{
        margin-top: .3rem;
        order: 1;
        width: 100%;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .inner_s1 .block1 .left .img1{
        width: 49%;
    }
    .inner_s1 .block1 .left .img1 img{
        height: 100%;
    }
    .inner_s1 .block1 .left .img2{
        position: static;
        width: 49%;
        height: 100%;
    }
    .inner_s1 .block2 li h3{
        font-size: .5rem;
    }
    .inner_s1 .block2 li h4{
        font-size: .24rem;
    }
    .inner_s1 .block2 li{
        padding-left: 0;
        text-align: center;
    }
    .inner_s1 .block2 {
        margin-top: 0.4rem;
    }
    .inner_s1 .block3 .para p:not(:first-child){
        margin-top: .3rem;
    }
    .inner_s1 .block3 {
        margin-top: 0.4rem;
    }
    .inner_s1 .block4 .img-box{
        width: 100%;
        order: 0;
    }
    .inner_s1 .block4 .img-box a img{
        height: 42vw;
    }
    .inner_s1 .block4 .txt{
        width: 100%;
        order: 1;
        padding-bottom: .3rem;
    }
    .inner_s1 .block4 .txt a{
        padding: .3rem;
    }
    .inner_s1 .block4 .txt h3{
        font-size: .3rem;
        line-height: 1.5;
    }
    .inner_s1 .block4 .txt p{
        font-size: .22rem;
        line-height: 1.5;
        height: 4.5em;
        margin-top: .1rem;
height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .inner_s1 .block4 .txt .page{
        position: static;
        text-align: center;
    }
    .inner_s1 .block4 .txt .page span{
        width: .35rem;
        height: .09rem;
        margin: 0 .08rem;
    }
    .inner_s1 .block4 .bot .swiBtn{
        width: 1.5rem;
        line-height: .54rem;
        padding: 0 .1rem;
        position: relative;
    }
    .inner_s1 .block4 .bot {
        margin-top: 0.3rem;
    }
    .inner_s1 .block4{
        margin-top: .4rem;
    }
    .inner_s1 .block5 .top_r{
        width: 100%;
        padding-top: 0;
        margin-top: .3rem;
    }
    .inner_s1 .block5 .top_r h3{
        font-size: .3rem;
        line-height: 1.5;
        margin-bottom: .1rem;
    }
    .inner_s1 .block5 .top_l{
        width: 100%;
    }
    .inner_s1 .block5 .bot_l{
        width: 100%;
        margin-top: .3rem;
        order: 1;
    }
    .inner_s1 .block5 .bot_r{
        width: 100%;
        order: 0;
    }
    .inner_s1 .block5 .bot_r img,
    .inner_s1 .block5 .top_l img{
        max-width: 100%;
        width: auto;
        margin: 0 auto;
    }
    .inner_s1 .block5 .slogan{
        left: 0;
        bottom: 0;

    }
    .inner_s1 .block5{
        margin-top: .6rem;
        padding: .4rem;
        border-radius: .3rem;
    }
    .inner_s1{
        margin-top: 0;
    }
    .inner_s2 .list01 li a .img{
        height: 15.3vw;
    }
    .inner_s2 .list01 li a .txt{
        padding: .2rem;
        margin-top: 0;
    }
    .inner_s2 .list01 li{
        width: 23.5%;
        margin: 0;
    }
    .inner_s2 .list01 ul{
        gap: .3rem 2%;
        margin-top: 0;
    }
    .pagination{
        padding-top: .4rem;
    }
    .inner_s4 .list02 li .ll{
        padding: .3rem;
    }
    .inner_s4 .list02 li .ll h5{
        width: 1.6rem;
        line-height: .5rem;
        margin-bottom: .15rem;
    }
    .inner_s4 .list02 li .ll h4{
        font-size: .26rem;
        line-height: 1.5;
        margin-bottom: .05rem;
    }
    .inner_s4 .list02 li .ll p{
        font-size: .22rem;
        line-height: 1.5em;
        height: 3em;
    }
    .inner_s4 .list02 li .ll .para{
        display: block;
    }
    .inner_s4 .list02 li .rr{
        justify-content: center;
    }
    .inner_s4 .list02{
        margin-top: 0;
    }
    .inner_s3 .dtl_tit h1{
        font-size: .34rem;
        line-height: 1.5;
    }
    .inner_s3 .dtl_tit .cont p,
    .inner_s3 .dtl_tit .cont .oth .num,
    .inner_s3 .dtl_tit .cont .oth .size span{
        font-size: .26rem;
        line-height: 1.5;
        padding: 0;
        margin: 0 .2rem;
    }
    .inner_s3 .dtl_tit .cont .oth .num img{
        width: .28rem;
    }
    .inner_s3 .dtl_tit .cont .oth .size span{
        width: 1.5em;
        height: 1.5em;
    }
    .inner_s3 .dtl_tit .cont .oth .size{
        margin-left: 0;
    }
    .inner_s3 .dtl_tit .cont .oth{
        position: static;
    }
    .inner_s3 .dtl_tit .cont{
        margin-top: .2rem;
    }
    .inner_s3 .dtl_tit{
        padding-bottom: .2rem;
    }
    .inner_s3 .dtl_txt p{
        font-size: .26rem;
        line-height: 1.8;
        margin-top: 1.2em;
    }
    .inner_s3 .dtl_txt{
        margin-top: .3rem;
    }
    .inner_s3 .dtl_page{
        margin-top: .3rem;
        padding-top: .2rem;
    }
    .inner_s3 .dtl_page .ll{
        width: 100%;
    }
    .inner_s3 .dtl_page p{
        font-size: .26rem;
        line-height: 1.8;
    }
    .inner_s3 .dtl_page .rr{
        display: none;
    }
    .inner_s3{
        margin-top: 0;
    }
    .inner_s5 .list03 .img img{
       width: 1.4rem;
        margin: 0 0 0 -.4rem;
    }
    .inner_s5 .list03 ul{
        padding: .4rem 0 0;
    }
    .inner_s5 .list03 li h4{
        font-size: .3rem;
        line-height: 1.5;
    }
    .inner_s5 .list03 li .txt p{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s5 .list03 li time:before{
        width: .7rem;
        background-size: 100% auto;
    }
    .inner_s5 .list03 li time{
        flex-direction: row-reverse;
    }
    .inner_s5 .list03 li time span{
        margin-left: 0;
        margin-right: .2rem;
    }
    .inner_s5 .list03 li time:before{
        left: auto !important;
        right: calc(100% + .25rem) !important;
        background-image: url(../images/others/img-29.png)
    }
    .inner_s5 .list03 li .con{
        padding: 0 0 0 1rem !important;
        text-align: left !important;
    }
    .inner_s5 .list03 li{
        width: 100%;
        margin-top: .4rem;
    }
    .inner_s5 .list03 li:nth-child(2),
    .inner_s5 .list03 li:nth-child(2n){
        margin-top: .4rem;
    }
    .inner_s5 .list03 ul:before{
        left: .3rem;
    }
    .inner_s5 .list03{
        margin-top: 0;
    }
    .inner_s5{
        margin-top: 0;
    }
    .inner_s6 .item .item_tit img{
        width: .4rem;
    }
    .inner_s6 .item .item_tit{
        font-size: .3rem;
        line-height: 1.5;
        margin-bottom: .2rem;
    }
    .inner_s6 .item{

        margin-top: .4rem;
    }
    .inner_s6 .item .box{
        padding: .26rem;
    }
    .inner_s6 .item_ul{
        padding-left: 0;
    }
    .inner_s6 .item .item_ul li a{
        font-size: .24rem;
        line-height: 2.5;
    }
    .inner_s6 .item .item_ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s6 .item .item_ul ul{
        gap: .2rem 2%;
    }
    .inner_s6 .item:first-child{
        margin-top: 0;
    }
    .inner_s7 .map_box{
        margin: 0;
    }
    .inner_s7 .txt_box{
        margin: 0;
        padding: .4rem .2rem;
    }
    .inner_s7 .txt_box .tit h4{
        font-size: .3rem;
        line-height: 1.5;
    }
    .inner_s7 .txt_box .txt{
        padding: .2rem;
    }
    .inner_s7 .txt_box .txt h5,
    .inner_s7 .txt_box .txt p{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s7 .txt_box .txt li:not(:first-child){
        margin-top: .2rem;
    }
    .inner_s7 .txt_box .li{
        margin-top: .3rem;
    }
    .inner_s7{
        margin-top: 0;
    }
    .inner_s8 .txt_box .li2{
        padding-left: 5%;
    }
    .inner_s8 .txt_box .li3{
        padding-left: 5%;
    }
    .inner_s8 .txt_box {
        margin-top: 0.5rem;
    }
    .inner_s8{
        margin-top: 0;
    }
    .inner_s9 .item_ul li a{
        font-size: .24rem;
        line-height: 2.5;
    }
    .inner_s9 .item_ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s9 .item_ul ul{
        gap: .28rem 2%;
    }
    .inner_s9 .item_ul{
        margin-top: .3rem;
    }
    .inner_s9 .item_tit h4{
        font-size: .28rem;
        line-height: 2;
    }
    .inner_s9 .item:not(:first-child){
        margin-top: .4rem;
    }
    .inner_s9{
        margin-top: 0;
    }
    .inner_s10 li .top{
        padding: .26rem;
    }
    .inner_s10 li p{
        font-size: .22rem;
        line-height: 1.5;
        height: 4.5em;
        margin-top: .1rem;
    }
    .inner_s10 li .bot{
        height: 1rem;
        padding: 0 .26rem;
    }
    .inner_s10 li{
        width: 32%;
        margin: 0;
    }
    .inner_s10 ul{
        gap: .28rem 2%;
    }
    .inner_s10{
        margin-top: 0;
    }
    .inner_s11 .dtl2_l{
        width: 100%;
        padding: .28rem;
        border-radius: .2rem;
    }
    .inner_s11 .dtl2_tit h1{
        font-size: .34rem;
        line-height: 1.5;
    }
    .inner_s11 .dtl2_tit .cont .li{
        font-size: .24rem;
        line-height: 1.5;
        padding: 0;
        margin: 0 .1rem;
    }
    .inner_s11 .dtl2_tit .cont{
        margin-top: .1rem;
    }
    .inner_s11 .dtl2_tit{
        padding-bottom: .2rem;
        margin-bottom: .3rem;
    }
    .inner_s11 .dtl2_txt p{
        font-size: .26rem;
        line-height: 1.8;
        margin-top: .8em;
    }
    .inner_s11 .dtl2_page{
        padding: .2rem 0 0;
        margin-top: .3rem;
    }
    .inner_s11 .dtl2_page p{
        font-size: .26rem;
        line-height: 1.8;
    }
    .inner_s11 .dtl2_r{
        width: 100%;
    }
    .inner_s11 .dtl2_r .tit{
        font-size: .3rem;
    }
    .inner_s11 .dtl2_r .tit img{
        width: .28rem;
    }
    .inner_s11 .dtl2_r li time{
        width: 2rem;
        padding-left: .55rem;
        line-height: .46rem;
    }
    .inner_s11 .dtl2_r li h4{
        font-size: .26rem;
        line-height: 1.5;
        height: 3em;
    }
    .inner_s11 .dtl2_r li{
        margin-top: .2rem;
    }
    .inner_s11{
        margin-top: 0;
    }
    .inner_s12 .item1 .top .li select{
        font-size: .26rem;
        height: 2.5em;
        line-height: 2.5em;
    }
    .inner_s12 .item1 .top .li button{
        font-size: .26rem;
        height: 2.5em;
        line-height: 2.5em;
    }
    .inner_s12 .item1 .top .li{
        max-width: none;
    }
    .inner_s12 .item1 .bot .ll{
        width: 100%;
        margin-bottom: .15rem;
    }
    .inner_s12 .item1 .bot .ll p{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s12 .item1 .bot .rr span{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s12 .item1 .bot .rr{
        width: 100%;
        justify-content: flex-start;
        gap: .2rem ;
    }
    .inner_s12 .item1{
        padding-bottom: .2rem;
    }
    .inner_s12 .item2 ul li{
        width: 49%;
        margin: 0;
    }
    .inner_s12 .item2 ul{
        gap: .34rem 2%;
    }
    .inner_s12 .item2 .item_tit{
        margin: 0;
    }
    .inner_s12 .item2 .item_tit p{
        font-size: .28rem;
        line-height: .5rem;
    }
    .inner_s12 .item2 .item_tit span{
        width: .9rem;
        line-height: .58rem;
        font-size: .3rem;
    }
    .inner_s12 .item2 ul li h5{
        font-size: .24rem;
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner_s12 .item2 ul li h6{
        font-size: .24rem;
        line-height: 1.8;
    }
    .inner_s12 .item2 ul li .txt{
        margin-top: 0;
    }
    .inner_s12 .item2 ul li a{
        align-items: center;
    }
    .inner_s12 .item2 .item_ul{
        margin-top: .34rem;
    }
    .inner_s12 .item2{
        padding: .3rem .3rem .5rem;
        margin-top: .4rem;
    }
    .inner_s12 .item2:after{
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(-45deg,transparent 0%,#fff 100%);
        border-radius: .2rem;
    }
    .inner_s13 .item1 .con{
        padding: .2rem;
        align-items: center;
    }
    .inner_s13 .item1 h4{
        font-size: .34rem;
        line-height: 1.5;
    }
    .inner_s13 .item1 i{
        margin-top: .2rem;
    }
    .inner_s13 .item1 .info p,
    .inner_s13 .item1 .info h5{
        font-size: .24rem;
        line-height: 1.8;
    }
    .inner_s13 .item1 .txt{
        width: calc(100% - 2.5rem);
        margin-top: 0;
    }
    .inner_s13 .item2 .li{
        padding: 0;
    }
    .inner_s13 .item2 .tit h4{
        font-size: .3rem;
        line-height: 1.5;
    }
    .inner_s13 .item2 .txt{
        padding: 0;
        margin-top: .1rem;
    }
    .inner_s13 .item2 .txt p{
        font-size: .24rem !important;
        line-height: 1.9 !important;
    }
    .inner_s13 .item2 .txt .para{
        height: auto !important;
    }
    .inner_s13 .item2 .li_btn{
        display: none;
    }
    .inner_s13 .item2 .li3 .txt p:not(:first-child){
        margin-top: .8em;
    }
    .inner_s13 .item2 .li{
        margin-top: .3rem;
    }
    .inner_s13 .item2{
        margin-top: .3rem;
    }
    .inner_s13{
        margin-top: 0;
    }

    .inner_s14 .item .item_tit{
        font-size: .3rem;
        line-height: 1.5;
        margin-bottom: .2rem;
    }
    .inner_s14 .item .box{
        padding: .26rem;

    }
    .inner_s14 .item{
        margin-top: .4rem;
    }
    .inner_s14 .item_ul{
        padding-left: 0;
    }
    .inner_s14 .item .item_ul li a{
        font-size: .24rem;
        line-height: 2.5;
    }
    .inner_s14 .item .item_ul li{
        width: 32%;
        margin: 0;
    }
    .inner_s14 .item .item_ul ul{
        gap: .2rem 2%;
    }
    .inner_s14 .item:first-child{
        margin-top: 0;
    }

    .inner_s15 .block1{
        margin-top: 0;
    }
    .inner_s15 .block1 .txt{
        position: static;
        padding: .28rem;
        transform: none;
        width: 100%;
        height: auto;
        border-radius: .15rem;
    }
    .inner_s15 .block1 .txt h4{
        font-size: .34rem;
        line-height: 1.5;
    }
    .inner_s15 .block1 .txt .para{
        font-size: .24rem;
        line-height: 1.9;
        height: auto;
        margin-top: .1rem;
    }
    .inner_s15 .block1 .txt .para *{
        font-size: .24rem !important;
        line-height: 1.9 !important;
    }
    .inner_s15 .block1 .txt .more{
        margin-top: .15rem;
    }
    .inner_s15 .block1 .img{
        width: 100%;
        height: auto;
        margin-top: .3rem;
    }
    .inner_s15 .slide_hg a .show h4{
        font-size: .28rem;
        line-height: 1.5;
    }
    .inner_s15 .slide_hg a .show h5{
        font-size: .24rem;
        line-height: 1.5;
    }
    .inner_s15 .slide_hg .btn_box .swiBtn{
        width: 1.5rem;
        line-height: .54rem;
        padding: 0 .1rem;
        position: relative;
    }
    .inner_s15 .slide_hg .btn_box{
        margin-top: .3rem;
    }
    .inner_s15 .slide_hg{
        margin-top: .4rem;
    }
    .inner_s15 .block2{
        padding-top: .4rem;
        margin-top: .4rem;
    }
    .inner_s15 .block3 .left{
        width: 100%;
    }
    .inner_s15 .block3 .list li time{
        width: 1.5rem;
        height: 1.1rem;
        font-size: .2rem;
        padding-top: 0.2rem;
    }
    .inner_s15 .block3 .list li time span {
        font-size: .42rem
    }
    .inner_s15 .block3 .list li h4{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s15 .block3 .list li p{
        font-size: .22rem;
        line-height: 1.5;
        height: 3em;
        margin-top: .05rem;
    }
    .inner_s15 .block3 .list li a{
        padding: .25rem 0;
    }
    .inner_s15 .block3 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .inner_s15 .slide_pic .img{
        height: 56vw;
    }
    .inner_s15 .slide_txt li a{
        padding: .28rem;
    }
    .inner_s15 .slide_txt li h4{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s15 .slide_txt li p{
        font-size: .22rem;
        line-height: 1.5;
        height: 4.5em;
        margin-top: .05rem;
    }
    .inner_s15 .slide_txt li time {
        width: 1.6rem;
        height: .5rem;
        line-height: .5rem;
        margin-top: .15rem;
    }
    .inner_s15 .slide_txt .swiDots {
        right: .3rem;
        bottom: .5rem;
        display: flex;
        width: auto;
        z-index: 5;
    }
    .inner_s15 .slide_txt .swiDots span {
        width: .35rem;
        height: .09rem;
        margin: 0 .08rem;
    }
    .inner_s15 .slide_txt{
        height: auto;

        border-radius: .2rem;
    }
    .inner_s15 .block3{
        margin-top: .6rem;
        margin-bottom: 0.6rem;
        padding-top: 0.6rem;
    }
    .inner_s15 .block3 .title{
        margin-bottom: 0.3rem;
    }
    .inner_s15 .block4{
        margin-bottom: 0.6rem;
    }
    .inner_s15 .block4 .title{
        margin-bottom: 0.3rem;
    }
    .inner_s15 .block4 .list li{
        margin-bottom: 0.3rem;
        width: 100%;
    }
    .inner_s15 .block4 .list .pic{
        height: 52vw;
    }
    .inner_s15 .block4 .list .text{
        height: 1.8rem;
    }
    .inner_s15 .block4 .list time{
        font-size: 0.24rem;
    }
    .inner_s15 .block4 .list h4{
        font-size: 0.28rem;
    }
    .inner_s15 .block5 .title{
        margin-bottom: 0.3rem;
    }
    .inner_s15 .slide_ms .swiper-slide{
        width: 4rem;
    }
    .inner_s15 .slide_ms .pic{
        padding-top: 141.43%;
        height: auto;
    }
    .inner_s15 .slide_ms .btn_box{
        margin-top: 0.3rem;
    }
    .inner_s15 .block6{
        padding-top: 0.6rem;
        margin-top: 0.6rem;
    }
    .inner_s15 .block6 .list li{
        margin-bottom: 0.4rem;
        width: 100%;
    }
    .inner_s15 .block6 .list .text{
        height: 2rem;
        order: 1 !important;
    }
    .inner_s15 .block6 .list .text:before{
        top: 100% !important;
        bottom: auto !important;
        -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
        -o-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
    .inner_s15 .block6 .list .pic{
        order: 2 !important;
    }
    .inner_s15 .block7{
        margin-top: 0.6rem;
    }
    .inner_s15 .block7 .list li{
        width: 100%;
    }
    .inner_s15 .block7 .list a{
        height: 2.8rem;
    }
    .inner_s15.v1 .block3{
        padding-top: 0.2rem;
    }
}
@media (max-width: 720px) {
    .inner_s1 .block2 li{
        width: 33.33%;
    }
    .inner_s1 .block2 ul{
        justify-content: center;
        gap: .3rem 0;
    }
    .inner_s2 .list01 li{
        width: 49%;
    }
    .inner_s2 .list01 li a .img {
        height: 31.5vw;
    }
    .inner_s4 .list02 li .rr{
        width: 1.6rem;
        border-radius: .1rem;
    }
    .inner_s4 .list02 li .ll{
        width: calc(100% - 1.6rem);
        border-radius: .1rem;
    }
    .inner_s6 .item .item_ul li {
        width: 49%;
    }
    .inner_s8 .txt_box .li1{
        width: 100%;
    }
    .inner_s8 .txt_box .li img{
        height: 1.8rem;
        border-radius: .1rem;
    }
    .inner_s8 .txt_box{
        flex-wrap: wrap;
        border-radius: .1rem;
    }
    .inner_s8 .txt_box .li2,
    .inner_s8 .txt_box .li3{
        width: 50%;
        padding: .3rem 0;
        text-align: center;
    }
    .inner_s8 .txt_box .li i{
        margin: .1rem auto;
    }

    .inner_s9 .item_ul li{
        width: 49%;
    }
    .inner_s10 li {
        width: 100%;
    }
    .inner_s12 .item1 .top .li{
        width: 100%;
    }
    .inner_s12 .item1 .top{
        gap: .25rem 0;
    }
    .inner_s12 .item2 ul li{
        width: 100%;
    }
    .inner_s13 .item1 .info .ll,
    .inner_s13 .item1 .info .rr{
        width: 100%;
    }
    .inner_s13 .item1 .con{
        display: block;
    }
    .inner_s13 .item1 .img{
        margin: 0 auto;
    }
    .inner_s13 .item1 .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .inner_s13 .item1 h4{
        text-align: center;
    }
    .inner_s13 .item1 i:before{
        right: 0;
        margin: auto;
    }
    .inner_s14 .item .item_ul li {
        width: 49%;
    }
}

@media (max-width: 597px) {
    .inner_s1 .block2 li{
        width: 50%;
    }
    .inner_s1 .block1 .left .img1,
    .inner_s1 .block1 .left .img2{
        width: 100%;
    }
    .inner_s1 .block1 .left{
        gap: .3rem 0;
    }
    .inner_s1 .block5 .slogan img{
        width: 2.7rem;
    }
    .inner_s4 .list02 li .ll h4{
        font-size: .3rem;
    }
    .inner_s3 .dtl_tit .cont p,
    .inner_s3 .dtl_tit .cont .oth .num,
    .inner_s3 .dtl_tit .cont .oth .size span{
        font-size: .28rem;
    }
    .inner_s3 .dtl_txt p,
    .inner_s3 .dtl_page p{
        font-size: .28rem;
    }
    .inner_s5 .list03 li .txt p{
        font-size: .28rem;
    }
    .inner_s6 .item .item_ul li a{
        font-size: .25rem;
    }
    .inner_s6 .item .item_ul li{
        width: 100%;
    }
    .inner_s7 .txt_box .txt h5,
    .inner_s7 .txt_box .txt p{
        font-size: .28rem;
        line-height: 1.8;
    }
    .inner_s8 .txt_box .li2,
    .inner_s8 .txt_box .li3{
        width: 100%;
    }
    .inner_s8 .txt_box .li2{
        border-right: none;
        border-bottom: 1px dashed rgba(102, 102, 102, 0.2);
    }

    .inner_s9 .item_ul li a{
       font-size: .26rem;
        padding: 0 .15rem;
    }
    .inner_s10 li p{
        font-size: .24rem;
    }
    .inner_s10 li h3{
        font-size: .28rem;
        line-height: 1.5;
        height: 3em;
    }
    .inner_s11 .dtl2_txt p,
    .inner_s11 .dtl2_page p{
        font-size: .28rem;
    }
    .inner_s11 .dtl2_r li h4{
        font-size: .28rem;
    }
    .inner_s13 .item2 .txt p {
        font-size: .26rem !important;
    }

    .inner_s14 .item .item_ul li a{
        font-size: .25rem;
    }
    .inner_s14 .item .item_ul li{
        width: 100%;
    }
    .inner_s15 .block1 .txt .para{
        font-size: .25rem;
        line-height: 1.9;
    }
    .inner_s15 .block1 .txt .para * {
        font-size: .25rem !important;
        line-height: 1.9 !important;
    }
    .inner_s15 .slide_hg a .img{
        height: 52vw;
    }
    .inner_s15 .block3 .list li h4,
    .inner_s15 .slide_txt li h4{
        font-size: .28rem;
    }
    .inner_s15 .block3 .list li p,
    .inner_s15 .slide_txt li p{
        font-size: .24rem;
    }
}

/*2025-09-05*/

.inner_s16 li a{
    position: relative;
    z-index: 2;
    padding: .41rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.inner_s16 li .img{
    width: 4rem;
    height: 2.54rem;
    border-radius: .1rem;
}
.inner_s16 li .txt{
    width: calc(100% - 4.5rem);
}
.inner_s16 li time{
    display: flex;
}
.inner_s16 li time span{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    padding-right: .05rem;
}
.inner_s16 li h3{
    font-size: .24rem;
    line-height: .4rem;
    color: #333333;
    margin-top: .14rem;
    font-weight: normal;
    transition: .5s;
}
.inner_s16 li p{
    font-size: .16rem;
    line-height: .27rem;
    color: #A2A2A2;
    -webkit-line-clamp: 3;
    height: .81rem;
    margin-top: .21rem;
}
.inner_s16 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #DDDDDD;
    transition: .5s;
}
.inner_s16 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.01rem;
    bottom: 0;
    box-shadow: 0 .04rem .1rem rgba(0, 0, 0, 0.09);
    border-radius: .24rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_s16 li{
    position: relative;
}
.inner_s16 li:hover h3{
    color: #4286c7;
}
.inner_s16 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.inner_s16 li:hover:before{
    opacity: 0;
}
.inner_s16 li:hover a{
    padding-left: .3rem;
    padding-right: .4rem;
}

@media (max-width: 992px) {
    .inner_s16 li time span{
        font-size: max(.24rem,12px);
        line-height: 1.5;
    }
    .inner_s16 li h3{
        font-size: max(.28rem,16px);
        line-height: 1.5;
        margin-top: .1rem;
    }
    .inner_s16 li p{
        font-size: max(.25rem,13px);
        line-height: 1.5;
        height: 4.5em;
        margin-top: .15rem;
    }
    .inner_s16 li .txt {
        width: calc(100% - 4.3rem);
    }
}

@media (max-width: 720px) {
    .inner_s16 li .img{
        width: 100%;
        height: 56vw;
        border-radius: .1rem;
    }
    .inner_s16 li .txt{
        width: 100%;
        padding: .24rem;
    }
    .inner_s16 li:hover a{
        padding-left: 0;
        padding-right: 0;
    }
    .inner_s16 li a{
        padding: 0;
    }
    .inner_s16 li + li{
        margin-top: .4rem;
    }
}


.n_erji li{
    position: relative;
}

.n_erji .s-link{
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 1.6rem;
    left: 50%;
    z-index: 10000;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;
    display: flex;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
    transform: translateX(-50%) scaleY(0);
    padding-top: .1rem;
}
.n_erji .s-link:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: #4286c7;
}
.n_erji .s-link a {
    padding: .08rem 0.2rem;
    line-height: 2;
    transition: .6s;
    font-size: .16rem;
    color: #000;
    white-space: nowrap;
    display: block;
    min-width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: normal !important;
    height: auto;
}
.n_erji .s-link .box{
    width: 100%;
}
.n_erji .s-link a:hover {
    background: #4286c7;
    color: #ffffff;
}
.n_erji li:hover .s-link {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  transform: translateX(-50%) scaleY(1);
}


/*2025-12-16*/

.inner_s17  li a{
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .32rem 0 .38rem;
    position: relative;
    z-index: 2;
}
.inner_s17 li time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: .99rem;
    height: .72rem;
    flex-shrink: 0;
    color: #4286C7;
    transition: all .5s;
    background: url("../images/others/img-85.png") no-repeat 50%/100% 100%;
    margin-right: .3rem;
}
.inner_s17 li time span{
    display: block;
    font-size: .26rem;
    line-height: 1;
    font-weight: 600;
}
.inner_s17 li time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    margin-top: .03rem;
}
.inner_s17 li h4{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
    transition: all .5s;
}
.inner_s17 li h6 img.mr{
    display: block;
    width: .08rem;
    margin-left: .07rem;
}
.inner_s17 li h6 img.xz{
    display: none;
}
.inner_s17 li:hover h6 img.mr{
    display: none;
}
.inner_s17 li:hover h6 img.xz{
    display: block;
     width: .08rem;
    margin-left: .07rem;
}
.inner_s17 li h6{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .24rem;
    color: #4286c7;
    transition: .5s;
}
.inner_s17  li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF url("../images/others/img-86.png") no-repeat right bottom/1.14rem;
    box-shadow: 0 .02rem .12rem  rgba(66, 134, 199, 0.121);
    border-radius: 0 .2rem .2rem 0;
    transition: .5s;
}
.inner_s17  li:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: url("../images/others/img-88.png") no-repeat right center/auto 100%;
}
.inner_s17  li:hover h4{
    color: #FFFFFF;
    font-weight: 600;
}
.inner_s17  li:hover h6{
    opacity: 1;
    color:#fff;
    visibility: visible;
}
.inner_s17  li:hover:before{
    background-color: #4286C7;
    background-image: url("../images/others/img-87.png");
}
.inner_s17  li + li{
    margin-top: .4rem;
}
.inner_s17  li{
    position: relative;
    border-radius: 0 .2rem .2rem 0;
}
.inner_s17{
    margin-top: .71rem;
}

.inner_s18 ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_s18 li{
    width: 31.125%;
    margin: .59rem 0 0 3.3125%;
    position: relative;
}
.inner_s18 li:nth-child(-n+3){
    margin-top: 0;
}
.inner_s18 li:nth-child(3n+1){
    margin-left: 0;
}
.inner_s18 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .6rem .44rem;
}
.inner_s18 li h4{
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    transition: all .5s;
}
.inner_s18 li .line{
    display: block;
    border-bottom: .01rem dashed #4286C7;
    opacity: .15;
    margin-top: .3rem;
    transition: .5s;
}
.inner_s18 li .time{
    margin-top: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner_s18 li time{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #4286C7;
    transition: all .5s;
}
.inner_s18 li h6{
    font-size: .18rem;
    line-height: .3rem;
    color: #4286C7;
    padding-right: .15rem;
    background: url("../images/others/img-52.png") no-repeat right center/.08rem auto;
    transition: all .5s;
}
.inner_s18 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF url("../images/others/img-86.png") no-repeat right .14rem bottom .18rem/2.07rem;
    border-radius: .12rem;
    transition: all .5s;
}
.inner_s18 li:after{
    position: absolute;
    content: '';
    left: .12rem;
    top: .12rem;
    right: .12rem;
    bottom: .12rem;
    border: .01rem dashed rgba(66, 134, 199, 0.34);
    border-radius: .13rem;
    transition: all .5s;
}
.inner_s18 li:hover h4{
    color: #FFFFFF;
    font-weight: 600;
}
.inner_s18 li:hover .line{
    border-color: #FFFFFF;
    opacity: .24;
}
.inner_s18 li:hover time{
    color: #FFFFFF;
}
.inner_s18 li:hover h6{
    color: #FFFFFF;
    background-image: url("../images/others/img-53.png");
}
.inner_s18 li:hover:before{
    background-color: #4286C7;
    background-image: url("../images/others/img-87.png");
    box-shadow: 0 .02rem .12rem rgba(66, 134, 199, 0.3596);
}
.inner_s18 li:hover:after{
    border-color: #FFFFFF;
    opacity: .52;
}
.inner_s18{
    margin-top: .9rem;
}

@media (max-width: 992px) {
    .inner_s17{
        margin-top: 0;
    }
    .inner_s17 li time{
        width: 1.2rem;
        height: .87rem;
        margin-right: .3rem;
    }
    .inner_s17 li time span{
        font-size: .32rem;
    }
    .inner_s17 li h4{
        font-size: .28rem;
        line-height: 1.5;
        max-height: 3em;
    }
    .inner_s17 li h6{
        display: none;
    }
    .inner_s17 li a{
        padding: 0 .25rem;
    }
    .inner_s17 li + li{
        margin-top: .25rem;
    }
    .inner_s18{
        margin-top: 0;
    }
    .inner_s18 li h4{
        font-size: .28rem;
        line-height: 1.5;
    }
    .inner_s18 li .line{
        margin-top: .2rem;
    }
    .inner_s18 li .time{
        margin-top: .2rem;
    }
    .inner_s18 li time{
        font-size: .26rem;
        line-height: 1.5;
    }
    .inner_s18 li h6{
        font-size: .24rem;
        line-height: 1.5;
        background-size: .1rem;
        padding-right: .15rem;
    }
    .inner_s18 li a{
        padding: .25rem;
    }
    .inner_s18 li:before{
        background-size: 1.5rem auto;
    }
    .inner_s18 li{
        width: 32%;
        margin: 0;
    }

    .inner_s18 ul{
        gap: .25rem 2%;
    }
}

@media (max-width: 769px) {
    .inner_s18 li{
        width: 49%;
    }
}
@media (max-width: 597px) {
    .inner_s18 li{
        width: 100%;
    }
}


/*组图页*/

/*inner-s5*/
.inner_s19 .swiper a{
    display: block;
}
.inner_s19 .swiper .img{
    height: 7rem;
}

.inner_s19 .swiperHgg{
    position: relative;
    z-index: 2;
    margin-top: .2rem;
}
.inner_s19 .swiperHgg .con .img{
    height: 1.32rem;
    transition: .3s;
    opacity: .5;
}
.inner_s19 .swiperHgg .con h4{
    font-size: .2rem;
    color: #222;
    line-height: .5rem;
    text-align: center;
}
.inner_s19 .swiperHgg .con .txt{
    padding: 0 .2rem;
    background: #fff;
}

.inner_s19 .swiperHgg .con:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: .03rem solid #834798;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    z-index: 5;
}

.inner_s19 .swiperHgg .con{
    transition: .3s;
    cursor: pointer;
    position: relative;
    background: #000;
}
.inner_s19 .swiperHgg .swiper-slide-thumb-active .con .img{
    opacity: 1;
}
.inner_s19 .swiperHgg .swiper-slide-thumb-active .con:before{
    opacity: 1;
    visibility: visible;
}

.inner_s19 .btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: .48rem;
    height: .48rem;
    background: #4286c7;
    border-radius: 50vw;
    font-size: .18rem;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .5s;
    z-index: 9;
}
.inner_s19 .prev{
    left: .2rem;

}
.inner_s19 .next{
    right: .2rem;
}
.inner_s19 .btn:hover{
    background: #834798;
}
.inner_s19{
    position: relative;
    margin-top: .5rem;
}

@media (max-width: 1025px) {
    .inner_s19 .swiper .img{
        height: 52vw;
    }
    .inner_s19 .btn{
        width: .45rem;
        height: .45rem;
        background-size: .08rem;
    }
    .inner_s19 .prev{
        left: .1rem;
    }
    .inner_s19 .next{
        right: .1rem;
    }
    .inner_s19 .swiperHgg{
        margin: .2rem 0 0;
    }
    .inner_s19 .swiperHgg .con .img{
        height: 12vw;
    }
    .inner_s19 .swiperHgg .con{
        margin-top: .1rem;
    }
    .inner_s19{
        margin-top: .3rem;
    }
}

@media (max-width: 597px) {
    .inner_s19 .swiperHgg .con .img{
        height: 18vw;
    }
}

/*2026-02-10*/

.inner_s15 .block2 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .1rem .2rem;
    margin-top: .4rem;
    position: relative;
}
.inner_s15 .block2 .tab-tit .li{
    font-size: .2rem;
    line-height: .46rem;
    color: #1e1e1e;
    padding: 0 .2rem;
    transition: all .5s;
    border: .01rem solid #dddddd;
    border-radius: .05rem;
    cursor: pointer;
}
.inner_s15 .block2 .tab-tit .li.active{
    color: #FFFFFF;
    background: #4286c7;
    border-color: #4286c7;
}
.inner_s15 .block2 .tab-cont{
    position: relative;
}
.inner_s15 .block2 .tab-cont .child{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transform: translate3d(0,20px,0);
    transition: all .5s;
}
.inner_s15 .block2 .tab-cont .child.active{
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0,0,0);
}
.inner_s15 .block2  .more a{
    display: none;
}
.inner_s15 .block2 .more a.active{
    display: flex;
}
.inner_s15 .slide_hg{
    margin-top: .3rem;
}

.inner_s15 .block2 .more{
    position: absolute;
    right: 0;
    top: -.7rem;
    z-index: 5;
}

.inner_s15 .block2 .more_ty a {
    display: block;
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .26rem;
    color: #4286c7;
}

.inner_s15 .block2 .more_ty {
    !i;!;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}