@charset "utf-8";
html{-webkit-font-smoothing:antialiased;height: 100%;touch-action: manipulation;}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
table,th,td{border: 1px solid black;}
fieldset,img{border:0}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:400;}
dl,ol,ul{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
a{text-decoration:none;color: inherit;}
a:hover{text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:none;blr:expression(this.onFocus=this.blur())}
textarea{resize:none;outline: none;font-family: Arial;}
img{display: inline-block;vertical-align:middle;max-width: 100%;height: auto;}
button,input[type=submit],input[type=text],input[type=button]{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;blr:expression(this.onFocus=this.blur())}
input{outline: 0;}
input::-webkit-input-safebox-button{display: none;/*去掉搜狗浏览器密码软盘*/}
body{font-size: 14px;color: #000;font-family: Arial;}
body *{box-sizing: border-box;}
sup{line-height: 1 !important;}
sub{line-height: 1 !important;}
 
/*编辑器盒子加editor-box这个类，editor-box以及里面的h1,h2,h3,h4,h5,h6,ul,ol,li,i.b,strong,p等标签的样式根据后台编辑器的默认样式而变*/
.editor-box{font-size: 16px;line-height: 1.5;}
.editor-box h1{display: block;font-size: 2em;margin-block-start: 0.67em;margin-block-end: 0.67em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box h2{display: block;font-size: 1.5em;margin-block-start: 0.83em;margin-block-end: 0.83em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box h3{display: block;font-size: 1.17em;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box h4{display: block;margin-block-start: 1.33em;margin-block-end: 1.33em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box h5{display: block;font-size: 0.83em;margin-block-start: 1.67em;margin-block-end: 1.67em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box h6{display: block;font-size: 0.67em;margin-block-start: 2.33em;margin-block-end: 2.33em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box ul{display: block;list-style-type: disc;margin-block-start: 1em;margin-block-end: 1em;padding-inline-start: 40px;unicode-bidi: isolate;}
.editor-box ol{display: block;list-style-type: decimal;margin-block-start: 1em;margin-block-end: 1em;padding-inline-start: 40px;unicode-bidi: isolate;}
.editor-box li{display: list-item;text-align: -webkit-match-parent;unicode-bidi: isolate;}
.editor-box i{font-style: italic;}
.editor-box b{font-weight: bolder;}
.editor-box strong{font-weight: bolder;}
.editor-box p{display: block;margin-block-start: 5px;margin-block-end: 5px;margin-inline-start: 0px;margin-inline-end: 0px;unicode-bidi: isolate;}

#web-ietip {width: 526px; height: 90px; padding: 83px 0 0 84px; overflow:hidden; background: url(../css/ietip/browser.png) no-repeat center center; margin: 200px auto 0;}
#web-ietip a{display: block; width: 65px; height: 80px; float: left;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.ellipsis{display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ep1{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.ep2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ep3{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.ep4{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.ep5{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
 
img[img-src]{opacity: 0;}
img[b_img-src]{opacity: 0;}
img[done]{opacity: 1;transition: opacity .01s;}
@media(max-width: 1200px){
    img{image-rendering: auto;}
} 

html{font-size: calc(100vw / 1920 * 100);}
@media(max-width: 1920px){
    html{font-size: 100px;}
}
@media(max-width: 1500px){
    html{font-size: calc(100vw / 1500 * 100);}
}
@media(max-width: 800px){
    html{font-size: calc(800px / 1500 * 100);}
}

body{font-size: calc(16 * 1rem / 100);}
@media(max-width: 1237px){
    body{font-size: 13.2px;}
}

.s12{font-size: calc(12 * 1rem / 100);}
@media(max-width: 1500px){
    .s12{font-size: 12px;}
}
.s13{font-size: calc(13 * 1rem / 100);}
@media(max-width: 1419px){
    .s13{font-size: 12.3px;}
}
.s14{font-size: calc(14 * 1rem / 100);}
@media(max-width: 1350px){
    .s14{font-size: 12.6px;}
}
.s15{font-size: calc(15 * 1rem / 100);}
@media(max-width: 1290px){
    .s15{font-size: 12.9px;}
}
.s16{font-size: calc(16 * 1rem / 100);}
@media(max-width: 1237px){
    .s16{font-size: 13.2px;}
}
.s17{font-size: calc(17 * 1rem / 100);}
@media(max-width: 1191px){
    .s17{font-size: 13.5px;}
}
.s18{font-size: calc(18 * 1rem / 100);}
@media(max-width: 1150px){
    .s18{font-size: 13.8px;}
}
.s19{font-size: calc(19 * 1rem / 100);}
@media(max-width: 1113px){
    .s19{font-size: 14.1px;}
}
.s20{font-size: calc(20 * 1rem / 100);}
@media(max-width: 1080px){
    .s20{font-size: 14.4px;}
}
.s21{font-size: calc(21 * 1rem / 100);}
@media(max-width: 1050px){
    .s21{font-size: 14.7px;}
}
.s22{font-size: calc(22 * 1rem / 100);}
@media(max-width: 1022px){
    .s22{font-size: 15px;}
}
.s23{font-size: calc(23 * 1rem / 100);}
@media(max-width: 997px){
    .s23{font-size: 15.3px;}
}
.s24{font-size: calc(24 * 1rem / 100);}
@media(max-width: 975px){
    .s24{font-size: 15.6px;}
}
.s25{font-size: calc(25 * 1rem / 100);}
@media(max-width: 954px){
    .s25{font-size: 15.9px;}
}
.s26{font-size: calc(26 * 1rem / 100);}
@media(max-width: 934px){
    .s26{font-size: 16.2px;}
}
.s27{font-size: calc(27 * 1rem / 100);}
@media(max-width: 916px){
    .s27{font-size: 16.5px;}
}
.s28{font-size: calc(28 * 1rem / 100);}
@media(max-width: 900px){
    .s28{font-size: 16.8px;}
}
.s29{font-size: calc(29 * 1rem / 100);}
@media(max-width: 884px){
    .s29{font-size: 17.1px;}
}
.s30{font-size: calc(30 * 1rem / 100);}
@media(max-width: 869px){
    .s30{font-size: 17.4px;}
}
.s31{font-size: calc(31 * 1rem / 100);}
@media(max-width: 856px){
    .s31{font-size: 17.7px;}
}
.s32{font-size: calc(32 * 1rem / 100);}
@media(max-width: 843px){
    .s32{font-size: 18px;}
}
.s33{font-size: calc(33 * 1rem / 100);}
@media(max-width: 831px){
    .s33{font-size: 18.3px;}
}
.s34{font-size: calc(34 * 1rem / 100);}
@media(max-width: 820px){
    .s34{font-size: 18.6px;}
}
.s35{font-size: calc(35 * 1rem / 100);}
@media(max-width: 809px){
    .s35{font-size: 18.9px;}
}
.s36{font-size: calc(36 * 1rem / 100);}
@media(max-width: 800px){
    .s36{font-size: 19.2px;}
}
.s37{font-size: calc(37 * 1rem / 100);}
@media(max-width: 790px){
    .s37{font-size: 19.5px;}
}
.s38{font-size: calc(38 * 1rem / 100);}
@media(max-width: 781px){
    .s38{font-size: 19.8px;}
}
.s39{font-size: calc(39 * 1rem / 100);}
@media(max-width: 773px){
    .s39{font-size: 20.1px;}
}
.s40{font-size: calc(40 * 1rem / 100);}
@media(max-width: 765px){
    .s40{font-size: 20.4px;}
}
.s41{font-size: calc(41 * 1rem / 100);}
@media(max-width: 757px){
    .s41{font-size: 20.7px;}
}
.s42{font-size: calc(42 * 1rem / 100);}
@media(max-width: 750px){
    .s42{font-size: 21px;}
}
.s43{font-size: calc(43 * 1rem / 100);}
@media(max-width: 743px){
    .s43{font-size: 21.3px;}
}
.s44{font-size: calc(44 * 1rem / 100);}
@media(max-width: 736px){
    .s44{font-size: 21.6px;}
}
.s45{font-size: calc(45 * 1rem / 100);}
@media(max-width: 730px){
    .s45{font-size: 21.9px;}
}
.s46{font-size: calc(46 * 1rem / 100);}
@media(max-width: 723px){
    .s46{font-size: 22.2px;}
}
.s47{font-size: calc(47 * 1rem / 100);}
@media(max-width: 718px){
    .s47{font-size: 22.5px;}
}
.s48{font-size: calc(48 * 1rem / 100);}
@media(max-width: 712px){
    .s48{font-size: 22.8px;}
}
.s49{font-size: calc(49 * 1rem / 100);}
@media(max-width: 707px){
    .s49{font-size: 23.1px;}
}
.s50{font-size: calc(50 * 1rem / 100);}
@media(max-width: 702px){
    .s50{font-size: 23.4px;}
}
.s51{font-size: calc(51 * 1rem / 100);}
@media(max-width: 697px){
    .s51{font-size: 23.7px;}
}
.s52{font-size: calc(52 * 1rem / 100);}
@media(max-width: 692px){
    .s52{font-size: 24px;}
}
.s53{font-size: calc(53 * 1rem / 100);}
@media(max-width: 687px){
    .s53{font-size: 24.3px;}
}
.s54{font-size: calc(54 * 1rem / 100);}
@media(max-width: 683px){
    .s54{font-size: 24.6px;}
}
.s55{font-size: calc(55 * 1rem / 100);}
@media(max-width: 679px){
    .s55{font-size: 24.9px;}
}
.s56{font-size: calc(56 * 1rem / 100);}
@media(max-width: 675px){
    .s56{font-size: 25.2px;}
}
.s57{font-size: calc(57 * 1rem / 100);}
@media(max-width: 671px){
    .s57{font-size: 25.5px;}
}
.s58{font-size: calc(58 * 1rem / 100);}
@media(max-width: 667px){
    .s58{font-size: 25.8px;}
}
.s59{font-size: calc(59 * 1rem / 100);}
@media(max-width: 663px){
    .s59{font-size: 26.1px;}
}
.s60{font-size: calc(60 * 1rem / 100);}
@media(max-width: 660px){
    .s60{font-size: 26.4px;}
}
.s61{font-size: calc(61 * 1rem / 100);}
@media(max-width: 656px){
    .s61{font-size: 26.7px;}
}
.s62{font-size: calc(62 * 1rem / 100);}
@media(max-width: 653px){
    .s62{font-size: 27px;}
}
.s63{font-size: calc(63 * 1rem / 100);}
@media(max-width: 650px){
    .s63{font-size: 27.3px;}
}
.s64{font-size: calc(64 * 1rem / 100);}
@media(max-width: 646px){
    .s64{font-size: 27.6px;}
}
.s65{font-size: calc(65 * 1rem / 100);}
@media(max-width: 643px){
    .s65{font-size: 27.9px;}
}
.s66{font-size: calc(66 * 1rem / 100);}
@media(max-width: 640px){
    .s66{font-size: 28.2px;}
}
.s67{font-size: calc(67 * 1rem / 100);}
@media(max-width: 638px){
    .s67{font-size: 28.5px;}
}
.s68{font-size: calc(68 * 1rem / 100);}
@media(max-width: 635px){
    .s68{font-size: 28.8px;}
}
.s69{font-size: calc(69 * 1rem / 100);}
@media(max-width: 632px){
    .s69{font-size: 29.1px;}
}
.s70{font-size: calc(70 * 1rem / 100);}
@media(max-width: 630px){
    .s70{font-size: 29.4px;}
}
.s71{font-size: calc(71 * 1rem / 100);}
@media(max-width: 627px){
    .s71{font-size: 29.7px;}
}
.s72{font-size: calc(72 * 1rem / 100);}
@media(max-width: 625px){
    .s72{font-size: 30px;}
}
.s73{font-size: calc(73 * 1rem / 100);}
@media(max-width: 622px){
    .s73{font-size: 30.3px;}
}
.s74{font-size: calc(74 * 1rem / 100);}
@media(max-width: 620px){
    .s74{font-size: 30.6px;}
}
.s75{font-size: calc(75 * 1rem / 100);}
@media(max-width: 618px){
    .s75{font-size: 30.9px;}
}
.s76{font-size: calc(76 * 1rem / 100);}
@media(max-width: 615px){
    .s76{font-size: 31.2px;}
}
.s77{font-size: calc(77 * 1rem / 100);}
@media(max-width: 613px){
    .s77{font-size: 31.5px;}
}
.s78{font-size: calc(78 * 1rem / 100);}
@media(max-width: 611px){
    .s78{font-size: 31.8px;}
}
.s79{font-size: calc(79 * 1rem / 100);}
@media(max-width: 609px){
    .s79{font-size: 32.1px;}
}
.s80{font-size: calc(80 * 1rem / 100);}
@media(max-width: 607px){
    .s80{font-size: 32.4px;}
}




@media(max-width: 750px){
    html{font-size: calc(100vw / 750 * 100);}
}
@media(max-width: 750px){
    .s12{font-size: 0.22rem;}
    .s13{font-size: 0.23rem;}
    .s14{font-size: 0.24rem;}
    .s15{font-size: 0.25rem;}
    .s16{font-size: 0.26rem;}
    .s17{font-size: 0.27rem;}
    .s18{font-size: 0.28rem;}
    .s19{font-size: 0.29rem;}
    .s20{font-size: 0.30rem;}
    .s21{font-size: 0.31rem;}
    .s22{font-size: 0.32rem;}
    .s23{font-size: 0.33rem;}
    .s24{font-size: 0.34rem;}
    .s25{font-size: 0.35rem;}
    .s26{font-size: 0.36rem;}
    .s27{font-size: 0.37rem;}
    .s28{font-size: 0.38rem;}
    .s29{font-size: 0.38rem;}
    .s30{font-size: 0.38rem;}
    .s31{font-size: 0.38rem;}
    .s32{font-size: 0.38rem;}
    .s33{font-size: 0.38rem;}
    .s34{font-size: 0.38rem;}
    .s35{font-size: 0.38rem;}
    .s36{font-size: 0.38rem;}
    .s37{font-size: 0.38rem;}
    .s38{font-size: 0.38rem;}
    .s39{font-size: 0.38rem;}
    .s40{font-size: 0.38rem;}
    .s41{font-size: 0.38rem;}
    .s42{font-size: 0.38rem;}
    .s43{font-size: 0.38rem;}
    .s44{font-size: 0.38rem;}
    .s45{font-size: 0.38rem;}
    .s46{font-size: 0.38rem;}
    .s47{font-size: 0.38rem;}
    .s48{font-size: 0.38rem;}
    .s49{font-size: 0.38rem;}
    .s50{font-size: 0.38rem;}
    .s51{font-size: 0.38rem;}
    .s52{font-size: 0.38rem;}
    .s53{font-size: 0.38rem;}
    .s54{font-size: 0.38rem;}
    .s55{font-size: 0.38rem;}
    .s56{font-size: 0.38rem;}
    .s57{font-size: 0.38rem;}
    .s58{font-size: 0.38rem;}
    .s59{font-size: 0.38rem;}
    .s60{font-size: 0.38rem;}
    .s61{font-size: 0.38rem;}
    .s62{font-size: 0.38rem;}
    .s63{font-size: 0.38rem;}
    .s64{font-size: 0.38rem;}
    .s65{font-size: 0.38rem;}
    .s66{font-size: 0.38rem;}
    .s67{font-size: 0.38rem;}
    .s68{font-size: 0.38rem;}
    .s69{font-size: 0.38rem;}
    .s70{font-size: 0.38rem;}
    .s71{font-size: 0.38rem;}
    .s72{font-size: 0.38rem;}
    .s73{font-size: 0.38rem;}
    .s74{font-size: 0.38rem;}
    .s75{font-size: 0.38rem;}
    .s76{font-size: 0.38rem;}
    .s77{font-size: 0.38rem;}
    .s78{font-size: 0.38rem;}
    .s79{font-size: 0.38rem;}
    .s80{font-size: 0.38rem;}
}
 
div.mCSB_scrollTools{width: 3px;}
div.mCSB_scrollTools .mCSB_draggerRail{width: 3px;background-color: #f0f0f0;filter: none;-ms-filter: none;}
div.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 3px;background-color: #0094d6;border-radius: 2px;filter: none;-ms-filter: none;}
div.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
div.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: #0094d6;filter: none;-ms-filter: none;}
div.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: #0094d6;filter: none;-ms-filter: none;}
div.mCSB_inside>.mCSB_container{margin-right: 0 ;}
 
.my-scrollbar{overflow: auto;scrollbar-color:#17458d  #ededed;scrollbar-width: none;scrollbar-width: thin; }
.my-scrollbar::-webkit-scrollbar {width:  3px;height: 1px;}
.my-scrollbar::-webkit-scrollbar-thumb {border-radius: .05rem;box-shadow: inset 0 0 .05rem #ededed;background: #17458d;}
.my-scrollbar::-webkit-scrollbar-track {box-shadow: inset 0 0 .05rem #ededed;border-radius: .05rem; background: #ededed;}


form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder{color: #7d766c;}
form input:-moz-placeholder,
form textarea:-moz-placeholder{color: #7d766c;}
form input::-moz-placeholder,
form textarea::-moz-placeholder{color: #7d766c;}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder{color: #7d766c;}

/* 动画 */

.drop{opacity:0;transform:translate3d(0,-80px,0);}
.drop.is-visible{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);} 
.teaser{opacity:0;transform:translate3d(0,80px,0);}
.teaser.is-visible{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);} 

.lter{opacity:0;transform:translate3d(-80px,0,0);}
.lter.is-visible{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);}
.rter{opacity:0;transform:translate3d(80px,0,0);}
.rter.is-visible{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);}

.scale{opacity:0;transform:scale(1.1);}
.scale.is-visible{opacity:1;transform:scale(1);transition:transform 2s cubic-bezier(.25,.1,.25,1);transform-origin: center bottom;}
.reduce{opacity:0;transform:scale(.9);}
.reduce.is-visible{opacity:1;transform:scale(1);transition:transform 2s cubic-bezier(.25,.1,.25,1);transform-origin: center bottom;}

 
@keyframes fadeInRightSmall {
    0% {opacity: 0;transform: translate(2em,0);}
    100% {opacity: 1;transform: translate(0,0);}
}
.word-in{opacity: 0;}
.word-in.is-visible{opacity: 1;}
.word-in>span{display: inline-block;vertical-align: top;opacity: 0;animation-duration: 1s;animation-fill-mode: forwards;animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);}
.word-in.is-visible>span{animation-name: fadeInRightSmall;}

.show_phone{display: none !important;}
@media(max-width: 750px){ 
    .hide_phone{display: none !important;}
    .show_phone{display: inline-block !important;vertical-align: middle;}
}


.header{position: relative;z-index: 288;width: 100%;border-bottom: 1px solid #eef1f9;} 
.header input::-webkit-input-placeholder,
.header textarea::-webkit-input-placeholder{color: #17458d;}
.header input:-moz-placeholder,
.header textarea:-moz-placeholder{color: #17458d;}
.header input::-moz-placeholder,
.header textarea::-moz-placeholder{color: #17458d;}
.header input:-ms-input-placeholder,
.header textarea:-ms-input-placeholder{color: #17458d;}
.h-top{width: 100%;padding: 0 .3rem;}
.h-main{width: 100%;max-width: 14rem;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;height: 1rem;}
.h-left{display: flex;align-items: center;}
.h-logo{display: block;text-align: center;cursor: pointer;margin-right: .25rem;}
.h-logo_img{display: inline-block;}
.h-logo_img img{max-width: none;height: .48rem;}
.h-logo_text{padding-top: .07rem;color: #0b1634;line-height: 1;}
.h-right{display: flex;align-items: center;}
.h-submit_article{display: block;cursor: pointer;margin-left: .45rem;padding:.06rem .28rem;color: #0b1634;line-height: 1.5; border-radius: calc(.06rem + .75em);border: solid 1px #0b1634;}
.h-submit_article:hover{color: #fff;background-color: #17458d;border: solid 1px #17458d;}
.h-member{display: block;margin-left: .45rem;}
.h-login{display: block;cursor: pointer;color: #000000;height: 1rem;line-height: 1rem;}
.h-login img{height: 1em;margin-right: .1rem;}

.h-h{display: block;font-size: 0;}
.h-i{display: inline-block;vertical-align: top;position: relative;}
.h-j{display: inline-block;vertical-align: top;cursor: pointer;padding: 0 .25rem;color: #000000;height: 1rem;line-height: 1rem;}
.h-sub{visibility: hidden;z-index: -1;opacity: 0;position: absolute;top: 100%;left: 0;width: 100%;min-width: calc(.5rem + 8em);padding-top: 10px;}
.h-sub:before{content: '';position: absolute;top: 5px;left: .25rem;border-bottom: 6px solid #f7f9fe;border-left: 6px solid transparent;border-right: 6px solid transparent;}
.hb-cont{width: 100%;max-height: calc(1.3rem + 8em); overflow: auto;background-color: #f7f9fe;}
.hb-item{position: relative;z-index: 1;display: block;cursor: pointer; width: 100%;line-height: 1.6;padding:.12rem .25rem;color: #000000;} 
.hb-item:hover{background-color: #17458d;color: #fff;} 

.h-k{display: inline-block;vertical-align: middle;}
.h-search{display: block;cursor: pointer;position: relative;color: #000000;line-height: 1rem;height: 1rem;}
.h-search:before{content: '';display: inline-block;vertical-align: middle;margin-right: .07rem;width: .88em;height: 1.5em;background-image: url('../images/h2.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.hs-a{display: none;z-index: 18;position: absolute;top: 100%;left:0;width: 100%;padding: .1rem 0;font-size: 0;background-color: #f0f7fc;text-align: center;}
.hs-form{display: inline-block;position: relative; font-size: 0;width: 9rem;padding-right: .6rem;background-color: #f7f9fe;border-radius: .25rem;border: solid .02rem #17458d;overflow: hidden;}
.hs-text{border: none;background-color: transparent;width: 100%;padding-left: .2rem;height: .5rem;color: #17458d;}
.hs-submit{border: none;background-color: transparent; position: absolute;top: 0;right: 0;display: block;cursor: pointer;width: .6rem;height: 100%;background-image: url('../images/h2-c.png');background-size: .2rem auto;background-position: center center;background-repeat: no-repeat;}
body.search-state .hs-a {display: block;}
.h-search:hover{color: #17458d;}
.h-search:hover:before{background-image: url('../images/h2-c.png');}
body.search-state .h-search{color: #17458d;}
body.search-state .h-search:before{background-image: url('../images/h2-c.png');}
/* body.search-state .h-opa {display: block;} */

.h-language{position: relative;z-index: 28; margin-left: .45rem;} 
.hl-tip{display: block;cursor: pointer;position: relative;color: #000000;line-height: 1rem;height: 1rem;}
.hl-tip:before{content: '';display: inline-block;vertical-align: middle;margin-right: .05rem;width: 1.07em;height: 1.5em;background-image: url('../images/h5.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.hl-tip:after{content: '';display: inline-block;vertical-align: middle;margin-left: .05rem;border-top: .42em solid #000;border-left: .42em solid transparent;border-right: .42em solid transparent;}
.hl-list{display: none;position: absolute;top: 100%;left: 50%;transform: translate(-50%,0);min-width: 1rem; background-color: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
.hl-item {display: block;cursor: pointer;min-width: 5em; padding: .12rem .15rem;white-space: nowrap;line-height:1.6;text-align: center; color: #333333;transition: background-color .3s;}
.hl-item:hover{color: #fff;background-color: #17458d;}

.h-bottom{width: 100%;padding: 0 .3rem;border-top: 1px solid #eef1f9;}
.hm-inner{width: 100%;max-width: 14rem;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;height: 1rem;}
.hm-left{font-size: 0;}
.hm-titles{color: #000000;line-height: 1.3;font-weight: bold;} 

.header.periodical .h-main{height: .4rem;}
.header.periodical .h-logo_img img{height: .22rem;}
.header.periodical .h-logo_text{display: none;}
.header.periodical .h-j{color: #666;height: .4rem;line-height: .4rem;}
.header.periodical .h-login{color: #666;height: .4rem;line-height: .4rem;}
.header.periodical .h-search{display: none;}
.header.periodical .hs-a{display: block;position: relative;top: 0;left: 0;padding: 0;border: none;background-color: transparent;}
.header.periodical .hs-form{width: 2.8rem;}
.header.periodical .hl-tip{color: #666;height: .4rem;line-height: .4rem;}
.header.periodical .hl-tip:before{background-image: url('../images/h5-b.png');}
.header.periodical .hl-tip:after{border-top: .42em solid #666;}

.h-menu {display: none;position: absolute;top: 50%;right: .3rem;transform: translate(0,-50%);cursor: pointer;width:2.15em;height:2.15em;border-radius: 50%;background-color: #f0f0f0;background-image: url('../images/a-menu.png');background-size:auto .7em;background-position: center center;background-repeat: no-repeat;}
.h-opa {display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 10;cursor: pointer;}
@media(min-width: 1200px){ 
   .h-i:hover .h-j{color: #17458d;}
   /* .h-i.active .h-j{color: #000000 !important;background-image: linear-gradient(180deg, #edf1fb 0%, #f7f9fe 100%);} */

   .h-i.show {z-index: 28;}
   .h-i.show .h-sub{visibility: visible;z-index: 98;opacity: 1;transition: all ease .5s;}
}

@media(max-width: 1300px){ 
   .h-main{max-width:15rem;}
  .hm-inner{max-width:15rem;}
 .classify-inner{max-width:15rem !important;}
}
@media(max-width: 1200px){ 
   .h-main{max-width: 100%;}
   .hm-inner{max-width: 100%;}
   .classify-inner{max-width: 100% !important;}
}
@media(max-width: 900px){  
   .h-h{display: none;}
}

@media(max-width: 750px){ 
   .h-search{height: 1.25rem;line-height: 1.25rem;}
   .h-search:before{width: .32rem;height: 1.25rem;margin-right: 0;background-image: url('../images/s5.png');}
   .hs-form{width: 4.5rem;border-radius: .35rem;}
   .hs-text{height: .7rem;}
   .hs-submit{width: .7rem;background-size: .3rem auto;} 

   .header_phone .h-language{margin-left: .3rem;}
   .header_phone .hl-tip{font-size: 0;height: 1.25rem;line-height: 1.25rem;}
   .header_phone .hl-tip:after{display: none;}
   .header_phone .hl-tip:before{width: .31rem;height: 1rem;margin-right: 0;background-image: url('../images/s6.png');}

   .header_menu .h-language{width: 100%;margin-bottom: .4rem;margin-left: 0;}
   .header_menu .hl-tip{color: #fff;text-align: center;height: .8rem;line-height: .8rem;font-size: .36rem; background-color: #17458d;border-radius: .4rem;}
   .header_menu .hl-tip:before{width: .34rem;height: .8rem;margin-right: .13rem;background-image: url('../images/s6-b.png');}
   .header_menu .hl-tip:after{border: none;width: .18rem;height: .8rem;margin-left: .13rem;background-image: url('../images/s2-b.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
   .header_menu .hl-list{top: auto;bottom: 100%;min-width: 100%;}
   .header_menu .hl-item{font-size: .36rem;}
}

.header_phone{display: none;position: fixed;top: 0;left: 0;z-index: 288;width: 100%;padding: 0 .4rem;background-color: #fff;border-bottom: 1px solid #e8ecf7;}
.hp-main{display: flex;align-items: center;justify-content: space-between;width: 100%;height: 1.25rem;}
.hp-left{display: flex;align-items: center;}
.hp-menu{display: block;margin-right: .35rem;width: .4rem;height: 1.25rem;background-image: url('../images/s4.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.hp-logo{display: flex;align-items: center;height: 1.25rem;}
.hp-logo img{height: .48rem;}
.hp-logo1{display: block;}
.hp-logo2{display: none;}
.hp-right{display: flex;align-items: center;}
.hp-login{display: flex;align-items: center;margin-left: .3rem;width: .29rem;height: 1.25rem;}
.hp-login img{width: 100%;}
.hp-login1{display: block;}
.hp-login2{display: none;}

.header_menu{opacity: 0;z-index: -1;visibility: hidden;transition: opacity .5s;position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;}
.header_menu.show{opacity: 1;z-index: 399;visibility: visible;}
.ha-main{display: flex;align-content: space-between;flex-wrap: wrap;width: 100%;padding: 0 .4rem;height: 100vh;}
.ha-top{width: 100%;}
.ha-box{display: flex;align-items: center;justify-content: space-between; min-height: 1rem;border-bottom: 1px solid #e8ecf7;}
.ha-logo{display: block;}
.ha-logo img{height: .48rem;}
.ha-close{display: block;width: .26rem;height: 1rem;background-image: url('../images/s12.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.ha-navbox{width: 100%;max-height: calc(100vh - 1rem - 3.1rem);overflow: auto;}
.ha-nav{display: block;width: 100%;border-bottom: 1px solid #e8ecf7;}
.ha-onebox{position: relative;width: 100%;}
.ha-onebox:after{content: '';position: absolute;top: 0;right: 0;width: .11rem;height: 100%;background-image: url('../images/s13.png'); background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.ha-one{display: block;position: relative;width: 100%;padding: .45rem .2rem .45rem 0;color: #000000;font-size: .36rem;line-height: .46rem;font-weight: bold;}
.ha-one:after{content: '';position: absolute;top: 0;right: 0;width: .11rem;height: 100%;background-image: url('../images/s13.png'); background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}

.ha-nav.has-nav .ha-onebox:after{display: block;}
.ha-nav.has-nav .ha-one:after{display: none;}
.ha-nav.has-nav .ha-one{display: inline-block;width: auto;max-width: calc(100% - .3rem);}
.ha-nav.show .ha-one{color: #17458d;}
.ha-nav.show .ha-onebox:after{width: .18rem;background-image: url('../images/s13-b.png');}

.ha-twobox{display: none;padding: .2rem 0;border-top: 1px solid #e8ecf7;}
.ha-two{position: relative;width: 100%;}
.ha-two_link{display: block;position: relative;width: 100%;padding: .25rem .2rem;color: #000000;font-size: .3rem;line-height: .4rem;}
.ha-two_link:after{content: '';position: absolute;top: 0;right: 0;width: .11rem;height: 100%;background-image: url('../images/s13.png'); background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}

.ha-bottom{width: 100%;padding-bottom: .3rem;}
.ha-login{display: block;text-align: center;margin-bottom: .4rem;width: 100%;line-height: .8rem;color: #17458d;font-size: .36rem;background-color: #f0f6ff;border-radius: .4rem;}
.ha-login img{width: .27rem;margin-right: .15rem;}
.ha-submit_article{display: block;margin-bottom: .4rem;width: 100%;color: #ffffff;font-size: .36rem;line-height: .8rem;text-align: center; background-color: #17458d;border-radius: .4rem;}
.ha-submit_article a{display: block;width: 100%;color: #fff;}
.header_menu.header_menu2 .ha-one{padding: .4rem .2rem .4rem 0;}
.ha-titles{width: 100%;padding: .6rem 0; color: #0b1634;font-size: .48rem;line-height: .58rem;font-weight: bold; border-bottom: 1px solid #e8ecf7;}
@media(max-width:750px){ 
    body{padding-top: 1.25rem !important;}
    .header{display: none;}
    .header_phone{display: block;}

    body.hax_lucency{padding-top: 0 !important;}
    body.hax_lucency .header_phone{background-color: transparent;border-bottom: 1px solid rgba(255,255,255,.2);}
    body.hax_lucency .hp-menu{background-image: url('../images/s4-b.png');}
    body.hax_lucency .hp-logo1{display: none;}
    body.hax_lucency .hp-logo2{display: block;} 
    body.hax_lucency .hp-login1{display: none;}
    body.hax_lucency .hp-login2{display: block;} 
    body.hax_lucency .h-search:before{background-image: url('../images/s5-b.png');} 
    body.hax_lucency .header_phone .hl-tip:before{background-image: url('../images/s6-b.png');} 
 
    body.fixed .header_phone{background-color: #fff;}
    body.fixed .hp-menu{background-image: url('../images/s4.png');}
    body.fixed .hp-logo1{display: block;}
    body.fixed .hp-logo2{display: none;} 
    body.fixed .hp-login1{display: block;}
    body.fixed .hp-login2{display: none;} 
    body.fixed .h-search:before{background-image: url('../images/s5.png');} 
    body.fixed .header_phone .hl-tip:before{background-image: url('../images/s6.png');} 

    body.search-state .header_phone{background-color: #fff;}
    body.search-state .hp-menu{background-image: url('../images/s4.png');}
    body.search-state .hp-logo1{display: block;}
    body.search-state .hp-logo2{display: none;} 
    body.search-state .hp-login1{display: block;}
    body.search-state .hp-login2{display: none;} 
    body.search-state .h-search:before{background-image: url('../images/s5.png');} 
    body.search-state .header_phone .hl-tip:before{background-image: url('../images/s6.png');} 


}

.footer{width: 100%;padding: .75rem .3rem .45rem; background-color: #0b1634;}
.f-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.f-logobox{width: 100%;padding-bottom: .5rem;margin-bottom: .2rem;border-bottom: 1px solid rgba(255,255,255,.15);}
.f-logo{display: block;cursor: pointer;}
.f-logo img{width: 2rem;}
.f-top{width: 100%;padding-bottom: 1rem; display: flex;flex-wrap: wrap;justify-content: space-between;}
.f-left{width: 4.8rem;}
.f-tr{width: 100%;padding-bottom: .2rem;}
.f-td{display: flex;width: 100%;margin-bottom: .15rem;}
.f-td_icon{display: flex;align-items: center;justify-content: center;width: 1em;height: 1.5em;}
.f-td_icon img{max-width: 100%;max-height: 100%;}
.f-td_text{flex: 1;padding-left: .1rem;display: flex;align-items: center;flex-wrap: wrap;}
.f-td_intro{padding-right: .2rem;color: #ffffff;font-weight: bold;line-height: 1.5;}
.f-td_intro:last-child{padding-right: 0;} 
.f-share{display: flex;flex-wrap: wrap;align-items: center;}
.f-share_one{display: block;cursor: pointer;margin-right: .13rem;margin-bottom: .15rem;}
.f-share_one:last-child{margin-right: 0;}
.f-share_icon{position: relative;top: 0;transition: all .3s;display: flex;align-items: center;justify-content: center;width: 2.25em;height: 2.25em;border-radius: 50%;overflow: hidden;}
.f-share_icon img{width: 100%;height: 100%;object-fit: contain;}
.f-share_one:hover .f-share_icon{top: -.05rem;}

.f-right{width: 8.8rem;display: flex;justify-content: space-between;}
.f-item{display: block;padding-right: .15rem;}
.f-item:last-child{padding-right: 0;}
.f-one{display: block;margin-bottom: .15rem;color: #ffffff;font-weight: bold;line-height: 1.5;}
.f-twobox{display: inline-block;}
.f-two{display: block;cursor: pointer;margin-bottom: .08rem;color: rgba(255,255,255,.7);line-height: 1.6;}
.f-two:hover{color: #fff;}
.f-bottom{width: 100%;padding: .2rem 0;border-top: 1px solid rgba(255,255,255,.14); display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.f-lt{font-size: 0;}
.f-rt{font-size: 0;}
.f-link{display: inline-block;vertical-align: middle;padding: .05rem 0;color: rgba(255,255,255,.7);line-height: 1.7;}
.f-bottom a:hover{color: #fff;cursor: pointer;}

@media(max-width: 750px){ 
    .footer{padding: .8rem .4rem .3rem;}
    .f-top{display: flex;flex-wrap: wrap;flex-direction: column-reverse;padding-bottom: .35rem;}
    .f-left{width: 100%;}
    .f-td{margin-bottom: .25rem;}
    .f-td_icon{font-size: .3rem;}
    .f-td_intro{font-size: .3rem;line-height: .4rem;}
    .f-share_one{margin-right: .15rem;}
    .f-share_icon{width: .67rem;height: .67rem;}
    .f-right{width: 100%;padding-bottom: .3rem;margin-bottom: .55rem;flex-wrap: wrap;justify-content: space-between;border-bottom: 1px solid rgba(255,255,255,.15);}
     
    .f-item{width: 100%;position: relative;padding-right: 0;}
    .f-item:after{content: '';position: absolute;top: 0;right: 0;width: .11rem;height: .9rem;background-image: url('../images/s10.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
    .f-one{display: inline-block;padding: .25rem .3rem .25rem 0;margin-bottom: 0;color: #ffffff;font-size: .3rem;line-height: .4rem;font-weight: bold;}
    .f-twobox{display: none;width: 100%;padding: .2rem 0; border-top: 1px solid rgba(255,255,255,.15);border-bottom: 1px solid rgba(255,255,255,.15);} 
    .f-two{position: relative;display: block;width: 100%;margin: .27rem 0;padding: 0 .2rem; color: rgba(255,255,255,.5);font-size: .3rem;line-height: .4rem;}
    .f-two:after{content: '';position: absolute;top: 0;right: 0;width: .11rem;height: 100%;background-image: url('../images/s10.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
    .f-item:last-child .f-twobox{border-bottom:none;}
    .f-item.show:after{width:  .18rem; background-image: url('../images/s10-b.png');}

    
    .f-bottom{text-align: center;padding: .3rem 0;}
    .f-lt{width: 100%;}
    .f-rt{width: 100%;}
    .f-link{padding: .15rem 0;font-size: .28rem;line-height: .36rem;}
}

.fa-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.fa-top{width: 100%;padding: .05rem 0 .25rem;margin-bottom: .35rem;border-bottom: 1px solid rgba(255,255,255,.14); display: flex;align-items: center;justify-content: space-between;}
.fa-logo{display: block;cursor: pointer;margin-bottom: .15rem; width: 2rem;}
.fa-logo img{width: 100%;}
.fa-center{width: 100%;padding-bottom: .3rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.fa-left{display: flex;flex-wrap: wrap;}
.fa-left .fa-item{display: block;width: 40em;margin-bottom: .3rem;}
.fa-left .fa-one{display: block;margin-bottom: .15rem;color: #ffffff;font-weight: bold;line-height: 1.5;}
.fa-left .fa-twobox{display: block;display: flex;flex-wrap: wrap;}
.fa-left .fa-two{display: block;cursor: pointer;width: 50%;padding-right: .15rem;margin-bottom: .08rem;color: rgba(255,255,255,.7);line-height: 1.6;}
.fa-left .fa-two:hover{color: #fff;} 
.fa-right{display: flex;flex-wrap: wrap;width: 6.3rem;}
.fa-right .fa-item{display: block;width: 33.33%;margin-bottom: .3rem;}
.fa-right .fa-one{display: block;margin-bottom: .15rem;color: #ffffff;font-weight: bold;line-height: 1.5;}
.fa-right .fa-twobox{display: inline-block;}
.fa-right .fa-two{display: block;cursor: pointer;margin-bottom: .08rem;color: rgba(255,255,255,.7);line-height: 1.6;}
.fa-right .fa-two:hover{color: #fff;} 
.fa-bottom{width: 100%;padding: .25rem 0;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.fa-lt{font-size: 0;}
.fa-rt{font-size: 0;}
.fa-link{display: inline-block;vertical-align: middle;padding: .05rem 0;color: rgba(255,255,255,.7);line-height: 1.7;}
.fa-bottom a:hover{color: #fff;cursor: pointer;}
@media(max-width: 1350px){
   .fa-left{width: 100%;}
   .fa-left .fa-item{width: 100%;}
   .fa-left .fa-two{width: 33.33%;}
   .fa-right{width: 100%;}
}

@media(max-width: 750px){  
    .fa-top{padding-top: 0;padding-bottom: .35rem;margin-bottom: .2rem;} 
    .fa-left{display: none;}
    .fa-right{width: 100%;padding-bottom: .3rem;margin-bottom: .55rem;flex-wrap: wrap;justify-content: space-between;border-bottom: 1px solid rgba(255,255,255,.15);}
    .fa-right .fa-item{width: 100%;position: relative;margin-bottom: 0;}
    .fa-right .fa-item:after{content: '';position: absolute;top: 0;right: 0;width: .11rem;height: .9rem;background-image: url('../images/s10.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
    .fa-right .fa-one{display: inline-block;padding: .25rem .3rem .25rem 0;margin-bottom: 0;color: #ffffff;font-size: .3rem;line-height: .4rem;font-weight: bold;}
    .fa-right .fa-twobox{display: none;width: 100%;padding: .2rem 0; border-top: 1px solid rgba(255,255,255,.15);border-bottom: 1px solid rgba(255,255,255,.15);} 
    .fa-right .fa-two{position: relative;display: block;width: 100%;margin: .27rem 0;padding: 0 .2rem; color: rgba(255,255,255,.5);font-size: .3rem;line-height: .4rem;}
    .fa-right .fa-two:after{content: '';position: absolute;top: 0;right: 0;width: .11rem;height: 100%;background-image: url('../images/s10.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
    .fa-right .fa-item:last-child  .fa-twobox{border-bottom:none;}
    .fa-right .fa-item.show:after{width:  .18rem; background-image: url('../images/s10-b.png');}

    .fa-center .f-share{display: flex !important;}

    .fa-bottom{text-align: center;padding: .3rem 0;border-top: 1px solid rgba(255, 255, 255, .14);}
    .fa-lt{width: 100%;}
    .fa-rt{width: 100%;}
    .fa-link{padding: .15rem 0;font-size: .28rem;line-height: .36rem;}
}

.sidebar{position: fixed;bottom: 20%;right: .2rem;z-index: 38;}
.sidebar-item{display: block;}
.sidebar-link{display: flex;align-items: center;justify-content: center;cursor: pointer;width: .56rem;height: .56rem;background-color: #ffffff;border-radius: 50%;border: solid 1px #0b1634;}
.sidebar-link img{width: 100%;height: 100%;object-fit: contain;}
.sidebar-icon1{display: block;}
.sidebar-icon2{display: none;}
.sidebar-item:hover .sidebar-link{background-color: #17458d;border: solid 1px #17458d;}
.sidebar-item:hover .sidebar-icon1{display: none;}
.sidebar-item:hover .sidebar-icon2{display: block;}
@media(max-width: 750px){ 
    .sidebar{right: .4rem;}
    .sidebar-link{width: .65rem;height: .65rem;}
}

.nav{width: 100%;padding: 0 .3rem;}
.nav-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.nav-cont{width: 100%;}
.nav-left{width: 100%;font-size: 0;}
.nav-item{display: inline-block;vertical-align: middle;line-height: .8rem;color: #444444;}
.nav-item:after{content: '';display: inline-block;vertical-align: middle;margin: 0 .05rem;width: .437em;height: 1.5em;background-image: url('../images/a2.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.nav-item:last-child{color: #0b1634;}
.nav-item:last-child:after{display: none;}
.nav-item:nth-child(1):before{content: '';display: inline-block;vertical-align: middle;margin-right: .1rem;width: .937em;height: 1.5em;background-image: url('../images/a1.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}

.nav.gray{background-color: #f7f9fe;}
@media(max-width: 750px){
    .nav{display: none;}
    .nav-left{white-space: nowrap;overflow: auto;}
}

.paging{width: 100%;text-align: center;font-size: 0;}
.paging-item{transition: all  .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem .04rem;min-width: 2.5em;height: 2.5em;line-height: 2.5em;border-radius: 1.25em;color: #666666;border: solid 1px #fff;}
.paging-item:hover{color: #0b1634;border: solid 1px #0b1634;}
.paging-up{transition: all  .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem .04rem;min-width: 2.5em;height: 2.5em;border-radius: 1.25em;color: transparent;border: solid 1px #fff;background-image: url('../images/a3.png');background-size: .5em auto;background-position: center center;background-repeat: no-repeat;}
.paging-up:hover{background-image: url('../images/a3-b.png');}
.paging-next{transition: all  .3s;transform: rotate(-180deg);display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem .04rem;min-width: 2.5em;height: 2.5em;border-radius: 1.25em;color: transparent;border: solid 1px #fff;background-image: url('../images/a3.png');background-size: .5em auto;background-position: center center;background-repeat: no-repeat;}
.paging-next:hover{background-image: url('../images/a3-b.png');}

.my-top{position: relative;z-index: 8;width: 100%;text-align: center;padding-bottom: .45rem;}
.my-titles{width: 100%;color: #0b1634;line-height: 1.26;font-weight: bold;}
.my-synopsis{width: 100%;padding-top: .2rem;color: #17458d;line-height: 1.45;font-weight: bold;}
.my-intro{width: 100%;padding-top: .2rem;color: #000000;line-height: 1.5;}
.my-intro a{cursor: pointer;text-decoration: underline;color: #17458d;}
.my-more{transition: all  .3s;display: inline-block;cursor: pointer;padding: .11rem .26rem;line-height: 1.6;color: #0b1634;border-radius: calc(.11rem + .8em);border: solid 1px #0b1634;}
.my-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .35rem;width: .31em;height: 1.6em;background-image: url('../images/a43.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.my-more:hover{color: #fff;background-color: #17458d;border: solid 1px #17458d;}
.my-more:hover:after{background-image: url('../images/a43-b.png');}

@media(max-width: 750px){ 
    .my-titles{font-size: .48rem;line-height: 1.2;} 
    .my-synopsis{padding-top: .4rem;font-size: .36rem;line-height: 1.33;}
    .my-intro{font-size: .32rem;line-height: .48rem;}
    .my-more{font-size: .36rem;padding: 0 .35rem;line-height: .8rem;border-radius: .4rem;}
    .my-more:after{margin-left: .42rem;width: .13rem;background-image: url('../images/s1.png');}
    .my-more:hover:after{background-image: url('../images/s1-b.png');}
}

.selectbox{width: 100%;position: relative;z-index: 8;}
.select-tip{width: 100%;display: block;cursor: pointer;position: relative;padding-left: .2rem;padding-right:calc(.35rem + .77em);border-radius: .24rem;border: solid 1px #e3e8f4;}
.select-tip:after{content: "";position: absolute;right: .25rem;top: 0;z-index: 1;width: .77em;height: 100%;background-image: url('../images/a16.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.select-cur{display: block; width: 100%;height:.5rem;line-height:.5rem;color: #bbbbbb;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.select-cur span{color: #ff0000;}
.select-sub{visibility: hidden;z-index: -1;opacity: 0;position: absolute;top: 100%;left: 0;width: 100%;padding-top: 10px;}
.select-sub:before{content: '';position: absolute;top: 5px;left: .1rem;width: 11px;height: 6px;background-image: url('../images/b35.jpg');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.select-cont{width: 100%; max-height: calc(1.3rem + 8em); overflow: auto;background-color: #f7f9fe;border: solid 1px #e7ecf8;}
.select-item{display: block;cursor: pointer; width: 100%;line-height: 1.6;padding:.12rem .2rem;color: #000000;}
.select-item:hover{background-color: #f5f5f5;}
.select-item.select{background-color: #17458d;color: #fff;}
.selectbox.show {z-index: 28;}
.selectbox.show .select-sub{visibility: visible;z-index: 98;opacity: 1;transition: all ease .5s;}
.selectbox.active .select-cur{color: #000;}
@media(max-width: 750px){
    .select-tip{padding-left: .3rem;padding-right: .5rem;border-radius: .4rem}
    .select-tip:after{right: .35rem;width: .18rem;}
    .select-cur{line-height: .8rem;height: .8rem;}
}

.classify{width: 100%;padding: 0 .3rem; background-color: #f7f9fe;border-bottom: 1px solid #e7ecf8;}
.classify-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.classify-cont{position: relative;left: -.1rem;width: calc(100% + .2rem);display: flex;flex-wrap: wrap;}
.classify-item{position: relative;padding: 0 .1rem;}
.classify-item:after{display: none;content: '';position: absolute;left: .1rem;bottom: 0;width: calc(100% - .2rem);height: 2px;background-color: #17458d;}
.classify-item{margin-right: .4rem;}
.classify-item:last-child{margin-right: 0;}
.classify-onebox{position: relative;display: flex;align-items: center;}
.classify-one{display: block;cursor: pointer;padding: .2rem 0;color: #0b1634;line-height: 1.5;}
.classify-one:hover{color: #17458d;}
.classify-buttom{display: none;cursor: pointer;margin-left: .07rem;width: .72em;height: 1.5em;background-image: url('../images/a21.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.classify-sub{visibility: hidden;z-index: -1;opacity: 0;position: absolute;top: 100%;left: 0;width: 100%;min-width: calc(.4rem + 8.2em);padding-top: 10px;}
.classify-sub:before{content: '';position: absolute;top: 5px;left: .1rem;border-bottom: 6px solid #f7f9fe;border-left: 6px solid transparent;border-right: 6px solid transparent;}
.classify-twobox{width: 100%; max-height: calc(1.3rem + 8em); overflow: auto;background-color: #f7f9fe;}
.classify-two{position: relative;z-index: 1;display: block;cursor: pointer; width: 100%;line-height: 1.6;padding:.12rem .2rem;color: #000000;} 
.classify-two:hover{background-color: #17458d;color: #fff;} 

.classify-item.has-two .classify-buttom{display: block;}
.classify-item.active:after{display: block;}

.classify-item.show {z-index: 28;}
.classify-item.show .classify-one{color: #17458d;}
.classify-item.show .classify-sub{visibility: visible;z-index: 98;opacity: 1;transition: all ease .5s;}
.classify-item.show .classify-buttom{background-image: url('../images/a21-b.png');}

@media(max-width: 1100px){ 
   .classify-one{font-size: 12px;}
}
@media(max-width: 750px){ 
    .classify{display: none;}  
}

.issues-list{width: 100%;}
.issues-item{width: 100%;padding-bottom: .25rem;margin-bottom: .35rem;border-bottom: 1px solid #dee4f2;}
.issues-link{display: block;cursor: pointer;width: 100%;}
.issues-classify{width: 100%;margin-bottom: .1rem;color: #17458d;line-height: 1.5;}
.issues-name{display: block;cursor: pointer;width: 100%;margin-bottom: .15rem;color: #000000;line-height: 1.4;font-weight: bold;}
.issues-label{margin-bottom: .1rem;color: #222222;line-height: 1.5;}
.issues-label img{margin-right: .06rem;height: 1.22em;}
.issues-personnel{width: 100%;margin-bottom: .1rem;color: #000000;line-height: 1.5;}
.issues-buttom{width: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.issues-pdf{display: block;cursor: pointer;margin-right: .3rem;margin-bottom: .1rem;color: #17458d;line-height: 1.5;}
.issues-pdf img{margin-right: .07rem;height: 1em;}
.issues-cite{display: block;cursor: pointer;margin-right: .3rem;margin-bottom: .1rem;color: #17458d;line-height: 1.5;}
.issues-cite img{margin-right: .07rem;height: .89em;}
.issues-file{display: block;cursor: pointer;margin-right: .3rem;margin-bottom: .1rem;color: #17458d;line-height: 1.5;}
.issues-file img{margin-right: .07rem;height: .95em;}
.issues-preview{display: block;cursor: pointer;margin-right: .3rem;margin-bottom: .1rem;color: #17458d;line-height: 1.5;}
.issues-preview:after{transition: all  .3s;transform: rotate(0); content: '';display: inline-block;vertical-align: middle;margin-left: .03rem;width: .56em;height: 1.5em;background-image: url('../images/a48.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.issues-sub{display: none;width: 100%;padding-top: calc(7px + .05rem);padding-bottom: .25rem;}
.issues-textbox{position: relative;width: 100%;padding: .25rem .3rem;color: #000018;line-height: 1.7;background-color: #f7f9fe;}
.issues-textbox:after{content: '';position: absolute;top: -7px;left: .35rem;border-bottom: 8px solid #f7f9fe;border-left:8px solid transparent;border-right:8px solid transparent;}
.issues-textbox *{line-height: inherit;max-width: 100%;}
.issues-item.show .issues-preview{font-weight: bold;}
.issues-item.show .issues-preview:after{transform: rotate(-180deg);} 
.issues-link:hover .issues-name{color: #17458d;}
.issues-typebox{width: 100%;display: flex;}
.issues-type{margin-bottom: .1rem;margin-right: .15rem;color: #222222;line-height: 1.5;}
.issues-timebox{display: flex;flex-wrap: wrap;align-items: center;}
.issues-time{margin-right: .15rem;margin-bottom: .1rem;color: #000000;line-height: 1.5;}
.issues-time:last-child{margin-right: 0;}
@media(max-width: 750px){ 
    .issues-item{padding-bottom: .45rem;margin-bottom: .55rem;}
    .issues-classify{margin-bottom: .15rem;font-size: .28rem;line-height: .38rem;}
    .issues-name{font-size: .36rem;line-height: .48rem;margin-bottom: .25rem;} 
    .issues-personnel{font-size: .28rem;line-height: .38rem;margin-bottom: .25rem;}
    .issues-personnel:after{content: '';display: inline-block;vertical-align: middle;margin-left: .08rem;width: .26rem;height: .3rem;/*background-image: url('../images/s9-b.png');*/background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
    .issues-pdf{margin-right: .5rem;font-size: .28rem;line-height: .38rem;}
    .issues-cite{margin-right: .5rem;font-size: .28rem;line-height: .38rem;}
    .issues-file{margin-right: .5rem;font-size: .28rem;line-height: .38rem;}

    .issues-type{margin-right: .2rem;margin-bottom: .3rem;}
    .issues-label{margin-bottom: .3rem;}
    .issues-timebox{margin-bottom: .15rem;}
    .issues-preview{width: 100%;margin-top: .2rem;}
    
}
  
@media(min-width: 750px){  
   .author-main{width: 100%;font-size: 0;position: relative;}
   .author-item{display: inline-block;vertical-align: middle;margin-bottom: .1rem;}
   .author-buttom{display: flex;align-items: center;cursor: pointer;color: #17458d;line-height: 1.6;text-decoration: underline !important;}
   .author-buttom img{margin-left: .05rem;height: .7em;}
   .author-line{display: inline-block;vertical-align: middle;margin:0  .1rem .1rem 0;color: #17458d;line-height: 1.6;}

   .author-sub{opacity: 0;z-index: -1;visibility: hidden;transition:opacity .5s; position: absolute;top: 0;left: 0;width: 100%;padding-top:.1rem;}
   .author-shade{display: none;}
   .author-close{display: none;}
   .author-cont{display: block;position: relative;width: 100%;padding: .35rem .4rem .25rem;background-color: #ffffff;box-shadow: 0px 0px .5rem 0px rgba(23, 69, 141, 0.1);}
   /* .author-cont:before{content: '';position: absolute;top: -5px;left: .12rem;border-bottom: 6px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;} */
   .author-name{width: 100%;color: #17458d;font-weight: bold;line-height: 1.4;}
   .author-mail{width: 100%;margin-top: .07rem;color: #17458d;line-height: 1.5;}
   .author-mail img{margin-right: .07rem;height: .78em;}
   .author-intro{width: 100%;padding-top: .15rem;margin-top: .15rem;color: #000000;line-height: 1.6; border-top: 1px solid #e2e8f4;}
   .author-item.show .author-sub{opacity: 1;z-index: 18;visibility: visible;}
}
@media(max-width: 750px){ 
   .author-main{width: 100%;font-size: 0;margin-bottom: .25rem;display: flex;flex-wrap: wrap;}
   .author-item{display: flex;align-items: center;margin-bottom: .1rem;}
   .author-buttom{display: flex;align-items: center; color: #17458d;font-size: .28rem;line-height: 1;border-bottom: 1px solid #17458d;}
   .author-buttom img{margin-left: .05rem;height: .7em;}

   .author-line{display: inline-block;vertical-align: middle;margin-right: .1rem;margin-bottom: .1rem;color: #17458d;font-size: .28rem;line-height: .48rem;}
   .author-sub{opacity: 0;z-index: -1;visibility: hidden;transition:opacity .5s;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;display: flex;align-items: center;justify-content: center;}
   .author-item.show .author-sub{opacity: 1;z-index: 388;visibility: visible;}
   .author-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .4;}
   .author-cont{position: relative;z-index: 1;width: 6rem;padding: .5rem .4rem;max-height: 90vh;overflow: auto;background-color: #fff;}
   .author-name{width: 100%;font-size: .32rem;line-height: .42rem;color: #17458d;font-weight: bold;}
   .author-mail{width: 100%;padding-top: .1rem;font-size: .28rem;line-height: .48rem;color: #17458d;}
   .author-mail img{width: .28rem;margin-right: .1rem;}
   .author-intro{width: 100%;padding-top: .15rem;margin-top: .15rem;border-top: 1px solid #e2e8f4;color: #000000;font-size: .28rem;line-height: .48rem;}
   .author-close{position: absolute;top: .2rem;right: .2rem;z-index: 18;width: .26rem;height: .3rem;background-image: url('../images/s12.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
  
}
 

.a-main{width: 100%;position: relative;display: flex;align-items: center;min-height: 5rem;padding: .6rem .3rem;}
.a-main input::-webkit-input-placeholder,
.a-main textarea::-webkit-input-placeholder{color: rgba(255,255,255,.7);}
.a-main input:-moz-placeholder,
.a-main textarea:-moz-placeholder{color: rgba(255,255,255,.7);}
.a-main input::-moz-placeholder,
.a-main textarea::-moz-placeholder{color: rgba(255,255,255,.7);}
.a-main input:-ms-input-placeholder,
.a-main textarea:-ms-input-placeholder{color: rgba(255,255,255,.7);}
.a-b{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.a-item{display: block;width: 100%;}
.a-link{position: relative;width: 100%;height: 100%;}
.a-img{width: 100%;height: 100%;overflow: hidden;}
.a-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.a-text{width: 100%;max-width: 14rem;margin: 0 auto;position: relative;z-index: 18;}
.a-top{width: 100%;}
.a-titles{width: 100%;max-width: 11em;color: #ffffff;font-weight: bold;line-height: 1.16;}
.a-advanced_search{display: inline-block;cursor: pointer;margin-top: .05rem;color: #ffffff;line-height: 1.7;}
.a-list{width: 100%;font-size: 0;}
.a-one{display: inline-block;vertical-align: top;margin-right: .65rem;margin-top: .3rem;}
.a-one:last-child{margin-right: 0;}
.a-nubbox{width: 100%;}
.a-nub{display: inline-block;vertical-align: bottom;padding-right: .05rem;color: #ffffff;line-height: 1.35;}
.a-unit{display: inline-block;vertical-align: bottom;color: #ffffff;line-height: 1.5;}
.a-intro{width: 100%;color: rgba(255,255,255,.7);line-height: 1.28;}
.a-search{display: block;position: relative;padding-right: .66rem;width: 4.45rem;margin-top: .35rem;border: solid 1px rgba(255,255,255,.4);border-radius: .28rem;}
.a-input{border: none;background-color: transparent;width: 100%;padding-left: .25rem;color: #fff;height: .56rem;}
.a-submit{border: none;background-color: transparent;position: absolute;top: 0;right: 0;display: block;cursor: pointer;width: .66rem;height: 100%;background-image: url('../images/a45.png');background-size: .22rem auto;background-position: center center;background-repeat: no-repeat;}
.a-pagination{position: absolute;bottom: .3rem;left: 0;width: 100%;text-align: center;font-size: 0;}
.a-pagination .swiper-pagination-bullet{transition: all  .3s;display: inline-block;vertical-align: middle;margin: .1rem .08rem;opacity: 0.5;width: 8px;height: 8px;border-radius: 4px;background-color: #ffffff;}
.a-pagination .swiper-pagination-bullet-active{opacity: 1;width: 30px;}
.a-main.hide .a-pagination{display: none;}
@media(max-width: 750px){ 
    .a-main{min-height: 1rem;padding: 2.45rem .4rem .75rem;}
    .a-text{display: flex;flex-wrap: wrap;align-content: space-between;min-height: 7.2rem;}
    .a-titles{color: #ffffff;font-size: .6rem;line-height: .72rem;}
    .a-search{margin-top: .45rem;padding-right: .9rem;width: 100%;border-radius: .4rem;border: solid 1px #ffffff;}
    .a-input{padding-left: .3rem;color: #ffffff;font-size: .28rem;height: .8rem;}
    .a-submit{width: .9rem;background-size: .3rem auto;}
    .a-advanced_search{margin-top: .3rem;color: #ffffff;font-size: .28rem;line-height: .38rem;}
    .a-list{border-top: 1px solid rgba(255,255,255,.1);padding-top: .45rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
    .a-one{margin-right: 0;}
    .a-nub{font-size: .48rem;line-height: .58rem;}
    .a-unit{font-size: .31rem;line-height: .41rem;}
    .a-intro{font-size: .28rem;line-height: .38rem;}
    .a-pagination{display: none;}
}

.b-main{overflow: hidden;width: 100%;padding: .8rem .3rem .7rem;background-color: #eef4ff;background-image: linear-gradient(180deg, #ffffff 69%, #f5f9ff 88%, #eef4ff 100%);}
.b-main .my-top{text-align: left;padding-bottom: 0;}
.b-inner{width: 100%;max-width: 14rem;margin: 0 auto;} 
.b-top{width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;margin-bottom: .2rem;}
.b-lt{margin-bottom: .2rem;font-size: 0;}
.b-rt{margin-bottom: .2rem;font-size: 0;}
.b-navbox{display: inline-block;max-width: 8.4rem;padding: 0 .2rem; background-color: #ffffff;box-shadow: 0px .05rem .3rem 0px rgba(11, 22, 52, 0.03);border-radius: .32rem;}
.b-nav{cursor: pointer;width: auto;padding: 0 .2rem;}
.b-nav span{display: block;position: relative;height: .6rem;line-height: .64rem;color: #444444;}
.b-nav span:after{transition: all  .3s;content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 2px;background-color: #0b1634;}
.b-nav:hover span{color: #0b1634;}
.b-nav.active span{color: #0b1634;}
.b-nav.active span:after {width: 100%;}
.b-bottom{position: relative;left: -.2rem;width: calc(100% + .4rem);}
.b-one{opacity: 0;z-index: -1;visibility: hidden;transition: all .5s;position: absolute;top: 0;left: 0;width: 100%;}
.b-one.show{opacity: 1;z-index: 1;visibility: visible;position: relative;}
.b-b{width: 100%;}
.b-b .swiper-slide{width: 100%;display: flex;flex-wrap: wrap;}
.b-item{width: 20%;padding: 0 .2rem;margin-bottom: .35rem;}
.b-link{display: block;cursor: pointer;width: 100%;}
.b-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(335/249*100%);}
.b-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.b-text{width: 100%;padding-top: .15rem;}
.b-name{transition: all  .3s;width: 100%;margin-bottom: .08rem;color: #0b1634;font-weight: bold;line-height: 1.5;}
.b-nub{width: 100%;color: #444444;line-height: 1.7;}
.b-link:hover .b-img img{transform: scale(1.05);} 
.b-link:hover .b-name{color: #17458d;}
.b-buttom{width: 100%;display: flex;align-items: center;margin-top: -.1rem;}
.b-scrollbarbox{flex: 1;padding-right: .38rem;}
.b-scrollbar{width: 100%;height: 2px;background-color: rgba(11,22,52,.04);}
.b-scrollbar .swiper-scrollbar-drag{background-color: #0b1634;}
.b-buttombox{position: relative;width: calc(5.76em + .1rem);height: 2.88em;}
.b-prev{transition: all  .3s;opacity: .4;left: 0;margin-top: -1.44em;width: 2.88em;height: 2.88em;border-radius: 50%;border: solid 1px #0b1634;background-image: url('../images/a44.png');background-size: .5em auto;background-position: center center;background-repeat: no-repeat;}
.b-prev:hover{opacity: 1;}
.b-next{transform: rotate(-180deg);transition: all  .3s;opacity: .4;right: 0;margin-top: -1.44em;width: 2.88em;height: 2.88em;border-radius: 50%;border: solid 1px #0b1634;background-image: url('../images/a44.png');background-size: .5em auto;background-position: center center;background-repeat: no-repeat;}
.b-next:hover{opacity: 1;}

.ba-main{display: none;width: 100%;}
.ba-cont{width: 100%;}
.ba-item{display: block;width: 100%;margin-bottom: .2rem;background-color: #ffffff;}
.ba-buttom{transition: all .3s;display: block;cursor: pointer;position: relative;width: 100%;padding: .24rem .6rem .24rem .3rem;}
.ba-buttom:after{transition: all .3s;transform: rotate(0);content: '';position: absolute;top: 0;right: .3rem;width: .18rem;height: 100%;background-image: url('../images/s2.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.ba-name{transition: all .3s;width: 100%;color: #000000;font-size: .32rem;line-height: .42rem;}
.ba-sub{display: none;width: 100%;}
.ba-link{display: flex;align-items: center;width: 100%;justify-content: space-between;padding: .3rem;}
.ba-imgbox{width: 1.4rem;}
.ba-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(194/140*100%);}
.ba-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.ba-text{width: calc(100% - 1.8rem);}
.ba-nub{width: 100%;color: #0b1634;font-size: .28rem;line-height: .38rem;}
.ba-more{width: 100%;margin-top: .35rem;color: #0b1634;font-size: .28rem;line-height: .38rem;}
.ba-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .14rem;width: .08rem;height: .3rem;background-image: url('../images/s3.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.ba-item.show .ba-buttom{padding: .29rem .6rem .29rem .3rem;background-color: #0b1634;background-image: linear-gradient(90deg, #0b1634 0%, #0f496b 100%);}
.ba-item.show .ba-buttom:after{transform: rotate(-180deg);background-image: url('../images/s2-b.png');}
.ba-item.show .ba-name{font-size: .36rem;color: #ffffff;font-weight: bold;}

.ba-item:nth-child(n + 9){display: none;}
.ba-morebox{display: none;width: 100%;padding-top: .3rem;padding-bottom: .2rem;text-align: center;}
.ba-more_buttom{display: inline-block;padding: 0 .35rem;border-radius: .4rem;border: solid 1px #0b1634;}
.ba-more_buttom:after{transition: all .3s;transform: rotate(0);content: '';display: inline-block;vertical-align: middle;margin-left: .28rem;width: .18rem;height: .3rem;background-image: url('../images/s2.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.ba-more_text1{display: inline-block;vertical-align: middle;color: #0b1634;font-size: .36rem;line-height:  .8rem;}
.ba-more_text2{display: none;vertical-align: middle;color: #0b1634;font-size: .36rem;line-height:  .8rem;}
.ba-main.show_more .ba-morebox{display: block;}
.ba-main.show .ba-more_buttom:after{transform: rotate(-180deg);}
.ba-main.show .ba-more_text1{display: none;}
.ba-main.show .ba-more_text2{display: inline-block;}
.ba-main.show .ba-item{display:  block;}

@media(max-width: 750px){ 
   .b-main{padding: .75rem .4rem .5rem;background-color: #f0f6ff;background-image:none;}
   .b-rt{display: none;}
   .b-bottom{display: none;}
   .ba-main{display: block;}
}


.c-main{width: 100%;padding: .8rem .4rem;}
.c-main .my-top{text-align: left;padding-bottom: .35rem;}
.c-main .my-synopsis{color: #0b1634;}
.c-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.c-cont{width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.c-left{width: 6.35rem;}
.c-intro{width: 100%;margin-bottom: .6rem;color: #000000;line-height: 1.87;}
.c-right{width: 7rem;}
.c-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(400/700*100%);}
.c-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}

@media(max-width: 750px){  
    .c-main .my-top{margin-bottom: .3rem;border-bottom: 1px solid #d6dcec;}
    .c-left{width: 100%;text-align: center;}
    .c-intro{text-align: left;margin-bottom: .3rem;font-size: .36rem;line-height: 1.55;-webkit-line-clamp: 6;}
    .c-right{display: none;}
}


.d-main{position: relative; width: 100%;padding: .8rem .4rem .7rem;background-color: #f0f5ff;background-image: linear-gradient(180deg, #f0f5ff 0%, #f7f9fe 23%);}
.d-main .my-top{text-align: left;padding-bottom: 0;}
.d-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.d-top{width: 100%;display: flex;align-items: center;margin-bottom: .4rem;}
.d-lt{flex: 1;font-size: 0;}
.d-rt{font-size: 0;}
.d-special{display: flex;flex-wrap: wrap;align-items: center; cursor: pointer;width: 100%;margin-bottom: .3rem;background-color: #ffffff;box-shadow: 0px .05rem .3rem 0px rgba(0, 0, 0, 0.02);}
.d-special .d-imgbox{width: 50%;}
.d-special .d-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(393/700*100%);}
.d-special .d-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.d-special .d-text{width: 50%;padding: .15rem .5rem;}
.d-special .d-time{width: 100%;margin-bottom: .15rem;color: #444444;line-height: 1.7;}
.d-special .d-name{transition: all  .3s;width: 100%;margin-bottom: .25rem;color: #0b1634;font-weight: bold;line-height: 1.5;}
.d-special .d-intro{width: 100%;color: #444444;line-height: 1.7;}
.d-special:hover .d-img img{transform: scale(1.05);}
.d-special:hover .d-name{color: #17458d;}

.d-cont{position: relative;left: -.15rem;width: calc(100% + .3rem);display: flex;flex-wrap: wrap;}
.d-one{display: block;width: 33.33%;padding: 0 .15rem;margin-bottom: .3rem;}
.d-one .d-link{display: block;cursor: pointer;position: relative;width: 100%;height: 100%;background-color: #ffffff;box-shadow: 0px .05rem .3rem 0px rgba(0, 0, 0, 0.02);}
.d-one .d-link:after{transition: all  .3s;content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 1px;background-color: #00000e;}
.d-one .d-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(250/446*100%);}
.d-one .d-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.d-one .d-text{width: 100%;padding: .25rem .4rem .35rem;}
.d-one .d-time{width: 100%;margin-bottom: .1rem;color: #444444;line-height: 1.7;}
.d-one .d-name{transition: all  .3s;width: 100%;margin-bottom: .15rem;color: #0b1634;font-weight: bold;line-height: 1.5;}
.d-one .d-intro{width: 100%;color: #444444;line-height: 1.7;}
.d-one .d-link:hover:after{width: 100%;}
.d-one .d-link:hover .d-img img{transform: scale(1.05);}
.d-one .d-link:hover .d-name{color: #17458d;}

.d-bottom{position: relative;left: -.15rem;width: calc(100% + .3rem);}
.d-b{width: 100%;}
.d-item{display: block;width: 20%;padding: 0 .15rem .3rem;}
.d-item .d-link{display: block;cursor: pointer;position: relative;width: 100%;height: 100%;background-color: #ffffff;box-shadow: 0px .05rem .3rem 0px rgba(0, 0, 0, 0.02);}
.d-item .d-link:after{transition: all  .3s;content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 1px;background-color: #00000e;}
.d-item .d-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(144/256*100%);}
.d-item .d-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.d-item .d-text{width: 100%;padding: .25rem .4rem .35rem;}
.d-item .d-time{width: 100%;margin-bottom: .1rem;color: #444444;line-height: 1.7;}
.d-item .d-name{transition: all  .3s;width: 100%;margin-bottom: .15rem;color: #0b1634;font-weight: bold;line-height: 1.5;}
.d-item .d-intro{width: 100%;color: #444444;line-height: 1.7;}
.d-item .d-link:hover:after{width: 100%;}
.d-item .d-link:hover .d-img img{transform: scale(1.05);}
.d-item .d-link:hover .d-name{color: #17458d;}
.d-buttom{width: 100%;display: flex;align-items: center;}
.d-scrollbarbox{flex: 1;padding-right: .38rem;}
.d-scrollbar{width: 100%;height: 2px;background-color: rgba(11,22,52,.04);}
.d-scrollbar .swiper-scrollbar-drag{background-color: #0b1634;}
.d-buttombox{position: relative;width: calc(5.76em + .1rem);height: 2.88em;}
.d-prev{transition: all  .3s;opacity: .4;left: 0;margin-top: -1.44em;width: 2.88em;height: 2.88em;border-radius: 50%;border: solid 1px #0b1634;background-image: url('../images/a44.png');background-size: .5em auto;background-position: center center;background-repeat: no-repeat;}
.d-prev:hover{opacity: 1;}
.d-next{transform: rotate(-180deg);transition: all  .3s;opacity: .4;right: 0;margin-top: -1.44em;width: 2.88em;height: 2.88em;border-radius: 50%;border: solid 1px #0b1634;background-image: url('../images/a44.png');background-size: .5em auto;background-position: center center;background-repeat: no-repeat;}
.d-next:hover{opacity: 1;}

@media(max-width: 750px){  
    .d-main{padding-bottom: 1.8rem;}
    .d-bottom{display: none;}
    .d-top{margin-bottom: .35rem;}
    .d-special .d-imgbox{width: 100%;} 
    .d-special .d-text{width: 100%;padding: .35rem .45rem;}
    .d-special .d-name{margin-bottom: .3rem;font-size: .36rem;line-height: .48rem;-webkit-line-clamp: 3;}
    .d-special .d-intro{margin-bottom: .3rem;font-size: .28rem;line-height: .38rem;-webkit-line-clamp: 2;}
    .d-special .d-time{font-size: .28rem;line-height: .38rem;}

    .d-one{width: 100%;}
    .d-one:nth-child(n + 3){display: none;}
    .d-one .d-name{margin-bottom: .3rem;font-size: .36rem;line-height: .48rem;-webkit-line-clamp: 3;}
    .d-one .d-intro{margin-bottom: .3rem;font-size: .28rem;line-height: .38rem;-webkit-line-clamp: 2;}
    .d-one .d-time{font-size: .28rem;line-height: .38rem;}
    .d-rt{position: absolute;bottom: .8rem;left: 0;width: 100%;text-align: center;}
}

.e-main{width: 100%;padding: .75rem .4rem .6rem;}
.e-main .my-top{text-align: left;}
.e-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.e-cont{position: relative;left: -.1rem;width: calc(100% + .2rem);}
.e-b{width: 100%;}
.e-b .swiper-slide{width: 100%;display: flex;flex-wrap: wrap;}
.e-item{width: 16.66%;padding: 0 .1rem;margin-bottom: .2rem;}
.e-link{display: block;cursor: pointer;width: 100%;}
.e-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(130/217*100%);border: solid 1px #eef1f9;}
.e-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: contain;transform: scale(1.00);transition: all ease .5s;}
.e-link:hover .e-img{border: solid 1px #17458d;}
.e-link:hover .e-img img{transform: scale(1.05);}
.e-pagination{display: none;position: static;width: 100%;font-size: 0;text-align: center;padding-top: .2rem;}
.e-pagination .swiper-pagination-bullet{display: inline-block;vertical-align: middle;margin: .1rem .1rem 0;opacity: 1;width: .16rem;height: .16rem;background-color: #fff;border-radius: 50%;border: solid .02rem #0b1634;}
.e-pagination .swiper-pagination-bullet-active{background-color: #0b1634;}
@media(max-width: 750px){ 
   .e-main{padding-top: .6rem;padding-bottom: .8rem;}
   .e-item{width: 33.33%;}
   .e-pagination{display: block;}
}

.i-main{width: 100%;padding: 0 .3rem .7rem;}
.i-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.i-cont{width: 100%;padding-bottom: .1rem;}
.i-item{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;width: 100%;cursor: pointer;padding-bottom: .4rem;margin-bottom: .4rem;border-bottom: 1px solid #eff3fb;}
.i-imgbox{width: 2.74rem;}
.i-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(154/274*100%);}
.i-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.i-text{width: calc(100% - 3.23rem);}
.i-time{width: 100%;margin-bottom: .15rem;color: #000000;line-height: 1.6;}
.i-name{width: 100%;margin-bottom: .15rem;color: #000000;line-height: 1.5;font-weight: bold;}
.i-intro{width: 100%;color: #000000;line-height: 1.6;}
.i-item:hover .i-img img{transform: scale(1.05);}
.i-item:hover .i-name{color: #17458d;}

@media(max-width: 750px){
    .i-main{padding: .75rem .4rem .7rem;}
    .i-main .my-top{text-align: left;margin-bottom: .45rem;border-bottom: 1px solid #d6dcec;}
    .i-cont{padding-bottom: .3rem;}
    .i-item{position: relative;}
    .i-imgbox{position: absolute;top: 0;right: 0;width: 1.9rem;}
    .i-text{width: 100%;}
    .i-name{margin-bottom: .25rem;padding-right: 2.3rem;-webkit-line-clamp: 4;font-size: .36rem;line-height: .48rem;height: 1.92rem;}
    .i-intro{font-size: .28rem;line-height: .38rem;}
    .i-time{margin-top: .25rem;margin-bottom: 0;font-size: .28rem;line-height: .38rem;}
}


.j-main{width: 100%;padding: .15rem .3rem .65rem;}
.j-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.j-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.j-left{width: 10.5rem;}
.j-top{width: 100%;padding-bottom: .1rem;margin-bottom: .35rem;border-bottom: 1px solid #e7ecf8;}
.j-titles{width: 100%;margin-bottom: .15rem;color: #000000;font-weight: bold;line-height: 1.37;}
.j-tipbox{width: 100%;font-size: 0;}
.j-tip{display: inline-block;vertical-align: middle;margin-right: .35rem;margin-bottom: .05rem;color: #000000;line-height: 1.5;}
.j-textbox{width: 100%;color: #000000;line-height: 1.7;}
.j-textbox *{line-height: inherit;max-width: 100%;}
.j-bottom{width: 100%;padding-top: .25rem;margin-top: .35rem;display: flex;align-items: center;flex-wrap: wrap;border-top: 1px solid #e7ecf8;}
.j-lt{flex: 1;}
.j-link{transition: all  .3s;cursor: pointer;margin: .05rem;width: 100%;color: #0b1634;line-height: 1.5;}
.j-link:hover{color: #17458d;}
.j-rt{padding-left: .3rem;}
.j-back{transition: all  .3s;display: inline-block;cursor: pointer;padding: 0 .3rem;color: #17458d;line-height: .48rem;border-radius: .24rem;border: solid 1px #17458d;}
.j-back:after{content: '';display: inline-block;vertical-align: middle;margin-left: .55rem;width: .81em;height: 1.5em;background-image: url('../images/a4.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.j-back:hover{color: #fff;background-color: #17458d;}
.j-back:hover:after{background-image: url('../images/a4-b.png');} 
.j-right{width: 2.8rem;}
.j-subtitle{width: 100%;margin-bottom: .35rem;color: #0b1634;line-height: 1.37;font-weight: bold;}
.j-list{width: 100%;}
.j-item{display: block;cursor: pointer;width: 100%;margin-bottom: .35rem;}
.j-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(157/280*100%);}
.j-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.j-text{width: 100%;padding-top: .15rem;}
.j-time{width: 100%;margin-bottom: .05rem;color: #17458d;line-height: 1.7;}
.j-name{width: 100%;color: #0b1634;line-height: 1.3;}
.j-intro{width: 100%;color: #000000;line-height: 1.6;}

.j-item:hover .j-img img{transform: scale(1.05);}
.j-item:hover .j-name{text-decoration: underline;}

@media(max-width: 750px){
    .j-main{padding: .5rem .4rem .35rem;}
    .j-left{width: 100%;}
    .j-top{padding-bottom: .35rem;margin-bottom: .4rem;}
    .j-titles{font-size: .48rem;line-height: .64rem;margin-bottom: .25rem;}
    .j-tip{font-size: .32rem;line-height: .42rem;}
    .j-textbox{font-size: .36rem;line-height: .56rem;}
    .j-bottom{width: 100%;text-align: center;font-size: 0;padding-top: 0;margin-top: .6rem;padding-bottom: .8rem;margin-bottom: .75rem; border-bottom: 1px solid #e7ecf8;border-top: none;}
    .j-link{display: inline-block;vertical-align: middle;cursor: pointer;margin: 0 .15rem;width: auto;color: #0b1634 !important;min-width: 2rem;padding: 0 .15rem;text-align: center;line-height: .8rem;border-radius: .4rem;border: solid 1px #0b1634;}

    .j-right{width: 100%;}
    .j-subtitle{font-size: .42rem;line-height: .52rem;padding-bottom: .35rem;margin-bottom: .45rem;border-bottom: 1px solid #e7ecf8;}

    .j-item{position: relative;padding-bottom: .45rem;margin-bottom: .45rem;border-bottom: 1px solid #e7ecf8;}
    .j-img{position: absolute;top: 0;right: 0;width: 1.9rem;padding-top: 0;height: 1.07rem;}
    .j-text{width: 100%;}
    .j-name{margin-bottom: .25rem;padding-right: 2.3rem;-webkit-line-clamp: 4;font-size: .36rem;line-height: .48rem;height: 1.92rem;}
    .j-intro{font-size: .28rem;line-height: .38rem;}
    .j-time{margin-top: .25rem;margin-bottom: 0;font-size: .28rem;line-height: .38rem;color: #222222;}
}

.k-main{width: 100%;padding: .3rem .3rem .8rem;}
.k-main .my-top{text-align: left;}
.k-select{width: 100%;margin-bottom: .8rem;}
.k-select .select-tip{background-color: #f0f6ff;border: solid 1px #f0f6ff;}
.k-select .select-tip:after{background-image: url('../images/s2.png');}
.k-opan{width: 100%;position: relative;padding: 0 .6rem 0 .3rem;margin-bottom: .8rem;background-color: #f0f6ff;border-radius: .4rem;}
.k-opan:after{content: '';position: absolute;top: 0;right: .4rem;width: .18rem;height: 100%;background-image: url('../images/s2.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.k-opan span{width: 100%;color: #0b1634;font-size: .36rem;line-height: .8rem;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.k-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.k-top{width: 100%;padding-bottom: .1rem;margin-bottom: .7rem;border-bottom: 1px solid #e3e8f4;}
.k-one{display: flex;align-items: flex-start;width: 100%;}
.k-left{flex: 1;}
.k-navbox{position: relative;left: -.2rem;width: calc(100% + .4rem);font-size: 0;}
.k-nav{display: inline-block;vertical-align: middle;cursor: pointer;padding: .06rem .2rem;margin-right: .05rem;margin-bottom: .1rem;color: #000000;line-height: 1.5;font-weight: bold;border-radius: calc(.06rem + .75em); border: solid 1px #fff;}
.k-nav:hover{color: #17458d;}
.k-nav.active{color: #17458d;background-color: #f7f9fe;border: solid 1px #17458d;}
.k-right{font-size: 0;}
.k-buttom{opacity: 0;visibility: hidden;z-index: -1;transition: all .3s;transform: rotate(0);display: block;cursor: pointer;width: calc(.12rem + 1.5em);height: calc(.12rem + 1.5em);border-radius: 50%;background-color: #f7f9fe;background-image: url('../images/a5.png');background-size: .77em auto;background-position: center center;background-repeat: no-repeat;}
.k-one.hide .k-buttom{opacity: 1;visibility: visible;z-index: 1;}
.k-one.hide .k-left{height: calc(1.5em + .22rem);overflow: hidden;}
.k-one.show .k-buttom{transform: rotate(-180deg);}
.k-one.show .k-left{height: auto;} 
.k-bottom{width: 100%;}
.k-item{display: flex;flex-wrap: wrap;justify-content: space-between;cursor: pointer;width: 100%;padding-bottom: .5rem;margin-bottom: .5rem;border-bottom: 1px solid #e3e8f4;}
.k-imgbox{width: 1.9rem;display: flex;align-items: center;}
.k-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(256/190*100%);}
.k-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.k-text{width: calc(100% - 2.38rem);display: flex;flex-wrap: wrap;align-content: space-between;}
.k-box{width: 100%;margin-bottom: .2rem;}
.k-namebox{width: 100%;margin-bottom: .15rem;font-size: 0;}
.k-name{display: inline-block;vertical-align: middle;margin-bottom: .05rem;padding-right: .15rem;color: #17458d;font-weight: bold;line-height: 1.35;}
.k-label{display: inline-block;vertical-align: middle;position: relative;margin-bottom: .05rem;padding: 0 12px 0 8px;font-size: 12px;line-height: 22px;color: #17458d;border: solid 1px #0b1634;border-right: none;}
.k-label:after{content: '';position: absolute;top: -1px;right: 0;width: 10px;height: 24px;background-image: url('../images/b21.jpg');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.k-intro{width: 100%;color: #000000;line-height: 1.6;}
.k-tipbox{width: 100%;font-size: 0;display: flex;align-items: center;flex-wrap: wrap;}
.k-tip{display: flex;align-items: center;flex-wrap: wrap;display: inline-block;vertical-align: middle;color: #000000;line-height: 1.6;}
.k-tip span{display: inline-block;vertical-align: top;color: #17458d !important;font-size: inherit !important;line-height: inherit !important;}
.k-tip span div{display: inline-block;vertical-align: top;}
.k-tip:after{content: '';display: inline-block;vertical-align: middle;margin: 0 .15rem;width: 1px;height: .87em;background-color: #e0e6f4;}
.k-tip:last-child:after{display: none;}
.k-item:hover .k-img img{transform: scale(1.05);} 

@media(max-width: 750px){ 
    .k-main{padding: .75rem .4rem .7rem;}
    .k-top{display: none;}
    .k-bottom{padding-bottom: .2rem;}
    .k-imgbox{width: 2.1rem;}
    .k-text{width: calc(100% - 2.5rem);}
    .k-label{display: none;}
    .k-namebox{margin-bottom: .2rem;}
    .k-name{font-size: .36rem;line-height: .48rem;}
    .k-intro{font-size: .28rem;line-height: .38rem;-webkit-line-clamp: 3;}
    .k-tip{font-size: .28rem;line-height: .38rem;}
    .k-tip:after{display: none;}

    .k-select .select-cur{font-size: .36rem;}

}

.l-main{width: 100%;padding: 0 .3rem .8rem; background-color: #f7f9fe;}
.l-main .my-top{padding-bottom: .35rem;}
.l-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.l-cont{width: 100%;padding: .65rem .6rem .7rem;background-color: #ffffff;}
.l-titles{width: 100%;text-align: center;margin-bottom: .35rem;color: #0b1634;line-height: 1.26;font-weight: bold;}
.l-bottom{width: 100%;}
.l-one{width: 100%;margin-bottom: .25rem;}
.l-one:last-child{margin-bottom: 0;}
.l-subtitle{width: 100%;padding-bottom: .25rem;color: #17458d;line-height: 1.4;font-weight: bold;}
.l-list{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.l-item{transition: all  .3s;display: flex;align-items: center;cursor: pointer;width: calc(50% - .16rem);margin-bottom: .3rem; padding: .12rem;background-color: #f7f9fe;border-radius: .4rem;border: solid 1px #f7f9fe;}
.l-nub{transition: all  .3s;display: flex;align-items: center;justify-content: center;min-width: .56rem;height: .56rem;color: #17458d;font-weight: bold;border-radius: .28rem;background-color: #ffffff;}
.l-rt{flex: 1;padding-left: .27rem;}
.l-name{width: 100%;color: #17458d;font-weight: bold;line-height: 1.5;}
.l-item:hover{border: solid 1px #17458d;}
.l-item:hover .l-nub{color: #fff;background-color: #17458d;}
.l-buttombox{width: 100%;text-align: center;font-size: 0;padding-top: .2rem;}
.l-buttom{display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem .07rem 0;padding: 0 .65rem;color: #ffffff;line-height: .48rem;background-color: #17458d;border-radius: .24rem;}
@media(max-width: 750px){ 
    .l-main{padding: 0;}
    .l-main .my-top{text-align: left;padding-bottom: .45rem; margin-bottom: .34rem;border-bottom: 1px solid #d6dcec;}
    .l-cont{padding: .75rem .4rem .8rem;}
    .l-one{margin-bottom: .4rem;}
    .l-subtitle{padding-bottom: .3rem;font-size: .42rem;line-height: .52rem;}
    .l-item{width: 100%;padding: .2rem; border-radius: .16rem;}
    .l-nub{min-width: 1rem;height: 1rem;border-radius: .16rem;font-size: .32rem;}
    .l-rt{padding-left: .3rem;}
    .l-name{font-size: .36rem;line-height: .48rem;}
    .l-buttombox{padding-top: .4rem;}
    .l-buttom{font-size: .36rem;padding: 0 .72rem;line-height: .8rem;border-radius: .4rem;}
}

.m-main{overflow: hidden;width: 100%;padding: .15rem .3rem .75rem;}
.m-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.m-cont{width: 100%;display: flex;flex-wrap: wrap;align-items: flex-start; justify-content: space-between;}
.m-left{width: 6.85rem;}
.m-textbox{width: 100%;color: #000000;line-height: 1.7;}
.m-textbox *{line-height: inherit;max-width: 100%;}
.m-textbox p{margin-bottom: .1rem;}
.m-textbox p:last-child{margin-bottom: 0;} 
.m-right{position: relative;width: 6.3rem;}
.m-img{z-index: 1;width: 100%;position: relative;overflow: hidden;padding-top: calc(375/630*100%);border-radius: .48rem;}
.m-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.m-logo{position: absolute;left: 1.32rem;bottom: 0;width: 100%;}
.m-logo img{width: 100%;}
@media(max-width: 750px){ 
    .m-main{padding: .75rem .4rem .6rem;}
    .m-main .my-top{text-align: left;margin-bottom: .4rem;border-bottom: 1px solid #e8ecf7;}
    .m-main .my-synopsis{padding-top: .3rem;font-size: .28rem;line-height: .38rem;}
    .m-left{width: 100%;}
    .m-textbox{font-size: .36rem;line-height: .56rem;}
    .m-textbox *{font-size: inherit !important;}
    .m-right{display: none;}
}

.o-main{width: 100%;padding: .75rem .3rem;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.o-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.o-cont{position: relative;left: -.05rem;width: calc(100% + .1rem);display: flex;flex-wrap: wrap;}
.o-item{display: block;width: 33.33%;padding:.05rem;}
.o-box{width: 100%;padding: .4rem .4rem .45rem;height: 100%;background-color: rgba(11,22,52,.5);}
.o-icon{position: relative;top: 0;transition: all .3s; display: flex;align-items: center;justify-content: center;width: .56rem;height: .56rem;border-radius: 50%;background-color: rgba(255,255,255,.2);}
.o-icon img{width: 100%;height: 100%;object-fit: contain;}
.o-text{width: 100%;padding-top: .15rem;}
.o-name{width: 100%;margin-bottom: .15rem;color: #ffffff;line-height: 1.45;}
.o-intro{width: 100%;color: #ffffff;line-height: 1.5;}
.o-item:hover .o-icon{top: -.1rem;}
@media(max-width: 750px){ 
    .o-main{padding: .45rem .4rem;}
    .o-item{width: 100%;padding: .15rem .05rem;}
    .o-box{display: flex;align-items: center;justify-content: space-between;padding: .3rem .4rem;}
    .o-icon{width:  .9rem;height: .9rem;}
    .o-text{width: calc(100% - 1.3rem);}
    .o-name{font-size: .36rem;line-height: .46rem;margin-bottom: .2rem;}
    .o-intro{font-size: .28rem;line-height: .38rem;}
}

.p-main{width: 100%;padding: .7rem .3rem .75rem;}
.p-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.p-cont{width: 100%;}
.p-one{width: 100%;margin-bottom: .2rem;}
.p-one:last-child{margin-bottom: 0;}
.p-titles{width: 100%;padding-bottom: .2rem;color: #17458d;line-height: 1.4;font-weight: bold;}
.p-list{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.p-item{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;cursor: pointer;width: calc(50% - .15rem);margin-bottom: .3rem;background-color: #f7f9fe;}
.p-imgbox{width: .8rem;}
.p-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(108/80*100%);}
.p-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.p-text{width: calc(100% - 1.1rem);padding: .1rem .3rem .1rem 0;}
.p-name{transition: all  .3s;width: 100%;margin-bottom: .07rem;color: #0b1634;font-weight: bold;line-height: 1.5;}
.p-intro{width: 100%;color: #0b1634;line-height: 1.45;}
.p-item:hover .p-img img{transform: scale(1.05);}
.p-item:hover .p-name{color: #17458d;}
.p-textbox{width: 100%;padding-top: .15rem;color: #000000;line-height: 1.5;}
.p-textbox *{line-height: inherit;max-width: 100%;}
.p-textbox p{margin-top: .12rem;}

.p-tr{width: 100%;padding-top: .4rem;}
.p-td{width: 100%;padding-bottom: .4rem;margin-bottom: .4rem;border-bottom: 1px solid #edf0f6;}
.p-td:last-child{padding-bottom: 0;margin-bottom: 0;border-bottom: none;}
.p-td_tip{width: 100%;margin-bottom: .15rem;color: #000000;font-weight: bold;font-size: .32rem;line-height: .48rem;}
.p-td_tip{width: 100%;color: #000000;font-size: .32rem;line-height: .48rem;}

@media(max-width: 750px){ 
    .p-main{padding: .7rem .4rem .7rem;}
    .p-main .my-top{text-align: left;margin-bottom: .75rem;border-bottom: 1px solid #e8ecf7;}
    .p-one{margin-bottom: .4rem;}
    .p-titles{margin-bottom: .35rem;font-size: .42rem;line-height: .52rem;}
    .p-item{width: 100%;}
    .p-imgbox{width: 1.88rem;}
    .p-text{width: calc(100% - 2.25rem);}
    .p-name{font-size: .32rem;line-height: .42rem;margin-bottom: .25rem;}
    .p-intro{font-size: .28rem;line-height: .38rem;}
    .p-textbox{font-size: .32rem;line-height: .48rem;}
    .p-textbox p{margin-top: .2rem;}
}

.q-main{width: 100%;padding: .15rem .3rem .8rem;}
.q-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.q-top{width: 100%;padding-bottom: .5rem;margin-bottom: .45rem;border-bottom: 1px solid #e7ecf8; display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.q-left{width: 7.85rem;}
.q-textbox{width: 100%;color: #000000;line-height: 1.7;}
.q-textbox *{line-height: inherit;max-width: 100%;} 
.q-right{width: 5.2rem;}
.q-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(330/520*100%);border-radius: 0px .4rem 0px 40px;}
.q-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.q-center{width: 100%;}
.q-subtitle{width: 100%;padding-bottom: .25rem;color: #000000;line-height: 1.5;}
.q-list{position: relative;left: -.15rem;width: calc(100% + .3rem);display: flex;flex-wrap: wrap;}
.q-item{width: 20%;padding: 0 .15rem;margin-bottom: .3rem;}
.q-box{display: block;width: 100%;padding: 1.1rem .3rem .5rem; height: 100%;position: relative;background-color: #f7f9fe;}
.q-iconbox{position: absolute;top: 0;left: 0;width: .96rem;height: .96rem;background-image: url('../images/a9.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.q-icon{display: flex;align-items: center;justify-content: center;width: .68rem;height: .68rem;border-radius: 50%;background-color: #f7f9fe;}
.q-icon img{width: 100%;height: 100%;object-fit: contain;}
.q-text{width: 100%;color: #000000;line-height: 1.7;}
.q-bottom{width: 100%;}
.q-buttombox{width: 100%;padding-top: .25rem;text-align: center;}
.q-buttom{display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem .07rem 0;padding: 0 .42rem;color: #ffffff;line-height: .48rem;background-color: #17458d;border-radius: .24rem;}

@media(max-width: 750px){ 
    .q-main{padding: .55rem .4rem .8rem;}
    .q-main .my-top{text-align: left;margin-bottom: .4rem;padding-bottom: .35rem;border-bottom: 1px solid #d6dcec;}
    .q-top{padding-bottom: .6rem;margin-bottom: .55rem;}
    .q-left{width: 100%;}
    .q-textbox{font-size: .36rem;line-height: .56rem;}
    .q-right{display: none;}

    .q-subtitle{font-weight: bold;font-size: .48rem;line-height: .58rem;margin-bottom: .4rem;}
    .q-item{width: 100%;}
    .q-box{padding: .3rem .4rem;display: flex;align-items: center;justify-content: space-between;}
    .q-iconbox{position: static;background-size: 0 0;}
    .q-icon{width: 1rem;height: 1rem;background-color: #fff;}
    .q-text{width: calc(100% - 1.3rem);font-size: .32rem;line-height: .48rem;}
    .q-buttombox{margin-top: .35rem;}
    .q-buttom{font-size: 0.36rem;padding: 0 .45rem;line-height: .8rem;border-radius: .4rem;}
}

.r-main{width: 100%;padding: .3rem .3rem .6rem;background-color: #f7f9fe;}
.r-main .my-top{text-align: left;padding-bottom: .3rem;}
.r-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.r-top{width: 100%;padding: .65rem .6rem .6rem;margin-bottom: .2rem;background-color: #ffffff;}
.r-two{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.r-item{width: 100%;margin-bottom: .15rem;}
.r-two .r-item{width: calc(50% - .15rem);}
.r-tip{width: 100%;padding-bottom: .1rem;color: #000000;line-height: 1.5;}
.r-b{position: relative;width: 100%;}
.r-input{width: 100%;padding: 0 .2rem;color: #000;height: .48rem;background-color: #fdfdff;border-radius: .24rem;border: solid 1px #e3e8f4;}
.r-hint{width: 100%;color: #666666;line-height: 1.5;}
.r-password{position: absolute;top: 0;right: .25rem;display: block;cursor: pointer; width: .83em;height: 100%;background-image: url('../images/a15.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.r-item.opan .r-password{background-image: url('../images/a15-b.png');}
.r-bottom{width: 100%;padding: .65rem .6rem .6rem;margin-bottom: .2rem;background-color: #ffffff;}
.r-filebox{width: 100%;margin-top: .15rem;padding-bottom: .15rem;display: flex;flex-wrap: wrap;}
.r-file_buttom{display: inline-block;position: relative;cursor: pointer;margin-right: .2rem;}
.r-file_text{display: block;color: #17458d;line-height: 1.5;}
.r-file_text img{margin-right: .08rem;width: .61em;}
.r-file{position: absolute;top: 0;left: 0;z-index: 88;display: block;cursor: pointer;width: 100%;height: 100%;opacity: 0;}
.r-file_name{color: #000000;line-height: 1.5;} 
.r-buttombox{width: 100%;text-align: center;font-size: 0;}
.r-cancel{display: inline-block;vertical-align: top;cursor: pointer;margin: 0 .07rem .1rem;min-width: 1.7rem;padding: 0 .15rem;text-align: center;color: #17458d;height: .48rem;line-height: .48rem;background-color: #fff;border-radius: .24rem;border: solid 1px #17458d;}
.r-submit{display: inline-block;vertical-align: top;cursor: pointer;margin: 0 .07rem .1rem;min-width: 1.7rem;padding: 0 .15rem;text-align: center;color: #ffffff;height: .48rem;line-height: .48rem;background-color: #17458d;border-radius: .24rem;border: solid 1px #17458d;}
@media(max-width: 750px){ 
    .r-main{padding: .4rem .4rem .6rem;} 
    .r-main .my-top{margin-bottom: .45rem;padding-bottom: .4rem; border-bottom: 1px solid #d6dcec;}
    .r-top{padding: .65rem .4rem .5rem;}
    .r-item{margin-bottom: .3rem;}
    .r-two .r-item{width: 100%;}
    .r-tip{font-size: .36rem;line-height: .46rem;padding-bottom: .15rem;}
    .r-input{height: .8rem;padding: 0 .3rem; border-radius: .4rem;}
    .r-hint{font-size: .32rem;line-height: .42rem;}
    .r-bottom{padding: .7rem .4rem .5rem;}
    .r-filebox{padding-top: .35rem;margin-top: .35rem;margin-bottom: .5rem; border-top: 1px solid #d6dcec;}
    .r-file_text{font-size: .32rem;line-height: .32rem;}
    .r-file_name{font-size: .32rem;line-height: .32rem;}
    .r-cancel{margin: 0 .1rem .1rem; min-width: 2.4rem;height: .8rem;line-height: .8rem;border-radius: .4rem;font-size: .36rem;}
    .r-submit{margin: 0 .1rem .1rem; min-width: 2.4rem;height: .8rem;line-height: .8rem;border-radius: .4rem;font-size: .36rem;}
}

.s-main{position: relative;overflow: hidden;width: 100%;padding: 0 .3rem;background-color: #f7f9fe;}
.s-main:after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 3.55rem;background-image: linear-gradient(0deg, #f1f4fb 0%, #f4f8fe 100%);}
.s-main .my-top{padding-bottom: .35rem;} 
.s-inner{width: 100%;max-width: 14rem;margin: 0 auto;padding-bottom: .7rem;position: relative;z-index: 8;}
.s-cont{width: 100%;background-color: #ffffff;}
.s-top{width: 100%;padding: .6rem .3rem 0;border-bottom: 1px solid #eff3fb;}
.s-bottom{width: 100%;display: flex;flex-wrap: wrap;}
.s-left{width: 3.7rem;padding: .6rem .3rem;text-align: center;border-right: 1px solid #eff3fb;}
.s-img{display: inline-block;width: 1.83rem;margin-bottom: .12rem;}
.s-img img{width: 100%;}
.s-box{width: 100%;}
.s-name{width: 100%;color: #0b1634;line-height: 1.5;font-weight: bold;}
.s-nub{width: 100%;padding-top: .1rem;color: #000000;line-height: 1.6;}
.s-right{flex: 1;padding: .6rem 1rem;}
.s-list{width: 100%;}
.s-one{display: flex;width: 100%;margin-bottom: .4rem;}
.s-one:last-child{margin-bottom: 0;}
.s-icon{display: flex;align-items: center;justify-content: center;width: .56rem;height: .56rem;border-radius: 50%;background-color: #f7f9fe;}
.s-icon img{width: 100%;height: 100%;object-fit: contain;}
.s-text{flex: 1;display: flex;flex-wrap: wrap;align-content: center;padding-left: .2rem;min-height: .56rem;}
.s-tip{width: 100%;margin-bottom: .05rem;color: #000000;font-weight: bold;line-height: 1.45;}
.s-intro{width: 100%;color: #000000;line-height: 1.75;}
.s-intro *{max-width: 100%;width: auto !important;}
.s-hint{width: 100%;padding-left: .76rem;padding-top: .25rem;color: #000000;line-height: 1.6;}

@media(max-width: 750px){ 
    .s-main{padding: .4rem .4rem .8rem;background-color: #f0f6ff;}
    .s-inner{padding-bottom: 0;}
    .s-main:after{display: none;}
    .s-top{padding: .55rem .4rem .1rem;}
    .s-main .my-top{text-align-last: left;}
    .s-left{width: 100%;padding: .5rem .4rem;border-bottom: 1px solid #eff3fb;border-right: none;display: flex;align-items: center;justify-content: space-between;}
    .s-img{width: 1.8rem;margin-bottom: 0;}
    .s-box{text-align: left;width: calc(100% - 2.15rem);}
    .s-name{font-size: .36rem;line-height: .46rem;}
    .s-nub{padding-top: .3rem;font-size: .32rem;line-height: .42rem;}
    .s-right{flex: none;width: 100%;padding: .5rem .4rem .55rem;}
    .s-one{margin-bottom: .5rem;}
    .s-icon{width: 1rem;height: 1rem;}
    .s-text{padding-left: .3rem;min-height: 1rem;}
    .s-tip{font-size: .36rem;line-height: .46rem;margin-bottom: .1rem;}
    .s-intro{font-size: .28rem;line-height: .38rem;}
    .s-intro *{font-size: inherit !important;}
    .s-hint{padding-left: 1.3rem;font-size: .28rem;line-height: .38rem;padding-top: .4rem;}
}

.t-main{width: 100%;padding: .3rem;background-color: #f7f9fe;}
.t-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.t-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.t-left{display: flex;align-items: center;flex-wrap: wrap;}
.t-name{padding: .05rem .3rem .05rem 0;color: #000000;font-weight: bold;line-height: 1.5;}
.t-intro{padding: .05rem 0;color: #000000;line-height: 1.6;}
.t-right{display: flex;align-items: center;flex-wrap: wrap;} 
.t-company{padding: .05rem 0;color: #000000;line-height: 1.6;}

@media(max-width: 750px){ 
    .t-main{display: none;}
}

.u-main{width: 100%;padding: .15rem .3rem .75rem;}
.u-main .my-top{text-align: left;}
.u-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.u-top{width: 100%;margin-bottom: .45rem;}
.u-top .my-top{padding-bottom: .3rem;}
.u-cont{width: 100%;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.u-left{width: 10.45rem;}
.u-textbox{width: 100%;color: #000000;line-height: 1.7;}
.u-textbox *{line-height: inherit;max-width: 100%;}
.u-textbox p{margin-bottom: .1rem;}
.u-textbox p:last-child{margin-bottom: 0;} 
.u-right{width: 2.85rem;}
.u-img{width: 100%;}
.u-img img{width: 100%;}
.u-bottom{width: 100%;display: flex;flex-wrap: wrap;padding: .5rem;background-color: #f7f9fe;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.u-lt{width: 4.1rem;padding-right: .15rem;border-right: 1px solid rgba(23,69,141,.1);}
.u-rt{flex: 1;padding-left: .3rem;}
.u-intro{width: 100%;color: #000000;line-height: 2;font-style: italic;}
.u-intro *{line-height: inherit;max-width: 100%;} 
.u-note{width: 100%;padding-top: .4rem;color: #000000;line-height: 1.7;}
.u-note *{line-height: inherit;max-width: 100%;}
@media(max-width: 750px){ 
    .u-main{padding: .75rem 0 .7rem;}
    .u-main .my-top{padding-bottom: .4rem;margin-bottom: .4rem;border-bottom: 1px solid #d6dcec;}
    .u-top{padding: 0 .4rem;margin-bottom: .7rem;}
    .u-left{width: 100%;}
    .u-textbox{font-size: .36rem;line-height: .56rem;}
    .u-right{display: none;}
    .u-bottom{padding: .75rem .4rem .35rem;}
    .u-bottom .my-top{text-align: center;padding-bottom: .45rem;margin-bottom: .55rem;}
    .u-lt{width: 100%;border: none;}
    .u-rt{flex: none;width: 100%;padding-left: 0;}
    .u-intro{font-size: .36rem;line-height: .48rem;font-style: normal;}
    .u-intro p{margin-bottom: .4rem;}
    .u-note{padding: .7rem .4rem 0;font-size: .36rem;line-height: .56rem;}
}

.v-main{width: 100%;padding: .15rem .3rem .6rem;}
.v-main .my-top{padding-bottom: .3rem;}
.v-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.v-cont{width: 100%;}
.v-item{transition: all  .3s;display: flex;align-items: center;flex-wrap: wrap;position: relative;cursor: pointer;width: 100%;padding: .2rem .3rem;margin-bottom: .2rem;border: solid 1px #e7ecf8;}
.v-item:before{display: none;content: '';position: absolute;top: 0;left: 0;width: 2px;height: 100%;background-color: #17458d;}
.v-lt{flex: 1;padding-right: .3rem;}
.v-name{width: 100%;margin-bottom: .05rem;color: #17458d;line-height: 1.5;font-weight: bold;}
.v-intro{width: 100%;color: #000000;line-height: 1.5;}
.v-rt{font-size: 0;}
.v-download{transition: all  .3s;display: block;border-radius: .2rem;padding: 0 .48rem;border: solid 1px #17458d;}
.v-download_icon{display: inline-block;vertical-align: middle;margin-right: .08rem;width: .19rem;}
.v-download_icon1{display: block;width: 100%;}
.v-download_icon2{display: none;width: 100%;}
.v-download_text{display: inline-block;vertical-align: middle;color: #17458d;line-height: .4rem;}


.v-item:hover .v-download{background-color: #17458d;}
.v-item:hover .v-download_icon1{display: none;}
.v-item:hover .v-download_icon2{display: block;}
.v-item:hover .v-download_text{color: #fff;}

@media(min-width: 750px){ 
    .v-item:hover{background-color: #f7f9fe;}
    .v-item:hover:before{display: block;}
}
@media(max-width: 750px){ 
    .v-main{padding: .75rem .4rem .7rem;}
    .v-main .my-top{text-align: left;padding-bottom: .4rem;margin-bottom: .6rem;border-bottom: 1px solid #d6dcec;}
    .v-item{border: none;border-bottom: 1px solid #d6dcec;padding: 0 0 .4rem;margin-bottom: .35rem;}
    .v-lt{flex: none;width: 100%;}
    .v-name{font-size: .36rem;line-height: .46rem;margin-bottom: .2rem;}
    .v-intro{font-size: .28rem;line-height: .38rem;margin-bottom: .3rem;}
    .v-rt{width: 100%;}
    .v-download{display: inline-block;padding: 0 .44rem;font-size: .32rem;border-radius: .36rem;border: solid 1px #17458d;}
    .v-download_icon{width: .3rem;margin-right: .1rem;}
    .v-download_text{line-height: .72rem;}
}

.w-main{width: 100%;padding: .2rem .3rem .7rem;}
.w-main .my-top{text-align: left;}
.w-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.w-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.w-left{width:  10.5rem;}
.w-item{transition: all  .3s;display: flex;align-items: center;flex-wrap: wrap;position: relative;cursor: pointer;width: 100%;padding: .5rem;margin-bottom: .4rem;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.w-lt{flex: 1;padding-right: .3rem;}
.w-name{width: 100%;margin-bottom: .1rem;color: #17458d;line-height: 1.4;font-weight: bold;}
.w-introbox{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.w-intro{width: 100%;color: #000000;line-height: 1.6;}
.w-rt{font-size: 0;}
.w-download{transition: all  .3s;display: block;border-radius: .2rem;padding: 0 .63rem;	background-color: #ffffff;box-shadow: 0px 0px .2rem 0px rgba(23, 69, 141, 0.06);}
.w-download_icon{display: inline-block;vertical-align: middle;margin-right: .08rem;width: .19rem;}
.w-download_icon1{display: block;width: 100%;}
.w-download_icon2{display: none;width: 100%;}
.w-download_text{display: inline-block;vertical-align: middle;color: #17458d;line-height: .4rem;}
.w-item:hover .w-download{background-color: #17458d;}
.w-item:hover .w-download_icon1{display: none;}
.w-item:hover .w-download_icon2{display: block;}
.w-item:hover .w-download_text{color: #fff;} 
.w-list{width: 100%;}
.w-one{width: 100%;padding-bottom: .4rem;margin-bottom: .4rem;border-bottom: 1px solid #e7ecf8;}
.w-one:last-child{padding-bottom: 0;margin-bottom: 0;border-bottom:none;}
.w-titles{width: 100%;margin-bottom: .1rem;color: #17458d;line-height: 1.5;font-weight: bold;}
.w-titles:before{content: '';display: inline-block;vertical-align: middle;margin-right: .1rem;width: 6px;height: 6px;border-radius: 50%;background-color: #17458d;}
.w-textbox{width: 100%;color: #000000;line-height: 1.7;}
.w-textbox *{line-height: inherit;max-width: 100%;}

.w-right{width: 2.75rem;}
.w-nav_box{position: relative;top: 0;width: 100%;margin-bottom: .3rem;}
.w-subtitle{width: 100%;margin-bottom: .35rem;color: #000000;font-weight: bold;line-height: 1.4;}
.w-navbox{width: 100%;border: solid 1px #e7ecf8;}
.w-nav{display: block;cursor: pointer;position: relative;padding: .15rem .2rem;}
.w-nav:before{content: '';position: absolute;bottom: 0;left: 0;width: 3px;height: 100%;background-color: #e7ecf8;}
.w-nav span{display: block;width: 100%;color: #000000;line-height: 1.5;}
.w-nav:hover span{color: #17458d;} 
.w-nav.active{background-color: #f7f9fe;}
.w-nav.active:before{background-color: #17458d;}
.w-nav.active span{font-size: 1.11em;color: #17458d;}
.w-link_box{width: 100%;margin-bottom: .3rem;}
.w-linkbox{width: 100%;padding-top: .1rem;}
.w-link{display: block;cursor: pointer;margin-bottom: .2rem;color: #17458d;line-height: 1.5;text-decoration: underline !important;}

@media(max-width: 750px){ 
    .w-main{padding: .75rem .4rem .6rem;} 
    .w-item{position: relative;left: -.4rem;width: calc(100% + .8rem);padding: .55rem .4rem;}
    .w-name{font-size: .42rem;line-height: .52rem;margin-bottom: .45rem;}
    .w-intro{flex: 1;padding-right: .9rem;font-size: .28rem;line-height: .44rem;}
    .w-download{padding: 0 .5rem;border-radius: .36rem;}
    .w-download_icon{width: .31rem;}
    .w-download_text{font-size: .32rem;line-height: .72rem;}
    .w-lt{width: 100%;} 
    .w-one{padding-bottom: .6rem;margin-bottom: .7rem;}
    .w-titles{font-size: .42rem;line-height: .52rem;margin-bottom: .2rem;}
    .w-titles:before{width: .14rem;height: .14rem;margin-right: .18rem;}
    .w-textbox{font-size: .36rem;line-height: .56rem;}
    .w-right{display: none;}
}

.x-main{width: 100%;padding: .25rem .3rem .75rem;}
.x-main .my-top{padding-bottom: .4rem;}
.x-inner{width: 100%;max-width: 14rem;margin: 0 auto;} 
.x-cont{width: 100%;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.x-left{position: relative;z-index: 8;width: 8.45rem;}
.x-intro{width: 100%;margin-bottom: .35rem; color: #000000;line-height: 1.7;}
.x-subtitle{width: 100%;margin-bottom: .1rem;color: #17458d;font-weight: bold;line-height: 1.4;}
.x-textbox{width: 100%;color: #000000;line-height: 1.7;}
.x-textbox *{line-height: inherit;max-width: 100%;}
.x-textbox p{margin-bottom: .1rem;}
.x-textbox p:last-child{margin-bottom: 0;} 
.x-right{position: relative;width: 4.9rem;}
.x-img{position: relative;z-index: 8;width: 100%;border-radius: 0 .4rem 0 .4rem;overflow: hidden;}
.x-img img{width: 100%;}
.x-logo{position: absolute;bottom: .1rem;right: calc(100% - 1.3rem);width: 4.27rem;opacity: 0.6;}
.x-logo img{width: 100%;}
.x-img .x-logo{opacity: 0.06}
@media(max-width: 750px){ 
    .x-main{padding: .75rem .4rem .6rem;}
    .x-main .my-top{text-align: left;margin-bottom: .45rem;border-bottom: 1px solid #d6dcec;}
    .x-left{width: 100%;}
    .x-intro{font-size: .36rem;line-height: .56rem;margin-bottom: .55rem;}
    .x-subtitle{font-size: .42rem;line-height: .52rem;margin-bottom: .25rem;}
    .x-textbox{font-size: .36rem;line-height: .56rem;}
    .x-right{width: 100%;display: none;}

}

.y-main{width: 100%;padding: .2rem .3rem .7rem;}
.y-main .my-top{text-align: left;}
.y-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.y-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.y-left{width:  10.5rem;}
.y-itembox{width: 100%;}
.y-item{width: 100%;padding-bottom: .4rem;margin-bottom: .45rem;border-bottom: 1px solid #e7ecf8;}
.y-item:last-child{padding-bottom: 0;margin-bottom: 0;border-bottom: none;}
.y-classify{width: 100%;margin-bottom: .3rem;color: #000000;font-weight: bold;line-height: 1.45;}
.y-list{width: 100%;}
.y-one{width: 100%;margin-bottom: .3rem;}
.y-one:last-child{margin-bottom: 0;}
.y-titles{width: 100%;margin-bottom: .1rem;color: #17458d;line-height: 1.5;font-weight: bold;}
.y-titles:before{content: '';display: inline-block;vertical-align: middle;margin-right: .1rem;width: 6px;height: 6px;border-radius: 50%;background-color: #17458d;}
.y-textbox{width: 100%;color: #000000;line-height: 1.7;}
.y-textbox *{line-height: inherit;max-width: 100%;}

.y-right{width: 2.75rem;}
.y-nav_box{position: relative;top: 0;width: 100%;margin-bottom: .3rem;}
.y-subtitle{width: 100%;margin-bottom: .35rem;color: #000000;font-weight: bold;line-height: 1.4;}
.y-navbox{width: 100%;border: solid 1px #e7ecf8;}
.y-nav{display: block;cursor: pointer;position: relative;padding: .15rem .2rem;}
.y-nav:before{content: '';position: absolute;bottom: 0;left: 0;width: 3px;height: 100%;background-color: #e7ecf8;}
.y-nav span{display: block;width: 100%;color: #000000;line-height: 1.5;}
.y-nav:hover span{color: #17458d;} 
.y-nav.active{background-color: #f7f9fe;}
.y-nav.active:before{background-color: #17458d;}
.y-nav.active span{font-size: 1.11em;color: #17458d;}

@media(max-width: 750px){ 
    .y-main{padding: .75rem .4rem .65rem;}
    .y-main .my-top{text-align: left;margin-bottom: .45rem;border-bottom: 1px solid #d6dcec;}
    .y-left{width: 100%;}
    .y-one{margin-bottom: .5rem;}
    .y-titles{font-size: .42rem;line-height: .52rem;margin-bottom: .25rem;}
    .y-titles:before{width: .14rem;height: .14rem;margin-right: .18rem;}
    .y-textbox{font-size: .36rem;line-height: .56rem;}
    .y-right{display: none;}
}

.z-main{width: 100%;padding: .1rem .3rem .7rem;}
.z-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.z-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.z-left{width: 10.55rem;}
.z-one{width: 100%;}
.z-titles{width: 100%;margin-bottom: .55rem;color: #000000;font-weight: bold;line-height: 1.3;}
.z-list{width: 100%;}
.z-item{display: block;width: 100%;padding-bottom: .55rem;margin-bottom: .55rem;border-bottom: 1px solid #dee4f2;}
.z-top{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.z-imgbox{width: 1.6rem;}
.z-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(160/160*100%);border-radius: 50%;}
.z-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.z-text{width: calc(100% - 2rem);}
.z-namebox{width: 100%;margin-bottom: .2rem;}
.z-name{display: inline;margin-bottom: .1rem;padding-right: .23rem; color: #17458d;font-weight: bold;line-height: 1.35;}
.z-mail{display: inline;margin-bottom: .1rem;color: #17458d;line-height: 1.5;word-break: break-all;}
.z-mail img{margin-right: .07rem;height: .77em;}
.z-intro{width: 100%;margin-bottom: .3rem;color: #000000;line-height: 1.5;-webkit-line-clamp: 100;}
.z-intro *{line-height: inherit !important;font-family:inherit !important;font-size: inherit !important;}
.z-textbox{width: 100%;color: #000000;line-height: 1.66;}
.z-textbox *{line-height: inherit !important;font-family:inherit !important;font-size: inherit !important;}
.z-one:last-child .z-item:last-child{padding-bottom: 0;margin-bottom: 0;border-bottom: none;}
.z-bottom{width: 100%;}
.z-right{width: 2.8rem;}
.z-img2{width: 1.5rem;max-width: 100%;margin-bottom: .25rem;}
.z-img2 img{width: 100%;}
.z-subtitle{width: 100%;margin-bottom: .15rem;color: #000000;font-weight: bold;line-height: 1.5;}
.z-textbox2{width: 100%;margin-bottom: .4rem;color: #000000;line-height: 1.7;}
.z-textbox2 *{line-height: inherit !important;font-family:inherit !important;font-size: inherit !important;}
.z-textbox2 p{margin-bottom: .1rem;}
.z-textbox2 p:last-child{margin-bottom: 0;}
.z-apply{transition: all  .3s;display: flex;align-items: center;justify-content: space-between;cursor: pointer;padding: .1rem;border-radius: .32rem;border: solid 1px #17458d;}
.z-apply_icon{display: flex;align-items: center;justify-content: center;width: .45rem;height: .45rem;border-radius: 50%;background-color: #e8ecff;}
.z-apply_icon img{width: .2rem;}
.z-apply_text{width: calc(100% - .67rem);color: #17458d;line-height: 1.3;}
.z-apply:hover{background-color: #17458d;}
.z-apply:hover .z-apply_icon{background-color: #fff;}
.z-apply:hover .z-apply_text{color: #fff;}
.z-preview{display: block;cursor: pointer;color: #17458d;line-height: 1.5;}
.z-preview:after{transition: all  .3s;transform: rotate(0); content: '';display: inline-block;vertical-align: middle;margin-left: .03rem;width: .56em;height: 1.5em;background-image: url('../images/a48.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.z-sub{display: none;width: 100%;padding-top: calc(7px + .15rem);}

@media(max-width: 750px){ 
    .z-main{padding: .75rem .4rem .75rem;} 
    .z-item{padding-bottom: .45rem;margin-bottom: .5rem;}
    .z-top{align-items: center;margin-bottom: .32rem;}
    .z-left{width: 100%;}
    .z-titles{padding-bottom: .45rem;margin-bottom: .5rem;border-bottom: 1px solid #d6dcec;}
    .z-namebox{margin-bottom: 0;}
    .z-name{width: 100%;padding-right: 0;font-size: .36rem;line-height: .46rem;margin-bottom: .2rem;}
    .z-mail{display: block; margin-bottom: 0;}
    .z-intro{font-size: .32rem;line-height: .48rem;}
    .z-textbox{position: relative;padding: .3rem .35rem;background-color: #f7f9fe;font-size: .28rem;line-height: .48rem;}
    .z-textbox:after{content: '';position: absolute;top: -7px;left: .35rem;border-bottom: 8px solid #f7f9fe;border-left:8px solid transparent;border-right:8px solid transparent;}
    .z-item.show .z-preview{font-weight: bold;}
    .z-item.show .z-preview:after{transform: rotate(-180deg);} 

    .z-right{width: 100%;border-top: 1px solid #d6dcec;margin-top: .45rem;padding-top: .8rem;justify-content: center;display: flex;}
    .z-img2{display: none;}
    .z-subtitle{display: none;}
    .z-textbox2{display: none;}
    .z-apply{padding: .1rem;border-radius: .5rem;}
    .z-apply_icon{width: .8rem;height: .8rem;}
    .z-apply_icon img{width: .33rem;}
    .z-apply_text{width: 3.9rem;padding:0 .25rem;font-size: .28rem;line-height: .33rem;}
}

.wa-main{width: 100%;padding: .2rem .3rem .5rem;}
.wa-select{width: 100%;margin-bottom: .8rem;}
.wa-select .select-tip{background-color: #f0f6ff;border: solid 1px #f0f6ff;}
.wa-select .select-tip:after{background-image: url('../images/s2.png');}
.wa-opan{width: 100%;position: relative;padding: 0 .6rem 0 .3rem;margin-bottom: .8rem;background-color: #f0f6ff;border-radius: .4rem;}
.wa-opan:after{content: '';position: absolute;top: 0;right: .4rem;width: .18rem;height: 100%;background-image: url('../images/s2.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wa-opan span{width: 100%;color: #0b1634;font-size: .36rem;line-height: .8rem;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}

.wa-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.wa-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.wa-left{width: 2.1rem;}
.wa-subtitlebox{display: flex;align-items: center;width: 100%;margin-bottom: .35rem;min-height: 1.3em;}
.wa-subtitle{width: 100%;color: #000000;line-height: 1.4;font-weight: bold;}
.wa-right{width: calc(100% - 2.8rem);}
.wa-titles{width: 100%;margin-bottom: .35rem;color: #000000;font-weight: bold;line-height: 1.3;}
.wa-list{display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.wa-item{display: flex;align-items: center;justify-content: space-between;cursor: pointer;width: calc(50% - .15rem);margin-bottom: .3rem;border: solid 1px #eff3fb;}
.wa-imgbox{width: 1.7rem;}
.wa-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(229/170*100%);}
.wa-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wa-text{width: calc(100% - 2.45rem);margin-right: .25rem;}
.wa-label{width: 100%;margin-bottom: .05rem;color: #222222;line-height: 1.5;}
.wa-label img{margin-right: .06rem;height: 1.22em;}
.wa-name{width: 100%;color: #17458d;font-weight: bold;line-height: 1.4;}
.wa-textbox{width: 100%;line-height: 1.75;color: #000000;padding-top: .15rem;margin-top: .15rem; border-top: 1px solid #ecf1fa;}
.wa-textbox *{line-height: inherit;max-width: 100%;}
.wa-item:hover .wa-img img{transform: scale(1.05);}
.wa-navbox{width: 100%;background-color: #f7f9fe;border: 1px solid #f7f9fe;}
.wa-nav{position: relative;display: block;cursor: pointer;padding: .15rem calc(.25rem + .33em)  .15rem .2rem;width: 100%;color: #000000;line-height: 1.45;}
.wa-nav:before{display: none;content: '';position: absolute;top: 0;left: 0;width: 2px;height: 100%;background-color: #17458d;}
.wa-nav:after{content: '';position: absolute;top: 0;right: .2rem;width: .33em;height: 100%;background-image: url('../images/a35.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wa-nav:hover{color: #17458d;}
.wa-nav:hover:after{background-image: url('../images/a35-b.png');}
.wa-nav.active{color: #17458d;font-weight: bold;background-color: #ffffff;}
.wa-nav.active:before{display: block;}
.wa-nav.active:after{background-image: url('../images/a35-b.png');}
@media(max-width: 750px){ 
    .wa-main{padding: .75rem .4rem .3rem;}
    .wa-left{width: 100%;}
    .wa-subtitlebox{min-height: 10px;margin-bottom: .45rem;}
    .wa-subtitle{font-size: .48rem;line-height: .58rem;}
    .wa-navbox{display: none;}
    .wa-right{width: 100%;}
    .wa-titles{display: none;}
    .wa-item{width: 100%;border: none;margin-bottom: .5rem;padding-bottom: .5rem; border-bottom: 1px solid #e8ecf7;}
    .wa-imgbox{width: 2rem;}
    .wa-text{width: calc(100% - 2.5rem);margin-right: 0;}
    .wa-label{margin-bottom: .15rem; font-size: .28rem;line-height: .38rem;}
    .wa-label img{height: 1em;}
    .wa-name{font-size: .36rem;line-height: .46rem;}
    .wa-textbox{border-top:none;font-size: .28rem;line-height: .5rem;padding-top: 0;margin-top: .25rem;}
    .wa-select .select-cur{font-size: .36rem;}
}
 
.wb-main{width: 100%;padding: .15rem .3rem .3rem;}
.wb-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.wb-top{width: 100%;display: flex;flex-wrap: wrap;align-items: flex-end;width: 100%;padding-bottom: .5rem;margin-bottom: .45rem;border-bottom: 1px solid #dee4f2;}
.wb-left{flex: 1;display: flex;}
.wb-imgbox{width: .9rem;display: flex;align-items: center;}
.wb-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(121/90*100%);}
.wb-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wb-text{flex: 1;padding-left: .3rem;display: flex;align-content: space-between;flex-wrap: wrap;}
.wb-box{width: 100%;}
.wb-name{width: 100%;margin-bottom: .1rem;color: #000000;font-weight: bold;line-height: 1.3;}
.wb-textbox{width: 100%;display: flex;flex-wrap: wrap;}
.wb-textbox P{margin-bottom: .05rem;color: #000000;line-height: 1.5;}
.wb-textbox P:after{content: '';display: inline-block;vertical-align: middle;margin: 0 .1rem;width: 1px;height: 1em; background-color: #000000;}
.wb-textbox p:last-child:after{display: none;}
.wb-buttom{width: 100%;display: flex;flex-wrap: wrap;}
.wb-up{display: block;cursor: pointer;margin-right: .3rem;margin-top: .1rem;color: #17458d;line-height: 1.5;}
.wb-up:before{content: '';display: inline-block;vertical-align: middle;transform: rotate(-180deg);margin-right: .08rem;width: .34em;height: 1.5em;background-image: url('../images/a35-b.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wb-next{display: block;cursor: pointer;margin-right: .3rem;margin-top: .1rem;color: #17458d;line-height: 1.5;}
.wb-next:after{content: '';display: inline-block;vertical-align: middle;margin-left: .08rem;width: .34em;height: 1.5em;background-image: url('../images/a35-b.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wb-right{font-size: 0;display: flex;flex-wrap: wrap;}
.wb-previews{transition: all  .3s;display: flex;align-items: center;cursor: pointer;padding: 0 .3rem;margin-right: .1rem;color: #17458d;line-height: 2em; border-radius: 1em;border: solid 1px #fff;}
.wb-previews img{margin-right: .05rem;width: 1.3em;}
.wb-previews_icon1{display: block;}
.wb-previews_icon2{display: none;}
.wb-previews_text1{display: block;}
.wb-previews_text2{display: none;}
.wb-previews.show .wb-previews_icon1{display: none;}
.wb-previews.show .wb-previews_icon2{display: block;}
.wb-previews.show .wb-previews_text1{display: none;}
.wb-previews.show .wb-previews_text2{display: block;} 

.wb-pdf{transition: all  .3s;display: block;cursor: pointer;padding: 0 .3rem;color: #17458d;line-height: 2em; border-radius: 1em;border: solid 1px #fff;}
.wb-pdf img{margin-right: .07rem;height: 1.18em;}
.wb-pdf:hover{border: solid 1px #17458d;}
.wb-bottom{width: 100%;}
.wb-sectionbox{display: inline-block;position: relative;margin-bottom: .38rem;}
.wb-section{display: flex;align-items: center;cursor: pointer;color: #17458d;line-height: 1.5;}
.wb-section img{margin-right: .08rem;height: .67em;}
.wb-subtitle{width: 100%;margin-bottom: .4rem;color: #17458d;font-weight: bold;line-height: 1.3;}
.wb-list{width: 100%;}
.wb-one{width: 100%;padding-bottom: .15rem;}
@media(min-width: 750px){ 
    .wb-previews:hover{border: solid 1px #17458d;}
}
@media(max-width: 750px){ 
    .wb-main{padding: .75rem .4rem .1rem;} 
    .wb-main .my-top{text-align: left;margin-bottom: .45rem;border-bottom: 1px solid #d6dcec;}
    .wb-imgbox{width: 2rem;}
    .wb-text{padding-left: .5rem;}
    .wb-textbox{font-size: .32rem;}
    .wb-textbox P{width: 100%;line-height: .42rem;margin-bottom: .25rem;}
    .wb-textbox P:after{display: none;}
    .wb-pdf{display: inline-block;padding: 0 .44rem;font-size: .32rem; line-height: .72rem;border-radius: .36rem;border: solid 1px #17458d;}
    .wb-buttom{display: block;}
    .wb-up{float: left;margin-right: 0; font-size: .28rem;line-height: .38rem;}
   .wb-next{float: right;margin-right: 0; font-size: .28rem;line-height: .38rem;}
   .wb-right{width: 100%;margin-top: .5rem;padding-top: .45rem;border-top: 1px solid #d6dcec;}
   .wb-previews{font-size: .28rem;line-height: .38rem;padding: 0;margin: 0;}
   .wb-sectionbox{margin-bottom: .65rem;}
   .wb-section{font-size: .28rem;line-height: .38rem;}
   .wb-subtitle{font-size: .42rem;line-height: .52rem;margin-bottom: .6rem;}

}

.wb-sub{opacity: 0;z-index: -1;visibility: hidden;transition:opacity .5s;position: absolute;top: 100%;left: 0;padding-top: calc(5px + .2rem);}
.wbs-cont{position: relative;width: 100%;background-color: #ffffff;box-shadow: 0px 0px .5rem 0px rgba(23, 69, 141, 0.1);}
.wbs-cont:after{content: '';position: absolute;left: .1rem;top: -5px;border-bottom: 6px solid #fff;border-left: 5px solid transparent;border-right: 5px solid transparent;}
.wbs-scrollbar{width: 100%;padding: 0 .3rem;max-height: calc(7.5em + 1.3rem + 5px);overflow: auto;}
.wbs-item{display: block;white-space: nowrap;cursor: pointer;padding: .13rem .1rem .13rem 0;border-bottom: 1px solid #ecf0fa;color: #17458d;line-height: 1.5;font-weight: bold;}
.wbs-item:last-child{border-bottom: none;}
.wb-sectionbox.show .wb-sub{opacity:1;z-index: 18;visibility: visible;}

.wc-main{width: 100%;padding: .15rem .3rem .45rem;}
.wc-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.wc-titles{width: 100%;margin-bottom: .4rem;color: #000000;font-weight: bold;line-height: 1.3;}
@media(max-width: 750px){ 
     .wc-main{padding: .75rem .4rem .1rem;} 
    .wc-titles{font-size: .48rem;line-height: .58rem;padding-bottom: .45rem;margin-bottom: .45rem;border-bottom: 1px solid #d6dcec;}
}

 

.wd-main{position: relative;width: 100%;}
.wd-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.wd-bg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.wd-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.wd-top{position: relative;z-index: 8;width: 100%;padding: .6rem .3rem;}
.wd-top .wd-inner{display: flex;flex-wrap: wrap;justify-content: space-between;}
.wd-left{width: 5rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.wd-imgbox{width: 2rem;display: flex;align-items: center;}
.wd-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(270/200*100%);}
.wd-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wd-text{width: calc(100% - 2.4rem);display: flex;flex-wrap: wrap;align-content: space-between;}
.wd-box1{width: 100%;}
.wd-nub{width: 100%;margin-bottom: .18rem;color: #ffffff;font-weight: bold;line-height: 1.4;}
.wd-label{width: 100%;margin-bottom: .05rem;color: #ffffff;line-height: 1.5;}
.wd-label img{margin-right: .06rem;height: 1.22em;}
.wd-synopsis{width: 100%;margin-bottom: .05rem;color: #ffffff;line-height: 1.7;}
.wd-synopsis *{line-height: inherit;}
.wd-view{display: inline-block;cursor: pointer; margin-bottom: .1rem;color: #ffffff;line-height: 1.6; font-weight: bold;text-decoration: underline !important;}
.wd-view:after{content: '';display: inline-block;vertical-align: middle;margin-left: .05rem;width: 1.25em;height: 1.25em;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a52.png'); background-size: .31em auto;background-position: center center;background-repeat: no-repeat;}
.wd-box2{width: 100%;}
.wd-submit{display: inline-block;cursor: pointer;width: 2rem;max-width: 100%;padding: 0 .15rem;text-align: center;color: #17458d;font-weight: bold;height: .48rem;line-height: .48rem;background-color: #ffffff;border-radius: .24rem;}

.wd-right{width: calc(100% - 5.6rem);display: flex;flex-wrap: wrap;align-content: space-between;}
.wd-box{width: 100%;margin-bottom: .15rem;}
.wd-titles{width: 100%;margin-bottom: .17rem;color: #ffffff;font-weight: bold;line-height: 1.4;}
.wd-intro{width: 100%;display: flex;align-items: flex-end;}
.wd-intro_text{flex: 1;color: #ffffff;line-height: 1.7;font-weight: bold;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.wd-intro_more{font-weight: bold; transition: all .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin-left: .1rem;opacity: .7;color: #ffffff;line-height: 1.7;}
.wd-intro_more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .04rem;width: .72em;height: 1.1em;background-image: url('../images/a60.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wd-intro_more:hover{opacity: 1;}
.wd-intro_list{width: 100%;padding: .2rem .4rem;border: solid 1px rgba(255,255,255,.2);background-color: rgba(255,255,255,.03);backdrop-filter: blur(3px);}
.wd-intro_list .wd-intro_text{-webkit-line-clamp: 1;}
.wd-intro_text *{display: inline;}

.wd-bottom{position: relative;z-index: 8;width: 100%;padding: .15rem .3rem;background-color: rgba(255,255,255,.03);backdrop-filter: blur(8px);} 
.wd-tr{width: 100%;display: flex;flex-wrap: wrap;}
.wd-td{position: relative;width: 25%;padding: .05rem .2rem;}
.wd-td:before{content: '';position: absolute;top: .15rem;left: 0;width: 1px;height: calc(100% - .25rem);background-color: rgba(255,255,255,.2);}
.wd-td_nubbox{width: 100%;min-height: 1.25em;display: flex;align-items: flex-end;}
.wd-td_nub{padding-right: .05rem;color: #ffffff;font-weight: bold;line-height: 1.25;}
.wd-td_unit{position: relative;top: -.05rem;color: #ffffff;font-style: italic;line-height: 1.6;}
.wd-td_intro{width: 100%;padding-top: .05rem;color: #ffffff;line-height: 1.6;}
.wd-arrows{display: block;margin-bottom: .125em;width: 1em;height: 1em;border-radius: .5em;border: solid 1px rgba(255,255,255,.5);background-image: url('../images/a53-c.png');background-size: .125em auto;background-position: center center;background-repeat: no-repeat;}

@media(max-width: 750px){ 
    .wd-main{padding-top: 1.25rem;}
    .wd-top{padding: .6rem .4rem .5rem;}
    .wd-left{width: 100%;margin-bottom: .55rem;}
    .wd-imgbox{width: 2.55rem;}
    .wd-text{width: calc(100% - 2.85rem);}
    .wd-nub{font-size: .36rem;line-height: .46rem;margin-bottom: .25rem;}
    .wd-label{font-size: .28rem;line-height: .38rem;margin-bottom: .1rem;}
    .wd-label img{height: 1em;}
    .wd-synopsis{font-size: .28rem;line-height: .46rem;margin-bottom: .1rem;}
    .wd-view{font-size: .28rem;line-height: .38rem;}
    .wd-view:after{margin-left: .1rem;}
    .wd-submit{padding: 0 .73rem;font-size: .28rem;width: auto;line-height: .72rem;height: .72rem;border-radius: .36rem;}
    .wd-right{width: 100%;}
    .wd-box{margin-bottom: 0;}
    .wd-titles{font-size: .36rem;line-height: .44rem;margin-bottom: .25rem;}
    .wd-intro{margin-bottom: .25rem;}
    .wd-intro_text{font-size: .28rem;line-height: .38rem;}
    .wd-intro_list .wd-intro_text{-webkit-line-clamp: 2;}
    .wd-intro_more{font-size: .28rem;line-height: .38rem;}
    .wd-intro_list{background-color: transparent;padding: 0;border: none;}
        
    .wd-bottom{padding: .3rem .2rem;}
    .wd-td_nub{font-size: .48rem;line-height: .58rem;padding-right: .1rem;}
    .wd-td_unit{font-size: .28rem;line-height: .38rem;}
    .wd-td_intro{font-size: .28rem;line-height: .38rem;}
    .wd-td:nth-child(1){width: 2.4rem;}
    .wd-td:nth-child(1):before{display: none;}
    .wd-td:nth-child(2){flex: 1;padding:.05rem .5rem;}
    .wd-td:nth-child(n + 3){display: none;}
}

.we-main{width: 100%;padding: .75rem .3rem .8rem;background-color: #f1f4fb;background: linear-gradient(180deg, #f2f7fe 0%, #f1f4fb 100%);}
.we-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.we-top{width: 100%;}
.we-center{width: 100%;}
.we-bottom{width: 100%;}
.we-titles{width: 100%;margin-bottom: .35rem;color: #0b1634;font-weight: bold;line-height: 1.35;}
.we-cont{width: 100%;margin-bottom: .75rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.we-left{width: 9.2rem;}
.we-item{display: flex;align-items: center;justify-content: space-between;cursor: pointer;width: 100%;padding: .1rem;min-height: 1.7rem;margin-bottom: .15rem;background-color: #ffffff;}
.we-item:last-child{margin-bottom: 0;}
.we-item .we-imgbox{width: 2.73rem;}
.we-item .we-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(153/273*100%);}
.we-item .we-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.we-item .we-text{width: calc(100% - 3.05rem);}
.we-item .we-author {width: 100%;}
.we-item .we-author span{display: inline-block;padding: 0 .15rem;color: #134189;line-height: 1.84em; border-radius: .92em .92em .92em 0px;border: solid 1px #134189;}
.we-item .we-name{transition: all .3s;width: 100%;margin-bottom: .1rem;color: #000000;line-height: 1.5;font-weight: bold;}
.we-item:hover .we-img img{transform: scale(1.05);}
.we-item:hover .we-name{color: #17458d;}


.we-right{width: 4.4rem;}
.we-one{display: block;width: 100%;height: 100%;background-color: #fff;}
.we-one .we-img{display: block;cursor: pointer;width: 100%;position: relative;overflow: hidden;padding-top: calc(153/273*100%);}
.we-one .we-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.we-one .we-text{width: 100%;padding: .25rem .4rem;}
.we-one .we-author{width: 100%;margin-bottom: .15rem;}
.we-one .we-author span{display: inline-block;padding: 0 .15rem;color: #134189;line-height: 1.84em; border-radius: .92em .92em .92em 0px;border: solid 1px #134189;}
.we-one .we-name{cursor: pointer;transition: all .3s;width: 100%;margin-bottom: .12rem;color: #000000;line-height: 1.25;font-weight: bold;}
.we-one .we-more{cursor: pointer; transition: all  .3s;display: inline-block;cursor: pointer;color: #666666;line-height: 1.7;}
.we-one .we-more:after{transition: all  .3s;content: '';display: inline-block;vertical-align: middle;margin-left: .07rem;width: .428em;height: 1.5em;background-size: 100% auto;background-image: url('../images/a53.png'); background-position: center center;background-repeat: no-repeat;}
.we-one .we-img:hover img{transform: scale(1.05);}
.we-one .we-name:hover{color: #17458d;}
.we-one .we-more:hover{color: #17458d;}
.we-one .we-more:hover:after{background-image: url('../images/a53-b.png');}

.we-item .we-author span{max-width: 100%; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.we-one .we-author span{max-width: 100%; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;} 
@media(min-width: 750px){ 
  .we-item .we-author img{display: none;}
  .we-one .we-author img{display: none;}
}
 
@media(max-width: 750px){ 
    .we-main{padding: .75rem .4rem;}
    .we-titles{font-size: .48rem;line-height: .58rem;margin-bottom: .45rem;}
    .we-cont{flex-direction: column-reverse;}
    .we-right{width: 100%;margin-bottom: .3rem;}
    .we-one .we-text{ padding: .35rem .3rem .35rem;}
    /* .we-one .we-more{display: none;} */
    .we-one .we-name{color: #17458d;font-size: .36rem;line-height: .48rem;margin-bottom: .18rem;}
    .we-one .we-author{margin-bottom: 0;}
    .we-one .we-author span{padding: 0;font-size: .26rem;line-height: .4rem;border: none;}
    .we-one .we-author.hax_mail span:after{content: '';display: inline-block;vertical-align: middle;margin-left: .08rem;width: .22rem;height: .3rem;background-image: url('../images/s9-b.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
    .we-left{width: 100%;}
    .we-item{padding: .3rem;margin-bottom: .3rem;min-height: 10px;}
    .we-item .we-imgbox{width: 2.95rem;}
    .we-item .we-text{width: calc(100% - 3.2rem); padding-right: 0;}
    .we-item .we-name{font-size: .32rem;line-height: .42rem;-webkit-line-clamp: 3;}
    .we-item .we-author span{margin-bottom: 0;margin-top: .1rem;padding: 0;font-size: .26rem;line-height: .4rem;border: none;}
    .we-item .we-author.hax_mail span:after{content: '';display: inline-block;vertical-align: middle;margin-left: .08rem;width: .22rem;height: .3rem;background-image: url('../images/s9-b.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
    
}

.wea-cont{width: 100%;margin-bottom: .75rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.wea-top{width: 100%;padding: 0 .3rem;border-bottom: 1px solid #eef1f9; display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.wea-lt{font-size: 0;}
.wea-titles{color: #000000;line-height: .6rem;font-weight: bold;}
.wea-navbox{font-size: 0;display: flex;flex-wrap: wrap;}
.wea-nav{display: block;cursor: pointer; position: relative;margin-right: .3rem;line-height: .6rem;color: #000000;font-weight: bold;}
.wea-nav:before{display: none;content: '';position: absolute;top: 100%;left: 0;width: 100%;height: 2px;background-color: #17458d;}
.wea-nav:after{display: none;content: '';position: absolute;top: 100%;left: 50%;transform: translate(-50%,0);width:13px;height: 6px;background-image: url('../images/a54.png');background-size: 100% 100%;background-position: top center;background-repeat: no-repeat;}
.wea-nav:last-child{margin-right: 0;}
.wea-nav:hover{color: #17458d;}
.wea-nav.active{color: #17458d;}
.wea-nav.active:before{display: block;}
.wea-nav.active:after{display: block;}
.wea-rt{font-size: 0;}
.wea-more{transition: all  .3s;display: inline-block;cursor: pointer;color: #666666;line-height: 1.7;}
.wea-more:after{transition: all  .3s;content: '';display: inline-block;vertical-align: middle;margin-left: .07rem;width: .428em;height: 1.5em;background-size: 100% auto;background-image: url('../images/a53.png'); background-position: center center;background-repeat: no-repeat;}
.wea-more:hover{color: #17458d;}
.wea-more:hover:after{background-image: url('../images/a53-b.png');}
.wea-left{width: 4.4rem;background-color: #fff;}
.wea-right{width: 9.2rem;background-color: #fff;}
.wea-right .wea-more{display: none;}
.wea-right .wea-more.show{display: block;}
.wea-bottom{width: 100%;position: relative;}
.wea-one{opacity: 0;z-index: -1;visibility: hidden;transition: opacity .3s;position: absolute;top: 0;left: 0;width: 100%;padding: 0 .3rem;}
.wea-one.show{opacity: 1;z-index: 1;visibility:visible;position: relative;}
.wea-link{display: block;cursor: pointer;position: relative;width: 100%;padding: .25rem 1rem .25rem 0;border-bottom: 1px solid #eef1f9;}
.wea-link:last-child{border-bottom:none;}
.wea-link:after{transition: all  .3s;content: '';position: absolute;top: 50%;right: 0;transform: translate(0,-50%);width: .4rem;height: .4rem; border-radius: 50%;border-radius: .2rem;border: solid 1px #eef1f9;background-image: url('../images/a53.png');background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.wea-link .wea-name{transition: all  .3s;width: 100%;margin-bottom: .05rem;color: #000000;line-height: 1.5;}
.wea-link .wea-intro{width: 100%;color: #666666;line-height: 1.7;}
.wea-link:hover:after{border: solid 1px #17458d;background-image: url('../images/a53-b.png');}
.wea-link:hover .wea-name{color: #17458d;}
.wea-tr{width: 100%;padding: 0 .3rem .1rem;}
.wea-td{display: block;cursor: pointer;width: 100%;padding: .2rem 0;border-bottom: 1px solid #eef1f9;}
.wea-td:last-child{border-bottom:none;}
.wea-td .wea-name{transition: all  .3s;width: 100%;margin-bottom: .05rem;color: #000000;line-height: 1.5;}
.wea-td .wea-intro{display: none; width: 100%;color: #666666;line-height: 1.7;}
.wea-td:hover .wea-name{color: #17458d;}
.wea-list{width: 100%;padding: .3rem .3rem .05rem;border-bottom: 1px solid #eef1f9;}
.wea-item{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;width: 100%;cursor: pointer;margin-bottom: .2rem;}
.wea-item .wea-imgbox{width: 1.4rem;}
.wea-item .wea-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(79/140*100%);}
.wea-item .wea-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wea-item .wea-text{width: calc(100% - 1.6rem);}
.wea-item .wea-name{transition: all  .3s;width: 100%;margin-bottom: .05rem;color: #000000;line-height: 1.5;}
.wea-item .wea-intro{width: 100%;color: #666666;line-height: 1.7;} 
.wea-item:hover .wea-img img{transform: scale(1.05);}
.wea-item:hover .wea-name{color: #17458d;}


.wea-item .wea-intro{max-width: 100%; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.wea-link .wea-intro{max-width: 100%; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
@media(min-width: 750px){  
  .wea-item .wea-intro img{display: none;}
  .wea-link .wea-intro img{display: none;}
}
@media(max-width: 750px){  
    .wea-left{width: 100%;margin-bottom: .3rem;}
    .wea-titles{line-height: 1.25rem;font-size: .32rem;}
    .wea-more{color: #0b1634;font-size: .28rem;line-height: .38rem;}
    .wea-more:after{margin-left: .14rem;width: .08rem;height: .3rem;background-image: url('../images/s3.png');}
    .wea-more:hover:after{background-image: url('../images/s3-b.png');}
    .wea-list{padding: .4rem .3rem .2rem;}
    .wea-item .wea-imgbox{width: 2.95rem;}
    .wea-item .wea-text{width: calc(100% - 3.2rem);}
    .wea-item .wea-name{margin-bottom: .3rem;font-size: .32rem;line-height: .44rem;-webkit-line-clamp: 3;}
    .wea-item .wea-intro{font-size: .22rem;line-height: .32rem;}
    .wea-item .wea-intro.hax_mail:after{content: '';display: inline-block;vertical-align: middle;margin-left: .08rem;width: .26rem;height: .3rem;background-image: url('../images/s9-b.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
    .wea-tr{padding: 0;}
    .wea-td{padding: .3rem;}
    .wea-td .wea-name{margin-bottom: .2rem;font-size: .32rem;line-height: .44rem;-webkit-line-clamp: 3;}
    .wea-td .wea-intro{font-size: .22rem;line-height: .32rem;}
    .wea-td .wea-intro.hax_mail:after{content: '';display: inline-block;vertical-align: middle;margin-left: .08rem;width: .26rem;height: .3rem;background-image: url('../images/s9-b.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
    
    .wea-right{position: relative;width: 100%;}
    .wea-nav{font-size: .32rem;line-height: 1rem;margin-right: .4rem;}
    .wea-right .wea-bottom{padding-bottom: 1.4rem;}
    .wea-right .wea-rt{position: absolute;bottom: 0;left: 0;z-index: 18;width: 100%;border-top: 1px solid #eef1f9;display: flex;align-items: center;justify-content: center;height: 1.4rem;}
    .wea-one{padding: 0;}
    .wea-link{padding: .3rem;}
    .wea-link .wea-name{margin-bottom: .2rem;font-size: .32rem;line-height: .44rem;-webkit-line-clamp: 3;}
    .wea-link .wea-intro{font-size: .22rem;line-height: .32rem;}
    .wea-link .wea-intro.hax_mail:after{content: '';display: inline-block;vertical-align: middle;margin-left: .08rem;width: .26rem;height: .3rem;background-image: url('../images/s9-b.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
    .wea-link:after{display: none;}
}


.web-cont{position: relative;left: -.2rem;width: calc(100% + .4rem);}
.web-b{width: 100%;}
.web-item{position: relative;width: 33.33%;height: auto;padding: 0 .2rem;}
.web-item:before{content: '';position: absolute;left: .2rem;width: calc(100% - .4rem);height: 100%;background-color: #fff;}
.web-link{position: relative;z-index: 1;display: block;cursor: pointer;width: 100%;}
.web-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(247/440*100%);}
.web-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.web-img:after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: .03rem;background-color: #17458d;}
.web-text{width: 100%;padding: .35rem 0;}
.web-name{transition: all  .3s;width: 100%;margin-bottom: .1rem;padding: 0 .4rem;line-height: 1.5;height: 4.5em;color: #000000;font-weight: bold;}
.web-intro{width: 100%;padding: 0 .4rem;line-height: 1.7;height: 3.4em;color: #666666;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.web-more{position: relative;z-index: 1;cursor: pointer; transition: all  .3s;display: block;width: 100%;padding: .15rem .4rem;color: #666666;line-height: 1.7; border-top: 1px solid #eef1f9;}
.web-more:after{transition: all  .3s;content: '';display: inline-block;vertical-align: middle;margin-left: .07rem;width: .428em;height: 1.5em;background-size: 100% auto;background-image: url('../images/a53.png'); background-position: center center;background-repeat: no-repeat;}

.web-link:hover .web-img img{transform: scale(1.05);}
.web-link:hover .web-name{color: #17458d;}
.web-more:hover{color: #17458d;}
.web-more:hover:after{background-image: url('../images/a53-b.png');}

@media(max-width: 750px){ 
    .web-item{width: 100%;margin-bottom: .3rem;}
    .web-item:last-child{margin-bottom: .05rem;}
    .web-text{padding: .35rem .4rem;}
    .web-name{padding: 0;margin-bottom: .2rem;height: auto; font-size: .36rem;line-height: .48rem;}
    .web-intro{padding: 0;height: auto; font-size: .22rem;line-height: .32rem;-webkit-line-clamp:10;}
    .web-intro:after{content: '';display: inline-block;vertical-align: middle;margin-left: .08rem;width: .26rem;height: .3rem;/*background-image: url('../images/s9-b.png');*/background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
    
    /* .web-more{display: none;} */
}

.wf-main{width: 100%;padding: .2rem .3rem .8rem;}
.wf-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.wf-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.wf-left{width: 10.5rem;}
.wf-right{width: 2.8rem;}
.wf-top{width: 100%;padding-bottom: .45rem;margin-bottom: .45rem;border-bottom: 1px solid #e3e8f4;}
.wf-titles{width: 100%;margin-bottom: .35rem;color: #0b1634;font-weight: bold;line-height: 1.37;}
.wf-typebox{width: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.wf-type{margin-right: .15rem;margin-bottom: .3rem;color: #222222;line-height: 1.5;}
.wf-label{margin-bottom: .3rem;color: #222222;line-height: 1.5;}
.wf-label img{margin-right: .06rem;height: 1.22em;}

.wf-box{width: 100%;display: flex;align-items: center;}
.wf-lt{flex: 1;}
.wf-b{display: block;width: 100%;color: #000000;line-height: 1.6;}
.wf-b a{cursor: pointer;text-decoration: underline !important;color: #17458d;}
.wf-rt{font-size: 0;display: flex;flex-wrap: wrap;align-items: center;}
.wf-up{display: block;cursor: pointer;margin-right: .3rem;color: #17458d;line-height: 1.5;}
.wf-up:before{content: '';display: inline-block;vertical-align: middle;transform: rotate(-180deg);margin-right: .08rem;width: .34em;height: 1.5em;background-image: url('../images/a35-b.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wf-next{display: block;cursor: pointer;color: #17458d;line-height: 1.5;}
.wf-next:after{content: '';display: inline-block;vertical-align: middle;margin-left: .08rem;width: .34em;height: 1.5em;background-image: url('../images/a35-b.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}


.wf-bottom{width: 100%;}
.wf-one{
    width: 100%;
    /*padding-bottom: .45rem;
    margin-bottom: .45rem;
    border-bottom: 1px solid #e7ecf8;*/
    padding-top: .45rem;
    margin-top: .45rem;
    border-top: 1px solid #e7ecf8;
}
.wf-subtitle{width: 100%;margin-bottom: .4rem;color: #17458d;line-height: 1.4;font-weight: bold;}
.wf-textbox{width: 100%;color: #000000;line-height: 1.7;}
.wf-textbox *{line-height: inherit;max-width: 100%;}
.wf-textbox a{cursor: pointer;text-decoration: underline !important;color: #17458d;}
.wf-textbox ul{display: block;list-style-type: disc;margin-block-start: 1em;margin-block-end: 1em;padding-inline-start: 30px;unicode-bidi: isolate;}
.wf-textbox ol{display: block;list-style-type: decimal;margin-block-start: 1em;margin-block-end: 1em;padding-inline-start: 30px;unicode-bidi: isolate;}
.wf-textbox li{list-style:inherit;}


.wf-source{width: 100%;color: #000000;line-height: 1.7;}
.wf-source span{font-weight: bold;}
.wf-filebox{width: 100%;padding: .45rem .5rem .5rem;background-color: #f7f9fe;background-image: linear-gradient(90deg, #f7f9fe 0%, #fafbfe 100%);}
.wf-file{display: flex;align-items: center;flex-wrap: wrap;padding-top: .1rem;}
.wf-file_buttom{margin-top: .1rem;margin-right: .12rem;padding: .06rem .18rem;border: solid 1px #17458d;line-height: 1.5;color: #17458d;border-radius: calc(.06rem + .75em);}
.wf-textbox .wf-file_buttom{text-decoration: none !important;}
.wf-file_size{margin-top: .1rem;color: #000000;line-height: 1.6;}
.wf-abstract{width: 100%;padding-bottom: .55rem;}
.wf-abstract_cont{width: 100%;padding: .45rem .5rem; background-color: #f7f9fe;}
.wf-abstract_item{width: 100%;margin-bottom: .35rem;}
.wf-abstract_item:last-child{margin-bottom: 0;}
.wf-name{width: 100%;margin-bottom: .2rem;color: #000000;line-height: 1.5;font-weight: bold;}

@media(max-width: 750px){ 
    .wf-main{padding: .7rem .4rem .85rem;}
    .wf-left{width: 100%;} 
    .wf-top{display: none;}
    .wf-subtitle{font-size: .42rem;line-height: .52rem;margin-bottom: .35rem;}
    .wf-abstract{padding-bottom: .7rem;}
    .wf-abstract  .wf-subtitle{margin-bottom: .45rem;}
    .wf-abstract_cont{padding: .3rem .4rem;} 
    .wf-name{font-size: .36rem;line-height: .56rem;margin-bottom: .1rem;}
    .wf-textbox{font-size: .36rem;line-height: .56rem;}
    .wf-filebox{padding: .3rem .4rem;}
    .wf-file_buttom{width: 100%;margin-right: 0;margin-top: .25rem;padding: .17rem .18rem;font-size: .36rem;line-height: .46rem;text-align: center;border-radius: .4rem;}
    .wf-source{font-size: .36rem;line-height: .56rem;}
    .wf-file_size{width: 100%;text-align: center;font-size: .28rem;line-height: .38rem;margin-top: .3rem;}
    .wf-right{display: none;}
    .wf-textbox a{word-break: break-all;}
    .wf-textbox{overflow: auto;}
}

.wfa-main{width: 100%;}
.wfa-img{width: 1.5rem;max-width: 100%;margin-bottom: .2rem;}
.wfa-img img{width: 100%;}
.wfa-titles{width: 100%;margin-bottom: .15rem;color: #000000;font-weight: bold;line-height: 1.5;font-weight: bold;}
.wfa-textbox{width: 100%;margin-bottom: .3rem;color: #000000;line-height: 1.7;}
.wfa-textbox *{line-height: inherit;max-width: 100%;}
.wfa-textbox p{margin-bottom: .12rem;}
.wfa-buttombox{width: 100%;}
.wfa-buttom{display: block;cursor: pointer;width: 100%;margin-bottom: .15rem;text-align: center;color: #17458d;line-height: .48rem;border-radius: .24rem;border: solid 1px #17458d;}
.wfa-buttom img{margin-right: .07rem;max-width: 1.16em;max-height: 1.16em;}
.wfa-check{display: block;cursor: pointer;width: 100%;margin-bottom: .15rem;}
.wfa-check img{width: 100%;}

.wfb-main{position: relative;top: 0;width: 100%;padding-top: .4rem;}
.wfb-navbox{width: 100%;display: flex;	background-color: #f7f9fe;border-radius: .16rem;overflow: hidden;}
.wfb-nav{display: flex;align-items: center;position: relative;cursor: pointer;width: 50%;padding: .1rem .05rem .1rem .1rem;min-height: .64rem;}
.wfb-nav:after{display: none;content: '';position: absolute;top: 0;left: calc(100% - .1rem);width: .2rem;height: 100%;background-image: url('../images/a56.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.wfb-nav span{position: relative;z-index: 1;display: block;width: 100%;text-align: center;color: #17458d;font-weight: bold;line-height: 1.5;}
.wfb-nav.active{background-color: #17458d;}
.wfb-nav.active span{color: #ffffff;}
.wfb-nav.active:after{display: block;}
.wfb-nav:nth-child(2):after{left: auto;right: calc(100% - .1rem);background-image: url('../images/a56-b.png');}
.wfb-bottom{width: 100%;position: relative;padding-top: .2rem;}
.wfb-one{opacity: 0;z-index: -1;visibility: hidden;transition: opacity .3s;position: absolute;top: 0;left: 0;width: 100%;}
.wfb-one.show{opacity: 1;z-index: 1;visibility: visible;position: relative;}
.wfb-classifybox{width: 100%;border: solid 1px #e7ecf8;}
.wfb-classify{display: block;cursor: pointer;position: relative;padding: .12rem .3rem;color: #000000;line-height: 1.6;}
.wfb-classify:before{content: '';position: absolute;bottom: 0;left: 0;width: 3px;height: 100%;background-color: #e7ecf8;}
.wfb-classify:hover{color: #17458d;} 
.wfb-classify.active{color: #17458d;font-weight: bold;background-color: #f7f9fe;}
.wfb-classify.active:before{background-color: #17458d;} 
.wfb-linkbox{width: 100%;}
.wfb-link{display: block;cursor: pointer;width: 100%;padding-bottom: .15rem;margin-bottom: .15rem;border-bottom: 1px solid #eff3fb; color: #0b1634;text-decoration: underline !important;}
.wfb-link:hover{color: #17458d;}

.wfc-cont{width: 100%;padding-bottom: .3rem;}
.wfc-navbox{width: 100%;font-size: 0;}
.wfc-nav{display: inline-block;vertical-align: middle;cursor: pointer;margin-bottom: .1rem;margin-right: .15rem;color: #17458d;line-height: 1.6;}
.wfc-nav:after{transition: all  .3s;transform: rotate(0);content: '';display: inline-block;vertical-align: middle;margin-left: .05rem;width: .68em;height: 1.5em;background-image: url('../images/a48.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wfc-nav.active:after{transform: rotate(-180deg);}
.wfc-text{display: inline-block;vertical-align: middle;margin-bottom: .1rem;margin-right: .15rem;color: #000000;line-height: 1.6;}
.wfc-text a{cursor: pointer;color: #17458d;text-decoration: underline !important;}
.wfc-text img{height: 1em;margin-left: .05rem;}
.wfc-bottom{width: 100%;}
.wfc-one{display: none;width: 100%;}
.wfc-one.show{display: block;}
.wfc-textbox{width: 100%;color: #000000;line-height: 1.87;}
.wfc-textbox *{line-height: inherit;max-width: 100%;}

@media(max-width: 750px){ 
    .wfc-text{display: none;}
}

.wfd-main{width: 100%;font-size: 0;padding-bottom: .2rem;}
.wfd-item{display: inline-block;vertical-align: middle;position: relative;margin-bottom: .1rem;}
.wfd-buttom{display: flex;align-items: center;cursor: pointer;color: #17458d;line-height: 1.6;text-decoration: underline !important;}
.wfd-buttom img{margin-left: .05rem;height: .9em;}
.wfd-line{display: inline-block;vertical-align: middle;margin:0  .1rem .1rem 0;color: #17458d;line-height: 1.6;}
.wfd-sub{opacity: 0;z-index: -1;visibility: hidden;transition:opacity .5s; position: absolute;top: 100%;left: 0;width:7.5rem;padding-top: calc(5px + .05rem);}
.wfd-cont{display: block;position: relative;width: 100%;padding: .35rem .4rem .25rem;background-color: #ffffff;box-shadow: 0px 0px .5rem 0px rgba(23, 69, 141, 0.1);}
.wfd-cont:before{content: '';position: absolute;top: -5px;left: .12rem;border-bottom: 6px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;}
.wfd-name{width: 100%;color: #17458d;font-weight: bold;line-height: 1.4;}
.wfd-mail{width: 100%;margin-top: .07rem;color: #17458d;line-height: 1.5;}
.wfd-mail img{margin-right: .07rem;height: .78em;}
.wfd-intro{width: 100%;padding-top: .15rem;margin-top: .15rem;color: #000000;line-height: 1.6; border-top: 1px solid #e2e8f4;}
.wfd-item.show .wfd-sub{opacity: 1;z-index: 18;visibility: visible;}

.wfe-cont{position: relative;width: 100%;padding: .45rem .5rem .6rem;border: 1px solid #c2c3c6; background-size: 0 0;background-position: center center;background-repeat: no-repeat;}
.wfe-preview{position: absolute;top: .3rem;right: .3rem;z-index: 8;cursor: pointer; display: flex;align-items: center;justify-content: center;width: .56rem;height: .56rem;border-radius: 50%;background-color: #ffffff;}
.wfe-preview img{width: .21rem;}
.wfe-top{width: 100%;margin-bottom: .3rem;}
.wfe-titles{width: 100%;color: #000000;line-height: 1.5;}
.wfe-synopsis{width: 100%;padding-top: .15rem;color: #000000;line-height: 1.5;}
.wfe-imgbox{width: 100%;padding-bottom: .1rem;}
.wfe-img{width: 100%;}
.wfe-img img{width: 100%;}
.wfe-intro{width: 100%;margin-top: .35rem;color: #000000;line-height: 1.7;}
.wfe-intro span{color: #000000;font-size: 1.14em;} 
 
.pswp__img{background-color: #fff;}

.wfe-intro{font-size: calc(18 * 1rem / 100);}
@media(max-width: 1472px){
    .wfe-intro{font-size: 13.8px;}
}
@media(max-width: 750px){ 
    .wfe-cont{position: relative;left: -.4rem;width: calc(100%  + .8rem);padding: .75rem .7rem .5rem;}
    .wfe-top{margin-bottom: .2rem;}
    .wfe-titles{font-size: .36rem;line-height: .46rem;}
    .wfe-synopsis{font-size: .3rem;line-height: .4rem;}
    .wfe-preview{top: .6rem;right: .4rem;width: .72rem;height: .72rem;}
    .wfe-preview img{width: .26rem;}
    .wfe-img img{max-width: 100%;}
   .wfe-intro{font-size: .36rem;line-height: .46rem;text-align: left;}
}

.wfg-main{display: none;width: 100%;padding: .75rem 0 0;}
.wfg-titles{width: 100%;color: #000000;font-size: .48rem;line-height: .58rem;font-weight: bold;margin-bottom: .5rem;}
.wfg-list{width: 100%;}
.wfg-one{display: block;width: 100%;padding-bottom: .4rem;margin-bottom: .4rem;color: #0b1634;font-size: .36rem;line-height: .56rem;text-decoration: underline !important;    border-bottom: 1px solid #e7ecf8;}
.wfg-one:last-child{margin-bottom: 0;}

@media(max-width: 750px){ 
    .wfg-main{display: block;}
}


.wfh-main{display: none;width: 100%;padding-bottom: .65rem;}
.wfh-top{width: 100%;padding-bottom: .2rem;}
.wfh-typebox{width: 100%;font-size: 0;}
.wfh-type{display: inline-block;vertical-align: middle;margin-right: .3rem;margin-bottom: .1rem;color: #222222;font-size: .28rem;line-height: .48rem;}
.wfh-label{display: inline-block;vertical-align: middle;margin-right: .3rem;margin-bottom: .1rem;color: #222222;font-size: .28rem;line-height: .48rem;}
.wfh-label img{margin-right: .06rem;height: 1.22em;}
.wfh-top_buttom{display: inline-block;vertical-align: middle;margin-bottom: .1rem;color: #17458d;font-size: .28rem;line-height: .48rem;}
.wfh-top_buttom:after{transition: all  .3s;transform: rotate(0);content: '';display: inline-block;vertical-align: middle;margin-left: .05rem;width: .18rem;height: .2rem;background-image: url('../images/a48.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wfh-top_buttom.active:after{transform: rotate(-180deg);}
.wfh-textbox{display: none;width: 100%;margin-bottom: .1rem;color: #000000;line-height: .48rem;font-size: .28rem;}
.wfh-textbox *{line-height: inherit;}
.wfh-top.show .wfh-textbox{display: block;} 
.wfh-titles{width: 100%;padding-bottom: .35rem;margin-bottom: .7rem;border-bottom: 1px solid #e8ecf7;color: #0b1634;font-size: .48rem;line-height: .64rem;font-weight: bold;}

.wfh-center{width: 100%;padding-bottom: .3rem;margin-bottom: .45rem; border-bottom: 1px solid #e8ecf7;}
.wfh-list{width: 100%;}
.wfh-item{width: 100%;}
.wfh-nav{display: block;position: relative;width: 100%;margin-bottom: .1rem;color: #17458d;font-size: .28rem;line-height: .48rem;}
.wfh-nav:after{transition: all  .3s;transform: rotate(0);content: '';position: absolute;top: 0;right: 0;width: .18rem;height: 100%;background-image: url('../images/a48.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.wfh-item.show .wfh-nav:after{transform: rotate(-180deg);}
.wfh-item.show .wfh-textbox{display: block;} 

.wfh-bottom{width: 100%;padding-bottom: .4rem;margin-bottom: .4rem; border-bottom: 1px solid #e8ecf7;}
.wfh-text_list{width: 100%;padding-bottom: .4rem;}
.wfh-text{width: 100%;margin-bottom: .3rem;color: #000000;font-size: .28rem;line-height: .38rem;font-weight: bold;}
.wfh-text a{cursor: pointer;color: #17458d;text-decoration: underline !important;}
.wfh-text img{height: .28rem;margin-left: .12rem;}
.wfh-pdf{display: block;cursor: pointer;width: 100%;margin-bottom: .4rem;text-align: center;line-height: .8rem;color: #fff;font-size: .32rem;background-color: #17458d;border-radius: .4rem;}
.wfh-pdf img{height: .33rem;margin-right: .1rem;}
.wfh-menubox{width: 100%;padding-bottom: .4rem;display: flex;justify-content: space-between;}
.wfh-menu{display: flex;align-items: center;justify-content: center;color: #17458d;font-size: .32rem;width: calc(50% - .13rem);min-height: .8rem;background-color: #f7f9fe;border-radius: .4rem;}
.wfh-menu img{width: .31rem;margin-right: .15rem;}
.wfh-cite{display: flex;align-items: center;justify-content: center;color: #17458d;font-size: .32rem;width: calc(50% - .13rem);min-height: .8rem;background-color: #f7f9fe;border-radius: .4rem;}
.wfh-cite img{width: .35rem;margin-right: .1rem;}
.wfh-nub{width: 100%;padding: .15rem;text-align: center;margin-bottom: .4rem;color: #17458d;font-size: .32rem;line-height: .5rem;background-color: #f7f9fe;border-radius: .4rem;}

.wfh-check{width: 100%;padding-bottom: .4rem;margin-bottom: .7rem;color: #000000;font-size: .28rem;line-height: .38rem;text-align: center;border-bottom: 1px solid #e8ecf7;}
.wfh-check img{width: .7rem;margin-right: .2rem;}
.wfh-buttom{width: 100%;}
.wfh-buttom:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}  
.wfh-up{float: left;color: #17458d;font-size: .28rem;line-height: .38rem;}
.wfh-up:before{content: '';display: inline-block;vertical-align: middle;margin-right: .11rem;width: .11rem;height: .2rem;background-image: url('../images/s17.png');background-size: 100%;background-position: center center;background-repeat: no-repeat;}
.wfh-next{float: right;color: #17458d;font-size: .28rem;line-height: .38rem;}
.wfh-next:after{content: '';display: inline-block;vertical-align: middle;margin-left: .11rem;width: .11rem;height: .2rem;background-image: url('../images/s17-b.png');background-size: 100%;background-position: center center;background-repeat: no-repeat;}

@media(max-width: 750px){ 
    .wfh-main{display: block;}
}

.wfi-main{width: 100%;font-size: 0;margin-bottom: .25rem;display: flex;flex-wrap: wrap;}
.wfi-item{display: flex;align-items: center;margin-bottom: .1rem;}
.wfi-buttom{display: flex;align-items: center; color: #17458d;font-size: .28rem;line-height: 1;border-bottom: 1px solid #17458d;}
.wfi-buttom.hax_mail:after{content: '';display: inline-block;vertical-align: middle;margin-left: .05rem;width: .28rem;height: .3rem;background-image: url('../images/a24.png');background-size: contain;background-position: center center;background-repeat: no-repeat;}
.wfi-line{display: inline-block;vertical-align: middle;margin-bottom: .1rem;margin: 0 .1rem;color: #17458d;font-size: .28rem;line-height: .48rem;}
.wfi-sub{opacity: 0;z-index: -1;visibility: hidden;transition:opacity .5s;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;display: flex;align-items: center;justify-content: center;}
.wfi-item.show .wfi-sub{opacity: 1;z-index: 388;visibility: visible;}
.wfi-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .4;}
.wfi-cont{position: relative;z-index: 1;width: 6rem;padding: .5rem .4rem;max-height: 90vh;overflow: auto;background-color: #fff;}
.wfi-name{width: 100%;font-size: .32rem;line-height: .42rem;color: #17458d;font-weight: bold;}
.wfi-mail{width: 100%;padding-top: .1rem;font-size: .28rem;line-height: .48rem;color: #17458d;}
.wfi-mail img{width: .28rem;margin-right: .1rem;}
.wfi-intro{width: 100%;padding-top: .15rem;margin-top: .15rem;border-top: 1px solid #e2e8f4;color: #000000;font-size: .28rem;line-height: .48rem;}
.wfi-close{position: absolute;top: .2rem;right: .2rem;z-index: 18;width: .26rem;height: .3rem;background-image: url('../images/s12.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}


.wg-main{display: none;width: 100%;font-size: 0;}
.wg-bg{width: 100%;height: calc(1rem - 1px);}
.wg-cont{position: fixed;bottom: 0;left: 0;z-index: 18;display: flex;align-items: center;justify-content: space-between;width: 100%;padding: 0 .4rem; min-height: 1rem;background-color: #17458d;}
.wg-menu{display: block;color: #ffffff;font-size: .36rem;line-height: .9rem;}
.wg-menu img{width: .4rem;margin-right: .2rem;}
.wg-cite{display: block;color: #ffffff;font-size: .36rem;line-height: .9rem;}
.wg-cite img{width: .4rem;margin-left: .2rem;}
.wg-links{display: block;color: #ffffff;font-size: .36rem;line-height: .9rem;}
.wg-links img{width: .4rem;margin-left: .2rem;}
.wg-main.center .wg-cont{justify-content: center;}

@media(max-width: 750px){ 
    .wg-main{display: block;}
}


/* 
background-color: #17458d;
transition: all  .3s;
.k-main{width: 100%;padding: .15rem .3rem .8rem;}
.k-inner{width: 100%;max-width: 14rem;margin: 0 auto;}

filter: grayscale(100%) brightness(500%);  图片变白

nav gray 80

 display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;

.u-textbox{width: 100%;color: #000000;line-height: 1.7;}
.u-textbox *{line-height: inherit;max-width: 100%;}
.u-textbox p{margin-bottom: .1rem;}
.u-textbox p:last-child{margin-bottom: 0;}

.q-icon{display: flex;align-items: center;justify-content: center;width: .68rem;height: .68rem;border-radius: 50%;background-color: #f7f9fe;}
.q-icon img{width: 100%;height: 100%;object-fit: contain;}

.a-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(900/1920*100%);}
.a-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}

.teaser.delay2  {transition-delay: .2s;}

transform: scale(1.00);transition: all ease .5s;
background-size: cover;background-position: center center;background-repeat: no-repeat;

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;} 
 

*/
.search{width: 100%;}
.search input::-webkit-input-placeholder,
.search textarea::-webkit-input-placeholder{color: #17458d;}
.search input:-moz-placeholder,
.search textarea:-moz-placeholder{color: #17458d;}
.search input::-moz-placeholder,
.search textarea::-moz-placeholder{color: #17458d;}
.search input:-ms-input-placeholder,
.search textarea:-ms-input-placeholder{color: #17458d;}
.search-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.search-top{width: 100%;padding: .6rem .3rem .2rem;background-color: #f7f9fe;}
.search-box{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.search-left{font-size: 0;margin-bottom: .3rem;}
.search-nub{display: flex;align-items: center;min-height: .56rem;width: 100%;font-weight: bold;color: #000000;line-height: 1.3;}
.search-nub span{color: #17458d;} 
.search-right{font-size: 0;margin-bottom: .3rem;display: flex;flex-wrap: wrap;align-items: center;}
.search-searchbox{position: relative;width: 4.45rem;margin-right: .3rem;padding-right: .7rem; border-radius: .28rem;border: solid .02rem #17458d;}
.search-input{border: none;background-color: transparent;width: 100%;padding-left: .25rem;height: .56rem;color: #17458d;}
.search-submit{border: none;background-color: transparent;position: absolute;top: 0;right: 0;display: block;cursor: pointer;width: .66rem;height: 100%;background-image: url('../images/a51.png');background-size: .2rem auto;background-position: center center;background-repeat: no-repeat;}
.search-advanced_search{text-align: right;}
.search-tip{display: block;margin-bottom: .15rem;color: #17458d;line-height: 1.5;}
.search-filters{display: flex;align-items: center;cursor: pointer;color: #17458d;font-weight: bold;line-height: 1.5;}
.search-filters img{margin-right: .1rem;height: 1.05em;} 
.search-filters_text1{display: block;}
.search-filters_text2{display: none;}
.search-filters_cont{display: none;margin-bottom: .3rem;}
.search.show_filters .search-filters_text1{display: none;}
.search.show_filters .search-filters_text2{display: block;}
.search.show_filters .search-filters_cont{display: block;}
.search-bottom{width: 100%;padding: .75rem .3rem .45rem;}
@media(max-width: 750px){ 
    .search-top{padding: .7rem .4rem  .3rem;}
    .search-left{width: 100%;margin-bottom: .4rem;}
    .search-nub{font-size: .48rem;line-height: .58rem;}
    .search-right{width: 100%;}
    .search-searchbox{width: 100%;margin-right: 0;border-radius: .4rem;padding-right: 1rem;margin-bottom: .35rem;}
    .search-input{padding-left: .4rem;height: .8rem;}
    .search-submit{width: .98rem;background-size: .26rem auto;}
    .search-advanced_search{width: 100%;display: flex;align-items: center;justify-content: space-between;flex-direction: row-reverse;}
    .search-tip{font-size: .28rem;line-height: .38rem;}
    .search-filters{margin-bottom: .15rem;font-size: .32rem;font-weight: bold;line-height: .42rem;}
    .search-filters img{height: .3rem;margin-right: .15rem;}
    .search-bottom{padding:.75rem .4rem .7rem;}
}

.advanced_search{width: 100%;}
.as-cont input::-webkit-input-placeholder,
.as-cont textarea::-webkit-input-placeholder{color: #bbbbbb;}
.as-cont input:-moz-placeholder,
.as-cont textarea:-moz-placeholder{color: #bbbbbb;}
.as-cont input::-moz-placeholder,
.as-cont textarea::-moz-placeholder{color: #bbbbbb;}
.as-cont input:-ms-input-placeholder,
.as-cont textarea:-ms-input-placeholder{color: #bbbbbb;}
.as-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.as-top{width: 100%;padding: .6rem .3rem .8rem;background-color: #f7f9fe;}
.as-advanced_search{width: 100%;padding-bottom: .3rem;display: flex;align-items: center;flex-wrap: wrap;}
.as-lt{flex: 1;padding-right: .3rem;margin-bottom: .3rem;}
.as-titles{width: 100%;margin-bottom: .05rem;color: #000000;line-height: 1.3;font-weight: bold;}
.as-intro{width: 100%;color: #000000;line-height: 1.6;}
.as-rt{font-size: 0;margin-bottom: .3rem;}
.as-searchbox{position: relative;width: 4.45rem;border-radius: .28rem;border: solid .02rem #17458d;}
.as-input{border: none;background-color: transparent;width: 100%;padding-left: .25rem;height: .56rem;color: #17458d;}
.as-submit{border: none;background-color: transparent;position: absolute;top: 0;right: 0;display: block;cursor: pointer;width: .66rem;height: 100%;background-image: url('../images/a51.png');background-size: .2rem auto;background-position: center center;background-repeat: no-repeat;}
.as-cont{width: 100%;padding: .6rem .5rem .6rem;background-color: #ffffff;}
.as-two{display: flex;flex-wrap: wrap;width: 100%;}
.as-three{display: flex;flex-wrap: wrap;width: 100%;}
.as-four{display: flex;flex-wrap: wrap;width: 100%;}
.as-item{width: 100%;padding: 0 .1rem;margin-bottom: .2rem;}
.as-two .as-item{width: 50%;}
.as-three .as-item{width: 33.333%;}
.as-four .as-item{width: 25%;}
.as-tip{width: 100%;width: 100%;padding-bottom: .1rem;color: #000000;line-height: 1.5;}
.as-input2{width: 100%;height: .5rem;padding: 0 .2rem;color: #000000;border-radius: .24rem;border: solid 1px #e3e8f4;}
.as-layuibox{position: relative;width: 100%;border-radius: .24rem;border: solid 1px #e3e8f4;} 
.as-layuibox:after{content: "";position: absolute;right: .25rem;top: 0;z-index: 1;width: .77em;height: 100%;background-image: url('../images/a16.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.as-layui{border: none;background-color: transparent;position: relative;z-index: 8;width: 100%;height: .5rem;padding: 0 .2rem;color: #000000;}

.as-bottom{width: 100%;padding: .75rem .3rem .45rem;}
.as-nub{width: 100%;margin-bottom: .3rem;font-weight: bold;color: #000000;line-height: 1.3;}
.as-nub span{color: #17458d;} 

.as-buttom{display: block !important; width: 100%;text-align: center;font-size: 0;padding-top: .1rem;}
.as-reset{display: inline-block;vertical-align: top;cursor: pointer;margin: 0 .07rem .1rem;min-width: 1.7rem;padding: 0 .15rem;text-align: center;color: #17458d;height: .48rem;line-height: .48rem;background-color: #fff;border-radius: .24rem;border: solid 1px #17458d;}
.as-submit2{display: inline-block;vertical-align: top;cursor: pointer;margin: 0 .07rem .1rem;min-width: 1.7rem;padding: 0 .15rem;text-align: center;color: #ffffff;height: .48rem;line-height: .48rem;background-color: #17458d;border-radius: .24rem;border: solid 1px #17458d;}

.advanced_search .as-searchbox{display: none;}
@media(max-width: 750px){ 
    .as-top{padding: .7rem .4rem  .3rem;}
    .as-lt{width: 100%;padding-right: 0;}
    .as-titles{font-size: .48rem;line-height: .58rem;margin-bottom: .35rem;}
    .as-intro{font-size: .32rem;line-height: .48rem;}
    .as-rt{display: none;}
    .as-cont{padding: .55rem .3rem .5rem;} 
    .as-item{margin-bottom: .3rem;}
    .as-three .as-item{width: 100%;}
    .as-two .as-item{width: 100%;}
    .as-four .as-item{width: 100%;}
    .as-tip{font-size: .36rem;line-height: .46rem;padding-bottom: .15rem;}
    .as-input2{padding: 0 .3rem;height: .8rem;border-radius: .4rem;}
    .as-layuibox{border-radius: .4rem;}
    .as-layui{height: .8rem;padding: 0 .3rem;}
    .as-bottom{padding: .75rem .4rem .7rem;}
    .as-nub{font-size: .48rem;line-height: .58rem;}
    .as-reset{margin: 0 .1rem .1rem; min-width: 2.4rem;height: .8rem;line-height: .8rem;border-radius: .4rem;font-size: .36rem;}
    .as-submit2{margin: 0 .1rem .1rem; min-width: 2.4rem;height: .8rem;line-height: .8rem;border-radius: .4rem;font-size: .36rem;}
}


.xa-main{opacity: 0;z-index: -1;visibility: hidden;transition:opacity .5s; position: fixed;top: 0;left: 0;width: 100%;height: 100vh;}
.xa-main.show{opacity: 1;z-index: 388;visibility: visible;}
.xa-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .7;}
.xa-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 7rem;max-width: calc(100% - .6rem);}
.xa-cont{width: 100%;padding: .45rem .5rem .35rem;max-height: 90vh;overflow: auto;background-color: #ffffff;}
.xa-top{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.xa-logo{display: none;}
.xa-logo img{height: .48rem;}
.xa-close{position: absolute;top: -.25rem;right: -.25rem;display: block;cursor: pointer;z-index: 8;transition: all .3s;opacity: .5;width: .21rem;height: .21rem;background-image: url('../images/a49.png');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.xa-close:hover{opacity: 1;}
.xa-bottom{width: 100%;}
.xa-titles{display: block !important;width: 100%;margin-bottom: .3rem;color: #0b1634;line-height: 1.26;font-weight: bold;}
.xa-textbox{width: 100%;margin-bottom: .2rem;color: #000000;line-height: 1.7;}
.xa-textbox *{line-height: inherit;}
.xa-copy{transition: all  .3s;display: inline-block;cursor: pointer;margin-bottom: .3rem;padding: .07rem .41rem;color: #0b1634;line-height: 1.6;border-radius: calc(.8em + .07rem); border: solid 1px #0b1634;}
.xa-copy:hover{color: #fff;background-color: #17458d;border: solid 1px #0b1634;}
.xa-list{width: 100%;}
.xa-one{display: flex;align-items: center;cursor: pointer;width: 100%;padding: .1rem;margin-bottom: .15rem;background-color: #f7f9fe;border-radius: .3rem;}
.xa-name{flex: 1;padding: 0 .2rem;color: #17458d;line-height: 1.5;}
.xa-icon{display: flex;align-items: center;justify-content: center;width: .4rem;height: .4rem;border-radius: 50%;background-color: #ffffff;}
.xa-icon img{height: .16rem;}

@media(max-width: 750px){ 
   .xa-inner{width: 100%;max-width: 100%;top: 0;left: 0;transform: translate(0,0);}
   .xa-cont{height: 100vh;max-height: 100vh;padding: 0 .4rem;}
   .xa-top{min-height: 1rem;border-bottom: 1px solid #e8ecf7;}
   .xa-bottom{max-height: calc(100vh - 1.1rem);overflow: auto;padding-bottom: env(safe-area-inset-bottom);}
   .xa-logo{display: block;}
   .xa-close{position: relative;top: 0;right: 0; width: .26rem;height: 1rem;background-image: url('../images/s12.png');background-size: 100% auto;}
   .xa-titles{margin-bottom: .4rem;font-size: .48rem;line-height: .58rem;padding: .45rem 0;border-bottom: 1px solid #e8ecf7;}
   .xa-textbox{font-size: .36rem;line-height: .56rem;margin-bottom: .4rem;}
   .xa-copy{font-size: .36rem;padding: 0 .58rem;margin-bottom: .8rem;line-height: .8rem;border-radius: .4rem;}
   .xa-one{margin-bottom: .4rem;padding: .1rem .15rem .1rem .45rem;border-radius: .5rem;}
   .xa-name{font-size: .36rem;line-height: .46rem;}
   .xa-icon{width: .8rem;height: .8rem;}
   .xa-icon img{height: .3rem;}
} 

.xb-main{opacity: 0;z-index: -1;visibility: hidden;transition: opacity .5s;position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;}
.xb-main.show{opacity: 1;z-index: 399;visibility: visible;}
.xb-inner{display: flex;align-content: space-between;flex-wrap: wrap;width: 100%;padding: 0 .4rem;height: 100vh;}
.xb-top{width: 100%;}
.xb-box{display: flex;align-items: center;justify-content: space-between; min-height: 1rem;border-bottom: 1px solid #e8ecf7;}
.xb-logo{display: block;}
.xb-logo img{height: .48rem;}
.xb-close{display: block;width: .26rem;height: 1rem;background-image: url('../images/s12.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.xb-bottom{width: 100%;max-height: calc(100vh - 1rem);overflow: auto;}
.xb-titles{width: 100%;padding: .75rem 0;font-weight: bold;color: #000000;font-size: .48rem;line-height: .58rem;border-bottom: 1px solid #e8ecf7;}
.xb-navbox{width: 100%;}
.xb-nav{display: block;width: 100%;border-bottom: 1px solid #e8ecf7;}
.xb-onebox{position: relative;width: 100%;}
.xb-onebox:after{content: '';position: absolute;top: 0;right: 0;width: .11rem;height: 100%;background-image: url('../images/s13.png'); background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.xb-one{display: block;position: relative;width: 100%;padding: .45rem .2rem .45rem 0;color: #000000;font-size: .36rem;line-height: .46rem;font-weight: bold;}
.xb-one:after{content: '';position: absolute;top: 0;right: 0;width: .11rem;height: 100%;background-image: url('../images/s13.png'); background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}

.xb-nav.has-nav .xb-onebox:after{display: block;}
.xb-nav.has-nav .xb-one:after{display: none;}
.xb-nav.has-nav .xb-one{display: inline-block;width: auto;max-width: calc(100% - .3rem);}
.xb-nav.show .xb-one{color: #17458d;}
.xb-nav.show .xb-onebox:after{width: .18rem;background-image: url('../images/s13-b.png');}

.xb-twobox{display: none;padding: .2rem 0;border-top: 1px solid #e8ecf7;}
.xb-two{position: relative;width: 100%;}
.xb-two_link{display: block;position: relative;width: 100%;padding: .25rem .2rem;color: #000000;font-size: .3rem;line-height: .4rem;}
.xb-two_link:after{content: '';position: absolute;top: 0;right: 0;width: .11rem;height: 100%;background-image: url('../images/s13.png'); background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}

.xc-main{opacity: 0;z-index: -1;visibility: hidden;transition: opacity .5s;position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;}
.xc-main.show{opacity: 1;z-index: 399;visibility: visible;}
.xc-inner{width: 100%;height: 100vh;}
.xc-top{width: 100%;padding: 0 .4rem;}
.xc-box{display: flex;align-items: center;justify-content: space-between; min-height: 1rem;border-bottom: 1px solid #e8ecf7;}
.xc-logo{display: block;}
.xc-logo img{height: .48rem;}
.xc-close{display: block;width: .26rem;height: 1rem;background-image: url('../images/s12.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.xc-bottom{position: relative;width: 100%;height: calc(100vh - 1rem);}
.xc-bottom:before{content: '';position: absolute;top: .3rem;left: 0;width: .06rem;height: calc(100% - .3rem);background-color: #e7ecf8;}
.xc-roll{width: 100%;height: calc(100vh - 1rem);overflow: auto;padding: 0 .4rem;}
.xc-titles{width: 100%;padding: .75rem 0;font-weight: bold;color: #000000;font-size: .48rem;line-height: .58rem;border-bottom: 1px solid #e8ecf7;}
.xc-navbox{width: 100%;padding-bottom: .3rem;}
.xc-nav{display: block;position: relative;width: 100%;border-bottom: 1px solid #e8ecf7;padding: .4rem 0; font-size: .32rem;line-height: .46rem;}
.xc-nav:after{display: none; content: '';position: absolute;top: .5rem;left: -.4rem;width: .06rem;height: .25rem;background-color: #17458d;}
.xc-nav.active{color: #17458d;}
.xc-nav.active:after{display: block;}


.xd-main{opacity: 0;z-index: -1;visibility: hidden;transition: opacity .5s;position: fixed;top: 0;left: 0;width: 100%;background-color: #fff;}
.xd-main.show{opacity: 1;z-index: 399;visibility: visible;}
.xd-inner{width: 100%;height: 100vh;position: relative;}
/* .xd-inner:before{content: '';position: absolute;top: 0;left: 0;width: .06rem;height: 100%;background-color: #e7ecf8;} */
.xd-top{width: 100%;padding: 0 .4rem;}
.xd-box{display: flex;align-items: center;justify-content: space-between; min-height: 1rem;border-bottom: 1px solid #e8ecf7;}
.xd-logo{display: block;}
.xd-logo img{height: .48rem;}
.xd-close{display: block;width: .26rem;height: 1rem;background-image: url('../images/s12.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.xd-bottom{position: relative;width: 100%;height: calc(100vh - 1rem);}
.xd-roll{width: 100%;height: calc(100vh - 1rem);overflow: auto;padding: 0 .4rem;}
.xd-titles{width: 100%;padding: .75rem 0;font-weight: bold;color: #000000;font-size: .48rem;line-height: .58rem;border-bottom: 1px solid #e8ecf7;}

.xd-list{width: 100%;padding-bottom: .3rem;}
.xd-one{display: block;position: relative;width: 100%;border-bottom: 1px solid #e8ecf7;padding: .4rem 0; }
/* .xd-one:after{display: none; content: '';position: absolute;top: .5rem;left: -.4rem;width: .06rem;height: .25rem;background-color: #17458d;} */
.xd-one.active{color: #17458d;}
.xd-one.active:after{display: block;}
.xd-link{display: block;font-size: .32rem;line-height: .46rem;text-decoration: underline !important;color: #17458d;}





