@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, sans-serif;}
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;border-radius: 0;}
input::-webkit-input-safebox-button{display: none;/*去掉搜狗浏览器密码软盘*/}
body{color: #000;font-family: Arial, sans-serif;-webkit-text-size-adjust: 100%;text-size-adjust: 100%;}
header,
footer,
main,
header *,
footer *,
main *{box-sizing: border-box;}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #999;}
input:-moz-placeholder,
textarea:-moz-placeholder{color: #999;}
input::-moz-placeholder,
textarea::-moz-placeholder{color: #999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #999;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.ellipsis{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;}


/*编辑器盒子加editor这个类，editor以及里面的h1,h2,h3,h4,h5,h6,ul,ol,li,i.b,strong,p等标签的样式根据后台编辑器的默认样式而变*/
.editor{font-size: 16px;line-height: 1.5;}
.editor 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 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 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 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 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 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 ul{display: block;list-style-type: disc;margin-block-start: 1em;margin-block-end: 1em;padding-inline-start: 40px;unicode-bidi: isolate;}
.editor ol{display: block;list-style-type: decimal;margin-block-start: 1em;margin-block-end: 1em;padding-inline-start: 40px;unicode-bidi: isolate;}
.editor li{display: list-item;text-align: -webkit-match-parent;unicode-bidi: isolate;}
.editor i{font-style: italic;}
.editor b{font-weight: bolder;}
.editor strong{font-weight: bolder;}
.editor p{display: block;margin-block-start: 5px;margin-block-end: 5px;margin-inline-start: 0px;margin-inline-end: 0px;unicode-bidi: isolate;}
.editor img{max-width: 100%;height: auto;}
.editor table{max-width: 100%;word-break: break-all;}
.editor iframe{max-width: 100%;}
.editor video{max-width: 100%;}


/*有些苹果系统自带的浏览器safari可能不支持calc和vw一起用，可以试着写成*/
/*html{font-size: 5.2083vw;}
@media(max-width: 900px){
    html{font-size: 46.875px;}
}*/
html{font-size: calc(100vw / 1920 * 100);}
@media(max-width: 900px){
    html{font-size: calc(900px / 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);}
    body{font-size: 0.26rem;}
}
@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;}
}

header{width: 100%;position: fixed;left: 0;top: 0;z-index: 12345;transition: background-color .3s;}
.h-space{width: 100%;height: .9rem;}
.h-inner{width: 100%;max-width: 15.2rem;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.h-index{display: inline-block;vertical-align: top;height: .56rem;}
.h-logo{height: 100%;vertical-align: top;}
.h-menu{display: none;width: 46px;height: 46px;background-repeat: no-repeat;background-position: center center;background-image: url(../images/menu.svg);background-size: 28px 28px;}
.h-mask{background-color: rgba(0,0,0,0.5);position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 998;transition:all .5s;opacity: 0;visibility: hidden;}
.h-nav{display: inline-block;vertical-align: middle;font-size: 0;white-space: nowrap;padding-right: .35rem;}
.h-li{display: inline-block;vertical-align: top;position: relative;margin: 0 .45rem;white-space: normal;}
.h-link{color: #fff;display: inline-block;line-height: 0.9rem;}
.h-li.active .h-link:after{content: "";display: inline-block;width: 100%;height: .04rem;border-radius: .02rem;position: absolute;left: 0;bottom: 0;background-color: #2b65e6;}
.h-sub{display: none;width: 8.75em;background-color: #fff;position: absolute;left: 50%;margin-left: -4.375em;top: calc(100% - 0.04rem);z-index: 1000;padding: 0.1rem 0;border-top: 0.04rem solid #2b65e6;}
.h-sub>li>a{display: block;width: 100%;line-height: 1.5;padding: .1rem 0.03rem;text-align: center;color: #333;transition: color .3s,background-color .3s;}
header.show-menu .h-nav{right: 0;}
header.show-menu .h-mask{opacity:1;visibility:visible;}
.h-right{display: inline-block;font-size: 0;}
.h-one{color: #fff;line-height: .9rem;display: inline-block;vertical-align: top;position: relative;}
.h-one.active:after{content: "";display: block;width: 100%;height: 0.02rem;background-color: #fff;position: absolute;left: 0;top: 50%;margin-top: 0.9em;}
.h-line{color: #fff;line-height: .9rem;display: inline-block;vertical-align: top;padding: 0 0.09rem;opacity: .2;}
.h-msg{display: inline-block;vertical-align: middle;width: .19rem;height: .17rem;background-image: url(../images/header-msg.png);background-size: .19rem auto;background-repeat: no-repeat;background-position: center center;cursor: pointer;}
.h-search{display: inline-block;vertical-align: middle;width: .16rem;height: .17rem;margin-left: .3rem;;background-image: url(../images/header-search.png);background-size: .16rem auto;background-repeat: no-repeat;background-position: center center;cursor: pointer;}
.h-sch{display: none;width: 100%;padding: .4rem 0;position: fixed;top: 0;right: 0;margin-right: 0;z-index: 999;background-color: #fff;font-size: 0;text-align: center;}
.h-form{width: 100%;background-color: transparent;position: relative;overflow: hidden;font-size: 0;}
.h-text{width: 3.8rem;height: .4rem;line-height: .4rem;font-size: .14rem;padding: 0 .1rem 0 0.05rem;border: none;border-bottom: 1px solid #ccc;border-right: none;vertical-align: top;background-color: transparent;color: #333;text-align: left;vertical-align: top;}
.h-smt{background-image: url(../images/header-search.png);background-position: center center;width: .4rem;height: .4rem;background-size: .16rem auto;background-repeat: no-repeat;color: transparent;cursor: pointer;border: none;border-bottom: 1px solid #ccc;background-color: transparent;transition: all .3s;vertical-align: top;}
header.show-sch .h-mask{opacity:1;visibility:visible;}
header.show-sch .h-sch{display: block;}
header.white{background-color: #fff;}
header.white .h-link{color: #333;}
header.white .h-one{color: #333;}
header.white .h-one.active{color: #2b65e6;}
header.white .h-one.active:after{background-color: #2b65e6;}
header.white .h-line{color: #999;opacity: 1;}
header.white .h-cur{color: #333;}
header.white .h-cur:after{border-top-color: #666;}
.h-sec{width: 20em;position: absolute;left: 100%;top: 0;background-color: #fff;display: none;padding: .1rem 0;max-height: 27em;overflow: auto;border-left: 1px solid #eee;}
.h-sub>li:hover .h-sec{display: block;}
.h-row{width: 100%;line-height: 1.5;padding: .1rem 0.2rem;color: #333;transition: color .3s,background-color .3s;cursor: pointer;}
@media(max-width: 1920px){
    .h-msg{width: 19px;height: 17px;background-size: 19px auto;}
    .h-search{width: 16px;height: 17px;background-size: 16px auto;}
    .h-sch{padding: 40px 0;}
    .h-text{width: 380px;height: 40px;line-height: 40px;font-size: 14px;padding: 0 10px 0 5px;}
    .h-smt{width: 40px;height: 40px;background-size: 16px auto;}
}
@media(min-width: 1201px){
    .h-li:hover .h-link{color: #2b65e6;}
    .h-sub>li:hover>a{background-color: #2b65e6;color: #fff;}
    .h-row:hover{background-color: #2b65e6;color: #fff;}
}
@media(max-width: 1200px){
    body{padding-top: 46px;}
    header{background-color: #fff;border-bottom: none;}
    .h-space{display: none;}
    .h-index{height: 30px;}
    .h-nav{width: 280px;height: 100%;padding-right: 0;position: fixed;right: -280px;top: 0;left: auto;transform: translate(0,0);background-color: #fff;z-index: 12345;overflow: auto;transition: all .3s;}
    .h-li{display: block;margin: 0;}
    .h-li.active .h-link:after{display: none;}
    .h-sub{width: 100%;margin-left: 0;top: 0;position: relative;left: 0;padding: 0;border-top: none;}
    .h-sub>li>a{text-align: left;padding: 10px 0 10px 40px;font-size: 14px;}
    .h-row{padding: 10px 0 10px 60px;font-size: 14px;}
    .h-li.has-nav:after{content: "+";display: inline-block;width: 40px;height: 46px;line-height: 46px;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;color: #666;}
    .h-li.has-nav.show:after{content: "-";}
    .h-link{line-height: 46px;padding: 0 40px 0 20px;color: #333;font-size: 16px;}
    .h-menu{display: inline-block;}
    .h-one{font-size: 14px;color: #333;line-height: 46px;}
    .h-one.active{color: #2b65e6;}
    .h-one.active:after{margin-top: 0.7em;height: 1px;background-color: #2b65e6;}
    .h-line{font-size: 14px;color: #999;opacity: 1;line-height: 46px;padding: 0 5px;}
    .h-msg{width: 46px;height: 46px;vertical-align: top;}
    .h-search{width: 46px;height: 46px;margin-left: 0;vertical-align: top;}
    .h-sec{display: block;position: relative;left: 0;padding: 0;max-height: none;width: 100%;}
}
@media(max-width: 790px){
    .h-inner{max-width: 100%;}
    .h-index{margin-left: 10px;}
}
@media(max-width: 750px){
    header.show-sch .h-text{width: 220px;}
    .h-one{line-height: 46px;color: #333;}
    .h-line{line-height: 46px;color: #333;opacity: .5;}
}


.sidebar{position: fixed;top: 50%;right: .2rem;z-index: 38;transform: translate(0,-50%);}
.sidebar-item{display: block;padding: .05rem 0;position: relative;}
.sidebar-link{transition: all ease .5s;display: block;cursor: pointer;width: .66rem;height: .66rem;border-radius: 50%;background-color: #ffffff;box-shadow: 0px 0px .1rem 0px rgba(0, 0, 0, 0.06);}
.sidebar-link img{width: 100%;height: 100%;object-fit: contain;}
.sidebar-item:hover .sidebar-link{background-color: #133ba3;}
.sidebar-item:hover .sidebar-link img{filter: grayscale(100%) brightness(500%);} 
.sidebar-sub{opacity: 0;visibility: hidden;z-index: -1;transition: all ease .5s; position: absolute;top: 50%;right: 120%;transform: translate(0,-50%);padding-right: 20px;}
.sidebar-phonebox{display: block;cursor: pointer; position: relative;padding: .1rem .3rem;text-align: center; background-color: #fff;box-shadow: 0 0 .3rem rgba(0,0,0,.1);}
.sidebar-phonebox:after{content: '';position: absolute;top: 50%;right: -9px;transform: translate(0,-50%);border-left: 10px solid #fff; border-top: 10px solid transparent;border-bottom: 10px solid transparent;}
.sidebar-phone{white-space: nowrap;color: #333;line-height: 1.6;font-weight: bold;}
.sidebar-codebox{position: relative;text-align: center; background-color: #fff;box-shadow: 0 0 .3rem rgba(0,0,0,.1);}
.sidebar-codebox:after{content: '';position: absolute;top: 50%;right: -9px;transform: translate(0,-50%);border-left: 10px solid #fff; border-top: 10px solid transparent;border-bottom: 10px solid transparent;}
.sidebar-code {display: inline-block;width: 2rem;min-width: 150px;}
.sidebar-code img{width: 100%;}
.sidebar-tip{width: 100%; color: #333;line-height: 1.5;padding-top: .15rem;}
.sidebar-item.show .sidebar-sub{right: 100%;opacity: 1;visibility: visible;z-index: 38;}
@media(max-width: 750px){
    .sidebar{right: .1rem;}
}



footer{width: 100%;background-color: #2e2f31;overflow: hidden;}
.f-top{width: 100%;border-bottom: 1px solid rgba(255,255,255,0.1);}
.f-inner{width: 100%;max-width: 15.2rem;margin: 0 auto;}
.f-cont{width: 17.2rem;display: flex;}
.f-top-left{width: 9.8rem;padding-top: 1.06rem;padding-bottom: .8rem;border-right: 1px solid rgba(255,255,255,0.1);}
.f-top-right{width: 7.4rem;padding-top: 1.09rem;padding-bottom: .8rem;padding-left: .78rem;padding-right: .3rem;}
.f-bot-left{width: 9.8rem;color: rgba(255,255,255,0.4);line-height: 1.444;padding: .16rem 0.3rem .16rem 0;}
.f-bot-right{width: 7.4rem;}
.f-bot-left span{line-height: inherit;display: inline-block;vertical-align: top;}
.f-bot-left a{color: inherit;transition: color .3s;display: inline-block;vertical-align: top;}
.f-bot-left a:hover{color: #fff;}
.f-bot .f-cont{align-items: center;}
.f-nav{display: flex;width: 100%;}
.f-li{display: inline-block;vertical-align: top;flex: 1;padding-right: .1rem;}
.f-link{display: inline-block;vertical-align: top;color: #fff;line-height: 1.363;margin-bottom: .3rem;}
.f-sub{width: 100%;}
.f-sub li{margin-bottom: .16rem;display: none;}
.f-sub li:last-child{margin-bottom: 0;}
.f-sub li:nth-child(1),
.f-sub li:nth-child(2),
.f-sub li:nth-child(3),
.f-sub li:nth-child(4),
.f-sub li:nth-child(5),
.f-sub li:nth-child(6){display: block;}
.f-sub.show-all li{display: block;}
.f-sub.show-all .f-more:after{transform: rotate(180deg);}
.f-sub a{display: inline-block;vertical-align: top;color: rgba(255,255,255,0.4);cursor: pointer;transition: color .3s;line-height: 1.444;}
.f-sub a:hover{color: #fff;}
.f-index{display: inline-block;vertical-align: top;height: .56rem;}
.f-logo{height: 100%;}
.f-rows{width: 100%;padding-top: .47rem;}
.f-row{width: 100%;position: relative;padding-left: .4rem;margin-bottom: .22rem;}
.f-row:last-child{margin-bottom: 0;}
.f-icon{width: 0.888888em;position: absolute;left: 0;top: 0.722em;transform: translate(0,-50%);}
.f-txt{display: block;color: rgba(255,255,255,0.4);line-height: 1.444;}
.f-form{/* background-color: #2b65e6; */width: 16.666em;/* padding: 0.5em; */border-radius: 1.111em;margin-top: .34rem;}
.f-text{width: 100%;height: 2em;border-radius: 0.5em;background-color: #39393b;border: none;padding: 0 0.9em;color: #fff;margin-bottom: 0.5em;}
.f-area{width: 100%;height: 3.556em;border-radius: 0.5em;background-color: #39393b;border: none;padding: 0.139em 0.9em;color: #fff;line-height: 1.5;}
.f-form-last{text-align: center;}
.f-smt{width: 100%;background-color: #39393b;height: 2em;line-height: 2;color: rgba(255,255,255,0.7);cursor: pointer;border: none;text-align: center;transition: color .3s,background-color .3s;background-color: #39393b;border-radius: .5em;color: #999;}
.f-smt:hover{color: #fff;background-color: #2b65e6;}
.f-copy{padding-right: .25rem;}
.f-share-icons{/* background-color: #2b65e6; */width: 100%;padding-left: .7rem;border-radius: 0 0 0 1.63em;display: flex;}
.f-share-one{display: inline-block;vertical-align: top;width: 3.26em;height: 3.26em;line-height: 3.26;margin-right: .38rem;position: relative;text-align: center;cursor: pointer;}
.f-share-one:last-child{margin-right: 0;}
.f-share-icon{height: 64.4%;vertical-align: middle;opacity: .4;}
.f-code-box{width:1.2rem;position:absolute;left:50%;bottom:100%;margin-left:-0.6rem;border:1px solid #eee;transform:scale(0);transform-origin:center bottom;transition:all .3s;background-color: #fff;}
.f-code-img{width: 100%;}
.f-share-one.active .f-code-box{transform:scale(1)}
.f-more{width: 3.388em;height: 1.166em;border-radius: 0.583em;border: 1px solid rgba(255,255,255,0.4);cursor: pointer;position: relative;}
.f-more:after{content: "";display: block;border-top: .34em solid rgba(255,255,255,0.4);border-left: .28em solid transparent;border-right: .28em solid transparent;position: absolute;left: 50%;margin-left: -0.28em;top: 50%;margin-top: -0.17em;}
@media(max-width: 1920px){
    .f-code-box{width: 120px;margin-left: -60px;}
}
@media(max-width: 1200px){
    .f-top-right{padding-left: 0.3rem;}
    .f-index{height: 30px;}
    .f-share-one{margin-right: 0;}
    .f-share-icons{padding-left: 1.63em;}
}
@media(max-width: 900px){
    .f-inner{max-width: 100%;}
    .f-cont{width: 100%;}
    .f-top-left{width: calc(100% - 7.4rem);padding-left: .3rem;}
    .f-bot-left{width: calc(100% - 7.4rem);padding-left: .3rem;}
}
@media(max-width: 750px){
    footer{padding-top: .2rem;}
    .f-top{padding: .3rem;}
    .f-top-left{width: 100%;padding: 0;border-right: none;display: none;}
    .f-top-right{width: 100%;padding: 0;}
    .f-bot-left{width: 100%;padding: 0;}
    .f-bot-right{width: 100%;padding: 0;}
    .f-rows{padding-top: .3rem;}
    .f-index{height: .6rem;}
    .f-li{width: 100%;padding-right: 0;margin-bottom: .2rem;}
    .f-link{margin-bottom: .2rem;}
    .f-sub{font-size: 0;width: calc(100% + 0.3rem);}
    .f-sub li{display: inline-block;vertical-align: top;margin-right: 0.3rem;}
    .f-cont{display: block;}
    .f-nav{display: block;}
    .f-code-box{width: 1.6rem;right: auto;left: 50%;margin-left: -0.8rem;transform-origin: center bottom;}
    .f-share-icons{border-radius: 0;text-align: center;display: block;}
    .f-form{width: 100%;}
    .f-bot-left{padding: .3rem;text-align: center;}
    .f-bot-left span{padding: 0 0.2rem;}
}


.a-main{width: 100%;position: relative;}
.a-bn{width: 100%;}
.a-s{position: relative;overflow: hidden;}
.a-box{width: 100%;height: 9.4rem;max-height: calc(100vh - 0.9rem);position: relative;}
.a-img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.a-video{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.a-mid{width: 15.2rem;margin-left: -7.6rem;position: absolute;left: 50%;top: 46%;transform: translate(0,-50%);z-index: 12;}
.a-text{color: #fff;line-height: 1.2;font-weight: bold;}
.a-ps{position: absolute;left: 0;bottom: .58rem;font-size: 0;width: 100%;text-align: center;z-index: 123;}
.a-ps canvas{width: 100%;height: 100%;}
.a-p{width: .22rem;height: .22rem;background-color: transparent;opacity: 1;position: relative;display: inline-block;vertical-align: top;margin: 0 .1rem;cursor: pointer;}
.a-p:after{content: "";display: inline-block;width: .08rem;height: .08rem;border-radius: 50%;background-color: #fff;position: absolute;left: 50%;top: 50%;margin-left: -0.04rem;margin-top: -0.04rem;}
.a-p.active{background-color: rgba(255,255,255,0.2);border-radius: 50%;}
.a-p.active:after{background-color: #1273b3;}
.a-more{display: inline-block;vertical-align: top;margin-top: .6rem;padding: 0 0.46rem;color: #fff;line-height: 2.778;border-radius: 1.389em;background-color: #2b65e6;cursor: pointer;}
@media(max-width: 1200px){
    .a-box{height: auto;padding-top: 48.9583%;}
}
@media(max-width: 750px){
    .a-mid{width: 100%;left: 0;margin-left: 0;padding: 0 0.3rem;}
    .a-ps{bottom: 0.1rem;}
    .a-more{margin-top: .3rem;line-height: 2;border-radius: 1em;}
}


.bn-main{width: 100%;position: relative;}
.bn-box{width: 100%;padding-top: 42.7%;position: relative;}
.bn-img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.bn-text{width: 15.2rem;margin-left: -7.6rem;position: absolute;left: 50%;top: 50%;transform: translate(0,-50%);z-index: 12;}
.bn-zh{color: #fff;line-height: 1;margin-bottom: .34rem;}
.bn-en{color: #fff;line-height: 1;}
@media(max-width: 750px){
    .bn-text{width: 100%;left: 0;margin-left: 0;padding: 0 0.3rem;}
    .bn-zh{margin-bottom: .15rem;}
}


.cr-main{width: 100%;border-bottom: 1px solid #eae9e8;}
.cr-inner{width: 100%;max-width: 15.2rem;margin: 0 auto;}
.cr-tabs{float: left;font-size: 0;}
.cr-tab{display: inline-block;vertical-align: top;line-height: .8rem;margin-right: .66rem;color: #666;position: relative;}
.cr-tab:last-child{margin-right: 0;}
.cr-tab.active{color: #2b65e6;}
.cr-tab.active:after{content: "";display: block;width: 100%;height: 2px;background-color: #2b65e6;position: absolute;left: 0;bottom: -1px;}
.cr-links{float: right;font-size: 0;}
.cr-dt{color: #666;line-height: .8rem;display: inline-block;vertical-align: top;}
.cr-dt:before{content: "";display: inline-block;vertical-align: middle;width: 1em;height: 1em;background-image: url(../images/crumb-1.png);background-size: 100% 100%;margin-right: 0.1rem;position: relative;top: -1px;}
.cr-link{color: #666;line-height: .8rem;display: inline-block;vertical-align: top;}
.cr-link:after{content: ">";padding: 0 0.1em;pointer-events: none;}
.cr-link:last-child:after{display: none;}
@media(max-width: 750px){
    .cr-tabs{text-align: center;float: none;}
    .cr-tab{margin: 0 0.15rem;}
    .cr-tab:last-child{margin-right: 0.15rem;}
    .cr-links{display: none;}
}

.pg-main{width: 100%;text-align: center;font-size: 0;}
.pg-one{display: inline-block;vertical-align: top;color: #666;height: .46rem;line-height: .46rem;min-width: .46rem;border-radius: .23rem;padding: 0 0.1rem;margin: 0 0.1rem;transition: all .3s;cursor: pointer;background-color: #f3f4f8;text-align: center;}
.pg-one.active{color: #fff;background-color: #2b65e6;cursor: default;}
.pg-one:hover{color: #fff;background-color: #2b65e6;}
.pg-prev,
.pg-next{position: relative;}
.pg-prev:after{content: "";display: inline-block;border-right: .625em solid #666;border-top: .4375em solid transparent;border-bottom: .4375em solid transparent;position: absolute;left: 50%;top: 50%;margin-top: -0.4375em;margin-left: -0.3125em}
.pg-next:after{content: "";display: inline-block;border-left: .625em solid #666;border-top: .4375em solid transparent;border-bottom: .4375em solid transparent;position: absolute;left: 50%;top: 50%;margin-top: -0.4375em;margin-left: -0.3125em}
.pg-prev:hover:after{border-right-color: #fff;}
.pg-next:hover:after{border-left-color: #fff;}


.sc-main{width: 100%;background-color: #f3f4f8;padding: 1rem .3rem;position: relative;}
.sc-inner{width: 100%;max-width: 15.2rem;margin: 0 auto;}
.sc-form{display: flex;background-color: #2b65e6;width: 6rem;padding: 0.05rem 0 0.05rem 0.05rem;border-radius: 0.3rem;margin: 0 auto 0.66rem;position: relative;}
.sc-form:before{content: "";display: block;width: 0.88888em;height: 0.944444em;background-image: url(../images/search-icon.png);background-size: 100% 100%;position: absolute;left: 0.4rem;top: 50%;margin-top: -0.472222em;}
.sc-text{width: calc(100% - 1.15rem);height: .5rem;border-radius: 0.25rem;background-color: #fff;border: none;padding: 0 0.9em 0 0.76rem;color: #333;}
.sc-smt{width: 1.15rem;background-color: transparent;height: 0.5rem;line-height: 0.5rem;color: rgba(255,255,255,0.4);cursor: pointer;border: none;text-align: center;}
.sc-tabs-line{width: 100%;border-bottom: 1px solid #d7dae9;margin-bottom: .58rem;margin-top: .26rem;}
.sc-tabs{width: 100%;font-size: 0;background-color: #f3f4f8;position: static;left: 0;top: 0.9rem;z-index: 123;}
.sc-tab{display: inline-block;vertical-align: top;color: #666;line-height: 2;cursor: pointer;margin-right: .52rem;position: relative;}
.sc-tab:last-child{margin-right: 0;}
.sc-tab.active{color: #2b65e6;}
.sc-tab:after{content: "";display: inline-block;width: 1px;height: 0.892em;background-color: #d7dae9;position: absolute;right: -0.26rem;top: 50%;margin-top: -0.4em;pointer-events: none;}
.sc-tab:last-child:after{display: none;}
.sc-target{width: 100%;position: absolute;left: 0;top: calc(-1.3rem - 2em);}
.sc-main>.sc-target{top: -0.9rem;}
div.sc-dl{width: 100%;padding-top: 0;padding-bottom: .8rem;margin-bottom: 0;position: relative;}
div.sc-dl:last-child{padding-bottom: 0;}
div.sc-dl-first{padding-bottom: 0;}
.sc-dt{font-size: 0;margin-bottom: .4rem;}
.sc-tit{color: #000;line-height: 0.85;display: inline-block;vertical-align: bottom;padding-right: .3rem;}
.sc-tip{color: #666;line-height: 1;display: inline-block;vertical-align: bottom;}
.sc-num{color: #2b65e6;}
.sc-dl.md-product-2 .dd{background-color: #fff;border: none;}
.sc-dl.md-product-2 .list{margin-bottom: 0;}
.sc-dl.application-wrap .application-lists{padding-top: 0;padding-bottom: 0;}
.sc-dl.application-wrap .application-item{background-color: #fff;}
.sc-dl.application-wrap .application-item-bottom:before{z-index: 1;}
.sc-dl.news-wrap .news-lists{padding-top: 0;padding-bottom: 0;}
@media(max-width: 1200px){
    .sc-tabs{top: 46px;}
    .sc-target{top: calc(-56px - 2em);}
    .sc-main>.sc-target{top: -46px;}
}
@media(max-width: 750px){
    .sc-main{padding: .6rem .3rem;}
    .sc-form{margin-bottom: 0.4rem;}
    .sc-tabs{white-space: nowrap;overflow: auto;}
    .sc-tab{line-height: 2;padding: 0;font-size: .32rem;}
    .sc-tabs-line{margin-top: 0;margin-bottom: .4rem;}
    div.sc-dl{padding-bottom: .6rem;}
    div.sc-dl-first{padding-bottom: 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;}




































