.bold{font-weight: bold;}
*{box-sizing: border-box;word-wrap: break-word;}
/* researt */
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
/*sup { vertical-align: text-top }
sub { vertical-align: text-bottom }*/
body, input, select, button, textarea {  }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{  padding:0 0; }
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto;}
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}


/*.news_edit  .edit_con_original p{margin-bottom: 20rem}
.content  .edit_con_original p{margin-bottom: 20rem}*/
.edit_con_original p{margin-bottom: 15rem}


 .teamDel_speach_in .edit_con_original ul li{margin-bottom: 20rem }
.buss_editpark_in .edit_con_original ul li{margin-bottom: 20rem }

 :root {
    --pc: #0339a6; /* 主色调 */
    --sc: #d1e3ff; /* 辅助色调 */
    --bg: #f6f9fb; /* 背景色 */
    --white:#ffffff; /* 白色 */
    --txt: #353535; /* 主要文字颜色 */
    --txt-sec: #666666; /* 次要文字颜色 */
    --fs-s: 16rem; /* 小 */
    --fs-r: 18rem; /* 正常 */
    --fs-m: 20rem; /* 中等 */
    --fs-ms: 22rem; /* 头部菜单栏 */
    --fs-ml: 25rem; /* 中等偏大 */
    --fs-msl: 30rem; /* 中等偏大大 */
    --fs-l: 36rem; /* h2*/
    --fs-el: 60rem; /* h1*/
    --sp-es: 20rem;
    --sp-s: 28rem;
    --sp-l: 56rem;
    --box: 1140rem;
    --mainfont: 'Helvetica Now Display';
    --assist: 'Average';
}

@media only screen and (max-width:767px) {
 :root {

    --fs-s: 14px; /* 小 */
    --fs-r: 14px; /* 正常 */
    --fs-m: 16px; /* 中等 */
    --fs-ms: 20px; /* 头部菜单栏 */
    --fs-ml: 20px; /* 中等偏大 */
    --fs-msl: 20px; /* 中等偏大大 */
    --fs-l: 20px; /* h2*/
    --fs-el: 24px; /* h1*/
    
}
.edit_con_original{line-height: 24px}

}
.edit_con_original h1 {
    color: var(--pc);
    font-size: var(--fs-msl);
    margin-top: var(--sp-s);
    margin-bottom: var(--sp-s);
}
.edit_con_original h2 {
    color: var(--pc);
    font-size: var(--fs-msl);
    margin-top: var(--sp-s);
    margin-bottom: var(--sp-s);
}
.edit_con_original h3 {
    color: var(--pc);
    font-size: var(--fs-ml);
    margin-top: var(--sp-es);
    margin-bottom: var(--sp-es);
}
.edit_con_original ol {
    padding-left: 2ch;
    margin-bottom: var(--sp-es);
}
.edit_con_original ol.annotations {
    background: var(--bg);
    padding-left: 2ch;
    font-size: 0.75em;
    color: var(--txt-sec);
    padding: var(--sp-es) var(--sp-es) var(--sp-es) 5ch;
    margin-bottom: var(--sp-es);
    border-top: 1px solid var(--pc);
}
 
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

.video_button2{pointer-events: none;cursor: default;}
.video_button2 .video_bf{display: none;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}
@media screen and (min-width: 1025px) {
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
}

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

.m_color .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.m_color .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#0001aa;}
.m_color .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.m_color .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#0001aa;}

.bg-cover{ background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;}

.ratio-img{width: 100%;}
input,button,textarea{border:none;outline: none;background: none;}


.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../images/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}
@media only screen and (max-width:767px) {
.weixin{width:70%;}
.weixin .img img{ width: 100%; height: auto;}
}

/* researt */

