@charset "utf-8";
@import url("base.css");/* 重置&常用样式 */
 /* 字体 */

/* 全局变量 */
:root{
   --max-width: 1600;
   --background-cover: no-repeat center center / cover;
   --background-contain: no-repeat center center / contain;
   --default-color__rgb: 29,29,30;
   --default-color: rgba(var(--default-color__rgb), 1);
   --primary-color__rgb: 0, 113, 186;
   --primary-color: rgba(var(--primary-color__rgb), 1);
   --white-color__rgb: 255, 255, 255;
   --white-color: rgba(var(--white-color__rgb), 1);
   --black-color__rgb: 0, 0, 0;
   --black-color: rgba(var(--black-color__rgb), 1);
   --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "HarmonyOS Sans SC", "Noto Sans CJK SC", sans-serif;
   --lg__h:linear-gradient(0deg, rgba(var(--primary-color__rgb), 1) 0%, rgba(0, 168, 218, 1) 100%);
   --lg__v:linear-gradient(90deg,  rgba(var(--primary-color__rgb), 1) 0%,  rgba(0, 168, 218, 1) 100%);
   --header-height: 0.9rem;
   --transition:cubic-bezier(.435,.25,.15,.965);
}

/* 比例要求 */
/*基于屏幕尺寸自适应字体大小*/
/*超过1920px时，继续按比例增长*/
html{font-size: calc(100 / 1920 * 100vw);}
.container {max-width: calc(var(--max-width) / 100 * 1rem);}
@media (min-width:1600px) and (max-width: 1920px) {
   html{font-size: 100px;} 
}
@media (max-width: 1024px) {
   html{font-size: calc(100 / 1000 * 100vw);}
}
@media (max-width: 480px) {
   html{font-size: calc(100 / 640 * 100vw);}
}


/*超过1920px时，比例不变  默认
html{font-size: 100px;}
main{max-width: 1920px;margin: 0 auto;}
.container {max-width: calc(var(--max-width) * 1px);}
@media (max-width: 1600px) {
   html{font-size: calc(100 / 1600 * 100vw);}
}*/

body {font-family:var(--font-family); line-height: 1; color: var(--default-color);font-size: var(--font-size__16);}

.container {width: 87.6%;margin: 0 auto;}
@media (max-width: 1024px) {
   .container { width: 94%; }
}

.lg-txt{background-image: var(--lg__h);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;}

