@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,em,var{font-style:normal;font-weight:400;}
dl,ol,ul{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;}
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())}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
textarea{resize:none;outline: none;font-family: Arial;}
img{vertical-align:middle;max-width: 100%;height: auto;}
@media(min-width: 1201px){
    img{image-rendering: -webkit-optimize-contrast;image-rendering: -o-crisp-edges;image-rendering: -moz-crisp-edges;image-rendering: crisp-edges;-ms-interpolation-mode: nearest-neighbor;}
}
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;}
a,div{outline: none;}

/*编辑器盒子加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;}
.eps2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
 
img[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: 850px){
    html{font-size: calc(850px / 1920 * 100);}
}

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

.s12{font-size: calc(12 * 1rem / 100);}
@media(max-width: 1920px){
    .s12{font-size: 12px;}
}
.s13{font-size: calc(13 * 1rem / 100);}
@media(max-width: 1816px){
    .s13{font-size: 12.3px;}
}
.s14{font-size: calc(14 * 1rem / 100);}
@media(max-width: 1728px){
    .s14{font-size: 12.6px;}
}
.s15{font-size: calc(15 * 1rem / 100);}
@media(max-width: 1651px){
    .s15{font-size: 12.9px;}
}
.s16{font-size: calc(16 * 1rem / 100);}
@media(max-width: 1584px){
    .s16{font-size: 13.2px;}
}
.s17{font-size: calc(17 * 1rem / 100);}
@media(max-width: 1524px){
    .s17{font-size: 13.5px;}
}
.s18{font-size: calc(18 * 1rem / 100);}
@media(max-width: 1472px){
    .s18{font-size: 13.8px;}
}
.s19{font-size: calc(19 * 1rem / 100);}
@media(max-width: 1424px){
    .s19{font-size: 14.1px;}
}
.s20{font-size: calc(20 * 1rem / 100);}
@media(max-width: 1382px){
    .s20{font-size: 14.4px;}
}
.s21{font-size: calc(21 * 1rem / 100);}
@media(max-width: 1344px){
    .s21{font-size: 14.7px;}
}
.s22{font-size: calc(22 * 1rem / 100);}
@media(max-width: 1309px){
    .s22{font-size: 15px;}
}
.s23{font-size: calc(23 * 1rem / 100);}
@media(max-width: 1277px){
    .s23{font-size: 15.3px;}
}
.s24{font-size: calc(24 * 1rem / 100);}
@media(max-width: 1248px){
    .s24{font-size: 15.6px;}
}
.s25{font-size: calc(25 * 1rem / 100);}
@media(max-width: 1221px){
    .s25{font-size: 15.9px;}
}
.s26{font-size: calc(26 * 1rem / 100);}
@media(max-width: 1196px){
    .s26{font-size: 16.2px;}
}
.s27{font-size: calc(27 * 1rem / 100);}
@media(max-width: 1173px){
    .s27{font-size: 16.5px;}
}
.s28{font-size: calc(28 * 1rem / 100);}
@media(max-width: 1152px){
    .s28{font-size: 16.8px;}
}
.s29{font-size: calc(29 * 1rem / 100);}
@media(max-width: 1132px){
    .s29{font-size: 17.1px;}
}
.s30{font-size: calc(30 * 1rem / 100);}
@media(max-width: 1113px){
    .s30{font-size: 17.4px;}
}
.s31{font-size: calc(31 * 1rem / 100);}
@media(max-width: 1096px){
    .s31{font-size: 17.7px;}
}
.s32{font-size: calc(32 * 1rem / 100);}
@media(max-width: 1080px){
    .s32{font-size: 18px;}
}
.s33{font-size: calc(33 * 1rem / 100);}
@media(max-width: 1064px){
    .s33{font-size: 18.3px;}
}
.s34{font-size: calc(34 * 1rem / 100);}
@media(max-width: 1050px){
    .s34{font-size: 18.6px;}
}
.s35{font-size: calc(35 * 1rem / 100);}
@media(max-width: 1036px){
    .s35{font-size: 18.9px;}
}
.s36{font-size: calc(36 * 1rem / 100);}
@media(max-width: 1024px){
    .s36{font-size: 19.2px;}
}
.s37{font-size: calc(37 * 1rem / 100);}
@media(max-width: 1011px){
    .s37{font-size: 19.5px;}
}
.s38{font-size: calc(38 * 1rem / 100);}
@media(max-width: 1000px){
    .s38{font-size: 19.8px;}
}
.s39{font-size: calc(39 * 1rem / 100);}
@media(max-width: 989px){
    .s39{font-size: 20.1px;}
}
.s40{font-size: calc(40 * 1rem / 100);}
@media(max-width: 979px){
    .s40{font-size: 20.4px;}
}
.s41{font-size: calc(41 * 1rem / 100);}
@media(max-width: 969px){
    .s41{font-size: 20.7px;}
}
.s42{font-size: calc(42 * 1rem / 100);}
@media(max-width: 960px){
    .s42{font-size: 21px;}
}
.s43{font-size: calc(43 * 1rem / 100);}
@media(max-width: 951px){
    .s43{font-size: 21.3px;}
}
.s44{font-size: calc(44 * 1rem / 100);}
@media(max-width: 942px){
    .s44{font-size: 21.6px;}
}
.s45{font-size: calc(45 * 1rem / 100);}
@media(max-width: 934px){
    .s45{font-size: 21.9px;}
}
.s46{font-size: calc(46 * 1rem / 100);}
@media(max-width: 926px){
    .s46{font-size: 22.2px;}
}
.s47{font-size: calc(47 * 1rem / 100);}
@media(max-width: 919px){
    .s47{font-size: 22.5px;}
}
.s48{font-size: calc(48 * 1rem / 100);}
@media(max-width: 912px){
    .s48{font-size: 22.8px;}
}
.s49{font-size: calc(49 * 1rem / 100);}
@media(max-width: 905px){
    .s49{font-size: 23.1px;}
}
.s50{font-size: calc(50 * 1rem / 100);}
@media(max-width: 898px){
    .s50{font-size: 23.4px;}
}
.s51{font-size: calc(51 * 1rem / 100);}
@media(max-width: 892px){
    .s51{font-size: 23.7px;}
}
.s52{font-size: calc(52 * 1rem / 100);}
@media(max-width: 886px){
    .s52{font-size: 24px;}
}
.s53{font-size: calc(53 * 1rem / 100);}
@media(max-width: 880px){
    .s53{font-size: 24.3px;}
}
.s54{font-size: calc(54 * 1rem / 100);}
@media(max-width: 874px){
    .s54{font-size: 24.6px;}
}
.s55{font-size: calc(55 * 1rem / 100);}
@media(max-width: 869px){
    .s55{font-size: 24.9px;}
}
.s56{font-size: calc(56 * 1rem / 100);}
@media(max-width: 864px){
    .s56{font-size: 25.2px;}
}
.s57{font-size: calc(57 * 1rem / 100);}
@media(max-width: 858px){
    .s57{font-size: 25.5px;}
}
.s58{font-size: calc(58 * 1rem / 100);}
@media(max-width: 854px){
    .s58{font-size: 25.8px;}
}
.s59{font-size: calc(59 * 1rem / 100);}
@media(max-width: 849px){
    .s59{font-size: 26.1px;}
}
.s60{font-size: calc(60 * 1rem / 100);}
@media(max-width: 844px){
    .s60{font-size: 26.4px;}
}
.s61{font-size: calc(61 * 1rem / 100);}
@media(max-width: 840px){
    .s61{font-size: 26.7px;}
}
.s62{font-size: calc(62 * 1rem / 100);}
@media(max-width: 836px){
    .s62{font-size: 27px;}
}
.s63{font-size: calc(63 * 1rem / 100);}
@media(max-width: 832px){
    .s63{font-size: 27.3px;}
}
.s64{font-size: calc(64 * 1rem / 100);}
@media(max-width: 828px){
    .s64{font-size: 27.6px;}
}
.s65{font-size: calc(65 * 1rem / 100);}
@media(max-width: 824px){
    .s65{font-size: 27.9px;}
}
.s66{font-size: calc(66 * 1rem / 100);}
@media(max-width: 820px){
    .s66{font-size: 28.2px;}
}
.s67{font-size: calc(67 * 1rem / 100);}
@media(max-width: 816px){
    .s67{font-size: 28.5px;}
}
.s68{font-size: calc(68 * 1rem / 100);}
@media(max-width: 813px){
    .s68{font-size: 28.8px;}
}
.s69{font-size: calc(69 * 1rem / 100);}
@media(max-width: 809px){
    .s69{font-size: 29.1px;}
}
.s70{font-size: calc(70 * 1rem / 100);}
@media(max-width: 806px){
    .s70{font-size: 29.4px;}
}
.s71{font-size: calc(71 * 1rem / 100);}
@media(max-width: 803px){
    .s71{font-size: 29.7px;}
}
.s72{font-size: calc(72 * 1rem / 100);}
@media(max-width: 800px){
    .s72{font-size: 30px;}
}
.s73{font-size: calc(73 * 1rem / 100);}
@media(max-width: 796px){
    .s73{font-size: 30.3px;}
}
.s74{font-size: calc(74 * 1rem / 100);}
@media(max-width: 793px){
    .s74{font-size: 30.6px;}
}
.s75{font-size: calc(75 * 1rem / 100);}
@media(max-width: 791px){
    .s75{font-size: 30.9px;}
}
.s76{font-size: calc(76 * 1rem / 100);}
@media(max-width: 788px){
    .s76{font-size: 31.2px;}
}
.s77{font-size: calc(77 * 1rem / 100);}
@media(max-width: 785px){
    .s77{font-size: 31.5px;}
}
.s78{font-size: calc(78 * 1rem / 100);}
@media(max-width: 782px){
    .s78{font-size: 31.8px;}
}
.s79{font-size: calc(79 * 1rem / 100);}
@media(max-width: 780px){
    .s79{font-size: 32.1px;}
}
.s80{font-size: calc(80 * 1rem / 100);}
@media(max-width: 777px){
    .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: #0d57a7;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: #0d57a7;filter: none;-ms-filter: none;}
div.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: #0d57a7;filter: none;-ms-filter: none;}
div.mCSB_inside>.mCSB_container{margin-right: 0 ;}
 
.my-scrollbar{overflow: auto;scrollbar-color:#0d57a7  #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: #0d57a7;}
.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: #999999;}
form input:-moz-placeholder,
form textarea:-moz-placeholder{color: #999999;}
form input::-moz-placeholder,
form textarea::-moz-placeholder{color: #999999;}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder{color: #999999;}

/* 动画 */

.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;}

body{padding-top: 1.1rem;}