.main{color: #4c4d51;background: #fff;}
.w_1680{max-width:1680rem;margin:auto;}
.w_1612{max-width:1612rem;margin:auto;}
.w_1570{max-width:1570rem;margin:auto;}
.w_1540{max-width:1540rem;margin:auto;}
@media screen and (max-width: 1023px) {
    .w_1680 { margin: 0 30rem;}
    .w_1612 { margin: 0 30rem;}
    .w_1570 { margin: 0 30rem;}
    .w_1540 { margin: 0 30rem;}
}

.fnt_16{font-size: 16rem;}
.fnt_18{font-size: 18rem;}
.fnt_22{font-size: 22rem;}
.fnt_20{font-size: 20rem;}
.fnt_24{font-size: 24rem;}
.fnt_32{font-size: 32rem;}
.fnt_34{font-size: 34rem;}
.fnt_36{font-size: 36rem;}
.fnt_50{font-size: 50rem;}
.fnt_60{font-size: 60rem;}
.fnt_70{font-size: 70rem;}
.fnt_90{font-size: 90rem;}
@media only screen and (max-width:1023px) {
    .fnt_16{font-size: 14rem;}
    .fnt_18{font-size: 16rem;}
    .fnt_20{font-size: 20rem;}
    .fnt_22{font-size: 20rem;}
    .fnt_24{font-size: 20rem;}
    .fnt_32{font-size: 22rem;}
    .fnt_34{font-size: 24rem;}
    .fnt_36{font-size: 26rem;}
    .fnt_50{font-size: 30rem;}
    .fnt_60{font-size: 36rem;}
    .fnt_70{font-size: 40rem;}
    .fnt_90{font-size: 50rem;}

}
@media screen and (max-width:767px) {
    .fnt_16{font-size: 14px;}
    .fnt_18{font-size:14px;}
    .fnt_20{font-size: 16px;}
    .fnt_22{font-size: 16px;}
    .fnt_24{font-size: 16px;}
    .fnt_32{font-size: 20px;}
    .fnt_34{font-size: 20px;}
    .fnt_36{font-size: 20px;}
    .fnt_50{font-size: 20px;}
    .fnt_60{font-size: 20px;}
    .fnt_70{font-size: 20px;}
    .fnt_90{font-size: 26px;}

}
/* header */
/* .pubin_body .header{background: #fff;top:0}
.scrollHeader .header.no-top {
    background: var(--vi-color-dark) !important;
}
.scrollHeader .header .t .rline span{background: #fff;} */
/* header */



/*page*/
.pageout{text-align: center; clear: both;padding-top: 40rem;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page{vertical-align:middle;text-align:center;margin: 0 auto; color:#2d2d2d; height:54rem; line-height:54rem; }
.page span{color:#2d2d2d; float: left; }
.page span em{ }
.page i{float: left;width: 54rem;height: 54rem;background: #f1f1f1;margin: 0 2px;}
.page a{float: left; width:54rem;height: 54rem; color: #c3c3c3;  box-sizing:border-box;margin:0 3rem; }
.page a.on{background:#f2faff;color:#3f454c;border-radius: 5px; }
.page a.prev,.page a.next{color: #000;font-size: 18rem;}
.page a.prev { /* background:url(../images/page_prev_on.png) center center no-repeat; text-indent:-10000px; */border-radius: 4px 0 0 4px;}
.page a.next {/* background:url(../images/page_next_on.png) center center no-repeat; text-indent:-10000px; */border-radius: 0 4px 4px 0;}
.page a.prev.no,.page a.next.no{opacity: 0.3; cursor: default;}
.page a.go{margin-left:10px; width: 44px; background: #f2faff; color: #fff; border:1px solid #f2faff; height: 28px; line-height: 28px;}
.page a.go:hover{color: #fff !important;}
.page a:hover{color: #000 !important;}
.page a.on:hover{color: #000 !important;}
.page .txtnum{}
.page .txtnum input{color:#b3b3b3; width:30px;height:26px; line-height:26px; padding: 0 5px; text-align:left;background:none;border: 1px solid #dddddd; margin: 0 6px;}

.news_cont .page a.on{background:#f2faff;border-color: #f2faff; }




@media only screen and (max-width:767px) {
.pageout{padding-top: 20px;}
.page a{display:none; font-weight: normal;width: 34px;height: 34px;line-height: 34px;}
.page a.prev,.page a.next,.page a.on{display:block; display:inline-block;}
.page i{margin:0 4px;display: none;}
.page a.prev{margin-right:5px; }
.page a.next{margin-left: 5px;}
.page a.prev, .page a.next{font-size: 14px;}
}


   /* 01 */
.total{float: left;margin-left: 18rem;}
.page .txtnum{height:54rem;margin-left: 20rem;}
.page input.go{width: 54rem;height: 54rem;}
.page .txtnum input{height: 40rem;line-height: 40rem;width: 58rem;margin:0 10rem;color: #555555;border-radius: 5px;text-align: center;}
.page input.go{width: 50rem;height: 40rem;margin-top: 7px;}
.page input.go{cursor: pointer;border:none;outline: none;text-align: center;background: #000000;color: #fff;margin-left: 15rem;float: left;border-radius: 5px;}
.page input.go:hover{color: #fff !important;}
   @media only screen and (max-width:767px) {
       .page{line-height:34px}
       .total{float: left;margin-left: 0;}
.page .txtnum{height:34px;margin-left: 10px;}
.page input.go{width:34px;height:34px;}
.page .txtnum input{height: 34px;line-height: 34px;width: 70rem;margin:0 10rem;color: #555555;border-radius: 5px;text-align: center;}
.page input.go{width:34px;height:34px;}
.page input.go{cursor: pointer;border:none;outline: none;text-align: center;background: #000000;color: #fff;margin-left: 15rem;float: left;border-radius: 5px;margin-top: 0;}
.page input.go:hover{color: #fff !important;}
   }
/* 01 */

/*page*/
.news_banner,.site_ban{height: 781rem;}
.site_ban{color: #fff;padding-top: 280rem; position: relative;}
.site_ban .w_1680{padding: 0 69rem;position:relative;z-index: 5;}
.site_ban_text{width:600rem;}
.site_ban_text h2{line-height: 1em;margin-bottom: 40rem;}
.site_ban_text p{line-height: 1.5em;height: 6em;    -webkit-line-clamp: 4;margin-bottom: 20rem;
 display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.site_ban_text .modular_me .worm-button a{padding: 14rem 30rem;}
.site_ban video{ position: absolute;top:0;left: 0;   width: 100%; height: 100%; object-fit: cover;}
@media only screen and (max-width:1024px) {
    .site_ban .w_1680{padding:0;}
    /* .site_ban video{display: none;} */
}
@media only screen and (max-width:767px) {

    .news_banner{height: auto;}
    .site_ban{padding-top: 200rem;height: 700rem;}
.site_ban_text{width: 100%;}
.site_ban_text p{height: auto;max-height: 6em;margin-bottom: 20px;}
.site_ban_text h2{margin-bottom: 10px;}
.site_ban_text p br{display: none;}
}


@-webkit-keyframes fadeInUpone {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInUpone {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.fadeInUpone {
    -webkit-animation-name: fadeInUpone;
    animation-name: fadeInUpone
}





.ins_share{    float: right;
  position: absolute;
  right: 0;
  bottom: 32rem;}
.ins_share a{float:left;padding-left: 12rem;margin-left: 12rem;position: relative;}
.ins_share a::after{width: 2px ;height: 2px;background:#4f5054;transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); position:absolute; left:0; top:50%; content: "";left: -1px;}
.ins_share a:first-child{margin-left: 0;}
.ins_share a:first-child::after{display: none;}
@media screen and (max-width: 767px) {
    /* .edit_print{display: none;} */
    .ins_share{font-size: 20px;        position: absolute;      right: 0;      bottom: 32rem;}
    .news_dbanner .ins_share{right: 40rem;}
    .ins_share a{padding-left: 15px;margin-left: 15px;}
}