/* Start
   ========================================================================== */
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 100; transition:background 0.3s;}
header .container{height: var(--header-height);position: relative;}
header.style_white,
header.style_white a{color: var(--white-color);}
header.style_black{background: var(--white-color); box-shadow: 0 0 0.1rem 0 rgba(var(--black-color__rgb), 0.1);}
.header-left{width: calc(574 / var(--max-width) * 100%);flex-shrink: 0;--logo-height:0.5rem;}
header .logo{flex-shrink: 0;position: relative;}
header .logo img{height: var(--logo-height);transition:opacity 0.3s;}
header .logo img.hover{position: absolute;left: 0;top: 0;width: 100%;height: 100%; opacity: 0; }
header.style_black .logo img.hover{opacity: 1;}
header.style_black .logo img.default{opacity: 0;}
.header-left .soglan{flex: 1; margin-left: 0.29rem; font-size: var(--font-size__15); color: rgba(var(--white-color__rgb), 0.9);position: relative; line-height: calc(22 / 15); min-height: var(--logo-height);}
.header-left .soglan:after{position: absolute;content: '';left: 0;bottom: 0;width: 100%;height:1px;background: linear-gradient(to right, rgba(var(--white-color__rgb), 1), rgba(var(--white-color__rgb), 0.4));opacity: 0.2;}
header.style_black .soglan{color: #999;}
header.style_black .soglan:after{background: linear-gradient(to right, rgba(var(--black-color__rgb), 1), rgba(var(--black-color__rgb), 0.4));opacity: 0.15;}
@media (max-width:1024px) {
   .header-left .soglan{display: none;}
}

.header-search{position: absolute;right: 0;top: 100%;width: 5rem;display: flex;align-items: center;justify-content: space-between; background-color: var(--white-color);border-radius: 0 0 0.1rem 0.1rem;padding: 0.1rem; opacity: 0; visibility: hidden;z-index: -1; transition:opacity 0.3s;box-shadow: 0 0.1rem 0.1rem 0 rgba(var(--black-color__rgb), 0.1);}
.search-show .header-search{opacity: 1; visibility: visible;z-index: 10;}
.header-search .btn{width: 0.3rem;height: 0.3rem;background: url(../images/search-black.svg) no-repeat center center / auto 0.21rem;display: block;cursor: pointer;flex-shrink: 0;}
.header-search .text{flex: 1;color:rgba(var(--black-color__rgb), 0.5); margin-right: 0.2rem;}
.header-search .text:not(:focus){border-color: transparent;}

.open-search-ico{width: 0.5rem;height: 0.5rem;background: no-repeat center center / auto 0.21rem;display: block;cursor: pointer; margin-left: -0.15rem;}
header.style_white .open-search-ico{background-image: url(../images/search.svg);}
header.style_black .open-search-ico{background-image: url(../images/search-black.svg);}
.search-show header.style_white .open-search-ico{background-image: url(../images/close-white.svg);}
.search-show header.style_black .open-search-ico{background-image: url(../images/close-black.svg);}

.header-menu li{font-size: var(--font-size__18); position: relative;}
.header-menu li a{display: block;padding: 0.15rem 0;position: relative;}
.header-menu li.aon>a{color:var(--primary-color);}
.header-menu li a:after{position: absolute;content: '';left: 0;bottom: 0;width: 100%;height:6px;border-top:2px solid var(--primary-color);border-bottom:2px solid var(--primary-color);transition:transform 0.3s; transform: scaleX(0); transform-origin: 100% 50%;}
.header-menu li a:hover:after,
.header-menu li.aon>a:after{transform: scaleX(1); transform-origin: 0 50%;}
.header-menu li i{ display:none;}
.header-menu li dl{ width:max-content; min-width:1.4rem; max-width:2rem; position:absolute; top:100%; left:50%; transform: translateX(-50%); text-align:center; padding-top:.3rem; visibility:hidden; transition:all .3s; opacity:0;}
.header-menu li dl dd{ background:#fff;}
.header-menu li dl dd a{ color:#1d1d1d; padding:.12rem .1rem; line-height:1.5;}
.header-menu li:hover dl{ opacity:1; visibility:visible; padding-top:.2rem;}

@media (min-width:1025px) {
.header-menu li{margin-right: 0.59rem;}
}
@media (max-width:1024px) {
.header-menu{position: fixed; top: var(--header-height); bottom: 0;z-index: 100;width: 3.2rem;background: var(--white-color);padding: 0.2rem;left: -100%;opacity: 0;transition: 0.5s ease-in-out;}
.menu-show .header-menu{left: 0;opacity: 1;}
.header-menu ul{height: 100%; overflow: auto;padding: 0 0.2rem;}
.header-menu li{font-size: var(--font-size__22); }
.header-menu li a{line-height:2.4;color: var(--black-color);}
.header-menu li i{ line-height:1.8; display:block; position:absolute; top:.15rem; right:0; width:.5rem; list-style: none; font-style:normal; text-align:center; font-size: var(--font-size__28); transition:all .3s;}
.header-menu li dl{ position:relative; padding-top:0; opacity:1; visibility: visible; max-width:100%; width:100%; text-align:left; font-size: var(--font-size__20); display:none; transition: all 0s;}
.header-menu li:hover dl{ padding-top:0;}
.header-menu li i.on{ transform:rotate(45deg);}

.opne-menu{width: 0.5rem;height: 0.5rem;display: flex;flex-direction: column;align-items: center; justify-content: space-between;padding: 0.1rem 0; margin-left: 0.3rem;}
.opne-menu i{display: block;width: 80%;height: 2px;background-color: var(--white-color);}
.style_black .opne-menu i{background-color: var(--black-color);}
.menu-show .opne-menu{background: url(../images/close-white.svg) no-repeat center center / auto 0.21rem;}
.menu-show .style_black .opne-menu{background-image: url(../images/close-black.svg)}
.menu-show .opne-menu i{opacity: 0;}
.header-search{width: 100%;}
}

.mouse-tips{position: fixed;right: 0.46rem;bottom: 0.29rem;width: 0.84rem;height: 0.84rem;z-index: 100;display: flex;align-items: center;justify-content: center;}
.mouse-tips:before,
.mouse-tips:after{content: '';background: var(--background-contain);}
.mouse-tips:before{width: 0.22rem; height: 0.3rem;display: block; background-image: url(../images/mouse.svg);}
.mouse-tips:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-image: url(../images/mouse-text.svg);animation: mouse 5s linear infinite;}
@keyframes mouse {
   to{transform: rotate(360deg);}
}
@media (max-width:1024px) {
   .mouse-tips:not(.btn-scroll){display: none;}
}

[data-fullpage-nav-stlye='white'] .mouse-tips{filter: brightness(0) invert(1);}
[data-fullpage-nav-stlye='black'] .whir-pagination__outside .whir-page__child{border-color: var(--primary-color);color: var(--primary-color);}
[data-fullpage-nav-stlye='black'] .whir-pagination__outside .whir-page__child.active{background-color: var(--primary-color);}

[class*=btn-more] a{display: inline-block; line-height: calc(52 / 18); min-width: 1.6rem;padding: 0 0.2rem;border-radius: 0.5rem;font-size: var(--font-size__18);text-align: center;transition: 0.3s;}
.btn-more-full a{background: var(--lg__h);color: var(--white-color);}
.btn-more-border a{border:1px solid var(--default-color);}
.btn-more-border a:hover{background: var(--lg__h);color: var(--white-color); border-color: var(--white-color);}

#index-ban .txt{position: absolute; left: 0;top: 0;width: 100%;height: 100%;z-index: 10;}
#index-ban .txt-box{color: var(--white-color);}
#index-ban .txt-box :where(h3,h4){margin: 0; font-weight: 700;}
#index-ban .txt-box :where(h3,h4,p,.btn-more-full){visibility: hidden;opacity: 0; transform: translateY(0.3rem); transition: all 0.5s;}
#index-ban .swiper-slide-active .txt-box :where(h3,h4,p,.btn-more-full){visibility: visible; opacity: 1; transform: translateY(0);}
#index-ban .swiper-slide-active .txt-box h3{transition-delay: 0.2s;}
#index-ban .swiper-slide-active .txt-box h4{transition-delay: 0.4s;}
#index-ban .swiper-slide-active .txt-box p{transition-delay: 0.6s;}
#index-ban .swiper-slide-active .txt-box .btn-more-full{transition-delay: 0.8s;}
#index-ban .txt-box h3{margin: 0 0 0.27rem 0;font-size: var(--font-size__60);color: var(--primary-color);}
#index-ban .txt-box h3 span{color: var(--white-color);}
#index-ban .txt-box h4{margin: 0;font-size: var(--font-size__40); line-height: calc(60 / 40);}
#index-ban .txt-box p{max-width: 5.8rem; font-size: var(--font-size__24); line-height: calc(40 / 24);}
#index-ban .txt-right .txt-box h3 + h4{margin-top: 0.43rem;}
#index-ban .txt-box h3 + p{margin-top: 0.5rem;}
#index-ban .txt-box p + [class*=btn-more]{margin-top:0.52rem;}
#index-ban .txt-box h4 + [class*=btn-more]{margin-top:0.49rem;}
#index-ban .controls-area{position: absolute; bottom: calc(60 / 960 * 100%); left: 0;width: 100%;z-index: 10;}
#index-ban .controls-area :where(.cur, .total){font-size: var(--font-size__14); font-weight: 700; color: var(--white-color);}
#index-ban .page{position: relative;z-index: 1;flex: 1;max-width: 6.1rem;margin: 0 0.19rem;}
#index-ban .page-dot{display: flex;align-items: center;justify-content: center;}
#index-ban .page-dot span{flex: 1;display: block; height: 0.1rem;background: url(../images/ban-dot.svg) no-repeat right center / contain;}
#index-ban .page-dot span:last-child{opacity: 0;}
#index-ban .page .porgress-bar{height: 1px;background-color: rgba(var(--white-color__rgb), 0.2); top: 50%;}
#index-ban .page .porgress-bar .swiper-pagination-progressbar-fill{background-color: var(--white-color);}
#index-ban .link_a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;} 
@media (min-width:1025px) {
#index-ban .txt-right .container{display: flex;justify-content: flex-end;}
#index-ban .txt-right .txt-box{width: 50%; padding-left: 0.5rem;}
#index-ban .txt-right .txt-box h4{width: 80%;}
}
@media (max-width:1024px) {
   #index-ban .txt-box h3{font-size: var(--font-size__48);}
   #index-ban .txt-box h4{font-size: var(--font-size__32);}
   #index-ban .txt-box p{font-size: var(--font-size__18);}
   #index-ban .txt-box{width: 80%;}
}

footer{background: url(../images/footerbg.jpg) var(--background-cover);padding: var(--padding-margin__80)  0 var(--padding-margin__50) 0;}
footer,
footer a:not(:hover){color: var(--white-color);}
.footer-top{padding-bottom: 0.35rem; margin-bottom: 0.69rem; border-bottom: 1px solid rgba(var(--white-color__rgb), 0.1);}
.footer-top .logo img{height: 0.8rem;}
.footer-nav li{font-size: var(--font-size__18);}
.footer-nav li:not(:last-child){ position: relative;z-index: 1;}
.footer-nav li:not(:last-child):after{position: absolute;content: '';width: 1px;height: 1em;top: 50%;margin-top: -0.5em;right: 0; background-color: var(--white-color);}
.footer-mid{padding-bottom: 0.64rem;border-bottom: 1px solid rgba(var(--white-color__rgb), 0.1);}
.footer-mid .hotline{font-size: var(--font-size__18);font-weight: 700; margin-bottom: 0.27rem;}
.footer-mid .hotline h4{margin: 0.2rem 0 0 0; font-size: var(--font-size__36);}
.footer-code{width: 100%;}
.footer-code li{max-width: 1rem;}
.footer-code li:not(:last-child){margin-right: 0.19rem;}
.footer-code li img{display: block;width: 100%;border-radius: 0.05rem;}
.footer-code li p{margin: 0.1rem 0 0 0;font-size: var(--font-size__14);text-align: center;}
.footer-contact_list h5{ margin:0 0 var(--padding-margin__30) 0;font-size:var(--font-size__18);}
.footer-contact_list dd{line-height: calc(28 / 16);}
.footer-contact_list dd .gomap{ margin-left:.15rem; display:inline-block; width:.19rem; height:.19rem; background-image: url(../images/gomap.png); background-size:contain; background-repeat:no-repeat; background-position:center;}
.footer-contact_list dd:not(:last-child){margin-bottom: 0.35rem;}
.footer-contact_list .item .ol{ margin-bottom:var(--padding-margin__35);}
.footer-contact_list .item .ol:last-child{ margin-bottom:0;}
footer .footer_form .input-ui{ margin-bottom:4%;}
footer .footer_form .input-ui input{ font-size:var(--font-size__16); line-height:1.8; background:rgba(255,255,255,.1); border:none; outline:none; color:#fff;}
footer .footer_form .input-ui input::placeholder{color:rgba(255,255,255,0.6);}
footer .footer_form .input-ui input::-webkit-input-placeholder{color:rgba(255,255,255,0.6);}
footer .footer_form .input-ui input::-moz-placeholder{color:rgba(255,255,255,0.6);}
footer .footer_form .input-ui input:-ms-input-placeholder{color:rgba(255,255,255,0.6);}
footer .footer_form .input-ui input:-moz-placeholder{color:rgba(255,255,255,0.6);}
footer .footer_form .wtd48{ width:48%;}
footer .footer_form .wtd100{ width:100%;}
footer .footer_form .tishi{ margin-bottom:var(--padding-margin__15); font-size:var(--font-size__14);}
footer .footer_form .aniu .but{ cursor:pointer; display:block; font-size:var(--font-size__18); background: linear-gradient(180deg,#00a8da,#0071ba); line-height:2.5; padding:0 .25rem; border-radius:.5rem;}
.footer-bottom{padding-top: var(--padding-margin__40);}
.footer-bottom,
.footer-bottom a:not(:hover){color: rgba(var(--white-color__rgb), 0.6);}
.footer-bottom_nav a:not(:last-child){margin-right: 0.1rem;}
@media (min-width:1025px) {
footer .left{width: calc(341 / var(--max-width) * 100%);}
footer .right{width: calc(1085 / var(--max-width) * 100%);}
.footer-contact_list{ width:60%;}
.footer-contact_list .item{ min-width:43%; max-width:50%;}
.footer-nav li:not(:last-child){padding-right: 0.75rem;}
footer .footer_form{ width:35%;}
}
@media (max-width:1024px) {
   footer{height:100vh;text-align: center;display: flex;align-items:center;justify-content: center; overflow:auto;}
   .inside-footer footer{ height:auto;}
   footer .logo{display: flex;justify-content:  center; margin-bottom: 0.2rem;}
   footer .footer_form .aniu{ justify-content:center;}
   footer .footer_form .tishi{ font-size:var(--font-size__18);}
   footer .footer_form .input-ui input{ font-size:var(--font-size__18);}
   footer .footer-mid{ height:60vh; overflow:auto;}
   .footer-contact_list{ width:100%;}
   .footer-contact_list .item{ margin-bottom:3%;}
   .footer-nav ul{justify-content: center;}
   .footer-nav li:not(:last-child){padding-right: 0.1rem; margin-right: 0.1rem;}
   .footer-code{justify-content: center; margin-bottom: 0.3rem;}
   .footer-bottom{line-height: 1.5;}
}

[class*=home-]{height: 100%; }
[class*=home-]:not(.home-case){padding-top: var(--header-height);}
.all-title{font-size: var(--font-size__40); margin-bottom: 0.17rem;font-weight: 700;}
.all-title + .desc{line-height: calc(32 / 18);   font-size: var(--font-size__18);}
.edit-info{line-height: calc(30 / 16); text-align: justify;}

/* 首页 BCIC / 社区智库区：新闻中心 + 社区智库，两栏等宽版 */
.home-bcic{background:url(/uploadfiles/performance-20260908/5b78d93d97ae.webp) var(--background-cover);}
.home-bcic .top{color:var(--white-color);margin-bottom:var(--padding-margin__70);}
.home-bcic .edit-info{line-height:calc(30 / 16);text-align:justify;}
.home-bcic .edit-info h5{margin:0;font-size:var(--font-size__24);}
.home-bcic .edit-info p{margin:0;}

/* 外层强制两栏。这里用 grid，避免 flex__jcsb 旧样式影响。 */
.home-bcic .boxs{
   display:grid !important;
   grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
   gap:.41rem !important;
   align-items:stretch !important;
   justify-content:normal !important;
}
.home-bcic .boxs > .box{
   width:100% !important;
   max-width:none !important;
   min-width:0 !important;
   margin:0 !important;
   flex:none !important;
   border-radius:.1rem;
   background:var(--white-color);
   padding:0 .4rem .38rem;
   animation-timing-function:ease;
   animation-duration:1.2s;
   animation-fill-mode:both;
}
.swiper-slide-active .home-bcic .box{animation-name:fadeInUpSmall;}
.home-bcic .box:nth-child(2){animation-delay:.15s;}

/* 卡片标题 */
.home-bcic .box-title{
   display:flex;
   align-items:center;
   position:relative;
   z-index:1;
   padding:.39rem 0 .28rem;
   border-bottom:1px solid rgba(var(--black-color__rgb),.1) !important;
}
.home-bcic .box-title b{font-size:var(--font-size__24);font-weight:700;}
.home-bcic .box-title .icon{
   display:block;
   width:.2rem;
   height:.2rem;
   margin-left:.2rem;
   background:var(--background-contain) url(../images/icon.svg);
}
.home-bcic .box-title .btn-more-full{
   margin-left:auto !important;
   position:static !important;
   transform:none !important;
}

/* 新闻中心列表 */
.home-bcic .news-list{padding-top:.22rem;}
.home-bcic .news-item{
   display:block;
   color:inherit;
   padding:.18rem 0;
   border-bottom:1px solid rgba(var(--black-color__rgb),.1);
}
.home-bcic .news-item:last-child{border-bottom:0;}
.home-bcic .news-item h5{
   margin:0 0 .08rem !important;
   font-size:var(--font-size__20) !important;
   font-weight:800 !important;
   line-height:1.45 !important;
   color:var(--black-color) !important;
}
.home-bcic .news-item p{
   margin:0 !important;
   font-size:var(--font-size__16) !important;
   line-height:1.65 !important;
   color:rgba(var(--black-color__rgb),.62) !important;
}
.home-bcic .news-item:hover h5{color:var(--primary-color) !important;}

/* 社区智库轮播点和文章列表，保留原效果 */
.home-bcic .dots-pages{
   position:absolute;
   right:0;
   top:50%;
   display:flex;
   align-items:center;
   margin-top:-.06rem;
}
.home-bcic .dots-pages span{
   display:block;
   width:.12rem;
   height:.12rem;
   border:1px solid rgba(var(--black-color__rgb),.2);
   border-radius:50%;
   cursor:pointer;
}
.home-bcic .dots-pages span:not(:last-child){margin-right:.08rem;}
.home-bcic .dots-pages span.active{background:var(--primary-color);border-color:var(--primary-color);}
.home-bcic .swiper{height:calc(1rem * 3 + .3rem * 2);margin-top:.3rem;}
.home-bcic .swiper-slide{height:1.3rem;}
.home-bcic .txt{position:relative;z-index:1;min-height:1rem;}
.home-bcic .txt h5,
.home-bcic .txt p{margin:0;}
.home-bcic .txt h5{
   margin-bottom:.12rem;
   padding-right:.3rem;
   font-size:var(--font-size__18);
   background:url(../images/more.svg) no-repeat right -0.3rem center / auto .12rem;
   transition:background-position .3s;
}
.home-bcic .txt p{line-height:calc(28 / 16);color:#5f6366;}
.home-bcic .txt:before,
.home-bcic .txt:after{
   content:'';
   position:absolute;
   left:0;
   bottom:0;
   width:100%;
   height:1px;
   transition:transform .5s var(--transition);
}
.home-bcic .txt:before{background:rgba(var(--black-color__rgb),.1);}
.home-bcic .txt:after{background:var(--primary-color);transform:scaleX(0);transform-origin:100% 50%;}
.home-bcic a:hover .txt:after{transform:scaleX(1);transform-origin:0 50%;}
.home-bcic a:hover .txt h5{background-position:right 1px center;}

@media (min-width:1025px) and (max-width:1366px){
   .home-bcic .top{margin-bottom:var(--padding-margin__40);}
}
@media (max-width:1024px){
   .home-bcic .left{margin-bottom:.3rem;}
   .home-bcic .boxs{
      display:flex !important;
      overflow-x:auto;
      overflow-y:hidden;
      gap:0 !important;
      padding-bottom:.1rem;
   }
   .home-bcic .boxs > .box{
      width:80vw !important;
      flex:0 0 80vw !important;
      margin:0 !important;
   }
   .home-bcic .boxs > .box + .box{margin-left:.2rem !important;}
}
.number-count li p{line-height: calc(24 / 16); margin: 1em 0 0 0;}
.number-count li .num{color: var(--primary-color);display: flex;align-items: stretch;}
.number-count li .count-up{font-size: var(--font-size__52);font-weight: 700; line-height: calc(40 / 52); margin-right: 0.05rem;}
.number-count li  sub{position: relative;z-index: 1;display: flex;align-items: flex-end;}
.number-count li  sub i{position: absolute; top: 0;font-size: var(--font-size__20);font-style: normal;}

.home-team{background: var(--background-cover);}
.home-team .intro .edit-info{font-size: var(--font-size__18); line-height: calc(32 / 18);}
.home-team .number-count{margin-top: 0.3rem; margin-bottom: var(--padding-margin__90);}
.home-team .number-count li{max-width: 11em;}
.home-team .swiper{padding-right: 1.02rem;}
.home-team .swiper-slide{border-radius: 0.4rem;background-color: #eaeef4;}
.home-team .swiper-slide-prev{background-color: #e3e7ef;}
.home-team .swiper-slide-active {border-radius: 0.16rem;}
.home-team .swiper .txt{position: absolute; left: 0;width: 100%;bottom: 0;display: flex;flex-direction: column;justify-content: flex-end;height: 100%; background: linear-gradient(to bottom,rgba(var(--primary-color__rgb),0) 0%, rgba(var(--primary-color__rgb),0.7) 100%);color: var(--white-color);z-index: 10; padding: 0 var(--padding-margin__50) var(--padding-margin__50);}
.home-team .swiper .txt :where(h5,p){margin: 0; transform: translateY(0.3rem); opacity: 0;transition: 0.5s;}
.home-team .swiper .txt h5{font-size: var(--font-size__24);margin-bottom: 0.2rem;}
.home-team .swiper .txt p{transition-delay: 0.3s;font-size: var(--font-size__18); line-height: calc(32 / 18);}
.home-team .swiper-slide-active .txt :where(h5,p){transform: translateY(0); opacity: 1;}
.home-team .swiper :where(.pic,.txt){opacity: 0;transition: 0.3s;}
.home-team .swiper .pic [class*=is-bgImg]{padding-bottom: 100%;}
.home-team .swiper-slide-active :where(.pic,.txt){opacity: 1;}
.home-team .swiper-controls{display: flex;margin-top: var(--padding-margin__60); justify-content: space-between;align-items: center;}
.home-team .swiper-pages{color: var(--primary-color);font-size: var(--font-size__60);}
.home-team .swiper-pages span{color: var(--default-color);font-size: var(--font-size__24);}
.home-team .swiper-controls .btn{width: 0.7rem;display: flex;align-items: center; justify-content: space-between;}
.home-team .swiper-controls .btn a{display: block;width: 0.12rem; height: 0.24rem;background: var(--background-contain);cursor: pointer;}
.home-team .swiper-controls .btn a.prev{background-image: url(../images/btn-prev.svg);}
.home-team .swiper-controls .btn a.next{background-image: url(../images/btn-next.svg);}
.home-team .swiper-controls .btn a.prev:hover{background-image: url(../images/btn-prev-on.svg);}
.home-team .swiper-controls .btn a.next:hover{background-image: url(../images/btn-next-on.svg);}
.home-team :where(.all-title,.desc,.intro,.right){animation-timing-function: ease; animation-duration: 1.2s;animation-delay: 0.5s; animation-fill-mode: both;}
.home-team .desc{animation-delay: 0.7s;}
.home-team .intro{animation-delay: 0.9s;}
.swiper-slide-active .home-team :where(.all-title,.desc,.intro){animation-name: fadeInUpSmall;}
.swiper-slide-active .home-team .right{animation-name: fadeInRightSmall;}
@media (min-width:1025px) {
   .home-team .left{width: calc(692 / var(--max-width) * 100%);}
   .home-team .right{width: calc(702 / var(--max-width) * 100%);}
   .home-team .intro{margin-top: 0.67rem;}
}
@media (max-width:1024px) {
   .home-team .right{margin: 0.4rem 0 0 0;}
   .home-team .intro{margin-top: 0.2rem;}
   .home-team .swiper-controls{position: absolute;right: 0;top: 0;flex-direction: column; margin-top: 0;align-items: flex-end; height: 100%;z-index: 10;}
   .home-team .swiper-pages{display: flex;flex-direction: column;align-items: center;}
   .home-team .swiper{padding-right: 1.4rem;}
}

.home-case .partner{height: calc(100 / 960 * 100vh);flex-shrink: 0;}
.home-case .partner .swiper{height: 100%;display:flex;}
.home-case .partner .swiper-wrapper{/*transition-timing-function: linear!important;*/width: max-content;}
.home-case .partner .swiper-slide{width: 2rem;}
.home-case .partner .pic{height: 100%;display: flex;align-items: center;justify-content: center;}
.home-case .partner .pic img{max-height: 80%; max-width: 80%;}
.home-case .content{flex: 1;position: relative;}
.home-case .content > .container{position: relative;z-index: 2;color: var(--white-color); padding-top: calc(120 / 960 * 100vh);}
.home-case .desc{max-width: 4.7rem; margin-bottom: 0.9rem; animation-delay: 0.5s;}
.case-ban-swiper{position: absolute; left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.case-ban-swiper figure{height: 100%;}
.home-case .controls-items{position: absolute; left: 0;width: 100%;bottom: 0;z-index: 3;}
.home-case .txt-swiper{max-width: 7.01rem;margin-left: 0;}
.home-case .txt-swiper h4{font-size: var(--font-size__28); margin:0 0 0.22rem 0; transition-delay: 0.2s;}
.home-case .txt-swiper p{line-height: calc(30 / 18); font-size: var(--font-size__18);text-align: justify; transition-delay: 0.4s;}
.home-case .txt-swiper :where(h4,p,.btn-more-border){opacity: 0; transform: translateX(0.3rem); transition: 0.5s ease-out;}
.home-case .txt-swiper .swiper-slide-active :where(h4,p,.btn-more-border){opacity: 1; transform: translateX(0);}
.home-case .btn-more-border{margin-top: 0.72rem; transition-delay: 0.6s;}
.home-case .btn-more-border a{border-color: var(--white-color);color: var(--white-color);}
.home-case .btn-more-border a:hover{border-color: rgba(var(--primary-color__rgb),0.7);}

.home-case .controls-items{position: absolute; left: 0;width: 100%;bottom: 0;z-index: 3; height: 1.98rem; background: url(../images/yuan-dot.png) no-repeat 0 0 / 100vw  auto;pointer-events: none;}
.home-case .controls-items .full-line{overflow: hidden;position: absolute; left: 0; top: 0; width: var(--ww); height: 100%;transition:width 0.3s;background: url(../images/yuan-full.png) no-repeat 0 0 / 100vw  auto;}
.home-case .controls-items li{display: flex;flex-direction: column;align-items: center;cursor: pointer;position: relative; pointer-events: all;}
.home-case .controls-items .icon{width: 0.48rem; height: 0.48rem; border: 1px solid rgba(var(--white-color__rgb),0.3);border-radius: 50%;display: flex;align-items: center; justify-content: center; transition: 0.5s; position: relative;z-index: 3;backdrop-filter:saturate(150%) contrast(70%) blur(6px);-webkit-backdrop-filter:saturate(150%) contrast(70%) blur(6px);background-color:rgba(var(--white-color__rgb),.05);}
.home-case .controls-items .icon img{max-width: 70%;max-height: 70%;}
.home-case .controls-items p{margin: 0.13rem 0 0 0; font-size: var(--font-size__20);color: var(--white-color); min-width: 4em; text-align: center; position: absolute; top:0.48rem; left: 50%; transform: translateX(-50%);}
.home-case .controls-items li:nth-child(1),
.home-case .controls-items li:nth-child(5){margin-top: 0.83rem;}
.home-case .controls-items li:nth-child(3){margin-top: -0.22rem;}
.home-case .controls-items li:nth-child(4){margin-top: -0.03rem;}

.home-case .controls-items li.active .icon{transform: scale(1.2916); transform-origin: bottom; background: var(--lg__h); border: 0;}
.home-case .controls-items li.active p{font-size:var(--font-size__24);}
.home-case :where(.all-title,.desc){animation-delay: 0.3s;animation-duration: 1.2s; animation-fill-mode: both;}
.swiper-slide-active .home-case .all-title{animation-name: fadeInUpSmall;}
@media (max-width:1024px) {
   .home-case .partner{height: 1rem;}
   .home-case .partner .pic img{max-height: 50%;}
   .home-case .controls-items li:nth-child(1),
   .home-case .controls-items li:nth-child(5){margin-top: 0.2rem;}
   .home-case .controls-items li:nth-child(3){margin-top: -0.28rem;}
   .home-case .controls-items li:nth-child(2),
   .home-case .controls-items li:nth-child(4){margin-top: -0.13rem;}
   .home-case .partner .swiper-slide{width: 1.5rem;}
}

.home-project{background: var(--background-cover);}
.home-project .all-title{color: var(--white-color); margin-bottom: 0.6rem;}
.home-project .item{display: flex;flex-direction: column;justify-content: space-between;}
.home-project .list{backdrop-filter:saturate(150%) contrast(50%) blur(8px);-webkit-backdrop-filter:saturate(150%) contrast(50%) blur(8px);background-color:rgba(var(--white-color__rgb),.8); border-radius: 0.2rem; overflow: hidden;}
.home-project .pic .list{padding: 0.21rem 0.28rem;display: flex;justify-content: center; position:relative;}
.home-project .item .list{flex: 1;position: relative;z-index: 2;}
.home-project .item .title{flex-shrink: 0; position: relative;z-index: 1;}
.home-project .item .list::after{height: 1rem;filter: blur(20px); opacity: 0.5;bottom: calc(100% - 0.22rem);}
.home-project .item .list::before{top: 0;height: 1rem; background: linear-gradient(to bottom,rgba(var(--white-color__rgb),1) 0%,rgba(var(--white-color__rgb),0) 100%);}
.home-project .item .title h3{margin: 0;font-size: var(--font-size__28);font-weight: 700; display: flex;align-items: center;justify-content: center; height: 100%;color: var(--white-color);position: relative;z-index: 3;}
.home-project .item ul{height: 100%;padding: 0 0.3rem;}
.home-project .item li{position: relative;flex: 1;display: flex;align-items: center; justify-content: center;}
.home-project .item li:not(:last-child){border-bottom: 1px solid rgba(var(--black-color__rgb),0.06);}
.home-project .item li .txt-hover{position: absolute; left: -0.3rem;right: -0.3rem; top: 0;height: 100%;background-color: var(--primary-color);color: var(--white-color);transition: 0.5s; padding: 0.3rem;display: flex;align-items: center;justify-content: center;opacity: 0;line-height: calc(28 / 16);}
.home-project .item li:hover .txt-hover{opacity: 1;}
.home-project .item li .txt-hover p{margin: 0; line-height: calc(28 / 16);text-align: justify;}
.home-project .item li .name{font-size: var(--font-size__20); font-weight: 700;}
.home-project .item li .name img{margin-right: 0.15rem; max-width: 0.36rem; max-height: 0.36rem;}
.home-project :where(.item,.pic){animation-timing-function: ease; animation-duration: 1.2s;animation-delay: 0.5s; animation-fill-mode: both;}
.swiper-slide-active .home-project .item:nth-of-type(1){animation-name: fadeInLeftSmall;}
.swiper-slide-active .home-project .item:last-child{animation-name: fadeInRightSmall;}
.swiper-slide-active .home-project .pic{animation-name: scaleIn;}

.home-project .textwarp{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;  }
.home-project .work_tit{ text-align: center; color: #1d1d1e; font-size: var(--font-size__28); font-weight: 700; padding-top: .21rem;}
.home-project .work_stit{ width:calc( 480 / 880 * 100%); line-height: .46rem; text-align: center; margin: 0 auto; color: var(--white-color); font-size: var(--font-size__24); font-weight: 700; margin-top: .1rem; }
.home-project .a_txt{ display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; color: rgba(var(--white-color__rgb), 1); background-color: #007dd8; border-radius: .05rem; transition: all 0.5s; }
.home-project .a_txt:hover{ background: var(--lg__h);}
.home-project .txt_l .a_txt,
.home-project .txt_r .a_txt{ position: absolute; width: .46rem; text-align: center; height: auto; padding: .1rem 0; background-color: #788398;writing-mode: tb; min-height: 1.4rem; align-items: center; justify-content: center;    top: 24.7%;}
.home-project .txt_l .a_txt{ left: 4.3%;}
.home-project .txt_r .a_txt{ right: 4.3%;}
.home-project .textwarp dt{ width: 100%; text-align: center; color: #5f6366; font-size: var(--font-size__18); margin-bottom: .05rem;}
.home-project .textwarp dd .a_txt{ height: auto; line-height: .34rem; background-color: #4e7fd6;}
.project_dl_one{display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; max-width: 6.14rem; margin:.32rem auto 0; width: 90%;}
.project_dl_one .dd_other{ width: .9rem; margin-top: .07rem; }
.project_dl_one .dd_c{ width: 3.2rem; margin-top: 0;}
.project_dl_two{ max-width: 4.2rem; width: 80%; margin: .22rem auto 0;}
.textwarp .project_dl_two dt{ margin-bottom: .08rem;}
.textwarp .project_dl_two dd{ margin-bottom: .04rem;}
.project_dl_three{display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; max-width: 6.14rem; margin: .29rem auto 0; width: 70%;}
.project_dl_three dt{ margin-top:.05rem;}
.project_dl_three .dd_other{ width: .9rem;margin-top: -.33rem; }
.project_dl_four{ max-width: 3.2rem; width: 60%; margin: .01rem auto 0;}
.textwarp .project_dl_four dd{ margin-bottom: .04rem;}
@media (min-width:1025px) and (max-width:1366px) {
   .home-project .all-title{margin-bottom: 0.3rem;}
}
@media (min-width:1025px){
.home-project .item{width: calc(340 / var(--max-width) * 100%);}
.home-project .pic{flex: 1; margin: 0 0.2rem;}
.home-project .item .title{height: 0.8rem;margin: 0 0.1rem;}
.home-project .item .title:before,
.home-project .item .list::after,
.home-project .item .list::before{position: absolute; content: ''; left: 0;width: 100%;}
.home-project .item .title:before,
.home-project .item .list::after{background: var(--lg__v);}
.home-project .item .title:before{ height: 120%; border-radius: 0.16rem 0.16rem 0 0;top: 0;}
}
@media (max-width:1024px) {
   .project_dl_one .dd_other{ margin-top:0;}
   .home-project .all-title{margin-bottom:0.2rem;}
   .home-project .item{flex-direction: row;}
   .home-project .item .title{margin: 0.1rem 0; text-align: center;}
   .home-project .item .title h3{height: 100%;background:var(--lg__v); border-radius: 0.16rem 0 0 0.16rem;width: calc(1em + 0.2rem);padding:0.1rem;}
   .home-project .item ul{flex-direction: row; height: auto;flex-wrap: wrap;}
   .home-project .item li{width:50%;flex:auto; padding:0.15rem 0; border-bottom:1px solid rgba(var(--black-color__rgb),0.06);}
   .home-project .pic{margin:0.2rem 0;}
   .home-project .item li .txt-hover{display: none;}
   .project_dl_three{ margin:.1rem auto;}



}
@media (max-width:640px) {
   .home-project .work_tit{text-align: center;color: #1d1d1e;font-size: var(--font-size__28);font-weight: 700; padding-top:0;}
   .home-project .work_stit{width: calc( 400 / 880 * 100%);line-height: .36rem;text-align: center;margin: 0 auto;color: var(--white-color);font-size: var(--font-size__24);font-weight: 700;margin-top: .3rem;}
   .home-project .a_txt{ display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; color: rgba(var(--white-color__rgb), 1); background-color: #007dd8; border-radius: .05rem; transition: all 0.5s; }
   .home-project .a_txt:hover{ background: var(--lg__h);}
   .home-project .txt_l .a_txt,
   .home-project .txt_r .a_txt{ position: absolute; width: .46rem; text-align: center; height: auto; padding: .1rem 0; background-color: #788398; writing-mode: horizontal-tb; min-height: 1.4rem; align-items: center; justify-content: center; top:24.7%; display: block;}
   .home-project .a_txt span {display: block; width: 1em; margin:0 auto; position: absolute; left:50%; top:50%; transform: translate(-50%,-50%);}
   .home-project .textwarp dt{width:100%;text-align:center;color:#5f6366;font-size:.16rem;margin-bottom:.1rem;}
   .home-project .textwarp dd .a_txt{height: auto;line-height: 1.7;background-color:#4e7fd6;}
   .project_dl_one{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;max-width: 6.14rem;margin: .25rem auto 0;width: 85%;}
   .project_dl_one .dd_other{width: .7rem;margin-top: .07rem;}
   .project_dl_one .dd_c{ width: 3.2rem; margin-top: 0;}
   .project_dl_two{max-width:4.2rem;width: 50%;margin: .25rem auto 0;}
   .textwarp .project_dl_two dt{ margin-bottom:.08rem;}
   .textwarp .project_dl_two dd{ margin-bottom:.04rem;}
   .project_dl_three{display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; max-width: 6.14rem; margin: .29rem auto 0; width: 70%;}
   .project_dl_three dt{margin-top:.1rem;}
   .project_dl_three .dd_other{width:.7rem;margin-top:-.33rem;}
   .project_dl_four{max-width: 3.2rem;width: 36%;margin: .01rem auto 0;}
   .textwarp .project_dl_four dd{ margin-bottom: .04rem;}

   .home-project .pic .list{ padding:0.5rem 0.28rem;}
   .home-project .pic .list img{ display:block; position:absolute; left:0; top:12%; width:100%; height:80%;}
   .home-project .textwarp{ position:relative;}
   .home-project .txt_l .a_txt,
   .home-project .txt_r .a_txt{ width: .36rem;}
   .home-project .txt_l .a_txt{ left: -.2rem;}
   .home-project .txt_r .a_txt{ right: -.2rem; }
   .project_dl_one .dd_c{ width: 50%;}
}

.whir-pagination__outside .whir-page__child:last-child{display: none;}

#home-about,
#home-about .mark{background: no-repeat; background-size: cover;}
#home-about{background-position: center top 29%;}
#home-about .mark{--mark_size:12.4rem auto; position: absolute; left: 50%; top:  50%; width: 100vw;height: 100vh;margin:-50vh 0 0 -50vw;background-position: center top  74%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
-webkit-mask-size: var(--mark_size);
mask-repeat: no-repeat;
mask-position: center;
mask-size: var(--mark_size);
}
.home-about{padding-top: 0!important; height: 200vh;}
.home-about .show-content,
.home-about .first-section{height: 100vh; position: absolute;left: 0;top: 0;width: 100vw; padding-top: var(--header-height);}
.home-about .first-section{background-color: rgba(var(--white-color__rgb),0.7);z-index: 10;}
.home-about .first-section .logo{width: 6.22rem; transform-origin: center bottom; will-change: transform; position: relative;}
.home-about .txt{font-size: var(--font-size__28); line-height: calc(66 / 28); margin: 0.44rem 0 0.72rem 0;text-align: center;}
.home-about .txt b{font-weight: 700;font-size: var(--font-size__40);line-height: calc(77 / 40);}
.home-about .btn-scroll{position: relative;left: auto;right: auto; bottom: auto}
.home-about .btn-scroll:before{background-image: url(../images/scroll.svg);}
.home-about .show-content{z-index: 10;}
.home-about .all-title{margin-bottom: 0.36rem;}
.home-about .items{margin: 0.38rem 0 0.59rem 0;}
.home-about .items .item{display: flex;}
.home-about .items .item b{color: var(--primary-color);font-size: var(--font-size__24);flex-shrink: 0;}
.home-about .items .item ul{flex: 1; margin-left: 0.37rem;}
.home-about .items .item li{font-size: var(--font-size__18);}
.home-about .items .item li:not(:last-child){margin-right: 0.4rem;}
.home-about .items .item li img{margin-right: 0.09rem; height: 0.19rem;}
.home-about .number-count{backdrop-filter:saturate(150%) contrast(50%) blur(8px);-webkit-backdrop-filter:saturate(150%) contrast(50%) blur(8px);background-color:rgba(var(--white-color__rgb),.8); border-radius: 0.2rem; padding: 0.4rem 0; margin-top: calc(176 / 960 * 100vh);}
.home-about .number-count li{width: calc(100% / 4);display: flex;flex-direction: column;align-items: center;}
.home-about .number-count li:nth-child(4)~li{margin-top: 0.34rem;}
.home-about .number-count li p{font-size: var(--font-size__20);}
.home-about .number-count li sub{font-size: inherit;}
@media (min-width:1025px) and (max-width:1366px) {
   .home-about .items{margin: 0.2rem 0 0.3rem 0;}
}

@media (max-width:1024px) {
   .whir-video__swiper .swiper-wrapper, 
   .whir-video__swiper .swiper-slide{height: 100%;}
   .whir-pagination__outside{display: none!important;}
   .home-about .first-section .logo{width: 3rem;}
   #home-about .mark{--mark_size:5.8rem auto;}
   .home-about .txt{font-size: var(--font-size__20);}
   .home-about .txt b{font-size: var(--font-size__32);}
   .home-about .items{margin-bottom: 0.4rem;}
   .home-about .items .item li{margin-bottom: 2px;}
   .home-about .items .item + .item{margin-top: 0.2rem;}
   .home-about .number-count li .count-up{font-size: var(--font-size__32);}
   .home-about .number-count li p{text-align: center;font-size: var(--font-size__16);padding: 0 5%;}
   .home-about .number-count{margin-top: 1.2rem;}
}




/*  */
.banner{ position: relative;}
.banner img {display:block; width:100%;}
.banner .web-img{ display:none;}
.banner .text{ position:absolute; top:50%; left:0; width:100%; transform: translateY(-50%);}
.banner .text .tit-cn{font-size:var(--font-size__52); color:#fff; font-weight:bold; line-height:1.5;}
.banner .text .des{ margin-top:.25rem; line-height:1.8; font-size:var(--font-size__20); color:#fff; max-width:7.2rem;}
.location-box{line-height:2;position:absolute;bottom:0;width:100%; padding:.3rem 0; font-size:var(--font-size__14); color:#fff; width:100%;}
.location-box a{ color:#fff;}
.location-box .icon{ padding-left:.25rem; background-image:url(../images/hoem.svg); background-repeat:no-repeat; background-position:center left; background-size:.15rem;}
@media (max-width:1024px) {
.banner .text .tit-cn{ font-size:var(--font-size__36);}
.banner .pic img{ min-height:4rem; object-fit:cover;}
.banner .pc-img{ display:none;}
.banner .web-img{ display:block;}
.location-box{ font-size:var(--font-size__18);}
.location-box .icon{ background-size:.2rem; padding-left:.3rem;}
}
@media (max-width:640px) {
.banner .text .tit-cn{ font-size:var(--font-size__30);}
.banner .text .des{ margin-top:.1rem;}
}


/* 02_变革管理咨询 */
.inside-tit{ font-size:var(--font-size__40); font-weight:bold;}
.solution-introd{ padding-top:1.4rem;}
.solution-introd .pic{ width:50%; overflow:hidden; border-radius:.2rem;}
.solution-introd .pic img{ width:100%;}
.solution-introd .text{ line-height:1.8; font-size: var(--font-size__18); width:43.5%;}
.solution-introd .text .inside-tit{ margin-bottom:var(--padding-margin__30);}
.solution-introd .text p{margin:0;}
.solution-introd .text strong{ display:inline-block; margin-bottom:var(--padding-margin__10); font-size:var(--font-size__20);}

.solution-one{ padding:1.4rem 0;}
.solution-one .inside-tit{ margin-bottom:var(--padding-margin__50); text-align:center;}
.solution-one .switch-box{ position:relative;}
.solution-one .switch-box .swiper-slide{height:auto; padding:var(--padding-margin__50) var(--padding-margin__40); border:solid 1px rgba(0,113,186,0.5); background-image: linear-gradient(to top,#f2f8ff 30%,#fff); border-radius:.1rem; overflow: hidden;}
.solution-one .switch-box .swiper-slide .icon{ margin-bottom:.5rem;}
.solution-one .switch-box .swiper-slide .icon img{ width:.45rem; height:.45rem;}
.solution-one .switch-box .swiper-slide .text{ color:#1d1d1d; font-size:var(--font-size__18); line-height:1.8;}
.solution-one .switch-box .swiper-slide .tit{ margin-bottom:var(--padding-margin__20); font-size:var(--font-size__24); font-weight:bold;}
.solution-one .swiper-but{ width:.5rem; height:.5rem; border:solid 1px #0f79be; border-radius:100%;}
.solution-one .swiper-but:after{ font-size:.16rem; font-weight:bold; color:#0f79be;}
.solution-one .swiper-button-prev{ left:-.8rem;}
.solution-one .swiper-button-next{ right:-.8rem;}
.solution-one .swiper-but:hover{background-image: linear-gradient(0deg,#0071ba 0%,#00a8da 100%), linear-gradient(#00a8da, #00a8da); border:none;}
.solution-one .swiper-but:hover:after{ color:#fff;}

.solution-two{ padding:1rem 0; color:#fff; background-size:cover; background-repeat:no-repeat;}
.solution-two .text{ line-height:1.8; width:34.5%; font-size:var(--font-size__18);}
.solution-two .text p{margin:0;}
.solution-two .pic{ width:60%; padding:.45rem .78rem .55rem; background: rgba(0,36,108,.77); overflow: hidden; border-radius:.2rem;}
.solution-two .list{ position:relative;}
.solution-two .textwarp{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;  }
.solution-two .work_tit{ text-align:center; font-size:var(--font-size__28); font-weight:700;}
.solution-two .work_stit{ width:calc( 480 / 880 * 100%); line-height: .46rem; text-align: center; margin: 0 auto; color: var(--white-color); font-size: var(--font-size__24); font-weight: 700; margin-top:.2rem; }
.solution-two .a_txt{ display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; color: rgba(var(--white-color__rgb), 1); background-color: #007dd8; border-radius: .05rem; transition: all 0.5s; }
.solution-two .a_txt:hover{ background: var(--lg__h);}
.solution-two .a_txt i {font-style:normal;}
.solution-two .txt_l .a_txt,
.solution-two .txt_r .a_txt{position:absolute;width:.46rem;text-align:center;height:auto; padding:.1rem 0; background-color: #788398; writing-mode:tb; min-height:1.4rem; align-items: center; letter-spacing:2px; justify-content:center;top:24.2%; font-size:var(--font-size__18);}
.solution-two .txt_l .a_txt{ left:0;}
.solution-two .txt_r .a_txt{ right:0;}
.solution-two .textwarp dt{ width:100%; text-align:center; color:#fff; font-size:var(--font-size__18); margin-bottom:.07rem; font-weight:bold;}
.solution-two .textwarp dd .a_txt{ height: auto; line-height: .34rem; background-color: #4e7fd6;}
.solution-two .textwarp .project_dl_four dd{ font-weight:bold;}
.solution-two .textwarp .project_dl_two dd{ font-weight:bold;}
.solution-two .project_dl_one .dd_c{ font-weight:bold;}
.solution-two .project_dl_three{display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; max-width: 6.14rem; margin:.2rem auto 0; width: 70%;}
.solution-two .project_dl_three dt{ margin-top:.08rem;}
.solution-two .project_dl_three .dd_other{ width: .9rem;margin-top: -.33rem; }

.solution-three{ padding:1.4rem 0;}
.solution-three .inside-tit{ margin-bottom:var(--padding-margin__50); text-align:center;}
.solution-three .item{ width:15%; position:relative; transition:all .5s; border-radius:.1rem; overflow:hidden;}
.solution-three .item .back{ position:relative; padding-bottom:5.72rem;}
.solution-three .item .back::before{position:absolute;left:0;top:0;content:'';display:block;background:rgba(0,0,0,0.36);width:100%; height:100%; z-index:5; transition:all .5s;}
.solution-three .item .back img{ position:absolute; height:100%; width:100%; object-fit:cover;}
.solution-three .item .default{color:#fff;position:absolute;top:50%;width:100%;text-align:center;z-index:10;transform:translateY(-50%);}
.solution-three .item .default .serial{ margin-bottom:.25rem;font-size:var(--font-size__18);font-style:italic;font-stretch:normal;}
.solution-three .item .default .tit{ font-size:var(--font-size__24);}
.solution-three .item .inter{position:absolute;top:0;left:0;width:100%;height:100%;z-index:8;padding:.6rem .4rem;display:-webkit-flex;display:flex;flex-wrap:wrap;align-content:space-between;color:#fff; opacity:0; transition:all .5s;}
.solution-three .item .inter::after{ content:'';display:block;position:absolute;left:0;bottom:0;width:100%;height:55%;background-image:linear-gradient(to top,#17608c,transparent); z-index: 1;}
.solution-three .item .text{z-index:2;}
.solution-three .item .iol{z-index:2; width:100%; font-style:italic;font-stretch:normal;}
.solution-three .item .tit-big{ margin-bottom:.25rem; font-size:var(--font-size__28); font-weight:bold;}
.solution-three .item .des{ width:6.3rem; max-width:100%; font-size:var(--font-size__18); line-height:1.8;}

.solution-three .item.active{ width:53.5%;}
.solution-three .item.active .back::before{ opacity:0;}
.solution-three .item.active .default{ opacity:0;}
.solution-three .item.active .inter{ opacity:1;}


@media (max-width:1024px) {
.solution-one{ padding:1rem 0;}
.solution-one .switch-box .swiper-slide{ padding:var(--padding-margin__20);}
.solution-one .switch-box .swiper-slide .icon{ margin-bottom:var(--padding-margin__20);}
.solution-introd .pic{ width:100%;}
.solution-introd .text{ width:100%;}
.solution-one .swiper-button-prev{ left:-1%;}
.solution-one .swiper-button-next{ right:-1%;}
.solution-two .text{ width:100%;}
.solution-two .pic{ margin-top:var(--padding-margin__30); width:100%; padding:.45rem .65rem .55rem;}

.solution-three{ padding:1rem 0;}
.solution-three .item .text{max-width:100%;}
}
@media (max-width:640px) {
.inside-tit{ font-size:var(--font-size__36);}
.solution-introd{ padding-top:1rem;}
.solution-two .pic{ padding:.35rem;}
.solution-two .pic .list img{ display: none;}
.solution-two .textwarp{ position: relative;}

.solution-two .txt_l .a_txt,
.solution-two .txt_r .a_txt{ width: .36rem;}
.solution-two .txt_l .a_txt{ left: -.2rem;}
.solution-two .txt_r .a_txt{ right: -.2rem; }

.solution-three .accordion-xg{ flex-wrap:wrap;}
.solution-three .item.active,
.solution-three .item{ width:100%; margin-bottom:.2rem;}
.solution-three .item .default{ opacity:0;}
.solution-three .item .inter{ opacity:1;}
.solution-three .item .text{z-index:2;}


.solution-two .textwarp .box { position: relative; background: url(../images/solution-bg2-wap@2x.png) no-repeat center 0.15em; background-size: 100% auto;width: 5.01em; margin:0 auto; font-size:calc(100vw/6.4); margin-top: 0.3em; padding-bottom: 0.3em;}
.solution-two .textwarp .box:after {content: ''; padding-bottom: 125.55%; display: none;}
.solution-two .textwarp .box .work_stit {font-size:0.26em; width: calc(317em/26); height: calc(49em/26); margin:0 auto 1.1em;}
.solution-two .textwarp .box .project_dl_two {width: 3.2em; max-width: none; margin:0 auto 0.35em;}
.solution-two .textwarp .box .project_dl_two dd {width: 2.93em; margin:0 auto 0.05em;}
.solution-two .textwarp .box  dt {font-size:0.18em;}
.solution-two .textwarp .box .dd_other .a_txt {font-size: 0.17em; width: calc(81em/17); height: calc(35em/17); line-height:calc(35em/17);}
.solution-two .textwarp .box .dd_c .a_txt {font-size: 0.18em; height: calc(39em/18); line-height:calc(39em/18);}
.solution-two .textwarp .box  dt {font-size: 0.18em; line-height: calc(32em/18); margin-bottom: 0;}
.solution-two .textwarp .box dd .a_txt {font-size: 0.18em; height: calc(39em/18); line-height:calc(39em/18);}
.solution-two .textwarp .box i {font-style: normal;display: block;width: 1em; margin: 0 auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);    writing-mode: horizontal-tb;}
.solution-two .textwarp .box .txt_r .a_txt,
.solution-two .textwarp .box .txt_l .a_txt {font-size: 0.17em; width: calc(36em/17); height: calc(121em/17); line-height:calc(18.2em/17); border-radius: calc(6em/17); top:calc(100em/17)}
.solution-two .textwarp .box .txt_l .a_txt {left:0; transform: translateX(-50%);}
.solution-two .textwarp .box .txt_r .a_txt {right:0; transform: translateX(50%);}

.solution-two .textwarp .box .project_dl_one {width: 2.52em; margin:0 auto 0.3em; position: relative;}
.solution-two .textwarp .box .project_dl_one .dd_other {width: auto; position: absolute; margin-top: 0; bottom:-0.2em; right:100%; margin-right: 0.1em;}
.solution-two .textwarp .box .project_dl_one .dd_other:last-child {left:auto; left: 100%; margin-left: 0.1em;}
.solution-two .textwarp .box .project_dl_one .dd_c {width: 2.27em; margin:0 auto; }

.solution-two .textwarp .box .project_dl_three {margin:0 auto; width: 2.26em;max-width: none; position: relative;}
.solution-two .textwarp .box .project_dl_three dt {margin-top: 0;}
.solution-two .textwarp .box .project_dl_three .dd_other {width: auto; margin:0; position: absolute; margin-right: 0.2em; top:-0.12em; right: 100%;}
.solution-two .textwarp .box .project_dl_three .dd_other:last-child {right: auto; left:100%; margin-left: 0.2em;}

.solution-two .textwarp .box .project_dl_four {width: 2.26em; max-width: none; margin:0 auto;}
}



/* 02_战略洞察与管理 */
.dste-introd{ padding:1.9rem 0 1.4rem;}
.dste-introd .pic{ width:50%; overflow:hidden; border-radius:.2rem;}
.dste-introd .pic img{ width:100%;}
.dste-introd .text{ direction:ltr; line-height:1.8; font-size: var(--font-size__18); width:50%; padding:0 .8rem;}
.dste-introd .text .inside-tit{ margin-bottom:var(--padding-margin__30);}
.dste-introd .text p{margin:0;}
.dste-introd .text strong{ display:inline-block; margin-bottom:var(--padding-margin__10); font-size:var(--font-size__20);}

.dste-one{ padding:1.4rem 0; color:#fff; background-size:cover; background-position:center; background-repeat:no-repeat;}
.dste-one .inside-tit{ margin-bottom:.25rem; text-align:center;}
.dste-one .tab-menu{margin-bottom:.4rem;}
.dste-one .tab-menu .item{ cursor:pointer; padding:.1rem 0; font-size:var(--font-size__20); margin:0 .25rem; border-bottom:solid .02rem transparent;}
.dste-one .tab-menu .item.on{ border-color:#fff;}
.dste-one .switch-box{ display:none; position:relative;}
.dste-one .switch-box .swiper-slide{height:auto; padding:var(--padding-margin__50) var(--padding-margin__45); background-image: linear-gradient(to top,#f2f8ff 30%,#fff); border-radius:.1rem; overflow: hidden; color:#1d1d1d;}
.dste-one .switch-box .swiper-slide .tit{display:-webkit-flex;align-items:center;margin-bottom:var(--padding-margin__50);font-size:var(--font-size__24);font-weight:bold;background: -webkit-linear-gradient(180deg,#00a8da,#0071ba);background: linear-gradient(180deg,#00a8da,#0071ba);-webkit-background-clip:text;background-clip: text;-webkit-text-fill-color: transparent;color: transparent;}
.dste-one .switch-box .swiper-slide .tit::before{content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/pot.png); margin-right:.1rem; background-size:contain; background-position:center; background-repeat:no-repeat;}
.dste-one .switch-box .swiper-slide .des{ font-size:var(--font-size__18); line-height:1.8; min-height:7em;}
.dste-one .swiper-but{ width:.5rem; height:.5rem; border:solid 1px #fff; border-radius:100%; overflow:hidden;}
.dste-one .swiper-but:after{ font-size:.16rem; font-weight:bold; color:#fff;}
.dste-one .swiper-but.swiper-button-disabled{ opacity:0;}
.dste-one .swiper-button-prev{ left:-.8rem;}
.dste-one .swiper-button-next{ right:-.8rem;}
.dste-one .swiper-but:hover{background-image:linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#00a8da,#00a8da); border:none;}
.dste-one .swiper-but:hover:after{ color:#fff;}

.dste-two{ padding:1.4rem 0 1.2rem;}
.dste-two .inside-tit{ margin-bottom:.5rem; text-align:center;}
.dste-two .dste-solution{background:#f6fbfe;padding:.4rem;border-radius: 20px;}
.dste-two .dste-solution .introd{ margin-bottom:var(--padding-margin__35); font-size:var(--font-size__20); line-height:1.5;}
.dste-two .dste-solution .item{ width:32.895%; margin-right:.5%; align-content:flex-start;}
.dste-two .dste-solution .item .ita{background-color:#007dd8;box-shadow:0px 0px 35px 3px rgba(0,55,95,0.08);border-radius: 6px; line-height:.65rem; text-align:center; color:#fff; font-size:var(--font-size__28); font-weight:bold; padding:0 5px; margin-bottom:.1rem; width:100%;}
.dste-two .dste-solution .item p{margin:0; min-height:.5em;}
.dste-two .dste-solution .item:nth-child(3n){ margin-right:0;}
.dste-two .dste-solution .con-des{padding:.3rem; background:#fff;box-shadow:0px 0px 35px 3px rgba(0, 55, 95, 0.08);border-radius:6px; min-height:calc(100% - .75rem);}
.dste-two .dste-solution .ul,
.dste-two .dste-solution .ul li{margin:0; padding:0; list-style: none;}
.dste-two .dste-solution .ul{ line-height:1.7;}
.dste-two .dste-solution .ul li{ position: relative; padding-left:.2rem; font-size:var(--font-size__18);}
.dste-two .dste-solution .ul li b{font-size:var(--font-size__20);}
.dste-two .dste-solution .ul li::before{ content:''; width:.06rem; height:.06rem; background-image:linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#000000, #000000); background-blend-mode: normal, normal; display:block; border-radius:100%; position:absolute; top:.7em; left:0;}

.dste-three{ padding-bottom:1.4rem;}
.dste-three .inside-tit{ margin-bottom:.5rem; text-align:center;}
.dste-three .item{ direction:rtl;}
.dste-three .item .pic{ width:50%; border-radius:.2rem; overflow: hidden;}
.dste-three .item .text{ line-height:1.7; width:47%; direction:ltr; font-size:var(--font-size__18);}
.dste-three .item .text .tit{ margin-bottom:var(--padding-margin__50); font-size:var(--font-size__32); color:#1d1d1d; font-weight:bold;}
.dste-three .item .text p{margin:0;}
.dste-three .item .text .pot{display:-webkit-flex;align-items:center;margin-bottom:var(--padding-margin__15);font-size:var(--font-size__24);font-weight:bold;background:-webkit-linear-gradient(180deg,#00a8da,#0071ba);background: linear-gradient(180deg,#00a8da,#0071ba);-webkit-background-clip:text;background-clip: text;-webkit-text-fill-color: transparent;color: transparent; line-height:1.5;}
.dste-three .item .text .pot::before{content:''; display:block; width:.16rem; height:.16rem; background-image:url(../images/pot.png); margin-right:.1rem; background-size:contain; background-position:center; background-repeat:no-repeat;}
.dste-three .item .text .des{ font-size:var(--font-size__18); line-height:1.7; min-height:7em; color:#1d1d1d;}
.dste-three .item .text .ixk{ max-height:4.3rem; overflow: auto; padding-right:.4rem;}
.dste-three .item .text .ixk::-webkit-scrollbar{width:.06rem;height:.06rem}
.dste-three .item .text .ixk::-webkit-scrollbar-track{background:rgba(var(--default-color__rgb),.1)}
.dste-three .item .text .ixk::-webkit-scrollbar-thumb{background-image: linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#d5d5d5, #d5d5d5);border-radius:.04rem}
.dste-three .item .text .ul,
.dste-three .item .text .ul li{margin:0; padding:0; list-style: none;}
.dste-three .item .text .ul{ line-height:1.7;}
.dste-three .item .text .ul li{ margin-bottom:var(--padding-margin__15); position: relative; padding-left:.2rem;}
.dste-three .item .text .ul li b{font-size:var(--font-size__20);}
.dste-three .item .text .ul li::before{ content:''; width:.06rem; height:.06rem; background-image:linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#000000, #000000); background-blend-mode: normal, normal; display:block; border-radius:100%; position:absolute; top:.7em; left:0;}
.dste-three .switch-box{ position:relative;}
.dste-three .swiper-but{ width:.5rem; height:.5rem; border:solid 1px #0071ba; border-radius:100%; overflow:hidden;}
.dste-three .swiper-but:after{ font-size:.16rem; font-weight:bold; color:#0071ba;}
.dste-three .swiper-button-prev{ left:-.8rem;}
.dste-three .swiper-button-next{ right:-.8rem;}
.dste-three .swiper-but:hover{background-image:linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#00a8da,#00a8da); border:none;}
.dste-three .swiper-but:hover:after{ color:#fff;}

@media (max-width:1024px) {
.dste-introd{ padding:1rem 0;}
.dste-introd .text{ padding:0 .4rem;}

.dste-one .swiper-but{ border-color:#0071ba;}
.dste-one .swiper-but::after{ color:#0071ba;}
.dste-one .swiper-button-next{ right:-1%;}
.dste-one .swiper-button-prev{ left:-1%;}

.dste-two .dste-solution .item .ita{ font-size:var(--font-size__22); line-height:.5rem;}
.dste-two .dste-solution .con-des{ padding:.2rem; min-height:calc(100% - .5rem);}
.dste-two .dste-solution .ul li{ font-size:var(--font-size__16);}
.dste-two .dste-solution .ul li b{ font-size:var(--font-size__18);}

.dste-three .swiper-button-prev{ left:-1%;}
.dste-three .swiper-button-next{ right:-1%;}
.dste-three .item .text{ line-height:1.5; font-size:var(--font-size__16);}
.dste-three .item .text .ul li b{ font-size:var(--font-size__18);}
.dste-three .item .text .tit{ margin-bottom:var(--padding-margin__20); font-size:var(--font-size__24);}
.dste-three .item .text .pot{ font-size:var(--font-size__22);}
}

@media (max-width:640px) {
.dste-introd{ padding:.5rem 0;}
.dste-introd .pic{ width:100%;}
.dste-introd .text{ padding:.4rem 0; width:100%; font-size:var(--font-size__22);}

.dste-one{ padding:.8rem 0;}
.dste-one .tab-menu .item{ margin:0.05rem .1rem;}
.dste-one .switch-box .swiper-slide{ padding:var(--padding-margin__50);}
.dste-one .switch-box .swiper-slide .tit{ margin-bottom:var(--padding-margin__30);}
.dste-one .swiper-but{ top:55%;}
.dste-one .switch-box .swiper-slide .des{font-size:var(--font-size__22);}
.dste-one .switch-box .swiper-slide .tit{font-size:var(--font-size__28);}

.dste-two{ padding:.5rem 0;}
.dste-two .dste-solution .introd{font-size:var(--font-size__22);}
.dste-two .dste-solution .item{ width:100%; margin-bottom:.4rem;}
.dste-two .dste-solution .item .ita{font-size:var(--font-size__28);}
.dste-two .dste-solution .ul li{font-size:var(--font-size__22);}
.dste-two .dste-solution .ul li b{font-size:var(--font-size__24);}

.dste-three{ padding-bottom:.5rem;}
.dste-three .item .pic{ width:100%;}
.dste-three .item .pic img{ width:100%;}
.dste-three .item .text{ margin-top:.4rem; width:100%; font-size:var(--font-size__22);}
.dste-three .item .text .tit{ font-size:var(--font-size__28);}
.dste-three .item .text .pot{ font-size:var(--font-size__28);}
.dste-three .item .text .ul li b{font-size:var(--font-size__24);}
.dste-three .swiper-but{ top:25%; background-image:linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#00a8da,#00a8da); border:none;}
.dste-three .swiper-but:after{ color:#fff;}
.dste-three .swiper-button-prev{ left:1%;}
.dste-three .swiper-button-next{ right:1%;}
}



/* 03_韧性增长训战营 */
.resil-introd{ padding:1.35rem 0;}
.resil-introd .container{ background:#f6fbfe; overflow:hidden; border-radius:.2rem;}
.resil-introd .pic{ width:54.625%;}
.resil-introd .pic img{ width:100%;}
.resil-introd .text{ direction:ltr; line-height:1.8; font-size: var(--font-size__18); width:45.3%; padding:0 .6rem;}
.resil-introd .text .inside-tit{ margin-bottom:var(--padding-margin__30); line-height:1.2;}
.resil-introd .text p{margin:0;}
.resil-introd .text strong{ display:inline-block; margin-bottom:var(--padding-margin__10); font-size:var(--font-size__20);}

.resil-one{ padding:1.4rem 0; background-size:cover; background-position:center; background-repeat:no-repeat;}
.resil-one .inside-tit{ color:#fff; text-align:center; margin-bottom:var(--padding-margin__55); line-height:1.2;}
.resil-one .item{width:23.625%;background:rgba(255,255,255,0.94);padding:.4rem .3rem .4rem .4rem;margin-right:1.83%;border-radius:.7rem .1rem .1rem .1rem;overflow:hidden;}
.resil-one .item .icon{ padding-right:.1rem;}
.resil-one .item:nth-child(4n){ margin-right:0;}
.resil-one .item .tit{ margin-bottom:.25rem; font-size:var(--font-size__24); font-weight:bold;}
.resil-one .item p{margin:0;}
.resil-one .item .des{ line-height:1.7; height:10.2em; overflow:auto; padding-right:.1rem;}
.resil-one .item .des::-webkit-scrollbar{width:.06rem;height:.06rem}
.resil-one .item .des::-webkit-scrollbar-track{background:rgba(var(--default-color__rgb),.1)}
.resil-one .item .des::-webkit-scrollbar-thumb{background-image: linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#d5d5d5, #d5d5d5);border-radius:.04rem}
.resil-one .item:nth-child(1) .icon{ margin-bottom:var(--padding-margin__60);}
.resil-one .item:nth-child(2) .icon{ margin-bottom:var(--padding-margin__75);}
.resil-one .item:nth-child(3) .icon{ margin-bottom:var(--padding-margin__100);}
.resil-one .item:nth-child(4) .icon{ margin-bottom:var(--padding-margin__120);}

.resil-two{ padding:1.4rem 0 1.1rem;}
.resil-two .inside-tit{ text-align:center; margin-bottom:var(--padding-margin__55); line-height:1.2;}
.resil-two .list-box .item{width:23.75%;margin-right:1.666%;margin-bottom:.3rem;background:#f6fbfe;border-radius:10px; line-height:1.7;}
.resil-two .list-box .item a{padding:.45rem; color:#1d1d1d; min-height:100%; align-content:space-between;}
.resil-two .list-box .item .tit{ border-bottom:solid 1px #dde1e4; padding-bottom:.15rem; margin-bottom:.15rem; font-size:var(--font-size__20); font-weight:bold;}
.resil-two .list-box .item .des{ font-size:var(--font-size__18); margin-bottom:.3rem;}
.resil-two .list-box .item .des span{ color:#0071ba; position:relative; padding-right:.2rem;}
.resil-two .list-box .item .des span::after{ position:absolute; top:.3em; right:.1rem; content:''; display:inline-block; width:1px; height:.8em; background:#c5c9cb;}
.resil-two .list-box .item .aniu{width:100%; font-size:var(--font-size__18);}
.resil-two .list-box .item .aniu .but{border:solid 1px #1d1d1e;border-radius:.3rem;min-width:9em;text-align:center;line-height:2.8;}
.resil-two .list-box .item:nth-child(4n){ margin-right:0;}
.resil-two .list-box .item a:hover .aniu .but{background-image:linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#ffffff, #ffffff); color:#fff; border:none;}

.resil-three{ background:#f6fbfe; padding:1.4rem 0;}
.resil-three .switch-box{ position:relative;}
.resil-three .inside-tit{ text-align:center; margin-bottom:var(--padding-margin__55); line-height:1.2;}
.resil-three .item{ margin-bottom:var(--padding-margin__60); position:relative; padding-bottom:51%; border-radius:.1rem; overflow: hidden;}
.resil-three .item:last-child{ margin-bottom:0;}
.resil-three .item .pic{width:100%; position: relative; z-index:1;}
.resil-three .item .pic figure{ padding-bottom:67%;background-size:cover;background-position:center;background-repeat:no-repeat;}
.resil-three .item .text{ border-radius:.1rem; position:absolute; bottom:0; left:0; width:100%; z-index:2; overflow:hidden;}
.resil-three .item .text .back-color{position:relative;z-index:2;color:#1d1d1d;line-height:1.5;padding:.4rem;background:#fff; transition:all .5s;}
.resil-three .item .text::after{ position:absolute; left:0; top:0; content:''; display:block;width:100%; height:100%; z-index:1; transition:all .5s;background-image:linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#ffffff, #ffffff); opacity:0;}
.resil-three .item .text .tit{ min-height:3em; font-size: var(--font-size__24); font-weight:bold;}
.resil-three .item .text .line{ margin:.2rem 0; display:block; width:100%; height:1px; background:rgba(0,0,0,.06);}
.resil-three .item .text .des{ line-height:1.8;font-size:var(--font-size__18); height:3.6em; transition:all .5s;}
.resil-three .item:hover .des{ --clamp: 5; height:9em;}
.resil-three .item:hover .text .back-color{ background:none;}
.resil-three .item:hover .text .tit,
.resil-three .item:hover .text .color{ color:#fff;}
.resil-three .item:hover .text::after{ opacity:1;}
.resil-three .item:hover .text .line{ background:rgba(255,255,255,0.1);}
.resil-three .swiper-but{ width:.5rem; height:.5rem; border:solid 1px #0071ba; border-radius:100%; overflow:hidden;}
.resil-three .swiper-but:after{ font-size:.16rem; font-weight:bold; color:#0071ba;}
.resil-three .swiper-button-prev{ left:-.8rem;}
.resil-three .swiper-button-next{ right:-.8rem;}
.resil-three .swiper-but:hover{background-image:linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#00a8da,#00a8da); border:none;}
.resil-three .swiper-but:hover:after{ color:#fff;}
@media (max-width:1024px) {
.resil-two{ padding:1rem 0;}
.resil-two .list-box .item{ width:48.5%; margin-right:3%; margin-bottom:3%;}
.resil-two .list-box .item:nth-child(2n){ margin-right:0;}
.resil-three .item{ margin-bottom:var(--padding-margin__30); padding-bottom:56%;}
.resil-three .swiper-button-next{ right:-1%;}
.resil-three .swiper-button-prev{ left:-1%;}
.resil-one .item{ width:48.5%; margin-right:3%; margin-bottom:3%; font-size:var(--font-size__20);}
.resil-one .item .icon{ margin-bottom:.15rem !important;}
.resil-one .item .icon img{ height:.4rem;}
.resil-one .item:nth-child(2n){ margin-right:0;}
}
@media (max-width:640px) {
.resil-introd{ padding:1rem 0;}
.resil-introd .pic{ width:100%;}
.resil-introd .text{ width:100%; padding:.3rem; font-size:var(--font-size__22);}
.resil-one .item{ width:100%; margin-right:0; font-size:var(--font-size__22);}
.resil-one .item .tit{ font-size:var(--font-size__26);}
.resil-one .item .icon img{ height:.5rem;}
.resil-one .item:last-child{ margin-bottom:0;}
.resil-two .list-box .item{ width:100%;}
.resil-two .list-box .item .tit{ font-size:var(--font-size__24);}
.resil-two .list-box .item .des{ font-size:var(--font-size__20);}
.resil-three{ padding:1rem 0;}
.resil-three .item{ padding-bottom:75%;}
.resil-three .item .text .line{ margin:.15rem 0;}
.resil-three .item .text .back-color{ padding:.25rem;}
.resil-three .item:hover .text .des{ overflow:auto;}
}



/* 03_韧性增长训战营-详情 */
.freshman-inside{ padding-bottom:1.4rem;}
.freshman-one{ padding:1.4rem 0 0;}
.freshman-one .inside-tit{ margin-bottom:.6rem; text-align:center;}
.freshman-one .list-box .ul,
.freshman-one .list-box .ul li{ list-style:none; margin:0; padding:0;}
.freshman-one .list-box .item{ border:solid 1px rgba(0,113,186,0.5); background-image: linear-gradient(to top,#f2f8ff 30%,#fff); border-radius:.1rem; overflow: hidden; padding:.5rem .3rem; width:31.563%; margin-right:2.65%;}
.freshman-one .list-box .item:nth-child(3n){ margin-right:0;}
.freshman-one .list-box .item .pot{display:-webkit-flex;align-items:center;margin-bottom:var(--padding-margin__15);font-size:var(--font-size__24);font-weight:bold;background:-webkit-linear-gradient(180deg,#00a8da,#0071ba);background: linear-gradient(180deg,#00a8da,#0071ba);-webkit-background-clip:text;background-clip: text;-webkit-text-fill-color: transparent;color: transparent; line-height:1.5;}
.freshman-one .list-box .ul li{ line-height:1.5; position:relative; font-size:var(--font-size__18); color:#1d1d1d; padding-left:.2rem; margin-bottom:.1rem;}
.freshman-one .list-box .ul li::before{ content:''; width:.06rem; height:.06rem; background-image:linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#000000, #000000); background-blend-mode: normal, normal; display:block; border-radius:100%; position:absolute; top:.6em; left:0;}
.freshman-one .list-box .ul li:last-child{ margin-bottom:0;}

.freshman-two{ margin-top:1.4rem; padding:1.4rem 0; color:#fff; background-size:cover; background-position:center; background-repeat:no-repeat;}
.freshman-two .inside-tit{ margin-bottom:var(--padding-margin__20); text-align:center;}
.freshman-two .inside-tit-des{ text-align:center; font-size:var(--font-size__28);}
.freshman-two .list-box{ margin-top:var(--padding-margin__50);}
.freshman-two .list-box .item{width:23.625%;padding:.55rem .35rem; border:solid 1px rgba(255,255,255,.5); border-radius:.1rem; margin-right:1.81%;}
.freshman-two .list-box .item .tit{ margin-bottom:var(--padding-margin__40); font-size:var(--font-size__30); font-weight:bold; color:rgba(255,255,255,.4);}
.freshman-two .list-box .item .des{ font-size:var(--font-size__18); line-height:1.6;}
.freshman-two .list-box .item .des b{ font-size: var(--font-size__20);}
.freshman-two .list-box .item:nth-child(4n){ margin-right:0;}
.freshman-three{ padding:1.4rem 0 0;}
.freshman-three .inside-tit{ margin-bottom:var(--padding-margin__50); text-align:center;}
.freshman-three .item{ width:33%; margin-right:.5%; align-content:flex-start;}
.freshman-three .item:nth-child(3n){ margin-right:0;}
.freshman-three .item .olw p{ margin:0;}
.freshman-three .item .tit{ width:100%; font-weight:bold; line-height:1rem; font-size:var(--font-size__24); text-align:center; background-image:linear-gradient(0deg,#0071ba 0%, #00a8da 100%), linear-gradient(#f8f8f8,#f8f8f8);color:#fff; margin:0 .1rem; border-radius:.1rem .1rem 0 0;}
.freshman-three .item .text{padding:0 .4rem .4rem;background-color:#ffffff;box-shadow:0px 0px 35px 3px rgba(0, 55, 95, 0.08); border-radius:20px; min-height:calc(100% - 1rem); align-content:flex-start;}
.freshman-three .item .text .des{width:100%; font-size:var(--font-size__18); color:#0071ba; line-height:1.5; padding:.25rem 0;}
.freshman-three .item .text .des .ol{ height:3em;}
.freshman-three .item .text .olw{ line-height:1.7; width:100%; padding-right:.2rem; max-height:4.3rem; overflow:auto}
.freshman-three .item .text .olw::-webkit-scrollbar{width:.06rem;height:.06rem}
.freshman-three .item .text .olw::-webkit-scrollbar-track{background:rgba(var(--default-color__rgb),.1)}
.freshman-three .item .text .olw::-webkit-scrollbar-thumb{background-image: linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#d5d5d5, #d5d5d5);border-radius:.04rem}
.freshman-four{ padding-top:1.4rem;}
.freshman-four .inside-tit{ margin-bottom:var(--padding-margin__50); text-align:center;}
.freshman-four .list-box .item{ width:49%; position: relative; border-radius:.2rem; overflow: hidden;}
.freshman-four .list-box .item .pic figure{ padding-bottom:66.71%; background-position:center; background-size:cover; background-repeat: no-repeat;}
.freshman-four .list-box .item .text{ line-height:1.5; font-size:var(--font-size__18); color:#fff; position:absolute; left:0; bottom:0; width:100%; padding:.4rem;}
.freshman-four .list-box .item .text .tit{ font-size:var(--font-size__24); color:#fff; font-weight:bold;}
.freshman-five{ padding-top:1.4rem;}
.freshman-five .inside-tit{ margin-bottom:var(--padding-margin__50); text-align:center;}
.freshman-five .list-box .item{ width:49%; position: relative; border-radius:.2rem; overflow: hidden; background:#f6fbfe; padding:.45rem;}
.freshman-five .list-box .item .pic{ width:1.3rem; height:1.3rem; border:solid .05rem #c5dff0; border-radius:100%; overflow: hidden;}
.freshman-five .list-box .item .pic figure{ width:100%; padding-bottom:100%; background-position:center; background-size:cover; background-repeat: no-repeat;}
.freshman-five .list-box .item .text{ line-height:1.7; width:calc(100% - 1.75rem);}
.freshman-five .list-box .item .text .title{ margin-bottom:.2rem;}
.freshman-five .list-box .item .text .tit-en{ line-height:1; font-size:var(--font-size__36); color:#1d1d1d; font-weight:bold;}
.freshman-five .list-box .item .text .tit-cn{ margin-left:.15rem; line-height:1.3; font-size:var(--font-size__20); color:#0071ba;}
.freshman-six{ padding:1.4rem 0 0;}
.freshman-six .switch-box{ position:relative;}
.freshman-six .switch-box .swiper-pagination{ margin-top:.5rem; font-size:0; width:100%; text-align:center;}
.freshman-six .switch-box .swiper-pagination .swiper-pagination-bullet{ width:.12rem; height:.12rem; border:solid 1px rgba(0,0,0,.2); background:#fff; opacity:1; margin:0 .05rem;}
.freshman-six .switch-box .swiper-pagination .swiper-pagination-bullet-active{ background:#0071ba; border-color:#0071ba; cursor: pointer;}
.freshman-six .inside-tit{ margin-bottom:var(--padding-margin__50); text-align:center;}
.freshman-six .item{ padding:.4rem; background:#f6fbfe; border-radius:.2rem; position:relative;}
.freshman-six .item::before{ position:absolute; top:.15rem; content:''; display:block; width:.74rem; height:.65rem; background-image: url(../images/comma.png); background-size:contain; background-position:center; background-repeat:no-repeat;}
.freshman-six .item .tit{ height:3em; font-size:var(--font-size__24); font-weight: bold; color: #0071ba; line-height:1.5; padding-right:.5rem;}
.freshman-six .item .name{ padding-right:.5rem;}
.freshman-six .item .name i{ margin-right:.2rem; width:8em; height:0.02rem; background:rgba(0,0,0,.06);}
.freshman-six .item .name span{ font-size:var(--font-size__18); font-weight:bold; color:#1d1d1d;}
.freshman-six .item .ols{ margin:.25rem 0 .5rem; overflow:auto; height:6.8em; line-height:1.7; padding-right:.5rem;}
.freshman-six .item .ols::-webkit-scrollbar{width:.06rem;height:.06rem}
.freshman-six .item .ols::-webkit-scrollbar-track{background:rgba(var(--default-color__rgb),.1)}
.freshman-six .item .ols::-webkit-scrollbar-thumb{background-image: linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#d5d5d5, #d5d5d5);border-radius:.04rem}
@media (max-width:1024px) {
.freshman-three .item .tit{ display:-webkit-flex; display:flex; align-items:center; justify-content:center; line-height:1.5; height:.8rem; font-size:var(--font-size__18);}
.freshman-three .item .text{ padding:0 .3rem .3rem;}
.freshman-three .item .text .olw{ line-height:1.5;}
}
@media (max-width:768px) {
.freshman-six .item .name i{ display:none;}
.freshman-six .item .tit,
.freshman-six .item .ols,
.freshman-six .item .name{ padding-right:.1rem;}
}
@media (min-width:641px) {
	.freshman-one .list-box .item:nth-child(n+4){margin-top:2.65%;}
	.freshman-three .item:nth-child(n+4){margin-top:0.5%;}
}
@media (max-width:640px) {
.freshman-one{padding-top:.8rem;}
.freshman-one .list-box .item{ width:100%; margin-right:0; margin-bottom:.3rem;}
.freshman-one .list-box .ul li{ font-size:var(--font-size__22);}
.freshman-one .list-box .item:last-child{ margin-bottom:0;}
.freshman-two{padding-top:.8rem;}
.freshman-two .list-box .item{ width:100%; margin-right:0; margin-bottom:.3rem;}
.freshman-two .list-box .item:last-child{ margin-bottom:0;}
.freshman-two .list-box .item .des{ font-size:var(--font-size__22);}
.freshman-three{ padding-top:.8rem;}
.freshman-three .list-box .item{ width:100%; margin-right:0; margin-bottom:.3rem;}
.freshman-three .list-box .item:last-child{ margin-bottom:0;}
.freshman-three .item .text{ font-size:var(--font-size__20);}
.freshman-three .item .text .des{ font-size:var(--font-size__22);}
.freshman-three .item .tit{ font-size:var(--font-size__24);}
.freshman-three .item .text .olw{ max-height:4.5rem;}
.freshman-four{padding-top:.8rem;}
.freshman-four .list-box .item{ width:100%; margin-right:0; margin-bottom:.3rem;}
.freshman-four .list-box .item:last-child{ margin-bottom:0;}
.freshman-four .list-box .item:last-child{ margin-bottom:0;}
.freshman-five{padding-top:.8rem;}
.freshman-five .list-box .item{ width:100%; margin-right:0; margin-bottom:.3rem; padding:.3rem;}
.freshman-five .list-box .item:last-child{ margin-bottom:0;}
.freshman-five .list-box .item .pic{ width:1rem; height:1rem;}
.freshman-five .list-box .item .text{ font-size:var(--font-size__18); width:calc(100% - 1.25rem);}
.freshman-six{padding-top:.8rem;}
.freshman-six .item .ols{ font-size:var(--font-size__22);}
.freshman-six .item .name{ font-size:var(--font-size__22);}
}




/* 04_BCIC社区 */
.bcic-introd{ padding:1.4rem 0 1.2rem;}
.bcic-introd .logo-pic{ width:16%;}
.bcic-introd .text{ width:73%;}
.bcic-introd .text .des{ margin-top:.35rem; line-height:1.7;}

.bcic-one{ padding:1.4rem 0 1.3rem; color:#fff; background-size:cover; background-position:center; background-repeat:no-repeat;}
.bcic-one .inside-tit{ margin-bottom:var(--padding-margin__20); text-align:center;}
.bcic-one .inside-tit-des{ line-height:1.5; text-align:center; font-size:var(--font-size__24);}
.bcic-one .con-shell{ margin-top:1rem; width:100%;}
.bcic-one .con-shell .ul,
.bcic-one .con-shell .ul li{ list-style:none; margin:0; padding:0; position:relative;}
.bcic-one .con-shell .ul li{ color:#1d1d1d;width:24%; margin-right:1.33%; z-index:2;}
.bcic-one .con-shell .ul li .back-bg{ line-height:1.7; background:#fff; padding:.45rem .35rem; width:100%; height:100%; position:relative; z-index:2; border-radius:.1rem; margin-top:-.25rem;}
.bcic-one .con-shell .ul li:nth-child(4n){ margin-right:0;}
.bcic-one .con-shell .ul li::after{ position:absolute; left:50%; margin-left:-.11rem; bottom:-.35rem; content:''; display:block;width:0; height:0; border-left:.1rem solid transparent; border-right:.1rem solid transparent; border-top:.12rem solid white;}
.bcic-one .con-shell .ul li::before{content:'';display:block; width:.16rem; height:.16rem; background-image:url(../images/pot.png);  background-size:contain; background-position:center; background-repeat:no-repeat; position:absolute; left:50%; margin-left:-.09rem; bottom:-.57rem;}
.bcic-one .con-shell .ul::after{ position:absolute; bottom:-.5rem; content:''; display:block; width:100%; border-bottom:dashed 1px rgba(255,255,255,.5);}
.bcic-one .con-shell .ul{ width:80%;}
.bcic-one .con-shell .num{ background:-webkit-linear-gradient(90deg,#00a8da,#0071ba); background: linear-gradient(180deg,#00a8da,#0071ba); -webkit-background-clip:text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; line-height:1; font-size:var(--font-size__52); font-weight:bold; text-align:center; width:100%; z-index:1;}
.bcic-one .con-shell .qrcode-box{ text-align:center;}
.bcic-one .con-shell .qrcode-box .tit{ font-size:var(--font-size__24); color:#fff; font-weight:bold;}
.bcic-one .con-shell .qrcode-box .des{ margin:.1rem 0; font-size:var(--font-size__16);}
.bcic-one .con-shell .qrcode-box img{ width:1.91rem;}
.bcic-two{ padding:1.4rem 0;}
.bcic-two .container{ position:relative;}
.bcic-two .container .pic{ border-radius:.2rem; overflow: hidden; }
.bcic-two .container .pic img{ width:100%;}
.bcic-two .container .text{ position:absolute; top:50%; text-align:center; width:100%; color:#fff; transform:translateY(-50%);}
.bcic-two .container .aniu{ margin-top:.35rem;}
.bcic-two .container .aniu .but{cursor:pointer; display:block; font-size:var(--font-size__18); background: linear-gradient(180deg,#00a8da,#0071ba); line-height:2.5; padding:0 .4rem; border-radius:.5rem; color:#fff;}
@media (max-width:1024px) {
.bcic-one .con-shell{ margin-top:.7rem;}
.bcic-one .con-shell .ul li .back-bg{ padding:.2rem;}
.bcic-one .con-shell .qrcode-box img{ width:1.2rem; margin:0 auto;}
}
@media (max-width:640px) {
.bcic-introd{ padding:.7rem 0;}
.bcic-introd .text{ width:100%; margin-top:.3rem; font-size:var(--font-size__22);}
.bcic-introd .logo-pic{ width:35%;}
.bcic-one{ padding:.7rem 0;}
.bcic-one .con-shell{ margin-top:.3rem; flex-wrap:wrap;}
.bcic-one .con-shell .ul{ width:100%;}
.bcic-one .con-shell .ul::after,
.bcic-one .con-shell .ul li::before,
.bcic-one .con-shell .ul li::after{ display:none;}
.bcic-one .con-shell .ul li{ width:100%; margin-bottom:.5rem; font-size:var(--font-size__22);}
.bcic-one .con-shell .qrcode-box{ width:100%;}
.bcic-one .con-shell .qrcode-box .des{ font-size:var(--font-size__18);}
.bcic-one .con-shell .qrcode-box .tit{ font-size:var(--font-size__30);}
.bcic-one .con-shell .qrcode-box img{ width:1.91rem;}
.bcic-two{ padding:.7rem 0;}
.bcic-two .container .aniu{ margin-top:.15rem;}
}


/*  */
.inside-menu .item a{cursor:pointer;display:block;font-size:var(--font-size__18); min-width:1.6rem; text-align:center; padding:.18rem .2rem; border-radius:.5rem; color:#fff; display: -webkit-flex; display:flex; align-items:center; justify-content:center; margin:0 .15rem; border:solid 1px #1d1d1e; color:#1d1d1e;}
.inside-menu .item a:hover,
.inside-menu .item.active a{background-image:linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#00a8da,#00a8da);
border-color:#00a8da; color:#fff;}
@media (max-width:640px) {
.inside-menu .item a{ font-size:var(--font-size__22); margin:0 .05rem;}
}


/* 04_BCIC社区动态 */
.Dynamic-box{ padding:.8rem 0 1.4rem;}
.Dynamic-box .list-box .ul,
.Dynamic-box .list-box .ul li{ padding:0; margin:0; list-style:none;}
.Dynamic-box .list-box .ul li{ padding:.5rem 0; border-bottom:solid 1px rgba(0,0,0,.06);}
.Dynamic-box .list-box .ul li a{ color:#1d1d1d;}
.Dynamic-box .list-box .ul li .pic{ width:20.5%; border-radius:.1rem; overflow:hidden;}
.Dynamic-box .list-box .ul li .pic figure{ padding-bottom:66.5%; background-repeat: no-repeat; background-position:center; background-size:cover;}
.Dynamic-box .list-box .ul li .text{ line-height:1.5; width:68%; padding-left:.4rem;}
.Dynamic-box .list-box .ul li .text .tit{ margin-bottom:.2rem; font-size:var(--font-size__24); font-weight:bold;}
.Dynamic-box .list-box .ul li .text .des{ font-size:var(--font-size__18);}
.Dynamic-box .list-box .ul li .text .tiem{ margin-top:.35rem; font-size:var(--font-size__16); color:#5f6366;}
@media (max-width:1024px) {
.Dynamic-box .list-box .ul li .pic{ width:30%;}
.Dynamic-box .list-box .ul li .text .tiem{ margin-top:.2rem;}
}
@media (max-width:640px) {
.Dynamic-box .list-box .ul li .pic{ width:100%;}
.Dynamic-box .list-box .ul li .text{ padding:.2rem 0 0; width:100%;}
.Dynamic-box .list-box .ul li .text .des{ font-size:var(--font-size__22);}
.Dynamic-box .list-box .ul li .text .tiem{ font-size:var(--font-size__20);}
}


/* 05_行业 */
.Industry-box{ padding:.8rem 0 1.4rem;}
.Industry-box .inside-tit{ margin-bottom:var(--padding-margin__50); text-align:center;}
.Industry-box .list-box .item{ background:#f6fbfe; margin-bottom:.6rem; border-radius:.2rem; overflow: hidden; direction:ltr;}
.Industry-box .list-box .item a{ color:#1d1d1d; line-height:1.5;}
.Industry-box .list-box .item .pic{ width:50%;}
.Industry-box .list-box .item .pic figure{ padding-bottom:62.5%;background-repeat: no-repeat; background-position:center; background-size:cover;}
.Industry-box .list-box .item .text{ direction:ltr; width:50%; padding:.75rem;}
.Industry-box .list-box .item .text .tit{ font-size:var(--font-size__32); font-weight:bold;}
.Industry-box .list-box .item .text .des{ font-size:var(--font-size__18); margin:.15rem 0 .35rem; color:rgba(0,0,0,.7);}
.Industry-box .list-box .item:last-child{ margin-bottom:0;}
.Industry-box .list-box .item .but{cursor:pointer;display:block;font-size:var(--font-size__18); min-width:1.6rem; text-align:center; padding:.12rem .2rem; border-radius:.5rem; color:#fff; display: -webkit-flex; display:flex; align-items:center; justify-content:center; border:solid 1px #1d1d1e; color:#1d1d1e;}
.Industry-box .list-box .item:nth-child(2n){ direction:rtl;}

@media (max-width:1024px) {
.Industry-box .list-box .item a{ flex-wrap:wrap;}
.Industry-box .list-box .item .text{ width:100%;}
.Industry-box .list-box .item .pic{ width:100%;}
}


/* 02_行业_列表 */
.Industry-ict{ padding:1.4rem 0 0;}
.Industry-ict .list-box .item{ background:#f6fbfe; margin-bottom:.8rem; border-radius:.2rem; overflow: hidden; direction:rtl;}
.Industry-ict .list-box .item .pic{ width:50%;}
.Industry-ict .list-box .item .pic figure{ padding-bottom:66.75%;background-repeat: no-repeat; background-position:center; background-size:cover;}
.Industry-ict .list-box .item .text{ line-height:1.7; direction:ltr; width:50%; padding:.75rem;}
.Industry-ict .list-box .item .text .tit{ font-size:var(--font-size__32); font-weight:bold;}
.Industry-ict .list-box .item .text .des{ font-size:var(--font-size__18); margin:.3rem 0 0; color:#1d1d1d;}
.Industry-ict .list-box .item .text .des p{margin:0;}
.Industry-ict .list-box .item:last-child{ margin-bottom:0;}
.Industry-ict .list-box .item:nth-child(2n){ direction:ltr;}

@media (max-width:1024px) {
.Industry-ict .list-box .item{ flex-wrap:wrap;}
.Industry-ict .list-box .item .text{ width:100%;}
.Industry-ict .list-box .item .pic{ width:100%;}
}


/* 行业聚焦 */
.Industry-case{ padding:1.4rem 0;}
.Industry-case .inside-tit{ margin-bottom:var(--padding-margin__50); text-align:center;}
.Industry-case .ul,
.Industry-case .ul li{ padding:0; margin:0; list-style:none;}
.Industry-case .ul li{width:23.75%;margin-right:1.6666%;margin-bottom:1.6666%;position:relative; border-radius:.1rem; overflow:hidden;}
.Industry-case .ul li .pic{ width:100%;}
.Industry-case .ul li .pic figure{ padding-bottom:66.85%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.Industry-case .ul li .txt{ position:absolute; top:50%; width:100%; text-align:center; z-index:2; transform: translateY(-50%);}
.Industry-case .ul li .icon{ margin-bottom:.25rem;}
.Industry-case .ul li .icon img{ margin:0 auto;}
.Industry-case .ul li a{ color:#fff;}
.Industry-case .ul li a::after{ content:''; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.6);}
.Industry-case .ul li .line{ margin-top:.2rem;}
.Industry-case .ul li .line span{ width:3em; height:.04rem; background:#0071ba;}
.Industry-case .ul li:nth-child(4n){ margin-right:0;}
@media (max-width:1024px) {
.Industry-case .ul li{width:49%; margin-right:2%;}
.Industry-case .ul li:nth-child(2n){ margin-right:0;}
}
@media (max-width:640px) {
.Industry-ict{ padding:1rem 0;}
.Industry-case .ul li .txt{ font-size:var(--font-size__20); line-height:1.5; padding:.05rem;}
.Industry-case .ul li .icon img{ max-width:50%;}
}



/*Page002623 */
.Page002623{ padding-top:.7rem; text-align:center;font-family: Arial;font-size:var(--font-size__18);}
.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages > span:not(.p_page){display: none;}
.Page002623 .Pages em{float: left;margin:0 .15rem; font-style: normal;}
.Page002623 .Pages .p_page{display: table; margin: 0 auto;}
.Page002623 .Pages a{float:left; line-height:.53rem; width:.55rem; border:solid 1px #ccc; margin:0 .05rem; border-radius:100%;}
.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover{color:#fff;background: linear-gradient(180deg,#00a8da,#0071ba);}
.Page002623 .Pages .p_page > a{font-size:0;height:.55rem;position:relative;}
.Page002623 .Pages .p_page > a::after{font-family:swiper-icons;font-size:var(--font-size__16);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1; font-weight:bold;}
.Page002623 .Pages .p_page > a.a_prev,
.Page002623 .Pages .p_page > a.a_next{ display:-webkit-flex; display:flex; align-items:center; justify-content:center; border:solid 1px #0071ba;}
.Page002623 .Pages .p_page > a.a_prev:after{ content:'prev'; color:#0071ba;}
.Page002623 .Pages .p_page > a.a_next:after{ content:'next'; color:#0071ba;}
.Page002623 .Pages .p_page > a.a_prev:hover,
.Page002623 .Pages .p_page > a.a_next:hover{ border-color:#00a8da;}
.Page002623 .Pages .p_page > a.a_prev:hover:after,
.Page002623 .Pages .p_page > a.a_next:hover:after{ color:#fff;}
@media(max-width:640px){
.Page002623 .Pages em{display: none;}
}




/*  */
.Industry-ServiceCase{ padding-bottom:1.3rem;}
.ServiceCase-Introd{ padding:1.4rem 0;}
.ServiceCase-Introd .container{ direction:rtl;}
.ServiceCase-Introd .pic{ width:50%; border-radius:.2rem; overflow:hidden;}
.ServiceCase-Introd .pic figure{ padding-bottom:66.85%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.ServiceCase-Introd .text{ direction:ltr; line-height:1.6; width:45%;}
.ServiceCase-Introd .text p{margin:0; min-height:1em;}
.ServiceCase-Introd .text .inside-tit{ margin-bottom:var(--padding-margin__35);}
.ServiceCase-Introd .text .con-box{ font-size:var(--font-size__18);}
.ServiceCase-Introd .text .con-box strong{ font-size:var(--font-size__20);}
.ServiceCase-one{ padding:1.26rem 0; color:#fff; background-repeat:no-repeat; background-position:center; background-size:cover;}
.ServiceCase-one .inside-tit{ margin-bottom:var(--padding-margin__50); text-align:center;}
.ServiceCase-one .item{ width:32%; margin-right:2%; margin-bottom:2%; background:#fff; padding:.4rem; color:#1d1d1d; font-size:var(--font-size__20); border-radius:.1rem; font-weight:bold;}
.ServiceCase-one .item i{ margin-right:.15rem; font-size:var(--font-size__18); width:.4rem; height:.4rem; display:-webkit-flex; display:flex; align-items:center; justify-content:center; font-style:normal; background: linear-gradient(180deg,#00a8da,#0071ba); color:#fff; border-radius:100%; font-weight:lighter;}
.ServiceCase-one .item span{ width:calc(100% - .5rem);}
.ServiceCase-one .item:nth-child(3n){ margin-right:0;}
.ServiceCase-two{ padding:1.4rem 0;}
.ServiceCase-two .pic{ width:64.875%; border-radius:.2rem; overflow:hidden;}
.ServiceCase-two .pic figure{ padding-bottom:56.359%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.ServiceCase-two .text{ direction:ltr; line-height:1.6; width:30%;}
.ServiceCase-two .text p{margin:0; min-height:1em;}
.ServiceCase-two .text .inside-tit{ margin-bottom:var(--padding-margin__35);}
.ServiceCase-two .text .con-box{ font-size:var(--font-size__18);}
.ServiceCase-two .text .con-box strong{ font-size:var(--font-size__20);}
.ServiceCase-three{ padding-bottom:1rem;}
.ServiceCase-three_padd_top{padding-top:1rem; }
.ServiceCase-three .inside-tit{ margin-bottom:var(--padding-margin__50); text-align:center;}
.ServiceCase-three .item{ width:100%; padding:.4rem; background:#f6fbfe; border-radius:.2rem; position:relative; font-size:var(--font-size__18);}
.ServiceCase-three .item::before{ position:absolute; top:.15rem; content:''; display:block; width:.74rem; height:.65rem; background-image: url(../images/comma.png); background-size:contain; background-position:center; background-repeat:no-repeat;}
.ServiceCase-three .item .tit{ height:3em; font-size:var(--font-size__24); font-weight: bold; color: #0071ba; line-height:1.5; padding-right:.5rem;}
.ServiceCase-three .item .name{ padding-right:.5rem;}
.ServiceCase-three .item .name i{ margin-right:.2rem; width:8em; height:0.02rem; background:rgba(0,0,0,.06);}
.ServiceCase-three .item .name span{ font-size:var(--font-size__18); font-weight:bold; color:#1d1d1d;}
.ServiceCase-three .item .ols{ margin:.25rem 0 .5rem; overflow:auto; height:6.8em; line-height:1.7; padding-right:.5rem;}
.ServiceCase-three .item .ols::-webkit-scrollbar{width:.06rem;height:.06rem}
.ServiceCase-three .item .ols::-webkit-scrollbar-track{background:rgba(var(--default-color__rgb),.1)}
.ServiceCase-three .item .ols::-webkit-scrollbar-thumb{background-image: linear-gradient(0deg,#0071ba 0%,#00a8da 100%),linear-gradient(#d5d5d5, #d5d5d5);border-radius:.04rem}
.ServiceCase-three .switch-box .swiper-pagination{ margin-top:.5rem; font-size:0; width:100%; text-align:center;}
.ServiceCase-three .switch-box .swiper-pagination .swiper-pagination-bullet{ width:.12rem; height:.12rem; border:solid 1px rgba(0,0,0,.2); background:#fff; opacity:1; margin:0 .05rem;}
.ServiceCase-three .switch-box .swiper-pagination .swiper-pagination-bullet-active{ background:#0071ba; border-color:#0071ba; cursor: pointer;}

.turn-page.mt {margin-top:1rem;}
.turn-page.mb {margin-bottom:1rem;}
.turn-page .container{ border-top:solid 1px #eee; padding-top:.3rem;font-size:var(--font-size__18);}
.turn-page .aniu .but{cursor:pointer;display:block;background:linear-gradient(180deg,#00a8da,#0071ba);line-height:2.8;padding:0 .1rem;border-radius:.5rem;color:#fff;width:1.7rem;text-align:center;}
.turn-page .prev{ width:calc(45% - 1rem);}
.turn-page .next{ width:calc(45% - 1rem); text-align:right;}


@media (max-width:1024px) {
.ServiceCase-Introd{ padding:1rem 0;}
.ServiceCase-Introd .container{ flex-wrap: wrap-reverse;}
.ServiceCase-Introd .pic{ width:100%;}
.ServiceCase-Introd .text{ margin-bottom:.3rem; width:100%;}

.ServiceCase-one .item{ padding:.25rem;}
.ServiceCase-two{ padding:1rem 0;}
.ServiceCase-two .pic{ width:100%;}
.ServiceCase-two .text{ margin-top:.3rem; width:100%;}
}
@media (max-width:768px) {
.ServiceCase-three .item .name i{ display:none;}
.ServiceCase-three .item .tit,
.ServiceCase-three .item .ols,
.ServiceCase-three .item .name{ padding-right:.1rem;}
}
@media (max-width:640px) {
.ServiceCase-three .item{ width:100%; margin-bottom:.3rem;}
.ServiceCase-three .item .ols{ font-size:var(--font-size__22);}
.ServiceCase-three .item .name{ font-size:var(--font-size__22);}
.ServiceCase-Introd .text .con-box strong,
.ServiceCase-Introd .text .con-box{ font-size:var(--font-size__22);}
.ServiceCase-one .item{ width:100%; margin-bottom:.1rem; font-size:var(--font-size__22); margin-right:0;}
.ServiceCase-two .text .con-box{ font-size:var(--font-size__22);}
.ServiceCase-two .text .con-box strong{ font-size:var(--font-size__22);}

.turn-page{ font-size:var(--font-size__22);}
.turn-page .aniu{ height:0; width:100%; display:-webkit-flex; display:flex; align-items:center; justify-content:flex-end; position: relative; z-index:2;}
.turn-page .aniu .but{ font-size:var(--font-size__22);}
.turn-page .prev{ margin:.1rem 0;width:100%; padding-right:2rem;}
.turn-page .next{ margin:.1rem 0; width:100%; padding-right:2rem; text-align:left;}
}


/*  */
.News_detail {padding:var(--padding-margin__80) 0; }
.News_detail .news_info .title { text-align: center; padding-bottom: 0.2rem; border-bottom: 1px solid #eee; margin-bottom: 0.3rem; }
.News_detail .news_info .title h1 {margin: 0;padding-bottom: 0.15rem; font-size: var(--font-size__28);font-weight: 500;color:#333; }
.News_detail .news_info .title span {display:inline-block; margin-right:1.5em;}
.News_detail .news_info .title time {display:inline-block;color: #999; font-weight: lighter; font-size: var(--font-size16);padding-left: 0.3rem;background: url(../images/icon-time.svg) no-repeat left center;background-size: auto 0.18rem;line-height: 1.6}
.News_detail .news_info img{margin: 1% auto; text-align: center }
.News_detail .info {line-height:1.875; color: #333; font-size: var(--font-size16);}
.News_detail .info p{margin:0.1rem 0;}
.News_detail .bot { position: relative; margin-top: 0.4rem; padding-top: 0.32rem; border-top: 1px dashed #eee}
.News_detail .info_back { text-align: center; clear: both; position: absolute; right: 0; bottom: 0 }
.News_detail .info_back a {position:relative; color:#fff; display:block; width:1.8rem; line-height:0.55rem; border-radius: 0.5rem; background:#0071ba; }
.News_detail .info_back a:hover{background:linear-gradient(180deg,#00a8da,#0071ba); }
.News_detail .info_back a:before{display: inline-block; vertical-align: top;content:'';background-image: url(../images/icon-back.svg);background-size: contain;background-position: center; background-repeat: no-repeat; width: 0.24rem;height: 0.55rem;margin-right: 0.1rem;}
.News_detail .info_pn span { display: block;margin: 1% 0; }
.News_detail .info_pn span a { color: #666;}
.News_detail .info_pn span a:hover { color:#0071ba; }

@media(max-width:1024px) {
.News_detail .bot{margin-top: 2em;padding-top: 1.5em;}
.News_detail .info_back { position: relative; margin-bottom: 1em;}
.News_detail .news_info .title h1 { font-size: 1.5em; }
.News_detail .info_back a{ line-height:0.4rem; text-align:center; display:table;margin:0 auto; width:100px;}
.News_detail .info_back a:before{height:0.4rem;}
.News_detail .info_pn span {margin:2% 0; }
.News_detail .info img{width:100% !important; height: 100% !important;}
}
/* postbot */
.postbot { position: relative; margin-top: 1rem; padding-top: 0.32rem; border-top: 1px dashed #eee}
.postbot.mb {margin:0 0 1rem;}
.postbot .container {position:relative;}
.postbot .info_back { text-align: center; clear: both; position: absolute; right: 0; bottom: 0 }
.postbot .info_back a {position:relative; color:#fff; display:block; width:1.8rem; line-height:0.55rem; border-radius: 0.5rem; background:#0071ba; }
.postbot .info_back a:hover{background:linear-gradient(180deg,#00a8da,#0071ba); }
.postbot .info_back a:before{display: inline-block; vertical-align: top;content:'';background-image: url(../images/icon-back.svg);background-size: contain;background-position: center; background-repeat: no-repeat; width: 0.24rem;height: 0.55rem;margin-right: 0.1rem;}
.postbot .info_pn span { display: block;margin: 1% 0; }
.postbot .info_pn span a { color: #666;}
.postbot .info_pn span a:hover { color:#0071ba; }
@media(max-width:1024px) {
	.postbot{padding-top: 0.5rem;}
	.postbot .info_back { position: relative; margin-bottom: 1.25em;}
	.postbot .info_back a{ line-height:0.4rem; text-align:center; display:table;margin:0 auto; width:100px;}
	.postbot .info_back a:before{height:0.4rem;}
	.postbot .info_pn span {margin:2% 0; }
}

/* 公司介绍 */
.about-one{ padding:1.4rem 0; line-height:1.7;}
.about-one .inside-tit{ line-height:1; margin-bottom:var(--padding-margin__30);}
.about-one .des{font-size:var(--font-size__18);}
.about-one .des p{margin:0;}
.about-one .con-wx{font-size:var(--font-size__18);}
.about-one .con-wx p{margin:0;}
.about-one .digital-scrol{ padding:var(--padding-margin__60) 0 var(--padding-margin__30);}
.about-one .digital-scrol .iowl{ margin-bottom:var(--padding-margin__30); width:25%; text-align:center;}
.about-one .digital-scrol .iowl .iuc{ font-weight:bold; color:#0071ba; line-height:1; font-size:var(--font-size__52);}
.about-one .digital-scrol .iowl .iuc .num{ display: inline-block; line-height:1;}
.about-one .digital-scrol .iowl .iuc i{ margin-left:.1rem; font-weight:lighter; font-size:var(--font-size__16); font-style:normal;}
.about-one .digital-scrol .iowl .wz{ margin-top:.1rem;}

.about-two{ padding:1.4rem 0 1rem; background:#f6fbfe;}
.about-two .inside-tit{ text-align:center; line-height:1; margin-bottom:var(--padding-margin__60);}
.about-two .switch-box{ padding:0 1.5rem .4rem; background-image:url(../images/Honor-bg.png); background-repeat:no-repeat; background-position:bottom; background-size:contain; position:relative;}
.about-two .switch-box .item{ text-align:center; cursor:pointer;}
.about-two .switch-box .item .pic{ background-image:url(../images/Honor-bg2.png); padding:.4rem .22rem .45rem .28rem;background-repeat:no-repeat; background-position:center; background-size:100% 100%;}
.about-two .switch-box .item .pic figure{ padding-bottom:66.6%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.about-two .switch-box .item .tit{ margin-top:.5rem; font-size:var(--font-size__24);}
.about-two .swiper-but{ top:35%; width:.5rem; height:.5rem; border:solid 1px #0f79be; border-radius:100%;}
.about-two .swiper-but:after{ font-size:.16rem; font-weight:bold; color:#0f79be;}
.about-two .swiper-button-prev{ left:-.8rem;}
.about-two .swiper-button-next{ right:-.8rem;}
.about-two .swiper-but:hover{background-image: linear-gradient(0deg,#0071ba 0%,#00a8da 100%), linear-gradient(#00a8da, #00a8da); border:none;}
.about-two .swiper-but:hover:after{ color:#fff;}

@media (max-width:1024px) {
.about-two{ padding:1rem 0;}
.about-two .inside-tit{ margin-bottom:var(--padding-margin__35);}
.about-two .swiper-button-next{ right:-1%;}
.about-two .swiper-button-prev{ left:-1%;}
.about-two .switch-box{ background-position:center bottom; padding:0 1rem .3rem;}
.about-two .switch-box .item .pic{ padding:.2rem .1rem .2rem .15rem;}
.about-two .switch-box .item .tit{ margin-top:.2rem; font-size:var(--font-size__18);}
}
@media (max-width:640px) {
.about-one{ padding:1rem 0;}
.about-one .des{ font-size:var(--font-size__22);}
.about-one .con-wx{font-size:var(--font-size__22);}
.about-one .digital-scrol .iowl{ width:50%;}
.about-one .digital-scrol .iowl .iuc i{font-size:var(--font-size__20);}
.about-one .digital-scrol .iowl .wz{font-size:var(--font-size__22);}
.about-two .switch-box{ background-position:center 88%;}
.about-two .switch-box .item .pic{ padding:.35rem .25rem .4rem .3rem;}
.about-two .switch-box .item .tit{ font-size:var(--font-size__22);}
}


/*  */
.ExpertTeam-box{ padding:1.4rem 0;}
.ExpertTeam-Introd .container{ direction:rtl;}
.ExpertTeam-Introd .pic{ width:50%; border-radius:.2rem; overflow:hidden;}
.ExpertTeam-Introd .pic figure{ padding-bottom:75%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.ExpertTeam-Introd .text{ font-size:var(--font-size__18); direction:ltr; line-height:1.6; width:45%;}
.ExpertTeam-Introd .text p{margin:0; min-height:1em;}
.ExpertTeam-Introd .text .tit{ font-size:var(--font-size__32); font-weight:bold; margin-bottom:var(--padding-margin__35);}
.ExpertTeam-Introd .number-count{margin-top: 0.3rem; margin-bottom: var(--padding-margin__90);}
.ExpertTeam-Introd .number-count li{max-width:11em;}
.ExpertTeam-Introd .number-count li .num{ margin-bottom:.2rem;}
.ExpertTeam-Introd .number-count li sub i{ display:inline-block; line-height:1;}
.ExpertTeam-list .item{ width:31.875%; margin-right:2.15%; margin-top:2.15%; border-radius:.2rem; overflow:hidden; background:#eaf1f6;}
.ExpertTeam-list .item .pic{ width:100%;}
.ExpertTeam-list .item .pic figure{ padding-bottom:66.666666%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.ExpertTeam-list .item .txt{ padding:.3rem; line-height:1.7;}
.ExpertTeam-list .item .txt .tit{ margin-bottom:.1rem; font-size:var(--font-size__24);}
.ExpertTeam-list .item .txt .des{ font-size:var(--font-size__18);}
.ExpertTeam-list .item:nth-child(3n){ margin-right:0;}

@media (max-width:1024px) {
.ExpertTeam-Introd .text .tit{ font-size:var(--font-size__24);}
.number-count li .count-up{ font-size:var(--font-size__36);}
}

@media (max-width:640px) {
.ExpertTeam-Introd{ flex-wrap:wrap;}
.ExpertTeam-Introd .text{ padding-top:.3rem; width:100%; font-size:var(--font-size__22);}
.ExpertTeam-Introd .text .tit{ font-size:var(--font-size__26);}
.ExpertTeam-Introd .pic{ width:100%;}
.ExpertTeam-Introd .number-count li .count-up{ line-height:1; font-size: var(--font-size__50);}
.ExpertTeam-list .item{ width:100%; margin-right:0;}
.ExpertTeam-list .item .txt .des{ font-size:var(--font-size__22);}
.ExpertTeam-list .item .txt .tit{ font-size:var(--font-size__26);}
}







/*  */
.Joinus-box{ padding:1.4rem 0; line-height:1.5;}
.Joinus-box .pos{ width:24%; padding-left:.1rem;}
.Joinus-box .rens{ width:15%; padding-left:.1rem;}
.Joinus-box .addr{ width:28%; padding-left:.1rem;}
.Joinus-box .educ{ width:15%; padding-left:.1rem;}
.Joinus-box .expe{ width:18%;}
.Joinus-top{ background:#0071ba; color:#fff; padding:.3rem .35rem; font-size:var(--font-size__24); font-weight:bold; border-radius:.1rem .1rem 0 0;}
.Joinus-box .list_box .ul,
.Joinus-box .list_box .ul li{ list-style:none; padding:0; margin:0;}
.Joinus-box .list_box .ul li{ font-size:var(--font-size__18); margin-bottom:.15rem;}
.Joinus-box .list_box .ul li .ioax{ padding:.3rem .35rem; background:#f6fbfe; cursor:pointer;}
.Joinus-box .list_box .ul li .ioax.on{ color:#0071ba; font-weight:bold;}
.Joinus-box .list_box .ul li .con_box{ padding:.3rem .35rem .5rem; line-height:1.8; display:none;}
.Joinus-box .list_box .ul li .con_box strong{ display:inline-block; margin-bottom:.1rem;}
.Joinus-box .list_box .ul li .con_box p{margin:0;}
.Joinus-box .list_box .ul li .aniu{ margin-top:var(--padding-margin__40);}
.Joinus-box .list_box .ul li .aniu .but{ cursor:pointer; display:block; font-size:var(--font-size__18); background: linear-gradient(180deg,#00a8da,#0071ba); line-height:2.5; padding:0 .25rem; border-radius:.5rem; color:#fff;}

/*  */
.Pop-up{ position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.3); display:none;}
.Pop-up .Juz{ height:100%; padding-top:.8rem;}
.Pop-up .con-back{ position:relative; background:#fff; padding:.6rem .4rem; border-radius:.2rem; max-width:90%; width:8rem;}
.Pop-up .close{ position:absolute; right:-.5rem; top:0; background-image: url(../images/close-white.svg); background-size:contain; background-repeat:no-repeat; background-position:center; width:.3rem; height:.3rem; cursor:pointer;}
.Pop-up .title{ font-size:var(--font-size__28); text-align:center; font-weight:bold; margin-bottom:.3rem;}
.Pop-up .wtd50{ width:49%; margin-bottom:2%;}
.Pop-up .wtd100{ width:100%; margin-bottom:2%;}
.Pop-up .item input{ font-size:var(--font-size__18);line-height:1.5; padding:.1rem .2rem;border-color:#e6e6e6;border-radius:.06rem;}
.Pop-up .item textarea{ font-size:var(--font-size__18); resize: none; height:7em; line-height:1.5; padding:.15rem .2rem; border-color:#e6e6e6; border-radius:.06rem;}
.Pop-up .item .upload{ border:solid 1px #e6e6e6; padding:.05rem; border-radius:.06rem;}
.Pop-up .item .name{ padding:.1rem .2rem; font-size:var(--font-size__18);}
.Pop-up .item .name span{ margin-left:.1rem; color:#5f6366; font-size:var(--font-size__16);}
.Pop-up .item .aniu{ cursor:pointer; display:block; font-size:var(--font-size__18); background: linear-gradient(180deg,#00a8da,#0071ba); line-height:2.2; text-align:center; padding:0 .2rem; color:#fff; border-radius:.05rem; position:relative;}
.Pop-up .item .aniu input{ position:absolute; left:0; top:0; width:100%; height:100%; opacity:0;}
.Pop-up .tishi{ margin:.05rem 0 .15rem; width:100%; font-size:var(--font-size__16); color:#5f6366;}
.Pop-up .but .submit_but{ cursor:pointer; display:block; font-size:var(--font-size__18); background: linear-gradient(180deg,#00a8da,#0071ba); line-height:2.8; width:1.5rem; text-align:center; border-radius:.5rem; color:#fff;}
@media (max-width:640px) {
.Pop-up .con-back{ padding:.4rem;}
.Pop-up .close{ right:.1rem; top:.1rem; background-image: url(../images/close-black.svg); }
.Pop-up .item input{ font-size:var(--font-size__22);}
.Pop-up .item textarea{ font-size:var(--font-size__22);}
.Pop-up .item .name{ font-size:var(--font-size__20);}
.Pop-up .tishi{ font-size:var(--font-size__20);}
}




/*  */
.single-con{ padding:.8rem 0;}



/* 搜索 */
.Search-inside{ padding:.8rem 0;}
.list_istop{padding:var(--padMar80) 0;margin: 0 auto;margin-top:0%;}
.list_istop ul{margin-bottom:3%;}
.list_istop ol{overflow:hidden; padding-bottom:15px; margin-bottom:15px;    border-bottom: 1px solid #eee;}
.list_istop li {position: relative; border-bottom: 1px #e4e4e4 dotted; font-size:0.18rem;padding:1em 0; overflow:hidden;} 
.list_istop li::before{ position:absolute; content:''; width:4px; height:4px; border-radius:50%; background-color:#ccc; left:5px; top:50%; margin-top:-2px;}
.list_istop li time{ float:right; font-size:0.16rem; color:#999;}
.list_istop li a{ display:block; float:left; width:80%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-left:20px;color:#333;}
.list_istop li a:hover{ color:#007dd8;}
@media(max-width:640px){
.list_istop{padding:0.4rem 0;}
.list_istop li a{width:77%;}
}


.open_inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
  max-height: 100vh;
  overflow: auto;
}
.open_inner .flexbox {
  width: 100%;
  min-height: 100%;
  position: relative;
  align-items: center;
    justify-content: center;
	text-align:center;
}
.open_inner .inner {
  position: relative;
  max-width: 12rem;
  width: 92%;
}
.open_inner .warpbox img {
  margin:0 auto;
}
.open_inner .open_title {
  color: #222222;
}
.open_inner .close {
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
  background-color: #303030;
  z-index: 3;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.open_inner .close::before,
.open_inner .close::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  background-color: #a0a0a0;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.open_inner .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.open_inner .close:hover {
  background-color: var(--primary-color);
}
.open_inner .close:hover::before,
.open_inner .close:hover::after {
  background-color: #fff;
}

.open_inner .inner img {
  margin: 0 auto;
  max-height:90vh;
}
.open_inner .open_title {
  color: #222222;
}
.open_inner .close {
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
  background-color: #303030;
  z-index: 3;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.open_inner .close::before,
.open_inner .close::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  background-color: #a0a0a0;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  top: 50%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.open_inner .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.open_inner .close:hover {
  background-color: var(--primary-color);
}
.open_inner .close:hover::before,
.open_inner .close:hover::after {
  background-color: #fff;
}

/* 首页：社区智库区域两栏优化 */
@media (min-width:1025px) {
  #home-bcic .boxs,
  .home-bcic .boxs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.52rem !important;
    width: 88% !important;
    max-width: 15rem !important;
    margin: 0 auto 0.5rem auto !important;
    align-items: flex-start !important;
  }

  #home-bcic .boxs > .box,
  .home-bcic .boxs > .box {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    padding: 0 0.32rem 0.32rem !important;
    border-radius: 0.1rem !important;
  }
}

/* 新闻中心轮播里的文字样式 */
.home-bcic .news-item {
  display: block;
  padding: 0.18rem 0;
  border-bottom: 1px solid rgba(var(--black-color__rgb), 0.1);
  color: inherit;
}

.home-bcic .swiper-slide:last-child .news-item {
  border-bottom: none;
}

.home-bcic .news-item h5 {
  font-size: var(--font-size__20) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  color: var(--black-color) !important;
  margin: 0 0 0.08rem 0 !important;
}

.home-bcic .news-item p {
  font-size: var(--font-size__16) !important;
  line-height: 1.65 !important;
  color: rgba(var(--black-color__rgb), 0.62) !important;
  margin: 0 !important;
}

.home-bcic .news-item:hover h5 {
  color: var(--primary-color) !important;
}