body.no_padding-top{padding-top: 0;}
.guide-page0 .guide-page{width: 100%;min-height: 100vh;padding: .3rem;display: flex;align-items: center;background-image: url('../images/b74.jpg');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.guide-page0 .guide-inner{width: 100%;max-width: 16rem;margin: 0 auto;text-align: center;}
.guide-page0 .guide-logobox{opacity: 1;z-index: 1;display: inline-block;vertical-align: middle;position: relative;width: 4.54rem;height: 4.7rem;}
.guide-page0 .guide-logo{position: absolute;bottom:  0;left:0;width: 0;height: 100%;overflow: hidden;transition: all ease .5s;}
.guide-page0 .guide-logo_img{position: absolute;top: 0;left: 0;width: 4.54rem;height: 4.7rem;}
.guide-page0 .guide-logo_img img{width: 100%;height: 100%;object-fit: contain;}
 
.guide-page0 .guide-logo1{height: 100%;} 
.guide-page0 .guide-page.set_time1 .guide-logo2{width: 4.7rem;}
.guide-page0 .guide-page.set_time2 .guide-logo3{width: 4.7rem;}
.guide-page0 .guide-page.set_time3 .guide-logo4{width: 4.7rem;} 


.guide-page0 .guide-cont{opacity: 0;z-index: -1;visibility: hidden;transition: all .5s; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 16rem;max-width: calc(100% - .6rem); text-align: center;}
.guide-page0 .guide-img{display: inline-block;vertical-align: middle;cursor: pointer; width: 12.46rem;max-width: 100%;}
.guide-page0 .guide-img img{width: 100%;}
.guide-page0 .guide-linkbox{width: 100%;font-size: 0;padding-top: .25rem;}
.guide-page0 .guide-link{display: inline-block;vertical-align: middle;cursor: pointer;position: relative;margin-top: .2rem;padding: 0 .35rem;color: #ffffff;line-height: 1.5;}
.guide-page0 .guide-link:after{content: '';position: absolute;top: 50%;right: 0;transform: translate(0,-50%);width: 1px;height: 1px;height: .14rem;background-color: rgba(255,255,255,.3);}
.guide-page0 .guide-link:last-child:after{display: none;}

@keyframes guide_scale{
  0% { 
    transform:translate(0,0) scale(1);
  } 
  100% { 
   transform:translate(-110%,-8%) scale(.5);
  } 
}
 

@media(min-width: 750px){
    .guide-page0 .guide-page.set_time3 .guide-logobox{opacity: 0;z-index: -1;transition: all .5s;animation: guide_scale 2s .5s;} 
    .guide-page0 .guide-page.set_time3 .guide-logobox{transition-delay: 2s;}
    .guide-page0 .guide-page.set_time4 .guide-cont{opacity: 1;z-index: 18;visibility: visible;}
    .guide-page0 .guide-page.set_time4 .guide-cont{transition-delay: 1.5s;}
}
@media(max-width: 750px){
   .guide-page0 .guide-page.set_time4 .guide-logobox{opacity: 0;z-index: -1;transition: all .5s;}
   .guide-page0 .guide-page.set_time4 .guide-cont{opacity: 1;z-index: 18;visibility: visible;} 
   .guide-page0 .guide-page.set_time4 .guide-cont{transition-delay: .5s;}
   .guide-page0 .guide-link{width: 50%;padding: 0 .3rem;}
   .guide-page0 .guide-link:nth-child(2n):after{display: none;}
}

.guide-page{width: 100%;min-height: 100vh;padding: .3rem;display: flex;align-items: center;background-image: url('../images/b74.jpg');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.guide-inner{width: 100%;max-width: 16rem;margin: 0 auto;text-align: center;}
.guide-cont{width: 100%;text-align: center;}
.guide-img{opacity: .4;display: inline-block;vertical-align: middle;cursor: pointer;width: 9.69rem;max-width: 100%;}
.guide-img img{width: 100%;}
.guide-linkbox{opacity: 0;width: 100%;font-size: 0;padding-top: .75rem;}
.guide-link{display: inline-block;vertical-align: middle;cursor: pointer;position: relative;margin-top: .2rem;padding: 0 .35rem;color: #ffffff;line-height: 1.5;}
.guide-link:after{content: '';position: absolute;top: 50%;right: 0;transform: translate(0,-50%);width: 1px;height: 1px;height: .14rem;background-color: rgba(255,255,255,.3);}
.guide-link:last-child:after{display: none;} 

/* .guide-page.set_time1  .guide-img{animation: guide_scale   3s;} */
.guide-page.set_time1  .guide-img{opacity: 1;transition: all ease-in-out 2s;}
.guide-page.set_time3  .guide-linkbox{opacity: 1;transition: all ease .5s;}
 

@media(max-width: 750px){
   .guide-link{width: 50%;padding: 0 .3rem;}
   .guide-link:nth-child(2n):after{display: none;}
}

.guide-page2 .guide-page{width: 100%;min-height: 100vh;padding: .3rem;display: flex;align-items: center;background-image: url('../images/b74.jpg');background-size: cover;background-position: center center;background-repeat: no-repeat;}
.guide-page2 .guide-inner{width: 100%;max-width: 16rem;margin: 0 auto;text-align: center;}
.guide-page2 .guide-cont{width: 100%;text-align: center;}
.guide-page2 .guide-img{opacity: 1;display: inline-block;vertical-align: middle;cursor: pointer;width: 9.69rem;max-width: 100%;}
.guide-page2 .guide-img img{width: 100%;}
.guide-page2 .guide-linkbox{opacity: 0;width: 100%;font-size: 0;padding-top: .75rem;}
.guide-page2 .guide-link{display: inline-block;vertical-align: middle;cursor: pointer;position: relative;margin-top: .2rem;padding: 0 .35rem;color: #ffffff;line-height: 1.5;}
.guide-page2 .guide-link:after{content: '';position: absolute;top: 50%;right: 0;transform: translate(0,-50%);width: 1px;height: 1px;height: .14rem;background-color: rgba(255,255,255,.3);}
.guide-page2 .guide-link:last-child:after{display: none;} 
  
.guide-page2 .guide-img{animation: guide_opacity2 3s  infinite alternate;}
.guide-page2 .guide-page.set_time1  .guide-linkbox{opacity: 1;transition: all .5s;}
.guide-page2 .guide-page.set_time1  .guide-linkbox {transition-delay:  2s;}

@keyframes guide_opacity2{
  0% { 
    opacity: 1;
  } 
  50% { 
    opacity: .2;
  } 
  100% { 
    opacity: 1;
  } 
} 
 
@media(max-width: 750px){
   .guide-page2 .guide-link{width: 50%;padding: 0 .3rem;}
   .guide-page2 .guide-link:nth-child(2n):after{display: none;}
}


.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 288;padding: 0 .3rem;background-color: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);} 
.h-main{width: 100%;max-width: 18rem;margin: 0 auto;}
.h-main:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.h-left{float: left;font-size: 0;}
.h-logo{display: block;font-size: 0;}
.h-link{display: block;cursor: pointer;height: 1.1rem;line-height: 1.1rem;}
.h-link img{max-width: none;height: .4rem;}

.h-right{float: right;font-size: 0;display: flex;align-items: center;height: 1.1rem;}
.h-h{display: block;margin-right: .55rem;} 
.h-i{display: inline-block;vertical-align: middle;cursor: pointer;padding: 0 .25rem;}
.h-j{display: inline-block;position: relative;font-weight: bold;color: #000000;height: 1.1rem;line-height: 1.1rem;}
.h-j:after{content: '';position: absolute;bottom: 0;left: 0;width: 0;transition: all ease .5s;overflow: hidden; height: .03rem;background-color: #0d57a7;}
.h-sub {display: none;position: absolute;top: 100%;left: 0;z-index: 1000;width: 100%;background-color: #ffffff;border-top: 1px solid #ebebeb;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);overflow: hidden;}
.hb-cont{width: 100%;max-width: 16rem;margin: 0 auto;text-align: center;font-size: 0;padding: .15rem 0 .2rem;}
.hb-item{display: inline-block;vertical-align: top;cursor: pointer;width: 20%;text-align: center;padding: .15rem;}
.hb-icon{position: relative;top: 0;transition: all .3s; display: inline-block;vertical-align: middle;width: .8rem;height: .6rem;line-height: .6rem;}
.hb-icon img{max-width: 100%;max-height: 100%;}
.hb-text{width: 100%;}
.hb-name{width: 100%;padding-top: .1rem;color: #666666;line-height: 1.6;font-weight: bold;}
.hb-item:hover .hb-icon{top: -.1rem;}
.hb-item:hover .hb-name{color: #0d57a7;}

.h-language{display: block;position: relative;}
.hl-tip{display: block;cursor: pointer;color: #666666;height: 1.1rem;line-height: 1.1rem;}
.hl-tip:before{content: '';display: inline-block;vertical-align: middle;margin-right: .08rem;width: 1.12em;height: 1.5em;background-image: url('../images/a2.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: .08rem;width: .437em;height: 1.5em;background-image: url('../images/a3.png');background-size:100% auto;background-position: center center;background-repeat: no-repeat;}
.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);border-radius: 0 0 .1rem .1rem;overflow: hidden;}
.hl-item {display: block;cursor: pointer;min-width: 100%;padding: 10px 15px;white-space: nowrap;line-height:1.6;text-align: center; color: #333333;transition: background-color .3s;}
.hl-item:hover{color: #fff;background-color: #0d57a7;}

.h-k{display: inline-block;vertical-align: middle;margin-left: .4rem;}
.h-search{display: block;cursor: pointer;width:1.12em;height: 1.1rem;background-image: url('../images/a4.png');background-size:100% auto;background-position: center center;background-repeat: no-repeat;}
.hs-a{display: none;z-index: 108;white-space: nowrap; position: fixed;top: 1.5rem;left: 50%;transform: translate(-50%,0);}
.hs-form{font-size: 0;display: inline-block;}
.hs-text{border: none;padding: 0 .2rem; display: inline-block;vertical-align: middle; width: 6rem;height: 45px;background-color: #fff;color: #333;}
.hs-submit{border: none;display: inline-block;vertical-align: middle;cursor: pointer; width: 45px;height: 45px; background-color: #0d57a7;background-image: url('../images/a4-b.png');background-size: 18px auto;background-position: center center;background-repeat: no-repeat;}
.header.search-state .hs-a {display: block;}
.header.search-state .h-opa {display: block;}

.h-menu {display: none;position: absolute;top: 0;right:0;cursor: pointer;width: .9rem;height:.9rem;background-image: url('../images/a-menu.png');background-size: 2em auto;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: 1201px){ 
    .h-i:hover .h-j:after{width: 100%;}  
    .h-i.active  .h-j:after{width: 100%;} 
}

@media(max-width:1200px){  
    body{padding-top: .9rem;}  
    .h-main{max-width: 100%;}
    .h-link{height: .9rem;line-height: .9rem;}
    .h-h {margin-left: 0; width: 260px;position: fixed;text-align: left;left: auto;right: 0;top: 0;height: 100vh;background-color: #fff;margin-right: 0;padding-top: 10px;padding-bottom: 10px;overflow: auto;z-index: 1000;transform: translate(100%, 0);transition: transform .3s;}
    .h-i {width: 100%;padding: 0 !important;margin: 0 !important;position: relative;}
    .h-j {padding: 0;padding-left: 20px;height: 40px;line-height: 40px;color: #666;font-size: 16px;}
    .h-i.has-nav:after {content: "";background-image: url('../images/a-right.png');background-size: 16px auto;background-position: center center;background-repeat: no-repeat; display: inline-block;width: 40px;height: 40px;line-height: 40px;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;color: #333;}
    .h-i.has-nav.show:after {background-size: 18px auto;background-image: url('../images/a-down.png');} 
    .h-i.active .h-j{color: #0d57a7;} 
    .h-sub{position: relative;top: 0;background-color: #fff;min-width: 10px;border-radius: 0;box-shadow: none;left: 0;transform: translate(0,0);width: 100% !important;}
    .hb-cont{text-align: left;}
    .hb-item{width: 50%;}
    .hb-name{font-size: 14px;font-weight: normal;}

    .h-right{margin-right: .9rem;display: flex;align-items: center;height: .9rem;}  
    .hl-tip{height: .9rem;line-height: .9rem;}
    /* 菜单 */
    .h-menu {display: block;}
    .header.menu-state .h-h {transform: translate(0, 0);}
    .header.menu-state .h-opa {display: block;} 
} 

@media(max-width: 500px) {    
    .hs-text{width: 5rem;height: 35px;} 
    .hs-submit{width: 35px;height: 35px;}   
}

.footer{width: 100%;padding: .8rem .3rem 0;background-color: #111111;}
.f-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.f-top{width: 100%;margin-bottom: .55rem;padding-bottom: .2rem;border-bottom: 1px solid rgba(255,255,255,.08); display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.f-left{font-size: 0;}
.f-logo{display: inline-block;vertical-align: middle;cursor: pointer;margin-bottom: .3rem;width: 2.37rem;min-width: 150px; margin-right: .4rem;}
.f-logo img{width: 100%;}
.f-introbox{display: inline-block;vertical-align: middle;position: relative;margin-bottom: .3rem;}
.f-introbox:before{content: '';position: absolute;top: 0;left: -.25rem;width: .23rem;height: 100%;background-image: url('../images/a51.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.f-intro{position: relative;padding: 0 .05rem;color: #111111;line-height: 1.6;font-weight: bold; background-color: #fff;}
.f-intro:before{content: '';position: absolute;top: 0;left: -.1rem;width: .11rem;height: 100%;background-image: url('../images/a52.png');background-size: 100% 100%;background-position: bottom center;background-repeat: no-repeat;}
.f-intro:after{content: '';position: absolute;top: 0;right: -.1rem;width: .11rem;height: 100%;background-image: url('../images/a52-b.png');background-size: 100% 100%;background-position: top center;background-repeat: no-repeat;}
.f-right{font-size: 0;}
.f-share{display: inline-block;vertical-align: middle;cursor: pointer;margin-right: .15rem;margin-bottom: .3rem;}
.f-share:last-child{margin-right: 0;}
.f-icon{display: block;width: .5rem;height: .5rem;border-radius: 50%;overflow: hidden;background-color: rgba(255,255,255,.1);}
.f-icon img{width: 100%;height: 100%;object-fit: contain;}
.f-share .f-icon:hover{background-color: rgba(255,255,255,.3);} 

.f-cetner{width: 100%;padding-bottom: 1rem;display: flex;justify-content: space-between;}
.f-item{display: block;margin-right: .2rem;}
.f-item:last-child{margin-right: 0;}
.f-one{display: block;margin-bottom: .3rem;color: #ffffff;line-height: 1.5;}
.f-twobox{display: inline-block;}
.f-two{display: block;cursor: pointer;margin-bottom: .1rem;color: rgba(255,255,255,.5);line-height: 1.76;}
.f-two:hover{color: #fff;}

.f-bottom{width: 100%;padding: .3rem 0;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.f-lt{font-size: 0;}
.f-rt{font-size: 0;}
.f-link{display: inline-block;vertical-align: middle;margin-right: .4rem;color: rgba(255,255,255,.5);line-height: 1.76;}
.f-link:last-child{margin-right: 0;}
.f-bottom a:hover{color: #fff;cursor: pointer;}

.f-friendly{width: 100%;display: flex;flex-wrap: wrap;}
.fy-tip{padding-right: .2rem;color: rgba(255,255,255,.5);line-height: 1.76;}
.fy-cont{flex: 1;font-size: 0;display: flex;flex-wrap: wrap;}
.fy-link{display: block;cursor: pointer;margin-right: .25rem;margin-bottom: .1rem;color: rgba(255,255,255,.5);line-height: 1.76;}
.fy-link:hover{color: #fff;cursor: pointer;}


@media(max-width: 750px){
    .f-left{width: 100%;text-align: center;}
    .f-logo{display: block;width: 3rem; margin: 0 auto .3rem;}  
    .f-intro{font-size: .22rem;}

    .f-right{width: 100%;text-align: center;} 
    .f-icon{width: .6rem;height: .6rem;}
    .f-cetner{display: none;}
    .f-lt{width: 100%;text-align: center;}
    .f-rt{width: 100%;text-align: center;}
    .f-link{margin: 0 .1rem !important;}
    .fy-tip{width: 100%;text-align: center;padding-right: 0;}
    .fy-cont{flex: none;width: 100%;text-align: center;justify-content: center;}
    .fy-link{margin: 0 .1rem .1rem;}
}


.a-main{width: 100%;position: relative;background-color: #000;margin-bottom: .15rem;}
.a-b{width: 100%;}
.a-item{display: block;width: 100%;}
.a-link{display: block;cursor: pointer;position: relative;width: 100%;}
.a-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(850/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;}
.a-text{position: absolute;bottom: 0;left: 50%;transform: translate(-50%,0);width: 16rem;max-width: calc(100% - .6rem);padding-bottom: 1.15rem;}
.a-logo{display: block;margin-bottom: .3rem;width: 5.4rem;}
.a-logo img{width: 100%;}
.a-intro{width: 100%;max-width: 23em; color: #ffffff;line-height: 1.3;font-weight: bold;}

.a-logo,.a-intro{opacity:0;transform:translate3d(0,80px,0);}
.a-item.swiper-slide-active .a-logo{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);} 
.a-item.swiper-slide-active .a-intro{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);} 
.a-item.swiper-slide-active .a-logo{transition-delay: .5s;}
.a-item.swiper-slide-active .a-intro{transition-delay: .8s;}

.a-pagination{position: absolute;bottom: .3rem;left: 0;width: 100%;text-align: center;font-size: 0;}
.a-pagination .swiper-pagination-bullet{display: inline-block;vertical-align: middle;margin: 0 .05rem;width: .4rem;height: .03rem;border-radius: 0;background-color: #ffffff;opacity: 0.4;}
.a-pagination .swiper-pagination-bullet-active{opacity: 1;}
.a-prev{left: .6rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.2);background-image: url('../images/a38-b.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.a-prev:hover{border: solid 1px #ffffff;background-color: #ffffff;background-image: url('../images/a38-c.png');}
.a-next{transform: rotate(-180deg);right: .6rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.2);background-image: url('../images/a38-b.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.a-next:hover{border: solid 1px #ffffff;background-color: #ffffff;background-image: url('../images/a38-c.png');}

@media(max-width: 750px){
    .a-text{top: 50%;bottom: auto;padding-bottom: 0;transform: translate(-50%,-50%);}
    .a-logo{width: 3rem;}
    .a-intro{font-size: .3rem;}
    .a-prev{display: none;}
    .a-next{display: none;}
    .a-pagination{bottom: .15rem;}
}

.b-main{width: 100%;position: relative;margin-bottom: .15rem;background-color: #000;}
.b-top{position: absolute;top: 0;left: 50%;z-index: 18;transform: translate(-50%,0);width: 16rem;max-width: calc(100% - .6rem); padding-top: .9rem;text-align: center;}
.b-titles{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.16;}

.b-bottom{width: 100%;position: relative;}
.b-b{width: 100%;}
.b-item{display: block;width: 100%;}
.b-link{display: block;cursor: pointer;width: 100%;position: relative;}
.b-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(850/1920*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-prev{left: .6rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.2);background-image: url('../images/a38-b.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.b-prev:hover{border: solid 1px #ffffff;background-color: #ffffff;background-image: url('../images/a38-c.png');}
.b-next{transform: rotate(-180deg);right: .6rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.2);background-image: url('../images/a38-b.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.b-next:hover{border: solid 1px #ffffff;background-color: #ffffff;background-image: url('../images/a38-c.png');}

@media(max-width: 750px){
    .b-top{padding-top: .3rem;}
    .b-prev{left: .3rem;}
    .b-next{right: .3rem;}
}

.c-main{width: 100%;}
.c-cont{width: 100%;position: relative;}
.c-b{width: 100%;}
.c-item{width: 32.81%;margin-right: .79%;}
.c-item:last-child{margin-right: 0;}
.c-link{display: block;cursor: pointer;width: 100%;}
.c-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(630/630*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;}
.c-text{position: absolute;top: 0;left: 0;width: 100%;padding: .5rem .3rem;text-align: center;}
.c-name{width: 100%;color: #ffffff;line-height: 1.3;font-weight: bold;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.c-link:hover .c-img img{transform: scale(1.05);}

@media(max-width: 750px){
    .c-item{width: calc(50% - .075rem);margin-right: .15rem;}
    .c-text{padding: .25rem .3rem;}
    .c-name{font-size: .3rem;}
}

.d-main{width: 100%;padding: 1.3rem .3rem;}
.d-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.d-topbox{width: 100%;margin-bottom: .7rem;text-align: center;}
.d-top{display: inline-block;vertical-align: middle;position: relative;max-width: 100%;padding: .25rem 1.8rem;min-height: 1.8rem;}
.d-top:before{opacity: .1;content: '';position: absolute;top: 0;left: 0;width: 1.1rem;height: 100%;background-image: url('../images/a60.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.d-top:after{opacity: .1;content: '';position: absolute;top: 0;right: 0;width: 1.1rem;height: 100%;background-image: url('../images/a60-b.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.d-titles{width: 100%;margin-bottom: .1rem;color: #000000;font-weight: bold;line-height: 1.25;}
.d-logo{width: 100%;}
.d-logo img{width: 4.29rem;max-width: 100%;}

.d-center{width: 100%;text-align: center;padding-bottom: .6rem;}
.d-subtitle{width: 100%;max-width: 16em;margin: 0 auto .6rem;color: #000000;line-height: 1.16;font-weight: bold;}
.d-more{display: inline-block;vertical-align: middle;cursor: pointer;padding: 0 .12rem 0 .3rem;color: #666666;line-height: .7rem;border-radius: .35rem;border: solid 1px rgba(0,0,0,.08);}
.d-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .62rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #0d57a7;background-image: url('../images/a19.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.d-more:hover{background-color: #0d57a7;color: #fff;border: solid 1px #0d57a7;}
.d-more:hover:after{background-color: #fff;background-image: url('../images/a19-b.png');}

.d-bottom{width: 100%;display: flex;flex-wrap: wrap;font-size: 0;}
.d-item{width: 25%;position: relative;padding:   .15rem;text-align: center;margin-top: .5rem;}
.d-item:after{content: '';position: absolute;top: 0;right: 0;width: 1px;height: 100%;background-color: rgba(0,0,0,.08);}
.d-item:nth-child(4n):after{display: none;}
.d-item:last-child:after{display: none;}
.d-box{width: 100%;}
.d-nub{display: inline-block;vertical-align: middle;color: #000000;font-weight: bold;line-height: 1;}
.d-unit{display: inline-block;vertical-align: middle;color: #000000;font-weight: bold;line-height: 1;}
.d-intro{width: 100%;padding-top:  .2rem;color: #000000;line-height: 1.6;}

@media(max-width: 750px){
    .d-top{padding: .25rem 1.5rem;}
    .d-item{width: 50%;}
    .d-item:nth-child(2n):after{display: none;}
    .d-nub{font-size: .6rem;}
    .d-unit{font-size: .6rem;}
}

.e-main{width: 100%;padding: 1.1rem .3rem 1rem;position: relative;}
.e-bgbox{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.e-bg{opacity: 0;z-index: -1;visibility: hidden;transition: all .5s;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.e-bg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.e-bg.show{opacity: 1;z-index: 1;visibility: visible;}
.e-inner{width: 100%;max-width: 16rem;margin: 0 auto;position: relative;z-index: 8;}
.e-titles{width: 100%;margin-bottom: .65rem; text-align: center;color: #ffffff;font-weight: bold;line-height: 1.16;}
.e-cont{width: 100%;}
.e-b{width: 100%;}
.e-item{display: flex;align-items: flex-end; width: 24.06%;margin-right: 1.25%;height: auto;min-height: 5.35rem;position: relative;}
.e-item:last-child{margin-right: 0;}
.e-buttom{position: absolute;bottom: 0;left: 0;width: 100%;display: flex;align-items: center;padding: .2rem .3rem;background-color: #ffffff;}
.e-buttom .e-name{flex: 1;padding-right: .15rem;color: #000000;font-weight: bold;line-height: 1.5;}
.e-buttom .e-nub{color: #999999;line-height: 1.5;} 
.e-link{position: relative;opacity: 0;z-index: -1;visibility: hidden;transition: all .3s;display: block;cursor: pointer;width: 100%;padding:.4rem; background-color: #ffffff;}
.e-link .e-name{width: 100%;margin-bottom: .2rem;color: #000000;font-weight: bold;line-height: 1.3;}
.e-intro{width: 100%;margin-bottom: .3rem;color: #666666;line-height: 1.8;height: 9em;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.e-box{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.e-more{color: #0d57a7;line-height: 1.6;}
.e-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .2rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #0d57a7;background-image: url('../images/a19.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.e-link .e-nub{color: #999999;line-height: 1.5;}   
.e-item.show .e-buttom{opacity: 0;}
.e-item.show .e-link{opacity: 1;z-index: 1;visibility: visible;}

@media(max-width: 750px){
    .e-item{width: calc(70% - .15rem);margin-right: .3rem;}
}

.g-main{width: 100%;padding: 1.2rem .3rem .9rem;}
.g-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.g-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.g-item{display: block;cursor: pointer;position: relative;width: calc(50% - .15rem);margin-bottom: .3rem;}
.g-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(650/785*100%);}
.g-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.g-text{position: absolute;top: 0;left: 0;width: 100%;text-align: center;padding: .75rem .3rem;}
.g-name{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.2;}
.g-play{position: absolute;bottom: 32.3%;left: 0;width: 100%;text-align: center;}
.g-play img{width: 1.1rem;}
.g-item:hover .g-img img{transform: scale(1.05);}

@media(max-width: 750px){
    .g-item{width: 100%;}
}

.i-main{position: relative; width: 100%;padding: 1.2rem .15rem;background-color: #000;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.i-main:after{opacity: .5;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;}
.i-inner{width: 100%;max-width: 16.3rem;margin: 0 auto;position: relative;z-index: 1;}
.i-titles{width: 100%;margin-bottom: .65rem;text-align: center;color: #ffffff;font-weight: bold;line-height: 1.16;}
.i-cont{width: 100%;position: relative;}
.i-item{width: 33.33%;padding: 0 .15rem;height: auto;}
.i-link{display: block;cursor: pointer;width: 100%;height: 100%;background-color: #ffffff;}
.i-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(320/513*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: 100%;padding: .3rem .4rem .4rem;}
.i-time{width: 100%;margin-bottom: .1rem; color: #666666;line-height: 1.6;}
.i-name{width: 100%;margin-bottom: .6rem;color: #232323;font-weight: bold;line-height: 1.5;height:  3em;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.i-more{width: 100%;color: #0d57a7;line-height: 1.6;}
.i-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .2rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #0d57a7;background-image: url('../images/a19.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}

.i-link:hover .i-img img{transform: scale(1.05);}
.i-link:hover .i-name{color: #0d57a7;}

.i-pagination{display: none;position: absolute;bottom: -.5rem;left: 0;width: 100%;text-align: center;font-size: 0;}
.i-pagination .swiper-pagination-bullet{display: inline-block;vertical-align: middle;margin: 0 .05rem;width: .4rem;height: .03rem;border-radius: 0;background-color: #ffffff;opacity: 0.4;}
.i-pagination .swiper-pagination-bullet-active{opacity: 1;}
@media(max-width: 750px){
    .i-item{width: 50%;}
    .i-text{padding: .25rem .3rem .3rem;}
    .i-pagination{display: block;}
}


.j-main{width: 100%;position: relative;}
.j-top{pointer-events: none;position: absolute;top: 0;left: 0;width: 100%;padding: 1.1rem .3rem 0;}
.j-inner{width: 100%;max-width: 16rem;margin: 0 auto;position: relative;z-index: 1;}
.j-titles{width: 100%;max-width: 8em;margin-bottom: .37rem;color: #000000;font-weight: bold;line-height: 1.16;}
.j-synopsis{width: 100%;max-width: 26em;color: #666666;line-height: 2;}

.j-bottom{width: 100%;}
.j-cont{width: 100%;}
.j-scalebox{position: relative;width: 100%;padding-top: calc(980/1920*100%);}
.j-scale{position: absolute;top: 0;left: 0;width: 1920px;height: 980px;transform-origin: left top;}
.j-img{width: 100%;}
.j-img img{width: 100%;}
.j-list{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.j-item{position: absolute;z-index: 18;min-width: 200px; width: 2.7rem;padding-left: .42rem;min-height: 1.6rem;}
.j-box{width: 100%;position: relative;}
.j-box:after{content: '';position: absolute;top: 50%;left: -.42rem;transform: translate(0,-50%);width: .15rem;height: .12rem;background-image: url('../images/a76.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.j-box:before{content: '';position: absolute;top: .3rem;left: -.36rem;width: 1px;height: 1.37rem;background-image: url('../images/a77.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.j-nub{display: inline-block;vertical-align: middle;color: #000000;font-weight: bold;line-height: 1;}
.j-unit{display: inline-block;vertical-align: middle;color: #000000;font-weight: bold;line-height: 1;}
.j-intro{width: 100%;margin-top: .2rem;color: #666666; line-height: 1.8;}

.j-item:nth-child(1){bottom: .6rem;left: 6.48rem;}
.j-item:nth-child(2){bottom: 1.1rem;left:11.91rem;}

.ja-item{display: block;cursor: pointer; position: absolute;}
.ja-pointbox{display: block;position: relative;}
.ja-point{position: relative;z-index: 8;width: 10px;height: 10px;border-radius: 50%;background-color: #fff;} 
.ja-circle{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;background-color: #0d57a7;} 
.ja-sub{position: absolute;bottom: 80px;left: 50%;transform: translate(-50%,0);}
.ja-text{white-space: nowrap;color: #666666;line-height: 1.3;} 
.ja-circle1{animation: my_opacity 4s  infinite;} 
.ja-circle2{animation: my_opacity 4s 1s infinite;} 
.ja-circle3{animation: my_opacity 4s 2s infinite;} 
.ja-circle4{animation: my_opacity 4s 3s infinite;} 

.ja-item:nth-child(1){top: 536px;left: 1477px;}
@keyframes my_opacity {
    0%{
      opacity: 1; 
      transform: scale(1);
    } 
    30%{
      opacity: 1; 
      transform: scale(8);
    } 
    100%{
      opacity: 0;
      transform: scale(26); 
    } 
}

.jb-item{display: block;cursor: pointer;z-index: 2; position: absolute;}
.jb-pointbox{display: block;position: relative;}
.jb-point{position: relative;z-index: 8;width: 10px;height: 10px;border-radius: 50%;background-color: #fff;} 
.jb-circle{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;background-color: #319983;} 
.jb-sub{position: absolute;top: 60px;left: 50%;transform: translate(-50%,0);}
.jb-text{white-space: nowrap;color: #666666;line-height: 1.3;text-align: center;}

.jb-circle1{animation: my_opacity2 4s  infinite;} 
.jb-circle2{animation: my_opacity2 4s 1s infinite;} 
.jb-circle3{animation: my_opacity2 4s 2s infinite;} 
.jb-circle4{animation: my_opacity2 4s 3s infinite;} 

.jb-item:nth-child(1){top: 380px;left: 995px;}
.jb-item:nth-child(2){top: 583px;left: 1426px;}
@keyframes my_opacity2 {
    0%{
      opacity: 1; 
      transform: scale(1);
    } 
    30%{
      opacity: 1; 
      transform: scale(5);
    } 
    100%{
      opacity: 0;
      transform: scale(16); 
    } 
}

.jc-item{display: block; cursor: pointer; position: absolute;}
.jc-pointbox{display: block;position: relative;}
.jc-point{position: relative;z-index: 8;width: 6px;height: 6px;border-radius: 50%;background-color: #fff;} 
.jc-circle{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 50%;background-color: #0d57a7;} 
.jc-sub{position: absolute;top: 30px;left: 50%;transform: translate(-50%,0);}
.jc-text{white-space: nowrap;color: #666666;line-height: 1.3;text-align: center;}

.jc-circle1{animation: my_opacity3 2s  infinite;} 
.jc-circle2{animation: my_opacity3 2s 1s infinite;}  

.jc-item:nth-child(1){top: 508px;left: 421px;}
.jc-item:nth-child(2){top: 503px;left: 569px;}
.jc-item:nth-child(3){top: 402px;left: 641px;}
.jc-item:nth-child(4){top: 700px;left: 566px;}
.jc-item:nth-child(5){top: 685px;left: 666px;}
.jc-item:nth-child(6){top: 843px;left: 556px;}
.jc-item:nth-child(7){top: 409px;left: 1062px;}
.jc-item:nth-child(7) .jc-sub{top: auto;bottom: 30px;}
.jc-item:nth-child(8){top: 435px;left: 1091px;}
.jc-item:nth-child(9){top: 511px;left: 1181px;}
.jc-item:nth-child(10){top: 610px;left: 1033px;}
.jc-item:nth-child(11){top: 614px;left: 1141px;}
.jc-item:nth-child(12){top:761px;left: 1045px;}
.jc-item:nth-child(12) .jc-sub{top: auto;bottom: 30px;}
.jc-item:nth-child(13){top:394px;left: 1363px;}
.jc-item:nth-child(14){top:628px;left: 1667px;}
.jc-item:nth-child(15){top:720px;left: 1674px;}
.jc-item:nth-child(15) .jc-sub{top: auto;bottom: 30px;}
.jc-item:nth-child(16){top:810px;left: 1671px;}
@keyframes my_opacity3 {
    0%{
      opacity: 1; 
      transform: scale(1);
    } 
    30%{
      opacity: 1; 
      transform: scale(4);
    } 
    100%{
      opacity: 0;
      transform: scale(6.6); 
    } 
}

@media(max-width: 750px){
    .j-main{overflow: hidden;}
    .j-top{position: relative;}
    .j-titles{max-width: 100%;}
    .j-list{position: relative;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 .3rem;}
    .j-item{position: relative;top: 0 !important;left: 0 !important;bottom: auto !important;right: auto !important; width: calc(50% - .15rem);min-width: 10%;margin-top: .3rem;}
    .j-nub{font-size: .6rem;}
    .j-unit{font-size: .6rem;}

    .j-cont{position: relative;left: -21%;width: 130%;}
    .ja-text{font-size: 26px;line-height: 1.2;}
    .jb-text{font-size: 26px;line-height: 1.2;}
    .jc-text{font-size: 26px;line-height: 1.2;} 
    .jc-item:nth-child(13) .jc-sub{top: 50px;}
}

.k-main{overflow: hidden;width: 100%;background-color: #000;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.k-inner{width: 100%;}
.k-cont{width: 100%;display: flex;flex-wrap: wrap;}
.k-left{width: 31.68%;min-height: 8.8rem;display: flex;align-items: center;}
.k-box{width: 100%;padding: .3rem .7rem .3rem 1.6rem;}
.k-titles{width: 100%;margin-bottom: .37rem;color: #ffffff;font-weight: bold;line-height: 1.16;}
.k-intro{width: 100%;margin-bottom: .7rem; color: #ffffff;line-height: 2;}
.k-buttom{display: block;position: relative;width: 1.4rem;height: .6rem;}
.k-prev{left: 0;margin-top: -.3rem;width: .6rem;height: .6rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.2);background-image: url('../images/a38-b.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.k-prev:hover{border: solid 1px #ffffff;background-color: #ffffff;background-image: url('../images/a38-c.png');}
.k-next{transform: rotate(-180deg);right: 0;margin-top: -.3rem;width: .6rem;height: .6rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.2);background-image: url('../images/a38-b.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.k-next:hover{border: solid 1px #ffffff;background-color: #ffffff;background-image: url('../images/a38-c.png');}

.k-right{width: 68.32%;position: relative;padding: .55rem 0;}
.k-line{position: absolute;top: 0;left: 0;width: 1px;height: 100%;background-color: rgba(255,255,255,.15);}
.k-line2{left: 25%;}
.k-line3{left:50%;}
.k-line4{left:75%;}
.k-b .swiper-slide{width: 100%;font-size: 0;}
.k-item{display: inline-block;vertical-align: top;width: 25%;}
.k-link{display: block;cursor: pointer;width: 100%;height: 1.1rem;text-align: center;line-height: 1.1rem;}
.k-link img{max-width: 1.4rem;max-height: .7rem;transform: scale(1.00);transition: all .5s;}
.k-link:hover img{transform: scale(1.05);}

@media(min-width: 750px){
   .k-item:nth-child(2n){margin-top: 1.1rem;}
   .k-item:nth-child(14){margin-top: 0;margin-left: 25%;}
}
@media(max-width: 900px){
   .k-box{padding: .5rem .3rem;}
}
@media(max-width: 750px){
    .k-left{width: 100%;min-height: 1rem;}
    .k-right{width: 100%;} 
    .k-line{display: none;} 
    .k-item{width: 33.33%;}
    .k-item:nth-child(3n + 2){margin-top:.55rem;}
    .k-item:nth-child(14){margin-top: 0;margin-left: 33.33%;}
}

.l-main{position: relative;width: 100%;padding: 1.2rem .3rem;}
.l-main:before{content: '';position: absolute;top: 0;right: 0;width: 6.4rem;height: 100%;background-color: #f7f7f7;}
.l-inner{width: 100%;max-width: 16rem;margin: 0 auto;position: relative;z-index: 1;}
.l-cont{width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.l-left{width: 5.8rem;}
.l-titles{width: 100%;margin-bottom: .25rem;color: #000000;font-weight: bold;line-height: 1.16;}
.l-intro{width: 100%;margin-bottom: .7rem;color: #666666;line-height: 2;}
.l-buttom{display: inline-block;vertical-align: middle;cursor: pointer;padding: 0 .12rem 0 .3rem;color: #666666;line-height: .7rem;border-radius: .35rem;border: solid 1px rgba(0,0,0,.08);}
.l-buttom:after{content: '';display: inline-block;vertical-align: middle;margin-left: .33rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #0d57a7;background-image: url('../images/a19.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.l-buttom:hover{background-color: #0d57a7;color: #fff;border: solid 1px #0d57a7;}
.l-buttom:hover:after{background-color: #fff;background-image: url('../images/a19-b.png');}

.l-right{width: 9rem;}
.l-img{width: 100%;}
.l-img img{width: 100%;}

@media(max-width: 750px){
    .l-main:before{display: none;}
    .l-left{width: 100%;margin-bottom: .5rem;}
    .l-right{width: 100%;}
}
 

.sidebar{opacity: 0;z-index: -1;visibility: hidden;transition: all .5s;position: fixed;top: 50%;right: 0;transform: translate(0,-50%);}
.show_sidebar .sidebar{opacity: 1;z-index: 28;visibility: visible;}
.sidebar-item{display: block;padding: 1px 0;}
.sidebar-link{display: block;cursor: pointer;width: .6rem;height: .6rem;background-color: #ffffff;box-shadow: 0px .05rem .1rem 0px rgba(0, 0, 0, 0.1);}
.sidebar-icon1{display: block;width: 100%;height: 100%;}
.sidebar-icon1 img{width: 100%;height: 100%;object-fit: contain;}
.sidebar-icon2{display: none;width: 100%;height: 100%;}
.sidebar-icon2 img{width: 100%;height: 100%;object-fit: contain;}
.sidebar-item:hover .sidebar-link{background-color: #0d57a7;}
.sidebar-item:hover .sidebar-icon1{display: none;} 
.sidebar-item:hover .sidebar-icon2{display: block;} 

.banner{width: 100%;position: relative;overflow: hidden;}
.banner-img{width: 100%;}
.banner-img img{width: 100%;}
.banner-text{position: absolute;bottom:  0;left: 50%;transform: translate(-50%,0);width: 16rem;min-height: 25%;padding-bottom: .2rem;max-width: calc(100% - .6rem);}
.banner-titles{width: 100%;padding-bottom: .2rem;color: #ffffff;font-weight: bold;line-height: 1.16;}
.banner-bottom{width: 100%;text-align: right;font-size: 0;}
.banner-navbox{display: inline-block;vertical-align: middle;text-align: left;}
.banner-nav{display: inline-block;vertical-align: middle;cursor: pointer;margin-right: .6rem;margin-top: .15rem;color: rgba(255,255,255,.5);line-height: 1.6;}
.banner-nav:last-child{margin-right: 0;}
.banner-nav:hover{color: #fff;}
.banner-nav.active{color: #fff;} 

@media(max-width: 1200px){
    .banner-text{min-height: 50%;padding-bottom: .1rem;}
}


.my-top{width: 100%;text-align: center;padding-bottom: .55rem;}
.my-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.2;}
.my-id{position: absolute;top: -1.1rem;}

.paging{width: 100%;text-align: center;font-size: 0;}
.paging-item{transition: all .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin:.1rem .05rem;min-width: .5rem;height: .5rem;line-height: .5rem;color: #999999;background-color: #f7f7f7;border-radius: .25rem;}
.paging-item:hover{color: #fff;background-color: #0d57a7 !important;}
.paging-item.active{color: #fff;background-color: #0d57a7 !important;}
.paging-up{transition: all .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin:.1rem .05rem;min-width: .5rem;height: .5rem;line-height: .5rem;color: transparent;background-color: #f7f7f7;border-radius: .25rem;background-image: url('../images/a5.png');background-size: .42em auto;background-position: center center;background-repeat: no-repeat;}
.paging-up:hover{background-image: url('../images/a5-b.png');background-color: #0d57a7 !important;}
.paging-next{transform: rotate(-180deg);transition: all .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin:.1rem .05rem;min-width: .5rem;height: .5rem;line-height: .5rem;color: transparent;background-color: #f7f7f7;border-radius: .25rem;background-image: url('../images/a5.png');background-size: .42em auto;background-position: center center;background-repeat: no-repeat;}
.paging-next:hover{background-image: url('../images/a5-b.png');background-color: #0d57a7 !important;}

@media(max-width: 1200px){
   .paging-item{min-width: .6rem;height: .6rem;line-height: .6rem;border-radius: .3rem;}
   .paging-up{min-width: .6rem;height: .6rem;line-height: .6rem;border-radius: .3rem;}
   .paging-next{min-width: .6rem;height: .6rem;line-height: .6rem;border-radius: .3rem;}
}

.nav{width: 100%;overflow: hidden;background-color: #222222;}
.nav-cont{position: relative;top: 0;left: 0;z-index: 88;width: 100%;padding: 0 1.35rem;background-color: #222222;}
.nav-inner{width: 100%;padding:0 .25rem;margin: 0 auto;display: flex;}
.nav-left{font-size: 0;padding-right: .2rem;}
.nav-one{display: inline-block;vertical-align: middle;cursor: pointer;height: .8rem;line-height: .8rem;color: rgba(255,255,255,.5);}
.nav-one:after{content: '-';margin: 0 .05rem;color: rgba(255,255,255,.5);}
.nav-one:last-child{color: #ffffff;}
.nav-one:last-child:after{display: none;}
.nav-right{width: 0;flex: 1;text-align: right;font-size: 0;}
.nav-b{max-width: 100%;display: inline-block;vertical-align: middle;text-align: left;}
.nav-item{display: block;cursor: pointer;margin-right: .5rem;width: auto;height: .8rem;line-height: .8rem;color: rgba(255,255,255,.5);}
.nav-item:last-child{margin-right: 0;}
.nav-item:hover{color: #fff;}
.nav-item.active{color: #fff;} 
.nav.fixed .nav-cont{position: fixed;top: 1.1rem;}

@media(max-width: 1200px){
   .nav.fixed .nav-cont{position: fixed;top: .9rem;}
   .nav-cont{padding: 0 .3rem !important;}
   .nav-inner{max-width: 16rem;margin: 0 auto;padding: 0;}
}
@media(max-width: 1150px){
   .nav-left{display: none;}
   .nav-right{flex: none;width: 100%;text-align: center;}
   .nav-item{margin-right: .3rem;}
}

.selectbox{width: 100%;position: relative;z-index: 8;}
.select-tip{width: 100%;display: block;cursor: pointer;position: relative;padding-right: .4rem;}
.select-tip:after{content: "";position: absolute;right: .2rem;top: 0;z-index: 1;width: .12rem;height: 100%;background-image: url('../images/a28.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.select-cur{display: block; width: 100%;height:.6rem;line-height:.6rem;color: #999999;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%;background-color: #fff; box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);}
.select-cont{width: 100%; max-height: 180px; overflow: auto;}
.select-item{display: block;cursor: pointer; width: 100%; line-height: 1.6;padding: .1rem .15rem;color: #666666;}
.select-item:hover{background-color: #0d57a7 !important;color: #fff;}
.select-item.select{background-color: #f5f5f5;}
.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: #333;}

 

.o-main{width: 100%;padding: .95rem .3rem .9rem;}
.o-main .my-top{text-align: left;}
.o-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.o-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.o-left{width: 11rem;}
.o-list{width: 100%;}
.o-item{display: flex;flex-wrap: wrap;justify-content: space-between;cursor: pointer;width: 100%;padding-bottom: .7rem;margin-bottom: .6rem;border-bottom: 1px solid rgba(0,0,0,.1);}
.o-lt{display: flex;align-items: center;width: 3.6rem;}
.o-item .o-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(225/360*100%);}
.o-item .o-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.o-rt{width: calc(100% - 4rem);padding: .05rem 0;display: flex;flex-wrap: wrap;align-content: space-between;}
.o-box{width: 100%;}
.o-item .o-name{width: 100%;margin-bottom: .15rem;color: #232323;line-height: 1.5;font-weight: bold;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.o-item .o-intro{width: 100%;margin-bottom: .15rem;color: #666666;line-height: 1.75;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.o-time{width: 100%;color: #999999;line-height: 1.6;}
.o-time:before{content: '';display: inline-block;vertical-align: middle;margin-right: .1rem;width: 1.12em;height: 1.6em;background-image: url('../images/a6.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.o-item:hover .o-img img{transform: scale(1.05);}
.o-item:hover .o-name{color: #0d57a7;}

.o-right{width: 4rem;}
.o-subtitle{width: 100%;margin-bottom: .5rem;color: #000000;font-weight: bold;line-height: 1;}
.o-recommendbox{width: 100%;font-size: 0;}
.o-recommend{display: block;cursor: pointer;width: 100%;margin-bottom:  .5rem;}
.o-recommend .o-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(225/360*100%);}
.o-recommend .o-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.o-recommend .o-text{width: 100%;padding-top: .25rem;}
.o-recommend .o-name{width: 100%;color: #232323;line-height: 1.6;font-weight: bold;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.o-recommend:hover .o-img img{transform: scale(1.05);}
.o-recommend:hover .o-name{color: #0d57a7;}

@media(max-width: 750px){
    .o-left{width: 100%;margin-bottom: .5rem;}
    .o-list{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .o-item{width: calc(50% - .15rem);}
    .o-lt{display: block; width: 100%;margin-bottom: .15rem;}
    .o-rt{display: block; width: 100%;padding: 0;}
    .o-item .o-name{height: 3em;}
    .o-item .o-intro{height: 5.25em;}

    .o-right{width: 100%;}
    .o-recommendbox{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .o-recommend{width: calc(50% - .15rem);}
}

.p-main{width: 100%;padding: 1rem .3rem;}
.p-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.p-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.p-left{width: 11rem;}
.p-top{width: 100%;padding-bottom: .45rem;margin-bottom: .55rem;border-bottom: 1px solid rgba(0,0,0,.1);} 
.p-titles{width: 100%;margin-bottom: .45rem;line-height: 1.11;font-weight: bold;color: #000000;}
.p-tipbox{width: 100%;font-size: 0;}
.p-tip{display: inline-block;vertical-align: middle;margin-right: .1rem;margin-bottom: .1rem;color: #000000;line-height: 1.5;}
.p-textbox{width: 100%;color: #666666;line-height: 1.75;padding-bottom: .55rem;border-bottom: 1px solid rgba(0,0,0,.1);}
.p-textbox *{line-height: inherit;max-width: 100%;}
.p-bottom{width: 100%;padding-top: .6rem;}
.p-bottom:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.p-up{float: left;position: relative;display: block;cursor: pointer;padding: .12rem 0 .12rem .7rem;}
.p-up:after{transition: all  .3s;content: '';position: absolute;top: 50%;left: 0;transform: translate(0,-50%);width: .5rem;height: .5rem;border-radius: 50%;background-color: #f7f7f7;background-image: url('../images/a5.png');background-size: .37em auto;background-position: center center;background-repeat: no-repeat;}
.p-up span{transition: all  .3s;color: #666666;line-height: 1.6;}
.p-up:hover:after{background-color: #0d57a7;background-image: url('../images/a5-b.png');}
.p-up:hover span{color: #0d57a7;}

.p-next{float: right;position: relative;display: block;cursor: pointer;padding: .12rem .7rem .12rem  0;}
.p-next:after{transition: all  .3s;content: '';position: absolute;top: 50%;right: 0;transform: translate(0,-50%) rotate(-180deg);width: .5rem;height: .5rem;border-radius: 50%;background-color: #f7f7f7;background-image: url('../images/a5.png');background-size: .37em auto;background-position: center center;background-repeat: no-repeat;}
.p-next span{transition: all  .3s;color: #666666;line-height: 1.6;}
.p-next:hover:after{background-color: #0d57a7;background-image: url('../images/a5-b.png');}
.p-next:hover span{color: #0d57a7;}

@media(max-width: 750px){
    .p-left{width: 100%;margin-bottom: .5rem;}
}

.q-main{width: 100%;padding: .95rem .3rem .9rem;}
.q-inner{width: 100%;max-width: 11.1rem;margin: 0 auto;}
.q-titles{width: 100%;text-align: center;margin-bottom: .6rem;font-weight: bold;color: #000000;line-height: 1.27;}
.q-textbox{width: 100%;color: #666666;line-height: 1.75;}
.q-textbox *{line-height: inherit;max-width: 100%;}


.r-main{width: 100%;padding: .95rem .3rem .9rem;} 
.r-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.r-cont{width: 100%;padding-bottom: .3rem;}
.r-item{width: 100%;background-color: #fafafa;margin-bottom: .2rem;}
.r-buttom{display: block;cursor: pointer;width: 100%;position: relative;padding: .2rem .7rem .2rem .4rem;}
.r-buttom:after{content: '';position: absolute;top: 0;right: .4rem;width: .14rem;height: 100%;background-image: url('../images/a7.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.r-name{width: 100%;color: #000000;font-weight: bold;line-height: 1.5;}
.r-sub{display: none;width: 100%;padding: .45rem .4rem .6rem;}
.r-textbox{width: 100%;color: #666666;line-height: 1.6;}
.r-textbox *{line-height: inherit;max-width: 100%;}
.r-item.show .r-buttom{background-color: #0d57a7;}
.r-item.show .r-buttom:after{background-image: url('../images/a7-b.png');}
.r-item.show .r-name{color: #ffffff;}

@media(max-width: 750px){
    .r-buttom{padding: .2rem .6rem .2rem .3rem;}
    .r-buttom:after{right: .3rem;}
    .r-sub{padding: .3rem;}
}

.s-main{width: 100%;}
.s-one{width: 100%;}
.s-cont{width: 100%;max-width: 16rem;margin: 0 auto;padding: 1.2rem 0;display: flex;flex-wrap: wrap; align-items: center;justify-content: space-between;}
.s-left{width: 10rem;}
.s-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(625/1000*100%);}
.s-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.s-right{width: 4.6rem;}
.s-name{width: 100%;margin-bottom: .4rem;color: #000000;font-weight: bold;line-height: 1.1;}
.s-intro{width: 100%;color: #444444;line-height: 1.8;}

.s-one:nth-child(5n + 2){background-color: #f7f7f7;}
.s-one:nth-child(5n + 5){background-color: #f7f7f7;}
.s-one:nth-child(2n) .s-cont{flex-direction: row-reverse;}

@media(max-width: 750px){
    .s-cont{padding: .95rem .3rem;}
    .s-left{width: 100%;margin-bottom: .3rem;}
    .s-right{width: 100%;}
}

.sa-cont{width: 100%;height: 8.65rem;padding: 1.2rem 0;position: relative;display: flex;align-items: center;}
.sa-img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.sa-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.sa-inner{width: 100%;max-width: 16rem;margin: 0 auto;position: relative;z-index: 18;text-align: right;}
.sa-text{display: inline-block;vertical-align: middle;width: 4.6rem;text-align: left;}
.sa-name{width: 100%;margin-bottom: .4rem;color: #ffffff;font-weight: bold;line-height: 1.1;}
.sa-intro{width: 100%;color: #ffffff;line-height: 1.8;}

@media(max-width: 750px){
    .sa-cont{padding: .95rem .3rem;}
    .sa-text{width: 100%;}
}

.t-main{width: 100%;overflow: hidden;}
.t-top{width: 100%;padding: .95rem .3rem 0;}
.t-buttom{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;cursor: pointer;width: 100%;margin-bottom: .25rem;}
.t-titles{display: block;color: #000000;line-height: 1.5;}
.t-titles img{width: 1.25em;margin-right: .15rem;}
.t-collapse{display: block;color: #0d57a7;line-height: 1.6;}
.t-collapse:after{content: '';display: inline-block;vertical-align: middle;margin-left: .1rem;width: .62em;height: 1.6em;background-image: url('../images/a10.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.t-sub{display: none;width: 100%;position: relative;padding: .35rem 0 .25rem;}
.t-sub:after{content: '';position: absolute;top: 0;left: 50%;transform: translate(-50%,0);width: 29rem;height: 100%;background-color: #f7f7f7;}
.t-cont{width: 100%;position: relative;z-index: 18;}
.t-labelbox{width: 100%;font-size: 0;padding-bottom: .25rem;border-bottom: 1px solid rgba(0,0,0,.08);}
.t-label{display: inline-block;vertical-align: middle;min-width: 20%;margin-bottom: .2rem;padding-right: .2rem;}
.t-label .lb-label{display: inline-block;vertical-align: top;cursor: pointer;font-size: 0;position: relative;}
.t-label .lb-icon{position: absolute;top: .35em;left: 0;width: 1em;height: 1em;border: solid 1px #000000;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.t-label .lb-text{width: 100%;padding-left: calc(1em + .16rem);color: #666666;line-height: 1.7;}
.t-label .lb-label.selected .lb-icon{background-color: #0d57a7; border: solid 1px #0d57a7;background-image: url('../images/a11.png');}
.t-label .lb-input{position: absolute;left: 0;top: 0;z-index: 10;opacity: 0;filter: alpha(opacity=0);width: 100%;height: 100%;cursor: pointer;}
.t-box{width: 100%;display: flex;align-items: center;flex-wrap: wrap; padding-top: .1rem;}
.t-selectbox{display: block;font-size: 0;padding-right: .25rem;}
.t-select{display: inline-block;vertical-align: middle;margin-right: .3rem;margin-top: .15rem;}
.t-tip{display: inline-block;vertical-align: middle;margin-right: .1rem;color: #999999;line-height: 1.7;}
.t-del{display: inline-block;vertical-align: middle;cursor: pointer;width: 1.42em;height: 1.7em;background-size: .71em auto;background-image: url('../images/a12.png');background-position: center center;background-repeat: no-repeat;}
.t-del:hover{background-image: url('../images/a12-b.png');}
.t-reset{display: block;cursor: pointer;margin-top: .15rem;color: #000000;line-height: 1.7;}
.t-reset:before{content: '';display: inline-block;vertical-align: middle;margin-right: .1rem;width: 1.28em;height: 1.6em;background-image: url('../images/a13.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.t-reset:hover{color: #0d57a7;}
.t-main.show_sub .t-sub{display: block;}
.t-main.show_sub .t-collapse:after{transform: rotate(-180deg);}

.t-bottom{width: 100%;padding: .7rem .3rem .9rem;}
.t-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.t-list{width: 100%;padding-bottom: .2rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.t-item{display: block;cursor: pointer;position: relative;width: calc(50% - .15rem);margin-bottom: .3rem;}
.t-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(441/785*100%);}
.t-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.t-text{position: absolute;bottom: 0;left: 0;width: 100%;max-height: 100%;padding: .3rem .35rem; overflow: auto;}
.t-name{width: 100%;margin-bottom: .08rem;color: #ffffff;line-height: 1.4;font-weight: bold;}
.t-address{width: 100%;color: #ffffff;line-height: 1.5;}
.t-address img{height: 1em;margin-right: .1rem;}
.t-item:hover .t-img img{transform: scale(1.05);}

@media(max-width: 750px){
    .t-label{min-width: 33.33%;}
    .t-item{width: 100%;}
    .t-text{padding: .25rem .3rem;}
}

.u-main{position: relative;padding: .95rem .3rem 1rem;}
.u-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.u-cont{width: 100%;display: flex;flex-wrap: wrap;font-size: 0;}
.u-one{display: block;width: 30%;margin-right: 5%;padding-bottom: .25rem;}
.u-one:nth-child(3n){margin-right: 0;}
.u-name{width: 100%;padding-bottom: .3rem;margin-bottom: .3rem;color: #000000;font-weight: bold;line-height: 1.38;border-bottom: 1px solid rgba(0,0,0,.1);}
.u-list{width: 100%;}
.u-item{display: flex;align-items: center;justify-content: space-between; width: 100%;margin-bottom: .3rem;}
.u-icon{display: block;width: .5rem;height: .5rem;border-radius: 50%;background-color: #0d57a7;}
.u-icon img{width: 100%;height: 100%;object-fit: contain;}
.u-text{width: calc(100% - .75rem);color: #666666;line-height: 1.6;}
.u-box{width: 100%;padding-left: .75rem;padding-top: .05rem;margin-bottom: .3rem;}
.u-map{display: inline-block;vertical-align: middle;cursor: pointer;color: #0d57a7;line-height: 1.6;}
.u-map:after{content: '';display: inline-block;vertical-align: middle;margin-left: .2rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #0d57a7;background-image: url('../images/a19.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.u-code{display: block;margin-top: .3rem;width: 1.2rem;min-width: 100px;border: 1px solid rgba(0,0,0,.1);}
.u-code img{width: 100%;}
.u-link{display: block;cursor: pointer;position: relative;width: 100%;margin-top: .45rem;}
.u-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(700/1600*100%);}
.u-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.u-sub{position: absolute;top: 50%;left: 0;transform: translate(0,-50%);width: 100%;text-align: center;max-height: 100%;overflow: auto;}
.u-subtitle{width: 100%;margin-bottom: .55rem;color: #ffffff;font-weight: bold;line-height: 1.2;}
.u-consult{display: inline-block;vertical-align: middle;padding: 0 .12rem 0 .3rem;color: #ffffff;	line-height: .7rem;border-radius: .35rem;border: solid 1px rgba(255,255,255,.2);}
.u-consult:after{content: '';display: inline-block;vertical-align: middle;margin-left: .48rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #fff;background-image: url('../images/a19-b.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.u-link:hover .u-img img{transform: scale(1.05);}
.u-link:hover .u-consult{background-color: #0d57a7;color: #fff;border: solid 1px #0d57a7;}

@media(max-width: 750px){
    .u-one{width: 100%;margin-right: 0;}
    .u-subtitle{margin-bottom: .25rem;}
}

.v-main{position: relative;width: 100%;padding: .95rem .3rem 1rem;background-color: #f7f7f7;}
.v-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.v-cont{width: 100%;display: flex;flex-wrap: wrap;align-items: center;flex-direction: row-reverse;justify-content: space-between;}
.v-left{width: 5rem;}
.v-img{width: 100%;}
.v-img img{width: 100%;}
.v-right{width: 10.2rem;}
.v-form{width: 100%;}
.v-two{display: flex;flex-wrap: wrap;justify-content: space-between;}
.v-item{display: flex;align-items: flex-start;justify-content: space-between;width: 100%;padding-left: .15rem;margin-bottom: .2rem;background-color: #ffffff;}
.v-icon{width: 2em;text-align: center;height: .6rem;line-height: .6rem;}
.v-icon img{max-width: 1.57em;max-height: 1.57em;}
.v-rt{width: calc(100% - 2em - .15rem);}
.v-input{display: block;border: none;background-color: transparent;padding-right: .15rem;width: 100%;height: .6rem;color: #333;}
.v-textarea{display: block;border: none;background-color: transparent;width: 100%;padding: .2rem .15rem  .2rem 0;line-height: 1.7; height: 3.2rem;color: #333;}
.v-buttom{display: inline-block;vertical-align: middle;position: relative;margin-top: .3rem;}
.v-text{display: inline-block;vertical-align: middle;padding: 0 .12rem 0 .3rem;color: #ffffff;	line-height: .7rem;border-radius: .35rem;background-color: #0d57a7;}
.v-text:after{content: '';display: inline-block;vertical-align: middle;margin-left:  1.1rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #fff;background-image: url('../images/a19-b.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.v-submit{position: absolute;top: 0;left: 0;display: block;cursor: pointer;width: 100%;height: 100%;z-index: 18;opacity: 0;}

@media(min-width: 750px){
   .v-two .v-item{width: calc(50% - .1rem);}
}
@media(max-width: 750px){
   .v-left{width: 100%;}
   .v-right{width: 100%;margin-bottom: .3rem;}
}

.w-main{width: 100%;font-size: 0;background-color: #000;}
.w-one{display: block;cursor: pointer;width: 100%;position: relative;}
.w-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(850/1920*100%);background-size: cover;background-position: right center;background-repeat: no-repeat;}
.w-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.w-sub{position: absolute;left: 50%;top: 0;transform: translate(-50%,0);width: 16rem;max-width: calc(100% - .6rem);height: 100%;display: flex;align-items: center;}
.w-text{max-width:  50%;max-height: 100%;padding: .7rem 0;overflow: auto;}
.w-titles{width: 100%;margin-bottom: .2rem;color: #ffffff;font-weight: bold;line-height: 1.2;}
.w-intro{width: 100%;margin-bottom: .3rem;color: #ffffff;line-height: 1.6; }
.w-iconbox{width: 100%;font-size: 0;padding-bottom: .4rem;}
.w-icon{display: inline-block;vertical-align: middle;margin-right: .2rem;margin-bottom: .2rem;}
.w-icon:last-child{margin-right: 0;}
.w-icon img{height: .7rem;}
.w-more{display: inline-block;vertical-align: middle;padding: 0 .12rem 0 .3rem;color: #ffffff;	line-height: .7rem;border-radius: .35rem;border: solid 1px rgba(255,255,255,.2);}
.w-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .62rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #fff;background-image: url('../images/a19-b.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.w-more:hover{background-color: #0d57a7;color: #fff;border: solid 1px #0d57a7;}

.w-one.top .w-sub{align-items: flex-start;}
.w-one.top .w-text{text-align: center;width: 100%;max-width: 100%;}
.w-one.top .w-img{background-position: bottom center;}
.w-one.right .w-sub{justify-content: flex-end;}
.w-one.right .w-img{background-position: left center;}
@media(max-width: 750px){
    .w-img{position: absolute;top: 0;left: 0;padding-top: 0;height: 100%;}
    .w-sub{position: relative;top: 0;left: 0;transform: translate(0,0);height: auto;margin: 0 auto;min-height: 4.5rem;}
   .w-text{padding: .3rem 0;max-height: none;}
   .w-titles{margin-bottom: .1rem;font-size: .3rem;}
   .w-intro{margin-bottom: .15rem;}
   .w-iconbox{padding-bottom: 0;}


}

.x-main{width: 100%;padding: 1.2rem .3rem;}
.x-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.x-cont{width: 100%;display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}
.x-left{width: 7rem;}
.x-titles{width: 100%;margin-bottom: .5rem;color: #000000;line-height: 1.16;font-weight: bold;}
.x-textbox{width: 100%;max-width: 41em;color: #444444;line-height: 1.8;}
.x-textbox *{line-height: inherit;}
.x-intro{width: 100%;position: relative;padding-right: .95rem;margin-top: .9rem;color: #000000;line-height: 1.8;}
.x-intro:before{content: '';position: absolute;top: -.53rem;left: 0;width: .43rem;height: .31rem;background-image: url('../images/a32.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.x-intro:after{content: '';position: absolute;bottom: -.1rem;right: 0;width: .43rem;height: .31rem;background-image: url('../images/a32-b.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.x-intro *{line-height: inherit;}

.x-right{width: 8rem;}
.x-img{width: 100%;}
.x-img img{width: 100%;}

@media(max-width: 750px){
    .x-left{width: 100%;margin-bottom: .5rem;}
    .x-right{width: 100%;}
}

.y-main{width: 100%;padding: 1.2rem .3rem;background-color: #f8f8f8;}
.y-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.y-cont{width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.y-left{width: 8rem;}
.y-map{display: block;cursor: pointer;position: relative;width: 100%;}
.y-img{width: 100%;overflow: hidden;}
.y-img img{width: 100%;transform: scale(1.00);transition: all .5s;}
.y-sub{position: absolute;top: 50%;left: 0;transform: translate(0,-50%);width: 100%;text-align: center;}
.y-tip{display: inline-block;vertical-align: middle;padding: 0 .12rem 0 .3rem;color: #666666;line-height: .7rem;border-radius: .35rem;background-color: #fff;}
.y-tip:after{content: '';display: inline-block;vertical-align: middle;margin-left: .48rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #0d57a7;background-image: url('../images/a19.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.y-punctuation{width: 100%;margin-top: .19rem;}
.y-punctuation img{height: .38rem;}
.y-map:hover .y-img img{transform: scale(1.05);}

.y-right{width: calc(100%  - 8.65rem);display: flex;flex-wrap: wrap;justify-content: space-between;}
.y-item{width: calc(50% - .15rem);padding: .55rem 0;text-align: center;}
.y-icon{position: relative;top: 0;transition: all ease .5s; display: inline-block;vertical-align: middle;width: 1rem;height: 1rem;border-radius: 50%;background-color: #ffffff;}
.y-icon img{width: 100%;height: 100%;object-fit: contain;}
.y-text{width: 100%;padding-top: .3rem;}
.y-intro{width: 100%;}
.y-item:hover .y-icon{top: -.1rem;}
.y-item:hover .y-intro{color: #0d57a7;}

@media(max-width: 750px){
    .y-left{width: 100%;margin-bottom: .5rem;}
    .y-right{width: 100%;}
}

.z-main{width: 100%;padding: 1.05rem .15rem;}
.z-inner{width: 100%;max-width: 16.3rem;margin: 0 auto;}
.z-cont{width: 100%;display: flex;flex-wrap: wrap;font-size: 0;}
.z-item{display: block;width: 50%;padding: .15rem;}
.z-img {width: 100%;}
.z-img img{width: 100%;}

@media(max-width: 750px){
    .z-item{width: 100%;}
}

.wa-main{width: 100%;position: relative;}
.wa-b{width: 100%;}
.wa-item{width: 100%;}
.wa-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(850/1920*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-prev{transition: all  .3s;left: .45rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wa-prev:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.wa-next{transform: rotate(-180deg);transition: all  .3s;right: .45rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wa-next:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}

@media(max-width: 750px){
   .wa-prev{left: .3rem;}
   .wa-next{right: .3rem;}
}

.wb-main{overflow: hidden;width: 100%;padding: 1.15rem .3rem 1.1rem;}
.wb-inner{width: 100%;max-width: 13.4rem;margin: 0 auto;}
.wb-cont{width: 100%;max-width: 12.2rem;margin: 0 auto;position: relative;}
.wb-b{width: 100%;overflow: visible;}
.wb-item{width: 100%;padding: 0 .6rem;}
.wb-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(600/1100*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{opacity: 0;transition: all .3s;width: 100%;text-align: center;padding-top: .35rem;}
.wb-name{width: 100%;color: #222222;line-height: 1.5;font-weight: bold;}

.wb-item.swiper-slide-active .wb-text{opacity: 1;}

.wb-prev{transition: all  .3s;left: -.35rem;top: 2.65rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #f5f5f5;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wb-prev:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.wb-next{transform: rotate(-180deg);transition: all  .3s;right: -.35rem;top: 2.65rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #f5f5f5;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wb-next:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
 
.wb-textbox{width: 100%;margin-bottom: .9rem; text-align: center;color: #444444;line-height: 1.8;}
.wb-textbox *{line-height: inherit;}

@media(max-width: 750px){
   .wb-cont{padding-bottom: 1rem;}
   .wb-b{overflow: hidden;}
   .wb-item{padding: 0;}
   .wb-prev{bottom: 0;top: auto;left: calc(50% - .85rem);}
   .wb-next{bottom: 0;top: auto;right: calc(50% - .85rem);}
}

.wc-main{width: 100%;padding: 1.15rem .3rem 1.2rem;}
.wc-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wc-top{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.wc-left{width: 5rem;}
.wc-titles{width: 100%;color: #000000;font-weight: bold;line-height: 1.2;}
.wc-right{width: 9.9rem;}
.wc-textbox{width: 100%;color: #444444;line-height: 1.8;}
.wc-textbox *{line-height: inherit;}
.wc-img{width: 100%;margin-top: 1.1rem;}
.wc-img img{width: 100%;}

@media(max-width: 750px){
    .wc-left{width: 100%;margin-bottom: .3rem;}
    .wc-right{width: 100%;}
    .wc-img{margin-top: .8rem;}
}

.wd-main{width: 100%;padding: .6rem .3rem;}
.wd-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wd-cont{width: 100%;}
.wd-item{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;width: 100%;padding: .6rem 0;}
.wd-left{width: 10rem;}
.wd-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(625/1000*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-right{width: 4.6rem;}
.wd-name{width: 100%;margin-bottom: .4rem; color: #000000;font-weight: bold;line-height: 1.2;}
.wd-intro{width: 100%;color: #444444;line-height: 1.8;}
.wd-intro *{line-height: inherit;}
.wd-item:nth-child(2n){flex-direction: row-reverse;}

@media(max-width: 750px){
    .wd-left{width: 100%;margin-bottom: .3rem;}
    .wd-right{width: 100%;} 
}

.we-main{width: 100%;padding: 1.2rem .3rem;}
.we-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.we-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.we-left{width: 10rem;}
.we-vr{display: block;cursor: pointer;position: relative; width: 100%;}
.we-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(625/1000*100%);}
.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-icon{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 1.1rem;}
.we-icon img{width: 100%;}
.we-vr:hover .we-img img{transform: scale(1.05);}

.we-right{width: 4.6rem;}
.we-name{width: 100%;margin-bottom: .5rem;color: #000000;line-height: 1.16; font-weight: bold;}
.we-intro{width: 100%;color: #444444;line-height: 1.8;}
.we-intro *{line-height: inherit;}

@media(max-width: 750px){
    .we-left{width: 100%;margin-bottom: .3rem;}
    .we-right{width: 100%;} 
}

.wf-main{width: 100%;padding: 1.15rem .3rem .9rem;background-color: #f7f7f7;}
.wf-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wf-top{width: 100%;padding-bottom: .5rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.wf-left{width: 3.5rem;}
.wf-titles{width: 100%;color: #000000;line-height: 1.16;font-weight: bold;}
.wf-right{width: 11.9rem;}
.wf-intro{width: 100%;margin-bottom: .9rem;color: #444444;line-height: 1.8;}
.wf-list{width: 100;font-size: 0;display: flex;flex-wrap: wrap;}
.wf-item{display: block;width: 33.33%;position: relative;padding:0 .3rem 0 .8rem; margin-bottom: .45rem;}
.wf-item:before{content: ''; position: absolute;top: 0;right: 0;width: 1px;height: 100%;background-color: rgba(0,0,0,.1);}
.wf-box{width: 100%;}
.wf-nub{display: inline-block;vertical-align: middle;color: #000000;line-height: 1;font-weight: bold;}
.wf-unit{display: inline-block;vertical-align: middle;color: #000000;line-height: 1;font-weight: bold;}
.wf-tip{width: 100%;padding-top: .15rem;color: #000000;line-height: 1.6;} 
.wf-item:nth-child(3n + 1){padding-left: 0;}
.wf-item:nth-child(3n + 3):before{display: none;} 

.wf-bottom{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.wf-one{display: block;width: calc(50% - .15rem);margin-bottom: .3rem;}
.wf-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(490/785*100%);}
.wf-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){
    .wf-left{width: 100%;margin-bottom: .3rem;}
    .wf-item{width: 50%; padding: 0 .15rem 0 0 ;}
    .wf-item:before{display: none;}
    .wf-nub{font-size: .6rem;}
    .wf-unit{font-size: .6rem;}
    .wf-right{width: 100%;} 
}

.wg-main{overflow: hidden;width: 100%;padding: 1.2rem .3rem;background-color: #f7f7f7;}
.wg-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wg-top{width: 100%;padding-bottom: 1rem;margin-bottom: 1rem;border-bottom: 1px solid rgba(0,0,0,.1); display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.wg-left{width: 4.7rem;}
.wg-titles{width: 100%;margin-bottom: .35rem;color: #000000;line-height: 1.16;font-weight: bold;}
.wg-textbox{width: 100%;color: #444444;line-height: 1.8;}
.wg-textbox *{line-height: inherit;}
.wg-right{width: 10rem;}
.wg-top .wg-img{width: 100%;}
.wg-top .wg-img img{width: 100%;}
.wg-bottom{width: 100%;position: relative;}
.wg-b{width: 100%;overflow: visible;}
.wg-item{width: 4.8rem;margin-right: .3rem;}
.wg-item:last-child{margin-right: 0;}
.wg-link{display: block;width: 100%;position: relative;}
.wg-link .wg-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(660/480*100%);}
.wg-link .wg-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wg-link .wg-img:after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background-image: url('../images/a44.png');background-size: 100% auto;background-position: bottom center;background-repeat: no-repeat;}
.wg-text{position: absolute;bottom: 0;left: 0;width: 100%;padding: .35rem .4rem;}
.wg-name{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.5;}

.wg-prev{transition: all  .3s;left: -1.2rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wg-prev:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.wg-next{transform: rotate(-180deg);transition: all  .3s;right: -.8rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wg-next:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}


@media(min-width: 900px){
   .wg-prev.swiper-button-disabled{display: none;}
   .wg-next.swiper-button-disabled{display: none;}
}
@media(max-width: 900px){
   .wg-bottom{padding-bottom: 1rem;}
   .wg-prev{bottom: 0;top: auto;left: calc(50% - .85rem);}
   .wg-next{bottom: 0;top: auto;right: calc(50% - .85rem);}
}
@media(max-width: 750px){
    .wg-left{width: 100%;margin-bottom: .3rem;}
    .wg-right{width: 100%;}
}

.wh-main{width: 100%;padding: 1.2rem .3rem;}
.wh-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wh-cont{width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.wh-left{width: 10rem;}
.wh-img{width: 100%;}
.wh-img img{width: 100%;}
.wh-right{width: 4.6rem;}
.wh-titles{width: 100%;margin-bottom: .5rem;color: #000000;line-height: 1.16;font-weight: bold;}
.wh-intro{width: 100%;color: #444444;line-height: 1.8;}

@media(max-width: 750px){
    .wh-left{width: 100%;margin-bottom: .3rem;}
    .wh-right{width: 100%;}
}

.wi-main{width: 100%;padding: 1.1rem .3rem 1.2rem;}
.wi-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wi-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.wi-left{width: 4.7rem;display: flex;flex-wrap: wrap;align-content: space-between;}
.wi-top{width: 100%;margin-bottom: .3rem;}
.wi-logo{width: 100%;margin-bottom:  .25rem;}
.wi-logo img{max-width: 100%;max-height: .5rem;}
.wi-time{width: 100%;margin-bottom: .35rem;color: #000000;line-height: 1.14;font-weight: bold;}
.wi-time img{width: .5rem;margin-right: .15rem;}
.wi-synopsis{width: 100%;color: #000000;line-height: 1.5;font-weight: bold;}
.wi-bottom{width: 100%;}
.wi-item{display: flex;align-items: center;align-content: center;flex-wrap: wrap;width: 100%;min-height: 2.6rem;padding: .3rem 0; border-bottom: 1px solid rgba(0,0,0,.1);}
.wi-box{width: 100%;}
.wi-nub{display: inline-block;vertical-align: middle;color: #000000;font-weight: bold;line-height: 1;}
.wi-unit{display: inline-block;vertical-align: middle;color: #000000;font-weight: bold;line-height: 1;}
.wi-intro{width: 100%;padding-top: .15rem;color: #000000;line-height: 1.6;} 

.wi-right{width: 9.3rem;display: flex;flex-wrap: wrap;align-content: space-between;}
.wi-textbox{width: 100%;margin-bottom: .5rem;color: #444444;line-height: 1.8;}
.wi-textbox *{line-height: inherit;max-width: 100%;}  
.wi-map{display: block;cursor: pointer;position: relative;width: 100%;}
.wi-img{width: 100%;}
.wi-img img{width: 100%;}
.wi-sub{position: absolute;top: 50%;left: 0;transform: translate(0,-50%);width: 100%;text-align: center;}
.wi-tip{display: inline-block;vertical-align: middle;padding: 0 .12rem 0 .3rem;color: #666666;line-height: .7rem;border-radius: .35rem;background-color: #fff;}
.wi-tip:after{content: '';display: inline-block;vertical-align: middle;margin-left: .48rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #0d57a7;background-image: url('../images/a19.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.wi-punctuation{width: 100%;margin-top: .19rem;}
.wi-punctuation img{height: .38rem;}
@media(max-width: 750px){
    .wi-left{width: 100%;margin-bottom: .5rem;}
    .wi-time{font-size: .6rem;}
    .wi-bottom{display: flex;flex-wrap: wrap;justify-content: space-between;}
    .wi-item{display: block; width: calc(50% - .15rem);min-height: 1rem;}
    .wi-nub{font-size: .6rem;}
    .wi-unit{font-size: .6rem;}
    .wi-right{width: 100%;}
}
 
.wj-main{width: 100%;}
.wj-video{display: block;cursor: pointer;width: 100%;position: relative;}
.wj-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(800/1920*100%);}
.wj-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wj-play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 1.6rem;}
.wj-play img{width: 100%;}

.wk-main{overflow: hidden;width: 100%;padding: 1.15rem .3rem 1.2rem;}
.wk-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wk-topbox{width: 100%;position: relative;margin-bottom: .6rem;}
.wk-top{position: relative;left: 50%;transform: translate(-50%,0);width: 18rem;}
.wk-top:before{content: '';position: absolute;top: .15rem;left: 6.25%;width: calc(100% - 12.5%);height: 1px;background-color: #eeeeee;}
.wk-line{position: absolute;top: .15rem;left: 0;z-index:  8; width: calc(6.25% - .15rem);margin-top: -1px;height: 3px;background-color: #fff;}
.wk-line2{left: auto;right: 0;}
.wk-b{width: 100%;}
.wk-nav{display: block;cursor: pointer;width: 12.5%;text-align: center;padding-top: .45rem;}
.wk-nav:after{content: '';position: absolute;top: 0;left: 50%;z-index: 18; transform: translate(-50%,0);width: .3rem;height: .3rem;background-image: url('../images/c1.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.wk-year{width: 100%;color: #666666;line-height: 1.6;}
.wk-nav.active:before{content: '';position: absolute;top: .15rem;width: 18rem;right: -50%;height: 1px;background-color: #000000;}
.wk-nav.active:after{background-image: url('../images/c1-b.png');}

.wk-bottom{width: 100%;}
.wk-c{width: 100%;overflow: visible;}
.wk-item{width: 5.13rem;height: auto;display: flex;flex-wrap: wrap;align-content: space-between;padding: .55rem .5rem .5rem; margin-right: .3rem;background-color: #f8f8f8;background-image: url('../images/c2.png');background-size: 100% auto;background-position: bottom center;background-repeat: no-repeat;}
.wk-item:last-child{margin-right: 0;}
.wk-box{width: 100%;padding-bottom: .2rem;}
.wk-time{width: 100%;margin-bottom: .4rem;color: #000000;font-weight: bold;line-height: 1.16;}
.wk-textbox{width: 100%;color: #222222;line-height: 1.75;}
.wk-textbox *{line-height: inherit;}
.wk-textbox p{margin-bottom: .2rem;position: relative;padding-left: 10px;}
.wk-textbox p:before{content: '';position: absolute;top: .875em;left: 0;margin-top: -2px; width: 4px;height: 4px;border-radius: 50%;background-color: #222222;}
.wk-imgbox{width: 100%;height: auto;}
.wk-img{width: 100%;height: 1.88rem;line-height: 1.88rem;}
.wk-img img{cursor: pointer;max-width: 100%;max-height: 100%;}
.wk-item.active{background-color: #ffffff;box-shadow: .07rem .08rem .3rem 0px rgba(0, 0, 0, 0.06);}

@media(max-width: 750px){
    .wk-top{width: 100%;}
    .wk-item{width: 80%;padding: .3rem;}
}


.wl-main{width: 100%;}
.wl-inner{width: 100%;}
.wl-cont{width: 100%;position: relative;}
.wl-top{width: 100%;position: relative;}
.wl-main .wl-box{position: absolute;top: 0;left: 50%;transform: translate(-50%,0);width: 16rem;max-width: calc(100% - .6rem);padding-top: .95rem;}
.wl-main .my-top{padding-bottom: 0;}
.wl-main .my-titles{color: #ffffff;}
.wl-img{width: 100%;}
.wl-img img{width: 100%;}
.wl-bottom{position: absolute;bottom: 0;left: 50%;transform: translate(-50%,0);width: 16rem;max-width: calc(100% - .6rem);text-align: center;font-size: 0;padding-bottom: .2rem;}
.wl-item{display: inline-block;vertical-align: top;padding: 0 .6rem .5rem;text-align: center;}
.wl-nub{width: 100%;color: #ffffff;font-weight: bold;line-height: 1;}
.wl-intro{width: 100%;padding-top: .15rem;color: #ffffff;line-height: 1.5;}

@media(max-width: 750px){
    .wl-main .wl-box{padding-top: .25rem;}
    .wl-bottom{position: relative;left: 0;transform: translate(0,0);max-width: 100%;width: 100%;padding: .5rem .15rem  0;background-color:  #1a191b;}
    .wl-item{width: 33.33%;padding: 0 .15rem .5rem;}
    .wl-nub{font-size: .5rem;}
    .wl-intro{font-size: .26rem;}
    /* .wl-nub{color: #333;} */
    /* .wl-intro{color: #666;} */
}

.wm-main{width: 100%;padding: 1.1rem .3rem .9rem;background-color: #f5f5f5;}
.wm-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wm-cont{width: 100%;display: flex;flex-wrap: wrap;font-size: 0;}
.wm-item{display: block;width: 32.12%;padding: .5rem .5rem .55rem;margin-right: 1.82%;margin-bottom: .3rem;background-color: #ffffff;border: 1px solid #ffffff;}
.wm-item:nth-child(3n){margin-right: 0;}
.wm-icon{display: block;width: 1rem;height: 1rem;border-radius: 50%;overflow: hidden;background-color: #f5f5f5;}
.wm-icon img{width: 100%;height: 100%;object-fit: contain;}
.wm-text{width: 100%;padding-top: .28rem;}
.wm-name{width: 100%;margin-bottom: .1rem;color: #222222;line-height: 1.3;font-weight: bold;}
.wm-intro{width: 100%;color: #444444;line-height: 1.8;}
.wm-item:hover{border: 1px solid #0d57a7;}
@media(max-width: 750px){
    .wm-item{width: 100%;margin-right: 0;}
}

.wn-main{position: relative;overflow: hidden;width: 100%;padding: 1.15rem .3rem 1.1rem;}
.wn-inner{width: 100%;max-width: 13.4rem;margin: 0 auto;}
.wn-cont{width: 100%;max-width: 12.2rem;margin: 0 auto;position: relative;}
.wn-b{width: 100%;overflow: visible;}
.wn-item{width: 100%;padding: 0 .6rem;}
.wn-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(600/1100*100%);}
.wn-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wn-text{opacity: 0;transition: all .3s;width: 100%;text-align: center;padding-top: .35rem;}
.wn-name{width: 100%;color: #222222;line-height: 1.5;font-weight: bold;} 
.wn-item.swiper-slide-active .wn-text{opacity: 1;}

.wn-prev{transition: all  .3s;left: -.35rem;top: 2.65rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #f5f5f5;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wn-prev:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.wn-next{transform: rotate(-180deg);transition: all  .3s;right: -.35rem;top: 2.65rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #f5f5f5;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wn-next:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
 
.wn-textbox{width: 100%;margin-bottom: .8rem; text-align: center;color: #444444;line-height: 1.8;}
.wn-textbox *{line-height: inherit;}

@media(max-width: 750px){
   .wn-cont{padding-bottom: 1rem;}
   .wn-b{overflow: hidden;}
   .wn-item{padding: 0;}
   .wn-prev{bottom: 0;top: auto;left: calc(50% - .85rem);}
   .wn-next{bottom: 0;top: auto;right: calc(50% - .85rem);}
}

.wo-main{position: relative;width: 100%;padding: 1.15rem  .15rem .45rem;background-color: #f7f7f7;}
.wo-main .my-top{padding-bottom: .75rem;}
.wo-inner{width: 100%;max-width: 17.5rem;margin: 0 auto;}
.wo-cont{width: 100%;display: flex;flex-wrap: wrap;font-size: 0;}
.wo-item{display: block;width: 20%;padding: 0 .15rem;text-align: center;margin-bottom: .75rem;}
.wo-iconbox{position: relative;top: 0;transition: all .5s; display: inline-block;padding: .15rem;border-radius: 50%;background-color: #ffffff;}
.wo-icon{display: block;width: 1.7rem;height: 1.7rem;text-align: center;line-height: 1.7rem;border-radius: 50%;background-color: #f7f7f7;}
.wo-icon img{height: .7rem;}
.wo-text{width: 100%;padding-top: .4rem;}
.wo-name{width: 100%;color: #222222;font-weight: bold;line-height: 1.5;}
.wo-intro{width: 100%;max-width: 13em;margin: 0 auto;padding-top: .1rem;color: #444444;line-height: 1.75;}
.wo-item:hover .wo-iconbox{top: -.1rem;}
.wo-item:hover .wo-name{color: #0d57a7;}
@media(max-width: 750px){
    .wo-item{width: 50%;}
}

.wp-main{position: relative;width: 100%;padding: 1.15rem  .15rem .45rem;}
.wp-main .my-top{padding-bottom: .75rem;}
.wp-inner{width: 100%;max-width: 17.5rem;margin: 0 auto;}
.wp-cont{width: 100%;display: flex;flex-wrap: wrap;font-size: 0;}
.wp-item{display: block;width: 20%;padding: 0 .15rem;text-align: center;margin-bottom: .75rem;}
.wp-iconbox{position: relative;top: 0;transition: all .5s;display: inline-block;padding: .15rem;border-radius: 50%;background-color: #f7f7f7;}
.wp-icon{display: block;width: 1.7rem;height: 1.7rem;text-align: center;line-height: 1.7rem;border-radius: 50%;background-color: #fff;}
.wp-icon img{height: .7rem;}
.wp-text{width: 100%;padding-top: .4rem;}
.wp-name{width: 100%;color: #222222;font-weight: bold;line-height: 1.5;}
.wp-intro{width: 100%;max-width: 13em;margin: 0 auto;padding-top: .1rem;color: #444444;line-height: 1.75;}

.wp-item:hover .wp-iconbox{top: -.1rem;}
.wp-item:hover .wp-name{color: #0d57a7;}


@media(max-width: 750px){
    .wp-item{width: 50%;}
}

.wq-main{position: relative;overflow: hidden;width: 100%;padding: 1.15rem .3rem 1.05rem;background-color: #f7f7f7;}
.wq-main .my-top{padding-bottom: .75rem;}
.wq-inner{width: 100%;max-width: 16.2rem;margin: 0 auto;}
.wq-cont{width: 100%;position: relative;}
.wq-cont:after{content: '';position: absolute;top: 3.1rem;left: 50%;transform: translate(-50%,0);width: 29rem;height: 1px;border-top: 1px dashed rgba(0,0,0,.2);}
.wq-b{width: 100%;overflow: visible;}
.wq-item{opacity: 0;transition: all .5s; position: relative;width: 16.66%;height: auto;min-height: 6.2rem;}
.wq-item:before{content: '';position: absolute;top: 0;left: .1rem;width: 1px;height: 3.1rem;background-color: rgba(0,0,0,.1);}
.wq-item:after{content: '';position: absolute;top: 3rem;left: 0;width: .2rem;height: .2rem;background-image: url('../images/c19.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.wq-box{width: calc(100% + .5rem);padding: .1rem 0 .15rem .5rem;}
.wq-nub{width: 100%;margin-bottom: .1rem; color: #999999;line-height: 1.7;}
.wq-intro{width: 100%;margin-bottom: .2rem;color: #000000;line-height: 1.5;font-weight: bold;}
.wq-imgbox{width: 100%;max-width: 2rem;}
.wq-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(112/200*100%);}
.wq-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wq-box:hover .wq-img img{transform: scale(1.05);}
.wq-box:hover .wq-intro{color: #0d57a7;}

.wq-prev{display: none; transition: all  .3s;left: -.35rem;top: 2.65rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #fff;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wq-prev:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.wq-next{display: none; transform: rotate(-180deg);transition: all  .3s;right: -.35rem;top: 2.65rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #fff;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wq-next:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
 
@media(min-width: 750px){
   .wq-item.swiper-slide-active{opacity: 1;}
   .wq-item.swiper-slide-active + .wq-item{opacity: 1;}
   .wq-item.swiper-slide-active + .wq-item  + .wq-item {opacity: 1;}
   .wq-item.swiper-slide-active + .wq-item  + .wq-item   + .wq-item {opacity: 1;}
   .wq-item.swiper-slide-active + .wq-item  + .wq-item   + .wq-item  + .wq-item {opacity: 1;}
   .wq-item.swiper-slide-active + .wq-item  + .wq-item   + .wq-item  + .wq-item   + .wq-item {opacity: 1;}

   .wq-item:nth-child(2n){padding-top: 3.85rem;}
   .wq-item:nth-child(2n):before{top: 3.1rem;}

   .wq-item:nth-child(2n + 1) .wq-box{max-height: 3rem;overflow: auto;scrollbar-color:#0d57a7  #ededed;scrollbar-width: none;scrollbar-width: thin; }
   .wq-item:nth-child(2n + 1) .wq-box::-webkit-scrollbar {width:  3px;height: 1px;}
   .wq-item:nth-child(2n + 1) .wq-box::-webkit-scrollbar-thumb {border-radius: .05rem;box-shadow: inset 0 0 .05rem #ededed;background: #0d57a7;}
   .wq-item:nth-child(2n + 1) .wq-box::-webkit-scrollbar-track {box-shadow: inset 0 0 .05rem #ededed;border-radius: .05rem; background: #ededed;}

}
@media(max-width: 750px){
  .wq-cont{padding-bottom: 1rem;}
  .wq-cont:after{top: .1rem;}
  .wq-b{overflow: hidden;}
  .wq-item{opacity: 1;min-height: 1rem;}
  .wq-item:before{top: 0;height: 100%;}
  .wq-item:after{top: 0;}
  .wq-box{width: 100%;padding: .5rem 0 .15rem .3rem;} 

   .wq-prev{display: block; bottom: 0;top: auto;left: calc(50% - .85rem);}
   .wq-next{display: block;bottom: 0;top: auto;right: calc(50% - .85rem);}
}

.wr-main{position: relative;width: 100%;padding: 1.15rem .2rem 1rem;}
.wr-inner{width: 100%;max-width: 16.2rem;margin: 0 auto;}
.wr-cont{width: 100%;text-align: center;font-size: 0;}
.wr-item{display: inline-block;vertical-align: middle;cursor: pointer;width: 20%;padding: 0 .1rem;margin-bottom: .2rem;}
.wr-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(130/304*100%);}
.wr-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.wr-item:hover .wr-img img{transform: scale(1.05);}

@media(max-width: 750px){
    .wr-item{width: 33.33%;}
}

.ws-main{position: relative;width: 100%;padding: 1.2rem .3rem;background-color: #f7f7f7;}
.ws-main .my-top{padding-bottom: .65rem;}
.ws-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.ws-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.ws-left{width: 4.7rem;}
.ws-titles{width: 100%;margin-bottom: .5rem;color: #000000;font-weight: bold;line-height: 1.2;}
.ws-textbox{width: 100%;color: #444444;line-height: 1.8;}
.ws-textbox *{line-height: inherit;}
.ws-right{width: 10rem;position: relative;}
.ws-b{width: 100%;}
.ws-item{width: 100%;}
.ws-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(625/1000*100%);}
.ws-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}

.ws-prev{transition: all  .3s;left: .3rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.ws-prev:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.ws-next{transform: rotate(-180deg); transition: all  .3s;right: .3rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.ws-next:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}

@media(max-width: 750px){
    .ws-left{width: 100%;margin-bottom: .5rem;}
    .ws-right{width: 100%;}
}

.wt-main{position: relative;overflow: hidden;width: 100%;padding: 1.15rem .15rem .45rem;}
.wt-main .my-top{padding-bottom: .65rem;}
.wt-inner{width: 100%;max-width: 18.66rem;margin: 0 auto;}
.wt-cont{width: 100%;display: flex;flex-wrap: wrap;}
.wt-list{display: flex;flex-wrap: wrap;width: 100%;}
.wt-item{display: none;position: relative;width: 25%;padding: 0 .15rem;text-align: center;margin-bottom: .4rem;}
.wt-item:before{content: '';position: absolute;top: 1rem;left: 50%;width: 100%;height: 1px;border-top: 1px dashed rgba(0,0,0,.2);}
.wt-item:after{content: '';position: absolute;top: .94rem;right: -.04rem;width: .08rem;height:  .12rem;background-image: url('../images/c21.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.wt-list .wt-item{display: block;}
.wt-img{display: inline-block;position: relative;z-index: 1; width: 2rem;height: 2rem;border-radius: 50%;overflow: hidden;}
.wt-img img{width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all .5s;}
.wt-text{width: 100%;padding-top: .3rem;position: relative;z-index: 1;}
.wt-intro{width: 100%;max-width: 13em;margin: 0 auto; color: #222222;line-height: 1.5;font-weight: bold;}

.wt-item:last-child:before{top: .5rem;width: 1px;height: 100%;border-top:none; border-left: 1px dashed rgba(0,0,0,.2);}
.wt-item:last-child:after{right: auto !important;top: auto !important;left:50% !important;bottom: -.18rem !important;margin-left: -.06rem;transform: rotate(0) !important; width:.12rem;height: .08rem;background-image: url('../images/c21-b.png');}
.wt-list:last-child .wt-item:last-child:before{display: none;}
.wt-list:last-child .wt-item:last-child:after{display: none;}

.wt-list:nth-child(2n){flex-direction: row-reverse;}
.wt-list:nth-child(2n) .wt-item:before{left: auto;right: 50%;}
.wt-list:nth-child(2n) .wt-item:after{right: auto;left: -.04rem; transform: rotate(180deg);}

.wt-item:hover .wt-img img{transform: scale(1.05);}
.wt-item:hover .wt-intro{color: #0d57a7;}
@media(max-width: 750px){
    .wt-item{width: 50%;}
}

.wu-main{position: relative;width: 100%;padding: 1.15rem .3rem .9rem;background-color: #f7f7f7;}
.wu-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wu-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.wu-item{width: 9.5rem;background-color: #ffffff;margin-bottom: .3rem;}
.wu-item:nth-child(2n){width: calc(100% - 9.8rem);}
.wu-img{width: 100%;}
.wu-img img{width: 100%;}
.wu-text{width: 100%;padding: .3rem .4rem .4rem;}
.wu-name{width: 100%;color: #000000;line-height: 1.66;}

@media(max-width: 750px){
    .wu-item{width: 100% !important;}
    .wu-text{padding: .25rem .3rem;}
}

.wv-main{position: relative;position: relative;width: 100%;padding: 1.15rem .3rem 1.2rem;}
.wv-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wv-cont{width: 100%;display: flex;flex-wrap: wrap;align-items: center;flex-direction: row-reverse;justify-content: space-between;}
.wv-left{width: 5rem;}
.wv-img{width: 100%;}
.wv-img img{width: 100%;}
.wv-right{width: 10.2rem;}
.wv-form{width: 100%;}
.wv-two{display: flex;flex-wrap: wrap;justify-content: space-between;}
.wv-item{display: flex;align-items: flex-start;justify-content: space-between;width: 100%;padding-left: .15rem;margin-bottom: .2rem;background-color: #f7f7f7;}
.wv-icon{width: 2em;text-align: center;height: .6rem;line-height: .6rem;}
.wv-icon img{max-width: 1.57em;max-height: 1.57em;}
.wv-rt{width: calc(100% - 2em - .15rem);}
.wv-input{display: block;border: none;background-color: transparent;padding-right: .15rem;width: 100%;height: .6rem;color: #333;}
.wv-textarea{display: block;border: none;background-color: transparent;width: 100%;padding: .2rem .15rem  .2rem 0;line-height: 1.7; height: 2.4rem;color: #333;}
.wv-buttom{display: inline-block;vertical-align: middle;position: relative;margin-top: .3rem;}
.wv-text{display: inline-block;vertical-align: middle;padding: 0 .12rem 0 .3rem;color: #ffffff;	line-height: .7rem;border-radius: .35rem;background-color: #0d57a7;}
.wv-text:after{content: '';display: inline-block;vertical-align: middle;margin-left:  1.1rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #fff;background-image: url('../images/a19-b.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.wv-submit{position: absolute;top: 0;left: 0;display: block;cursor: pointer;width: 100%;height: 100%;z-index: 18;opacity: 0;}

@media(min-width: 750px){
   .wv-two .wv-item{width: calc(50% - .1rem);}
}
@media(max-width: 750px){
   .wv-left{width: 100%;}
   .wv-right{width: 100%;margin-bottom: .3rem;}
}

.wy-main{width: 100%;padding: .95rem .3rem  1.15rem;}
.wy-main .my-top{padding-bottom: .85rem;}
.wy-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wy-cont{width: 100%;padding: 0 1.3rem;position: relative;text-align: center;}
.wy-cont:after{content: '';position: absolute;left: 0;top: 2.15rem;width: 100%;height: 2.16rem;background-image: url('../images/c23.png');background-size: 100% auto;background-position: top center;background-repeat: no-repeat;}
.wy-b{display: inline-block;max-width: 100%;}
.wy-item{width: 2.94rem;padding: 0 .15rem;text-align: center;}
.wy-link{display: block;cursor: pointer;width: 100%;}
.wy-imgbox{width: 100%;height: 2.26rem;}
.wy-img{display: inline-block;position: relative;border: 1px solid rgba(0,0,0,.1);}
.wy-img img{max-width: 100%;max-height: 2.26rem;}
.wy-img:after{opacity: 0;transition: all .3s;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;}
.wy-icon{opacity: 0;transition: all .3s;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 8; width: .5rem;height: .5rem;text-align: center;line-height: .5rem;background-color: #0d57a7;border-radius: .25rem;}
.wy-icon img{width: .19rem;max-width: none;max-height: none;}
.wy-text{width: 100%;padding-top: .62rem;}
.wy-name{width: 100%;max-width: 12em;margin: 0 auto;color: #232323;line-height: 1.66;font-weight: bold;}

.wy-link:hover .wy-img:after{opacity: .2;}
.wy-link:hover .wy-icon{opacity:1;}

.wy-prev{transition: all  .3s;left: -1.15rem;top: .78rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #f5f5f5;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wy-prev:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.wy-next{transform: rotate(-180deg); transition: all  .3s;right: -1.15rem;top: .78rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #f5f5f5;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wy-next:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}

@media(max-width: 900px){
   .wy-cont{padding: 0 .5rem 1rem;} 
   .wy-item{width: 3rem;}
   .wy-prev{bottom: 0;top: auto;left: calc(50% - .85rem);}
   .wy-next{bottom: 0;top: auto;right: calc(50% - .85rem);}
}

@media(max-width: 750px){
    .wy-cont:after{top: 2.25rem;}
    .wy-item{width: 50%;}
}


.wz-main{width: 100%;padding: .95rem .3rem  1.15rem;background-color: #f7f7f7;}
.wz-main .my-top{padding-bottom: .85rem;}
.wz-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.wz-cont{width: 100%;padding: 0 1.3rem;position: relative;}
.wz-cont:after{content: '';position: absolute;left: 0;top: 2.15rem;width: 100%;height: 2.16rem;background-image: url('../images/c23.png');background-size: 100% auto;background-position: top center;background-repeat: no-repeat;}
.wz-item{width: 20%;padding: 0 .15rem;text-align: center;}
.wz-link{display: block;cursor: pointer;width: 100%;}
.wz-imgbox{width: 100%;height: 2.26rem;}
.wz-img{display: inline-block;position: relative;border: 1px solid rgba(0,0,0,.1);}
.wz-img img{max-width: 100%;max-height: 2.26rem;}
.wz-img:after{opacity: 0;transition: all .3s;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;}
.wz-icon{opacity: 0;transition: all .3s;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 8; width: .5rem;height: .5rem;text-align: center;line-height: .5rem;background-color: #0d57a7;border-radius: .25rem;}
.wz-icon img{width: .19rem;max-width: none;max-height: none;}
.wz-text{width: 100%;padding-top: .62rem;}
.wz-name{width: 100%;max-width: 12em;margin: 0 auto;color: #232323;line-height: 1.66;font-weight: bold;}

.wz-link:hover .wz-img:after{opacity: .2;}
.wz-link:hover .wz-icon{opacity:1;}

.wz-prev{transition: all  .3s;left: -1.15rem;top: .78rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wz-prev:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.wz-next{transform: rotate(-180deg); transition: all  .3s;right: -1.15rem;top: .78rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #ffffff;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.wz-next:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}

@media(max-width: 900px){
    .wz-cont{padding: 0 .5rem 1rem;} 
   .wz-prev{bottom: 0;top: auto;left: calc(50% - .85rem);}
   .wz-next{bottom: 0;top: auto;right: calc(50% - .85rem);}
}

@media(max-width: 750px){
    .wz-cont:after{top: 2.25rem;}
    .wz-item{width: 50%;}
}

.ca-main{width: 100%;padding: .95rem .3rem .9rem;background-color: #f7f7f7;} 
.ca-main .paging-item{background-color: #fff;}
.ca-main .paging-up{background-color: #fff;}
.ca-main .paging-next{background-color: #fff;}
.ca-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.ca-cont{width: 100%;padding-bottom: .1rem;font-size: 0;display: flex;flex-wrap: wrap;}
.ca-item{display: block;width: 32.06%;margin-right: 1.9%;margin-bottom: .35rem;}
.ca-item:nth-child(3n){margin-right: 0;}
.ca-top{width: 100%;position: relative;}
.ca-link{display: block;cursor: pointer;width: 100%;}
.ca-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(320/513*100%);}
.ca-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.ca-icon{opacity: 0;transition: all .3s;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 8; width: .5rem;height: .5rem;text-align: center;line-height: .5rem;background-color: #0d57a7;border-radius: .25rem;}
.ca-icon img{width: .19rem;}
.ca-play{position: absolute;bottom: .3rem;left: .3rem;display: block;cursor: pointer;width: .5rem;}
.ca-play img{width: 100%;}
.ca-text{display: block;width: 100%;padding-top: .25rem;}
.ca-name{width: 100%;color: #232323;line-height: 1.5;font-weight: bold;}
.ca-link:hover .ca-icon{opacity:1;}

@media(max-width: 750px){
    .ca-item{width: calc(50% - .15rem);margin-right: .3rem;}
    .ca-item:nth-child(3n){margin-right: .3rem;}
    .ca-item:nth-child(2n){margin-right: 0;}
} 

.cb-main{width: 100%;padding: .95rem .3rem  1.15rem;}
.cb-main .my-top{padding-bottom: .85rem;}
.cb-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.cb-cont{width: 100%;padding: 0 1.3rem;position: relative;}
.cb-cont:after{content: '';position: absolute;left: 0;top: 2.15rem;width: 100%;height: 2.16rem;background-image: url('../images/c23.png');background-size: 100% auto;background-position: top center;background-repeat: no-repeat;}
.cb-item{width: 20%;padding: 0 .15rem;text-align: center;}
.cb-link{display: block;width: 100%;}
.cb-imgbox{width: 100%;height: 2.26rem;}
.cb-img{display: inline-block;position: relative;}
.cb-img img{max-width: 100%;max-height: 2.26rem;cursor: pointer;} 
.cb-text{width: 100%;padding-top: .62rem;}
.cb-name{width: 100%;max-width: 12em;margin: 0 auto;color: #232323;line-height: 1.66;font-weight: bold;}

.cb-prev{display: none;transition: all  .3s;left: -1.15rem;top: .78rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #f7f7f7;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.cb-prev:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.cb-next{display: none;transform: rotate(-180deg); transition: all  .3s;right: -1.15rem;top: .78rem;margin-top:  0;width: .7rem;height: .7rem;border-radius: 50%;background-color: #f7f7f7;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.cb-next:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}

@media(max-width: 900px){
   .cb-prev{bottom: 0;top: auto;left: calc(50% - .85rem);}
   .cb-next{bottom: 0;top: auto;right: calc(50% - .85rem);}
}

@media(max-width: 750px){
    .cb-cont{padding: 0 .5rem 1rem;} 
    .cb-cont:after{top: 2.25rem;}
    .cb-item{width: 50%;}
    .cb-prev{display: block;}
    .cb-next{display: block;}
}


.cc-main{width: 100%;padding: 1rem .3rem .7rem;}
.cc-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.cc-cont{width: 100%;margin-bottom: .9rem; display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.cc-left{width: 6.5rem;}
.cc-swiper1{width: 100%;position: relative;margin-bottom: .3rem;}
.cc-b{width: 100%;}
.cc-item{width: 100%;position: relative;}
.cc-img{width: 100%;position: relative;width: 100%;height: 6.5rem; }
.cc-img>img{width: 100%;height: 100%;object-fit: cover;}
.cc-b:hover{overflow: visible;}
.cc-b:hover .swiper-slide{visibility: hidden !important;}
.cc-b:hover .swiper-slide.swiper-slide-active{visibility: visible !important;}
.cc-b:hover .swiper-slide .MagicZoomPlusHint{visibility: hidden !important;}
.MagicZoomPlusHint{visibility: hidden !important;}
.cc-b:hover .swiper-slide.swiper-slide-active .MagicZoomPlusHint{visibility: visible !important;}
.cc-b img{max-width: none;}

.cc-preview{position: absolute;top: 0;left: 0;display: block;cursor: pointer;width: 100%;height: 100%;}
.cc-preview_icon{position: absolute;bottom: .2rem;right: .2rem;width: .2rem;}
.cc-preview_icon img{width: 100%;}
.cc-play{position: absolute;bottom: .2rem;right: .2rem;z-index: 38;display: block;cursor: pointer;width: .5rem;}
.cc-play_icon{width: 100%;}
.cc-play_icon img{width: 100%;}

.cc-swiper2{width: calc(100% + .2rem);position: relative;left: -.1rem;}
.cc-nav{display: block;cursor: pointer;width: 25%;padding: 0 .1rem;position: relative;}
.cc-bg{width: 100%;position: relative;overflow: hidden;padding-top: calc(650/650*100%);}
.cc-bg img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.cc-bg:after{opacity: .7;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;}
.cc-play2{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: .5rem;}
.cc-play2 img{width: 100%;}
.cc-nav.active .cc-bg:after{opacity: .1;}

.cc-prev{left: .2rem;margin-top: -.15rem;width: .29rem;height: .3rem;background-image: url('../images/a38-b.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.cc-next{transform: rotate(-180deg); right: .2rem;margin-top: -.15rem;width: .29rem;height: .3rem;background-image: url('../images/a38-b.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}

.cc-right{width: 8.3rem;}
.cc-top{width: 100%;position: relative;padding-bottom: .2rem;margin-bottom: .45rem;}
.cc-top:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background-color: rgba(0,0,0,.1);}
.cc-top:after{content: '';position: absolute;bottom: -1px;left: 0;width: .5rem;height: 3px;background-color: #0d57a7;}
.cc-titles{width: 100%;margin-bottom: .1rem;color: #000000;font-weight: bold;line-height: 1.2;}
.cc-subtitle{width: 100%;margin-bottom: .1rem;color: #000000;font-weight: bold;line-height: 1.3;}
.cc-bottom{width: 100%;}
.cc-textbox{width: 100%;margin-bottom: .4rem;color: #666666;line-height: 1.8;}
.cc-textbox *{line-height: inherit;}
.cc-iconbox{width: 100%;font-size: 0;padding-bottom: .5rem;}
.cc-icon{display: inline-block;vertical-align: middle;margin-right: .1rem;margin-bottom: .1rem;}
.cc-icon img{height:  .6rem;}
.cc-contact{display: inline-block;vertical-align: middle;cursor: pointer;padding: 0 .12rem 0 .3rem;color: #666666;line-height: .7rem;border-radius: .35rem;border: solid 1px rgba(0,0,0,.08);}
.cc-contact:after{content: '';display: inline-block;vertical-align: middle;margin-left: .62rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #0d57a7;background-image: url('../images/a19.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.cc-contact:hover{background-color: #0d57a7;color: #fff;border: solid 1px #0d57a7;}
.cc-contact:hover:after{background-color: #fff;background-image: url('../images/a19-b.png');}

@media(max-width: 750px){ 
    .cc-left{width: 100%;margin-bottom: .3rem;}
    .cc-img{height: auto;padding-top: calc(650/650*100%);}
    .cc-img>img{position: absolute;top: 0;left: 0;}
    .cc-right{width: 100%;}
}

.cca-main{width: 100%;}
.cca-cont{position: relative;left: 0;width: 100%;padding: .1rem 0;background-color: #fff;}
.cca-swiper{width: 100%;text-align: center;font-size: 0;}
.cca-b{display: inline-block;vertical-align: middle;max-width: calc(100% - .6rem);padding: .05rem;background-color: #f7f7f7;border-radius: .35rem;}
.cca-item{display: block;cursor: pointer;width: auto;padding: 0 .3rem;color: #666666;height: .6rem;line-height: .6rem;border-radius: .3rem;}
.cca-item:hover{color: #0d57a7;}
.cca-item.active{background-color: #0d57a7;color: #fff;}


.cca-main.fixed .cca-cont{position: fixed;top: 1.1rem;z-index: 89;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}

@media(max-width: 1200px){
   .cca-main.fixed .cca-cont{position: fixed;top: .9rem;}
}



.cd-top{position: absolute;top: .9rem;left: 50%;transform: translate(-50%,0);z-index: 18;width: 16rem;max-width: calc(100% - .6rem);text-align: center;}
.cd-titles{width: 100%;font-weight: bold;color: #ffffff;line-height: 1.2;}
.cd-cont{width: 100%;position: relative;}
.cd-item{width: 100%;}
.cd-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(850/1920*100%);}
.cd-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}

.cd-prev{left: .6rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.2);background-image: url('../images/a38-b.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.cd-prev:hover{border: solid 1px #ffffff;background-color: #ffffff;background-image: url('../images/a38-c.png');}
.cd-next{transform: rotate(-180deg);right: .6rem;margin-top: -.35rem;width: .7rem;height: .7rem;border-radius: 50%;border: solid 1px rgba(255,255,255,.2);background-image: url('../images/a38-b.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.cd-next:hover{border: solid 1px #ffffff;background-color: #ffffff;background-image: url('../images/a38-c.png');}

.cd-main{width: 100%;position: relative;padding: 0 .3rem;}
.cd-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.cd-textbox{width: 100%;color: #444444;line-height: 1.8;}
.cd-textbox *{line-height: inherit;}

@media(max-width: 750px){ 
    .cd-top{top: .3rem;}
    .cd-prev{left: .3rem;}
    .cd-next{right: .3rem;}
}

.ce-main{width: 100%;padding: .95rem .3rem;}
.ce-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.ce-cont{width: 100%;}
.ce-one{display: block;width: 100%;padding-bottom: 1rem;margin-bottom: .95rem;border-bottom: 1px solid rgba(0,0,0,.1);}
.ce-one:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom:none;}
.ce-textbox{width: 100%;color: #444444;line-height: 1.8;text-align: center;}
.ce-textbox *{line-height: inherit;}
.ce-table{width: 100%;overflow: auto;background-color: #f7f7f7;}
.ce-table table{width: 100%;border: none;}
.ce-table tr{width: 100%;border: none;}
.ce-table td{padding: .22rem .1rem;border: none;color: #666666;line-height: 1.6;text-align: center;}

.ce-table td:nth-child(1){text-align: left;padding-left: .5rem;}
.ce-table tr:nth-child(1){background-color: #030303;}
.ce-table tr:nth-child(1) td{color: #ffffff;}

@media(max-width: 750px){ 
    .ce-table td{padding: .15rem;}
    .ce-table td:nth-child(1){padding-left: .3rem;}
    .ce-table{overflow: auto;scrollbar-color:#0d57a7  #ededed;scrollbar-width: none;scrollbar-width: thin; }
    .ce-table::-webkit-scrollbar {width:  3px;height: 3px;}
    .ce-table::-webkit-scrollbar-thumb {border-radius: .05rem;box-shadow: inset 0 0 .05rem #ededed;background: #0d57a7;}
    .ce-table::-webkit-scrollbar-track {box-shadow: inset 0 0 .05rem #ededed;border-radius: .05rem; background: #ededed;}

}

.cf-main{width: 100%;padding: 0 .3rem;}
.cf-video{display: block;cursor: pointer;width: 100%;max-width: 16rem;margin: 0 auto;position: relative;}
.cf-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(800/1920*100%);}
.cf-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.cf-play{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 1.6rem;}
.cf-play img{width: 100%;}

.cg-main{width: 100%;padding: .95rem .3rem;}
.cg-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.cg-cont{width: 100%;}
.cg-one{display: block;width: 100%;padding-bottom: .7rem;margin-bottom: .95rem;border-bottom: 1px solid rgba(0,0,0,.1);}
.cg-one:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom:none;}
.cg-downloadbox{width: 100%;font-size: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.cg-download{display: block;cursor: pointer;margin: 0 .15rem .3rem;width: 2.95rem;text-align: center;padding: .5rem .4rem .35rem; background-color: #f7f7f7;}
.cg-img{transition: all .5s;top: 0;position: relative;display: inline-block;width: 1.4rem;height: 1.4rem;text-align: center;line-height: 1.4rem;border-radius: 50%;background-color: #ffffff;}
.cg-img img{height: .5rem; }
.cg-text{width: 100%;display: flex;align-items: center;padding-top: .45rem;text-align: left;}
.cg-name{flex: 1;color: #000000;line-height: 1.5;padding-right: .15rem;}
.cg-icon{display: block;}
.cg-icon1{display: block;width: .95em;}
.cg-icon1 img{width: 100%;}
.cg-icon2{display: none;width: .95em;}
.cg-icon2 img{width: 100%;}
.cg-download:hover .cg-img {top: -.1rem;}
.cg-download:hover .cg-icon1{display: none;}
.cg-download:hover .cg-icon2{display: block;} 
.cg-download:hover .cg-name{color: #0d57a7;}

@media(max-width: 750px){ 
    .cg-download{padding: .3rem;}
}

.cga-swiper{ width: 100%;padding-bottom: .25rem;}
.cga-b{width: 100%;}
.cga-b .swiper-slide{width: 100%;display: flex;flex-wrap: wrap;}
.cga-item{width:23.56%;margin-right: 1.87%;}
.cga-item:nth-child(3n){margin-right: 0;}
.cga-titles{width: 100%;margin-bottom: .25rem;color: #000000;line-height: 1.5;font-weight: bold;}
.cga-cont{width: 100%;display: flex;flex-wrap: wrap;align-items: center;background-color: #f7f7f7;}
.cga-left{width: 100%;}
.cga-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(377/377*100%);background-color: #f7f7f7;}
.cga-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.cga-right{flex: 1;display: none;padding: .1rem .4rem;max-height: 3.7rem;overflow: auto;}
.cga-subtitle{width: 100%;margin-bottom: .1rem;color: #000000;font-weight: bold;line-height: 1.5;}
.cga-textbox{width: 100%;color: #666666;line-height: 2;}
.cga-textbox *{line-height: inherit;}

.cga-bottom{width: 100%;padding-top: .25rem;}
.cga-name{width: 100%;color: #000000;font-weight: bold;line-height: 1.5;}
.cga-intro{width: 100%;padding-top: .07rem;color: #666666;line-height: 1.6;} 

@media(min-width: 750px){
    .cga-item.active {width: 49.14%;}
    .cga-item.active .cga-img{background-color: #939598;}
    .cga-item.active .cga-left{width: 3.77rem;}
    .cga-item.active .cga-right{display: block;}
}
@media(max-width: 750px){ 
   .cga-item{width: 100%;}
   .cga-left{width: 100%;}
   .cga-img{background-color: #939598;padding-top: calc(250/377*100%);}
   .cga-right{width: 100%;padding:  .25rem .3rem; display: block;flex: none;max-height: none;}
}

.ci-main{width: 100%;padding: 1.2rem 0 .9rem;}
.ci-form{width: 100%;}
.ci-top{width: 16rem;max-width: calc(100% - .6rem);margin: 0 auto;text-align: right;}
.ci-swiper{width: 100%;text-align: center;font-size: 0;margin-bottom: .6rem;} 
.ci-b{display: inline-block;vertical-align: middle;padding: .05rem;background-color: #f7f7f7;border-radius: .35rem;}
.ci-nav{display: block;cursor: pointer;width: auto;padding: 0 .3rem;color: #666666;height: .6rem;line-height: .6rem;border-radius: .3rem;}
.ci-nav:hover{color: #0d57a7;}
.ci-nav.active{background-color: #0d57a7;color: #fff;}

.ci-search{display: inline-block;text-align: left;}
.ci-lt{display: inline-block;vertical-align: middle;width: 2.5rem;border-radius: .05rem;border: solid 1px #000000;position: relative;}
.ci-lt:before{content: ''; position: absolute;top: 0;left: .2rem;width: 1.12em;height: 100%;background-image: url('../images/a4-c.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.ci-input{display: block;position: relative;z-index: 1;border: none;background-color: transparent;width: 100%;height: .45rem;color: #333;padding: 0 .2rem 0 calc(1.12em + .35rem);}
.ci-rt{display: inline-block;vertical-align: middle;font-size: 0;padding-left: .1rem;}
.ci-submit{display: block;cursor: pointer;border: none;color: #ffffff;min-width: 1.3rem;height: .45rem;line-height: .45rem;text-align: center;padding: 0 .15rem;background-color: #0d57a7;border-radius: .05rem;}


.ci-bottom{width: 100%;padding: .8rem .3rem 0;}
.ci-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.ci-list{width: 100%;padding-bottom: .1rem;display: flex;flex-wrap: wrap;font-size: 0;}
.ci-item{display: block;cursor: pointer;width: 23.56%;margin-right: 1.92%;margin-bottom: .4rem;background-color: #f8f8f8;}
.ci-item:nth-child(4n){margin-right: 0;}
.ci-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(377/377*100%);}
.ci-img1{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.ci-img1 img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.ci-img2{opacity: 0;z-index: -1;visibility: hidden;transition: all  .5s;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.ci-img2 img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.ci-text{width: 100%;padding: .25rem .3rem .3rem;}
.ci-name{width: 100%;margin-bottom: .1rem;color: #000000;line-height: 1.5;font-weight: bold;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ci-intro{width: 100%;color: #666666;line-height: 1.7;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ci-item:hover .ci-img1{opacity: 0;z-index: -1;visibility: hidden;}
.ci-item:hover .ci-img2{opacity: 1;z-index:  1;visibility: visible;}
.ci-item:hover .ci-name{color: #0d57a7;}

@media(max-width: 750px){ 
   .ci-item{width: calc(50% - .15rem);margin-right: .3rem;}
   .ci-item:nth-child(2n){margin-right: 0;}
   .ci-text{padding: .15rem .2rem;}
   .ci-input{height:  .5rem;}
   .ci-submit{height:  .5rem;line-height:  .5rem;}
}

.cj-main{width: 100%;padding-top: .55rem;}
.cj-top{width: 16rem;max-width: calc(100% - .6rem);margin: 0 auto;}
.cj-buttom{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;cursor: pointer;width: 100%;margin-bottom: .25rem;}
.cj-titles{display: block;color: #000000;line-height: 1.5;}
.cj-titles img{width: 1.25em;margin-right: .15rem;}
.cj-collapse{display: block;color: #0d57a7;line-height: 1.6;}
.cj-collapse:after{content: '';display: inline-block;vertical-align: middle;margin-left: .1rem;width: .62em;height: 1.6em;background-image: url('../images/a10.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}

.cj-bottom{width: 100%;padding: 0 .3rem; background-color: #f8f8f8;}
.cj-sub{display: none;width: 100%;max-width: 16rem;margin: 0 auto;position: relative;padding: .35rem 0 .25rem;}
.cj-list{width: 100%;padding-bottom: .3rem;}
.cj-item{display: flex;flex-wrap: wrap;font-size: 0;padding-bottom: .15rem;}
.cj-lt{display: block;}
.cj-hint{display: block;padding-right: .5rem;color: #000000;line-height: 1.6;font-weight: bold;}
.cj-rt{flex: 1;}
.cj-labelbox{width: 100%;font-size: 0;}
.cj-label{display: inline-block;vertical-align: middle;margin-bottom: .1rem;padding-right: .4rem;}
.cj-label .lb-label{display: inline-block;vertical-align: top;cursor: pointer;font-size: 0;position: relative;}
.cj-label .lb-icon{position: absolute;top: .35em;left: 0;width: 1em;height: 1em;border: solid 1px #000000;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.cj-label .lb-text{width: 100%;padding-left: calc(1em + .16rem);color: #666666;line-height: 1.6;}
.cj-label .lb-label.selected .lb-icon{background-color: #0d57a7; border: solid 1px #0d57a7;background-image: url('../images/a11.png');}
.cj-label .lb-label.selected .lb-text{color: #000000;}
.cj-label .lb-input{position: absolute;left: 0;top: 0;z-index: 10;opacity: 0;filter: alpha(opacity=0);width: 100%;height: 100%;cursor: pointer;}

.cj-item2 .cj-lt{padding: 0 0 2em;}
.cj-scopebox{width: 100%;padding: 0 7px 2em;}
.cj-rangebox{width: 3rem;min-width: 200px;}
.cj-slider{width: 100%;height: 14px !important;border: none !important;background-color: transparent !important;background-size: 0 0 !important;}
.cj-slider:after{content: ''; position: absolute;top: 50%;left:  0;transform: translate(0,-50%);width: 100%;height: 3px;background-color: #e3e3e3;}
.cj-slider .ui-widget-header{background-color: transparent !important;background-size: 0 0 !important;border: none !important;}
.cj-slider .ui-widget-header:after{content: '';position: absolute;top: 50%;left: 0;transform: translate(0,-50%);width: 100%;height: 3px;background-color: #898989}
.cj-slider .ui-slider-handle{outline: none;cursor: pointer !important;margin-left: -7px !important;background-color: transparent !important;border: none !important;width:14px !important;height:14px !important; top: 0 !important;margin-top: 0 !important;background-image: url('../images/c33.png') !important; background-size: 100% 100% !important;background-position: center center !important;background-repeat: no-repeat !important;}
.cj-slider .ui-slider-handle span{position: absolute;top: 100%;left: 0;white-space: nowrap;color: #666666;line-height: 26px;font-size: 16px;}
.cj-slider .ui-slider-handle:nth-child(3) span{left: auto;right: 0;}
.cj-slider .ui-slider-handle.active span{left: auto;right: 14px;}
.cj-slider .ui-slider-handle:nth-child(3).active span{left: 14px;right: auto;}
.cj-input{display: block;width: 2rem;text-align: center;padding: 0 0.1rem;color: #000;height: 1.87em;border-radius: 0.05rem;border: solid 1px rgba(0,0,0,.1);}

.cj-box{width: 100%;display: flex;align-items: center;flex-wrap: wrap; padding-top: .1rem;border-top: 1px solid rgba(0,0,0,.08);}
.cj-selectbox{display: block;font-size: 0;padding-right: .25rem;}
.cj-select{display: inline-block;vertical-align: middle;margin-right: .3rem;margin-top: .15rem;}
.cj-tip{display: inline-block;vertical-align: middle;margin-right: .1rem;color: #999999;line-height: 1.7;}
.cj-del{display: inline-block;vertical-align: middle;cursor: pointer;width: 1.42em;height: 1.7em;background-size: .71em auto;background-image: url('../images/a12.png');background-position: center center;background-repeat: no-repeat;}
.cj-del:hover{background-image: url('../images/a12-b.png');}
.cj-reset{display: block;cursor: pointer;margin-top: .15rem;color: #000000;line-height: 1.7;}
.cj-reset:before{content: '';display: inline-block;vertical-align: middle;margin-right: .1rem;width: 1.28em;height: 1.6em;background-image: url('../images/a13.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.cj-reset:hover{color: #0d57a7;}
.cj-main.show .cj-sub{display: block;}
.cj-main.show .cj-collapse:after{transform: rotate(-180deg);}

.cj-item:nth-child(n + 6){display: none;}
.cj-morebox{display: none;width: 100%;text-align: center;padding-bottom: .3rem;}
.cj-more{display: inline-block;cursor: pointer;color: #0d57a7;line-height: 1.6;}
.cj-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .1rem;width: .62em;height: 1.6em;background-image: url('../images/a10.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.cj-main.show_more .cj-morebox{display: block;}
.cj-main.show_item  .cj-item:nth-child(n + 6){display: flex;}
.cj-main.show_item  .cj-more:after{transform: rotate(-180deg);}

@media(max-width: 750px){ 
    .cj-lt{width: 100%;margin-bottom:  .1rem;}
    .cj-hint{padding-right: 0;}
    .cj-rt{width: 100%;flex: none;}
    .cj-label{min-width: 33.33%;}
    .cj-item2 .cj-lt{margin-bottom: 0;padding-right: .5rem; width: auto;min-width: 1px !important;}
    .cj-item2 .cj-rt{width: auto;flex: 1;}
}

.ck-main{width: 100%;padding:  0 .3rem .95rem;}
.ck-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.ck-b{width: 100%;}
.ck-item{display: block;width: 23.56%;height: auto;margin-right: 1.92%;margin-bottom: .4rem;}
.ck-item:last-child{margin-right: 0;}
.ck-link{display: block;cursor: pointer;width: 100%;height: 100%;background-color: #f8f8f8;}
.ck-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(377/377*100%);}
.ck-img1{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.ck-img1 img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.ck-img2{opacity: 0;z-index: -1;visibility: hidden;transition: all  .5s;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.ck-img2 img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.ck-text{width: 100%;padding: .25rem .3rem .3rem;}
.ck-name{width: 100%;margin-bottom: .1rem;color: #000000;line-height: 1.5;font-weight: bold;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ck-intro{width: 100%;color: #666666;line-height: 1.7;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ck-item:hover .ck-img1{opacity: 0;z-index: -1;visibility: hidden;}
.ck-item:hover .ck-img2{opacity: 1;z-index:  1;visibility: visible;}
.ck-item:hover .ck-name{color: #0d57a7;}

@media(max-width: 750px){ 
   .ck-item{width: calc(50% - .15rem);margin-right: .3rem;} 
   .ck-text{padding: .15rem .2rem;}
}


/* 
.o-inner{width: 100%;max-width: 16rem;margin: 0 auto;}

background-color: #0d57a7;
transition: all  .3s;
.dc-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
filter: grayscale(100%) brightness(500%);  图片变白

.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;}
.ellipsis{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.eps2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} 
 

*/

.xa-main{opacity: 0;z-index: -1;visibility: hidden;position: fixed;top: 0;left: 0;width: 100%;height: 100%;}
.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: .6;}
.xa-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 5rem;max-width: calc(100% - .6rem);}
.xa-cont{width: 100%;padding: .45rem .4rem .6rem;background-color: #fff;max-height: 100vh;overflow: auto;}
.xa-close{position: absolute;top: .15rem;right: .15rem;display: block;cursor: pointer;width: .25rem;height: .25rem;background-image: url('../images/a56.png');background-size: .15rem auto;background-position: center center;background-repeat: no-repeat;}
.xa-close:hover{background-image: url('../images/a56-b.png');}
.xa-form{width: 100%;}
.xa-titles{width: 100%;text-align: center;margin-bottom: .4rem;color: #000000;line-height: 1.3;font-weight: bold;}
.xa-item{display: flex;align-items: flex-start;justify-content: space-between;width: 100%;padding-left: .15rem;margin-bottom: .2rem;background-color: #f7f7f7;}
.xa-icon{width: 1.78em;text-align: center;height: .6rem;line-height: .6rem;}
.xa-icon img{max-width: 1.57em;max-height: 1.57em;}
.xa-rt{width: calc(100% - 1.78em - .15rem);}
.xa-input{display: block;border: none;background-color: transparent;padding-right: .15rem;width: 100%;height: .6rem;color: #333;}
.xa-textarea{display: block;border: none;background-color: transparent;width: 100%;padding: .2rem .15rem  .2rem 0;line-height: 1.7; height:  2rem;color: #333;}
.xa-buttombox{width: 100%;text-align: center;}
.xa-buttom{display: inline-block;vertical-align: middle;position: relative;margin-top: .2rem;}
.xa-text{display: inline-block;vertical-align: middle;padding: 0 .12rem 0 .3rem;color: #ffffff;line-height: .7rem;border-radius: .35rem;background-color: #0d57a7;}
.xa-text:after{content: '';display: inline-block;vertical-align: middle;margin-left:  1.1rem;width: .46rem;height: .46rem;border-radius: 50%;background-color: #fff;background-image: url('../images/a19-b.png'); background-size: .06rem auto;background-position: center center;background-repeat: no-repeat;}
.xa-submit{position: absolute;top: 0;left: 0;display: block;cursor: pointer;width: 100%;height: 100%;z-index: 18;opacity: 0;}

@media(max-width: 750px){
   .xa-inner{width: 6rem;}
}
 
.xb-main{opacity: 0;z-index: -1;visibility: hidden;position: fixed;top: 0;left: 0;width: 100%;height: 100%;}
.xb-main.show{opacity: 1;z-index: 388;visibility: visible;}
.xb-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .6;}
.xb-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 10rem;max-width: calc(100% - .6rem);}
.xb-cont{width: 100%;padding: .45rem .4rem;background-color: #fff;}
.xb-close{position: absolute;top: .15rem;right: .15rem;display: block;cursor: pointer;width: .25rem;height: .25rem;background-image: url('../images/a56.png');background-size: .15rem auto;background-position: center center;background-repeat: no-repeat;}
.xb-close:hover{background-image: url('../images/a56-b.png');}

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

.xb-prev{display: none;transition: all  .3s;left: calc(50% - .8rem);top: auto;bottom: 0; margin-top: 0;width: .6rem;height: .6rem;border-radius: 50%;background-color: #f5f5f5;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.xb-prev:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.xb-next{display: none;transform: rotate(-180deg);transition: all  .3s;right: calc(50% - .8rem);top: auto;bottom: 0; margin-top: 0;width: .6rem;height: .6rem;border-radius: 50%;background-color: #f5f5f5;background-image: url('../images/a38.png');background-size: .09rem auto;background-position: center center;background-repeat: no-repeat;}
.xb-next:hover{background-image: url('../images/a38-b.png');background-color: #0d57a7;}
.xb-main.show_buttom .xb-prev{display: block;}
.xb-main.show_buttom .xb-next{display: block;}
.xb-main.show_buttom .xb-swiper{padding-bottom: 1rem;}
 

/*视频容器样式*/
.xv-a {position: fixed;left: 0;top: 120%;z-index: 388;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);transition: top .5s ease-in-out;}
.xv-a.show {top: 0;} 
.xv-main {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 800px;max-width: 94%;}
.xv-cont {width: 100%;} 
.xv-close {display: block;width: 40px;height: 40px;border-radius: 50%;background-color: #0d57a7; position: absolute;right: -20px;top: -20px;cursor: pointer;z-index: 10000;}
.xv-icon {display: block;width: 100%;height: 100%;font-size: 21px;text-align: center;line-height: 40px;color: #fff;} 
.xv-iframe {width: 100%;height: 60vh;} 
.xv-video {width: 100%;height: auto;max-height: 90vh;} 
@media(max-width:1200px) {
    .xv-close {right: 0;top: -45px;}
}

/* 搜索 */
.search{width: 100%;padding: 1rem .3rem .95rem;}
.search-inner{width: 100%;max-width: 16rem;margin: 0 auto;}
.search-top{display: flex;align-items: center;margin: 0 auto .95rem;width: 100%; max-width: 6.7rem;}
.search-lt{flex: 1;border-radius: .05rem;border: solid 1px #000000;position: relative;}
.search-lt:before{content: ''; position: absolute;top: 0;left: .2rem;width: 1.12em;height: 100%;background-image: url('../images/a4-c.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.search-input{display: block;position: relative;z-index: 1;border: none;background-color: transparent;width: 100%;height: .56rem;color: #333;padding: 0 .2rem 0 calc(1.12em + .35rem);}
.search-rt{font-size: 0;padding-left: .1rem;}
.search-submit{display: block;cursor: pointer;border: none;color: #ffffff;min-width: 1.6rem;height: .56rem;line-height: .56rem;text-align: center;padding: 0 .15rem;background-color: #0d57a7;border-radius: .05rem;}
.search-bottom{width: 100%;}
.search-one{display: block;width: 100%;margin-bottom: .7rem;}
.search-one:last-child{margin-bottom: 0;}
.search-box{width: 100%;position: relative;margin-bottom: .65rem;}
.search-titles{width: 100%;text-align: center;color: #000000;font-weight: bold;line-height: 1.2;}
.search-nub{position: absolute;bottom: 0;right: 0;white-space: nowrap; color: #999999;line-height: 1.7;}
.search-nub span{color: #000000;}

.search-productbox{width: 100%;display: flex;flex-wrap: wrap;}
.search-product{display: block;cursor: pointer;width: 23.59%;margin-right: 1.87%;margin-bottom: .5rem;background-color: #f8f8f8;}
.search-product:nth-child(4n){margin-right: 0;} 
.search-product .search-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(377/377*100%);}
.search-product .search-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.search-product .search-text{width: 100%;padding:.25rem .3rem .3rem;}
.search-product .search-name{width: 100%;margin-bottom: .1rem;color: #000000;line-height: 1.5;font-weight: bold;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.search-product .search-name span{color: #0d57a7;}
.search-product .search-intro{width: 100%;color: #666666;line-height: 1.7;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.search-product:hover .search-img img{transform: scale(1.05);}
.search-product:hover .search-name{color: #0d57a7;}

.search-newsbox{width: 100%;display: flex;flex-wrap: wrap;}
.search-news{display: block;cursor: pointer;width: 32.08%;margin-right: 1.87%;margin-bottom: .5rem;}
.search-news:nth-child(3n){margin-right: 0;} 
.search-news .search-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(320/513*100%);}
.search-news .search-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.search-news .search-text{width: 100%;padding-top: .3rem;}
.search-news .search-time{width: 100%;margin-bottom: .1rem;color: #666666;line-height: 1.6;}
.search-news .search-name{width: 100%;color: #232323;line-height: 1.5;font-weight: bold;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.search-news:hover .search-img img{transform: scale(1.05);}
.search-news:hover .search-name{color: #0d57a7;}

@media(max-width: 750px){
    .search-titles{text-align: left;}
    .search-product{width: calc(50% - .15rem);margin-right: .3rem;}
    .search-product:nth-child(2n){margin-right: 0;} 
    .search-news{width: calc(50% - .15rem);margin-right: .3rem;}
    .search-news:nth-child(3n){margin-right: .3rem;} 
    .search-news:nth-child(2n){margin-right: 0;} 
}


/*弹出层相关*/
.c-btn{display: inline-block;vertical-align: top;font-size: 14px;color: #fff;line-height: 1.43;text-align: center;cursor: pointer;user-select: none;border: 1px solid transparent;border-radius: 4px;padding: 6px 12px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.c-btn:hover{color: #fff;}
.c-blue{background-color: #0d6efd;border: 1px solid #0d6efd;}
.c-blue:hover{background-color: #0b5ed7;border-color: #0b5ed7;}
.c-white{background-color: #fff;border: 1px solid #dee2e6;color: #666;transition: all .3s;}
.c-white:hover,
.c-white:focus,
.c-white:active{color: #333;background-color:#e6e6e6;border-color:#adadad;}
.hn-tip{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-mask{width: 100%;height: 100%;position: fixed;left: 0;top: 0;visibility: hidden;opacity: 0;z-index: 987654321;background-color: rgba(0,0,0,0.1);transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip .hn-mask{background-color: transparent;}
.hn-msg{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;font-size: 14px;color: #fff;background-color: rgba(0,0,0,0.6);border-radius: 2px;padding: 12px 25px;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip.show .hn-mask{visibility: visible;opacity: 1;}
.hn-tip.show .hn-msg{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-load{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-load-cont{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-load-icon{width: 32px;height: 32px;margin: 0 auto;background-image: url(../images/load.gif);background-repeat: no-repeat;background-position: 100% 100%;}
.hn-load-title{font-size: 14px;color: #333;text-align: center;margin-top: 10px;}
.hn-load.show .hn-mask{visibility: visible;opacity: 1;}
.hn-load.show .hn-load-cont{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-confirm{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-confirm-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-confirm-title{padding: 0 80px 0 20px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-confirm-cont{width: 100%;position: relative;padding: 20px;line-height: 24px;word-break: break-all;overflow: hidden;font-size: 14px;}
.hn-confirm-btns{text-align: right;padding: 0 15px 12px;user-select: none;font-size: 0;}
.hn-confirm-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-confirm-close:hover{opacity: 0.7;}
.hn-confirm-btns .c-btn{margin-left: 10px;}
.hn-confirm-btns .c-btn:first-child{margin-left: 0;}
.hn-confirm.show .hn-mask{visibility: visible;opacity: 1;}
.hn-confirm.show .hn-confirm-dialog{transform: scale(1);opacity: 1;visibility: visible;}
.hn-html{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-html-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-html-title{padding: 0 80px 0 10px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-html-cont{width: 100%;position: relative;padding: 10px;line-height: 24px;word-break: break-all;overflow: auto;font-size: 14px;}
.hn-html-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-html-close:hover{opacity: 0.7;}
.hn-html.show .hn-mask{visibility: visible;opacity: 1;}
.hn-html.show .hn-html-dialog{transform: scale(1);opacity: 1;visibility: visible;}